@charset "UTF-8";
@charset "UTF-8";

 :root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-black: #000;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-bg: #fff;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-heading-color: ;
--bs-link-color: #0d6efd;
--bs-link-hover-color: #0a58ca;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: 1px solid;
opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
}
h1, .h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1, .h1 {
font-size: 2.5rem;
}
}
h2, .h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2, .h2 {
font-size: 2rem;
}
}
h3, .h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3, .h3 {
font-size: 1.75rem;
}
}
h4, .h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4, .h4 {
font-size: 1.5rem;
}
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
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: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.1875em;
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: var(--bs-link-color);
text-decoration: underline;
}
a:hover {
color: var(--bs-link-hover-color);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.375rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
border-radius: 0.25rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: rgba(var(--bs-body-color-rgb), 0.75);
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
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;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: textfield;
} ::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-1 {
font-size: 5rem;
}
}
.display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-2 {
font-size: 4.5rem;
}
}
.display-3 {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-3 {
font-size: 4rem;
}
}
.display-4 {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-4 {
font-size: 3.5rem;
}
}
.display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-5 {
font-size: 3rem;
}
}
.display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-6 {
font-size: 2.5rem;
}
}
.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: 0.875em;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote > :last-child {
margin-bottom: 0;
}
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d;
}
.blockquote-footer::before {
content: "— ";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid var(--bs-border-color);
border-radius: 0.375rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 0.875em;
color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1194px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1194px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.table {
--bs-table-color: var(--bs-body-color);
--bs-table-bg: transparent;
--bs-table-border-color: var(--bs-border-color);
--bs-table-accent-bg: transparent;
--bs-table-striped-color: var(--bs-body-color);
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: var(--bs-body-color);
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: var(--bs-body-color);
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: var(--bs-table-color);
vertical-align: top;
border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
padding: 0.5rem 0.5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
vertical-align: inherit;
}
.table > thead {
vertical-align: bottom;
}
.table-group-divider {
border-top: 2px solid currentcolor;
}
.caption-top {
caption-side: top;
}
.table-sm > :not(caption) > * > * {
padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
.table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
.table-primary {
--bs-table-color: #000;
--bs-table-bg: #cfe2ff;
--bs-table-border-color: #bacbe6;
--bs-table-striped-bg: #c5d7f2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bacbe6;
--bs-table-active-color: #000;
--bs-table-hover-bg: #bfd1ec;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-secondary {
--bs-table-color: #000;
--bs-table-bg: #e2e3e5;
--bs-table-border-color: #cbccce;
--bs-table-striped-bg: #d7d8da;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbccce;
--bs-table-active-color: #000;
--bs-table-hover-bg: #d1d2d4;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-success {
--bs-table-color: #000;
--bs-table-bg: #d1e7dd;
--bs-table-border-color: #bcd0c7;
--bs-table-striped-bg: #c7dbd2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bcd0c7;
--bs-table-active-color: #000;
--bs-table-hover-bg: #c1d6cc;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-info {
--bs-table-color: #000;
--bs-table-bg: #cff4fc;
--bs-table-border-color: #badce3;
--bs-table-striped-bg: #c5e8ef;
--bs-table-striped-color: #000;
--bs-table-active-bg: #badce3;
--bs-table-active-color: #000;
--bs-table-hover-bg: #bfe2e9;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-warning {
--bs-table-color: #000;
--bs-table-bg: #fff3cd;
--bs-table-border-color: #e6dbb9;
--bs-table-striped-bg: #f2e7c3;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6dbb9;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ece1be;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-danger {
--bs-table-color: #000;
--bs-table-bg: #f8d7da;
--bs-table-border-color: #dfc2c4;
--bs-table-striped-bg: #eccccf;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfc2c4;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5c7ca;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-light {
--bs-table-color: #000;
--bs-table-bg: #f8f9fa;
--bs-table-border-color: #dfe0e1;
--bs-table-striped-bg: #ecedee;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfe0e1;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5e6e7;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-dark {
--bs-table-color: #fff;
--bs-table-bg: #212529;
--bs-table-border-color: #373b3e;
--bs-table-striped-bg: #2c3034;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-hover-color: #fff;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
.table-responsive-sm {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1399.98px) {
.table-responsive-xxl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.form-label {
margin-bottom: 0.5rem;
}
.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;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: rgba(var(--bs-body-color-rgb), 0.75);
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.375rem;
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[type=file] {
overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.form-control::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
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) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
.form-control::file-selector-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
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 {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.5rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
width: 3rem;
height: auto;
padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
height: 1.5em;
border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
height: 1.5em;
border-radius: 0.375rem;
}
.form-select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.375rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-select {
transition: none;
}
}
.form-select:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
background-image: none;
}
.form-select:disabled {
background-color: #e9ecef;
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212529;
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
border-radius: 0.5rem;
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-reverse {
padding-right: 1.5em;
padding-left: 0;
text-align: right;
}
.form-check-reverse .form-check-input {
float: right;
margin-right: -1.5em;
margin-left: 0;
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
border-radius: 0.25em;
}
.form-check-input[type=radio] {
border-radius: 50%;
}
.form-check-input:active {
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
background-color: #0d6efd;
border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
background-color: #0d6efd;
border-color: #0d6efd;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
filter: none;
opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
cursor: default;
opacity: 0.5;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
width: 2em;
margin-left: -2.5em;
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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position: left center;
border-radius: 2em;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
transition: none;
}
}
.form-switch .form-check-input:focus {
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='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
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");
}
.form-switch.form-check-reverse {
padding-right: 2.5em;
padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
margin-right: -2.5em;
margin-left: 0;
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none;
filter: none;
opacity: 0.65;
}
.form-range {
width: 100%;
height: 1.5rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
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) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
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) {
.form-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: #b6d4fe;
}
.form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.form-floating {
position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
height: calc(3.5rem + 2px);
line-height: 1.25;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
transition: none;
}
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
border-width: 1px 0;
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
z-index: 3;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group .btn:focus {
z-index: 3;
}
.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.375rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.5rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #198754;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(25, 135, 84, 0.9);
border-radius: 0.375rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #198754;
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='%23198754' d='M2.3 6.73.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: right calc(0.375em + 0.1875rem) center;
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: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.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 .form-select:valid, .form-select.is-valid {
border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
z-index: 3;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.375rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}
.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' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
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.25rem rgba(220, 53, 69, 0.25);
}
.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 .form-select:invalid, .form-select.is-invalid {
border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
z-index: 3;
}
.btn {
--bs-btn-padding-x: 0.75rem;
--bs-btn-padding-y: 0.375rem;
--bs-btn-font-family: ;
--bs-btn-font-size: 1rem;
--bs-btn-font-weight: 400;
--bs-btn-line-height: 1.5;
--bs-btn-color: #212529;
--bs-btn-bg: transparent;
--bs-btn-border-width: 1px;
--bs-btn-border-color: transparent;
--bs-btn-border-radius: 0.375rem;
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
--bs-btn-disabled-opacity: 0.65;
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
display: inline-block;
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
font-family: var(--bs-btn-font-family);
font-size: var(--bs-btn-font-size);
font-weight: var(--bs-btn-font-weight);
line-height: var(--bs-btn-line-height);
color: var(--bs-btn-color);
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
border-radius: var(--bs-btn-border-radius);
background-color: var(--bs-btn-bg);
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: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
}
.btn-check:focus + .btn, .btn:focus {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
color: var(--bs-btn-active-color);
background-color: var(--bs-btn-active-bg);
border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
color: var(--bs-btn-disabled-color);
pointer-events: none;
background-color: var(--bs-btn-disabled-bg);
border-color: var(--bs-btn-disabled-border-color);
opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
--bs-btn-color: #fff;
--bs-btn-bg: #0d6efd;
--bs-btn-border-color: #0d6efd;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0b5ed7;
--bs-btn-hover-border-color: #0a58ca;
--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0a58ca;
--bs-btn-active-border-color: #0a53be;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0d6efd;
--bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
--bs-btn-color: #fff;
--bs-btn-bg: #6c757d;
--bs-btn-border-color: #6c757d;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #5c636a;
--bs-btn-hover-border-color: #565e64;
--bs-btn-focus-shadow-rgb: 130, 138, 145;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #565e64;
--bs-btn-active-border-color: #51585e;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #6c757d;
--bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
--bs-btn-color: #fff;
--bs-btn-bg: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #157347;
--bs-btn-hover-border-color: #146c43;
--bs-btn-focus-shadow-rgb: 60, 153, 110;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #146c43;
--bs-btn-active-border-color: #13653f;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #198754;
--bs-btn-disabled-border-color: #198754;
}
.btn-info {
--bs-btn-color: #000;
--bs-btn-bg: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #31d2f2;
--bs-btn-hover-border-color: #25cff2;
--bs-btn-focus-shadow-rgb: 11, 172, 204;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #3dd5f3;
--bs-btn-active-border-color: #25cff2;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #0dcaf0;
--bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
--bs-btn-color: #000;
--bs-btn-bg: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffca2c;
--bs-btn-hover-border-color: #ffc720;
--bs-btn-focus-shadow-rgb: 217, 164, 6;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffcd39;
--bs-btn-active-border-color: #ffc720;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #ffc107;
--bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
--bs-btn-color: #fff;
--bs-btn-bg: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #bb2d3b;
--bs-btn-hover-border-color: #b02a37;
--bs-btn-focus-shadow-rgb: 225, 83, 97;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #b02a37;
--bs-btn-active-border-color: #a52834;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #dc3545;
--bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
--bs-btn-color: #000;
--bs-btn-bg: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f9fafb;
--bs-btn-hover-border-color: #f9fafb;
--bs-btn-focus-shadow-rgb: 211, 212, 213;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f9fafb;
--bs-btn-active-border-color: #f9fafb;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #f8f9fa;
--bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
--bs-btn-color: #fff;
--bs-btn-bg: #212529;
--bs-btn-border-color: #212529;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #1c1f23;
--bs-btn-hover-border-color: #1a1e21;
--bs-btn-focus-shadow-rgb: 66, 70, 73;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #1a1e21;
--bs-btn-active-border-color: #191c1f;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #212529;
--bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
--bs-btn-color: #0d6efd;
--bs-btn-border-color: #0d6efd;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0d6efd;
--bs-btn-hover-border-color: #0d6efd;
--bs-btn-focus-shadow-rgb: 13, 110, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0d6efd;
--bs-btn-active-border-color: #0d6efd;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0d6efd;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-secondary {
--bs-btn-color: #6c757d;
--bs-btn-border-color: #6c757d;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #6c757d;
--bs-btn-hover-border-color: #6c757d;
--bs-btn-focus-shadow-rgb: 108, 117, 125;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #6c757d;
--bs-btn-active-border-color: #6c757d;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-success {
--bs-btn-color: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #198754;
--bs-btn-hover-border-color: #198754;
--bs-btn-focus-shadow-rgb: 25, 135, 84;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #198754;
--bs-btn-active-border-color: #198754;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #198754;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-info {
--bs-btn-color: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #0dcaf0;
--bs-btn-hover-border-color: #0dcaf0;
--bs-btn-focus-shadow-rgb: 13, 202, 240;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #0dcaf0;
--bs-btn-active-border-color: #0dcaf0;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0dcaf0;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-warning {
--bs-btn-color: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffc107;
--bs-btn-hover-border-color: #ffc107;
--bs-btn-focus-shadow-rgb: 255, 193, 7;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffc107;
--bs-btn-active-border-color: #ffc107;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #ffc107;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-danger {
--bs-btn-color: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #dc3545;
--bs-btn-hover-border-color: #dc3545;
--bs-btn-focus-shadow-rgb: 220, 53, 69;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #dc3545;
--bs-btn-active-border-color: #dc3545;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #dc3545;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-light {
--bs-btn-color: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f8f9fa;
--bs-btn-hover-border-color: #f8f9fa;
--bs-btn-focus-shadow-rgb: 248, 249, 250;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f8f9fa;
--bs-btn-active-border-color: #f8f9fa;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #f8f9fa;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-dark {
--bs-btn-color: #212529;
--bs-btn-border-color: #212529;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #212529;
--bs-btn-hover-border-color: #212529;
--bs-btn-focus-shadow-rgb: 33, 37, 41;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #212529;
--bs-btn-active-border-color: #212529;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #212529;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-link {
--bs-btn-font-weight: 400;
--bs-btn-color: var(--bs-link-color);
--bs-btn-bg: transparent;
--bs-btn-border-color: transparent;
--bs-btn-hover-color: var(--bs-link-hover-color);
--bs-btn-hover-border-color: transparent;
--bs-btn-active-border-color: transparent;
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-border-color: transparent;
--bs-btn-box-shadow: none;
text-decoration: underline;
}
.btn-lg, .btn-group-lg > .btn {
--bs-btn-padding-y: 0.5rem;
--bs-btn-padding-x: 1rem;
--bs-btn-font-size: 1.25rem;
--bs-btn-border-radius: 0.5rem;
}
.btn-sm, .btn-group-sm > .btn {
--bs-btn-padding-y: 0.25rem;
--bs-btn-padding-x: 0.5rem;
--bs-btn-font-size: 0.875rem;
--bs-btn-border-radius: 0.25rem;
}
.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 {
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.collapsing.collapse-horizontal {
width: 0;
height: auto;
transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing.collapse-horizontal {
transition: none;
}
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
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 {
--bs-dropdown-min-width: 10rem;
--bs-dropdown-padding-x: 0;
--bs-dropdown-padding-y: 0.5rem;
--bs-dropdown-spacer: 0.125rem;
--bs-dropdown-font-size: 1rem;
--bs-dropdown-color: #212529;
--bs-dropdown-bg: #fff;
--bs-dropdown-border-color: var(--bs-border-color-translucent);
--bs-dropdown-border-radius: 0.375rem;
--bs-dropdown-border-width: 1px;
--bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-divider-margin-y: 0.5rem;
--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-dropdown-link-color: #212529;
--bs-dropdown-link-hover-color: #1e2125;
--bs-dropdown-link-hover-bg: #e9ecef;
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #0d6efd;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-item-padding-x: 1rem;
--bs-dropdown-item-padding-y: 0.25rem;
--bs-dropdown-header-color: #6c757d;
--bs-dropdown-header-padding-x: 1rem;
--bs-dropdown-header-padding-y: 0.5rem;
position: absolute;
z-index: 1000;
display: none;
min-width: var(--bs-dropdown-min-width);
padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
margin: 0;
font-size: var(--bs-dropdown-font-size);
color: var(--bs-dropdown-color);
text-align: left;
list-style: none;
background-color: var(--bs-dropdown-bg);
background-clip: padding-box;
border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
top: 100%;
left: 0;
margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-end {
--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-start {
--bs-position: start;
}
.dropdown-menu-sm-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-sm-end {
--bs-position: end;
}
.dropdown-menu-sm-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-start {
--bs-position: start;
}
.dropdown-menu-md-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-md-end {
--bs-position: end;
}
.dropdown-menu-md-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-start {
--bs-position: start;
}
.dropdown-menu-lg-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-lg-end {
--bs-position: end;
}
.dropdown-menu-lg-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-start {
--bs-position: start;
}
.dropdown-menu-xl-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-xl-end {
--bs-position: end;
}
.dropdown-menu-xl-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 1400px) {
.dropdown-menu-xxl-start {
--bs-position: start;
}
.dropdown-menu-xxl-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-xxl-end {
--bs-position: end;
}
.dropdown-menu-xxl-end[data-bs-popper] {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu[data-bs-popper] {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: var(--bs-dropdown-spacer);
}
.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;
}
.dropend .dropdown-menu[data-bs-popper] {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: var(--bs-dropdown-spacer);
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropend .dropdown-toggle::after {
vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropstart .dropdown-toggle::after {
display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropstart .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-divider {
height: 0;
margin: var(--bs-dropdown-divider-margin-y) 0;
overflow: hidden;
border-top: 1px solid var(--bs-dropdown-divider-bg);
opacity: 1;
}
.dropdown-item {
display: block;
width: 100%;
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
clear: both;
font-weight: 400;
color: var(--bs-dropdown-link-color);
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: var(--bs-dropdown-link-hover-color);
background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
color: var(--bs-dropdown-link-active-color);
text-decoration: none;
background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: var(--bs-dropdown-link-disabled-color);
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
margin-bottom: 0;
font-size: 0.875rem;
color: var(--bs-dropdown-header-color);
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
--bs-dropdown-color: #dee2e6;
--bs-dropdown-bg: #343a40;
--bs-dropdown-border-color: var(--bs-border-color-translucent);
--bs-dropdown-box-shadow: ;
--bs-dropdown-link-color: #dee2e6;
--bs-dropdown-link-hover-color: #fff;
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #0d6efd;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group {
border-radius: 0.375rem;
}
.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.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.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, .dropend .dropdown-toggle-split::after {
margin-left: 0;
}
.dropstart .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 {
flex-direction: column;
align-items: flex-start;
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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav {
--bs-nav-link-padding-x: 1rem;
--bs-nav-link-padding-y: 0.5rem;
--bs-nav-link-font-weight: ;
--bs-nav-link-color: var(--bs-link-color);
--bs-nav-link-hover-color: var(--bs-link-hover-color);
--bs-nav-link-disabled-color: #6c757d;
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
font-size: var(--bs-nav-link-font-size);
font-weight: var(--bs-nav-link-font-weight);
color: var(--bs-nav-link-color);
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
transition: none;
}
}
.nav-link:hover, .nav-link:focus {
color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
color: var(--bs-nav-link-disabled-color);
pointer-events: none;
cursor: default;
}
.nav-tabs {
--bs-nav-tabs-border-width: 1px;
--bs-nav-tabs-border-color: #dee2e6;
--bs-nav-tabs-border-radius: 0.375rem;
--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
--bs-nav-tabs-link-active-color: #495057;
--bs-nav-tabs-link-active-bg: #fff;
--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
background: none;
border: var(--bs-nav-tabs-border-width) solid transparent;
border-top-left-radius: var(--bs-nav-tabs-border-radius);
border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
isolation: isolate;
border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
color: var(--bs-nav-link-disabled-color);
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: var(--bs-nav-tabs-link-active-color);
background-color: var(--bs-nav-tabs-link-active-bg);
border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills {
--bs-nav-pills-border-radius: 0.375rem;
--bs-nav-pills-link-active-color: #fff;
--bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
background: none;
border: 0;
border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
color: var(--bs-nav-link-disabled-color);
background-color: transparent;
border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: var(--bs-nav-pills-link-active-color);
background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
width: 100%;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
--bs-navbar-padding-x: 0;
--bs-navbar-padding-y: 0.5rem;
--bs-navbar-color: rgba(0, 0, 0, 0.55);
--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
--bs-navbar-active-color: rgba(0, 0, 0, 0.9);
--bs-navbar-brand-padding-y: 0.3125rem;
--bs-navbar-brand-margin-end: 1rem;
--bs-navbar-brand-font-size: 1.25rem;
--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
--bs-navbar-nav-link-padding-x: 0.5rem;
--bs-navbar-toggler-padding-y: 0.25rem;
--bs-navbar-toggler-padding-x: 0.75rem;
--bs-navbar-toggler-font-size: 1.25rem;
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
--bs-navbar-toggler-border-radius: 0.375rem;
--bs-navbar-toggler-focus-width: 0.25rem;
--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
padding-top: var(--bs-navbar-brand-padding-y);
padding-bottom: var(--bs-navbar-brand-padding-y);
margin-right: var(--bs-navbar-brand-margin-end);
font-size: var(--bs-navbar-brand-font-size);
color: var(--bs-navbar-brand-color);
text-decoration: none;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
--bs-nav-link-padding-x: 0;
--bs-nav-link-padding-y: 0.5rem;
--bs-nav-link-color: var(--bs-navbar-color);
--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
position: static;
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
color: var(--bs-navbar-active-color);
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}
.navbar-toggler {
padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
font-size: var(--bs-navbar-toggler-font-size);
line-height: 1;
color: var(--bs-navbar-color);
background-color: transparent;
border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
border-radius: var(--bs-navbar-toggler-border-radius);
transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-image: var(--bs-navbar-toggler-icon-bg);
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
.navbar-expand-sm .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-sm .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-sm .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
.navbar-expand-md .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-md .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-md .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
.navbar-expand-lg .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-lg .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-lg .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
.navbar-expand-xl .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-xl .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-xl .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
@media (min-width: 1400px) {
.navbar-expand-xxl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xxl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xxl .navbar-toggler {
display: none;
}
.navbar-expand-xxl .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-xxl .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-xxl .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
}
.navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-expand .offcanvas {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
.navbar-dark {
--bs-navbar-color: rgba(255, 255, 255, 0.55);
--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
--bs-navbar-active-color: #fff;
--bs-navbar-brand-color: #fff;
--bs-navbar-brand-hover-color: #fff;
--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
--bs-card-spacer-y: 1rem;
--bs-card-spacer-x: 1rem;
--bs-card-title-spacer-y: 0.5rem;
--bs-card-border-width: 1px;
--bs-card-border-color: var(--bs-border-color-translucent);
--bs-card-border-radius: 0.375rem;
--bs-card-box-shadow: ;
--bs-card-inner-border-radius: calc(0.375rem - 1px);
--bs-card-cap-padding-y: 0.5rem;
--bs-card-cap-padding-x: 1rem;
--bs-card-cap-bg: rgba(0, 0, 0, 0.03);
--bs-card-cap-color: ;
--bs-card-height: ;
--bs-card-color: ;
--bs-card-bg: #fff;
--bs-card-img-overlay-padding: 1rem;
--bs-card-group-margin: 0.75rem;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
height: var(--bs-card-height);
word-wrap: break-word;
background-color: var(--bs-card-bg);
background-clip: border-box;
border: var(--bs-card-border-width) solid var(--bs-card-border-color);
border-radius: var(--bs-card-border-radius);
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
flex: 1 1 auto;
padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
color: var(--bs-card-color);
}
.card-title {
margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link + .card-link {
margin-left: var(--bs-card-spacer-x);
}
.card-header {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
margin-bottom: 0;
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
border-bottom: 0;
}
.card-header-tabs .nav-link.active {
background-color: var(--bs-card-bg);
border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: var(--bs-card-img-overlay-padding);
border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
.card-group {
display: flex;
flex-flow: row wrap;
}
.card-group > .card {
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;
}
}
.accordion {
--bs-accordion-color: #000;
--bs-accordion-bg: #fff;
--bs-accordion-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, border-radius 0.15s ease;
--bs-accordion-border-color: var(--bs-border-color);
--bs-accordion-border-width: 1px;
--bs-accordion-border-radius: 0.375rem;
--bs-accordion-inner-border-radius: calc(0.375rem - 1px);
--bs-accordion-btn-padding-x: 1.25rem;
--bs-accordion-btn-padding-y: 1rem;
--bs-accordion-btn-color: var(--bs-body-color);
--bs-accordion-btn-bg: var(--bs-accordion-bg);
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
--bs-accordion-btn-icon-width: 1.25rem;
--bs-accordion-btn-icon-transform: rotate(-180deg);
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
--bs-accordion-btn-focus-border-color: #86b7fe;
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
--bs-accordion-body-padding-x: 1.25rem;
--bs-accordion-body-padding-y: 1rem;
--bs-accordion-active-color: #0c63e4;
--bs-accordion-active-bg: #e7f1ff;
}
.accordion-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
font-size: 1rem;
color: var(--bs-accordion-btn-color);
text-align: left;
background-color: var(--bs-accordion-btn-bg);
border: 0;
border-radius: 0;
overflow-anchor: none;
transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
transition: none;
}
}
.accordion-button:not(.collapsed) {
color: var(--bs-accordion-active-color);
background-color: var(--bs-accordion-active-bg);
box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
background-image: var(--bs-accordion-btn-active-icon);
transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
flex-shrink: 0;
width: var(--bs-accordion-btn-icon-width);
height: var(--bs-accordion-btn-icon-width);
margin-left: auto;
content: "";
background-image: var(--bs-accordion-btn-icon);
background-repeat: no-repeat;
background-size: var(--bs-accordion-btn-icon-width);
transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
.accordion-button::after {
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
border-color: var(--bs-accordion-btn-focus-border-color);
outline: 0;
box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item {
color: var(--bs-accordion-color);
background-color: var(--bs-accordion-bg);
border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
border-top-left-radius: var(--bs-accordion-border-radius);
border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
border-top-left-radius: var(--bs-accordion-inner-border-radius);
border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
border-top: 0;
}
.accordion-item:last-of-type {
border-bottom-right-radius: var(--bs-accordion-border-radius);
border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
border-bottom-right-radius: var(--bs-accordion-border-radius);
border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
border-width: 0;
}
.accordion-flush .accordion-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
border-top: 0;
}
.accordion-flush .accordion-item:last-child {
border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
border-radius: 0;
}
.breadcrumb {
--bs-breadcrumb-padding-x: 0;
--bs-breadcrumb-padding-y: 0;
--bs-breadcrumb-margin-bottom: 1rem;
--bs-breadcrumb-bg: ;
--bs-breadcrumb-border-radius: ;
--bs-breadcrumb-divider-color: #6c757d;
--bs-breadcrumb-item-padding-x: 0.5rem;
--bs-breadcrumb-item-active-color: #6c757d;
display: flex;
flex-wrap: wrap;
padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
margin-bottom: var(--bs-breadcrumb-margin-bottom);
font-size: var(--bs-breadcrumb-font-size);
list-style: none;
background-color: var(--bs-breadcrumb-bg);
border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: var(--bs-breadcrumb-item-padding-x);
color: var(--bs-breadcrumb-divider-color);
content: var(--bs-breadcrumb-divider, "/") ;
}
.breadcrumb-item.active {
color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
--bs-pagination-padding-x: 0.75rem;
--bs-pagination-padding-y: 0.375rem;
--bs-pagination-font-size: 1rem;
--bs-pagination-color: var(--bs-link-color);
--bs-pagination-bg: #fff;
--bs-pagination-border-width: 1px;
--bs-pagination-border-color: #dee2e6;
--bs-pagination-border-radius: 0.375rem;
--bs-pagination-hover-color: var(--bs-link-hover-color);
--bs-pagination-hover-bg: #e9ecef;
--bs-pagination-hover-border-color: #dee2e6;
--bs-pagination-focus-color: var(--bs-link-hover-color);
--bs-pagination-focus-bg: #e9ecef;
--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
--bs-pagination-active-color: #fff;
--bs-pagination-active-bg: #0d6efd;
--bs-pagination-active-border-color: #0d6efd;
--bs-pagination-disabled-color: #6c757d;
--bs-pagination-disabled-bg: #fff;
--bs-pagination-disabled-border-color: #dee2e6;
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
font-size: var(--bs-pagination-font-size);
color: var(--bs-pagination-color);
text-decoration: none;
background-color: var(--bs-pagination-bg);
border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
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) {
.page-link {
transition: none;
}
}
.page-link:hover {
z-index: 2;
color: var(--bs-pagination-hover-color);
background-color: var(--bs-pagination-hover-bg);
border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
z-index: 3;
color: var(--bs-pagination-focus-color);
background-color: var(--bs-pagination-focus-bg);
outline: 0;
box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
z-index: 3;
color: var(--bs-pagination-active-color);
background-color: var(--bs-pagination-active-bg);
border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
color: var(--bs-pagination-disabled-color);
pointer-events: none;
background-color: var(--bs-pagination-disabled-bg);
border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.page-item:first-child .page-link {
border-top-left-radius: var(--bs-pagination-border-radius);
border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
border-top-right-radius: var(--bs-pagination-border-radius);
border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
--bs-pagination-padding-x: 1.5rem;
--bs-pagination-padding-y: 0.75rem;
--bs-pagination-font-size: 1.25rem;
--bs-pagination-border-radius: 0.5rem;
}
.pagination-sm {
--bs-pagination-padding-x: 0.5rem;
--bs-pagination-padding-y: 0.25rem;
--bs-pagination-font-size: 0.875rem;
--bs-pagination-border-radius: 0.25rem;
}
.badge {
--bs-badge-padding-x: 0.65em;
--bs-badge-padding-y: 0.35em;
--bs-badge-font-size: 0.75em;
--bs-badge-font-weight: 700;
--bs-badge-color: #fff;
--bs-badge-border-radius: 0.375rem;
display: inline-block;
padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
font-size: var(--bs-badge-font-size);
font-weight: var(--bs-badge-font-weight);
line-height: 1;
color: var(--bs-badge-color);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: var(--bs-badge-border-radius, 0);
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.alert {
--bs-alert-bg: transparent;
--bs-alert-padding-x: 1rem;
--bs-alert-padding-y: 1rem;
--bs-alert-margin-bottom: 1rem;
--bs-alert-color: inherit;
--bs-alert-border-color: transparent;
--bs-alert-border: 1px solid var(--bs-alert-border-color);
--bs-alert-border-radius: 0.375rem;
position: relative;
padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
margin-bottom: var(--bs-alert-margin-bottom);
color: var(--bs-alert-color);
background-color: var(--bs-alert-bg);
border: var(--bs-alert-border);
border-radius: var(--bs-alert-border-radius, 0);
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 3rem;
}
.alert-dismissible .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 1.25rem 1rem;
}
.alert-primary {
--bs-alert-color: #084298;
--bs-alert-bg: #cfe2ff;
--bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
color: #06357a;
}
.alert-secondary {
--bs-alert-color: #41464b;
--bs-alert-bg: #e2e3e5;
--bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
color: #34383c;
}
.alert-success {
--bs-alert-color: #0f5132;
--bs-alert-bg: #d1e7dd;
--bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
color: #0c4128;
}
.alert-info {
--bs-alert-color: #055160;
--bs-alert-bg: #cff4fc;
--bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
color: #04414d;
}
.alert-warning {
--bs-alert-color: #664d03;
--bs-alert-bg: #fff3cd;
--bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
color: #523e02;
}
.alert-danger {
--bs-alert-color: #842029;
--bs-alert-bg: #f8d7da;
--bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
color: #6a1a21;
}
.alert-light {
--bs-alert-color: #636464;
--bs-alert-bg: #fefefe;
--bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
color: #4f5050;
}
.alert-dark {
--bs-alert-color: #141619;
--bs-alert-bg: #d3d3d4;
--bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
.progress {
--bs-progress-height: 1rem;
--bs-progress-font-size: 0.75rem;
--bs-progress-bg: #e9ecef;
--bs-progress-border-radius: 0.375rem;
--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-progress-bar-color: #fff;
--bs-progress-bar-bg: #0d6efd;
--bs-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--bs-progress-height);
overflow: hidden;
font-size: var(--bs-progress-font-size);
background-color: var(--bs-progress-bg);
border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: var(--bs-progress-bar-color);
text-align: center;
white-space: nowrap;
background-color: var(--bs-progress-bar-bg);
transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-bar-animated {
-webkit-animation: 1s linear infinite progress-bar-stripes;
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.list-group {
--bs-list-group-color: #212529;
--bs-list-group-bg: #fff;
--bs-list-group-border-color: rgba(0, 0, 0, 0.125);
--bs-list-group-border-width: 1px;
--bs-list-group-border-radius: 0.375rem;
--bs-list-group-item-padding-x: 1rem;
--bs-list-group-item-padding-y: 0.5rem;
--bs-list-group-action-color: #495057;
--bs-list-group-action-hover-color: #495057;
--bs-list-group-action-hover-bg: #f8f9fa;
--bs-list-group-action-active-color: #212529;
--bs-list-group-action-active-bg: #e9ecef;
--bs-list-group-disabled-color: #6c757d;
--bs-list-group-disabled-bg: #fff;
--bs-list-group-active-color: #fff;
--bs-list-group-active-bg: #0d6efd;
--bs-list-group-active-border-color: #0d6efd;
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
list-style-type: none;
counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
content: counters(section, ".") ". ";
counter-increment: section;
}
.list-group-item-action {
width: 100%;
color: var(--bs-list-group-action-color);
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: var(--bs-list-group-action-hover-color);
text-decoration: none;
background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
color: var(--bs-list-group-action-active-color);
background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
position: relative;
display: block;
padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
color: var(--bs-list-group-color);
text-decoration: none;
background-color: var(--bs-list-group-bg);
border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
color: var(--bs-list-group-disabled-color);
pointer-events: none;
background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
z-index: 2;
color: var(--bs-list-group-active-color);
background-color: var(--bs-list-group-active-bg);
border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: calc(var(--bs-list-group-border-width) * -1);
border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 1400px) {
.list-group-horizontal-xxl {
flex-direction: row;
}
.list-group-horizontal-xxl > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
border-bottom-left-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item {
border-top-width: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
.list-group-flush {
border-radius: 0;
}
.list-group-flush > .list-group-item {
border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
.list-group-item-primary {
color: #084298;
background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #084298;
background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #084298;
border-color: #084298;
}
.list-group-item-secondary {
color: #41464b;
background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #41464b;
background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #41464b;
border-color: #41464b;
}
.list-group-item-success {
color: #0f5132;
background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #0f5132;
background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #0f5132;
border-color: #0f5132;
}
.list-group-item-info {
color: #055160;
background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #055160;
background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #055160;
border-color: #055160;
}
.list-group-item-warning {
color: #664d03;
background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #664d03;
background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #664d03;
border-color: #664d03;
}
.list-group-item-danger {
color: #842029;
background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #842029;
background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #842029;
border-color: #842029;
}
.list-group-item-light {
color: #636464;
background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #636464;
background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #636464;
border-color: #636464;
}
.list-group-item-dark {
color: #141619;
background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #141619;
background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #141619;
border-color: #141619;
}
.btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
border-radius: 0.375rem;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
opacity: 0.25;
}
.btn-close-white {
filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
--bs-toast-padding-x: 0.75rem;
--bs-toast-padding-y: 0.5rem;
--bs-toast-spacing: 1.5rem;
--bs-toast-max-width: 350px;
--bs-toast-font-size: 0.875rem;
--bs-toast-color: ;
--bs-toast-bg: rgba(255, 255, 255, 0.85);
--bs-toast-border-width: 1px;
--bs-toast-border-color: var(--bs-border-color-translucent);
--bs-toast-border-radius: 0.375rem;
--bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-toast-header-color: #6c757d;
--bs-toast-header-bg: rgba(255, 255, 255, 0.85);
--bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
width: var(--bs-toast-max-width);
max-width: 100%;
font-size: var(--bs-toast-font-size);
color: var(--bs-toast-color);
pointer-events: auto;
background-color: var(--bs-toast-bg);
background-clip: padding-box;
border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
box-shadow: var(--bs-toast-box-shadow);
border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
opacity: 0;
}
.toast:not(.show) {
display: none;
}
.toast-container {
position: absolute;
z-index: 1090;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 100%;
pointer-events: none;
}
.toast-container > :not(:last-child) {
margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
display: flex;
align-items: center;
padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
color: var(--bs-toast-header-color);
background-color: var(--bs-toast-header-bg);
background-clip: padding-box;
border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
margin-right: calc(var(--bs-toast-padding-x) * -0.5);
margin-left: var(--bs-toast-padding-x);
}
.toast-body {
padding: var(--bs-toast-padding-x);
word-wrap: break-word;
}
.modal {
--bs-modal-zindex: 1055;
--bs-modal-width: 500px;
--bs-modal-padding: 1rem;
--bs-modal-margin: 0.5rem;
--bs-modal-color: ;
--bs-modal-bg: #fff;
--bs-modal-border-color: var(--bs-border-color-translucent);
--bs-modal-border-width: 1px;
--bs-modal-border-radius: 0.5rem;
--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-modal-inner-border-radius: calc(0.5rem - 1px);
--bs-modal-header-padding-x: 1rem;
--bs-modal-header-padding-y: 1rem;
--bs-modal-header-padding: 1rem 1rem;
--bs-modal-header-border-color: var(--bs-border-color);
--bs-modal-header-border-width: 1px;
--bs-modal-title-line-height: 1.5;
--bs-modal-footer-gap: 0.5rem;
--bs-modal-footer-bg: ;
--bs-modal-footer-border-color: var(--bs-border-color);
--bs-modal-footer-border-width: 1px;
position: fixed;
top: 0;
left: 0;
z-index: var(--bs-modal-zindex);
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: var(--bs-modal-margin);
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal.modal-static .modal-dialog {
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
color: var(--bs-modal-color);
pointer-events: auto;
background-color: var(--bs-modal-bg);
background-clip: padding-box;
border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
border-radius: var(--bs-modal-border-radius);
outline: 0;
}
.modal-backdrop {
--bs-backdrop-zindex: 1050;
--bs-backdrop-bg: #000;
--bs-backdrop-opacity: 0.5;
position: fixed;
top: 0;
left: 0;
z-index: var(--bs-backdrop-zindex);
width: 100vw;
height: 100vh;
background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: var(--bs-backdrop-opacity);
}
.modal-header {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: space-between;
padding: var(--bs-modal-header-padding);
border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
border-top-left-radius: var(--bs-modal-inner-border-radius);
border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}
.modal-title {
margin-bottom: 0;
line-height: var(--bs-modal-title-line-height);
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: var(--bs-modal-padding);
}
.modal-footer {
display: flex;
flex-shrink: 0;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
background-color: var(--bs-modal-footer-bg);
border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
border-bottom-right-radius: var(--bs-modal-inner-border-radius);
border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
.modal {
--bs-modal-margin: 1.75rem;
--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.modal-dialog {
max-width: var(--bs-modal-width);
margin-right: auto;
margin-left: auto;
}
.modal-sm {
--bs-modal-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
--bs-modal-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
--bs-modal-width: 1140px;
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
border-radius: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
@media (max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
}
@media (max-width: 1399.98px) {
.modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
}
.tooltip {
--bs-tooltip-zindex: 1080;
--bs-tooltip-max-width: 200px;
--bs-tooltip-padding-x: 0.5rem;
--bs-tooltip-padding-y: 0.25rem;
--bs-tooltip-margin: ;
--bs-tooltip-font-size: 0.875rem;
--bs-tooltip-color: #fff;
--bs-tooltip-bg: #000;
--bs-tooltip-border-radius: 0.375rem;
--bs-tooltip-opacity: 0.9;
--bs-tooltip-arrow-width: 0.8rem;
--bs-tooltip-arrow-height: 0.4rem;
z-index: var(--bs-tooltip-zindex);
display: block;
padding: var(--bs-tooltip-arrow-height);
margin: var(--bs-tooltip-margin);
font-family: var(--bs-font-sans-serif);
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;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: var(--bs-tooltip-font-size);
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
display: block;
width: var(--bs-tooltip-arrow-width);
height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
top: -1px;
border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-top-color: var(--bs-tooltip-bg);
} .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
left: 0;
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
right: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-right-color: var(--bs-tooltip-bg);
} .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
bottom: -1px;
border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-bottom-color: var(--bs-tooltip-bg);
} .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
right: 0;
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
left: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-left-color: var(--bs-tooltip-bg);
} .tooltip-inner {
max-width: var(--bs-tooltip-max-width);
padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
color: var(--bs-tooltip-color);
text-align: center;
background-color: var(--bs-tooltip-bg);
border-radius: var(--bs-tooltip-border-radius, 0);
}
.popover {
--bs-popover-zindex: 1070;
--bs-popover-max-width: 276px;
--bs-popover-font-size: 0.875rem;
--bs-popover-bg: #fff;
--bs-popover-border-width: 1px;
--bs-popover-border-color: var(--bs-border-color-translucent);
--bs-popover-border-radius: 0.5rem;
--bs-popover-inner-border-radius: calc(0.5rem - 1px);
--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-popover-header-padding-x: 1rem;
--bs-popover-header-padding-y: 0.5rem;
--bs-popover-header-font-size: 1rem;
--bs-popover-header-color: var(--bs-heading-color);
--bs-popover-header-bg: #f0f0f0;
--bs-popover-body-padding-x: 1rem;
--bs-popover-body-padding-y: 1rem;
--bs-popover-body-color: #212529;
--bs-popover-arrow-width: 1rem;
--bs-popover-arrow-height: 0.5rem;
--bs-popover-arrow-border: var(--bs-popover-border-color);
z-index: var(--bs-popover-zindex);
display: block;
max-width: var(--bs-popover-max-width);
font-family: var(--bs-font-sans-serif);
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;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: var(--bs-popover-font-size);
word-wrap: break-word;
background-color: var(--bs-popover-bg);
background-clip: padding-box;
border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
display: block;
width: var(--bs-popover-arrow-width);
height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
bottom: 0;
border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
bottom: var(--bs-popover-border-width);
border-top-color: var(--bs-popover-bg);
} .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
width: var(--bs-popover-arrow-height);
height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
left: 0;
border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
left: var(--bs-popover-border-width);
border-right-color: var(--bs-popover-bg);
} .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
top: 0;
border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
top: var(--bs-popover-border-width);
border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: var(--bs-popover-arrow-width);
margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
content: "";
border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
} .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
width: var(--bs-popover-arrow-height);
height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
right: 0;
border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
right: var(--bs-popover-border-width);
border-left-color: var(--bs-popover-bg);
} .popover-header {
padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
margin-bottom: 0;
font-size: var(--bs-popover-header-font-size);
color: var(--bs-popover-header-color);
background-color: var(--bs-popover-header-bg);
border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
border-top-left-radius: var(--bs-popover-inner-border-radius);
border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
color: var(--bs-popover-body-color);
}
.carousel {
position: relative;
}
.carousel.pointer-event {
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: 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-start),
.active.carousel-item-end {
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
transform: translateX(-100%);
} .carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: none;
border: 0;
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: 2rem;
height: 2rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
} .carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: flex;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 1rem;
margin-left: 15%;
list-style: none;
}
.carousel-indicators [data-bs-target] {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
padding: 0;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators [data-bs-target] {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 1.25rem;
left: 15%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
background-color: #000;
}
.carousel-dark .carousel-caption {
color: #000;
}
.spinner-grow,
.spinner-border {
display: inline-block;
width: var(--bs-spinner-width);
height: var(--bs-spinner-height);
vertical-align: var(--bs-spinner-vertical-align);
border-radius: 50%;
-webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@-webkit-keyframes spinner-border {
to {
transform: rotate(360deg) ;
}
}
@keyframes spinner-border {
to {
transform: rotate(360deg) ;
}
}
.spinner-border {
--bs-spinner-width: 2rem;
--bs-spinner-height: 2rem;
--bs-spinner-vertical-align: -0.125em;
--bs-spinner-border-width: 0.25em;
--bs-spinner-animation-speed: 0.75s;
--bs-spinner-animation-name: spinner-border;
border: var(--bs-spinner-border-width) solid currentcolor;
border-right-color: transparent;
}
.spinner-border-sm {
--bs-spinner-width: 1rem;
--bs-spinner-height: 1rem;
--bs-spinner-border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
.spinner-grow {
--bs-spinner-width: 2rem;
--bs-spinner-height: 2rem;
--bs-spinner-vertical-align: -0.125em;
--bs-spinner-animation-speed: 0.75s;
--bs-spinner-animation-name: spinner-grow;
background-color: currentcolor;
opacity: 0;
}
.spinner-grow-sm {
--bs-spinner-width: 1rem;
--bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
--bs-spinner-animation-speed: 1.5s;
}
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
--bs-offcanvas-width: 400px;
--bs-offcanvas-height: 30vh;
--bs-offcanvas-padding-x: 1rem;
--bs-offcanvas-padding-y: 1rem;
--bs-offcanvas-color: ;
--bs-offcanvas-bg: #fff;
--bs-offcanvas-border-width: 1px;
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
.offcanvas-sm {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-sm {
transition: none;
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
visibility: visible;
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 576px) {
.offcanvas-sm {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-sm .offcanvas-header {
display: none;
}
.offcanvas-sm .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
@media (max-width: 767.98px) {
.offcanvas-md {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-md {
transition: none;
}
}
@media (max-width: 767.98px) {
.offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 767.98px) {
.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
visibility: visible;
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 768px) {
.offcanvas-md {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-md .offcanvas-header {
display: none;
}
.offcanvas-md .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-lg {
transition: none;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
visibility: visible;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 992px) {
.offcanvas-lg {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-lg .offcanvas-header {
display: none;
}
.offcanvas-lg .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-xl {
transition: none;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
visibility: visible;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 1200px) {
.offcanvas-xl {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-xl .offcanvas-header {
display: none;
}
.offcanvas-xl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-xxl {
transition: none;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
visibility: visible;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 1400px) {
.offcanvas-xxl {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-xxl .offcanvas-header {
display: none;
}
.offcanvas-xxl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
.offcanvas {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.offcanvas {
transition: none;
}
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
visibility: visible;
}
.offcanvas.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
.offcanvas.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
.offcanvas-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.offcanvas-backdrop.fade {
opacity: 0;
}
.offcanvas-backdrop.show {
opacity: 0.5;
}
.offcanvas-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
}
.offcanvas-title {
margin-bottom: 0;
line-height: 1.5;
}
.offcanvas-body {
flex-grow: 1;
padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
overflow-y: auto;
}
.placeholder {
display: inline-block;
min-height: 1em;
vertical-align: middle;
cursor: wait;
background-color: currentcolor;
opacity: 0.5;
}
.placeholder.btn::before {
display: inline-block;
content: "";
}
.placeholder-xs {
min-height: 0.6em;
}
.placeholder-sm {
min-height: 0.8em;
}
.placeholder-lg {
min-height: 1.2em;
}
.placeholder-glow .placeholder {
-webkit-animation: placeholder-glow 2s ease-in-out infinite;
animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
50% {
opacity: 0.2;
}
}
@keyframes placeholder-glow {
50% {
opacity: 0.2;
}
}
.placeholder-wave {
-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
-webkit-mask-size: 200% 100%;
mask-size: 200% 100%;
-webkit-animation: placeholder-wave 2s linear infinite;
animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
100% {
-webkit-mask-position: -200% 0%;
mask-position: -200% 0%;
}
}
@keyframes placeholder-wave {
100% {
-webkit-mask-position: -200% 0%;
mask-position: -200% 0%;
}
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.text-bg-primary {
color: #fff !important;
background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
color: #fff !important;
background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
color: #fff !important;
background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
color: #000 !important;
background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
color: #000 !important;
background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
color: #fff !important;
background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
color: #000 !important;
background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
color: #fff !important;
background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
color: #0a58ca !important;
}
.link-secondary {
color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
color: #565e64 !important;
}
.link-success {
color: #198754 !important;
}
.link-success:hover, .link-success:focus {
color: #146c43 !important;
}
.link-info {
color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
color: #3dd5f3 !important;
}
.link-warning {
color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
color: #ffcd39 !important;
}
.link-danger {
color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
color: #b02a37 !important;
}
.link-light {
color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
color: #f9fafb !important;
}
.link-dark {
color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
color: #1a1e21 !important;
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
--bs-aspect-ratio: 75%;
}
.ratio-16x9 {
--bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
--bs-aspect-ratio: 42.8571428571%;
}
.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;
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-sm-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-md-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-lg-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xl-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1400px) {
.sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xxl-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
.hstack {
display: flex;
flex-direction: row;
align-items: center;
align-self: stretch;
}
.vstack {
display: flex;
flex: 1 1 auto;
flex-direction: column;
align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vr {
display: inline-block;
align-self: stretch;
width: 1px;
min-height: 1em;
background-color: currentcolor;
opacity: 0.25;
}
.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;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.opacity-0 {
opacity: 0 !important;
}
.opacity-25 {
opacity: 0.25 !important;
}
.opacity-50 {
opacity: 0.5 !important;
}
.opacity-75 {
opacity: 0.75 !important;
}
.opacity-100 {
opacity: 1 !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.top-0 {
top: 0 !important;
}
.top-50 {
top: 50% !important;
}
.top-100 {
top: 100% !important;
}
.bottom-0 {
bottom: 0 !important;
}
.bottom-50 {
bottom: 50% !important;
}
.bottom-100 {
bottom: 100% !important;
}
.start-0 {
left: 0 !important;
}
.start-50 {
left: 50% !important;
}
.start-100 {
left: 100% !important;
}
.end-0 {
right: 0 !important;
}
.end-50 {
right: 50% !important;
}
.end-100 {
right: 100% !important;
}
.translate-middle {
transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
transform: translateX(-50%) !important;
}
.translate-middle-y {
transform: translateY(-50%) !important;
}
.border {
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
--bs-border-width: 1px;
}
.border-2 {
--bs-border-width: 2px;
}
.border-3 {
--bs-border-width: 3px;
}
.border-4 {
--bs-border-width: 4px;
}
.border-5 {
--bs-border-width: 5px;
}
.border-opacity-10 {
--bs-border-opacity: 0.1;
}
.border-opacity-25 {
--bs-border-opacity: 0.25;
}
.border-opacity-50 {
--bs-border-opacity: 0.5;
}
.border-opacity-75 {
--bs-border-opacity: 0.75;
}
.border-opacity-100 {
--bs-border-opacity: 1;
}
.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;
}
.mw-100 {
max-width: 100% !important;
}
.vw-100 {
width: 100vw !important;
}
.min-vw-100 {
min-width: 100vw !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;
}
.mh-100 {
max-height: 100% !important;
}
.vh-100 {
height: 100vh !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.justify-content-evenly {
justify-content: space-evenly !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 1rem !important;
}
.gap-4 {
gap: 1.5rem !important;
}
.gap-5 {
gap: 3rem !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
font-size: 1.25rem !important;
}
.fs-6 {
font-size: 1rem !important;
}
.fst-italic {
font-style: italic !important;
}
.fst-normal {
font-style: normal !important;
}
.fw-light {
font-weight: 300 !important;
}
.fw-lighter {
font-weight: lighter !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-semibold {
font-weight: 600 !important;
}
.fw-bolder {
font-weight: bolder !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
} .text-break {
word-wrap: break-word !important;
word-break: break-word !important;
} .text-primary {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
--bs-text-opacity: 1;
color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
--bs-text-opacity: 1;
color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
--bs-text-opacity: 1;
color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
--bs-text-opacity: 1;
color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
--bs-text-opacity: 1;
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
--bs-text-opacity: 1;
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
--bs-text-opacity: 1;
color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
--bs-text-opacity: 1;
color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
--bs-text-opacity: 1;
color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), 0.75) !important;
}
.text-black-50 {
--bs-text-opacity: 1;
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
--bs-text-opacity: 1;
color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
--bs-text-opacity: 1;
color: inherit !important;
}
.text-opacity-25 {
--bs-text-opacity: 0.25;
}
.text-opacity-50 {
--bs-text-opacity: 0.5;
}
.text-opacity-75 {
--bs-text-opacity: 0.75;
}
.text-opacity-100 {
--bs-text-opacity: 1;
}
.bg-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
--bs-bg-opacity: 1;
background-color: transparent !important;
}
.bg-opacity-10 {
--bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
--bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
--bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
--bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
--bs-bg-opacity: 1;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
user-select: none !important;
}
.pe-none {
pointer-events: none !important;
}
.pe-auto {
pointer-events: auto !important;
}
.rounded {
border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
border-top-left-radius: var(--bs-border-radius) !important;
border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end {
border-top-right-radius: var(--bs-border-radius) !important;
border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
border-bottom-right-radius: var(--bs-border-radius) !important;
border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
border-bottom-left-radius: var(--bs-border-radius) !important;
border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media (min-width: 576px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !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: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.justify-content-sm-evenly {
justify-content: space-evenly !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !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: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.justify-content-md-evenly {
justify-content: space-evenly !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !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: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.justify-content-lg-evenly {
justify-content: space-evenly !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !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: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.justify-content-xl-evenly {
justify-content: space-evenly !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1400px) {
.float-xxl-start {
float: left !important;
}
.float-xxl-end {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
.gap-xxl-0 {
gap: 0 !important;
}
.gap-xxl-1 {
gap: 0.25rem !important;
}
.gap-xxl-2 {
gap: 0.5rem !important;
}
.gap-xxl-3 {
gap: 1rem !important;
}
.gap-xxl-4 {
gap: 1.5rem !important;
}
.gap-xxl-5 {
gap: 3rem !important;
}
.text-xxl-start {
text-align: left !important;
}
.text-xxl-end {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.fs-1 {
font-size: 2.5rem !important;
}
.fs-2 {
font-size: 2rem !important;
}
.fs-3 {
font-size: 1.75rem !important;
}
.fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !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: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}@font-face {
font-family: 'LogisFare';
src:  url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/LogisFare.eot?xms7b4);
src:  url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/LogisFare.eot?xms7b4#iefix) format('embedded-opentype'),
url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/LogisFare.ttf?xms7b4) format('truetype'),
url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/LogisFare.woff?xms7b4) format('woff'),
url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/LogisFare.svg?xms7b4#LogisFare) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="logisfare-"], [class*=" logisfare-"] { font-family: 'LogisFare' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.logisfare-user-circle:before {
content: "\e960";
}
.logisfare-quoat:before {
content: "\e95a";
}
.logisfare-left-arrow:before {
content: "\e95b";
}
.logisfare-replay-r:before {
content: "\e95c";
}
.logisfare-right-arrow:before {
content: "\e95d";
}
.logisfare-cart2:before {
content: "\e95e";
}
.logisfare-search2:before {
content: "\e95f";
}
.logisfare-air:before {
content: "\e900";
}
.logisfare-arrow_brand:before {
content: "\e901";
}
.logisfare-arrow_next:before {
content: "\e902";
}
.logisfare-arrow_prev:before {
content: "\e903";
}
.logisfare-arrow_right1:before {
content: "\e904";
}
.logisfare-arrowDown:before {
content: "\e905";
}
.logisfare-call:before {
content: "\e906";
}
.logisfare-call1:before {
content: "\e907";
}
.logisfare-call2:before {
content: "\e908";
}
.logisfare-cars:before {
content: "\e909";
}
.logisfare-cart:before {
content: "\e90a";
}
.logisfare-clock:before {
content: "\e90b";
}
.logisfare-cocation02:before {
content: "\e90c";
}
.logisfare-commercial:before {
content: "\e90d";
}
.logisfare-cost:before {
content: "\e90e";
}
.logisfare-cus_glo:before {
content: "\e90f";
}
.logisfare-custom_design:before {
content: "\e910";
}
.logisfare-delivary:before {
content: "\e911";
}
.logisfare-delivary_goods:before {
content: "\e912";
}
.logisfare-design_house:before {
content: "\e913";
}
.logisfare-design_plan:before {
content: "\e914";
}
.logisfare-dimont:before {
content: "\e915";
}
.logisfare-edite:before {
content: "\e916";
}
.logisfare-editor_check:before {
content: "\e917";
}
.logisfare-email:before {
content: "\e918";
}
.logisfare-envalope:before {
content: "\e919";
}
.logisfare-envelope-open:before {
content: "\e91a";
}
.logisfare-family_shelter:before {
content: "\e91b";
}
.logisfare-fax:before {
content: "\e91c";
}
.logisfare-furniture:before {
content: "\e91d";
}
.logisfare-game_making:before {
content: "\e91e";
}
.logisfare-gameplay:before {
content: "\e91f";
}
.logisfare-grid-view:before {
content: "\e920";
}
.logisfare-headphone:before {
content: "\e921";
}
.logisfare-heart:before {
content: "\e922";
}
.logisfare-hospitality:before {
content: "\e923";
}
.logisfare-house:before {
content: "\e924";
}
.logisfare-inbox:before {
content: "\e925";
}
.logisfare-institute:before {
content: "\e926";
}
.logisfare-left_sec:before {
content: "\e927";
}
.logisfare-list-view:before {
content: "\e928";
}
.logisfare-location:before {
content: "\e929";
}
.logisfare-location_root:before {
content: "\e92a";
}
.logisfare-location-map:before {
content: "\e92b";
}
.logisfare-logic_sol:before {
content: "\e92c";
}
.logisfare-long-arrow-left:before {
content: "\e92d";
}
.logisfare-long-arrow-right:before {
content: "\e92e";
}
.logisfare-minus:before {
content: "\e92f";
}
.logisfare-multipurpose:before {
content: "\e930";
}
.logisfare-ocean:before {
content: "\e931";
}
.logisfare-ocean2:before {
content: "\e932";
}
.logisfare-office_desk:before {
content: "\e933";
}
.logisfare-our_history:before {
content: "\e934";
}
.logisfare-our_mission:before {
content: "\e935";
}
.logisfare-our_vision:before {
content: "\e936";
}
.logisfare-parcel:before {
content: "\e937";
}
.logisfare-pdf:before {
content: "\e938";
}
.logisfare-plan_decor:before {
content: "\e939";
}
.logisfare-plan2:before {
content: "\e93a";
}
.logisfare-play:before {
content: "\e93b";
}
.logisfare-play1:before {
content: "\e93c";
}
.logisfare-plus:before {
content: "\e93d";
}
.logisfare-pricing:before {
content: "\e93e";
}
.logisfare-progress:before {
content: "\e93f";
}
.logisfare-quote:before {
content: "\e940";
}
.logisfare-quote1:before {
content: "\e941";
}
.logisfare-reply:before {
content: "\e942";
}
.logisfare-residential:before {
content: "\e943";
}
.logisfare-right_sec:before {
content: "\e944";
}
.logisfare-room_dec:before {
content: "\e945";
}
.logisfare-scall:before {
content: "\e946";
}
.logisfare-search:before {
content: "\e947";
}
.logisfare-service:before {
content: "\e948";
}
.logisfare-shipping:before {
content: "\e949";
}
.logisfare-solo_villa:before {
content: "\e94a";
}
.logisfare-solutions:before {
content: "\e94b";
}
.logisfare-tag:before {
content: "\e94c";
}
.logisfare-tell:before {
content: "\e94d";
}
.logisfare-tracking:before {
content: "\e94e";
}
.logisfare-tracking2:before {
content: "\e94f";
}
.logisfare-train:before {
content: "\e950";
}
.logisfare-transit:before {
content: "\e951";
}
.logisfare-usd:before {
content: "\e952";
}
.logisfare-user:before {
content: "\e953";
}
.logisfare-user_star:before {
content: "\e954";
}
.logisfare-vip_shelter:before {
content: "\e955";
}
.logisfare-word_precess01:before {
content: "\e956";
}
.logisfare-word_precess02:before {
content: "\e957";
}
.logisfare-word_precess03:before {
content: "\e958";
}
.logisfare-word_precess04:before {
content: "\e959";
}@font-face {
font-family: 'Themewar';
src:  url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/Themewar.eot?a6xfuk);
src:  url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/Themewar.eot?a6xfuk#iefix) format('embedded-opentype'),
url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/Themewar.ttf?a6xfuk) format('truetype'),
url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/Themewar.woff?a6xfuk) format('woff'),
url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/Themewar.svg?a6xfuk#Themewar) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="themewar_"], [class*=" themewar_"] { font-family: 'Themewar' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.themewar_address-book:before {
content: "\e900";
}
.themewar_address-card:before {
content: "\e901";
}
.themewar_bell:before {
content: "\e902";
}
.themewar_bell-slash:before {
content: "\e903";
}
.themewar_bookmark:before {
content: "\e904";
}
.themewar_building:before {
content: "\e905";
}
.themewar_calendar:before {
content: "\e906";
}
.themewar_calendar-check:before {
content: "\e907";
}
.themewar_calendar-days:before {
content: "\e908";
}
.themewar_calendar-minus:before {
content: "\e909";
}
.themewar_calendar-plus:before {
content: "\e90a";
}
.themewar_calendar-xmark:before {
content: "\e90b";
}
.themewar_chart-bar:before {
content: "\e90c";
}
.themewar_chess-bishop:before {
content: "\e90d";
}
.themewar_chess-king:before {
content: "\e90e";
}
.themewar_chess-knight:before {
content: "\e90f";
}
.themewar_chess-pawn:before {
content: "\e910";
}
.themewar_chess-queen:before {
content: "\e911";
}
.themewar_chess-rook:before {
content: "\e912";
}
.themewar_circle:before {
content: "\e913";
}
.themewar_circle-check:before {
content: "\e914";
}
.themewar_circle-dot:before {
content: "\e915";
}
.themewar_circle-down:before {
content: "\e916";
}
.themewar_circle-left:before {
content: "\e917";
}
.themewar_circle-pause:before {
content: "\e918";
}
.themewar_circle-play:before {
content: "\e919";
}
.themewar_circle-question:before {
content: "\e91a";
}
.themewar_circle-right:before {
content: "\e91b";
}
.themewar_circle-stop:before {
content: "\e91c";
}
.themewar_circle-up:before {
content: "\e91d";
}
.themewar_circle-user:before {
content: "\e91e";
}
.themewar_circle-xmark:before {
content: "\e91f";
}
.themewar_clipboard:before {
content: "\e920";
}
.themewar_clock:before {
content: "\e921";
}
.themewar_clone:before {
content: "\e922";
}
.themewar_closed-captioning:before {
content: "\e923";
}
.themewar_comment:before {
content: "\e924";
}
.themewar_comment-dots:before {
content: "\e925";
}
.themewar_comments:before {
content: "\e926";
}
.themewar_compass:before {
content: "\e927";
}
.themewar_copy:before {
content: "\e928";
}
.themewar_copyright:before {
content: "\e929";
}
.themewar_credit-card:before {
content: "\e92a";
}
.themewar_envelope:before {
content: "\e92b";
}
.themewar_envelope-open:before {
content: "\e92c";
}
.themewar_eye:before {
content: "\e92d";
}
.themewar_eye-slash:before {
content: "\e92e";
}
.themewar_face-angry:before {
content: "\e92f";
}
.themewar_face-dizzy:before {
content: "\e930";
}
.themewar_face-flushed:before {
content: "\e931";
}
.themewar_face-frown:before {
content: "\e932";
}
.themewar_face-frown-open:before {
content: "\e933";
}
.themewar_face-grimace:before {
content: "\e934";
}
.themewar_face-grin:before {
content: "\e935";
}
.themewar_face-grin-beam:before {
content: "\e936";
}
.themewar_face-grin-beam-sweat:before {
content: "\e937";
}
.themewar_face-grin-hearts:before {
content: "\e938";
}
.themewar_face-grin-squint:before {
content: "\e939";
}
.themewar_face-grin-squint-tears:before {
content: "\e93a";
}
.themewar_face-grin-stars:before {
content: "\e93b";
}
.themewar_face-grin-tears:before {
content: "\e93c";
}
.themewar_face-grin-tongue:before {
content: "\e93d";
}
.themewar_face-grin-tongue-squint:before {
content: "\e93e";
}
.themewar_face-grin-tongue-wink:before {
content: "\e93f";
}
.themewar_face-grin-wide:before {
content: "\e940";
}
.themewar_face-grin-wink:before {
content: "\e941";
}
.themewar_face-kiss:before {
content: "\e942";
}
.themewar_face-kiss-beam:before {
content: "\e943";
}
.themewar_face-kiss-wink-heart:before {
content: "\e944";
}
.themewar_face-laugh:before {
content: "\e945";
}
.themewar_face-laugh-beam:before {
content: "\e946";
}
.themewar_face-laugh-squint:before {
content: "\e947";
}
.themewar_face-laugh-wink:before {
content: "\e948";
}
.themewar_face-meh:before {
content: "\e949";
}
.themewar_face-meh-blank:before {
content: "\e94a";
}
.themewar_face-rolling-eyes:before {
content: "\e94b";
}
.themewar_face-sad-cry:before {
content: "\e94c";
}
.themewar_face-sad-tear:before {
content: "\e94d";
}
.themewar_face-smile:before {
content: "\e94e";
}
.themewar_face-smile-beam:before {
content: "\e94f";
}
.themewar_face-smile-wink:before {
content: "\e950";
}
.themewar_face-surprise:before {
content: "\e951";
}
.themewar_face-tired:before {
content: "\e952";
}
.themewar_file:before {
content: "\e953";
}
.themewar_file-audio:before {
content: "\e954";
}
.themewar_file-code:before {
content: "\e955";
}
.themewar_file-excel:before {
content: "\e956";
}
.themewar_file-image:before {
content: "\e957";
}
.themewar_file-lines:before {
content: "\e958";
}
.themewar_file-pdf:before {
content: "\e959";
}
.themewar_file-powerpoint:before {
content: "\e95a";
}
.themewar_file-video:before {
content: "\e95b";
}
.themewar_file-word:before {
content: "\e95c";
}
.themewar_file-zipper:before {
content: "\e95d";
}
.themewar_flag:before {
content: "\e95e";
}
.themewar_floppy-disk:before {
content: "\e95f";
}
.themewar_folder:before {
content: "\e960";
}
.themewar_folder-closed:before {
content: "\e961";
}
.themewar_folder-open:before {
content: "\e962";
}
.themewar_font-awesome:before {
content: "\e963";
}
.themewar_futbol:before {
content: "\e964";
}
.themewar_gem:before {
content: "\e965";
}
.themewar_hand:before {
content: "\e966";
}
.themewar_hand-back-fist:before {
content: "\e967";
}
.themewar_hand-lizard:before {
content: "\e968";
}
.themewar_hand-peace:before {
content: "\e969";
}
.themewar_hand-point-down:before {
content: "\e96a";
}
.themewar_hand-pointer:before {
content: "\e96b";
}
.themewar_hand-point-left:before {
content: "\e96c";
}
.themewar_hand-point-right:before {
content: "\e96d";
}
.themewar_hand-point-up:before {
content: "\e96e";
}
.themewar_hand-scissors:before {
content: "\e96f";
}
.themewar_handshake:before {
content: "\e970";
}
.themewar_hand-spock:before {
content: "\e971";
}
.themewar_hard-drive:before {
content: "\e972";
}
.themewar_heart:before {
content: "\e973";
}
.themewar_hospital:before {
content: "\e974";
}
.themewar_hourglass:before {
content: "\e975";
}
.themewar_hourglass-half:before {
content: "\e976";
}
.themewar_id-badge:before {
content: "\e977";
}
.themewar_id-card:before {
content: "\e978";
}
.themewar_image:before {
content: "\e979";
}
.themewar_images:before {
content: "\e97a";
}
.themewar_keyboard:before {
content: "\e97b";
}
.themewar_lemon:before {
content: "\e97c";
}
.themewar_life-ring:before {
content: "\e97d";
}
.themewar_lightbulb:before {
content: "\e97e";
}
.themewar_map:before {
content: "\e97f";
}
.themewar_message:before {
content: "\e980";
}
.themewar_money-bill-1:before {
content: "\e981";
}
.themewar_moon:before {
content: "\e982";
}
.themewar_newspaper:before {
content: "\e983";
}
.themewar_note-sticky:before {
content: "\e984";
}
.themewar_object-group:before {
content: "\e985";
}
.themewar_object-ungroup:before {
content: "\e986";
}
.themewar_paper-plane:before {
content: "\e987";
}
.themewar_paste:before {
content: "\e988";
}
.themewar_pen-to-square:before {
content: "\e989";
}
.themewar_rectangle-list:before {
content: "\e98a";
}
.themewar_rectangle-xmark:before {
content: "\e98b";
}
.themewar_registered:before {
content: "\e98c";
}
.themewar_share-from-square:before {
content: "\e98d";
}
.themewar_snowflake:before {
content: "\e98e";
}
.themewar_square:before {
content: "\e98f";
}
.themewar_square-caret-down:before {
content: "\e990";
}
.themewar_square-caret-left:before {
content: "\e991";
}
.themewar_square-caret-right:before {
content: "\e992";
}
.themewar_square-caret-up:before {
content: "\e993";
}
.themewar_square-check:before {
content: "\e994";
}
.themewar_square-full:before {
content: "\e995";
}
.themewar_square-minus:before {
content: "\e996";
}
.themewar_square-plus:before {
content: "\e997";
}
.themewar_star:before {
content: "\e998";
}
.themewar_star-half:before {
content: "\e999";
}
.themewar_star-half-stroke:before {
content: "\e99a";
}
.themewar_sun:before {
content: "\e99b";
}
.themewar_thumbs-down:before {
content: "\e99c";
}
.themewar_thumbs-up:before {
content: "\e99d";
}
.themewar_trash-can:before {
content: "\e99e";
}
.themewar_user:before {
content: "\e99f";
}
.themewar_window-maximize:before {
content: "\e9a0";
}
.themewar_window-minimize:before {
content: "\e9a1";
}
.themewar_window-restore:before {
content: "\e9a2";
}
.themewar_0:before {
content: "\e9a3";
}
.themewar_1:before {
content: "\e9a4";
}
.themewar_2:before {
content: "\e9a5";
}
.themewar_3:before {
content: "\e9a6";
}
.themewar_4:before {
content: "\e9a7";
}
.themewar_5:before {
content: "\e9a8";
}
.themewar_6:before {
content: "\e9a9";
}
.themewar_7:before {
content: "\e9aa";
}
.themewar_8:before {
content: "\e9ab";
}
.themewar_9:before {
content: "\e9ac";
}
.themewar_a:before {
content: "\e9ad";
}
.themewar_address-book1:before {
content: "\e9ae";
}
.themewar_address-card1:before {
content: "\e9af";
}
.themewar_align-center:before {
content: "\e9b0";
}
.themewar_align-justify:before {
content: "\e9b1";
}
.themewar_align-left:before {
content: "\e9b2";
}
.themewar_align-right:before {
content: "\e9b3";
}
.themewar_anchor:before {
content: "\e9b4";
}
.themewar_anchor-circle-check:before {
content: "\e9b5";
}
.themewar_anchor-circle-exclamation:before {
content: "\e9b6";
}
.themewar_anchor-circle-xmark:before {
content: "\e9b7";
}
.themewar_anchor-lock:before {
content: "\e9b8";
}
.themewar_angle-down:before {
content: "\e9b9";
}
.themewar_angle-left:before {
content: "\e9ba";
}
.themewar_angle-right:before {
content: "\e9bb";
}
.themewar_angles-down:before {
content: "\e9bc";
}
.themewar_angles-left:before {
content: "\e9bd";
}
.themewar_angles-right:before {
content: "\e9be";
}
.themewar_angles-up:before {
content: "\e9bf";
}
.themewar_angle-up:before {
content: "\e9c0";
}
.themewar_ankh:before {
content: "\e9c1";
}
.themewar_apple-whole:before {
content: "\e9c2";
}
.themewar_archway:before {
content: "\e9c3";
}
.themewar_arrow-down:before {
content: "\e9c4";
}
.themewar_arrow-down-1-9:before {
content: "\e9c5";
}
.themewar_arrow-down-9-1:before {
content: "\e9c6";
}
.themewar_arrow-down-a-z:before {
content: "\e9c7";
}
.themewar_arrow-down-long:before {
content: "\e9c8";
}
.themewar_arrow-down-short-wide:before {
content: "\e9c9";
}
.themewar_arrow-down-up-across-line:before {
content: "\e9ca";
}
.themewar_arrow-down-up-lock:before {
content: "\e9cb";
}
.themewar_arrow-down-wide-short:before {
content: "\e9cc";
}
.themewar_arrow-down-z-a:before {
content: "\e9cd";
}
.themewar_arrow-left:before {
content: "\e9ce";
}
.themewar_arrow-left-long:before {
content: "\e9cf";
}
.themewar_arrow-pointer:before {
content: "\e9d0";
}
.themewar_arrow-right:before {
content: "\e9d1";
}
.themewar_arrow-right-arrow-left:before {
content: "\e9d2";
}
.themewar_arrow-right-from-bracket:before {
content: "\e9d3";
}
.themewar_arrow-right-long:before {
content: "\e9d4";
}
.themewar_arrow-right-to-bracket:before {
content: "\e9d5";
}
.themewar_arrow-right-to-city:before {
content: "\e9d6";
}
.themewar_arrow-rotate-left:before {
content: "\e9d7";
}
.themewar_arrow-rotate-right:before {
content: "\e9d8";
}
.themewar_arrows-down-to-line:before {
content: "\e9d9";
}
.themewar_arrows-down-to-people:before {
content: "\e9da";
}
.themewar_arrows-left-right:before {
content: "\e9db";
}
.themewar_arrows-left-right-to-line:before {
content: "\e9dc";
}
.themewar_arrows-rotate:before {
content: "\e9dd";
}
.themewar_arrows-spin:before {
content: "\e9de";
}
.themewar_arrows-split-up-and-left:before {
content: "\e9df";
}
.themewar_arrows-to-circle:before {
content: "\e9e0";
}
.themewar_arrows-to-dot:before {
content: "\e9e1";
}
.themewar_arrows-to-eye:before {
content: "\e9e2";
}
.themewar_arrows-turn-right:before {
content: "\e9e3";
}
.themewar_arrows-turn-to-dots:before {
content: "\e9e4";
}
.themewar_arrows-up-down:before {
content: "\e9e5";
}
.themewar_arrows-up-down-left-right:before {
content: "\e9e6";
}
.themewar_arrows-up-to-line:before {
content: "\e9e7";
}
.themewar_arrow-trend-down:before {
content: "\e9e8";
}
.themewar_arrow-trend-up:before {
content: "\e9e9";
}
.themewar_arrow-turn-down:before {
content: "\e9ea";
}
.themewar_arrow-turn-up:before {
content: "\e9eb";
}
.themewar_arrow-up:before {
content: "\e9ec";
}
.themewar_arrow-up-1-9:before {
content: "\e9ed";
}
.themewar_arrow-up-9-1:before {
content: "\e9ee";
}
.themewar_arrow-up-a-z:before {
content: "\e9ef";
}
.themewar_arrow-up-from-bracket:before {
content: "\e9f0";
}
.themewar_arrow-up-from-ground-water:before {
content: "\e9f1";
}
.themewar_arrow-up-from-water-pump:before {
content: "\e9f2";
}
.themewar_arrow-up-long:before {
content: "\e9f3";
}
.themewar_arrow-up-right-dots:before {
content: "\e9f4";
}
.themewar_arrow-up-right-from-square:before {
content: "\e9f5";
}
.themewar_arrow-up-short-wide:before {
content: "\e9f6";
}
.themewar_arrow-up-wide-short:before {
content: "\e9f7";
}
.themewar_arrow-up-z-a:before {
content: "\e9f8";
}
.themewar_asterisk:before {
content: "\e9f9";
}
.themewar_at:before {
content: "\e9fa";
}
.themewar_atom:before {
content: "\e9fb";
}
.themewar_audio-description:before {
content: "\e9fc";
}
.themewar_austral-sign:before {
content: "\e9fd";
}
.themewar_award:before {
content: "\e9fe";
}
.themewar_b:before {
content: "\e9ff";
}
.themewar_baby:before {
content: "\ea00";
}
.themewar_baby-carriage:before {
content: "\ea01";
}
.themewar_backward:before {
content: "\ea02";
}
.themewar_backward-fast:before {
content: "\ea03";
}
.themewar_backward-step:before {
content: "\ea04";
}
.themewar_bacon:before {
content: "\ea05";
}
.themewar_bacteria:before {
content: "\ea06";
}
.themewar_bacterium:before {
content: "\ea07";
}
.themewar_bag-shopping:before {
content: "\ea08";
}
.themewar_bahai:before {
content: "\ea09";
}
.themewar_baht-sign:before {
content: "\ea0a";
}
.themewar_ban:before {
content: "\ea0b";
}
.themewar_bandage:before {
content: "\ea0c";
}
.themewar_bangladeshi-taka-sign:before {
content: "\ea0d";
}
.themewar_ban-smoking:before {
content: "\ea0e";
}
.themewar_barcode:before {
content: "\ea0f";
}
.themewar_bars:before {
content: "\ea10";
}
.themewar_bars-progress:before {
content: "\ea11";
}
.themewar_bars-staggered:before {
content: "\ea12";
}
.themewar_baseball:before {
content: "\ea13";
}
.themewar_baseball-bat-ball:before {
content: "\ea14";
}
.themewar_basketball:before {
content: "\ea15";
}
.themewar_basket-shopping:before {
content: "\ea16";
}
.themewar_bath:before {
content: "\ea17";
}
.themewar_battery-empty:before {
content: "\ea18";
}
.themewar_battery-full:before {
content: "\ea19";
}
.themewar_battery-half:before {
content: "\ea1a";
}
.themewar_battery-quarter:before {
content: "\ea1b";
}
.themewar_battery-three-quarters:before {
content: "\ea1c";
}
.themewar_bed:before {
content: "\ea1d";
}
.themewar_bed-pulse:before {
content: "\ea1e";
}
.themewar_beer-mug-empty:before {
content: "\ea1f";
}
.themewar_bell1:before {
content: "\ea20";
}
.themewar_bell-concierge:before {
content: "\ea21";
}
.themewar_bell-slash1:before {
content: "\ea22";
}
.themewar_bezier-curve:before {
content: "\ea23";
}
.themewar_bicycle:before {
content: "\ea24";
}
.themewar_binoculars:before {
content: "\ea25";
}
.themewar_biohazard:before {
content: "\ea26";
}
.themewar_bitcoin-sign:before {
content: "\ea27";
}
.themewar_blender:before {
content: "\ea28";
}
.themewar_blender-phone:before {
content: "\ea29";
}
.themewar_blog:before {
content: "\ea2a";
}
.themewar_bold:before {
content: "\ea2b";
}
.themewar_bolt:before {
content: "\ea2c";
}
.themewar_bolt-lightning:before {
content: "\ea2d";
}
.themewar_bomb:before {
content: "\ea2e";
}
.themewar_bone:before {
content: "\ea2f";
}
.themewar_bong:before {
content: "\ea30";
}
.themewar_book:before {
content: "\ea31";
}
.themewar_book-atlas:before {
content: "\ea32";
}
.themewar_book-bible:before {
content: "\ea33";
}
.themewar_book-bookmark:before {
content: "\ea34";
}
.themewar_book-journal-whills:before {
content: "\ea35";
}
.themewar_bookmark1:before {
content: "\ea36";
}
.themewar_book-medical:before {
content: "\ea37";
}
.themewar_book-open:before {
content: "\ea38";
}
.themewar_book-open-reader:before {
content: "\ea39";
}
.themewar_book-quran:before {
content: "\ea3a";
}
.themewar_book-skull:before {
content: "\ea3b";
}
.themewar_book-tanakh:before {
content: "\ea3c";
}
.themewar_border-all:before {
content: "\ea3d";
}
.themewar_border-none:before {
content: "\ea3e";
}
.themewar_border-top-left:before {
content: "\ea3f";
}
.themewar_bore-hole:before {
content: "\ea40";
}
.themewar_bottle-droplet:before {
content: "\ea41";
}
.themewar_bottle-water:before {
content: "\ea42";
}
.themewar_bowl-food:before {
content: "\ea43";
}
.themewar_bowling-ball:before {
content: "\ea44";
}
.themewar_bowl-rice:before {
content: "\ea45";
}
.themewar_box:before {
content: "\ea46";
}
.themewar_box-archive:before {
content: "\ea47";
}
.themewar_boxes-packing:before {
content: "\ea48";
}
.themewar_boxes-stacked:before {
content: "\ea49";
}
.themewar_box-open:before {
content: "\ea4a";
}
.themewar_box-tissue:before {
content: "\ea4b";
}
.themewar_braille:before {
content: "\ea4c";
}
.themewar_brain:before {
content: "\ea4d";
}
.themewar_brazilian-real-sign:before {
content: "\ea4e";
}
.themewar_bread-slice:before {
content: "\ea4f";
}
.themewar_bridge:before {
content: "\ea50";
}
.themewar_bridge-circle-check:before {
content: "\ea51";
}
.themewar_bridge-circle-exclamation:before {
content: "\ea52";
}
.themewar_bridge-circle-xmark:before {
content: "\ea53";
}
.themewar_bridge-lock:before {
content: "\ea54";
}
.themewar_bridge-water:before {
content: "\ea55";
}
.themewar_briefcase:before {
content: "\ea56";
}
.themewar_briefcase-medical:before {
content: "\ea57";
}
.themewar_broom:before {
content: "\ea58";
}
.themewar_broom-ball:before {
content: "\ea59";
}
.themewar_brush:before {
content: "\ea5a";
}
.themewar_bucket:before {
content: "\ea5b";
}
.themewar_bug:before {
content: "\ea5c";
}
.themewar_bugs:before {
content: "\ea5d";
}
.themewar_bug-slash:before {
content: "\ea5e";
}
.themewar_building1:before {
content: "\ea5f";
}
.themewar_building-circle-arrow-right:before {
content: "\ea60";
}
.themewar_building-circle-check:before {
content: "\ea61";
}
.themewar_building-circle-exclamation:before {
content: "\ea62";
}
.themewar_building-circle-xmark:before {
content: "\ea63";
}
.themewar_building-columns:before {
content: "\ea64";
}
.themewar_building-flag:before {
content: "\ea65";
}
.themewar_building-lock:before {
content: "\ea66";
}
.themewar_building-ngo:before {
content: "\ea67";
}
.themewar_building-shield:before {
content: "\ea68";
}
.themewar_building-un:before {
content: "\ea69";
}
.themewar_building-user:before {
content: "\ea6a";
}
.themewar_building-wheat:before {
content: "\ea6b";
}
.themewar_bullhorn:before {
content: "\ea6c";
}
.themewar_bullseye:before {
content: "\ea6d";
}
.themewar_burger:before {
content: "\ea6e";
}
.themewar_burst:before {
content: "\ea6f";
}
.themewar_bus:before {
content: "\ea70";
}
.themewar_business-time:before {
content: "\ea71";
}
.themewar_bus-simple:before {
content: "\ea72";
}
.themewar_c:before {
content: "\ea73";
}
.themewar_cable-car:before {
content: "\ea74";
}
.themewar_cake-candles:before {
content: "\ea75";
}
.themewar_calculator:before {
content: "\ea76";
}
.themewar_calendar1:before {
content: "\ea77";
}
.themewar_calendar-check1:before {
content: "\ea78";
}
.themewar_calendar-day:before {
content: "\ea79";
}
.themewar_calendar-days1:before {
content: "\ea7a";
}
.themewar_calendar-minus1:before {
content: "\ea7b";
}
.themewar_calendar-plus1:before {
content: "\ea7c";
}
.themewar_calendar-week:before {
content: "\ea7d";
}
.themewar_calendar-xmark1:before {
content: "\ea7e";
}
.themewar_camera:before {
content: "\ea7f";
}
.themewar_camera-retro:before {
content: "\ea80";
}
.themewar_camera-rotate:before {
content: "\ea81";
}
.themewar_campground:before {
content: "\ea82";
}
.themewar_candy-cane:before {
content: "\ea83";
}
.themewar_cannabis:before {
content: "\ea84";
}
.themewar_capsules:before {
content: "\ea85";
}
.themewar_car:before {
content: "\ea86";
}
.themewar_caravan:before {
content: "\ea87";
}
.themewar_car-battery:before {
content: "\ea88";
}
.themewar_car-burst:before {
content: "\ea89";
}
.themewar_caret-down:before {
content: "\ea8a";
}
.themewar_caret-left:before {
content: "\ea8b";
}
.themewar_caret-right:before {
content: "\ea8c";
}
.themewar_caret-up:before {
content: "\ea8d";
}
.themewar_car-on:before {
content: "\ea8e";
}
.themewar_car-rear:before {
content: "\ea8f";
}
.themewar_carrot:before {
content: "\ea90";
}
.themewar_car-side:before {
content: "\ea91";
}
.themewar_cart-arrow-down:before {
content: "\ea92";
}
.themewar_cart-flatbed:before {
content: "\ea93";
}
.themewar_cart-flatbed-suitcase:before {
content: "\ea94";
}
.themewar_cart-plus:before {
content: "\ea95";
}
.themewar_cart-shopping:before {
content: "\ea96";
}
.themewar_car-tunnel:before {
content: "\ea97";
}
.themewar_cash-register:before {
content: "\ea98";
}
.themewar_cat:before {
content: "\ea99";
}
.themewar_cedi-sign:before {
content: "\ea9a";
}
.themewar_cent-sign:before {
content: "\ea9b";
}
.themewar_certificate:before {
content: "\ea9c";
}
.themewar_chair:before {
content: "\ea9d";
}
.themewar_chalkboard:before {
content: "\ea9e";
}
.themewar_chalkboard-user:before {
content: "\ea9f";
}
.themewar_champagne-glasses:before {
content: "\eaa0";
}
.themewar_charging-station:before {
content: "\eaa1";
}
.themewar_chart-area:before {
content: "\eaa2";
}
.themewar_chart-bar1:before {
content: "\eaa3";
}
.themewar_chart-column:before {
content: "\eaa4";
}
.themewar_chart-gantt:before {
content: "\eaa5";
}
.themewar_chart-line:before {
content: "\eaa6";
}
.themewar_chart-pie:before {
content: "\eaa7";
}
.themewar_chart-simple:before {
content: "\eaa8";
}
.themewar_check:before {
content: "\eaa9";
}
.themewar_check-double:before {
content: "\eaaa";
}
.themewar_check-to-slot:before {
content: "\eaab";
}
.themewar_cheese:before {
content: "\eaac";
}
.themewar_chess:before {
content: "\eaad";
}
.themewar_chess-bishop1:before {
content: "\eaae";
}
.themewar_chess-board:before {
content: "\eaaf";
}
.themewar_chess-king1:before {
content: "\eab0";
}
.themewar_chess-knight1:before {
content: "\eab1";
}
.themewar_chess-pawn1:before {
content: "\eab2";
}
.themewar_chess-queen1:before {
content: "\eab3";
}
.themewar_chess-rook1:before {
content: "\eab4";
}
.themewar_chevron-down:before {
content: "\eab5";
}
.themewar_chevron-left:before {
content: "\eab6";
}
.themewar_chevron-right:before {
content: "\eab7";
}
.themewar_chevron-up:before {
content: "\eab8";
}
.themewar_child:before {
content: "\eab9";
}
.themewar_child-combatant:before {
content: "\eaba";
}
.themewar_child-dress:before {
content: "\eabb";
}
.themewar_child-reaching:before {
content: "\eabc";
}
.themewar_children:before {
content: "\eabd";
}
.themewar_church:before {
content: "\eabe";
}
.themewar_circle1:before {
content: "\eabf";
}
.themewar_circle-arrow-down:before {
content: "\eac0";
}
.themewar_circle-arrow-left:before {
content: "\eac1";
}
.themewar_circle-arrow-right:before {
content: "\eac2";
}
.themewar_circle-arrow-up:before {
content: "\eac3";
}
.themewar_circle-check1:before {
content: "\eac4";
}
.themewar_circle-chevron-down:before {
content: "\eac5";
}
.themewar_circle-chevron-left:before {
content: "\eac6";
}
.themewar_circle-chevron-right:before {
content: "\eac7";
}
.themewar_circle-chevron-up:before {
content: "\eac8";
}
.themewar_circle-dollar-to-slot:before {
content: "\eac9";
}
.themewar_circle-dot1:before {
content: "\eaca";
}
.themewar_circle-down1:before {
content: "\eacb";
}
.themewar_circle-exclamation:before {
content: "\eacc";
}
.themewar_circle-h:before {
content: "\eacd";
}
.themewar_circle-half-stroke:before {
content: "\eace";
}
.themewar_circle-info:before {
content: "\eacf";
}
.themewar_circle-left1:before {
content: "\ead0";
}
.themewar_circle-minus:before {
content: "\ead1";
}
.themewar_circle-nodes:before {
content: "\ead2";
}
.themewar_circle-notch:before {
content: "\ead3";
}
.themewar_circle-pause1:before {
content: "\ead4";
}
.themewar_circle-play1:before {
content: "\ead5";
}
.themewar_circle-plus:before {
content: "\ead6";
}
.themewar_circle-question1:before {
content: "\ead7";
}
.themewar_circle-radiation:before {
content: "\ead8";
}
.themewar_circle-right1:before {
content: "\ead9";
}
.themewar_circle-stop1:before {
content: "\eada";
}
.themewar_circle-up1:before {
content: "\eadb";
}
.themewar_circle-user1:before {
content: "\eadc";
}
.themewar_circle-xmark1:before {
content: "\eadd";
}
.themewar_city:before {
content: "\eade";
}
.themewar_clapperboard:before {
content: "\eadf";
}
.themewar_clipboard1:before {
content: "\eae0";
}
.themewar_clipboard-check:before {
content: "\eae1";
}
.themewar_clipboard-list:before {
content: "\eae2";
}
.themewar_clipboard-question:before {
content: "\eae3";
}
.themewar_clipboard-user:before {
content: "\eae4";
}
.themewar_clock1:before {
content: "\eae5";
}
.themewar_clock-rotate-left:before {
content: "\eae6";
}
.themewar_clone1:before {
content: "\eae7";
}
.themewar_closed-captioning1:before {
content: "\eae8";
}
.themewar_cloud:before {
content: "\eae9";
}
.themewar_cloud-arrow-down:before {
content: "\eaea";
}
.themewar_cloud-arrow-up:before {
content: "\eaeb";
}
.themewar_cloud-bolt:before {
content: "\eaec";
}
.themewar_cloud-meatball:before {
content: "\eaed";
}
.themewar_cloud-moon:before {
content: "\eaee";
}
.themewar_cloud-moon-rain:before {
content: "\eaef";
}
.themewar_cloud-rain:before {
content: "\eaf0";
}
.themewar_cloud-showers-heavy:before {
content: "\eaf1";
}
.themewar_cloud-showers-water:before {
content: "\eaf2";
}
.themewar_cloud-sun:before {
content: "\eaf3";
}
.themewar_cloud-sun-rain:before {
content: "\eaf4";
}
.themewar_clover:before {
content: "\eaf5";
}
.themewar_code:before {
content: "\eaf6";
}
.themewar_code-branch:before {
content: "\eaf7";
}
.themewar_code-commit:before {
content: "\eaf8";
}
.themewar_code-compare:before {
content: "\eaf9";
}
.themewar_code-fork:before {
content: "\eafa";
}
.themewar_code-merge:before {
content: "\eafb";
}
.themewar_code-pull-request:before {
content: "\eafc";
}
.themewar_coins:before {
content: "\eafd";
}
.themewar_colon-sign:before {
content: "\eafe";
}
.themewar_comment1:before {
content: "\eaff";
}
.themewar_comment-dollar:before {
content: "\eb00";
}
.themewar_comment-dots1:before {
content: "\eb01";
}
.themewar_comment-medical:before {
content: "\eb02";
}
.themewar_comments1:before {
content: "\eb03";
}
.themewar_comments-dollar:before {
content: "\eb04";
}
.themewar_comment-slash:before {
content: "\eb05";
}
.themewar_comment-sms:before {
content: "\eb06";
}
.themewar_compact-disc:before {
content: "\eb07";
}
.themewar_compass1:before {
content: "\eb08";
}
.themewar_compass-drafting:before {
content: "\eb09";
}
.themewar_compress:before {
content: "\eb0a";
}
.themewar_computer:before {
content: "\eb0b";
}
.themewar_computer-mouse:before {
content: "\eb0c";
}
.themewar_cookie:before {
content: "\eb0d";
}
.themewar_cookie-bite:before {
content: "\eb0e";
}
.themewar_copy1:before {
content: "\eb0f";
}
.themewar_copyright1:before {
content: "\eb10";
}
.themewar_couch:before {
content: "\eb11";
}
.themewar_cow:before {
content: "\eb12";
}
.themewar_credit-card1:before {
content: "\eb13";
}
.themewar_crop:before {
content: "\eb14";
}
.themewar_crop-simple:before {
content: "\eb15";
}
.themewar_cross:before {
content: "\eb16";
}
.themewar_crosshairs:before {
content: "\eb17";
}
.themewar_crow:before {
content: "\eb18";
}
.themewar_crown:before {
content: "\eb19";
}
.themewar_crutch:before {
content: "\eb1a";
}
.themewar_cruzeiro-sign:before {
content: "\eb1b";
}
.themewar_cube:before {
content: "\eb1c";
}
.themewar_cubes:before {
content: "\eb1d";
}
.themewar_cubes-stacked:before {
content: "\eb1e";
}
.themewar_d:before {
content: "\eb1f";
}
.themewar_database:before {
content: "\eb20";
}
.themewar_delete-left:before {
content: "\eb21";
}
.themewar_democrat:before {
content: "\eb22";
}
.themewar_desktop:before {
content: "\eb23";
}
.themewar_dharmachakra:before {
content: "\eb24";
}
.themewar_diagram-next:before {
content: "\eb25";
}
.themewar_diagram-predecessor:before {
content: "\eb26";
}
.themewar_diagram-project:before {
content: "\eb27";
}
.themewar_diagram-successor:before {
content: "\eb28";
}
.themewar_diamond:before {
content: "\eb29";
}
.themewar_diamond-turn-right:before {
content: "\eb2a";
}
.themewar_dice:before {
content: "\eb2b";
}
.themewar_dice-d6:before {
content: "\eb2c";
}
.themewar_dice-d20:before {
content: "\eb2d";
}
.themewar_dice-five:before {
content: "\eb2e";
}
.themewar_dice-four:before {
content: "\eb2f";
}
.themewar_dice-one:before {
content: "\eb30";
}
.themewar_dice-six:before {
content: "\eb31";
}
.themewar_dice-three:before {
content: "\eb32";
}
.themewar_dice-two:before {
content: "\eb33";
}
.themewar_disease:before {
content: "\eb34";
}
.themewar_display:before {
content: "\eb35";
}
.themewar_divide:before {
content: "\eb36";
}
.themewar_dna:before {
content: "\eb37";
}
.themewar_dog:before {
content: "\eb38";
}
.themewar_dollar-sign:before {
content: "\eb39";
}
.themewar_dolly:before {
content: "\eb3a";
}
.themewar_dong-sign:before {
content: "\eb3b";
}
.themewar_door-closed:before {
content: "\eb3c";
}
.themewar_door-open:before {
content: "\eb3d";
}
.themewar_dove:before {
content: "\eb3e";
}
.themewar_down-left-and-up-right-to-center:before {
content: "\eb3f";
}
.themewar_download:before {
content: "\eb40";
}
.themewar_down-long:before {
content: "\eb41";
}
.themewar_dragon:before {
content: "\eb42";
}
.themewar_draw-polygon:before {
content: "\eb43";
}
.themewar_droplet:before {
content: "\eb44";
}
.themewar_droplet-slash:before {
content: "\eb45";
}
.themewar_drum:before {
content: "\eb46";
}
.themewar_drum-steelpan:before {
content: "\eb47";
}
.themewar_drumstick-bite:before {
content: "\eb48";
}
.themewar_dumbbell:before {
content: "\eb49";
}
.themewar_dumpster:before {
content: "\eb4a";
}
.themewar_dumpster-fire:before {
content: "\eb4b";
}
.themewar_dungeon:before {
content: "\eb4c";
}
.themewar_e:before {
content: "\eb4d";
}
.themewar_ear-deaf:before {
content: "\eb4e";
}
.themewar_ear-listen:before {
content: "\eb4f";
}
.themewar_earth-africa:before {
content: "\eb50";
}
.themewar_earth-americas:before {
content: "\eb51";
}
.themewar_earth-asia:before {
content: "\eb52";
}
.themewar_earth-europe:before {
content: "\eb53";
}
.themewar_earth-oceania:before {
content: "\eb54";
}
.themewar_egg:before {
content: "\eb55";
}
.themewar_eject:before {
content: "\eb56";
}
.themewar_elevator:before {
content: "\eb57";
}
.themewar_ellipsis:before {
content: "\eb58";
}
.themewar_ellipsis-vertical:before {
content: "\eb59";
}
.themewar_envelope1:before {
content: "\eb5a";
}
.themewar_envelope-circle-check:before {
content: "\eb5b";
}
.themewar_envelope-open1:before {
content: "\eb5c";
}
.themewar_envelope-open-text:before {
content: "\eb5d";
}
.themewar_envelopes-bulk:before {
content: "\eb5e";
}
.themewar_equals:before {
content: "\eb5f";
}
.themewar_eraser:before {
content: "\eb60";
}
.themewar_ethernet:before {
content: "\eb61";
}
.themewar_euro-sign:before {
content: "\eb62";
}
.themewar_exclamation:before {
content: "\eb63";
}
.themewar_expand:before {
content: "\eb64";
}
.themewar_explosion:before {
content: "\eb65";
}
.themewar_eye1:before {
content: "\eb66";
}
.themewar_eye-dropper:before {
content: "\eb67";
}
.themewar_eye-low-vision:before {
content: "\eb68";
}
.themewar_eye-slash1:before {
content: "\eb69";
}
.themewar_f:before {
content: "\eb6a";
}
.themewar_face-angry1:before {
content: "\eb6b";
}
.themewar_face-dizzy1:before {
content: "\eb6c";
}
.themewar_face-flushed1:before {
content: "\eb6d";
}
.themewar_face-frown1:before {
content: "\eb6e";
}
.themewar_face-frown-open1:before {
content: "\eb6f";
}
.themewar_face-grimace1:before {
content: "\eb70";
}
.themewar_face-grin1:before {
content: "\eb71";
}
.themewar_face-grin-beam1:before {
content: "\eb72";
}
.themewar_face-grin-beam-sweat1:before {
content: "\eb73";
}
.themewar_face-grin-hearts1:before {
content: "\eb74";
}
.themewar_face-grin-squint1:before {
content: "\eb75";
}
.themewar_face-grin-squint-tears1:before {
content: "\eb76";
}
.themewar_face-grin-stars1:before {
content: "\eb77";
}
.themewar_face-grin-tears1:before {
content: "\eb78";
}
.themewar_face-grin-tongue1:before {
content: "\eb79";
}
.themewar_face-grin-tongue-squint1:before {
content: "\eb7a";
}
.themewar_face-grin-tongue-wink1:before {
content: "\eb7b";
}
.themewar_face-grin-wide1:before {
content: "\eb7c";
}
.themewar_face-grin-wink1:before {
content: "\eb7d";
}
.themewar_face-kiss1:before {
content: "\eb7e";
}
.themewar_face-kiss-beam1:before {
content: "\eb7f";
}
.themewar_face-kiss-wink-heart1:before {
content: "\eb80";
}
.themewar_face-laugh1:before {
content: "\eb81";
}
.themewar_face-laugh-beam1:before {
content: "\eb82";
}
.themewar_face-laugh-squint1:before {
content: "\eb83";
}
.themewar_face-laugh-wink1:before {
content: "\eb84";
}
.themewar_face-meh1:before {
content: "\eb85";
}
.themewar_face-meh-blank1:before {
content: "\eb86";
}
.themewar_face-rolling-eyes1:before {
content: "\eb87";
}
.themewar_face-sad-cry1:before {
content: "\eb88";
}
.themewar_face-sad-tear1:before {
content: "\eb89";
}
.themewar_face-smile1:before {
content: "\eb8a";
}
.themewar_face-smile-beam1:before {
content: "\eb8b";
}
.themewar_face-smile-wink1:before {
content: "\eb8c";
}
.themewar_face-surprise1:before {
content: "\eb8d";
}
.themewar_face-tired1:before {
content: "\eb8e";
}
.themewar_fan:before {
content: "\eb8f";
}
.themewar_faucet:before {
content: "\eb90";
}
.themewar_faucet-drip:before {
content: "\eb91";
}
.themewar_fax:before {
content: "\eb92";
}
.themewar_feather:before {
content: "\eb93";
}
.themewar_feather-pointed:before {
content: "\eb94";
}
.themewar_ferry:before {
content: "\eb95";
}
.themewar_file1:before {
content: "\eb96";
}
.themewar_file-arrow-down:before {
content: "\eb97";
}
.themewar_file-arrow-up:before {
content: "\eb98";
}
.themewar_file-audio1:before {
content: "\eb99";
}
.themewar_file-circle-check:before {
content: "\eb9a";
}
.themewar_file-circle-exclamation:before {
content: "\eb9b";
}
.themewar_file-circle-minus:before {
content: "\eb9c";
}
.themewar_file-circle-plus:before {
content: "\eb9d";
}
.themewar_file-circle-question:before {
content: "\eb9e";
}
.themewar_file-circle-xmark:before {
content: "\eb9f";
}
.themewar_file-code1:before {
content: "\eba0";
}
.themewar_file-contract:before {
content: "\eba1";
}
.themewar_file-csv:before {
content: "\eba2";
}
.themewar_file-excel1:before {
content: "\eba3";
}
.themewar_file-export:before {
content: "\eba4";
}
.themewar_file-image1:before {
content: "\eba5";
}
.themewar_file-import:before {
content: "\eba6";
}
.themewar_file-invoice:before {
content: "\eba7";
}
.themewar_file-invoice-dollar:before {
content: "\eba8";
}
.themewar_file-lines1:before {
content: "\eba9";
}
.themewar_file-medical:before {
content: "\ebaa";
}
.themewar_file-pdf1:before {
content: "\ebab";
}
.themewar_file-pen:before {
content: "\ebac";
}
.themewar_file-powerpoint1:before {
content: "\ebad";
}
.themewar_file-prescription:before {
content: "\ebae";
}
.themewar_file-shield:before {
content: "\ebaf";
}
.themewar_file-signature:before {
content: "\ebb0";
}
.themewar_file-video1:before {
content: "\ebb1";
}
.themewar_file-waveform:before {
content: "\ebb2";
}
.themewar_file-word1:before {
content: "\ebb3";
}
.themewar_file-zipper1:before {
content: "\ebb4";
}
.themewar_fill:before {
content: "\ebb5";
}
.themewar_fill-drip:before {
content: "\ebb6";
}
.themewar_film:before {
content: "\ebb7";
}
.themewar_filter:before {
content: "\ebb8";
}
.themewar_filter-circle-dollar:before {
content: "\ebb9";
}
.themewar_filter-circle-xmark:before {
content: "\ebba";
}
.themewar_fingerprint:before {
content: "\ebbb";
}
.themewar_fire:before {
content: "\ebbc";
}
.themewar_fire-burner:before {
content: "\ebbd";
}
.themewar_fire-extinguisher:before {
content: "\ebbe";
}
.themewar_fire-flame-curved:before {
content: "\ebbf";
}
.themewar_fire-flame-simple:before {
content: "\ebc0";
}
.themewar_fish:before {
content: "\ebc1";
}
.themewar_fish-fins:before {
content: "\ebc2";
}
.themewar_flag1:before {
content: "\ebc3";
}
.themewar_flag-checkered:before {
content: "\ebc4";
}
.themewar_flag-usa:before {
content: "\ebc5";
}
.themewar_flask:before {
content: "\ebc6";
}
.themewar_flask-vial:before {
content: "\ebc7";
}
.themewar_floppy-disk1:before {
content: "\ebc8";
}
.themewar_florin-sign:before {
content: "\ebc9";
}
.themewar_folder1:before {
content: "\ebca";
}
.themewar_folder-closed1:before {
content: "\ebcb";
}
.themewar_folder-minus:before {
content: "\ebcc";
}
.themewar_folder-open1:before {
content: "\ebcd";
}
.themewar_folder-plus:before {
content: "\ebce";
}
.themewar_folder-tree:before {
content: "\ebcf";
}
.themewar_font:before {
content: "\ebd0";
}
.themewar_font-awesome1:before {
content: "\ebd1";
}
.themewar_football:before {
content: "\ebd2";
}
.themewar_forward:before {
content: "\ebd3";
}
.themewar_forward-fast:before {
content: "\ebd4";
}
.themewar_forward-step:before {
content: "\ebd5";
}
.themewar_franc-sign:before {
content: "\ebd6";
}
.themewar_frog:before {
content: "\ebd7";
}
.themewar_futbol1:before {
content: "\ebd8";
}
.themewar_g:before {
content: "\ebd9";
}
.themewar_gamepad:before {
content: "\ebda";
}
.themewar_gas-pump:before {
content: "\ebdb";
}
.themewar_gauge:before {
content: "\ebdc";
}
.themewar_gauge-high:before {
content: "\ebdd";
}
.themewar_gauge-simple:before {
content: "\ebde";
}
.themewar_gauge-simple-high:before {
content: "\ebdf";
}
.themewar_gavel:before {
content: "\ebe0";
}
.themewar_gear:before {
content: "\ebe1";
}
.themewar_gears:before {
content: "\ebe2";
}
.themewar_gem1:before {
content: "\ebe3";
}
.themewar_genderless:before {
content: "\ebe4";
}
.themewar_ghost:before {
content: "\ebe5";
}
.themewar_gift:before {
content: "\ebe6";
}
.themewar_gifts:before {
content: "\ebe7";
}
.themewar_glasses:before {
content: "\ebe8";
}
.themewar_glass-water:before {
content: "\ebe9";
}
.themewar_glass-water-droplet:before {
content: "\ebea";
}
.themewar_globe:before {
content: "\ebeb";
}
.themewar_golf-ball-tee:before {
content: "\ebec";
}
.themewar_gopuram:before {
content: "\ebed";
}
.themewar_graduation-cap:before {
content: "\ebee";
}
.themewar_greater-than:before {
content: "\ebef";
}
.themewar_greater-than-equal:before {
content: "\ebf0";
}
.themewar_grip:before {
content: "\ebf1";
}
.themewar_grip-lines:before {
content: "\ebf2";
}
.themewar_grip-lines-vertical:before {
content: "\ebf3";
}
.themewar_grip-vertical:before {
content: "\ebf4";
}
.themewar_group-arrows-rotate:before {
content: "\ebf5";
}
.themewar_guarani-sign:before {
content: "\ebf6";
}
.themewar_guitar:before {
content: "\ebf7";
}
.themewar_gun:before {
content: "\ebf8";
}
.themewar_h:before {
content: "\ebf9";
}
.themewar_hammer:before {
content: "\ebfa";
}
.themewar_hamsa:before {
content: "\ebfb";
}
.themewar_hand1:before {
content: "\ebfc";
}
.themewar_hand-back-fist1:before {
content: "\ebfd";
}
.themewar_handcuffs:before {
content: "\ebfe";
}
.themewar_hand-dots:before {
content: "\ebff";
}
.themewar_hand-fist:before {
content: "\ec00";
}
.themewar_hand-holding:before {
content: "\ec01";
}
.themewar_hand-holding-dollar:before {
content: "\ec02";
}
.themewar_hand-holding-droplet:before {
content: "\ec03";
}
.themewar_hand-holding-hand:before {
content: "\ec04";
}
.themewar_hand-holding-heart:before {
content: "\ec05";
}
.themewar_hand-holding-medical:before {
content: "\ec06";
}
.themewar_hand-lizard1:before {
content: "\ec07";
}
.themewar_hand-middle-finger:before {
content: "\ec08";
}
.themewar_hand-peace1:before {
content: "\ec09";
}
.themewar_hand-point-down1:before {
content: "\ec0a";
}
.themewar_hand-pointer1:before {
content: "\ec0b";
}
.themewar_hand-point-left1:before {
content: "\ec0c";
}
.themewar_hand-point-right1:before {
content: "\ec0d";
}
.themewar_hand-point-up1:before {
content: "\ec0e";
}
.themewar_hands:before {
content: "\ec0f";
}
.themewar_hands-asl-interpreting:before {
content: "\ec10";
}
.themewar_hands-bound:before {
content: "\ec11";
}
.themewar_hands-bubbles:before {
content: "\ec12";
}
.themewar_hand-scissors1:before {
content: "\ec13";
}
.themewar_hands-clapping:before {
content: "\ec14";
}
.themewar_handshake1:before {
content: "\ec15";
}
.themewar_handshake-angle:before {
content: "\ec16";
}
.themewar_handshake-simple:before {
content: "\ec17";
}
.themewar_handshake-simple-slash:before {
content: "\ec18";
}
.themewar_handshake-slash:before {
content: "\ec19";
}
.themewar_hands-holding:before {
content: "\ec1a";
}
.themewar_hands-holding-child:before {
content: "\ec1b";
}
.themewar_hands-holding-circle:before {
content: "\ec1c";
}
.themewar_hand-sparkles:before {
content: "\ec1d";
}
.themewar_hand-spock1:before {
content: "\ec1e";
}
.themewar_hands-praying:before {
content: "\ec1f";
}
.themewar_hanukiah:before {
content: "\ec20";
}
.themewar_hard-drive1:before {
content: "\ec21";
}
.themewar_hashtag:before {
content: "\ec22";
}
.themewar_hat-cowboy:before {
content: "\ec23";
}
.themewar_hat-cowboy-side:before {
content: "\ec24";
}
.themewar_hat-wizard:before {
content: "\ec25";
}
.themewar_heading:before {
content: "\ec26";
}
.themewar_headphones:before {
content: "\ec27";
}
.themewar_headphones-simple:before {
content: "\ec28";
}
.themewar_headset:before {
content: "\ec29";
}
.themewar_head-side-cough:before {
content: "\ec2a";
}
.themewar_head-side-cough-slash:before {
content: "\ec2b";
}
.themewar_head-side-mask:before {
content: "\ec2c";
}
.themewar_head-side-virus:before {
content: "\ec2d";
}
.themewar_heart1:before {
content: "\ec2e";
}
.themewar_heart-circle-bolt:before {
content: "\ec2f";
}
.themewar_heart-circle-check:before {
content: "\ec30";
}
.themewar_heart-circle-exclamation:before {
content: "\ec31";
}
.themewar_heart-circle-minus:before {
content: "\ec32";
}
.themewar_heart-circle-plus:before {
content: "\ec33";
}
.themewar_heart-circle-xmark:before {
content: "\ec34";
}
.themewar_heart-crack:before {
content: "\ec35";
}
.themewar_heart-pulse:before {
content: "\ec36";
}
.themewar_helicopter:before {
content: "\ec37";
}
.themewar_helicopter-symbol:before {
content: "\ec38";
}
.themewar_helmet-safety:before {
content: "\ec39";
}
.themewar_helmet-un:before {
content: "\ec3a";
}
.themewar_highlighter:before {
content: "\ec3b";
}
.themewar_hill-avalanche:before {
content: "\ec3c";
}
.themewar_hill-rockslide:before {
content: "\ec3d";
}
.themewar_hippo:before {
content: "\ec3e";
}
.themewar_hockey-puck:before {
content: "\ec3f";
}
.themewar_holly-berry:before {
content: "\ec40";
}
.themewar_horse:before {
content: "\ec41";
}
.themewar_horse-head:before {
content: "\ec42";
}
.themewar_hospital1:before {
content: "\ec43";
}
.themewar_hospital-user:before {
content: "\ec44";
}
.themewar_hotdog:before {
content: "\ec45";
}
.themewar_hotel:before {
content: "\ec46";
}
.themewar_hot-tub-person:before {
content: "\ec47";
}
.themewar_hourglass1:before {
content: "\ec48";
}
.themewar_hourglass-end:before {
content: "\ec49";
}
.themewar_hourglass-half1:before {
content: "\ec4a";
}
.themewar_hourglass-start:before {
content: "\ec4b";
}
.themewar_house:before {
content: "\ec4c";
}
.themewar_house-chimney:before {
content: "\ec4d";
}
.themewar_house-chimney-crack:before {
content: "\ec4e";
}
.themewar_house-chimney-medical:before {
content: "\ec4f";
}
.themewar_house-chimney-user:before {
content: "\ec50";
}
.themewar_house-chimney-window:before {
content: "\ec51";
}
.themewar_house-circle-check:before {
content: "\ec52";
}
.themewar_house-circle-exclamation:before {
content: "\ec53";
}
.themewar_house-circle-xmark:before {
content: "\ec54";
}
.themewar_house-crack:before {
content: "\ec55";
}
.themewar_house-fire:before {
content: "\ec56";
}
.themewar_house-flag:before {
content: "\ec57";
}
.themewar_house-flood-water:before {
content: "\ec58";
}
.themewar_house-flood-water-circle-arrow-right:before {
content: "\ec59";
}
.themewar_house-laptop:before {
content: "\ec5a";
}
.themewar_house-lock:before {
content: "\ec5b";
}
.themewar_house-medical:before {
content: "\ec5c";
}
.themewar_house-medical-circle-check:before {
content: "\ec5d";
}
.themewar_house-medical-circle-exclamation:before {
content: "\ec5e";
}
.themewar_house-medical-circle-xmark:before {
content: "\ec5f";
}
.themewar_house-medical-flag:before {
content: "\ec60";
}
.themewar_house-signal:before {
content: "\ec61";
}
.themewar_house-tsunami:before {
content: "\ec62";
}
.themewar_house-user:before {
content: "\ec63";
}
.themewar_hryvnia-sign:before {
content: "\ec64";
}
.themewar_hurricane:before {
content: "\ec65";
}
.themewar_i:before {
content: "\ec66";
}
.themewar_ice-cream:before {
content: "\ec67";
}
.themewar_icicles:before {
content: "\ec68";
}
.themewar_icons:before {
content: "\ec69";
}
.themewar_i-cursor:before {
content: "\ec6a";
}
.themewar_id-badge1:before {
content: "\ec6b";
}
.themewar_id-card1:before {
content: "\ec6c";
}
.themewar_id-card-clip:before {
content: "\ec6d";
}
.themewar_igloo:before {
content: "\ec6e";
}
.themewar_image1:before {
content: "\ec6f";
}
.themewar_image-portrait:before {
content: "\ec70";
}
.themewar_images1:before {
content: "\ec71";
}
.themewar_inbox:before {
content: "\ec72";
}
.themewar_indent:before {
content: "\ec73";
}
.themewar_indian-rupee-sign:before {
content: "\ec74";
}
.themewar_industry:before {
content: "\ec75";
}
.themewar_infinity:before {
content: "\ec76";
}
.themewar_info:before {
content: "\ec77";
}
.themewar_italic:before {
content: "\ec78";
}
.themewar_j:before {
content: "\ec79";
}
.themewar_jar:before {
content: "\ec7a";
}
.themewar_jar-wheat:before {
content: "\ec7b";
}
.themewar_jedi:before {
content: "\ec7c";
}
.themewar_jet-fighter:before {
content: "\ec7d";
}
.themewar_jet-fighter-up:before {
content: "\ec7e";
}
.themewar_joint:before {
content: "\ec7f";
}
.themewar_jug-detergent:before {
content: "\ec80";
}
.themewar_k:before {
content: "\ec81";
}
.themewar_kaaba:before {
content: "\ec82";
}
.themewar_key:before {
content: "\ec83";
}
.themewar_keyboard1:before {
content: "\ec84";
}
.themewar_khanda:before {
content: "\ec85";
}
.themewar_kip-sign:before {
content: "\ec86";
}
.themewar_kitchen-set:before {
content: "\ec87";
}
.themewar_kit-medical:before {
content: "\ec88";
}
.themewar_kiwi-bird:before {
content: "\ec89";
}
.themewar_l:before {
content: "\ec8a";
}
.themewar_landmark:before {
content: "\ec8b";
}
.themewar_landmark-dome:before {
content: "\ec8c";
}
.themewar_landmark-flag:before {
content: "\ec8d";
}
.themewar_land-mine-on:before {
content: "\ec8e";
}
.themewar_language:before {
content: "\ec8f";
}
.themewar_laptop:before {
content: "\ec90";
}
.themewar_laptop-code:before {
content: "\ec91";
}
.themewar_laptop-file:before {
content: "\ec92";
}
.themewar_laptop-medical:before {
content: "\ec93";
}
.themewar_lari-sign:before {
content: "\ec94";
}
.themewar_layer-group:before {
content: "\ec95";
}
.themewar_leaf:before {
content: "\ec96";
}
.themewar_left-long:before {
content: "\ec97";
}
.themewar_left-right:before {
content: "\ec98";
}
.themewar_lemon1:before {
content: "\ec99";
}
.themewar_less-than:before {
content: "\ec9a";
}
.themewar_less-than-equal:before {
content: "\ec9b";
}
.themewar_life-ring1:before {
content: "\ec9c";
}
.themewar_lightbulb1:before {
content: "\ec9d";
}
.themewar_lines-leaning:before {
content: "\ec9e";
}
.themewar_link:before {
content: "\ec9f";
}
.themewar_link-slash:before {
content: "\eca0";
}
.themewar_lira-sign:before {
content: "\eca1";
}
.themewar_list:before {
content: "\eca2";
}
.themewar_list-check:before {
content: "\eca3";
}
.themewar_list-ol:before {
content: "\eca4";
}
.themewar_list-ul:before {
content: "\eca5";
}
.themewar_litecoin-sign:before {
content: "\eca6";
}
.themewar_location-arrow:before {
content: "\eca7";
}
.themewar_location-crosshairs:before {
content: "\eca8";
}
.themewar_location-dot:before {
content: "\eca9";
}
.themewar_location-pin:before {
content: "\ecaa";
}
.themewar_location-pin-lock:before {
content: "\ecab";
}
.themewar_lock:before {
content: "\ecac";
}
.themewar_lock-open:before {
content: "\ecad";
}
.themewar_locust:before {
content: "\ecae";
}
.themewar_lungs:before {
content: "\ecaf";
}
.themewar_lungs-virus:before {
content: "\ecb0";
}
.themewar_m:before {
content: "\ecb1";
}
.themewar_magnet:before {
content: "\ecb2";
}
.themewar_magnifying-glass:before {
content: "\ecb3";
}
.themewar_magnifying-glass-arrow-right:before {
content: "\ecb4";
}
.themewar_magnifying-glass-chart:before {
content: "\ecb5";
}
.themewar_magnifying-glass-dollar:before {
content: "\ecb6";
}
.themewar_magnifying-glass-location:before {
content: "\ecb7";
}
.themewar_magnifying-glass-minus:before {
content: "\ecb8";
}
.themewar_magnifying-glass-plus:before {
content: "\ecb9";
}
.themewar_manat-sign:before {
content: "\ecba";
}
.themewar_map1:before {
content: "\ecbb";
}
.themewar_map-location:before {
content: "\ecbc";
}
.themewar_map-location-dot:before {
content: "\ecbd";
}
.themewar_map-pin:before {
content: "\ecbe";
}
.themewar_marker:before {
content: "\ecbf";
}
.themewar_mars:before {
content: "\ecc0";
}
.themewar_mars-and-venus:before {
content: "\ecc1";
}
.themewar_mars-and-venus-burst:before {
content: "\ecc2";
}
.themewar_mars-double:before {
content: "\ecc3";
}
.themewar_mars-stroke:before {
content: "\ecc4";
}
.themewar_mars-stroke-right:before {
content: "\ecc5";
}
.themewar_mars-stroke-up:before {
content: "\ecc6";
}
.themewar_martini-glass:before {
content: "\ecc7";
}
.themewar_martini-glass-citrus:before {
content: "\ecc8";
}
.themewar_martini-glass-empty:before {
content: "\ecc9";
}
.themewar_mask:before {
content: "\ecca";
}
.themewar_mask-face:before {
content: "\eccb";
}
.themewar_masks-theater:before {
content: "\eccc";
}
.themewar_mask-ventilator:before {
content: "\eccd";
}
.themewar_mattress-pillow:before {
content: "\ecce";
}
.themewar_maximize:before {
content: "\eccf";
}
.themewar_medal:before {
content: "\ecd0";
}
.themewar_memory:before {
content: "\ecd1";
}
.themewar_menorah:before {
content: "\ecd2";
}
.themewar_mercury:before {
content: "\ecd3";
}
.themewar_message1:before {
content: "\ecd4";
}
.themewar_meteor:before {
content: "\ecd5";
}
.themewar_microchip:before {
content: "\ecd6";
}
.themewar_microphone:before {
content: "\ecd7";
}
.themewar_microphone-lines:before {
content: "\ecd8";
}
.themewar_microphone-lines-slash:before {
content: "\ecd9";
}
.themewar_microphone-slash:before {
content: "\ecda";
}
.themewar_microscope:before {
content: "\ecdb";
}
.themewar_mill-sign:before {
content: "\ecdc";
}
.themewar_minimize:before {
content: "\ecdd";
}
.themewar_minus:before {
content: "\ecde";
}
.themewar_mitten:before {
content: "\ecdf";
}
.themewar_mobile:before {
content: "\ece0";
}
.themewar_mobile-button:before {
content: "\ece1";
}
.themewar_mobile-retro:before {
content: "\ece2";
}
.themewar_mobile-screen:before {
content: "\ece3";
}
.themewar_mobile-screen-button:before {
content: "\ece4";
}
.themewar_money-bill:before {
content: "\ece5";
}
.themewar_money-bill-11:before {
content: "\ece6";
}
.themewar_money-bill-1-wave:before {
content: "\ece7";
}
.themewar_money-bills:before {
content: "\ece8";
}
.themewar_money-bill-transfer:before {
content: "\ece9";
}
.themewar_money-bill-trend-up:before {
content: "\ecea";
}
.themewar_money-bill-wave:before {
content: "\eceb";
}
.themewar_money-bill-wheat:before {
content: "\ecec";
}
.themewar_money-check:before {
content: "\eced";
}
.themewar_money-check-dollar:before {
content: "\ecee";
}
.themewar_monument:before {
content: "\ecef";
}
.themewar_moon1:before {
content: "\ecf0";
}
.themewar_mortar-pestle:before {
content: "\ecf1";
}
.themewar_mosque:before {
content: "\ecf2";
}
.themewar_mosquito:before {
content: "\ecf3";
}
.themewar_mosquito-net:before {
content: "\ecf4";
}
.themewar_motorcycle:before {
content: "\ecf5";
}
.themewar_mound:before {
content: "\ecf6";
}
.themewar_mountain:before {
content: "\ecf7";
}
.themewar_mountain-city:before {
content: "\ecf8";
}
.themewar_mountain-sun:before {
content: "\ecf9";
}
.themewar_mug-hot:before {
content: "\ecfa";
}
.themewar_mug-saucer:before {
content: "\ecfb";
}
.themewar_music:before {
content: "\ecfc";
}
.themewar_n:before {
content: "\ecfd";
}
.themewar_naira-sign:before {
content: "\ecfe";
}
.themewar_network-wired:before {
content: "\ecff";
}
.themewar_neuter:before {
content: "\ed00";
}
.themewar_newspaper1:before {
content: "\ed01";
}
.themewar_notdef:before {
content: "\ed02";
}
.themewar_not-equal:before {
content: "\ed03";
}
.themewar_notes-medical:before {
content: "\ed04";
}
.themewar_note-sticky1:before {
content: "\ed05";
}
.themewar_o:before {
content: "\ed06";
}
.themewar_object-group1:before {
content: "\ed07";
}
.themewar_object-ungroup1:before {
content: "\ed08";
}
.themewar_oil-can:before {
content: "\ed09";
}
.themewar_oil-well:before {
content: "\ed0a";
}
.themewar_om:before {
content: "\ed0b";
}
.themewar_otter:before {
content: "\ed0c";
}
.themewar_outdent:before {
content: "\ed0d";
}
.themewar_p:before {
content: "\ed0e";
}
.themewar_pager:before {
content: "\ed0f";
}
.themewar_paintbrush:before {
content: "\ed10";
}
.themewar_paint-roller:before {
content: "\ed11";
}
.themewar_palette:before {
content: "\ed12";
}
.themewar_pallet:before {
content: "\ed13";
}
.themewar_panorama:before {
content: "\ed14";
}
.themewar_paperclip:before {
content: "\ed15";
}
.themewar_paper-plane1:before {
content: "\ed16";
}
.themewar_parachute-box:before {
content: "\ed17";
}
.themewar_paragraph:before {
content: "\ed18";
}
.themewar_passport:before {
content: "\ed19";
}
.themewar_paste1:before {
content: "\ed1a";
}
.themewar_pause:before {
content: "\ed1b";
}
.themewar_paw:before {
content: "\ed1c";
}
.themewar_peace:before {
content: "\ed1d";
}
.themewar_pen:before {
content: "\ed1e";
}
.themewar_pencil:before {
content: "\ed1f";
}
.themewar_pen-clip:before {
content: "\ed20";
}
.themewar_pen-fancy:before {
content: "\ed21";
}
.themewar_pen-nib:before {
content: "\ed22";
}
.themewar_pen-ruler:before {
content: "\ed23";
}
.themewar_pen-to-square1:before {
content: "\ed24";
}
.themewar_people-arrows:before {
content: "\ed25";
}
.themewar_people-carry-box:before {
content: "\ed26";
}
.themewar_people-group:before {
content: "\ed27";
}
.themewar_people-line:before {
content: "\ed28";
}
.themewar_people-pulling:before {
content: "\ed29";
}
.themewar_people-robbery:before {
content: "\ed2a";
}
.themewar_people-roof:before {
content: "\ed2b";
}
.themewar_pepper-hot:before {
content: "\ed2c";
}
.themewar_percent:before {
content: "\ed2d";
}
.themewar_person:before {
content: "\ed2e";
}
.themewar_person-arrow-down-to-line:before {
content: "\ed2f";
}
.themewar_person-arrow-up-from-line:before {
content: "\ed30";
}
.themewar_person-biking:before {
content: "\ed31";
}
.themewar_person-booth:before {
content: "\ed32";
}
.themewar_person-breastfeeding:before {
content: "\ed33";
}
.themewar_person-burst:before {
content: "\ed34";
}
.themewar_person-cane:before {
content: "\ed35";
}
.themewar_person-chalkboard:before {
content: "\ed36";
}
.themewar_person-circle-check:before {
content: "\ed37";
}
.themewar_person-circle-exclamation:before {
content: "\ed38";
}
.themewar_person-circle-minus:before {
content: "\ed39";
}
.themewar_person-circle-plus:before {
content: "\ed3a";
}
.themewar_person-circle-question:before {
content: "\ed3b";
}
.themewar_person-circle-xmark:before {
content: "\ed3c";
}
.themewar_person-digging:before {
content: "\ed3d";
}
.themewar_person-dots-from-line:before {
content: "\ed3e";
}
.themewar_person-dress:before {
content: "\ed3f";
}
.themewar_person-dress-burst:before {
content: "\ed40";
}
.themewar_person-drowning:before {
content: "\ed41";
}
.themewar_person-falling:before {
content: "\ed42";
}
.themewar_person-falling-burst:before {
content: "\ed43";
}
.themewar_person-half-dress:before {
content: "\ed44";
}
.themewar_person-harassing:before {
content: "\ed45";
}
.themewar_person-hiking:before {
content: "\ed46";
}
.themewar_person-military-pointing:before {
content: "\ed47";
}
.themewar_person-military-rifle:before {
content: "\ed48";
}
.themewar_person-military-to-person:before {
content: "\ed49";
}
.themewar_person-praying:before {
content: "\ed4a";
}
.themewar_person-pregnant:before {
content: "\ed4b";
}
.themewar_person-rays:before {
content: "\ed4c";
}
.themewar_person-rifle:before {
content: "\ed4d";
}
.themewar_person-running:before {
content: "\ed4e";
}
.themewar_person-shelter:before {
content: "\ed4f";
}
.themewar_person-skating:before {
content: "\ed50";
}
.themewar_person-skiing:before {
content: "\ed51";
}
.themewar_person-skiing-nordic:before {
content: "\ed52";
}
.themewar_person-snowboarding:before {
content: "\ed53";
}
.themewar_person-swimming:before {
content: "\ed54";
}
.themewar_person-through-window:before {
content: "\ed55";
}
.themewar_person-walking:before {
content: "\ed56";
}
.themewar_person-walking-arrow-loop-left:before {
content: "\ed57";
}
.themewar_person-walking-arrow-right:before {
content: "\ed58";
}
.themewar_person-walking-dashed-line-arrow-right:before {
content: "\ed59";
}
.themewar_person-walking-luggage:before {
content: "\ed5a";
}
.themewar_person-walking-with-cane:before {
content: "\ed5b";
}
.themewar_peseta-sign:before {
content: "\ed5c";
}
.themewar_peso-sign:before {
content: "\ed5d";
}
.themewar_phone:before {
content: "\ed5e";
}
.themewar_phone-flip:before {
content: "\ed5f";
}
.themewar_phone-slash:before {
content: "\ed60";
}
.themewar_phone-volume:before {
content: "\ed61";
}
.themewar_photo-film:before {
content: "\ed62";
}
.themewar_piggy-bank:before {
content: "\ed63";
}
.themewar_pills:before {
content: "\ed64";
}
.themewar_pizza-slice:before {
content: "\ed65";
}
.themewar_place-of-worship:before {
content: "\ed66";
}
.themewar_plane:before {
content: "\ed67";
}
.themewar_plane-arrival:before {
content: "\ed68";
}
.themewar_plane-circle-check:before {
content: "\ed69";
}
.themewar_plane-circle-exclamation:before {
content: "\ed6a";
}
.themewar_plane-circle-xmark:before {
content: "\ed6b";
}
.themewar_plane-departure:before {
content: "\ed6c";
}
.themewar_plane-lock:before {
content: "\ed6d";
}
.themewar_plane-slash:before {
content: "\ed6e";
}
.themewar_plane-up:before {
content: "\ed6f";
}
.themewar_plant-wilt:before {
content: "\ed70";
}
.themewar_plate-wheat:before {
content: "\ed71";
}
.themewar_play:before {
content: "\ed72";
}
.themewar_plug:before {
content: "\ed73";
}
.themewar_plug-circle-bolt:before {
content: "\ed74";
}
.themewar_plug-circle-check:before {
content: "\ed75";
}
.themewar_plug-circle-exclamation:before {
content: "\ed76";
}
.themewar_plug-circle-minus:before {
content: "\ed77";
}
.themewar_plug-circle-plus:before {
content: "\ed78";
}
.themewar_plug-circle-xmark:before {
content: "\ed79";
}
.themewar_plus:before {
content: "\ed7a";
}
.themewar_plus-minus:before {
content: "\ed7b";
}
.themewar_podcast:before {
content: "\ed7c";
}
.themewar_poo:before {
content: "\ed7d";
}
.themewar_poop:before {
content: "\ed7e";
}
.themewar_poo-storm:before {
content: "\ed7f";
}
.themewar_power-off:before {
content: "\ed80";
}
.themewar_prescription:before {
content: "\ed81";
}
.themewar_prescription-bottle:before {
content: "\ed82";
}
.themewar_prescription-bottle-medical:before {
content: "\ed83";
}
.themewar_print:before {
content: "\ed84";
}
.themewar_pump-medical:before {
content: "\ed85";
}
.themewar_pump-soap:before {
content: "\ed86";
}
.themewar_puzzle-piece:before {
content: "\ed87";
}
.themewar_q:before {
content: "\ed88";
}
.themewar_qrcode:before {
content: "\ed89";
}
.themewar_question:before {
content: "\ed8a";
}
.themewar_quote-left:before {
content: "\ed8b";
}
.themewar_quote-right:before {
content: "\ed8c";
}
.themewar_r:before {
content: "\ed8d";
}
.themewar_radiation:before {
content: "\ed8e";
}
.themewar_radio:before {
content: "\ed8f";
}
.themewar_rainbow:before {
content: "\ed90";
}
.themewar_ranking-star:before {
content: "\ed91";
}
.themewar_receipt:before {
content: "\ed92";
}
.themewar_record-vinyl:before {
content: "\ed93";
}
.themewar_rectangle-ad:before {
content: "\ed94";
}
.themewar_rectangle-list1:before {
content: "\ed95";
}
.themewar_rectangle-xmark1:before {
content: "\ed96";
}
.themewar_recycle:before {
content: "\ed97";
}
.themewar_registered1:before {
content: "\ed98";
}
.themewar_repeat:before {
content: "\ed99";
}
.themewar_reply:before {
content: "\ed9a";
}
.themewar_reply-all:before {
content: "\ed9b";
}
.themewar_republican:before {
content: "\ed9c";
}
.themewar_restroom:before {
content: "\ed9d";
}
.themewar_retweet:before {
content: "\ed9e";
}
.themewar_ribbon:before {
content: "\ed9f";
}
.themewar_right-from-bracket:before {
content: "\eda0";
}
.themewar_right-left:before {
content: "\eda1";
}
.themewar_right-long:before {
content: "\eda2";
}
.themewar_right-to-bracket:before {
content: "\eda3";
}
.themewar_ring:before {
content: "\eda4";
}
.themewar_road:before {
content: "\eda5";
}
.themewar_road-barrier:before {
content: "\eda6";
}
.themewar_road-bridge:before {
content: "\eda7";
}
.themewar_road-circle-check:before {
content: "\eda8";
}
.themewar_road-circle-exclamation:before {
content: "\eda9";
}
.themewar_road-circle-xmark:before {
content: "\edaa";
}
.themewar_road-lock:before {
content: "\edab";
}
.themewar_road-spikes:before {
content: "\edac";
}
.themewar_robot:before {
content: "\edad";
}
.themewar_rocket:before {
content: "\edae";
}
.themewar_rotate:before {
content: "\edaf";
}
.themewar_rotate-left:before {
content: "\edb0";
}
.themewar_rotate-right:before {
content: "\edb1";
}
.themewar_route:before {
content: "\edb2";
}
.themewar_rss:before {
content: "\edb3";
}
.themewar_ruble-sign:before {
content: "\edb4";
}
.themewar_rug:before {
content: "\edb5";
}
.themewar_ruler:before {
content: "\edb6";
}
.themewar_ruler-combined:before {
content: "\edb7";
}
.themewar_ruler-horizontal:before {
content: "\edb8";
}
.themewar_ruler-vertical:before {
content: "\edb9";
}
.themewar_rupee-sign:before {
content: "\edba";
}
.themewar_rupiah-sign:before {
content: "\edbb";
}
.themewar_s:before {
content: "\edbc";
}
.themewar_sack-dollar:before {
content: "\edbd";
}
.themewar_sack-xmark:before {
content: "\edbe";
}
.themewar_sailboat:before {
content: "\edbf";
}
.themewar_satellite:before {
content: "\edc0";
}
.themewar_satellite-dish:before {
content: "\edc1";
}
.themewar_scale-balanced:before {
content: "\edc2";
}
.themewar_scale-unbalanced:before {
content: "\edc3";
}
.themewar_scale-unbalanced-flip:before {
content: "\edc4";
}
.themewar_school:before {
content: "\edc5";
}
.themewar_school-circle-check:before {
content: "\edc6";
}
.themewar_school-circle-exclamation:before {
content: "\edc7";
}
.themewar_school-circle-xmark:before {
content: "\edc8";
}
.themewar_school-flag:before {
content: "\edc9";
}
.themewar_school-lock:before {
content: "\edca";
}
.themewar_scissors:before {
content: "\edcb";
}
.themewar_screwdriver:before {
content: "\edcc";
}
.themewar_screwdriver-wrench:before {
content: "\edcd";
}
.themewar_scroll:before {
content: "\edce";
}
.themewar_scroll-torah:before {
content: "\edcf";
}
.themewar_sd-card:before {
content: "\edd0";
}
.themewar_section:before {
content: "\edd1";
}
.themewar_seedling:before {
content: "\edd2";
}
.themewar_server:before {
content: "\edd3";
}
.themewar_shapes:before {
content: "\edd4";
}
.themewar_share:before {
content: "\edd5";
}
.themewar_share-from-square1:before {
content: "\edd6";
}
.themewar_share-nodes:before {
content: "\edd7";
}
.themewar_sheet-plastic:before {
content: "\edd8";
}
.themewar_shekel-sign:before {
content: "\edd9";
}
.themewar_shield:before {
content: "\edda";
}
.themewar_shield-cat:before {
content: "\eddb";
}
.themewar_shield-dog:before {
content: "\eddc";
}
.themewar_shield-halved:before {
content: "\eddd";
}
.themewar_shield-heart:before {
content: "\edde";
}
.themewar_shield-virus:before {
content: "\eddf";
}
.themewar_ship:before {
content: "\ede0";
}
.themewar_shirt:before {
content: "\ede1";
}
.themewar_shoe-prints:before {
content: "\ede2";
}
.themewar_shop:before {
content: "\ede3";
}
.themewar_shop-lock:before {
content: "\ede4";
}
.themewar_shop-slash:before {
content: "\ede5";
}
.themewar_shower:before {
content: "\ede6";
}
.themewar_shrimp:before {
content: "\ede7";
}
.themewar_shuffle:before {
content: "\ede8";
}
.themewar_shuttle-space:before {
content: "\ede9";
}
.themewar_signal:before {
content: "\edea";
}
.themewar_signature:before {
content: "\edeb";
}
.themewar_sign-hanging:before {
content: "\edec";
}
.themewar_signs-post:before {
content: "\eded";
}
.themewar_sim-card:before {
content: "\edee";
}
.themewar_sink:before {
content: "\edef";
}
.themewar_sitemap:before {
content: "\edf0";
}
.themewar_skull:before {
content: "\edf1";
}
.themewar_skull-crossbones:before {
content: "\edf2";
}
.themewar_slash:before {
content: "\edf3";
}
.themewar_sleigh:before {
content: "\edf4";
}
.themewar_sliders:before {
content: "\edf5";
}
.themewar_smog:before {
content: "\edf6";
}
.themewar_smoking:before {
content: "\edf7";
}
.themewar_snowflake1:before {
content: "\edf8";
}
.themewar_snowman:before {
content: "\edf9";
}
.themewar_snowplow:before {
content: "\edfa";
}
.themewar_soap:before {
content: "\edfb";
}
.themewar_socks:before {
content: "\edfc";
}
.themewar_solar-panel:before {
content: "\edfd";
}
.themewar_sort:before {
content: "\edfe";
}
.themewar_sort-down:before {
content: "\edff";
}
.themewar_sort-up:before {
content: "\ee00";
}
.themewar_spa:before {
content: "\ee01";
}
.themewar_spaghetti-monster-flying:before {
content: "\ee02";
}
.themewar_spell-check:before {
content: "\ee03";
}
.themewar_spider:before {
content: "\ee04";
}
.themewar_spinner:before {
content: "\ee05";
}
.themewar_splotch:before {
content: "\ee06";
}
.themewar_spoon:before {
content: "\ee07";
}
.themewar_spray-can:before {
content: "\ee08";
}
.themewar_spray-can-sparkles:before {
content: "\ee09";
}
.themewar_square1:before {
content: "\ee0a";
}
.themewar_square-arrow-up-right:before {
content: "\ee0b";
}
.themewar_square-caret-down1:before {
content: "\ee0c";
}
.themewar_square-caret-left1:before {
content: "\ee0d";
}
.themewar_square-caret-right1:before {
content: "\ee0e";
}
.themewar_square-caret-up1:before {
content: "\ee0f";
}
.themewar_square-check1:before {
content: "\ee10";
}
.themewar_square-envelope:before {
content: "\ee11";
}
.themewar_square-full1:before {
content: "\ee12";
}
.themewar_square-h:before {
content: "\ee13";
}
.themewar_square-minus1:before {
content: "\ee14";
}
.themewar_square-nfi:before {
content: "\ee15";
}
.themewar_square-parking:before {
content: "\ee16";
}
.themewar_square-pen:before {
content: "\ee17";
}
.themewar_square-person-confined:before {
content: "\ee18";
}
.themewar_square-phone:before {
content: "\ee19";
}
.themewar_square-phone-flip:before {
content: "\ee1a";
}
.themewar_square-plus1:before {
content: "\ee1b";
}
.themewar_square-poll-horizontal:before {
content: "\ee1c";
}
.themewar_square-poll-vertical:before {
content: "\ee1d";
}
.themewar_square-root-variable:before {
content: "\ee1e";
}
.themewar_square-rss:before {
content: "\ee1f";
}
.themewar_square-share-nodes:before {
content: "\ee20";
}
.themewar_square-up-right:before {
content: "\ee21";
}
.themewar_square-virus:before {
content: "\ee22";
}
.themewar_square-xmark:before {
content: "\ee23";
}
.themewar_staff-snake:before {
content: "\ee24";
}
.themewar_stairs:before {
content: "\ee25";
}
.themewar_stamp:before {
content: "\ee26";
}
.themewar_stapler:before {
content: "\ee27";
}
.themewar_star1:before {
content: "\ee28";
}
.themewar_star-and-crescent:before {
content: "\ee29";
}
.themewar_star-half1:before {
content: "\ee2a";
}
.themewar_star-half-stroke1:before {
content: "\ee2b";
}
.themewar_star-of-david:before {
content: "\ee2c";
}
.themewar_star-of-life:before {
content: "\ee2d";
}
.themewar_sterling-sign:before {
content: "\ee2e";
}
.themewar_stethoscope:before {
content: "\ee2f";
}
.themewar_stop:before {
content: "\ee30";
}
.themewar_stopwatch:before {
content: "\ee31";
}
.themewar_stopwatch-20:before {
content: "\ee32";
}
.themewar_store:before {
content: "\ee33";
}
.themewar_store-slash:before {
content: "\ee34";
}
.themewar_street-view:before {
content: "\ee35";
}
.themewar_strikethrough:before {
content: "\ee36";
}
.themewar_stroopwafel:before {
content: "\ee37";
}
.themewar_subscript:before {
content: "\ee38";
}
.themewar_suitcase:before {
content: "\ee39";
}
.themewar_suitcase-medical:before {
content: "\ee3a";
}
.themewar_suitcase-rolling:before {
content: "\ee3b";
}
.themewar_sun1:before {
content: "\ee3c";
}
.themewar_sun-plant-wilt:before {
content: "\ee3d";
}
.themewar_superscript:before {
content: "\ee3e";
}
.themewar_swatchbook:before {
content: "\ee3f";
}
.themewar_synagogue:before {
content: "\ee40";
}
.themewar_syringe:before {
content: "\ee41";
}
.themewar_t:before {
content: "\ee42";
}
.themewar_table:before {
content: "\ee43";
}
.themewar_table-cells:before {
content: "\ee44";
}
.themewar_table-cells-large:before {
content: "\ee45";
}
.themewar_table-columns:before {
content: "\ee46";
}
.themewar_table-list:before {
content: "\ee47";
}
.themewar_tablet:before {
content: "\ee48";
}
.themewar_tablet-button:before {
content: "\ee49";
}
.themewar_table-tennis-paddle-ball:before {
content: "\ee4a";
}
.themewar_tablets:before {
content: "\ee4b";
}
.themewar_tablet-screen-button:before {
content: "\ee4c";
}
.themewar_tachograph-digital:before {
content: "\ee4d";
}
.themewar_tag:before {
content: "\ee4e";
}
.themewar_tags:before {
content: "\ee4f";
}
.themewar_tape:before {
content: "\ee50";
}
.themewar_tarp:before {
content: "\ee51";
}
.themewar_tarp-droplet:before {
content: "\ee52";
}
.themewar_taxi:before {
content: "\ee53";
}
.themewar_teeth:before {
content: "\ee54";
}
.themewar_teeth-open:before {
content: "\ee55";
}
.themewar_temperature-arrow-down:before {
content: "\ee56";
}
.themewar_temperature-arrow-up:before {
content: "\ee57";
}
.themewar_temperature-empty:before {
content: "\ee58";
}
.themewar_temperature-full:before {
content: "\ee59";
}
.themewar_temperature-half:before {
content: "\ee5a";
}
.themewar_temperature-high:before {
content: "\ee5b";
}
.themewar_temperature-low:before {
content: "\ee5c";
}
.themewar_temperature-quarter:before {
content: "\ee5d";
}
.themewar_temperature-three-quarters:before {
content: "\ee5e";
}
.themewar_tenge-sign:before {
content: "\ee5f";
}
.themewar_tent:before {
content: "\ee60";
}
.themewar_tent-arrow-down-to-line:before {
content: "\ee61";
}
.themewar_tent-arrow-left-right:before {
content: "\ee62";
}
.themewar_tent-arrows-down:before {
content: "\ee63";
}
.themewar_tent-arrow-turn-left:before {
content: "\ee64";
}
.themewar_tents:before {
content: "\ee65";
}
.themewar_terminal:before {
content: "\ee66";
}
.themewar_text-height:before {
content: "\ee67";
}
.themewar_text-slash:before {
content: "\ee68";
}
.themewar_text-width:before {
content: "\ee69";
}
.themewar_thermometer:before {
content: "\ee6a";
}
.themewar_thumbs-down1:before {
content: "\ee6b";
}
.themewar_thumbs-up1:before {
content: "\ee6c";
}
.themewar_thumbtack:before {
content: "\ee6d";
}
.themewar_ticket:before {
content: "\ee6e";
}
.themewar_ticket-simple:before {
content: "\ee6f";
}
.themewar_timeline:before {
content: "\ee70";
}
.themewar_toggle-off:before {
content: "\ee71";
}
.themewar_toggle-on:before {
content: "\ee72";
}
.themewar_toilet:before {
content: "\ee73";
}
.themewar_toilet-paper:before {
content: "\ee74";
}
.themewar_toilet-paper-slash:before {
content: "\ee75";
}
.themewar_toilet-portable:before {
content: "\ee76";
}
.themewar_toilets-portable:before {
content: "\ee77";
}
.themewar_toolbox:before {
content: "\ee78";
}
.themewar_tooth:before {
content: "\ee79";
}
.themewar_torii-gate:before {
content: "\ee7a";
}
.themewar_tornado:before {
content: "\ee7b";
}
.themewar_tower-broadcast:before {
content: "\ee7c";
}
.themewar_tower-cell:before {
content: "\ee7d";
}
.themewar_tower-observation:before {
content: "\ee7e";
}
.themewar_tractor:before {
content: "\ee7f";
}
.themewar_trademark:before {
content: "\ee80";
}
.themewar_traffic-light:before {
content: "\ee81";
}
.themewar_trailer:before {
content: "\ee82";
}
.themewar_train:before {
content: "\ee83";
}
.themewar_train-subway:before {
content: "\ee84";
}
.themewar_train-tram:before {
content: "\ee85";
}
.themewar_transgender:before {
content: "\ee86";
}
.themewar_trash:before {
content: "\ee87";
}
.themewar_trash-arrow-up:before {
content: "\ee88";
}
.themewar_trash-can1:before {
content: "\ee89";
}
.themewar_trash-can-arrow-up:before {
content: "\ee8a";
}
.themewar_tree:before {
content: "\ee8b";
}
.themewar_tree-city:before {
content: "\ee8c";
}
.themewar_triangle-exclamation:before {
content: "\ee8d";
}
.themewar_trophy:before {
content: "\ee8e";
}
.themewar_trowel:before {
content: "\ee8f";
}
.themewar_trowel-bricks:before {
content: "\ee90";
}
.themewar_truck:before {
content: "\ee91";
}
.themewar_truck-arrow-right:before {
content: "\ee92";
}
.themewar_truck-droplet:before {
content: "\ee93";
}
.themewar_truck-fast:before {
content: "\ee94";
}
.themewar_truck-field:before {
content: "\ee95";
}
.themewar_truck-field-un:before {
content: "\ee96";
}
.themewar_truck-front:before {
content: "\ee97";
}
.themewar_truck-medical:before {
content: "\ee98";
}
.themewar_truck-monster:before {
content: "\ee99";
}
.themewar_truck-moving:before {
content: "\ee9a";
}
.themewar_truck-pickup:before {
content: "\ee9b";
}
.themewar_truck-plane:before {
content: "\ee9c";
}
.themewar_truck-ramp-box:before {
content: "\ee9d";
}
.themewar_tty:before {
content: "\ee9e";
}
.themewar_turkish-lira-sign:before {
content: "\ee9f";
}
.themewar_turn-down:before {
content: "\eea0";
}
.themewar_turn-up:before {
content: "\eea1";
}
.themewar_tv:before {
content: "\eea2";
}
.themewar_u:before {
content: "\eea3";
}
.themewar_umbrella:before {
content: "\eea4";
}
.themewar_umbrella-beach:before {
content: "\eea5";
}
.themewar_underline:before {
content: "\eea6";
}
.themewar_universal-access:before {
content: "\eea7";
}
.themewar_unlock:before {
content: "\eea8";
}
.themewar_unlock-keyhole:before {
content: "\eea9";
}
.themewar_up-down:before {
content: "\eeaa";
}
.themewar_up-down-left-right:before {
content: "\eeab";
}
.themewar_upload:before {
content: "\eeac";
}
.themewar_up-long:before {
content: "\eead";
}
.themewar_up-right-and-down-left-from-center:before {
content: "\eeae";
}
.themewar_up-right-from-square:before {
content: "\eeaf";
}
.themewar_user1:before {
content: "\eeb0";
}
.themewar_user-astronaut:before {
content: "\eeb1";
}
.themewar_user-check:before {
content: "\eeb2";
}
.themewar_user-clock:before {
content: "\eeb3";
}
.themewar_user-doctor:before {
content: "\eeb4";
}
.themewar_user-gear:before {
content: "\eeb5";
}
.themewar_user-graduate:before {
content: "\eeb6";
}
.themewar_user-group:before {
content: "\eeb7";
}
.themewar_user-injured:before {
content: "\eeb8";
}
.themewar_user-large:before {
content: "\eeb9";
}
.themewar_user-large-slash:before {
content: "\eeba";
}
.themewar_user-lock:before {
content: "\eebb";
}
.themewar_user-minus:before {
content: "\eebc";
}
.themewar_user-ninja:before {
content: "\eebd";
}
.themewar_user-nurse:before {
content: "\eebe";
}
.themewar_user-pen:before {
content: "\eebf";
}
.themewar_user-plus:before {
content: "\eec0";
}
.themewar_users:before {
content: "\eec1";
}
.themewar_users-between-lines:before {
content: "\eec2";
}
.themewar_user-secret:before {
content: "\eec3";
}
.themewar_users-gear:before {
content: "\eec4";
}
.themewar_user-shield:before {
content: "\eec5";
}
.themewar_user-slash:before {
content: "\eec6";
}
.themewar_users-line:before {
content: "\eec7";
}
.themewar_users-rays:before {
content: "\eec8";
}
.themewar_users-rectangle:before {
content: "\eec9";
}
.themewar_users-slash:before {
content: "\eeca";
}
.themewar_users-viewfinder:before {
content: "\eecb";
}
.themewar_user-tag:before {
content: "\eecc";
}
.themewar_user-tie:before {
content: "\eecd";
}
.themewar_user-xmark:before {
content: "\eece";
}
.themewar_utensils:before {
content: "\eecf";
}
.themewar_v:before {
content: "\eed0";
}
.themewar_van-shuttle:before {
content: "\eed1";
}
.themewar_vault:before {
content: "\eed2";
}
.themewar_vector-square:before {
content: "\eed3";
}
.themewar_venus:before {
content: "\eed4";
}
.themewar_venus-double:before {
content: "\eed5";
}
.themewar_venus-mars:before {
content: "\eed6";
}
.themewar_vest:before {
content: "\eed7";
}
.themewar_vest-patches:before {
content: "\eed8";
}
.themewar_vial:before {
content: "\eed9";
}
.themewar_vial-circle-check:before {
content: "\eeda";
}
.themewar_vials:before {
content: "\eedb";
}
.themewar_vial-virus:before {
content: "\eedc";
}
.themewar_video:before {
content: "\eedd";
}
.themewar_video-slash:before {
content: "\eede";
}
.themewar_vihara:before {
content: "\eedf";
}
.themewar_virus:before {
content: "\eee0";
}
.themewar_virus-covid:before {
content: "\eee1";
}
.themewar_virus-covid-slash:before {
content: "\eee2";
}
.themewar_viruses:before {
content: "\eee3";
}
.themewar_virus-slash:before {
content: "\eee4";
}
.themewar_voicemail:before {
content: "\eee5";
}
.themewar_volcano:before {
content: "\eee6";
}
.themewar_volleyball:before {
content: "\eee7";
}
.themewar_volume-high:before {
content: "\eee8";
}
.themewar_volume-low:before {
content: "\eee9";
}
.themewar_volume-off:before {
content: "\eeea";
}
.themewar_volume-xmark:before {
content: "\eeeb";
}
.themewar_vr-cardboard:before {
content: "\eeec";
}
.themewar_w:before {
content: "\eeed";
}
.themewar_walkie-talkie:before {
content: "\eeee";
}
.themewar_wallet:before {
content: "\eeef";
}
.themewar_wand-magic:before {
content: "\eef0";
}
.themewar_wand-magic-sparkles:before {
content: "\eef1";
}
.themewar_wand-sparkles:before {
content: "\eef2";
}
.themewar_warehouse:before {
content: "\eef3";
}
.themewar_water:before {
content: "\eef4";
}
.themewar_water-ladder:before {
content: "\eef5";
}
.themewar_wave-square:before {
content: "\eef6";
}
.themewar_weight-hanging:before {
content: "\eef7";
}
.themewar_weight-scale:before {
content: "\eef8";
}
.themewar_wheat-awn:before {
content: "\eef9";
}
.themewar_wheat-awn-circle-exclamation:before {
content: "\eefa";
}
.themewar_wheelchair:before {
content: "\eefb";
}
.themewar_wheelchair-move:before {
content: "\eefc";
}
.themewar_whiskey-glass:before {
content: "\eefd";
}
.themewar_wifi:before {
content: "\eefe";
}
.themewar_wind:before {
content: "\eeff";
}
.themewar_window-maximize1:before {
content: "\ef00";
}
.themewar_window-minimize1:before {
content: "\ef01";
}
.themewar_window-restore1:before {
content: "\ef02";
}
.themewar_wine-bottle:before {
content: "\ef03";
}
.themewar_wine-glass:before {
content: "\ef04";
}
.themewar_wine-glass-empty:before {
content: "\ef05";
}
.themewar_won-sign:before {
content: "\ef06";
}
.themewar_worm:before {
content: "\ef07";
}
.themewar_wrench:before {
content: "\ef08";
}
.themewar_x:before {
content: "\ef09";
}
.themewar_xmark:before {
content: "\ef0a";
}
.themewar_xmarks-lines:before {
content: "\ef0b";
}
.themewar_x-ray:before {
content: "\ef0c";
}
.themewar_y:before {
content: "\ef0d";
}
.themewar_yen-sign:before {
content: "\ef0e";
}
.themewar_yin-yang:before {
content: "\ef0f";
}
.themewar_z:before {
content: "\ef10";
}
.themewar_group:before {
content: "\ef11";
}
.themewar_px:before {
content: "\ef12";
}
.themewar_accessible-icon:before {
content: "\ef13";
}
.themewar_accusoft:before {
content: "\ef14";
}
.themewar_adn:before {
content: "\ef15";
}
.themewar_adversal:before {
content: "\ef16";
}
.themewar_affiliatetheme:before {
content: "\ef17";
}
.themewar_airbnb:before {
content: "\ef18";
}
.themewar_algolia:before {
content: "\ef19";
}
.themewar_alipay:before {
content: "\ef1a";
}
.themewar_amazon:before {
content: "\ef1b";
}
.themewar_amazon-pay:before {
content: "\ef1c";
}
.themewar_amilia:before {
content: "\ef1d";
}
.themewar_android:before {
content: "\ef1e";
}
.themewar_angellist:before {
content: "\ef1f";
}
.themewar_angrycreative:before {
content: "\ef20";
}
.themewar_angular:before {
content: "\ef21";
}
.themewar_apper:before {
content: "\ef22";
}
.themewar_apple:before {
content: "\ef23";
}
.themewar_apple-pay:before {
content: "\ef24";
}
.themewar_app-store:before {
content: "\ef25";
}
.themewar_app-store-ios:before {
content: "\ef26";
}
.themewar_artstation:before {
content: "\ef27";
}
.themewar_asymmetrik:before {
content: "\ef28";
}
.themewar_atlassian:before {
content: "\ef29";
}
.themewar_audible:before {
content: "\ef2a";
}
.themewar_autoprefixer:before {
content: "\ef2b";
}
.themewar_avianex:before {
content: "\ef2c";
}
.themewar_aviato:before {
content: "\ef2d";
}
.themewar_aws:before {
content: "\ef2e";
}
.themewar_bandcamp:before {
content: "\ef2f";
}
.themewar_battle-net:before {
content: "\ef30";
}
.themewar_behance:before {
content: "\ef31";
}
.themewar_bilibili:before {
content: "\ef32";
}
.themewar_bimobject:before {
content: "\ef33";
}
.themewar_bitbucket:before {
content: "\ef34";
}
.themewar_bitcoin:before {
content: "\ef35";
}
.themewar_bity:before {
content: "\ef36";
}
.themewar_blackberry:before {
content: "\ef37";
}
.themewar_black-tie:before {
content: "\ef38";
}
.themewar_blogger:before {
content: "\ef39";
}
.themewar_blogger-b:before {
content: "\ef3a";
}
.themewar_bluetooth:before {
content: "\ef3b";
}
.themewar_bluetooth-b:before {
content: "\ef3c";
}
.themewar_bootstrap:before {
content: "\ef3d";
}
.themewar_bots:before {
content: "\ef3e";
}
.themewar_btc:before {
content: "\ef3f";
}
.themewar_buffer:before {
content: "\ef40";
}
.themewar_buromobelexperte:before {
content: "\ef41";
}
.themewar_buy-n-large:before {
content: "\ef42";
}
.themewar_buysellads:before {
content: "\ef43";
}
.themewar_canadian-maple-leaf:before {
content: "\ef44";
}
.themewar_cc-amazon-pay:before {
content: "\ef45";
}
.themewar_cc-amex:before {
content: "\ef46";
}
.themewar_cc-apple-pay:before {
content: "\ef47";
}
.themewar_cc-diners-club:before {
content: "\ef48";
}
.themewar_cc-discover:before {
content: "\ef49";
}
.themewar_cc-jcb:before {
content: "\ef4a";
}
.themewar_cc-mastercard:before {
content: "\ef4b";
}
.themewar_cc-paypal:before {
content: "\ef4c";
}
.themewar_cc-stripe:before {
content: "\ef4d";
}
.themewar_cc-visa:before {
content: "\ef4e";
}
.themewar_centercode:before {
content: "\ef4f";
}
.themewar_centos:before {
content: "\ef50";
}
.themewar_chrome:before {
content: "\ef51";
}
.themewar_chromecast:before {
content: "\ef52";
}
.themewar_cloudflare:before {
content: "\ef53";
}
.themewar_cloudscale:before {
content: "\ef54";
}
.themewar_cloudsmith:before {
content: "\ef55";
}
.themewar_cloudversify:before {
content: "\ef56";
}
.themewar_cmplid:before {
content: "\ef57";
}
.themewar_codepen:before {
content: "\ef58";
}
.themewar_codiepie:before {
content: "\ef59";
}
.themewar_confluence:before {
content: "\ef5a";
}
.themewar_connectdevelop:before {
content: "\ef5b";
}
.themewar_contao:before {
content: "\ef5c";
}
.themewar_cotton-bureau:before {
content: "\ef5d";
}
.themewar_cpanel:before {
content: "\ef5e";
}
.themewar_creative-commons:before {
content: "\ef5f";
}
.themewar_creative-commons-by:before {
content: "\ef60";
}
.themewar_creative-commons-nc:before {
content: "\ef61";
}
.themewar_creative-commons-nc-eu:before {
content: "\ef62";
}
.themewar_creative-commons-nc-jp:before {
content: "\ef63";
}
.themewar_creative-commons-nd:before {
content: "\ef64";
}
.themewar_creative-commons-pd:before {
content: "\ef65";
}
.themewar_creative-commons-pd-alt:before {
content: "\ef66";
}
.themewar_creative-commons-remix:before {
content: "\ef67";
}
.themewar_creative-commons-sa:before {
content: "\ef68";
}
.themewar_creative-commons-sampling:before {
content: "\ef69";
}
.themewar_creative-commons-sampling-plus:before {
content: "\ef6a";
}
.themewar_creative-commons-share:before {
content: "\ef6b";
}
.themewar_creative-commons-zero:before {
content: "\ef6c";
}
.themewar_critical-role:before {
content: "\ef6d";
}
.themewar_css3:before {
content: "\ef6e";
}
.themewar_css3-alt:before {
content: "\ef6f";
}
.themewar_cuttlefish:before {
content: "\ef70";
}
.themewar_dailymotion:before {
content: "\ef71";
}
.themewar_d-and-d:before {
content: "\ef72";
}
.themewar_d-and-d-beyond:before {
content: "\ef73";
}
.themewar_dashcube:before {
content: "\ef74";
}
.themewar_deezer:before {
content: "\ef75";
}
.themewar_delicious:before {
content: "\ef76";
}
.themewar_deploydog:before {
content: "\ef77";
}
.themewar_deskpro:before {
content: "\ef78";
}
.themewar_dev:before {
content: "\ef79";
}
.themewar_deviantart:before {
content: "\ef7a";
}
.themewar_dhl:before {
content: "\ef7b";
}
.themewar_diaspora:before {
content: "\ef7c";
}
.themewar_digg:before {
content: "\ef7d";
}
.themewar_digital-ocean:before {
content: "\ef7e";
}
.themewar_discord:before {
content: "\ef7f";
}
.themewar_discourse:before {
content: "\ef80";
}
.themewar_dochub:before {
content: "\ef81";
}
.themewar_docker:before {
content: "\ef82";
}
.themewar_draft2digital:before {
content: "\ef83";
}
.themewar_dribbble:before {
content: "\ef84";
}
.themewar_dropbox:before {
content: "\ef85";
}
.themewar_drupal:before {
content: "\ef86";
}
.themewar_dyalog:before {
content: "\ef87";
}
.themewar_earlybirds:before {
content: "\ef88";
}
.themewar_ebay:before {
content: "\ef89";
}
.themewar_edge:before {
content: "\ef8a";
}
.themewar_edge-legacy:before {
content: "\ef8b";
}
.themewar_elementor:before {
content: "\ef8c";
}
.themewar_ello:before {
content: "\ef8d";
}
.themewar_ember:before {
content: "\ef8e";
}
.themewar_empire:before {
content: "\ef8f";
}
.themewar_envira:before {
content: "\ef90";
}
.themewar_erlang:before {
content: "\ef91";
}
.themewar_ethereum:before {
content: "\ef92";
}
.themewar_etsy:before {
content: "\ef93";
}
.themewar_evernote:before {
content: "\ef94";
}
.themewar_expeditedssl:before {
content: "\ef95";
}
.themewar_facebook:before {
content: "\ef96";
}
.themewar_facebook-f:before {
content: "\ef97";
}
.themewar_facebook-messenger:before {
content: "\ef98";
}
.themewar_fantasy-flight-games:before {
content: "\ef99";
}
.themewar_fedex:before {
content: "\ef9a";
}
.themewar_fedora:before {
content: "\ef9b";
}
.themewar_figma:before {
content: "\ef9c";
}
.themewar_firefox:before {
content: "\ef9d";
}
.themewar_firefox-browser:before {
content: "\ef9e";
}
.themewar_firstdraft:before {
content: "\ef9f";
}
.themewar_first-order:before {
content: "\efa0";
}
.themewar_first-order-alt:before {
content: "\efa1";
}
.themewar_flickr:before {
content: "\efa2";
}
.themewar_flipboard:before {
content: "\efa3";
}
.themewar_fly:before {
content: "\efa4";
}
.themewar_font-awesome2:before {
content: "\efa5";
}
.themewar_fonticons:before {
content: "\efa6";
}
.themewar_fonticons-fi:before {
content: "\efa7";
}
.themewar_fort-awesome:before {
content: "\efa8";
}
.themewar_fort-awesome-alt:before {
content: "\efa9";
}
.themewar_forumbee:before {
content: "\efaa";
}
.themewar_foursquare:before {
content: "\efab";
}
.themewar_freebsd:before {
content: "\efac";
}
.themewar_free-code-camp:before {
content: "\efad";
}
.themewar_fulcrum:before {
content: "\efae";
}
.themewar_galactic-republic:before {
content: "\efaf";
}
.themewar_galactic-senate:before {
content: "\efb0";
}
.themewar_get-pocket:before {
content: "\efb1";
}
.themewar_gg:before {
content: "\efb2";
}
.themewar_gg-circle:before {
content: "\efb3";
}
.themewar_git:before {
content: "\efb4";
}
.themewar_git-alt:before {
content: "\efb5";
}
.themewar_github:before {
content: "\efb6";
}
.themewar_github-alt:before {
content: "\efb7";
}
.themewar_gitkraken:before {
content: "\efb8";
}
.themewar_gitlab:before {
content: "\efb9";
}
.themewar_gitter:before {
content: "\efba";
}
.themewar_glide:before {
content: "\efbb";
}
.themewar_glide-g:before {
content: "\efbc";
}
.themewar_gofore:before {
content: "\efbd";
}
.themewar_golang:before {
content: "\efbe";
}
.themewar_goodreads:before {
content: "\efbf";
}
.themewar_goodreads-g:before {
content: "\efc0";
}
.themewar_google:before {
content: "\efc1";
}
.themewar_google-drive:before {
content: "\efc2";
}
.themewar_google-pay:before {
content: "\efc3";
}
.themewar_google-play:before {
content: "\efc4";
}
.themewar_google-plus:before {
content: "\efc5";
}
.themewar_google-plus-g:before {
content: "\efc6";
}
.themewar_google-wallet:before {
content: "\efc7";
}
.themewar_gratipay:before {
content: "\efc8";
}
.themewar_grav:before {
content: "\efc9";
}
.themewar_gripfire:before {
content: "\efca";
}
.themewar_grunt:before {
content: "\efcb";
}
.themewar_guilded:before {
content: "\efcc";
}
.themewar_gulp:before {
content: "\efcd";
}
.themewar_hacker-news:before {
content: "\efce";
}
.themewar_hackerrank:before {
content: "\efcf";
}
.themewar_hashnode:before {
content: "\efd0";
}
.themewar_hips:before {
content: "\efd1";
}
.themewar_hire-a-helper:before {
content: "\efd2";
}
.themewar_hive:before {
content: "\efd3";
}
.themewar_hooli:before {
content: "\efd4";
}
.themewar_hornbill:before {
content: "\efd5";
}
.themewar_hotjar:before {
content: "\efd6";
}
.themewar_houzz:before {
content: "\efd7";
}
.themewar_html5:before {
content: "\efd8";
}
.themewar_hubspot:before {
content: "\efd9";
}
.themewar_ideal:before {
content: "\efda";
}
.themewar_imdb:before {
content: "\efdb";
}
.themewar_instagram:before {
content: "\efdc";
}
.themewar_instalod:before {
content: "\efdd";
}
.themewar_intercom:before {
content: "\efde";
}
.themewar_internet-explorer:before {
content: "\efdf";
}
.themewar_invision:before {
content: "\efe0";
}
.themewar_ioxhost:before {
content: "\efe1";
}
.themewar_itch-io:before {
content: "\efe2";
}
.themewar_itunes:before {
content: "\efe3";
}
.themewar_itunes-note:before {
content: "\efe4";
}
.themewar_java:before {
content: "\efe5";
}
.themewar_jedi-order:before {
content: "\efe6";
}
.themewar_jenkins:before {
content: "\efe7";
}
.themewar_jira:before {
content: "\efe8";
}
.themewar_joget:before {
content: "\efe9";
}
.themewar_joomla:before {
content: "\efea";
}
.themewar_js:before {
content: "\efeb";
}
.themewar_jsfiddle:before {
content: "\efec";
}
.themewar_kaggle:before {
content: "\efed";
}
.themewar_keybase:before {
content: "\efee";
}
.themewar_keycdn:before {
content: "\efef";
}
.themewar_kickstarter:before {
content: "\eff0";
}
.themewar_kickstarter-k:before {
content: "\eff1";
}
.themewar_korvue:before {
content: "\eff2";
}
.themewar_laravel:before {
content: "\eff3";
}
.themewar_lastfm:before {
content: "\eff4";
}
.themewar_leanpub:before {
content: "\eff5";
}
.themewar_less:before {
content: "\eff6";
}
.themewar_line:before {
content: "\eff7";
}
.themewar_linkedin:before {
content: "\eff8";
}
.themewar_linkedin-in:before {
content: "\eff9";
}
.themewar_linode:before {
content: "\effa";
}
.themewar_linux:before {
content: "\effb";
}
.themewar_lyft:before {
content: "\effc";
}
.themewar_magento:before {
content: "\effd";
}
.themewar_mailchimp:before {
content: "\effe";
}
.themewar_mandalorian:before {
content: "\efff";
}
.themewar_markdown:before {
content: "\f000";
}
.themewar_mastodon:before {
content: "\f001";
}
.themewar_maxcdn:before {
content: "\f002";
}
.themewar_mdb:before {
content: "\f003";
}
.themewar_medapps:before {
content: "\f004";
}
.themewar_medium:before {
content: "\f005";
}
.themewar_medrt:before {
content: "\f006";
}
.themewar_meetup:before {
content: "\f007";
}
.themewar_megaport:before {
content: "\f008";
}
.themewar_mendeley:before {
content: "\f009";
}
.themewar_meta:before {
content: "\f00a";
}
.themewar_microblog:before {
content: "\f00b";
}
.themewar_microsoft:before {
content: "\f00c";
}
.themewar_mix:before {
content: "\f00d";
}
.themewar_mixcloud:before {
content: "\f00e";
}
.themewar_mixer:before {
content: "\f00f";
}
.themewar_mizuni:before {
content: "\f010";
}
.themewar_modx:before {
content: "\f011";
}
.themewar_monero:before {
content: "\f012";
}
.themewar_napster:before {
content: "\f013";
}
.themewar_neos:before {
content: "\f014";
}
.themewar_nfc-directional:before {
content: "\f015";
}
.themewar_nfc-symbol:before {
content: "\f016";
}
.themewar_nimblr:before {
content: "\f017";
}
.themewar_node:before {
content: "\f018";
}
.themewar_node-js:before {
content: "\f019";
}
.themewar_npm:before {
content: "\f01a";
}
.themewar_ns8:before {
content: "\f01b";
}
.themewar_nutritionix:before {
content: "\f01c";
}
.themewar_octopus-deploy:before {
content: "\f01d";
}
.themewar_odnoklassniki:before {
content: "\f01e";
}
.themewar_odysee:before {
content: "\f01f";
}
.themewar_old-republic:before {
content: "\f020";
}
.themewar_opencart:before {
content: "\f021";
}
.themewar_openid:before {
content: "\f022";
}
.themewar_opera:before {
content: "\f023";
}
.themewar_optin-monster:before {
content: "\f024";
}
.themewar_orcid:before {
content: "\f025";
}
.themewar_osi:before {
content: "\f026";
}
.themewar_padlet:before {
content: "\f027";
}
.themewar_page4:before {
content: "\f028";
}
.themewar_pagelines:before {
content: "\f029";
}
.themewar_palfed:before {
content: "\f02a";
}
.themewar_patreon:before {
content: "\f02b";
}
.themewar_paypal:before {
content: "\f02c";
}
.themewar_perbyte:before {
content: "\f02d";
}
.themewar_periscope:before {
content: "\f02e";
}
.themewar_phabricator:before {
content: "\f02f";
}
.themewar_phoenix-framework:before {
content: "\f030";
}
.themewar_phoenix-squadron:before {
content: "\f031";
}
.themewar_php:before {
content: "\f032";
}
.themewar_pied-piper:before {
content: "\f033";
}
.themewar_pied-piper-alt:before {
content: "\f034";
}
.themewar_pied-piper-hat:before {
content: "\f035";
}
.themewar_pied-piper-pp:before {
content: "\f036";
}
.themewar_pinterest:before {
content: "\f037";
}
.themewar_pinterest-p:before {
content: "\f038";
}
.themewar_pix:before {
content: "\f039";
}
.themewar_playstation:before {
content: "\f03a";
}
.themewar_product-hunt:before {
content: "\f03b";
}
.themewar_pushed:before {
content: "\f03c";
}
.themewar_python:before {
content: "\f03d";
}
.themewar_qq:before {
content: "\f03e";
}
.themewar_quinscape:before {
content: "\f03f";
}
.themewar_quora:before {
content: "\f040";
}
.themewar_raspberry-pi:before {
content: "\f041";
}
.themewar_ravelry:before {
content: "\f042";
}
.themewar_react:before {
content: "\f043";
}
.themewar_reacteurope:before {
content: "\f044";
}
.themewar_readme:before {
content: "\f045";
}
.themewar_rebel:before {
content: "\f046";
}
.themewar_reddit:before {
content: "\f047";
}
.themewar_reddit-alien:before {
content: "\f048";
}
.themewar_redhat:before {
content: "\f049";
}
.themewar_red-river:before {
content: "\f04a";
}
.themewar_renren:before {
content: "\f04b";
}
.themewar_replyd:before {
content: "\f04c";
}
.themewar_researchgate:before {
content: "\f04d";
}
.themewar_resolving:before {
content: "\f04e";
}
.themewar_rev:before {
content: "\f04f";
}
.themewar_rocketchat:before {
content: "\f050";
}
.themewar_rockrms:before {
content: "\f051";
}
.themewar_r-project:before {
content: "\f052";
}
.themewar_rust:before {
content: "\f053";
}
.themewar_safari:before {
content: "\f054";
}
.themewar_salesforce:before {
content: "\f055";
}
.themewar_sass:before {
content: "\f056";
}
.themewar_schlix:before {
content: "\f057";
}
.themewar_screenpal:before {
content: "\f058";
}
.themewar_scribd:before {
content: "\f059";
}
.themewar_searchengin:before {
content: "\f05a";
}
.themewar_sellcast:before {
content: "\f05b";
}
.themewar_sellsy:before {
content: "\f05c";
}
.themewar_servicestack:before {
content: "\f05d";
}
.themewar_shirtsinbulk:before {
content: "\f05e";
}
.themewar_shopify:before {
content: "\f05f";
}
.themewar_shopware:before {
content: "\f060";
}
.themewar_simplybuilt:before {
content: "\f061";
}
.themewar_sistrix:before {
content: "\f062";
}
.themewar_sith:before {
content: "\f063";
}
.themewar_sitrox:before {
content: "\f064";
}
.themewar_sketch:before {
content: "\f065";
}
.themewar_skyatlas:before {
content: "\f066";
}
.themewar_skype:before {
content: "\f067";
}
.themewar_slack:before {
content: "\f068";
}
.themewar_slideshare:before {
content: "\f069";
}
.themewar_snapchat:before {
content: "\f06a";
}
.themewar_soundcloud:before {
content: "\f06b";
}
.themewar_sourcetree:before {
content: "\f06c";
}
.themewar_space-awesome:before {
content: "\f06d";
}
.themewar_speakap:before {
content: "\f06e";
}
.themewar_speaker-deck:before {
content: "\f06f";
}
.themewar_spotify:before {
content: "\f070";
}
.themewar_square-behance:before {
content: "\f071";
}
.themewar_square-dribbble:before {
content: "\f072";
}
.themewar_square-facebook:before {
content: "\f073";
}
.themewar_square-font-awesome:before {
content: "\f074";
}
.themewar_square-font-awesome-stroke:before {
content: "\f075";
}
.themewar_square-git:before {
content: "\f076";
}
.themewar_square-github:before {
content: "\f077";
}
.themewar_square-gitlab:before {
content: "\f078";
}
.themewar_square-google-plus:before {
content: "\f079";
}
.themewar_square-hacker-news:before {
content: "\f07a";
}
.themewar_square-instagram:before {
content: "\f07b";
}
.themewar_square-js:before {
content: "\f07c";
}
.themewar_square-lastfm:before {
content: "\f07d";
}
.themewar_square-odnoklassniki:before {
content: "\f07e";
}
.themewar_square-pied-piper:before {
content: "\f07f";
}
.themewar_square-pinterest:before {
content: "\f080";
}
.themewar_square-reddit:before {
content: "\f081";
}
.themewar_square-snapchat:before {
content: "\f082";
}
.themewar_squarespace:before {
content: "\f083";
}
.themewar_square-steam:before {
content: "\f084";
}
.themewar_square-tumblr:before {
content: "\f085";
}
.themewar_square-twitter:before {
content: "\f086";
}
.themewar_square-viadeo:before {
content: "\f087";
}
.themewar_square-vimeo:before {
content: "\f088";
}
.themewar_square-whatsapp:before {
content: "\f089";
}
.themewar_square-xing:before {
content: "\f08a";
}
.themewar_square-youtube:before {
content: "\f08b";
}
.themewar_stack-exchange:before {
content: "\f08c";
}
.themewar_stack-overflow:before {
content: "\f08d";
}
.themewar_stackpath:before {
content: "\f08e";
}
.themewar_staylinked:before {
content: "\f08f";
}
.themewar_steam:before {
content: "\f090";
}
.themewar_steam-symbol:before {
content: "\f091";
}
.themewar_sticker-mule:before {
content: "\f092";
}
.themewar_strava:before {
content: "\f093";
}
.themewar_stripe:before {
content: "\f094";
}
.themewar_stripe-s:before {
content: "\f095";
}
.themewar_stubber:before {
content: "\f096";
}
.themewar_studiovinari:before {
content: "\f097";
}
.themewar_stumbleupon:before {
content: "\f098";
}
.themewar_stumbleupon-circle:before {
content: "\f099";
}
.themewar_superpowers:before {
content: "\f09a";
}
.themewar_supple:before {
content: "\f09b";
}
.themewar_suse:before {
content: "\f09c";
}
.themewar_swift:before {
content: "\f09d";
}
.themewar_symfony:before {
content: "\f09e";
}
.themewar_teamspeak:before {
content: "\f09f";
}
.themewar_telegram:before {
content: "\f0a0";
}
.themewar_tencent-weibo:before {
content: "\f0a1";
}
.themewar_themeco:before {
content: "\f0a2";
}
.themewar_themeisle:before {
content: "\f0a3";
}
.themewar_the-red-yeti:before {
content: "\f0a4";
}
.themewar_think-peaks:before {
content: "\f0a5";
}
.themewar_tiktok:before {
content: "\f0a6";
}
.themewar_trade-federation:before {
content: "\f0a7";
}
.themewar_trello:before {
content: "\f0a8";
}
.themewar_tumblr:before {
content: "\f0a9";
}
.themewar_twitch:before {
content: "\f0aa";
}
.themewar_twitter:before {
content: "\f0ab";
}
.themewar_typo3:before {
content: "\f0ac";
}
.themewar_uber:before {
content: "\f0ad";
}
.themewar_ubuntu:before {
content: "\f0ae";
}
.themewar_uikit:before {
content: "\f0af";
}
.themewar_umbraco:before {
content: "\f0b0";
}
.themewar_uncharted:before {
content: "\f0b1";
}
.themewar_uniregistry:before {
content: "\f0b2";
}
.themewar_unity:before {
content: "\f0b3";
}
.themewar_unsplash:before {
content: "\f0b4";
}
.themewar_untappd:before {
content: "\f0b5";
}
.themewar_ups:before {
content: "\f0b6";
}
.themewar_usb:before {
content: "\f0b7";
}
.themewar_usps:before {
content: "\f0b8";
}
.themewar_ussunnah:before {
content: "\f0b9";
}
.themewar_vaadin:before {
content: "\f0ba";
}
.themewar_viacoin:before {
content: "\f0bb";
}
.themewar_viadeo:before {
content: "\f0bc";
}
.themewar_viber:before {
content: "\f0bd";
}
.themewar_vimeo:before {
content: "\f0be";
}
.themewar_vimeo-v:before {
content: "\f0bf";
}
.themewar_vine:before {
content: "\f0c0";
}
.themewar_vk:before {
content: "\f0c1";
}
.themewar_vnv:before {
content: "\f0c2";
}
.themewar_vuejs:before {
content: "\f0c3";
}
.themewar_watchman-monitoring:before {
content: "\f0c4";
}
.themewar_waze:before {
content: "\f0c5";
}
.themewar_weebly:before {
content: "\f0c6";
}
.themewar_weibo:before {
content: "\f0c7";
}
.themewar_weixin:before {
content: "\f0c8";
}
.themewar_whatsapp:before {
content: "\f0c9";
}
.themewar_whmcs:before {
content: "\f0ca";
}
.themewar_wikipedia-w:before {
content: "\f0cb";
}
.themewar_windows:before {
content: "\f0cc";
}
.themewar_wirsindhandwerk:before {
content: "\f0cd";
}
.themewar_wix:before {
content: "\f0ce";
}
.themewar_wizards-of-the-coast:before {
content: "\f0cf";
}
.themewar_wodu:before {
content: "\f0d0";
}
.themewar_wolf-pack-battalion:before {
content: "\f0d1";
}
.themewar_wordpress:before {
content: "\f0d2";
}
.themewar_wordpress-simple:before {
content: "\f0d3";
}
.themewar_wpbeginner:before {
content: "\f0d4";
}
.themewar_wpexplorer:before {
content: "\f0d5";
}
.themewar_wpforms:before {
content: "\f0d6";
}
.themewar_wpressr:before {
content: "\f0d7";
}
.themewar_xbox:before {
content: "\f0d8";
}
.themewar_xing:before {
content: "\f0d9";
}
.themewar_yahoo:before {
content: "\f0da";
}
.themewar_yammer:before {
content: "\f0db";
}
.themewar_yandex:before {
content: "\f0dc";
}
.themewar_yandex-international:before {
content: "\f0dd";
}
.themewar_yarn:before {
content: "\f0de";
}
.themewar_y-combinator:before {
content: "\f0df";
}
.themewar_yelp:before {
content: "\f0e0";
}
.themewar_yoast:before {
content: "\f0e1";
}
.themewar_youtube:before {
content: "\f0e2";
}
.themewar_zhihu:before {
content: "\f0e3";
}
 @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInRight2 {
from {
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight2 {
from {
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight2 {
-webkit-animation-name: slideInRight2;
animation-name: slideInRight2;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp2 {
from {
-webkit-transform: translate3d(0, 20%, 0);
transform: translate3d(0, 20%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp2 {
from {
-webkit-transform: translate3d(0, 20%, 0);
transform: translate3d(0, 20%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp2 {
-webkit-animation-name: slideInUp2;
animation-name: slideInUp2;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
.animated {
-webkit-animation-duration: 1ms !important;
animation-duration: 1ms !important;
-webkit-transition-duration: 1ms !important;
transition-duration: 1ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
}
}.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}@font-face {
font-family: 'lightcase';
src: url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/lightcase.eot?55356177);
src: url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/lightcase.woff?55356177) format("woff"), url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/lightcase.ttf?55356177) format("truetype"), url(//sotifret.com/wp-content/themes/logisfare/assets/fonts/lightcase.svg?55356177#lightcase) format("svg");
font-weight: normal;
font-style: normal;
} [class*='lightcase-icon-']:before {
font-family: 'lightcase', sans-serif;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  }  .lightcase-icon-play:before {
content: '\e800';
} .lightcase-icon-pause:before {
content: '\e801';
} .lightcase-icon-close:before {
content: '\e802';
} .lightcase-icon-prev:before {
content: '\e803';
} .lightcase-icon-next:before {
content: '\e804';
} .lightcase-icon-spin:before {
content: '\e805';
}
@-webkit-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
} #lightcase-case {
display: none;
position: fixed;
z-index: 2002;
top: 50%;
left: 50%;
font-family: arial, sans-serif;
font-size: 13px;
line-height: 1.5;
text-align: left;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) { html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
margin: 0 !important;
padding: 55px 0 70px 0;
width: 100% !important;
height: 100% !important;
overflow: auto !important;
}
}
@media screen and (min-width: 641px) { html:not([data-lc-type=error]) #lightcase-content {
position: relative;
z-index: 1;
text-shadow: none;
background-color: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-webkit-backface-visibility: hidden;
}
}
@media screen and (min-width: 641px) { html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
background-color: #333;
}
} html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
@media screen and (max-width: 640px) { html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
}
} html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (max-width: 640px) { html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
padding: 15px;
} html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
width: 100% !important;
max-width: none !important;
} html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
height: auto !important;
max-height: none !important;
}
}
@media screen and (max-width: 640px) { html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
}
@media screen and (max-width: 640px) and (min-width: 641px) { html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
line-height: 0.75;
}
} html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
position: relative;
overflow: hidden !important;
}
@media screen and (max-width: 640px) { html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
}
}
@media screen and (min-width: 641px) { html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
padding: 30px;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
}
@media screen and (max-width: 640px) { #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
color: #aaa;
}
}
@media screen and (min-width: 641px) { #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
color: #333;
}
} #lightcase-case p.lightcase-error {
margin: 0;
font-size: 17px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #aaa;
}
@media screen and (max-width: 640px) { #lightcase-case p.lightcase-error {
padding: 30px 0;
}
}
@media screen and (min-width: 641px) { #lightcase-case p.lightcase-error {
padding: 0;
}
} .lightcase-open body {
overflow: hidden;
} .lightcase-isMobileDevice .lightcase-open body {
max-width: 100%;
max-height: 100%;
} #lightcase-info {
position: absolute;
padding-top: 15px;
} #lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
margin: 0;
padding: 0;
line-height: 1.5;
font-weight: normal;
text-overflow: ellipsis;
} #lightcase-info #lightcase-title {
font-size: 17px;
color: #aaa;
}
@media screen and (max-width: 640px) { #lightcase-info #lightcase-title {
position: fixed;
top: 10px;
left: 0;
max-width: 87.5%;
padding: 5px 15px;
background: #333;
}
} #lightcase-info #lightcase-caption {
clear: both;
font-size: 13px;
color: #aaa;
} #lightcase-info #lightcase-sequenceInfo {
font-size: 11px;
color: #aaa;
}
@media screen and (max-width: 640px) { .lightcase-fullScreenMode #lightcase-info {
padding-left: 15px;
padding-right: 15px;
} html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
position: static;
}
} #lightcase-loading {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
position: fixed;
z-index: 2001;
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -0.5em;
opacity: 1;
font-size: 32px;
text-shadow: 0 0 15px #fff;
-moz-transform-origin: 50% 53%;
-webkit-animation: lightcase-spin 0.5s infinite linear;
-moz-animation: lightcase-spin 0.5s infinite linear;
-o-animation: lightcase-spin 0.5s infinite linear;
animation: lightcase-spin 0.5s infinite linear;
} #lightcase-loading, #lightcase-loading:focus {
text-decoration: none;
color: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
} #lightcase-loading > span {
display: inline-block;
text-indent: -9999px;
} a[class*='lightcase-icon-'] {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
outline: none;
cursor: pointer;
} a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
text-decoration: none;
color: rgba(255, 255, 255, 0.6);
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
} a[class*='lightcase-icon-'] > span {
display: inline-block;
text-indent: -9999px;
} a[class*='lightcase-icon-']:hover {
color: white;
text-shadow: 0 0 15px white;
} .lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
color: #aaa;
text-shadow: none;
} a[class*='lightcase-icon-'].lightcase-icon-close {
position: fixed;
top: 15px;
right: 15px;
bottom: auto;
margin: 0;
opacity: 0;
outline: none;
} a[class*='lightcase-icon-'].lightcase-icon-prev {
left: 15px;
} a[class*='lightcase-icon-'].lightcase-icon-next {
right: 15px;
} a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
left: 50%;
margin-left: -0.5em;
}
@media screen and (min-width: 641px) { a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
opacity: 0;
}
}
@media screen and (max-width: 640px) { a[class*='lightcase-icon-'] {
bottom: 15px;
font-size: 24px;
}
}
@media screen and (min-width: 641px) { a[class*='lightcase-icon-'] {
bottom: 50%;
margin-bottom: -0.5em;
} a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
opacity: 1;
}
} #lightcase-overlay {
display: none;
width: 100%;
min-height: 100%;
position: fixed;
z-index: 2000;
top: -9999px;
bottom: -9999px;
left: 0;
background: #333;
}
@media screen and (max-width: 640px) { #lightcase-overlay {
opacity: 1 !important;
}
}.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}.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(//sotifret.com/wp-content/themes/logisfare/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%}.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto; }
.nice-select:hover {
border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999; }
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px; }
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.no-csspointerevents .nice-select .list {
display: none; }
.no-csspointerevents .nice-select.open .list {
display: block; }[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}:root{
--primary-font: 'Figtree', sans-serif;
--secondary-font: 'Catamaran', sans-serif;
--tw-primary-color: #EC3900;
--tw-secondary-color: #161921;
--tw-white-color: #ffffff;
--tw-body-color: #74787C;
--body-font-size: 16px;
--body-line-height: 26px;
--body-font-weight: 400;
--body-letter-spacing: 0;
--heading-font-weight: 700;
--heading-line-height: 1.1;
}
.primaryFont{
font-family: var(--primary-font);
}
.secondaryFont{
font-family: var(--secondary-font);
} body, html{
margin: 0;
padding: 0;
}
body{
font-family: var(--primary-font);
font-size: var(--body-font-size);
font-weight: var(--body-font-weight);
line-height: var(--body-line-height);
color: var(--tw-body-color);
letter-spacing: var(--body-letter-spacing);
}
h1, h2, h3, h4, h5, h6{
font-family: var(--secondary-font);
color: var(--tw-secondary-color);
font-weight: var(--heading-font-weight);
line-height: var(--heading-line-height);
margin: 0 0 15px;
}
a{
text-decoration: none;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
a:hover{
color: var(--tw-primary-color);
text-decoration: none;
}
button, input[type="submit"]{
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
a:focus, button:focus, input[type="submit"]:focus{
outline: 0;
text-decoration: none;
}
@media (min-width: 1200px) {
.container{
max-width: 1244px;
}
} .subTitle {
text-transform: uppercase;
font-size: var(--body-font-size);
color: var(--tw-primary-color);
line-height: 1;
margin: 0 0 15px;
position: relative;
display: inline-flex;
justify-content: flex-start;
align-items: center;
}
h3.subTitle i {
font-size: 32px;
stroke: var(--tw-primary-color);
line-height: 16px;
position: relative;
}
h3.subTitle > i{
margin: 0 15px 0 0;
}
h3.subTitle i:last-child{
margin: 0 0 0 15px;
}
.secTitle{
font-size: 48px;
line-height: 58px;
color: var(--tw-secondary-color);
margin: 0;
position: relative;
}
.noPaddingRight{
padding-right: 0;
}
.noPaddingLeft{
padding-left: 0;
}
.noPadding{
padding: 0;
}
.container-left{
margin-left: 0;
margin-right: auto;
}
.btnLink{
display: inline-block;
background: transparent;
color: var(--tw-body-color);
font-weight: 600;
}
.btnLink i{
position: relative;
left: 0;
margin-left: 4.5px;
top: .5px;
font-size: 14px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.btnLink:hover i{
left:5px;
}
.logicBtn{
display: inline-block;
width: auto;
height: 55px;
line-height: 55px;
color: var(--tw-white-color);
background: var(--tw-primary-color);
font-family: var(--primary-font);
font-size: 14px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
padding: 0 32px;
border-radius: 8px;
border: none;
outline: none;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
overflow: hidden;
position: relative;
z-index: 1;
overflow: hidden;
cursor: pointer;
}
.logicBtn:hover{
color: var(--tw-white-color);
background: var(--tw-secondary-color);
}
.logicBtn:after{
content: '';
position: absolute;
left: -50px;
bottom: 0;
width: 50px;
height: 100%;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/ibSecLeft.png)no-repeat scroll center center / cover;
background-size: 100% 100%;
z-index: -1;
-webkit-transition: all 1s ease;
transition: all 1s ease;
-webkit-animation-delay: 500ms;
animation-delay: 500ms;
}
.logicBtn:before{
content: '';
position: absolute;
right: 0;
bottom: -100%;
width: 50px;
height: 100%;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/teamSahp1.png)no-repeat scroll center center / cover;
background-size: 100% 100%;
z-index: -1;
-webkit-transition: all 700ms ease;
transition: all 700ms ease;
-webkit-animation-delay: 500ms;
animation-delay: 500ms;
}
.logicBtn:hover:after{
left: 0;
}
.logicBtn:hover:before{
bottom: 0;
}
.logicBtn i{
-webkit-transition: all 700ms ease;
transition: all 700ms ease;
-moz-transition: all 700ms ease;
}
.logicBtn svg {
height: 14px;
width: auto;
fill: var(--tw-white-color);
stroke: var(--tw-white-color);
position: relative;
top: -3px;
-webkit-transition: all 700ms ease;
transition: all 700ms ease;
-moz-transition: all 700ms ease;
}
.logisfareList{
margin: 0;
padding:0;
list-style: none;
} .popup_video{
position: relative;
z-index: 9;
width: 140px;
height: 140px;
line-height: 140px;
text-align: center;
display: inline-block;
color: var(--tw-white-color);
font-size: 35px;
border-radius: 50%;
background: var(--tw-primary-color);
}
.popup_video i{
border-radius: 0 !important;
}
.popup_video:hover i{
color: var(--tw-white-color);
}
.borAnim:before {
content: "";
border: 2px solid #f3f3f3;
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: calc(100% + 100px);
height: calc(100% + 100px);
border-radius: 50%;
-webkit-animation: zoomBig 3.25s linear infinite;
animation: zoomBig 3.25s linear infinite;
animation-delay: 0s;
-webkit-animation-delay: .55s;
animation-delay: .55s;
}
.borAnim:after {
content: "";
border: 2px solid #f3f3f3;
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: block;
width: calc(100% + 100px);
height: calc(100% + 100px);
border-radius: 50%;
-webkit-animation: zoomBig 3s linear infinite;
animation: zoomBig 3s linear infinite;
animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.borAnim:hover:before,
.borAnim:hover:after{
border-color: var(--tw-primary-color);
}
.bgAnim02:before{
width: calc(100% + 26px);
height: calc(100% + 26px);
left: -13px;
right: 0;
top: -13px;
z-index: -1;
background: var(--tw-primary-color);
opacity: .4;
position: absolute;
content: '';
-webkit-transform: none;
transform: none;
border-radius: 50%;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
animation: blinker 1.5s ease-in-out infinite;
-webkit-animation: blinker 1.5s ease-in-out infinite;
-moz-animation: blinker 1.5s ease-in-out infinite;
}
.popup_video.bgAnim02{
border: none !important;
background: transparent !important;
}
.popup_video.bgAnim02 i{
display: block;
width: 100%;
height: 100%;
line-height: inherit;
color: #fff;
border-radius: inherit;
background: var(--tw-primary-color);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
z-index: 3;
}
.popup_video.bgAnim02:hover i{
background: #fff;
color: var(--tw-primary-color);
}
.bgAnim{
animation: shadows 1.4s linear infinite;
-webkit-animation: shadows 1.4s linear infinite;
-moz-animation: shadows 1.4s linear infinite;
} @-webkit-keyframes shadows {
0% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .15), 0 0 0 30px rgba(255, 255, 255, .15), 0 0 0 50px rgba(255, 255, 255, .15);
}
100% {
box-shadow: 0 0 0 30px rgba(255, 255, 255, .15), 0 0 0 50px rgba(255, 255, 255, .15), 0 0 0 70px rgba(255, 255, 255, 0);
}
}
@keyframes shadows {
0% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .15), 0 0 0 30px rgba(255, 255, 255, .15), 0 0 0 50px rgba(255, 255, 255, .15);
}
100% {
box-shadow: 0 0 0 30px rgba(255, 255, 255, .15), 0 0 0 50px rgba(255, 255, 255, .15), 0 0 0 70px rgba(255, 255, 255, 0);
}
}
.logisFlash{
position: relative;
overflow: hidden;
}
.logisFlash::before{
content: "";
position: absolute;
background: rgba(255, 255, 255, 0.3);
bottom: 0;
left: 50%;
right: 51%;
top: 0;
opacity: 1;
z-index: 2;
pointer-events: none;
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
}
.logisFlash:hover::before{
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
}
.logisShine{
position: relative;
overflow: hidden;
}
.logisShine::after{
content: '';
position: absolute;
top: 0;
left: -77%;
z-index: 1;
display: block;
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.logisShine:hover::after{
-webkit-animation: shine .75s;
animation: shine 1.5s ease;
}
.logisCircle{
position: relative;
overflow: hidden;
}
.logisCircle::after{
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255,255,255,.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
.logisCircle:hover::after{
-webkit-animation: circle .75s;
animation: circle .75s;
}
.pre_Precent {
text-align: center;
color: #fff;
line-height: 1;
font-size: 10vw;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
mix-blend-mode: difference;
font-family: var(--primary-font);
font-weight: var(--heading-font-weight);
}.topBar01{
position: relative;
background: #FAF0ED;
width: auto;
min-height: 45px;
}
.topBarItems{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.topDesc{
position: relative;
}
.topDesc p{
display: inline-block;
font-weight: 500;
line-height: 19px;
color: var(--tw-secondary-color);
margin: 0 32px 0 0;
padding: 13px 0 13px;
}
.topDesc p a{
display: inline-block;
color: inherit;
}
.topDesc p:hover a{
color: var(--tw-primary-color);
}
.topDesc p i{
margin-right:6px;
color: var(--tw-primary-color);
position: relative;
top: 1px;
font-size: 15px;
}
.topDesc p:nth-child(2){
margin: 0 29px 0 0;
}
.topDesc p:nth-child(2) i{
margin-right:8px;
top: 2px;
font-size: 16px;
}
.topDesc p:nth-child(3) i{
font-size: 13px;
}
.tpRight p > svg,
.topDesc p > svg{
width: auto;
height: 15px;
fill: var(--tw-primary-color);
margin: 0 8px 0 0;
}
.topSocial{
position: relative;
}
.topSocial a{
display: inline-block;
font-size: 14px;
color: var(--tw-primary-color);
margin-left: 22px;
padding: 2px 0;
}
.topSocial a:hover{
color: var(--tw-secondary-color);
}
.topSocial a svg {
height: 14px;
width: auto;
fill: var(--tw-primary-color);
top: -2px;
position: relative;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
}
.topSocial a:hover svg{
fill: var(--tw-secondary-color);
} .header01{
position: relative;
}
.navBar01{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navBar01 .logo{
position: relative;
}
.navBar01 .logo a{
display: inline-block;
}
.navBar01 .logo a img{
max-width: 183px;
height: auto;
}
.logo a.textLogo {
font-size: 29.75px;
color: var(--tw-secondary-color);
font-weight: 700;
font-family: var(--secondary-font);
padding: 41px 0 43px;
min-width: 150px;
}
.logo a.textLogo:hover {
opacity: 0.8;
}
.menu_btn{
display: none;
}
.mainMenu{
position: relative;
left: 12px;
}
.mainMenu ul{
margin: 0;
padding: 0;
list-style: none;
}
.mainMenu > ul > li{
display: inline-block;
padding: 40px 0 41px;
margin: 0 38px 0 0;
position: relative;
}
.mainMenu > ul li{
position: relative;
}
.mainMenu > ul li a{
display: block;
font-size: 17px;
line-height: 28px;
font-weight: 600;
font-family: var(--secondary-font);
color: var(--tw-secondary-color);
position: relative;
}
.mainMenu > ul li:hover > a{
color: var(--tw-primary-color);
}
.mainMenu > ul > li:after{
content: '';
position: absolute;
left: auto;
right: 0;
bottom: 0;
width: 0;
height: 0;
border-bottom: 2px solid transparent;
background: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.mainMenu > ul > li:hover:after{
left: 0;
right: auto;
width: 100%;
}
.mainMenu > ul > li.menu-item-has-children > a:after {
content: '\e9b9';
font-family: "Themewar" !important;
font-size: 15px;
color: inherit;
display: inline-block;
position: relative;
margin: 0px 0 0 3px;
font-weight: 500;
top: 1px;
}
.mainMenu ul li:hover > a:after, 
.mainMenu ul li.current-menu-item > a:after{
color: inherit;
}
.mainMenu > ul > li ul li.menu-item-has-children:after {
content: '\e9bb';
font-family: "Themewar" !important;
font-size: 13px;
font-weight: 500;
color: var(--tw-secondary-color);
position: absolute;
margin: 0;
right: 30px;
top: 6px;
-webkit-transition: all ease 350ms;
transition: all ease 350ms;
}
.mainMenu ul li ul li:hover:after, 
.mainMenu ul li ul li.current-menu-item:after{
color: var(--tw-primary-color);
}
.mainMenu ul li ul{
position: absolute;
padding: 15px 0;
position: absolute;
top: 100%;
left: -30px;
pointer-events: none;
display: block;
min-width: 220px;
border-radius: 0;
margin: 0;
background: #fff;
border-bottom: 3px solid var(--tw-primary-color);
visibility: hidden;
opacity: 0;
box-shadow: 0px 30px 60px 0px rgb(2 24 93 / 8%);
z-index: 10;
-webkit-transform: rotateX(-75deg);
transform: rotateX(-75deg);
transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-webkit-transition: .4s;
transition: .4s;
}
.mainMenu ul li ul li ul{
left: 100%;
top: 0;
}
.mainMenu > ul li:hover > ul {
pointer-events: inherit;
visibility: visible;
opacity: 1;
-webkit-transform: rotatex(0deg);
transform: rotatex(0deg);
}
.mainMenu > ul li > ul li {
margin: 0;
padding: 4px 30px 4px;
width: 100%;
}
.mainMenu  ul li ul li a {
color: var(--tw-secondary-color);
font-size: 15px;
text-transform: capitalize;
position: relative;
display: inline;
padding-bottom: 0px;
-webkit-transition: all 0.35s linear;
transition: all 0.35s linear;
position: relative;
}
.mainMenu ul li ul li a:after{
content: '';
position: absolute;
left: auto;
right: 0;
bottom: 3px;
width: 0;
height: 0;
border-bottom: 1px solid var(--tw-primary-color);
background: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.mainMenu ul > li ul li:hover > a:after {
left: 0;
right: auto;
width: 100%;
color: var(--tw-primary-color);
}
.mainMenu ul > li ul li:hover > a{
color: var(--tw-primary-color);
}
.headerBtn{
position: relative;
}
.header01 .accessNav .logicBtn {
height: 50px;
padding: 0 10px;
font-size: 14px;
top: 0px;
width: 154px;
text-align: center;
line-height: 52px;
}
.header01.defaultHd .accessNav .logicBtn{
top:0;
}
header.fixedHeader {
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #fff;
box-shadow: 0 0 25px rgb(0 0 0 / 15%);
border: none;
z-index: 99;
} .slider01{
background: rgba(37, 3, 3, 1);
}
.slider01 .rev_slider .tparrows {
width: 70px;
height: 70px;
background: #fff;
border-radius: 50%;
line-height: 70px;
color: #000000;
font-size: 16px;
text-align: center;
-webkit-transition: all ease 300ms;
transition: all ease 300ms;
position: absolute;
left: calc(100% + 150px) !important;
top: 0;
z-index: 99;
overflow: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.slider01 .rev_slider .tparrows:hover{
color: var(--tw-white-color);
} 
.slider01 .rev_slider .tparrows:before {
color: inherit;
font-size: inherit;
line-height: inherit;
content: "\e903";
font-family: 'logis';
}
.slider01 .rev_slider .tparrows.tp-rightarrow:before {
content: "\e902";
}
.rev_slider .tparrows.tp-rightarrow:after {
content: "";
position: absolute;
left: auto;
right: 0;
bottom: 0;
width: 0;
height: 100%;
background: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
}
.slider01 .rev_slider .tparrows.tp-rightarrow:hover:after {
width: 100%;
left: 0;
right: auto;
}
.slider01 .rev_slider .tparrows.tp-leftarrow:after {
content: "";
position: absolute;
left: 0;
right: auto;
bottom: 0;
width: 0;
height: 100%;
background: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
}
.slider01 .rev_slider .tparrows.tp-leftarrow:hover:after {
width: 100%;
left: auto;
right: 0;
}
.tp-bannertimer {
display: none;
}
.sliderPhoneBox{
position: relative;
}
.sliderPhoneBox i{
width: 55px;
height: 55px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: rgba(255, 255, 255, 0.13);
border-radius: 100px;
font-size: 16px;
}
.sliderPhoneBox a{
display: inline-block;
font-size: 18px;
font-weight: 600;
color: var(--tw-white-color);
line-height: 1;
margin-left: 18px;
}
.sliderPhoneBox a:hover{
color: var(--tw-primary-color);
} .serviceDesc01{
position: relative;
padding: 81px 0 0;
}
.serviceDesc01 p{
margin: 0 45px 42px 0;
}
.serviceControls{
position: relative;
margin-left: 2px;
}
.owl-carousel .owl-nav button,
.serviceControls button,
.serviceCarousel.owl-carousel .owl-nav button{
border: 0;
outline: 0;
background: var(--tw-white-color);
position: relative;
width: 40px;
height: 35px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 8px;
box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
color: var(--tw-secondary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
overflow: hidden;
z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev,
.serviceCarousel.owl-carousel .owl-nav button.owl-prev{
margin-right: 15px;
}
.owl-carousel .owl-nav,
.serviceCarousel.owl-carousel .owl-nav {
text-align: center;
margin: 35px 0 0;
}
.serviceControls button.tprev:after{
content: '';
position: absolute;
left: 0;
right: auto;
width: 0;
height: 100%;
background: var(--tw-primary-color);
z-index: -1;
border-radius: 8px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.serviceControls button.tprev:hover:after{
right: 0;
left: auto;
width: 100%;
}
.owl-carousel .owl-nav button:hover,
.serviceControls button.tprev:hover,
.serviceControls button.tnext:hover{
color: var(--tw-white-color);
}
.owl-carousel .owl-nav button:after,
.serviceControls button.tnext:after,
.serviceCarousel .owl-nav button:after{
content: '';
position: absolute;
right: 0;
left: auto;
width: 0;
height: 100%;
background: var(--tw-primary-color);
border-radius: 8px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
}
.owl-carousel .owl-nav button:hover:after,
.serviceControls button.tnext:hover:after,
.serviceCarousel .owl-nav button:hover:after{
right: auto;
left: 0;
width: 100%;
}
.serviceControls span{
font-weight: var(--heading-font-weight);
color: var(--tw-secondary-color);
line-height: 1;
width: 84px;
display: inline-block;
text-align: center;
}
.serviceControls span ins{
color: var(--tw-primary-color);
text-decoration: none;
}
.serviceCarouselWrap{
position: relative;
}
.singleService{
position: relative;
background: var(--tw-white-color);
border-radius: 5px;
}
.serviceThumb{
position: relative;
overflow: hidden;
z-index: 1;
}
.elementor .serviceThumb img,
.serviceThumb img{
max-width: 100%;
height: auto;
width: 100%;
border-radius: 5px;
}
.serviceContent{
position: relative;
padding: 65px 40px 31px;
z-index: 2;
}
.serConIcon {
position: absolute;
top: -50px;
left: 30px;
}
.serConIcon span{
width: 100px;
height: 100px;
border-radius: 50%;
background:var(--tw-primary-color);
display: inline-block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 35px;
color:var(--tw-white-color);
border: 10px solid var(--tw-white-color);
transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
}
.serConIcon span i,
.serConIcon span i:before{
color: var(--tw-white-color);
transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
}
.serConIcon span img{
height: 38px;
width: auto;
}
.serviceContent h4{
font-size: 24px;
line-height: 1;
margin: 0 0 7px;
}
.serviceContent h4 a{
color:inherit;
display: inline-block;
}
.serviceContent h4:hover{
color: var(--tw-primary-color);
} .aboutLook{
position: relative;
text-align: left;
margin-bottom: 53px;
}
.elementor .aboutLook img,
.aboutLook img{
display: inline-block;
max-width: 100%;
height: auto;
border-radius: 6px;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
.aboutLook .ab01{
position: relative;
max-width: 423px;
height: auto;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.aboutLook .ab02 {
max-width: 300px;
height: auto;
position: absolute;
bottom: -53px;
left: 311px;
z-index: 2;
overflow: hidden;
right: -12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@-webkit-keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
.aboutLook .welcomeBox{
width: 214px;
height: 214px;
border-radius: 50%;
position: absolute;
bottom: 74px;
left: -107px;
z-index: 9;
box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.08);
-webkit-animation: welAnim 7s linear infinite;
animation: welAnim 7s linear infinite;
}
.aboutLook .welcomeBox img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.aboutLook .welcomeBox .abArrow{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 54px;
height: 46px;
border-radius: 0;
}
.aboutContent {
position: relative;
padding: 21px 0 0 67px;
}
.aboutContent:after{
content: "";
position: absolute;
width: 90px;
height: 104px;
top: 0;
left: 202px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/polygon.png)no-repeat;
background-size: 100% 100%;
z-index: -1;
}
.aboutContent p{
padding: 0 10px 15px 0;
}
.aboutCountItem{
position: relative;
}
.aboutCountItem h2{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 60px;
line-height: 1;
font-family: var(--secondary-font);
}
.aboutCountItem h2 .counterSuffix{
position: relative;
display: inline-block;
}
.logisfareFactAlign-left .aboutCountItem h2{
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.logisfareFactAlign-center .aboutCountItem h2{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.logisfareFactAlign-right .aboutCountItem h2{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.aboutContent .btnGap{
margin-right: 28px;
} .iconBox01{
position: relative;
text-align: center;
}
.iconBox01 .ibIcon{
position: relative;
width: 150px;
height: 150px;
border-radius: 50%;
background: var(--tw-white-color);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 60px;
color: var(--tw-primary-color);
margin: 0 0 31px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.iconBox01 .ibIcon i {
font-size: 66px;
fill: var(--tw-primary-color);
}
.iconBox01 .ibIcon svg{
width: 66px;
height: 66px;
fill: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.iconBox01:hover .ibIcon svg{
fill: var(--tw-white-color);
}
.iconBox01:hover .ibIcon{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.iconBox01 .ibIcon span.ibNum{
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
background:var(--tw-primary-color);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50px;
font-size: 18px;
font-weight: 700;
color: var(--tw-white-color);
z-index: 1;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.iconBox01:hover .ibIcon span.ibNum{
background: var(--tw-white-color);
color: var(--tw-primary-color);
}
.iconBox01 h3{
color: var(--tw-white-color);
font-size: 24px;
line-height: 1;
margin: 0 0 10px;
}
.iconBox01 .btnLink{
color: var(--tw-white-color);
}
.iconBox01:hover .btnLink{
color: var(--tw-primary-color);
}
.iconBox01 p{
margin: 0 0 12px;
}
.iconBox01.odd{
left: -14px;
}
.iconBox01.odd:after {
content: "";
position: absolute;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/arrowIcon.png)no-repeat;
background-size: 100% 100%;
width: 115px;
height: 50px;
top: 10px;
right: -73px;
-webkit-transform: rotate(318deg);
transform: rotate(318deg);
}
.iconBox01.ib103:after {
right: -76px;
}
.iconBox01.event{
top: -92px;
left: -5px;
}
.iconBox01.event:after {
content: "";
position: absolute;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/arrowIcon.png)no-repeat;
background-size: 100% 100%;
width: 115px;
height: 50px;
top: 102px;
right: -72px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.iconBox01.ib103{
left: 5px;
}
.iconBox01.eventNotArrow{
left: 14px;
}
.iconBox01.eventNotArrow:after{
content: inherit;
} .reatureDetails01{
position: relative;
z-index: 1;
}
.reatureDetails01:after {
content: "";
position: absolute;
width: 90px;
height: 105px;
top: -22px;
left: 135px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/polygon.png)no-repeat;
background-size: 100% 100%;
z-index: -1;
}
.reatureDetails01 p{
padding:0 70px 26px 0;
}
.iconBox02{
position: relative;
}
.iconBox02 span{
width: 70px;
height: 70px;
border-radius: 50%;
background: var(--tw-primary-color);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 0 24px;
}
.iconBox02 i{
font-size: 36px;
color: var(--tw-white-color);
}
.iconBox02 svg {
width: 36px;
height: 36px;
fill: var(--tw-white-color);
stroke: var(--tw-white-color);
stroke-width: .5px;
}
.iconBox02 h3{
font-size: 24px;
line-height: 1;
font-weight: 600;
margin: 0 0 11px;
}
.iconBox02 h3 a{
color: inherit;
}
.iconBox02 h3 a:hover{
color: var(--tw-primary-color);
}
.iconBox02.noGap{
margin-left: -44px;
}
.featureLook01{
position: relative;
text-align: right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.elementor .featureLook01 img,
.featureLook01 img{
max-width: 100%;
width: auto;
height: auto;
position: relative;
z-index: 1;
}
.featureBox {
position: relative;
text-align: center;
max-width: 225px;
width: 100%;
height: auto;
background: var(--tw-primary-color);
padding: 46px 25px 35px;
bottom: 0;
right: 0;
z-index: 2;
}
.about_imglk02 .featureBox {
position: absolute;
top: 191px;
right: 391px;
height: 249px;
}
.logisfareFactAlign-left .featureBox{
text-align: left;
}
.logisfareFactAlign-center .featureBox{
text-align: center;
}
.logisfareFactAlign-right .featureBox{
text-align: right;
}
.logisfareFactAlign-left .featureBox h3{
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.logisfareFactAlign-center .featureBox h3{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.logisfareFactAlign-right .featureBox h3{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.featureBox i,
.featureBox span{
font-size: 60px;
color: var(--tw-white-color);
display: inline-block;
}
.featureBox span svg{
width: auto;
height: 60px;
}
.about_imglk02_thumb {
position: relative;
display: inline-block;
overflow: hidden;
margin-left: auto;
}
.about_imglk02_thumb img{
border: inherit;
border-radius: inherit;
}
.featureBox h3{
color: var(--tw-white-color);
font-family: var(--tw-primary-color);
font-size: 40px;
font-weight: 600;
line-height: 1;
margin:21px 0 12px 0 ;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.featureBox h3 span{
font-size: inherit;
color: inherit;
font-weight: inherit;
position: relative;
display: inline-block;
}
.featureBox h4{
color: var(--tw-white-color);
font-size: 16px;
line-height: 1;
font-family: var(--tw-primary-color);
} .singleTeam{
position: relative;
}
.singleTeam .teamMeta{
position: relative;
overflow: hidden;
margin: 0 0 5.8px;
z-index: 1;
}
.singleTeam .teamMeta:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: rgba(255, 255, 255, .2);
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.singleTeam:hover .teamMeta:after{
opacity: 1;
visibility: visible;
}
.singleTeam .teamMeta img{
max-width: 100%;
width: 100%;
height: auto;
border-radius: 5px;
}
.teamSocial {
position: absolute;
bottom: 30px;
left: 0;
right:0;
width: 179px;
height: auto;
margin: auto;
background: var(--tw-white-color);
border-radius: 100px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
padding: 13px 0;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
z-index: 2;
-webkit-transform: scaleY(0);
transform: scaleY(0);
overflow: hidden;
}
.teamSocial a{
display: inline-block;
font-size: 14px;
color: var(--tw-body-color);
padding: 2px;
line-height: 1;
opacity: 0;
visibility: hidden;
}
.teamSocial a:hover{
color: var(--tw-secondary-color);
}
.singleTeam:hover .teamSocial{
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.teamContent{
position:relative;
background: #F8F8F8;
border-radius: 5px;
text-align: center;
padding: 25px 0 22px;
z-index: 1;
overflow: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.singleTeam:hover .teamContent{
background: #171717;
}
.teamContent h4{
font-size: 24px;
line-height: 1;
margin: 0 0 1px;
-webkit-transition: all 350ms ease-in;
transition: all 350ms ease-in;
}
.teamContent h4 a{
color: inherit;
-webkit-transition: none;
transition: none;
display: inline-block;
}
.singleTeam:hover h4{
color: var(--tw-white-color);
}
.teamContent h4:hover {
color: var(--tw-primary-color);
}
.teamContent p{
font-family: var(--secondary-font);
margin: 0;
}
.teamContent:after {
content: '';
position: absolute;
width: 130px;
height: 130px;
bottom: 0;
right: -150px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/teamSahp1.png)no-repeat;
background-size: 100% 100%;
-webkit-transition: all 800ms ease;
transition: all 800ms ease;
}
.teamContent:before {
content: '';
position: absolute;
width: 108px;
height: 220px;
bottom: 0;
right: -150px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/teamSahp2.png)no-repeat;
background-size: 100% 100%;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.singleTeam:hover .teamContent:after{
right: -55px;
}
.singleTeam:hover .teamContent:before{
right: -65px;
}
.teamSocial a:nth-child(01){
-webkit-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
-webkit-transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0, 60px, 0);
-moz-transform: translate3d(0, 60px, 0);
-webkit-transform: translate3d(0, 60px, 0);
-ms-transform: translate3d(0, 60px, 0);
-o-transform: translate3d(0, 60px, 0);
}
.teamSocial a:nth-child(02){
-webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
-webkit-transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0, 60px, 0);
-moz-transform: translate3d(0, 60px, 0);
-webkit-transform: translate3d(0, 60px, 0);
-ms-transform: translate3d(0, 60px, 0);
-o-transform: translate3d(0, 60px, 0);
}
.teamSocial a:nth-child(03){
-webkit-transition: transform 650ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
-webkit-transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0, 60px, 0);
-moz-transform: translate3d(0, 60px, 0);
-webkit-transform: translate3d(0, 60px, 0);
-ms-transform: translate3d(0, 60px, 0);
-o-transform: translate3d(0, 60px, 0);
}
.teamSocial a:nth-child(04){
-webkit-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
-webkit-transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0, 60px, 0);
-moz-transform: translate3d(0, 60px, 0);
-webkit-transform: translate3d(0, 60px, 0);
-ms-transform: translate3d(0, 60px, 0);
-o-transform: translate3d(0, 60px, 0);
}
.singleTeam:hover .teamSocial a:nth-child(01),
.singleTeam:hover .teamSocial a:nth-child(02),
.singleTeam:hover .teamSocial a:nth-child(03),
.singleTeam:hover .teamSocial a:nth-child(04){
opacity: 1;
visibility: visible;
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
} .iconBox03{
position: relative;
padding: 9px 0 7px 100px;
z-index: 1;
}
.iconBox03.countfact {
background: #131313;
}
.iconBox03 span{
position: absolute;
left: 0;
top: 0;
width: 80px;
height: 80px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: var(--tw-primary-color);
border-radius: 50%;
}
.iconBox03.countfact i{
font-size: 30px;
}
.iconBox03 span i{
font-size: 40px;
color: var(--tw-white-color);
}
.iconBox03 span svg {
width: 40px;
height: 40px;
fill: var(--tw-white-color);
stroke: var(--tw-white-color);
stroke-width: 0.6px;
}
.iconBox03 span:after{
content: '';
position: absolute;
width: 142px;
height: 142px;
top: 0;
bottom: 0;
margin: auto 31px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/shapeProgress.png)no-repeat;
background-size: 100% 100%;
z-index: -1;
border-radius: 50%;
}
.iconBox03:hover span:after{
-webkit-animation: shapeIconAnim 3s linear infinite;
animation: shapeIconAnim 3s linear infinite;
}
.iconBox03.ibsm span{
font-size: 32px;
}
.iconBox03 h3{
color: var(--tw-white-color);
font-size: 36px;
line-height: 1;
margin: 0 0 1px;
}
.iconBox03 h3 > a {
color: inherit;
font-size: inherit;
}
.iconBox03 h3 > a:hover{
color: inherit;
}
.iconBox03 p{
color: #BDBDBD;
font-weight: 600;
margin: 0;
font-family: var(--secondary-font);
} .collSliderWrap{
position: relative;
padding: 53px 0 0;
}
.collSingleItem{
position: relative;
overflow: hidden;
z-index: 1;
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.elementor .collSingleItem img,
.collSingleItem img{
border-radius: inherit;
transform: scale(.77);
-moz-transform: scale(.77);
-webkit-transform: scale(.77);
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.activePrev .collSingleItem img{
-webkit-transform-origin-x: right;
-moz-transform-origin-x: right;
}
.activeNext .collSingleItem img{
-webkit-transform-origin-x: left;
-moz-transform-origin-x: left;
}
.owl-item.active.center .collSingleItem img{
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
}
.collSingleItem:after{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(23, 23, 23, 0.56);
border-radius: 8px;
opacity: 0;
visibility: hidden;
}
.collSingleItem .collCat{
position: absolute;
left: 60px;
bottom: 60px;
z-index: 2;
}
.collSingleItem .collCat h4{
font-size: 24px;
margin: 0 0 8px;
background: var(--tw-white-color);
min-height: 49px;
border-radius: 5px;
padding: 0 20.8299px;
line-height: 49px;
color: var(--tw-secondary-color);
-webkit-transform: translateY(200%);
transform: translateY(200%);
background: var(--tw-white-color);
min-height: 49px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
-webkit-transition-delay: 400ms;
transition-delay: 400ms;
}
.collSingleItem .collCat h4 a{
display: inline-block;
width: auto;
color: inherit;
border-radius: inherit;
font-family: inherit;
}
.collSingleItem .collCat h4 a:hover{
color: var(--tw-primary-color);
}
.collSingleItem .collCat .collTag{
position: relative;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: var(--tw-white-color);
background: var(--tw-primary-color);
display: inline-block;
width: auto;
height: 32px;
line-height: 32px;
padding: 0 19px;
border-radius: 5px;
-webkit-transform: translateY(200%);
transform: translateY(200%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
-webkit-transition-delay: 600ms;
transition-delay: 600ms;
}
.collSingleItem .collCat .collTag:hover{
color: var(--tw-white-color);
background: var(--tw-secondary-color);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.collSingleItem .cols01{
position: absolute;
left: -400px;
bottom: 0;
width: 354px !important;
height: 100%;
z-index: 1;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.collSingleItem .cols02{
position: absolute;
right: -200px;
bottom: 0;
width: 380px !important;
height: 330px !important;
z-index: 1;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.collectionSlider.owl-carousel .owl-item.active.center .collCat h4{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.collectionSlider.owl-carousel .owl-item.active.center .collCat .collTag{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.collectionSlider.owl-carousel .owl-item.active.center .cols01 {
left: 0;
}
.collectionSlider.owl-carousel .owl-item.active.center .cols02 {
right: -5px;
}
.collectionSlider.owl-carousel .owl-item.active.center .collSingleItem:after{
opacity: 1;
visibility: visible;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next, 
.collectionSlider.owl-carousel .owl-nav button.owl-prev{
height: 60px;
width: 60px;
background: var(--tw-white-color);
border-radius: 50%;
text-align: center;
color: var(--tw-secondary-color);
font-size: 16px;
line-height: 60px;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
overflow: hidden;
z-index: 1;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next {
left: auto;
right: 20.5%;
}
.collectionSlider.owl-carousel .owl-nav button.owl-prev {
right: auto;
left: 20.5%;
}
.collectionSlider.owl-carousel .owl-nav button.owl-prev:after {
content: '';
position: absolute;
width: 0;
height: 100%;
background: var(--tw-primary-color);
left: 0;
right: auto;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
}
.collectionSlider.owl-carousel .owl-nav button.owl-prev:hover:after {
right: 0;
left: auto;
width: 100%;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next:after{
content: '';
position: absolute;
width: 0;
height: 100%;
left: auto;
right: 0;
background: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next:hover:after{
left: 0;
right: auto;
width: 100%;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next:hover,
.collectionSlider.owl-carousel .owl-nav button.owl-prev:hover{
color: var(--tw-white-color);
}
.collectionSlider.owl-carousel .owl-item.active.center img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.collSingleItem .viewColl{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto auto;
width: 90px;
height: 90px;
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--tw-white-color);
font-size: 20px;
z-index: 2;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: 1;
overflow: hidden;
-webkit-transition-delay: 350ms;
transition-delay: 350ms;
}
.collectionSlider.owl-carousel .owl-item.active.center .viewColl {
-webkit-transform: scale(1);
transform: scale(1);
}
.collSingleItem .viewColl:after{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: var(--tw-primary-color);
-webkit-transition: all 450ms ease;
transition: all 450ms ease;
z-index: -1;
-webkit-transform: scale(1);
transform: scale(1);
border-radius: 50%;
}
.collSingleItem .viewColl:hover:after{
-webkit-transform: scale(0);
transform: scale(0);
}
.collSingleItem .viewColl:before{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: transparent;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
border: 2px solid var(--tw-white-color);
z-index: -1;
-webkit-transform: scale(0);
transform: scale(0);
border-radius: 50%;
}
.collSingleItem .viewColl:hover:before{
-webkit-transform: scale(1);
transform: scale(1);
} .projectGallery .collSingleItem:before{
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(23, 23, 23, 0.56);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
opacity: 0;
visibility: hidden;
border-radius: 8px;
z-index: 1;
}
.projectGallery .collSingleItem:hover:before{
opacity: 1;
visibility: visible;
}
.projectGallery .collSingleItem:hover .cols01 {
left: 0;
}
.projectGallery .collSingleItem:hover .cols02 {
right: 0;
}
.projectGallery .collSingleItem .collCat{
left: 30px;
bottom: 30px;
max-width: calc(100% - 60px);
}
.projectGallery .collSingleItem .collCat h4 {
font-size: 24px;
line-height: 30px;
padding: 10px 21px 9px 19px;
}
.projectGallery .collSingleItem .collCat h4 a{
line-height: inherit;
}
.projectGallery .collSingleItem:hover .collCat h4{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.projectGallery .collSingleItem .collCat .collTag{
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.projectGallery .collSingleItem:hover .collCat .collTag{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
-webkit-transition-delay: 700ms;
transition-delay: 700ms;
}.projectGallery .collSingleItem:hover .collCat .collTag:hover{
-webkit-transition-delay: unset;
transition-delay: unset;
}
.projectGallery .collSingleItem .viewColl {
left: 30px;
top: 30px;
margin: inherit;
width: 70px;
height: 70px;
}
.projectGallery .collSingleItem:hover .viewColl {
-webkit-transform: scale(1);
transform: scale(1);
}
.projectGallery .collSingleItem .collShape01 .collPG01{
width: 337px;
height: 100%;
position: absolute;
left: -275px;
bottom: 0;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.projectGallery .collSingleItem.collSinGridSm .collShape01 .collPG01{
width: 230px ;
}
.projectGallery .collSingleItem.collSinGridSm02 .collShape01 .collPG01{
width: 250px ;
}
.projectGallery .collSingleItem.collSinGridSm02 .collShape01 .collPG02{
width: 190px ;
left: 60px;
}
.projectGallery .collSingleItem .collShape01 .collPG02{
width: 160px;
height: 200px;
position: absolute;
left: 74px;
bottom: -200px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.projectGallery .collSingleItem.collSinGridSm .collShape01 .collPG02{
width: 200px ;
left: 35px;
}
.projectGallery .collSingleItem .collShape01 .collPG03 {
width: 55px;
height: 118px;
position: absolute;
left: 0;
bottom: -125px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
-webkit-transition-delay: 250ms;
transition-delay: 250ms;
}
.projectGallery .collSingleItem:hover .collShape01 .collPG01{
left: 2px;
}
.projectGallery .collSingleItem:hover .collShape01 .collPG02{
bottom: 0;
}
.projectGallery .collSingleItem:hover .collShape01 .collPG03{
bottom: 0;
}
.projectGallery .collSingleItem .collShape02 .collPG01{
width: 135px;
height: 254px;
position: absolute;
right: -135px;
bottom: 0;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.projectGallery .collSingleItem:hover .collShape02 .collPG01{
right: 0;
}
.projectGallery .collSingleItem .collShape02 .collPG02 {
width: 78px;
height: 150px;
position: absolute;
right: -78px;
bottom: 0;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
-webkit-transition-delay: 350ms;
transition-delay: 350ms;
}
.projectGallery .collSingleItem:hover .collShape02 .collPG02{
right: 0;
} .priceItem {
position: relative;
padding: 106px 45px 44px;
box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 31px;
border-radius: 5px;
background: var(--tw-white-color);
margin: 80px 0 0;
}
.priceBox{
position: absolute;
width: 150px;
height: 150px;
background:var(--tw-primary-color);
border-radius: 50%;
padding: 43px 30px 2px 34px;
top: -77px;
left: auto;
box-shadow: 0px 4px 29px rgba(236, 57, 0, 0.28);
}
.priceBox h2 {
line-height: 1;
color: var(--tw-white-color);
font-size: 40px;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.priceBox h2 span {
font-size: 18px;
font-family: inherit;
position: relative;
margin-bottom: 4px;
}
.priceBox h2 span svg{
width: 18px;
height: 18px;
fill: var(--tw-white-color);
stroke: var(--tw-white-color);
position: relative;
top: -2px;
}
.priceBox h2 span:last-of-type{
margin-bottom: 6px;
}
.priceBox p{
color: var(--tw-white-color);
font-weight: 600;
margin: 1px 0 0;
}
.priceContent{
position: relative;
}
.priceContent p{
color: var(--tw-body-color);
font-weight: 400;
margin-right: 3px;
}
.priceContent h3 {
font-size: 30px;
line-height: 1;
margin: 5px 0 26px;
}
.priceList{
position: relative;
margin: 0 0 32px;
}
.priceList ul{
margin: 0;
padding: 0;
list-style: none;
}
.priceList ul li {
font-size: 16px;
line-height: 26px;
font-weight: 400;
padding: 0 0 0 24px;
margin: 0 0 10px;
}
.priceList ul li i {
color: var(--tw-primary-color);
position: relative;
top: 1.4px;
margin-left: -24px;
margin-right: 8px;
}
.priceList ul li svg {
fill: var(--tw-primary-color);
stroke: var(--tw-primary-color);
position: relative;
top: -1px;
margin-left: -24px;
margin-right: 8px;
width: 16px;
height: 16px;
stroke-width: 0.5px;
}
.priceItem .logicBtn{
width: 100%;
text-align: center;
} .tesWrap01,
.testWrapper02 {
padding: 20px 40px;
margin: -20px -40px;
overflow: hidden;
}
.testWrapper02{
padding: 20px 40px 45px;
margin: -20px -40px -45px;
}
.tesWrap01 .testimonialCarousel01 .owl-stage-outer ,
.testWrapper02 .testimonialCarousel01 .owl-stage-outer {
overflow: visible;
}
.testimonialCarousel01.owl-carousel .owl-stage-outer .owl-stage {
cursor: none;
pointer-events: none;
}
.testimonialCarousel01 .owl-item {
opacity: 0;
}
.testWrapper02 .testimonialCarousel01 .owl-nav,
.testWrapper02 .testimonialCarousel02 .owl-nav{
display:none !important;
}
.testimonialCarousel01.owl-carousel .owl-stage-outer .owl-item.active {
opacity: 1;
pointer-events: auto;
cursor: pointer;
visibility: visible;
}
.testControls{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 2;
margin: 0 0 16px;
}
.testControls .tnext01,
.testControls .tprev01{
width: 50px;
height: 50px;
border: 0;
outline: 0;
background: #262626;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--tw-white-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
font-size: 14px;
margin-left: 10px;
position: relative;
overflow: hidden;
z-index: 1;
}
.testControls .tprev01:after{
content: '';
position: absolute;
width: 0;
height: 100%;
left: 0;
right: auto;
background: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
}
.testControls .tprev01:hover:after{
width: 100%;
left: auto;
right: 0;
}
.testControls .tnext01:after{
content: '';
position: absolute;
width: 0;
height: 100%;
right: 0;
left: auto;
background: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
}
.testControls .tnext01:hover:after{
width: 100%;
left: 0;
right: auto;
}
.testimonialItem01 {
position: relative;
box-shadow: 0px 14px 70px rgba(0, 0, 0, 0.07);
background: var(--tw-white-color);
padding: 40px 39px 51px;
margin: 60px 0 41px;
}
.testimonialCarousel02 .owl-stage-outer{
overflow: visible;
}
.testimonialCarousel02 .owl-item{
opacity: 0;
}
.testimonialCarousel02 .owl-item.active{
opacity: 1;
-webkit-transition: opacity 300ms;
transition: opacity 300ms;
}
.testimonialCarousel02.owl-carousel .owl-stage-outer .owl-item.active{
opacity: 1;
pointer-events: auto;
cursor: pointer;
visibility: visible;
}
.testimonialCarousel02.owl-carousel .owl-stage-outer .owl-stage{
cursor: none;
pointer-events: none;
}
.tsAuthorMeta {
position: relative;
width: 100px;
height: 100px;
margin-top: -99px;
margin-bottom: 26px;
}
.tsAuthorMeta img{
width: 100%;
height: 100%;
}
.testimonialItem01 p{
font-size: 18px;
line-height: 30px;
margin: 0 0 32px;
}
.testimonialItem01 .tsAuthor02{
position: relative;
padding: 8px 0 0px 72px;
}
.testimonialItem01 .tsAuthor02 img{
width: 54px;
height: 54px;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
background: #D9D9D9;
}
.testimonialItem01 .tsAuthor02 h4{
font-size: 20px;
font-weight: 600;
line-height: 1;
margin: 0 0 6px;
}
.testimonialItem01 .tsAuthor02 span {
font-size: 14px;
font-weight: 500;
color: var(--tw-primary-color);
line-height: 1;
margin: 0 0;
font-family: var(--secondary-font);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.testimonialItem01:after{
content: '';
position: absolute;
width: 0;
height: 0;
top: 100%;
left: 60px;
border-style: solid;
border-width: 41px 41px 0 0;
border-color: var(--tw-white-color) transparent transparent transparent;
} .clientTitle{
position: relative;
margin: 0 0 56px;
}
.clientTitle h3{
font-size: 14px;
text-transform: uppercase;
text-align: center;
line-height: 22.96px;
letter-spacing: .7px;
position: relative;
margin: 0;
line-height: 1;
}
.clientTitle h3:after{
content: '';
position: absolute;
width: 100%;
height: 1px;
background: #D9D9D9;
top: 0;
left: 0;
bottom: 0;
margin: auto;
}
.clientTitle h3 span{
background: var(--tw-white-color);
padding: 0 30px;
position: relative;
z-index: 1;
}
.clientWrapper{
position: relative;
margin: 0 120px 119px;
}
.clientSlider.owl-carousel a img {
width: auto;
height: 40px;
max-width: 100%;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
margin: 0 auto;
}
.clientSlider.owl-carousel .owl-item:hover img {
-webkit-filter: brightness(0);
filter: brightness(0);
} .teamDetails01{
position: relative;
padding: 110px 0 122px 30px;
}
.teamDetails01 p{
margin: 0 0 44px;
}
.teamSmImg{
display: none;
}
.logicSkillBar{
position: relative;
}
.singleSkill{
position: relative;
margin: 0 0 36px;
}
.singleSkill:last-child{
margin: 0;
}
.skillWrap{
position: relative;
width: 100%;
height: 1px;
background: #E3E3E3;
}
.skillWrap .skill{
width: 0;
height: 3px;
background: var(--tw-primary-color);
position: relative;
bottom: 1px;
}
.singleSkill h3{
font-size: 14px;
font-weight: 700;
font-family: var(--primary-font);
color: var(--tw-secondary-color);
line-height: 1;
margin: 0 0 17px;
text-transform: uppercase;
}
.singleSkill span{
position: absolute;
right: 0;
bottom: 12px;
font-size: 14px;
font-weight: 700;
font-family: var(--primary-font);
color: var(--tw-secondary-color);
} .blogItem01{
position: relative;
background: #FFFFFF;
box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.04);
}
.biThumb01{
position: relative;
overflow: hidden;
}
.elementor .biThumb01 img,
.biThumb01 img{
max-width: 100%;
width: 100%;
height: auto;
border-radius: 5px;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
.elementor .blogCarousel .biThumb01 img{
width: 100%;
}
.biThumb01:after {
content: "";
position: absolute;
background: rgba(255, 255, 255, 0.3);
bottom: 0;
left: 50%;
right: 51%;
top: 0;
opacity: 1;
pointer-events: none;
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
}
.blogItem01:hover .biThumb01:after {
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 500ms linear;
transition: all 500ms linear;
}
.biMeta01{
position: relative;
font-weight: 500;
margin: 0 0 13px;
}
.biMeta01 span{
margin-right: 21px;
}
.biMeta01 i {
color: var(--tw-primary-color);
margin-right: 6px;
position: relative;
top: 1px;
font-size: 15px;
}
.biMeta01 span:first-child i{
top: 2px;
}
.biMeta01 .blogCcat i {
top: 1px;
font-size: 13px;
margin: 0 4px 0 0;
}
.biMeta01 a{
color: inherit;
}
.biMeta01 a:hover{
color: var(--tw-primary-color);
}
.blogItem01 .biContent{
position: relative;
padding: 23px 30px 9px;
background: var(--tw-white-color);
border-bottom: 1px solid #EEEEEE;
}
.blogItem01 .biContent h3{
font-size: 24px;
line-height: 34px;
color: var(--tw-secondary-color);
}
.blogItem01 .biContent h3 a{
color: inherit;
display: inline-block;
}
.blogItem01 .biContent h3:hover{
color: var(--tw-primary-color);
}
.blogItem01 .biMeta02{
position: relative;
padding: 25px 29px 23px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: var(--tw-white-color);
}
.blogItem01 .biAuthor{
position: relative;
padding: 7px 0 0 49px;
}
.blogItem01 .biAuthor img{
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
border-radius: 50%;
}
.blogItem01 .biAuthor h4{
font-size: 18px;
font-weight: 600;
line-height: .5;
margin: 0;
}
.blogItem01 .biAuthor span,
.blogItem01 .biAuthor h4{
text-transform: capitalize;
}
.blogItem01 .logicBtn{
height: 40px;
line-height: 42px;
padding: 0 20px;
font-size: 14px;
margin-right: 0;
} .footerArea01{
position: relative;
background: #171717;
padding: 116px 0 0;
overflow: hidden;
}
.footerSocial{
position: relative;
}
.footerSocial a{
font-size: 16px;
width: 40px;
height: 40px;
background: #222224;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--tw-white-color);
position: relative;
z-index: 1;
margin-right: 6px;
}
.footerSocial a:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: var(--tw-primary-color);
z-index: -1;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 450ms ease;
transition: all 450ms ease;
}
.footerSocial a:hover:after{
-webkit-transform: scale(1);
transform: scale(1);
}
.footerWidget ul{
margin: -7px 0 0;
padding: 0;
list-style: none;
}
.footerWidget ul li{
-webkit-transition: all 100ms ease;
transition: all 100ms ease;
}
.footerWidget ul li a{
color: inherit;
display: inline-block;
}
.footerWidget ul li i{
font-size: 14px;
margin-right: 15px;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.footerWidget ul li:hover{
color: var(--tw-primary-color);
}
.footerWidget ul li:hover i{
margin-right: 10px;
}
.popularPost{
position: relative;
margin: 55px 0 0;
}
.poSinglePost{
position: relative;
padding: 0 0 0 104px;
margin: 0 0 9px;
}
.elementor .poSinglePost img,
.poSinglePost img{
position: absolute;
left: 0;
top: 0;
width: 85px;
height: 85px;
border-radius: 4px;
}
.poSinglePost p{
font-size: 14px;
color: #838790;
margin: 0 0 2px;
}
.poSinglePost p i {
margin-right: 4px;
top: 2px;
position: relative;
}
.poSinglePost h4{
color: var(--tw-white-color);
font-size: 18px;
font-weight: 600;
line-height: 30px;
margin: 0 0 6px;
}
.poSinglePost h4 a{
color: inherit;
display: inline-block;
}
.poSinglePost h4:hover a{
color: var(--tw-primary-color);
}
.poSinglePost .btnLink{
font-size: 14px;
color: var(--tw-primary-color);
text-transform: uppercase;
}
.poSinglePost .btnLink i{
margin-left: 7px;
font-size: 12px;
}
.footerWidget.fw02{
left: 18px;
}
.footerWidget.fw03 {
left: 55px;
}
.footerWidget.fw04 {
left: 95px;
} .fIconBoxWraper{
position: relative;
margin: 72px 0 0;
}
.fIconBoxWraper .col-lg-2{
width: 21.1%;
}
.fIconBoxWraper .col-lg-8{
width: 78.9%;
}
.fIboxWrp02{
position: relative;
border-top: 1px solid #26282F;
border-bottom: 1px solid #26282F;
border-right: 1px solid #26282F;
}
.fIboxWrp02 .col-lg-4:nth-child(01) {
width: 32%;
}
.fIboxWrp02 .col-lg-4:nth-child(02) {
width: 32.6%;
padding-left: 0;
}
.fIboxWrp02 .col-lg-4:nth-child(03) {
padding-left: 0;
}
.footerLogo{
position: relative;
width: 100%;
height: 100%;
background: var(--tw-primary-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footerLogo a{
display: inline-block;
}
.footerLogo img{
max-width: 183px;
width: 100%;
height: auto;
}
.iconBox04{
position: relative;
padding: 26px 0 8px 113px;
}
.iconBox04 span {
position: absolute;
left: 48px;
top: 23px;
font-size: 16px;
color: var(--tw-white-color);
width: 50px;
height: 50px;
border-radius: 50%;
background: #2B2B2B;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.iconBox04 p{
font-size: 14px;
font-weight: 500;
color: #838790;
line-height: 17px;
margin: 0 0 7px;
}
.iconBox04 h3{
font-size: 20px;
line-height: 1;
color: var(--tw-white-color);
}
.iconBox04 h3 a{
display: inline-block;
color: inherit;
}
.iconBox04 h3:hover a{
color: var(--tw-primary-color);
}
.copyright{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 27px 48px 26px 33px;
border-bottom: 1px solid #26282F;
border-left: 1px solid #26282F;
border-right: 1px solid #26282F;
}
.copyright p{
color: #6F7279;
margin: 0;
}
.copyright ul{
margin: 0;
padding: 0;
list-style: none;
}
.copyright ul li{
display: inline-block;
color: #6F7279;
line-height: 21px;
margin-left: 27px;
}
.copyright ul li a{
color: inherit;
}
.copyright ul li a:hover{
color: var(--tw-primary-color);
}
.fborder{
border-right: 1px solid #26282F;
} @-webkit-keyframes welAnim{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@keyframes welAnim{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@-webkit-keyframes shapeIconAnim{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@keyframes shapeIconAnim{
0%{
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100%{
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
} .slider02{
position: relative;
}
.slider02:after{
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 84px;
z-index: 1;
background: #FFF;
clip-path: polygon(72.8% 0%, -3% 100%, 103% 100%);
-webkit-clip-path: polygon(72.8% 0%, -3% 100%, 103% 100%);
}
.slider02 .sliderTags{
display: inline-block;
color: inherit;
text-transform: uppercase;
}
.slider02 .sliderTags:hover{
color: var(--tw-primary-color);
}
.slider02 .sliderTagHiphen{
display: inline-block;
width: 40px;
height: 1px;
background: var(--tw-white-color);
position: relative;
bottom: 4px;
margin: 0 17px;
}
#rev_slider_2 .captionBtn .logicBtn{
padding: 0 31px !important;
} .header02{
position: relative;
background: var(--tw-white-color);
z-index: 99;
}
.header02:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 34.74%;
height: 145px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/logo_bg.png)no-repeat;
background-size: auto 100%;
z-index: -1;
background-position: top right;
}
.header02:before{
content: '';
position: absolute;
right: 0;
top: 0;
width: 65.8334%;
min-height: 45px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/topbarBg.png)no-repeat;
background-size: 100% 100%;
z-index: -1;
-webkit-clip-path: polygon(2.5% 0, 0 100%, 100% 100%, 100% 0);
clip-path: polygon(2.5% 0, 0 100%, 100% 100%, 100% 0);
}
.header02 .logo{
position: relative;
padding: 51.5px 0;
}
.header02 .logo a{
display: inline-block;
}
.header02 .logo img{
max-width: 100%;
height: 41.85px;
}
.topbar02{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
z-index: 1;
padding-left: 45px;
height: 45px;
}
.topbar02 .topDesc p{
padding: 14px 0 12px;
margin: 0 30px 0 0;
}
.topbar02 .topDesc p i {
margin-right: 7px;
font-size: 14px;
}
.topbar02 .tpRight p {
display: inline-block;
font-weight: 500;
line-height: 19px;
color: var(--tw-secondary-color);
padding: 14px 0 12px;
}
.topbar02 .tpRight p a{
display: inline-block;
color: inherit;
}
.topbar02 .tpRight p i {
margin-right: 8px;
color: var(--tw-primary-color);
position: relative;
top: 1px;
}
.navBar02{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-left: 32px;
}
.mainMenu02{
position: relative;
}
.mainMenu02 ul{
margin: 0;
padding: 0;
list-style: none;
}
.mainMenu02 ul li{
display: inline-block;
padding: 40px 0 41px;
margin: 0 21px 0 0;
}
.mainMenu02 ul li:last-child{
margin: 0;
}
.mainMenu02 ul li a{
display: block;
font-size: 14px;
font-weight: 700;
line-height: 17px;
font-family: var(--primary-font);
color: var(--tw-secondary-color);
text-transform: uppercase;
}
.mainMenu02 ul li a:hover{
color: var(--tw-primary-color);
}
.mainMenu.mainMenu02 > ul > li.menu-item-has-children > a:after {
font-size: 13px;
}
.accessNav{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.accessNav .anSearch,
.accessNav .anCart{
position: relative;
}
.accessNav .anCart{
margin: 0 0 0 15px;
}
.accessNav div.anCart > a span {
height: 20px;
width: 20px;
position: absolute;
right: -3px;
top: 0px;
background: var(--tw-primary-color);
color: #FFF;
border-radius: 50%;
text-align: center;
line-height: 20px;
font-size: 10px;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.accessNav .anSearch a,
.accessNav .anCart > a{
width: 45px;
height: 45px;
border-radius: 50%;
background: #F5F5F5;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--tw-secondary-color);
font-size: 16px;
margin-left: 15px;
}
.accessNav .anCart > a{
margin: 0;
}
.accessNav .anSearch a:hover,
.accessNav .anCart a:hover{
color: var(--tw-primary-color);
}
.accessNav .anSearch a i{
font-weight: 400;
}
.logIn_user{
position: relative;
margin: 0 0 0 15px;
}
.logIn_user a{
width: 45px;
height: 45px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #F5F5F5;
border-radius: 50%;
color: var(--tw-secondary-color);
font-size: 16px;
}
.logIn_user i{
color: inherit;
}
.logIn_user a:hover{
color: var(--tw-primary-color);
}
.accessNav .logicBtn{
height: 50px;
line-height: 52px;
padding: 0 23.45px;
margin-left: 30px;
top: 2px;
}
.headerArea03.fixedHeader {
background: transparent !important;
box-shadow: 0 0 0;
}
.woocommerce .anCart .widget_shopping_cart_content a.remove,
.woocommerce .anCart .mini_cart a.remove{
font-size: 10px;
color: var(--tw-primary-color);
position: absolute;
left: auto;
right: -8px;
top: 1px;
margin: 0;
width: 19px;
height: 19px;
border: 1px solid var(--tw-primary-color);
border-radius: 50%;
text-align: center;
line-height: 19px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce .anCart .mini_cart a.remove i{
position: relative;
top: 0.5px;
left: 0.4px;   
color: inherit;
}
.woocommerce .anCart .mini_cart a.remove:hover{
color: var(--tw-white-color);
background: var(--tw-primary-color);
}
.woocommerce-mini-cart__buttons.buttons {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.woocommerce .return-to-shop a.button.wc-backward,
.woocommerce .woocommerce-message a.button.wc-forward,
.woocommerce .woocommerce-error a.button.wc-forward,
.woocommerce-mini-cart__buttons.buttons a {
font-family: var(--secondary-font);
display: inline-block;
position: relative;
height: 35px;
min-width: 10px;
background: var(--tw-primary-color);
border-radius: 4px;
font-size: 12px;
line-height: 36px;
color: var(--tw-white-color);
font-weight: 700;
text-transform: uppercase;
text-align: center;
overflow: hidden;
border: none;
padding: 0 20px;
}
.woocommerce .return-to-shop a.button.wc-backward:hover,
.woocommerce .woocommerce-message a.button.wc-forward:hover,
.woocommerce .woocommerce-error a.button.wc-forward:hover,
.woocommerce-mini-cart__buttons.buttons a:hover{
color: var(--tw-white-color);
background: var(--tw-secondary-color);
}
.cartWidgetArea .woocommerce-mini-cart{
padding:0;
list-style: none;
}
.cartWidgetArea .total {
font-family: var(--secondary-font);
position: relative;
display: inline-block;
font-size: 18px;
line-height: 1;
color: var(--tw-secondary-color);
text-align: left;
font-weight: 700;
width: 100%;
text-transform: capitalize;
margin: 5px 0 20px;
padding-bottom: 14px;
border-bottom: 1px solid #EFEFEF;
}
.cartWidgetArea .total > strong {
font-weight: 700;
}
.cartWidgetArea .total .amount {
float: right;
color: var(--tw-primary-color);
font-family: var(--primary-font);
font-weight: 700;
}
.min_cartThumb {
width: 65px;
height: 70px;
position: absolute;
left: 0;
top: 0;
padding: 8px;
border-radius: 0;
margin: 0;
background: #F5F5F5;
float: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cartWidgetArea .cartWidgetProduct .min_cartThumb img {
margin: 0;
position: relative;
padding: 0;
max-width: 100%;
width: auto;
max-height: 55px;
height: auto;
}
.cartWidgetProduct .cartRemoveProducts {
font-size: 10px;
color: var(--tw-primary-color);
position: absolute;
right: -8px;
top: 0px;
margin: 0;
width: 19px;
height: 19px;
border: 1px solid var(--tw-primary-color);
border-radius: 50%;
text-align: center;
line-height: 18px;
padding: 1px 0 0 1px;
}
.cartWidgetProduct .cartRemoveProducts:hover{
color: #FFF !important;
background: var(--tw-primary-color);
} .serviceItem02{
position: relative;
background: var(--tw-white-color);
box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.06);
text-align: left;
padding: 30px 30px 24px;
}
.serviceItem02 span{
width: 74px;
height: 74px;
border-radius: 50%;
background: rgba(236, 57, 0, 0.1);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 0 31px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.serviceItem02 span i{
font-size: 31px;
color: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.serviceItem02 span svg{
width: 31px;
height: 31px;
fill: var(--tw-primary-color);
stroke: var(--tw-primary-color);
stroke-width: 0.5px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.serviceItem02:hover span{
background: var(--tw-primary-color);
}
.serviceItem02:hover span i{
color: var(--tw-white-color);
}
.serviceItem02:hover span svg{
fill: var(--tw-white-color);
stroke: var(--tw-white-color);
}
.serviceItem02 h3{
font-size: 24px;
line-height: 1;
margin: 0 0 11px;
}
.serviceItem02 h3 a{
color: inherit;
display: inline-block;
}
.serviceItem02 h3:hover a{
color: var(--tw-primary-color);
}
.serviceItem02 p{
margin: 0 0 12px;
}
.serviceItem02 .btnLink{
color: var(--tw-primary-color);
} .abIconBoxWrap{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 10px 30px 0;
margin: 0 0 23px;
border-bottom: 1px solid #EEEEEE;
}
.abDetails02{
position: relative;
padding: 33px 45px 0 0 ;
}
.abDetails02 p{
margin: 0 0 33px 0;
}
.abIconBox{
position: relative;
padding: 6px 0 0 77px;
min-height: 60px;
}
.abIconBox span{
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 60px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: var(--tw-white-color);
border-radius: 50%;
box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.12);
}
.abIconBox span i{
font-size: 35px;
color: var(--tw-primary-color);
}
.abIconBox.single span i{
font-size: 16px;
color: var(--tw-primary-color);
}
.abIconBox.single span svg{
width: 16px;
height: 16px;
fill: var(--tw-primary-color);
stroke: var(--tw-primary-color);
stroke-width: 0.5px;
}
.abIconBox h3{
font-size: 24px;
line-height: 1;
margin: 0 0 5px;
}
.abIconBox h3 a{
display: inline-block;
color: inherit;
}
.abIconBox h3:hover a{
color: var(--tw-primary-color);
}
.abIconBox p{
line-height: 19px;
margin: 0;
}
.abContentBtn .logicBtn{
padding: 0 29px;
}
.abContentBtn{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
top: -2px;
}
.abContentBtn .abIconBox{
margin-left: 40px;
padding: 5px 0 0 73px;
}
.abContentBtn .abIconBox span{
width: 55px;
height: 55px;
font-size: 16px;
}
.abContentBtn .abIconBox p{
font-size: 14px;
margin: 0 0 2px;
}
.abGallery02{
position: relative;
padding-left: 6px;
}
.abGallery02 > .row{
max-width: 594px;
width: 100%;
margin:0px;
}
.abGallery02 > .row .col-sm-6:first-child{
padding-left:0px;
}
.abGallery02 > .row .col-sm-6:last-child{
padding-right:0px;
}
.abGallery02 .abItm3_01{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.abGalleryItem{
position: relative;
margin: 0 0 20px;
overflow: hidden;
}
.elementor .abGalleryItem img,
.abGalleryItem img{
max-width: 100%;
width: auto;
height: auto;
border-radius: 8px;
}
.abGalleryItem.abGale01{
z-index: 1;
width: 100%;
height: 200px;
}
.abGalleryItem span {
display: inline-block;
position: relative;
overflow: hidden;
}
.abGalleryItem h3{
font-size: 22px;
line-height: 30px;
position: absolute;
bottom: 9px;
left: 0;
padding: 0 33px;
z-index: 1;
color: var(--tw-white-color);
}
.abGalleryItem.abGal02{
max-width: 285px;
height: 200px;
background: var(--tw-primary-color);
border-radius: 8px;
}
.abGalleryItem.abGal02 h3{
padding:0 33px 0 39px;
bottom: 20px;
}
.aboutLookThumb {
position: relative;
overflow: hidden;
display: inline-block;
} .pdItem01{
position: relative;
overflow: hidden;
}
.productSlider01.owl-carousel .owl-item img{
max-width: 100%;
height: auto;
border-radius: 5px;
}
.pdItem01 .pdTitle01{
position: absolute;
width: calc(100% - 60px);
height: auto;
left: 0;
right: auto;
margin: auto;
bottom: 30px;
background: var(--tw-white-color);
border-radius: 5px;
padding: 20px 32px 22px 30px;
overflow: hidden;
box-sizing: border-box;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1) .1s;
transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1) .1s;
transition: transform .3s cubic-bezier(.77,0,.175,1) .1s;
transition: transform .3s cubic-bezier(.77,0,.175,1) .1s, -webkit-transform .3s cubic-bezier(.77,0,.175,1) .1s;
}
.pdItem01:hover .pdTitle01{
-webkit-transform: translateX(8.5%);
transform: translateX(8.5%);
}
.pdTitle_wrap a{
font-weight: 500;
color: var(--tw-primary-color);
display: inline-block;
font-family: var(--secondary-font);
margin: 0 0 2px;
}
.pdTitle_wrap a:hover{
color: var(--tw-secondary-color);
}
.pdTitle_wrap h3{
margin: 0;
font-size: 24px;
line-height: 1;
color: var(--tw-secondary-color);
font-weight: 700;
margin: 0;
}
.pdTitle_wrap h3 a{
color: inherit;
font-family: inherit;
font-size: inherit;
display: inline-block;
}
.pdTitle_wrap h3:hover a{
color: var(--tw-primary-color);
}
.pdTitle_wrap{
position: relative;
}
.pdTitle01 .pdTitle_wrap {
text-align: left;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
-webkit-transition: opacity .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.77,0,.175,1);
transition: opacity .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.77,0,.175,1);
transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.77,0,.175,1);
}
.pdItem01:hover .pdTitle_wrap {
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
} .teamItem02,
.team02Thumb{
position: relative;
text-align: center;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.teamItem02{
min-height: 317px;
}
.teamItem02:hover img{
-webkit-transform: scale(1.3388);
transform: scale(1.3388);
}
.teamSlider02.owl-carousel .owl-stage{
margin: 20px 0;
}
.teamItem02:hover .team02Thumb {
display: block;
padding: 10px 0 33px;
}
.elementor .teamItem02 img,
.teamItem02 img{
max-width: 183px;
height: auto;
border-radius: 50%;
margin:23px auto;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
position: relative;
}
.teamSlider02.owl-carousel .owl-item img{
max-width: 183px;
width: 100%;
height: auto;
border-radius: 50%;
margin:24px auto;
}
.teamItem02 h3{
font-size: 24px;
line-height: 1;
margin: 0 0 5px;
}
.teamItem02 h3 a{
display: inline-block;
color: inherit;
}
.teamItem02 h3:hover{
color: var(--tw-primary-color);
}
.teamItem02 p{
margin: 0;
line-height: 1;
font-family: var(--secondary-font);
font-weight: 500;
} .slDetails01{
position: relative;
padding: 0 0 0 30px;
top: -9px;
}
.slDetails01 p{
margin: 0 0 42px;
}
.slThumb01 {
position: relative;
margin-left: -348px;
padding-right: 25px;
}
.slThumb01 img{
max-width: 100%;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
} .tesItem01{
position: relative;
background: var(--tw-white-color);
padding: 40px 40px 48px;
box-shadow: 0px 14px 70px rgba(0, 0, 0, 0.04);
}
.tesItem01 p{
font-size: 18px;
line-height: 30px;
border-bottom: 1px solid #F1F1F1;
margin: 0 0 35px;
padding-bottom: 26px;
}
.testimonialCarousel01.owl-carousel .owl-item .tsTitle{
max-width: 127px;
height: auto;
margin: 0 0 23px;
position: relative;
top: 2px;
}
.testimonialCarousel01.owl-carousel .owl-item .tesAuthor img{
width: 70px;
height: 70px;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
background: #D9D9D9;
}
.tesAuthor{
position: relative;
padding: 18px 0 0 82px;
}
.tesAuthor h4{
font-size: 20px;
font-weight: 600;
line-height: .8;
margin: 0;
}
.tesAuthor span{
display: inline-block;
font-size: 14px;
font-weight: 500;
color: var(--tw-primary-color);
line-height: 1;
font-family: var(--secondary-font);
}
.owl-carousel .owl-dots,
.testimonialCarousel01 .owl-dots{
text-align: center;
}
.testimonialCarousel01 .owl-dots button,
.owl-carousel .owl-dots button{
width: 25px;
height: 25px;
border: 2px solid transparent;
margin: 5px;
border-radius: 50%;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
left: 4px;
}
.owl-carousel .owl-dots span{
position: relative;
width: 9px;
height: 9px;
background: #CFCFCF;
border-radius: 50%;
}
.testimonialCarousel01 .owl-dots button.active,
.owl-carousel .owl-dots button.active{
border-color: var(--tw-primary-color)
}
.testimonialCarousel01 .owl-dots button.active:after,
.owl-carousel .owl-dots button.active span{
background: var(--tw-primary-color);
}
.testimonialCarousel01.owl-carousel .owl-dots{
margin: 57px 0 0;
} .getForm01{
position: relative;
}
.formInput{
position: relative;
margin: 0;
}
.formInput p{
margin: 0px;
}
.formInput input{
width: 100%;
height: 55px;
background: var(--tw-white-color);
border: 1px solid #EAEAEA;
border-radius: 5px;
outline: none;
color: #74787C;
padding: 0 20px 0 49px;
font-size: 16px;
font-weight: 400;
}
.formInput label{
color: #74787C;
position: absolute;
top: 16px;
left: 25px;
font-size: 16px;
}
.formInput.anSelect{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
}
.formInput.anSelect > *{
width: 100%;
}
.formInput.anSelect .nice-select{
width: 100%;
border: 1px solid #EAEAEA;
outline: 0;
height: 55px;
line-height: 55px;
color: #74787C;
font-size: 16px;
font-weight: 400;
padding-left: 50px;
}
.formInput.anSelect .nice-select:after {
height: 10px;
width: 10px;
left: 24px;
top: 46%;
}
.formInput.anSelect .nice-select .list{
width: 100%;
margin: 0;
}
.getForm01 button.logicBtn{
border: 0;
outline: 0;
padding: 0 37.6px;
margin: 9px 0 0;
}
.getForm01 input[type="submit"]:hover{
background: var(--tw-secondary-color);
}
.getInfo01 {
position: relative;
padding: 83px 0 0 139px;
}
.infoSingle {
position: relative;
padding: 4px 0 20px 70px;
}
.infoSingle span{
position: absolute;
width: 55px;
height: 55px;
border-radius: 50%;
left: 0;
top: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--tw-white-color);
font-size: 20px;
background: #2F2F2F;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.infoSingle p {
font-weight: 500;
margin: 0 0 6px;
line-height: 19px;
}
.infoSingle h3{
font-size: 20px;
font-weight: 600;
color: var(--tw-white-color);
line-height: 1;
font-family: var(--primary-font);
}
.infoSingle h3 a{
display: inline-block;
color: inherit;
}
.infoSingle h3:hover a{
color: var(--tw-primary-color);
} .blogItem02{
position: relative;
background: var(--tw-white-color);
box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.biThumb02{
position: relative;
overflow: hidden;
}
.elementor .biThumb02 img,
.biThumb02 img{
max-width: 100%;
height: auto;
border-radius: 10px 10px 0px 0px;
}
.elementor .blogCarousel .biThumb02 img{
width: 100%;
}
.bpContent02{
position: relative;
padding: 0 40px 32px;
}
.bpContent02 .bpDate{
position: relative;
padding: 19px 0 0 47px;
background: var(--tw-primary-color);
max-width: 152px;
height: 50px;
box-shadow: 0px 8px 33px rgba(158, 45, 9, 0.29);
border-radius: 100px;
top: -25px;
}
.bpContent02 .bpDate span{
position: absolute;
width: 30px;
height: 30px;
left: 10px;
top: 10px;
background: var(--tw-white-color);
color: var(--tw-primary-color);
border-radius: 50%;
font-size: 14px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.bpContent02 .bpDate h4{
font-size: 14px;
line-height: 1;
margin: 0;
color: var(--tw-white-color);
font-family: var(--secondary-font);
}
.bpContent02 h3{
font-size: 30px;
line-height: 38px;
margin: 0 0 10px;
}
.bpContent02 h3 a{
color: inherit;
display: inline-block;
}
.bpContent02 h3:hover{
color: var(--tw-primary-color);
}
.bpContent02 .btnLink{
color: var(--tw-primary-color);
font-family: var(--secondary-font);
letter-spacing: 0.15em;
} .clientSlider02.owl-carousel .owl-item{
text-align: center;
}
.clientSlider02.owl-carousel .owl-item img{
width: auto;
height: 36px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
display: inline-block;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
.clientSlider02.owl-carousel .owl-item:hover img{
-webkit-filter:brightness(0);
filter:brightness(0);
} .footerArea02{
position: relative;
background: -webkit-linear-gradient(right, #171717 65.1%, rgba(23, 23, 23, 0.87) 100%), url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/footerBg2.jpg)no-repeat scroll center center / cover;
background: linear-gradient(270deg, #171717 65.1%, rgba(23, 23, 23, 0.87) 100%), url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/footerBg2.jpg)no-repeat scroll center center / cover;
overflow: hidden;
padding: 120px 0 0;
}
.footerArea02 .fIconBoxWraper{
margin: 0 0 95px;
}
.footerWidget .widgetGallery{
position: relative;
display: -ms-grid;
display: grid;
grid-template-columns: repeat(3,1fr);
grid-gap: 10px;
max-width: 275px;
top: 7px;
}
.footerWidget .widgetGallery a{
position: relative;
width: 85px;
height: 85px;
display: inline-block;
color: var(--tw-white-color);
z-index: 1;
}
.footerWidget .widgetGallery a:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #ec37007a;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
opacity: 0;
visibility: hidden;
border-radius: 5px;
}
.footerWidget .widgetGallery a:hover:after{
opacity: 1;
visibility: visible;
}
.footerWidget .widgetGallery a img{
width: 100%;
height: 100%;
border-radius: 5px;
}
.footerWidget .widgetGallery a i{
position: absolute;
left: 0;
right: 0;
top: 0;
text-align: center;
line-height: 85px;
z-index: 1;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-size: 18px;
}
.footerWidget .widgetGallery a:hover i{
-webkit-transform: scale(1);
transform: scale(1);
}
.footerArea02 .fw02{
left: 9px;
}
.footerArea02 .fw03 {
left: 45px;
}
.footerArea02 .fw04 {
left: 116px;
}
.copyRight02{
position: relative;
text-align: center;
z-index: 1;
margin: 94px 0 0;
}
.copyRight02:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/copyrightBg.png)no-repeat;
background-size: 100% 100%;
z-index: -1;
}
.copyRight02 p{
line-height: 0;
margin: 0;
padding: 50px 0;
color: #6F7279;
} .slider03 .slideSubTitle span{
text-transform: uppercase;
background: var(--tw-primary-color);
padding: 6.5px 24px;
display: inline-block;
border-radius: 5px;
}
.slider03 .sliderHeadingTitle span{
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/sliderTitleBg.png)no-repeat;
background-size: 100% 100%;
display: inline-block;
padding: 0 23.7px;
}
.slider03 .tp-caption .logicBtn{
padding: 0 30px;
}
.slider03 .tp-caption .logicBtn02{
padding: 0 38px;
background: var(--tw-white-color);
color: var(--tw-secondary-color);
}
.slider03 .tp-caption .logicBtn02:hover{
background: var(--tw-secondary-color);
color: var(--tw-white-color);
}
.slider03 .rev_slider .tp-bullet,
.slider02 .rev_slider .tp-bullet{
width: 55px;
height: 55px;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
background: transparent;
border: 2px solid var(--tw-white-color);
color: #fff;
font-size: 18px;
font-weight: 600;
z-index: 999;
overflow: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.slider03 .rev_slider .tp-bullet:after,
.slider02 .rev_slider .tp-bullet:after{
content: '';
position: absolute;
left: auto;
bottom: 0;
right: 0;
width: 0;
height: 100%;
background: var(--tw-white-color);
color: var(--tw-primary-color);
z-index: -1;
border-radius: 50%;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.slider03 .rev_slider .tp-bullet.selected,
.slider02 .rev_slider .tp-bullet.selected{
color: var(--tw-primary-color);
border: none;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.slider03 .rev_slider .tp-bullet.selected:after,
.slider02 .rev_slider .tp-bullet.selected:after{
-webkit-transform: scale(1.2);
transform: scale(1.2);
left: 0;
right: auto;
width: 100%;
}
.slider03 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs,
.slider02 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs {
visibility: visible !important;
opacity: 1 !important;
left: 148px !important;
top: 429px !important;
} .topBar03{
position: relative;
background: var(--tw-primary-color);
}
.topItem03{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.topItem03 .topDesc p{
color: var(--tw-white-color);
margin-right: 0;
}
.topItem03 .topDesc p a{
color: inherit;
display: inline-block;
}
.topItem03 .topDesc p i{
color: var(--tw-white-color);
position: relative;
left: -1px;
}
.topItem03 .topSocial a{
color: var(--tw-white-color);
margin-left: 32px;
}
.topItem03 .topSocial a:hover{
color: #2B2B2B;
} .headerArea03{
position: relative;
margin-bottom: -60px;
background: #F7F7F7;
}
.headerLogoWrap{
position: relative;
}
.headerItems03{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.headerArea03 .logo a{
display: inline-block;
}
.headerArea03 .logo a img{
max-width: 183px;
width: 100%;
height: auto;
}
.headerBoxWrap{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 30px 0 32px;
}
.headIbox{
position: relative;
padding: 6px 0 0 65px;
margin-left: 60.5px;
}
.headIbox span{
position: absolute;
width: 50px;
height: 50px;
border-radius: 50%;
left: 0;
top: 0;
background: var(--tw-primary-color);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--tw-white-color);
font-size: 16px;
}
.headIbox span svg{
height: 16px;
width: auto;
fill: var(--tw-white-color);
stroke: var(--tw-white-color);
}
.headerBtn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.headIbox p{
font-size: 14px;
line-height: 1;
margin: 0 0 8px;
}
.headIbox h3{
font-size: 20px;
font-weight: 600;
line-height: 1;
margin: 0;
}
.headIbox h3 a{
display: inline-block;
color: inherit;
}
.headIbox h3:hover a{
color: var(--tw-primary-color);
}
.menuItem03{
position: relative;
z-index: 5;
}
.menuItem03 .col-xl-9{
width: 79.1%;
}
.menuItem03 .col-xl-3{
width: 20.9%;
}
.mainNav03Wrap {
background: var(--tw-white-color);
padding: 0 30px 0 35px;
border-radius: 0px 0px 5px 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
min-height: 60px;
}
.mainMenu03{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: var(--tw-white-color);
left: 0;
}
.mainMenu03 ul{
margin: 0;
padding: 0;
list-style: none;
}
.mainMenu03 > ul li{
display: inline-block;
margin:0 26px 0 0;
padding: 17px 0 17px;
}
.mainMenu03 > ul li a{
font-size: 14px;
font-weight: 700;
color: var(--tw-secondary-color);
display: inline-block;
font-family: var(--primary-font);
text-transform: uppercase;
line-height: 1;
padding: 3px 0;
}
.mainMenu03 > ul li a:hover{
color: var(--tw-primary-color);
}
.mainMenu03.mainMenu > ul > li.menu-item-has-children > a:after {
font-size: 13px;
}
.anSearchBar{
position: relative;
}
.anSearchBar form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 3.5px 1px;
margin: 7px 0 6px;
}
.anSearchBar input {
border: 0;
outline: 0;
background: transparent;
color: #74787C;
max-width: 170px;
width: 100%;
position: relative;
top: 0;
padding: 5px;
}
.anSearchBar button{
border:0;
outline: 0;
background: transparent;
font-size: 14px;
color: var(--tw-secondary-color);
position: relative;
top: 1px;
left: 2px;
}
.anSearchBar button:hover{
color: var(--tw-primary-color);
}
.headerBtn{
position: relative;
text-align: right;
}
.menuItem03 .headerBtn .logicBtn{
width: auto;
height: 60px;
line-height: 62px;
border-radius: 0px 0px 5px 5px;
padding: 0 37.3px;
top: 0;
}
section.slider03 {
position: relative;
top: -67px;
}
.anMobileSearch{
display: none;
}
.stickyHeader03 {
background: var(--tw-white-color);
position: absolute;
z-index: 0;
top: calc(-100% - 68px);
}
.stickyHeader03 .navBar01 .logo{
z-index: 9;
}
.stickyHeader03 .mainMenu03 > ul {
margin-right: 90px;
}
.stickyHeader03 .mainMenu03 > ul > li {
padding: 42px 0 42px;
}
.stickyHeader03 .anSearchBar form {
padding: 39px 0 35px;
margin:0px;
} .popup_search_sec {
position: absolute;
left: 0;
top: 0;
right: 0;
}
.popubMobileSearch {
display: none;
}
.popup_search_overlay {
position: fixed;
left: 0;
top: -100%;
width: 100%;
height: 100%;
background: rgba(22, 21, 21, .6);
z-index: 99;
opacity: 0;
visibility: hidden;
cursor: url(//sotifret.com/wp-content/themes/logisfare/assets/images/close.png), auto;
-webkit-transition: all .4s ease-in .8s;
transition: all .4s ease-in .8s;
}
.popup_search_sec.active .popup_search_overlay {
visibility: visible;
-webkit-transition: all .8s ease-out 0s;
transition: all .8s ease-out 0s;
top: 0;
opacity: 1;
}
.pop_search_background {
background: #000;
width: 100%;
height: 400px;
top: -100%;
z-index: 999999999999;
position: fixed;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-overflow-scrolling: touch;
-webkit-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
}
.popup_search_sec.active .pop_search_background {
opacity: 1;
visibility: visible;
top: 0;
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
}
.middle_search {
position: relative;
top: 40%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
z-index: 2;
}
.popup_search_form {
position: relative;
}
.popup_search_form:after {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
position: absolute;
content: '';
height: 1px;
background: rgba(255, 255, 255, .15);
width: 0;
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
bottom: 0;
}
.popup_search_sec.active .popup_search_form:after {
-webkit-animation-name: fadeInGo;
animation-name: fadeInGo;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
visibility: visible;
opacity: 1;
width: 100%;
}
.popup_search_form:before{
content: '';
position: absolute;
left: auto;
right: 0;
bottom: 0;
height: 1px;
width: 0;
-webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
background: var(--tw-primary-color);
}
.popup_search_form.focused:before{
width: 100%;
left: 0;
right: auto;
}
.popup_search_form input[type="search"] {
width: 100%;
height: 64px;
border: none;
background: transparent;
outline: none;
font-size: 18px;
line-height: 64px;
color: #ffffff;
font-weight: 400;
padding: 0 30px 0 0 ;
}
.popup_search_form input[type="search"]::-moz-placeholder{
color: #ffffff;
opacity: 1;
}
.popup_search_form input[type="search"]::-ms-input-placeholder{
color: #ffffff;
opacity: 1;
}
.popup_search_form input[type="search"]::-webkit-input-placeholder{
color: #ffffff;
opacity: 1;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-webkit-keyframes fadeInGo {
0% {opacity: 0.1; width: 0; }
100% {opacity: 1; width: 100%; }
}
@keyframes fadeInGo {
0% {opacity: 0.1; width: 0; }
100% {opacity: 1; width: 100%; }
}
@-webkit-keyframes fadeOutGo {
0% {opacity: 1; width: 100%; }
100% {opacity: 0; width: 0; }
}
@keyframes fadeOutGo {
0% {opacity: 1; width: 100%; }
100% {opacity: 0; width: 0; }
}
@-webkit-keyframes fadeOutGo2 {
0% {opacity: 0.8; width: 100%; }
100% {opacity: 0.14; width: 0; }
}
@keyframes fadeOutGo2 {
0% {opacity: 0.8; width: 100%; }
100% {opacity: 0.14; width: 0; }
}
.popup_search_form  button[type="submit"]{
position: absolute;
right: 0;
bottom: 14px;
border: none;
outline: none;
z-index: 2;
font-size: 20px;
line-height: 33px;
margin: 0;
padding: 0;
background: transparent;
color: #ffffff;
-webkit-transition: all ease 300ms;
transition: all ease 300ms;
}
.popup_search_form  button[type="submit"]:hover{
color: var(--tw-primary-color);
} .faciltItem{
position: relative;
text-align: center;
border: 1px solid #EFEFEF;
border-radius: 10px;
background: var(--tw-white-color);
padding: 98px 40px 31px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.faciltItem:hover{
box-shadow: 0px 23px 30px rgba(113, 113, 113, 0.12);
}
.faciltItem span{
width: 130px;
height: 130px;
background: var(--tw-white-color);
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 50px;
color: var(--tw-primary-color);
border: 17px solid #F7F7F7;
position: absolute;
top: -58px;
left: 0;
right: 0;
margin: auto;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.faciltItem:hover span{
border-color: var(--tw-primary-color);
}
.faciltItem span svg{
width: auto;
height: 50px;
fill: var(--tw-primary-color);
stroke: var(--tw-primary-color);
}
.faciltItem h3{
font-size: 24px;
line-height: 1;
margin: 0 0 13px;
}
.faciltItem h3 a{
display: inline-block;
color: inherit;
}
.faciltItem h3:hover{
color: var(--tw-primary-color);
}
.faciltItem p{
margin: 0 0 9px;
}
.faciltItem .btnLink{
color: var(--tw-primary-color);
font-weight: 700;
position: relative;
left: 2px;
} .aboutLook03{
position: relative;
text-align: right;
}
.aboutLook03 .ab01{
max-width: 460px;
width: 100%;
height: auto;
position: relative;
left: 138px;
margin: 0 0 109px 0;
z-index: 1;
}
.aboutLook03 .ab02 {
max-width: 340px;
width: 100%;
height: auto;
position: absolute;
left: 0;
top: 253px;
z-index: 2;
}
.elemento .aboutLook03 .ab01 img,
.elemento .aboutLook03 .ab02 img,
.aboutLook03 .ab01 img,
.aboutLook03 .ab02 img{
border-radius: 5px;
}
.aboutLook03 .welcomeBox{
width: 214px;
height: 214px;
border-radius: 50%;
position: absolute;
bottom: -52px;
left: 241px;
z-index: 3;
box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.08);
-webkit-animation: welAnim 7s linear infinite;
animation: welAnim 7s linear infinite;
}
.aboutLook03 .welcomeBox img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.aboutLook03 .welcomeBox .abArrow {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 54px;
height: 46px;
border-radius: 0;
}
.aboutContent03 {
padding:30px 0 0 36px;
position: relative;
}
.aboutContent03:after {
content: "";
position: absolute;
width: 90px;
height: 105px;
top: 10px;
left: 171px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/polygon.png)no-repeat;
background-size: 100% 100%;
z-index: -1;
}
.aboutContent03 p{
margin: 0 0 31px;
}
.aboutContent03 .aboutCountItem {
padding: 0 0 10px 239px;
}.aboutContent03 .aboutCountItem p{
padding: 0 128px 0 0;
}
.aboutContent03 .aboutCountItem p:after {
margin: auto -167px;
}
.aboutContent03 .logicBtn{
padding: 0 30.3px;
line-height: 57px;
}
.aboutContent03 .logicBtn.btnGap{
margin-left: 26px;
border: 1px solid #ECECEC;
box-shadow: 0px 14px 70px rgba(0, 0, 0, 0.07);
border-radius: 8px;
background: var(--tw-white-color);
color: var(--tw-primary-color);
padding: 0 29px;
}
.aboutContent03 .logicBtn.btnGap:hover{
background: var(--tw-secondary-color);
color: var(--tw-white-color);
}
.aboutContent03 p:after {
margin: auto -134px;
} .svLeft03 p{
margin: 0 0 32px;
}
.svLeft03 .logicBtn{
padding: 0 35px;
}
.svRight06{
position: relative;
padding-left: 31.5px;
}
.svItem01{
position: relative;
border: 1px solid #F0F0F0;
background: var(--tw-white-color);
width: 100%;
min-height: 140px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 29px 40px;
margin: 0 0 24px;
}
.svIcon{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.svIcon span{
width: 80px;
height: 80px;
border-radius: 50%;
background: rgba(236, 57, 0, 0.1);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.svIcon i{
color: var(--tw-primary-color);
font-size: 35px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.svIcon svg{
fill: var(--tw-primary-color);
stroke: var(--tw-primary-color);
height: 35px;
width: auto;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.svItem01:hover span{
background: var(--tw-primary-color);
}
.svItem01:hover span i{
color: var(--tw-white-color);
}
.svItem01:hover span svg{
fill: var(--tw-white-color);
stroke: var(--tw-white-color);
}
.svIcon h3{
font-size: 22px;
line-height: 1;
margin: 0 0 0 25px;
}
.svIcon h3:hover a{
color: var(--tw-primary-color);
}
.svIcon h3 a{
color: inherit;
display: inline-block;
}
.svItem01 .btnLink{
color: var(--tw-primary-color);
} .fanItem01{
position: relative;
padding: 20px 12px;
background: #2B2B2B;
}
.logisfareFactAlign-left .fanItem01,
.logisfareFactAlign-left .iconBox03.countfact{
text-align: left;
}
.logisfareFactAlign-center .fanItem01{
text-align: center;
}
.logisfareFactAlign-right .fanItem01,
.logisfareFactAlign-right .iconBox03.countfact{
text-align: right;
}
.logisfareFactAlign-left .fanItem01 h2{
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.logisfareFactAlign-center .fanItem01 h2{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.logisfareFactAlign-right .fanItem01 h2{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.logisfareFactAlign-right .iconBox03.countfact{
padding: 9px 100px 7px 0;
}
.logisfareFactAlign-right .iconBox03.countfact span {
left: auto;
right: 0;
}
.fanItem01 h2{
color: var(--tw-white-color);
font-size: 40px;
line-height: 1;
margin: 0 0 7px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.fanItem01 h2 span{
font-size: inherit;
position: relative;
color:inherit;
font-weight: inherit;
}
.fanItem01 p{
color: var(--tw-white-color);
font-size: 18px;
font-weight: 600;
line-height: 1;
margin: 0;
font-family: var(--secondary-font);
} .teamItem03{
position: relative;
overflow: hidden;
}
.teamthumb03{
position: relative;
}
.teamItem03 img {
max-width: 100%;
width: 100%;
height: auto;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
.teamSocial03{
position: absolute;
right: 0;
bottom: -41px;
width: calc(100% - 80px);
height: auto;
background: var(--tw-primary-color);
padding: 9px 30px 6px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.teamSocial03 a{
display: inline-block;
color: var(--tw-white-color);
margin-right: 16px;
line-height: 1;
padding: 1px;
}
.teamItem03:hover .teamSocial03{
bottom: 0;
}
.teamContent03{
position: relative;
background: var(--tw-secondary-color);
padding: 25px 30px 27px;
width: calc(100% - 80px);
height: auto;
float: right;
}
.teamContent03 h3{
font-size: 24px;
color: var(--tw-white-color);
margin: 0 0 6px;
line-height: 1;
}
.teamContent03 h3 a{
color: inherit;
display: inline-block;
}
.teamContent03 h3:hover a{
color: var(--tw-primary-color);
}
.teamContent03 p{
font-weight: 500;
line-height: 1;
margin: 0;
font-family: var(--secondary-font);
}
.teamSocial03 a:nth-child(01){
-webkit-transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
-webkit-transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0, 60px, 0);
-moz-transform: translate3d(0, 60px, 0);
-webkit-transform: translate3d(0, 60px, 0);
-ms-transform: translate3d(0, 60px, 0);
-o-transform: translate3d(0, 60px, 0);
}
.teamSocial03 a:nth-child(02){
-webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
-webkit-transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0, 60px, 0);
-moz-transform: translate3d(0, 60px, 0);
-webkit-transform: translate3d(0, 60px, 0);
-ms-transform: translate3d(0, 60px, 0);
-o-transform: translate3d(0, 60px, 0);
}
.teamSocial03 a:nth-child(03){
-webkit-transition: transform 650ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
-webkit-transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0, 60px, 0);
-moz-transform: translate3d(0, 60px, 0);
-webkit-transform: translate3d(0, 60px, 0);
-ms-transform: translate3d(0, 60px, 0);
-o-transform: translate3d(0, 60px, 0);
}
.teamSocial03 a:nth-child(04){
-webkit-transition: transform 750ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
-webkit-transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms, -webkit-transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0, 60px, 0);
-moz-transform: translate3d(0, 60px, 0);
-webkit-transform: translate3d(0, 60px, 0);
-ms-transform: translate3d(0, 60px, 0);
-o-transform: translate3d(0, 60px, 0);
}
.teamItem03:hover .teamSocial03 a:nth-child(01),
.teamItem03:hover .teamSocial03 a:nth-child(02),
.teamItem03:hover .teamSocial03 a:nth-child(03),
.teamItem03:hover .teamSocial03 a:nth-child(04){
opacity: 1;
visibility: visible;
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.teamSocial03 a:hover{
-webkit-transform: scale(1.1) !important;
transform: scale(1.1) !important;
-webkit-transition: 0s;
transition: 0s;
} .appoinMain{
position: relative;
}
.appoinMain img{
max-width: 100%;
}
.appoinGetForm{
position: relative;
background: var(--tw-primary-color);
padding: 91px 99px 100px;
margin-right: -254px;
left: -24px;
}
.appoinGetForm .getForm01 button.logicBtn {
background: var(--tw-secondary-color);
margin: 10px 0 0;
} .testimonialSlider03.owl-carousel .owl-stage{
margin: 54px 0;
}
.testControls03 {
position: relative;
text-align: right;
top: 0;
margin: 0 0 17px;
}
.testControls03 button {
width: 55px;
height: 55px;
border: 1px solid #ECECEC;
box-shadow: 0px 14px 70px rgba(0, 0, 0, 0.07);
border-radius: 8px;
color: var(--tw-primary-color);
line-height: 55px;
font-size: 16px;
margin-left: 5px;
position: relative;
overflow: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: 1;
background: #FFF;
}
.testControls03 button:hover{
color: var(--tw-white-color);
}
.testControls03 button.tprev3:after{
content: "";
position: absolute;
left: 0;
right: auto;
width: 0;
height: 100%;
background: var(--tw-primary-color);
border-radius: 8px;
z-index: -1;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.testControls03 button.tprev3:hover:after{
width: 100%;
right: 0;
left: auto;
}
.testControls03 button.tnext3:after{
content: "";
position: absolute;
right: 0;
left: auto;
width: 0;
height: 100%;
background: var(--tw-primary-color);
border-radius: 8px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
}
.testControls03 button.tnext3:hover:after{
width: 100%;
left: 0;
right: auto;
}
.testimonialSlider03.owl-carousel .owl-item .tsTitle{
max-width: 127px;
height: auto;
margin: 0 0 21px;
}
.testimonialSlider03.owl-carousel .owl-item .tesAuthor img{
width: 70px;
height: 70px;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
background: #D9D9D9;
} .ctaContent04{
position: relative;
padding: 117px 0 114px 0;
}
.ctaContact{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ctacall{
position: relative;
padding: 1px 0 0 76px;
margin-right: 61px;
}
.ctacall span{
position: absolute;
width: 60px;
height: 60px;
border-radius: 50%;
left: 0;
top: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--tw-white-color);
font-size: 24px;
background: var(--tw-primary-color);
}
.ctacall p{
font-size: 14px;
font-weight: 600;
color: var(--tw-white-color);
font-family: var(--secondary-font);
margin: 0 0 3px;
text-transform: uppercase;
}
.ctacall h3{
font-size: 24px;
color: var(--tw-white-color);
line-height: 1;
margin: 0;
}
.ctacall h3 a{
display: inline-block;
color: inherit;
}
.ctacall h3:hover a{
color: var(--tw-primary-color);
}
.ctaContact .logicBtn{
top: 3px;
padding: 0 34.3px;
}
.ctaImg04{
position: relative;
}
.ctaImg04 img{
max-width: 629px;
height: auto;
position: absolute;
left: -105px;
} .blogItem03{
position: relative;
background: var(--tw-white-color);
}
.biThumb03{
position: relative;
overflow: hidden;
}
.elementor .biThumb03 img,
.biThumb03 img {
max-width: 100%;
width: auto;
height: auto;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
.elementor .blogCarousel .biThumb03 img{
width: 100%;
}
.biMeta03{
position: relative;
font-weight: 500;
border-bottom: 1px solid #EBEBEB;
padding: 15px 0 13px;
margin: 0 0 21px;
}
.biMeta03 span{
margin-right: 16px;
}
.biMeta03 span i{
margin-right: 6px;
}
.biMeta03 span a{
color: inherit;
}
.biMeta03 span a:hover{
color: var(--tw-primary-color);
}
.blogItem03 h3{
font-size: 24px;
line-height: 1;
margin: 0 0 12px;
}
.blogItem03 p{
margin: 0 0 21px;
}
.blogItem03 h3 a{
color: inherit;
}
.blogItem03 h3:hover{
color: var(--tw-primary-color);
}
.blogItem03 .biBlog03{
display: inline-block;
color: var(--tw-secondary-color);
font-weight: 600;
font-family: var(--secondary-font);
}
.blogItem03 .biBlog03 span:first-child{
width: 35px;
height: 35px;
color: var(--tw-white-color);
background: var(--tw-primary-color);
border-radius: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 14px;
margin-right: 5px;
}
.biBlog03 .bib03_btnLable {
position: relative;
display: inline-block;
font-size: 16px;
line-height: 24px;
top: -1px;
}
.blogItem03 .biBlog03:hover{
color: var(--tw-primary-color);
}  .pageBanner01{
position: relative;
background: -webkit-linear-gradient(left, rgba(14, 14, 14, 0.8366) 45.33%, rgba(14, 14, 14, 0) 100%), url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/page_banner.jpg)no-repeat scroll center center / cover;
background: linear-gradient(90deg, rgba(14, 14, 14, 0.8366) 45.33%, rgba(14, 14, 14, 0) 100%), url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/page_banner.jpg)no-repeat scroll center center / cover;
padding: 141px 0 122px;
z-index: 1;
}
.pageBanner01:after{
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 300px;
height: 100%;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/ibSecLeft.png)no-repeat;
background-size: 100% 100%;
z-index: -1;
}
.pgBanner-title{
color: var(--tw-white-color);
font-size: 60px;
line-height: 1;
left: -5px;
}
.breadcrumbs{ 
position: relative;
color: #9A9A9A;
font-weight: 400;
font-family: var(--secondary-font);
font-size: 16px;
letter-spacing: 0.05em;
text-transform: uppercase;
margin: 0 0 18px;
}
.breadcrumbs a,
.breadcrumbs .brdSeparator{
color:inherit;
font-weight: inherit;
}
.breadcrumbs span{ 
position: relative;
font-family: var(--secondary-font);
font-size: inherit;
font-weight: 700;
line-height: 1;
color: var(--tw-white-color);
letter-spacing: 0.05em;
text-transform: uppercase;
word-wrap:break-word;
}
.breadcrumbs a:hover{
color: var(--tw-primary-color);
} .logicImg02 {
position: relative;
padding: 0;
max-width: 522px;
width: 100%;
height: auto;
margin: 0 0 163px;
}
.logicImg02 .ab_imgC_01 {
max-width: 387px;
width: 100%;
height: auto;
position: relative;
margin-left: auto;
z-index: 1;
}
.logicImg02 .ab_imgC_02 {
max-width: 313px;
width: 100%;
height: auto;
position: absolute;
top: 300px;
left: -73px;
line-height: 0;
z-index: 2;
}
.logicImg02 .ab_imgC_03 {
width: auto;
height: auto;
position: absolute;
bottom: -169px;
right: 28px;
z-index: 3;
}
.logicImg02 .ab_imgC_02 img{
border-radius: 8px;
border: 8px solid var(--tw-white-color);
}
.elementor .logicImg02 .ab_imgC_01 img,
.elementor .logicImg02 .ab_imgC_03 img,
.logicImg02 .ab_imgC_01 img,
.logicImg02 .ab_imgC_03 img{
border-radius: 8px;
}
.abCount02{
position: absolute;
max-width: 244px;
width: 100%;
height: auto;
background: var(--tw-primary-color);
border-radius: 8px;
top: 80px;
left: 0;
padding: 32px 20px 28px 87px;
z-index: 1;
}
.abCount02 h2{
position: absolute;
left: 34px;
top: 30px;
font-size: 38px;
line-height: 1;
color: var(--tw-white-color);
font-family: var(--primary-font);
}
.abCount02 p{
color: var(--tw-white-color);
font-size: 14px;
line-height: 20px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
}
.logicAbCon02{
position: relative;
top: -9px;
}
.logicAbCon02 p{
margin: 0 15px 23px 0;
}
.logicList{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 38px;
}
.logicList ul:first-child{
margin-right: 65px;
}
.logicList ul{
list-style: none;
margin: 0;
padding: 0;
}
.logicList ul li{
line-height: 32px;
}
.logicList ul li i{
color: var(--tw-primary-color);
margin-right: 8px;
}
.logicAuthorItem{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.logicAuthor{
position: relative;
padding: 6px 0 0 75px;
margin-right: 40px;
}
.logicAuthor img{
width: 55px;
height: 55px;
border-radius: 5px;
position: absolute;
left: 0;
top: 0;
}
.logicAuthor h3{
font-size: 18px;
text-transform: uppercase;
margin: 0 0 3px;
line-height: 1;
}
.logicAuthor p{
margin: 0;
font-family: var(--secondary-font);
}
.logicAuthorItem .logicBtn {
padding: 0 39.3px;
}  .abiBoxSection{
position: relative;
}
.abiBoxItem01{
position: relative;
background: -webkit-linear-gradient(right, rgba(22, 25, 33, 0.72) 0%, rgba(22, 25, 33, 0.97) 100%) , url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/ibox01.jpg)no-repeat scroll center center / cover;
background: linear-gradient(270deg, rgba(22, 25, 33, 0.72) 0%, rgba(22, 25, 33, 0.97) 100%) , url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/ibox01.jpg)no-repeat scroll center center / cover;
padding: 50px 20px 72px 110px;
}
.abiBoxItem02{
background: var(--tw-primary-color);
padding: 50px 20px 72px 100px;
}
.abiBoxItem02 .ibox05 span{
border: 1.5px solid #FE5B27;
box-shadow: 0px 11px 27px #D93603;
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.abiBoxItem03{
position: relative;
background: -webkit-linear-gradient(right, rgba(22, 25, 33, 0.72) 0%, rgba(22, 25, 33, 0.97) 100%) , url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/ibox02.jpg)no-repeat scroll center center / cover;
background: linear-gradient(270deg, rgba(22, 25, 33, 0.72) 0%, rgba(22, 25, 33, 0.97) 100%) , url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/ibox02.jpg)no-repeat scroll center center / cover;
padding: 50px 20px 72px 100px;
}
.ibox05{
position: relative;
padding: 24px 0 0 123px;
}
.ibox05 span{
position: absolute;
width: 99px;
height: 99px;
border-radius: 50%;
background: var(--tw-white-color);
left: 0;
top: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--tw-primary-color);
font-size: 45px;
}
.ibox05 p{
font-size: 14px;
font-weight: 700;
color: var(--tw-white-color);
line-height: 1;
margin: 0 0 13px;
text-transform: uppercase;
}
.ibox05 h3{
color: var(--tw-white-color);
font-size: 26px;
line-height: 1;
margin: 0;
font-family: var(--primary-font);
}
.ibox05 h3 a{
display: inline-block;
color: inherit;
}
.ibox05 h3:hover a{
color: var(--tw-secondary-color);
} .featureContent{
position: relative;
}
.featureContent p{
margin:0 0 42px;
font-weight: 500;
}
.feProgress{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 33px;
}
.fepItem{
max-width: 270px;
width: 100%;
height: auto;
background: #D6ECEE;
border-radius: 5px;
padding: 29px 39px 36px;
}
.fepItem.fepItem2{
background: #F9F3F1;
margin-left: 20px;
padding: 33px 39px 32px;
}
.fepItem h2{
font-size: 40px;
line-height: 1;
margin: 0 0 9px;
font-family: var(--primary-font);
}
.fepItem p{
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
color: var(--tw-secondary-color);
margin: 0;
}
.featureImg{
position: relative;
text-align: right;
top: 10px;
}
.featureImg img{
max-width: 518px;
width: 100%;
height: auto;
}
.featureContent .logicBtn{
padding: 0 36.8px;
top: -1px;
} .aboutLook04 {
position: relative;
max-width: 598px;
width: 100%;
height: auto;
margin: 0 0 72px;
}
.abLookImg01{
position: relative;
max-width: 558px;
width: 100%;
height: auto;
z-index: 1;
}
.abLookImg01 img{
max-width: 100%;
width: 100%;
height: auto;
border-radius: 5px;
}
.abLookImg02 {
max-width: 430px;
width: 100%;
position: absolute;
top: 380px;
left: -100px;
line-height: 0;
z-index: 2;
}
.elementor .abLookImg02 img,
.abLookImg02 img{
box-shadow: 0px 4px 41px rgba(211, 210, 210, 0.4);
border-radius: 5px;
border: 10px solid var(--tw-white-color);
}
.abJobCount {
position: absolute;
width: 180px;
height: 180px;
border-radius: 50%;
border: 7px solid var(--tw-white-color);
background: var(--tw-secondary-color);
top: 309px;
left: calc((50% - 90px) + -1%);
text-align: center;
z-index: 3;
}
.abJobCount h2 {
color: var(--tw-white-color);
font-size: 48px;
font-weight: 600;
line-height: 1;
margin: 47px 0 -1px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.abJobCount .counterSuffix{
position: relative;
display:inline-block;
}
.abJobCount p{
font-size: 20px;
font-weight: 600;
color: var(--tw-white-color);
font-family: var(--secondary-font);
}
.aboutContent04{
position:relative;
padding: 0 0 0 35px;
top: -2px;
}
.aboutContent04 p{
margin: 0 0 42px;
font-size: 18px;
line-height: 28px;
}
.aboutContent04 .abPera2nd{
font-size: 16px;
line-height: 28px;
}
.abIconBox04{
width: 100%;
height: auto;
padding: 31px 40px 31px 107px;
background: #F9F3F1;
position: relative;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 22px;
}
.abIconBox04 span{
display: inline-block;
position: absolute;
line-height: 1;
top: 30px;
left: 40px;
}
.abIconBox04 i{
color: var(--tw-primary-color);
font-size: 50px;
}
.abIconBox04 svg{
fill: var(--tw-primary-color);
stroke: var(--tw-primary-color);
stroke-width: 0.5px;
width: auto;
height: 50px;
margin-right: 16px;
}
.abIconBox04 h3{
font-size: 20px;
line-height: 24px;
font-weight: 600;
margin: 0;
}
.aboutContent04 .logicBtn{
padding: 0 33.2px;
top: -12px;
} .historyNavTab{
position: relative;
z-index: 1;
}
.historyNavTab .nav-tabs{
border: 0;
row-gap: 20px;
-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
}
.historyNavTab .nav-link{
position: relative;
background: var(--tw-white-color);
box-shadow: 0px 19px 36px rgba(130, 100, 90, 0.05);
border-radius: 10px;
color: var(--tw-secondary-color);
font-family: var(--secondary-font);
font-size: 18px;
font-weight: 600;
line-height: 1;
width: auto;
height: 55px;
line-height: 57px;
padding: 0 33.9px;
margin: 0;
border: none;
z-index: 1;
}
.historyNavTab .nav-tabs .nav-link.active {
color: var(--tw-white-color);
}
.historyNavTab .nav-link:after{
content: '';
position: absolute;
right: 0;
left: auto;
width: 0;
height: 100%;
background: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition:all 350ms ease;
border-radius: 10px;
z-index: -1;
}
.historyNavTab .nav-tabs .nav-link.active:after {
width: 100%;
left: 0;
right: auto;
}
.historyNavContent{
position: relative;
}
.historyContent{
position: relative;
padding: 45px 0 0;
}
.historyContent h2{
font-size: 24px;
font-weight: 700;
line-height: 1;
margin: 0 0 24px;
}
.historyContent p{
margin: 0 0 26px;
}
.historyContent .btnLink{
text-transform: uppercase;
font-weight: 700;
color: var(--tw-primary-color);
font-family: var(--secondary-font);
}
.historyContent .btnLink i{
font-size: 12px;
top: -1px;
}
.historyImg{
position: relative;
text-align: right;
}
.historyImg img{
max-width: 554px;
width: 100%;
height: auto;
border-radius: 5px;
} .shopController{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.productCount{
position: relative;
}
.productCount p{
color: var(--tw-secondary-color);
margin: 0;
line-height: 1;
}
.shopAccessBar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sortNav .nice-select {
width: 100%;
height: 45px;
border: 1px solid #E8E8E8;
font-size: 14px;
font-weight: 500;
padding: 0 45px 0 20px;
line-height: 45px;
border-radius: 0;
min-width: 209px;
}
.sortNav .nice-select:after {
content: '\e905';
font-family: 'logisfare';
font-size: 8px;
border: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
top: 4px;
right: 26px;
color: #74787C;
}
.sortNav .nice-select .list{
width: 100%;
margin: 0;
}
.shopAccessBar .sortNav form{
margin:0;
}
.productViewTabnav {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.productViewTabnav li button{
font-size: 17px;
color: #74787C;
padding: 0;
margin-left: 20px;
border: none;
position: relative;
top: 2px;
background: transparent;
}
.productViewTabnav li button,
.productViewTabnav li button:hover{
border: none;
}
.productViewTabnav li button.active {
border: none;
background: none;
color: var(--tw-primary-color);
}
.productAllItems{
position: relative;
margin: 40px 0 62px;
}
.productItem01{
position: relative;
background: #F5F5F5;
padding: 30px 30px 32px;
margin: 0 0 24px;
}
.pi01Thumb{
position: relative;
width:100%;
min-height: 350px;
background: var(--tw-white-color);
padding: 20px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.pi01Thumb img {
max-width: 100%;
width: auto;
max-height: 225px;
height: auto;
}
.pi01Thumb:after{
content: '';
position: absolute;
right: 0;
top: 0;
background: -webkit-linear-gradient(bottom, #161921, #161921), #FFFFFF;
background: linear-gradient(0deg, #161921, #161921), #FFFFFF;
width: 100%;
height: 100%;
-webkit-transition: all 800ms ease;
transition: all 800ms ease;
opacity: 0;
visibility: hidden;
}
.productItem01:hover .pi01Thumb:after{
opacity: 1;
visibility: visible;
}
.pi01Thumb .productLabels span {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: var(--tw-white-color);
background: var(--tw-primary-color);
font-family: var(--primary-font);
padding: 0px 13px;
position: absolute;
top: 0;
left: 0;
line-height: 25px;
z-index: 1;
}
.pi01Details{
position: relative;
text-align: center;
padding: 29px 0 0px;
}
.pi01Details h5 {
font-size: 13px;
text-transform: uppercase;
color: var(--tw-body-color);
font-weight: 600;
margin: 0 0 11px;
font-family: var(--primary-font);
line-height: 1;
}
.pi01Details h5 a{
font-size: inherit;
color: inherit;
font-weight: inherit;
font-family: inherit;
}
.pi01Details h5 a:hover{
color: var(--tw-primary-color);
}
.pi01Details h3{
font-size: 24px;
line-height: 1;
margin: 0 0 14px;
}
.pi01Details h3 a{
color: inherit;
display: inline-block;
}
.pi01Details h3:hover{
color: var(--tw-primary-color);
}
.pi01Details .pi01Price{
color: var(--tw-primary-color);
font-weight: 600;
text-decoration: none;
}
.shopPagination {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
row-gap: 15px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 36px 0 0;
}
.shopPagination a,
.shopPagination span{
width: 50px;
height: 50px;
background: #F5F5F5;
color: var(--tw-secondary-color);
font-size: 16px;
font-weight: 600;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.shopPagination a:hover{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.shopPagination span{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.productSinList01{
position: relative;
background: #F5F5F5;
padding: 30px 30px 27px;
margin: 0 0 24px;
}
.productSinList01 .pi01Details {
text-align: left;
padding: 47px 0 0px;
}
.productSinList01 .pi01Details ins{
margin: 0 0 17px;
display: inline-block;
}
.productSinList01 .pi01Details p{
margin: 0 0 30px;
}
.productSinList01 .pi01Details .logicBtn{
padding: 0 23.7px;
height: 45px;
line-height: 45px;
border-radius: 0;
} .tmDetImg{
position: relative;
}
.tmDetImg img{
max-width: 100%;
height: auto;
}
.tmDesctiption{
position: relative;
background: #F7F7F7;
padding: 73px 113px 71px 60px;
z-index: 1;
}
.tmDesctiption:after{
content: '';
position: absolute;
top: 0;
right: 0;
width: 104px;
height: 216px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/teamDetails_shap.png)no-repeat;
background-size: 100% 100%;
z-index: -1;
}
.tmDesTitle{
position: relative;
margin: 0 0 25px;
}
.tmDesTitle h2{
font-size: 30px;
line-height: 1;
margin: 0 0 6px;
}
.tmDesTitle span{
color: var(--tw-primary-color);
}
.tmDesctiption p{
margin: 0 0 32px;
}
.tmDetIconItem {
position: relative;
margin: 0 9px 10px 0;
}
.tmDesctiption .logicBtn{
padding: 0 35px;
} .cartImage01{
position: relative;
background: #F5F5F5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-width: 520px;
width: 100%;
min-height: 600px;
}
.cartImage01 img{
max-width: 100%;
height: auto;
}
.cartImage01 span{
position: absolute;
display: inline-block;
font-size: 14px;
font-weight: 700;
color: var(--tw-white-color);
background: var(--tw-primary-color);
padding: 0 13px;
text-transform: uppercase;
top: 30px;
left: 30px;
width: auto;
height: 25px;
line-height: 26px;
}
.cartContent01 h2{
font-size: 36px;
line-height: 1;
margin: 0 0 11px;
}
.pcRating{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 20px;
}
.starRating{
position: relative;
margin-right: 14px;
}
.starRating i{
color: #F9B317;
font-size: 12px;
margin-right: 1px;
}
.pcExcerpt{
margin: 0 0 26px;
}
.pcInfoList{
position: relative;
margin: 0 0 32px;
}
.pcInfoList p{
margin: 0 0 6px;
}
.pcInfoList p i{
color: var(--tw-primary-color);
font-size: 16px;
margin-right: 10px;
}
.pcBtns{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 36px;
}
.pcBtns .logicBtn{
padding: 0 39.2px;
}
.quantityd {
height: 55px;
position: relative;
background: var(--tw-secondary-color);
z-index: 1;
border-radius: 8px;
width: 101px;
margin-right: 20px;
}
.quantityd:after{
content: '';
position: absolute;
width: 1px;
height: 23px;
background: #2C303C;
top: 0;
right: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.quantityd button.qtyBtn {
background: transparent;
height: 15px;
width: 15px;
padding: 0;
position: absolute;
font-size: 12px;
line-height: 12px;
text-align: center;
border: none;
outline: none;
color: var(--tw-white-color);
font-weight: 700;
padding: 0;
right: 18px;
-webkit-transition: all ease 300ms;
transition: all ease 300ms;
opacity: 0.2;
}
.quantityd button.qtyBtn:hover{
opacity: 1;
}
.quantityd button.btnPlus {
top: 12px;
}
.quantityd button.btnMinus {
bottom: 12px;
}
.quantityd input[type=number] {
border: medium;
color: var(--tw-white-color);
width: 45px;
height: 100%;
font-size: 18px;
line-height: 55px;
font-weight: 600;
-webkit-filter: none;
filter: none;
margin: 0;
background: 0 0;
left: 0;
outline: none;
padding: 0 5px;
position: absolute;
text-align: center!important;
z-index: -1;
left: 5px;
}
.quantityd input[type=number]::-webkit-outer-spin-button,
.quantityd input[type=number]::-webkit-inner-spin-button{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
}
.pcMeta{
position: relative;
}
.pcMeta p{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.pcMeta p span{
font-weight: 700;
min-width: 91px;
color: var(--tw-secondary-color);
}
.pcMeta p a{
display: inline-block;
color: inherit;
}
.pcMeta p a:hover{
color: var(--tw-primary-color);
} .productTabSec{
position: relative;
padding: 72px 0 0;
}
.product_tabArea .nav-tabs {
border: none;
border-bottom: 3px solid #EFEFEF;
}
.product_tabArea .nav-tabs .nav-link{
position: relative;
color: var(--tw-secondary-color);
font-weight: 700;
text-transform: uppercase;
border: none;
padding: 0;
margin: 0 58px 17px 0;
}
.product_tabArea .nav-tabs .nav-link:after{
content: '';
position: absolute;
right: 0;
left: auto;
bottom: -20px;
width: 0;
height: 3px;
background: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.product_tabArea .nav-tabs .nav-link.active:after{
width: 100%;
left: 0;
right: auto;
}
.product_tabArea .nav-tabs .nav-link.active, 
.product_tabArea .nav-tabs .nav-item.show .nav-link {
color: unset;
background: transparent;
border: none;
}
.product_tabArea .tab-content{
padding: 33px 0 0 ;
}
.pdTapDesc{
position: relative;
}
.pdTapDesc p{
margin: 0 0 25px;
}
.pdTapDesc p:last-child{
margin: 0;
} .product_tabArea .comment_area {
padding-right: 140px;
}
.sic_comments {
position: relative;
margin-bottom: 50px;
margin-right: 138px;
}
.sic_comments > .sicc_title, .productCommentForm .sicc_title {
margin-bottom: 27px;
color: var(--tw-secondary-color);
letter-spacing: 0;
font-weight: 700;
}
.sicc_title {
font-size: 24px;
color: var(--tw-secondary-color);
letter-spacing: -.96px;
line-height: 30px;
margin: 0 0 26px;
}
.reviewList ol {
margin: 0;
padding: 0;
}
.reviewList ol li {
list-style: none;
position: relative;
border-top: 1px solid #e1e1e1;
}
.reviewList ol > li:first-child {
border-top: none;
}
.postReview {
position: relative;
min-height: 55px;
padding: 2px 0 47px 144px;
margin: 26px 0 0;
border-radius: 0;
}
.postReview > img {
width: 75px;
height: 75px;
border-radius: 50%;
position: absolute;
left: 0;
top: 5px;
}
.postReview h2{
font-size: 16px;
line-height: 23px;
font-weight: 700;
letter-spacing: -.32px;
color: var(--tw-secondary-color);
margin: 0 0 9px;
text-transform: capitalize;
}
.postReviewContent p {
margin: 0 0 23px;
}
.comment-form-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
line-height: 24px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 29px;
}
.woocommerce #review_form #respond p {
margin:0;
}
.woocommerce #review_form #respond p.comment-notes{
margin-bottom: 10px;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent{
margin-bottom: 32px;
}
.woocommerce #review_form #respond p.stars span a {
color: #F9B317;
margin-right: 0;
font-size: 16px;
position: relative;
top: 4px;
}
.reviewList{
margin-bottom: 50px;
}
.comment-form-rating label {
margin-right: 24px;
}
.reviewMeta {
display: block;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: var(--tw-body-color);
line-height: .8;
margin: 0;
}
.reviewMeta span {
color: var(--tw-secondary-color);
font-weight: 700;
}
.single_comment .cm_date a{
color: inherit;
display: inline-block;
}
.single_comment .cm_date a:hover{
color: var(--tw-primary-color);
}
.productComent .starRating {
font-size: 13px;
color: #ffc556;
letter-spacing: 4px;
margin: 0;
position: absolute;
right: 0;
bottom: 39px;
}
.productReviewArea .hasReviews {
position: relative;
}
.productReviewArea .comment-respond h3 {
margin-bottom: 19px !important;
color: var(--tw-secondary-color);
letter-spacing: 0;
font-weight: 700;
}
#commentform .col-lg-6 {
margin-top: -26px;
}
#commentform input[type="email"], #commentform input[type="text"], #commentform input[type="url"], #commentform input[type="tel"], #commentform textarea {
display: block;
width: 100%;
height: 60px;
border: unset;
color: #74787C;
background: var(--tw-white-color);
border-radius: 8px;
line-height: 60px;
padding: 0 45px 0 26px;
border: 1px solid #eceef2;
margin: 0 0 14px;
outline:0;
}
#commentform :focus-visible {
outline: none
}
#commentform .col-md-6.email {
padding-left: 5px;
}
.woocommerce #reviews #comment,
#commentform textarea {
height: 200px;
line-height: 26px;
padding-top: 34px;
margin-bottom: 40px;
resize: none;
}
#commentform .logicBtn {
height: 55px;
width: auto;
border-radius: 8px;
text-transform: uppercase;
line-height: 55px;
padding: 0 38px;
}
.woocommerce .productRatingWrap{
position: relative;
}
.woocommerce .productRatingWrap > .star-rating {
width: 88.56px;
font-size: 14px;
height: 14px;
letter-spacing: 3px;
bottom: 4px;
}
.productReviewArea .col-lg-11:first-child{
max-width: 942px;
width: 100%;
} .serviceItem03{
position: relative;
text-align: left;
background: var(--tw-white-color);
box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.02);
padding: 40px 40px 33px;
margin-bottom: 24px;
}
.serviceItem03 span{
width: 75px;
height: 75px;
border-radius: 50%;
color: var(--tw-white-color);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: var(--tw-primary-color);
font-size: 36px;
margin: 0 0 38px;
}
.serviceItem03 span i,
.serviceItem03 span i:before{
color: var(--tw-white-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.elementor .serviceItem03 span img,
.serviceItem03 span img{
width: auto;
height: 38px;
}
.serviceItem03 h3{
font-size: 24px;
line-height: 1;
margin: 0 0 21px;
}
.serviceItem03 h3 a{
color: inherit;
display: inline-block;
}
.serviceItem03 h3:hover a{
color: var(--tw-primary-color);
}
.serviceItem03 p{
margin: 0 0 14px;
}
.serviceItem03 .btnLink{
color: var(--tw-primary-color);
} .serSkillDet{
position: relative;
background: var(--tw-white-color);
padding: 100px 100px 100px;
margin-left: 76px;
box-shadow: 0px 7px 48px rgba(0, 0, 0, 0.02);
top: 174px;
}
.serSkillDet p{
margin: 0 0 50px;
}
.serSkillDet .singleSkill h3,
.serSkillDet .singleSkill span{
font-size: 16px;
} .servicePageDetails{
position: relative;
padding: 120px 0 120px;
}
.servicePageDetails .col-lg-4{
width: 30.5%;
}
.servicePageDetails .col-lg-8{
width: 69.5%;
}
.serviceSidebar{
position: relative;
}
.pjSidebarWidget, .serviceWidget{
position: relative;
padding: 30px;
background: #F5F5F5;
width: 100%;
height: auto;
display: inline-block;
margin-bottom: 30px;
}
.serWidgetFile{
position: relative;
display: block;
padding: 26px 10px 12px 85px;
background: var(--tw-white-color);
margin-bottom: 10px;
box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.02);
color: inherit;
}
.serWidgetFile:hover{
background: var(--tw-primary-color);
}
.serWidgetFile:last-child{
margin-bottom: 0;
}
.serWidgetFile span{
position: absolute;
left: 27px;
top: 27px;
width: 45px;
height: 45px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 20px;
background: var(--tw-primary-color);
color: var(--tw-white-color);
border-radius: 50%;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.serWidgetFile:hover span{
background: var(--tw-white-color);
color: var(--tw-primary-color);
}
.serWidgetFile strong{
font-size: 18px;
font-family: var(--primary-font);
font-weight: 600;
color: #1F1F25;
line-height: 1;
margin: 0 0 10px;
display: inline-block;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.serWidgetFile:hover strong{
color: var(--tw-white-color);
}
.serWidgetFile p{
font-size: 14px;
font-weight: 500;
line-height: 1;
color:  var(--tw-body-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.serWidgetFile:hover p{
color: var(--tw-white-color);
}
.serviceWidget .widgetTitle{
font-size: 24px;
line-height: 1;
margin: 0 0 26px;
}
.serCatWidget ul,
.postCategorys{
margin:0;
padding:0;
}
.serCatWidget ul li,
.postCategorys li{
list-style: none;
border:unset;
outline: unset;
}
.serCatWidget ul li:not(:last-child),
.postCategorys li:not(:last-child){
margin-bottom: 15px;
}
.serCatWidget a{
font-size: 16px;
color: var(--tw-body-color);
font-weight: 500;
font-family: var(--primary-font);
background: var(--tw-white-color);
display: block; 
padding: 0 25px;
width: 100%;
height: 50px;
line-height: 50px;
font-weight: 500;
position: relative;
border-radius: 100px;
}
.serCatWidget a:after {
content: "\e9d1";
position: absolute;
font-size: inherit;
color: inherit;
font-family: 'Themewar' !important;
right: 25px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.postCategorys a{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 25px;
width: 100%;
height: 50px;
line-height: 50px;
font-weight: 500;
background: var(--tw-white-color);
margin-bottom: 15px;
color: inherit;
position: relative;
z-index: 1;
}
.serCatWidget a:last-child,
.postCategorys a:last-child{
margin-bottom: 0;
}
.serCatWidget a i,
.postCategorys a i{
color: var(--tw-primary-color);
position: relative;
}
.serCatWidget a:hover i,
.postCategorys a.active i,
.postCategorys a:hover i{
color: var(--tw-white-color);
}
.serCatWidget a:hover,
.serCatWidget .current-menu-item a,
.postCategorys a:hover,
.postCategorys a.active{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
aside.serQuickEmail{
text-align: center;
padding: 50px 60px 60px;
background: var(--tw-secondary-color);
}
.serQuickEmail span{
position: relative;
width: 100px;
height: 100px;
border-radius: 50%;
margin: 0 0 28px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: var(--tw-white-color);
}
.serQuickEmail i{
font-size: 40px;
color: var(--tw-primary-color);
}
.serQuickEmail h3{
font-size: 20px;
font-weight: 800;
text-transform: uppercase;
line-height: 28px;
color: var(--tw-white-color);
margin: 0 0 31px;
}
.serQuickEmail a{
display: inline-block;
background: var(--tw-white-color);
width: auto;
box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.08);
border-radius: 100px;
font-size: 18px;
font-weight: 700;
color: var(--tw-secondary-color);
line-height: 45px;
padding: 0 23px;
}
.serQuickEmail a:hover{
background: var(--tw-primary-color);
color: var(--tw-white-color);
} .serviceDetailsWrap{
position: relative;
padding-left: 35px;
}
.serDetThumb{
position: relative;
}
.serDetThumb img{
max-width: 100%;
width: 100%;
height: auto;
margin: 0 0 43px;
}
.serDetContent{
position: relative;
}
.serDetContent h2{
font-size: 36px;
color: #1F1F25;
line-height: 1;
margin: 0 0 20px;
}
.serDetContent h3{
font-size: 30px;
color: #1F1F25;
line-height: 1;
margin: 0 0 16px;
}
.serDetContent p{
margin: 0 0 27px;
}
.serviceBenefits{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 43px 0 27px;
}
.serviceBenefits img{
max-width: 311px;
width: 100%;
height: 220px;
}
.serBenefitsCon{
position: relative;
padding-left: 30px;
top: -5px;
}
.serBenefitsCon .logicList{
margin-bottom: 0;
}
.serBenefitsCon h3{
margin: 0 0 17px;
}
.serBenefitsCon p{
margin: 0 0 16px;
}
.serBenefitsCon .logicList ul li i {
margin-right: 6px;
}
.textBoxWrap{
position: relative;
margin: 31px 0 0 24px;
}
.textBoxItem{
position: relative;
width: 100%;
height: auto;
background: var(--tw-white-color);
box-shadow: 0px 9px 37px rgba(0, 0, 0, 0.07);
margin-bottom: 20px;
padding: 34px 65px 27px 50px;
border-left: 2px solid var(--tw-primary-color);
}
.textBoxItem:last-child{
margin-bottom: 0;
}
.textBoxItem h4{
font-size: 14px;
font-weight: 600;
line-height: 1;
font-family: var(--primary-font);
text-transform: uppercase;
color: #9DA3A9;
margin: 0 0 11px;
}
.textBoxItem p{
font-size: 18px;
font-weight: 500;
line-height: 28px;
color: var(--tw-secondary-color);
margin: 0;
}
.textBoxItem span{
position: absolute;
width: 50px;
height: 50px;
border-radius: 50%;
background: var(--tw-primary-color);
display: inline-block;
color: var(--tw-white-color);
font-size: 18px;
font-weight: 700;
line-height: 50px;
text-align: center;
left: -26px;
top: 0;
bottom: 0;
margin: auto;
z-index: 1;
} .blogPageSection,
.blogPageSec01{
position: relative;
padding: 120px 0 112px;
}
.blogPageSection .col-lg-8,
.blogPageSec02 .col-lg-8,
.blogPageDetails .col-lg-8{
width: 66.961%;
}
.blogPageSection .col-lg-4.blogSidebarCol,
.blogPageSection .blogGridView:not(.blogNSB) .col-lg-4,
.blogPageSec02 .col-lg-4,
.blogPageDetails .col-lg-4{
width: 33.039%;
}
.blogPageWrap{
position: relative;
padding-right: 35.9px;
}
.blogPageSingle01{
position: relative;
margin: 0 0 52px;
}
.blogPageSingle01:last-child{
margin-bottom: 0;
}
.blogPageSingle01 img{
max-width: 100%;
height: auto;
margin: 0 0 33px;
}
.blogPageSingle01 h2{
font-size: 36px;
line-height: 1;
margin: 0 0 21px;
word-break: break-word;
}
.blogPageSingle01 h2 a{
color: inherit;
display: inline-block;
word-break: break-word;
}
.blogPageSingle01 h2:hover{
color: var(--tw-primary-color);
}
.blogPageSingle01 .biMeta01{
margin: 0 0 17px;
}
.blogPageSingle01 p{
margin: 0 15px 32px 0;
}
.blogPageSingle01 .logicBtn{
height: 45px;
line-height: 45px;
padding: 0 32.3px;
}
.blogPageWrap .blockquote01{
background: #171717;
padding: 53px 60px 20px;
margin: 0 0 60px;
}
.blogPageWrap .blockquote01 .blogPageSingle01{
margin: 0;
}
.blogPageWrap .blockquote01 h2{
color: var(--tw-white-color);
font-size: 34px;
}
.blogPageWrap .blockquote01 p{
font-weight: 400;
color: #7D7E80;
}
.blogGridView .blogItem01,
.blogGridView .blogItem02,
.blogGridView .blogItem03{
margin-bottom: 50px;
}
.blogGridView .col-lg-6.col-md-6:nth-last-child(-n + 2) .blogItem01,
.blogGridView .col-lg-6.col-md-6:nth-last-child(-n + 2) .blogItem02,
.blogGridView .col-lg-6.col-md-6:nth-last-child(-n + 2) .blogItem03{
margin-bottom: 0px;
}
.blogGridView.blogNSB .col-lg-4:nth-last-child(-n + 3) .blogItem01,
.blogGridView.blogNSB .col-lg-4:nth-last-child(-n + 3) .blogItem02,
.blogGridView.blogNSB .col-lg-4:nth-last-child(-n + 3) .blogItem03{
margin-bottom: 0px;
} .blogPageSidebar{
position: relative;
}
.pjWidgetMeta,
.serviceWidget,
.widget{
position: relative;
background: #F5F5F5;
width: 100%;
display: inline-block;
margin-bottom: 40px;
padding: 40px 40px 40px;
}
.pjWidgetMeta{
padding: 35px 40px 40px;
}
.serCatWidget{
padding: 37px 40px 40px;
}
.widgetTitle {
font-size: 24px;
line-height: 1;
margin: 9px 0 27px;
}
.pjWidgetMeta .widgetTitle{
margin: 0 0 29px;
}
.widget.postCategorys a{
border-radius: 0;
}
.searchForm{
position: relative;
}
.blogPostStatic .wp-block-search__input,
.searchForm input{
width: 100%;
height: 55px;
line-height: 55px;
border: 0;
outline: 0;
padding: 0 65px 0 20px;
color: #74787C;
}
.blogPostStatic .wp-block-search__button,
.searchForm button{
position: absolute;
right: 0;
top: 0;
background: var(--tw-primary-color);
color: var(--tw-white-color);
width: 55px;
height: 55px;
line-height: 55px;
border: 0;
outline: 0;
}
.blogPostStatic .wp-block-search__button:hover,
.searchForm button:hover{
background: var(--tw-secondary-color);
}
.widtet.recentPost{
padding: 47px 40px 42px;
}
.recentPost .widgetTitle{
margin: 0 0 22px;
}
.latest_post_widget {
position: relative;
}
.latest_post_widget .widgetTitle{
margin-bottom: 20px;
}
.latestPost {
position: relative;
padding: 3px 0 0px 100px;
margin: 0 0 26px;
min-height: 84px;
}
.latestPost:last-child{
margin-bottom: 0px;
}
.elementor .latestPost img,
.latestPost img{
max-width: 85px;
width: 100%;
height: 85px;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
}
.latestPost p{
font-size: 14px;
margin: 0 0 3px;
}
.latestPost p i {
margin-right: 5px;
position: relative;
top: 1px;
}
.latestPost p a{
color: inherit;
display: inline-block;
text-transform: capitalize;
line-height: 1;
}
.latestPost p a:hover{
color: var(--tw-primary-color);
}
.latestPost h3{
font-size: 18px;
font-weight: 600;
line-height: 26px;
font-family: var(--primary-font);
margin: 0;
}
.latestPost h3 a{
color: inherit;
display: inline-block;
}
.latestPost h3 a:hover{
color: var(--tw-primary-color);
}
.widgetGallery01{
padding: 46px 40px 40px;
}
.widgetGallery .widgetTitle{
margin: 0 0 28px;
}
.widGalleryItem{
position: relative;
display: -ms-grid;
display: grid;
grid-template-columns:repeat(3,1fr);
grid-gap: 11px;
}
.widGalleryItem a{
display: inline-block;
max-width: 100%;
height: auto;
position: relative;
border-radius: 10px;
overflow: hidden;
}
.widGalleryItem a img{
width: 100%;
height: 100%;
}
.widGalleryItem a:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #ec37007a;
border-radius: inherit;
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.widGalleryItem a i{
position: absolute;
left: 50%;
top: 70%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
display: inline-block;
z-index: 1;
color: var(--tw-white-color);
z-index: 2;
opacity: 0;
visibility: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.widGalleryItem a:hover:after{
opacity: 1;
visibility: visible;
border-radius: inherit;
}
.widGalleryItem a:hover i{
top: 50%;
opacity: 1;
visibility: visible;
}
.widgetTags .widgetTitle{
margin: 0 0 27px;
}
.widgetTags{
padding: 47px 20px 31px 40px;
}
.tagcloud,
.wp-block-tag-cloud,
.blogTagItems {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
row-gap: 10px;
}
.tagcloud a,
.wp-block-tag-cloud a,
.blogTagItems a{
display: inline-block;
width: auto;
height: 35px;
line-height: 35px;
background: var(--tw-white-color);
color: var(--tw-body-color);
padding: 0 16px;
border-radius: 100px;
font-size: 14px !important;
font-weight: 500;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover,
.blogTagItems a:hover{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.blogPageSec01 .productPagination{
text-align: left;
margin: 50px 0 0;
left: -9px;
} .blogPageSec02{
padding: 120px 0 112px;
}
.blogPageSec02 .blogPageWrap {
padding-left: 35.9px;
padding-right: 0;
}
.blogPageSec02 .productPagination{
margin-top: 50px;
position: relative;
left: -9px;
} .blogPageDetails{
padding: 120px 0 120px;
}
.blogDetailsCon{
position: relative;
}
.blogDetailsCon img{
max-width: 100%;
height: auto;
}
.blogDetailsCon .blDetThumb01{
margin: 0 0 35px;
}
.singlePostMeta .biMeta01 {
margin: 0 0 17px;
}
.blogTitle{
font-size: 36px;
line-height: 1;
margin: 0 0 25px;
word-wrap: break-word;
}
.blogDetailsCon h3{
font-size: 30px;
line-height: 1;
margin: 0 0 20px;
}
.blogDetailsCon p{
margin:0px 13px 27px 0;
}
.blogPostStatic blockquote,
.wp-block-quote,
.wp_blockQuote{
position: relative;
width: 100%;
background: #F5F5F5;
padding: 31px 40px 32px 164px;
margin: 41px 0 36px;
overflow: hidden;
}
.blogPostStatic blockquote:before,
.wp-block-quote:before {
content: "\e95a";
font-family: 'LogisFare' !important;
}
.blogPostStatic blockquote:before,
.wp-block-quote:before,
.wp_blockQuote i{
position: absolute;
left: 0;
top: 0;
width: 125px;
height: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: var(--tw-primary-color);
color: var(--tw-white-color);
font-size: 38px;
}
.blogPostStatic blockquote.wp-block-quote p,
.blogPostStatic blockquote p,
.wp-block-quote p,
.wp_blockQuote p{
font-size: 18px;
font-weight: 600;
line-height: 28px;
margin: 0 0 20px;
color: var(--tw-secondary-color);
}
.blogPostStatic blockquote.wp-block-quote.is-style-large cite,
.blogPostStatic blockquote cite,
.wp-block-quote cite,
.wp_blockQuote cite{
color: var(--tw-primary-color);
font-size: 18px;
font-weight: 600;
line-height: 1;
font-style: normal;
position: relative;
margin-left: 41px;
}
.blogPostStatic blockquote.wp-block-quote.is-style-large cite:after,
.blogPostStatic blockquote cite:after,
.wp-block-quote cite:after,
.wp_blockQuote cite:after{
content: '';
position: absolute;
left: -40px;
top: 0;
bottom: 0;
margin: auto;
width: 30px;
height: 2px;
background: var(--tw-primary-color);
}
.blogGallery{
position: relative;
margin: 40px 0 43px;
}
.blogGallery img{
max-width: 100%;
height: auto;
}
.blogDetailsCon .blDetThumb02{
margin: 15px 0 45px;
} .spMeta{
position: relative;
margin: 42px 0 70px;
}
.postTags{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
row-gap: 10px;
}
.postTags a {
color: var(--tw-body-color);
font-family: var(--primary-font);
font-size: 14px;
font-weight: 500;
line-height: 17px;
padding: 8px 21px;
border: 1px solid #ECECEC;
background: #FFF;
border-radius: 100px;
display: inline-block;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.postTags a:hover{
color: var(--tw-white-color);
background: var(--tw-primary-color);
border-color: var(--tw-primary-color);
}
.socialShare{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.socialShare h4{
font-size: 16px;
font-weight: 600;
line-height: 1;
color: var(--tw-secondary-color);
margin-left: 3px;
font-family: var(--primary-font);
margin-bottom: 0px;
}
.socialShare a{
display: inline-block;
font-size: 14px;
color: var(--tw-secondary-color);
line-height: 1;
margin-left: 19px;
text-align: center;
}
.socialShare a:hover{
color: var(--tw-primary-color);
}
.postAuthorBox{
position: relative;
padding: 46px 35px 0 300px;
background: #F5F5F5;
width: 100%;
min-height: 266px;
margin: 0 0 72px;
}
.elementor .postAuthorBox img,
.postAuthorBox img{
position: absolute;
left: 0;
top: 0;
max-width: 250px;
width: 100%;
height: auto;
}
.postAuthorBox h3{
font-size: 24px;
line-height: 1;
margin: 0 0 12px;
text-transform: capitalize;
}
.postAuthorBox a{
font-size: inherit;
color: inherit;
font-family: inherit;
}
.postAuthorBox p{
margin: 0 0 22px;
}
.authorSocial{
position: relative;
}
.authorSocial a{
width: 35px;
height: 35px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 14px;
color: var(--tw-secondary-color);
background: var(--tw-white-color);
margin-right: 8px;
border-radius: 50%;
z-index: 1;
position: relative;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
overflow: hidden;
}
.authorSocial a:after{
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background-color: var(--tw-primary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
-webkit-transform: scale(0);
transform: scale(0);
border-radius: 50%;
}
.authorSocial a:hover:after{
-webkit-transform: scale(1);
transform: scale(1);
}
.authorSocial a:hover{
color: var(--tw-white-color);
} .postCommentBox{
position: relative;
}
.commentHeading{
font-size: 36px;
line-height: 1;
margin: 0 0 43px;
}
.commentList{
position: relative;
margin: 0 0 50px;
padding: 0;
list-style: none;
}
.commentList ol.children{ margin:0 0 0 115px;
padding: 0;
list-style: none;
}
.singleComment {
position: relative; padding: 0 0 26px 115px;
margin: 0 0 30px;
border-bottom: 1px solid #EAEAEA;
min-height: 141px;
}
.commentList > li:last-child .singleComment{
border-bottom: none;
}
.elementor .singleComment img,
.singleComment img{
position: absolute;
left: 0;
top: 0; width: 90px;
height: 90px;
border-radius: 50%;
}
.commentDate {
position: relative;
font-size: 14px;
line-height: 1;
margin: 0px 0 15px;
padding: 2px 0 0;
}
.commentDate i{
margin-right: 5px;
}
.singleComment h3{
font-size: 20px;
line-height: 1;
margin: 0 0 9px;
text-transform: capitalize;
}
.singleComment p {
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: var(--tw-body-color);
}
.singleComment .comment-reply-link {
position: absolute;
right: 0;
top: 0;
font-weight: 600;
color: var(--tw-primary-color);
line-height: 1;
padding: 0 22px 0 0;
}
.cancel_reply_btn a {
float: right;
position: relative;  font-weight: 600;
color: var(--tw-primary-color);
line-height: 1;
font-size: 16px;
padding: 0 25px 0 0 ;
}
.cancel_reply_btn a:after, .singleComment .comment-reply-link:after {
content: "\e95c";
position: absolute;
top: 0;
font-size: 14px;
right: 0;
font-family: 'Logisfare' !important;
}
.cancel_reply_btn a:hover,
.singleComment .comment-reply-link:hover{
color: var(--tw-secondary-color);
} .comment-respond{
position: relative;
background: #F5F5F5;
padding: 53px 60px 60px;
}
.commentList .comment-respond{
margin-bottom: 30px;
}
.commentFormArea .commentHeading02{
font-size: 36px;
line-height: 1;
margin: 0 0 20px;
}
p.commentDesc{
margin: -10px 0 32px;
}
.commentForm .singleForm{
margin-bottom: 20px;
}
.commentFormArea .singleForm i{
color: var(--tw-primary-color);
font-weight: 700;
}
.commentFormArea .formInput.anSelect .nice-select {
height: 60px;
line-height: 60px;
padding-right: 50px;
padding-left: 25px;
border: 0;
}
.commentFormArea .singleForm textarea{
height: 160px;
margin-bottom: 2px;
}
.comment-respond .singleForm textarea{
margin-bottom: 2px;
}
.commentFormArea .formInput.anSelect .nice-select:after {
left: auto;
right: 27px;
border-color: var(--tw-primary-color);
}
.commentFormArea form button{
padding: 0 38px;
}
.bpDetailsLeft .blogPageWrap {
padding-left: 35.9px;
padding-right: 0;
}
.bpDetailsNoSidebar .blogPageWrap {
padding-right: 0;
} .singlePrice{
position: relative;
width: 100%;
height: auto;
background: var(--tw-white-color);
text-align: center;
box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.03);
border-radius: 12px;
padding: 0 0 60px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.priceHeader{
position: relative;
width:100%;
min-height: 266px;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/priceHeadOuter.png)no-repeat;
background-size: 100%;
width: 100%;
height: auto;
padding: 30px;
}
.priceHeaderCon{
position: relative;
width:100%;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/priceHeadInner.png)no-repeat;
background-size: 100%;
width: 100%;
height: auto;
padding: 44px 20px 105px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.singlePrice:hover .priceHeaderCon{
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/priceHeadInner02.png)no-repeat;
background-size: 100%;
}
.priceHeader h3{
color: var(--tw-white-color);
font-size: 30px;
line-height: 1;
margin: 0 0 9px;
}
.priceHeader p{
color: var(--tw-white-color);
line-height: 19px;
margin: 0;
}
.priceCircle {
width: 136px;
height: 136px;
background: var(--tw-secondary-color);
border-radius: 50%;
color: var(--tw-white-color);
font-size: 36px;
font-weight: 700;
line-height: 105px;
text-align: center;
border: 16px solid var(--tw-white-color);
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 158px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.priceList02{
position: relative;
padding: 50px 30px 5px;
}
.priceList02 ul{
margin: 0;
padding: 0;
list-style: none;
}
.priceList02 ul li{
line-height: 26px;
margin: 0 15px 6px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
border-radius: 8px;
padding: 11px 26px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.priceList02 ul li:last-child{
margin: 0;
}
.priceList02 ul li i{
color: #74787C;
margin-right: 6px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.priceList02 ul li svg{
fill: #74787C;
stroke: #74787C;
margin-right: 6px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
width: 16px;
height: 16px;
}
.priceList02 ul li:nth-child(even){
background: #F7F7F7;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.singlePrice .logicBtn{
background: rgba(22, 25, 33, 0.1);
color: var(--tw-secondary-color);
padding: 0 46.4px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
margin-top: 16px;
}
.singlePrice:hover,
.singlePrice:hover .priceCircle{
background: var(--tw-primary-color);
}
.singlePrice:hover .priceList02 ul li i,
.singlePrice:hover .priceList02 ul li{
color: var(--tw-white-color);
}
.singlePrice:hover .priceList02 ul li svg{
fill: var(--tw-white-color);
stroke: var(--tw-white-color);
}
.singlePrice:hover .priceList02 ul li:nth-child(even){
background: rgba(255, 255, 255, 0.1);
}
.singlePrice:hover .logicBtn{
background: var(--tw-white-color);
color: var(--tw-primary-color);
}
.singlePrice .logicBtn:hover{
background: var(--tw-secondary-color);
color: var(--tw-white-color);
} .projectCategories{
position: relative;
text-align: center;
margin: 0 0 50px;
padding: 0;
}
.projectCategories li{
display: inline-block;
text-transform: uppercase;
color: var(--tw-primary-color);
font-size: 14px;
font-weight: 700;
background: #FDEBE5;
border-radius: 8px;
min-height: 50px;
line-height: 50px;
border: 0;
outline: 0;
padding: 0 32.12px;
margin: 0 8px;
cursor: pointer;
}
.projectCategories li.active{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.projectGalleryWrap{
position: relative;
}
.projectGallery .mix{
position: relative;
overflow: hidden;
margin-bottom: 30px;
z-index: 1;
}
.projectGallery .mix img{
max-width: 100%;
width: 100%;
height: auto;
-webkit-transform: scale(1);
transform: scale(1);
}
.projectGallery .mix:after{
content: '';
position: absolute;
width: 330px;
height: 330px;
border-radius: 50%;
background: var(--tw-primary-color);
top: -300px;
left: -300px;
z-index: 1;
-webkit-transition: all 350ms ease-in;
transition: all 350ms ease-in;
}
.projectGallery .mix:before{
content: '';
position: absolute;
left: 0;
top: 100%;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(top, rgba(22, 25, 33, 0) 0%, rgba(22, 25, 33, 0.97) 79.4%);
background: linear-gradient(180deg, rgba(22, 25, 33, 0) 0%, rgba(22, 25, 33, 0.97) 79.4%);
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
z-index: 1;
}
.projectGallery .mix .projectShow{
position: absolute;
width: 55px;
height: 55px;
border-radius: 50%;
background:var(--tw-white-color);
color: var(--tw-primary-color);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex ;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 40px;
left: 40px;
z-index: 2;
font-size: 18px;
-webkit-transition: all 450ms ease;
transition: all 450ms ease;
-webkit-transform: scale(0);
transform: scale(0);
}
.projectGallery .mix .projectShow:hover{
background: -webkit-linear-gradient(top, rgba(22, 25, 33, 0) 0%, rgba(22, 25, 33, 0.97) 79.4%);
background: linear-gradient(-180deg, rgba(22, 25, 33, 0) 0%, rgba(22, 25, 33, 0.97) 79.4%);
color: var(--tw-white-color);
}
.projectGallery .mix:hover:after{
top: -209px;
left: -210px;
}
.projectGallery .mix:hover .projectShow{
-webkit-transform: scale(1);
transform: scale(1);
}
.projectGallery .mix:hover:before{
top: 0;
}
.projectContent {
position: absolute;
left: 40px;
bottom: 19px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: 2;
width: calc(100% - 80px);
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
.projectCat02{
position: relative;
margin: 0 0 7px;
}
.projectCat02 a{
display: inline-block;
color: var(--tw-white-color);
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
line-height: 1;
}
.projectCat02 a:hover{
color: var(--tw-primary-color)
}
.projectCat02 span{
display: inline-block;
width: 15px;
height: 1px;
background: var(--tw-white-color);
margin: 3px 7px;
}
.projectContent h3{
font-size: 24px;
color: var(--tw-white-color);
line-height: 1;
}
.projectContent h3 a{
display: inline-block;
color: inherit;
}
.projectContent h3:hover a{
color: var(--tw-primary-color);
}
.projectContent .projectCat02{
-webkit-transition: all 430ms ease;
transition: all 430ms ease;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
.projectGallery .mix:hover .projectCat02{
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mix .projectContent h3 {
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
.projectGallery .mix:hover .projectContent,
.projectGallery .mix:hover .projectContent h3{
-webkit-transform: translateY(0);
transform: translateY(0);
}
.projectrCircle{
position: absolute;
width: 746px;
height: 746px;
border-radius: 50%;
bottom: 282px;
left: -85px;
background: -webkit-linear-gradient(top, #000000 39.01%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(180deg, #000000 39.01%, rgba(0, 0, 0, 0) 100%);
mix-blend-mode: normal;
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.projectGallery .mix:hover .projectrCircle{
opacity: 1;
visibility: visible;
}
.projectGallery .row .col-lg-4 {
padding-right: 14px;
padding-left: 14px;
}
.projectGallery.pGrid02 .mix:after,
.projectGallery.pGrid02 .mix:before {
content: inherit;
}
.projectGallery.pGrid02 .pdItem01 .pdTitle01  {
padding: 20px 32px 22px 30px;
} .serDetContent h3.sdheadGap{
margin: 45px 0 22px;
}
.projectDetImg{
position: relative;
margin: 42px 0 43px;
}
.projectDetImg img{
max-width: 100%;
width: 100%;
height: auto;
}
.pdInfo {
position: relative;
padding: 4px 0 29px 70px;
border-bottom: 1px solid #E3E4E7;
margin: 0 0 25px;
}
.pdInfo:last-child{
margin-bottom: 0;
border-bottom: 0;
}
.pdInfo > span:not(.pdInfoCat){
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
border-radius: 50%;
background: var(--tw-white-color);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.pdInfo i{
color: var(--tw-primary-color);
font-size: 16px;
}
.pdInfo svg{
height: 16px;
width: auto;
}
.pdInfo p{
line-height: 1;
margin: 0 0 9px;
}
.pdInfo h3{
font-size: 18px;
font-weight: 600;
font-family: var(--primary-font);
line-height: 1;
margin: 0;
}
.pdInfoCatWrap p{
margin: 0 0 6px;
}
.pdInfoCat,
.pdInfoCat a{
font-size: 18px;
font-weight: 600;
font-family: var(--primary-font);
line-height: 1;
margin: 0;
color: var(--tw-secondary-color);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
} 
.pdInfoCat a:hover{
color: var(--tw-primary-color);
}
.proInfoWidget{
padding: 33px 40px 44px;
}
.proInfoWidget .widgetTitle{
margin: 0 0 29px;
}
.pageNavigationSec01{
position: relative;
}
.postNavigationWrap{
padding: 34px 0 34px;
border-bottom: 1px solid #EDEDED;
border-top: 1px solid #EDEDED;
}
.postNavigationItem{
position: relative;
display: inline-block;
padding: 7px 0 7px 71px;
}
.postNavigationItem span{
position: absolute;
left: 0;
top: 50%;
width: 55px;
height: 55px;
border-radius: 50%;
background: var(--tw-white-color);
border: 2px solid #F0F0F0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #1F1F1F;
font-size: 15px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.postNavigationItem p{
font-size: 14px;
font-weight: 500;
line-height: 1;
margin: 0 0 10px;
color: #636D78;
}
.postNavigationItem h3{
font-size: 18px;
font-weight: 600;
line-height: 1;
margin: 0;
color: #1F1F1F;
font-family: var(--primary-font);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.postNavigationItem:hover h3,
.postNavigationItem:hover i{
color: var(--tw-primary-color);
}
.postNavigationItem:hover span{
border-color: var(--tw-primary-color);
}
.postNavigationItem.postNavNextItem{
text-align: right;
float: right;
padding: 7px 71px 7px 0;
}
.postNavigationItem.postNavNextItem span{
right: 0;
left: auto;
} .contactPageSec{
position: relative;
z-index: 1;
}
.contactPageSec:after{
content: '';
position: absolute;
width: 59%;
height: 100%;
right: 0;
top: 0;
background: #F5F5F5;
z-index: -1;
}
.contactAddress{
position: relative;
padding: 120px 126px 186px 0;
}
.sinAddress{
position: relative;
padding: 26px 20px 30px 110px;
background: var(--tw-white-color);
border: 1px solid rgba(227, 227, 227, 0.76);
margin-bottom: 20px;
}
.sinAddress:last-child{
margin-bottom: 0;
}
.sinAddress span{
position: absolute;
width: 70px;
height: 70px;
background: var(--tw-white-color);
color: var(--tw-primary-color);
font-size: 24px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid rgba(227, 227, 227, 0.76);
left: 20px;
top: 20px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.sinAddress:hover{
cursor: pointer;
}
.sinAddress:hover span{
background: var(--tw-primary-color);
color: var(--tw-white-color);
border: 1px solid var(--tw-primary-color)
}
.sinAddress p{
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
margin: 0 0 6px;
}
.sinAddress h3{
font-size: 20px;
font-weight: 600;
font-family: var(--primary-font);
line-height: 1;
margin: 0;
}
.sinAddress h3 a{
display: inline-block;
color: inherit;
}
.getFormWrap{
position: relative;
padding: 111px 0 120px 19px;
top: 2px;
}
.getFormWrap .subTitle{
margin: 0 0 20px;
}
.getFormWrap .secTitle{
margin: 0 0 44px;
}
.getFormWrap .subTitle:after{
content: none;
}
.getFormWrap form{
position: relative;
}
.singleForm{
position: relative;
}
.singleForm p{
margin:0;
}
.singleForm input,
.singleForm textarea{
width: 100%;
height: 60px;
line-height: 60px;
outline: 0;
border: 0;
border-radius: 8px;
background: var(--tw-white-color);
color: #74787C;
padding: 0 45px 0 26px;
border: unset;
}
.singleForm textarea{
resize: none;
height: 180px;
margin-bottom: 30px;
line-height: 19px;
padding: 22px 45px 0 26px;
}
.singleForm i{
position: absolute;
right: 25px;
top: 22px;
font-size: 16px;
color: #74787C;
}
.singleForm.inputUrl i{
font-size: 15px;
}
.singleForm.inputEmail i{
font-size: 16px;
}
.getFormWrap .logicBtn{
height: 55px;
line-height: 57px;
padding: 0 38px;
}
.con_message {
display: none;
border-radius: 5px;
margin: 12px 0 0;
font-size: 16px;
padding-left: 24px;
padding-right: 24px;
}
form#contact_form input.reqError:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), form#contact_form textarea.reqError {
border-color: var(--tw-primary-color);
} .mapSection{
position: relative;
}
.mapSection iframe{
max-width: 100%;
width: 100%;
height: 544px;
display: block;
}
.blackAndWhite iframe {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
} .preloader{
position: fixed;
z-index: 999999;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #181818;
}
.spinner-eff{
width: 76px;
height: 76px;
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
margin: auto;
z-index: 2;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
overflow: hidden;
}
.cus_logoPreloader {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.cus_logoPreloader img {
min-height: 48px;
animation: fadeinout 4s infinite;
}
.fadeinout
{
animation: fadeinout 4s infinite;
}
@keyframes fadeinout{
0%{
opacity:.4;
}50%{
opacity:1;
}100%{
opacity:.4;
}
}
.spinner-eff:before, .spinner-eff:after{
content: "";
display: block;
}
.spinner-eff .spinner-bar:before, .spinner-eff .spinner-bar:after{
content: "";
display: block;
}
.productPagination.projectPagination {
margin: 40px 0 30px;
}
.SldierVideoPupup .popup_video{
position: absolute;
bottom: 15px;
right: 471px;
} @-webkit-keyframes rotation-top{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
20%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
80%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
100%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-top{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
20%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
80%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
100%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0.5;
}
}
@-webkit-keyframes rotation-right{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
20%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
40%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
80%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
100%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-right{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
20%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
40%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
80%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
100%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0.5;
}
}
@-webkit-keyframes rotation-bottom{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
40%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
60%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
80%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
100%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-bottom{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
40%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
60%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
80%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
100%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0.5;
}
}
@-webkit-keyframes rotation-left{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
60%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
80%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
100%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-left{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
60%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
}
80%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 1;
}
100%{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
opacity: 0.5;
}
}
.spinner-eff.spinner-eff-1 .bar{
width: 0;
height: 0;
border: 38px solid transparent;
position: absolute;
top: 0;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.5;
z-index: -2;
}
.spinner-eff.spinner-eff-1 .bar-top{
border-top: 38px solid var(--tw-primary-color);
-webkit-animation: rotation-top 3.8s linear 0s infinite;
animation: rotation-top 3.8s linear 0s infinite;
}
.spinner-eff.spinner-eff-1 .bar-right{
border-right: 38px solid var(--tw-primary-color);
-webkit-animation: rotation-right 3.8s linear 0s infinite;
animation: rotation-right 3.8s linear 0s infinite;
}
.spinner-eff.spinner-eff-1 .bar-bottom{
border-bottom: 38px solid var(--tw-primary-color);
-webkit-animation: rotation-bottom 3.8s linear 0s infinite;
animation: rotation-bottom 3.8s linear 0s infinite;
}
.spinner-eff.spinner-eff-1 .bar-left{
border-left: 38px solid var(--tw-primary-color);
-webkit-animation: rotation-left 3.8s linear 0s infinite;
animation: rotation-left 3.8s linear 0s infinite;
} .blogPageSec01.blogGrid01Right .productPagination{
margin-top: 20px;
} .blogPageSec01.blogGrid01Left .blogPageWrap {
padding-right: 0;
}
.blogPageSec01.blogGrid01Left .productPagination{
margin-top: 20px;
} .blogGrid01Full{
padding: 120px 0 120px;
}
.blogGrid01Full .blogItem01{
margin-bottom: 50px;
}
.blogGrid01Full .blogPageWrap {
padding-right: 0;
}
.blogGrid01Full .productPagination{
margin-top: 20px;
text-align: center;
}
.blogGrid01Right .blogPageWrap{
padding-right: 0;
}
.blogGrid01Left .blogItem02 .bpContent02 h3,
.blogGrid01Right .blogItem02 .bpContent02 h3,
.blogGrid01Full .blogItem02 .bpContent02 h3 {
font-size: 20px;
line-height: 30px;
}
.blogPageSec02.blogPageSecnoGap .blogPageWrap{
padding-left: 0;
}
.servicePageSec02 .singleService{
margin-bottom: 24px;
} 
.servicePageDetails02 .col-lg-4 {
width: 30.5%;
}
.servicePageDetails02 .col-lg-8 {
width: 69.5%;
}
.servicePageSec03 .faciltItem{
margin-bottom: 87px;
}
.servicePageDetails02 .serviceDetailsWrap {
position: relative;
padding-right: 35px;
padding-left: 0;
}
.servicePageDetails03 .serviceDetailsWrap {
position: relative;
padding-right: 0;
padding-left: 0;
}
.projectPageDetails02 .serviceDetailsWrap{
padding-right: 35px;
padding-left: 0;
}
.teamArchivePage{
position: relative;
padding: 120px 0 80px;
}
.teamArchivePage .singleTeam,
.teamArchivePage .teamItem03{
margin-bottom: 40px;
}
.teamPageSec03{
position: relative;
padding: 96px 0 76px;
}
.teamPageSec03  .teamItem02{
margin-bottom: 40px;
}
.teamPageSec03  .teamItem02 img {
max-width: 183px;
width: 100%;
height: auto;
border-radius: 50%;
margin: 24px auto;
}
.projectPageDetails{
padding: 120px 0 84px;
}
.projectPageDetails .pageNavigationSec01{
display: none;
} #backtotop{
position: fixed;
right: 20px;
bottom: 20px;
width: 45px;
height: 45px;
background: var(--tw-primary-color);
color: var(--tw-white-color);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
font-size: 16px;
border-radius: 50%;
padding: 0;
margin: 0;
z-index: 9999;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-animation: waveBtn 2s infinite;
animation: waveBtn 2s infinite;
}
#backtotop.activate{
-webkit-transform: scale(1);
transform: scale(1);
}
#backtotop i{
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
}
#backtotop:hover{
background: var(--tw-secondary-color);
color: var(--tw-primary-color);
}
@-webkit-keyframes waveBtn {
0%{
box-shadow: 0 0 0 0 rgba(255, 106, 0, 0.6);
}
50%{
box-shadow: 0 0 0 40px transparent;
}
100%{
box-shadow: 0 0 0 0 transparent;
}
}
@keyframes waveBtn {
0%{
box-shadow: 0 0 0 0 rgba(255, 106, 0, 0.6);
}
50%{
box-shadow: 0 0 0 40px transparent;
}
100%{
box-shadow: 0 0 0 0 transparent;
}
} .logis_holder.elementor-align-left .iconBox01 ,
.logis_holder.elementor-align-left .iconBox04 ,
.logis_holder.elementor-align-left .serviceItem02,
.logis_holder.elementor-align-left .abIconBox,
.logis_holder.elementor-align-left .abIconBox04,
.logis_holder.elementor-align-left .iconBox08,
.logis_callInfo.elementor-align-left .single.abIconBox {
text-align: left;
}
.logis_holder.elementor-align-center .iconBox01 ,
.logis_holder.elementor-align-center .iconBox08,
.logis_holder.elementor-align-center .serviceItem02 {
text-align: center;
}
.logis_holder.elementor-align-right .iconBox01,
.logis_holder.elementor-align-right .iconBox04,
.logis_holder.elementor-align-right .abIconBox,
.logis_holder.elementor-align-right .abIconBox04,
.logis_holder.elementor-align-right .serviceItem02,
.logis_holder.elementor-align-right .iconBox08,
.logis_callInfo.elementor-align-right .single.abIconBox {
text-align: right;
}
.logis_callInfo.elementor-align-center .single.abIconBox,
.logis_holder.elementor-align-center .iconBox03,
.logis_holder.elementor-align-center .abIconBox ,
.logis_holder.elementor-align-center .abIconBox04,
.logis_holder.elementor-align-center .iconBox04{
text-align: left;
}
.logis_callInfo.elementor-align-right .single.abIconBox span,
.logis_holder.elementor-align-right .abIconBox span,
.logis_holder.elementor-align-right .iconBox03 span{
left: auto;
right:0;
}
.logis_holder.elementor-align-left .iconBox08 span{
margin-left: 0;
margin-right: auto;
}
.logis_holder.elementor-align-right .iconBox08 span{
margin-left: auto;
margin-right: 0;
}
.logis_holder.elementor-align-right .abIconBox04 span{
left: auto;
right: 40px;
}
.logis_holder.elementor-align-right .iconBox04 span{
left: auto;
right:48px;
}
.logis_holder.elementor-align-right .iconBox03 {
padding: 9px  100px 7px 0;
}
.logis_callInfo.elementor-align-right .single.abIconBox{
padding: 6px 77px 0 0;
}
.logis_holder.elementor-align-right .iconBox04 {
padding: 26px 113px 8px 0;
}
.logis_holder.elementor-align-right .abIconBox{
padding: 6px 77px 0 0;
}
.logis_holder.elementor-align-right .abIconBox04{
padding: 30px  107px 30px 40px;
}
.logis_holder.elementor-align-right .iconBox03 span:after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.iconBox04 span{
transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
}
.iconBox01 svg,
.iconBox02 span svg,
.iconBox03 span svg,
.iconBox04 span svg,
.iconBox05 span svg,
.iconBox06 span svg,
.iconBox07 span svg,
.iconBox08 span svg{
transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
}
.logicList_item{
position: relative;
}
.logicList_item.icon-static > *{
position: static;
}
.logicList_item.icon-relative > *{
position: relative;
}
.logicList_item.icon-absolute > *{
position: absolute;
}
.logicList_item.icon-static > svg,
.logicList_item.icon-relative > svg,
.logicList_item.icon-absolute > svg{
width: 16px;
height: 16px;
fill: var(--tw-secondary-color);
stroke: var(--tw-secondary-color);
stroke-width: 0.5px;
}
.logis_box_align-left .iconBox04{
margin-right: auto;
margin-left: 0;
}
.logis_box_align-center .iconBox04{
margin-left: auto;
margin-right: auto;
}
.logis_box_align-right .iconBox04{
margin-left: auto;
margin-right: 0;
} .logisfareAcordion .accordion-button {
position: relative;
background: var(--tw-white-color);
box-shadow: 0px 19px 36px rgba(130, 100, 90, 0.05);
color: var(--tw-secondary-color);
font-family: var(--secondary-font);
font-size: 18px;
font-weight: 600;
line-height: 1;
width: 100%;
height: 55px;
line-height: 57px;
padding: 0 33.9px;
border: none;
z-index: 1;
border-radius: 10px;
transition: all 350ms ease;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
}
.logisfareAcordion .accordion-button:hover, .logisfareAcordion .accordion-button:not(.collapsed) {
background: var(--tw-primary-color);
}
.logisfareAcordion .accordion-button:not(.collapsed){
color: var(--tw-white-color);
}
.logisfareAcordion .accordion-button:not(.collapsed):after{
color: var(--tw-white-color);
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.logisfareAcordion .accordion-button:not(.collapsed) {
border-radius: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button.collapsed{
border-radius: 10px;
}
.logisfareAcordion .accordion-item:not(:last-of-type){
margin-bottom: 20px;
}
.logisfareAcordion .accordion-item .accordion-body h2 {
font-size: 24px;
font-weight: 700;
line-height: 1;
margin: 0 0 24px;
}
.logisfareAcordion .accordion-body {
padding:44px 25px 5px;
}
.logisfareAcordion .accordion-button:after {
position: absolute;
top: 0;
right: 16px;
content: "\e9b9";
font-family: 'Themewar' !important;
font-size: 12px;
color: var(--tw-secondary-color);
font-weight: 600;
transition: all 350ms ease;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
}
.priceTb_footer{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.priceList-align-left .priceList02 ul,
.priceList-align-left .priceList{
text-align: left;
}
.priceList-align-center .priceList02 ul,
.priceList-align-center .priceList{
text-align: center;
}
.priceList-align-right .priceList02 ul,
.priceList-align-right .priceList{
text-align: right;
}
.priceTb_btn-align-left .priceTb_footer{
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.priceTb_btn-align-center .priceTb_footer{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.priceTb_btn-align-right .priceTb_footer{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.pricArea-align-left .priceBox{
left: auto;
}
.pricArea-align-center .priceBox{
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.pricArea-align-right .priceBox{
left: unset;
right: auto;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.singlePrice .priceTb_footer{
padding: 0 30px;
}
.priceCircle span i{
font-size: 32px;
position: relative;
top: 1px;
}
.pricArea-align-left .priceCircle{
margin-left: 0;
margin-right: 0;
left: 30px;
right: auto;
}
.pricArea-align-center .priceCircle{
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.pricArea-align-right .priceCircle{
margin-left: 0;
margin-right: 0;
right: 30px;
left: auto;
}
.clientSlider.owl-carousel .owl-nav button {
border: 0;
outline: 0;
background: rgba(255,255,255,0.9);
position: relative;
width: 40px;
height: 35px;
margin: 0 10px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 8px;
box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
color: var(--tw-white-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
overflow: hidden;
z-index: 1;
}
.clientSlider .owl-nav button i{
font-size: 16px;
font-weight: 400;
color: var(--tw-secondary-color);
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
}
.clientSlider .owl-nav button:after {
content: '';
position: absolute;
right: 0;
left: auto;
width: 0;
height: 100%;
background: var(--tw-primary-color);
border-radius: 8px;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
z-index: -1;
}
.clientSlider .owl-nav button:hover:after {
right: auto;
left: 0;
width: 100%;
}
.clientSlider .owl-nav button:hover i{
color: var(--tw-white-color);
}
.clientSlider .owl-nav {
text-align: center;
margin: 36px 0 0;
}
.clientSlider .owl-dots button {
width: 25px;
height: 25px;
border: 2px solid transparent;
margin: 5px;
border-radius: 50%;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
left: 4px;
}
.clientSlider .owl-dots{
margin: 36px 0 0;
text-align: center;
}
.clientSlider .owl-dots button.active {
border-color: var(--tw-primary-color);
}
.clientSlider .owl-dots button span {
width: 8px;
height: 8px;
background: #CFCFCF;
border-radius: 50%;
position: relative;
}
.clientSlider .owl-dots button.active span {
background: var(--tw-primary-color);
}
.cleintLogo{
display: block;
text-align: center;
}
.cleintLogo img{
max-width: 148px;
}
.clientLogoGrid .cleintLogo {
width: 100%;
height: auto;
padding: 50px 30px;
background: #f8f8f8;
box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.06);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.clientLogoGrid .cleintLogo img{
min-height: 64px;
}
.testiTopBg {
padding: 0 0 53px;
}
.logisfarePagination{
position: relative;
padding: 63px 0 0;
}
.logisfarePagination span, .logisfarePagination a {
width: 50px;
height: 50px;
margin-left: 0;
margin-right: 11px;
background: var(--tw-white-color);
color: var(--tw-secondary-color);
font-size: 18px;
font-weight: 600;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.02);
justify-content: center;
}
.logisfarePagination span.current, .logisfarePagination a.current {
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.logisfarePagination span:hover, .logisfarePagination a:hover {
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.logisfarePagination span i, .logisfarePagination a i {
font-size: 16px;
}
.faciltItem {
margin-top: 58px;
}
.serviceSliderWrapp {
padding: 33px 32px;
margin: -33px -32px;
overflow: hidden;
}
.serviceSliderWrapp .owl-stage-outer{
overflow: visible;
}
.serviceSliderWrapp .owl-item{
opacity: 0;
}
.serviceSliderWrapp .owl-item.active{
opacity: 1;
-webkit-transition: opacity 300ms;
transition: opacity 300ms;
}
.serviceSliderWrapp.owl-carousel .owl-stage-outer .owl-item.active{
opacity: 1;
pointer-events: auto;
cursor: pointer;
visibility: visible;
}
.serviceSliderWrapp.owl-carousel .owl-stage-outer .owl-stage{
cursor: none;
pointer-events: none;
}
.faciltItem > span > img {
width: auto;
height: 38px;
}
.serviceCarousel02  .owl-nav {
display: none;
}
.serviceCarousel02  .owl-dots {
display: none;
} .teamCarousel .owl-dots, .folioSlider01 .owl-dots, .serviceCarousel .owl-dots {
position: relative;
margin: 36px 0 0;
}
.folioPagePagination a,
.folioPagePagination span{
background: #F8F8F8;
}
.postShare-left .postSocialShare{
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.postShare-center .postSocialShare{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.postShare-right .postSocialShare{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.biMeta01.singlePostMeta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 25px;
-moz-column-gap: 25px;
column-gap: 25px;
row-gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.biMeta01.singlePostMeta span{
margin: 0;
}
.biMeta01.singlePostMeta > * {
color:  var(--tw-body-color);
font-weight: 500;
font-family: var(--primary-font);
}
.biMeta01.singlePostMeta .post_cat span{
display: inline-block;
width: 15px;
height: 1px;
background: var(--tw-body-color);
margin: 3px;
}
.biMeta01.singlePostMeta a{
text-transform: capitalize;
}
.logisfarePagination.comentPaginations {
padding:0;
}
.logisfarePagination.comentPaginations > * {
margin-bottom: 55px;
}
.logisfarePagination span, 
.logisfarePagination a{
background: #F5F5F5;
}
.sidebarSocial{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
row-gap: 10px;
}
.postSocialShare  .social-icon-link {
background: transparent;
width: auto;
height: auto;
}
.postSocialShare  .social-icon-link:hover{
background: transparent;
}
.social-icon-link{
width: 45px;
height: 45px;
background: #1877f2;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
font-size: 18px;
transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
}
.social-icon-link:hover{
background: var(--tw-secondary-color);
color: var(--tw-white-color);
}
.blogListView {
position: relative;
padding: 0 35.99px 0 0;
}
.blogListView.blogLSB{
padding: 0 0 0 35.99px ;
}
.blogListView.blogNSB{
padding: 0;
}
.blogGridView .bpContent02 h3 {
font-size: 20px;
line-height: 30px;
}
.blogGridView .bpContent02 {
padding: 0 40px 40px;
}
.blogGridView .bpContent02 .btnLink i{
top: 2px;
}
.blogGridView .blogItem03 h3 {
line-height: 32px;
margin: 0 0 7px;
}
.blogGridView .blogItem03 .biMeta03 {
margin-bottom: 18px;
} .blogDetailsPgSec{
padding: 120px 0 120px;
background: var(--tw-white-color);
}
.blogPageWrap .blDetThumb01 img{
margin-bottom: 35px;
}
.blogPageWrap .blogPostStatic p{
margin: 0px 13px 27px 0;
}
.blogPageWrap .blogPostStatic p img{
margin-bottom: 40px;
}
.blogPageWrap .postTags {
margin: 42px 0px 70px ;
} .folioArchivePage{
padding: 120px 0 90px;
}
.folioArcPagePagi .logisfarePagination{
padding: 41px 0 0;
}
.teamPagePagi .logisfarePagination{
padding: 31px 0 0;
}
.servicePagePagination .logisfarePagination{
padding: 47px 0 0;
}
.servicePagePagination span,
.servicePagePagination a,
.folioArcPagePagi .logisfarePagination span,
.teamPagePagi .logisfarePagination span,
.folioArcPagePagi .logisfarePagination a,
.teamPagePagi .logisfarePagination a{
width: 55px;
height: 55px;
margin-right: 12px;
}
.servicePagePagination span, 
.servicePagePagination a{
background: var(--tw-white-color);
}
.folioArcPagePagi .logisfarePagination *:last-child
.teamPagePagi .logisfarePagination *:last-child{
margin-right: 0px;
}
.team_designation span{
position: relative;
font-weight: 400;
font-family: var(--primary-font);
color: var(--tw-primary-color);
font-size: 16px;
line-height: 19px;
display: inline-block;
} .serviceArchivePage{
padding: 120px 0 96px;
background: #F7F7F7;
}
.serviceArchivePage .singleService,
.serviceArchivePage .faciltItem{
margin-bottom: 24px;
}
.serviceContent .btnLink i{
font-size: 16px;
top: 3px;
} .footerWidget{
background: transparent;
padding: 0;
margin: 0;
position: relative;
}
.footerWidget .widgetTitle{
font-size: 24px;
line-height: 1;
color: var(--tw-white-color);
position: relative;
margin: 0 0 49px;
}
.footerWidget .widgetTitle:after{
content: '';
position: absolute;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/shape_divider.png)no-repeat;
background-size: 100% 100%;
width: 61px;
height: 2px;
color: var(--tw-primary-color);
bottom: -21px;
left: 0;
}
.footerWidget .footer_logo a{
display: inline-block;
max-width: 250px;
width: 100%;
margin: 0 0 38px;
padding: 0;
}
.widgetDetails p{
color: #838790;
padding:0 55px 22px 0
}
.footerabout h4{
font-size: 18px;
color: var(--tw-white-color);
line-height: 24px;
margin-bottom: 22px;
}
.footerabout p{
color: #838790;
padding: 0 55px 0 0;
margin: 0 0 16px;
}
.footerSocial{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
row-gap: 10px;
}
.fSocial_align.elementor-align-left .footerSocial{
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.fSocial_align.elementor-align-center .footerSocial{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.fSocial_align.elementor-align-right .footerSocial{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.footerSocial a{
margin: 0;
}
.aboutFooterNav{
position: relative;
}
.aboutFooterNav ul {
margin: 0;
padding: 0;
list-style: none;
}
.aboutFooterNav ul li {
position: relative;
margin-bottom: 14px;
}
.aboutFooterNav ul li:last-child{
margin-bottom: 0px;
}
.aboutFooterNav ul li a{
position: relative;
display: inline-block;
color: #838790;
font-size: 16px;
line-height: 24px;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
}
.aboutFooterNav ul li a:before{
position: relative;
content: '\e904';
font-family:'LogisFare' !important;
font-size: 14px;
color: inherit;
margin: 0 15px 0 0;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
}
.aboutFooterNav ul li a:hover{
color: var(--tw-primary-color);
}
.aboutFooterNav ul li a:hover:before{
margin-right: 11px;
}
.aboutFooterNav.inlineMenu ul{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 33px;
-moz-column-gap: 33px;
column-gap: 33px;
row-gap: 12px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.aboutFooterNav.inlineMenu ul li{
margin-bottom: 0px;
}
.aboutFooterNav.inlineMenu ul li a:before{
content: '';
display: none;
visibility: hidden;
font: 0;
}
.menu_nav.elementor-align-left .inlineMenu ul{
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.menu_nav.elementor-align-center .inlineMenu ul{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.menu_nav.elementor-align-right .inlineMenu ul{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.fContact_info {
position: relative;
padding: 26px 0 10px 113px;
border: 1px solid #26282F;
}
.fContact_info span {   
position: absolute;
left: 48px;
top: 23px;
font-size: 16px;
color: var(--tw-white-color);
width: 50px;
height: 50px;
border-radius: 50%;
background: #2B2B2B;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.fContact_info p{
font-size: 14px;
font-weight: 500;
color: #838790;
line-height: 17px;
margin: 0 0 7px;
}
.fContact_info h3{
font-size: 20px;
line-height: 1;
color: var(--tw-white-color);
}
.fContact_info h3 a{
color:inherit;
display: inline-block;
}
.fContact_info h3 a:hover{
color: var(--tw-primary-color);
}
.fContact_info > span svg{
width: auto;
height: 16px;
}
.anCart{
position: relative;
}
.cartWidgetArea {
position: absolute;
display: block;
top: calc(100% + 23px);
right: -30px;
width: 300px;
background: #fff;
text-align: left;
box-shadow: 0 0 50px 0 rgba(29, 35, 58, .08);
padding: 30px 30px;
opacity: 0;
visibility: hidden;
z-index: 99;
border-radius: 10px;
-webkit-transform: rotateX(-75deg);
transform: rotateX(-75deg);
transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-webkit-transition: .4s;
transition: .4s;
}
div.anCart:hover .cartWidgetArea {
pointer-events: inherit;
visibility: visible;
opacity: 1;
-webkit-transform: rotatex(0deg);
transform: rotatex(0deg);
}
div.anCart .cartWidgetProduct img {
width: 60px;
height: 70px;
position: absolute;
border-radius: 3px;
left: 0;
top: 0;
}
.cartWidgetProduct a {
font-family: var(--secondary-font);
display: block;
font-size: 16px;
line-height: 20px;
position: relative;
bottom: auto;
color: var(--tw-secondary-color);
margin: 0 0 6px;
top: -2px;
font-weight: 700;
}
.cartWidgetProduct .cartProductPrice {
font-family: var(--primary-font);
font-size: 14px;
font-weight: 700;
color: var(--tw-primary-color);
line-height: 1;
}
.cartWidgetProduct {
position: relative;
min-height: 60px;
text-align: left;
padding-left: 74px;
margin-bottom: 25px;
padding-right: 15px;
}
.totalPrice {
font-family: var(--secondary-font);
position: relative;
display: inline-block;
font-size: 18px;
line-height: 1;
color: var(--tw-primary-color);
text-align: left;
font-weight: 500;
width: 100%;
text-transform: capitalize;
margin: 0 0 20px;
padding-bottom: 14px;
border-bottom: 1px solid #EFEFEF;
}
.cartWidgetBTN {
position: relative;
text-align: left;
}
.cartWidgetBTN a {
font-family: var(--secondary-font);
display: inline-block;
position: relative;
height: 35px;
min-width: 10px;
background: var(--tw-white-color);
border-radius: 35px;
font-size: 12px;
line-height: 36px;
color: var(--tw-white-color);
font-weight: 500;
text-transform: uppercase;
text-align: center;
overflow: hidden;
border: none;
float: left;
padding: 0 20px;
}
.popup_logo {
padding: 50px 0 0;
}
.popup_logo img,
.elementor .popup_logo img{
max-width: 183px;
height: auto;
}
a#search_Closer {
font-size: 20px;
color: var(--tw-white-color);
text-align: right;
float: right;
border: 2px solid var(--tw-white-color);
padding: 10px;
border-radius: 50%;
width: 42px;
height: 42px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 45px;
}
a#search_Closer:hover{
border-color: var(--tw-primary-color);
color: var(--tw-primary-color);
}
.themewar_bars{
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
} .shopPageSection{
position: relative;
padding: 120px 0 120px;
}
.productCount p strong{
font-weight: 400;
}
.shopAccessRow{
margin-bottom: 40px;
}
.pi01Price {
font-family: var(--primary-font);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
line-height: 1;
}
.pi01Price del {
font-size: 14px;
color: #161921;
position: relative;
text-decoration: none;
padding: 0 6px;
line-height: 1;
margin: 0 0 0 8px;
font-weight: 600;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
opacity: 0.5;
}
.pi01Price del:after {
content: '';
position: absolute;
left: 0;
top: 6px;
width: 100%;
height: 1px;
background: #161921;
margin: 0;
opacity: 0.5;
}
.pi01Actions {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 25;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.productSinList01 .pi01Actions{
position: relative;
top:unset;
left:unset;
-webkit-transform:unset;
transform:unset;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.woocommerce .pi01Actions .added_to_cart,
.woocommerce .pi01Actions .pi01ACart,
.woocommerce .pi01Actions .add_to_cart_button,
.woocommerce .pi01Actions .variableAddToCart  {
font-size: 14px;
font-weight: 700;
font-family: var(--primary-font);
text-transform: uppercase;
color: var(--tw-white-color);
background: var(--tw-primary-color);
padding: 0 24.04px;
height: 45px;
line-height: 45px;
position: relative;
z-index: 1;
opacity: 0;
visibility: hidden;
border-radius: 0 !important;
overflow: hidden;
}
.woocommerce .productSinList01 .pi01Actions .added_to_cart,
.woocommerce .productSinList01 .pi01Actions .pi01ACart,
.woocommerce .productSinList01 .pi01Actions .add_to_cart_button{
visibility: visible;
opacity: 1;
}
.woocommerce .productItem01:hover .pi01Thumb .added_to_cart,
.woocommerce .productItem01:hover .pi01Thumb .pi01ACart,
.woocommerce .productItem01:hover .pi01Thumb .add_to_cart_button,
.woocommerce .productItem01:hover .pi01Thumb .variableAddToCart {
opacity: 1;
visibility: visible;
top: 0;
}
.pi01Actions a.variableAddToCart.disabled {
opacity: .8 !important;
cursor: not-allowed;
}
.woocommerce .pi01Actions .added_to_cart:hover,
.woocommerce .pi01Actions .pi01ACart:hover,
.woocommerce .pi01Actions .add_to_cart_button:hover,
.woocommerce .pi01Actions .variableAddToCart:hover{
background: var(--tw-white-color);
color: var(--tw-secondary-color);
}
.woocommerce .productSinList01 .pi01Actions .added_to_cart:hover,
.woocommerce .productSinList01 .pi01Actions .pi01ACart:hover,
.woocommerce .productSinList01 .pi01Actions .add_to_cart_button:hover{
color: var(--tw-white-color);
background: var(--tw-secondary-color);
}
.pi01Actions span.cartTextLabel {
display: inline-block;
color: inherit;
}
.pi01Actions .added_to_cart:before,
.pi01Actions .pi01ACart:before,
.pi01Actions .add_to_cart_button:before {
content: '';
position: absolute;
right: 0;
bottom: -100%;
width: 50px;
height: 100%;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/teamSahp1.png)no-repeat scroll center center / cover;
background-size: 100% 100%;
z-index: -1;
-webkit-transition: all 700ms ease;
transition: all 700ms ease;
-webkit-animation-delay: 500ms;
animation-delay: 500ms;
}
.pi01Actions .added_to_cart:not(.loading):after,
.pi01Actions .pi01ACart:not(.loading):after,
.pi01Actions .ajax_add_to_cart:not(.loading):after {
content: '';
position: absolute;
left: -50px;
bottom: 0;
width: 50px;
height: 100%;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/bgimg/ibSecLeft.png)no-repeat scroll center center / cover;
background-size: 100% 100%;
z-index: -1;
-webkit-transition: all 1s ease;
transition: all 1s ease;
-webkit-animation-delay: 300ms;
animation-delay: 300ms;
}
.pi01Actions .added_to_cart:hover:before,
.pi01Actions .pi01ACart:hover:before,
.pi01Actions .add_to_cart_button:hover:before {
bottom: 0;
}
.pi01Actions .added_to_cart:not(.loading):hover:after,
.pi01Actions .pi01ACart:not(.loading):hover:after,
.pi01Actions .add_to_cart_button:not(.loading):hover:after {
left: 0;
}
.pi01Actions .added_to_cart i,
.pi01Actions .pi01ACart i,
.pi01Actions .add_to_cart_button i{
display: none;
}
.woocommerce .pi01Actions .add_to_cart_button.added {
display: none;
}
.woocommerce .uiuxomProductWrapper a.variableAddToCart.loading:after, .woocommerce .uiuxomProductWrapper a.button.loading:after {
content: '\e805';
font-family: 'lightcase';
position: absolute;
background-image: unset;
width: auto;
height: 55%;
left: 43%;
right: auto;
top: 10px;
right: auto;
font-weight: 900;
font-size: 18px;
text-shadow: 0 0 10px rgb(0 0 0 / 30%);
-moz-transform-origin: 50% 53%;
-webkit-animation: lightcase-spin 0.5s infinite linear;
animation: lightcase-spin 0.5s infinite linear;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.woocommerce .productItem01:hover .pi01Thumb .add_to_cart_button.loading,
.woocommerce .productSinList01 .pi01Actions .add_to_cart_button.loading{
padding-right: 24.04px;
}
.productSinList01 .pi01Details .pi01Price {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 0  22px;
}
.productSinList01 .pi01Details .pi01Desc {
margin: 0 0 30px;
} .shopSidebar{
position: relative;
margin: 0px 0 61px;
}
.widget.woocommerce{
position: relative;
background: #F5F5F5;
padding: 35px 35px 35px;
display: block;
margin: 0 0 30px;
}
.shopSidebar .widgetTitle{
font-size: 24px;
line-height: .6;
margin: 0 0 29px;
}
.widget_product_search form{
position: relative;
}
.widget_product_search input[type="search"]{
width: 100%;
border: 0;
outline: 0;
background: var(--tw-white-color);
padding: 0 60px 0 24px;
font-size: 16px;
font-weight: 400;
color: #878D97;
width: 100%;
height: 55px;
line-height: 55px;
}
.widget_product_search button[type="submit"]{
border: 0;
outline: 0;
background: var(--tw-primary-color);
color: var(--tw-white-color);
position: absolute;
right: 0;
font-size: 0px;
top: 0;
width: 55px;
height: 55px;
text-align: center;
line-height: 55px;
}
.widget_product_search button[type="submit"]:after{
position: relative;
content: "\e95f";
font-family: 'logisFare' !important;
font-size: 16px;
font-weight: 900;
color: var(--tw-white-color);
}
.widget_product_categories{
position: relative;
}
.product-categories{
position: relative;
list-style: none;
padding: 0;
margin: 0;
}
.product-categories li{
margin: 0 0 15px;
position: relative;
}
.product-categories li:last-child{
margin-bottom: 0px;
}
.product-categories li a{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
height: auto;
padding: 17px 25px;
background: var(--tw-white-color);
color: var(--tw-white-color);
font-weight: 500;
font-family: var(--primary-font);
line-height: 1;
color: #74787C;
}
.product-categories li.current-cat a,
.product-categories li a:hover{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.product-categories li a:after {
position: relative;
content: "\e95d";
font-family: 'LogisFare' !important;
font-size: 14px;
color: var(--tw-primary-color);
}
.product-categories li.current-cat a:after,
.product-categories li a:hover:after{
color: var(--tw-white-color);
}
.widgetProduct {
position: relative;
padding: 3px 0 5px 90px;
min-height: 70px;
margin: 0 0 20px;
}
.widgetProduct img{
width: 70px;
height: 70px;
position: absolute;
left: 0;
top: 0;
}
.widgetProduct h3 {
font-size: 20px;
font-weight: 600;
line-height: 1;
margin: 0 0 0px;
}
.widgetProduct h3 a{
color: inherit;
display: inline-block;
}
.widgetProduct h3:hover{
color: var(--tw-primary-color);
}
.shopWidget.pdFilter{
padding-bottom: 21px;
}
.priceFilterSlider{
position: relative;
top: -5px;
}
#sliderRange {
position: relative;
width: 100%;
display: block;
height: 3px;
background: #E0E0E0;
border-radius: 0;
margin: 0 0 19px;
}
#sliderRange .ui-slider-range {
background: var(--tw-primary-color);
position: absolute;
height: 100%;
border-radius: 0;
padding: 0;
}
#sliderRange .ui-slider-handle {
width: 9px;
height: 9px;
position: absolute;
border-radius: 50%;
background: var(--tw-primary-color);
top: -3px;
cursor: pointer;
}
#sliderRange .ui-state-default.ui-state-focus{
outline: 0;
}
.pfsWrap{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.pfsWrap span{
font-weight: 700;
color: var(--tw-secondary-color);
}
.pfsWrap .priceReset{
position: relative;
font-size: 14px;
font-weight: 700;
color: var(--tw-primary-color);
text-transform: uppercase;
border: none;
outline: none;
background: transparent;
padding: 0;
}
.pdRatWidget .widgetProduct{
margin-bottom: 25px;
}
.pdRatWidget .widgetProduct:last-child{
margin-bottom: 0;
}
.pdRatWidget .widgetTitle{
margin: 0 0 33px;
}
.pdRatWidget .widgetProduct ins {
display: inline-block;
font-size: 14px;
font-weight: 600;
color: var(--tw-primary-color);
line-height: 1;
margin: 0 0;
text-decoration: none;
}
.widgetProduct .pdRating {
line-height: 1;
letter-spacing: -1px;
font-size: 11px;
margin: 2px 0 0;
color: var(--tw-primary-color);
}
.widgetProduct .pdRating i {
margin: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
position: relative;
width: 100%;
display: block;
height: 3px;
background: #E0E0E0;
border-radius: 0;
margin: 0 0 13px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background: var(--tw-primary-color);
position: absolute;
height: 100%;
border-radius: 0;
padding: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 9px;
height: 9px;
position: absolute;
border-radius: 50%;
background: var(--tw-primary-color);
top: -3px;
cursor: pointer;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
display: none;
}
.woocommerce .widget_price_filter .price_slider_amount {
margin: 0;
float: none;
font-size: 16px;
text-align: left;
font-weight: 700;
color: var(--tw-secondary-color);
}
.woocommerce .woocommerce-variation-price{
margin: -6px 0 15px;
}
.woocommerce .woocommerce-variation-price .amount {
font-size: 18px;
font-weight: 700;
font-family: var(--primary-font);
color: var(--tw-primary-color);
}
.shopSidebar .widget_price_filter .widgetTitle {
margin: 0 0 24px;
}
.shopSidebar .widget_price_filter {
padding: 35px 35px 19px;
} .shopSidebar .widget_products .widgetTitle{
margin: 0 0 34px;
}
.pwItems {
position: relative;
padding: 0 0px 0 90px;
min-height: 70px;
margin: 0 0 20px;
}
.woocommerce ul.product_list_widget li {
margin: 0;
padding:0;
}.woocommerce ul.product_list_widget li:last-child > .pwItems{
margin-bottom: 0px;
}
.woocommerce ul.product_list_widget li .pwItemsThumb {
width: 70px;
height: 70px;
position: absolute;
left: 0;
top: 0;
padding: 8px;
border-radius: 0;
margin: 0;
background: var(--tw-white-color);
float: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce ul.product_list_widget li img {
margin: 0;
padding: 0;
max-width: 100%;
width: auto;
max-height: 60px;
height: auto;
}
.pwItems h3 {
font-size: 20px;
line-height: 1;
color: var(--tw-secondary-color);
margin: 0 0 10px;
position: relative;
font-weight: 600;
}
.pwItems h3 a{
color: inherit;
font-weight: inherit;
font-size: inherit;
}
.pwItems h3 a:hover{
color: var(--tw-primary-color);
}
.pwItems .pi01Price {
font-size: 16px;
line-height: 1;
margin: 0;
font-weight: 600;
color: var(--tw-primary-color);
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.woocommerce ul.product_list_widget li .productRatingWrap {
margin: 0 0 9px;
}
.woocommerce ul.product_list_widget li .productRatingWrap .star-rating {
line-height: 12px;
font-size: 12px;
letter-spacing: 3px;
width: 78.05px;
}
.woocommerce .star-rating:before {
color: #F9B317;
}
.woocommerce .star-rating span:before {
color: #F9B317;
}
.text-start .shopPagination{
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.text-end .shopPagination{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.text-center .shopPagination{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .productDescContentArea {
padding: 33px 0 0;
}
.productCartSec .col-lg-5{
width: 43.73%;
}
.productCartSec .col-lg-7{
width: 56.27%;
}
.pgImage {
width: 100%;
min-height: 480px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #F5F5F5;
position: relative;
}
.pgImage img{
max-width: 100%;
height: auto;
}
.pgImage a {
position: absolute;
width: 55px;
height: 55px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: var(--tw-secondary-color);
border-radius: 50%;
font-size: 18px;
font-weight: 900;
color: var(--tw-white-color);
margin-top: 100px;
-webkit-transition: all 0.3s cubic-bezier(0.66, 0.63, 0.58, 0.37);
transition: all 0.3s cubic-bezier(0.66, 0.63, 0.58, 0.37);
opacity: 0;
visibility: hidden;
z-index: -1;
}
.pgImage a:hover{
background: var(--tw-primary-color);
}
.pgImagewrap:hover a{
margin-top: 0px;
opacity: 1;
visibility: visible;
z-index: 99;
}
.slick-slide .pg_thumbs img{
max-width: 85%;
height: auto;
}
.pg_thumbs {
max-width: 100px;
width: 100%;
height: 100px;
border: 1px solid #F5F5F5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
margin: 0 11px;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
}
.pg_thumbs:hover {
border-color: var(--tw-primary-color);
}
.slick-slide.slick-current .pg_thumbs{
border-color: var(--tw-primary-color);
}
.productGalleryThumb .slick-list {
width: calc(100% - 30px);
left: 0px;
z-index: 1;
}
.productGalleryThumbWrap{
margin-top: 20px;
}
.productGalleryThumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
position: relative;
top: 50%;
border: unset;
background: unset;
outline: unset;
font-size: 12px;
color: var(--tw-secondary-color);
padding:0;
z-index: 2;
}
button.slick-prev.slick-arrow {
left: 0;
right: auto;
}
button.slick-next.slick-arrow {
right: 0;
left: auto;
}
.productContent {
position: relative;
padding: 12px 50px 0 34px;
}
.shopDetailsPageSection .productContent .pi01Price{
font-weight:700 ;
color: var(--tw-primary-color);
text-decoration: none;
font-size: 20px;
line-height: 1;
margin: 0 0 19px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.productContent .pi01Price del {
font-size: 20px;
font-weight: 400;
opacity: 0.3;
padding: 0 0px;
margin: 0 0 0 20px;
}
.productContent .pi01Price del:after {
top: 10px;
}
.woocommerce .productContent .star-rating span:before {
content: "\ee28\ee28\ee28\ee28\ee28";
top: 0;
position: absolute;
left: 0;
font-family: 'Themewar' !important;
letter-spacing: 3px;
}
.woocommerce .productContent .woocommerce-product-rating .star-rating{
font-size: 12px;
width: 80px;
margin: 0;
}
.woocommerce .productContent .star-rating:before{
letter-spacing: 4px;
}
.woocommerce .productContent .woocommerce-review-link{
font-size: 16px;
color: var(--tw-body-color);
font-weight: 400;
font-family: var(--primary-font);
line-height: 20px;
margin: 0 0 0 16px;
}
.woocommerce div.product .productContent .woocommerce-product-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 0 23px;
}
.productContent h2 {
margin: 0 0 13px;
}
.woocommerce div.product .productContent form.cart div.quantity{
margin: 0 20px 0 0;
}
.woocommerce .productContent .quantity .qty {
width: 45px;
text-align: center;
}
.woocommerce div.product form.cart .button {
color: var(--tw-white-color);
background: var(--tw-primary-color);
font-family: var(--primary-font);
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
overflow: hidden;
padding: 0 39.2px;
border-radius: 8px;
}
.woocommerce div.product form.cart .button:hover{
background: var(--tw-secondary-color);
}
.productContent .pcExcerpt ul {
margin: 0;
padding: 23px 0 3px;
list-style: none;
}
.productContent .pcExcerpt ul li{
font-size: 16px;
font-weight: 400;
color: var(--tw-body-color);
font-family: var(--primary-font);
line-height: 32px;
padding-left: 31px;
position: relative;
}
.productContent .pcExcerpt ul li:before {
position: absolute;
top: -1px;
left: 0;
content: '\e914';
font-family: 'Themewar' !important;
font-size: 16px;
color: var(--tw-primary-color);
font-weight: 400;
}
.woocommerce div.product form.cart{
margin: 0;
}
.woocommerce div.product form.cart .variations .label > label,
.productContent .pcMeta p span {
font-weight: 700;
min-width: 93px;
color: var(--tw-secondary-color);
text-transform: capitalize;
font-size: 16px;
line-height: 32px;
}
.woocommerce div.product form.cart .variations .label > label{
line-height: 26px;
}
.productGalleryWrap{
position: relative;
}
.productLabels {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 100%;
padding: 29px 30px;
}
.productLabels span {
display: inline-block;
font-size: 14px;
font-weight: 700;
color: var(--tw-white-color);
background: var(--tw-primary-color);
padding: 0 13px;
text-transform: uppercase;
top: 30px;
left: 30px;
width: auto;
height: 25px;
line-height: 26px;
}
.productLabels span.plHot{
background: #34394c;
}
.productLabels span.plDis{
background: #f04726;
}
.productLabels span.plNew{
background: #60c381;
}
.productLabels span.plNew {
background: #ffffff;
color: var(--tw-secondary-color);
}
.productLabels span.plSale{
background: var(--tw-primary-color);
}
.productTabRow {
padding-top: 80px;
}
.descriptionContent .productTabSec{
padding: 0;
}
ul#productDetailsTab {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 57px;
-moz-column-gap: 57px;
column-gap: 57px;
border-bottom: 3px solid #EFEFEF;
}
ul#productDetailsTab li button {
border: unset;
outline: unset;
padding: 0;
margin: 0;
color: var(--tw-secondary-color);
font-family: var(--primary-font);
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
background-color: transparent;
padding: 0 0 17px;
border-bottom: 3px solid transparent;
margin-bottom: -3px;
}
ul#productDetailsTab li button.active{
border-color: var(--tw-primary-color);
}
.productTabSec .container{
padding: 0;
}
.woocommerce  .inner_reviews #reviews h3.ratingTitle{
margin-bottom: 27px;
color: var(--tw-secondary-color);
letter-spacing: 0;
font-weight: 700;
}
.woocommerce .productReviewArea {
padding: 40px 0 0 ;
}
.relatedProductRow{
padding: 109px 0 0;
}
.relatedProductRow .subTitle{
margin: 0 0 16px
}
.relatedProductRow .secTitle{
line-height: 1;
}
.relatedProducHeading{
padding-bottom: 59px;
}
.owl-carousel .pi01Thumb img{
width: auto;
}
.shopDetailsPageSection{
padding: 120px 0 96px;
} div.product.productContainerWrap .groupdThumbTitle {
position: relative;
padding: 10px 0px 0 90px;
min-height: 82px;
margin: 0 0 10px;
}
.woocommerce div.product form.cart .group_table td:first-child {
width: 60%;
text-align: left;
padding: 0 16px 0 0;
}
div.product.productContainerWrap .groupdThumbTitle  img {
height: auto;
max-width: 100%;
display: inline;
}
div.product.productContainerWrap .groupdThumbTitle .groupdThumbImg{
width: 80px;
height: 80px;
position: absolute;
left: 0;
top: 0;
padding: 8px;
border-radius: 0;
margin: 0;
background: var(--tw-white-color);
float: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #F5F5F5;
}
div.product.productContainerWrap .groupdThumbTitle img {
margin: 0;
padding: 0;
max-width: 100%;
width: auto;
max-height: 70px;
height: auto;
}
.woocommerce div.product.productContainerWrap .groupdThumbTitle a{
font-size: 16px;
line-height: 24px;
font-weight: 600;
color: var(--tw-secondary-color);
}
.woocommerce div.product.productContainerWrap .groupdThumbTitle a, .myAccountNavigation ul li a, .myAccountPages p strong, .myAccountPages p a, .woocommerce div.product.productContainerWrap .woocommerce-variation-price .price, .woocommerce div.product.productContainerWrap p.stock, .woocommerce div.product.productContainerWrap form.cart .variations .variationItem .label{
font-family: var(--secondary-font);
}
div.product.productContainerWrap .groupdThumbTitle .pi01Price {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
font-size: 18px;
line-height: 30px;
text-decoration: none;
margin: 0;
}
div.product.productContainerWrap .groupdThumbTitle .pi01Price del {
font-size: 16px;
position: relative;
text-decoration: none;
line-height: 1;
margin: 0 0 0 13px;
padding: 0 2px;
}
div.product.productContainerWrap .groupdThumbTitle .pi01Price del:after{
top: 6.5px;
}
.pi01Price ins {
text-decoration: none;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.woocommerce a.add_to_cart_button.pi01ACart {
line-height: unset;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce .woocommerce-grouped-product-list-item__quantity  a.add_to_cart_button.pi01ACart {
padding: 0 30px !important;
}
.woocommerce a.add_to_cart_button.pi01ACart i{
display:none;
}
div.product.productContainerWrap form.cart .group_table td:last-child {
vertical-align: middle;
}
.woocommerce div.product form.cart .group_table {
margin-bottom: 28px;
}
.additionalContentArea{
padding: 19px 0 0 ;
}
.additionalContentArea table.shop_attributes  tr th {
line-height: 36px;
color: var(--tw-secondary-color);
font-size: 15px;
font-weight: 700;
width: 500px;
margin: 0 0 0;
padding: 9px 0;
background: transparent !important;
border: none;
border-bottom: 1px dashed #d9d9d9;
}
.additionalContentArea table.shop_attributes tr td {
font-size: 15px;
font-weight: 500;
font-style: normal;
margin: 0;
background: transparent !important;
border: none;
border-bottom: 1px dashed #d9d9d9;
}
.additionalContentArea table.shop_attributes {
position: relative;
width: 100%;
border: none;
margin: 0;
}
.additionalContentArea table.shop_attributes tr th {
line-height: 36px;
color: var(--tw-secondary-color);
font-size: 15px;
font-weight: 700;
width: 500px;
margin: 0 0 0;
padding: 9px 0;
background: transparent !important;
border: none;
border-bottom: 1px dashed #d9d9d9;
}
.additionalContentArea table.shop_attributes tr td {
font-size: 15px;
font-weight: 500;
font-style: normal;
margin: 0;
background: transparent !important;
border: none;
border-bottom: 1px dashed #d9d9d9;
}
div.product.productContainerWrap .pcBtns form.cart .woocommerce-variation-add-to-cart.variations_button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce div.product form.cart .reset_variations {
font-size: 0px;
margin-left: 20px;
width: 55px;
height: 55px;
border-radius: 8px;
border: 1px solid #EFEFEF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
}
.woocommerce div.product form.cart .reset_variations:after {
content: "\ea5a";
font-family: 'Themewar';
line-height: 48px;
font-size: 18px;
color: var(--tw-secondary-color);
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.woocommerce div.product form.cart .reset_variations:hover{
border-color: var(--tw-primary-color);
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.woocommerce div.product form.cart .variations {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 21px;
margin: 0 0 40px;
}
.woocommerce div.product form.cart .variations .variationItem{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.woocommerce div.product form.cart .variations .variationItem .label {
-webkit-box-flex: 0;
-ms-flex: 0 0 93px;
flex: 0 0 93px;
}
.woocommerce div.product form.cart .variations .variationItem .value {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 93px);
flex: 0 0 calc(100% - 93px);
} .wcboost-variation-swatches--button ul.wcboost-variation-swatches__wrapper,
.wcboost-variation-swatches--label ul.wcboost-variation-swatches__wrapper,
.wcboost-variation-swatches--color ul.wcboost-variation-swatches__wrapper,
.wcboost-variation-swatches--image ul.wcboost-variation-swatches__wrapper{
display: -webkit-box;
display: -ms-flexbox;
display: flex; 
-webkit-box-pack: start; 
-ms-flex-pack: start; 
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 12px;
-moz-column-gap: 12px;
column-gap: 12px;
} .wcboost-variation-swatches--image ul.wcboost-variation-swatches__wrapper li,
.wcboost-variation-swatches--color ul.wcboost-variation-swatches__wrapper li {
margin: 0px;
padding: 4px;
border: 1px solid  #F5F5F5;
outline: 0;
box-shadow: unset;
width: 22px;
height: 22px;
}
.wcboost-variation-swatches--image.wcboost-variation-swatches--square ul.wcboost-variation-swatches__wrapper li.selected,
.wcboost-variation-swatches--color.wcboost-variation-swatches--square ul.wcboost-variation-swatches__wrapper li.selected,
.wcboost-variation-swatches--image.wcboost-variation-swatches--round ul.wcboost-variation-swatches__wrapper li.selected,
.wcboost-variation-swatches--color.wcboost-variation-swatches--round ul.wcboost-variation-swatches__wrapper li.selected,
.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded ul.wcboost-variation-swatches__wrapper li.selected,
.wcboost-variation-swatches--color.wcboost-variation-swatches--rounded ul.wcboost-variation-swatches__wrapper li.selected{
border-color: var(--tw-primary-color);
}
.wcboost-variation-swatches--image.wcboost-variation-swatches--square ul.wcboost-variation-swatches__wrapper li img,
.wcboost-variation-swatches--color.wcboost-variation-swatches--square ul.wcboost-variation-swatches__wrapper li span,
.wcboost-variation-swatches--image.wcboost-variation-swatches--round ul.wcboost-variation-swatches__wrapper li img,
.wcboost-variation-swatches--color.wcboost-variation-swatches--round ul.wcboost-variation-swatches__wrapper li span,
.wcboost-variation-swatches--image.wcboost-variation-swatches--rounded ul.wcboost-variation-swatches__wrapper li img,
.wcboost-variation-swatches--color.wcboost-variation-swatches--rounded ul.wcboost-variation-swatches__wrapper li span {
width: 100%;
height: 100%;
}
.wcboost-variation-swatches--image.wcboost-variation-swatches--square ul.wcboost-variation-swatches__wrapper li,
.wcboost-variation-swatches--color.wcboost-variation-swatches--square ul.wcboost-variation-swatches__wrapper li{
border-radius: 0;
} .wcboost-variation-swatches--label ul.wcboost-variation-swatches__wrapper li{
margin: 0px;
padding: 0px 7px;
border: 1px solid  #F5F5F5;
outline: 0;
box-shadow: unset;
display: inline-block;
}
.wcboost-variation-swatches--button ul.wcboost-variation-swatches__wrapper li{
margin: 0px;
border: 1px solid  #F5F5F5;
outline: 0;
box-shadow: unset;
display: inline-block;
background:transparent
}
.wcboost-variation-swatches--label.wcboost-variation-swatches--round ul.wcboost-variation-swatches__wrapper li,
.wcboost-variation-swatches--label.wcboost-variation-swatches--square ul.wcboost-variation-swatches__wrapper li,
.wcboost-variation-swatches--label.wcboost-variation-swatches--rounded ul.wcboost-variation-swatches__wrapper li{
width: unset;
display: inline-block;
border-radius: 4px;
height:unset;
}
.wcboost-variation-swatches--label.wcboost-variation-swatches--square ul.wcboost-variation-swatches__wrapper li{
border-radius: 0;
}
.wcboost-variation-swatches--button ul.wcboost-variation-swatches__wrapper li.selected,
.wcboost-variation-swatches--label ul.wcboost-variation-swatches__wrapper li.selected{
border-color: var(--tw-primary-color);
background-color: transparent;
} .woocommerce div.product form.cart .variations .variationItem .value > .nice-select {
max-width: 140px;
width: 100%;
border: 1px solid #EFEFEF;
font-size: 15px;
font-weight: 400;
font-family: var(--primary-font);
color: var(--tw-body-color);
color: var(--tw-body-color);
}
.woocommerce div.product form.cart .variations .variationItem .value > .nice-select:after {
content: "\e905";
font-family: 'LogisFare' !important;
border: unset;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
font-size: 8px;
top: 4.5px;
right: 18px;
}
.woocommerce div.product form.cart .variations .variationItem .value > .nice-select > ul{
width: 100%;
} .blogDetails-section{
padding: 120px 0;
}
.cartHeader h3 {
font-size: 24px;
line-height: 1;
margin: 0 0 20px;
}
.woocommerce .shop_table.cart_table, .woocommerce table.shop_table.wishlist_table {
border-spacing: 0;
border: none;
width: 100%;
margin: 0;
border-collapse: collapse;
}
.woocommerce .shop_table.cart_table thead tr th, .woocommerce table.shop_table.wishlist_table thead tr th {
font-family: var(--secondary-font);
font-size: 18px;
line-height: 30px;
font-weight: 700;
color: var(--tw-secondary-color);
border: none;
text-align: left;
border-bottom: 1px solid #dbdfe3;
padding: 0 0 11px;
}
.woocommerce .shop_table.cart_table tbody tr td.product-thumbnail a, .woocommerce table.shop_table.wishlist_table tbody tr td.product-thumbnail a{
width: 110px;
height: 110px;
padding: 8px;
border-radius: 0;
margin: 0;
background: #F5F5F5;
float: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blogDetailscontent table tbody tr th a, .blogDetailscontent table tbody tr td a, .widget table tbody tr td a {
color: inherit;
text-decoration: none;  
}
.woocommerce .shop_table.cart_table tbody tr td.product-thumbnail img, .woocommerce table.shop_table.wishlist_table tbody tr td.product-thumbnail img {
margin: 0;
padding: 0;
max-width: 100%;
width: auto;
max-height: 70px;
height: auto;
}
.woocommerce .shop_table.cart_table tbody tr td, .woocommerce table.shop_table.wishlist_table tbody tr td {
border: none;
border-top: 1px solid #dbdfe3;
padding: 15px 0 15px;
text-align: left;
margin: 20px 0;
}
.woocommerce .shop_table.cart_table tbody tr td.product-name a, .woocommerce table.shop_table.wishlist_table tbody tr td.product-name a {
font-family: var(--secondary-font);
font-size: 18px;
line-height: 30px;
color: var(--tw-secondary-color);
display: inline-block;
font-weight: 700;
}
.woocommerce .shop_table.cart_table thead tr th:first-child{
width: 125px;
}
.woocommerce .shop_table.cart_table tbody tr td, .woocommerce table.shop_table.wishlist_table tbody tr td.product-price {
font-size: 16px;
font-weight: 600;
color: var(--tw-primary-color);
}
.woocommerce .quantity .qty{
width: 45px;
}
.woocommerce .shop_table.cart_table tbody tr td.product-remove, .woocommerce table.shop_table.wishlist_table tbody tr td.product-remove {
width: 48px;
}
.woocommerce .shop_table.cart_table tbody tr td a.remove, .woocommerce table.shop_table.wishlist_table tbody tr td.product-remove a.remove {
position: relative;
width: 48px;
height: 48px;
border: 1px solid #dbdfe3;
display: inline-block;
background: transparent;
border-radius: 50%;
}
.woocommerce .shop_table.cart_table tbody tr td a.remove:hover, .woocommerce table.shop_table.wishlist_table tbody tr td.product-remove a.remove:hover{
border-color: var(--tw-primary-color);
}
.woocommerce .shop_table.cart_table tbody tr td a.remove span, .woocommerce table.shop_table.wishlist_table tbody tr td.product-remove a.remove span {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 21px;
height: 21px;
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.woocommerce .shop_table.cart_table tbody tr td a.remove span:before, .woocommerce table.shop_table.wishlist_table tbody tr td.product-remove a.remove span:before {
content: '';
width: 1px;
height: 100%;
background: var(--tw-body-color);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.woocommerce .shop_table.cart_table tbody tr td a.remove span:after, .woocommerce table.shop_table.wishlist_table tbody tr td.product-remove a.remove span:after {
content: '';
width: 100%;
height: 1px;
background: var(--tw-body-color);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
} 
.woocommerce .shop_table.cart_table tbody tr td a.remove:hover span:before,
.woocommerce .shop_table.cart_table tbody tr td a.remove:hover span:after,
.woocommerce table.shop_table.wishlist_table tbody tr td.product-remove a.remove:hover span:before,
.woocommerce table.shop_table.wishlist_table tbody tr td.product-remove a.remove:hover span:after {
background: var(--tw-primary-color);
}
.woocommerce .shop_table.cart_table tbody tr.actions td button.button.logicBtn[name="update_cart"] {
background: var(--tw-primary-color);
overflow: hidden;
color: var(--tw-white-color);
padding: 0 32px;
border-radius: 8px;
font-size: 14px;
}
.woocommerce .shop_table.cart_table tbody tr.actions td button.button.logicBtn[name="update_cart"]:hover {
background: var(--tw-secondary-color);
}
.woocommerce .shop_table.cart_table tbody tr.actions td {
border: none;
border-top: 1px solid #dbdfe3;
padding: 24px 0 0;
}
.woocommerce .shop_table.cart_table tbody tr.actions td {
border: none;
border-top: 1px solid #dbdfe3;
padding: 24px 0 0;
}
.woocommerce .shop_table.cart_table tbody tr.actions td:nth-child(2) > a.logicBtn {
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
margin-left: 8px;
}
.cartAccessRow {
margin-top: 112px;
}
.cartCoupon h3 {
font-size: 21px;
line-height: 30px;
margin: 0 0 28px;
}
.cartCoupon input {
display: block;
width: 100%;
height: 54px;
border: 1px solid #dbdfe3;
border-radius: 8px;
font-size: 16px;
color: var(--tw-body-color);
margin: 0 0 12px;
padding: 0 24px;
}
.cartCoupon input:focus{
outline:0;
box-shadow: unset;
}
.woocommerce .cartCoupon button.button {
height: 55px;
line-height: 55px;
border-radius: 8px;
padding: 0 32px;
font-family: var(--secondary-font);
display: inline-block;
position: relative;
min-width: 155px;
background: var(--tw-primary-color);
font-size: 14px;
color: var(--tw-white-color);
font-weight: 700;
text-transform: uppercase;
text-align: center;
overflow: hidden;
border: none;
}
.woocommerce .cartCoupon button.button:hover {
color: var(--tw-white-color);
background: var(--tw-secondary-color);
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
width: 100%;
}
.woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before {
content: " ";
display: table;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
float: none;    
margin: 5px 0 0 0;
}
.cart_totals h2 {
display: none;
}
.cart_totals table, .woocommerce table.shop_table, .woocommerce-cart .cart-collaterals .cart_totals table {
margin: 0 0 23px;
border-spacing: 0;
width: 100%;
border-collapse: collapse;
border: none;
}
.cart_totals {
position: relative;
margin: 5px 0 0 60px;
background: #F5F5F5;
border-radius: 8px;
padding: 27px 24px 36px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
font-family: var(--secondary-font);
display: block;
position: relative;
height: 55px;
width: 100%;
background: var(--tw-primary-color);
border-radius: 8px;
font-size: 14px;
line-height: 55px;
color: var(--tw-white-color);
font-weight: 700;
text-transform: uppercase;
text-align: center;
overflow: hidden;
border: none;
padding: 0 32px;
margin: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
background: var(--tw-secondary-color);
}
.woocommerce-cart .wc-proceed-to-checkout {
margin: 0;
padding: 0;
}
.cart_totals table tr th, .woocommerce-cart .cart-collaterals .cart_totals table th {
font-family: var(--secondary-font);
font-size: 16px;
line-height: 28px;
color: var(--tw-secondary-color);
font-weight: 700;
padding: 0 0 0 0px;
border: none;
text-align: left;
}
.cart_totals table tr th td, .woocommerce-cart .cart-collaterals .cart_totals table td {
text-align: right;
padding: 0;
border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-discount td {
color: var(--tw-primary-color);
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-discount td a.woocommerce-remove-coupon {
color: var(--tw-primary-color);
font-weight: 700;
margin-right: 5px;
top: 2px;
position: relative;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-discount td a.woocommerce-remove-coupon:hover{
color: var(--tw-secondary-color);
}
.cart_totals table tr td .pi01Price, .woocommerce-cart .cart-collaterals .cart_totals table td .amount {
font-family: var(--primary-font);
font-weight: 600;
font-size: 16px;
line-height: 28px;
color: var(--tw-primary-color);
float: right;
margin: 0;
}
.woocommerce ul#shipping_method li input {
margin: 3px .4375em 0 0;
vertical-align: top;
}
.woocommerce ul#shipping_method li input[type="radio"] {
width: 0;
height: 0;
opacity: 0;
visibility: hidden;
position: absolute;
}
.woocommerce ul#shipping_method li label {
font-family: var(--secondary-font);
font-size: 16px;
line-height: 28px;
color: var(--tw-secondary-color);
position: relative;
display: block;
cursor: pointer;
text-transform: capitalize;
font-weight: 700;
padding: 0 28px 0 0;
}
.woocommerce ul#shipping_method li label:before {
content: '';
position: absolute;
right: 0;
top: 7px;
width: 15px;
height: 15px;
border: 1px solid var(--tw-primary-color);
border-radius: 50%;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label:after {
content: '';
width: 9px;
height: 9px;
background: var(--tw-primary-color);
border-radius: 50%;
position: absolute;
right: 3px;
top: 10px;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
font-family: var(--secondary-font);
display: inline-block;
font-size: 14px;
line-height: 1;
color: var(--tw-secondary-color);
font-weight: 700;
text-transform: uppercase;
margin: 0;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after{
content: '\e9b9';
font-family: "Themewar" !important;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover{
color: var(--tw-secondary-color);
}
.woocommerce form.woocommerce-shipping-calculator .form-row{
margin: 0 0 12px;
padding: 0;
}
.woocommerce form.woocommerce-shipping-calculator .form-row input.input-text {
display: block;
width: 100%;
height: 54px;
border: 1px solid #EFEFEF;
border-radius: 8px;
font-size: 16px;
color: var(--tw-body-color);
margin: 0;
padding: 0 24px;
}
.woocommerce form.woocommerce-shipping-calculator .form-row input::-moz-placeholder{
color: var(--tw-body-color);
opacity: 1;
}
.woocommerce form.woocommerce-shipping-calculator .form-row input::-ms-input-placeholder{
color: var(--tw-body-color);
opacity: 1;
}
.woocommerce form.woocommerce-shipping-calculator .form-row input::-webkit-input-placeholder{
color: var(--tw-body-color);
opacity: 1;
}
.select2-container .selection{
text-align: left !important;
}
.select2-container .select2-selection--single{
display: block;
width: 100%;
height: 54px;
border: 1px solid #EFEFEF;
border-radius: 8px;
font-size: 16px;
color: #fff;
margin: 0;
padding: 0 24px;
}
.customer_details.checkoutForm .select2-container .select2-selection--single{
margin-bottom: 12px;
border-radius: 8px;
}
.customer_details.checkoutForm  .select2-container--default .select2-selection--single .select2-selection__arrow{
top: -12px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
font-size: 16px;
color: var(--tw-body-color);
line-height: 54px;
padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height: 14px;
position: absolute;
top: 0;
right: 24px;
width: 10.5px;
bottom: 0;
margin: auto 0;
line-height: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
content: "\e905";
font-family: 'LogisFare' !important;
font-size: 9px;
color: var(--tw-body-color);
border: none;
margin: 0;
line-height: 9px;
-webkit-transform: none;
transform: none;
width: auto;
height: auto;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong {
font-weight: 700;
color: var(--tw-primary-color);
font-family: var(--secondary-font);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
display: none;
}
.select2-dropdown{
margin: 1px 0 0;
border-radius: 0;
border: none;
min-width: 80px;
box-shadow: 0px 3px 30px  rgba(0, 0, 0, .06);
}
.select2-container--default .select2-results>.select2-results__options{
border-radius: inherit;
}
.select2-results__option{
font-size: 16px;
color: var(--tw-body-color);
text-transform: none;
padding: 11px 24px;
line-height: 26px;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]{
background-color: var(--tw-primary-color) !important;
color: var(--tw-body-color) !important;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true]{
background-color: var(--tw-primary-color) !important;
color: var(--tw-white-color) !important;
}
.select2-search--dropdown{
padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
display: block;
width: 100%;
height: 48px;
border: none;
border-bottom: 1px solid #dbdfe3;
border-radius: 0;
font-size: 16px;
color: var(--tw-body-color);
margin: 0;
padding: 0 24px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
border: 1px solid #EFEFEF;
box-shadow: unset;
outline: unset;
}
.woocommerce .woocommerce-shipping-calculator button.button{
font-family: var(--secondary-font);
display: inline-block;
position: relative;
height: 55px;
min-width: 155px;
background: var(--tw-primary-color);
border-radius: 8px;
font-size: 14px;
line-height: 55px;
color: var(--tw-white-color);
font-weight: 700;
text-transform: uppercase;
text-align: center;
overflow: hidden;
border: none;
padding: 0 36px;
}
.woocommerce .woocommerce-shipping-calculator button.button:hover{
background: var(--tw-secondary-color);
color: var(--tw-white-color);
}
.blogDetailscontent .shipping-calculator-form p:last-child,
.blogDetailscontent .shipping-calculator-form p:last-of-type{
margin: 0;
}
.cart_totals table tr.cart-shipping th, .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th, .cart_totals table tr.cart-shipping td, .woocommerce-cart .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
padding-bottom: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th {
font-family: var(--secondary-font);
font-size: 16px;
line-height: 28px;
color: var(--tw-secondary-color);
font-weight: 700;
padding: 20px 0 0 0;
border: none;
text-align: left;
border-top: 1px solid #dbdfe3;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td {
border-top: 1px solid #dbdfe3;
padding: 20px 0 0 0;
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
margin-bottom: 15px;
} .woocommerce form.checkout .form-row {
margin: 0;
padding: 0;
}
.checkoutForm h3 {
font-size: 24px;
line-height: 1;
margin: 0 0 32px;
}
.checkoutForm input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
display: block;
width: 100%;
height: 55px;
border: 1px solid #EFEFEF;
border-radius: 8px;
padding: 0 24px;
font-size: 16px;
color: var(--tw-body-color);
margin: 0 0 12px;
}
.checkoutForm input:focus{
outline: unset;
box-shadow: unset;
border-color: #EFEFEF;
}
.orderReview, .woocommerce-checkout-review-order {
background: #F5F5F5;
padding: 35px 25px 36px;
border-radius: 5px;
}
.woocommerce ul#shipping_method .amount{
font-family: var(--primary-font);
color: var(--tw-primary-color);
margin-left: 5px;
}
.orderReview table thead tr th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th {
font-family: var(--secondary-font);
font-size: 16px;
line-height: 1;
color: var(--tw-secondary-color);
font-weight: 700;
border: none;
text-align: left;
border-bottom: 1px solid #dbdfe3;
padding: 0 0 10px;
border-left: 1px solid transparent;
}
.orderReview table tbody tr td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
padding: 0 0 4px;
border: none;
font-size: 16px;
line-height: 26px;
color: var(--tw-secondary-color);
text-align: left;
font-family: var(--secondary-font);
font-weight: 700;
}
.orderReview table tbody tr td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total{
font-family: var(--primary-font);
}
.orderReview table tbody tr:first-child td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child td {
padding-top: 20px;
}
.orderReview table tbody tr:last-child td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
padding-bottom: 22px;
}
.orderReview table tfoot tr:first-child th, .orderReview table tfoot tr:first-child td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td {
border-top: 1px solid #dbdfe3;
padding-top: 16px;
}
.orderReview table tfoot tr th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
font-size: 16px;
line-height: 26px;
color: var(--tw-secondary-color);
font-family: var(--secondary-font);
font-weight: 700;
padding: 0 0 4px;
}
.orderReview table tfoot tr td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
font-family: var(--primary-font);
color: var(--tw-secondary-color);
font-size: 16px;
line-height: 25px;
padding: 0 0 4px;
text-align: right;
}
.orderReview table thead tr th:last-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th:last-child {
text-align: right;
}
.orderReview table tbody tr td:last-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td:last-child {
text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
padding: 16px 0 12px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
padding-top: 16px ;
}
#add_payment_method #payment > h3, .woocommerce-cart #payment > h3, .woocommerce-checkout #payment > h3 {
display: none;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, .wc_payment_methods {
margin: 0 0 49px;
padding: 0;
border: none;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, .wc_payment_methods li {
list-style: none;
margin: 0 0 20px;
padding: 0;
position: relative;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: transparent;
border-radius: 5px;
}
.wc_payment_methods li input[type="radio"]{
opacity: 0;
visibility: hidden;
width: 0;
height: 0;
position: absolute;
}
.wc_payment_methods li label{
font-family: var(--secondary-font);
font-size: 16px;
line-height: 1;
color: var(--tw-secondary-color);
position: relative;
display: block;
cursor: pointer;
font-weight: 700;
text-transform: capitalize;
padding: 0 0 0 28px;
}
.wc_payment_methods li label:before{
content: '';
position: absolute;
left: 0;
top: 1px;
width: 15px;
height: 15px;
border: 1px solid var(--tw-primary-color);
border-radius: 50%;
}
.wc_payment_methods li input[type="radio"]:checked + label:after{
content: '';
width: 9px;
height: 9px;
background: var(--tw-primary-color);
border-radius: 50%;
position: absolute;
left: 3px;
top: 4px;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
font-size: 16px;
color: var(--tw-body-color);
font-family: var(--primary-font);
background: #FFFFFF;
}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
border-bottom-color: #FFFFFF;
}
.checkoutForm h3#ship-to-different-address {
line-height: 1;
margin: 0 0 30px;
}
.checkoutRegister, .woocommerce-page form .form-row label.checkbox, .checkoutForm h3#ship-to-different-address label {
position: relative;
padding: 9px 0 0;
display: block;
}
.woocommerce-page form .form-row label.checkbox input[type="checkbox"], .checkoutForm h3#ship-to-different-address label input[type="checkbox"] {
opacity: 0;
visibility: hidden;
width: 0;
height: 0;
position: absolute;
}
.woocommerce-page form .form-row label.checkbox span, .checkoutForm h3#ship-to-different-address label span {
font-family: var(--secondary-font);
font-size: 16px;
color: var(--tw-secondary-color);
font-weight: 700;
line-height: 1;
cursor: pointer;
position: relative;
padding: 0 0 0 34px;
margin: 0;
}
.woocommerce-page form .form-row label.checkbox span:before, .checkoutForm h3#ship-to-different-address label span:before {
content: '';
width: 15px;
height: 15px;
border-radius: 2px;
border: 1px solid #EFEFEF;
position: absolute;
left: 0px;
top: 4px;
font-family: 'Themewar';
font-size: 10px;
color: var(--tw-primary-color);
line-height: 15px;
text-align: center;
padding: 0 0 0 1px;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.woocommerce-page form .form-row label.checkbox input[type="checkbox"]:checked + span:before,
.checkoutForm h3#ship-to-different-address label input[type="checkbox"]:checked + span:before{
content: "\eaa9";
border-color: var(--tw-primary-color);
}
.checkoutForm textarea, .woocommerce form.checkout .form-row textarea {
display: block;
width: 100%;
height: 120px;
border: 1px solid #EFEFEF;
border-radius: 8px;
padding: 12px 24px;
font-size: 16px;
color: var(--tw-body-color);
margin: 0 0 12px;
resize: none;
}
.woocommerce-checkout #payment div.form-row.place-order {
padding: 0;
}
.woocommerce-terms-and-conditions-wrapper {
margin: -7px 0 45px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
font-family: var(--secondary-font);
display: block;
position: relative;
height: 55px;
width: 100%;
background: var(--tw-primary-color);
border-radius: 8px;
font-size: 14px;
line-height: 55px;
color: var(--tw-white-color);
font-weight: 700;
text-transform: uppercase;
text-align: center;
overflow: hidden;
border: none;
padding: 0 32px;
margin: 0;
}
.woocommerce-checkout .orderReviewWrap #payment ul.payment_methods, .wc_payment_methods {
margin: 0 0 26px;
}
.woocommerce-privacy-policy-text p a.woocommerce-privacy-policy-link{
color: var(--tw-primary-color);
}
.woocommerce-error a.wc-backward{
color: var(--tw-primary-color);
}
.blogDetailscontent p {
margin: 0 0 24px;
}
.loginLinks p {
font-family: var(--secondary-font);
margin: 0;
font-size: 16px;
line-height: 24px;
color: var(--tw-secondary-color);
font-weight: 400;
}
.loginLinks p a {
color: var(--tw-primary-color);
text-transform: uppercase;
margin: 0 0 0 6px;
font-weight: 700;
font-size: 14px;
}
.woocommerce .loginLinks p a:hover{
color: var(--tw-secondary-color);
}
.woocommerce .checkoutLoginArea form.login input:not([type="radio"]):not([type="checkbox"]) {
display: block;
width: 100%;
height: 55px;
border: 1px solid #EFEFEF;
border-radius: 8px;
padding: 0 24px;
font-size: 16px;
color: var(--tw-body-color);
margin: 0 0 12px;
display: block;
outline:0;
box-shadow: unset;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
margin: 0 0 0 15px;
padding: 15px 0;
position: relative;
}
.woocommerce .checkoutLoginArea form.login {
margin: 0 0 41px;
padding: 0;
border: none;
border-radius: 0;
}
.loginLinks {
position: relative;
margin: 0 0 44px;
}
.woocommerce .woocommerce-form-login p.lost_password {
margin: 22px 0 0;
}
.woocommerce .woocommerce-form-login p.lost_password .logisfareLink {
font-family: var(--secondary-font);
display: inline-block;
font-size: 14px;
line-height: 1;
color: var(--tw-primary-color);
font-weight: 700;
text-transform: uppercase;
margin: 0;
}
.woocommerce .woocommerce-form-login p.lost_password .logisfareLink:hover {
color: var(--tw-secondary-color);
} .logisfareThankuPage p.woocommerce-thankyou-order-received {
background: #F5F5F5;
font-size: 16px;
line-height: 24px;
color: var(--tw-body-color);
padding: 15px 25px;
margin: 0 0 5px;
border-radius: 8px;
}
.woocommerce .logisfareThankuPage ul.order_details {
margin: 0 0 30px;
padding: 0;
}
.woocommerce .logisfareThankuPage ul.order_details li {
width: calc(20% - 5px);
margin: 0 5px 5px 0;
background: #F5F5F5;
text-align: left;
padding: 40px 25px;
border: none;
font-size: 12px;
border-radius: 8px;
color: var(--tw-body-color);
}
.woocommerce .logisfareThankuPage ul.order_details li strong{
color: var(--tw-secondary-color);
}
.woocommerce-order-downloads, .woocommerce .woocommerce-order-details {
margin: 0 0 30px;
}
.woocommerce-order-downloads h2, .woocommerce .woocommerce-order-details h2 {
font-size: 24px;
line-height: 1;
margin: 0 0 32px;
}
.woocommerce .woocommerce-order-details-wrap{
background: #F5F5F5;
border-radius: 8px;
padding: 22px 25px;
}
.woocommerce table.shop_table.order_details th {
font-weight: 700;
padding: 9px 0px;
font-size: 16px;
line-height: 24px;
font-family: var(--secondary-font);
color: var(--tw-secondary-color);
}
.woocommerce table.shop_table.order_details td {
border-top: 1px solid var(--tw-body-color);
padding: 9px 0px;
font-size: 16px;
font-family: var(--secondary-font);
color: var(--tw-secondary-color);
vertical-align: middle;
line-height: 24px;
}
.woocommerce table.shop_table.order_details td > a{
font-family: var(--secondary-font);
color: var(--tw-secondary-color);
font-size: 16px;
font-weight: 400;
}
.woocommerce table.shop_table.order_details td > a:hover{
color: var(--tw-primary-color);
}
.woocommerce table.shop_table.order_details td.product-total,
.woocommerce table.shop_table.order_details td span.amount {
border-top: 1px solid var(--tw-body-color);
padding: 9px 0px;
font-size: 16px;
font-weight: 700;
font-family: var(--primary-font);
color: var(--tw-primary-color);
vertical-align: middle;
line-height: 24px;
}
.woocommerce table.shop_table.order_details td span.amount{
border:unset;
}
.woocommerce table.shop_table.order_details tfoot th, .woocommerce table.shop_table.order_details tfoot td span, .woocommerce table.shop_table.order_details tfoot td {
border: unset !important;
padding: 3px 0;
}
.woocommerce table.shop_table.order_details tfoot tr.Subtotal th, .woocommerce table.shop_table.order_details tfoot tr.Subtotal td {
border-top: 1px solid var(--tw-body-color) !important;
padding-top: 22px;
} .logisfareLoginRegFormWrap {
position: relative;
}
.logisfareLoginRegFormWrap h2 {
font-size: 24px;
line-height: 1;
margin: 0 0 32px;
}
.woocommerce .logisfareLoginRegFormWrap form.login, .woocommerce .logisfareLoginRegFormWrap form.register {
margin: 0;
padding: 0;
border-radius: 0;
border: none;
}
.woocommerce .logisfareLoginRegFormWrap form .form-row, .woocommerce form.lost_reset_password .form-row {
margin: 0;
padding: 0;
}
.woocommerce .logisfareLoginRegFormWrap form .form-row input:not([type="sbumit"]):not([type="radio"]):not([type="checkbox"]), .woocommerce form.lost_reset_password .form-row input:not([type="sbumit"]):not([type="radio"]):not([type="checkbox"]) {
display: block;
width: 100%;
height: 55px;
border: 1px solid #EFEFEF;
border-radius: 8px;
padding: 0 24px;
font-size: 16px;
color: var(--tw-body-color);
margin: 0 0 12px;
display: block;
}
.woocommerce form.lost_reset_password button.button,
.woocommerce .logisfareLoginRegFormWrap .woocommerce-form-register__submit.logicBtn,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit.logicBtn{
background: var(--tw-primary-color);
overflow: hidden;
color: var(--tw-white-color);
padding: 0 32px;
border-radius: 8px;
font-size: 14px;
}
.woocommerce form.lost_reset_password button.button:hover{
background: var(--tw-secondary-color);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
width: 0;
height: 0;
opacity: 0;
visibility: hidden;
display: none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
font-family: var(--secondary-font);
font-size: 16px;
color: var(--tw-secondary-color);
font-weight: 400;
line-height: 1;
cursor: pointer;
position: relative;
padding: 0 0 0 34px;
margin: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span:before {
content: '';
width: 15px;
height: 15px;
border-radius: 2px;
border: 1px solid #EFEFEF;
position: absolute;
left: 0px;
top: 5px;
font-family: 'Themewar';
font-size: 10px;
color: var(--tw-primary-color);
line-height: 15px;
padding: 0 0;
text-align: center;
padding: 0 0 0 1px;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:before{
content: "\eaa9";
border-color: var(--tw-primary-color);
}
.loginFooter {
padding: 23px 0 0;
}
.woocommerce .logisfareLoginRegFormWrap form .remindMeWrap {
margin: 0 0 6px;
}
.woocommerce .logisfareLoginRegFormWrap form p.lost_password {
margin: 0;
}
.woocommerce .logisfareLoginRegFormWrap form p.lost_password a{
color: var(--tw-body-color);
}
.woocommerce .logisfareLoginRegFormWrap form p.lost_password a:hover{
color: var(--tw-primary-color);
}
.woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
top: 6px;
position: relative;
} .myAccountNavigation {
position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
float: none;
}
.myAccountNavigation ul {
margin: 0;
padding: 0;
}
.myAccountNavigation ul li {
list-style: none;
margin: 0 0 6px;
}
.myAccountNavigation ul li a {
border: none;
border-radius: 8px;
display: block;
width: 100%;
font-size: 18px;
font-weight: 500;
color: #FFF;
background: var(--tw-primary-color);
font-family: var(--secondary-font);
text-align: left;
padding: 0 30px;
line-height: 55px;
height: 55px;
position: relative;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.myAccountNavigation ul li a:hover, .myAccountNavigation ul li.is-active a {
border-color: transparent;
background: var(--tw-secondary-color);
color: #FFF;
}
.myAccountNavigation ul li a:after {
content: "\e95d";
font-family: 'LogisFare' !important;
position: absolute;
right: 30px;
top: 0;
font-size: 14px;
font-weight: 400;
}
.myAccountPages p a {
color: var(--tw-secondary-color);
text-decoration: underline;
}
.myAccountPages p a:hover {
color: var(--tw-primary-color);
text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
float: none;
}
.woocommerce .woocommerce-info .button {
background: var(--tw-primary-color);
font-family: var(--secondary-font);
font-weight: 500;
color: #FFF;
border-radius: 40px;
text-transform: capitalize;
padding: 11px 18px 10px;
font-size: 16px;
overflow: hidden;
}
.woocommerce .woocommerce-info .button:hover{
background: var(--tw-secondary-color);
color: #FFF;
}
.blogDetailscontent p {
margin: 0 0 24px;
}
.woocommerce-account .addresses .title h3 {
font-size: 24px;
line-height: 1;
margin: 0 0 32px;
}
.woocommerce-account .addresses .title .edit {
font-family: var(--primary-font);
display: inline-block;
position: relative;
height: 35px;
min-width: 10px;
background: var(--tw-primary-color);
border-radius: 35px;
font-size: 12px;
line-height: 36px;
color: #FFF;
font-weight: 700;
text-transform: uppercase;
text-align: center;
overflow: hidden;
border: none;
padding: 0 20px;
}
.woocommerce-account .addresses .title .edit:hover{
background: var(--tw-secondary-color);
}
.woocommerce .woocommerce-customer-details-box2 address {
width: 100%;
display: block;
background: #F5F5F5;
text-align: left;
padding: 25px 25px;
border: none;
font-size: 16px;
line-height: 26px;
border-radius: 5px;
}
.woocommerce form.editAddressForm .form-row  label, 
.woocommerce form.edit-account .form-row  label {
display: block;
font-family: var(--primary-font);
font-weight: 700;
line-height: 1;
color: var(--tw-secondary-color);
font-size: 16px;
margin: 0 0 7px;
}
.woocommerce form.editAddressForm .form-row, .woocommerce form.edit-account .form-row {
margin: 0;
padding: 0;
}
.woocommerce form.edit-account legend {
font-size: 24px;
line-height: 1;
margin: 10px 0 22px;
color: var(--tw-secondary-color);
}
.woocommerce form.editAddressForm .form-row input:not([type="sbumit"]):not([type="radio"]):not([type="checkbox"]), 
.woocommerce form.edit-account .form-row input:not([type="sbumit"]):not([type="radio"]):not([type="checkbox"]) {
display: block;
width: 100%;
height: 54px;
border: 1px solid #EFEFEF;
border-radius: 8px;
padding: 0 24px;
font-size: 16px;
color: #aeb3c3;
margin: 0 0 12px;
display: block;
}
.woocommerce form.edit-account .form-row  span.hint {
display: block;
margin: 0 0 12px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
width: 49%;
overflow: visible;
}
.addressSubmitRow .woocommerce-Button.button.logicBtn{
overflow: hidden;
padding: 0 32px;
background: var(--tw-primary-color);
border: 8px;
color: #FFF;
font-size: 14px;
border-radius: 8px;
}
.addressSubmitRow .woocommerce-Button.button.logicBtn:hover{
background: var(--tw-secondary-color);
} .contact-form .form p{
position: relative;       
margin: 0;
}
.contact-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.contact-form select, 
.contact-form textarea{
margin-bottom: 20px;
}
.contact-form p br{
display: none;
}
.contact-form .singleForm input, .contact-form .singleForm textarea{
border:1px solid #E9E9E9;
}
.contact-form .wpcf7-form-control-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contact-form .wpcf7-form-control-wrap .nice-select {
width: 100%;
height: 60px;
line-height: 60px;
outline: 0;
border: 0;
border-radius: 8px;
background: var(--tw-white-color);
color: var(--tw-body-color);
padding: 0 45px 0 26px;
border:1px solid #E9E9E9;
margin-bottom: 20px;
}
.contact-form .formInput .wpcf7-form-control-wrap .nice-select{
height: 55px;
line-height: 55px;
padding: 0 20px 0 49px;
}
.contact-form .wpcf7-form-control-wrap .nice-select ul{
width: 100%;
}
.contact-form .wpcf7-form-control-wrap .nice-select.open {
border:1px solid #E9E9E9;
}
.contact-form .wpcf7-form-control-wrap .nice-select:after {
content: '\e905';
font-family: 'logisfare';
font-size: 8px;
border: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
top: 4px;
right: 26px;
color: var(--tw-body-color);
}
.contact-form .formInput .wpcf7-form-control-wrap .nice-select:after{
width: 10px;
height: 10px;
content: '';    
border-bottom: 2px solid #999;
border-right: 2px solid #999;
display: block;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.contact-form .formInput .wpcf7-form-control-wrap .nice-select.open:after {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 5px;
margin-bottom: 20px;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox > span {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
position: relative;
margin: 0;
padding: 0 0 0 26px;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox input[type="checkbox"]{
opacity: 0;
visibility: hidden;
width: 0;
height: 0;
position: absolute;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox label span{
font-size: 16px;
color: var(--tw-body-color);
}
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox label span:before {
content: '';
width: 15px;
height: 15px;
border-radius: 2px;
border: 1px solid #E9E9E9;
background: #FFF;
position: absolute;
left: 0px;
top: 5px;
font-family: 'Themewar';
font-size: 10px;
color: var(--tw-primary-color);
line-height: 15px;
padding: 0 0;
text-align: center;
padding: 0 0 0 1px;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-checkbox input[type="checkbox"]:checked + span:before{
content: "\eaa9";
border-color: var(--tw-primary-color);
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio > span {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
position: relative;
margin: 0;
padding: 0 0 0 26px;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 5px;
margin-bottom: 20px;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio input[type="radio"]{
opacity: 0;
visibility: hidden;
width: 0;
height: 0;
position: absolute;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio label span:before{
content: '';
position: absolute;
left: 0;
top: 5px;
width: 15px;
height: 15px;
border: 1px solid var(--tw-primary-color);
border-radius: 50%;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-radio input[type="radio"]:checked + span:after{
content: '';
width: 9px;
height: 9px;
background: var(--tw-primary-color);
border-radius: 50%;
position: absolute;
left: 3px;
top: 8px;
transition: all ease 350ms;
-moz-transition: all ease 350ms;
-webkit-transition: all ease 350ms;
}
.wpcf7 form .wpcf7-response-output{
margin: 02em 0 1em;
}
.contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
margin-top: -15px;
margin-bottom: 15px;
display: block;
width: 100%;
}
.contact-form .formInput .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
color: var(--tw-secondary-color);
}
.contact-form input[type="submit"].logicBtn{
background: var(--tw-secondary-color);
margin: 0 0;
}
.contact-form input[type="submit"].logicBtn:hover{
color: var(--tw-primary-color);
}
.contact-form input[type="submit"].logicBtn:hover:before {
bottom: 0;
}
.contact-form input[type="submit"].logicBtn:hover:after {
left: 0;
}
.cmb-10{
margin-bottom: 10px;
}
.contact-form input[type="submit"].cntsubmit{
background: var(--tw-primary-color);
color: var(--tw-white-color);
height: 60px;
}
.contact-form input[type="submit"].cntsubmit:hover{
background: var(--tw-secondary-color);
color: var(--tw-white-color);
} section.foferrorSec {
padding: 120px 0 120px;
background: #F8F8F8;
}
.foferrorContent h2 {
font-size: 195px;
font-weight: 700;
color: var(--tw-primary-color);
margin: 0 0 22px;
}
.foferrorContent p {
font-size: 34px;
font-weight: 500;
color: var(--tw-secondary-color);
font-family: var(--secondary-font);
line-height: 44px;
margin: 0 0 37px;
}
.foferrorContent span{
display: inline-block;
position: relative;
} .layer_img {
position: absolute;
left: 0;
top: 0;
}
.left_top{
left:0;
right: auto;
}
.right_top {
left: auto;
right: 0;
}
.left_bottom {
top: auto;
bottom: 0;
}
.right_bottom {
top: auto;
bottom: 0;
left: auto;
right: 0;
}
.animation_swing{
-webkit-animation: logisSwing 3s linear infinite;
animation: logisSwing 3s linear infinite
}
.animation_shake{
-webkit-animation: shake 22s infinite both;
animation: shake 22s infinite both;
} @-webkit-keyframes logisSwing{
0%{
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
50%{
-webkit-transform: scaleY(1.1);
transform: scaleY(1.1);
}
100%{
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@keyframes logisSwing{
0%{
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
50%{
-webkit-transform: scaleY(1.1);
transform: scaleY(1.1);
}
100%{
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
.serviceDesc01 .subTitle{
font-family: var(--primary-font);
font-size:14px;
line-height: 17px;
}
.serviceDesc01 .secTitle {
margin-bottom: 18px;
}
.serviceContent .btnLink{
font-weight: 500;
}
.serviceWrapp03 .col-lg-8 {
width: 66.722%;
}
.serviceWrapp03 .col-lg-4 {
width: 33.278%;
} .stickyBTN {
display: inline-block;
width: auto;
color: var(--tw-white-color);
background: var(--tw-primary-color);
font-family: var(--primary-font);
font-size: 12px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
padding: 0 12px;
height: 30px;
margin-bottom: 16px;
line-height: 30px;
border-radius: 5px;
border: none;
outline: none;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
overflow: hidden;
position: relative;
z-index: 1;
overflow: hidden;
cursor: pointer;
}
.stickyBTN:hover{
background: var(--tw-secondary-color);
}
.blogRightSidebar .wp-block-heading,
.widget_block.widget_search label {
font-size: 24px;
line-height: 1;
margin: 9px 0 27px;
font-weight: 700;
font-family: var(--secondary-font);
color: var(--tw-secondary-color);
}
.widget_block.widget_search input {
width: 100%;
height: 55px;
line-height: 55px;
border: 0;
outline: 0;
padding: 0 77px 0 20px;
color: #74787C;
}
.widget_block.widget_search button {
position: absolute;
right: 0;
top: 0;
background: var(--tw-primary-color);
color: var(--tw-white-color);
width: 75px;
height: 55px;
border: 0;
outline: 0;
font-size: 15px;
font-family: var(--secondary-font);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wp-block-search__inside-wrapper {
position: relative;
}
.sidebar .widget_archive ul li,
.sidebar .wp-block-archives-list a { 
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 25px;
width: 100%;
height: 50px;
line-height: 50px;
font-weight: 500;
background: var(--tw-white-color);
margin-bottom: 15px;
color: inherit;
position: relative;
z-index: 1;
transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
cursor: pointer;
}
.sidebar .widget_block ul.wp-block-categories-list li ,
.sidebar .wp-block-page-list li,
.sidebar .widget_nav_menu ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_categories ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
line-height: 50px;
font-weight: 500;
color: inherit;
position: relative;
z-index: 1;
border-top: 1px solid #D9D9D9;
}
.sidebar .widget_block ul.wp-block-categories-list > li:first-child,
.sidebar .wp-block-page-list > li:first-child,
.sidebar .widget_nav_menu > ul > li:first-child,
.sidebar .widget_pages > ul > li:first-child,
.sidebar .widget_categories > ul > li:first-child{
border-top: 0px;
}
.sidebar .wp-block-page-list li ul.wp-block-navigation__submenu-container,
.sidebar .widget_nav_menu ul li ul.sub-menu,
.sidebar .widget_pages ul li ul.children,
.sidebar .widget_categories ul li ul.children {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 15px;
}
.sidebar .wp-block-page-list li ul li,
.sidebar .widget_nav_menu ul li ul li,
.sidebar .widget_pages ul li ul li,
.sidebar .widget_categories ul li ul li{
width: 100%;
}
.sidebar .widget_block ul.wp-block-categories-list li a,
.sidebar .wp-block-page-list li a,
.sidebar .widget_nav_menu ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_categories ul li a{
color:inherit;
font-size: inherit;
text-transform: capitalize;
}
.sidebar .widget_block ul.wp-block-categories-list li a:hover,
.sidebar .wp-block-page-list li a:hover,
.sidebar .widget_nav_menu ul li a:hover,
.sidebar .widget_pages ul li a:hover,
.sidebar .widget_categories ul li a:hover{
color: var(--tw-primary-color);
}
.sidebar .widget_block .wp-block-archives-list a::after,
.sidebar .wp-block-archives-list a:after{
color: var(--tw-primary-color);
position: relative;
content: "\e9d1";
font-family: 'Themewar' !important;
}
.sidebar .widget_archive .wp-block-archives li a {
background: transparent;
display: inline-block;
width: unset;
margin: unset;
padding: unset;
}
.sidebar .widget_block.widget_archive .wp-block-archives li a:after{
display:none;
}
.sidebar .widget_meta ul li {
list-style: none;
display: block;
font-size: 16px;
color: var(--tw-body-color);
line-height: 28px;
position: relative;
margin: 0 0 15px;
}
.sidebar .widget_meta ul li a{
color: inherit;
font-size: inherit;
}
.sidebar .widget_meta ul li a:hover{
color: var(--tw-primary-color);
}
.widget_recent_comments ul li {
font-size: 16px;
color: var(--tw-body-color);
margin-bottom: 15px;
}
.sidebar .widget_block ul.wp-block-latest-posts li a{
font-size: 18px;
font-weight: 600;
line-height: 26px;
font-family: var(--primary-font);
color: var(--tw-secondary-color);
margin: 0 0 6px;
display: inline-block;
}
.sidebar .widget_block li.wp-block-latest-comments__comment a {
font-size: 18px;
font-weight: 500;
line-height: 23px;
font-family: var(--primary-font);
color: var(--tw-secondary-color);
margin: 0 0 6px;
display: inline-block;
}
.sidebar .widget_block li.wp-block-latest-comments__comment a:hover,
.sidebar .widget_block ul.wp-block-latest-posts li a:hover{
color: var(--tw-primary-color);
}
.widget_recent_comments ul li a,
.widget_recent_comments ul li span{
font-size: inherit;
color: inherit;
}
.widget_recent_comments ul li a:hover{
color:var(--tw-primary-color);
}
.widget_archive ul li a{
font-size: inherit;
color: inherit;
}
.sidebar .widget_archive ul li:hover,
.sidebar .wp-block-archives-list a:hover{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.sidebar .wp-block-categories-list a:hover:after,
.sidebar .wp-block-archives-list a:hover:after,
.sidebar .wp-block-latest-posts__post-title:hover:after{
color: var(--tw-white-color);
}
.wp-block-latest-comments{
padding:0;
}
.blogPostStatic .wp-block-latest-comments__comment-meta a,
.blogPostStatic .wp-block-latest-comments__comment-meta{
font-size: 16px;
font-weight: 400;
font-family: var(--primary-font);
color: var(--tw-body-color);
}
.blogPostStatic .wp-block-latest-comments__comment-meta a:hover{
color: var(--tw-primary-color);
}
.blogSidebarCol .sidebar ul,
.widget.widget_rss ul,
.widget_categories ul,
.widget_archive ul,
.sidebar .wp-block-categories-list,
.sidebar .wp-block-archives-list {
list-style: none;
padding:0;
margin: 0;
}
.widget_categories .nice-select,
.wp-block-archives .nice-select,
.textwidget .nice-select,
.widget_archive .nice-select {
width: 100%;
height: 50px;
line-height: 50px;
border: unset;
}
.widget_categories .nice-select.open,
.wp-block-archives .nice-select.open,
.textwidget .nice-select.open,
.widget_archive .nice-selec.open{
border:unset;
}
.widget_categories .nice-select:after,
.wp-block-archives .nice-select:after,
.textwidget .nice-select:after,
.widget_archive .nice-select:after {
width: 7px;
height: 7px;
content: '';
border-bottom: 2px solid #999;
border-right: 2px solid #999;
display: block;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.widget_categories .nice-select ul.list,
.wp-block-archives .nice-select ul.list,
.textwidget .nice-select ul.list,
.widget_archive .nice-select ul.list {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: calc(100% + 47px);
-ms-flex-wrap: wrap;
flex-wrap: wrap;
top: 0;
left:-17px;
}
.widget_categories .nice-select ul.list .option,
.wp-block-archives .nice-select ul.list .option,
.textwidget .nice-select ul.list .option,
.widget_archive .nice-select ul.list .option{
width: 100%;
margin:0;
}
.widget_categories .nice-select ul.list .option:hover,
.wp-block-archives .nice-select ul.list .option:hover,
.textwidget .nice-select ul.list .option:hover,
.widget_archive .nice-select ul.list .option:hover{
background: var(--tw-primary-color);
color: #FFF;
}
.wp-block-categories-dropdown .postform,
.textwidget form select {
width: 100%;
border: unset;
outline: unset;
height: 50px;
padding: 0 30px 0 18px;
font-family: inherit;
font-size: 14px;
font-weight: normal;
color: var(--tw-body-color);
}
.wp-block-categories-dropdown .postform {
border: 1px solid #ECECEC !important;
margin-bottom: 30px;
}
.wp-block-categories-dropdown .postform,
.textwidget form  select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(//sotifret.com/wp-content/themes/logisfare/assets/images/down-arrow.png) no-repeat calc(100% - 22px) center #FFF;
border: none;
background-size: 10px;
}
.widget table {
width: 100%;
border: 1px solid #D9D9D9;
}
.wp-block-table td, .wp-block-table th{
border: 1px solid #D9D9D9;
}
.widget table caption, .wp-block-calendar caption {
font-size: 14px;
color: var(--tw-secondary-color);
font-weight: 600;
line-height: .8;
caption-side: top;
padding: 16px 5px;
text-align: center;
border: 1px solid #D9D9D9;
border-bottom: none;
text-transform: uppercase;
}
.commentContent table thead tr th,
.blogPostStatic table thead tr th,
.blogPostStatic table tbody tr th,
.commentContent table tbody tr th,
.widget table thead tr th {
font-size: 14px;
background: transparent;
color: var(--tw-secondary-color);
font-weight: 600;
text-align: center;
border-bottom: 1px solid #D9D9D9;
padding: 7px 2px;
border-right: 1px solid #D9D9D9;
border-top: 1px solid #D9D9D9;
}
.widget table thead, .widget table tbody {
border-left: 1px solid #D9D9D9;
}
.commentContent table tbody tr td,
.blogPostStatic table tbody tr td,
.widget table tbody tr td {
font-size: 14px;
color: var(--tw-body-color);
font-weight: 400;
text-align: center;
border-bottom: 1px solid #D9D9D9;
border-right: 1px solid #D9D9D9;
padding: 7px 2px;
}
.widget table tbody tr td#today {
color: var(--tw-white-color);
background: var(--tw-primary-color);
}
.wp-calendar-nav{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.wp-calendar-nav-next a,
.wp-calendar-nav-prev a{
color: var(--tw-primary-color);
font-weight: 700;
margin-top: 10px;
display: inline-block;
}
.wp-calendar-nav-next a:hover,
.wp-calendar-nav-prev a:hover{
color: var(--tw-secondary-color);
}
.widget_categories ul.children {
padding-left: 30px;
}
.wp-block-search__inside-wrapper {
padding: 0;
border: 1px solid transparent;
}
.textwidget img {
max-width: 100%;
height: auto;
margin: 15px 0;
}
.textwidget p, .wp-caption .wp-caption-text {
margin: 0;
font-size: 16px;
line-height: 24px;
color: var(--tw-body-color);
}
.widget_rss .widgetTitle{
margin-bottom: 18px;
}
.widget_rss .widgetTitle a{
font-size: 24px;
}
.widgetTitle a {
color: var(--tw-secondary-color) !important;
}
.textwidget form{
margin-top: 12px;
}
.rss-date,
.wp-block-rss__item-publish-date {
font-size: 16px;
line-height: 24px;
color: var(--tw-body-color);
margin: 0 0 12px;
display: block;
}
.widget_recent_entries ul li a,
.wp-block-rss__item-title a,
.rsswidget {
font-size: 18px;
font-weight: 600;
line-height: 26px;
font-family: var(--primary-font);
color: var(--tw-secondary-color);
margin: 0 0 6px;
display: inline-block;
}
.widget_recent_entries ul li a:hover,
.wp-block-rss__item-title a:hover,
.rsswidget:hover{
color: var(--tw-primary-color);
}
.widget.widget_rss ul li:not(:last-child){
margin-bottom: 32px;
}
.wp-block-rss__item .wp-block-rss__item-author,
.widget.widget_rss ul li cite {
font-weight: 700;
margin-top: 6px;
display: inline-block;
}
.wp-block-rss__item .wp-block-rss__item-author{
margin: 0 0 2px;
font-size: 14px;
} .blogPostStatic > ul {
padding: 0 0 0 16px;
}
.commentContent ul,
.commentContent ol{
list-style: none;
padding:0;
}
.commentContent > ul > li,
.commentContent > ol > li,
.blogPostStatic > ul > li,
.blogPostStatic > ol > li{
margin: 0 0 12px;
}
.wp-block-post-template.is-layout-flow li > h2{
margin: 0 0 25px;
}
.wp-block-query-pagination{
margin: 42px 0px 30px;
}
.wp-block-query-pagination-numbers{
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
row-gap: 15px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.PaginInner > a,
.PaginInner > span,
.post-navigation-link-next a,
.blogPostStatic .wp-block-query-pagination .page-numbers.dots, 
.post-navigation-link-previous a,
.wp-block-query-pagination-prev,
.wp-block-query-pagination-next,
.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-numbers span{
width: 50px;
height: 50px;
background: #F5F5F5;
color: var(--tw-primary-color);
font-size: 16px;
font-weight: 600;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blogPostStatic .PaginInner > a:hover, 
.blogPostStatic .wp-block-query-pagination .page-numbers.dots:hover, 
.blogPostStatic .post-navigation-link-next a:hover,
.blogPostStatic .post-navigation-link-previous a:hover,
.blogPostStatic .wp-block-query-pagination-prev:hover,
.blogPostStatic .wp-block-query-pagination-next:hover,
.blogPostStatic .wp-block-query-pagination-numbers a:hover{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.PaginInner > span.current,
.wp-block-query-pagination-numbers span.current{
background: var(--tw-primary-color);
color: var(--tw-white-color);
}
.wp-block-query-pagination-prev,
.wp-block-query-pagination-next{
width: unset;
padding: 0 15px;
}
.PaginInner{
margin-bottom: 48px;
}
.PaginInner a, 
.PaginInner span{
margin:0 6px;
}
.post-navigation-link-previous a,
.post-navigation-link-next a{
width: unset;
padding: 0 15px;
margin-bottom: 15px;
}
.blogPageWrap .blogPostStatic .wp-block-avatar img ,
.blogPageWrap .blogPostStatic .wp-block-latest-comments__comment img {
width: auto;
margin-bottom: 10px;
}
.wp-block-post-author p{
margin-bottom: 12px;
}
.taxonomy-category.wp-block-post-terms a {
color: var(--tw-body-color);
}
.taxonomy-category.wp-block-post-terms a:hover {
color: var(--tw-primary-color);
}
.wp-block-read-more {
height: 40px;
line-height: 42px;
padding: 0 20px;
font-size: 14px;
text-transform: uppercase;
color: var(--tw-white-color);
margin-right: 0;
font-family: var(--secondary-font);
border-radius: 5px;
position: relative;
font-weight: 700;
z-index: 1;
overflow: hidden;
cursor: pointer;
background-color: var(--tw-primary-color);
margin-bottom: 15px;
}
.wp-block-read-more:hover{
background: var(--tw-secondary-color);
color: var(--tw-white-color);
}
.wp-block-comment-author-name a,
.wp-block-comment-date a,
.wp-block-comment-edit-link a,
.wp-block-comment-reply-link a{
color: var(--tw-body-color);
}
.wp-block-comment-author-name a:hover,
.wp-block-comment-date a:hover,
.wp-block-comment-edit-link a:hover,
.wp-block-comment-reply-link a:hover{
color: var(--tw-primary-color);
}
.wp-block-post-comments-form .logged-in-as a{
color: var(--tw-primary-color);
}
.wp-block-post-comments-form .logged-in-as a:hover{
color: var(--tw-secondary-color);
}
.form-submit input[type="submit"]{
display: inline-block;
width: auto;
height: 55px;
line-height: 55px;
color: var(--tw-white-color);
background: var(--tw-primary-color);
font-family: var(--primary-font);
font-size: 14px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
padding: 0 32px;
border-radius: 8px;
border: none;
outline: none;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
overflow: hidden;
position: relative;
z-index: 1;
overflow: hidden;
cursor: pointer;
}
.form-submit input[type="submit"]:hover{
background: var(--tw-secondary-color);
}
.logged-in.wp-block-loginout a{
color: var(--tw-primary-color);
}
.logged-in.wp-block-loginout a:hover{
color: var(--tw-secondary-color);
}
.blogPostStatic .wp-block-page-list a,
.blogPostStatic .wp-block-archives-list a,
.blogPostStatic .wp-block-categories-list a,
.blogPostStatic .wp-block-latest-posts__post-title{
color:var(--tw-body-color);
}
.blogPostStatic .wp-block-page-list a:hover,
.blogPostStatic .wp-block-archives-list a:hover,
.blogPostStatic .wp-block-categories-list a:hover,
.blogPostStatic .wp-block-latest-posts__post-title:hover{
color:var(--tw-primary-color);
}
.blogPostStatic table tbody tr td a, .blogPostStatic table tbody tr th a {
text-decoration: none;
color: var(--tw-primary-color);
}
.woocommerce-page .blogPostStatic table tbody tr td a {
color: var(--tw-white-color);
}
.blogPostStatic table tbody tr th, .blogPostStatic table thead tr th{
background: transparent;
}
.blogPostStatic nav.wp-calendar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin-bottom: 15px;
}
.blogPostStatic .wp-block-rss{
padding: 0;
}
.blogPostStatic .wp-block-tag-cloud a {
border: 1px solid #ECECEC;
margin: 0;
color: var(--tw-body-color);
}
.blogPostStatic .wp-block-tag-cloud a:hover{
color: var(--tw-white-color);
}
.blogPostStatic .wp-block-search__input{
border: 1px solid #ECECEC;
padding: 0 80px 0 20px;
}
.blogPostStatic .wp-block-search__button {
width: unset;
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blogPostStatic form.wp-block-search__text-button,
.blogPostStatic form.wp-block-search{
margin-bottom: 40px;
}
.commentContent table tr td a,
.commentContent a{
color: var(--tw-primary-color);
}
.wp-block-buttons{
margin-bottom: 20px;
}
.commentContent table tr td a:hover,
.commentContent a:hover{
color: var(--tw-secondary-color);
}
.wp-block-navigation__responsive-container-content > ul{
padding: 27px 0 25px;
}
.blogPageWrap .blogPostStatic p > img,
.blogPageWrap .blogPostStatic .wp-caption > img,
.blogPageWrap .blogPostStatic .wp-block-image.size-full img{
width: auto;
}
.wp-block-image .aligncenter img{
margin-bottom: 10px;
}
.blogPageWrap .blogPostStatic .wp-caption  a > img,
.blogPageWrap .blogPostStatic .wp-caption > img{
margin-bottom: 12px;
}
.postContent .alignnone, .postContent .aligncenter{
margin: auto;
text-align: center;
display: block;
width: auto !important;
}
.blogPostStatic .gallery dt.gallery-icon img{
margin-bottom: 10px;
} 
.blogPostStatic .wp-block-cover {
margin-bottom: 20px;
}
.wp-block-image .aligncenter>figcaption {
display: block;
}
.blogPostStatic pre, .blogPostStatic pre {
max-height: 300px;
overflow: scroll;
max-width: 100%;
background: #F6F6F6;
color: #696969;
padding: 25px;
margin: 25px 0 32px;
}
.blogPostStatic code, .blogPostStatic code {
color: var(--tw-primary-color);
}
.blogPostStatic .alignleft {
margin: 0 20px 10px 0;
float: left;
clear: both;
}
.blogPostStatic .wp-block-button.aligncenter, .wp-block-button {
margin-bottom: 30px;
}
.wp-block-button.is-style-squared a {
border-radius: 0;
}
.blogPostStatic .alignright {
margin: 10px 0 10px 15px;
float: right;
clear: both;
width: auto !important;
}
.blogPostStatic figcaption.blocks-gallery-caption {
margin-bottom: 30px;
}
.blogPostStatic .wp-block-columns .wp-block-column blockquote {
padding: 24px 10px 25px 70px;
}
.blogPostStatic .wp-block-columns .wp-block-column blockquote:before{
width: 62px;
font-size: 25px;
}
.blogPostStatic .wp-block-columns .wp-block-column blockquote p{
font-size:16px;
}
.blogPostStatic .wp-block-columns .wp-block-column blockquote cite {
font-size: 14px;
}
.blogPostStatic blockquote.wp-block-quote.is-style-large {
padding: 31px 40px 32px 164px;
}
.blogPostStatic blockquote.wp-block-quote.is-style-large cite > br {
display: none;
}
.blogPostStatic figcaption a,
.postContent p > a,
.blogPostStatic blockquote a,
.blogPostStatic .wp-block-file a{
color: var(--tw-primary-color);
}
.blogPostStatic figcaption a:hover,
.postContent  p > a:hover,
.blogPostStatic blockquote a:hover,
.blogPostStatic .wp-block-file a:hover{
color: var(--tw-secondary-color);
}
.blogPostStatic .wp-block-file .wp-block-file__button{
color: var(--tw-white-color);
}
.blogPostStatic .wp-block-file .wp-block-file__button:hover{
color: var(--tw-primary-color);
}
.blogPostStatic > ol > li > a,
.blogPostStatic > ul a{
color: var(--tw-secondary-color);
}
.blogPostStatic > ol > li > a:hover,
.blogPostStatic > ul a:hover{
color: var(--tw-primary-color);
}
.commentContent table,
.blogPostStatic table {
width: 100%;
border: 1px solid #D9D9D9;
background: transparent;
margin: 30px 0 30px;
}
.blogPostStatic table thead {
border-left: 1px solid #D9D9D9;
}
.blogPostStatic dd{
margin-bottom: 20px;
}
.commentContent table a,
.blogPostStatic dd a{
color: var(--tw-primary-color);
}
.commentContent table a:hover,
.blogPostStatic dd a:hover{
color: var(--tw-secondary-color);
}
.blogPostStatic > ul > li ol,
.blogPostStatic > ol > li ul,
.commentContent > ul > li ul,
.commentContent > ol > li ol,
.postContent > ul > li ul,
.postContent > ol > li ol {
margin-top: 10px;
padding-left: 16px;
}
.blogPostStatic > ul > li > ol li,
.blogPostStatic > ol > li ul li,
.commentContent > ul > li > ul li,
.commentContent > ol > li > ol li,
.postContent > ul > li > ul li,
.postContent > ol > li > ol li{
margin-bottom: 12px;
}
.singleComment.pingbackcomments {
padding-left: 0;
min-height: auto;
}
.commentContent > p{
margin-bottom: 16px;
}
.blogPostStatic input[type="password"] {
display: block;
max-width: 240px;
width: 100%;
height: 50px;
background: transparent;
padding: 0 20px;
border: 1px solid #E9E9E9;
border-radius: 0;
font-size: 14px;
margin: 10px 0 0;
color: #8799a3;
float: left;
outline: unset;
}
.blogPostStatic input[type="submit"] {
font-size: 16px;
border: none;
outline: none;
height: 100%;
position: relative;
top: 10px;
padding: 0 20px;
margin: 0 0 0 -5px;
background: var(--tw-primary-color);
color: #fff;
line-height: 50px;
border-radius: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
}
.blogPostStatic input[type="submit"]:hover{
background: var(--tw-secondary-color);
}
.protected-post-form p{
position: relative;
overflow: hidden;
}
.protected-post-form p br{
display: none;
}
.blogPostStatic iframe, .blogPostStatic .twitter-tweet {
max-width: 100% !important;
} .topBar01.absoluteTopB{
position: absolute;
top:0;
left:0;
width: 100%;
background: transparent;
}
.header01.absoluteHeader,
.header02.absoluteHeader{
position: absolute;
top:0;
left:0;
width: 100%;
background: transparent;
}
header.fixedHeader.absoluteHeader {
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #fff;
box-shadow: 0 0 25px rgb(0 0 0 / 15%);
border: none;
z-index: 99;
}@media (max-width: 1750px){
.topbar02{
padding-left: 75px;
}
.navBar02{
padding-left: 63px;
}
} @media (min-width: 576px) {
.col-sm-2-4,
.clientLogoGrid .col-sm-2-4{
width: 20%;
}
}
@media (min-width: 768px) {
.col-md-2-4,
.clientLogoGrid .col-md-2-4{
width: 20%;
}
}
@media (min-width: 992px) {
.col-lg-2-4,
.clientLogoGrid .col-lg-2-4{
width: 20%;
}
}
@media (min-width: 1200px) {
.col-xl-2-4,
.clientLogoGrid .col-xl-2-4{
width: 20%;
}
}
@media (min-width: 1400px) {
.col-xxl-2-4,
.clientLogoGrid .col-xxl-2-4{
width: 20%;
}
} @media (max-width: 1500px){
body{
overflow-x: hidden;
}
.serviceSec01:after {
width: 100px;
height: 400px;
}
.iconBoxSection01:after {
width: 170px;
height: 500px;
}
.clientWrapper {
margin: 0 50px 119px;
}
.productCarouselWrap {
padding: 54px 12px 120px;
}
.ctaSection03 {
margin: 0 25px;
}
.appoinGetForm {
padding: 45px 55px 40px;
margin-right: -85px;
left: -45px;
}
.pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(11%);
transform: translateX(11%);
}
.projectGallery.pGrid02 .pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(9%);
transform: translateX(9%);
}
.contactPageSec:after {
width: 62%;
}
.slider01 .rev_slider .tparrows {
left: calc(100% + 50px) !important;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next {
right: 19.5%;
}
.collectionSlider.owl-carousel .owl-nav button.owl-prev {
left: 19.5%;
}
.collSingleItem .collCat {
left: 40px;
bottom: 40px;
}
.collSingleItem .cols01 {
width: 250px !important;
}
.collSingleItem .cols02 {
width: 290px !important;
height: 250px !important;
}
.SldierVideoPupup .popup_video {
right: 350px;
}
} @media (min-width: 1366px) and (max-width: 1599px){
.abiBoxItem01,
.abiBoxItem02,
.abiBoxItem03 {
padding: 50px 20px 72px 50px;
}
.slider03 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs, .slider02 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs {
left: 0 !important;
}
.topbar02 {
padding-left: 10px;
}
.navBar02{
padding-left: 0px;
}
.mainMenu02 ul li {
margin: 0 21px 0 0;
}
.header02:after {
width: 27.74%;
}
.header02:before {
width: 73.288%;
-webkit-clip-path: polygon(2.9% 0, 0 100%, 100% 100%, 100% 0);
clip-path: polygon(2.9% 0, 0 100%, 100% 100%, 100% 0);
}
.teamAboutSec01:before {
left: -10px;
}
} @media (min-width: 1366px) and (max-width: 1399px){
.slider03 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs, .slider02 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs {
right: 50px !important;
left: auto !important;
}
.pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(7%);
transform: translateX(7%);
}
.pdItem01 .pdTitle01 {
padding: 21px 15px 22px 25px !important;
}
} @media (min-width: 1200px) and (max-width: 1399px){
.pdItem01 .pdTitle01 {
width: calc(100% - 35px);
padding: 21px 15px 22px 15px;
} 
} @media (max-width: 1366px){
.iconBox03 {
left: 35px;
}
.aboutLook .welcomeBox {
width: 180px;
height: 180px;
left: -65px;
bottom: 18px;
}
.pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(6.8%);
transform: translateX(6.8%);
}
.projectGallery.pGrid02 .pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(5%);
transform: translateX(5%);
}
.slider01 .rev_slider .tparrows {
left: 100% !important;
}
.slider03 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs, .slider02 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs {
right: 50px !important;
left: auto !important;
}
.appoinGetForm {
left: -11px;
}
.pdItem01 .pdTitle01 {
padding: 21px 15px 22px 30px !important;
}
.collSingleItem .collCat h4 a {
padding: 0 15px;
line-height: 40px;
}
.pGrid02 .collSingleItem .collCat h4 a{
padding: 0px;
}
.collectionSlider .collSingleItem .collCat h4 a{
padding: unset;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next {
right: 18.5%;
}
.collectionSlider.owl-carousel .owl-nav button.owl-prev {
left: 18.5%;
}
.SldierVideoPupup .popup_video {
right: 300px;
}
.teamAboutSec01:before {
left: -100px;
}
} @media (min-width: 1200px) and (max-width: 1365px){
.abiBoxItem01,
.abiBoxItem02,
.abiBoxItem03 {
padding: 30px 20px 50px 20px;
}
.collSingleItem .viewColl {
width: 70px;
height: 70px;
}
.ibox05 h3 {
font-size: 24px;
}
.blogWidget.recentPost {
padding: 47px 35px 42px;
}
.topbar02 {
padding-left: 10px;
}
.navBar02{
padding-left: 0px;
}
.header02:after {
width: 25.5%;
}
.header02:before {
width: 76%;
-webkit-clip-path: polygon(3.3% 0, 0 100%, 100% 100%, 100% 0);
clip-path: polygon(3.3% 0, 0 100%, 100% 100%, 100% 0);
}
.logicImg02 .ab_imgC_02 {
max-width: 294px;
left:0;
}
.logicImg02 .ab_imgC_03 {
bottom: -150px;
right: 0;
}
} @media (min-width: 992px) and (max-width: 1199px){
.serviceContent h4 {
font-size: 22px;
}
.aboutLook .ab02 {
left: 150px;
}
.iconBox01.odd:after {
width: 80px;
height: 44px;
top: 17px;
right: -55px;
}
.aboutLook03 .ab01{
left: 20px;
}
.aboutLook03 .ab02{
top: 308px;
text-align: left;
}
.aboutLook03 .welcomeBox {
left: 196px;
}
.ab02 .aboutLookThumb img {
width: 85%;
}
.iconBox01.event:after {
width: 83px;
height: 38px;
top: 98px;
right: -56px;
}
.priceHeader{
padding: 30px 24px;
}
.priceHeader h3 {
font-size: 28px;
}
.featureBox {
bottom: 0;
left: 0;
}
.priceContent h3 {
font-size: 26px;
}
.teamAboutSec01 .secTitle {
font-size: 42px;
}
.blogItem01 .biContent {
padding: 23px 10px 9px;
border-bottom: 1px solid #EEEEEE;
}
.latestPost {
padding: 3px 0 0px 95px;
}
.latestPost h3 {
font-size: 16px;
line-height: 24px;
}
.blogItem01 .biMeta02 {
padding: 24px 10px 24px;
}
.teamContent h4 {
font-size: 20px;
}
.aboutSection02 .secTitle {
font-size: 40px;
line-height: 52px;
}
.abIconBox h3 {
font-size: 22px;
}
.logicImg02 .ab_imgC_02 {
max-width: 250px;
top: 337px;
left: 0;
}
.logicImg02 .ab_imgC_03 {
bottom: -149px;
right: 0;
}
.abGalleryItem.abGal02 h3 {
left: 18px;
bottom: 5px;
padding: 0 20px 0 2px;
}
.abGalleryItem h3 {
left: 15px;
padding: 0 20px 0 2px;
}
.elementor .abItm3_02.abGalleryItem img,  .abItm3_02.abGalleryItem img{
height: 200px;
}
.tesItem01 {
padding: 39px 30px 48px;
}
.headIbox h3 {
font-size: 17px;
}
.mainMenu03 {
padding: 17px 22px 14px 25px;
}
.mainMenu03 ul li {
margin: 0 28px 0 0;
}
.faciltItem {
padding: 94px 25px 35px;
}
.svItem01 {
padding: 29px 15px;
}
.svIcon h3 {
font-size: 20px;
}
.serviceSection03 .secTitle {
font-size: 39px;
line-height: 50px;
}
.teamContent03 h3 {
font-size: 22px;
}
.ctaContent04 {
padding: 75px 0 60px 0;
}
.abiBoxItem01,
.abiBoxItem02,
.abiBoxItem03 {
padding: 30px 20px 50px 20px;
height: 100%;
}
.ibox05 h3 {
font-size: 24px;
}
.fepItem {
padding: 29px 18px 36px;
}
.logicList ul:first-child {
margin-right: 15px;
}
.aboutIb04 .abSin04 {
padding: 20px 30px;
margin-right: 10px;
}
.productSinList01 .productDetails h3 {
font-size: 18px;
}
.productSinList01 {
padding: 15px 15px 15px;
}
.serviceItem03 {
padding: 40px 20px 34px;
}
.serviceItem03 h3 {
font-size: 22px;
margin: 0 0 10px;
}
.serSkillDet {
padding: 40px 30px 40px;
top: 120px;
}
.proInfoWidget {
padding: 23px 20px 20px;
}
.pdInfo {
padding: 4px 0 28px 65px;
margin: 0 0 15px;
}
.pdInfo h3 {
font-size: 16px;
}
.serviceWidget {
padding: 20px;
}
.serWidgetFile {
padding: 22px 10px 2px 75px;
}
.serWidgetFile h3 {
font-size: 16px;
}
.serWidgetFile span {
left: 15px;
top: 17px;
}
.ctatWidget h2 {
font-size: 16px;
}  
.tmDesctiption {
padding: 37px 12px 25px 35px;
}  
.poSinglePost h4 {
font-size: 16px;
}  
.blogWidget.serCatWidget {
padding: 46px 20px 40px;
}
.blogWidget {
padding: 40px 20px 40px;
}
.blogWidget.recentPost {
padding: 47px 20px 42px;
}
.recentSinPost {
padding: 2px 0 28px 74px;
}
.recentSinPost h3 {
font-size: 16px;
line-height: 24px;
}
.recentSinPost img {
max-width: 65px;
height: 65px;
}
.widGalleryItem {
grid-template-columns: repeat(3,1fr);
}
.tw-gallery-widget .widGalleryItem {
grid-template-columns: repeat(3,1fr);
}
.widGalleryItem a {
width: 100%;
height: auto;
}
.recentSinPost img {
top: 10px;
}
.blogPageSingle01 h2 {
font-size: 32px;
}
.blogGrid01Left .bpContent02 {
padding: 0 20px 40px;
}
.blogGrid01Left .blogItem02 .bpContent02 h3, .blogGrid01Right .blogItem02 .bpContent02 h3, .blogGrid01Full .blogItem02 .bpContent02 h3 {
font-size: 18px;
line-height: 28px;
}
.priceHeaderCon {
padding: 25px 19px 105px;
}
.priceSection h3 {
margin: 0 0 5px;
}
.projectGallery.pGrid02 .pdTitle_wrap h3 a {
font-size: 22px;
}
.projectGallery.pGrid02 .pdItem01 .pdTitle01 {
padding: 15px 20px 18px 15px !important;
}
.contactPageSec:after {
width: 58%;
}
.contactAddress {
padding: 120px 40px 186px 0;
}
.shopWidget {
padding: 35px 25px 35px;
}
.widgetProduct h3 {
font-size: 16px;
}
.priceItem {
padding: 103px 25px 37px;
}
.accessNav .logicBtn{
top:0;
}
.iconBox03 {
left: 20px;
padding: 9px 0 7px 78px;
}
.iconBox03 span:after {
width: 110px;
height: 110px;
margin: auto 0;
}
.iconBox03 span {
width: 65px;
height: 65px;
}
.priceBox {
width: 140px;
height: 140px;
}
.productCartSec .col-lg-5 {
width: 49.73%;
}
.productCartSec .col-lg-7 {
width: 50.27%;
}
.productContent {
padding: 12px 0px 0 15px;
}
.pg_thumbs {
margin: 0 3px;
}
}
@media (min-width: 1200px){
.mainMenu,
.mainMenu02 {
display: block !important;
}
.mainMenu03 {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.sticky03Btn{
display: none;
}
} @media (max-width: 1199px){
.mainMenu ul > li ul li > a:after{
background-color: transparent !important;
border-color: transparent !important;
}
.mainMenu ul li > ul > li.active:after{
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
}
.navBar02{
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
.secTitle {
font-size: 44px;
line-height: 54px;
}
.serviceDesc01 {
padding: 40px 0 0;
}
.serviceSec01 .secTitle {
margin-bottom: 10px;
}
.aboutContent {
padding: 21px 0 0 0;
}
.aboutCountItem p {
padding: 0 25px 0 0;
}
.aboutContent:after {
left: 142px;
}
.iconBox02.noGap {
margin-left: 0;
}
.reatureDetails01 p {
padding: 0 0 26px 0;
}
.testWrapper {
padding: 60px 20px;
width: 975px;
left: -20px;
}
.teamDetails01 {
padding: 110px 0 122px 0px;
}
.footerWidget.fw02 {
left: -35px;
}
.footerWidget.fw03 {
left: -18px;
}
.footerWidget.fw04 {
left: 0;
}
.iconBox04.ibox1{
margin: 23px 0 23px 12px;
}
.iconBox04.ibox2,
.iconBox04.ibox3 {
margin: 23px 0 23px 0;
}
.iconBox04 h3 {
font-size: 16px;
line-height: 1;
color: var(--tw-white-color);
}
.footerLogo img {
max-width: 140px;
}
.commentList ol.children {
margin: 0 0 0 85px;
}
.header01,
.header03 {
padding: 26px 0;
}
.abDetails02 {
padding: 33px 0 0 0;
}
.slDetails01 {
padding: 0 0 0 0;
}
.solutionSec01 .secTitle br {
display: none;
}
.footerArea02 {
padding: 80px 0 0;
}
.footerArea02 .fIconBoxWraper {
margin: 0 0 65px;
}
.navBar02 {
padding-top: 27px;
}
.mainMenu02 {
z-index: 99;
position: absolute;
margin: 0;
padding: 0;
left: 0;
top: 134%;
width: 100%;
background: #fff;
box-shadow: -2px 4px 7px 0px rgba(226, 225, 225, .79);
display: none;
max-height: calc(100vh - 150px);
overflow-y: scroll;
}
.mainMenu02 ul{
display: block;
}
.mainMenu02 ul li{
-webkit-transform: none;
transform: none;
-webkit-transition: none;
transition: none;
padding: 0;
margin: 0;
position: inherit;
display: block;
width: 100%;
}
.mainMenu02 ul li a {
width: 100%;
color: #111c16;
padding: 10px 20px 9px;
border-top: 1px solid rgba(0, 0, 0, .05);
}
.aboutContent03 {
padding: 30px 0 0 24px;
}
.aboutContent03 .aboutCountItem p {
padding: 0 0px 0 0;
}
.ctaImg04 img {
max-width: 385px;
left: 0;
float: right;
}
.ctaSection04 .secTitle {
font-size: 34px;
line-height: 50px;
}
.ctaSection03 .secTitle{
font-size: 43px;
}
.iconBox04 {
padding: 26px 0 8px 85px;
}
.iconBox04 span {
left: 20px;
} .sticky03Btn,
.menu_btn{
height: 45px;
width: 45px;
border-radius: 3px;
background: var(--tw-primary-color);
color: #FFF;
line-height: 46px;
font-size: 20px;
display: block;
text-align: center;
margin-left: auto;
z-index: 5;
}
.sticky03Btn i,
.menu_btn i{
line-height: inherit;
}
.sticky03Btn:hover, .sticky03Btn:focus, .sticky03Btn.active,
.menu_btn:hover, .menu_btn:focus, .menu_btn.active{
color: #FFF;
}
.sticky03Btn.active .themewar_bars:before,
.menu_btn.active .themewar_bars:before{
content: "\ef0a";
}
.mainMenu{
z-index: 99;
position: absolute;
margin: 0;
padding: 0;
left: 0;
top: 145%;
width: 100%;
background: #fff;
box-shadow: -2px 4px 7px 0px rgba(226, 225, 225, .79);
display: none;
max-height: calc(100vh - 150px);
overflow-y: scroll;
}
.mainMenu ul{
display: block;
}
.mainMenu ul li{
-webkit-transform: none;
transform: none;
-webkit-transition: none;
transition: none;
padding: 0;
margin: 0;
position: inherit;
display: block;
width: 100%;
}
.mainMenu ul li.menu-item-has-children > a:after{
font-size: 13px;
float: right;
}
.mainMenu > ul > li > a{
width: 100%;
color: #111c16;
padding: 10px 20px 9px;
border-top: 1px solid rgba(0, 0, 0, .05);
}
.mainMenu > ul > li:hover > a,
.mainMenu > ul > li.current-menu-item > a{
color: var(--theme-color);
}
.mainMenu ul li a:before,
.mainMenu ul li.current-menu-item > a:before{
display: none;
}
.mainMenu ul li .sub-menu li .sub-menu,
.mainMenu ul li .sub-menu{
min-width: 100%;
border: none;
padding: 0;
z-index: 5;
position: relative;
width: 100%;
opacity: 1;
margin: 0;
background: transparent;
box-shadow: none;
border-radius: 0;
visibility: visible;
pointer-events: inherit;
top: 0;
left: 0;
display: none;
-webkit-transform: none;
transform: none;
-webkit-transition: none;
transition: none;
}
.mainMenu ul li .sub-menu li:hover .sub-menu,
.mainMenu ul li:hover .sub-menu{
top: 0;
visibility: visible;
opacity: 1;
left: auto;
pointer-events: inherit;
-webkit-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
}
.mainMenu ul li .sub-menu li {
display: block;
padding: 0;
margin: 0;
-webkit-transition: none;
transition: none;
opacity: 1;
visibility: visible;
transition: none;
-webkit-transform: none;
transform: none;
}
.mainMenu ul li .sub-menu li a{
padding: 9px 25px 10px;
padding-left: 40px;
width: 100%;
display: block;
border-top: 1px solid rgba(0, 0, 0, .05);
}
.mainMenu ul li .sub-menu ul li a{
padding-left: 55px;
}
.mainMenu ul li:nth-last-child(1) .sub-menu li .sub-menu, .mainMenu ul li:nth-last-child(2) .sub-menu li .sub-menu {
left: 0;
right: auto;
}
.mainMenu > ul > li:after {
content: inherit;
}
.mainMenu > ul > li:hover > a, .mainMenu > ul > li.current-menu-item > a {
color: var(--tw-secondary-color);
}
.mainMenu > ul li > ul li a:after {
bottom: 0px;
}
.footerArea02 .fw04 {
left: 21px;
}
.headerBoxWrap .headIbox:nth-child(2){
display: none;
}
.menuItem03 .menu_btn {
float: unset;
position: relative;
top: 7px;
line-height: 46px;
display: inline-block;
margin-left: 0;
}
.stickyHeader03 .mainNav03Wrap .sticky03Btn  {
position: relative;
margin-right: 30px;
top: 34px;
}
.mainMenu03{
z-index: 99;
position: absolute;
margin: 0;
padding: 0;
left: 0;
top: 100%;
width: 100%;
background: #fff;
box-shadow: -2px 4px 7px 0px rgba(226, 225, 225, .79);
display: none;
border-radius: 5px;
}
.mainMenu03 ul {
display: block;
}
.mainMenu03 ul li {
padding: 0;
margin: 0;
position: inherit;
display: block;
width: 100%;
}
.mainMenu03 ul li a {
width: 100%;
color: #111c16;
padding: 12px 20px 12px;
border-top: 1px solid rgba(0, 0, 0, .05);
}
.anSearchBar {
display: none;
}
.mainNav03Wrap .anSearchBar{
display: block;
}
.anMobileSearch{
display: block;
}
.anMobileSearch {
position: relative;
display: inline-block;
border: 0;
outline: 0;
background: transparent;
font-size: 16px;
padding: 0;
margin: 0;
color: var(--tw-white-color);
top: -22px;
right: 27px;
cursor: pointer;
}
.popup_search_sec{
display: block;
}
.fanfactSection01 .row .col-md-3:nth-child(2) .fanItem01,
.fanfactSection01 .row .col-md-3:nth-child(3) .fanItem01,
.fanfactSection01 .row .col-md-3:nth-child(4) .fanItem01 {
padding-left: 0;
}
.fepItem.fepItem2 {
padding: 33px 18px 32px;
}
.abCount02 {
left: 0;
}
.abLookImg02 {
left: 0;
max-width: 390px;
}
.abLookImg01 {
max-width: 100%;
margin-left: 0;
}
.aboutContent04 {
padding: 0;
margin-top: 120px;
}
.aboutContent04.abConItem02{
margin-top: 0;
}
.aboutSection04 {
padding: 122px 0 75px;
}
.historyNavTab .nav-link {
margin-right: 10px;
}
.priceList02 {
padding: 61px 50px 5px 50px;
}
.productDetails h3 {
font-size: 22px;
}
.blogServiceSec {
padding: 220px 0 70px;
}
.blogItem01 .biContent h3 {
font-size: 22px;
}
.blogItem01 .biAuthor h4 {
font-size: 16px;
}
.blogItem01 .logicBtn {
padding: 0px 15px;
}
.serviceDetailsWrap {
padding-left: 0;
}
.serviceBenefits {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.serBenefitsCon {
padding-left: 0;
top: 0;
padding-top: 27px;
}
.single_comment {
padding: 2px 0 47px 110px;
}
.blogPageSec02 .blogPageWrap {
padding-left: 0;
}
.blogPageSec02 .productPagination {
left: 0;
}
.blogPageWrap {
padding-right: 0;
}
.bpDetailsLeft .blogPageWrap{
padding-left: 0;
}
.blogPageSec02 .blogPageWrap {
padding-left: 0;
}
.projectGallery .row .col-lg-4 {
padding-right: 12px;
padding-left: 12px;
}
.projectGallery .mix {
margin-bottom: 24px;
}
.projectGallery.pGrid02 .pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(13%);
transform: translateX(13%);
}
.servicePageDetails02 .serviceDetailsWrap {
padding-right: 0;
}
.menuItem03 .col-xl-9{
width: 70%;
}
.menuItem03 .col-xl-3{
width: 30%;
}
.header02 .container{
max-width: 100%;
}
.topbar02 {
padding-left:130px;
}
.mainMenu02 {
left: -34.2%;
top: 130%;
width: calc(100% + 34.2%);
box-shadow: 0 0 0;
}
.stickyHeader03 .anMobileSearch {
color: var(--tw-secondary-color);
top: 3px;
right: 84px;
}
.stickyHeader03 .mainMenu03 {
top: 100%;
}
.stickyHeader03 .mainMenu03 ul {
margin-right: 0;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next {
right: 15.5%;
}
.collectionSlider.owl-carousel .owl-nav button.owl-prev {
left: 15.5%;
}
.collSingleItem .collCat {
left: 25px;
bottom: 25px;
}
.collSingleItem .viewColl {
width: 70px;
height: 70px;
}
.stickyHeader03 .mainMenu03 > ul > li {
padding: 0;
}
.projectPageDetails02 .serviceDetailsWrap{
padding-right: 0;
padding-left: 0;
}
.cartContent01 {
padding: 10px 0px 0 28px;
}
.teamAboutSec01:before {
left: -170px;
}
.header02:before {
-webkit-clip-path: polygon(3.5% 0, 0 100%, 100% 100%, 100% 0);
clip-path: polygon(3.5% 0, 0 100%, 100% 100%, 100% 0);
}
.header02:after {
background-position: top right;
background-size: 150% 100%;
}
.blogListView.blogLSB,
.blogListView{
padding: 0;
}
.pjWidgetMeta, .serviceWidget, .widget {
padding: 40px 22px 40px;
}
} @media (min-width: 768px) and (max-width: 991px){
.aboutLook .ab01 {
max-width: 490px;
}
.aboutLook .ab02 {
left: 390px;
}
.testimonialItem01 {
padding: 68px 25px 51px;
}
.bpContent02 h3 {
font-size: 18px;
line-height: 28px;
}
.fanItem01 p {
font-size: 16px;
}
.comment-respond {
padding: 53px 40px 60px;
}
.serviceItem03 h3 {
font-size: 22px;
}
.widGalleryItem {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.blogGrid01Left .bpContent02 {
padding: 0 20px 40px;
}
.pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(13%);
transform: translateX(13%);
}
.pdTitle_wrap h3 a {
font-size: 20px;
}
.blogSidebarCol .widget {
padding: 40px 40px 40px;
}
.productGalleryThumbWrap {
max-width: 510px;
margin: 20px auto 40px;
}
}
@media(max-width: 768px){
.woocommerce .shop_table.cart_table tbody tr td, .woocommerce table.shop_table.wishlist_table tbody tr td {
padding: 10px 10px 10px;
margin: 0px 0;
}
.woocommerce .shop_table.cart_table tbody tr td.product-remove, .woocommerce table.shop_table.wishlist_table tbody tr td.product-remove {
width: 100%;
margin-bottom: 40px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
background-color: unset;
}
.woocommerce .shop_table.cart_table tbody tr td.product-quantity{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce .shop_table.cart_table tbody tr td.product-quantity .quantityd{
margin-right: 0px;
}
.woocommerce table.shop_table_responsive tr > th, .woocommerce-page table.shop_table_responsive tr > th {
display: block;
}.woocommerce-cart .cart-collaterals .cart_totals table tr th {
display: block;
opacity: 0;
font-size: 0;
left: 0;
visibility: hidden;
}
.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
content: attr(data-title) "";
}
} @media (max-width: 1024px){
.topbar02 .topDesc p:nth-child(02) {
display: none;
}
.topbar02 {
padding-left: 0px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
} @media (max-width: 991px){
.myAccountPages .woocommerce-MyAccount-content{
padding-top: 40px;
}
.serviceSec01 {
padding: 40px 0 90px;
}
.blogItem01 .logicBtn{
line-height: 40px;
}
.orderReviewWrap{
padding-top: 40px;
}
.serviceSec01 .col-lg-4 {
width: 100%;
}
.serviceSec01 .col-lg-8 {
width: 100%;
}
.serviceDesc01 p {
margin: 0 45px 25px 0;
}
.abGallery02 .abGalleryItem.abGal02 h3,
.abItm3_02.abGalleryItem h3 {
left: 0px;
}
.serviceControls {
margin-bottom: 20px;
}
.aboutContent {
margin-top: 100px;
}
.aboutCountItem p {
padding: 0 265px 0 0;
}
.aboutSection01 {
padding: 100px 0 100px;
}
.featureSection01 {
padding: 110px 0 89px;
}
.teamSection01 {
padding: 90px 0 90px;
}
.CollectionSliderSec {
padding: 90px 0 90px;
}
.aboutContent04.abConItem02 {
margin-top: 120px;
}
.iconBox01.odd:after,
.iconBox01.event:after {
content: none;
}
.iconBox01.odd {
left: 0;
}
.iconBox01.event {
top: 0;
left: 0;
}
.iconBoxWrap {
padding: 75px 0 0;
}
.featureLook01 {
text-align: left;
}
.featureBox {
bottom: 10px;
right: 55px;
}
.headerArea03 {
margin-bottom: -59px;;
}
.textBoxItem{
padding: 34px 35px 27px 42px;
}
.singleTeam {
margin-bottom: 20px;
}
.counterSection02 {
padding: 111px 0 0;
}
.iconBox03 {
margin-bottom: 125px;
}
.pricingSection {
padding: 90px 0 0;
}
.priceItem {
margin-bottom: 140px;
}
.pricingWrapper .row .col-lg-4:last-child .priceItem{
margin-bottom: 100px;
}
.clientWrapper {
margin: 0 50px 80px;
}
.blogSection01 {
margin: 90px 0 70px;
}
.fIconBoxWraper {
margin: 30px 0 0;
}
.teamAboutSec01 {
padding-top: 85px;
}
.teamAboutSec01:after {
width: 100%;
}
.teamAboutSec01:before {
content: none;
}
.teamSmImg{
display: block;
max-width: 100%;
height: auto;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
}
.teamDetails01 {
padding: 65px 0 122px 0px;
}
.ctaBtn {
text-align: left;
}
.blogItem01 {
margin-bottom: 35px;
}
.footerArea01 .footerWidget {
margin-bottom: 40px;
display: inline-block;
}
.footerWidget.fw02,
.footerWidget.fw03,
.footerWidget.fw04 {
left: 0;
}
.fborder {
border-right: none;
}
.fIconBoxWraper .col-lg-2 {
width: 50%;
}
.fIconBoxWraper .col-lg-8 {
width: 50%;
}
.fIboxWrp02 {
padding-left: 20px;
}
.iconBox04.ibox1 {
margin: 23px 0 23px 0;
}
.copyright {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.topBar01 .topDesc p:last-child{
display: none;
}
.hd3_topBar.topBar01 .topDesc p{
display: block;
}
.iconBoxSection01 {
padding: 117px 0 40px;
}
.teamDetails01 {
padding: 65px 0 95px 0px;
}
.serviceItem02 {
margin-bottom: 24px;
}
.serviceSec02 {
padding: 80px 0 80px;
}
.abIconBoxWrap {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: start;
}
.abIconBox {
margin-right: 35px;
}
.abDetails02 {
padding: 33px 0 55px 0;
}
.abGalleryItem.abGal02 {
max-width: 100%;
}
.abGalleryItem h3 {
left: 55px;
}
.aboutSection02 {
padding: 60px 0 80px;
}
.projectBtn01 {
text-align: left;
margin: 25px 0 0;
}
.teamSlider02.owl-carousel .owl-item img {
max-width: 120px;
}
.teamItem02 h3 {
font-size: 22px;
}
.teamSection02 {
padding: 65px 0 60px;
}
.teamWraper02 {
margin: 35px 0 0;
}
.ctaSection03 {
background-size: 100% 100%;
text-align: center;
}
.cataBtn03 {
text-align: center;
}
.cataBtn03.ctaBtnLeft{
text-align: left;
}
.solutionSec01 {
margin: 90px 0 0;
}
.col-lg-4.blogSidebarCol.blogcolLsb {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.col-lg-8.blogcolCnt{
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.slDetails01 {
padding: 50px 0 70px 0;
}
.slThumb01 {
margin-left: 0;
padding-right: 0;
}
.testimonialSec01 {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 90%, 0 80%);
clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 90%, 0 80%);
padding: 80px 0 200px;
}
.contactInfoSec01 {
-webkit-clip-path: none;
clip-path: none;
top: 185px;
padding: 65px 0 75px;
}
.contactInfoSec01 .secTitle{
color: var(--tw-white-color);
font-size: 38px;
}
.contactInfoSec01:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(left, #171717 17.9%, rgba(23, 23, 23, 0.85) 48.09%, rgba(23, 23, 23, 0) 100%) ,url(//sotifret.com/wp-content/themes/logisfare/assets/images/home2/info_bg.png)no-repeat;
background: linear-gradient(90deg, #171717 17.9%, rgba(23, 23, 23, 0.85) 48.09%, rgba(23, 23, 23, 0) 100%) ,url(//sotifret.com/wp-content/themes/logisfare/assets/images/home2/info_bg.png)no-repeat;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 0 100%);
}
.getInfo01 {
padding: 160px 0 0 45px;
}
.blogSection02 {
margin-top: 150px;
padding: 111px 0 90px;
}
.clientSection02 {
margin: 0 0 75px;
}
.faciltiSection {
padding: 120px 0 10px;
}
.faciltItem {
margin-bottom: 120px;
}
.ab03Order{
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
margin-bottom: 50px;
}
.aboutContent03 .aboutCountItem p {
max-width: 180px;
}
.aboutContent03 {
padding: 0;
}
.aboutContent03:after {
top: -10px;
left: 143px;
}
.fanfactSection01 {
padding: 57px 0 30px;
}
.svRight06 {
padding-left: 0;
margin-top: 25px;
}
.fanItem01 {
margin-bottom: 35px;
}
.teamSection03 {
padding: 80px 0 25px;
}
.teamItem03 {
margin-bottom: 150px;
}
.ctaSection04:before {
width: 100%;
}
.ctaSection04:after {
width: 100%;
}
.ctaImg04 img {
max-width: unset;
position: relative;
}
.ctaContent04 {
padding: 117px 0 65px 0;
}
.ctaSection04:before {
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.ctaSection04:after {
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.blogSection03 {
padding: 80px 0 40px;
}
.blogItem03 {
margin-bottom: 50px;
}
.footerArea02 .footerWidget {
display: inline-block;
margin-bottom: 30px;
}
.copyRight02 {
margin: 35px 0 0;
}
.testimonialSec03 {
padding: 75px 0 10px;
}
.featureContent {
margin-bottom: 25px;
}
.featureImg img {
max-width: 100%;
}
.productCartSec .col-lg-5 {
width: 100%;
}
.productCartSec .col-lg-7 {
width: 100%;
}
.cartContent01 {
position: relative;
padding: 55px 0 0 0;
}
.cartImage01 {
max-width: 100%;
min-height: 400px;
}
.product_tabArea .addinfo {
padding-right: 0;
}
.product_tabArea .addinfo table tr th {
width: 85px;
}
.product_tabArea .comment_area {
padding-right: 0;
}
.testWrapper {
width: 735px;
left: -20px;
}
.fIboxWrp02 .col-lg-4:nth-child(01) {
width: 100%;
padding-left: 0;
}
.fIboxWrp02 .col-lg-4:nth-child(02) {
width: 100%;
}
.counterSection02 .row .col-lg-3:nth-child(4) .iconBox03,
.counterSection02 .row .col-lg-3:nth-child(2) .iconBox03 {
left: 50px;
}
.abGalleryItem.abGal02 h3 {
left: 55px;
}
.headerBoxWrap .headIbox:nth-child(3){
display: none;
}
.logicAbout02 {
padding: 120px 0 75px;
}
.logicImg02 {
padding: 0;
}
.logicImg02 .ab_imgC_01 {
max-width: 100%;
}
.logicImg02 .ab_imgC_02 {
left: -75px;
}
.logicAbCon02 {
top: 0;
padding-top: 40px;
}
.abBlogSec {
margin: 80px 0 80px;
}
.historyImg img {
max-width: 100%;
margin-top: 20px;
}
.singlePrice{
margin-bottom: 30px;
}
.servicePageSec01 {
padding: 80px 0 60px;
}
.serviceItem03 h3 {
margin: 0 0 12px;
}
.serSkillDet {
margin-left: 0;
top: 100px;
}
.servicePageDetails .col-lg-4 {
width: 100%;
}
.servicePageDetails .col-lg-8 {
width: 100%;
}
.servicePageDetails02 .col-lg-4 {
width: 100%;
}
.servicePageDetails02 .col-lg-8 {
width: 100%;
}
.serviceBenefits img {
max-width: 100%;
width: 100%;
height: auto;
}
.shopPage02 {
padding: 70px 0 30px;
}
.shopPage02 .productAllItems {
margin: 20px 0 5px;
}
.sic_comments {
margin-right: 0;
}
.teamDetailsSec .col-lg-5 {
width: 100%;
}
.teamDetailsSec .col-lg-7 {
width: 100%;
}
.teamDetailsSec .noPaddingRight {
padding-right: 12px;
}
.teamDetailsSec .noPaddingLeft {
padding-left: 12px;
}
.teamDetailsSec {
padding: 70px 0 70px;
}
.contactPageSec:after {
content: inherit;
}
.contactAddress {
padding: 80px 0 30px 0;
display: -ms-grid;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 20px;
}
.getFormWrap .subTitle {
margin: 0 0 10px;
}
.getFormWrap .secTitle {
margin: 0 0 30px;
}
.sinAddress:last-child {
margin-bottom: 20px;
}
.getFormWrap {
position: relative;
padding: 50px 50px 50px 50px;
background: #F5F5F5;
border-radius: 8px;
margin-bottom: 80px;
}
.blogPageSec01 .col-lg-4 {
width: 100%;
}
.blogPageSec01 .col-lg-8 {
width: 100%;
}
.blogPageSec02 .col-lg-4,
.blogGrid01Left .col-lg-4,
.bpDetailsLeft .col-lg-4{
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.blogPageSec02 .col-lg-8,
.blogGrid01Left .col-lg-8,
.bpDetailsLeft .col-lg-8{
width: 100%;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.blogPageDetails .col-lg-8{
width: 100%;
}
.blogPageDetails .col-lg-4{
width: 100%;
}
.blogPageSec01 {
padding: 70px 0 50px;
}
.blogPageWrap .blockquote01 {
padding: 53px 35px 20px;
}
.blogPageSec01 .productPagination,
.blogPageSec02 .productPagination {
margin: 50px 0 40px;
text-align: left;
}
.recentSinPost {
padding: 15px 0 39px 100px;
}
.blogPageDetails {
padding: 90px 0 50px;
}
.blogDetailsCon p {
margin: 0px 0 27px 0;
}
.commentFormBox {
margin-bottom: 70px;
}
.priceSection {
padding: 80px 0 60px;
}
.priceBlogSec {
padding: 80px 0 50px;
}
.projectCategories li {
margin-bottom: 10px;
}
.projectPageSec01 {
padding: 80px 0 60px;
}
.projectGallery.pGrid02 .pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(11%);
transform: translateX(11%);
}
.servicePageDetails02 {
padding: 80px 0 50px;
}
.servicePageDetails03 {
padding: 80px 0 80px;
}
.servicePageDetails02 .serviceSidebar{
margin-top: 50px;
}
.servicePageDetails .row .col-lg-8{
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.servicePageDetails .row .col-lg-4{
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-top: 50px;
}
.appoinmentSec01 {
padding: 30px 0 0;
}
.appoinmentSec01:after {
display: none;
}
.teamPageSec02 {
position: relative;
padding: 80px 0 40px;
}
.blogPageSec01.blogGrid01Left .productPagination{
margin:-10px 0 50px;
}
.proInfoWidget {
padding: 33px 30px 25px;
}
.projectPageDetails {
padding: 80px 0 40px;
}
.shopPage02.shopPage03 .row .col-lg-4{
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.shopPage02.shopPage03 .row .col-lg-8{
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
margin-bottom: 40px;
}
.header02:after {
width: 41%;
}
.header02:before {
width: 59.5%;
-webkit-clip-path: polygon(4.5% 0, 0 100%, 100% 100%, 100% 0);
clip-path: polygon(4.5% 0, 0 100%, 100% 100%, 100% 0);
}
.mainMenu02 {
left: -52.2%;
width: calc(100% + 52.2%);
}
.projectSection01 .subTitle {
margin: 90px 0 15px;
}
.productCarouselWrap {
padding: 54px 12px 80px;
}
.faciltiSection {
padding: 50px 0 10px;
}
.serviceSection03 {
padding: 90px 0 65px;
}
.collSingleItem .viewColl {
left: 25px;
top: 25px;
margin: 0;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next, .collectionSlider.owl-carousel .owl-nav button.owl-prev {
height: 45px;
width: 45px;
line-height: 45px;
}
.collSingleItem .cols01 {
width: 200px !important;
}
.collSingleItem .cols02 {
width: 200px !important;
height: 200px !important;
}
.featureSec02 {
padding: 90px 0 130px;
}
.aboutSection04 {
padding: 90px 0 75px;
}
.logicHistory01 {
padding: 90px 0 93px;
}
.abTesSec01 {
padding: 90px 0 90px;
}
.blogGrid01Full {
padding: 80px 0 80px;
}
.blogPageSec02 {
padding: 90px 0 60px;
}
.blogPageWrap.blogWrap01{
margin-bottom: 50px;
}
.projectPageDetails .col-lg-8{
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.projectPageDetails .col-lg-4{
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.pageNavigationSec01{
display: none;
}
.projectPageDetails .pageNavigationSec01{
display: block;
margin-bottom: 70px;
}
.recentProject {
padding: 0 0 60px;
}
.servicePageSec01.servicePageSec02 {
padding: 90px 0 70px;
}
.servicePageSec01.servicePageSec03 {
padding: 120px 0 0;
}
.servicePageDetails {
padding: 100px 0 60px;
}
.productCartSec {
padding: 80px 0 0;
}
.relatedProduct {
padding: 80px 0 70px;
}
.shopPage {
padding: 90px 0 90px;
}
.teamPageSec {
padding: 40px 0 50px;
}
.teamPageSec03 {
padding: 60px 0 36px;
}
.teamTestimonials {
padding: 80px 0 70px;
}
.SldierVideoPupup .popup_video {
right: 205px;
}
.topBar01 .container,
.header01 .container{
max-width: 980px;
padding-left: 20px;
padding-right: 20px;
}
.aboutLook04 {
max-width: 100%;
}
.abLookImg01 {
text-align: right;
}
.blogPageSection .col-lg-8, .blogPageSec02 .col-lg-8, .blogPageDetails .col-lg-8 {
width: 100%;
}
.blogPageSection .col-lg-4.blogSidebarCol, .blogPageSection .blogGridView:not(.blogNSB) .col-lg-4, .blogPageSec02 .col-lg-4, .blogPageDetails .col-lg-4 {
width: 100%;
margin-top: 70px;
}
.serviceWrapp03 .col-lg-4,
.serviceWrapp03 .col-lg-8{
width: 100%;
}
.shopSidebar {
margin: 61px 0 0px;
}
} @media (max-width: 767px){
.topBar03 .topSocial {
display: none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
padding-top: 40px;
}
.topBar03 .topDesc p{
padding: 0;
font-size: 14px;
text-align: center;
}
.aboutCountItem p {
padding: 0 85px 0 0;
}
.aboutLook .ab02 {
left: 230px;
}
.aboutLook .ab02 {
left: auto !important;
right: 0;
}
.widGalleryItem {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.aboutLook03 .ab01 {
left: auto;
right: 10px;
}
.elementor .biThumb03 img, .biThumb03 img {
width: 100%;
}
.iconBoxSection01 {
padding: 90px 0 40px;
}
.iconBoxSection01 .secTitle {
font-size: 42px;
}
.iconBox01 p {
margin: 0 100px 13px;
}
.logicImg02 {
max-width: 100%;
}
.logicImg02 .ab_imgC_01 {
text-align: right;
} .testControls {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-top: 20px;
}
.productContent {
padding: 45px 0px 0 0px;
}
.testiTopBg {
padding: 0 0 10px;
}
.featureLook01 img {
max-width: 100%;
}
.featureBox {
bottom: -65px;
right: 0;
}
.pricingSection {
padding: 70px 0 0;
}
.clientTitle h3:after {
content: none;
}
.clientTitle h3 {
line-height: 24px;
}
.clientTitle h3 span {
padding: 0;
}
.ctaSection01 {
padding: 75px 0 100px;
}
.blogSection01 {
margin: 75px 0 60px;
}
.abGalleryItem h3,
.abGalleryItem.abGal02 h3 {
left: 25px;
}
.getInfo01 {
padding: 70px 0 0 0;
}
.blogSection02 {
margin: 150px 0 -50px;
}
.blogItem02 {
margin-bottom: 45px;
}
.projectSection01:before {
content: none;
}
.ctaSection02 .ctaLeft {
display: none;
}
.topItem03 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
padding: 7px 0 5px;
}
.aboutLook03 .ab01 {
max-width: 100%;
}
.aboutSection03 {
padding: 0 0 55px;
}
.aboutLook03 .ab02 {
max-width: 250px;
left: 0;
top: auto;
bottom: 0;
}
.aboutLook03 .welcomeBox {
width: 150px;
height: 150px;
bottom: -56px;
left: 175px;
}
.aboutLook03 .welcomeBox .abArrow {
left: 10px;
width: 44px;
height: 36px;
}
.serviceSection03 {
padding: 80px 0 60px;
}
.svItem01 {
padding: 29px 15px;
}
.svIcon h3 {
font-size: 20px;
}
.ctaContent04 {
padding: 60px 0 65px 0;
}
.testControls03 {
text-align: left;
top: 0;
margin-top: 24px;
}
.ctaSection03 .secTitle {
font-size: 35px;
line-height: 48px;
}
.ctaSection03 {
padding: 60px 0 80px;
}
.serviceItem02 {
text-align: center;
}
.abIconBox {
margin-right: 12px;
}
.aboutSection02 {
padding: 30px 0 50px;
}
.singlePrice{
max-width: 390px;
width: 100%;
}
.pageBanner01 {
padding: 100px 0 100px;
}
.featureSec02 {
padding: 75px 0 100px;
}
.product_tabArea .nav-tabs .nav-link {
margin: 0 30px 17px 0;
}
.sic_comments {
margin-right: 0;
}
.productCartSec {
padding: 70px 0 0;
}
.productTabSec {
padding: 40px 0 0;
}
.relatedProduct {
padding: 60px 0 40px;
}
.product_tabArea .tab-content {
padding: 20px 0 0;
}
.pgBanner-title {
font-size: 40px;
}
.testWrapper {
width: 100%;
left: 0;
}
.footerArea01 {
padding: 75px 0 0;
}
.fIconBoxWraper {
margin: 15px 0 0;
}
.topBar01 .topDesc p:nth-child(2){
display: none;
}
.logicImg02 .ab_imgC_02 {
max-width: unset;
height: auto;
left:0;
}
.logicImg02 .ab_imgC_03 {
bottom: -149px;
right: 0;
}
.shopPage {
padding: 80px 0 80px;
}
.productAllItems {
margin: 40px 0 15px;
}
.serSkillDet {
padding: 30px;
}
.serviceItem03 {
text-align: center;
}
.projectDetImg .row .col-md-6:first-child{
margin-bottom: 10px;
}
.servicePageDetails {
padding: 70px 0 40px;
}
.recentProject {
padding: 80px 0 50px;
}
.serDetContent h2 {
font-size: 28px;
}
.getFormWrap .secTitle {
font-size: 40px;
}
.getFormWrap .subTitle {
margin: 0;
}
.productPagination.projectPagination {
margin: 20px 0 30px;
}
.widGalleryItem a {
width: auto;
height: auto;
}
.blogPageSingle01 h2,
.blogDetailsCon h2,
.blogDetailsCon h3 {
font-size: 26px;
margin: 0 0 10px;
}
.blogPageWrap .blockquote01 {
margin: 0 0 30px;
}
.blogDetailsCon p {
margin: 0px 0 10px 0;
}
.blogPageWrap .blockquote01 h2 {
font-size: 24px;
}
.blogPageSingle01 {
margin: 0 0 25px;
}
.blogPageSec02 {
padding: 70px 0 40px;
}
.blogDetailsCon .blDetThumb02 {
margin: 15px 0 15px;
}
.blogDetailsCon .blDetThumb01 {
margin: 0 0 15px;
}
.blogGallery img:nth-child(01) {
margin-bottom: 15px;
}
.blockquote02 p {
font-size: 16px;
line-height: 26px;
margin: 0 0 20px;
}
.blockquote02 {
padding: 29px 20px 10px 145px;
margin: 20px 0 25px;
}
.socialShare {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-top: 15px;
}
.postAuthorBox img {
position: relative;
border-radius: 50%;
width: 200px;
height: 200px;
margin-bottom:25px ;
}
.postAuthorBox {
padding: 40px 20px 40px;
margin: 0 0 52px;
border-radius: 10px;
text-align: center;
}
.commentHeading {
font-size: 26px;
}
.blogWidget.recentPost {
padding: 47px 40px 70px;
}
.productCarouselWrap {
padding: 54px 12px 80px;
}
.projectSection01 .subTitle {
margin: 70px 0 15px;
}
.testimonialSec01 {
padding: 70px 0 180px;
}
.priceSection {
padding: 60px 0 40px;
}
.priceHeaderCon {
padding: 43px 20px 191px;
}
.projectGallery.pGrid02 .pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(7%);
transform: translateX(7%);
}
.contactAddress {
grid-template-columns: repeat(1, 1fr);
grid-column-gap: 0;
}
.getFormWrap .secTitle {
font-size: 34px;
}
.getFormWrap .secTitle {
margin: 0 0 20px;
}
.singleComment {
padding: 0 0 25px 0;
}
.singleComment img {
position: relative;
margin-bottom: 15px;
}
.commentList ul {
margin: 0 0 0 80px;
}
.singleComment .commentReply {
position: relative;
display: inline-block;
margin-top: 15px;
}
.pageNavigation.pagNavNext {
margin-top: 40px !important;
}
.slider02 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs,
.slider03 .rev_slider .tp-bullets, .tp-tabs, .tp-thumbs {
display: none;
}
.topbar02 .topDesc p{
margin-right: 0;
}
.topbar02 .tpRight p:last-child {
display: none;
}
.header02 .accessNav .logicBtn {
display: none;
}
.navBar02 {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navBar02 .menu_btn {
margin-left: 20px;
}
.header02 .col-lg-3{
width: 43%;
}
.header02 .col-lg-9 {
width: 57%;
}
.header02:after {
background-size: 170% 100%;
}
.header02:before {
-webkit-clip-path: polygon(5% 0, 0 100%, 100% 100%, 100% 0);
clip-path: polygon(5% 0, 0 100%, 100% 100%, 100% 0);
}
.mainMenu02 {
left: -81.2%;
width: calc(100% + 81.2%);
top: 139%;
}
.pdItem01 .pdTitle01 {
width: calc(100% - 35px);
}
.teamDetails01 .secTitle {
font-size: 40px;
line-height: 48px;
}
.teamWraper {
padding: 40px 0 35px;
}
.aboutSection01 {
padding: 80px 0 70px;
}
.featureSection01 {
padding: 100px 0 120px;
}
.teamSection01 {
padding: 80px 0 80px;
}
.pricingWrapper .row .col-lg-4:nth-child(03) .priceItem {
margin-bottom: 90px;
}
.priceContent {
text-align: center;
} .serviceSec02 {
padding: 70px 0 55px;
}
.faciltiSection {
padding: 0;
}
.appoinGetForm {
left: 0;
width: 100%;
}
.CollectionSliderSec {
padding: 70px 0 80px;
}
.projectGallery.pGrid02 .pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(4%);
transform: translateX(4%);
}
.ctaSection02 .secTitle br{
display: none;
}
.logicAbout02 {
padding: 90px 0 75px;
}
.abTesSec01 {
padding: 70px 0 90px;
}
.logicHistory01 {
padding: 60px 0 93px;
}
.aboutSection04 {
padding: 90px 0 50px;
}
.ctaPriceSec .secTitle br{
display: none;
}
.blogServiceSec {
padding: 180px 0 50px;
}
.productSinList01 .productDetails {
text-align: center;
}
.SldierVideoPupup .popup_video {
right: 174px;
bottom: 30px;
}
.SldierVideoPupup .popup_video {
width: 100px;
height: 100px;
line-height: 110px;
}
.header01 .accessNav .logicBtn{
display: none;
}
.elementor .postAuthorBox img, .postAuthorBox img{
position: relative;
}
.elementor .singleComment img, .singleComment img {
position: relative;
}
.comment-respond {
padding: 37px 20px 40px;
}
.about_imglk02 .featureBox {
right: auto;
left: 0px;
}
.productCount p{
margin-bottom: 20px;
}
.hd3_topBar .topDesc{
display: none;
}
.hd3_topBar .topBarItems{
height: 45px;
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
.hd3_topBar .topSocial {
text-align: center;
width: 100%;
}
.hd3_topBar .topSocial a:first-child {
margin-left: 0;
}
header.fixedHeader .container,
.headerArea03 .container {
max-width: 100% !important;
}
.mainNav03Wrap {
padding: 0px 15px 0 15px;
}
.menuItem03 .col-xl-9 {
width: 65%;
}
.menuItem03 .col-xl-3 {
width: 35%;
}
.menuItem03 .headerBtn .logicBtn {
padding: 0px 16px;
}
}
@media (max-width: 767px) and (min-width: 576px){
.teamContent03 {
width: calc(100% - 30px);
}
.teamSocial03 {
width: calc(100% - 30px);
}
} @media (max-width: 575px){
.mainMenu {
top: 163%;
}
.secTitle br{
display: none;
}
.fIconBoxWraper .col-lg-2 {
width: 100%;
}
.footerLogo {
padding: 20px 0;
}
.fIboxWrp02 {
padding-left: 12px;
}
.abGallery02 {
padding-left: 0px;
}
.abGallery02 > .row .col-sm-6:first-child {
padding-right: 0px;
}.abGallery02 > .row .col-sm-6:last-child {
padding-left: 0px;
}
.abGallery02 .abGalleryItem span {
width: 100%;
}
.elementor .abGallery02 .abGalleryItem img, .abGallery02 .abGalleryItem img {
max-width: 100%;
width: 100%;
}
.abGalleryItem.abGale01 {
height: auto;
}
.abGallery02 .abGalleryItem h3,
.abGallery02 .abGalleryItem.abGal02 h3, .abItm3_02.abGalleryItem h3 {
max-width: 100%;
}
.fIboxWrp02 {
border: 0;
margin-top: 15px;
}
.stickyHeader03 {
padding: 24px 0;
}
.copyright {
border: 0;
}
.aboutLook .ab01 {
max-width: 100%;
}
.aboutLook .ab02 {
right: 0;
left: auto;
max-width: 240px;
}
.mainNav03Wrap .anSearchBar {
display: none;
}
.headerBtn {
display: none;
}
.menuItem03 .col-xl-3 {
width: 50%;
}
.menuItem03 .col-xl-9 {
width: 50%;
}
.mainNav03Wrap {
padding: 0px;
background: transparent;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.mainNav03Wrap .accessNav .anCart > a {
background: #FFFFFF;
}
header.fixedHeader .mainNav03Wrap .accessNav .anCart > a {
background: #F5F5F5;
}
.stickyHeader03 .mainNav03Wrap .sticky03Btn {
top: 8px;
margin-right: 0;
}
.accessNav .anSearch a, .accessNav .anCart a {
width: 40px;
height: 40px;
font-size: 14px;
}
.aboutSection01 {
padding: 85px 0 80px;
}
.aboutCountItem p {
padding: 0 0 0 0;
max-width: 185px;
}
.secTitle {
font-size: 38px;
line-height: 45px;
}
.subTitle {
margin: 0px 0 10px;
}
.commentList ol.children {
margin: 0 0 0 35px;
}
.featureSection01 {
padding: 85px 0 65px;
}
.featureBox {
width: 190px;
padding: 30px 0 10px;
}
.teamSection01 {
padding: 70px 0 65px;
}
.teamWraper {
padding: 40px 0 18px;
}
.counterSection02:after {
content: none;
}
.testWrapper {
padding: 60px 5px;
}
.testimonialItem01 {
padding: 68px 15px 51px;
}
.fIconBoxWraper .noPaddingRight{
padding-right: 12px;
}
.fIconBoxWraper .col-lg-8 {
width: 100%;
}
.footerArea01 {
padding: 70px 0 0;
}
.fIconBoxWraper {
margin: 0px 0 0px;
}
.aboutSection03 {
padding: 0 0 10px;
}
.svItem01 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.svIcon {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.svIcon span {
margin-bottom: 20px;
}
.svIcon h3{
margin-bottom: 15px;
margin-left: 0;
}
.footerArea02 .fIconBoxWraper {
margin: 0 0 40px;
}
.footerArea03 .fIconBoxWraper {
margin: 0 0 40px;
}
.wp_blockQuote {
padding: 20px 20px 18px 120px;
}
.wp_blockQuote p {
font-size: 15px;
line-height: 25px;
}
.wp_blockQuote cite {
font-size: 16px;
}
.wp_blockQuote i {
width: 95px;;
font-size: 32px;
}
.ctaContact {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
}
.ctacall {
margin-bottom: 30px;
}
.ctaImg04 img {
max-width: 100%;
}
.aboutContent03 .aboutCountItem {
padding: 0 0 0 0;
}
.aboutContent03 .aboutCountItem h2 {
position: relative;
}
.headerBoxWrap .headIbox:nth-child(01){
display: none;
}
.abIconBoxWrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
}
.abIconBox {
margin-bottom: 30px;
}
.abIconBoxWrap {
padding: 0 10px 10px 0;
}
.abContentBtn {
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.abContentBtn .abIconBox {
margin-left: 0;
margin-top: 20px;
}
.abDetails02 {
padding: 33px 0 10px 0;
}
.abiBoxItem01,
.abiBoxItem02,
.abiBoxItem03 {
padding: 50px 20px 72px 12px;
}
.pgBanner-title {
font-size: 48px;
}
.pageBanner01:after {
content: none;
}
.fepItem {
padding: 18px 10px 20px;
}
.fepItem h2 {
font-size: 36px;
}
.product_tabArea .nav-tabs .nav-link {
font-size: 14px;
}
.single_comment > img {
position: relative;
top: 0;
margin-bottom: 20px;
}
.single_comment {
padding: 2px 0 25px 0;
}
.productComent .starRating {
top: 95px;
}
.pgBanner-title {
font-size: 38px;
}
.pageBanner01 {
padding: 70px 0 70px;
}
.aboutLook .welcomeBox {
left: 10px;
z-index: 2;
}
.ctaSection01:after {
width: 200px;
}
.ctaSection01:before {
width: 250px;
}
.ctaSection01 .subTitle:after {
right: -60px;
}
.counterSection02 .row .col-lg-3:nth-child(4) .iconBox03, .counterSection02 .row .col-lg-3:nth-child(2) .iconBox03 {
left: 35px;
}
.abGalleryItem h3, .abGalleryItem.abGal02 h3 {
max-width: 200px;
}
.iconBox04 {
padding: 26px 0 8px 75px;
}
.iconBox04 span {
left: 12px;
}
.footerWidget .widgetGallery {
max-width: 100%;
}
.footerWidget .widgetGallery a {
width: 100%;
height: 100%;
}
.footerWidget .widgetGallery a i {
line-height: 170px;
}
.bpContent02 h3 {
font-size: 26px;
line-height: 34px;
}
.ctaSection03 .secTitle br {
display: none;
}
.header01 .headerBtn {
margin-left: 0;
}
.spMeta {
margin: 30px 0 50px;
}
.fanItem01 {
text-align: center;
}
.feProgress {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.fepItem {
max-width: 100%;
padding: 29px 39px 36px;
}
.fepItem ,
.fepItem.fepItem2{
margin-top: 15px;
padding: 29px 39px 36px;
}
.fepItem.fepItem2 {
margin-left: 0;
}
.abCount02 {
left: 5px;
top: -48px;
}
.logicImg02 .ab_imgC_02 {
top: 269px;
}
.logicImg02 .ab_imgC_03 {
bottom: -149px;
right: 0;
}
.logicList {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.logicAuthorItem {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
}
.logicAuthor {
padding: 6px 0 25px 75px;
}
.aboutIb04 .abSin04 {
padding: 30px 20px;
margin-right: 10px;
}
.abLookImg02 {
max-width: 300px;
}
.aboutSection04 {
padding: 80px 0 55px;
}
.abJobCount {
width: 120px;
height: 120px;
bottom: 100px;
left: 40%;
top: auto;
}
.aboutLook04 .aboutLookThumb  img {
width: 92%;
}
.abJobCount h2 {
font-size: 30px;
margin: 27px 0 0px;
}
.abJobCount p {
font-size: 16px;
}
.historyNavTab .nav-link {
height: 45px;
line-height: 48px;
padding: 0 20px;
margin-bottom: 10px;
}
.shopController {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.showControl {
margin-bottom: 25px;
}
.productAllItems {
margin: 15px 0 20px;
}
.serviceSkillSec .secTitle {
font-size: 32px;
line-height: 38px;
}
.serDetContent h3.sdheadGap {
margin: 20px 0 20px;
}
.productPagination.projectPagination {
margin: 10px 0 15px;
}
.copyright p {
text-align: center;
}
.logicList ul:first-child {
margin-right: 0;
}
.tmDesctiption {
padding: 50px 30px 50px 30px;
}
.getFormWrap {
padding: 30px 10px 70px 10px;
}
.productPagination a, .productPagination span {
width: 40px;
height: 40px;
}
.blogPageSec01 .productPagination,
.blogPageSec02 .productPagination {
margin: 20px 0 40px;
}
.commentFormBox {
padding: 52px 30px 60px;
}
.commentFormBox p {
margin: 0 0 5px;
}
.blockquote02 {
padding: 29px 20px 10px 15px;
text-align: center;
}
.blockquote02 span {
position: relative;
background: transparent;
width: inherit;
margin-bottom: 10px;
color: var(--tw-primary-color);
}
.recentSinPost {
padding: 0 0 60px 100px;
}
.priceHeaderCon {
padding: 43px 20px 32%;
}
.projectPageSec01 {
padding: 50px 0 40px;
}
.projectCategories li {
font-size: 14px;
font-weight: 600;
min-height: 40px;
line-height: 40px;
padding: 0 20px;
}
.projectCategories {
margin: 0 0 35px;
}
.servicePageDetails03 {
padding: 60px 0 60px;
}
.servicePageDetails02 {
padding: 60px 0 30px;
}
.servicePageDetails03 {
padding: 60px 0 60px;
}
.commentList ul {
margin: 0;
}
.commentDate {
margin: 0 0 10px;
}
.blogPageDetails {
padding: 60px 0 20px;
}
.commentFormBox {
margin-bottom: 40px;
}
.recentProject {
padding: 50px 0 50px;
}
.servicePageDetails .row .col-lg-4 {
margin-top: 10px;
}
.projectPageDetails {
padding: 60px 0 0;
}
.logicAbout02 {
padding: 120px 0 75px;
}
.shopPage03 {
padding: 60px 0 0;
}
section.slider03 {
top: -42px;
}
.headerArea03 .headerLogoWrap {
padding: 24px 0;
}
.cartWidgetArea{
right:0;
}
.headerArea03 .headerArea03{
overflow: hidden;
}
.anMobileSearch {
top: 10px;
right: 0;
color: var(--tw-secondary-color);
}
.menuItem03 {
top: -85px;
}
.menuItem03 .row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right;
}
.menuItem03 .menu_btn {
float: right;
line-height: 42px;
}
.anMobileSearch {
top: 22px;
right: 17px;
color: var(--tw-secondary-color);
}
.mainMenu03 {
top: 142%;
}
.mainMenu03 ul {
text-align: left;
}
.header02 .logo {
padding: 34px 0;
}
.header02:after {
width: 48%;
height: 100%;
}
.header02:before {
width: 55%; 
-webkit-clip-path: polygon(9.5% 0, 0 100%, 100% 100%, 100% 0);
clip-path: polygon(9.5% 0, 0 100%, 100% 100%, 100% 0);
}
.navBar02 {
padding: 10px 0;
}
.header02 .col-lg-9{
width: 52%;
}
.header02 .col-lg-3{
width: 48%;
}
.mainMenu02 {
left: -102.2%;
width: calc(100% + 102.2%);
top: 100%;
}
.header02 .logo img {
height: 37px;
}
.pdItem01 .pdTitle01 {
width: calc(100% - 60px);
}
.clientWrapper {
margin: 0 24px 65px;
}
.teamSection03 {
padding: 80px 0 50px;
}
.faciltWrap .row .col-lg-4:nth-child(03) .faciltItem {
margin-bottom: 100px;
}
.copyRight02 {
margin: 0;
}
.collectionSlider.owl-carousel .owl-nav button.owl-prev {
left: 24px;
}
.collectionSlider.owl-carousel .owl-nav button.owl-next {
right: 24px;
}
.stickyHeader03 .mainMenu03 {
top: 140%;
}
.projectGallery.pGrid02 .pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(7%);
transform: translateX(7%);
}
.blogGrid01Full {
padding: 60px 0 60px;
}
.blogPageSec02 {
padding: 70px 0 20px;
}
.blogPageWrap.blogWrap01{
margin-bottom: 30px;
}
.servicePageSec01.servicePageSec02 {
padding: 70px 0 50px;
}
.shopPage {
padding: 60px 0 60px;
}
.ctaSection03 {
margin: 0 0;
}
.appoinmentSec01 {
padding: 0 0 0;
}
.appoinGetForm {
padding: 45px 25px 40px;
}
.SldierVideoPupup .popup_video {
display: none;
}
.slider02:after {
content: none;
}
.footerArea02 .footerWidget {
width: 100%;
}
.teamDetails01 .secTitle {
font-size: 28px;
line-height: 36px;
}
.ctaSection01 .secTitle br {
display: none;
}
.topBar01 .container,
.header01 .container{
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.abLookImg02 {
top: auto;
bottom: -50px;
}
}
@media(max-width: 576px){
.navBar02 .accessNav .anSearch a{
margin-left: 0;
}
} @media(max-width: 479px){
.header02:before {
width: 48%;
-webkit-clip-path: polygon(10.5% 0, 0 100%, 100% 100%, 100% 0);
clip-path: polygon(10.5% 0, 0 100%, 100% 100%, 100% 0);
}
.header02:after {
width: 54%;
}
.logIn_user{
display: none;
}
.textBoxItem {
padding: 34px 25px 27px 34px;
}
} @media(max-width: 410px){
.topSocial {
display: none;
}
.hd3_topBar .topSocial{
display: block;
}
.topDesc p {
margin: 0;
}
.topBarItems {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.accessNav .anSearch a{
display: none;
}
.accessNav .anCart {
display: none;
}
.tesItem01 p {
font-size: 16px;
line-height: 26px;
}
.serviceSec01 {
padding: 20px 0 60px;
}
.aboutLook .welcomeBox {
width: 130px;
height: 130px;
}
.aboutLook .ab02 {
max-width: 180px;
}
.aboutLook .welcomeBox .abArrow {
right: -13px;
width: 40px;
height: 34px;
}
.aboutSection01 .secTitle br{
display: none;
}
.secTitle {
font-size: 34px;
line-height: 38px;
}
.aboutCountItem {
padding: 0 ;
}
.aboutCountItem h2 {
position: relative;
}
.aboutCountItem p:after {
content: none;
}
.aboutContent .btnGap {
margin-right: 10px;
}
.logicBtn {
padding: 0 17px;
}
.aboutSection01 {
padding: 60px 0 55px;
}
.iconBoxSection01 {
padding: 80px 0 20px;
}
.reatureDetails01 .col-6{
width: 100%;
text-align: center;
}
.featureSection01:after {
width: 395px;
height: 495px;
}
.iconBox01 p {
margin: 0 0 13px;
}
.iconBox03 {
left: 35px;
}
.blogItem01 .logicBtn {
padding: 0 15px;
}
.copyright {
padding: 27px 0 26px 0;
text-align: center;
}
.aboutContent03 .logicBtn.btnGap {
margin-left: 5px;
padding: 0 21px;
}
.aboutContent03 .logicBtn {
padding: 0 25px;
}
.aboutLook03 .ab02 {
max-width: 180px;
}
.aboutLook03 .welcomeBox {
left: 105px;
}
.abiBoxItem01, .abiBoxItem02, .abiBoxItem03 {
padding: 30px 12px 35px 12px;
}
.ibox05 span {
width: 75px;
height: 75px;
font-size: 37px;
}
.ibox05 {
padding: 15px 0 0 95px;
}
.ibox05 h3 {
font-size: 20px;
}
.breadcrumbs {
margin: 0 0 15px;
}
.pgBanner-title {
font-size: 38px;
}
.feProgress {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
}
.fepItem{
max-width: 100%;
}
.fepItem.fepItem2 {
margin-left: 0;
margin-top: 15px;
}
.product_tabArea .nav-tabs .nav-link {
margin: 0 30px 5px 0;
}
.product_tabArea .nav-tabs .nav-link:after {
bottom: 1px;
height: 2px;
}
.product_tabArea .nav-tabs {
border-bottom: 1px solid #EFEFEF;
padding-bottom: 10px;
}
.pcInfoList p {
margin: 0 0 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.blogItem01 .biContent {
padding: 23px 20px 9px;
}
.blogItem01 .biMeta02 {
padding: 15px 20px 15px;
}
.bpContent02 {
padding: 0 20px 30px;
}
.bpContent02 h3 {
font-size: 20px;
line-height: 24px;
}
.tesItem01 {
padding: 39px 20px 48px;
}
.teamContent03 {
width: 100%;
}
.teamSocial03 {
width: 100%;
text-align: center;
}
.aboutIb04 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0;
}
.aboutIb04 .abSin04 {
max-width: 100%;
margin-bottom: 15px;
}
.serviceItem03 {
padding: 30px 20px 30px;
}
.serviceItem03 h3 {
font-size: 22px;
}
.blogItem01 .biContent h3 {
font-size: 20px;
line-height: 28px;
}
.blogItem01 .biMeta02 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
}
.blogItem01 .biAuthor {
padding: 7px 0 15px 49px;
}
.biMeta01 span {
margin-right: 10px;
}
.serviceSkillSec .secTitle br{
display: none;
}
.serviceSkillSec .secTitle {
font-size: 27px;
line-height: 32px;
}
.serStepItems {
margin: 50px 0 0 0;
}
.serStemSingle {
padding: 34px 20px 27px 20px;
border-top: 2px solid var(--tw-primary-color);
border-left: 0;
margin-bottom: 50px;
}
.serStemSingle span {
left: 0;
right: 0;
bottom: 0;
margin: -27px auto;
}
.ctatWidget {
padding: 50px 19px 60px;
}
.serDetContent h3 {
font-size: 24px;
}
.serWidgetFile {
padding: 28px 10px 13px 75px;
}
.serWidgetFile span {
left: 18px;
}
.tmDesctiption {
padding: 40px 10px 30px 10px;
}
.blogPageSingle01 h2 {
font-size: 22px;
}
.blogPageSingle01 img {
margin: 0 0 15px;
}
.blogPageSingle01 p {
margin: 0 0 15px 0;
}
.blogPageWrap .blockquote01 {
padding: 20px 15px 15px;
}
.recentSinPost {
padding: 0 0 39px 100px;
}
.blogWidget,
.blogWidget.serCatWidget,
.blogWidget.recentPost {
padding: 30px 20px 30px;
}
.recentSinPost {
padding: 3px 0 15px 100px;
}
.postAuthorBox {
margin: 0 0 40px;
}
.commentFormBox {
padding: 30px 20px 30px;
}
.pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(10%);
transform: translateX(10%);
}
.pdTitle_wrap h3 a {
font-size: 20px;
}
.pdItem01 .pdTitle01 {
padding: 15px 20px 22px 15px;
}
.teamWraper02 {
margin: 0;
}
.ctaSection03 .secTitle {
font-size: 30px;
line-height: 38px;
}
.ctaSection03 .secTitle br {
display: none;
}
.getFormWrap {
padding: 30px 10px 31px 10px;
margin-bottom: 50px;
}
.contactAddress {
padding: 50px 0 30px 0;
}
.header02:before {
content: none;
}
.navBar02 {
padding-left: 0;
padding-top: 32px;
}
.header02:after{
width: 61%;
}
.header02 .col-lg-3 {
width: 54.5%;
}
.header02 .col-lg-9 {
width: 45.5%;
}
.topbar02 {
display: none;
}
.mainMenu02 {
left: -138%;
width: calc(100% + 137.2%);
top: 121%;
}
.anMobileSearch {
right: 27px;
}
.teamDetails01 {
padding: 40px 0 85px 0px;
}
.appoinGetForm {
padding: 45px 15px 40px;
}
.collSingleItem .viewColl {
width: 50px;
height: 50px;
font-size: 14px;
}
.projectGallery.pGrid02 .pdItem01:hover .pdTitle01 {
-webkit-transform: translateX(10%);
transform: translateX(10%);
}
.abBlogSec {
margin: 60px 0 40px;
} 
.abTesSec01 {
padding: 70px 0 60px;
}
.logicHistory01 {
padding: 60px 0 60px;
}
.blogPageSec01 {
padding: 50px 0 50px;
}
.serCatWidget {
padding: 36px 30px 40px;
}
.teamPageSec {
padding: 20px 0 30px;
}
.teamPageSec03 {
padding: 40px 0 20px;
}
.projectSection01 .secTitle br{
display: none;
}
.pg_thumbs {
margin: 0 4px;
}
} @media(max-width: 355px){
.priceHeaderCon {
padding: 43px 15px 32%;
}
.priceHeader h3 {
font-size: 26px;
}
.widGalleryItem {
grid-template-columns: repeat(2,1fr);
}
.latestPost h3 {
font-size: 16px;
}
}.preloader {
background: #141414;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 99999;
}
.preloader .loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.preloader .loLogo{
display: flex;
align-items: center;
text-align: center;
}
.preloader .loLogo img{
animation: movement 1s infinite alternate;
height: 44px;
width: auto;
}
@keyframes movement {
from {
opacity: .2
}
to {
opacity: 1;
}
}
@keyframes rotate {
100% {
transform: rotate(360deg);
}
}
.twLoader{
width: 209px;
height: 200px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
}
.twLoader svg{
fill: var(--theme-color);
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: .7;
margin: auto;
bottom: 0;
animation: rotate 15s infinite linear;
}
.loaderO {
position: absolute;
top: 52%;
left: 0;
right: 0;
margin: 0 auto;
transform: translateY(-50%);
z-index: 1;
line-height: 18px;
}
.loaderO span {
font-family: 'Bebas Neue', cursive;
font-size: 16px;
line-height: 16px;
font-weight: 500;
color: aliceblue;
display: inline-block;
transition: all 0.5s;
animation: animate 2s infinite;
}
.loaderO span:nth-child(1) {
animation-delay: 0.1s;
}
.loaderO span:nth-child(2) {
animation-delay: 0.2s;
}
.loaderO span:nth-child(3) {
animation-delay: 0.3s;
}
.loaderO span:nth-child(4) {
animation-delay: 0.4s;
}
.loaderO span:nth-child(5) {
animation-delay: 0.5s;
}
.loaderO span:nth-child(6) {
animation-delay: 0.6s;
}
.loaderO span:nth-child(7) {
animation-delay: 0.7s;
}
@keyframes animate {
0% {
color: aliceblue;
transform: translateY(0);
margin-left: 0;
}
25% {
color: aliceblue;
transform: translateY(-15px);
margin-left: 5px;
text-shadow: 0 15px 5px rgba(0, 0, 0, 1);
}
100% {
color: aliceblue;
transform: translateY(0);
margin-left: 0;
}
} .preloader-wrap {
width: 100%;
height: 100vh;
position: fixed;
top: 0; 
left: 0;
background: #FFF;
z-index : 9999; 
}
.loader_bar{
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #17191b;
}
#precent {
text-align: center;
color: #FFF;
line-height: 1;
font-size: 12vw;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-weight: 900;
mix-blend-mode: difference;
}
.spinner-eff{
width: 76px;
height: 76px;
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
margin: auto;
z-index: 2;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
overflow: hidden;
}
.spinner-eff:before, .spinner-eff:after{
content: "";
display: block;
}
.spinner-eff .spinner-bar:before, .spinner-eff .spinner-bar:after{
content: "";
display: block;
} .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}} @-webkit-keyframes rotation-top{
0%{
transform: rotate(0deg);
opacity: 0.5;
}
20%{
transform: rotate(360deg);
opacity: 1;
}
80%{
transform: rotate(360deg);
opacity: 1;
}
100%{
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-top{
0%{
transform: rotate(0deg);
opacity: 0.5;
}
20%{
transform: rotate(360deg);
opacity: 1;
}
80%{
transform: rotate(360deg);
opacity: 1;
}
100%{
transform: rotate(360deg);
opacity: 0.5;
}
}
@-webkit-keyframes rotation-right{
0%{
transform: rotate(0deg);
opacity: 0.5;
}
20%{
transform: rotate(0deg);
opacity: 0.5;
}
40%{
transform: rotate(360deg);
opacity: 1;
}
80%{
transform: rotate(360deg);
opacity: 1;
}
100%{
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-right{
0%{
transform: rotate(0deg);
opacity: 0.5;
}
20%{
transform: rotate(0deg);
opacity: 0.5;
}
40%{
transform: rotate(360deg);
opacity: 1;
}
80%{
transform: rotate(360deg);
opacity: 1;
}
100%{
transform: rotate(360deg);
opacity: 0.5;
}
}
@-webkit-keyframes rotation-bottom{
0%{
transform: rotate(0deg);
opacity: 0.5;
}
40%{
transform: rotate(0deg);
opacity: 0.5;
}
60%{
transform: rotate(360deg);
opacity: 1;
}
80%{
transform: rotate(360deg);
opacity: 1;
}
100%{
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-bottom{
0%{
transform: rotate(0deg);
opacity: 0.5;
}
40%{
transform: rotate(0deg);
opacity: 0.5;
}
60%{
transform: rotate(360deg);
opacity: 1;
}
80%{
transform: rotate(360deg);
opacity: 1;
}
100%{
transform: rotate(360deg);
opacity: 0.5;
}
}
@-webkit-keyframes rotation-left{
0%{
transform: rotate(0deg);
opacity: 0.5;
}
60%{
transform: rotate(0deg);
opacity: 0.5;
}
80%{
transform: rotate(360deg);
opacity: 1;
}
100%{
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-left{
0%{
transform: rotate(0deg);
opacity: 0.5;
}
60%{
transform: rotate(0deg);
opacity: 0.5;
}
80%{
transform: rotate(360deg);
opacity: 1;
}
100%{
transform: rotate(360deg);
opacity: 0.5;
}
}
.spinner-eff.spinner-eff-1 .bar{
width: 0;
height: 0;
border: 38px solid transparent;
position: absolute;
top: 0;
left: 0;
transform: rotate(0deg);
opacity: 0.5;
z-index: -2;
}
.spinner-eff.spinner-eff-1 .bar-top{
border-top: 38px solid var(--tw-primary-color);
-webkit-animation: rotation-top 3.6s linear 0s infinite;
animation: rotation-top 3.6s linear 0s infinite;
}
.spinner-eff.spinner-eff-1 .bar-right{
border-right: 38px solid var(--tw-primary-color);
-webkit-animation: rotation-right 3.6s linear 0s infinite;
animation: rotation-right 3.6s linear 0s infinite;
}
.spinner-eff.spinner-eff-1 .bar-bottom{
border-bottom: 38px solid var(--tw-primary-color);
-webkit-animation: rotation-bottom 3.6s linear 0s infinite;
animation: rotation-bottom 3.6s linear 0s infinite;
}
.spinner-eff.spinner-eff-1 .bar-left{
border-left: 38px solid var(--tw-primary-color);
-webkit-animation: rotation-left 3.6s linear 0s infinite;
animation: rotation-left 3.6s linear 0s infinite;
} .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)}}@font-face{font-family:eicons;src:url(//sotifret.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.36.0);src:url(//sotifret.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.36.0#iefix) format("embedded-opentype"),url(//sotifret.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.36.0) format("woff2"),url(//sotifret.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.36.0) format("woff"),url(//sotifret.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.36.0) format("truetype"),url(//sotifret.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.36.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:"\e8aa"}.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-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.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-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.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-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%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-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)}@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:1399px){.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%}}@media (max-width:1199px){.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:991px){.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:1399px){.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:1200px) and (max-width:1399px){.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:1199px){.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:992px) 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:991px){.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:1399px){.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)}}@media (max-width:1199px){.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:991px){.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:1400px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:1399px){#elementor-device-mode:after{content:"laptop"}}@media (max-width:1199px){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:991px){#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);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);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);--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;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;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 .elementor-widget-container,.elementor-element: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}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:991px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:992px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px) and (max-width:1199px){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1200px) and (max-width:1399px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1400px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}