@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-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--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-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
}
*,
:after,
:before {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.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[data-bs-original-title],
abbr[title] {
text-decoration: underline;
-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;
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
.small,
small {
font-size: 0.875em;
}
.mark,
mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #0d6efd;
text-decoration: underline;
}
a:hover {
color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
code,
kbd,
pre,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr;
unicode-bidi: bidi-override;
}
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: #d63384;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
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: #6c757d;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button: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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-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;
}
::file-selector-button {
font: inherit;
}
::-webkit-file-upload-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-inline,
.list-unstyled {
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,
.img-thumbnail {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
}
.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-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1310px;
}
}
@media (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) / -2);
margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.col {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-auto > * {
width: auto;
}
.row-cols-1 > *,
.row-cols-auto > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-1 > * {
width: 100%;
}
.row-cols-2 > * {
width: 50%;
}
.row-cols-2 > *,
.row-cols-3 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-3 > * {
width: 33.3333333333%;
}
.row-cols-4 > * {
width: 25%;
}
.row-cols-4 > *,
.row-cols-5 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-5 > * {
width: 20%;
}
.row-cols-6 > * {
width: 16.6666666667%;
}
.col-auto,
.row-cols-6 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-auto {
width: auto;
}
.col-1 {
width: 8.3333333333%;
}
.col-1,
.col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-2 {
width: 16.6666666667%;
}
.col-3 {
width: 25%;
}
.col-3,
.col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-4 {
width: 33.3333333333%;
}
.col-5 {
width: 41.6666666667%;
}
.col-5,
.col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.3333333333%;
}
.col-7,
.col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-8 {
width: 66.6666666667%;
}
.col-9 {
width: 75%;
}
.col-9,
.col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-10 {
width: 83.3333333333%;
}
.col-11 {
width: 91.6666666667%;
}
.col-11,
.col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-12 {
width: 100%;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
.offset-5 {
margin-left: 41.6666666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.3333333333%;
}
.offset-8 {
margin-left: 66.6666666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.3333333333%;
}
.offset-11 {
margin-left: 91.6666666667%;
}
.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 {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
width: auto;
}
.row-cols-sm-1 > *,
.row-cols-sm-auto > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-sm-1 > * {
width: 100%;
}
.row-cols-sm-2 > * {
width: 50%;
}
.row-cols-sm-2 > *,
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-sm-3 > * {
width: 33.3333333333%;
}
.row-cols-sm-4 > * {
width: 25%;
}
.row-cols-sm-4 > *,
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-sm-5 > * {
width: 20%;
}
.row-cols-sm-6 > * {
width: 16.6666666667%;
}
.col-sm-auto,
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-sm-auto {
width: auto;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-1,
.col-sm-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-3,
.col-sm-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-5,
.col-sm-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-7,
.col-sm-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-9,
.col-sm-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-11,
.col-sm-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-sm-12 {
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
.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 {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-md-auto > * {
width: auto;
}
.row-cols-md-1 > *,
.row-cols-md-auto > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-md-1 > * {
width: 100%;
}
.row-cols-md-2 > * {
width: 50%;
}
.row-cols-md-2 > *,
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-md-3 > * {
width: 33.3333333333%;
}
.row-cols-md-4 > * {
width: 25%;
}
.row-cols-md-4 > *,
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-md-5 > * {
width: 20%;
}
.row-cols-md-6 > * {
width: 16.6666666667%;
}
.col-md-auto,
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-md-auto {
width: auto;
}
.col-md-1 {
width: 8.3333333333%;
}
.col-md-1,
.col-md-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-md-2 {
width: 16.6666666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-3,
.col-md-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-md-4 {
width: 33.3333333333%;
}
.col-md-5 {
width: 41.6666666667%;
}
.col-md-5,
.col-md-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333333333%;
}
.col-md-7,
.col-md-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-md-8 {
width: 66.6666666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-9,
.col-md-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-md-10 {
width: 83.3333333333%;
}
.col-md-11 {
width: 91.6666666667%;
}
.col-md-11,
.col-md-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-md-12 {
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
.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 {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
width: auto;
}
.row-cols-lg-1 > *,
.row-cols-lg-auto > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-lg-1 > * {
width: 100%;
}
.row-cols-lg-2 > * {
width: 50%;
}
.row-cols-lg-2 > *,
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-lg-3 > * {
width: 33.3333333333%;
}
.row-cols-lg-4 > * {
width: 25%;
}
.row-cols-lg-4 > *,
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-lg-5 > * {
width: 20%;
}
.row-cols-lg-6 > * {
width: 16.6666666667%;
}
.col-lg-auto,
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-lg-auto {
width: auto;
}
.col-lg-1 {
width: 8.3333333333%;
}
.col-lg-1,
.col-lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-lg-2 {
width: 16.6666666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-3,
.col-lg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-lg-4 {
width: 33.3333333333%;
}
.col-lg-5 {
width: 41.6666666667%;
}
.col-lg-5,
.col-lg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333333333%;
}
.col-lg-7,
.col-lg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-lg-8 {
width: 66.6666666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-9,
.col-lg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-lg-10 {
width: 83.3333333333%;
}
.col-lg-11 {
width: 91.6666666667%;
}
.col-lg-11,
.col-lg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-lg-12 {
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.3333333333%;
}
.offset-lg-2 {
margin-left: 16.6666666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.3333333333%;
}
.offset-lg-5 {
margin-left: 41.6666666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.3333333333%;
}
.offset-lg-8 {
margin-left: 66.6666666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.3333333333%;
}
.offset-lg-11 {
margin-left: 91.6666666667%;
}
.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 {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
width: auto;
}
.row-cols-xl-1 > *,
.row-cols-xl-auto > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-xl-1 > * {
width: 100%;
}
.row-cols-xl-2 > * {
width: 50%;
}
.row-cols-xl-2 > *,
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-xl-3 > * {
width: 33.3333333333%;
}
.row-cols-xl-4 > * {
width: 25%;
}
.row-cols-xl-4 > *,
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-xl-5 > * {
width: 20%;
}
.row-cols-xl-6 > * {
width: 16.6666666667%;
}
.col-xl-auto,
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xl-auto {
width: auto;
}
.col-xl-1 {
width: 8.3333333333%;
}
.col-xl-1,
.col-xl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xl-2 {
width: 16.6666666667%;
}
.col-xl-3 {
width: 25%;
}
.col-xl-3,
.col-xl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xl-4 {
width: 33.3333333333%;
}
.col-xl-5 {
width: 41.6666666667%;
}
.col-xl-5,
.col-xl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xl-6 {
width: 50%;
}
.col-xl-7 {
width: 58.3333333333%;
}
.col-xl-7,
.col-xl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xl-8 {
width: 66.6666666667%;
}
.col-xl-9 {
width: 75%;
}
.col-xl-9,
.col-xl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xl-10 {
width: 83.3333333333%;
}
.col-xl-11 {
width: 91.6666666667%;
}
.col-xl-11,
.col-xl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xl-12 {
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
.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 {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
width: auto;
}
.row-cols-xxl-1 > *,
.row-cols-xxl-auto > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-xxl-1 > * {
width: 100%;
}
.row-cols-xxl-2 > * {
width: 50%;
}
.row-cols-xxl-2 > *,
.row-cols-xxl-3 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-xxl-3 > * {
width: 33.3333333333%;
}
.row-cols-xxl-4 > * {
width: 25%;
}
.row-cols-xxl-4 > *,
.row-cols-xxl-5 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row-cols-xxl-5 > * {
width: 20%;
}
.row-cols-xxl-6 > * {
width: 16.6666666667%;
}
.col-xxl-auto,
.row-cols-xxl-6 > * {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xxl-auto {
width: auto;
}
.col-xxl-1 {
width: 8.3333333333%;
}
.col-xxl-1,
.col-xxl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xxl-2 {
width: 16.6666666667%;
}
.col-xxl-3 {
width: 25%;
}
.col-xxl-3,
.col-xxl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xxl-4 {
width: 33.3333333333%;
}
.col-xxl-5 {
width: 41.6666666667%;
}
.col-xxl-5,
.col-xxl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xxl-6 {
width: 50%;
}
.col-xxl-7 {
width: 58.3333333333%;
}
.col-xxl-7,
.col-xxl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xxl-8 {
width: 66.6666666667%;
}
.col-xxl-9 {
width: 75%;
}
.col-xxl-9,
.col-xxl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xxl-10 {
width: 83.3333333333%;
}
.col-xxl-11 {
width: 91.6666666667%;
}
.col-xxl-11,
.col-xxl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.col-xxl-12 {
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.3333333333%;
}
.offset-xxl-2 {
margin-left: 16.6666666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.3333333333%;
}
.offset-xxl-5 {
margin-left: 41.6666666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.3333333333%;
}
.offset-xxl-8 {
margin-left: 66.6666666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.3333333333%;
}
.offset-xxl-11 {
margin-left: 91.6666666667%;
}
.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-bg: transparent;
--bs-table-striped-color: #212529;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #212529;
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: #212529;
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: #212529;
vertical-align: top;
border-color: #dee2e6;
}
.table > :not(caption) > * > * {
padding: 0.5rem;
background-color: var(--bs-table-bg);
background-image: -webkit-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
border-bottom-width: 1px;
}
.table > tbody {
vertical-align: inherit;
}
.table > thead {
vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
}
.caption-top {
caption-side: top;
}
.table-sm > :not(caption) > * > * {
padding: 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-striped > tbody > tr:nth-of-type(odd) {
--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-bg: #cfe2ff;
--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: #000;
border-color: #bacbe6;
}
.table-secondary {
--bs-table-bg: #e2e3e5;
--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: #000;
border-color: #cbccce;
}
.table-success {
--bs-table-bg: #d1e7dd;
--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: #000;
border-color: #bcd0c7;
}
.table-info {
--bs-table-bg: #cff4fc;
--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: #000;
border-color: #badce3;
}
.table-warning {
--bs-table-bg: #fff3cd;
--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: #000;
border-color: #e6dbb9;
}
.table-danger {
--bs-table-bg: #f8d7da;
--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: #000;
border-color: #dfc2c4;
}
.table-light {
--bs-table-bg: #f8f9fa;
--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: #000;
border-color: #dfe0e1;
}
.table-dark {
--bs-table-bg: #212529;
--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: #fff;
border-color: #373b3e;
}
.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: #6c757d;
}
.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.25rem;
-webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
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::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.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;
-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;
}
@media (prefers-reduced-motion: reduce) {
.form-control::file-selector-button {
-webkit-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.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;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-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-lg,
.form-control-plaintext.form-control-sm {
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.2rem;
}
.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-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-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-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 {
max-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.25rem;
}
.form-control-color::-webkit-color-swatch {
height: 1.5em;
border-radius: 0.25rem;
}
.form-select {
display: block;
width: 100%;
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
vertical-align: middle;
background-color: #fff;
background-image: url("data:image/svg+xml;charset=utf-8,%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 5l6 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.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: 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 {
color: #6c757d;
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;
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.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-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: 50%;
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;
-webkit-transition: background-color 0.15s ease-in-out, background-position 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, background-position 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-check-input {
-webkit-transition: none;
transition: none;
}
}
.form-check-input[type="checkbox"] {
border-radius: 0.25em;
}
.form-check-input[type="radio"] {
border-radius: 50%;
}
.form-check-input:active {
-webkit-filter: brightness(90%);
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;charset=utf-8,%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 10l3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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;
-webkit-filter: none;
filter: none;
opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
background-position: 0;
border-radius: 2em;
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml;charset=utf-8,%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: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.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;
-webkit-filter: 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;
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 {
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-select {
height: calc(3.5rem + 2px);
padding: 1rem 0.75rem;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
-webkit-transition: none;
transition: none;
}
}
.form-floating > .form-control::-webkit-input-placeholder {
color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder,
.form-floating > .form-control::-ms-input-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder {
color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-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:not(:-ms-input-placeholder) ~ label {
opacity: 0.65;
-ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
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-select ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
-ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
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: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
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.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 1.75rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
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: 4;
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.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #198754;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control: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);
}
.form-select.is-valid,
.was-validated .form-select:valid {
border-color: #198754;
padding-right: calc(0.75em + 2.3125rem);
background-image: url("data:image/svg+xml;charset=utf-8,%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 5l6 6 6-6'/%3E%3C/svg%3E"),
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-position: right 0.75rem center, center right 1.75rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 4;
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.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml;charset=utf-8,%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);
}
.form-control.is-invalid:focus,
.was-validated .form-control: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);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
border-color: #dc3545;
padding-right: calc(0.75em + 2.3125rem);
background-image: url("data:image/svg+xml;charset=utf-8,%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 5l6 6 6-6'/%3E%3C/svg%3E"),
url("data:image/svg+xml;charset=utf-8,%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 1.75rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 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;
}
@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
transition: none;
}
}
.btn:hover {
color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
pointer-events: none;
opacity: 0.65;
}
.btn-primary {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
color: #fff;
background-color: #0b5ed7;
border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0a58ca;
border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #565e64;
border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-success {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
color: #fff;
background-color: #157347;
border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #146c43;
border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-info {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
color: #000;
background-color: #31d2f2;
border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
color: #000;
background-color: #3dd5f3;
border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-warning {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
color: #000;
background-color: #ffca2c;
border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
color: #000;
background-color: #ffcd39;
border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #b02a37;
border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-light {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-light:hover {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-dark {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1a1e21;
border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-outline-primary {
color: #0d6efd;
border-color: #0d6efd;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #0d6efd;
background-color: transparent;
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-success {
color: #198754;
border-color: #198754;
}
.btn-outline-success:hover {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #198754;
background-color: transparent;
}
.btn-outline-info {
color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-outline-info:hover {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #0dcaf0;
background-color: transparent;
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-dark {
color: #212529;
border-color: #212529;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #212529;
background-color: transparent;
}
.btn-link {
font-weight: 400;
color: #0d6efd;
text-decoration: underline;
}
.btn-link:hover {
color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.fade {
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
transition: none;
}
}
.dropdown,
.dropend,
.dropstart,
.dropup {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle:after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu[style] {
right: auto !important;
}
.dropdown-menu-start {
--bs-position: start;
right: auto;
left: 0;
}
.dropdown-menu-end {
--bs-position: end;
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-start {
--bs-position: start;
right: auto;
left: 0;
}
.dropdown-menu-sm-end {
--bs-position: end;
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-start {
--bs-position: start;
right: auto;
left: 0;
}
.dropdown-menu-md-end {
--bs-position: end;
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-start {
--bs-position: start;
right: auto;
left: 0;
}
.dropdown-menu-lg-end {
--bs-position: end;
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-start {
--bs-position: start;
right: auto;
left: 0;
}
.dropdown-menu-xl-end {
--bs-position: end;
right: 0;
left: auto;
}
}
@media (min-width: 1400px) {
.dropdown-menu-xxl-start {
--bs-position: start;
right: auto;
left: 0;
}
.dropdown-menu-xxl-end {
--bs-position: end;
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
margin-left: 0;
}
.dropend .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.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 {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropstart .dropdown-toggle:after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
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: 0.5rem 0;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #1e2125;
background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1rem;
color: #212529;
}
.dropdown-menu-dark {
color: #dee2e6;
background-color: #343a40;
border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
color: #fff;
background-color: hsla(0, 0%, 100%, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
color: #fff;
background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
z-index: 1;
}
.btn-toolbar {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .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,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
-webkit-transition: none;
transition: none;
}
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
margin-bottom: -1px;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
-webkit-flex-wrap: inherit;
-ms-flex-wrap: inherit;
flex-wrap: inherit;
}
.navbar-brand {
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}
.navbar-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
-webkit-transition: box-shadow 0.15s ease-in-out;
transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
-webkit-transition: none;
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100%;
}
@media (min-width: 576px) {
.navbar-expand-sm {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
@media (min-width: 1400px) {
.navbar-expand-xxl {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xxl .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.navbar-expand-xxl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.55);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: hsla(0, 0%, 100%, 0.55);
border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
color: #fff;
}
.card {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.card-title {
margin-bottom: 0.5rem;
}
.card-subtitle {
margin-top: -0.25rem;
}
.card-subtitle,
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1rem;
}
.card-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
padding: 0.5rem 1rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-bottom: -0.5rem;
border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
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-header,
.card-group > .card:not(:first-child) .card-img-top {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0;
}
}
.accordion-button {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #212529;
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0;
overflow-anchor: none;
-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, border-radius 0.15s ease;
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;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
-webkit-transition: none;
transition: none;
}
}
.accordion-button.collapsed {
border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
color: #0c63e4;
background-color: #e7f1ff;
}
.accordion-button:not(.collapsed):after {
background-image: url("data:image/svg+xml;charset=utf-8,%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");
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.accordion-button:after {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-left: auto;
content: "";
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
background-repeat: no-repeat;
background-size: 1.25rem;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button:after {
-webkit-transition: none;
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item:first-of-type .accordion-button {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
border-bottom-width: 1px;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.accordion-collapse {
border: solid rgba(0, 0, 0, 0.125);
border-width: 0 1px;
}
.accordion-body {
padding: 1rem 1.25rem;
}
.accordion-flush .accordion-button {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.accordion-flush .accordion-collapse {
border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
border-top-width: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-width: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.breadcrumb {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin-bottom: 1rem;
list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
float: left;
padding-right: 0.5rem;
color: #6c757d;
content: var(--bs-breadcrumb-divider, "https://html.favdevs.com/");
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
color: #0d6efd;
text-decoration: none;
background-color: #fff;
border: 1px solid #dee2e6;
-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;
}
@media (prefers-reduced-motion: reduce) {
.page-link {
-webkit-transition: none;
transition: none;
}
}
.page-link:hover {
z-index: 2;
border-color: #dee2e6;
}
.page-link:focus,
.page-link:hover {
color: #0a58ca;
background-color: #e9ecef;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
background-color: #fff;
border-color: #dee2e6;
}
.page-link {
padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.badge {
display: inline-block;
padding: 0.35em 0.65em;
font-size: 0.75em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.alert {
position: relative;
padding: 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.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 {
color: #084298;
background-color: #cfe2ff;
border-color: #b6d4fe;
}
.alert-primary .alert-link {
color: #06357a;
}
.alert-secondary {
color: #41464b;
background-color: #e2e3e5;
border-color: #d3d6d8;
}
.alert-secondary .alert-link {
color: #34383c;
}
.alert-success {
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc;
}
.alert-success .alert-link {
color: #0c4128;
}
.alert-info {
color: #055160;
background-color: #cff4fc;
border-color: #b6effb;
}
.alert-info .alert-link {
color: #04414d;
}
.alert-warning {
color: #664d03;
background-color: #fff3cd;
border-color: #ffecb5;
}
.alert-warning .alert-link {
color: #523e02;
}
.alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}
.alert-danger .alert-link {
color: #6a1a21;
}
.alert-light {
color: #636464;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light .alert-link {
color: #4f5050;
}
.alert-dark {
color: #141619;
background-color: #d3d3d4;
border-color: #bcbebf;
}
.alert-dark .alert-link {
color: #101214;
}
@-webkit-keyframes a {
0% {
background-position-x: 1rem;
}
}
@keyframes a {
0% {
background-position-x: 1rem;
}
}
.progress {
height: 1rem;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.progress,
.progress-bar {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
}
.progress-bar {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #0d6efd;
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
-webkit-transition: none;
transition: none;
}
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: 1s linear infinite a;
animation: 1s linear infinite a;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.list-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: 0.25rem;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}
.list-group-horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
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: 1px;
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
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: 1px;
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
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: 1px;
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
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: 1px;
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
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: 1px;
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1400px) {
.list-group-horizontal-xxl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-xxl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
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: 1px;
border-left-width: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
.list-group-flush {
border-radius: 0;
}
.list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
.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:focus,
.list-group-item-primary.list-group-item-action:hover {
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:focus,
.list-group-item-secondary.list-group-item-action:hover {
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:focus,
.list-group-item-success.list-group-item-action:hover {
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:focus,
.list-group-item-info.list-group-item-action:hover {
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:focus,
.list-group-item-warning.list-group-item-action:hover {
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:focus,
.list-group-item-danger.list-group-item-action:hover {
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:focus,
.list-group-item-light.list-group-item-action:hover {
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:focus,
.list-group-item-dark.list-group-item-action:hover {
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;
color: #000;
background: transparent
url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E")
50%/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
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;
-ms-user-select: none;
user-select: none;
opacity: 0.25;
}
.btn-close-white {
-webkit-filter: invert(1) grayscale(100%) brightness(200%);
filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
width: 350px;
max-width: 100%;
font-size: 0.875rem;
pointer-events: auto;
background-color: hsla(0, 0%, 100%, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
opacity: 0;
}
.toast.hide {
display: none;
}
.toast-container {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 100%;
pointer-events: none;
}
.toast-container > :not(:last-child) {
margin-bottom: 0.75rem;
}
.toast-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 0.5rem 0.75rem;
color: #6c757d;
background-color: hsla(0, 0%, 100%, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
margin-right: -0.375rem;
margin-left: 0.75rem;
}
.toast-body {
padding: 0.75rem;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 9;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-content,
.modal-dialog-centered {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.modal-content {
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 8;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
padding: 0.5rem;
margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.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 {
border-radius: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
.modal-fullscreen .modal-footer {
border-radius: 0;
}
@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 {
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
}
@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 {
border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
}
@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 {
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
}
@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 {
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
}
@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 {
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
}
.tooltip {
position: absolute;
z-index: 11;
display: block;
margin: 0;
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;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .tooltip-arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .tooltip-arrow:before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
top: -1px;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
right: -1px;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
bottom: -1px;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
left: -1px;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 10;
display: block;
max-width: 276px;
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;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover .popover-arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"],
.bs-popover-top {
margin-bottom: 0.5rem !important;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"],
.bs-popover-end {
margin-left: 0.5rem !important;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"],
.bs-popover-bottom {
margin-top: 0.5rem !important;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
top: 0;
border-width: 0 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
top: 1px;
border-width: 0 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"],
.bs-popover-start {
margin-right: 0.5rem !important;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f0f0f0;
border-bottom: 1px solid #d8d8d8;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 1rem;
color: #212529;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner:after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
-webkit-transition: none;
transition: none;
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 0s 0.6s;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
-webkit-transition: none;
transition: none;
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
-webkit-transition: opacity 0.15s ease;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-next,
.carousel-control-prev {
-webkit-transition: none;
transition: none;
}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 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;charset=utf-8,%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;charset=utf-8,%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: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
-webkit-transition: opacity 0.6s ease;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
-webkit-transition: none;
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-next-icon,
.carousel-dark .carousel-control-prev-icon {
-webkit-filter: invert(1) grayscale(100);
filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators li {
background-color: #000;
}
.carousel-dark .carousel-caption {
color: #000;
}
@-webkit-keyframes b {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes b {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: 0.75s linear infinite b;
animation: 0.75s linear infinite b;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes c {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes c {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: 0.75s linear infinite c;
animation: 0.75s linear infinite c;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
}
}
.clearfix:after {
display: block;
clear: both;
content: "";
}
.link-primary {
color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
color: #0a58ca;
}
.link-secondary {
color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
color: #565e64;
}
.link-success {
color: #198754;
}
.link-success:focus,
.link-success:hover {
color: #146c43;
}
.link-info {
color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
color: #3dd5f3;
}
.link-warning {
color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
color: #ffcd39;
}
.link-danger {
color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
color: #b02a37;
}
.link-light {
color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
color: #f9fafb;
}
.link-dark {
color: #212529;
}
.link-dark:focus,
.link-dark:hover {
color: #1a1e21;
}
.ratio {
position: relative;
width: 100%;
}
.ratio:before {
display: block;
padding-top: var(--aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--aspect-ratio: 100%;
}
.ratio-4x3 {
--aspect-ratio: 75%;
}
.ratio-16x9 {
--aspect-ratio: 56.25%;
}
.ratio-21x9 {
--aspect-ratio: 42.85714%;
}
.fixed-top {
top: 0;
}
.fixed-bottom,
.fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 7;
}
.fixed-bottom {
bottom: 0;
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 6;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 6;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 6;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 6;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 6;
}
}
@media (min-width: 1400px) {
.sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 6;
}
}
.visually-hidden,
.visually-hidden-focusable:not(:focus) {
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;
}
.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;
}
.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: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
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 {
-webkit-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
-webkit-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.translate-middle-y {
-webkit-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #0d6efd !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #198754 !important;
}
.border-info {
border-color: #0dcaf0 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #212529 !important;
}
.border-white {
border-color: #fff !important;
}
.border-0 {
border-width: 0 !important;
}
.border-1 {
border-width: 1px !important;
}
.border-2 {
border-width: 2px !important;
}
.border-3 {
border-width: 3px !important;
}
.border-4 {
border-width: 4px !important;
}
.border-5 {
border-width: 5px !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.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 {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column,
.flex-row {
-webkit-box-direction: normal !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
-webkit-box-direction: reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !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;
}
.justify-content-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-evenly {
-webkit-box-pack: space-evenly !important;
-webkit-justify-content: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.order-first {
-webkit-box-ordinal-group: 0 !important;
-webkit-order: -1 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-0 {
-webkit-box-ordinal-group: 1 !important;
-webkit-order: 0 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-1 {
-webkit-box-ordinal-group: 2 !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-2 {
-webkit-box-ordinal-group: 3 !important;
-webkit-order: 2 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-3 {
-webkit-box-ordinal-group: 4 !important;
-webkit-order: 3 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-4 {
-webkit-box-ordinal-group: 5 !important;
-webkit-order: 4 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-5 {
-webkit-box-ordinal-group: 6 !important;
-webkit-order: 5 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-last {
-webkit-box-ordinal-group: 7 !important;
-webkit-order: 6 !important;
-ms-flex-order: 6 !important;
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;
}
.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-bolder {
font-weight: bolder !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-primary {
color: #0d6efd !important;
}
.text-secondary {
color: #6c757d !important;
}
.text-success {
color: #198754 !important;
}
.text-info {
color: #0dcaf0 !important;
}
.text-warning {
color: #ffc107 !important;
}
.text-danger {
color: #dc3545 !important;
}
.text-light {
color: #f8f9fa !important;
}
.text-dark {
color: #212529 !important;
}
.text-white {
color: #fff !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
color: inherit !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;
}
.bg-primary {
background-color: #0d6efd !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
.bg-success {
background-color: #198754 !important;
}
.bg-info {
background-color: #0dcaf0 !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
.bg-dark {
background-color: #212529 !important;
}
.bg-body,
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !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-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.pe-none {
pointer-events: none !important;
}
.pe-auto {
pointer-events: auto !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: 0.2rem !important;
}
.rounded-2 {
border-radius: 0.25rem !important;
}
.rounded-3 {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
border-top-left-radius: 0.25rem !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: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column,
.flex-sm-row {
-webkit-box-direction: normal !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-sm-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !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;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-sm-evenly {
-webkit-box-pack: space-evenly !important;
-webkit-justify-content: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.order-sm-first {
-webkit-box-ordinal-group: 0 !important;
-webkit-order: -1 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1 !important;
-webkit-order: 0 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2 !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3 !important;
-webkit-order: 2 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4 !important;
-webkit-order: 3 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5 !important;
-webkit-order: 4 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6 !important;
-webkit-order: 5 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-sm-last {
-webkit-box-ordinal-group: 7 !important;
-webkit-order: 6 !important;
-ms-flex-order: 6 !important;
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;
}
.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: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column,
.flex-md-row {
-webkit-box-direction: normal !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-md-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !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;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-md-evenly {
-webkit-box-pack: space-evenly !important;
-webkit-justify-content: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.order-md-first {
-webkit-box-ordinal-group: 0 !important;
-webkit-order: -1 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-md-0 {
-webkit-box-ordinal-group: 1 !important;
-webkit-order: 0 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-md-1 {
-webkit-box-ordinal-group: 2 !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-md-2 {
-webkit-box-ordinal-group: 3 !important;
-webkit-order: 2 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-md-3 {
-webkit-box-ordinal-group: 4 !important;
-webkit-order: 3 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-md-4 {
-webkit-box-ordinal-group: 5 !important;
-webkit-order: 4 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-md-5 {
-webkit-box-ordinal-group: 6 !important;
-webkit-order: 5 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-md-last {
-webkit-box-ordinal-group: 7 !important;
-webkit-order: 6 !important;
-ms-flex-order: 6 !important;
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;
}
.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: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column,
.flex-lg-row {
-webkit-box-direction: normal !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-lg-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !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;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-lg-evenly {
-webkit-box-pack: space-evenly !important;
-webkit-justify-content: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.order-lg-first {
-webkit-box-ordinal-group: 0 !important;
-webkit-order: -1 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1 !important;
-webkit-order: 0 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2 !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3 !important;
-webkit-order: 2 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4 !important;
-webkit-order: 3 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5 !important;
-webkit-order: 4 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6 !important;
-webkit-order: 5 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-lg-last {
-webkit-box-ordinal-group: 7 !important;
-webkit-order: 6 !important;
-ms-flex-order: 6 !important;
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;
}
.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: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column,
.flex-xl-row {
-webkit-box-direction: normal !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-xl-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !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;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xl-evenly {
-webkit-box-pack: space-evenly !important;
-webkit-justify-content: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.order-xl-first {
-webkit-box-ordinal-group: 0 !important;
-webkit-order: -1 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1 !important;
-webkit-order: 0 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2 !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3 !important;
-webkit-order: 2 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4 !important;
-webkit-order: 3 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5 !important;
-webkit-order: 4 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6 !important;
-webkit-order: 5 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-xl-last {
-webkit-box-ordinal-group: 7 !important;
-webkit-order: 6 !important;
-ms-flex-order: 6 !important;
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;
}
.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: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xxl-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xxl-row {
-webkit-box-orient: horizontal !important;
-webkit-flex-direction: row !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xxl-column,
.flex-xxl-row {
-webkit-box-direction: normal !important;
}
.flex-xxl-column {
-webkit-box-orient: vertical !important;
-webkit-flex-direction: column !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xxl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
-webkit-flex-shrink: 0 !important;
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
-webkit-flex-shrink: 1 !important;
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
-webkit-flex-wrap: nowrap !important;
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
-webkit-flex-wrap: wrap-reverse !important;
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !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;
}
.justify-content-xxl-start {
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xxl-end {
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xxl-center {
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xxl-between {
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xxl-around {
-webkit-justify-content: space-around !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
-webkit-box-pack: space-evenly !important;
-webkit-justify-content: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xxl-start {
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xxl-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xxl-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xxl-baseline {
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xxl-stretch {
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xxl-start {
-webkit-align-content: flex-start !important;
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xxl-end {
-webkit-align-content: flex-end !important;
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xxl-center {
-webkit-align-content: center !important;
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xxl-between {
-webkit-align-content: space-between !important;
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xxl-around {
-webkit-align-content: space-around !important;
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xxl-stretch {
-webkit-align-content: stretch !important;
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xxl-auto {
-webkit-align-self: auto !important;
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xxl-start {
-webkit-align-self: flex-start !important;
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xxl-end {
-webkit-align-self: flex-end !important;
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xxl-center {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xxl-baseline {
-webkit-align-self: baseline !important;
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xxl-stretch {
-webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.order-xxl-first {
-webkit-box-ordinal-group: 0 !important;
-webkit-order: -1 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-xxl-0 {
-webkit-box-ordinal-group: 1 !important;
-webkit-order: 0 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-xxl-1 {
-webkit-box-ordinal-group: 2 !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-xxl-2 {
-webkit-box-ordinal-group: 3 !important;
-webkit-order: 2 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-xxl-3 {
-webkit-box-ordinal-group: 4 !important;
-webkit-order: 3 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-xxl-4 {
-webkit-box-ordinal-group: 5 !important;
-webkit-order: 4 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-xxl-5 {
-webkit-box-ordinal-group: 6 !important;
-webkit-order: 5 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-xxl-last {
-webkit-box-ordinal-group: 7 !important;
-webkit-order: 6 !important;
-ms-flex-order: 6 !important;
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;
}
.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;
}
.fs-sm-1 {
font-size: 2.5rem !important;
}
.fs-sm-2 {
font-size: 2rem !important;
}
.fs-sm-3 {
font-size: 1.75rem !important;
}
.fs-sm-4 {
font-size: 1.5rem !important;
}
.fs-md-1 {
font-size: 2.5rem !important;
}
.fs-md-2 {
font-size: 2rem !important;
}
.fs-md-3 {
font-size: 1.75rem !important;
}
.fs-md-4 {
font-size: 1.5rem !important;
}
.fs-lg-1 {
font-size: 2.5rem !important;
}
.fs-lg-2 {
font-size: 2rem !important;
}
.fs-lg-3 {
font-size: 1.75rem !important;
}
.fs-lg-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: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -webkit-inline-flex !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}@font-face {
font-family: "remixicon";
src: url(//www.bicerinsaat.com.tr/wp-content/themes/bicer/assets/fonts/remixicon117c.eot?t=1708865856766); src: url(//www.bicerinsaat.com.tr/wp-content/themes/bicer/assets/fonts/remixicon117c.eot?t=1708865856766#iefix) format("embedded-opentype"), url(//www.bicerinsaat.com.tr/wp-content/themes/bicer/assets/fonts/remixicon117c.woff2?t=1708865856766) format("woff2"), url(//www.bicerinsaat.com.tr/wp-content/themes/bicer/assets/fonts/remixicon117c.woff?t=1708865856766) format("woff"), url(//www.bicerinsaat.com.tr/wp-content/themes/bicer/assets/fonts/remixicon117c.ttf?t=1708865856766) format("truetype"), url(//www.bicerinsaat.com.tr/wp-content/themes/bicer/assets/fonts/remixicon117c.html?t=1708865856766#remixicon) format("svg"); }
[class^=ri-], [class*=" ri-"] {
font-family: "remixicon" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ri-24-hours-fill:before {
content: "\ea01";
}
.ri-24-hours-line:before {
content: "\ea02";
}
.ri-4k-fill:before {
content: "\ea03";
}
.ri-4k-line:before {
content: "\ea04";
}
.ri-a-b:before {
content: "\ea05";
}
.ri-account-box-fill:before {
content: "\ea06";
}
.ri-account-box-line:before {
content: "\ea07";
}
.ri-account-circle-fill:before {
content: "\ea08";
}
.ri-account-circle-line:before {
content: "\ea09";
}
.ri-account-pin-box-fill:before {
content: "\ea0a";
}
.ri-account-pin-box-line:before {
content: "\ea0b";
}
.ri-account-pin-circle-fill:before {
content: "\ea0c";
}
.ri-account-pin-circle-line:before {
content: "\ea0d";
}
.ri-add-box-fill:before {
content: "\ea0e";
}
.ri-add-box-line:before {
content: "\ea0f";
}
.ri-add-circle-fill:before {
content: "\ea10";
}
.ri-add-circle-line:before {
content: "\ea11";
}
.ri-add-fill:before {
content: "\ea12";
}
.ri-add-line:before {
content: "\ea13";
}
.ri-admin-fill:before {
content: "\ea14";
}
.ri-admin-line:before {
content: "\ea15";
}
.ri-advertisement-fill:before {
content: "\ea16";
}
.ri-advertisement-line:before {
content: "\ea17";
}
.ri-airplay-fill:before {
content: "\ea18";
}
.ri-airplay-line:before {
content: "\ea19";
}
.ri-alarm-fill:before {
content: "\ea1a";
}
.ri-alarm-line:before {
content: "\ea1b";
}
.ri-alarm-warning-fill:before {
content: "\ea1c";
}
.ri-alarm-warning-line:before {
content: "\ea1d";
}
.ri-album-fill:before {
content: "\ea1e";
}
.ri-album-line:before {
content: "\ea1f";
}
.ri-alert-fill:before {
content: "\ea20";
}
.ri-alert-line:before {
content: "\ea21";
}
.ri-aliens-fill:before {
content: "\ea22";
}
.ri-aliens-line:before {
content: "\ea23";
}
.ri-align-bottom:before {
content: "\ea24";
}
.ri-align-center:before {
content: "\ea25";
}
.ri-align-justify:before {
content: "\ea26";
}
.ri-align-left:before {
content: "\ea27";
}
.ri-align-right:before {
content: "\ea28";
}
.ri-align-top:before {
content: "\ea29";
}
.ri-align-vertically:before {
content: "\ea2a";
}
.ri-alipay-fill:before {
content: "\ea2b";
}
.ri-alipay-line:before {
content: "\ea2c";
}
.ri-amazon-fill:before {
content: "\ea2d";
}
.ri-amazon-line:before {
content: "\ea2e";
}
.ri-anchor-fill:before {
content: "\ea2f";
}
.ri-anchor-line:before {
content: "\ea30";
}
.ri-ancient-gate-fill:before {
content: "\ea31";
}
.ri-ancient-gate-line:before {
content: "\ea32";
}
.ri-ancient-pavilion-fill:before {
content: "\ea33";
}
.ri-ancient-pavilion-line:before {
content: "\ea34";
}
.ri-android-fill:before {
content: "\ea35";
}
.ri-android-line:before {
content: "\ea36";
}
.ri-angularjs-fill:before {
content: "\ea37";
}
.ri-angularjs-line:before {
content: "\ea38";
}
.ri-anticlockwise-2-fill:before {
content: "\ea39";
}
.ri-anticlockwise-2-line:before {
content: "\ea3a";
}
.ri-anticlockwise-fill:before {
content: "\ea3b";
}
.ri-anticlockwise-line:before {
content: "\ea3c";
}
.ri-app-store-fill:before {
content: "\ea3d";
}
.ri-app-store-line:before {
content: "\ea3e";
}
.ri-apple-fill:before {
content: "\ea3f";
}
.ri-apple-line:before {
content: "\ea40";
}
.ri-apps-2-fill:before {
content: "\ea41";
}
.ri-apps-2-line:before {
content: "\ea42";
}
.ri-apps-fill:before {
content: "\ea43";
}
.ri-apps-line:before {
content: "\ea44";
}
.ri-archive-drawer-fill:before {
content: "\ea45";
}
.ri-archive-drawer-line:before {
content: "\ea46";
}
.ri-archive-fill:before {
content: "\ea47";
}
.ri-archive-line:before {
content: "\ea48";
}
.ri-arrow-down-circle-fill:before {
content: "\ea49";
}
.ri-arrow-down-circle-line:before {
content: "\ea4a";
}
.ri-arrow-down-fill:before {
content: "\ea4b";
}
.ri-arrow-down-line:before {
content: "\ea4c";
}
.ri-arrow-down-s-fill:before {
content: "\ea4d";
}
.ri-arrow-down-s-line:before {
content: "\ea4e";
}
.ri-arrow-drop-down-fill:before {
content: "\ea4f";
}
.ri-arrow-drop-down-line:before {
content: "\ea50";
}
.ri-arrow-drop-left-fill:before {
content: "\ea51";
}
.ri-arrow-drop-left-line:before {
content: "\ea52";
}
.ri-arrow-drop-right-fill:before {
content: "\ea53";
}
.ri-arrow-drop-right-line:before {
content: "\ea54";
}
.ri-arrow-drop-up-fill:before {
content: "\ea55";
}
.ri-arrow-drop-up-line:before {
content: "\ea56";
}
.ri-arrow-go-back-fill:before {
content: "\ea57";
}
.ri-arrow-go-back-line:before {
content: "\ea58";
}
.ri-arrow-go-forward-fill:before {
content: "\ea59";
}
.ri-arrow-go-forward-line:before {
content: "\ea5a";
}
.ri-arrow-left-circle-fill:before {
content: "\ea5b";
}
.ri-arrow-left-circle-line:before {
content: "\ea5c";
}
.ri-arrow-left-down-fill:before {
content: "\ea5d";
}
.ri-arrow-left-down-line:before {
content: "\ea5e";
}
.ri-arrow-left-fill:before {
content: "\ea5f";
}
.ri-arrow-left-line:before {
content: "\ea60";
}
.ri-arrow-left-right-fill:before {
content: "\ea61";
}
.ri-arrow-left-right-line:before {
content: "\ea62";
}
.ri-arrow-left-s-fill:before {
content: "\ea63";
}
.ri-arrow-left-s-line:before {
content: "\ea64";
}
.ri-arrow-left-up-fill:before {
content: "\ea65";
}
.ri-arrow-left-up-line:before {
content: "\ea66";
}
.ri-arrow-right-circle-fill:before {
content: "\ea67";
}
.ri-arrow-right-circle-line:before {
content: "\ea68";
}
.ri-arrow-right-down-fill:before {
content: "\ea69";
}
.ri-arrow-right-down-line:before {
content: "\ea6a";
}
.ri-arrow-right-fill:before {
content: "\ea6b";
}
.ri-arrow-right-line:before {
content: "\ea6c";
}
.ri-arrow-right-s-fill:before {
content: "\ea6d";
}
.ri-arrow-right-s-line:before {
content: "\ea6e";
}
.ri-arrow-right-up-fill:before {
content: "\ea6f";
}
.ri-arrow-right-up-line:before {
content: "\ea70";
}
.ri-arrow-up-circle-fill:before {
content: "\ea71";
}
.ri-arrow-up-circle-line:before {
content: "\ea72";
}
.ri-arrow-up-down-fill:before {
content: "\ea73";
}
.ri-arrow-up-down-line:before {
content: "\ea74";
}
.ri-arrow-up-fill:before {
content: "\ea75";
}
.ri-arrow-up-line:before {
content: "\ea76";
}
.ri-arrow-up-s-fill:before {
content: "\ea77";
}
.ri-arrow-up-s-line:before {
content: "\ea78";
}
.ri-artboard-2-fill:before {
content: "\ea79";
}
.ri-artboard-2-line:before {
content: "\ea7a";
}
.ri-artboard-fill:before {
content: "\ea7b";
}
.ri-artboard-line:before {
content: "\ea7c";
}
.ri-article-fill:before {
content: "\ea7d";
}
.ri-article-line:before {
content: "\ea7e";
}
.ri-aspect-ratio-fill:before {
content: "\ea7f";
}
.ri-aspect-ratio-line:before {
content: "\ea80";
}
.ri-asterisk:before {
content: "\ea81";
}
.ri-at-fill:before {
content: "\ea82";
}
.ri-at-line:before {
content: "\ea83";
}
.ri-attachment-2:before {
content: "\ea84";
}
.ri-attachment-fill:before {
content: "\ea85";
}
.ri-attachment-line:before {
content: "\ea86";
}
.ri-auction-fill:before {
content: "\ea87";
}
.ri-auction-line:before {
content: "\ea88";
}
.ri-award-fill:before {
content: "\ea89";
}
.ri-award-line:before {
content: "\ea8a";
}
.ri-baidu-fill:before {
content: "\ea8b";
}
.ri-baidu-line:before {
content: "\ea8c";
}
.ri-ball-pen-fill:before {
content: "\ea8d";
}
.ri-ball-pen-line:before {
content: "\ea8e";
}
.ri-bank-card-2-fill:before {
content: "\ea8f";
}
.ri-bank-card-2-line:before {
content: "\ea90";
}
.ri-bank-card-fill:before {
content: "\ea91";
}
.ri-bank-card-line:before {
content: "\ea92";
}
.ri-bank-fill:before {
content: "\ea93";
}
.ri-bank-line:before {
content: "\ea94";
}
.ri-bar-chart-2-fill:before {
content: "\ea95";
}
.ri-bar-chart-2-line:before {
content: "\ea96";
}
.ri-bar-chart-box-fill:before {
content: "\ea97";
}
.ri-bar-chart-box-line:before {
content: "\ea98";
}
.ri-bar-chart-fill:before {
content: "\ea99";
}
.ri-bar-chart-grouped-fill:before {
content: "\ea9a";
}
.ri-bar-chart-grouped-line:before {
content: "\ea9b";
}
.ri-bar-chart-horizontal-fill:before {
content: "\ea9c";
}
.ri-bar-chart-horizontal-line:before {
content: "\ea9d";
}
.ri-bar-chart-line:before {
content: "\ea9e";
}
.ri-barcode-box-fill:before {
content: "\ea9f";
}
.ri-barcode-box-line:before {
content: "\eaa0";
}
.ri-barcode-fill:before {
content: "\eaa1";
}
.ri-barcode-line:before {
content: "\eaa2";
}
.ri-barricade-fill:before {
content: "\eaa3";
}
.ri-barricade-line:before {
content: "\eaa4";
}
.ri-base-station-fill:before {
content: "\eaa5";
}
.ri-base-station-line:before {
content: "\eaa6";
}
.ri-basketball-fill:before {
content: "\eaa7";
}
.ri-basketball-line:before {
content: "\eaa8";
}
.ri-battery-2-charge-fill:before {
content: "\eaa9";
}
.ri-battery-2-charge-line:before {
content: "\eaaa";
}
.ri-battery-2-fill:before {
content: "\eaab";
}
.ri-battery-2-line:before {
content: "\eaac";
}
.ri-battery-charge-fill:before {
content: "\eaad";
}
.ri-battery-charge-line:before {
content: "\eaae";
}
.ri-battery-fill:before {
content: "\eaaf";
}
.ri-battery-line:before {
content: "\eab0";
}
.ri-battery-low-fill:before {
content: "\eab1";
}
.ri-battery-low-line:before {
content: "\eab2";
}
.ri-battery-saver-fill:before {
content: "\eab3";
}
.ri-battery-saver-line:before {
content: "\eab4";
}
.ri-battery-share-fill:before {
content: "\eab5";
}
.ri-battery-share-line:before {
content: "\eab6";
}
.ri-bear-smile-fill:before {
content: "\eab7";
}
.ri-bear-smile-line:before {
content: "\eab8";
}
.ri-behance-fill:before {
content: "\eab9";
}
.ri-behance-line:before {
content: "\eaba";
}
.ri-bell-fill:before {
content: "\eabb";
}
.ri-bell-line:before {
content: "\eabc";
}
.ri-bike-fill:before {
content: "\eabd";
}
.ri-bike-line:before {
content: "\eabe";
}
.ri-bilibili-fill:before {
content: "\eabf";
}
.ri-bilibili-line:before {
content: "\eac0";
}
.ri-bill-fill:before {
content: "\eac1";
}
.ri-bill-line:before {
content: "\eac2";
}
.ri-billiards-fill:before {
content: "\eac3";
}
.ri-billiards-line:before {
content: "\eac4";
}
.ri-bit-coin-fill:before {
content: "\eac5";
}
.ri-bit-coin-line:before {
content: "\eac6";
}
.ri-blaze-fill:before {
content: "\eac7";
}
.ri-blaze-line:before {
content: "\eac8";
}
.ri-bluetooth-connect-fill:before {
content: "\eac9";
}
.ri-bluetooth-connect-line:before {
content: "\eaca";
}
.ri-bluetooth-fill:before {
content: "\eacb";
}
.ri-bluetooth-line:before {
content: "\eacc";
}
.ri-blur-off-fill:before {
content: "\eacd";
}
.ri-blur-off-line:before {
content: "\eace";
}
.ri-body-scan-fill:before {
content: "\eacf";
}
.ri-body-scan-line:before {
content: "\ead0";
}
.ri-bold:before {
content: "\ead1";
}
.ri-book-2-fill:before {
content: "\ead2";
}
.ri-book-2-line:before {
content: "\ead3";
}
.ri-book-3-fill:before {
content: "\ead4";
}
.ri-book-3-line:before {
content: "\ead5";
}
.ri-book-fill:before {
content: "\ead6";
}
.ri-book-line:before {
content: "\ead7";
}
.ri-book-marked-fill:before {
content: "\ead8";
}
.ri-book-marked-line:before {
content: "\ead9";
}
.ri-book-open-fill:before {
content: "\eada";
}
.ri-book-open-line:before {
content: "\eadb";
}
.ri-book-read-fill:before {
content: "\eadc";
}
.ri-book-read-line:before {
content: "\eadd";
}
.ri-booklet-fill:before {
content: "\eade";
}
.ri-booklet-line:before {
content: "\eadf";
}
.ri-bookmark-2-fill:before {
content: "\eae0";
}
.ri-bookmark-2-line:before {
content: "\eae1";
}
.ri-bookmark-3-fill:before {
content: "\eae2";
}
.ri-bookmark-3-line:before {
content: "\eae3";
}
.ri-bookmark-fill:before {
content: "\eae4";
}
.ri-bookmark-line:before {
content: "\eae5";
}
.ri-boxing-fill:before {
content: "\eae6";
}
.ri-boxing-line:before {
content: "\eae7";
}
.ri-braces-fill:before {
content: "\eae8";
}
.ri-braces-line:before {
content: "\eae9";
}
.ri-brackets-fill:before {
content: "\eaea";
}
.ri-brackets-line:before {
content: "\eaeb";
}
.ri-briefcase-2-fill:before {
content: "\eaec";
}
.ri-briefcase-2-line:before {
content: "\eaed";
}
.ri-briefcase-3-fill:before {
content: "\eaee";
}
.ri-briefcase-3-line:before {
content: "\eaef";
}
.ri-briefcase-4-fill:before {
content: "\eaf0";
}
.ri-briefcase-4-line:before {
content: "\eaf1";
}
.ri-briefcase-5-fill:before {
content: "\eaf2";
}
.ri-briefcase-5-line:before {
content: "\eaf3";
}
.ri-briefcase-fill:before {
content: "\eaf4";
}
.ri-briefcase-line:before {
content: "\eaf5";
}
.ri-bring-forward:before {
content: "\eaf6";
}
.ri-bring-to-front:before {
content: "\eaf7";
}
.ri-broadcast-fill:before {
content: "\eaf8";
}
.ri-broadcast-line:before {
content: "\eaf9";
}
.ri-brush-2-fill:before {
content: "\eafa";
}
.ri-brush-2-line:before {
content: "\eafb";
}
.ri-brush-3-fill:before {
content: "\eafc";
}
.ri-brush-3-line:before {
content: "\eafd";
}
.ri-brush-4-fill:before {
content: "\eafe";
}
.ri-brush-4-line:before {
content: "\eaff";
}
.ri-brush-fill:before {
content: "\eb00";
}
.ri-brush-line:before {
content: "\eb01";
}
.ri-bubble-chart-fill:before {
content: "\eb02";
}
.ri-bubble-chart-line:before {
content: "\eb03";
}
.ri-bug-2-fill:before {
content: "\eb04";
}
.ri-bug-2-line:before {
content: "\eb05";
}
.ri-bug-fill:before {
content: "\eb06";
}
.ri-bug-line:before {
content: "\eb07";
}
.ri-building-2-fill:before {
content: "\eb08";
}
.ri-building-2-line:before {
content: "\eb09";
}
.ri-building-3-fill:before {
content: "\eb0a";
}
.ri-building-3-line:before {
content: "\eb0b";
}
.ri-building-4-fill:before {
content: "\eb0c";
}
.ri-building-4-line:before {
content: "\eb0d";
}
.ri-building-fill:before {
content: "\eb0e";
}
.ri-building-line:before {
content: "\eb0f";
}
.ri-bus-2-fill:before {
content: "\eb10";
}
.ri-bus-2-line:before {
content: "\eb11";
}
.ri-bus-fill:before {
content: "\eb12";
}
.ri-bus-line:before {
content: "\eb13";
}
.ri-bus-wifi-fill:before {
content: "\eb14";
}
.ri-bus-wifi-line:before {
content: "\eb15";
}
.ri-cactus-fill:before {
content: "\eb16";
}
.ri-cactus-line:before {
content: "\eb17";
}
.ri-cake-2-fill:before {
content: "\eb18";
}
.ri-cake-2-line:before {
content: "\eb19";
}
.ri-cake-3-fill:before {
content: "\eb1a";
}
.ri-cake-3-line:before {
content: "\eb1b";
}
.ri-cake-fill:before {
content: "\eb1c";
}
.ri-cake-line:before {
content: "\eb1d";
}
.ri-calculator-fill:before {
content: "\eb1e";
}
.ri-calculator-line:before {
content: "\eb1f";
}
.ri-calendar-2-fill:before {
content: "\eb20";
}
.ri-calendar-2-line:before {
content: "\eb21";
}
.ri-calendar-check-fill:before {
content: "\eb22";
}
.ri-calendar-check-line:before {
content: "\eb23";
}
.ri-calendar-event-fill:before {
content: "\eb24";
}
.ri-calendar-event-line:before {
content: "\eb25";
}
.ri-calendar-fill:before {
content: "\eb26";
}
.ri-calendar-line:before {
content: "\eb27";
}
.ri-calendar-todo-fill:before {
content: "\eb28";
}
.ri-calendar-todo-line:before {
content: "\eb29";
}
.ri-camera-2-fill:before {
content: "\eb2a";
}
.ri-camera-2-line:before {
content: "\eb2b";
}
.ri-camera-3-fill:before {
content: "\eb2c";
}
.ri-camera-3-line:before {
content: "\eb2d";
}
.ri-camera-fill:before {
content: "\eb2e";
}
.ri-camera-lens-fill:before {
content: "\eb2f";
}
.ri-camera-lens-line:before {
content: "\eb30";
}
.ri-camera-line:before {
content: "\eb31";
}
.ri-camera-off-fill:before {
content: "\eb32";
}
.ri-camera-off-line:before {
content: "\eb33";
}
.ri-camera-switch-fill:before {
content: "\eb34";
}
.ri-camera-switch-line:before {
content: "\eb35";
}
.ri-capsule-fill:before {
content: "\eb36";
}
.ri-capsule-line:before {
content: "\eb37";
}
.ri-car-fill:before {
content: "\eb38";
}
.ri-car-line:before {
content: "\eb39";
}
.ri-car-washing-fill:before {
content: "\eb3a";
}
.ri-car-washing-line:before {
content: "\eb3b";
}
.ri-caravan-fill:before {
content: "\eb3c";
}
.ri-caravan-line:before {
content: "\eb3d";
}
.ri-cast-fill:before {
content: "\eb3e";
}
.ri-cast-line:before {
content: "\eb3f";
}
.ri-cellphone-fill:before {
content: "\eb40";
}
.ri-cellphone-line:before {
content: "\eb41";
}
.ri-celsius-fill:before {
content: "\eb42";
}
.ri-celsius-line:before {
content: "\eb43";
}
.ri-centos-fill:before {
content: "\eb44";
}
.ri-centos-line:before {
content: "\eb45";
}
.ri-character-recognition-fill:before {
content: "\eb46";
}
.ri-character-recognition-line:before {
content: "\eb47";
}
.ri-charging-pile-2-fill:before {
content: "\eb48";
}
.ri-charging-pile-2-line:before {
content: "\eb49";
}
.ri-charging-pile-fill:before {
content: "\eb4a";
}
.ri-charging-pile-line:before {
content: "\eb4b";
}
.ri-chat-1-fill:before {
content: "\eb4c";
}
.ri-chat-1-line:before {
content: "\eb4d";
}
.ri-chat-2-fill:before {
content: "\eb4e";
}
.ri-chat-2-line:before {
content: "\eb4f";
}
.ri-chat-3-fill:before {
content: "\eb50";
}
.ri-chat-3-line:before {
content: "\eb51";
}
.ri-chat-4-fill:before {
content: "\eb52";
}
.ri-chat-4-line:before {
content: "\eb53";
}
.ri-chat-check-fill:before {
content: "\eb54";
}
.ri-chat-check-line:before {
content: "\eb55";
}
.ri-chat-delete-fill:before {
content: "\eb56";
}
.ri-chat-delete-line:before {
content: "\eb57";
}
.ri-chat-download-fill:before {
content: "\eb58";
}
.ri-chat-download-line:before {
content: "\eb59";
}
.ri-chat-follow-up-fill:before {
content: "\eb5a";
}
.ri-chat-follow-up-line:before {
content: "\eb5b";
}
.ri-chat-forward-fill:before {
content: "\eb5c";
}
.ri-chat-forward-line:before {
content: "\eb5d";
}
.ri-chat-heart-fill:before {
content: "\eb5e";
}
.ri-chat-heart-line:before {
content: "\eb5f";
}
.ri-chat-history-fill:before {
content: "\eb60";
}
.ri-chat-history-line:before {
content: "\eb61";
}
.ri-chat-new-fill:before {
content: "\eb62";
}
.ri-chat-new-line:before {
content: "\eb63";
}
.ri-chat-off-fill:before {
content: "\eb64";
}
.ri-chat-off-line:before {
content: "\eb65";
}
.ri-chat-poll-fill:before {
content: "\eb66";
}
.ri-chat-poll-line:before {
content: "\eb67";
}
.ri-chat-private-fill:before {
content: "\eb68";
}
.ri-chat-private-line:before {
content: "\eb69";
}
.ri-chat-quote-fill:before {
content: "\eb6a";
}
.ri-chat-quote-line:before {
content: "\eb6b";
}
.ri-chat-settings-fill:before {
content: "\eb6c";
}
.ri-chat-settings-line:before {
content: "\eb6d";
}
.ri-chat-smile-2-fill:before {
content: "\eb6e";
}
.ri-chat-smile-2-line:before {
content: "\eb6f";
}
.ri-chat-smile-3-fill:before {
content: "\eb70";
}
.ri-chat-smile-3-line:before {
content: "\eb71";
}
.ri-chat-smile-fill:before {
content: "\eb72";
}
.ri-chat-smile-line:before {
content: "\eb73";
}
.ri-chat-upload-fill:before {
content: "\eb74";
}
.ri-chat-upload-line:before {
content: "\eb75";
}
.ri-chat-voice-fill:before {
content: "\eb76";
}
.ri-chat-voice-line:before {
content: "\eb77";
}
.ri-check-double-fill:before {
content: "\eb78";
}
.ri-check-double-line:before {
content: "\eb79";
}
.ri-check-fill:before {
content: "\eb7a";
}
.ri-check-line:before {
content: "\eb7b";
}
.ri-checkbox-blank-circle-fill:before {
content: "\eb7c";
}
.ri-checkbox-blank-circle-line:before {
content: "\eb7d";
}
.ri-checkbox-blank-fill:before {
content: "\eb7e";
}
.ri-checkbox-blank-line:before {
content: "\eb7f";
}
.ri-checkbox-circle-fill:before {
content: "\eb80";
}
.ri-checkbox-circle-line:before {
content: "\eb81";
}
.ri-checkbox-fill:before {
content: "\eb82";
}
.ri-checkbox-indeterminate-fill:before {
content: "\eb83";
}
.ri-checkbox-indeterminate-line:before {
content: "\eb84";
}
.ri-checkbox-line:before {
content: "\eb85";
}
.ri-checkbox-multiple-blank-fill:before {
content: "\eb86";
}
.ri-checkbox-multiple-blank-line:before {
content: "\eb87";
}
.ri-checkbox-multiple-fill:before {
content: "\eb88";
}
.ri-checkbox-multiple-line:before {
content: "\eb89";
}
.ri-china-railway-fill:before {
content: "\eb8a";
}
.ri-china-railway-line:before {
content: "\eb8b";
}
.ri-chrome-fill:before {
content: "\eb8c";
}
.ri-chrome-line:before {
content: "\eb8d";
}
.ri-clapperboard-fill:before {
content: "\eb8e";
}
.ri-clapperboard-line:before {
content: "\eb8f";
}
.ri-clipboard-fill:before {
content: "\eb90";
}
.ri-clipboard-line:before {
content: "\eb91";
}
.ri-clockwise-2-fill:before {
content: "\eb92";
}
.ri-clockwise-2-line:before {
content: "\eb93";
}
.ri-clockwise-fill:before {
content: "\eb94";
}
.ri-clockwise-line:before {
content: "\eb95";
}
.ri-close-circle-fill:before {
content: "\eb96";
}
.ri-close-circle-line:before {
content: "\eb97";
}
.ri-close-fill:before {
content: "\eb98";
}
.ri-close-line:before {
content: "\eb99";
}
.ri-closed-captioning-fill:before {
content: "\eb9a";
}
.ri-closed-captioning-line:before {
content: "\eb9b";
}
.ri-cloud-fill:before {
content: "\eb9c";
}
.ri-cloud-line:before {
content: "\eb9d";
}
.ri-cloud-off-fill:before {
content: "\eb9e";
}
.ri-cloud-off-line:before {
content: "\eb9f";
}
.ri-cloud-windy-fill:before {
content: "\eba0";
}
.ri-cloud-windy-line:before {
content: "\eba1";
}
.ri-cloudy-2-fill:before {
content: "\eba2";
}
.ri-cloudy-2-line:before {
content: "\eba3";
}
.ri-cloudy-fill:before {
content: "\eba4";
}
.ri-cloudy-line:before {
content: "\eba5";
}
.ri-code-box-fill:before {
content: "\eba6";
}
.ri-code-box-line:before {
content: "\eba7";
}
.ri-code-fill:before {
content: "\eba8";
}
.ri-code-line:before {
content: "\eba9";
}
.ri-code-s-fill:before {
content: "\ebaa";
}
.ri-code-s-line:before {
content: "\ebab";
}
.ri-code-s-slash-fill:before {
content: "\ebac";
}
.ri-code-s-slash-line:before {
content: "\ebad";
}
.ri-code-view:before {
content: "\ebae";
}
.ri-codepen-fill:before {
content: "\ebaf";
}
.ri-codepen-line:before {
content: "\ebb0";
}
.ri-coin-fill:before {
content: "\ebb1";
}
.ri-coin-line:before {
content: "\ebb2";
}
.ri-coins-fill:before {
content: "\ebb3";
}
.ri-coins-line:before {
content: "\ebb4";
}
.ri-collage-fill:before {
content: "\ebb5";
}
.ri-collage-line:before {
content: "\ebb6";
}
.ri-command-fill:before {
content: "\ebb7";
}
.ri-command-line:before {
content: "\ebb8";
}
.ri-community-fill:before {
content: "\ebb9";
}
.ri-community-line:before {
content: "\ebba";
}
.ri-compass-2-fill:before {
content: "\ebbb";
}
.ri-compass-2-line:before {
content: "\ebbc";
}
.ri-compass-3-fill:before {
content: "\ebbd";
}
.ri-compass-3-line:before {
content: "\ebbe";
}
.ri-compass-4-fill:before {
content: "\ebbf";
}
.ri-compass-4-line:before {
content: "\ebc0";
}
.ri-compass-discover-fill:before {
content: "\ebc1";
}
.ri-compass-discover-line:before {
content: "\ebc2";
}
.ri-compass-fill:before {
content: "\ebc3";
}
.ri-compass-line:before {
content: "\ebc4";
}
.ri-compasses-2-fill:before {
content: "\ebc5";
}
.ri-compasses-2-line:before {
content: "\ebc6";
}
.ri-compasses-fill:before {
content: "\ebc7";
}
.ri-compasses-line:before {
content: "\ebc8";
}
.ri-computer-fill:before {
content: "\ebc9";
}
.ri-computer-line:before {
content: "\ebca";
}
.ri-contacts-book-2-fill:before {
content: "\ebcb";
}
.ri-contacts-book-2-line:before {
content: "\ebcc";
}
.ri-contacts-book-fill:before {
content: "\ebcd";
}
.ri-contacts-book-line:before {
content: "\ebce";
}
.ri-contacts-book-upload-fill:before {
content: "\ebcf";
}
.ri-contacts-book-upload-line:before {
content: "\ebd0";
}
.ri-contacts-fill:before {
content: "\ebd1";
}
.ri-contacts-line:before {
content: "\ebd2";
}
.ri-contrast-2-fill:before {
content: "\ebd3";
}
.ri-contrast-2-line:before {
content: "\ebd4";
}
.ri-contrast-drop-2-fill:before {
content: "\ebd5";
}
.ri-contrast-drop-2-line:before {
content: "\ebd6";
}
.ri-contrast-drop-fill:before {
content: "\ebd7";
}
.ri-contrast-drop-line:before {
content: "\ebd8";
}
.ri-contrast-fill:before {
content: "\ebd9";
}
.ri-contrast-line:before {
content: "\ebda";
}
.ri-copper-coin-fill:before {
content: "\ebdb";
}
.ri-copper-coin-line:before {
content: "\ebdc";
}
.ri-copper-diamond-fill:before {
content: "\ebdd";
}
.ri-copper-diamond-line:before {
content: "\ebde";
}
.ri-copyleft-fill:before {
content: "\ebdf";
}
.ri-copyleft-line:before {
content: "\ebe0";
}
.ri-copyright-fill:before {
content: "\ebe1";
}
.ri-copyright-line:before {
content: "\ebe2";
}
.ri-coreos-fill:before {
content: "\ebe3";
}
.ri-coreos-line:before {
content: "\ebe4";
}
.ri-coupon-2-fill:before {
content: "\ebe5";
}
.ri-coupon-2-line:before {
content: "\ebe6";
}
.ri-coupon-3-fill:before {
content: "\ebe7";
}
.ri-coupon-3-line:before {
content: "\ebe8";
}
.ri-coupon-4-fill:before {
content: "\ebe9";
}
.ri-coupon-4-line:before {
content: "\ebea";
}
.ri-coupon-5-fill:before {
content: "\ebeb";
}
.ri-coupon-5-line:before {
content: "\ebec";
}
.ri-coupon-fill:before {
content: "\ebed";
}
.ri-coupon-line:before {
content: "\ebee";
}
.ri-cpu-fill:before {
content: "\ebef";
}
.ri-cpu-line:before {
content: "\ebf0";
}
.ri-creative-commons-by-fill:before {
content: "\ebf1";
}
.ri-creative-commons-by-line:before {
content: "\ebf2";
}
.ri-creative-commons-fill:before {
content: "\ebf3";
}
.ri-creative-commons-line:before {
content: "\ebf4";
}
.ri-creative-commons-nc-fill:before {
content: "\ebf5";
}
.ri-creative-commons-nc-line:before {
content: "\ebf6";
}
.ri-creative-commons-nd-fill:before {
content: "\ebf7";
}
.ri-creative-commons-nd-line:before {
content: "\ebf8";
}
.ri-creative-commons-sa-fill:before {
content: "\ebf9";
}
.ri-creative-commons-sa-line:before {
content: "\ebfa";
}
.ri-creative-commons-zero-fill:before {
content: "\ebfb";
}
.ri-creative-commons-zero-line:before {
content: "\ebfc";
}
.ri-criminal-fill:before {
content: "\ebfd";
}
.ri-criminal-line:before {
content: "\ebfe";
}
.ri-crop-2-fill:before {
content: "\ebff";
}
.ri-crop-2-line:before {
content: "\ec00";
}
.ri-crop-fill:before {
content: "\ec01";
}
.ri-crop-line:before {
content: "\ec02";
}
.ri-css3-fill:before {
content: "\ec03";
}
.ri-css3-line:before {
content: "\ec04";
}
.ri-cup-fill:before {
content: "\ec05";
}
.ri-cup-line:before {
content: "\ec06";
}
.ri-currency-fill:before {
content: "\ec07";
}
.ri-currency-line:before {
content: "\ec08";
}
.ri-cursor-fill:before {
content: "\ec09";
}
.ri-cursor-line:before {
content: "\ec0a";
}
.ri-customer-service-2-fill:before {
content: "\ec0b";
}
.ri-customer-service-2-line:before {
content: "\ec0c";
}
.ri-customer-service-fill:before {
content: "\ec0d";
}
.ri-customer-service-line:before {
content: "\ec0e";
}
.ri-dashboard-2-fill:before {
content: "\ec0f";
}
.ri-dashboard-2-line:before {
content: "\ec10";
}
.ri-dashboard-3-fill:before {
content: "\ec11";
}
.ri-dashboard-3-line:before {
content: "\ec12";
}
.ri-dashboard-fill:before {
content: "\ec13";
}
.ri-dashboard-line:before {
content: "\ec14";
}
.ri-database-2-fill:before {
content: "\ec15";
}
.ri-database-2-line:before {
content: "\ec16";
}
.ri-database-fill:before {
content: "\ec17";
}
.ri-database-line:before {
content: "\ec18";
}
.ri-delete-back-2-fill:before {
content: "\ec19";
}
.ri-delete-back-2-line:before {
content: "\ec1a";
}
.ri-delete-back-fill:before {
content: "\ec1b";
}
.ri-delete-back-line:before {
content: "\ec1c";
}
.ri-delete-bin-2-fill:before {
content: "\ec1d";
}
.ri-delete-bin-2-line:before {
content: "\ec1e";
}
.ri-delete-bin-3-fill:before {
content: "\ec1f";
}
.ri-delete-bin-3-line:before {
content: "\ec20";
}
.ri-delete-bin-4-fill:before {
content: "\ec21";
}
.ri-delete-bin-4-line:before {
content: "\ec22";
}
.ri-delete-bin-5-fill:before {
content: "\ec23";
}
.ri-delete-bin-5-line:before {
content: "\ec24";
}
.ri-delete-bin-6-fill:before {
content: "\ec25";
}
.ri-delete-bin-6-line:before {
content: "\ec26";
}
.ri-delete-bin-7-fill:before {
content: "\ec27";
}
.ri-delete-bin-7-line:before {
content: "\ec28";
}
.ri-delete-bin-fill:before {
content: "\ec29";
}
.ri-delete-bin-line:before {
content: "\ec2a";
}
.ri-delete-column:before {
content: "\ec2b";
}
.ri-delete-row:before {
content: "\ec2c";
}
.ri-device-fill:before {
content: "\ec2d";
}
.ri-device-line:before {
content: "\ec2e";
}
.ri-device-recover-fill:before {
content: "\ec2f";
}
.ri-device-recover-line:before {
content: "\ec30";
}
.ri-dingding-fill:before {
content: "\ec31";
}
.ri-dingding-line:before {
content: "\ec32";
}
.ri-direction-fill:before {
content: "\ec33";
}
.ri-direction-line:before {
content: "\ec34";
}
.ri-disc-fill:before {
content: "\ec35";
}
.ri-disc-line:before {
content: "\ec36";
}
.ri-discord-fill:before {
content: "\ec37";
}
.ri-discord-line:before {
content: "\ec38";
}
.ri-discuss-fill:before {
content: "\ec39";
}
.ri-discuss-line:before {
content: "\ec3a";
}
.ri-dislike-fill:before {
content: "\ec3b";
}
.ri-dislike-line:before {
content: "\ec3c";
}
.ri-disqus-fill:before {
content: "\ec3d";
}
.ri-disqus-line:before {
content: "\ec3e";
}
.ri-divide-fill:before {
content: "\ec3f";
}
.ri-divide-line:before {
content: "\ec40";
}
.ri-donut-chart-fill:before {
content: "\ec41";
}
.ri-donut-chart-line:before {
content: "\ec42";
}
.ri-door-closed-fill:before {
content: "\ec43";
}
.ri-door-closed-line:before {
content: "\ec44";
}
.ri-door-fill:before {
content: "\ec45";
}
.ri-door-line:before {
content: "\ec46";
}
.ri-door-lock-box-fill:before {
content: "\ec47";
}
.ri-door-lock-box-line:before {
content: "\ec48";
}
.ri-door-lock-fill:before {
content: "\ec49";
}
.ri-door-lock-line:before {
content: "\ec4a";
}
.ri-door-open-fill:before {
content: "\ec4b";
}
.ri-door-open-line:before {
content: "\ec4c";
}
.ri-dossier-fill:before {
content: "\ec4d";
}
.ri-dossier-line:before {
content: "\ec4e";
}
.ri-douban-fill:before {
content: "\ec4f";
}
.ri-douban-line:before {
content: "\ec50";
}
.ri-double-quotes-l:before {
content: "\ec51";
}
.ri-double-quotes-r:before {
content: "\ec52";
}
.ri-download-2-fill:before {
content: "\ec53";
}
.ri-download-2-line:before {
content: "\ec54";
}
.ri-download-cloud-2-fill:before {
content: "\ec55";
}
.ri-download-cloud-2-line:before {
content: "\ec56";
}
.ri-download-cloud-fill:before {
content: "\ec57";
}
.ri-download-cloud-line:before {
content: "\ec58";
}
.ri-download-fill:before {
content: "\ec59";
}
.ri-download-line:before {
content: "\ec5a";
}
.ri-draft-fill:before {
content: "\ec5b";
}
.ri-draft-line:before {
content: "\ec5c";
}
.ri-drag-drop-fill:before {
content: "\ec5d";
}
.ri-drag-drop-line:before {
content: "\ec5e";
}
.ri-drag-move-2-fill:before {
content: "\ec5f";
}
.ri-drag-move-2-line:before {
content: "\ec60";
}
.ri-drag-move-fill:before {
content: "\ec61";
}
.ri-drag-move-line:before {
content: "\ec62";
}
.ri-dribbble-fill:before {
content: "\ec63";
}
.ri-dribbble-line:before {
content: "\ec64";
}
.ri-drive-fill:before {
content: "\ec65";
}
.ri-drive-line:before {
content: "\ec66";
}
.ri-drizzle-fill:before {
content: "\ec67";
}
.ri-drizzle-line:before {
content: "\ec68";
}
.ri-drop-fill:before {
content: "\ec69";
}
.ri-drop-line:before {
content: "\ec6a";
}
.ri-dropbox-fill:before {
content: "\ec6b";
}
.ri-dropbox-line:before {
content: "\ec6c";
}
.ri-dual-sim-1-fill:before {
content: "\ec6d";
}
.ri-dual-sim-1-line:before {
content: "\ec6e";
}
.ri-dual-sim-2-fill:before {
content: "\ec6f";
}
.ri-dual-sim-2-line:before {
content: "\ec70";
}
.ri-dv-fill:before {
content: "\ec71";
}
.ri-dv-line:before {
content: "\ec72";
}
.ri-dvd-fill:before {
content: "\ec73";
}
.ri-dvd-line:before {
content: "\ec74";
}
.ri-e-bike-2-fill:before {
content: "\ec75";
}
.ri-e-bike-2-line:before {
content: "\ec76";
}
.ri-e-bike-fill:before {
content: "\ec77";
}
.ri-e-bike-line:before {
content: "\ec78";
}
.ri-earth-fill:before {
content: "\ec79";
}
.ri-earth-line:before {
content: "\ec7a";
}
.ri-earthquake-fill:before {
content: "\ec7b";
}
.ri-earthquake-line:before {
content: "\ec7c";
}
.ri-edge-fill:before {
content: "\ec7d";
}
.ri-edge-line:before {
content: "\ec7e";
}
.ri-edit-2-fill:before {
content: "\ec7f";
}
.ri-edit-2-line:before {
content: "\ec80";
}
.ri-edit-box-fill:before {
content: "\ec81";
}
.ri-edit-box-line:before {
content: "\ec82";
}
.ri-edit-circle-fill:before {
content: "\ec83";
}
.ri-edit-circle-line:before {
content: "\ec84";
}
.ri-edit-fill:before {
content: "\ec85";
}
.ri-edit-line:before {
content: "\ec86";
}
.ri-eject-fill:before {
content: "\ec87";
}
.ri-eject-line:before {
content: "\ec88";
}
.ri-emotion-2-fill:before {
content: "\ec89";
}
.ri-emotion-2-line:before {
content: "\ec8a";
}
.ri-emotion-fill:before {
content: "\ec8b";
}
.ri-emotion-happy-fill:before {
content: "\ec8c";
}
.ri-emotion-happy-line:before {
content: "\ec8d";
}
.ri-emotion-laugh-fill:before {
content: "\ec8e";
}
.ri-emotion-laugh-line:before {
content: "\ec8f";
}
.ri-emotion-line:before {
content: "\ec90";
}
.ri-emotion-normal-fill:before {
content: "\ec91";
}
.ri-emotion-normal-line:before {
content: "\ec92";
}
.ri-emotion-sad-fill:before {
content: "\ec93";
}
.ri-emotion-sad-line:before {
content: "\ec94";
}
.ri-emotion-unhappy-fill:before {
content: "\ec95";
}
.ri-emotion-unhappy-line:before {
content: "\ec96";
}
.ri-empathize-fill:before {
content: "\ec97";
}
.ri-empathize-line:before {
content: "\ec98";
}
.ri-emphasis-cn:before {
content: "\ec99";
}
.ri-emphasis:before {
content: "\ec9a";
}
.ri-english-input:before {
content: "\ec9b";
}
.ri-equalizer-fill:before {
content: "\ec9c";
}
.ri-equalizer-line:before {
content: "\ec9d";
}
.ri-eraser-fill:before {
content: "\ec9e";
}
.ri-eraser-line:before {
content: "\ec9f";
}
.ri-error-warning-fill:before {
content: "\eca0";
}
.ri-error-warning-line:before {
content: "\eca1";
}
.ri-evernote-fill:before {
content: "\eca2";
}
.ri-evernote-line:before {
content: "\eca3";
}
.ri-exchange-box-fill:before {
content: "\eca4";
}
.ri-exchange-box-line:before {
content: "\eca5";
}
.ri-exchange-cny-fill:before {
content: "\eca6";
}
.ri-exchange-cny-line:before {
content: "\eca7";
}
.ri-exchange-dollar-fill:before {
content: "\eca8";
}
.ri-exchange-dollar-line:before {
content: "\eca9";
}
.ri-exchange-fill:before {
content: "\ecaa";
}
.ri-exchange-funds-fill:before {
content: "\ecab";
}
.ri-exchange-funds-line:before {
content: "\ecac";
}
.ri-exchange-line:before {
content: "\ecad";
}
.ri-external-link-fill:before {
content: "\ecae";
}
.ri-external-link-line:before {
content: "\ecaf";
}
.ri-eye-2-fill:before {
content: "\ecb0";
}
.ri-eye-2-line:before {
content: "\ecb1";
}
.ri-eye-close-fill:before {
content: "\ecb2";
}
.ri-eye-close-line:before {
content: "\ecb3";
}
.ri-eye-fill:before {
content: "\ecb4";
}
.ri-eye-line:before {
content: "\ecb5";
}
.ri-eye-off-fill:before {
content: "\ecb6";
}
.ri-eye-off-line:before {
content: "\ecb7";
}
.ri-facebook-box-fill:before {
content: "\ecb8";
}
.ri-facebook-box-line:before {
content: "\ecb9";
}
.ri-facebook-circle-fill:before {
content: "\ecba";
}
.ri-facebook-circle-line:before {
content: "\ecbb";
}
.ri-facebook-fill:before {
content: "\ecbc";
}
.ri-facebook-line:before {
content: "\ecbd";
}
.ri-fahrenheit-fill:before {
content: "\ecbe";
}
.ri-fahrenheit-line:before {
content: "\ecbf";
}
.ri-feedback-fill:before {
content: "\ecc0";
}
.ri-feedback-line:before {
content: "\ecc1";
}
.ri-file-2-fill:before {
content: "\ecc2";
}
.ri-file-2-line:before {
content: "\ecc3";
}
.ri-file-3-fill:before {
content: "\ecc4";
}
.ri-file-3-line:before {
content: "\ecc5";
}
.ri-file-4-fill:before {
content: "\ecc6";
}
.ri-file-4-line:before {
content: "\ecc7";
}
.ri-file-add-fill:before {
content: "\ecc8";
}
.ri-file-add-line:before {
content: "\ecc9";
}
.ri-file-chart-2-fill:before {
content: "\ecca";
}
.ri-file-chart-2-line:before {
content: "\eccb";
}
.ri-file-chart-fill:before {
content: "\eccc";
}
.ri-file-chart-line:before {
content: "\eccd";
}
.ri-file-cloud-fill:before {
content: "\ecce";
}
.ri-file-cloud-line:before {
content: "\eccf";
}
.ri-file-code-fill:before {
content: "\ecd0";
}
.ri-file-code-line:before {
content: "\ecd1";
}
.ri-file-copy-2-fill:before {
content: "\ecd2";
}
.ri-file-copy-2-line:before {
content: "\ecd3";
}
.ri-file-copy-fill:before {
content: "\ecd4";
}
.ri-file-copy-line:before {
content: "\ecd5";
}
.ri-file-damage-fill:before {
content: "\ecd6";
}
.ri-file-damage-line:before {
content: "\ecd7";
}
.ri-file-download-fill:before {
content: "\ecd8";
}
.ri-file-download-line:before {
content: "\ecd9";
}
.ri-file-edit-fill:before {
content: "\ecda";
}
.ri-file-edit-line:before {
content: "\ecdb";
}
.ri-file-excel-2-fill:before {
content: "\ecdc";
}
.ri-file-excel-2-line:before {
content: "\ecdd";
}
.ri-file-excel-fill:before {
content: "\ecde";
}
.ri-file-excel-line:before {
content: "\ecdf";
}
.ri-file-fill:before {
content: "\ece0";
}
.ri-file-forbid-fill:before {
content: "\ece1";
}
.ri-file-forbid-line:before {
content: "\ece2";
}
.ri-file-gif-fill:before {
content: "\ece3";
}
.ri-file-gif-line:before {
content: "\ece4";
}
.ri-file-history-fill:before {
content: "\ece5";
}
.ri-file-history-line:before {
content: "\ece6";
}
.ri-file-hwp-fill:before {
content: "\ece7";
}
.ri-file-hwp-line:before {
content: "\ece8";
}
.ri-file-info-fill:before {
content: "\ece9";
}
.ri-file-info-line:before {
content: "\ecea";
}
.ri-file-line:before {
content: "\eceb";
}
.ri-file-list-2-fill:before {
content: "\ecec";
}
.ri-file-list-2-line:before {
content: "\eced";
}
.ri-file-list-3-fill:before {
content: "\ecee";
}
.ri-file-list-3-line:before {
content: "\ecef";
}
.ri-file-list-fill:before {
content: "\ecf0";
}
.ri-file-list-line:before {
content: "\ecf1";
}
.ri-file-lock-fill:before {
content: "\ecf2";
}
.ri-file-lock-line:before {
content: "\ecf3";
}
.ri-file-marked-fill:before {
content: "\ecf4";
}
.ri-file-marked-line:before {
content: "\ecf5";
}
.ri-file-music-fill:before {
content: "\ecf6";
}
.ri-file-music-line:before {
content: "\ecf7";
}
.ri-file-paper-2-fill:before {
content: "\ecf8";
}
.ri-file-paper-2-line:before {
content: "\ecf9";
}
.ri-file-paper-fill:before {
content: "\ecfa";
}
.ri-file-paper-line:before {
content: "\ecfb";
}
.ri-file-pdf-fill:before {
content: "\ecfc";
}
.ri-file-pdf-line:before {
content: "\ecfd";
}
.ri-file-ppt-2-fill:before {
content: "\ecfe";
}
.ri-file-ppt-2-line:before {
content: "\ecff";
}
.ri-file-ppt-fill:before {
content: "\ed00";
}
.ri-file-ppt-line:before {
content: "\ed01";
}
.ri-file-reduce-fill:before {
content: "\ed02";
}
.ri-file-reduce-line:before {
content: "\ed03";
}
.ri-file-search-fill:before {
content: "\ed04";
}
.ri-file-search-line:before {
content: "\ed05";
}
.ri-file-settings-fill:before {
content: "\ed06";
}
.ri-file-settings-line:before {
content: "\ed07";
}
.ri-file-shield-2-fill:before {
content: "\ed08";
}
.ri-file-shield-2-line:before {
content: "\ed09";
}
.ri-file-shield-fill:before {
content: "\ed0a";
}
.ri-file-shield-line:before {
content: "\ed0b";
}
.ri-file-shred-fill:before {
content: "\ed0c";
}
.ri-file-shred-line:before {
content: "\ed0d";
}
.ri-file-text-fill:before {
content: "\ed0e";
}
.ri-file-text-line:before {
content: "\ed0f";
}
.ri-file-transfer-fill:before {
content: "\ed10";
}
.ri-file-transfer-line:before {
content: "\ed11";
}
.ri-file-unknow-fill:before {
content: "\ed12";
}
.ri-file-unknow-line:before {
content: "\ed13";
}
.ri-file-upload-fill:before {
content: "\ed14";
}
.ri-file-upload-line:before {
content: "\ed15";
}
.ri-file-user-fill:before {
content: "\ed16";
}
.ri-file-user-line:before {
content: "\ed17";
}
.ri-file-warning-fill:before {
content: "\ed18";
}
.ri-file-warning-line:before {
content: "\ed19";
}
.ri-file-word-2-fill:before {
content: "\ed1a";
}
.ri-file-word-2-line:before {
content: "\ed1b";
}
.ri-file-word-fill:before {
content: "\ed1c";
}
.ri-file-word-line:before {
content: "\ed1d";
}
.ri-file-zip-fill:before {
content: "\ed1e";
}
.ri-file-zip-line:before {
content: "\ed1f";
}
.ri-film-fill:before {
content: "\ed20";
}
.ri-film-line:before {
content: "\ed21";
}
.ri-filter-2-fill:before {
content: "\ed22";
}
.ri-filter-2-line:before {
content: "\ed23";
}
.ri-filter-3-fill:before {
content: "\ed24";
}
.ri-filter-3-line:before {
content: "\ed25";
}
.ri-filter-fill:before {
content: "\ed26";
}
.ri-filter-line:before {
content: "\ed27";
}
.ri-filter-off-fill:before {
content: "\ed28";
}
.ri-filter-off-line:before {
content: "\ed29";
}
.ri-find-replace-fill:before {
content: "\ed2a";
}
.ri-find-replace-line:before {
content: "\ed2b";
}
.ri-finder-fill:before {
content: "\ed2c";
}
.ri-finder-line:before {
content: "\ed2d";
}
.ri-fingerprint-2-fill:before {
content: "\ed2e";
}
.ri-fingerprint-2-line:before {
content: "\ed2f";
}
.ri-fingerprint-fill:before {
content: "\ed30";
}
.ri-fingerprint-line:before {
content: "\ed31";
}
.ri-fire-fill:before {
content: "\ed32";
}
.ri-fire-line:before {
content: "\ed33";
}
.ri-firefox-fill:before {
content: "\ed34";
}
.ri-firefox-line:before {
content: "\ed35";
}
.ri-first-aid-kit-fill:before {
content: "\ed36";
}
.ri-first-aid-kit-line:before {
content: "\ed37";
}
.ri-flag-2-fill:before {
content: "\ed38";
}
.ri-flag-2-line:before {
content: "\ed39";
}
.ri-flag-fill:before {
content: "\ed3a";
}
.ri-flag-line:before {
content: "\ed3b";
}
.ri-flashlight-fill:before {
content: "\ed3c";
}
.ri-flashlight-line:before {
content: "\ed3d";
}
.ri-flask-fill:before {
content: "\ed3e";
}
.ri-flask-line:before {
content: "\ed3f";
}
.ri-flight-land-fill:before {
content: "\ed40";
}
.ri-flight-land-line:before {
content: "\ed41";
}
.ri-flight-takeoff-fill:before {
content: "\ed42";
}
.ri-flight-takeoff-line:before {
content: "\ed43";
}
.ri-flood-fill:before {
content: "\ed44";
}
.ri-flood-line:before {
content: "\ed45";
}
.ri-flow-chart:before {
content: "\ed46";
}
.ri-flutter-fill:before {
content: "\ed47";
}
.ri-flutter-line:before {
content: "\ed48";
}
.ri-focus-2-fill:before {
content: "\ed49";
}
.ri-focus-2-line:before {
content: "\ed4a";
}
.ri-focus-3-fill:before {
content: "\ed4b";
}
.ri-focus-3-line:before {
content: "\ed4c";
}
.ri-focus-fill:before {
content: "\ed4d";
}
.ri-focus-line:before {
content: "\ed4e";
}
.ri-foggy-fill:before {
content: "\ed4f";
}
.ri-foggy-line:before {
content: "\ed50";
}
.ri-folder-2-fill:before {
content: "\ed51";
}
.ri-folder-2-line:before {
content: "\ed52";
}
.ri-folder-3-fill:before {
content: "\ed53";
}
.ri-folder-3-line:before {
content: "\ed54";
}
.ri-folder-4-fill:before {
content: "\ed55";
}
.ri-folder-4-line:before {
content: "\ed56";
}
.ri-folder-5-fill:before {
content: "\ed57";
}
.ri-folder-5-line:before {
content: "\ed58";
}
.ri-folder-add-fill:before {
content: "\ed59";
}
.ri-folder-add-line:before {
content: "\ed5a";
}
.ri-folder-chart-2-fill:before {
content: "\ed5b";
}
.ri-folder-chart-2-line:before {
content: "\ed5c";
}
.ri-folder-chart-fill:before {
content: "\ed5d";
}
.ri-folder-chart-line:before {
content: "\ed5e";
}
.ri-folder-download-fill:before {
content: "\ed5f";
}
.ri-folder-download-line:before {
content: "\ed60";
}
.ri-folder-fill:before {
content: "\ed61";
}
.ri-folder-forbid-fill:before {
content: "\ed62";
}
.ri-folder-forbid-line:before {
content: "\ed63";
}
.ri-folder-history-fill:before {
content: "\ed64";
}
.ri-folder-history-line:before {
content: "\ed65";
}
.ri-folder-info-fill:before {
content: "\ed66";
}
.ri-folder-info-line:before {
content: "\ed67";
}
.ri-folder-keyhole-fill:before {
content: "\ed68";
}
.ri-folder-keyhole-line:before {
content: "\ed69";
}
.ri-folder-line:before {
content: "\ed6a";
}
.ri-folder-lock-fill:before {
content: "\ed6b";
}
.ri-folder-lock-line:before {
content: "\ed6c";
}
.ri-folder-music-fill:before {
content: "\ed6d";
}
.ri-folder-music-line:before {
content: "\ed6e";
}
.ri-folder-open-fill:before {
content: "\ed6f";
}
.ri-folder-open-line:before {
content: "\ed70";
}
.ri-folder-received-fill:before {
content: "\ed71";
}
.ri-folder-received-line:before {
content: "\ed72";
}
.ri-folder-reduce-fill:before {
content: "\ed73";
}
.ri-folder-reduce-line:before {
content: "\ed74";
}
.ri-folder-settings-fill:before {
content: "\ed75";
}
.ri-folder-settings-line:before {
content: "\ed76";
}
.ri-folder-shared-fill:before {
content: "\ed77";
}
.ri-folder-shared-line:before {
content: "\ed78";
}
.ri-folder-shield-2-fill:before {
content: "\ed79";
}
.ri-folder-shield-2-line:before {
content: "\ed7a";
}
.ri-folder-shield-fill:before {
content: "\ed7b";
}
.ri-folder-shield-line:before {
content: "\ed7c";
}
.ri-folder-transfer-fill:before {
content: "\ed7d";
}
.ri-folder-transfer-line:before {
content: "\ed7e";
}
.ri-folder-unknow-fill:before {
content: "\ed7f";
}
.ri-folder-unknow-line:before {
content: "\ed80";
}
.ri-folder-upload-fill:before {
content: "\ed81";
}
.ri-folder-upload-line:before {
content: "\ed82";
}
.ri-folder-user-fill:before {
content: "\ed83";
}
.ri-folder-user-line:before {
content: "\ed84";
}
.ri-folder-warning-fill:before {
content: "\ed85";
}
.ri-folder-warning-line:before {
content: "\ed86";
}
.ri-folder-zip-fill:before {
content: "\ed87";
}
.ri-folder-zip-line:before {
content: "\ed88";
}
.ri-folders-fill:before {
content: "\ed89";
}
.ri-folders-line:before {
content: "\ed8a";
}
.ri-font-color:before {
content: "\ed8b";
}
.ri-font-size-2:before {
content: "\ed8c";
}
.ri-font-size:before {
content: "\ed8d";
}
.ri-football-fill:before {
content: "\ed8e";
}
.ri-football-line:before {
content: "\ed8f";
}
.ri-footprint-fill:before {
content: "\ed90";
}
.ri-footprint-line:before {
content: "\ed91";
}
.ri-forbid-2-fill:before {
content: "\ed92";
}
.ri-forbid-2-line:before {
content: "\ed93";
}
.ri-forbid-fill:before {
content: "\ed94";
}
.ri-forbid-line:before {
content: "\ed95";
}
.ri-format-clear:before {
content: "\ed96";
}
.ri-fridge-fill:before {
content: "\ed97";
}
.ri-fridge-line:before {
content: "\ed98";
}
.ri-fullscreen-exit-fill:before {
content: "\ed99";
}
.ri-fullscreen-exit-line:before {
content: "\ed9a";
}
.ri-fullscreen-fill:before {
content: "\ed9b";
}
.ri-fullscreen-line:before {
content: "\ed9c";
}
.ri-function-fill:before {
content: "\ed9d";
}
.ri-function-line:before {
content: "\ed9e";
}
.ri-functions:before {
content: "\ed9f";
}
.ri-funds-box-fill:before {
content: "\eda0";
}
.ri-funds-box-line:before {
content: "\eda1";
}
.ri-funds-fill:before {
content: "\eda2";
}
.ri-funds-line:before {
content: "\eda3";
}
.ri-gallery-fill:before {
content: "\eda4";
}
.ri-gallery-line:before {
content: "\eda5";
}
.ri-gallery-upload-fill:before {
content: "\eda6";
}
.ri-gallery-upload-line:before {
content: "\eda7";
}
.ri-game-fill:before {
content: "\eda8";
}
.ri-game-line:before {
content: "\eda9";
}
.ri-gamepad-fill:before {
content: "\edaa";
}
.ri-gamepad-line:before {
content: "\edab";
}
.ri-gas-station-fill:before {
content: "\edac";
}
.ri-gas-station-line:before {
content: "\edad";
}
.ri-gatsby-fill:before {
content: "\edae";
}
.ri-gatsby-line:before {
content: "\edaf";
}
.ri-genderless-fill:before {
content: "\edb0";
}
.ri-genderless-line:before {
content: "\edb1";
}
.ri-ghost-2-fill:before {
content: "\edb2";
}
.ri-ghost-2-line:before {
content: "\edb3";
}
.ri-ghost-fill:before {
content: "\edb4";
}
.ri-ghost-line:before {
content: "\edb5";
}
.ri-ghost-smile-fill:before {
content: "\edb6";
}
.ri-ghost-smile-line:before {
content: "\edb7";
}
.ri-gift-2-fill:before {
content: "\edb8";
}
.ri-gift-2-line:before {
content: "\edb9";
}
.ri-gift-fill:before {
content: "\edba";
}
.ri-gift-line:before {
content: "\edbb";
}
.ri-git-branch-fill:before {
content: "\edbc";
}
.ri-git-branch-line:before {
content: "\edbd";
}
.ri-git-commit-fill:before {
content: "\edbe";
}
.ri-git-commit-line:before {
content: "\edbf";
}
.ri-git-merge-fill:before {
content: "\edc0";
}
.ri-git-merge-line:before {
content: "\edc1";
}
.ri-git-pull-request-fill:before {
content: "\edc2";
}
.ri-git-pull-request-line:before {
content: "\edc3";
}
.ri-git-repository-commits-fill:before {
content: "\edc4";
}
.ri-git-repository-commits-line:before {
content: "\edc5";
}
.ri-git-repository-fill:before {
content: "\edc6";
}
.ri-git-repository-line:before {
content: "\edc7";
}
.ri-git-repository-private-fill:before {
content: "\edc8";
}
.ri-git-repository-private-line:before {
content: "\edc9";
}
.ri-github-fill:before {
content: "\edca";
}
.ri-github-line:before {
content: "\edcb";
}
.ri-gitlab-fill:before {
content: "\edcc";
}
.ri-gitlab-line:before {
content: "\edcd";
}
.ri-global-fill:before {
content: "\edce";
}
.ri-global-line:before {
content: "\edcf";
}
.ri-globe-fill:before {
content: "\edd0";
}
.ri-globe-line:before {
content: "\edd1";
}
.ri-goblet-fill:before {
content: "\edd2";
}
.ri-goblet-line:before {
content: "\edd3";
}
.ri-google-fill:before {
content: "\edd4";
}
.ri-google-line:before {
content: "\edd5";
}
.ri-google-play-fill:before {
content: "\edd6";
}
.ri-google-play-line:before {
content: "\edd7";
}
.ri-government-fill:before {
content: "\edd8";
}
.ri-government-line:before {
content: "\edd9";
}
.ri-gps-fill:before {
content: "\edda";
}
.ri-gps-line:before {
content: "\eddb";
}
.ri-gradienter-fill:before {
content: "\eddc";
}
.ri-gradienter-line:before {
content: "\eddd";
}
.ri-grid-fill:before {
content: "\edde";
}
.ri-grid-line:before {
content: "\eddf";
}
.ri-group-2-fill:before {
content: "\ede0";
}
.ri-group-2-line:before {
content: "\ede1";
}
.ri-group-fill:before {
content: "\ede2";
}
.ri-group-line:before {
content: "\ede3";
}
.ri-guide-fill:before {
content: "\ede4";
}
.ri-guide-line:before {
content: "\ede5";
}
.ri-h-1:before {
content: "\ede6";
}
.ri-h-2:before {
content: "\ede7";
}
.ri-h-3:before {
content: "\ede8";
}
.ri-h-4:before {
content: "\ede9";
}
.ri-h-5:before {
content: "\edea";
}
.ri-h-6:before {
content: "\edeb";
}
.ri-hail-fill:before {
content: "\edec";
}
.ri-hail-line:before {
content: "\eded";
}
.ri-hammer-fill:before {
content: "\edee";
}
.ri-hammer-line:before {
content: "\edef";
}
.ri-hand-coin-fill:before {
content: "\edf0";
}
.ri-hand-coin-line:before {
content: "\edf1";
}
.ri-hand-heart-fill:before {
content: "\edf2";
}
.ri-hand-heart-line:before {
content: "\edf3";
}
.ri-hand-sanitizer-fill:before {
content: "\edf4";
}
.ri-hand-sanitizer-line:before {
content: "\edf5";
}
.ri-handbag-fill:before {
content: "\edf6";
}
.ri-handbag-line:before {
content: "\edf7";
}
.ri-hard-drive-2-fill:before {
content: "\edf8";
}
.ri-hard-drive-2-line:before {
content: "\edf9";
}
.ri-hard-drive-fill:before {
content: "\edfa";
}
.ri-hard-drive-line:before {
content: "\edfb";
}
.ri-hashtag:before {
content: "\edfc";
}
.ri-haze-2-fill:before {
content: "\edfd";
}
.ri-haze-2-line:before {
content: "\edfe";
}
.ri-haze-fill:before {
content: "\edff";
}
.ri-haze-line:before {
content: "\ee00";
}
.ri-hd-fill:before {
content: "\ee01";
}
.ri-hd-line:before {
content: "\ee02";
}
.ri-heading:before {
content: "\ee03";
}
.ri-headphone-fill:before {
content: "\ee04";
}
.ri-headphone-line:before {
content: "\ee05";
}
.ri-health-book-fill:before {
content: "\ee06";
}
.ri-health-book-line:before {
content: "\ee07";
}
.ri-heart-2-fill:before {
content: "\ee08";
}
.ri-heart-2-line:before {
content: "\ee09";
}
.ri-heart-3-fill:before {
content: "\ee0a";
}
.ri-heart-3-line:before {
content: "\ee0b";
}
.ri-heart-add-fill:before {
content: "\ee0c";
}
.ri-heart-add-line:before {
content: "\ee0d";
}
.ri-heart-fill:before {
content: "\ee0e";
}
.ri-heart-line:before {
content: "\ee0f";
}
.ri-heart-pulse-fill:before {
content: "\ee10";
}
.ri-heart-pulse-line:before {
content: "\ee11";
}
.ri-hearts-fill:before {
content: "\ee12";
}
.ri-hearts-line:before {
content: "\ee13";
}
.ri-heavy-showers-fill:before {
content: "\ee14";
}
.ri-heavy-showers-line:before {
content: "\ee15";
}
.ri-history-fill:before {
content: "\ee16";
}
.ri-history-line:before {
content: "\ee17";
}
.ri-home-2-fill:before {
content: "\ee18";
}
.ri-home-2-line:before {
content: "\ee19";
}
.ri-home-3-fill:before {
content: "\ee1a";
}
.ri-home-3-line:before {
content: "\ee1b";
}
.ri-home-4-fill:before {
content: "\ee1c";
}
.ri-home-4-line:before {
content: "\ee1d";
}
.ri-home-5-fill:before {
content: "\ee1e";
}
.ri-home-5-line:before {
content: "\ee1f";
}
.ri-home-6-fill:before {
content: "\ee20";
}
.ri-home-6-line:before {
content: "\ee21";
}
.ri-home-7-fill:before {
content: "\ee22";
}
.ri-home-7-line:before {
content: "\ee23";
}
.ri-home-8-fill:before {
content: "\ee24";
}
.ri-home-8-line:before {
content: "\ee25";
}
.ri-home-fill:before {
content: "\ee26";
}
.ri-home-gear-fill:before {
content: "\ee27";
}
.ri-home-gear-line:before {
content: "\ee28";
}
.ri-home-heart-fill:before {
content: "\ee29";
}
.ri-home-heart-line:before {
content: "\ee2a";
}
.ri-home-line:before {
content: "\ee2b";
}
.ri-home-smile-2-fill:before {
content: "\ee2c";
}
.ri-home-smile-2-line:before {
content: "\ee2d";
}
.ri-home-smile-fill:before {
content: "\ee2e";
}
.ri-home-smile-line:before {
content: "\ee2f";
}
.ri-home-wifi-fill:before {
content: "\ee30";
}
.ri-home-wifi-line:before {
content: "\ee31";
}
.ri-honor-of-kings-fill:before {
content: "\ee32";
}
.ri-honor-of-kings-line:before {
content: "\ee33";
}
.ri-honour-fill:before {
content: "\ee34";
}
.ri-honour-line:before {
content: "\ee35";
}
.ri-hospital-fill:before {
content: "\ee36";
}
.ri-hospital-line:before {
content: "\ee37";
}
.ri-hotel-bed-fill:before {
content: "\ee38";
}
.ri-hotel-bed-line:before {
content: "\ee39";
}
.ri-hotel-fill:before {
content: "\ee3a";
}
.ri-hotel-line:before {
content: "\ee3b";
}
.ri-hotspot-fill:before {
content: "\ee3c";
}
.ri-hotspot-line:before {
content: "\ee3d";
}
.ri-hq-fill:before {
content: "\ee3e";
}
.ri-hq-line:before {
content: "\ee3f";
}
.ri-html5-fill:before {
content: "\ee40";
}
.ri-html5-line:before {
content: "\ee41";
}
.ri-ie-fill:before {
content: "\ee42";
}
.ri-ie-line:before {
content: "\ee43";
}
.ri-image-2-fill:before {
content: "\ee44";
}
.ri-image-2-line:before {
content: "\ee45";
}
.ri-image-add-fill:before {
content: "\ee46";
}
.ri-image-add-line:before {
content: "\ee47";
}
.ri-image-edit-fill:before {
content: "\ee48";
}
.ri-image-edit-line:before {
content: "\ee49";
}
.ri-image-fill:before {
content: "\ee4a";
}
.ri-image-line:before {
content: "\ee4b";
}
.ri-inbox-archive-fill:before {
content: "\ee4c";
}
.ri-inbox-archive-line:before {
content: "\ee4d";
}
.ri-inbox-fill:before {
content: "\ee4e";
}
.ri-inbox-line:before {
content: "\ee4f";
}
.ri-inbox-unarchive-fill:before {
content: "\ee50";
}
.ri-inbox-unarchive-line:before {
content: "\ee51";
}
.ri-increase-decrease-fill:before {
content: "\ee52";
}
.ri-increase-decrease-line:before {
content: "\ee53";
}
.ri-indent-decrease:before {
content: "\ee54";
}
.ri-indent-increase:before {
content: "\ee55";
}
.ri-indeterminate-circle-fill:before {
content: "\ee56";
}
.ri-indeterminate-circle-line:before {
content: "\ee57";
}
.ri-information-fill:before {
content: "\ee58";
}
.ri-information-line:before {
content: "\ee59";
}
.ri-infrared-thermometer-fill:before {
content: "\ee5a";
}
.ri-infrared-thermometer-line:before {
content: "\ee5b";
}
.ri-ink-bottle-fill:before {
content: "\ee5c";
}
.ri-ink-bottle-line:before {
content: "\ee5d";
}
.ri-input-cursor-move:before {
content: "\ee5e";
}
.ri-input-method-fill:before {
content: "\ee5f";
}
.ri-input-method-line:before {
content: "\ee60";
}
.ri-insert-column-left:before {
content: "\ee61";
}
.ri-insert-column-right:before {
content: "\ee62";
}
.ri-insert-row-bottom:before {
content: "\ee63";
}
.ri-insert-row-top:before {
content: "\ee64";
}
.ri-instagram-fill:before {
content: "\ee65";
}
.ri-instagram-line:before {
content: "\ee66";
}
.ri-install-fill:before {
content: "\ee67";
}
.ri-install-line:before {
content: "\ee68";
}
.ri-invision-fill:before {
content: "\ee69";
}
.ri-invision-line:before {
content: "\ee6a";
}
.ri-italic:before {
content: "\ee6b";
}
.ri-kakao-talk-fill:before {
content: "\ee6c";
}
.ri-kakao-talk-line:before {
content: "\ee6d";
}
.ri-key-2-fill:before {
content: "\ee6e";
}
.ri-key-2-line:before {
content: "\ee6f";
}
.ri-key-fill:before {
content: "\ee70";
}
.ri-key-line:before {
content: "\ee71";
}
.ri-keyboard-box-fill:before {
content: "\ee72";
}
.ri-keyboard-box-line:before {
content: "\ee73";
}
.ri-keyboard-fill:before {
content: "\ee74";
}
.ri-keyboard-line:before {
content: "\ee75";
}
.ri-keynote-fill:before {
content: "\ee76";
}
.ri-keynote-line:before {
content: "\ee77";
}
.ri-knife-blood-fill:before {
content: "\ee78";
}
.ri-knife-blood-line:before {
content: "\ee79";
}
.ri-knife-fill:before {
content: "\ee7a";
}
.ri-knife-line:before {
content: "\ee7b";
}
.ri-landscape-fill:before {
content: "\ee7c";
}
.ri-landscape-line:before {
content: "\ee7d";
}
.ri-layout-2-fill:before {
content: "\ee7e";
}
.ri-layout-2-line:before {
content: "\ee7f";
}
.ri-layout-3-fill:before {
content: "\ee80";
}
.ri-layout-3-line:before {
content: "\ee81";
}
.ri-layout-4-fill:before {
content: "\ee82";
}
.ri-layout-4-line:before {
content: "\ee83";
}
.ri-layout-5-fill:before {
content: "\ee84";
}
.ri-layout-5-line:before {
content: "\ee85";
}
.ri-layout-6-fill:before {
content: "\ee86";
}
.ri-layout-6-line:before {
content: "\ee87";
}
.ri-layout-bottom-2-fill:before {
content: "\ee88";
}
.ri-layout-bottom-2-line:before {
content: "\ee89";
}
.ri-layout-bottom-fill:before {
content: "\ee8a";
}
.ri-layout-bottom-line:before {
content: "\ee8b";
}
.ri-layout-column-fill:before {
content: "\ee8c";
}
.ri-layout-column-line:before {
content: "\ee8d";
}
.ri-layout-fill:before {
content: "\ee8e";
}
.ri-layout-grid-fill:before {
content: "\ee8f";
}
.ri-layout-grid-line:before {
content: "\ee90";
}
.ri-layout-left-2-fill:before {
content: "\ee91";
}
.ri-layout-left-2-line:before {
content: "\ee92";
}
.ri-layout-left-fill:before {
content: "\ee93";
}
.ri-layout-left-line:before {
content: "\ee94";
}
.ri-layout-line:before {
content: "\ee95";
}
.ri-layout-masonry-fill:before {
content: "\ee96";
}
.ri-layout-masonry-line:before {
content: "\ee97";
}
.ri-layout-right-2-fill:before {
content: "\ee98";
}
.ri-layout-right-2-line:before {
content: "\ee99";
}
.ri-layout-right-fill:before {
content: "\ee9a";
}
.ri-layout-right-line:before {
content: "\ee9b";
}
.ri-layout-row-fill:before {
content: "\ee9c";
}
.ri-layout-row-line:before {
content: "\ee9d";
}
.ri-layout-top-2-fill:before {
content: "\ee9e";
}
.ri-layout-top-2-line:before {
content: "\ee9f";
}
.ri-layout-top-fill:before {
content: "\eea0";
}
.ri-layout-top-line:before {
content: "\eea1";
}
.ri-leaf-fill:before {
content: "\eea2";
}
.ri-leaf-line:before {
content: "\eea3";
}
.ri-lifebuoy-fill:before {
content: "\eea4";
}
.ri-lifebuoy-line:before {
content: "\eea5";
}
.ri-lightbulb-fill:before {
content: "\eea6";
}
.ri-lightbulb-flash-fill:before {
content: "\eea7";
}
.ri-lightbulb-flash-line:before {
content: "\eea8";
}
.ri-lightbulb-line:before {
content: "\eea9";
}
.ri-line-chart-fill:before {
content: "\eeaa";
}
.ri-line-chart-line:before {
content: "\eeab";
}
.ri-line-fill:before {
content: "\eeac";
}
.ri-line-height:before {
content: "\eead";
}
.ri-line-line:before {
content: "\eeae";
}
.ri-link-m:before {
content: "\eeaf";
}
.ri-link-unlink-m:before {
content: "\eeb0";
}
.ri-link-unlink:before {
content: "\eeb1";
}
.ri-link:before {
content: "\eeb2";
}
.ri-linkedin-box-fill:before {
content: "\eeb3";
}
.ri-linkedin-box-line:before {
content: "\eeb4";
}
.ri-linkedin-fill:before {
content: "\eeb5";
}
.ri-linkedin-line:before {
content: "\eeb6";
}
.ri-links-fill:before {
content: "\eeb7";
}
.ri-links-line:before {
content: "\eeb8";
}
.ri-list-check-2:before {
content: "\eeb9";
}
.ri-list-check:before {
content: "\eeba";
}
.ri-list-ordered:before {
content: "\eebb";
}
.ri-list-settings-fill:before {
content: "\eebc";
}
.ri-list-settings-line:before {
content: "\eebd";
}
.ri-list-unordered:before {
content: "\eebe";
}
.ri-live-fill:before {
content: "\eebf";
}
.ri-live-line:before {
content: "\eec0";
}
.ri-loader-2-fill:before {
content: "\eec1";
}
.ri-loader-2-line:before {
content: "\eec2";
}
.ri-loader-3-fill:before {
content: "\eec3";
}
.ri-loader-3-line:before {
content: "\eec4";
}
.ri-loader-4-fill:before {
content: "\eec5";
}
.ri-loader-4-line:before {
content: "\eec6";
}
.ri-loader-5-fill:before {
content: "\eec7";
}
.ri-loader-5-line:before {
content: "\eec8";
}
.ri-loader-fill:before {
content: "\eec9";
}
.ri-loader-line:before {
content: "\eeca";
}
.ri-lock-2-fill:before {
content: "\eecb";
}
.ri-lock-2-line:before {
content: "\eecc";
}
.ri-lock-fill:before {
content: "\eecd";
}
.ri-lock-line:before {
content: "\eece";
}
.ri-lock-password-fill:before {
content: "\eecf";
}
.ri-lock-password-line:before {
content: "\eed0";
}
.ri-lock-unlock-fill:before {
content: "\eed1";
}
.ri-lock-unlock-line:before {
content: "\eed2";
}
.ri-login-box-fill:before {
content: "\eed3";
}
.ri-login-box-line:before {
content: "\eed4";
}
.ri-login-circle-fill:before {
content: "\eed5";
}
.ri-login-circle-line:before {
content: "\eed6";
}
.ri-logout-box-fill:before {
content: "\eed7";
}
.ri-logout-box-line:before {
content: "\eed8";
}
.ri-logout-box-r-fill:before {
content: "\eed9";
}
.ri-logout-box-r-line:before {
content: "\eeda";
}
.ri-logout-circle-fill:before {
content: "\eedb";
}
.ri-logout-circle-line:before {
content: "\eedc";
}
.ri-logout-circle-r-fill:before {
content: "\eedd";
}
.ri-logout-circle-r-line:before {
content: "\eede";
}
.ri-luggage-cart-fill:before {
content: "\eedf";
}
.ri-luggage-cart-line:before {
content: "\eee0";
}
.ri-luggage-deposit-fill:before {
content: "\eee1";
}
.ri-luggage-deposit-line:before {
content: "\eee2";
}
.ri-lungs-fill:before {
content: "\eee3";
}
.ri-lungs-line:before {
content: "\eee4";
}
.ri-mac-fill:before {
content: "\eee5";
}
.ri-mac-line:before {
content: "\eee6";
}
.ri-macbook-fill:before {
content: "\eee7";
}
.ri-macbook-line:before {
content: "\eee8";
}
.ri-magic-fill:before {
content: "\eee9";
}
.ri-magic-line:before {
content: "\eeea";
}
.ri-mail-add-fill:before {
content: "\eeeb";
}
.ri-mail-add-line:before {
content: "\eeec";
}
.ri-mail-check-fill:before {
content: "\eeed";
}
.ri-mail-check-line:before {
content: "\eeee";
}
.ri-mail-close-fill:before {
content: "\eeef";
}
.ri-mail-close-line:before {
content: "\eef0";
}
.ri-mail-download-fill:before {
content: "\eef1";
}
.ri-mail-download-line:before {
content: "\eef2";
}
.ri-mail-fill:before {
content: "\eef3";
}
.ri-mail-forbid-fill:before {
content: "\eef4";
}
.ri-mail-forbid-line:before {
content: "\eef5";
}
.ri-mail-line:before {
content: "\eef6";
}
.ri-mail-lock-fill:before {
content: "\eef7";
}
.ri-mail-lock-line:before {
content: "\eef8";
}
.ri-mail-open-fill:before {
content: "\eef9";
}
.ri-mail-open-line:before {
content: "\eefa";
}
.ri-mail-send-fill:before {
content: "\eefb";
}
.ri-mail-send-line:before {
content: "\eefc";
}
.ri-mail-settings-fill:before {
content: "\eefd";
}
.ri-mail-settings-line:before {
content: "\eefe";
}
.ri-mail-star-fill:before {
content: "\eeff";
}
.ri-mail-star-line:before {
content: "\ef00";
}
.ri-mail-unread-fill:before {
content: "\ef01";
}
.ri-mail-unread-line:before {
content: "\ef02";
}
.ri-mail-volume-fill:before {
content: "\ef03";
}
.ri-mail-volume-line:before {
content: "\ef04";
}
.ri-map-2-fill:before {
content: "\ef05";
}
.ri-map-2-line:before {
content: "\ef06";
}
.ri-map-fill:before {
content: "\ef07";
}
.ri-map-line:before {
content: "\ef08";
}
.ri-map-pin-2-fill:before {
content: "\ef09";
}
.ri-map-pin-2-line:before {
content: "\ef0a";
}
.ri-map-pin-3-fill:before {
content: "\ef0b";
}
.ri-map-pin-3-line:before {
content: "\ef0c";
}
.ri-map-pin-4-fill:before {
content: "\ef0d";
}
.ri-map-pin-4-line:before {
content: "\ef0e";
}
.ri-map-pin-5-fill:before {
content: "\ef0f";
}
.ri-map-pin-5-line:before {
content: "\ef10";
}
.ri-map-pin-add-fill:before {
content: "\ef11";
}
.ri-map-pin-add-line:before {
content: "\ef12";
}
.ri-map-pin-fill:before {
content: "\ef13";
}
.ri-map-pin-line:before {
content: "\ef14";
}
.ri-map-pin-range-fill:before {
content: "\ef15";
}
.ri-map-pin-range-line:before {
content: "\ef16";
}
.ri-map-pin-time-fill:before {
content: "\ef17";
}
.ri-map-pin-time-line:before {
content: "\ef18";
}
.ri-map-pin-user-fill:before {
content: "\ef19";
}
.ri-map-pin-user-line:before {
content: "\ef1a";
}
.ri-mark-pen-fill:before {
content: "\ef1b";
}
.ri-mark-pen-line:before {
content: "\ef1c";
}
.ri-markdown-fill:before {
content: "\ef1d";
}
.ri-markdown-line:before {
content: "\ef1e";
}
.ri-markup-fill:before {
content: "\ef1f";
}
.ri-markup-line:before {
content: "\ef20";
}
.ri-mastercard-fill:before {
content: "\ef21";
}
.ri-mastercard-line:before {
content: "\ef22";
}
.ri-mastodon-fill:before {
content: "\ef23";
}
.ri-mastodon-line:before {
content: "\ef24";
}
.ri-medal-2-fill:before {
content: "\ef25";
}
.ri-medal-2-line:before {
content: "\ef26";
}
.ri-medal-fill:before {
content: "\ef27";
}
.ri-medal-line:before {
content: "\ef28";
}
.ri-medicine-bottle-fill:before {
content: "\ef29";
}
.ri-medicine-bottle-line:before {
content: "\ef2a";
}
.ri-medium-fill:before {
content: "\ef2b";
}
.ri-medium-line:before {
content: "\ef2c";
}
.ri-men-fill:before {
content: "\ef2d";
}
.ri-men-line:before {
content: "\ef2e";
}
.ri-mental-health-fill:before {
content: "\ef2f";
}
.ri-mental-health-line:before {
content: "\ef30";
}
.ri-menu-2-fill:before {
content: "\ef31";
}
.ri-menu-2-line:before {
content: "\ef32";
}
.ri-menu-3-fill:before {
content: "\ef33";
}
.ri-menu-3-line:before {
content: "\ef34";
}
.ri-menu-4-fill:before {
content: "\ef35";
}
.ri-menu-4-line:before {
content: "\ef36";
}
.ri-menu-5-fill:before {
content: "\ef37";
}
.ri-menu-5-line:before {
content: "\ef38";
}
.ri-menu-add-fill:before {
content: "\ef39";
}
.ri-menu-add-line:before {
content: "\ef3a";
}
.ri-menu-fill:before {
content: "\ef3b";
}
.ri-menu-fold-fill:before {
content: "\ef3c";
}
.ri-menu-fold-line:before {
content: "\ef3d";
}
.ri-menu-line:before {
content: "\ef3e";
}
.ri-menu-unfold-fill:before {
content: "\ef3f";
}
.ri-menu-unfold-line:before {
content: "\ef40";
}
.ri-merge-cells-horizontal:before {
content: "\ef41";
}
.ri-merge-cells-vertical:before {
content: "\ef42";
}
.ri-message-2-fill:before {
content: "\ef43";
}
.ri-message-2-line:before {
content: "\ef44";
}
.ri-message-3-fill:before {
content: "\ef45";
}
.ri-message-3-line:before {
content: "\ef46";
}
.ri-message-fill:before {
content: "\ef47";
}
.ri-message-line:before {
content: "\ef48";
}
.ri-messenger-fill:before {
content: "\ef49";
}
.ri-messenger-line:before {
content: "\ef4a";
}
.ri-meteor-fill:before {
content: "\ef4b";
}
.ri-meteor-line:before {
content: "\ef4c";
}
.ri-mic-2-fill:before {
content: "\ef4d";
}
.ri-mic-2-line:before {
content: "\ef4e";
}
.ri-mic-fill:before {
content: "\ef4f";
}
.ri-mic-line:before {
content: "\ef50";
}
.ri-mic-off-fill:before {
content: "\ef51";
}
.ri-mic-off-line:before {
content: "\ef52";
}
.ri-mickey-fill:before {
content: "\ef53";
}
.ri-mickey-line:before {
content: "\ef54";
}
.ri-microscope-fill:before {
content: "\ef55";
}
.ri-microscope-line:before {
content: "\ef56";
}
.ri-microsoft-fill:before {
content: "\ef57";
}
.ri-microsoft-line:before {
content: "\ef58";
}
.ri-mind-map:before {
content: "\ef59";
}
.ri-mini-program-fill:before {
content: "\ef5a";
}
.ri-mini-program-line:before {
content: "\ef5b";
}
.ri-mist-fill:before {
content: "\ef5c";
}
.ri-mist-line:before {
content: "\ef5d";
}
.ri-money-cny-box-fill:before {
content: "\ef5e";
}
.ri-money-cny-box-line:before {
content: "\ef5f";
}
.ri-money-cny-circle-fill:before {
content: "\ef60";
}
.ri-money-cny-circle-line:before {
content: "\ef61";
}
.ri-money-dollar-box-fill:before {
content: "\ef62";
}
.ri-money-dollar-box-line:before {
content: "\ef63";
}
.ri-money-dollar-circle-fill:before {
content: "\ef64";
}
.ri-money-dollar-circle-line:before {
content: "\ef65";
}
.ri-money-euro-box-fill:before {
content: "\ef66";
}
.ri-money-euro-box-line:before {
content: "\ef67";
}
.ri-money-euro-circle-fill:before {
content: "\ef68";
}
.ri-money-euro-circle-line:before {
content: "\ef69";
}
.ri-money-pound-box-fill:before {
content: "\ef6a";
}
.ri-money-pound-box-line:before {
content: "\ef6b";
}
.ri-money-pound-circle-fill:before {
content: "\ef6c";
}
.ri-money-pound-circle-line:before {
content: "\ef6d";
}
.ri-moon-clear-fill:before {
content: "\ef6e";
}
.ri-moon-clear-line:before {
content: "\ef6f";
}
.ri-moon-cloudy-fill:before {
content: "\ef70";
}
.ri-moon-cloudy-line:before {
content: "\ef71";
}
.ri-moon-fill:before {
content: "\ef72";
}
.ri-moon-foggy-fill:before {
content: "\ef73";
}
.ri-moon-foggy-line:before {
content: "\ef74";
}
.ri-moon-line:before {
content: "\ef75";
}
.ri-more-2-fill:before {
content: "\ef76";
}
.ri-more-2-line:before {
content: "\ef77";
}
.ri-more-fill:before {
content: "\ef78";
}
.ri-more-line:before {
content: "\ef79";
}
.ri-motorbike-fill:before {
content: "\ef7a";
}
.ri-motorbike-line:before {
content: "\ef7b";
}
.ri-mouse-fill:before {
content: "\ef7c";
}
.ri-mouse-line:before {
content: "\ef7d";
}
.ri-movie-2-fill:before {
content: "\ef7e";
}
.ri-movie-2-line:before {
content: "\ef7f";
}
.ri-movie-fill:before {
content: "\ef80";
}
.ri-movie-line:before {
content: "\ef81";
}
.ri-music-2-fill:before {
content: "\ef82";
}
.ri-music-2-line:before {
content: "\ef83";
}
.ri-music-fill:before {
content: "\ef84";
}
.ri-music-line:before {
content: "\ef85";
}
.ri-mv-fill:before {
content: "\ef86";
}
.ri-mv-line:before {
content: "\ef87";
}
.ri-navigation-fill:before {
content: "\ef88";
}
.ri-navigation-line:before {
content: "\ef89";
}
.ri-netease-cloud-music-fill:before {
content: "\ef8a";
}
.ri-netease-cloud-music-line:before {
content: "\ef8b";
}
.ri-netflix-fill:before {
content: "\ef8c";
}
.ri-netflix-line:before {
content: "\ef8d";
}
.ri-newspaper-fill:before {
content: "\ef8e";
}
.ri-newspaper-line:before {
content: "\ef8f";
}
.ri-node-tree:before {
content: "\ef90";
}
.ri-notification-2-fill:before {
content: "\ef91";
}
.ri-notification-2-line:before {
content: "\ef92";
}
.ri-notification-3-fill:before {
content: "\ef93";
}
.ri-notification-3-line:before {
content: "\ef94";
}
.ri-notification-4-fill:before {
content: "\ef95";
}
.ri-notification-4-line:before {
content: "\ef96";
}
.ri-notification-badge-fill:before {
content: "\ef97";
}
.ri-notification-badge-line:before {
content: "\ef98";
}
.ri-notification-fill:before {
content: "\ef99";
}
.ri-notification-line:before {
content: "\ef9a";
}
.ri-notification-off-fill:before {
content: "\ef9b";
}
.ri-notification-off-line:before {
content: "\ef9c";
}
.ri-npmjs-fill:before {
content: "\ef9d";
}
.ri-npmjs-line:before {
content: "\ef9e";
}
.ri-number-0:before {
content: "\ef9f";
}
.ri-number-1:before {
content: "\efa0";
}
.ri-number-2:before {
content: "\efa1";
}
.ri-number-3:before {
content: "\efa2";
}
.ri-number-4:before {
content: "\efa3";
}
.ri-number-5:before {
content: "\efa4";
}
.ri-number-6:before {
content: "\efa5";
}
.ri-number-7:before {
content: "\efa6";
}
.ri-number-8:before {
content: "\efa7";
}
.ri-number-9:before {
content: "\efa8";
}
.ri-numbers-fill:before {
content: "\efa9";
}
.ri-numbers-line:before {
content: "\efaa";
}
.ri-nurse-fill:before {
content: "\efab";
}
.ri-nurse-line:before {
content: "\efac";
}
.ri-oil-fill:before {
content: "\efad";
}
.ri-oil-line:before {
content: "\efae";
}
.ri-omega:before {
content: "\efaf";
}
.ri-open-arm-fill:before {
content: "\efb0";
}
.ri-open-arm-line:before {
content: "\efb1";
}
.ri-open-source-fill:before {
content: "\efb2";
}
.ri-open-source-line:before {
content: "\efb3";
}
.ri-opera-fill:before {
content: "\efb4";
}
.ri-opera-line:before {
content: "\efb5";
}
.ri-order-play-fill:before {
content: "\efb6";
}
.ri-order-play-line:before {
content: "\efb7";
}
.ri-organization-chart:before {
content: "\efb8";
}
.ri-outlet-2-fill:before {
content: "\efb9";
}
.ri-outlet-2-line:before {
content: "\efba";
}
.ri-outlet-fill:before {
content: "\efbb";
}
.ri-outlet-line:before {
content: "\efbc";
}
.ri-page-separator:before {
content: "\efbd";
}
.ri-pages-fill:before {
content: "\efbe";
}
.ri-pages-line:before {
content: "\efbf";
}
.ri-paint-brush-fill:before {
content: "\efc0";
}
.ri-paint-brush-line:before {
content: "\efc1";
}
.ri-paint-fill:before {
content: "\efc2";
}
.ri-paint-line:before {
content: "\efc3";
}
.ri-palette-fill:before {
content: "\efc4";
}
.ri-palette-line:before {
content: "\efc5";
}
.ri-pantone-fill:before {
content: "\efc6";
}
.ri-pantone-line:before {
content: "\efc7";
}
.ri-paragraph:before {
content: "\efc8";
}
.ri-parent-fill:before {
content: "\efc9";
}
.ri-parent-line:before {
content: "\efca";
}
.ri-parentheses-fill:before {
content: "\efcb";
}
.ri-parentheses-line:before {
content: "\efcc";
}
.ri-parking-box-fill:before {
content: "\efcd";
}
.ri-parking-box-line:before {
content: "\efce";
}
.ri-parking-fill:before {
content: "\efcf";
}
.ri-parking-line:before {
content: "\efd0";
}
.ri-passport-fill:before {
content: "\efd1";
}
.ri-passport-line:before {
content: "\efd2";
}
.ri-patreon-fill:before {
content: "\efd3";
}
.ri-patreon-line:before {
content: "\efd4";
}
.ri-pause-circle-fill:before {
content: "\efd5";
}
.ri-pause-circle-line:before {
content: "\efd6";
}
.ri-pause-fill:before {
content: "\efd7";
}
.ri-pause-line:before {
content: "\efd8";
}
.ri-pause-mini-fill:before {
content: "\efd9";
}
.ri-pause-mini-line:before {
content: "\efda";
}
.ri-paypal-fill:before {
content: "\efdb";
}
.ri-paypal-line:before {
content: "\efdc";
}
.ri-pen-nib-fill:before {
content: "\efdd";
}
.ri-pen-nib-line:before {
content: "\efde";
}
.ri-pencil-fill:before {
content: "\efdf";
}
.ri-pencil-line:before {
content: "\efe0";
}
.ri-pencil-ruler-2-fill:before {
content: "\efe1";
}
.ri-pencil-ruler-2-line:before {
content: "\efe2";
}
.ri-pencil-ruler-fill:before {
content: "\efe3";
}
.ri-pencil-ruler-line:before {
content: "\efe4";
}
.ri-percent-fill:before {
content: "\efe5";
}
.ri-percent-line:before {
content: "\efe6";
}
.ri-phone-camera-fill:before {
content: "\efe7";
}
.ri-phone-camera-line:before {
content: "\efe8";
}
.ri-phone-fill:before {
content: "\efe9";
}
.ri-phone-find-fill:before {
content: "\efea";
}
.ri-phone-find-line:before {
content: "\efeb";
}
.ri-phone-line:before {
content: "\efec";
}
.ri-phone-lock-fill:before {
content: "\efed";
}
.ri-phone-lock-line:before {
content: "\efee";
}
.ri-picture-in-picture-2-fill:before {
content: "\efef";
}
.ri-picture-in-picture-2-line:before {
content: "\eff0";
}
.ri-picture-in-picture-exit-fill:before {
content: "\eff1";
}
.ri-picture-in-picture-exit-line:before {
content: "\eff2";
}
.ri-picture-in-picture-fill:before {
content: "\eff3";
}
.ri-picture-in-picture-line:before {
content: "\eff4";
}
.ri-pie-chart-2-fill:before {
content: "\eff5";
}
.ri-pie-chart-2-line:before {
content: "\eff6";
}
.ri-pie-chart-box-fill:before {
content: "\eff7";
}
.ri-pie-chart-box-line:before {
content: "\eff8";
}
.ri-pie-chart-fill:before {
content: "\eff9";
}
.ri-pie-chart-line:before {
content: "\effa";
}
.ri-pin-distance-fill:before {
content: "\effb";
}
.ri-pin-distance-line:before {
content: "\effc";
}
.ri-ping-pong-fill:before {
content: "\effd";
}
.ri-ping-pong-line:before {
content: "\effe";
}
.ri-pinterest-fill:before {
content: "\efff";
}
.ri-pinterest-line:before {
content: "\f000";
}
.ri-pinyin-input:before {
content: "\f001";
}
.ri-pixelfed-fill:before {
content: "\f002";
}
.ri-pixelfed-line:before {
content: "\f003";
}
.ri-plane-fill:before {
content: "\f004";
}
.ri-plane-line:before {
content: "\f005";
}
.ri-plant-fill:before {
content: "\f006";
}
.ri-plant-line:before {
content: "\f007";
}
.ri-play-circle-fill:before {
content: "\f008";
}
.ri-play-circle-line:before {
content: "\f009";
}
.ri-play-fill:before {
content: "\f00a";
}
.ri-play-line:before {
content: "\f00b";
}
.ri-play-list-2-fill:before {
content: "\f00c";
}
.ri-play-list-2-line:before {
content: "\f00d";
}
.ri-play-list-add-fill:before {
content: "\f00e";
}
.ri-play-list-add-line:before {
content: "\f00f";
}
.ri-play-list-fill:before {
content: "\f010";
}
.ri-play-list-line:before {
content: "\f011";
}
.ri-play-mini-fill:before {
content: "\f012";
}
.ri-play-mini-line:before {
content: "\f013";
}
.ri-playstation-fill:before {
content: "\f014";
}
.ri-playstation-line:before {
content: "\f015";
}
.ri-plug-2-fill:before {
content: "\f016";
}
.ri-plug-2-line:before {
content: "\f017";
}
.ri-plug-fill:before {
content: "\f018";
}
.ri-plug-line:before {
content: "\f019";
}
.ri-polaroid-2-fill:before {
content: "\f01a";
}
.ri-polaroid-2-line:before {
content: "\f01b";
}
.ri-polaroid-fill:before {
content: "\f01c";
}
.ri-polaroid-line:before {
content: "\f01d";
}
.ri-police-car-fill:before {
content: "\f01e";
}
.ri-police-car-line:before {
content: "\f01f";
}
.ri-price-tag-2-fill:before {
content: "\f020";
}
.ri-price-tag-2-line:before {
content: "\f021";
}
.ri-price-tag-3-fill:before {
content: "\f022";
}
.ri-price-tag-3-line:before {
content: "\f023";
}
.ri-price-tag-fill:before {
content: "\f024";
}
.ri-price-tag-line:before {
content: "\f025";
}
.ri-printer-cloud-fill:before {
content: "\f026";
}
.ri-printer-cloud-line:before {
content: "\f027";
}
.ri-printer-fill:before {
content: "\f028";
}
.ri-printer-line:before {
content: "\f029";
}
.ri-product-hunt-fill:before {
content: "\f02a";
}
.ri-product-hunt-line:before {
content: "\f02b";
}
.ri-profile-fill:before {
content: "\f02c";
}
.ri-profile-line:before {
content: "\f02d";
}
.ri-projector-2-fill:before {
content: "\f02e";
}
.ri-projector-2-line:before {
content: "\f02f";
}
.ri-projector-fill:before {
content: "\f030";
}
.ri-projector-line:before {
content: "\f031";
}
.ri-psychotherapy-fill:before {
content: "\f032";
}
.ri-psychotherapy-line:before {
content: "\f033";
}
.ri-pulse-fill:before {
content: "\f034";
}
.ri-pulse-line:before {
content: "\f035";
}
.ri-pushpin-2-fill:before {
content: "\f036";
}
.ri-pushpin-2-line:before {
content: "\f037";
}
.ri-pushpin-fill:before {
content: "\f038";
}
.ri-pushpin-line:before {
content: "\f039";
}
.ri-qq-fill:before {
content: "\f03a";
}
.ri-qq-line:before {
content: "\f03b";
}
.ri-qr-code-fill:before {
content: "\f03c";
}
.ri-qr-code-line:before {
content: "\f03d";
}
.ri-qr-scan-2-fill:before {
content: "\f03e";
}
.ri-qr-scan-2-line:before {
content: "\f03f";
}
.ri-qr-scan-fill:before {
content: "\f040";
}
.ri-qr-scan-line:before {
content: "\f041";
}
.ri-question-answer-fill:before {
content: "\f042";
}
.ri-question-answer-line:before {
content: "\f043";
}
.ri-question-fill:before {
content: "\f044";
}
.ri-question-line:before {
content: "\f045";
}
.ri-question-mark:before {
content: "\f046";
}
.ri-questionnaire-fill:before {
content: "\f047";
}
.ri-questionnaire-line:before {
content: "\f048";
}
.ri-quill-pen-fill:before {
content: "\f049";
}
.ri-quill-pen-line:before {
content: "\f04a";
}
.ri-radar-fill:before {
content: "\f04b";
}
.ri-radar-line:before {
content: "\f04c";
}
.ri-radio-2-fill:before {
content: "\f04d";
}
.ri-radio-2-line:before {
content: "\f04e";
}
.ri-radio-button-fill:before {
content: "\f04f";
}
.ri-radio-button-line:before {
content: "\f050";
}
.ri-radio-fill:before {
content: "\f051";
}
.ri-radio-line:before {
content: "\f052";
}
.ri-rainbow-fill:before {
content: "\f053";
}
.ri-rainbow-line:before {
content: "\f054";
}
.ri-rainy-fill:before {
content: "\f055";
}
.ri-rainy-line:before {
content: "\f056";
}
.ri-reactjs-fill:before {
content: "\f057";
}
.ri-reactjs-line:before {
content: "\f058";
}
.ri-record-circle-fill:before {
content: "\f059";
}
.ri-record-circle-line:before {
content: "\f05a";
}
.ri-record-mail-fill:before {
content: "\f05b";
}
.ri-record-mail-line:before {
content: "\f05c";
}
.ri-recycle-fill:before {
content: "\f05d";
}
.ri-recycle-line:before {
content: "\f05e";
}
.ri-red-packet-fill:before {
content: "\f05f";
}
.ri-red-packet-line:before {
content: "\f060";
}
.ri-reddit-fill:before {
content: "\f061";
}
.ri-reddit-line:before {
content: "\f062";
}
.ri-refresh-fill:before {
content: "\f063";
}
.ri-refresh-line:before {
content: "\f064";
}
.ri-refund-2-fill:before {
content: "\f065";
}
.ri-refund-2-line:before {
content: "\f066";
}
.ri-refund-fill:before {
content: "\f067";
}
.ri-refund-line:before {
content: "\f068";
}
.ri-registered-fill:before {
content: "\f069";
}
.ri-registered-line:before {
content: "\f06a";
}
.ri-remixicon-fill:before {
content: "\f06b";
}
.ri-remixicon-line:before {
content: "\f06c";
}
.ri-remote-control-2-fill:before {
content: "\f06d";
}
.ri-remote-control-2-line:before {
content: "\f06e";
}
.ri-remote-control-fill:before {
content: "\f06f";
}
.ri-remote-control-line:before {
content: "\f070";
}
.ri-repeat-2-fill:before {
content: "\f071";
}
.ri-repeat-2-line:before {
content: "\f072";
}
.ri-repeat-fill:before {
content: "\f073";
}
.ri-repeat-line:before {
content: "\f074";
}
.ri-repeat-one-fill:before {
content: "\f075";
}
.ri-repeat-one-line:before {
content: "\f076";
}
.ri-reply-all-fill:before {
content: "\f077";
}
.ri-reply-all-line:before {
content: "\f078";
}
.ri-reply-fill:before {
content: "\f079";
}
.ri-reply-line:before {
content: "\f07a";
}
.ri-reserved-fill:before {
content: "\f07b";
}
.ri-reserved-line:before {
content: "\f07c";
}
.ri-rest-time-fill:before {
content: "\f07d";
}
.ri-rest-time-line:before {
content: "\f07e";
}
.ri-restart-fill:before {
content: "\f07f";
}
.ri-restart-line:before {
content: "\f080";
}
.ri-restaurant-2-fill:before {
content: "\f081";
}
.ri-restaurant-2-line:before {
content: "\f082";
}
.ri-restaurant-fill:before {
content: "\f083";
}
.ri-restaurant-line:before {
content: "\f084";
}
.ri-rewind-fill:before {
content: "\f085";
}
.ri-rewind-line:before {
content: "\f086";
}
.ri-rewind-mini-fill:before {
content: "\f087";
}
.ri-rewind-mini-line:before {
content: "\f088";
}
.ri-rhythm-fill:before {
content: "\f089";
}
.ri-rhythm-line:before {
content: "\f08a";
}
.ri-riding-fill:before {
content: "\f08b";
}
.ri-riding-line:before {
content: "\f08c";
}
.ri-road-map-fill:before {
content: "\f08d";
}
.ri-road-map-line:before {
content: "\f08e";
}
.ri-roadster-fill:before {
content: "\f08f";
}
.ri-roadster-line:before {
content: "\f090";
}
.ri-robot-fill:before {
content: "\f091";
}
.ri-robot-line:before {
content: "\f092";
}
.ri-rocket-2-fill:before {
content: "\f093";
}
.ri-rocket-2-line:before {
content: "\f094";
}
.ri-rocket-fill:before {
content: "\f095";
}
.ri-rocket-line:before {
content: "\f096";
}
.ri-rotate-lock-fill:before {
content: "\f097";
}
.ri-rotate-lock-line:before {
content: "\f098";
}
.ri-rounded-corner:before {
content: "\f099";
}
.ri-route-fill:before {
content: "\f09a";
}
.ri-route-line:before {
content: "\f09b";
}
.ri-router-fill:before {
content: "\f09c";
}
.ri-router-line:before {
content: "\f09d";
}
.ri-rss-fill:before {
content: "\f09e";
}
.ri-rss-line:before {
content: "\f09f";
}
.ri-ruler-2-fill:before {
content: "\f0a0";
}
.ri-ruler-2-line:before {
content: "\f0a1";
}
.ri-ruler-fill:before {
content: "\f0a2";
}
.ri-ruler-line:before {
content: "\f0a3";
}
.ri-run-fill:before {
content: "\f0a4";
}
.ri-run-line:before {
content: "\f0a5";
}
.ri-safari-fill:before {
content: "\f0a6";
}
.ri-safari-line:before {
content: "\f0a7";
}
.ri-safe-2-fill:before {
content: "\f0a8";
}
.ri-safe-2-line:before {
content: "\f0a9";
}
.ri-safe-fill:before {
content: "\f0aa";
}
.ri-safe-line:before {
content: "\f0ab";
}
.ri-sailboat-fill:before {
content: "\f0ac";
}
.ri-sailboat-line:before {
content: "\f0ad";
}
.ri-save-2-fill:before {
content: "\f0ae";
}
.ri-save-2-line:before {
content: "\f0af";
}
.ri-save-3-fill:before {
content: "\f0b0";
}
.ri-save-3-line:before {
content: "\f0b1";
}
.ri-save-fill:before {
content: "\f0b2";
}
.ri-save-line:before {
content: "\f0b3";
}
.ri-scales-2-fill:before {
content: "\f0b4";
}
.ri-scales-2-line:before {
content: "\f0b5";
}
.ri-scales-3-fill:before {
content: "\f0b6";
}
.ri-scales-3-line:before {
content: "\f0b7";
}
.ri-scales-fill:before {
content: "\f0b8";
}
.ri-scales-line:before {
content: "\f0b9";
}
.ri-scan-2-fill:before {
content: "\f0ba";
}
.ri-scan-2-line:before {
content: "\f0bb";
}
.ri-scan-fill:before {
content: "\f0bc";
}
.ri-scan-line:before {
content: "\f0bd";
}
.ri-scissors-2-fill:before {
content: "\f0be";
}
.ri-scissors-2-line:before {
content: "\f0bf";
}
.ri-scissors-cut-fill:before {
content: "\f0c0";
}
.ri-scissors-cut-line:before {
content: "\f0c1";
}
.ri-scissors-fill:before {
content: "\f0c2";
}
.ri-scissors-line:before {
content: "\f0c3";
}
.ri-screenshot-2-fill:before {
content: "\f0c4";
}
.ri-screenshot-2-line:before {
content: "\f0c5";
}
.ri-screenshot-fill:before {
content: "\f0c6";
}
.ri-screenshot-line:before {
content: "\f0c7";
}
.ri-sd-card-fill:before {
content: "\f0c8";
}
.ri-sd-card-line:before {
content: "\f0c9";
}
.ri-sd-card-mini-fill:before {
content: "\f0ca";
}
.ri-sd-card-mini-line:before {
content: "\f0cb";
}
.ri-search-2-fill:before {
content: "\f0cc";
}
.ri-search-2-line:before {
content: "\f0cd";
}
.ri-search-eye-fill:before {
content: "\f0ce";
}
.ri-search-eye-line:before {
content: "\f0cf";
}
.ri-search-fill:before {
content: "\f0d0";
}
.ri-search-line:before {
content: "\f0d1";
}
.ri-secure-payment-fill:before {
content: "\f0d2";
}
.ri-secure-payment-line:before {
content: "\f0d3";
}
.ri-seedling-fill:before {
content: "\f0d4";
}
.ri-seedling-line:before {
content: "\f0d5";
}
.ri-send-backward:before {
content: "\f0d6";
}
.ri-send-plane-2-fill:before {
content: "\f0d7";
}
.ri-send-plane-2-line:before {
content: "\f0d8";
}
.ri-send-plane-fill:before {
content: "\f0d9";
}
.ri-send-plane-line:before {
content: "\f0da";
}
.ri-send-to-back:before {
content: "\f0db";
}
.ri-sensor-fill:before {
content: "\f0dc";
}
.ri-sensor-line:before {
content: "\f0dd";
}
.ri-separator:before {
content: "\f0de";
}
.ri-server-fill:before {
content: "\f0df";
}
.ri-server-line:before {
content: "\f0e0";
}
.ri-service-fill:before {
content: "\f0e1";
}
.ri-service-line:before {
content: "\f0e2";
}
.ri-settings-2-fill:before {
content: "\f0e3";
}
.ri-settings-2-line:before {
content: "\f0e4";
}
.ri-settings-3-fill:before {
content: "\f0e5";
}
.ri-settings-3-line:before {
content: "\f0e6";
}
.ri-settings-4-fill:before {
content: "\f0e7";
}
.ri-settings-4-line:before {
content: "\f0e8";
}
.ri-settings-5-fill:before {
content: "\f0e9";
}
.ri-settings-5-line:before {
content: "\f0ea";
}
.ri-settings-6-fill:before {
content: "\f0eb";
}
.ri-settings-6-line:before {
content: "\f0ec";
}
.ri-settings-fill:before {
content: "\f0ed";
}
.ri-settings-line:before {
content: "\f0ee";
}
.ri-shape-2-fill:before {
content: "\f0ef";
}
.ri-shape-2-line:before {
content: "\f0f0";
}
.ri-shape-fill:before {
content: "\f0f1";
}
.ri-shape-line:before {
content: "\f0f2";
}
.ri-share-box-fill:before {
content: "\f0f3";
}
.ri-share-box-line:before {
content: "\f0f4";
}
.ri-share-circle-fill:before {
content: "\f0f5";
}
.ri-share-circle-line:before {
content: "\f0f6";
}
.ri-share-fill:before {
content: "\f0f7";
}
.ri-share-forward-2-fill:before {
content: "\f0f8";
}
.ri-share-forward-2-line:before {
content: "\f0f9";
}
.ri-share-forward-box-fill:before {
content: "\f0fa";
}
.ri-share-forward-box-line:before {
content: "\f0fb";
}
.ri-share-forward-fill:before {
content: "\f0fc";
}
.ri-share-forward-line:before {
content: "\f0fd";
}
.ri-share-line:before {
content: "\f0fe";
}
.ri-shield-check-fill:before {
content: "\f0ff";
}
.ri-shield-check-line:before {
content: "\f100";
}
.ri-shield-cross-fill:before {
content: "\f101";
}
.ri-shield-cross-line:before {
content: "\f102";
}
.ri-shield-fill:before {
content: "\f103";
}
.ri-shield-flash-fill:before {
content: "\f104";
}
.ri-shield-flash-line:before {
content: "\f105";
}
.ri-shield-keyhole-fill:before {
content: "\f106";
}
.ri-shield-keyhole-line:before {
content: "\f107";
}
.ri-shield-line:before {
content: "\f108";
}
.ri-shield-star-fill:before {
content: "\f109";
}
.ri-shield-star-line:before {
content: "\f10a";
}
.ri-shield-user-fill:before {
content: "\f10b";
}
.ri-shield-user-line:before {
content: "\f10c";
}
.ri-ship-2-fill:before {
content: "\f10d";
}
.ri-ship-2-line:before {
content: "\f10e";
}
.ri-ship-fill:before {
content: "\f10f";
}
.ri-ship-line:before {
content: "\f110";
}
.ri-shirt-fill:before {
content: "\f111";
}
.ri-shirt-line:before {
content: "\f112";
}
.ri-shopping-bag-2-fill:before {
content: "\f113";
}
.ri-shopping-bag-2-line:before {
content: "\f114";
}
.ri-shopping-bag-3-fill:before {
content: "\f115";
}
.ri-shopping-bag-3-line:before {
content: "\f116";
}
.ri-shopping-bag-fill:before {
content: "\f117";
}
.ri-shopping-bag-line:before {
content: "\f118";
}
.ri-shopping-basket-2-fill:before {
content: "\f119";
}
.ri-shopping-basket-2-line:before {
content: "\f11a";
}
.ri-shopping-basket-fill:before {
content: "\f11b";
}
.ri-shopping-basket-line:before {
content: "\f11c";
}
.ri-shopping-cart-2-fill:before {
content: "\f11d";
}
.ri-shopping-cart-2-line:before {
content: "\f11e";
}
.ri-shopping-cart-fill:before {
content: "\f11f";
}
.ri-shopping-cart-line:before {
content: "\f120";
}
.ri-showers-fill:before {
content: "\f121";
}
.ri-showers-line:before {
content: "\f122";
}
.ri-shuffle-fill:before {
content: "\f123";
}
.ri-shuffle-line:before {
content: "\f124";
}
.ri-shut-down-fill:before {
content: "\f125";
}
.ri-shut-down-line:before {
content: "\f126";
}
.ri-side-bar-fill:before {
content: "\f127";
}
.ri-side-bar-line:before {
content: "\f128";
}
.ri-signal-tower-fill:before {
content: "\f129";
}
.ri-signal-tower-line:before {
content: "\f12a";
}
.ri-signal-wifi-1-fill:before {
content: "\f12b";
}
.ri-signal-wifi-1-line:before {
content: "\f12c";
}
.ri-signal-wifi-2-fill:before {
content: "\f12d";
}
.ri-signal-wifi-2-line:before {
content: "\f12e";
}
.ri-signal-wifi-3-fill:before {
content: "\f12f";
}
.ri-signal-wifi-3-line:before {
content: "\f130";
}
.ri-signal-wifi-error-fill:before {
content: "\f131";
}
.ri-signal-wifi-error-line:before {
content: "\f132";
}
.ri-signal-wifi-fill:before {
content: "\f133";
}
.ri-signal-wifi-line:before {
content: "\f134";
}
.ri-signal-wifi-off-fill:before {
content: "\f135";
}
.ri-signal-wifi-off-line:before {
content: "\f136";
}
.ri-sim-card-2-fill:before {
content: "\f137";
}
.ri-sim-card-2-line:before {
content: "\f138";
}
.ri-sim-card-fill:before {
content: "\f139";
}
.ri-sim-card-line:before {
content: "\f13a";
}
.ri-single-quotes-l:before {
content: "\f13b";
}
.ri-single-quotes-r:before {
content: "\f13c";
}
.ri-sip-fill:before {
content: "\f13d";
}
.ri-sip-line:before {
content: "\f13e";
}
.ri-skip-back-fill:before {
content: "\f13f";
}
.ri-skip-back-line:before {
content: "\f140";
}
.ri-skip-back-mini-fill:before {
content: "\f141";
}
.ri-skip-back-mini-line:before {
content: "\f142";
}
.ri-skip-forward-fill:before {
content: "\f143";
}
.ri-skip-forward-line:before {
content: "\f144";
}
.ri-skip-forward-mini-fill:before {
content: "\f145";
}
.ri-skip-forward-mini-line:before {
content: "\f146";
}
.ri-skull-2-fill:before {
content: "\f147";
}
.ri-skull-2-line:before {
content: "\f148";
}
.ri-skull-fill:before {
content: "\f149";
}
.ri-skull-line:before {
content: "\f14a";
}
.ri-skype-fill:before {
content: "\f14b";
}
.ri-skype-line:before {
content: "\f14c";
}
.ri-slack-fill:before {
content: "\f14d";
}
.ri-slack-line:before {
content: "\f14e";
}
.ri-slice-fill:before {
content: "\f14f";
}
.ri-slice-line:before {
content: "\f150";
}
.ri-slideshow-2-fill:before {
content: "\f151";
}
.ri-slideshow-2-line:before {
content: "\f152";
}
.ri-slideshow-3-fill:before {
content: "\f153";
}
.ri-slideshow-3-line:before {
content: "\f154";
}
.ri-slideshow-4-fill:before {
content: "\f155";
}
.ri-slideshow-4-line:before {
content: "\f156";
}
.ri-slideshow-fill:before {
content: "\f157";
}
.ri-slideshow-line:before {
content: "\f158";
}
.ri-smartphone-fill:before {
content: "\f159";
}
.ri-smartphone-line:before {
content: "\f15a";
}
.ri-snapchat-fill:before {
content: "\f15b";
}
.ri-snapchat-line:before {
content: "\f15c";
}
.ri-snowy-fill:before {
content: "\f15d";
}
.ri-snowy-line:before {
content: "\f15e";
}
.ri-sort-asc:before {
content: "\f15f";
}
.ri-sort-desc:before {
content: "\f160";
}
.ri-sound-module-fill:before {
content: "\f161";
}
.ri-sound-module-line:before {
content: "\f162";
}
.ri-soundcloud-fill:before {
content: "\f163";
}
.ri-soundcloud-line:before {
content: "\f164";
}
.ri-space-ship-fill:before {
content: "\f165";
}
.ri-space-ship-line:before {
content: "\f166";
}
.ri-space:before {
content: "\f167";
}
.ri-spam-2-fill:before {
content: "\f168";
}
.ri-spam-2-line:before {
content: "\f169";
}
.ri-spam-3-fill:before {
content: "\f16a";
}
.ri-spam-3-line:before {
content: "\f16b";
}
.ri-spam-fill:before {
content: "\f16c";
}
.ri-spam-line:before {
content: "\f16d";
}
.ri-speaker-2-fill:before {
content: "\f16e";
}
.ri-speaker-2-line:before {
content: "\f16f";
}
.ri-speaker-3-fill:before {
content: "\f170";
}
.ri-speaker-3-line:before {
content: "\f171";
}
.ri-speaker-fill:before {
content: "\f172";
}
.ri-speaker-line:before {
content: "\f173";
}
.ri-spectrum-fill:before {
content: "\f174";
}
.ri-spectrum-line:before {
content: "\f175";
}
.ri-speed-fill:before {
content: "\f176";
}
.ri-speed-line:before {
content: "\f177";
}
.ri-speed-mini-fill:before {
content: "\f178";
}
.ri-speed-mini-line:before {
content: "\f179";
}
.ri-split-cells-horizontal:before {
content: "\f17a";
}
.ri-split-cells-vertical:before {
content: "\f17b";
}
.ri-spotify-fill:before {
content: "\f17c";
}
.ri-spotify-line:before {
content: "\f17d";
}
.ri-spy-fill:before {
content: "\f17e";
}
.ri-spy-line:before {
content: "\f17f";
}
.ri-stack-fill:before {
content: "\f180";
}
.ri-stack-line:before {
content: "\f181";
}
.ri-stack-overflow-fill:before {
content: "\f182";
}
.ri-stack-overflow-line:before {
content: "\f183";
}
.ri-stackshare-fill:before {
content: "\f184";
}
.ri-stackshare-line:before {
content: "\f185";
}
.ri-star-fill:before {
content: "\f186";
}
.ri-star-half-fill:before {
content: "\f187";
}
.ri-star-half-line:before {
content: "\f188";
}
.ri-star-half-s-fill:before {
content: "\f189";
}
.ri-star-half-s-line:before {
content: "\f18a";
}
.ri-star-line:before {
content: "\f18b";
}
.ri-star-s-fill:before {
content: "\f18c";
}
.ri-star-s-line:before {
content: "\f18d";
}
.ri-star-smile-fill:before {
content: "\f18e";
}
.ri-star-smile-line:before {
content: "\f18f";
}
.ri-steam-fill:before {
content: "\f190";
}
.ri-steam-line:before {
content: "\f191";
}
.ri-steering-2-fill:before {
content: "\f192";
}
.ri-steering-2-line:before {
content: "\f193";
}
.ri-steering-fill:before {
content: "\f194";
}
.ri-steering-line:before {
content: "\f195";
}
.ri-stethoscope-fill:before {
content: "\f196";
}
.ri-stethoscope-line:before {
content: "\f197";
}
.ri-sticky-note-2-fill:before {
content: "\f198";
}
.ri-sticky-note-2-line:before {
content: "\f199";
}
.ri-sticky-note-fill:before {
content: "\f19a";
}
.ri-sticky-note-line:before {
content: "\f19b";
}
.ri-stock-fill:before {
content: "\f19c";
}
.ri-stock-line:before {
content: "\f19d";
}
.ri-stop-circle-fill:before {
content: "\f19e";
}
.ri-stop-circle-line:before {
content: "\f19f";
}
.ri-stop-fill:before {
content: "\f1a0";
}
.ri-stop-line:before {
content: "\f1a1";
}
.ri-stop-mini-fill:before {
content: "\f1a2";
}
.ri-stop-mini-line:before {
content: "\f1a3";
}
.ri-store-2-fill:before {
content: "\f1a4";
}
.ri-store-2-line:before {
content: "\f1a5";
}
.ri-store-3-fill:before {
content: "\f1a6";
}
.ri-store-3-line:before {
content: "\f1a7";
}
.ri-store-fill:before {
content: "\f1a8";
}
.ri-store-line:before {
content: "\f1a9";
}
.ri-strikethrough-2:before {
content: "\f1aa";
}
.ri-strikethrough:before {
content: "\f1ab";
}
.ri-subscript-2:before {
content: "\f1ac";
}
.ri-subscript:before {
content: "\f1ad";
}
.ri-subtract-fill:before {
content: "\f1ae";
}
.ri-subtract-line:before {
content: "\f1af";
}
.ri-subway-fill:before {
content: "\f1b0";
}
.ri-subway-line:before {
content: "\f1b1";
}
.ri-subway-wifi-fill:before {
content: "\f1b2";
}
.ri-subway-wifi-line:before {
content: "\f1b3";
}
.ri-suitcase-2-fill:before {
content: "\f1b4";
}
.ri-suitcase-2-line:before {
content: "\f1b5";
}
.ri-suitcase-3-fill:before {
content: "\f1b6";
}
.ri-suitcase-3-line:before {
content: "\f1b7";
}
.ri-suitcase-fill:before {
content: "\f1b8";
}
.ri-suitcase-line:before {
content: "\f1b9";
}
.ri-sun-cloudy-fill:before {
content: "\f1ba";
}
.ri-sun-cloudy-line:before {
content: "\f1bb";
}
.ri-sun-fill:before {
content: "\f1bc";
}
.ri-sun-foggy-fill:before {
content: "\f1bd";
}
.ri-sun-foggy-line:before {
content: "\f1be";
}
.ri-sun-line:before {
content: "\f1bf";
}
.ri-superscript-2:before {
content: "\f1c0";
}
.ri-superscript:before {
content: "\f1c1";
}
.ri-surgical-mask-fill:before {
content: "\f1c2";
}
.ri-surgical-mask-line:before {
content: "\f1c3";
}
.ri-surround-sound-fill:before {
content: "\f1c4";
}
.ri-surround-sound-line:before {
content: "\f1c5";
}
.ri-survey-fill:before {
content: "\f1c6";
}
.ri-survey-line:before {
content: "\f1c7";
}
.ri-swap-box-fill:before {
content: "\f1c8";
}
.ri-swap-box-line:before {
content: "\f1c9";
}
.ri-swap-fill:before {
content: "\f1ca";
}
.ri-swap-line:before {
content: "\f1cb";
}
.ri-switch-fill:before {
content: "\f1cc";
}
.ri-switch-line:before {
content: "\f1cd";
}
.ri-sword-fill:before {
content: "\f1ce";
}
.ri-sword-line:before {
content: "\f1cf";
}
.ri-syringe-fill:before {
content: "\f1d0";
}
.ri-syringe-line:before {
content: "\f1d1";
}
.ri-t-box-fill:before {
content: "\f1d2";
}
.ri-t-box-line:before {
content: "\f1d3";
}
.ri-t-shirt-2-fill:before {
content: "\f1d4";
}
.ri-t-shirt-2-line:before {
content: "\f1d5";
}
.ri-t-shirt-air-fill:before {
content: "\f1d6";
}
.ri-t-shirt-air-line:before {
content: "\f1d7";
}
.ri-t-shirt-fill:before {
content: "\f1d8";
}
.ri-t-shirt-line:before {
content: "\f1d9";
}
.ri-table-2:before {
content: "\f1da";
}
.ri-table-alt-fill:before {
content: "\f1db";
}
.ri-table-alt-line:before {
content: "\f1dc";
}
.ri-table-fill:before {
content: "\f1dd";
}
.ri-table-line:before {
content: "\f1de";
}
.ri-tablet-fill:before {
content: "\f1df";
}
.ri-tablet-line:before {
content: "\f1e0";
}
.ri-takeaway-fill:before {
content: "\f1e1";
}
.ri-takeaway-line:before {
content: "\f1e2";
}
.ri-taobao-fill:before {
content: "\f1e3";
}
.ri-taobao-line:before {
content: "\f1e4";
}
.ri-tape-fill:before {
content: "\f1e5";
}
.ri-tape-line:before {
content: "\f1e6";
}
.ri-task-fill:before {
content: "\f1e7";
}
.ri-task-line:before {
content: "\f1e8";
}
.ri-taxi-fill:before {
content: "\f1e9";
}
.ri-taxi-line:before {
content: "\f1ea";
}
.ri-taxi-wifi-fill:before {
content: "\f1eb";
}
.ri-taxi-wifi-line:before {
content: "\f1ec";
}
.ri-team-fill:before {
content: "\f1ed";
}
.ri-team-line:before {
content: "\f1ee";
}
.ri-telegram-fill:before {
content: "\f1ef";
}
.ri-telegram-line:before {
content: "\f1f0";
}
.ri-temp-cold-fill:before {
content: "\f1f1";
}
.ri-temp-cold-line:before {
content: "\f1f2";
}
.ri-temp-hot-fill:before {
content: "\f1f3";
}
.ri-temp-hot-line:before {
content: "\f1f4";
}
.ri-terminal-box-fill:before {
content: "\f1f5";
}
.ri-terminal-box-line:before {
content: "\f1f6";
}
.ri-terminal-fill:before {
content: "\f1f7";
}
.ri-terminal-line:before {
content: "\f1f8";
}
.ri-terminal-window-fill:before {
content: "\f1f9";
}
.ri-terminal-window-line:before {
content: "\f1fa";
}
.ri-test-tube-fill:before {
content: "\f1fb";
}
.ri-test-tube-line:before {
content: "\f1fc";
}
.ri-text-direction-l:before {
content: "\f1fd";
}
.ri-text-direction-r:before {
content: "\f1fe";
}
.ri-text-spacing:before {
content: "\f1ff";
}
.ri-text-wrap:before {
content: "\f200";
}
.ri-text:before {
content: "\f201";
}
.ri-thermometer-fill:before {
content: "\f202";
}
.ri-thermometer-line:before {
content: "\f203";
}
.ri-thumb-down-fill:before {
content: "\f204";
}
.ri-thumb-down-line:before {
content: "\f205";
}
.ri-thumb-up-fill:before {
content: "\f206";
}
.ri-thumb-up-line:before {
content: "\f207";
}
.ri-thunderstorms-fill:before {
content: "\f208";
}
.ri-thunderstorms-line:before {
content: "\f209";
}
.ri-ticket-2-fill:before {
content: "\f20a";
}
.ri-ticket-2-line:before {
content: "\f20b";
}
.ri-ticket-fill:before {
content: "\f20c";
}
.ri-ticket-line:before {
content: "\f20d";
}
.ri-time-fill:before {
content: "\f20e";
}
.ri-time-line:before {
content: "\f20f";
}
.ri-timer-2-fill:before {
content: "\f210";
}
.ri-timer-2-line:before {
content: "\f211";
}
.ri-timer-fill:before {
content: "\f212";
}
.ri-timer-flash-fill:before {
content: "\f213";
}
.ri-timer-flash-line:before {
content: "\f214";
}
.ri-timer-line:before {
content: "\f215";
}
.ri-todo-fill:before {
content: "\f216";
}
.ri-todo-line:before {
content: "\f217";
}
.ri-toggle-fill:before {
content: "\f218";
}
.ri-toggle-line:before {
content: "\f219";
}
.ri-tools-fill:before {
content: "\f21a";
}
.ri-tools-line:before {
content: "\f21b";
}
.ri-tornado-fill:before {
content: "\f21c";
}
.ri-tornado-line:before {
content: "\f21d";
}
.ri-trademark-fill:before {
content: "\f21e";
}
.ri-trademark-line:before {
content: "\f21f";
}
.ri-traffic-light-fill:before {
content: "\f220";
}
.ri-traffic-light-line:before {
content: "\f221";
}
.ri-train-fill:before {
content: "\f222";
}
.ri-train-line:before {
content: "\f223";
}
.ri-train-wifi-fill:before {
content: "\f224";
}
.ri-train-wifi-line:before {
content: "\f225";
}
.ri-translate-2:before {
content: "\f226";
}
.ri-translate:before {
content: "\f227";
}
.ri-travesti-fill:before {
content: "\f228";
}
.ri-travesti-line:before {
content: "\f229";
}
.ri-treasure-map-fill:before {
content: "\f22a";
}
.ri-treasure-map-line:before {
content: "\f22b";
}
.ri-trello-fill:before {
content: "\f22c";
}
.ri-trello-line:before {
content: "\f22d";
}
.ri-trophy-fill:before {
content: "\f22e";
}
.ri-trophy-line:before {
content: "\f22f";
}
.ri-truck-fill:before {
content: "\f230";
}
.ri-truck-line:before {
content: "\f231";
}
.ri-tumblr-fill:before {
content: "\f232";
}
.ri-tumblr-line:before {
content: "\f233";
}
.ri-tv-2-fill:before {
content: "\f234";
}
.ri-tv-2-line:before {
content: "\f235";
}
.ri-tv-fill:before {
content: "\f236";
}
.ri-tv-line:before {
content: "\f237";
}
.ri-twitch-fill:before {
content: "\f238";
}
.ri-twitch-line:before {
content: "\f239";
}
.ri-twitter-fill:before {
content: "\f23a";
}
.ri-twitter-line:before {
content: "\f23b";
}
.ri-typhoon-fill:before {
content: "\f23c";
}
.ri-typhoon-line:before {
content: "\f23d";
}
.ri-u-disk-fill:before {
content: "\f23e";
}
.ri-u-disk-line:before {
content: "\f23f";
}
.ri-ubuntu-fill:before {
content: "\f240";
}
.ri-ubuntu-line:before {
content: "\f241";
}
.ri-umbrella-fill:before {
content: "\f242";
}
.ri-umbrella-line:before {
content: "\f243";
}
.ri-underline:before {
content: "\f244";
}
.ri-uninstall-fill:before {
content: "\f245";
}
.ri-uninstall-line:before {
content: "\f246";
}
.ri-unsplash-fill:before {
content: "\f247";
}
.ri-unsplash-line:before {
content: "\f248";
}
.ri-upload-2-fill:before {
content: "\f249";
}
.ri-upload-2-line:before {
content: "\f24a";
}
.ri-upload-cloud-2-fill:before {
content: "\f24b";
}
.ri-upload-cloud-2-line:before {
content: "\f24c";
}
.ri-upload-cloud-fill:before {
content: "\f24d";
}
.ri-upload-cloud-line:before {
content: "\f24e";
}
.ri-upload-fill:before {
content: "\f24f";
}
.ri-upload-line:before {
content: "\f250";
}
.ri-usb-fill:before {
content: "\f251";
}
.ri-usb-line:before {
content: "\f252";
}
.ri-user-2-fill:before {
content: "\f253";
}
.ri-user-2-line:before {
content: "\f254";
}
.ri-user-3-fill:before {
content: "\f255";
}
.ri-user-3-line:before {
content: "\f256";
}
.ri-user-4-fill:before {
content: "\f257";
}
.ri-user-4-line:before {
content: "\f258";
}
.ri-user-5-fill:before {
content: "\f259";
}
.ri-user-5-line:before {
content: "\f25a";
}
.ri-user-6-fill:before {
content: "\f25b";
}
.ri-user-6-line:before {
content: "\f25c";
}
.ri-user-add-fill:before {
content: "\f25d";
}
.ri-user-add-line:before {
content: "\f25e";
}
.ri-user-fill:before {
content: "\f25f";
}
.ri-user-follow-fill:before {
content: "\f260";
}
.ri-user-follow-line:before {
content: "\f261";
}
.ri-user-heart-fill:before {
content: "\f262";
}
.ri-user-heart-line:before {
content: "\f263";
}
.ri-user-line:before {
content: "\f264";
}
.ri-user-location-fill:before {
content: "\f265";
}
.ri-user-location-line:before {
content: "\f266";
}
.ri-user-received-2-fill:before {
content: "\f267";
}
.ri-user-received-2-line:before {
content: "\f268";
}
.ri-user-received-fill:before {
content: "\f269";
}
.ri-user-received-line:before {
content: "\f26a";
}
.ri-user-search-fill:before {
content: "\f26b";
}
.ri-user-search-line:before {
content: "\f26c";
}
.ri-user-settings-fill:before {
content: "\f26d";
}
.ri-user-settings-line:before {
content: "\f26e";
}
.ri-user-shared-2-fill:before {
content: "\f26f";
}
.ri-user-shared-2-line:before {
content: "\f270";
}
.ri-user-shared-fill:before {
content: "\f271";
}
.ri-user-shared-line:before {
content: "\f272";
}
.ri-user-smile-fill:before {
content: "\f273";
}
.ri-user-smile-line:before {
content: "\f274";
}
.ri-user-star-fill:before {
content: "\f275";
}
.ri-user-star-line:before {
content: "\f276";
}
.ri-user-unfollow-fill:before {
content: "\f277";
}
.ri-user-unfollow-line:before {
content: "\f278";
}
.ri-user-voice-fill:before {
content: "\f279";
}
.ri-user-voice-line:before {
content: "\f27a";
}
.ri-video-add-fill:before {
content: "\f27b";
}
.ri-video-add-line:before {
content: "\f27c";
}
.ri-video-chat-fill:before {
content: "\f27d";
}
.ri-video-chat-line:before {
content: "\f27e";
}
.ri-video-download-fill:before {
content: "\f27f";
}
.ri-video-download-line:before {
content: "\f280";
}
.ri-video-fill:before {
content: "\f281";
}
.ri-video-line:before {
content: "\f282";
}
.ri-video-upload-fill:before {
content: "\f283";
}
.ri-video-upload-line:before {
content: "\f284";
}
.ri-vidicon-2-fill:before {
content: "\f285";
}
.ri-vidicon-2-line:before {
content: "\f286";
}
.ri-vidicon-fill:before {
content: "\f287";
}
.ri-vidicon-line:before {
content: "\f288";
}
.ri-vimeo-fill:before {
content: "\f289";
}
.ri-vimeo-line:before {
content: "\f28a";
}
.ri-vip-crown-2-fill:before {
content: "\f28b";
}
.ri-vip-crown-2-line:before {
content: "\f28c";
}
.ri-vip-crown-fill:before {
content: "\f28d";
}
.ri-vip-crown-line:before {
content: "\f28e";
}
.ri-vip-diamond-fill:before {
content: "\f28f";
}
.ri-vip-diamond-line:before {
content: "\f290";
}
.ri-vip-fill:before {
content: "\f291";
}
.ri-vip-line:before {
content: "\f292";
}
.ri-virus-fill:before {
content: "\f293";
}
.ri-virus-line:before {
content: "\f294";
}
.ri-visa-fill:before {
content: "\f295";
}
.ri-visa-line:before {
content: "\f296";
}
.ri-voice-recognition-fill:before {
content: "\f297";
}
.ri-voice-recognition-line:before {
content: "\f298";
}
.ri-voiceprint-fill:before {
content: "\f299";
}
.ri-voiceprint-line:before {
content: "\f29a";
}
.ri-volume-down-fill:before {
content: "\f29b";
}
.ri-volume-down-line:before {
content: "\f29c";
}
.ri-volume-mute-fill:before {
content: "\f29d";
}
.ri-volume-mute-line:before {
content: "\f29e";
}
.ri-volume-off-vibrate-fill:before {
content: "\f29f";
}
.ri-volume-off-vibrate-line:before {
content: "\f2a0";
}
.ri-volume-up-fill:before {
content: "\f2a1";
}
.ri-volume-up-line:before {
content: "\f2a2";
}
.ri-volume-vibrate-fill:before {
content: "\f2a3";
}
.ri-volume-vibrate-line:before {
content: "\f2a4";
}
.ri-vuejs-fill:before {
content: "\f2a5";
}
.ri-vuejs-line:before {
content: "\f2a6";
}
.ri-walk-fill:before {
content: "\f2a7";
}
.ri-walk-line:before {
content: "\f2a8";
}
.ri-wallet-2-fill:before {
content: "\f2a9";
}
.ri-wallet-2-line:before {
content: "\f2aa";
}
.ri-wallet-3-fill:before {
content: "\f2ab";
}
.ri-wallet-3-line:before {
content: "\f2ac";
}
.ri-wallet-fill:before {
content: "\f2ad";
}
.ri-wallet-line:before {
content: "\f2ae";
}
.ri-water-flash-fill:before {
content: "\f2af";
}
.ri-water-flash-line:before {
content: "\f2b0";
}
.ri-webcam-fill:before {
content: "\f2b1";
}
.ri-webcam-line:before {
content: "\f2b2";
}
.ri-wechat-2-fill:before {
content: "\f2b3";
}
.ri-wechat-2-line:before {
content: "\f2b4";
}
.ri-wechat-fill:before {
content: "\f2b5";
}
.ri-wechat-line:before {
content: "\f2b6";
}
.ri-wechat-pay-fill:before {
content: "\f2b7";
}
.ri-wechat-pay-line:before {
content: "\f2b8";
}
.ri-weibo-fill:before {
content: "\f2b9";
}
.ri-weibo-line:before {
content: "\f2ba";
}
.ri-whatsapp-fill:before {
content: "\f2bb";
}
.ri-whatsapp-line:before {
content: "\f2bc";
}
.ri-wheelchair-fill:before {
content: "\f2bd";
}
.ri-wheelchair-line:before {
content: "\f2be";
}
.ri-wifi-fill:before {
content: "\f2bf";
}
.ri-wifi-line:before {
content: "\f2c0";
}
.ri-wifi-off-fill:before {
content: "\f2c1";
}
.ri-wifi-off-line:before {
content: "\f2c2";
}
.ri-window-2-fill:before {
content: "\f2c3";
}
.ri-window-2-line:before {
content: "\f2c4";
}
.ri-window-fill:before {
content: "\f2c5";
}
.ri-window-line:before {
content: "\f2c6";
}
.ri-windows-fill:before {
content: "\f2c7";
}
.ri-windows-line:before {
content: "\f2c8";
}
.ri-windy-fill:before {
content: "\f2c9";
}
.ri-windy-line:before {
content: "\f2ca";
}
.ri-wireless-charging-fill:before {
content: "\f2cb";
}
.ri-wireless-charging-line:before {
content: "\f2cc";
}
.ri-women-fill:before {
content: "\f2cd";
}
.ri-women-line:before {
content: "\f2ce";
}
.ri-wubi-input:before {
content: "\f2cf";
}
.ri-xbox-fill:before {
content: "\f2d0";
}
.ri-xbox-line:before {
content: "\f2d1";
}
.ri-xing-fill:before {
content: "\f2d2";
}
.ri-xing-line:before {
content: "\f2d3";
}
.ri-youtube-fill:before {
content: "\f2d4";
}
.ri-youtube-line:before {
content: "\f2d5";
}
.ri-zcool-fill:before {
content: "\f2d6";
}
.ri-zcool-line:before {
content: "\f2d7";
}
.ri-zhihu-fill:before {
content: "\f2d8";
}
.ri-zhihu-line:before {
content: "\f2d9";
}
.ri-zoom-in-fill:before {
content: "\f2da";
}
.ri-zoom-in-line:before {
content: "\f2db";
}
.ri-zoom-out-fill:before {
content: "\f2dc";
}
.ri-zoom-out-line:before {
content: "\f2dd";
}
.ri-zzz-fill:before {
content: "\f2de";
}
.ri-zzz-line:before {
content: "\f2df";
}
.ri-arrow-down-double-fill:before {
content: "\f2e0";
}
.ri-arrow-down-double-line:before {
content: "\f2e1";
}
.ri-arrow-left-double-fill:before {
content: "\f2e2";
}
.ri-arrow-left-double-line:before {
content: "\f2e3";
}
.ri-arrow-right-double-fill:before {
content: "\f2e4";
}
.ri-arrow-right-double-line:before {
content: "\f2e5";
}
.ri-arrow-turn-back-fill:before {
content: "\f2e6";
}
.ri-arrow-turn-back-line:before {
content: "\f2e7";
}
.ri-arrow-turn-forward-fill:before {
content: "\f2e8";
}
.ri-arrow-turn-forward-line:before {
content: "\f2e9";
}
.ri-arrow-up-double-fill:before {
content: "\f2ea";
}
.ri-arrow-up-double-line:before {
content: "\f2eb";
}
.ri-bard-fill:before {
content: "\f2ec";
}
.ri-bard-line:before {
content: "\f2ed";
}
.ri-bootstrap-fill:before {
content: "\f2ee";
}
.ri-bootstrap-line:before {
content: "\f2ef";
}
.ri-box-1-fill:before {
content: "\f2f0";
}
.ri-box-1-line:before {
content: "\f2f1";
}
.ri-box-2-fill:before {
content: "\f2f2";
}
.ri-box-2-line:before {
content: "\f2f3";
}
.ri-box-3-fill:before {
content: "\f2f4";
}
.ri-box-3-line:before {
content: "\f2f5";
}
.ri-brain-fill:before {
content: "\f2f6";
}
.ri-brain-line:before {
content: "\f2f7";
}
.ri-candle-fill:before {
content: "\f2f8";
}
.ri-candle-line:before {
content: "\f2f9";
}
.ri-cash-fill:before {
content: "\f2fa";
}
.ri-cash-line:before {
content: "\f2fb";
}
.ri-contract-left-fill:before {
content: "\f2fc";
}
.ri-contract-left-line:before {
content: "\f2fd";
}
.ri-contract-left-right-fill:before {
content: "\f2fe";
}
.ri-contract-left-right-line:before {
content: "\f2ff";
}
.ri-contract-right-fill:before {
content: "\f300";
}
.ri-contract-right-line:before {
content: "\f301";
}
.ri-contract-up-down-fill:before {
content: "\f302";
}
.ri-contract-up-down-line:before {
content: "\f303";
}
.ri-copilot-fill:before {
content: "\f304";
}
.ri-copilot-line:before {
content: "\f305";
}
.ri-corner-down-left-fill:before {
content: "\f306";
}
.ri-corner-down-left-line:before {
content: "\f307";
}
.ri-corner-down-right-fill:before {
content: "\f308";
}
.ri-corner-down-right-line:before {
content: "\f309";
}
.ri-corner-left-down-fill:before {
content: "\f30a";
}
.ri-corner-left-down-line:before {
content: "\f30b";
}
.ri-corner-left-up-fill:before {
content: "\f30c";
}
.ri-corner-left-up-line:before {
content: "\f30d";
}
.ri-corner-right-down-fill:before {
content: "\f30e";
}
.ri-corner-right-down-line:before {
content: "\f30f";
}
.ri-corner-right-up-fill:before {
content: "\f310";
}
.ri-corner-right-up-line:before {
content: "\f311";
}
.ri-corner-up-left-double-fill:before {
content: "\f312";
}
.ri-corner-up-left-double-line:before {
content: "\f313";
}
.ri-corner-up-left-fill:before {
content: "\f314";
}
.ri-corner-up-left-line:before {
content: "\f315";
}
.ri-corner-up-right-double-fill:before {
content: "\f316";
}
.ri-corner-up-right-double-line:before {
content: "\f317";
}
.ri-corner-up-right-fill:before {
content: "\f318";
}
.ri-corner-up-right-line:before {
content: "\f319";
}
.ri-cross-fill:before {
content: "\f31a";
}
.ri-cross-line:before {
content: "\f31b";
}
.ri-edge-new-fill:before {
content: "\f31c";
}
.ri-edge-new-line:before {
content: "\f31d";
}
.ri-equal-fill:before {
content: "\f31e";
}
.ri-equal-line:before {
content: "\f31f";
}
.ri-expand-left-fill:before {
content: "\f320";
}
.ri-expand-left-line:before {
content: "\f321";
}
.ri-expand-left-right-fill:before {
content: "\f322";
}
.ri-expand-left-right-line:before {
content: "\f323";
}
.ri-expand-right-fill:before {
content: "\f324";
}
.ri-expand-right-line:before {
content: "\f325";
}
.ri-expand-up-down-fill:before {
content: "\f326";
}
.ri-expand-up-down-line:before {
content: "\f327";
}
.ri-flickr-fill:before {
content: "\f328";
}
.ri-flickr-line:before {
content: "\f329";
}
.ri-forward-10-fill:before {
content: "\f32a";
}
.ri-forward-10-line:before {
content: "\f32b";
}
.ri-forward-15-fill:before {
content: "\f32c";
}
.ri-forward-15-line:before {
content: "\f32d";
}
.ri-forward-30-fill:before {
content: "\f32e";
}
.ri-forward-30-line:before {
content: "\f32f";
}
.ri-forward-5-fill:before {
content: "\f330";
}
.ri-forward-5-line:before {
content: "\f331";
}
.ri-graduation-cap-fill:before {
content: "\f332";
}
.ri-graduation-cap-line:before {
content: "\f333";
}
.ri-home-office-fill:before {
content: "\f334";
}
.ri-home-office-line:before {
content: "\f335";
}
.ri-hourglass-2-fill:before {
content: "\f336";
}
.ri-hourglass-2-line:before {
content: "\f337";
}
.ri-hourglass-fill:before {
content: "\f338";
}
.ri-hourglass-line:before {
content: "\f339";
}
.ri-javascript-fill:before {
content: "\f33a";
}
.ri-javascript-line:before {
content: "\f33b";
}
.ri-loop-left-fill:before {
content: "\f33c";
}
.ri-loop-left-line:before {
content: "\f33d";
}
.ri-loop-right-fill:before {
content: "\f33e";
}
.ri-loop-right-line:before {
content: "\f33f";
}
.ri-memories-fill:before {
content: "\f340";
}
.ri-memories-line:before {
content: "\f341";
}
.ri-meta-fill:before {
content: "\f342";
}
.ri-meta-line:before {
content: "\f343";
}
.ri-microsoft-loop-fill:before {
content: "\f344";
}
.ri-microsoft-loop-line:before {
content: "\f345";
}
.ri-nft-fill:before {
content: "\f346";
}
.ri-nft-line:before {
content: "\f347";
}
.ri-notion-fill:before {
content: "\f348";
}
.ri-notion-line:before {
content: "\f349";
}
.ri-openai-fill:before {
content: "\f34a";
}
.ri-openai-line:before {
content: "\f34b";
}
.ri-overline:before {
content: "\f34c";
}
.ri-p2p-fill:before {
content: "\f34d";
}
.ri-p2p-line:before {
content: "\f34e";
}
.ri-presentation-fill:before {
content: "\f34f";
}
.ri-presentation-line:before {
content: "\f350";
}
.ri-replay-10-fill:before {
content: "\f351";
}
.ri-replay-10-line:before {
content: "\f352";
}
.ri-replay-15-fill:before {
content: "\f353";
}
.ri-replay-15-line:before {
content: "\f354";
}
.ri-replay-30-fill:before {
content: "\f355";
}
.ri-replay-30-line:before {
content: "\f356";
}
.ri-replay-5-fill:before {
content: "\f357";
}
.ri-replay-5-line:before {
content: "\f358";
}
.ri-school-fill:before {
content: "\f359";
}
.ri-school-line:before {
content: "\f35a";
}
.ri-shining-2-fill:before {
content: "\f35b";
}
.ri-shining-2-line:before {
content: "\f35c";
}
.ri-shining-fill:before {
content: "\f35d";
}
.ri-shining-line:before {
content: "\f35e";
}
.ri-sketching:before {
content: "\f35f";
}
.ri-skip-down-fill:before {
content: "\f360";
}
.ri-skip-down-line:before {
content: "\f361";
}
.ri-skip-left-fill:before {
content: "\f362";
}
.ri-skip-left-line:before {
content: "\f363";
}
.ri-skip-right-fill:before {
content: "\f364";
}
.ri-skip-right-line:before {
content: "\f365";
}
.ri-skip-up-fill:before {
content: "\f366";
}
.ri-skip-up-line:before {
content: "\f367";
}
.ri-slow-down-fill:before {
content: "\f368";
}
.ri-slow-down-line:before {
content: "\f369";
}
.ri-sparkling-2-fill:before {
content: "\f36a";
}
.ri-sparkling-2-line:before {
content: "\f36b";
}
.ri-sparkling-fill:before {
content: "\f36c";
}
.ri-sparkling-line:before {
content: "\f36d";
}
.ri-speak-fill:before {
content: "\f36e";
}
.ri-speak-line:before {
content: "\f36f";
}
.ri-speed-up-fill:before {
content: "\f370";
}
.ri-speed-up-line:before {
content: "\f371";
}
.ri-tiktok-fill:before {
content: "\f372";
}
.ri-tiktok-line:before {
content: "\f373";
}
.ri-token-swap-fill:before {
content: "\f374";
}
.ri-token-swap-line:before {
content: "\f375";
}
.ri-unpin-fill:before {
content: "\f376";
}
.ri-unpin-line:before {
content: "\f377";
}
.ri-wechat-channels-fill:before {
content: "\f378";
}
.ri-wechat-channels-line:before {
content: "\f379";
}
.ri-wordpress-fill:before {
content: "\f37a";
}
.ri-wordpress-line:before {
content: "\f37b";
}
.ri-blender-fill:before {
content: "\f37c";
}
.ri-blender-line:before {
content: "\f37d";
}
.ri-emoji-sticker-fill:before {
content: "\f37e";
}
.ri-emoji-sticker-line:before {
content: "\f37f";
}
.ri-git-close-pull-request-fill:before {
content: "\f380";
}
.ri-git-close-pull-request-line:before {
content: "\f381";
}
.ri-instance-fill:before {
content: "\f382";
}
.ri-instance-line:before {
content: "\f383";
}
.ri-megaphone-fill:before {
content: "\f384";
}
.ri-megaphone-line:before {
content: "\f385";
}
.ri-pass-expired-fill:before {
content: "\f386";
}
.ri-pass-expired-line:before {
content: "\f387";
}
.ri-pass-pending-fill:before {
content: "\f388";
}
.ri-pass-pending-line:before {
content: "\f389";
}
.ri-pass-valid-fill:before {
content: "\f38a";
}
.ri-pass-valid-line:before {
content: "\f38b";
}
.ri-ai-generate:before {
content: "\f38c";
}
.ri-calendar-close-fill:before {
content: "\f38d";
}
.ri-calendar-close-line:before {
content: "\f38e";
}
.ri-draggable:before {
content: "\f38f";
}
.ri-font-family:before {
content: "\f390";
}
.ri-font-mono:before {
content: "\f391";
}
.ri-font-sans-serif:before {
content: "\f392";
}
.ri-font-sans:before {
content: "\f393";
}
.ri-hard-drive-3-fill:before {
content: "\f394";
}
.ri-hard-drive-3-line:before {
content: "\f395";
}
.ri-kick-fill:before {
content: "\f396";
}
.ri-kick-line:before {
content: "\f397";
}
.ri-list-check-3:before {
content: "\f398";
}
.ri-list-indefinite:before {
content: "\f399";
}
.ri-list-ordered-2:before {
content: "\f39a";
}
.ri-list-radio:before {
content: "\f39b";
}
.ri-openbase-fill:before {
content: "\f39c";
}
.ri-openbase-line:before {
content: "\f39d";
}
.ri-planet-fill:before {
content: "\f39e";
}
.ri-planet-line:before {
content: "\f39f";
}
.ri-prohibited-fill:before {
content: "\f3a0";
}
.ri-prohibited-line:before {
content: "\f3a1";
}
.ri-quote-text:before {
content: "\f3a2";
}
.ri-seo-fill:before {
content: "\f3a3";
}
.ri-seo-line:before {
content: "\f3a4";
}
.ri-slash-commands:before {
content: "\f3a5";
}
.ri-archive-2-fill:before {
content: "\f3a6";
}
.ri-archive-2-line:before {
content: "\f3a7";
}
.ri-inbox-2-fill:before {
content: "\f3a8";
}
.ri-inbox-2-line:before {
content: "\f3a9";
}
.ri-shake-hands-fill:before {
content: "\f3aa";
}
.ri-shake-hands-line:before {
content: "\f3ab";
}
.ri-supabase-fill:before {
content: "\f3ac";
}
.ri-supabase-line:before {
content: "\f3ad";
}
.ri-water-percent-fill:before {
content: "\f3ae";
}
.ri-water-percent-line:before {
content: "\f3af";
}
.ri-yuque-fill:before {
content: "\f3b0";
}
.ri-yuque-line:before {
content: "\f3b1";
}
.ri-crosshair-2-fill:before {
content: "\f3b2";
}
.ri-crosshair-2-line:before {
content: "\f3b3";
}
.ri-crosshair-fill:before {
content: "\f3b4";
}
.ri-crosshair-line:before {
content: "\f3b5";
}
.ri-file-close-fill:before {
content: "\f3b6";
}
.ri-file-close-line:before {
content: "\f3b7";
}
.ri-infinity-fill:before {
content: "\f3b8";
}
.ri-infinity-line:before {
content: "\f3b9";
}
.ri-rfid-fill:before {
content: "\f3ba";
}
.ri-rfid-line:before {
content: "\f3bb";
}
.ri-slash-commands-2:before {
content: "\f3bc";
}
.ri-user-forbid-fill:before {
content: "\f3bd";
}
.ri-user-forbid-line:before {
content: "\f3be";
}
.ri-beer-fill:before {
content: "\f3bf";
}
.ri-beer-line:before {
content: "\f3c0";
}
.ri-circle-fill:before {
content: "\f3c1";
}
.ri-circle-line:before {
content: "\f3c2";
}
.ri-dropdown-list:before {
content: "\f3c3";
}
.ri-file-image-fill:before {
content: "\f3c4";
}
.ri-file-image-line:before {
content: "\f3c5";
}
.ri-file-pdf-2-fill:before {
content: "\f3c6";
}
.ri-file-pdf-2-line:before {
content: "\f3c7";
}
.ri-file-video-fill:before {
content: "\f3c8";
}
.ri-file-video-line:before {
content: "\f3c9";
}
.ri-folder-image-fill:before {
content: "\f3ca";
}
.ri-folder-image-line:before {
content: "\f3cb";
}
.ri-folder-video-fill:before {
content: "\f3cc";
}
.ri-folder-video-line:before {
content: "\f3cd";
}
.ri-hexagon-fill:before {
content: "\f3ce";
}
.ri-hexagon-line:before {
content: "\f3cf";
}
.ri-menu-search-fill:before {
content: "\f3d0";
}
.ri-menu-search-line:before {
content: "\f3d1";
}
.ri-octagon-fill:before {
content: "\f3d2";
}
.ri-octagon-line:before {
content: "\f3d3";
}
.ri-pentagon-fill:before {
content: "\f3d4";
}
.ri-pentagon-line:before {
content: "\f3d5";
}
.ri-rectangle-fill:before {
content: "\f3d6";
}
.ri-rectangle-line:before {
content: "\f3d7";
}
.ri-robot-2-fill:before {
content: "\f3d8";
}
.ri-robot-2-line:before {
content: "\f3d9";
}
.ri-shapes-fill:before {
content: "\f3da";
}
.ri-shapes-line:before {
content: "\f3db";
}
.ri-square-fill:before {
content: "\f3dc";
}
.ri-square-line:before {
content: "\f3dd";
}
.ri-tent-fill:before {
content: "\f3de";
}
.ri-tent-line:before {
content: "\f3df";
}
.ri-threads-fill:before {
content: "\f3e0";
}
.ri-threads-line:before {
content: "\f3e1";
}
.ri-tree-fill:before {
content: "\f3e2";
}
.ri-tree-line:before {
content: "\f3e3";
}
.ri-triangle-fill:before {
content: "\f3e4";
}
.ri-triangle-line:before {
content: "\f3e5";
}
.ri-twitter-x-fill:before {
content: "\f3e6";
}
.ri-twitter-x-line:before {
content: "\f3e7";
}
.ri-verified-badge-fill:before {
content: "\f3e8";
}
.ri-verified-badge-line:before {
content: "\f3e9";
}
.ri-armchair-fill:before {
content: "\f3ea";
}
.ri-armchair-line:before {
content: "\f3eb";
}
.ri-bnb-fill:before {
content: "\f3ec";
}
.ri-bnb-line:before {
content: "\f3ed";
}
.ri-bread-fill:before {
content: "\f3ee";
}
.ri-bread-line:before {
content: "\f3ef";
}
.ri-btc-fill:before {
content: "\f3f0";
}
.ri-btc-line:before {
content: "\f3f1";
}
.ri-calendar-schedule-fill:before {
content: "\f3f2";
}
.ri-calendar-schedule-line:before {
content: "\f3f3";
}
.ri-dice-1-fill:before {
content: "\f3f4";
}
.ri-dice-1-line:before {
content: "\f3f5";
}
.ri-dice-2-fill:before {
content: "\f3f6";
}
.ri-dice-2-line:before {
content: "\f3f7";
}
.ri-dice-3-fill:before {
content: "\f3f8";
}
.ri-dice-3-line:before {
content: "\f3f9";
}
.ri-dice-4-fill:before {
content: "\f3fa";
}
.ri-dice-4-line:before {
content: "\f3fb";
}
.ri-dice-5-fill:before {
content: "\f3fc";
}
.ri-dice-5-line:before {
content: "\f3fd";
}
.ri-dice-6-fill:before {
content: "\f3fe";
}
.ri-dice-6-line:before {
content: "\f3ff";
}
.ri-dice-fill:before {
content: "\f400";
}
.ri-dice-line:before {
content: "\f401";
}
.ri-drinks-fill:before {
content: "\f402";
}
.ri-drinks-line:before {
content: "\f403";
}
.ri-equalizer-2-fill:before {
content: "\f404";
}
.ri-equalizer-2-line:before {
content: "\f405";
}
.ri-equalizer-3-fill:before {
content: "\f406";
}
.ri-equalizer-3-line:before {
content: "\f407";
}
.ri-eth-fill:before {
content: "\f408";
}
.ri-eth-line:before {
content: "\f409";
}
.ri-flower-fill:before {
content: "\f40a";
}
.ri-flower-line:before {
content: "\f40b";
}
.ri-glasses-2-fill:before {
content: "\f40c";
}
.ri-glasses-2-line:before {
content: "\f40d";
}
.ri-glasses-fill:before {
content: "\f40e";
}
.ri-glasses-line:before {
content: "\f40f";
}
.ri-goggles-fill:before {
content: "\f410";
}
.ri-goggles-line:before {
content: "\f411";
}
.ri-image-circle-fill:before {
content: "\f412";
}
.ri-image-circle-line:before {
content: "\f413";
}
.ri-info-i:before {
content: "\f414";
}
.ri-money-rupee-circle-fill:before {
content: "\f415";
}
.ri-money-rupee-circle-line:before {
content: "\f416";
}
.ri-news-fill:before {
content: "\f417";
}
.ri-news-line:before {
content: "\f418";
}
.ri-robot-3-fill:before {
content: "\f419";
}
.ri-robot-3-line:before {
content: "\f41a";
}
.ri-share-2-fill:before {
content: "\f41b";
}
.ri-share-2-line:before {
content: "\f41c";
}
.ri-sofa-fill:before {
content: "\f41d";
}
.ri-sofa-line:before {
content: "\f41e";
}
.ri-svelte-fill:before {
content: "\f41f";
}
.ri-svelte-line:before {
content: "\f420";
}
.ri-vk-fill:before {
content: "\f421";
}
.ri-vk-line:before {
content: "\f422";
}
.ri-xrp-fill:before {
content: "\f423";
}
.ri-xrp-line:before {
content: "\f424";
}
.ri-xtz-fill:before {
content: "\f425";
}
.ri-xtz-line:before {
content: "\f426";
}
.ri-archive-stack-fill:before {
content: "\f427";
}
.ri-archive-stack-line:before {
content: "\f428";
}
.ri-bowl-fill:before {
content: "\f429";
}
.ri-bowl-line:before {
content: "\f42a";
}
.ri-calendar-view:before {
content: "\f42b";
}
.ri-carousel-view:before {
content: "\f42c";
}
.ri-code-block:before {
content: "\f42d";
}
.ri-color-filter-fill:before {
content: "\f42e";
}
.ri-color-filter-line:before {
content: "\f42f";
}
.ri-contacts-book-3-fill:before {
content: "\f430";
}
.ri-contacts-book-3-line:before {
content: "\f431";
}
.ri-contract-fill:before {
content: "\f432";
}
.ri-contract-line:before {
content: "\f433";
}
.ri-drinks-2-fill:before {
content: "\f434";
}
.ri-drinks-2-line:before {
content: "\f435";
}
.ri-export-fill:before {
content: "\f436";
}
.ri-export-line:before {
content: "\f437";
}
.ri-file-check-fill:before {
content: "\f438";
}
.ri-file-check-line:before {
content: "\f439";
}
.ri-focus-mode:before {
content: "\f43a";
}
.ri-folder-6-fill:before {
content: "\f43b";
}
.ri-folder-6-line:before {
content: "\f43c";
}
.ri-folder-check-fill:before {
content: "\f43d";
}
.ri-folder-check-line:before {
content: "\f43e";
}
.ri-folder-close-fill:before {
content: "\f43f";
}
.ri-folder-close-line:before {
content: "\f440";
}
.ri-folder-cloud-fill:before {
content: "\f441";
}
.ri-folder-cloud-line:before {
content: "\f442";
}
.ri-gallery-view-2:before {
content: "\f443";
}
.ri-gallery-view:before {
content: "\f444";
}
.ri-hand:before {
content: "\f445";
}
.ri-import-fill:before {
content: "\f446";
}
.ri-import-line:before {
content: "\f447";
}
.ri-information-2-fill:before {
content: "\f448";
}
.ri-information-2-line:before {
content: "\f449";
}
.ri-kanban-view-2:before {
content: "\f44a";
}
.ri-kanban-view:before {
content: "\f44b";
}
.ri-list-view:before {
content: "\f44c";
}
.ri-lock-star-fill:before {
content: "\f44d";
}
.ri-lock-star-line:before {
content: "\f44e";
}
.ri-puzzle-2-fill:before {
content: "\f44f";
}
.ri-puzzle-2-line:before {
content: "\f450";
}
.ri-puzzle-fill:before {
content: "\f451";
}
.ri-puzzle-line:before {
content: "\f452";
}
.ri-ram-2-fill:before {
content: "\f453";
}
.ri-ram-2-line:before {
content: "\f454";
}
.ri-ram-fill:before {
content: "\f455";
}
.ri-ram-line:before {
content: "\f456";
}
.ri-receipt-fill:before {
content: "\f457";
}
.ri-receipt-line:before {
content: "\f458";
}
.ri-shadow-fill:before {
content: "\f459";
}
.ri-shadow-line:before {
content: "\f45a";
}
.ri-sidebar-fold-fill:before {
content: "\f45b";
}
.ri-sidebar-fold-line:before {
content: "\f45c";
}
.ri-sidebar-unfold-fill:before {
content: "\f45d";
}
.ri-sidebar-unfold-line:before {
content: "\f45e";
}
.ri-slideshow-view:before {
content: "\f45f";
}
.ri-sort-alphabet-asc:before {
content: "\f460";
}
.ri-sort-alphabet-desc:before {
content: "\f461";
}
.ri-sort-number-asc:before {
content: "\f462";
}
.ri-sort-number-desc:before {
content: "\f463";
}
.ri-stacked-view:before {
content: "\f464";
}
.ri-sticky-note-add-fill:before {
content: "\f465";
}
.ri-sticky-note-add-line:before {
content: "\f466";
}
.ri-swap-2-fill:before {
content: "\f467";
}
.ri-swap-2-line:before {
content: "\f468";
}
.ri-swap-3-fill:before {
content: "\f469";
}
.ri-swap-3-line:before {
content: "\f46a";
}
.ri-table-3:before {
content: "\f46b";
}
.ri-table-view:before {
content: "\f46c";
}
.ri-text-block:before {
content: "\f46d";
}
.ri-text-snippet:before {
content: "\f46e";
}
.ri-timeline-view:before {
content: "\f46f";
}
.ri-blogger-fill:before {
content: "\f470";
}
.ri-blogger-line:before {
content: "\f471";
}
.ri-chat-thread-fill:before {
content: "\f472";
}
.ri-chat-thread-line:before {
content: "\f473";
}
.ri-discount-percent-fill:before {
content: "\f474";
}
.ri-discount-percent-line:before {
content: "\f475";
}
.ri-exchange-2-fill:before {
content: "\f476";
}
.ri-exchange-2-line:before {
content: "\f477";
}
.ri-git-fork-fill:before {
content: "\f478";
}
.ri-git-fork-line:before {
content: "\f479";
}
.ri-input-field:before {
content: "\f47a";
}
.ri-progress-1-fill:before {
content: "\f47b";
}
.ri-progress-1-line:before {
content: "\f47c";
}
.ri-progress-2-fill:before {
content: "\f47d";
}
.ri-progress-2-line:before {
content: "\f47e";
}
.ri-progress-3-fill:before {
content: "\f47f";
}
.ri-progress-3-line:before {
content: "\f480";
}
.ri-progress-4-fill:before {
content: "\f481";
}
.ri-progress-4-line:before {
content: "\f482";
}
.ri-progress-5-fill:before {
content: "\f483";
}
.ri-progress-5-line:before {
content: "\f484";
}
.ri-progress-6-fill:before {
content: "\f485";
}
.ri-progress-6-line:before {
content: "\f486";
}
.ri-progress-7-fill:before {
content: "\f487";
}
.ri-progress-7-line:before {
content: "\f488";
}
.ri-progress-8-fill:before {
content: "\f489";
}
.ri-progress-8-line:before {
content: "\f48a";
}
.ri-remix-run-fill:before {
content: "\f48b";
}
.ri-remix-run-line:before {
content: "\f48c";
}
.ri-signpost-fill:before {
content: "\f48d";
}
.ri-signpost-line:before {
content: "\f48e";
}
.ri-time-zone-fill:before {
content: "\f48f";
}
.ri-time-zone-line:before {
content: "\f490";
}
.ri-arrow-down-wide-fill:before {
content: "\f491";
}
.ri-arrow-down-wide-line:before {
content: "\f492";
}
.ri-arrow-left-wide-fill:before {
content: "\f493";
}
.ri-arrow-left-wide-line:before {
content: "\f494";
}
.ri-arrow-right-wide-fill:before {
content: "\f495";
}
.ri-arrow-right-wide-line:before {
content: "\f496";
}
.ri-arrow-up-wide-fill:before {
content: "\f497";
}
.ri-arrow-up-wide-line:before {
content: "\f498";
}
.ri-bluesky-fill:before {
content: "\f499";
}
.ri-bluesky-line:before {
content: "\f49a";
}
.ri-expand-height-fill:before {
content: "\f49b";
}
.ri-expand-height-line:before {
content: "\f49c";
}
.ri-expand-width-fill:before {
content: "\f49d";
}
.ri-expand-width-line:before {
content: "\f49e";
}
.ri-forward-end-fill:before {
content: "\f49f";
}
.ri-forward-end-line:before {
content: "\f4a0";
}
.ri-forward-end-mini-fill:before {
content: "\f4a1";
}
.ri-forward-end-mini-line:before {
content: "\f4a2";
}
.ri-friendica-fill:before {
content: "\f4a3";
}
.ri-friendica-line:before {
content: "\f4a4";
}
.ri-git-pr-draft-fill:before {
content: "\f4a5";
}
.ri-git-pr-draft-line:before {
content: "\f4a6";
}
.ri-play-reverse-fill:before {
content: "\f4a7";
}
.ri-play-reverse-line:before {
content: "\f4a8";
}
.ri-play-reverse-mini-fill:before {
content: "\f4a9";
}
.ri-play-reverse-mini-line:before {
content: "\f4aa";
}
.ri-rewind-start-fill:before {
content: "\f4ab";
}
.ri-rewind-start-line:before {
content: "\f4ac";
}
.ri-rewind-start-mini-fill:before {
content: "\f4ad";
}
.ri-rewind-start-mini-line:before {
content: "\f4ae";
}
.ri-scroll-to-bottom-fill:before {
content: "\f4af";
}
.ri-scroll-to-bottom-line:before {
content: "\f4b0";
}
.ri-add-large-fill:before {
content: "\f4b1";
}
.ri-add-large-line:before {
content: "\f4b2";
}
.ri-aed-electrodes-fill:before {
content: "\f4b3";
}
.ri-aed-electrodes-line:before {
content: "\f4b4";
}
.ri-aed-fill:before {
content: "\f4b5";
}
.ri-aed-line:before {
content: "\f4b6";
}
.ri-alibaba-cloud-fill:before {
content: "\f4b7";
}
.ri-alibaba-cloud-line:before {
content: "\f4b8";
}
.ri-align-item-bottom-fill:before {
content: "\f4b9";
}
.ri-align-item-bottom-line:before {
content: "\f4ba";
}
.ri-align-item-horizontal-center-fill:before {
content: "\f4bb";
}
.ri-align-item-horizontal-center-line:before {
content: "\f4bc";
}
.ri-align-item-left-fill:before {
content: "\f4bd";
}
.ri-align-item-left-line:before {
content: "\f4be";
}
.ri-align-item-right-fill:before {
content: "\f4bf";
}
.ri-align-item-right-line:before {
content: "\f4c0";
}
.ri-align-item-top-fill:before {
content: "\f4c1";
}
.ri-align-item-top-line:before {
content: "\f4c2";
}
.ri-align-item-vertical-center-fill:before {
content: "\f4c3";
}
.ri-align-item-vertical-center-line:before {
content: "\f4c4";
}
.ri-apps-2-add-fill:before {
content: "\f4c5";
}
.ri-apps-2-add-line:before {
content: "\f4c6";
}
.ri-close-large-fill:before {
content: "\f4c7";
}
.ri-close-large-line:before {
content: "\f4c8";
}
.ri-collapse-diagonal-2-fill:before {
content: "\f4c9";
}
.ri-collapse-diagonal-2-line:before {
content: "\f4ca";
}
.ri-collapse-diagonal-fill:before {
content: "\f4cb";
}
.ri-collapse-diagonal-line:before {
content: "\f4cc";
}
.ri-dashboard-horizontal-fill:before {
content: "\f4cd";
}
.ri-dashboard-horizontal-line:before {
content: "\f4ce";
}
.ri-expand-diagonal-2-fill:before {
content: "\f4cf";
}
.ri-expand-diagonal-2-line:before {
content: "\f4d0";
}
.ri-expand-diagonal-fill:before {
content: "\f4d1";
}
.ri-expand-diagonal-line:before {
content: "\f4d2";
}
.ri-firebase-fill:before {
content: "\f4d3";
}
.ri-firebase-line:before {
content: "\f4d4";
}
.ri-flip-horizontal-2-fill:before {
content: "\f4d5";
}
.ri-flip-horizontal-2-line:before {
content: "\f4d6";
}
.ri-flip-horizontal-fill:before {
content: "\f4d7";
}
.ri-flip-horizontal-line:before {
content: "\f4d8";
}
.ri-flip-vertical-2-fill:before {
content: "\f4d9";
}
.ri-flip-vertical-2-line:before {
content: "\f4da";
}
.ri-flip-vertical-fill:before {
content: "\f4db";
}
.ri-flip-vertical-line:before {
content: "\f4dc";
}
.ri-formula:before {
content: "\f4dd";
}
.ri-function-add-fill:before {
content: "\f4de";
}
.ri-function-add-line:before {
content: "\f4df";
}
.ri-goblet-2-fill:before {
content: "\f4e0";
}
.ri-goblet-2-line:before {
content: "\f4e1";
}
.ri-golf-ball-fill:before {
content: "\f4e2";
}
.ri-golf-ball-line:before {
content: "\f4e3";
}
.ri-group-3-fill:before {
content: "\f4e4";
}
.ri-group-3-line:before {
content: "\f4e5";
}
.ri-heart-add-2-fill:before {
content: "\f4e6";
}
.ri-heart-add-2-line:before {
content: "\f4e7";
}
.ri-id-card-fill:before {
content: "\f4e8";
}
.ri-id-card-line:before {
content: "\f4e9";
}
.ri-information-off-fill:before {
content: "\f4ea";
}
.ri-information-off-line:before {
content: "\f4eb";
}
.ri-java-fill:before {
content: "\f4ec";
}
.ri-java-line:before {
content: "\f4ed";
}
.ri-layout-grid-2-fill:before {
content: "\f4ee";
}
.ri-layout-grid-2-line:before {
content: "\f4ef";
}
.ri-layout-horizontal-fill:before {
content: "\f4f0";
}
.ri-layout-horizontal-line:before {
content: "\f4f1";
}
.ri-layout-vertical-fill:before {
content: "\f4f2";
}
.ri-layout-vertical-line:before {
content: "\f4f3";
}
.ri-menu-fold-2-fill:before {
content: "\f4f4";
}
.ri-menu-fold-2-line:before {
content: "\f4f5";
}
.ri-menu-fold-3-fill:before {
content: "\f4f6";
}
.ri-menu-fold-3-line:before {
content: "\f4f7";
}
.ri-menu-fold-4-fill:before {
content: "\f4f8";
}
.ri-menu-fold-4-line:before {
content: "\f4f9";
}
.ri-menu-unfold-2-fill:before {
content: "\f4fa";
}
.ri-menu-unfold-2-line:before {
content: "\f4fb";
}
.ri-menu-unfold-3-fill:before {
content: "\f4fc";
}
.ri-menu-unfold-3-line:before {
content: "\f4fd";
}
.ri-menu-unfold-4-fill:before {
content: "\f4fe";
}
.ri-menu-unfold-4-line:before {
content: "\f4ff";
}
.ri-mobile-download-fill:before {
content: "\f500";
}
.ri-mobile-download-line:before {
content: "\f501";
}
.ri-nextjs-fill:before {
content: "\f502";
}
.ri-nextjs-line:before {
content: "\f503";
}
.ri-nodejs-fill:before {
content: "\f504";
}
.ri-nodejs-line:before {
content: "\f505";
}
.ri-pause-large-fill:before {
content: "\f506";
}
.ri-pause-large-line:before {
content: "\f507";
}
.ri-play-large-fill:before {
content: "\f508";
}
.ri-play-large-line:before {
content: "\f509";
}
.ri-play-reverse-large-fill:before {
content: "\f50a";
}
.ri-play-reverse-large-line:before {
content: "\f50b";
}
.ri-police-badge-fill:before {
content: "\f50c";
}
.ri-police-badge-line:before {
content: "\f50d";
}
.ri-prohibited-2-fill:before {
content: "\f50e";
}
.ri-prohibited-2-line:before {
content: "\f50f";
}
.ri-shopping-bag-4-fill:before {
content: "\f510";
}
.ri-shopping-bag-4-line:before {
content: "\f511";
}
.ri-snowflake-fill:before {
content: "\f512";
}
.ri-snowflake-line:before {
content: "\f513";
}
.ri-square-root:before {
content: "\f514";
}
.ri-stop-large-fill:before {
content: "\f515";
}
.ri-stop-large-line:before {
content: "\f516";
}
.ri-tailwind-css-fill:before {
content: "\f517";
}
.ri-tailwind-css-line:before {
content: "\f518";
}
.ri-tooth-fill:before {
content: "\f519";
}
.ri-tooth-line:before {
content: "\f51a";
}
.ri-video-off-fill:before {
content: "\f51b";
}
.ri-video-off-line:before {
content: "\f51c";
}
.ri-video-on-fill:before {
content: "\f51d";
}
.ri-video-on-line:before {
content: "\f51e";
}
.ri-webhook-fill:before {
content: "\f51f";
}
.ri-webhook-line:before {
content: "\f520";
}
.ri-weight-fill:before {
content: "\f521";
}
.ri-weight-line:before {
content: "\f522";
}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.slick-slider{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,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{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}.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:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .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.open,.nice-select:active,.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 .15s ease-in-out;transition:all .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:#ccc}.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,.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(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .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:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.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}:root {
--theme-color: #EA5501;
--title-color: #15161C;
--body-color: #737373;
--smoke-color: #FAFAFA;
--smoke-color2: #EBEBEB;
--smoke-color3: #F5F5F5;
--smoke-color4: #F4F4F4;
--smoke-color5: #F2F2F2;
--black-color: #202020;
--gray-color: #232323;
--white-color: #ffffff;
--light-color: #9fa2ad;
--yellow-color: #FFB539;
--success-color: #28a745;
--error-color: #dc3545;
--border-color: rgba(21, 22, 28, 0.15);
--title-font: "Titillium Web", sans-serif;
--body-font: "Archivo", sans-serif;
--icon-font: remixicon!important;
--main-container: 1362px;
--container-gutters: 24px;
--section-space: 100px;
--section-space-mobile: 80px;
--section-title-space: 60px;
--ripple-ani-duration: 5s;
} html,
body {
scroll-behavior: smooth !important;
}
.ijfSyc{
display:none !important;
}
.hQDBEg{
display:none !important;
}
body {
font-family: var(--body-font);
font-size: 16px;
font-weight: 400;
color: var(--body-color);
line-height: 26px;
overflow-x: hidden;
-webkit-font-smoothing: antialiased; }
body::-webkit-scrollbar {
width: 10px;
height: 10px;
}
body::-webkit-scrollbar-track {
background: rgba(251, 212, 81, 0.1);
}
body::-webkit-scrollbar-thumb {
background: #bba35b;
border-radius: 0px;
}
iframe {
border: none;
width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
outline: none;
}
input:focus {
outline: none;
box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
max-width: 100%;
height: auto;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
table {
margin: 0 0 1.5em;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid var(--border-color);
}
th {
font-weight: 700;
color: var(--title-color);
}
td,
th {
border: 1px solid var(--border-color);
padding: 9px 12px;
}
a {
color: #bba35b;
text-decoration: none;
outline: 0;
transition: all ease 0.4s;
}
a:hover {
color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
text-decoration: none;
outline: 0;
}
button {
transition: all ease 0.4s;
}
img {
border: none;
max-width: 100%;
}
ins {
text-decoration: none;
}
pre {
font-family: var(--body-font);
background: #f5f5f5;
color: #666;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre-wrap;
word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
display: none;
}
p {
font-family: var(--body-font);
margin: 0 0 18px 0;
color: #444;
line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
font-size: inherit;
font-family: inherit;
font-weight: inherit;
line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
font-family: var(--title-font);
color: var(--title-color);
text-transform: none;
font-weight: 700;
line-height: 1.4;
margin: 0 0 15px 0;
}
.h1,
h1 {
font-size: 82px;
line-height: 0.9333em;
}
.h2,
h2 {
font-size: 25px;
line-height: 1.057;
}
.h3,
h3 {
font-size: 36px;
line-height: 1.278;
}
.h4,
h4 {
font-size: 24px;
line-height: 1.333;
}
.h5,
h5 {
font-size: 22px;
line-height: 1.417;
}
.h6,
h6 {
font-size: 18px;
line-height: 1.5;
} @media (max-width: 1399px) {
.h1,
h1 {
font-size: 54px;
}
} @media (max-width: 1199px) {
.h1,
h1 {
font-size: 44px;
}
.h2,
h2 {
font-size: 40px;
}
.h3,
h3 {
font-size: 30px;
}
.h4,
h4 {
font-size: 24px;
}
.h5,
h5 {
font-size: 20px;
}
.h6,
h6 {
font-size: 16px;
}
} @media (max-width: 991px) {
.h1,
h1 {
font-size: 50px;
}
} @media (max-width: 767px) {
.h1,
h1 {
font-size: 40px;
}
.h2,
h2 {
font-size: 34px;
line-height: 1.3;
}
.h3,
h3 {
font-size: 26px;
}
.h4,
h4 {
font-size: 22px;
}
.h5,
h5 {
font-size: 18px;
}
.h6,
h6 {
font-size: 16px;
}
} @media (max-width: 575px) {
.h2,
h2 {
font-size: 30px;
}
} @media (max-width: 375px) {
.h1,
h1 {
font-size: 34px;
}
} .admin-bar .default-header .sticky-wrapper.sticky {
top: 32px;
}
.wp-block-search__label {
position: relative;
font-size: 24px;
font-weight: 500 !important;
font-family: var(--title-font);
line-height: 1em;
margin: -0.12em 0 25px 0;
}
p.has-drop-cap {
margin-bottom: 20px;
}
.page--item p:last-child .alignright {
clear: right;
}
.blog-title,
.pagi-title,
.breadcumb-title {
word-break: break-word;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
color: var(--body-color);
}
.bypostauthor,
.gallery-caption {
display: block;
}
.page-links,
.clearfix {
clear: both;
}
.page--item {
margin-bottom: 30px;
}
.page--item p {
line-height: 1.8;
}
.page--item .th-comment-form {
padding: 0;
}
.page--item .th-comments-wrap {
margin-left: 0;
margin-right: 0;
margin-top: 30px;
}
.content-none-search {
margin-top: 30px;
}
.wp-block-button.aligncenter {
text-align: center;
}
.alignleft {
display: inline;
float: left;
margin-bottom: 10px;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-bottom: 10px;
margin-left: 1.5em;
margin-right: 1em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.gallery {
margin-bottom: 1.5em;
width: 100%;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
padding: 0 5px;
}
.wp-block-columns {
margin-bottom: 1em;
}
figure.gallery-item {
margin-bottom: 10px;
display: inline-block;
}
figure.wp-block-gallery {
margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
font-size: 12px;
color: var(--body-color);
line-height: 1.5;
padding: 0.5em 0;
}
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
color: var(--white-color);
}
.wp-block-cover {
margin-bottom: 15px;
}
.wp-caption-text {
text-align: center;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption .wp-caption-text {
margin: 0.5em 0;
font-size: 14px;
}
.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
margin-bottom: 30px;
}
.wp-block-media-text.alignwide {
background-color: var(--smoke-color);
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
line-height: 1.4;
}
.wp-block-latest-comments a {
color: inherit;
}
.wp-block-button {
margin-bottom: 10px;
}
.wp-block-button:last-child {
margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
color: #fff;
background-color: #bba35b;
}
.wp-block-button.is-style-outline .wp-block-button__link {
background-color: transparent;
border-color: var(--title-color);
color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
color: #fff;
background-color: #bba35b;
border-color: #bba35b;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
ol.wp-block-latest-comments li {
margin: 15px 0;
}
ul.wp-block-latest-posts {
padding: 0;
margin: 0;
margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
color: inherit;
}
ul.wp-block-latest-posts a:hover {
color: #bba35b;
}
ul.wp-block-latest-posts li {
margin: 15px 0;
}
.wp-block-search {
display: flex;
flex-wrap: wrap;
}
.wp-block-search .wp-block-search__inside-wrapper {
border: 1px solid #EAEBEE;
border-radius: 10px 0 0 10px;
overflow: hidden;
}
.wp-block-search .wp-block-search__input {
width: 100%;
max-width: 100%;
padding-left: 20px;
border: 0;
}
.wp-block-search .wp-block-search__button {
margin: 0;
min-width: 110px;
border: none;
color: #fff;
border-radius: 10px;
background-color: #bba35b;
}
.wp-block-search .wp-block-search__button.has-icon {
min-width: 55px;
}
.wp-block-search .wp-block-search__button:hover {
background-color: var(--title-color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
padding: 0;
border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
padding: 0 8px 0 25px;
}
ul.wp-block-rss a {
color: inherit;
}
.wp-block-group.has-background {
padding: 15px 15px 1px;
margin-bottom: 30px;
}
.wp-block-table td,
.wp-block-table th {
border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-table.is-style-stripes {
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.wp-block-table.is-style-stripes {
border: 0;
margin-bottom: 30px;
border-bottom: 0;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
border-color: var(--border-color);
}
.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .btn {
top: 32px;
}
@media (max-width: 782px) {
.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .btn {
top: 46px;
}
}
@media (max-width: 600px) {
.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .btn {
top: 0;
}
}
.post-password-form {
margin-bottom: 30px;
margin-top: 20px;
}
.post-password-form p {
display: flex;
position: relative;
gap: 15px; }
@media (max-width: 575px) {
.post-password-form p {
flex-wrap: wrap;
}
}
.post-password-form label {
display: flex;
align-items: center;
flex: auto;
margin-bottom: 0;
line-height: 1;
margin-top: 0;
gap: 15px; }
@media (max-width: 575px) {
.post-password-form label {
flex-wrap: wrap;
}
}
.post-password-form input {
width: 100%;
border: none;
height: 55px;
padding-left: 25px;
color: var(--body-color);
border: 1px solid var(--border-color);
}
.post-password-form input[type=submit] {
padding-left: 0;
padding-right: 0;
margin: 0;
width: 140px;
border: none;
color: #fff;
background-color: #bba35b;
text-align: center;
}
.post-password-form input[type=submit]:hover {
background-color: var(--title-color);
}
.page-links {
clear: both;
margin: 0 0 1.5em;
padding-top: 1em;
}
.page-links > .page-links-title {
margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
display: inline-block;
padding: 5px 13px;
background-color: var(--white-color);
color: var(--title-color);
border: 1px solid rgba(0, 0, 0, 0.08);
margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
opacity: 0.8;
color: var(--white-color);
background-color: #bba35b;
border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
background-color: #bba35b;
color: var(--white-color);
border-color: transparent;
}
.page-links span.screen-reader-text {
display: none;
}
.blog-single .wp-block-archives-dropdown {
margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
position: relative;
}
.blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
background-color: var(--smoke-color);
border: none;
padding: 40px;
border-radius: 15px;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
display: none;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
content: "\f0c1";
position: absolute;
font-family: "Font Awesome 6 Pro";
font-size: 5rem;
opacity: 0.3;
right: 15px;
line-height: 1;
top: 15px;
color: #bba35b;
z-index: 1;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
content: "\f08d";
position: absolute;
font-family: var(--icon-font);
font-size: 16px;
font-weight: 500;
opacity: 1;
right: 0;
top: 0;
color: var(--white-color);
background-color: #bba35b;
z-index: 1;
height: 44px;
width: 44px;
line-height: 44px;
text-align: center;
border-radius: 0 15px 0 4px;
}
.blog-single.format-quote blockquote, .blog-single.format-quote .wp-block-quote {
background: var(--white-color);
margin-bottom: 0;
}
.blog-single.format-quote:before {
content: "\f10e";
top: 0;
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
display: block;
margin-bottom: 30px;
}
.blog-single.format-chat .entry-content > p:nth-child(2n) {
background: var(--smoke-color);
padding: 5px 20px;
}
.blog-details .blog-single:before {
display: none;
}
.blog-details .blog-single .blog-content {
background-color: transparent;
overflow: hidden;
}
.blog-details .blog-single .blog-content p:last-child {
margin-bottom: 0;
}
.blog-details .blog-single.format-chat .blog-meta {
margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
background: var(--smoke-color);
padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
box-shadow: none;
background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
display: none;
}
.blog-single .wp-block-tag-cloud {
margin-bottom: 20px;
}
.blog-single .wp-block-tag-cloud a {
background-color: var(--smoke-color);
color: var(--title-color);
box-shadow: none;
}
.th-search {
background-color: #f3f3f3;
margin-bottom: 30px;
border: 1px solid #f3f3f3;
}
.th-search .search-grid-content {
padding: 30px; }
@media (max-width: 767px) {
.th-search .search-grid-content {
padding: 20px;
}
}
.th-search .search-grid-title {
font-size: 20px;
margin-bottom: 5px;
margin-top: 0;
}
.th-search .search-grid-title a {
color: inherit;
}
.th-search .search-grid-title a:hover {
color: #bba35b;
}
.th-search .search-grid-meta > * {
display: inline-block;
margin-right: 15px;
font-size: 14px;
}
.th-search .search-grid-meta > *:last-child {
margin-right: 0;
}
.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
color: var(--body-color);
} @media (max-width: 1199px) {
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
font-size: 14px;
padding: 8px 16px;
}
.blog-single.format-quote:before {
top: 15px;
}
} @media (max-width: 767px) {
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
font-size: 14px;
padding: 8px 16px;
}
}
@media (max-width: 768px) {
.wp-block-latest-comments {
padding-left: 10px;
}
.page--content.clearfix + .th-comment-form {
margin-top: 24px;
}
}
.site {
overflow-x: visible;
}   @media (max-width: 1399px) {
:root {
--main-container: 1250px;
}
}
.container2 {
max-width: 1330px;
margin: auto;
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: calc(var(--main-container) + var(--container-gutters));
}
.container2 {
max-width: 1330px;
}
}
@media only screen and (min-width: 1300px) {
.container2.px-0,
.container-xxl.px-0,
.container-xl.px-0,
.container-lg.px-0,
.container-md.px-0,
.container-sm.px-0,
.container.px-0 {
max-width: var(--main-container);
}
.container2 {
max-width: 1330px;
}
} @media (max-width: 1399px) {
.container2 {
max-width: 1140px;
}
} @media (max-width: 1199px) {
.container2 {
max-width: 960px;
}
} @media (max-width: 991px) {
.container2 {
max-width: 720px;
}
} @media (max-width: 767px) {
.container2 {
max-width: 540px;
}
}
@media only screen and (max-width: 1600px) {
.container-fluid.px-0 {
padding-left: 15px !important;
padding-right: 15px !important;
}
.container-fluid.px-0 .row {
margin-left: 0 !important;
margin-right: 0 !important;
}
} @media (max-width: 1199px) {
.container2 {
padding-left: 15px !important;
padding-right: 15px !important;
}
} .slick-track > [class*=col] {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.gy-15 {
--bs-gutter-y: 15px;
}
.gy-30 {
--bs-gutter-y: 30px;
}
.gy-40 {
--bs-gutter-y: 40px;
}
.gy-50 {
--bs-gutter-y: 50px;
}
.gy-60 {
--bs-gutter-y: 60px;
}
.gy-80 {
--bs-gutter-y: 80px;
}
.gx-10 {
--bs-gutter-x: 10px;
}
@media (min-width: 1299px) {
.gx-100 {
--bs-gutter-x: 100px;
}
.gx-70 {
--bs-gutter-x: 70px;
}
.gx-60 {
--bs-gutter-x: 60px;
}
.gx-50 {
--bs-gutter-x: 50px;
}
}
@media (min-width: 1399px) {
.gx-30 {
--bs-gutter-x: 30px;
}
.gx-25 {
--bs-gutter-x: 25px;
}
.gx-40 {
--bs-gutter-x: 40px;
}
.gx-90 {
--bs-gutter-x: 90px;
}
.gx-80 {
--bs-gutter-x: 80px;
}
.gx-100 {
--bs-gutter-x: 100px;
}
} @media (max-width: 1199px) {
.gy-80 {
--bs-gutter-y: 40px;
}
} @media (max-width: 991px) {
.gy-50 {
--bs-gutter-y: 40px;
}
} select,
.single-select,
.form-control,
.form-select,
textarea,
input {
height: 50px;
padding: 0 20px;
border: 1px solid transparent;
color: var(--body-color);
background-color: var(--smoke-color3);
font-size: 16px;
width: 100%;
font-family: var(--body-font);
transition: 0.4s ease-in-out;
padding-right: 45px;
border-radius: 2px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
outline: 0;
box-shadow: none;
border-color: #bba35b;
background-color: var(--smoke-color);
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
color: var(--body-color);
}
select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
height: auto;
border: none;
border: 2px solid #bba35b;
padding: 14.5px 30px;
background-color: transparent;
line-height: initial;
}
select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
background-color: var(--title-color);
color: var(--body-color);
padding: 2px 15px;
}
select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
color: var(--body-color);
}
select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
color: var(--body-color);
}
select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
color: var(--body-color);
}
select.style2::placeholder,
.single-select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
color: var(--body-color);
}
select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
background: var(--white-color);
}
select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
background: transparent;
border: 1px solid var(--border-color);
}
select.style-border:focus,
.single-select.style-border:focus,
.form-control.style-border:focus,
.form-select.style-border:focus,
textarea.style-border:focus,
input.style-border:focus {
outline: 0;
box-shadow: none;
border-color: #bba35b;
}
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
background: transparent;
border: 1px solid var(--white-color);
color: var(--white-color);
}
select.style-border2::placeholder,
.single-select.style-border2::placeholder,
.form-control.style-border2::placeholder,
.form-select.style-border2::placeholder,
textarea.style-border2::placeholder,
input.style-border2::placeholder {
color: var(--white-color);
}
select.style-border2 option,
.single-select.style-border2 option,
.form-control.style-border2 option,
.form-select.style-border2 option,
textarea.style-border2 option,
input.style-border2 option {
color: var(--title-color);
}
select.style-border2:focus,
.single-select.style-border2:focus,
.form-control.style-border2:focus,
.form-select.style-border2:focus,
textarea.style-border2:focus,
input.style-border2:focus {
outline: 0;
box-shadow: none;
border-color: var(--border-color);
}
select.style-border3,
.single-select.style-border3,
.form-control.style-border3,
.form-select.style-border3,
textarea.style-border3,
input.style-border3 {
background: transparent;
border: 0;
border-bottom: 2px solid rgba(255, 255, 255, 0.15);
padding: 0;
color: rgba(255, 255, 255, 0.8);
}
select.style-border3::placeholder,
.single-select.style-border3::placeholder,
.form-control.style-border3::placeholder,
.form-select.style-border3::placeholder,
textarea.style-border3::placeholder,
input.style-border3::placeholder {
color: rgba(255, 255, 255, 0.8);
transition: 0.4s;
}
select.style-border3:hover, select.style-border3:active, select.style-border3:focus,
.single-select.style-border3:hover,
.single-select.style-border3:active,
.single-select.style-border3:focus,
.form-control.style-border3:hover,
.form-control.style-border3:active,
.form-control.style-border3:focus,
.form-select.style-border3:hover,
.form-select.style-border3:active,
.form-select.style-border3:focus,
textarea.style-border3:hover,
textarea.style-border3:active,
textarea.style-border3:focus,
input.style-border3:hover,
input.style-border3:active,
input.style-border3:focus {
border-color: white;
color: var(--white-color);
}
select.style-border3:hover::placeholder, select.style-border3:active::placeholder, select.style-border3:focus::placeholder,
.single-select.style-border3:hover::placeholder,
.single-select.style-border3:active::placeholder,
.single-select.style-border3:focus::placeholder,
.form-control.style-border3:hover::placeholder,
.form-control.style-border3:active::placeholder,
.form-control.style-border3:focus::placeholder,
.form-select.style-border3:hover::placeholder,
.form-select.style-border3:active::placeholder,
.form-select.style-border3:focus::placeholder,
textarea.style-border3:hover::placeholder,
textarea.style-border3:active::placeholder,
textarea.style-border3:focus::placeholder,
input.style-border3:hover::placeholder,
input.style-border3:active::placeholder,
input.style-border3:focus::placeholder {
color: var(--white-color);
}
select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
background: var(--smoke-color3);
}
.form-text {
font-size: 16px;
}
.form-text a {
color: var(--title-color);
font-weight: 500;
}
.single-select,
.form-select,
select {
display: block;
width: 100%;
line-height: 50px;
cursor: pointer;
background-image: none;
background-position: right 26px center;
background-repeat: no-repeat;
background-size: 16px 12px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.single-select:after,
.form-select:after,
select:after {
right: 20px;
height: 6px;
width: 11px;
transform: rotate(0);
border-top: solid 6px var(--body-color);
border-bottom: transparent;
border-left: solid 5px transparent;
border-right: solid 5px transparent;
margin-top: -1px;
transform-origin: center;
}
.single-select.open:after,
.form-select.open:after,
select.open:after {
transform: rotate(-180deg);
}
.single-select .list,
.form-select .list,
select .list {
width: 100%;
}
textarea.form-control,
textarea {
min-height: 150px;
padding-top: 16px;
padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
min-height: 100px;
}
.form-group {
position: relative;
display: flex;
flex-wrap: wrap;
}
.form-group > i {
display: inline-block;
position: absolute;
right: 25px;
top: 21px;
font-size: 16px;
color: var(--body-color);
}
.form-group > i.fa-envelope {
padding-top: 1px;
}
.form-group > i.fa-comment {
margin-top: -2px;
}
.form-group > i.fa-chevron-down {
width: 17px;
background-color: var(--smoke-color);
}
.form-group.has-label > i {
top: 50px;
}
.form-group.has-icon .form-control {
padding-left: 70px;
}
.form-group.has-icon .input-icon {
display: inline-block;
position: absolute;
left: 40px;
top: 18px;
font-size: 16px;
color: var(--body-color);
}
.form-group.has-icon .input-icon:hover {
color: #bba35b;
}
.form-group.radius-group input {
border-radius: 100px;
}
.form-group.style-2 .form-control {
padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
padding: 16px 30px 30px 55px;
}
.form-group.style-3 .form-control {
padding: 0 60px 0 30px;
}
[class*=col-].form-group > i {
right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
left: calc(var(--bs-gutter-x) / 2 + 30px);
right: auto;
}
option:checked, option:focus, option:hover {
background-color: #bba35b;
color: var(--white-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type=number] {
-moz-appearance: textfield;
}
input[type=checkbox] {
visibility: hidden;
opacity: 0;
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
display: none;
border-radius: 10px;
}
input[type=checkbox]:checked ~ label:before {
content: "\f00c";
color: var(--white-color);
background-color: #bba35b;
border-color: #bba35b;
}
input[type=checkbox] ~ label {
position: relative;
padding-left: 30px;
cursor: pointer;
display: block;
}
input[type=checkbox] ~ label:before {
content: "";
font-family: var(--icon-font);
font-weight: 700;
position: absolute;
left: 0px;
top: 3.5px;
background-color: var(--white-color);
border: 1px solid #bba35b;
height: 18px;
width: 18px;
line-height: 18px;
text-align: center;
font-size: 12px;
}
input[type=checkbox].style2 ~ label {
color: #8B929C;
padding-left: 23px;
margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
background-color: white;
border: 1px solid rgb(247, 204, 215);
height: 14px;
width: 14px;
line-height: 14px;
border-radius: 3px;
top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
color: #bba35b;
}
input[type=radio] {
visibility: hidden;
opacity: 0;
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
display: none;
}
input[type=radio] ~ label {
position: relative;
padding-left: 30px;
cursor: pointer;
line-height: 1;
display: inline-block;
font-weight: 600;
margin-bottom: 0;
}
input[type=radio] ~ label::before {
content: "\f3c1";
position: absolute;
font-family: var(--icon-font);
left: 0;
top: -2px;
width: 20px;
height: 20px;
padding-left: 0;
font-size: 8px;
line-height: 18px;
text-align: center;
border: 1px solid #bba35b;
border-radius: 100%;
font-weight: 700;
background: var(--white-color);
color: transparent;
transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
border-color: #bba35b;
background-color: #bba35b;
color: var(--white-color);
}
label {
margin-bottom: 0.5em;
margin-top: -0.3em;
display: block;
color: var(--title-color);
font-family: var(--body-font);
font-size: 16px;
}
textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
border: 1px solid var(--error-color) !important;
background-position: right calc(0.375em + 0.8875rem) center;
background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
outline: 0;
box-shadow: none;
}
textarea.is-invalid {
background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}
.row.no-gutters > .form-group {
margin-bottom: 0;
}
.form-messages {
display: none;
}
.form-messages.mb-0 * {
margin-bottom: 0;
}
.form-messages.success {
color: var(--success-color);
display: block;
}
.form-messages.error {
color: var(--error-color);
display: block;
}
.form-messages pre {
padding: 0;
background-color: transparent;
color: inherit;
} .slick-track > [class*=col] {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.slick-track {
min-width: 100%;
}
.slick-list {
padding-left: 0;
padding-right: 0;
overflow: hidden;
}
.slick-slide img {
display: inline-block;
}
.slick-dots {
list-style-type: none;
padding: 0;
margin: 40px 0 0px 0;
line-height: 0;
text-align: center;
height: max-content;
}
.slick-dots li {
display: inline-block;
margin-right: 15px;
}
.slick-dots li:last-child {
margin-right: 0;
}
.slick-dots button {
font-size: 0;
padding: 0;
width: 8px;
height: 8px;
line-height: 0;
border-radius: 9999px;
border: none;
background-color: #CCCCCD;
transition: all ease 0.4s;
position: relative;
}
.slick-dots button:hover {
border-color: #bba35b;
}
.slick-dots button:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 20px;
height: 20px;
margin: -10px 0 0 -10px;
background: #F2F2F2;
border-radius: 50%;
transition: all ease 0.4s;
opacity: 0;
visibility: hidden;
z-index: -1;
}
.slick-dots .slick-active button {
background-color: #bba35b;
}
.slick-dots .slick-active button::before {
opacity: 1;
visibility: visible;
}
.dot-style2 .slick-dots li {
margin-right: 25px;
}
.dot-style2 .slick-dots li:last-child {
margin-right: 0;
}
.dot-style2 .slick-dots button {
width: 10px;
height: 10px;
background: rgba(255, 255, 255, 0.2);
}
.dot-style2 .slick-dots button:before {
width: 25px;
height: 25px;
margin: -12.5px 0 0 -12.5px;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.dot-style2 .slick-dots .slick-active button {
background: #bba35b;
}
.slick-arrow {
--pos-x: 362px;
display: inline-block;
padding: 0;
background-color: var(--smoke-color);
color: #bba35b;
position: absolute;
top: 50%;
border: none;
border-radius: 0;
right: var(--pos-x, 120px);
width: var(--icon-size, 65px);
height: var(--icon-size, 65px);
line-height: var(--icon-size, 65px);
font-size: var(--icon-font-size, 18px);
margin-top: calc(var(--icon-size, 53px) / -1);
box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
z-index: 2;
opacity: 1;
}
.slick-arrow i {
font-size: var(--icon-font-size, 24px);
}
.slick-arrow.default {
position: relative;
--pos-x: 0;
margin-top: 0;
}
.slick-arrow.slick-next {
margin-top: 20px;
}
.slick-arrow.style2 {
--icon-size: 50px;
border-radius: 2px;
color: #bba35b;
background: var(--smoke-color5);
box-shadow: none;
}
.slick-arrow.style2:hover {
background: #bba35b;
color: var(--white-color);
}
.slick-arrow.style3 {
color: var(--white-color);
border: 1px solid #bba35b;
background: transparent;
box-shadow: none;
}
.slick-arrow.style3:hover {
background: #bba35b;
border-color: #bba35b;
}
.slick-arrow:hover {
opacity: 1;
background: #bba35b;
color: var(--white-color);
}
.arrow-margin .slick-arrow {
--pos-x: -100px;
margin: 0;
transform: translate(0, -50%);
border-radius: 5px;
}
.arrow-margin .slick-arrow.slick-prev {
right: auto;
left: var(--pos-x);
}
.arrow-wrap .slick-arrow {
opacity: 0;
visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
opacity: 1;
visibility: visible;
} @media (min-width: 1922px) {
.slick-arrow {
--pos-x: 362px;
}
}
@media (max-width: 1600px) {
.slick-arrow {
--pos-x: 212px;
}
} @media (max-width: 1500px) {
.slick-arrow {
--pos-x: 132px;
}
} @media (max-width: 1399px) {
.slick-arrow {
--pos-x: 120px;
}
}
@media (max-width: 1200px) {
.slick-arrow {
--pos-x: 42px;
}
} @media (max-width: 991px) {
.slick-dots {
margin: 40px 0 0 0;
}
.icon-box .slick-arrow {
margin-right: 0;
}
} .mobile-menu-wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.9);
z-index: 999999;
width: 0;
width: 100%;
height: 100%;
transition: all ease 0.8s;
opacity: 0;
visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
padding: 0 0 0 30px;
display: flex;
gap: 30px;
justify-content: space-between;
align-items: center;
background-color: var(--smoke-color);
border-bottom: 1px solid #bba35b;
}
.mobile-menu-wrapper .mobile-logo svg {
max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
border: 0;
border-left: 1px solid #bba35b;
font-size: 22px;
right: -16.5px;
top: 25px;
padding: 20px 30px 20px 30px;
line-height: 1;
line-height: 36px;
font-size: 18px;
z-index: 1;
color: #bba35b;
background-color: transparent;
border-radius: 0;
}
.mobile-menu-wrapper .menu-toggle i {
font-size: 24px;
}
.mobile-menu-wrapper .menu-toggle:hover {
background-color: #bba35b;
color: var(--white-color);
}
.mobile-menu-wrapper .mobile-menu-area {
width: 100%;
max-width: 310px;
background-color: #fff;
height: 100%;
position: relative;
left: -110%;
opacity: 0;
visibility: hidden;
transition: all ease 1s;
z-index: 1;
}
.mobile-menu-wrapper.body-visible {
opacity: 1;
visibility: visible;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
left: 0;
opacity: 1;
visibility: visible;
}
.mobile-menu {
overflow-y: scroll;
max-height: calc(100vh - 200px);
padding-bottom: 40px;
margin-top: 20px;
text-align: left;
}
.mobile-menu ul {
margin: 0;
padding: 0 0;
}
.mobile-menu ul li {
border-bottom: 1px solid #fdedf1;
list-style-type: none;
}
.mobile-menu ul li li:first-child {
border-top: 1px solid #fdedf1;
}
.mobile-menu ul li a {
display: block;
position: relative;
padding: 12px 0;
line-height: 1.4;
font-size: 16px;
text-transform: capitalize;
color: var(--title-color);
padding-left: 0px;
}
.mobile-menu ul li.active-class > a {
color: #bba35b;
}
.mobile-menu ul li.active-class > a:before {
transform: rotate(90deg);
}
.mobile-menu ul li ul li {
padding-left: 20px;
}
.mobile-menu ul li ul li:last-child {
border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
position: absolute;
right: 0;
top: 50%;
font-weight: 400;
font-size: 18px;
width: 100%;
height: 100%;
line-height: 25px;
margin-top: -12.5px;
display: inline-block;
text-align: end;
background-color: transparent;
color: var(--title-color);
box-shadow: none;
border-radius: 0;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
content: "\ea4e";
font-family: var(--icon-font);
font-weight: 400;
font-size: 18px;
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
content: "\ea78";
}
.mobile-menu > ul {
padding: 0 30px;
}
.mobile-menu > ul > li:last-child {
border-bottom: none;
}
@media (max-width: 400px) {
.mobile-menu-wrapper .mobile-menu-area {
width: 100%;
max-width: 270px;
}
.mobile-menu > ul {
padding: 0 20px;
}
}  .preloader {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999;
background-color: var(--title-color);
}
.preloader .btn {
padding: 15px 20px;
border-radius: 0;
font-size: 14px;
text-transform: capitalize;
}
.preloader .btn:after {
border-radius: 0;
}
.preloader-inner {
text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
line-height: 1;
}
.preloader-inner img {
display: block;
margin: 0 auto 10px auto;
}
.loader {
color: #ffffff;
font-size: 45px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
transform: translateZ(0);
animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
display: inline-block;
}
@keyframes mltShdSpin {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%, 95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%, 59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes round {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .btn {
position: relative;
z-index: 2;
vertical-align: middle;
display: inline-flex;
gap: 15px;
border: none;
border-radius: 0px !important;
text-align: center;
background-color: #bba35b;
color: var(--white-color);
font-family: var(--title-font);
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
padding: 19px 30px;
overflow: hidden;
align-items: center;
}
.btn::after, .btn::before {
content: "";
display: block;
width: 50px;
height: 50px;
transform: translate(-50%, -50%);
position: absolute;
border-radius: 50%;
z-index: -1;
background-color: var(--title-color);
transition: 1s ease;
}
.btn:before {
top: -2em;
left: -2em;
}
.btn:after {
left: calc(100% + 2em);
top: calc(100% + 2em);
}
.btn i {
font-size: 20px;
}
.btn:focus, .btn:hover, .btn:active {
color: var(--white-color);
box-shadow: none;
}
.btn:focus:after, .btn:focus:before, .btn:hover:after, .btn:hover:before, .btn:active:after, .btn:active:before {
height: 410px;
width: 410px;
}
.btn.style2:before, .btn.style2:after {
background-color: var(--white-color);
}
.btn.style2:active, .btn.style2:focus, .btn.style2:hover {
color: var(--title-color);
}
.btn.style3 {
background: var(--title-color);
}
.btn.style3:before, .btn.style3:after {
background-color: #bba35b;
}
.btn.style4 {
background: var(--smoke-color);
color: #bba35b;
}
.btn.style4:after, .btn.style4:before {
background: #bba35b;
}
.btn.style4:active, .btn.style4:focus, .btn.style4:hover {
color: var(--white-color);
}
.btn.style5 {
background: var(--white-color);
color: var(--title-color);
}
.btn.style5:after, .btn.style5:before {
background: var(--title-color);
}
.btn.style5:active, .btn.style5:focus, .btn.style5:hover {
color: var(--white-color);
}
.btn.style6 {
background: var(--white-color);
color: #bba35b;
}
.btn.style6:after, .btn.style6:before {
background: var(--title-color);
}
.btn.style6:active, .btn.style6:focus, .btn.style6:hover {
color: var(--white-color);
}
.btn.style-border {
color: var(--body-color);
border: 2px solid rgba(21, 22, 28, 0.1);
background: transparent;
}
.btn.style-border:before, .btn.style-border:after {
background: var(--title-color);
}
.btn.style-border:active, .btn.style-border:focus, .btn.style-border:hover {
color: var(--white-color);
}
.btn.style-border2 {
color: var(--title-color);
border: 1px solid var(--title-color);
background: transparent;
padding: 23px 30px 19px;
}
.btn.style-border2:before, .btn.style-border2:after {
background: var(--title-color);
}
.btn.style-border2:active, .btn.style-border2:focus, .btn.style-border2:hover {
color: var(--white-color);
}
.btn.style-border3 {
color: var(--title-color);
border: 1px solid #bba35b;
background: transparent;
padding: 23px 30px 19px;
}
.btn.style-border3:before, .btn.style-border3:after {
background: #bba35b;
}
.btn.style-border3:active, .btn.style-border3:focus, .btn.style-border3:hover {
color: var(--white-color);
}
.btn.style-border4 {
color: var(--body-color);
border: 2px solid rgba(21, 22, 28, 0.1);
background: transparent;
}
.btn.style-border4:before, .btn.style-border4:after {
background: #bba35b;
}
.btn.style-border4:active, .btn.style-border4:focus, .btn.style-border4:hover {
color: var(--white-color);
}
.btn.style-r0 {
border-radius: 0 !important;
}
.btn.style-r0:before {
border-radius: 0;
}
.btn.style-radius {
border-radius: 100px !important;
}
.btn.w-100 {
text-align: center;
justify-content: center;
}
.btn.w-100:hover {
background: var(--title-color);
}
.icon-btn {
display: inline-block;
width: var(--btn-size, 50px);
height: var(--btn-size, 50px);
line-height: var(--btn-size, 50px);
font-size: var(--btn-font-size, 20px);
background-color: #bba35b;
color: var(--white-color);
text-align: center;
border-radius: 0px;
border: none;
transition: 0.4s ease-in-out;
display: flex;
align-items: center;
justify-content: center;
}
.icon-btn:hover {
background-color: var(--title-color);
color: var(--white-color);
}
.icon-btn i {
font-size: 20px;
}
.icon-btn.btn-border {
background: transparent;
border: 2px solid #bba35b;
color: #bba35b;
}
.icon-btn.btn-border:hover {
background: #bba35b;
color: var(--white-color);
}
.play-btn {
display: inline-block;
position: relative;
z-index: 1;
}
.play-btn > i {
display: inline-block;
width: var(--icon-size, 100px);
height: var(--icon-size, 100px);
line-height: var(--icon-size, 100px);
text-align: center;
background-color: #bba35b;
color: var(--white-color);
font-size: var(--icon-font-size, 30px);
border-radius: 50%;
z-index: 1;
transition: all ease 0.4s;
}
.play-btn > i.fa-play {
padding-right: 0.18em;
}
.play-btn:after, .play-btn:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.1);
z-index: -1;
border-radius: 50%;
transition: all ease 0.4s;
}
.play-btn:after {
animation-delay: 2s;
}
.play-btn:hover i {
background-color: #bba35b;
}
.play-btn.style2 {
--icon-size: 56px;
--icon-font-size: 24px;
}
.play-btn.style2 i {
background: var(--white-color);
color: #bba35b;
line-height: 58px;
}
.play-btn.style2:after, .play-btn.style2:before {
background: rgba(255, 255, 255, 0.1);
}
.play-btn.style3 {
--icon-size: 66px;
}
.play-btn.style3 > i {
background-color: #bba35b;
color: var(--white-color);
font-size: 20px;
border-radius: 0;
}
.play-btn.style3:before, .play-btn.style3:after {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 0;
}
.play-btn.style3:hover > i {
background-color: var(--white-color);
color: #bba35b;
}
.play-btn.style4 > i {
background-color: var(--white-color);
color: #bba35b;
font-size: 30px;
padding-right: 0;
padding-left: 5px;
}
.play-btn.style4:before, .play-btn.style4:after {
background-color: rgba(255, 255, 255, 0.2);
}
.play-btn.style4:hover > i {
background-color: #bba35b;
color: var(--white-color);
}
.play-btn.style5 {
--icon-size: 85px;
}
.play-btn.style5 > i {
background-color: rgba(255, 255, 255, 0.1);
color: var(--white-color);
font-size: 20px;
border-radius: 0;
border: 2px solid rgba(255, 255, 255, 0.2);
}
.play-btn.style5:before, .play-btn.style5:after {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 0;
}
.play-btn.style5:hover > i {
background-color: var(--white-color);
color: #bba35b;
}
.play-btn.style6 > i {
background-color: var(--white-color);
color: #bba35b;
font-size: 30px;
padding-right: 0;
padding-left: 5px;
--icon-size: 64px;
}
.play-btn.style6:before, .play-btn.style6:after {
background-color: transparent;
border: 1px solid var(--white-color);
}
.play-btn.style6:hover > i {
background-color: #bba35b;
color: var(--white-color);
}
.play-btn.style7 > i {
background-color: #bba35b;
color: var(--white-color);
font-size: 24px;
padding-right: 0;
padding-left: 5px;
--icon-size: 64px;
}
.play-btn.style7:before, .play-btn.style7:after {
background-color: rgba(255, 255, 255, 0.7);
}
.play-btn.style7:hover > i {
background-color: var(--title-color);
color: var(--white-color);
}
.btn-with-icon {
font-size: 15px;
font-weight: 600;
font-family: var(--title-font);
color: var(--body-color);
text-transform: uppercase;
display: inline-flex;
gap: 10px;
transition: 0.4s;
border: 0;
background: transparent;
}
.btn-with-icon .btn-icon {
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
border-radius: 50%;
display: inline-block;
background: rgba(21, 22, 28, 0.1);
color: var(--title-color);
transition: inherit;
}
.btn-with-icon:hover {
color: #bba35b;
}
.btn-with-icon:hover .btn-icon {
background: #bba35b;
color: var(--white-color);
transform: rotate(45deg);
}
.btn-with-icon.style2 {
color: var(--white-color);
}
.btn-with-icon.style2 .btn-icon {
background: var(--white-color);
color: #bba35b;
}
.btn-with-icon.style3 {
color: var(--white-color);
}
.btn-with-icon.style3 .btn-icon {
background: #bba35b;
color: var(--white-color);
}
.play-btn-wrap {
align-items: center;
gap: 40px;
font-size: 20px;
font-family: var(--title-font);
color: var(--white-color);
max-width: 142px;
flex-wrap: nowrap;
display: flex;
line-height: 1.6em; }
.play-btn-wrap:hover {
color: #bba35b;
}
@media (max-width: 767px) {
.play-btn-wrap {
max-width: none;
}
}
.play-btn-wrap.style2 {
max-width: none;
font-size: 32px;
font-weight: 600; }
@media (max-width: 575px) {
.play-btn-wrap.style2 {
font-size: 24px;
}
}
.link-btn {
font-size: 14px;
font-weight: 600;
display: inline-block;
line-height: 0.8;
position: relative;
padding-bottom: 2px;
margin-bottom: -2px;
text-transform: uppercase;
color: #bba35b;
}
.link-btn i {
margin-left: 5px;
font-size: 0.9rem;
}
.link-btn:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: #bba35b;
transition: all ease 0.4s;
}
.link-btn:hover {
color: #bba35b;
}
.link-btn:hover::before {
width: 100%;
}
.link-btn.style2 {
color: var(--white-color);
}
.link-btn.style2:before {
background: var(--white-color);
}
.link-btn.style3 {
color: var(--title-color);
letter-spacing: 1px;
}
.link-btn.style3:before {
background: var(--title-color);
}
.line-btn {
font-size: 14px;
font-weight: 600;
display: inline-block;
line-height: 0.8;
position: relative;
padding-bottom: 4px;
margin-bottom: -1px;
text-transform: uppercase;
color: #bba35b;
}
.line-btn i {
margin-left: 5px;
font-size: 0.9rem;
}
.line-btn:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #bba35b;
transition: all ease 0.4s;
}
.line-btn:hover {
color: var(--title-color);
}
.line-btn:hover::before {
background-color: var(--title-color);
width: 45px;
}
.scroll-top {
position: fixed;
right: 30px;
bottom: 30px;
height: 50px;
width: 50px;
cursor: pointer;
display: block;
border-radius: 50px;
z-index: 10000;
opacity: 1;
visibility: hidden;
transform: translateY(45px);
transition: all 300ms linear;
}
.scroll-top:after {
content: "\ea76";
font-family: var(--icon-font);
position: absolute;
text-align: center;
line-height: 50px;
font-size: 20px;
font-weight: 700;
color: #bba35b;
left: 0;
top: 0;
height: 50px;
width: 50px;
cursor: pointer;
display: block;
z-index: 1;
border: 2px solid #bba35b;
box-shadow: none;
border-radius: 50%;
}
.scroll-top svg {
color: #bba35b;
border-radius: 50%;
background: var(--white-color);
}
.scroll-top svg path {
fill: none;
}
.scroll-top .progress-circle path {
stroke: #bba35b;
stroke-width: 20px;
box-sizing: border-box;
transition: all 400ms linear;
}
.scroll-top.show {
opacity: 1;
visibility: visible;
transform: translateY(0);
} @media (max-width: 767px) {
.play-btn {
--icon-size: 70px;
--icon-font-size: 24px;
}
.scroll-btn img {
width: 70px;
}
.scroll-btn.show {
bottom: -50px;
}
} .sec-title {
margin-bottom: calc(var(--section-title-space) - 36px);
margin-top: -0.15em;
font-weight: 600;
position: relative;
}
.sec-title .title-bg-shape {
position: absolute;
left: 0;
top: 0;
animation: bg-anim 10s linear infinite;
}
.sec-title .title-bg-shape.shape-center {
left: 50%;
transform: translate(-50%, 0);
}
h3.sec-title {
margin-top: -0.2em;
}
.sub-title {
display: block;
line-height: 1.2;
color: var(--body-color);
text-transform: uppercase;
font-size: 20px;
position: relative;
font-weight: 400;
font-family: var(--title-font);
margin-bottom: 30px;
}
.sub-title i, .sub-title svg,
.sub-title img {
margin-right: 15px;
}
.sub-title.text-white img {
filter: brightness(9) grayscale(9);
}
.box-title {
font-size: 24px;
line-height: 1.417;
font-weight: 600;
margin-top: -0.3em;
}
.box-title a {
color: inherit;
}
.box-title a:hover {
color: #bba35b;
}
.sec-btn {
justify-content: center;
align-items: center;
display: flex;
flex-wrap: wrap;
margin-bottom: var(--section-title-space);
}
.sec-text {
font-size: 18px;
font-family: var(--title-font);
margin-top: 23px;
line-height: 1.667;
margin-bottom: 0;
}
.title-area {
margin-bottom: calc(var(--section-title-space) - 10px);
position: relative;
z-index: 2;
}
.title-area.mb-0 .sec-title {
margin-bottom: 17px;
}
.title-area .sub-title {
margin-top: -0.2em;
}
.title-area.text-center .sub-title:after {
display: inline-block;
}
.white-title {
color: #fff;
font-weight: 700;
position: relative;
padding-bottom: 9px;
margin-bottom: 19px;
}
.white-title:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
background: #fff;
height: 2px;
width: 50px;
}
.page-title {
font-weight: 900;
margin-top: -0.3em;
}
.page-subtitle {
font-weight: 900;
} @media (max-width: 1399px) {
.sec-title {
font-size: 45px;
}
.sec-text {
margin-top: 0px;
}
} @media (max-width: 1199px) {
.title-area,
.sec-title {
--section-title-space: 60px;
}
.title-area.mb-45,
.sec-title.mb-45 {
margin-bottom: 36px;
}
.title-area.mb-50,
.sec-title.mb-50 {
margin-bottom: 40px;
}
.sec-btn,
.title-line {
--section-title-space: 55px;
}
.sec-title {
font-size: 40px;
}
.sec-text {
font-size: 16px;
}
} @media (max-width: 991px) {
.title-area,
.sec-title {
--section-title-space: 50px;
}
.title-area.mb-45,
.sec-title.mb-45 {
margin-bottom: 35px;
}
.sec-btn,
.title-line {
--section-title-space: 50px;
}
.sub-title {
font-size: 13px;
}
} @media (max-width: 767px) {
.sec-title {
font-size: 34px;
}
}
@media (max-width: 390px) {
.sec-title {
font-size: 20px;
}
.why-tab-wrap .nav-item .nav-link{
font-size: 17px !important;
}
.mobilvideo{
margin-top: 90px !important;
}
.mobil-alan{
padding-top: 35px !important;
padding-bottom: 20px !important;
}
.header-logo {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.footer-links{
display: none !important;
}
}
.shadow-title {
font-size: 200px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
opacity: 0.04;
letter-spacing: -0.015em;
line-height: 1;
margin-top: -0.45em;
margin-bottom: -0.55em;
position: relative;
z-index: -1;    }
@media (max-width: 1399px) {
.shadow-title {
font-size: 160px;
}
}
@media (max-width: 1199px) {
.shadow-title {
font-size: 130px;
}
}
@media (max-width: 991px) {
.shadow-title {
font-size: 90px;
}
}
@media (max-width: 767px) {
.shadow-title {
display: none;
}
} .shape-mockup-wrap {
z-index: 2;
position: relative;
}
.shape-mockup {
position: absolute;
z-index: -1;
}
.shape-mockup.z-index-3 {
z-index: 3;
}
.z-index-step1 {
position: relative;
z-index: 4 !important;
}
.z-index-common {
position: relative;
z-index: 3;
}
.z-index-3 {
z-index: 3;
}
.z-index-n1 {
z-index: -1;
}
.media-body {
flex: 1;
}
.badge {
position: absolute;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
display: inline-block;
text-align: center;
background-color: #bba35b;
color: var(--white-color);
padding: 0.2em 0.45em;
font-size: 0.6em;
border-radius: 50%;
top: 7px;
left: 12px;
font-weight: 400;
transition: 0.3s ease-in-out;
}
.social-btn {
display: flex;
gap: 10px;
}
.social-btn a {
height: 25px;
width: 25px;
line-height: 25px;
border-radius: 0px;
display: inline-block;
background-color: var(--smoke-color5);
color: var(--body-color);
text-align: center;
font-size: 16px;
}
.social-btn a:hover {
background: #bba35b;
color: var(--white-color);
}
.social-btn.style2 a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
color: var(--white-color);
background: rgba(255, 255, 255, 0.1);
}
.social-btn.style2 a:hover {
color: var(--white-color);
background-color: #bba35b;
}
.social-btn.style3 a {
background: var(--smoke-color);
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 2px;
color: var(--title-color);
font-size: 14px;
}
.social-btn.style3 a:hover {
background: #bba35b;
color: var(--white-color);
}
.social-btn.style4 {
gap: 8px;
}
.social-btn.style4 a {
background: var(--white-color);
width: 26px;
height: 26px;
line-height: 26px;
border-radius: 2px;
color: var(--body-color);
border: 0;
font-size: 14px;
}
.social-btn.style4 a:hover {
background: #bba35b;
color: var(--white-color);
}
.social-btn.style5 {
gap: 9px;
}
.social-btn.style5 a {
background: #09090C;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 2px;
color: var(--white-color);
border: 0;
font-size: 14px;
}
.social-btn.style5 a:hover {
background: #bba35b;
color: var(--white-color);
}
.social-btn.style6 {
gap: 10px;
}
.social-btn.style6 a {
background: rgba(115, 115, 115, 0.1);
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 2px;
color: var(--body-color);
border: 0;
}
.social-btn.style6 a i {
font-size: 18px;
}
.social-btn.style6 a:hover {
background: #bba35b;
color: var(--white-color);
}
.social-btn.color-theme a {
color: var(--body-color);
border-color: #bba35b;
}
.global-carousel.slider-shadow .slick-list {
padding: 30px 0px 40px 0px !important;
margin: -30px 0px -40px 0px;
}
.btn-group {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px 30px;
}
.btn-group .btn {
flex: none;
}
.btn-group.style2 {
gap: 20px 70px; }
@media (max-width: 767px) {
.btn-group.style2 {
gap: 20px 30px;
}
}
.call-media-wrap {
display: flex;
flex-wrap: wrap;
gap: 15px;
text-align: start; }
.call-media-wrap .icon {
height: 50px;
width: 50px;
line-height: 50px;
border-radius: 50%;
background: #bba35b;
text-align: center;
position: relative;
z-index: 1;
flex: none;
}
.call-media-wrap .title {
font-size: 18px;
font-weight: 400;
margin-bottom: 2px;
margin-top: -0.3em;
}
.call-media-wrap .link {
font-size: 26px;
font-weight: 900;
margin-bottom: -0.3em;
}
.call-media-wrap .link:hover a {
color: var(--title-color) !important;
}
@media (max-width: 375px) {
.call-media-wrap .link {
font-size: 22px;
}
} .mfp-zoom-in .mfp-content {
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.mfp-zoom-in.mfp-ready .mfp-content {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .font-icon {
font-family: var(--icon-font);
}
.font-title {
font-family: var(--title-font);
}
.font-body {
font-family: var(--body-font);
}
.fw-extralight {
font-weight: 100;
}
.fw-light {
font-weight: 300;
}
.fw-normal {
font-weight: 400;
}
.fw-medium {
font-weight: 500 !important;
}
.fw-semibold {
font-weight: 600 !important;
}
.fw-bold {
font-weight: 700;
}
.fw-extrabold {
font-weight: 800;
}
.fs-md {
font-size: 18px;
}
.fs-xs {
font-size: 14px;
}
.text-underline {
text-decoration: underline;
} .bg-theme {
background-color: #bba35b !important;
}
.bg-theme2 {
background-color: #bba35b !important;
}
.bg-smoke {
background-color: var(--smoke-color) !important;
}
.bg-smoke2 {
background-color: var(--smoke-color2) !important;
}
.bg-smoke3 {
background-color: var(--smoke-color3) !important;
}
.bg-smoke4 {
background-color: var(--smoke-color4) !important;
}
.bg-smoke5 {
background-color: var(--smoke-color5) !important;
}
.bg-white {
background-color: var(--white-color) !important;
}
.bg-black {
background-color: var(--black-color) !important;
}
.bg-title {
background-color: var(--title-color) !important;
}
.background-image,
[data-bg-src] {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.bg-mask {
mask-size: 100% 100%;
mask-repeat: no-repeat;
}
.bg-fluid {
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center center;
}
.bg-auto {
background-size: auto auto;
}
.bg-top-center {
background-size: auto;
background-position: top center;
}
.bg-repeat {
background-size: auto;
background-repeat: repeat;
}
.bg-attachment {
background-attachment: fixed;
} .text-theme {
color: #bba35b !important;
}
.text-theme2 {
color: #bba35b !important;
}
.text-title {
color: var(--title-color) !important;
}
.text-body {
color: var(--body-color) !important;
}
.text-white {
color: var(--white-color) !important;
}
.text-light {
color: var(--light-color) !important;
}
.text-yellow {
color: var(--yellow-color) !important;
}
.text-success {
color: var(--success-color) !important;
}
.text-error {
color: var(--error-color) !important;
}
.text-inherit {
color: inherit;
}
.text-inherit:hover {
color: #bba35b;
}
a.text-theme:hover,
.text-reset:hover {
text-decoration: underline;
} .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.position-center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
[data-overlay] {
position: relative;
z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
z-index: 1;
}
[data-overlay]:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
}
[data-overlay=theme]:before {
background-color: #bba35b;
}
[data-overlay=title]:before {
background-color: var(--title-color);
}
[data-overlay=white]:before {
background-color: var(--white-color);
}
[data-overlay=black]:before {
background-color: var(--black-color);
}
[data-overlay=overlay1]:before {
background-color: #131B23;
}
[data-opacity="1"]:before {
opacity: 0.1;
}
[data-opacity="2"]:before {
opacity: 0.2;
}
[data-opacity="3"]:before {
opacity: 0.3;
}
[data-opacity="4"]:before {
opacity: 0.4;
}
[data-opacity="5"]:before {
opacity: 0.5;
}
[data-opacity="6"]:before {
opacity: 0.6;
}
[data-opacity="7"]:before {
opacity: 0.7;
}
[data-opacity="8"]:before {
opacity: 0.8;
}
[data-opacity="9"]:before {
opacity: 0.9;
}
[data-opacity="10"]:before {
opacity: 1;
} .ripple-animation, .play-btn:after, .play-btn:before {
animation-duration: var(--ripple-ani-duration);
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-name: ripple;
}
@keyframes ripple {
0% {
transform: scale(1);
opacity: 0;
}
30% {
opacity: 1;
}
100% {
transform: scale(2.1);
opacity: 0;
}
}
.movingX {
animation: movingX 8s linear infinite;
}
@keyframes movingX {
0% {
transform: translateX(0);
}
50% {
transform: translateX(50px);
}
100% {
transform: translateX(0);
}
}
.moving {
animation: moving 8s linear infinite;
}
@keyframes moving {
0% {
transform: translateX(0);
}
50% {
transform: translateX(-50px);
}
100% {
transform: translateX(0);
}
}
.jump {
animation: jumpAni 7s linear infinite;
}
.jump1 {
animation: jumpAni 6s linear infinite;
}
.jump2 {
animation: jumpAni 5s linear infinite;
}
.jump3 {
animation: jumpAni 4s linear infinite;
}
@keyframes jumpAni {
0% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
100% {
transform: translateY(0);
}
}
.jump-reverse {
animation: jumpReverseAni 7s linear infinite;
}
@keyframes jumpReverseAni {
0% {
transform: translateY(0);
}
50% {
transform: translateY(30px);
}
100% {
transform: translateY(0);
}
}
.spin {
animation: spin 15s linear infinite;
}
.spin-slow {
animation: spin 50s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(-360deg);
}
}
.spin2 {
animation: spin2 15s linear infinite;
}
@keyframes spin2 {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes animate-positive {
0% {
width: 0;
}
}
.scalein.slider-animated {
--animation-name: scalein;
}
.slidetopleft.slider-animated {
--animation-name: slidetopleft;
}
.slidebottomright.slider-animated {
--animation-name: slidebottomright;
}
.slideinleft.slider-animated {
--animation-name: slideinleft;
}
.slideinright.slider-animated {
--animation-name: slideinright;
}
.slideinup.slider-animated {
--animation-name: slideinup;
}
.slideindown.slider-animated {
--animation-name: slideindown;
}
.rollinleft.slider-animated {
--animation-name: rollinleft;
}
.rollinright.slider-animated {
--animation-name: rollinright;
}
.slider-custom-anim-left.slider-animated {
--animation-name: custom-anim-left;
}
.slider-custom-anim-right.slider-animated {
--animation-name: custom-anim-right;
}
.slider-custom-anim-top.slider-animated {
--animation-name: custom-anim-top;
}
.slider-custom-anim-bottom.slider-animated {
--animation-name: custom-anim-bottom;
}
.slider-custom-anim-left,
.slider-custom-anim-right,
.slider-custom-anim-top,
.slider-custom-anim-bottom,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
opacity: 0;
animation-fill-mode: both;
animation-iteration-count: 1;
animation-duration: 1s;
animation-delay: 0.3s;
animation-name: var(--animation-name);
}
.slider-animated {
opacity: 1;
}
@keyframes slideinup {
0% {
opacity: 0;
transform: translateY(70px);
}
100% {
transform: translateY(0);
}
}
@keyframes slideinright {
0% {
opacity: 0;
transform: translateX(70px);
}
100% {
transform: translateX(0);
}
}
@keyframes slideindown {
0% {
opacity: 0;
transform: translateY(-70px);
}
100% {
transform: translateY(0);
}
}
@keyframes slideinleft {
0% {
opacity: 0;
transform: translateX(-70px);
}
100% {
transform: translateX(0);
}
}
@keyframes slidebottomright {
0% {
opacity: 0;
transform: translateX(100px) translateY(100px);
}
100% {
transform: translateX(0) translateY(0);
}
}
@keyframes slidetopleft {
0% {
opacity: 0;
transform: translateX(-100px) translateY(-100px);
}
100% {
transform: translateX(0) translateY(0);
}
}
.scalein {
animation: scalein 7s linear infinite;
}
@keyframes scalein {
0% {
opacity: 0;
transform: scale(0.3);
}
100% {
transform: scale(1);
}
}
@keyframes rollinleft {
0% {
opacity: 0;
transform: translateX(-100%) rotate(-120deg);
}
to {
transform: translateX(0) rotate(0deg);
}
}
@keyframes rollinright {
0% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
to {
transform: translateX(0) rotate(0deg);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
0% {
border-right-color: transparent;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
}
75% {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
border-bottom-color: transparent;
}
100% {
border-right-color: transparent;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
}
}
.animation-infinite {
animation: ShapeAnim 80s linear infinite;
height: 30px;
width: 100%;
background-repeat: repeat;
overflow: hidden;
}
.animation-infinite.style-gray {
filter: contrast(0.4) invert(1);
}
@keyframes ShapeAnim {
0% {
background-position: top left;
}
100% {
background-position: top left 2000px;
}
} .custom-anim-right {
animation: custom-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
opacity: 0;
}
@keyframes custom-anim-right {
0% {
transform: translateX(5%);
clip-path: inset(0 0 0 100%);
opacity: 0;
}
100% {
transform: translateX(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.custom-anim-left {
animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
opacity: 0;
}
@keyframes custom-anim-left {
0% {
transform: translateX(-5%);
clip-path: inset(0 100% 0 0);
opacity: 0;
}
100% {
transform: translateX(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.custom-anim-top {
animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
opacity: 0;
}
@keyframes custom-anim-top {
0% {
transform: translateY(-5%);
clip-path: inset(0 0 100% 0);
opacity: 0;
}
100% {
transform: translateY(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.custom-anim-bottom {
animation: custom-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
opacity: 0;
}
@keyframes custom-anim-bottom {
0% {
transform: translateY(5%);
clip-path: inset(100% 0 0 0);
opacity: 0;
}
100% {
transform: translateY(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}  .widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.wp-block-page-list ul,
.widget_categories ul {
list-style: none;
padding: 0;
margin: 0 0 0 0;
}
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.wp-block-page-list .menu,
.wp-block-page-list > ul,
.widget_categories .menu,
.widget_categories > ul {
margin: 0px 0 0px 0;
}
.widget_nav_menu .grid-style,
.widget_meta .grid-style,
.widget_pages .grid-style,
.widget_archive .grid-style,
.wp-block-page-list .grid-style,
.widget_categories .grid-style {
display: flex;
gap: 25px 90px; }
@media (max-width: 575px) {
.widget_nav_menu .grid-style,
.widget_meta .grid-style,
.widget_pages .grid-style,
.widget_archive .grid-style,
.wp-block-page-list .grid-style,
.widget_categories .grid-style {
flex-wrap: wrap;
}
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.wp-block-page-list a,
.widget_categories a {
display: block;
border: 1px solid rgba(31, 31, 31, 0.1);
border-radius: 0px;
margin: 0 0px 10px 0px;
padding: 10px 10px 10px 20px;
font-size: 16px;
font-weight: 400;
font-family: var(--body-font);
line-height: 1;
color: var(--title-color);
position: relative;
display: flex;
background: var(--white-color);
align-items: center;
}
.widget_nav_menu a i,
.widget_meta a i,
.widget_pages a i,
.widget_archive a i,
.wp-block-page-list a i,
.widget_categories a i {
margin-right: 12px;
transition: 0.4s all;
}
.widget_nav_menu a span,
.widget_meta a span,
.widget_pages a span,
.widget_archive a span,
.wp-block-page-list a span,
.widget_categories a span {
margin-left: auto;
display: inline-block;
width: 30px;
height: 30px;
background: #bba35b;
border-radius: 2px;
text-align: center;
line-height: 30px;
color: var(--white-color);
transition: 0.4s;
}
.widget_nav_menu a.active, .widget_nav_menu a:hover,
.widget_meta a.active,
.widget_meta a:hover,
.widget_pages a.active,
.widget_pages a:hover,
.widget_archive a.active,
.widget_archive a:hover,
.wp-block-page-list a.active,
.wp-block-page-list a:hover,
.widget_categories a.active,
.widget_categories a:hover {
color: var(--white-color);
background: #bba35b;
}
.widget_nav_menu a.active i, .widget_nav_menu a:hover i,
.widget_meta a.active i,
.widget_meta a:hover i,
.widget_pages a.active i,
.widget_pages a:hover i,
.widget_archive a.active i,
.widget_archive a:hover i,
.wp-block-page-list a.active i,
.wp-block-page-list a:hover i,
.widget_categories a.active i,
.widget_categories a:hover i {
color: #bba35b;
opacity: 1;
}
.widget_nav_menu a.active span, .widget_nav_menu a:hover span,
.widget_meta a.active span,
.widget_meta a:hover span,
.widget_pages a.active span,
.widget_pages a:hover span,
.widget_archive a.active span,
.widget_archive a:hover span,
.wp-block-page-list a.active span,
.wp-block-page-list a:hover span,
.widget_categories a.active span,
.widget_categories a:hover span {
color: var(--white-color);
background: var(--title-color);
}
.widget_nav_menu a.active ~ span, .widget_nav_menu a:hover ~ span,
.widget_meta a.active ~ span,
.widget_meta a:hover ~ span,
.widget_pages a.active ~ span,
.widget_pages a:hover ~ span,
.widget_archive a.active ~ span,
.widget_archive a:hover ~ span,
.wp-block-page-list a.active ~ span,
.wp-block-page-list a:hover ~ span,
.widget_categories a.active ~ span,
.widget_categories a:hover ~ span {
color: var(--white-color);
background: var(--title-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.wp-block-page-list li,
.widget_categories li {
display: block;
position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.wp-block-page-list li > span,
.widget_categories li > span {
font-size: 16px;
position: absolute;
right: 0;
top: 0px;
background: transparent;
border-radius: 0;
height: auto;
width: auto;
line-height: initial;
text-align: center;
color: var(--body-color);
transition: all ease 0.4s;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.wp-block-page-list li:last-child a,
.widget_categories li:last-child a {
margin-bottom: 0;
}
.widget_nav_menu .wp-block-navigation__submenu-container,
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .wp-block-navigation__submenu-container,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .wp-block-navigation__submenu-container,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .wp-block-navigation__submenu-container,
.widget_archive .sub-menu,
.widget_archive .children,
.wp-block-page-list .wp-block-navigation__submenu-container,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.widget_categories .wp-block-navigation__submenu-container,
.widget_categories .sub-menu,
.widget_categories .children {
margin-left: 10px;
}
.widget_nav_menu .wp-block-navigation__submenu-container li a,
.widget_nav_menu .sub-menu li a,
.widget_nav_menu .children li a,
.widget_meta .wp-block-navigation__submenu-container li a,
.widget_meta .sub-menu li a,
.widget_meta .children li a,
.widget_pages .wp-block-navigation__submenu-container li a,
.widget_pages .sub-menu li a,
.widget_pages .children li a,
.widget_archive .wp-block-navigation__submenu-container li a,
.widget_archive .sub-menu li a,
.widget_archive .children li a,
.wp-block-page-list .wp-block-navigation__submenu-container li a,
.wp-block-page-list .sub-menu li a,
.wp-block-page-list .children li a,
.widget_categories .wp-block-navigation__submenu-container li a,
.widget_categories .sub-menu li a,
.widget_categories .children li a {
border-bottom: 1px solid #E6E6E6;
margin: 0 0px 19px 0px;
padding: 0px 0px 20px;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
padding-right: 20px;
}
.widget_nav_menu .sub-menu {
margin-left: 10px;
}
.wp-block-page-list {
padding: 0;
margin: -3px 0 0px 0;
}
.product_list_widget .star-rating {
width: auto;
font-size: 12px;
}
.product_list_widget li a {
color: var(--title-color);
}
.product_list_widget li a:hover {
color: #bba35b;
}
.product_list_widget li:last-child {
padding-bottom: 0 !important;
}
.wp-block-archives {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
color: inherit;
}
.blog-single ul.wp-block-archives li {
margin: 5px 0;
}
.widget {
margin-bottom: 30px;
position: relative;
padding: var(--widget-padding-x, 40px);
background: var(--smoke-color);
border-radius: 0px;
}
.widget[data-overlay]:before {
z-index: -1;
}
.widget:after {
content: "";
position: absolute;
left: 40px;
top: 0;
width: 4px;
height: 15px;
background: #bba35b; }
@media (max-width: 767px) {
.widget:after {
left: 30px;
}
}
.widget_title {
position: relative;
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
line-height: 1em;
margin: -0.12em 0 30px 0;
}
.widget .search-form {
position: relative;
display: flex;
}
.widget .search-form input {
background: var(--white-color);
border: 0;
flex: 1;
color: var(--body-color);
font-size: 16px;
font-family: var(--body-font);
font-weight: 400;
border-radius: 0px;
padding: 0 80px 0 20px;
border: 1px solid rgba(31, 31, 31, 0.1);
}
.widget .search-form input::placeholder {
color: var(--body-color);
}
.widget .search-form button {
position: absolute;
right: 0px;
top: 0px;
border: none;
font-size: 16px;
background-color: transparent;
color: var(--body-color);
display: inline-block;
height: 50px;
width: 50px;
line-height: 48px;
border-radius: 0px;
}
.widget .search-form button:hover {
background: transparent;
transform: scale(1.2);
}
.wp-block-tag-cloud,
.tagcloud {
display: inline-flex;
flex-wrap: wrap;
gap: 10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
display: inline-block;
border: 1px solid rgba(31, 31, 31, 0.1);
font-size: 15px !important;
font-weight: 500;
font-family: var(--title-font);
height: 36px;
line-height: 34px;
padding: 0px 15px;
color: var(--body-color);
background-color: var(--white-color);
border-radius: 2px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
color: var(--white-color) !important;
background: #bba35b;
border: 1px solid #bba35b;
}
.widget_gallery .insta-feed {
margin-bottom: -10px;
margin-left: -4px;
margin-right: -4px;
}
.widget_gallery a {
width: 95px;
height: 95px;
position: relative;
border-radius: 10px;
display: inline-block;
flex: none;
margin: 0 4px 10px;
}
.widget_gallery a img {
border-radius: 10px;
}
.widget_gallery a:after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #bba35b;
border-radius: 10px;
transition: 0.4s;
opacity: 0;
}
.widget_gallery a i {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0;
transition: 0.4s;
color: var(--white-color);
font-size: 20px;
}
.widget_gallery a:hover i {
opacity: 1;
}
.widget_gallery a:hover:after {
opacity: 0.7;
}
.base {
border-radius: 6px;
position: absolute;
left: 1302px;
top: 2098px;
width: 80px;
height: 78px;
z-index: 209;
}
.recent-post {
display: flex;
align-items: center;
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid rgba(31, 31, 31, 0.1);
border-radius: 5px;
transition: 0.4s;
gap: 20px; }
.recent-post:last-child {
margin-bottom: 0px;
padding-bottom: 0;
border: 0;
}
.recent-post .media-img {
flex: none;
overflow: hidden;
border-radius: 0px0;
}
.recent-post .media-img img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 0px 0;
transition: 0.4s ease-in-out;
}
.recent-post .media-body {
padding: 0px;
}
.recent-post .post-title {
font-weight: 600;
font-size: 18px;
margin: 0 0 3px;
line-height: 1.444em;
font-family: var(--title-font);
text-transform: capitalize;
margin-top: -0.4em;
}
.recent-post .recent-post-meta {
margin-bottom: -2px;
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.recent-post .recent-post-meta a {
font-size: 14px;
font-weight: 400;
font-family: var(--body-font);
color: var(--body-color);
margin-bottom: 0px;
display: block;
position: relative;
}
.recent-post .recent-post-meta a:after {
content: "";
position: absolute;
top: 50%;
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--body-color);
left: -10px;
transform: translate(0, -50%);
}
.recent-post .recent-post-meta a i {
margin-right: 6px;
color: #bba35b;
transition: 0.4s;
}
.recent-post .recent-post-meta a:first-child:after {
display: none;
}
.recent-post .recent-post-meta a:hover {
color: #bba35b;
}
.recent-post .recent-post-meta a:hover i {
color: #bba35b;
}
.recent-post:hover .media-img img {
transform: scale(1.1);
}
@media (max-width: 375px) {
.recent-post {
flex-wrap: wrap;
}
.recent-post .media-body {
flex: auto;
}
}
.sidebar-area select,
.sidebar-area input {
background-color: var(--white-color);
border: 1px solid var(--border-color);
}
.widget_shopping_cart .widget_title {
margin-bottom: 30px;
border-bottom: none;
}
.widget_shopping_cart ul {
margin: 0;
padding: 0;
}
.widget_shopping_cart ul li {
list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
position: relative;
padding: 30px 30px 30px 90px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 0;
text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
display: block;
color: var(--body-color);
font-size: 16px;
font-weight: 500;
font-family: var(--title-font);
font-weight: 600;
color: var(--title-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
color: #bba35b;
}
.widget_shopping_cart .cart_list a.remove {
position: absolute;
top: 50%;
left: 95%;
transform: translateY(-50%);
color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
color: #bba35b;
}
.widget_shopping_cart .cart_list img {
width: 75px;
height: 75px;
position: absolute;
left: 0;
top: 18px;
}
.widget_shopping_cart .quantity {
display: inline-flex;
white-space: nowrap;
vertical-align: top;
margin-right: 20px;
font-size: 14px;
font-weight: 500;
}
.widget_shopping_cart .total {
margin-top: 20px;
font-size: 18px;
color: var(--title-color);
font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
font-family: var(--title-font);
}
.widget_shopping_cart .amount {
padding-left: 5px;
}
.widget_service-list {
padding: 40px 30px 30px;
}
.widget_service-list ul {
padding: 0;
margin: 0;
}
.widget_service-list ul li {
list-style: none;
background: var(--white-color);
border: 0;
box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
border-radius: 5px;
height: 60px;
line-height: 60px;
padding: 0 30px;
display: flex;
align-items: center;
}
.widget_service-list ul li:not(:last-child) {
margin-bottom: 20px;
}
.widget_service-list ul li a {
color: var(--title-color);
line-height: 1.2;
display: flex;
gap: 10px;
}
.widget_service-list ul li a:hover {
color: #bba35b;
}
.widget_service-list ul li i {
color: #bba35b;
}
.widget_contact .widget-contact-wrap {
background: var(--white-color);
border-radius: 5px;
padding: 35px 30px;
}
.widget_contact .widget-contact-wrap .widget_subtitle {
color: #bba35b;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
font-family: var(--title-font);
margin-top: -0.3em;
}
.widget_contact .widget-contact-wrap .widget_title {
margin-bottom: 16px;
}
.widget_contact .widget-contact-wrap .widget_title:after {
display: none;
}
.widget_contact .widget-contact-wrap .widget-contact-text {
font-size: 18px;
font-weight: 400;
font-family: var(--title-font);
margin-bottom: 0;
}
.widget_contact .widget-contact-wrap .icon {
height: 55px;
width: 55px;
line-height: 55px;
border-radius: 50%;
background: #bba35b;
display: inline-block;
color: var(--white-color);
margin-top: 16px;
margin-bottom: 16px;
}
.widget_contact .widget-contact-wrap h5 {
font-size: 20px;
font-weight: 700;
margin-bottom: -0.3em;
margin-top: 3px;
}
.widget_contact .widget-contact-wrap h5 a {
color: var(--title-color);
}
.widget_project_info { }
.widget_project_info:after {
display: none;
}
.widget_project_info ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_project_info ul li {
font-size: 16px;
font-weight: 400;
font-family: var(--body-font);
display: flex;
justify-content: space-between;
gap: 30px;
}
.widget_project_info ul li:not(:last-child) {
border-bottom: 1px solid var(--border-color);
padding-bottom: 15px;
margin-bottom: 15px;
}
.widget_project_info ul li strong {
font-weight: 400;
color: var(--title-color);
min-width: 100px;
display: flex;
justify-content: space-between;
}
.widget_project_info ul li span {
color: var(--body-color);
display: inline-block;
text-align: end;
}
.widget_project_info ul .rating {
color: var(--yellow-color);
font-size: 14px;
margin-bottom: -0.3em;
}
@media (max-width: 991px) {
.widget_project_info {
margin-top: 0;
}
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
padding: 10px;
}
.wp-block-calendar,
.calendar_wrap {
position: relative;
background-color: #fff;
padding-bottom: 0;
border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
position: absolute;
top: 9px;
left: 20px;
font-size: 14px;
color: var(--white-color);
font-weight: 400;
z-index: 1;
line-height: 1.7;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
left: auto;
right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
caption-side: top;
text-align: center;
color: var(--white-color);
background-color: #bba35b;
}
.wp-block-calendar th,
.calendar_wrap th {
font-size: 14px;
padding: 5px 5px;
border: none;
text-align: center;
border-right: 1px solid #eee;
color: var(--title-color);
font-weight: 500;
}
.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
border-left: 1px solid #eee;
}
.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
border-right: 1px solid #eee;
}
.wp-block-calendar table th,
.calendar_wrap table th {
font-weight: 500;
}
.wp-block-calendar td,
.calendar_wrap td {
font-size: 14px;
padding: 5px 5px;
color: #01133c;
border: 1px solid #eee;
text-align: center;
background-color: transparent;
transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
color: #bba35b;
background-color: var(--white-color);
border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
background-color: #fff;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
display: none;
}
.wp-block-calendar a,
.calendar_wrap a {
color: inherit;
text-decoration: none;
}
.wp-block-calendar a:hover,
.calendar_wrap a:hover {
color: var(--title-color);
} .wp-block-calendar {
margin-bottom: 30px;
border: none;
padding-bottom: 0;
}
.wp-block-calendar table caption {
color: var(--white-color);
} .widget_recent_comments ul,
.wp-block-latest-comments ul {
list-style-type: none;
padding-left: 0;
}
ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
margin-top: -0.11em;
padding-left: 0;
}
.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
margin-bottom: 0;
}
.widget_recent_comments li,
.wp-block-latest-comments li {
margin-bottom: 0;
color: var(--body-color);
padding-left: 30px;
position: relative;
}
.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
content: "\f086";
position: absolute;
left: 0;
top: -1px;
color: #bba35b;
font-family: var(--icon-font);
}
.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
padding-left: 0;
padding-bottom: 0 !important;
}
.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
display: none;
}
.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
margin-top: 0.4em;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
padding-bottom: 12px;
}
.widget_recent_comments article,
.wp-block-latest-comments article {
line-height: 1.5;
}
.widget_recent_comments a,
.wp-block-latest-comments a {
color: inherit;
}
.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
color: #bba35b;
} .widget_recent_entries ul {
margin: -0.3em 0 0 0;
padding: 0;
list-style: none;
}
.widget_recent_entries ul li > a {
color: var(--body-color);
font-weight: 500;
display: inline-block;
}
.widget_recent_entries ul li > a:hover {
color: #bba35b;
}
.widget_recent_entries ul li span.post-date {
font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
border-bottom: 1px solid #E6E6E6;
padding-bottom: 12px;
margin-bottom: 12px;
} ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
padding-left: 0;
}
.widget_rss,
.wp-block-rss {
list-style-type: none;
}
.widget_rss ul,
.wp-block-rss ul {
margin: -0.2em 0 -0.5em 0;
padding: 0;
list-style: none;
}
.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
color: var(--title-color);
font-family: var(--theme-font);
font-size: 18px;
display: block;
margin-bottom: 10px;
}
.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
font-size: 14px;
margin-bottom: 7px;
line-height: 1.5;
}
.widget_rss ul a,
.wp-block-rss ul a {
display: block;
font-weight: 600;
color: inherit;
}
.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
color: #bba35b;
}
.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
font-size: 14px;
display: inline-block;
margin-bottom: 5px;
font-weight: 400;
color: var(--title-color);
}
.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
content: "\f073";
font-family: var(--icon-font);
margin-right: 10px;
font-weight: 300;
color: #bba35b;
}
.widget_rss ul cite,
.wp-block-rss ul cite {
font-weight: 500;
color: var(--title-color);
font-family: var(--body-font);
font-size: 14px;
}
.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
content: "";
position: relative;
top: -1px;
left: 0;
width: 20px;
height: 2px;
display: inline-block;
vertical-align: middle;
margin-right: 8px;
background-color: #bba35b;
}
.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
margin-bottom: 16px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 16px;
}
.widget_rss a:hover,
.wp-block-rss a:hover {
color: #bba35b;
}
.wp-block-latest-comments__comment:first-child {
margin-top: 0;
}
.wp-block-latest-comments__comment:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments__comment:last-child .wp-block-latest-comments__comment-excerpt p {
margin-bottom: -0.3em;
}
ul.wp-block-latest-posts li:first-child {
margin-top: 0;
}
ul.wp-block-latest-posts li:last-child {
margin-bottom: -0.3em;
} .price_slider_wrapper {
margin-top: 0;
}
.price_slider_wrapper .price_label {
margin-bottom: -0.6em;
margin-top: 20px;
display: flex;
align-items: center;
font-size: 18px;
font-family: var(--title-font);
color: var(--light-color);
}
.price_slider_wrapper .price_label span {
display: inline-block;
color: var(--light-color);
}
.price_slider_wrapper .ui-slider {
height: 3px;
position: relative;
width: 100%;
background-color: #e0e0e0;
border: none;
margin-top: 10px;
margin-bottom: 10px;
cursor: pointer;
border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
border: none;
cursor: pointer;
position: absolute;
top: 0;
height: 100%;
z-index: 1;
display: block;
background-color: #bba35b;
}
.price_slider_wrapper .ui-slider-handle {
width: 15px;
height: 15px;
border-radius: 50%;
text-align: center;
line-height: 10.5px;
padding: 0;
border: none;
cursor: pointer;
position: absolute;
margin-top: -7px;
z-index: 2;
background-color: #bba35b;
border: 1px solid #bba35b;
transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
outline: none;
box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:last-child {
transform: translateX(-9px);
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
background: transparent;
color: var(--title-color);
font-weight: 600;
line-height: 1.6;
text-transform: uppercase;
text-align: center;
border-radius: 50px;
border: none;
display: inline-block;
overflow: hidden;
position: relative;
z-index: 2;
padding: 0;
font-size: 16px;
transition: 0.4s ease-in;
margin-left: auto;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
color: #bba35b;
}
.price_slider_wrapper button:hover:after, .price_slider_wrapper button:hover:before,
.price_slider_wrapper .button:hover:after,
.price_slider_wrapper .button:hover:before {
display: none;
}
.widget_banner {
padding: 0 !important;
}
.widget_banner img {
width: 100%;
}
.widget_banner:after {
display: none;
} @media (max-width: 1199px) {
.widget {
--widget-padding-y: 30px;
--widget-padding-x: 30px;
}
.widget_title {
font-size: 22px;
margin: -0.12em 0 24px 0;
}
.author-widget-wrap .name {
font-size: 22px;
}
} @media (max-width: 991px) {
.sidebar-area {
padding-top: 40px;
}
.widget {
--widget-padding-y: 40px;
--widget-padding-x: 40px;
}
} @media (max-width: 767px) {
.widget_info {
padding: 0;
}
.author-widget-wrap {
padding: 0;
}
.widget_info .widget_title {
padding: 24px 30px 19px 28px;
}
.info-list {
padding: 0 30px 30px;
}
.widget {
padding: 30px;
}
.widget_estimate .estimate-wrap span {
margin-bottom: 16px;
}
.widget_estimate .content p {
margin-bottom: 25px;
}
.widget_estimate .content h5 {
margin-bottom: 23px;
}
.widget_estimate .content .checklist {
margin-bottom: 30px;
}
} @media (max-width: 375px) {
.widget_schedule ul li {
font-size: 14px;
}
}
@media (max-width: 330px) {
.recent-post .post-title {
font-size: 16px;
line-height: 24px;
}
.recent-post .recent-post-meta a {
font-size: 12px;
}
.recent-post .media-img {
width: 67px;
}
.recent-post .media-img {
margin-right: 15px;
}
.widget_schedule ul li {
font-size: 12px;
padding: 0 15px;
}
}
.sidebar-shop .widget_title {
color: var(--body-color);
margin-bottom: 30px;
font-size: 22px;
}
.sidebar-shop .widget_title:after {
display: none;
}
.sidebar-shop .widget_search .widget_title {
margin-bottom: 20px;
}
.sidebar-shop .widget {
padding: 30px 20px 20px;
border: 1px solid #E1E1E1;
border-radius: 5px;
background: transparent;
}
.sidebar-shop .widget .search-form {
border: 1px solid #E1E1E1;
border-radius: 5px;
}
.sidebar-shop .widget button {
border-radius: 5px;
right: 3px;
top: 3px;
height: 54px;
width: 54px;
line-height: 54px;
}
.sidebar-shop .widget_categories li:not(:last-child) a {
border-bottom: 1px solid #E1E1E1;
padding-bottom: 17px;
margin-bottom: 18px;
}
.sidebar-shop .widget_categories li a {
padding: 0;
border: 0;
}
.sidebar-shop .product_ratting_widget ul {
list-style: none;
margin: 0;
padding: 0;
margin-top: -0.3em;
}
.sidebar-shop .product_ratting_widget ul li {
color: var(--title-color);
font-size: 18px;
}
.sidebar-shop .product_ratting_widget ul li:not(:last-child) {
margin-bottom: 5px;
}
.sidebar-shop .product_ratting_widget ul li .star-rating {
color: var(--yellow-color);
}
.sidebar-shop .product_ratting_widget ul li .star-rating .unavailable {
color: var(--light-color);
opacity: 0.3;
}
.footer-widget {
margin-bottom: 30px !important;
}
.footer-widget,
.footer-widget .widget {
padding: 0;
border: none;
padding-bottom: 0;
background-color: transparent;
box-shadow: none;
}
.footer-widget:after,
.footer-widget .widget:after {
display: none;
}
.footer-widget .wp-block-search__label,
.footer-widget .widget_title {
color: var(--white-color);
border-bottom: none;
margin: -0.2em 0 38px 0;
position: relative;
font-size: 24px;
font-weight: 600;
margin-top: 40px;
}
.footer-widget .wp-block-search__label:after,
.footer-widget .widget_title:after {
display: none;
}
.footer-widget .wp-block-search__label:first-child,
.footer-widget .widget_title:first-child {
margin-top: 0;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_recent_entries .menu,
.footer-widget.widget_recent_entries > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
min-width: 130px;
margin-bottom: -2px;
margin-top: -3px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_recent_entries a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
padding: 0;
font-family: var(--body-font);
color: var(--body-color);
display: block;
max-width: 100%;
width: max-content;
background-color: transparent;
border: none;
position: relative;
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_recent_entries a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
content: "\ea70";
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
font-family: var(--icon-font);
font-size: 18px;
transition: 0.4s;
opacity: 0;
color: #bba35b;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_recent_entries a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
background-color: transparent;
color: #bba35b;
padding-left: 20px;
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_recent_entries a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
opacity: 1;
}
.footer-widget.widget_meta li, .footer-widget.widget_pages li, .footer-widget.widget_archive li, .footer-widget.widget_recent_entries li, .footer-widget.widget_categories li, .footer-widget.widget_nav_menu li {
border: 0 !important;
padding-bottom: 0 !important;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_recent_entries li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
margin-bottom: 0;
}
.widget-about .footer-logo {
margin-bottom: 37px;
}
.widget-about .about-text {
margin-top: -0.5em;
margin-bottom: -0.6em;
color: #fff;
}
.widget-about .about-year {
font-size: 32px;
font-weight: 600;
color: transparent;
-webkit-text-stroke: 1px #bba35b;
margin-top: 21px;
margin-bottom: -0.3em;
}
.widget-about .about-subtitle {
color: var(--white-color);
margin-top: 24px;
font-family: var(--body-font);
font-weight: 400;
font-size: 16px;
margin-bottom: 15px;
}
.widget-contact .contact-text {
margin-top: -0.45em;
margin-bottom: 16px;
color: #fff;
font-size: 16px;
font-weight: 400;
max-width: 258px;
}
.widget-newsletter {
max-width: 348px;
}
.footer-text {
margin-top: -0.45em;
margin-bottom: 16px;
color: var(--body-color);
font-size: 16px;
font-weight: 400;
}
.footer-text a {
color: #fff;
}
.footer-text a:hover {
color: #bba35b;
}
.newsletter-form {
position: relative;
}
.newsletter-form input {
height: 60px;
padding: 0 25px;
background: transparent;
border: 0;
border-right: 0;
border-radius: 0;
color: var(--white-color);
margin-bottom: 30px;
}
.newsletter-form input::placeholder {
color: rgba(255, 255, 255, 0.6);
}
.newsletter-form input:active, .newsletter-form input:focus, .newsletter-form input:hover {
background: transparent;
color: var(--white-color);
}
.newsletter-form.style2 { }
.newsletter-form.style2 .form-group input {
border: 2px solid #e1e1e1;
border-right: 0;
color: var(--white-color);
}
.newsletter-form.style2 .form-group input::placeholder {
color: var(--white-color);
}
.newsletter-form.style2 .btn {
width: auto;
padding: 0 30px;
}
@media (max-width: 575px) {
.newsletter-form.style2 {
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
.newsletter-form.style2 .form-group input {
border-right: 2px solid var(--white-color);
border-radius: 5px;
}
.newsletter-form.style2 .btn {
border-radius: 5px !important;
}
} @media (max-width: 767px) {
.footer-widget .widget_title {
margin-bottom: 35px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_recent_entries a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
font-size: 16px;
margin-bottom: 20px;
}
} .nav-header {
position: absolute;
z-index: 41;
left: 0;
right: 0;
top: 0;
background: var(--white-color);
}
.sticky-wrapper {
transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
background-color: var(--white-color);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
animation: stickyAni 0.4s ease-in-out;
}
@keyframes stickyAni {
0% {
transform: translate3d(0, -40px, 0) scaleY(0.8);
opacity: 0.7;
}
100% {
transform: translate3d(0, 0, 0) scaleY(1);
opacity: 1;
}
} .main-menu a {
display: block;
position: relative;
font-weight: 600;
font-family: var(--body-font);
font-size: 16px;
color: #444;
}
.main-menu a:hover {
color: #bba35b;
}
.main-menu > ul > li {
margin: 0 14px;
}
.main-menu > ul > li > a {
padding: 24.5px 0;
}
.main-menu > ul > li > a:hover {
color: #bba35b;
}
.main-menu ul {
margin: 0;
padding: 0;
}
.main-menu ul li {
list-style-type: none;
display: inline-block;
position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
content: "\ea4e";
position: relative;
font-family: var(--icon-font);
margin-left: 2px;
font-weight: 500;
top: 2px;
font-size: 20px;
display: inline-block;
transition: inherit;
transform: rotate(0deg);
line-height: normal;
}
.main-menu ul li.menu-item-has-children:hover > a:after {
transform: rotate(180deg);
}
.main-menu ul li:last-child {
margin-right: 0 !important;
}
.main-menu ul li:first-child {
margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
visibility: visible;
opacity: 1;
transform: scaleY(1);
z-index: 9;
}
.main-menu ul.sub-menu {
position: absolute;
text-align: left;
top: 100%;
left: 0;
background-color: var(--white-color);
visibility: hidden;
min-width: 190px;
width: max-content;
left: -14px;
opacity: 0;
z-index: -1;
border: 0;
box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
border-radius: 0;
transform: scaleY(0);
transform-origin: top center;
transition: all 0.4s ease 0s;
padding: 18px 20px 18px 18px;
left: -27px;
}
.main-menu ul.sub-menu a {
font-size: 16px;
line-height: 30px;
}
.main-menu ul.sub-menu a span {
font-size: 12px;
padding: 0px 5px;
margin-left: 4px;
background-color: #bba35b;
color: var(--white-color);
padding: 2px 5px;
border-radius: 4px;
position: relative;
top: -1px;
}
.main-menu ul.sub-menu li {
display: block;
margin: 0 0;
padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
float: right;
top: 5px;
font-size: 20px;
transform: none;
transition: 0.4s;
}
.main-menu ul.sub-menu li.menu-item-has-children:hover > a:after {
opacity: 0;
margin-right: 5px;
}
.main-menu ul.sub-menu li a {
position: relative;
padding-left: 0px;
text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
content: "\ea6e";
position: absolute;
top: 5px;
left: 10px;
font-family: var(--icon-font);
text-align: center;
display: inline-block;
font-size: 20px;
line-height: 1;
color: #bba35b;
font-weight: 500;
opacity: 0;
transition: 0.4s;
}
.main-menu ul.sub-menu li a:hover {
padding-left: 15px;
}
.main-menu ul.sub-menu li a:hover:before {
opacity: 1;
left: -5px;
}
.main-menu ul.sub-menu li ul.sub-menu {
left: 100%;
right: auto;
top: 0;
margin: 0 0;
margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
left: 100%;
right: auto;
}
.simple-icon {
border: none;
background-color: transparent;
color: var(--title-color);
padding: 0;
font-size: 22px;
position: relative;
}
.simple-icon i {
font-size: 22px;
}
.simple-icon .badge {
padding: 0.35em 0.57em;
font-size: 10px;
font-weight: 500;
top: -6px;
right: 0;
left: auto;
}
.simple-icon:has(.badge) {
padding-right: 12px;
}
.simple-icon:hover {
color: #bba35b;
}
.header-button {
height: 100%;
display: flex;
align-items: center;
gap: 20px 40px;
}
.header-button .th-btn {
margin-left: 10px;
}
.social-links {
display: inline-flex;
gap: 40px;
align-items: center;
line-height: normal;
}
.social-links a {
font-size: 16px;
display: inline-block;
color: var(--body-color);
margin: 0;
}
.social-links a:last-child {
margin-right: 0;
}
.social-links a:hover {
color: #bba35b;
}
.header-logo {
padding-top: 15px;
padding-bottom: 15px;
}
.header-links > ul {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
align-items: center;
}
.header-links li {
display: inline-block;
position: relative;
font-size: 15px;
font-weight: 400;
}
.header-links li:not(:last-child) {
margin: 0 20px 0 0;
}
.header-links li > i {
margin-right: 10px;
color: #231e20;
width: 30px;
height: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
font-size: 18px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
color: #231e20;
font-family: var(--body-font);
font-weight: 600;
}
.header-links a:hover {
color: #bba35b;
}
.header-links b,
.header-links strong {
font-weight: 600;
margin-right: 6px;
}
.header-grid-info ul {
padding: 0;
margin: 0;
display: flex;
list-style: none;
align-items: center;
}
.header-grid-info li {
display: inline-flex;
gap: 15px;
}
.header-grid-info li:not(:last-child) {
border-right: 1px solid var(--border-color);
padding-right: 30px;
margin-right: 30px;
}
.header-grid-info li .icon {
font-size: 32px;
color: #bba35b;
}
.header-grid-info li .header-grid-info-details p {
margin-bottom: 2px;
font-family: var(--title-font);
font-size: 18px;
font-weight: 400;
margin-top: -0.4em;
}
.header-grid-info li .header-grid-info-details h6 {
font-size: 20px;
font-weight: 700;
margin-bottom: -0.3em;
} .header-layout1 .sticky-wrapper {
background: var(--white-color);
}
.header-layout1 .sticky-wrapper.sticky .header-navbar-logo {
margin-top: 10px;
}
.header-layout1 .sticky-wrapper.sticky .navbar-right-desc {
top: 0;
height: 100%;
}
.header-layout1 .sticky-wrapper.sticky .main-menu > ul > li > a {
padding: 34.5px 0;
}
.header-layout1 .header-top {
background: transparent;
padding: 5px 0;
border-bottom: 1px solid var(--border-color);
}
.header-layout1 .header-top .header-top-left {
padding-left: 35px;
}
.header-layout1 .header-top .header-top-right {
padding-right: 68px;
}
.header-layout1 .social-links {
gap: 5px;
}
.header-layout1 .social-links a {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #F2F2F2;
color: var(--body-color);
}
.header-layout1 .social-links a i {
opacity: 0.8;
font-size: 18px;
}
.header-layout1 .social-links a:hover {
background: #bba35b;
color: var(--white-color);
}
.header-layout1 .social-links a:hover i {
opacity: 1;
}
.header-layout1 .header-navbar-logo {
margin-top: -21px;
padding: 15px 0;
padding-left: 48px;
position: absolute;
z-index: 3;
}
.header-layout1 .menu-area {
position: relative;
}
.header-layout1 .menu-area .logo-bg {
position: absolute;
height: calc(100% + 40px);
width: 14.6%;
top: -40px;
left: 0;
background: var(--white-color);
border-radius: 0;
border-right: 1px solid var(--border-color);
}
.header-layout1 .navbar-right-desc {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
position: absolute;
right: 0;
top: -40px;
height: calc(100% + 40px);
background: var(--white-color);
padding: 0 60px 0 32px;
border-left: 1px solid var(--border-color);
background-position: right;
background-size: contain;
background-repeat: no-repeat;
}
.header-layout1 .navbar-right-desc .icon-btn {
width: 50px;
height: 50px;
border-radius: 0;
}
.header-layout1 .navbar-right-desc .icon-btn i {
font-size: 22px;
}
.header-layout1 .navbar-right-desc .icon-btn:hover {
background: #bba35b;
}
.header-layout1 .navbar-right-desc .navbar-right-desc-details .title {
font-size: 15px;
font-weight: 400;
font-family: var(--body-font);
color: var(--body-color);
display: block;
margin-bottom: -2px;
}
.header-layout1 .navbar-right-desc .navbar-right-desc-details .link {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
}
.header-layout1 .navbar-right-desc a {
color: var(--title-color);
}
.header-layout1 .navbar-right-desc a:hover {
color: #bba35b;
}
.header-layout1 .main-menu {
margin-left: 35px;
}
.header-layout1 .header-button {
margin-right: 70px;
gap: 20px 30px;
}
.header-layout1 .header-button .simple-icon {
border-right: 1px solid var(--border-color);
height: 30px;
padding-right: 30px;
}
.header-layout1 .header-button .simple-icon:last-child {
padding-right: 0;
border-right: 0;
}
.header-layout1 .header-button .btn {
padding: 16px 30px;
} @media (max-width: 1500px) {
.header-layout1 .header-top .header-top-left {
padding-left: 245px;
}
.header-layout1 .header-top .header-top-right {
padding-right: 273px;
}
.header-layout1 .main-menu {
margin-left: 245px;
}
.header-layout1 .header-navbar-logo {
padding-left: 35px;
}
.header-layout1 .menu-area .logo-bg {
width: 255px;
}
.header-layout1 .navbar-right-desc {
padding: 0 30px;
}
.header-layout1 .header-button {
margin-right: 270px;
}
.header-layout1 .header-button .btn {
display: none;
}
} @media (max-width: 1399px) {
.header-layout1 .header-top .header-top-left {
padding-left: 0;
}
.header-layout1 .header-top .header-top-right {
padding-right: 0;
}
.header-layout1 .menu-area .logo-bg {
display: none;
}
.header-layout1 .header-navbar-logo {
display: none;
}
.header-layout1 .main-menu {
margin-left: 0;
}
.header-layout1 .header-button {
margin-right: 0;
}
} @media (max-width: 575px) {
.header-layout1 .header-top {
display: none;
}
} .header-layout2 .sticky-wrapper {
background: var(--white-color);
}
.header-layout2 .sticky-wrapper.sticky .header-navbar-logo {
margin-top: 10px;
}
.header-layout2 .sticky-wrapper.sticky .navbar-right-desc {
top: 0;
height: 100%;
}
.header-layout2 .sticky-wrapper.sticky .main-menu > ul > li > a {
padding: 34.5px 0;
}
.header-layout2 .header-top {
background: var(--smoke-color);
padding: 5px 0;
border-bottom: 0;
}
.header-layout2 .header-top .header-top-left {
padding-left: 35px;
}
.header-layout2 .header-top .header-top-right {
padding-right: 68px;
}
.header-layout2 .social-links {
gap: 5px;
}
.header-layout2 .social-links a {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #F2F2F2;
color: var(--body-color);
}
.header-layout2 .social-links a i {
opacity: 0.8;
font-size: 18px;
}
.header-layout2 .social-links a:hover {
background: #bba35b;
color: var(--white-color);
}
.header-layout2 .social-links a:hover i {
opacity: 1;
}
.header-layout2 .header-navbar-logo {
margin-top: -21px;
padding: 15px 0;
padding-left: 48px;
position: absolute;
z-index: 3;
}
.header-layout2 .menu-area {
position: relative;
}
.header-layout2 .menu-area .logo-bg {
position: absolute;
height: calc(100% + 40px);
width: 14.6%;
top: -40px;
left: 0;
background: var(--white-color);
border-radius: 0;
border-right: 1px solid var(--border-color);
}
.header-layout2 .navbar-right-desc {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
position: absolute;
right: 0;
top: -40px;
height: calc(100% + 40px);
background: var(--white-color);
padding: 0 60px 0 32px;
border-left: 1px solid var(--border-color);
background-position: right;
background-size: contain;
background-repeat: no-repeat;
}
.header-layout2 .navbar-right-desc .icon-btn {
width: 50px;
height: 50px;
border-radius: 0;
}
.header-layout2 .navbar-right-desc .icon-btn i {
font-size: 22px;
}
.header-layout2 .navbar-right-desc .icon-btn:hover {
background: #bba35b;
}
.header-layout2 .navbar-right-desc .navbar-right-desc-details .title {
font-size: 15px;
font-weight: 400;
font-family: var(--body-font);
color: var(--body-color);
display: block;
margin-bottom: -2px;
}
.header-layout2 .navbar-right-desc .navbar-right-desc-details .link {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
}
.header-layout2 .navbar-right-desc a {
color: var(--title-color);
}
.header-layout2 .navbar-right-desc a:hover {
color: #bba35b;
}
.header-layout2 .main-menu {
margin-left: 35px;
}
.header-layout2 .header-button {
margin-right: 70px;
gap: 20px 30px;
}
.header-layout2 .header-button .simple-icon {
border-right: 1px solid var(--border-color);
height: 30px;
padding-right: 30px;
}
.header-layout2 .header-button .simple-icon:last-child {
padding-right: 0;
border-right: 0;
}
.header-layout2 .header-button .btn {
padding: 16px 30px;
} @media (max-width: 1500px) {
.header-layout2 .header-top .header-top-left {
padding-left: 245px;
}
.header-layout2 .header-top .header-top-right {
padding-right: 273px;
}
.header-layout2 .main-menu {
margin-left: 245px;
}
.header-layout2 .header-navbar-logo {
padding-left: 35px;
}
.header-layout2 .menu-area .logo-bg {
width: 255px;
}
.header-layout2 .navbar-right-desc {
padding: 0 30px;
}
.header-layout2 .header-button {
margin-right: 270px;
}
.header-layout2 .header-button .btn {
display: none;
}
} @media (max-width: 1399px) {
.header-layout2 .header-top .header-top-left {
padding-left: 0;
}
.header-layout2 .header-top .header-top-right {
padding-right: 0;
}
.header-layout2 .menu-area .logo-bg {
display: none;
}
.header-layout2 .header-navbar-logo {
display: none;
}
.header-layout2 .main-menu {
margin-left: 0;
}
.header-layout2 .header-button {
margin-right: 0;
}
} @media (max-width: 575px) {
.header-layout2 .header-top {
display: none;
}
} .header-layout3 {
--main-container: 1820px; }
.header-layout3 .sticky-wrapper {
background: var(--white-color);
}
.header-layout3 .navbar-right-desc {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
background: var(--white-color); }
.header-layout3 .navbar-right-desc .icon-btn {
width: 50px;
height: 50px;
border-radius: 0;
}
.header-layout3 .navbar-right-desc .icon-btn i {
font-size: 22px;
}
.header-layout3 .navbar-right-desc .icon-btn:hover {
background: #bba35b;
}
.header-layout3 .navbar-right-desc .navbar-right-desc-details .title {
font-size: 15px;
font-weight: 400;
font-family: var(--body-font);
color: var(--body-color);
display: block;
margin-bottom: -2px;
}
.header-layout3 .navbar-right-desc .navbar-right-desc-details .link {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
}
.header-layout3 .navbar-right-desc a {
color: var(--title-color);
}
.header-layout3 .navbar-right-desc a:hover {
color: #bba35b;
}
@media (max-width: 1500px) {
.header-layout3 .navbar-right-desc {
display: none;
}
}
.header-layout3 .main-menu {
margin-left: 85px; }
.header-layout3 .main-menu > ul > li > a {
padding: 37px 0;
}
@media (max-width: 1399px) {
.header-layout3 .main-menu {
margin-left: 0;
}
}
.header-layout3 .header-button {
gap: 20px 30px;
}
.header-layout3 .header-button .simple-icon {
border-right: 1px solid var(--border-color);
height: 30px;
padding-right: 30px;
}
.header-layout3 .header-button .simple-icon:last-child {
padding-right: 0;
border-right: 0;
}
.header-layout3 .header-button .btn {
padding: 16px 30px;
}
@media (max-width: 1500px) {
.header-layout3 {
--main-container: 1380px;
}
} .header-layout4 {
--main-container: 1820px;
background: transparent; }
.header-layout4 .sticky-wrapper {
background: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-layout4 .sticky-wrapper.sticky {
background: #ffffff;
}
.header-layout4 .menu-area {
position: relative;
}
.header-layout4 .menu-area .logo-bg {
opacity: 0.11;
position: absolute;
height: 100%;
width: 14.6%;
top: 0;
left: 0;
z-index: -1;  }
@media (max-width: 1500px) {
.header-layout4 .menu-area .logo-bg {
width: 255px;
}
}
@media (max-width: 1399px) {
.header-layout4 .menu-area .logo-bg {
display: none;
}
}
.header-layout4 .main-menu > ul > li > a {
color: #231e20;
}
.header-layout4 .navbar-right-desc {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
background: transparent; }
.header-layout4 .navbar-right-desc .icon-btn {
width: 50px;
height: 50px;
border-radius: 0;
}
.header-layout4 .navbar-right-desc .icon-btn i {
font-size: 22px;
}
.header-layout4 .navbar-right-desc .icon-btn:hover {
background: #bba35b;
}
.header-layout4 .navbar-right-desc .navbar-right-desc-details .title {
font-size: 15px;
font-weight: 400;
font-family: var(--body-font);
color: var(--white-color);
display: block;
margin-bottom: -2px;
}
.header-layout4 .navbar-right-desc .navbar-right-desc-details .link {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
}
.header-layout4 .navbar-right-desc a {
color: var(--white-color);
}
.header-layout4 .navbar-right-desc a:hover {
color: #bba35b;
}
@media (max-width: 1500px) {
.header-layout4 .navbar-right-desc {
display: none;
}
}
.header-layout4 .main-menu {
margin-left: 85px; }
.header-layout4 .main-menu > ul > li > a {
padding: 37px 0;
}
@media (max-width: 1399px) {
.header-layout4 .main-menu {
margin-left: 0;
}
}
.header-layout4 .header-button {
gap: 20px 30px;
}
.header-layout4 .header-button .simple-icon {
border-right: 1px solid rgba(255, 255, 255, 0.15);
height: 30px;
padding-right: 30px;
color: var(--white-color);
}
.header-layout4 .header-button .simple-icon:last-child {
padding-right: 0;
border-right: 0;
}
.header-layout4 .header-button .simple-icon:hover {
color: #bba35b;
}
.header-layout4 .header-button .btn {
padding: 16px 30px;
}
@media (max-width: 1500px) {
.header-layout4 {
--main-container: 1380px;
}
}  .footer-wrapper {
background-color: var(--title-color);
}
.footer-top-1 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 70px 0px;
border-radius: 0px;
position: relative;
z-index: 3;
gap: 40px;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);   }
.footer-top-1 .subscribe-box {
display: flex;
align-items: center;
gap: 30px;
}
.footer-top-1 .subscribe-box .subscribe-box_text {
max-width: 355px;
text-align: end;
margin-bottom: 0;
}
.footer-top-1 .newsletter-form {
flex: none;
min-width: 464px;
display: flex;
background: rgba(66, 66, 66, 0.85);
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.footer-top-1 .newsletter-form input {
margin-bottom: 0;
}
.footer-top-1 .newsletter-form .btn {
flex: none;
height: 50px;
right: 5px;
top: 5px;
}
@media (max-width: 1199px) {
.footer-top-1 {
display: block;
text-align: center;
}
.footer-top-1 .subscribe-box {
display: block;
margin-top: 30px;
}
.footer-top-1 .subscribe-box .subscribe-box_text {
text-align: center;
max-width: none;
margin-bottom: 30px;
}
}
@media (max-width: 575px) {
.footer-top-1 .newsletter-form {
min-width: inherit;
}
}
@media (max-width: 375px) {
.footer-top-1 .newsletter-form {
display: block;
}
.footer-top-1 .newsletter-form .btn {
top: 0;
right: 0;
left: 0;
width: 100%;
justify-content: center;
}
}
.widget-area {
padding: 40px 0 0px;
}
.copyright-wrap {
padding: 10px 0;
background: transparent;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.copyright-text {
margin: 0;
color: #fff;
font-weight: 400;
font-size: 16px;
font-family: var(--body-font);
}
.copyright-text a {
color: var(--white-color);
}
.copyright-text a:hover {
color: #bba35b;
}
.footer-links {
display: flex;
gap: 15px 30px;
flex-wrap: wrap;
justify-content: center;
}
.footer-links a {
font-size: 16px;
font-weight: 400;
font-family: var(--body-font);
color: #fff;
}
.footer-links a:hover {
color: #bba35b;
} .footer-layout1 {
position: relative;
background-attachment: fixed;
--body-color: #CBCCCD;
z-index: 1;
}
.footer-layout1:after {
content: "";
position: absolute;
inset: 0;
background: #1F1F1F;
mix-blend-mode: multiply;
z-index: -1;
} .footer-layout2 {
border-top: 1px solid rgba(255, 255, 255, 0.15);
--body-color: rgba(255,255,255,0.9);
}
.footer-layout2 .widget-divider {
background-color: rgba(255, 255, 255, 0.15);
height: calc(100% + 110px);
width: 1px;
top: -80px;
position: relative; }
@media (max-width: 1399px) {
.footer-layout2 .widget-divider {
display: none;
}
} .footer-layout3 {
position: relative;
background-attachment: fixed;
--body-color: #CBCCCD;
z-index: 1;
padding-top: 125px;
}
.footer-layout3:after {
content: "";
position: absolute;
inset: 0;
background: #1F1F1F;
mix-blend-mode: multiply;
z-index: -1;
} .footer-layout4 {
position: relative;
background-attachment: fixed;
--body-color: #CBCCCD;
z-index: 1;
padding-top: 0px;
}
.footer-layout4:after {
content: "";
position: absolute;
inset: 0;
background: #1F1F1F;
mix-blend-mode: multiply;
z-index: -1;
} .breadcumb-menu {
max-width: 100%;
padding: 18px 75px 18px 25px;
list-style-type: none;
position: relative;
margin: 40px 0 0;
display: inline-block;
background: #bba35b;
clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);   }
.breadcumb-menu li {
display: inline-block;
padding-right: 11px;
list-style: none;
position: relative;
}
.breadcumb-menu li:before {
content: "";
position: relative;
margin-right: 16px;
font-size: 14px;
font-weight: 700;
height: 5px;
width: 5px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
display: inline-block;
transform: translate(0px, -50%);
}
.breadcumb-menu li:first-child:before {
display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
white-space: normal;
word-break: break-word;
font-weight: 400;
font-size: 14px;
font-family: var(--body-font);
text-transform: uppercase;
color: var(--white-color);
}
.breadcumb-menu li.active,
.breadcumb-menu a.active,
.breadcumb-menu span.active {
text-decoration: underline;
}
.breadcumb-menu a:hover {
color: var(--white-color);
}
@media (max-width: 1199px) {
.breadcumb-menu {
margin: 96px 0 0;
}
}
@media (max-width: 767px) {
.breadcumb-menu {
margin: 40px 0 0;
padding: 10px 75px 10px 20px;
}
}
@media (max-width: 575px) {
.breadcumb-menu {
clip-path: none;
display: block;
padding: 10px;
text-align: center;
}
}
.breadcumb-title {
color: var(--white-color);
margin: -0.22em 0 -0.2em 0;
line-height: 1.1;
font-size: 40px;
font-weight: 600;
font-family: var(--title-font);
text-align: center;
z-index: 1;
position: relative;
}
.breadcumb-wrapper {
background: var(--title-color);
padding: 70px 0 0px;
margin-top: 140px;
overflow: hidden;
position: relative;
z-index: 1;
background-size: cover !important; }
.breadcumb-wrapper:after {
content: "";
position: absolute;
inset: 0;
background: rgba(21, 22, 28, 0.8);
z-index: -1;
}
.breadcumb-wrapper .breadcumb-thumb {
position: absolute;
bottom: 0;
}
@media (max-width: 575px) {
.breadcumb-wrapper {
margin-top: 76px;
}
} @media (max-width: 1199px) {
.breadcumb-wrapper {
padding: 160px 0 0px;
}
.breadcumb-title {
font-size: 50px;
}
} @media (max-width: 767px) {
.breadcumb-wrapper {
padding: 140px 0 0px;
}
.breadcumb-title {
font-size: 46px;
}
} @media (max-width: 575px) {
.breadcumb-wrapper {
padding: 50px 0 0px;
}
.breadcumb-title {
font-size: 35px !important;
}
} .pagination {
margin-bottom: 30px;
margin-top: 60px;
}
.pagination ul {
margin: 0;
padding: 0;
display: inline-flex;
gap: 10px;
flex-wrap: wrap;
}
.pagination li {
display: inline-block;
margin: 0 0;
list-style-type: none;
}
.pagination li:last-child {
margin-right: 0;
}
.pagination li:first-child {
margin-left: 0;
}
.pagination span,
.pagination a {
display: inline-block;
text-align: center;
position: relative;
color: #bba35b;
background-color: #F7F7F7;
width: 40px;
height: 40px;
line-height: 40px;
z-index: 1;
font-size: 16px;
font-family: var(--body-font);
font-weight: 500;
border-radius: 2px;
}
.pagination span i,
.pagination a i {
font-size: 22px;
}
.pagination span.active, .pagination span:hover,
.pagination a.active,
.pagination a:hover {
color: var(--white-color);
background: #bba35b;
box-shadow: none;
} @media (max-width: 991px) {
.pagination {
margin-top: 60px;
}
} @media (max-width: 767px) {
.pagination {
margin-top: 40px;
}
.pagination span,
.pagination a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
}
.pagination span i,
.pagination a i {
font-size: 16px;
}
}
@media (max-width: 330px) {
.pagination li {
margin: 0 2px;
}
.pagination span, .pagination a {
width: 35px;
height: 35px;
line-height: 34px;
font-size: 14px;
}
}
.post-footer {
clear: both;
margin-top: 30px;
} blockquote,
.wp-block-quote {
font-size: 24px;
line-height: 1.55;
padding: 60px;
font-weight: 400;
font-family: var(--title-font);
display: block;
position: relative;
background-color: var(--smoke-color);
overflow: hidden;
margin: 32px 0 40px;
color: var(--body-color);
font-style: italic;
border-radius: 0px;
border: 0;
border-top: 3px solid #bba35b;  }
blockquote p,
.wp-block-quote p {
font-size: 24px;
font-weight: 400;
font-family: var(--title-font);
font-style: normal;
margin-top: -0.3em;
margin-bottom: 26px;
line-height: 1.55;
color: var(--body-color);
width: 100%;
position: relative;
z-index: 3;
}
blockquote p a,
.wp-block-quote p a {
color: inherit;
}
blockquote p cite,
.wp-block-quote p cite {
margin-top: 20px;
}
blockquote:before,
.wp-block-quote:before {
content: "\ec52";
font-family: var(--icon-font);
position: absolute;
right: 50px;
bottom: 20px;
font-size: 80px;
font-weight: 700;
opacity: 1;
color: #bba35b;
font-style: normal;
background: transparent;
text-align: center;
opacity: 0.1;
}
blockquote cite,
.wp-block-quote cite {
display: block;
font-size: 24px;
position: relative;
border-color: inherit;
line-height: 1;
font-weight: 600;
margin-top: 0;
margin-bottom: -0.2em;
font-style: normal;
color: var(--title-color);
font-family: var(--title-font);
}
blockquote .desig,
.wp-block-quote .desig {
font-size: 16px;
font-weight: 400;
font-family: var(--body-font);
font-style: initial;
color: var(--body-color);
margin-top: 14px;
margin-bottom: -0.4em;
display: block;
}
blockquote .quote-icon,
.wp-block-quote .quote-icon {
position: absolute;
right: 50px;
bottom: 50px;
width: 150px;
}
blockquote.style-left-icon, blockquote.is-large, blockquote.is-style-large, blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
padding: 170px 50px 50px;
}
blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
font-size: 18px;
color: var(--body-color);
font-weight: 400;
line-height: 1.556;
background-color: var(--smoke-color);
padding-left: 160px;
}
blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
right: unset;
left: 56px;
top: 60px;
font-size: 6rem;
font-weight: 400;
line-height: 4rem;
color: #bba35b;
text-shadow: none;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
background-color: var(--title-color);
top: 8px;
}
blockquote.is-large cite:before, blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
top: unset;
bottom: 13px;
}
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
border: 0;
}
blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
right: 50px;
left: unset;
}
@media (max-width: 1299px) {
blockquote,
.wp-block-quote {
padding: 50px;
font-size: 20px;
}
blockquote p,
.wp-block-quote p {
font-size: 20px;
}
}
@media (max-width: 767px) {
blockquote,
.wp-block-quote {
padding: 30px;
font-size: 18px;
}
blockquote p,
.wp-block-quote p {
font-size: 18px;
}
blockquote:before,
.wp-block-quote:before {
right: 23px;
bottom: 10px;
font-size: 60px;
}
}
.wp-block-pullquote {
padding: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-bottom: 20px;
}
.wp-block-pullquote blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
left: 50%;
transform: translate(-50%, 0px);
}
.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
padding: 100px 15px 30px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
width: 50px;
height: 50px;
line-height: 50px;
top: 30px;
left: 30px;
font-size: 30px;
}
.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
padding: 100px 15px 30px 15px;
}
.blog-meta {
display: flex;
gap: 10px;
margin-top: -0.4em;  }
.blog-meta span,
.blog-meta a {
display: inline-block;
font-size: 16px;
font-weight: 400;
font-family: var(--body-font);
color: var(--body-color);
position: relative;
text-transform: uppercase;
}
.blog-meta span:before,
.blog-meta a:before {
content: "";
position: relative;
height: 5px;
width: 5px;
border-radius: 50%;
background: var(--body-color);
transform: translate(0, -50%);
display: inline-block;
margin-right: 10px;
}
.blog-meta span i,
.blog-meta a i {
margin-right: 9px;
color: #bba35b;
}
.blog-meta span:first-child:before,
.blog-meta a:first-child:before {
display: none;
}
.blog-meta span a {
margin-right: 0 !important;
}
.blog-meta a:hover {
color: #bba35b;
}
@media (max-width: 1299px) {
.blog-meta span,
.blog-meta a {
font-size: 14px;
}
}
@media (max-width: 575px) {
.blog-meta {
flex-wrap: wrap;
}
}
.blog-audio img,
.blog-img img,
.blog-video img {
transition: 0.4s ease-in-out;
border-radius: 0 0;
}
.blog-title a {
color: inherit;
}
.blog-title a:hover {
color: #bba35b;
}
.blog-inner-title {
margin-top: -0.25em;
margin-bottom: 20px;
font-weight: 600;
font-size: 32px; }
.blog-inner-title i {
color: #bba35b;
margin-right: 4px;
}
@media (max-width: 767px) {
.blog-inner-title {
font-size: 28px;
}
}
.blog-single {
position: relative;
margin-bottom: 60px;    }
.blog-single .blog-img {
position: relative;
}
.blog-single .blog-img img {
width: 100%;
border-radius: 0px;
transition: 0.4s ease-in-out;
min-height: 300px;
object-fit: cover;
}
.blog-single .blog-img .blog-date {
position: absolute;
left: 30px;
top: 30px;
}
.blog-single .blog-img .blog-date a {
background: #bba35b;
height: 70px;
width: 70px;
border-radius: 0px;
text-align: center;
display: inline-block;
color: var(--white-color);
font-family: var(--body-font);
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
padding: 12px 10px 11px;
}
.blog-single .blog-img .blog-date a span {
display: block;
font-size: 36px;
font-weight: 600;
font-family: var(--title-font);
margin-bottom: 2px;
}
.blog-single .blog-img .blog-date .year {
background: var(--title-color);
text-align: center;
font-size: 10px;
font-weight: 600;
font-family: var(--title-font);
color: rgba(255, 255, 255, 0.6);
letter-spacing: 4px;
height: 16px;
line-height: 16px;
}
.blog-single .blog-title {
margin-bottom: 21px;
font-size: 40px;
line-height: 1;
font-weight: 600;
margin-top: 21px;
}
.blog-single .blog-text {
margin-bottom: 40px;
font-size: 18px;
font-family: var(--title-font);
font-weight: 400;
}
.blog-single .blog-meta {
margin-bottom: 19px;
}
.blog-single .social-links {
margin: 0;
padding: 0;
list-style-type: none;
display: inline-block;
}
.blog-single .social-links li {
display: inline-block;
margin-right: 3px;
}
.blog-single .social-links li:last-child {
margin-right: 0;
}
.blog-single .social-links a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: var(--smoke-color);
font-size: 14px;
color: var(--body-color);
text-align: center;
}
.blog-single .social-links a:hover {
color: var(--white-color);
background-color: #bba35b;
}
.blog-single .blog-content {
position: relative;
border-radius: 0;
}
.blog-single .blog-audio {
line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
position: relative;
overflow: hidden;
background-color: var(--smoke-color);
margin-bottom: 30px;
}
.blog-single .blog-img .slick-arrow {
--pos-x: 30px;
--icon-size: 45px;
border: none;
background-color: var(--white-color);
color: #bba35b;
border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
background-color: #bba35b;
color: var(--white-color);
}
.blog-single .blog-img .play-btn {
--icon-size: 60px;
position: absolute;
left: 50%;
top: 50%;
margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .read-more-btn,
.blog-single .line-btn {
display: block;
max-width: fit-content;
margin-bottom: -1px;
}
.blog-single .read-more-btn {
margin-bottom: -8px;
color: #bba35b;
}
.blog-single .blog-post-wrap {
background: var(--smoke-color3);
border-radius: 6px;
padding: 60px;
cursor: pointer;
transition: 0.4s;
}
.blog-single .blog-post-wrap:hover {
background: #bba35b;
}
.blog-single .blog-post-wrap:hover h5 {
color: var(--white-color);
}
.blog-single .blog-post-wrap h5 {
margin-bottom: 0;
transition: 0.4s;
}
.blog-single:hover .blog-img .slick-arrow {
opacity: 1;
visibility: visible;
}
@media (max-width: 1199px) {
.blog-single .blog-text {
margin-bottom: 30px;
}
.blog-single .blog-title {
font-size: 36px;
margin-bottom: 25px;
}
}
@media (max-width: 991px) {
.blog-single {
margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.blog-single .blog-title {
font-size: 30px;
}
.blog-single .blog-meta {
margin-bottom: 14px;
}
}
@media (max-width: 575px) {
.blog-single .blog-thumb {
border-radius: 5px 5px 0 0;
}
.blog-single .blog-thumb img {
border-radius: 5px 5px 0 0;
}
.blog-single .blog-content {
margin: 0;
border-radius: 0 0 5px 5px;
}
}
.blog-author {
border-radius: 0px;
padding: 40px;
display: flex;
align-items: center;
gap: 30px;
margin-top: var(--blog-space-y, 60px); }
.blog-author .auhtor-img {
border-radius: 50%;
overflow: hidden;
}
.blog-author .author-name {
font-size: 24px;
font-weight: 600;
margin-bottom: -0.1em;
}
.blog-author .author-name a {
color: var(--title-color);
}
.blog-author .author-desig {
font-size: 16px;
font-weight: 400;
color: var(--body-color);
font-family: var(--body-font);
display: block;
margin-top: 8px;
}
.blog-author .author-text {
margin-top: 9px;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.blog-author {
flex-wrap: wrap;
gap: 20px;
padding: 30px;
}
.blog-author .media-body {
width: 100%;
flex: auto;
}
}
.share-links-title {
font-size: 18px;
color: var(--title-color);
font-family: var(--title-font);
font-weight: 500;
margin: 0 20px 0 0;
}
.share-links {
padding: 13px 0 0px;
}
.share-links > .row {
align-items: center;
--bs-gutter-y: 20px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
gap: 10px;
}
.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
border-color: var(--smoke-color);
background: var(--smoke-color);
}
.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
background: #bba35b;
} @media (max-width: 1399px) {
.share-links {
--blog-space-x: 20px;
}
} @media (max-width: 575px) {
.share-links-title {
display: block;
margin-bottom: 10px;
}
.blog-author {
display: block;
}
.blog-author .auhtor-img {
margin-bottom: 20px;
display: inline-block;
}
} @media (max-width: 375px) {
.share-links .wp-block-tag-cloud, .share-links .tagcloud {
gap: 10px;
}
} .comment-form {
margin-top: var(--blog-space-y, 20px);
position: relative;
padding: 40px;
border-radius: 0px;
background: var(--smoke-color);
}
.comment-form .row {
--bs-gutter-x: 20px;
}
.comment-form .form-title {
margin-top: -0.35em;
margin-bottom: 30px;
}
.comment-form .form-title a#cancel-comment-reply-link {
font-size: 0.7em;
text-decoration: underline;
}
.comment-form .form-text {
margin-bottom: 25px;
}
.comment-form .form-group {
margin-bottom: 20px;
}
.blog-comment-area {
margin-bottom: 25px;
}
.comments-wrap {
margin-top: var(--blog-space-y, 60px);
margin-bottom: 30px;
}
.comments-wrap .description p:last-child {
margin-bottom: -0.5em;
}
.comments-wrap .comment-respond {
margin: 30px 0;
}
.comments-wrap pre {
background: #ededed;
color: #666;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre-wrap;
word-wrap: break-word;
}
.comments-wrap li {
margin: 0;
}
.comments-wrap .post-comment {
padding: 0;
position: relative;
display: flex;
align-items: center;
margin-bottom: 30px;
padding-bottom: 30px;
position: relative;
border-bottom: 1px solid var(--border-color);
}
.comments-wrap .post-comment ol,
.comments-wrap .post-comment ul,
.comments-wrap .post-comment dl {
margin-bottom: 1rem;
}
.comments-wrap .post-comment ol ol,
.comments-wrap .post-comment ol ul,
.comments-wrap .post-comment ul ol,
.comments-wrap .post-comment ul ul {
margin-bottom: 0;
}
.comments-wrap ul.comment-list {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: var(--blog-space-y, 80px);
}
.comments-wrap ul.comment-list ul ul,
.comments-wrap ul.comment-list ul ol,
.comments-wrap ul.comment-list ol ul,
.comments-wrap ul.comment-list ol ol {
margin-bottom: 0;
}
.comments-wrap .comment-avater {
margin-right: 25px;
overflow: hidden;
border-radius: 15px;
height: fit-content;
}
.comments-wrap .comment-avater img {
width: 100%;
max-width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
}
.comments-wrap .comment-content {
flex: 1;
margin-top: -6px;
position: relative;
}
.comments-wrap .commented-on {
font-size: 14px;
display: inline-block;
margin-bottom: 2px;
font-weight: 500;
color: var(--body-color);
font-family: var(--body-font);
}
.comments-wrap .commented-on i {
margin-right: 7px;
font-size: 0.9rem;
}
.comments-wrap .name {
margin-bottom: 3px;
font-size: 20px;
font-weight: 600;
}
.comments-wrap .comment-top {
display: flex;
justify-content: space-between;
}
.comments-wrap .text {
margin-bottom: -0.3em;
margin-top: 2px;
}
.comments-wrap .children {
margin: 0;
padding: 0;
list-style-type: none;
margin-left: 135px;
}
.comments-wrap .reply_and_edit {
margin-bottom: -0.46em;
position: absolute;
right: 0;
top: 10px;
}
.comments-wrap .reply_and_edit a {
margin-right: 10px;
color: var(--title-color);
padding: 0;
font-size: 16px;
font-weight: 400;
font-family: var(--title-font);
text-transform: uppercase;
}
.comments-wrap .reply_and_edit a:hover {
color: #bba35b;
}
.comments-wrap .reply_and_edit a i {
margin-left: 3px;
margin-right: 0;
}
.comments-wrap .reply_and_edit a:last-child {
margin-right: 0;
}
.comments-wrap .reply-btn {
font-weight: 700;
font-size: 12px;
color: var(--body-color);
font-family: var(--title-font);
display: inline-block;
}
.comments-wrap .reply-btn i {
margin-right: 7px;
}
.comments-wrap .reply-btn:hover {
color: #bba35b;
}
.comments-wrap .star-rating {
font-size: 12px;
margin-bottom: 10px;
position: absolute;
top: 5px;
right: 0;
width: 80px;
}
ul.comment-list .comment-item:last-child:not(.children .comment-item) > .post-comment {
border-bottom: none;
padding-bottom: 0;
}
ul.comment-list .comment-item:first-child:not(.children .comment-item) > .post-comment {
padding-bottom: 30px;
border-bottom: 1px solid var(--border-color);
}
.comments-wrap.comment-form {
margin: 0;
} @media (max-width: 1199px) {
.blog-single {
--blog-space-y: 40px;
}
.comments-wrap {
margin-top: 40px;
}
.comments-wrap .children {
margin-left: 40px;
}
.comments-wrap .comment-avater {
margin-right: 35px;
}
ul.comment-list .comment-item:first-child:not(.children .comment-item) > .post-comment {
padding-bottom: 30px;
}
.comments-wrap .post-comment {
margin-bottom: 30px;
}
} @media (max-width: 767px) {
.comments-wrap .post-comment {
display: block;
}
.comments-wrap .comment-avater {
height: 100px;
width: 100px;
margin-bottom: 30px;
}
.comment-form {
padding: 30px;
}
} .comments-title {
font-size: 27px;
border-bottom: 2px solid var(--border-color);
padding-bottom: 15px;
margin-bottom: 30px;
}
ol.comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comment ol.children {
list-style: none;
padding-left: 50px;
}
.comment span.says {
display: none;
}
.comment-author.vcard,
footer.comment-meta {
position: relative;
}
.comment-author.vcard img {
border-radius: 50%;
height: 90px;
width: 90px;
margin-top: -5px;
}
.comment-author.vcard .fn {
font-size: 20px;
position: absolute;
left: 110px;
top: -10px;
text-transform: capitalize;
font-family: "Poppins", sans-serif;
font-weight: 600;
}
.comment-author.vcard .fn a {
font-weight: 600;
}
.bypostauthor {
display: block;
}
.bypostauthor .comment-author.vcard .fn:after {
content: "\f02e";
font-family: "Font Awesome 5 Free";
font-size: 13px;
top: 0;
margin-left: 10px;
position: relative;
line-height: 1;
font-weight: 900;
}
.comment-metadata {
position: absolute;
left: 110px;
top: 20px;
}
.comment-metadata time {
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
}
em.comment-awaiting-moderation {
font-weight: 500;
color: #1d1d1d;
display: block;
padding-left: 110px;
margin-top: -25px;
margin-bottom: 35px;
}
.comment-metadata span.edit-link,
span.edit-link {
display: none;
}
.comment .comment-content {
position: relative;
padding-left: 110px;
margin-top: -25px;
}
.comment article {
margin-top: 15px;
padding: 15px 15px 15px 0;
border-bottom: 2px solid var(--border-color);
position: relative;
}
.comment-list li:last-child .comment-body {
border-bottom: 0;
}
.comment-list li .children .comment-body {
border-bottom: 2px solid var(--border-color);
}
.comment-content img {
margin-top: 30px;
margin-bottom: 30px;
}
.comment-body .reply {
position: absolute;
right: 0;
top: 8px;
}
.comments-area .reply a {
position: relative;
padding-left: 25px;
color: var(--black-color);
font-weight: 600;
}
.comments-area .reply a:hover {
color: #bba35b;
}
.comment-body .reply a:before {
content: "\f3e5";
font-family: Font Awesome\ 6 Pro;
position: absolute;
left: 3px;
top: 0;
}
.comment-content a,
.comment-body a {
word-wrap: break-word;
font-weight: 500;
}
.comment-content li {
font-weight: 500;
margin: 8px 0;
} .comments-heading {
font-size: 25px;
margin-bottom: 5px;
}
#cancel-comment-reply-link {
margin-left: 10px;
font-size: 20px;
font-weight: 700;
}
#cancel-comment-reply-link:hover {
text-decoration: underline;
}
.comment-respond {
margin-top: 30px;
padding: 35px 45px 30px 45px;
background-color: var(--smoke-color2);
color: var(--black-color);
border-radius: 10px;
}
.comment-respond .comment-form {
padding: 0;
}
.tp-comment-input {
position: relative;
margin-bottom: 30px;
}
.tp-comment-input input,
.tp-comment-input textarea {
margin-bottom: 0;
}
.tp-comment-input i {
position: absolute;
right: 20px;
font-size: 18px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
color: #647589;
}
.comment-message.tp-comment-input i {
top: 30px;
}
li.comment .comment-respond {
margin-bottom: 45px;
margin-top: 45px;
}
.comment-form .comment-form-wrap {
margin: 25px -45px 0 -45px;
border-top: 2px solid var(--border-color);
padding: 35px 30px 0 30px;
}
.comment-form input,
.comment-form textarea {
background: var(--white-color);
border-color: transparent;
color: var(--black-color);
border-radius: 0px;
font-family: var(--title-font);
}
.comment-message textarea {
height: auto;
border-radius: 15px;
}
.comment-form-cookies-consent label {
display: inline;
margin-left: 10px;
}
.comment-form .comment-message {
margin-top: 10px;
}
.comment-form-wrap ::-webkit-input-placeholder { color: #647589;
}
.comment-form-wrap :-moz-placeholder { color: #647589;
opacity: 1;
}
.comment-form-wrap ::-moz-placeholder { color: #647589;
opacity: 1;
}
.comment-form-wrap :-ms-input-placeholder { color: #647589;
}
.comment-form-wrap ::-ms-input-placeholder { color: #647589;
}
.comment-form-wrap ::placeholder { color: #647589;
}
#message-cmt::placeholder { color: #647589;
}
.comments-area button.tp-button i {
font-size: 14px;
}
@media (min-width: 500px) {
.comment-metadata time {
margin-top: 15px;
display: inline-block;
}
}
li.pingback,
li.trackback {
border: 2px solid var(--border-color);
padding: 10px;
margin-bottom: 20px;
}  .hero-wrapper {
position: relative;
z-index: 2;
overflow: hidden;
}
.hero-title {
font-weight: 600;
letter-spacing: -0.015em;
line-height: 1.097;
}
.hero-text {
font-size: 18px;
font-weight: 400;
margin-top: 20px;
margin-bottom: 40px;
line-height: 1.777;
} .hero-1 {
margin: 116px 0 357px;
overflow: initial;
background-size: cover;
position: relative;    }
@media (max-width: 1399px) {
.hero-1 {
margin-top: 117px;
}
}
@media (max-width: 1199px) {
.hero-1 {
margin: 117px 0 200px;
}
}
@media (max-width: 991px) {
.hero-1 {
padding-bottom: 120px;
}
}
@media (max-width: 575px) {
.hero-1 {
margin-bottom: 0;
margin-top: 76px;
}
}
.hero-1:after {
content: "";
position: absolute;
inset: 0;
background: #424242;
mix-blend-mode: multiply;
z-index: -1;
}
.hero-1 .hero-bg-shape1-1 {
position: absolute;
top: 100px;
width: 230px;
height: 685px;
background: linear-gradient(180deg, rgba(234, 85, 1, 0) 0%, #bba35b 100%);
opacity: 0.3;
transform: matrix(0.75, -0.66, -0.66, -0.75, 0, 0);
z-index: 1;
mix-blend-mode: difference; }
@media (max-width: 1399px) {
.hero-1 .hero-bg-shape1-1 {
display: none;
}
}
.hero-1 .hero-bg-shape1-2 {
position: absolute;
top: 250px;
width: 230px;
height: 685px;
background: linear-gradient(180deg, rgba(234, 85, 1, 0) 0%, #bba35b 100%);
opacity: 0.3;
transform: matrix(0.75, -0.66, -0.66, -0.75, 0, 0);
z-index: 1;
mix-blend-mode: difference; }
@media (max-width: 1399px) {
.hero-1 .hero-bg-shape1-2 {
display: none;
}
}
.hero-1 .section-animation-shape1-1 {
position: absolute;
top: 0;
z-index: 3;
}
.hero-1 .section-animation-shape1-2 {
position: absolute;
bottom: -30px;
z-index: 1;
}
.hero-1 .hero-shape1-1 {
bottom: -357px;
left: 20%;
z-index: 2;   }
@media (max-width: 1399px) {
.hero-1 .hero-shape1-1 {
left: 10%;
}
}
@media (max-width: 1199px) {
.hero-1 .hero-shape1-1 {
width: 450px;
bottom: -200px;
}
}
@media (max-width: 575px) {
.hero-1 .hero-shape1-1 {
display: none;
}
}
.hero-1 .slider-controller-wrap {
text-align: end;
position: absolute;
right: 0;
bottom: 0;
width: 43%;
background: var(--white-color); }
@media (max-width: 991px) {
.hero-1 .slider-controller-wrap {
display: none;
}
}
.hero-1 .slider-btn-wrap {
display: inline-flex;
position: relative;
bottom: 0;
right: 120px;
z-index: 3;
justify-content: end;
padding: 61px 0;  }
@media (max-width: 1500px) {
.hero-1 .slider-btn-wrap {
right: 75px;
}
}
@media (max-width: 1299px) {
.hero-1 .slider-btn-wrap {
right: 45px;
}
}
.hero-1 .slider-btn-wrap .slides-numbers {
font-size: 12px;
font-weight: 500;
color: var(--title-color);
}
.hero-1 .slider-btn-wrap .slides-numbers .active {
font-size: 18px;
}
.hero-1 .slider-btn-wrap .slides-numbers .total {
margin-left: 160px;
opacity: 0.2;
font-size: 18px;
}
.hero-1 .slider-btn-wrap .icon-box {
gap: 10px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.hero-1 .slider-btn-wrap .icon-box .slick-arrow {
top: 0;
background: rgba(21, 22, 28, 0.06);
color: #bba35b;
--icon-size: 50px;
}
.hero-1 .slider-btn-wrap .icon-box .slick-arrow:hover {
background: #bba35b;
color: var(--white-color);
}
.hero-slider1 {
position: relative;
z-index: 1;
background-size: cover;
}
.hero-slider1 .hero-thumb {
position: absolute;
right: 0;
top: 0;
border-left: 5px solid #bba35b;  }
@media (max-width: 1500px) {
.hero-slider1 .hero-thumb {
width: 50%;
height: calc(100% - 150px);
}
.hero-slider1 .hero-thumb img {
height: 100%;
width: 100%;
object-fit: cover;
}
}
@media (max-width: 991px) {
.hero-slider1 .hero-thumb {
display: none;
}
}
.hero-style1 {
position: relative;
z-index: 6;
padding-top: 200px;
padding-bottom: 208px;   }
.hero-style1 .hero-text {
max-width: 512px;
margin-top: 22px;
margin-bottom: 28px;
color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1399px) {
.hero-style1 {
padding-top: 160px;
padding-bottom: 168px;
}
}
@media (max-width: 1199px) {
.hero-style1 {
padding: 120px 0;
}
}
@media (max-width: 991px) {
.hero-style1 {
text-align: center;
padding: 120px 0 50px;
}
.hero-style1 .hero-text {
margin-left: auto;
margin-right: auto;
}
.hero-style1 .btn-group {
justify-content: center;
}
}
.hero-experience-wrap {
display: inline-block;
border-bottom: 5px solid #bba35b;
padding: 60px 100px 33px 100px;
position: relative;
clip-path: polygon(43px 0, 100% 0, 100% calc(100% - 81px), calc(100% - 67px) 100%, 0 100%, 0 52px);
position: absolute;
bottom: -231px;
z-index: 3;
right: 25%;    }
@media (max-width: 1399px) {
.hero-experience-wrap {
padding: 50px 70px 30px 100px;
}
}
@media (max-width: 1199px) {
.hero-experience-wrap {
padding: 30px 0px 30px 55px;
right: 29%;
bottom: -200px;
}
}
@media (max-width: 991px) {
.hero-experience-wrap {
position: inherit;
left: 50%;
bottom: 0;
transform: translate(-50%, 0);
}
}
@media (max-width: 575px) {
.hero-experience-wrap {
position: initial;
transform: none;
margin: 0 15px;
padding: 30px;
display: block;
}
}
.hero-experience-wrap .shadow-text {
font-size: 30px;
font-weight: 600;
font-family: var(--title-font);
color: transparent;
-webkit-text-stroke: 1px #000000;
transform: rotate(-90deg) translate(-100%, 0);
display: inline-block;
transform-origin: left top;
opacity: 0.15;
position: absolute;
top: 60px;
left: 40px;  }
@media (max-width: 1199px) {
.hero-experience-wrap .shadow-text {
left: 15px;
font-size: 24px;
}
}
@media (max-width: 575px) {
.hero-experience-wrap .shadow-text {
display: none;
}
}
.hero-experience-wrap .hero-experience-counter {
font-size: 120px;
font-weight: 700;
color: #bba35b;
margin-top: 5px;
margin-bottom: -10px;  }
@media (max-width: 1399px) {
.hero-experience-wrap .hero-experience-counter {
font-size: 70px;
margin-bottom: 0;
}
}
@media (max-width: 1299px) {
.hero-experience-wrap .hero-experience-counter {
font-size: 50px;
}
}
.hero-experience-wrap .hero-experience-text {
font-size: 18px;
margin-bottom: 37px;  }
@media (max-width: 1299px) {
.hero-experience-wrap .hero-experience-text {
margin-bottom: 27px;
}
}
@media (max-width: 1199px) {
.hero-experience-wrap .hero-experience-text {
margin-bottom: 10px;
}
}
.hero-experience-wrap .media {
margin-left: -80px;
display: flex;
gap: 20px;  }
@media (max-width: 1199px) {
.hero-experience-wrap .media {
margin-left: -50px;
}
}
@media (max-width: 575px) {
.hero-experience-wrap .media {
margin-left: 0;
display: block;
}
}
.hero-experience-wrap .media .icon {
flex: auto; }
@media (max-width: 1199px) {
.hero-experience-wrap .media .icon {
width: 140px;
}
}
.hero-experience-wrap .media .link-btn {
font-size: 32px;
line-height: 1.1875em;
font-weight: 400;
font-family: var(--title-font);
color: var(--title-color);
max-width: 180px;
text-transform: none;
margin-top: 20px;
align-self: start; }
.hero-experience-wrap .media .link-btn:before {
display: none;
}
.hero-experience-wrap .media .link-btn:hover {
color: #bba35b;
}
@media (max-width: 1299px) {
.hero-experience-wrap .media .link-btn {
font-size: 24px;
margin-top: 30px;
}
} .hero-2 {
position: relative;
margin-top: 115px; }
@media (max-width: 575px) {
.hero-2 {
margin-top: 76px;
}
}
.hero-2 .hero-number-slider2 {
position: absolute;
bottom: 45px;
width: 150px;
right: 12%;  }
.hero-2 .hero-number-slider2 .slider-number {
font-size: 18px;
color: #bba35b;
}
@media (max-width: 1199px) {
.hero-2 .hero-number-slider2 {
right: 10%;
}
}
@media (max-width: 991px) {
.hero-2 .hero-number-slider2 {
bottom: 88px;
right: 6%;
}
}
.hero-slider2 {
position: relative;
}
.hero-slider2 .slick-dots {
position: absolute;
bottom: 56px;
right: 19%;
z-index: 1;    }
.hero-slider2 .slick-dots li {
margin-right: 10px;
}
.hero-slider2 .slick-dots button {
width: 30px;
height: 2px;
background: var(--body-color);
border-radius: 0;
}
.hero-slider2 .slick-dots button:before {
display: none;
}
.hero-slider2 .slick-dots .slick-active button {
width: 50px;
background: #bba35b;
}
@media (max-width: 1500px) {
.hero-slider2 .slick-dots {
right: 21%;
}
}
@media (max-width: 1399px) {
.hero-slider2 .slick-dots {
right: 22%;
}
}
@media (max-width: 1299px) {
.hero-slider2 .slick-dots {
right: 23%;
}
}
@media (max-width: 991px) {
.hero-slider2 .slick-dots {
bottom: 100px;
}
}
.hero-style2 {
padding: 120px 0 80px;
}
.hero-style2 .hero-thumb {
margin-top: 75px;   }
@media (max-width: 991px) {
.hero-style2 .hero-thumb {
margin-top: 45px;
}
}
@media (max-width: 767px) {
.hero-style2 .hero-thumb {
margin-top: 25px;
}
}
@media (max-width: 575px) {
.hero-style2 .hero-thumb {
margin-top: 15px;
}
}
.hero-style2 .hero-title {
font-size: 150px;
font-weight: 600;
position: relative;
display: inline-block;
letter-spacing: -0.015em;
margin-top: -0.23em;       }
.hero-style2 .hero-title span {
position: absolute;
bottom: 0;
right: 10px;
font-size: 16px;
font-weight: 400;
font-family: var(--body-font);
letter-spacing: normal;
}
@media (max-width: 1500px) {
.hero-style2 .hero-title {
font-size: 140px;
}
}
@media (max-width: 1399px) {
.hero-style2 .hero-title {
font-size: 120px;
}
.hero-style2 .hero-title span {
right: 6px;
}
}
@media (max-width: 1199px) {
.hero-style2 .hero-title {
font-size: 100px;
}
}
@media (max-width: 991px) {
.hero-style2 .hero-title {
font-size: 70px;
padding-bottom: 10px;
}
.hero-style2 .hero-title span {
right: 4px;
}
}
@media (max-width: 767px) {
.hero-style2 .hero-title {
font-size: 55px;
}
}
@media (max-width: 575px) {
.hero-style2 .hero-title {
font-size: 45px;
}
}
@media (max-width: 375px) {
.hero-style2 .hero-title {
font-size: 36px;
}
}
.hero-style2 .hero-text {
max-width: 398px;
margin-top: 30px;
margin-bottom: 50px; }
@media (max-width: 991px) {
.hero-style2 .hero-text {
max-width: none;
}
}
.hero-style2 .hero-tag {
display: inline-block;
position: relative;
height: 110px;
width: 110px;
}
.hero-style2 .hero-tag .hero-tag_icon {
position: absolute;
background: #bba35b;
left: 50%;
top: 50%;
color: var(--white-color);
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
text-align: center;
z-index: 1;
}
.hero-style2 .hero-tag .hero-tag_icon i {
font-size: 24px;
}
.about-experience-tag {
display: inline-block;
height: 110px;
width: 110px;
border-radius: 50%;
z-index: 1;
font-size: 14px;
font-weight: 400;
font-family: var(--body-font);
color: var(--body-color);
line-height: normal;
text-align: center;
animation: spin 20s linear infinite;
text-transform: uppercase;
}
.about-experience-tag span {
--rotate-letter: 12deg;
height: 58px;
position: absolute;
width: 20px;
left: 35%;
top: -2px;
transform-origin: bottom;
transform: rotate(var(--rotate-letter));
}
.about-experience-tag span.char2 {
transform: rotate(calc(var(--rotate-letter) * 2));
}
.about-experience-tag span.char3 {
transform: rotate(calc(var(--rotate-letter) * 3));
}
.about-experience-tag span.char4 {
transform: rotate(calc(var(--rotate-letter) * 4));
}
.about-experience-tag span.char5 {
transform: rotate(calc(var(--rotate-letter) * 5));
}
.about-experience-tag span.char6 {
transform: rotate(calc(var(--rotate-letter) * 6));
}
.about-experience-tag span.char7 {
transform: rotate(calc(var(--rotate-letter) * 7));
}
.about-experience-tag span.char8 {
transform: rotate(calc(var(--rotate-letter) * 8));
}
.about-experience-tag span.char9 {
transform: rotate(calc(var(--rotate-letter) * 9));
}
.about-experience-tag span.char10 {
transform: rotate(calc(var(--rotate-letter) * 10));
}
.about-experience-tag span.char11 {
transform: rotate(calc(var(--rotate-letter) * 11));
}
.about-experience-tag span.char12 {
transform: rotate(calc(var(--rotate-letter) * 12));
}
.about-experience-tag span.char13 {
transform: rotate(calc(var(--rotate-letter) * 13));
}
.about-experience-tag span.char14 {
transform: rotate(calc(var(--rotate-letter) * 14));
}
.about-experience-tag span.char15 {
transform: rotate(calc(var(--rotate-letter) * 15));
}
.about-experience-tag span.char16 {
transform: rotate(calc(var(--rotate-letter) * 16));
}
.about-experience-tag span.char17 {
transform: rotate(calc(var(--rotate-letter) * 17));
}
.about-experience-tag span.char18 {
transform: rotate(calc(var(--rotate-letter) * 18));
}
.about-experience-tag span.char19 {
transform: rotate(calc(var(--rotate-letter) * 19));
}
.about-experience-tag span.char20 {
transform: rotate(calc(var(--rotate-letter) * 20));
}
.about-experience-tag span.char21 {
transform: rotate(calc(var(--rotate-letter) * 21));
}
.about-experience-tag span.char22 {
transform: rotate(calc(var(--rotate-letter) * 22));
}
.about-experience-tag span.char23 {
transform: rotate(calc(var(--rotate-letter) * 23));
}
.about-experience-tag span.char24 {
transform: rotate(calc(var(--rotate-letter) * 24));
}
.about-experience-tag span.char25 {
transform: rotate(calc(var(--rotate-letter) * 25));
}
.about-experience-tag span.char26 {
transform: rotate(calc(var(--rotate-letter) * 26));
}
.about-experience-tag span.char27 {
transform: rotate(calc(var(--rotate-letter) * 27));
}
.about-experience-tag span.char28 {
transform: rotate(calc(var(--rotate-letter) * 28));
}
.about-experience-tag span.char29 {
transform: rotate(calc(var(--rotate-letter) * 29));
}
.about-experience-tag span.char30 {
transform: rotate(calc(var(--rotate-letter) * 30));
}
.about-experience-tag span.char31 {
transform: rotate(calc(var(--rotate-letter) * 31));
}
.about-experience-tag span.char32 {
transform: rotate(calc(var(--rotate-letter) * 32));
}
.about-experience-tag span.char33 {
transform: rotate(calc(var(--rotate-letter) * 33));
}
.about-experience-tag span.char34 {
transform: rotate(calc(var(--rotate-letter) * 34));
}
.about-experience-tag span.char35 {
transform: rotate(calc(var(--rotate-letter) * 35));
}
.about-experience-tag span.char36 {
transform: rotate(calc(var(--rotate-letter) * 36));
}
.about-experience-tag span.char37 {
transform: rotate(calc(var(--rotate-letter) * 37));
}
.about-experience-tag span.char38 {
transform: rotate(calc(var(--rotate-letter) * 38));
}
.about-experience-tag span.char39 {
transform: rotate(calc(var(--rotate-letter) * 39));
}
.about-experience-tag span.char40 {
transform: rotate(calc(var(--rotate-letter) * 40));
} .hero-3 {
max-width: 1820px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;        }
@media (max-width: 991px) {
.hero-3 {
margin-top: 76px;
}
}
.hero-3 .hero-bg-shape3-1 {
z-index: -2;
}
.hero-3 .hero-shadow-text {
position: absolute;
font-weight: 600;
font-size: 200px;
font-family: var(--title-font);
line-height: normal;
letter-spacing: 0.22em;
opacity: 0.5;
transform: rotate(-13.74deg);
-webkit-text-stroke: 1px var(--white-color);
color: transparent;
bottom: 30px;
right: 100px;
}
@media (max-width: 1500px) {
.hero-3 .hero-shadow-text {
right: -30px;
}
}
@media (max-width: 1399px) {
.hero-3 .hero-shadow-text {
right: -50px;
}
}
@media (max-width: 1299px) {
.hero-3 .hero-shadow-text {
font-size: 170px;
}
}
@media (max-width: 1199px) {
.hero-3 .hero-shadow-text {
letter-spacing: 0.1em;
font-size: 150px;
right: 0;
}
}
@media (max-width: 991px) {
.hero-3 .hero-shadow-text {
font-size: 120px;
}
}
@media (max-width: 575px) {
.hero-3 .hero-shadow-text {
font-size: 90px;
}
}
@media (max-width: 375px) {
.hero-3 .hero-shadow-text {
font-size: 80px;
}
}
.hero-bg-3-1 {
position: absolute;
inset: 0;
z-index: -1;
mask-position: bottom;
mask-size: cover;
}
.hero-style3 {
padding: 200px 0 370px;     }
.hero-style3 .hero-subtitle {
letter-spacing: 0.32em;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
color: var(--white-color);
display: flex;
gap: 30px;
align-items: center;
margin-bottom: 15px;
}
.hero-style3 .hero-title {
font-size: 85px;
font-weight: 600;
color: var(--white-color);
margin-bottom: 0;
}
.hero-style3 .hero-title.style2 {
-webkit-text-stroke: 1px var(--white-color);
color: transparent;
}
.hero-style3 .hero-text {
font-size: 20px;
color: var(--white-color);
opacity: 0.9;
max-width: 542px;
margin-top: 16px;
margin-bottom: 33px;
}
@media (max-width: 1399px) {
.hero-style3 {
padding: 180px 0 350px;
}
.hero-style3 .hero-title {
font-size: 60px;
}
}
@media (max-width: 1299px) {
.hero-style3 {
padding: 150px 0 250px;
}
}
@media (max-width: 991px) {
.hero-style3 {
padding: 130px 0 200px;
}
}
@media (max-width: 575px) {
.hero-style3 .hero-title {
font-size: 46px;
}
.hero-style3 .hero-text {
font-size: 16px;
}
}
@media (max-width: 375px) {
.hero-style3 .hero-title {
font-size: 40px;
}
} .hero-4 .hero-shadow-text {
position: absolute;
left: 0;
top: 120px;
font-weight: 700;
font-size: 200px;
font-family: var(--title-font);
line-height: normal;
opacity: 0.1;
-webkit-text-stroke: 1px var(--white-color);
color: transparent;
z-index: 1;    }
@media (max-width: 1199px) {
.hero-4 .hero-shadow-text {
font-size: 150px;
}
}
@media (max-width: 991px) {
.hero-4 .hero-shadow-text {
font-size: 120px;
}
}
@media (max-width: 767px) {
.hero-4 .hero-shadow-text {
font-size: 100px;
}
}
@media (max-width: 575px) {
.hero-4 .hero-shadow-text {
font-size: 60px;
}
}
.hero-4 .hero-shadow-text-wrap {
position: absolute;
right: 50px;
top: 220px;
}
.hero-4 .hero-shadow-text2 {
font-weight: 700;
font-size: 24px;
font-family: var(--body-font);
line-height: normal;
opacity: 0.6;
-webkit-text-stroke: 1px var(--white-color);
color: transparent;
z-index: 1;
letter-spacing: 0.12em;
transform: rotate(90deg) translate(100%, 100%);
transform-origin: right bottom; }
@media (max-width: 575px) {
.hero-4 .hero-shadow-text2 {
font-size: 16px;
}
}
.hero-4 .hero-4-number-tab {
position: absolute;
right: 240px;
bottom: 50px; }
.hero-4 .hero-4-number-tab .tab-btn {
background: transparent;
border: 0;
width: auto;
height: auto;
font-size: 20px;
font-weight: 500;
color: var(--white-color);
font-family: var(--title-font);
padding: 0;
position: relative;
}
.hero-4 .hero-4-number-tab .tab-btn::before {
content: "/";
position: relative;
padding-right: 5px;
color: var(--white-color);
}
.hero-4 .hero-4-number-tab .tab-btn:first-child:before {
display: none;
}
.hero-4 .hero-4-number-tab .tab-btn.active {
color: #bba35b;
}
@media (max-width: 1199px) {
.hero-4 .hero-4-number-tab {
right: 60px;
}
}
.hero-style4 {
padding: 323px 0 295px;  }
@media (max-width: 1299px) {
.hero-style4 {
padding: 273px 0 245px;
}
}
@media (max-width: 991px) {
.hero-style4 {
padding: 189px 0 229px;
}
}
.hero-style4 .hero-subtitle {
color: var(--white-color);
font-size: 16px;
font-weight: 500;
font-family: var(--body-color);
letter-spacing: 0.32em;
text-transform: uppercase;
margin-bottom: 10px;
}
.hero-style4 .hero-title {
color: var(--white-color);
font-size: 80px;
font-weight: 700;
margin-bottom: 0;    }
@media (max-width: 1399px) {
.hero-style4 .hero-title {
font-size: 70px;
}
}
@media (max-width: 1199px) {
.hero-style4 .hero-title {
font-size: 60px;
}
}
@media (max-width: 767px) {
.hero-style4 .hero-title {
font-size: 50px;
}
}
@media (max-width: 575px) {
.hero-style4 .hero-title {
font-size: 42px;
}
}
.hero-style4 .hero-text {
color: var(--white-color);
max-width: 674px;
font-size: 20px; }
@media (max-width: 767px) {
.hero-style4 .hero-text {
font-size: 16px;
}
}
.hero-style4 .hero-tag {
display: inline-block;
position: relative;
height: 140px;
width: 140px;
}
.hero-style4 .hero-tag:after {
content: "";
position: absolute;
inset: 0;
border-radius: 50%;
border: 2px solid var(--white-color);
opacity: 0.2;
}
.hero-style4 .hero-tag .hero-tag_icon {
position: absolute;
background: var(--white-color);
left: 50%;
top: 50%;
color: #bba35b;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
text-align: center;
z-index: 1;
}
.hero-style4 .hero-tag .hero-tag_icon i {
font-size: 24px;
}
.hero-style4 .about-experience-tag {
color: var(--white-color);
background: rgba(255, 255, 255, 0.1);
width: 140px;
height: 140px;
}
.hero-style4 .about-experience-tag span {
width: 10px;
left: 44%;
top: 5px;
} .hero-contact-bg-img {
position: absolute;
right: 0;
left: calc((100% - var(--main-container)) / 2);
z-index: -1;
top: 0;
bottom: 0;
border-radius: 0 0 50px 0;  }
@media (max-width: 1399px) {
.hero-contact-bg-img {
left: 0;
}
}
@media (max-width: 991px) {
.hero-contact-bg-img {
border-radius: 0;
}
}
.hero-contact-wrap {
display: flex;
gap: 30px 130px;    }
@media (max-width: 1399px) {
.hero-contact-wrap {
gap: 30px 75px;
}
}
@media (max-width: 1199px) {
.hero-contact-wrap {
gap: 30px 55px;
}
}
@media (max-width: 991px) {
.hero-contact-wrap {
flex-wrap: wrap;
justify-content: space-between;
}
}
@media (max-width: 767px) {
.hero-contact-wrap {
padding-bottom: 60px;
gap: 50px 55px;
}
}
.hero-award-wrap {
text-align: center;
padding: 60px 36px;
display: inline-block;
max-width: 400px;
margin-top: -117px;  }
.hero-award-wrap .hero-award-icon {
margin-bottom: 50px;
}
.hero-award-wrap .hero-award-logo {
margin-bottom: 30px;
}
.hero-award-wrap .hero-award-title {
margin-bottom: 0;
font-size: 32px;
font-weight: 600;
color: var(--white-color); }
@media (max-width: 1199px) {
.hero-award-wrap .hero-award-title {
font-size: 24px;
}
}
@media (max-width: 1199px) {
.hero-award-wrap {
padding: 50px 20px;
max-width: 280px;
}
}
@media (max-width: 991px) {
.hero-award-wrap {
width: 100%;
max-width: none;
}
}
.hero-contact-info-wrap {
margin-top: 80px;
margin-bottom: 80px;    }
.hero-contact-info-wrap .hero-contact-icon {
background: #bba35b;
border-radius: 50%;
width: 70px;
height: 70px;
text-align: center;
line-height: 70px;
margin-bottom: 30px;
}
.hero-contact-info-wrap .hero-contact-info-title {
color: var(--white-color);
font-size: 24px;
font-weight: 600;
}
.hero-contact-info-wrap .hero-contact-info-text {
font-size: 18px;
margin-bottom: -0.5em; }
@media (max-width: 1399px) {
.hero-contact-info-wrap .hero-contact-info-text {
font-size: 16px;
}
}
@media (max-width: 1199px) {
.hero-contact-info-wrap {
margin-top: 60px;
margin-bottom: 60px;
}
}
@media (max-width: 991px) {
.hero-contact-info-wrap {
margin-top: 30px;
}
}
@media (max-width: 767px) {
.hero-contact-info-wrap {
margin-bottom: 0;
margin-top: 0;
}
}
@media (max-width: 575px) {
.hero-contact-info-wrap {
width: 100%;
}
} .hero-5 {
position: relative;
z-index: 3;
}
.hero-5 .hero_shape_5_1 {
position: absolute;
bottom: 0;
left: 60px;
z-index: 1; }
@media (max-width: 1399px) {
.hero-5 .hero_shape_5_1 {
display: none;
}
}
.hero-slider5 .slick-dots {
display: inline-block;
position: absolute;
right: 60px;
top: 50%;
transform: translate(0, calc(-50% - 50px));
}
.hero-slider5 .slick-dots li {
display: block;
margin: 0;
margin-top: 30px;
}
.hero-slider5 .slick-dots li:first-child {
margin-top: 0;
}
.hero-slider5 .slick-dots li button {
width: 10px;
height: 10px;
background: rgba(255, 255, 255, 0.2);
}
.hero-slider5 .slick-dots li button:before {
width: 30px;
height: 30px;
background: rgba(255, 255, 255, 0.16);
margin: -15px 0 0 -15px;
}
.hero-slider5 .slick-dots li button:after {
content: "";
position: absolute;
width: 30px;
height: 30px;
margin: -15px 0 0 -15px;
border: 1px solid var(--white-color);
opacity: 0;
border-radius: 50%;
transition: 0.4s;
}
.hero-slider5 .slick-dots li.slick-active button {
background: #bba35b;
}
.hero-slider5 .slick-dots li.slick-active button:after {
opacity: 0.2;
}
.hero-style5 {
padding: 310px 0 270px;   }
.hero-style5 .hero-rating-wrap {
display: inline-flex;
margin-bottom: 30px;
flex-wrap: wrap;
gap: 20px; }
.hero-style5 .hero-rating-wrap .single-rating-wrap {
border-right: 1px solid rgba(255, 255, 255, 0.2);
padding-right: 25px;
margin-right: 25px;
}
.hero-style5 .hero-rating-wrap .single-rating-wrap:last-child {
margin-right: 0;
padding-right: 0;
border-right: 0;
}
.hero-style5 .hero-rating-wrap .single-rating-wrap .rating {
color: var(--yellow-color);
}
.hero-style5 .hero-rating-wrap .single-rating-wrap .rating-text {
font-size: 12px;
font-weight: 500;
font-family: var(--title-font);
color: var(--white-color);
text-transform: uppercase;
}
.hero-style5 .hero-rating-wrap .single-rating-wrap .rating-text i,
.hero-style5 .hero-rating-wrap .single-rating-wrap .rating-text img {
margin-right: 7px;
}
@media (max-width: 375px) {
.hero-style5 .hero-rating-wrap .single-rating-wrap {
border-right: 0;
padding-right: 0;
margin-right: 0;
}
}
.hero-style5 .hero-title {
font-size: 64px;
font-weight: 700;
color: var(--white-color);
line-height: 1.19375em;
margin-bottom: 0;  }
@media (max-width: 1399px) {
.hero-style5 .hero-title {
font-size: 54px;
}
}
@media (max-width: 767px) {
.hero-style5 .hero-title {
font-size: 40px;
}
}
.hero-style5 .hero-text {
color: rgba(255, 255, 255, 0.9);
font-size: 20px;
max-width: 674px; }
@media (max-width: 767px) {
.hero-style5 .hero-text {
font-size: 16px;
}
}
@media (max-width: 1399px) {
.hero-style5 {
padding: 290px 0 270px;
}
}
@media (max-width: 991px) {
.hero-style5 {
padding: 220px 0;
}
}
@media (max-width: 767px) {
.hero-style5 {
padding: 180px 0;
}
} .error-area .error-thumb {
margin-bottom: 55px;
}
.error-area .error-content {
margin-bottom: 45px;
}
.not-found-text-wrapper .text-404 h4 {
font-size: 48px;
margin-top: -0.35em;
}
.not-found-text-wrapper .error-dec {
margin-bottom: 45px;
} .popup-search-box {
position: fixed;
top: 0;
left: 50%;
background-color: var(--white-color);
width: 100.1%;
height: 0px;
overflow: hidden;
z-index: 99999;
opacity: 0;
visibility: hidden;
transform: translateX(-50%);
transition: all ease 0.4s;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.popup-search-box button.searchClose {
width: 60px;
height: 60px;
line-height: 54px;
position: absolute;
top: 40px;
right: 40px;
background-color: transparent;
font-size: 24px;
border-radius: 50%;
border: 2px solid var(--title-color);
transform: rotate(0);
transition: all ease 0.4s;
color: var(--title-color);
}
.popup-search-box button.searchClose i {
font-size: 24px;
}
.popup-search-box button.searchClose:hover {
color: var(--white-color);
background-color: #bba35b;
border-color: transparent;
border-color: transparent;
transform: rotate(90deg);
}
.popup-search-box form {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
padding-bottom: 0px;
cursor: auto;
width: 100%;
max-width: 900px;
transform: translate(-50%, -50%);
transition: transform ease 0.4s; }
@media (max-width: 1199px) {
.popup-search-box form {
max-width: 600px;
}
}
.popup-search-box form input {
font-size: 24px;
font-weight: 400;
height: 70px;
width: 100%;
border: none;
background-color: transparent;
border-bottom: 2px solid var(--title-color);
padding: 0 80px 0 0px;
color: var(--title-color);
border-radius: 0px;
}
.popup-search-box form input::-moz-placeholder {
color: var(--title-color);
}
.popup-search-box form input::-webkit-input-placeholder {
color: var(--title-color);
}
.popup-search-box form input:-ms-input-placeholder {
color: var(--title-color);
}
.popup-search-box form input::placeholder {
color: var(--title-color);
}
.popup-search-box form button {
position: absolute;
top: 0px;
background-color: transparent;
border: none;
color: #bba35b;
font-size: 24px;
right: 0px;
cursor: pointer;
width: auto;
height: 70px;
transition: all ease 0.4s;
transform: scale(1.001);
}
.popup-search-box form button i {
font-size: 28px;
}
.popup-search-box form button:hover {
transform: scale(1.1);
}
.popup-search-box.show {
opacity: 1;
visibility: visible;
width: 100.1%;
height: 350px;
transition: all ease 0.4s;
border-radius: 0;
}
.popup-search-box.show form {
transition-delay: 0.5s;
} @media (max-width: 767px) {
.popup-search-box form {
width: 80%;
}
.popup-search-box form input {
height: 60px;
}
.popup-search-box form button {
width: 60px;
line-height: 62px;
height: 60px;
}
} .sidemenu-wrapper {
position: fixed;
z-index: 99999;
right: 0;
top: 0;
height: 100%;
width: 0;
background-color: rgba(0, 0, 0, 0.75);
opacity: 0;
visibility: hidden;
transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
display: inline-block;
border: 2px solid;
width: 50px;
height: 50px;
line-height: 48px;
font-size: 24px;
padding: 0;
position: absolute;
top: 20px;
right: 20px;
background-color: var(--white-color);
border-radius: 50%;
transform: rotate(0);
transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton i {
font-size: 24px;
}
.sidemenu-wrapper .closeButton:hover {
color: #bba35b;
border-color: #bba35b;
transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
background-color: var(--white-color);
width: 450px;
margin-left: auto;
padding: 80px 30px;
height: 100%;
overflow-y: scroll;
position: relative;
right: -500px;
cursor: auto;
transition-delay: 1s;
transition: right ease 1s;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
width: 2px;
background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
padding: 0;
border: none;
background-color: transparent;
}
.sidemenu-wrapper.show {
opacity: 1;
visibility: visible;
width: 100%;
transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
right: 0;
opacity: 1;
visibility: visible;
} @media (max-width: 767px) {
.sidemenu-wrapper .sidemenu-content {
width: 320px;
padding: 80px 20px;
}
} .subscribe-sec-shape {
position: relative;
z-index: -1;
top: -50px;
}
.subscribe-area {
border-radius: 6px;
position: relative;
z-index: 2;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
border-radius: 0 0 6px 6px;
padding: 0 30px 30px;
margin: 0 -30px 0px;
background: var(--white-color);
}
.subscribe-area .subscribe-wrapper {
padding: 50px 90px;
border-radius: 6px;
transform: translate(0, -30px);
margin-bottom: -30px;
}
.subscribe-area .subscribe-title {
font-size: 30px;
margin-top: -0.25em;
}
.subscribe-form {
position: relative;
}
.subscribe-form .form-group .form-control {
height: 70px;
padding-right: 220px;
}
.subscribe-form .form-group .input-icon {
top: 0;
height: 100%;
line-height: 70px;
}
.subscribe-form .btn {
position: absolute;
right: 10px;
top: 10px;
padding: 18px 40px;
} @media (max-width: 1199px) {
.subscribe-area .subscribe-wrapper {
padding: 50px;
}
} @media (max-width: 575px) {
.subscribe-area {
margin: 0 0px 0px;
padding: 0 20px 20px;
}
.subscribe-area .subscribe-wrapper {
padding: 50px 20px;
}
.subscribe-form .form-group .form-control {
height: 60px;
padding-right: 30px;
}
.subscribe-form .form-group .input-icon {
line-height: 60px;
}
.subscribe-form .btn {
position: relative;
margin-top: 15px;
width: 100%;
right: 0;
top: 0;
}
.subscribe-area .subscribe-title {
font-size: 24px;
}
} @media (max-width: 375px) {
.subscribe-area {
padding: 0;
box-shadow: none;
}
} .subscribe-area-4 {
display: flex;
gap: 100px;
margin-top: 90px;
padding: 60px 280px 60px 90px;
margin-bottom: -125px;
position: relative;
z-index: 2;     }
.subscribe-area-4 .subscribe-thumb4-1 {
margin-top: -150px;
margin-bottom: -60px;
}
.subscribe-area-4 .subscribe-thumb4-1 img {
height: 100%;
}
.subscribe-area-4 .subscribe-box .subscribe-box_title {
color: var(--white-color);
font-size: 36px;
font-weight: 600;
margin-bottom: 30px;
margin-top: -0.3em;
}
.subscribe-area-4 .subscribe-box .newsletter-form {
display: flex;
background: var(--white-color);
padding: 10px 10px 10px 5px;
}
.subscribe-area-4 .subscribe-box .newsletter-form input {
margin-bottom: 0;
color: var(--title-color);
height: 50px;
}
.subscribe-area-4 .subscribe-box .newsletter-form input::placeholder {
color: var(--body-color);
}
.subscribe-area-4 .subscribe-box .newsletter-form .btn {
flex: none;
padding: 15px 25px;
}
@media (max-width: 1399px) {
.subscribe-area-4 {
padding: 60px;
}
}
@media (max-width: 1199px) {
.subscribe-area-4 {
justify-content: center;
margin-top: 0;
}
.subscribe-area-4 .subscribe-thumb4-1 {
display: none;
}
}
@media (max-width: 991px) {
.subscribe-area-4 {
display: block;
text-align: center;
}
}
@media (max-width: 767px) {
.subscribe-area-4 .subscribe-box .subscribe-box_title {
font-size: 24px;
}
}
@media (max-width: 575px) {
.subscribe-area-4 {
padding: 30px;
}
.subscribe-area-4 .subscribe-box .subscribe-box_title {
margin-bottom: 20px;
}
.subscribe-area-4 .subscribe-box .newsletter-form {
display: block;
background: transparent;
padding: 0;
}
.subscribe-area-4 .subscribe-box .newsletter-form input {
background: var(--white-color);
margin-bottom: 20px;
}
}  .contact-grid-wrap {
display: flex;
gap: 30px;
}
.contact-grid-wrap .contact-grid-icon {
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 2px;
text-align: center;
background: #bba35b;
flex: none;
}
.contact-grid-wrap .contact-grid-icon i,
.contact-grid-wrap .contact-grid-icon img {
transition: 0.4s;
font-size: 30px;
color: var(--white-color);
display: inline-block;
}
.contact-grid-wrap .contact-grid-title {
font-size: 22px;
font-weight: 600;
color: var(--white-color);
text-transform: uppercase;
margin-top: -0.3em;
margin-bottom: 9px;
}
.contact-grid-wrap .contact-grid-text {
color: var(--white-color);
opacity: 0.9;
margin-bottom: 0px;
}
.contact-grid-wrap .contact-grid-text:last-child {
margin-bottom: -0.3em;
}
.contact-grid-wrap .contact-grid-text a {
color: var(--white-color);
}
.contact-grid-wrap .contact-grid-text a:hover {
color: #bba35b;
}
.contact-grid-wrap:hover .contact-grid-icon img,
.contact-grid-wrap:hover .contact-grid-icon i {
transform: rotateY(180deg);
}
.contact-thumb1-1 {
position: relative;
margin-right: -85px;
display: inline-block; }
.contact-thumb1-1 img {
mix-blend-mode: color-burn;
}
.contact-thumb1-1:after {
content: "";
position: absolute;
width: 358px;
height: 351px;
background: #FFF7F2;
opacity: 0.9;
filter: blur(106.4px);
left: 50%;
top: 50%;
transform: translate(-50%, calc(-50% - 50px));
z-index: -1;
}
@media (max-width: 1500px) {
.contact-thumb1-1 {
margin-right: 0;
}
} .contact-wrap2 {
box-shadow: 0px 3px 80px rgba(21, 22, 28, 0.05);
padding-right: 80px;   }
@media (max-width: 1199px) {
.contact-wrap2 {
padding-right: 60px;
padding-left: 60px;
background-position: right;
background-image: none !important;
}
}
@media (max-width: 767px) {
.contact-wrap2 {
padding-left: 40px;
padding-right: 40px;
}
}
@media (max-width: 575px) {
.contact-wrap2 {
padding-left: 30px;
padding-right: 30px;
}
} .contact-page-card .contact-page-card-details {
padding: 40px 40px 0; }
@media (max-width: 1199px) {
.contact-page-card .contact-page-card-details {
padding:30px 5px 0;
}
}
.contact-page-card .contact-page-card_title {
font-size: 32px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
margin-bottom: 20px;  }
@media (max-width: 1199px) {
.contact-page-card .contact-page-card_title {
font-size: 28px;
}
}
@media (max-width: 575px) {
.contact-page-card .contact-page-card_title {
font-size: 20px;
text-align: center;
}
}
.contact-page-card .contact-page-card-text {
font-size: 18px;
color: #444;
margin-bottom: 12px;
}
.contact-page-card .contact-page-card-text:last-child {
margin-bottom: 0;
}
.contact-page-card .contact-page-card-text i {
font-size: 18px;
margin-right: 10px;
}
.contact-page-card .contact-page-card_link {
color: #444;
}
.contact-page-card .contact-page-card_link:hover {
color: #bba35b;
}
.contact-page-card .contact-page-card-thumb {
margin-top: 120px;
}
.contact-page-card .contact-page-card-thumb img {
height: 280px;
width: 100%;
object-fit: cover;
}
.map-sec {
line-height: 0;
filter: grayscale(1);
}
.map-sec iframe {
width: 100%;
height: 600px; }
@media (max-width: 991px) {
.map-sec iframe {
height: 400px;
}
}
.contact-form-area {
border-radius: 20px;
margin-top: -300px;
position: relative;
z-index: 1;
}
.contact-form-area .contact-form-thumb {
border-radius: 20px 0 0 20px;
overflow: hidden;
height: 100%;
}
.contact-form-area .contact-form-thumb img {
height: 100%;
object-fit: cover;
}
.contact-form-area .contact-form-wrap {
padding: 80px 80px 80px 60px;
}  .about-thumb1 {
position: relative;
display: inline-block;
height: 100%;
padding-right: 116px;
padding-bottom: 50px;    }
.about-thumb1 .about-img-1 {
position: relative;
z-index: 1;
padding-right: 45px;
}
.about-thumb1 .about-img-1:after {
content: "";
position: absolute;
height: 150px;
width: 15px;
background: #bba35b;
z-index: -1;
right: 0;
top: 0;
border-radius: 0px;
animation: jumpReverseAni 7s linear infinite;
}
@media (max-width: 1399px) {
.about-thumb1 {
padding-right: 60px;
}
}
@media (max-width: 1199px) {
.about-thumb1 {
padding-right: 150px;
}
}
@media (max-width: 991px) {
.about-thumb1 {
padding-right: 60px;
}
}
@media (max-width: 575px) {
.about-thumb1 {
padding-bottom: 190px;
padding-right: 20px;
}
}
.about-counter-wrap {
position: absolute;
display: inline-block;
background: #bba35b;
right: 0;
bottom: 0;
border: 4px solid var(--white-color);
z-index: 1;
padding: 11px 30px 40px; }
.about-counter-wrap .about-counter-number {
font-size: 80px;
font-weight: 600;
color: var(--white-color);
margin-bottom: 0;
}
.about-counter-wrap .about-counter-text {
font-size: 20px;
font-weight: 400;
font-family: var(--body-font);
color: var(--white-color);
margin-bottom: 30px;
}
.about-counter-wrap .client-group-thumb {
margin-top: 40px;
}
@media (max-width: 575px) {
.about-counter-wrap {
padding: 11px 30px 30px;
margin-left: 60px;
}
.about-counter-wrap .about-counter-number {
font-size: 40px;
}
.about-counter-wrap .about-counter-text {
margin-bottom: 20px;
}
.about-counter-wrap .client-group-thumb {
margin-top: 30px;
}
}
.about-grid-wrap {
display: flex;
gap: 30px 40px;
align-items: center;
max-width: 480px; }
.about-grid-wrap:not(:last-child) {
margin-bottom: 35px;
}
.about-grid-wrap .icon {
background: var(--smoke-color5);
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
flex: none;
transition: 0.4s;
}
.about-grid-wrap .icon img {
transition: 0.4s;
}
.about-grid-wrap .title {
font-size: 22px;
font-weight: 600;
color: var(--title-color);
margin-bottom: 7px;
margin-top: -0.3em;
}
.about-grid-wrap .text {
margin-bottom: -0.3em;
}
@media (max-width: 375px) {
.about-grid-wrap {
flex-wrap: wrap;
}
}
.about-grid-wrap:hover .icon {
background: #bba35b;
}
.about-grid-wrap:hover .icon img {
transform: rotateY(180deg);
filter: brightness(9) grayscale(9);
}
.about-content-wrap1 {
margin-left: 35px;
margin-right: 70px;  }
@media (max-width: 1500px) {
.about-content-wrap1 {
margin-left: 0;
margin-right: 100px;
}
}
@media (max-width: 1399px) {
.about-content-wrap1 {
margin-right: 0;
}
}
.about_shape_1-1 {  }
@media (max-width: 1500px) {
.about_shape_1-1 {
width: 250px;
}
}
@media (max-width: 1399px) {
.about_shape_1-1 {
width: 150px;
}
} .about-thumb2 {
position: relative;
padding: 0 0 50px 120px;   }
.about-thumb2 .about-counter-wrap {
left: 0;
right: auto;
bottom: 0;
max-width: 320px;
}
.about-thumb2:after {
content: "";
position: absolute;
width: 15px;
height: 150px;
background: #bba35b;
left: 70px;
top: 60px;
animation: jumpAni 7s linear infinite;
}
@media (max-width: 1399px) {
.about-thumb2 {
padding: 0 0 100px 120px;
}
}
@media (max-width: 1299px) {
.about-thumb2 {
padding: 0 0 80px 120px;
}
}
@media (max-width: 575px) {
.about-thumb2 {
padding: 0;
}
.about-thumb2 .about-counter-wrap {
margin-left: 0;
position: initial;
max-width: none;
animation: none;
border: 0;
margin-top: 30px;
display: block;
}
}
.about-counter-wrap.style2 {
padding: 50px;
background-position: right bottom;
background-repeat: no-repeat; }
.about-counter-wrap.style2 .about-counter-wrap-bg {
position: absolute;
bottom: 0;
right: 0;
opacity: 0.2;
}
.about-counter-wrap.style2 .about-counter-icon {
filter: brightness(9) contrast(9);
}
.about-counter-wrap.style2 .about-counter-number {
font-size: 90px;
font-weight: 700;
}
.about-counter-wrap.style2 .about-counter-text {
font-size: 30px;
font-weight: 600;
font-family: var(--title-font);
line-height: 1.333;
letter-spacing: 0.02em;
opacity: 0.6;
-webkit-text-stroke: 0.5px var(--white-color);
color: transparent;
margin-bottom: -0.25em;
}
@media (max-width: 575px) {
.about-counter-wrap.style2 {
padding: 40px;
}
.about-counter-wrap.style2 .about-counter-number {
font-size: 60px;
margin-top: 10px;
}
} .about-wrap3 {
max-width: 606px;
}
.about-wrap3 .btn-wrap {
gap: 70px;
}
.about-thumb3 img {
width: 100%;
}
.about-author-wrap {
display: flex;
gap: 20px;
align-items: center;
}
.about-author-wrap .author-thumb img {
width: 60px;
height: 60px;
object-fit: cover;
}
.about-author-wrap .media-body {
text-align: center;
}
.about-author-wrap .author-text {
border-top: 1px solid rgba(21, 22, 28, 0.1);
margin-top: 7px;
padding-top: 7px;
} .about-tab-4 {
margin-bottom: 30px; }
.about-tab-4 .filter-menu-active {
background: #F5F5F5;
display: flex;
justify-content: space-between;
border-radius: 2px;
margin-bottom: 20px;
}
.about-tab-4 button {
background: transparent;
border: 0;
padding: 0;
text-align: center;
font-size: 18px;
width: 33%;
color: #444;
padding: 12px 20px;
position: relative;
}
.about-tab-4 button:after {
content: "";
position: absolute;
right: 0;
top: 50%;
height: 30px;
width: 1px;
background: var(--border-color);
transform: translate(0, -50%);
}
.about-tab-4 button:before {
content: "";
position: absolute;
width: 0;
height: 3px;
top: 0;
left: 0;
background: #bba35b;
transition: 0.4s;
border-radius: 2px 2px 0 0;
}
.about-tab-4 button:last-child:after {
display: none;
}
.about-tab-4 button.active {
color: #bba35b;
}
.about-tab-4 button.active:before {
width: 100%;
}
.about-tab-4 .about-tab-text {
margin-bottom: -0.4em;
}
@media (max-width: 575px) {
.about-tab-4 .filter-menu-active {
flex-wrap: wrap;
}
.about-tab-4 button {
width: 100%;
}
.about-tab-4 button:after {
display: none;
}
.about-tab-4 button:before {
height: 0;
background: transparent;
border: 3px solid #bba35b;
width: 100%;
opacity: 0;
}
.about-tab-4 button.active:before {
height: 100%;
width: 100%;
opacity: 1;
}
}
.about-thumb4 {
position: relative;
display: inline-block;
padding: 0 337px 156px 0;     }
.about-thumb4 .about-img-2 {
display: inline-block;
position: absolute;
right: 0;
bottom: 0;
border-top: 6px solid var(--white-color);
border-left: 6px solid var(--white-color);
}
.about-thumb4 .client-group-4-1 {
position: absolute;
bottom: 0;
left: 55px;
}
.about-thumb4 .about-counter-wrap {
background: transparent;
border: 0;
position: absolute;
top: 0px;
bottom: auto;
right: 0;
padding: 0;
display: flex;
align-items: center;
gap: 15px;
max-width: 290px;
}
.about-thumb4 .about-counter-wrap .about-counter-number {
font-size: 48px;
font-weight: 600;
color: var(--title-color);
}
.about-thumb4 .about-counter-wrap .about-counter-text {
margin-bottom: 0;
color: var(--title-color);
font-size: 20px;
font-weight: 600;
font-family: var(--title-font);
line-height: 1.3em;
}
@media (max-width: 1399px) {
.about-thumb4 {
padding: 0 327px 312px 0;
}
.about-thumb4 .client-group-4-1 {
left: 0;
}
}
@media (max-width: 1299px) {
.about-thumb4 {
padding: 0 327px 280px 0;
}
}
@media (max-width: 1199px) {
.about-thumb4 {
padding: 0 327px 110px 0;
}
.about-thumb4 .about-counter-wrap {
top: 20px;
}
}
@media (max-width: 767px) {
.about-thumb4 {
padding: 0 307px 310px 0;
}
}
@media (max-width: 575px) {
.about-thumb4 {
padding: 0;
width: 100%;
}
.about-thumb4 .about-img-1 {
width: 100%;
margin-bottom: 30px;
}
.about-thumb4 .about-img-1 img {
width: 100%;
}
.about-thumb4 .about-img-2 {
width: 100%;
position: initial;
border: 0;
margin-bottom: 30px;
}
.about-thumb4 .about-counter-wrap {
position: initial;
margin-left: 0;
}
.about-thumb4 .about-counter-wrap .about-counter-number {
font-size: 40px;
}
.about-thumb4 .client-group-4-1 {
right: 0;
left: auto;
bottom: 100px;
}
} .benefit-thumb5 {
margin-left: -205px;   }
@media (max-width: 1700px) {
.benefit-thumb5 {
margin-left: -100px;
}
}
@media (max-width: 1500px) {
.benefit-thumb5 {
margin-left: 0;
}
}
@media (max-width: 1399px) {
.benefit-thumb5 {
margin-left: -100px;
}
}
@media (max-width: 1299px) {
.benefit-thumb5 {
margin-left: 0;
}
}
.single-benefit-wrap {
display: flex;
align-items: center;
background: #FAFAFA;
box-shadow: 0px 4px 10px rgba(35, 31, 32, 0.06);
border-radius: 4px;
padding: 10px 20px;
}
.single-benefit-wrap:not(:last-child) {
margin-bottom: 20px;
}
.single-benefit-wrap .single-benefit-icon {
flex: none;
border-right: 1px solid rgba(35, 31, 32, 0.1);
padding-right: 9px;
margin-right: 15px;
}
.single-benefit-wrap .single-benefit-icon img {
height: 35px;
transition: 0.4s;
}
.single-benefit-wrap .single-benefit-title {
margin-bottom: 0;
font-size: 18px;
font-weight: 600;
}
.single-benefit-wrap:hover .single-benefit-icon img {
transform: rotateY(180deg);
}  .team-card {
background: var(--smoke-color);
border-radius: 0px;
padding: 40px 0 0 40px;
transition: 0.4s;
border: 1px solid transparent;
overflow: hidden;
position: relative;
background-position: bottom;
background-size: cover;
z-index: 1;  }
.team-card_img {
position: relative;
overflow: hidden;
text-align: end;
margin-right: 0px;
margin-top: -80px;
z-index: -1;
}
.team-card_img img {
transition: 0.4s;
height: 458px;
object-fit: cover;
object-position: left;
}
.team-card_content {
max-width: 214px;
}
.team-card_title {
font-size: 32px;
font-weight: 600;
margin-bottom: 10px;
margin-top: -0.35em;
}
.team-card_title a {
color: var(--title-color);
}
.team-card_title a:hover {
color: #bba35b;
}
.team-card_desig {
font-weight: 400;
font-size: 16px;
font-family: var(--body-font);
color: var(--body-color);
margin-bottom: 22px;
display: block;
}
.team-card .contact-btn-wrap {
position: absolute;
bottom: 40px;
left: 40px;
background: #EDEDED;
border-radius: 50px;
z-index: 1;
}
.team-card .contact-btn-wrap .icon-btn {
--btn-size: 40px;
border-radius: 50%;
}
.team-card .contact-btn-wrap .icon-btn:hover {
background: #bba35b;
}
.team-card .contact-btn-wrap .number {
font-size: 16px;
font-weight: 500;
color: var(--body-color);
display: block;
transform: rotate(-90deg) scaleX(0);
position: absolute;
bottom: -40px;
width: max-content;
left: 0;
height: 40px;
line-height: 40px;
background: #EDEDED;
border-radius: 50px;
padding: 0 15px 0 55px;
transform-origin: left top;
z-index: -1;
transition: 0.4s;
}
.team-card .contact-btn-wrap:hover .number {
transform: rotate(-90deg) scaleX(1);
}
.team-card:hover {
border-color: #bba35b;
}
@media (max-width: 1399px) {
.team-card .team-card_img {
margin-top: -50px;
}
.team-card .team-card_img img {
height: 368px;
}
}
@media (max-width: 1199px) {
.team-card {
padding: 30px 0 0 30px;
}
.team-card .team-card_img {
margin-top: 0;
}
.team-card .team-card_title {
font-size: 24px;
}
.team-card .contact-btn-wrap {
bottom: 30px;
left: 30px;
}
} .team-card.style2 {
background: #FAFAFA;
padding: 40px;
border: 0;  }
.team-card.style2 .team-card_img {
margin-top: 0;
position: relative;
}
.team-card.style2 .team-card_img img {
height: auto;
width: 100%;
}
.team-card.style2 .team-card_img .team-social_wrap {
background: var(--title-color);
display: inline-block;
padding: 15px 0 15px 15px;
position: absolute;
right: 0;
top: 50%;
transform: translate(100%, -50%);
transition: 0.4s;
}
.team-card.style2 .team-card_img .team-social_wrap .social-btn {
display: block;
}
.team-card.style2 .team-card_img .team-social_wrap .social-btn a {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
margin-bottom: 5px;
}
.team-card.style2 .team-card_img .team-social_wrap .social-btn a i {
font-size: 18px;
}
.team-card.style2 .team-card_img .team-social_wrap .social-btn a:last-child {
margin-bottom: 0;
}
.team-card.style2 .team-card_content {
max-width: none;
margin-top: 30px;
}
.team-card.style2 .team-card_content .team-card_title {
font-size: 32px;
font-weight: 600;
}
.team-card.style2 .team-card_content .team-card_desig {
margin-bottom: -0.4em;
transition: 0.4s;
}
.team-card.style2:hover {
background: var(--title-color);
}
.team-card.style2:hover .team-social_wrap {
transform: translate(0, -50%);
}
.team-card.style2:hover .team-card_title a {
color: var(--white-color);
}
.team-card.style2:hover .team-card_title a:hover {
color: #bba35b;
}
.team-card.style2:hover .team-card_desig {
color: var(--white-color);
opacity: 0.8;
}
@media (max-width: 1299px) {
.team-card.style2 .team-card_content .team-card_title {
font-size: 24px;
}
}
@media (max-width: 1199px) {
.team-card.style2 {
padding: 30px;
}
} .team-single-card {
display: flex;
gap: 30px;  }
.team-single-card .team-single-card_img {
width: 33.3333%;
flex: none;
padding: 30px 30px 0;
display: flex;
justify-content: center; }
.team-single-card .team-single-card_img img {
object-fit: cover;
}
@media (max-width: 1199px) {
.team-single-card .team-single-card_img {
padding: 0;
}
}
.team-single-card .team-about-card_box {
width: -webkit-fill-available;
padding: 60px 100px; }
.team-single-card .team-about-card_box .team-about-card_subtitle {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
color: var(--body-color);
}
.team-single-card .team-about-card_box .team-about-card_title {
font-size: 52px;
font-weight: 600;  }
@media (max-width: 1199px) {
.team-single-card .team-about-card_box .team-about-card_title {
font-size: 40px;
}
}
@media (max-width: 767px) {
.team-single-card .team-about-card_box .team-about-card_title {
font-size: 36px;
}
}
.team-single-card .team-about-card_box .team-about-card_desig {
font-size: 18px;
}
.team-single-card .team-about-card_box .about-contact-wrap {
max-width: 464px;
border-top: 1px solid rgba(31, 31, 31, 0.1);
border-bottom: 1px solid rgba(31, 31, 31, 0.1);
padding: 20px 0;
margin-bottom: 30px;
}
.team-single-card .team-about-card_box .about-contact-wrap .about-contact {
display: flex;
margin-bottom: 10px;
}
.team-single-card .team-about-card_box .about-contact-wrap .about-contact:last-child {
margin-bottom: 0;
}
.team-single-card .team-about-card_box .about-contact-wrap .about-contact .about-contact-title {
font-size: 18px;
font-weight: 400;
min-width: 170px;
flex: none;
margin-bottom: 0;
}
.team-single-card .team-about-card_box .about-contact-wrap .about-contact .about-contact-text {
color: var(--body-color);
margin-bottom: 0;
}
@media (max-width: 1399px) {
.team-single-card .team-about-card_box {
padding: 60px;
}
}
@media (max-width: 991px) {
.team-single-card {
display: block;
}
.team-single-card .team-single-card_img {
width: 100%;
}
}
@media (max-width: 575px) {
.team-single-card .team-about-card_box {
padding: 30px;
}
.team-single-card .team-about-card_box .team-about-card_subtitle {
font-size: 20px;
}
.team-single-card .team-about-card_box .team-about-card_title {
font-size: 30px;
margin-top: 10px;
margin-bottom: 10px;
}
.team-single-card .team-about-card_box .team-about-card_desig {
font-size: 16px;
}
.team-single-card .team-about-card_box .about-contact-wrap .about-contact {
display: block;
}
}
.education-card-wrap {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 60px;  }
.education-card-wrap .education-card {
display: flex;
gap: 15px;
align-items: center;
}
.education-card-wrap .education-card .education-card-number {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background: #F9F9F9;
display: inline-block;
flex: none;
color: #bba35b;
font-family: var(--title-font);
font-size: 18px;
}
.education-card-wrap .education-card .education-card-number::first-letter {
font-size: 30px;
font-weight: 600;
}
.education-card-wrap .education-card .education-card-title {
margin-top: -0.3em;
font-size: 20px;
font-weight: 600;
margin-bottom: 6px;
}
.education-card-wrap .education-card .education-card-text {
margin-bottom: -0.3em;
}
@media (max-width: 1399px) {
.education-card-wrap {
gap: 60px 30px;
}
}
@media (max-width: 767px) {
.education-card-wrap {
grid-template-columns: repeat(1, 1fr);
gap: 30px;
}
}  .testimonial-area-1 { }
@media (max-width: 1199px) {
.testimonial-area-1 {
background-image: none !important;
}
}
.testimonial-card {
padding: 50px;
border-radius: 2px;
overflow: hidden;  }
.testimonial-card .testimonial-card-title {
color: var(--white-color);
font-weight: 600;
margin-top: -0.3em;
margin-bottom: 13px;
}
.testimonial-card .testimonial-card-text {
color: var(--white-color);
font-size: 16px;
max-width: 462px;
margin-bottom: 37px;
}
@media (max-width: 575px) {
.testimonial-card {
padding: 40px;
}
}
@media (max-width: 375px) {
.testimonial-card {
padding: 30px;
}
}
.testi-card {
display: flex;
gap: 30px;
position: relative; }
.testi-card .quote-icon {
position: absolute;
right: 0;
top: 0;
opacity: 0.5;
}
.testi-card .testi-card-thumb {
flex: none;
display: inline-block;
}
.testi-card .testi-card-thumb img {
border-radius: 50%;
height: 70px;
width: 70px;
object-fit: cover;
}
.testi-card .testi-card_title {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
margin-bottom: 14px;
margin-top: -0.3em;
}
.testi-card .testi-card_text {
font-size: 18px;
font-weight: 400;
font-family: var(--title-font);
margin-bottom: 36px;
line-height: 2em;
max-width: 473px;
}
.testi-card .testi-profile-title {
font-size: 20px;
font-weight: 600;
font-family: var(--title-font);
margin-bottom: 0px;
margin-top: -0.3em;
transition: 0.4s;
}
.testi-card .testi-profile-desig {
font-size: 14px;
font-weight: 400;
font-family: var(--body-font);
transition: 0.4s;
}
.testi-card .testi-card-profile {
display: flex;
gap: 10px;
align-items: center;
}
@media (max-width: 575px) {
.testi-card {
display: block;
}
.testi-card .testi-card-thumb {
margin-bottom: 30px;
}
}
.testi-counter-wrap .testi-counter-number {
font-size: 24px;
font-weight: 600;
color: #bba35b;
margin-bottom: 7px;
}
.testi-counter-wrap .testi-counter-text {
margin-bottom: -0.3em;
font-size: 16px;
} .testimonial-area-2 {
margin-top: -30px;
padding: 130px 0 300px;
position: relative;  }
@media (max-width: 1399px) {
.testimonial-area-2 {
padding: 130px 0 200px;
}
}
@media (max-width: 1199px) {
.testimonial-area-2 {
padding: 130px 0 90px;
}
}
.testimonial-anim-shape2-1 {
width: 72.7%;    }
@media (max-width: 1500px) {
.testimonial-anim-shape2-1 {
width: 80.1%;
}
}
@media (max-width: 1399px) {
.testimonial-anim-shape2-1 {
width: 77.5%;
}
}
@media (max-width: 1299px) {
.testimonial-anim-shape2-1 {
width: 81%;
}
}
@media (max-width: 1199px) {
.testimonial-anim-shape2-1 {
width: 100%;
}
}
.testimonial_bg_thumb2-1 {
position: absolute;
top: 30px;
bottom: 200px;
right: 0;
width: 72.7%;
z-index: -2;    }
@media (max-width: 1500px) {
.testimonial_bg_thumb2-1 {
width: 80.1%;
}
}
@media (max-width: 1399px) {
.testimonial_bg_thumb2-1 {
width: 77.5%;
bottom: 100px;
}
}
@media (max-width: 1299px) {
.testimonial_bg_thumb2-1 {
width: 81%;
}
}
@media (max-width: 1199px) {
.testimonial_bg_thumb2-1 {
width: 100%;
bottom: 0px;
}
}
.testimonial_shape_2-1 {
z-index: -3;
}
.testimonial_shape_2-2 {
position: absolute;
bottom: 200px;
right: 0;
z-index: -1;  }
@media (max-width: 1399px) {
.testimonial_shape_2-2 {
bottom: 100px;
}
}
@media (max-width: 1199px) {
.testimonial_shape_2-2 {
bottom: 0;
}
}
.testimonial_shape_2-3 {
position: absolute;
top: 30px;
right: 5%;
z-index: 1;
}
.testimonial_shape_2-4 {
position: absolute;
left: 3%;
top: 20%;
width: 150px;
height: 15px;
background: #bba35b; }
@media (max-width: 1199px) {
.testimonial_shape_2-4 {
display: none;
}
}
.testimonial_thumb2-1 {
position: absolute;
left: 0;
bottom: 0;
top: 313px;
width: 45.3%;  }
@media (max-width: 1399px) {
.testimonial_thumb2-1 {
width: 47.7%;
top: 310px;
}
}
@media (max-width: 1199px) {
.testimonial_thumb2-1 {
display: none;
}
}
.testi-slider2 {
margin-left: 342px;
margin-top: 90px;   }
.testi-slider2 .slick-dots {
text-align: start;
margin-top: 60px;
margin-left: 12px;
}
.testi-slider2 .slick-dots li {
margin-right: 8px;
}
.testi-slider2 .slick-dots li.slick-active button {
background: #bba35b;
}
.testi-slider2 .slick-dots button {
width: 26px;
height: 5px;
background: #3A3A3A;
border-radius: 0;
}
.testi-slider2 .slick-dots button:before {
display: none;
}
@media (max-width: 1500px) {
.testi-slider2 {
margin-left: 365px;
}
}
@media (max-width: 1399px) {
.testi-slider2 {
margin-top: 93px;
margin-left: 330px;
}
}
@media (max-width: 1199px) {
.testi-slider2 {
margin: 0;
}
}
.testi-card.style2 {
display: block; }
.testi-card.style2 .testi-card-thumb {
display: inline-flex;
align-items: center;
gap: 15px;
margin-bottom: 34px;
}
.testi-card.style2 .testi-card-thumb img {
border-radius: 0;
flex: none;
}
.testi-card.style2 .testi-card-thumb .quote-icon {
position: initial;
opacity: 1;
}
.testi-card.style2 .testi-card-thumb .quote-icon img {
width: auto;
height: auto;
}
.testi-card.style2 .testi-card_title {
color: var(--white-color);
text-transform: uppercase;
}
.testi-card.style2 .testi-card_text {
font-size: 24px;
font-weight: 400;
font-family: var(--body-font);
color: var(--white-color);
opacity: 0.8;
max-width: none;
line-height: 1.5em;
}
.testi-card.style2 .testi-profile-title {
color: var(--white-color);
font-size: 18px;
text-transform: uppercase;
}
.testi-card.style2 .testi-profile-desig {
color: var(--white-color);
opacity: 0.9;
}
@media (max-width: 1399px) {
.testi-card.style2 .testi-card_text {
font-size: 20px;
}
} .testi-card.style3 {
display: block;
background: var(--white-color);
padding: 40px 40px 50px;
box-shadow: 0px 30px 30px -20px rgba(4, 4, 35, 0.06);
overflow: hidden;
transition: 0.4s;   }
.testi-card.style3 .quote-icon {
right: 30px;
bottom: -45px;
top: auto;
transition: 0.4s;
}
.testi-card.style3 .testi-card-thumb {
display: flex;
gap: 20px;
align-items: center;
}
.testi-card.style3 .testi-card-thumb img {
height: 70px;
width: 70px;
object-fit: cover;
border-radius: 50%;
}
.testi-card.style3 .testi-card_title {
margin-bottom: 10px;
transition: 0.4s;
}
.testi-card.style3 .testi-card_review {
color: #bba35b;
margin-bottom: -0.3em;
}
.testi-card.style3 .testi-card_review i {
font-size: 18px;
}
.testi-card.style3 .testi-card_text {
font-size: 18px;
line-height: 1.777;
max-width: 330px;
margin-top: 30px;
margin-bottom: 28px;
transition: 0.4s;
}
.testi-card.style3:hover {
background: var(--title-color);
}
.testi-card.style3:hover .testi-card_title {
color: var(--white-color);
}
.testi-card.style3:hover .testi-card_text {
color: var(--white-color);
}
.testi-card.style3:hover .testi-profile-title {
color: var(--white-color);
}
.testi-card.style3:hover .testi-profile-desig {
color: var(--white-color);
opacity: 0.8;
}
.testi-card.style3:hover .quote-icon {
filter: brightness(9) contrast(9);
}
@media (max-width: 1399px) {
.testi-card.style3 {
padding: 30px 30px 40px;
}
}
@media (max-width: 991px) {
.testi-card.style3 .testi-card_text {
max-width: none;
}
}
@media (max-width: 375px) {
.testi-card.style3 .testi-card-thumb {
display: block;
}
.testi-card.style3 .testi-card-thumb .media-body {
margin-top: 20px;
}
}
.testi-slider3 { }
.testi-slider3 .slick-slide.slick-center .testi-card.style3 {
background: var(--title-color);
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .testi-card_title {
color: var(--white-color);
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .testi-card_text {
color: var(--white-color);
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .testi-profile-title {
color: var(--white-color);
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .testi-profile-desig {
color: var(--white-color);
opacity: 0.8;
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .quote-icon {
filter: brightness(9) contrast(9);
}
.testi-slider3 .slick-dots {
margin-bottom: 10px;
}
@media (max-width: 991px) {
.testi-slider3 .slick-slide.slick-current .testi-card.style3 {
background: var(--title-color);
}
.testi-slider3 .slick-slide.slick-current .testi-card.style3 .testi-card_title {
color: var(--white-color);
}
.testi-slider3 .slick-slide.slick-current .testi-card.style3 .testi-card_text {
color: var(--white-color);
}
.testi-slider3 .slick-slide.slick-current .testi-card.style3 .testi-profile-title {
color: var(--white-color);
}
.testi-slider3 .slick-slide.slick-current .testi-card.style3 .testi-profile-desig {
color: var(--white-color);
opacity: 0.8;
}
.testi-slider3 .slick-slide.slick-current .testi-card.style3 .quote-icon {
filter: brightness(9) contrast(9);
}
} .testimonial-bg-thumb5-1 {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 50%;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
z-index: -1;  }
@media (max-width: 1199px) {
.testimonial-bg-thumb5-1 {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0% 100%);
}
}
@media (max-width: 991px) {
.testimonial-bg-thumb5-1 {
width: 100%;
clip-path: none;
}
}
.testimonial-bg-thumb5-2 {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 50%;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
z-index: -1;  }
@media (max-width: 1199px) {
.testimonial-bg-thumb5-2 {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
}
}
@media (max-width: 991px) {
.testimonial-bg-thumb5-2 {
display: none;
}
}
.testi-card.style5 {
display: block;
}
.testi-card.style5 .testi-card-profile {
gap: 15px;
margin-bottom: 40px;
}
.testi-card.style5 .testi-card-profile .testi-card-thumb {
position: relative;
border-radius: 50%;
}
.testi-card.style5 .testi-card-profile .testi-card-thumb:after {
content: "";
position: absolute;
inset: 0 0 2px 0;
border: 2px solid #bba35b;
border-radius: 50%;
z-index: -1;
}
.testi-card.style5 .testi-card-profile .testi-profile-title {
color: var(--white-color);
}
.testi-card.style5 .testi-rating {
color: var(--yellow-color);
margin-bottom: 10px;
}
.testi-card.style5 .testi-card_text {
color: var(--white-color);
margin-bottom: -0.5em;
font-size: 24px;
font-family: var(--body-font);
max-width: none; }
@media (max-width: 1399px) {
.testi-card.style5 .testi-card_text {
font-size: 18px;
}
}
.testi-slider5 .slick-dots {
text-align: start;
margin-left: 12px;
margin-top: 60px;
}
.testi-client-group5 {
border-radius: 20px;
background: var(--title-color);
padding: 35px 40px;
display: inline-flex;
gap: 20px;
transform: rotate(-90deg) translate(-100%, 100%);
transform-origin: left top; }
@media (max-width: 991px) {
.testi-client-group5 {
transform: none;
flex-wrap: wrap;
}
}  .counter-card {
position: relative;    }
.counter-card_number {
margin-top: -0.22em;
margin-bottom: 30px;
font-weight: 400;
font-size: 115px;
font-family: var(--title-font);
color: transparent;
-webkit-text-stroke: 1px var(--title-color);
opacity: 0.4;
}
.counter-card_text {
font-weight: 400;
font-size: 18px;
font-family: var(--body-font);
color: var(--body-color);
margin-bottom: -0.5em;
}
.counter-card:hover .counter-card_icon:after {
margin: 0;
border-width: 10px;
border-color: #bba35b;
}
.counter-card:hover .counter-card_icon img {
transform: rotateY(180deg);
}
@media (max-width: 1399px) {
.counter-card .counter-card_number {
font-size: 90px;
}
}
@media (max-width: 1199px) {
.counter-card .counter-card_number {
font-size: 60px;
}
}
@media (max-width: 991px) {
.counter-card .counter-card_number {
font-size: 50px;
margin-bottom: 15px;
}
}
@media (max-width: 767px) {
.counter-card .counter-card_number {
margin-top: -0.35em;
}
}  .blog-card {
position: relative; }
.blog-card .blog-title {
font-weight: 600;
font-size: 32px;
color: var(--title-color);
margin-bottom: 15px;
margin-top: 12px;
}
.blog-card .blog-title a {
background-image: linear-gradient(to left, #bba35b, #bba35b);
background-repeat: no-repeat;
background-position: bottom left;
background-size: 0 2px;
transition: 0.6s;
}
.blog-card .blog-title a:hover {
background-size: 100% 2px;
}
.blog-card .blog-text {
margin-bottom: 22px;
}
.blog-card .blog-img {
width: 100%;
overflow: hidden;
position: relative;
border-radius: 0px;
}
.blog-card .blog-img img {
width: 100%;
border-radius: 0px;
transition: 0.4s ease-in-out;
min-height: 280px;
object-fit: cover;
}
.blog-card .blog-img .blog-date {
position: absolute;
left: 20px;
top: 0px;
}
.blog-card .blog-img .blog-date a {
background: #bba35b;
height: 70px;
width: 70px;
border-radius: 0px;
text-align: center;
display: inline-block;
color: var(--white-color);
font-family: var(--body-font);
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
padding: 12px 10px 11px;
}
.blog-card .blog-img .blog-date a span {
display: block;
font-size: 36px;
font-weight: 600;
font-family: var(--title-font);
margin-bottom: 2px;
}
.blog-card .blog-img .blog-date .year {
background: var(--title-color);
text-align: center;
font-size: 10px;
font-weight: 600;
font-family: var(--title-font);
color: rgba(255, 255, 255, 0.6);
letter-spacing: 4px;
height: 16px;
line-height: 16px;
}
.blog-card .blog-content {
padding: 30px 0 0 0;
position: relative;
z-index: 2;
transition: 0.4s;
border-radius: 0;
}
.blog-card .btn {
padding: 13px 25px;
}
.blog-card:hover .blog-img img {
transform: scale(1.08);
}
@media (max-width: 1299px) {
.blog-card .blog-title {
font-size: 24px;
}
} .blog-card.style2 {
padding: 30px;
background: #F7F7F7;
transition: 0.4s;
}
.blog-card.style2 .blog-title {
font-size: 24px;
}
.blog-card.style2 .blog-text {
transition: 0.4s;
}
.blog-card.style2:hover {
background: var(--title-color);
}
.blog-card.style2:hover .blog-meta span, .blog-card.style2:hover .blog-meta a {
color: var(--white-color);
}
.blog-card.style2:hover .blog-meta span:before, .blog-card.style2:hover .blog-meta a:before {
background: var(--white-color);
}
.blog-card.style2:hover .blog-title a {
color: var(--white-color);
background-image: linear-gradient(to left, var(--white-color), var(--white-color));
}
.blog-card.style2:hover .blog-text {
color: var(--white-color);
opacity: 0.9;
} .blog-card.style4 .blog-img .blog-date {
left: 0;
}
.blog-card.style4 .blog-img .blog-date a {
padding: 25px 10px;
height: 100px;
width: 80px;
}
.blog-card.style4 .blog-img .blog-date a span {
margin-bottom: 4px;
}
.blog-card.style4 .blog-meta span, .blog-card.style4 .blog-meta a {
text-transform: capitalize;
}
.blog-card.style4 .blog-title {
margin-bottom: -0.3em;
}
.blog-card.style4 .blog-title a {
background-image: linear-gradient(to left, var(--title-color), var(--title-color));
background-size: 0 1px;
}
.blog-card.style4 .blog-title a:hover {
color: var(--title-color);
background-size: 100% 1px;
} .blog-card.style5 .blog-img .blog-date {
top: 20px;
}
.blog-card.style5 .blog-content {
background: var(--smoke-color3);
padding: 30px;
}
.blog-card.style5 .blog-title {
font-size: 24px;
margin-bottom: 20px;
}
.blog-card.style5 .blog-meta span, .blog-card.style5 .blog-meta a {
font-size: 15px;
font-weight: 600;
font-family: var(--title-font);
}  .client-area-1 {
z-index: 1;
background-attachment: fixed;
}
.client-area-1:before {
z-index: -1;
}
.client_shape_1-1 { }
@media (max-width: 1500px) {
.client_shape_1-1 {
display: none;
}
}
.client-logo {
transition: 0.4s;
opacity: 0.6;
position: relative; }
.client-logo:after {
content: "";
position: absolute;
right: -12px;
top: 0;
bottom: 0;
width: 1px;
background: rgba(255, 255, 255, 0.15);
}
.client-logo img {
filter: brightness(9);
}
.client-logo:hover {
opacity: 1;
}
@media (max-width: 767px) {
.client-logo:after {
display: none;
}
}
.client-slider1 {
margin: 0 -1px; }
@media (max-width: 767px) {
.client-slider1 {
margin: 0 0;
}
} .client-slider2 .client-logo img {
filter: none;
} .checklist ul {
padding: 0;
list-style: none;
text-align: start;
margin-bottom: 0;
}
.checklist li {
font-size: 16px;
font-weight: 400;
font-family: var(--body-font);
margin-bottom: 10px;
display: flex;
color: var(--title-color);
}
.checklist li:last-child {
margin-bottom: 0;
}
.checklist li img,
.checklist li i, .checklist li svg {
font-size: 22px;
margin-right: 10px;
margin-top: 2px;
}
.checklist li img {
margin-top: 7px;
align-self: self-start;
}
.checklist.style2 ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;  }
.checklist.style2 ul li {
color: var(--body-color);
position: relative;
}
.checklist.style2 ul li:before {
content: "";
position: relative;
display: inline-block;
width: 7px;
height: 7px;
background: #bba35b;
align-self: center;
border: 5px solid var(--smoke-color5);
box-sizing: content-box;
margin-right: 20px;
}
.checklist.style2 ul li:not(:last-child) {
margin-bottom: 0px;
}
.checklist.style2 ul li img,
.checklist.style2 ul li i {
margin-right: 15px;
font-size: 16px;
color: #bba35b;
margin-top: 3px;
}
@media (max-width: 1399px) {
.checklist.style2 ul {
grid-template-columns: repeat(2, 1fr);
}
.checklist.style2 ul li:before {
margin-right: 15px;
}
}
@media (max-width: 1399px) {
.checklist.style2 ul {
grid-template-columns: repeat(1, 1fr);
}
.checklist.style2 ul li:before {
margin-right: 15px;
}
}
.checklist.style3 ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 8px;
}
.checklist.style3 ul li {
margin-bottom: 0;
}
.checklist.style4 ul li:not(:last-child) {
margin-bottom: 9px;
}
.checklist.style5 ul li {
font-weight: 400;
font-size: 16px;
color: var(--body-color);
}
.checklist.style6 ul {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 10px;  }
.checklist.style6 ul li {
color: var(--body-color);
position: relative;
}
.checklist.style6 ul li:before {
content: "";
position: relative;
display: inline-block;
width: 7px;
height: 7px;
background: #bba35b;
align-self: center;
border: 5px solid var(--smoke-color5);
box-sizing: content-box;
margin-right: 20px;
}
.checklist.style6 ul li:not(:last-child) {
margin-bottom: 0px;
}
.checklist.style6 ul li img,
.checklist.style6 ul li i {
margin-right: 15px;
font-size: 16px;
color: #bba35b;
margin-top: 3px;
}
@media (max-width: 1399px) {
.checklist.style6 ul {
grid-template-columns: repeat(2, 1fr);
}
.checklist.style6 ul li:before {
margin-right: 15px;
}
}
@media (max-width: 1399px) {
.checklist.style6 ul {
grid-template-columns: repeat(1, 1fr);
}
.checklist.style6 ul li:before {
margin-right: 15px;
}
}
.checklist.style7 ul li {
font-weight: 400;
font-size: 16px;
color: var(--body-color);
}
.checklist.style7 ul li i {
font-size: 20px;
margin-top: 0;
color: #bba35b;
}
.checklist.style-white li {
color: var(--white-color);
}
.checklist.style-white li:not(:last-child) {
margin-bottom: 12px;
}
.checklist.style-white li img,
.checklist.style-white li i, .checklist.style-white li svg {
font-size: 14px;
margin-right: 20px;
margin-top: 5px;
}
.checklist.mb-40 { }
@media (max-width: 1199px) {
.checklist.mb-40 {
margin-bottom: 32px;
}
}
.checklist.mb-45 { }
@media (max-width: 1199px) {
.checklist.mb-45 {
margin-bottom: 35px;
}
}
.img-half {
position: absolute;
top: 0;
width: 50%;
height: 100%;
z-index: -1;
}
.img-half img {
width: 100%;
height: 100%;
object-fit: cover;
}
.img-half.img-right {
right: 0;
}
.icon-box {
display: inline-flex;
gap: 20px;
}
.btn-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px 30px;
}
.btn-wrap.style2 {
gap: 30px 40px;
}
.read-more-btn {
font-size: 14px;
font-weight: 500;
color: var(--body-color);
position: relative;
}
.read-more-btn i, .read-more-btn svg {
font-size: 12px;
}
.read-more-btn:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 1px;
background: #bba35b;
width: 0;
transition: 0.4s ease-in-out;
}
.read-more-btn:hover {
color: #bba35b;
}
.read-more-btn:hover:after {
width: 100%;
}
.category-tag {
background: #bba35b;
height: 25px;
line-height: 25px;
border-radius: 30px;
text-transform: uppercase;
color: var(--white-color);
font-size: 10px;
font-weight: 700;
display: inline-block;
padding: 0 19px;
letter-spacing: 1px;
} @media (max-width: 1199px) {
p.mb-40 {
margin-bottom: 35px;
}
p.mb-45 {
margin-bottom: 38px;
}
} @media (max-width: 575px) {
.checklist.style2 ul li i {
margin-right: 10px;
}
}  .video-area-1 {
padding: 300px 0;
background-attachment: fixed;     }
@media (max-width: 1500px) {
.video-area-1 {
padding: 250px 0;
}
}
@media (max-width: 1399px) {
.video-area-1 .play-btn-wrap.style2 {
justify-content: center;
}
}
@media (max-width: 1199px) {
.video-area-1 {
padding: 200px 0;
}
}
@media (max-width: 767px) {
.video-area-1 {
padding: 150px 0;
}
}
@media (max-width: 575px) {
.video-area-1 {
padding: 120px 0;
}
}
.video-wrap {
position: relative;
}
.video-wrap .play-btn {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
} .video-wrap2 {
padding: 80px 115px 80px 0;
background: var(--smoke-color5);
background-size: auto;
background-repeat: no-repeat;
background-position: 60% bottom;     }
.video-wrap2 .play-btn-wrap.style2 {
max-width: 438px;
margin-left: auto;
color: var(--title-color);
gap: 50px;
align-items: center;
line-height: normal; }
@media (max-width: 1199px) {
.video-wrap2 .play-btn-wrap.style2 {
max-width: 300px;
}
}
.video-wrap2 .play-btn-wrap.style2 .video-text {
font-size: 52px;
line-height: 1.057em;
opacity: 0.2;
transition: 0.4s;  }
@media (max-width: 1199px) {
.video-wrap2 .play-btn-wrap.style2 .video-text {
font-size: 32px;
}
}
@media (max-width: 375px) {
.video-wrap2 .play-btn-wrap.style2 .video-text {
font-size: 24px;
}
}
.video-wrap2 .play-btn.style8 i {
--icon-size: 64px;
background: var(--title-color);
color: #bba35b;
}
.video-wrap2 .play-btn.style8:after, .video-wrap2 .play-btn.style8:before {
border-color: rgba(3, 5, 25, 0.04);
}
.video-wrap2:hover .play-btn-wrap.style2 .video-text {
opacity: 1;
}
@media (max-width: 1399px) {
.video-wrap2 {
padding: 80px 80px 80px 0;
}
}
@media (max-width: 991px) {
.video-wrap2 {
padding: 60px 60px 60px 0;
background-position: 0 bottom;
}
}
@media (max-width: 767px) {
.video-wrap2 {
background-image: none !important;
padding: 60px;
}
.video-wrap2 .play-btn-wrap.style2 {
margin-right: auto;
}
}
@media (max-width: 575px) {
.video-wrap2 {
padding: 50px;
}
}
@media (max-width: 375px) {
.video-wrap2 {
padding: 40px;
}
.video-wrap2 .play-btn-wrap.style2 {
gap: 30px;
}
}
.video_thumb2-1 {
position: absolute;
left: 0;
bottom: 0;
top: -420px;
width: 45.3%; }
@media (max-width: 991px) {
.video_thumb2-1 {
display: none;
}
}  .category-card {
border-radius: 6px;
background: var(--white-color);
padding: 30px;
display: flex;
justify-content: space-between;
}
.category-card_content {
max-width: 150px;
}
.category-card_title {
font-size: 20px;
margin-top: -0.3em;
margin-bottom: 26px;
}
.category-card_title a {
color: var(--title-color);
}
.category-card_title a:hover {
color: #bba35b;
}
.category-card_icon {
flex: none;
align-self: end;
position: relative;
z-index: 1;
}
.category-card_icon:after {
position: absolute;
content: "";
border-radius: 50%;
background-color: rgb(247, 244, 239);
height: 60px;
width: 60px;
left: -30px;
top: 0;
z-index: -1;
}
.category-card .more-btn {
font-size: 12px;
color: var(--body-color);
font-weight: 500;
letter-spacing: 1px;
line-height: initial;
}
.category-card .more-btn:hover {
color: #bba35b;
}
.category-card .more-btn i {
font-size: 14px;
display: block;
}
.category-search-form {
margin-top: 40px;
position: relative;
}
.category-search-form .form-control {
padding: 14.5px 280px 14.5px 30px;
}
.category-search-form .btn {
position: absolute;
right: 0;
top: 0;
padding: 20px 50px;
} .category-card2 {
border-radius: 6px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
text-align: center;
padding: 30px 30px 23px;
}
.category-card2_title {
font-size: 20px;
margin-top: -0.3em;
margin-bottom: 0px;
}
.category-card2_title a {
color: var(--title-color);
}
.category-card2_title a:hover {
color: #bba35b;
}
.category-card2_icon {
display: inline-block;
height: 66px;
width: 66px;
line-height: 64px;
border-radius: 50%;
background: var(--smoke-color3);
margin-bottom: 20px;
transition: 0.5s;
}
.category-card2_icon img {
transition: 0.5s;
}
.category-card2_icon:after {
display: none;
}
.category-card2:hover .category-card2_icon {
background: #bba35b;
}
.category-card2:hover .category-card2_icon img {
filter: brightness(99);
}
.category-slider {
transform: translateY(-50px);
margin-bottom: -50px;
}
.category-area2 {
padding-bottom: 100px;
z-index: 2;
}
.category-area2 .category-search-form .form-control {
border-color: #bba35b;
color: var(--white-color);
} @media (max-width: 767px) {
.category-search-form {
text-align: center;
}
.category-search-form .btn {
position: inherit;
margin-top: 20px;
}
.category-search-form .form-control {
padding: 14.5px 30px;
}
} .category-slider3 {
border: 1px solid var(--border-color);
}
.category-slider3 .slick-slide {
border-right: 1px solid var(--border-color); }
@media (max-width: 575px) {
.category-slider3 .slick-slide {
border-right: 0;
}
}
.category-card-item {
text-align: center;
padding-bottom: 18px;
}
.category-card-item .category-card-title {
font-size: 18px;
font-weight: 400;
margin-bottom: 3px;
}
.category-card-item .category-card-title a {
color: var(--title-color);
}
.category-card-item .category-card-title a:hover {
color: #bba35b;
}
.category-card-item .category-card-text {
margin-bottom: 0;
font-size: 14px;
opacity: 0.6;
}  .accordion-card {
margin-bottom: 20px;
transition: 0.4s ease-in-out;
overflow: hidden;
background: var(--smoke-color);
border: 2px solid rgba(21, 22, 28, 0.1);
border-radius: 0px;
}
.accordion-card .accordion-button {
font-size: 22px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
border: 0;
text-transform: uppercase;
background-color: transparent;
padding: 12px 65px 12px 35px;
min-height: 86px;
gap: 10px;
margin-bottom: 0;
text-align: left;
transition: 0.3s;
position: relative;
box-shadow: none;
}
.accordion-card .accordion-button:after {
content: "\ea13";
height: 40px;
width: 40px;
border-radius: 7px;
line-height: 38px;
background: transparent;
border: 0;
font-family: var(--icon-font);
color: var(--body-color);
font-weight: 900;
font-size: 24px;
display: grid;
justify-content: center;
align-items: center;
text-align: center;
position: absolute;
top: 22px;
right: 22px;
transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
outline: none;
box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
color: var(--title-color);
}
.accordion-card .accordion-button:not(.collapsed):after {
content: "\f1af";
color: #bba35b;
transform: rotate(180deg);
}
.accordion-card .accordion-collapse {
border: none;
}
.accordion-card .accordion-body {
border-radius: 0;
background-color: transparent;
border: none;
padding: 0px 30px 30px 30px;
margin-top: -0.5em;
}
.accordion-card .accordion-body p {
margin-bottom: -0.6em;
font-size: 18px;
font-weight: 400;
font-family: var(--title-font);
}
.accordion-card:last-child {
margin-bottom: 0;
}
.accordion-card:has(.accordion-button:not(.collapsed)) {
background: #F7F7F7;
border-color: #F7F7F7;
} @media (max-width: 1399px) {
.accordion-card .accordion-button {
font-size: 20px;
min-height: 65px;
}
.accordion-card .accordion-button:after {
font-size: 20px;
top: 13px;
}
} @media (max-width: 575px) {
.accordion-card .accordion-button {
padding: 15px 65px 15px 20px;
}
.accordion-card .accordion-body {
padding: 10px 20px 30px 20px;
}
} @media (max-width: 375px) {
.accordion-card .accordion-button {
font-size: 16px;
}
}
.faq-form-wrap {
background: #bba35b;
border: 10px solid var(--white-color);
border-left: 0;
border-top: 0;  }
.faq-form-wrap .faq-form-title {
background: var(--title-color);
font-size: 30px;
font-weight: 600;
color: var(--white-color);
text-transform: uppercase;
padding: 20px 40px;
}
.faq-form-wrap .faq-form {
padding: 20px 40px 40px;
}
.faq-form-wrap .faq-form input {
height: 36px;
padding-bottom: 7px;
}
.faq-form-wrap .faq-text {
color: var(--white-color);
opacity: 0.9;
}
.faq-form-wrap .btn-with-icon {
margin-top: 25px;
}
@media (max-width: 1199px) {
.faq-form-wrap {
border: 0;
}
}
@media (max-width: 575px) {
.faq-form-wrap .faq-form-title {
font-size: 24px;
padding: 20px 30px;
}
.faq-form-wrap .faq-form {
padding: 10px 30px 30px;
}
}
.faq-thumb1-1 {
position: absolute;
right: 0;
bottom: 100px;
width: 48.7%;
height: 666px;    }
.faq-thumb1-1 img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 1500px) {
.faq-thumb1-1 {
width: 48.2%;
}
}
@media (max-width: 1399px) {
.faq-thumb1-1 {
width: 48.2%;
height: 595px;
}
}
@media (max-width: 1299px) {
.faq-thumb1-1 {
width: 49.1%;
height: 572px;
}
}
@media (max-width: 1199px) {
.faq-thumb1-1 {
display: none;
}
} .accordion-area.style2 .accordion-card:has(.accordion-button:not(.collapsed)) {
background: var(--white-color);
border-color: #bba35b;
}
.accordion-area.style2 .accordion-button {
text-transform: capitalize;
font-size: 24px;
}  .feature-area {
background: #F4F4F4;
border-radius: 15px;
overflow: hidden;
}
.feature-card {
padding: 60px 65px 60px 40px;
transition: 0.4s;
position: relative;
z-index: 0;
}
.feature-card_bg {
position: absolute;
left: 0;
top: 0;
height: 0%;
width: 100%;
z-index: -1;
transition: 0.4s;
opacity: 0;
}
.feature-card_bg img {
height: 100%;
width: 100%;
object-fit: cover;
}
.feature-card_icon {
margin-bottom: 30px;
}
.feature-card_subtitle {
letter-spacing: 0.1em;
text-transform: uppercase;
color: #bba35b;
font-weight: 400;
font-size: 14px;
font-family: var(--title-font);
position: relative;
padding-left: 18px;
margin-bottom: 5px;
}
.feature-card_subtitle:after {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
background: #bba35b;
border-radius: 1px;
width: 8px;
height: 8px;
}
.feature-card_title {
font-size: 24px;
font-weight: 500;
margin-bottom: 15px;
}
.feature-card_title a {
color: var(--title-color);
background-image: linear-gradient(to left, var(--white-color), var(--white-color));
background-repeat: no-repeat;
background-position: bottom left;
background-size: 0 2px;
}
.feature-card_title a:hover {
background-size: 100% 2px;
}
.feature-card_text {
font-size: 14px;
margin-bottom: 26px;
}
.feature-card-active {
background: var(--title-color);
}
.feature-card-active .feature-card_bg {
opacity: 1;
height: 100%;
}
.feature-card-active .feature-card_icon {
filter: brightness(99);
}
.feature-card-active .feature-card_title a {
color: var(--white-color);
} @media (max-width: 1399px) {
.feature-area {
margin-top: -15px;
}
} @media (max-width: 1199px) {
.feature-area {
margin-top: -30px;
}
.feature-card {
padding: 40px 35px;
}
.feature-card_title {
font-size: 22px;
}
} @media (max-width: 991px) {
.feature-area {
margin-top: -45px;
}
.feature-card_text {
max-width: 500px;
}
}
@media (max-width: 320px) {
.feature-card {
padding: 30px 25px;
}
}
.feature-card2 .feature-card_img {
position: relative;
display: inline-block;
margin-bottom: 44px;
}
.feature-card2 .feature-card_img img {
border-radius: 50%;
}
.feature-card2 .feature-card_img .feature-card_icon {
height: 60px;
width: 60px;
line-height: 60px;
border-radius: 50%;
display: inline-block;
position: absolute;
background: var(--white-color);
left: 50%;
top: 50%;
transform: translate(-50%, -30%);
z-index: 1;
opacity: 0;
}
.feature-card2 .feature-card_img .feature-card_icon:hover {
background: #bba35b;
color: var(--white-color);
}
.feature-card2 .feature-card_img:after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
border-radius: 50%;
background: var(--title-color);
transition: 0.4s;
opacity: 0;
}
.feature-card2 .feature-card_title {
font-size: 20px;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 12px;
}
.feature-card2 .feature-card_title a {
background: transparent;
}
.feature-card2 .feature-card_title a:hover {
color: #bba35b;
}
.feature-card2 .feature-card_text {
font-size: 16px;
max-width: 330px;
margin: auto;
margin-bottom: -0.3em;
}
.feature-card2:hover .feature-card_img .feature-card_icon {
opacity: 1;
transform: translate(-50%, -50%);
}
.feature-card2:hover .feature-card_img img {
mix-blend-mode: luminosity;
}
.feature-card2:hover .feature-card_img:after {
opacity: 0.8;
} @media (max-width: 1299px) {
.feature-card2 .feature-card_img {
margin-bottom: 34px;
}
}
.feature-tab-button {
background: var(--white-color);
}
.feature-tab-button button {
border: 0;
background: transparent;
font-size: 16px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
text-transform: uppercase;
padding: 17px 52px 17px 30px;
display: block;
width: 100%;
text-align: left;
position: relative;
}
.feature-tab-button button i {
position: absolute;
right: 30px;
top: 22px;
color: var(--body-color);
}
.feature-tab-button button ~ button {
border-top: 1px solid #EEEEEE;
}
.feature-tab-button button.active {
background: #bba35b;
color: var(--white-color);
}
.feature-tab-button button.active i {
color: var(--white-color);
}
.feature-tab-content .filter-item {
display: flex;
gap: 30px;
}
.feature-tab-content .tab-thumb {
flex: none;
}
.feature-tab-content .tab-content_grid {
display: flex;
gap: 30px 60px;
margin-top: 10px;
}
.feature-tab-content .tab-content_grid .media-left {
align-self: flex-end;
margin-bottom: -0.3em;
}
.feature-tab-content .tab-content_grid .media-body {
margin-bottom: -0.3em;
}
.feature-tab-content .tab-content_grid-title {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.feature-tab-content .counter-number {
color: #bba35b;
font-size: 60px;
font-weight: 700;
font-family: var(--title-font);
} @media (max-width: 1399px) {
.feature-tab-button button {
font-size: 15px;
}
} @media (max-width: 991px) {
.feature-tab-content .tab-content_grid {
gap: 30px 40px;
}
} @media (max-width: 767px) {
.feature-tab-content .filter-item {
display: block;
}
.feature-tab-content .filter-item .tab-thumb {
margin-bottom: 30px;
}
} @media (max-width: 575px) {
.feature-tab-content .tab-content_grid {
display: block;
margin-top: 20px;
}
.feature-tab-content .tab-content_grid .media-left {
margin-bottom: 10px;
}
} .feature-area-3 {
margin-top: -90px;
position: relative;
z-index: 3;
}
.single-feature-wrap {
background: var(--white-color);
box-shadow: 0px 10px 50px rgba(0, 6, 18, 0.08);
display: flex;
z-index: 0;
align-items: center;
gap: 30px 60px;
position: relative;
z-index: 1;
overflow: hidden;
padding: 30px 18px 26px 25px;
}
.single-feature-wrap:after {
content: "";
background: #bba35b;
position: absolute;
z-index: -1;
height: 100%;
left: 0;
top: 0px;
width: 145px;
clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0% 100%);
}
.single-feature-wrap .thumb img {
width: 50px;
}
.single-feature-wrap .media-body p {
margin-bottom: 0;
font-size: 14px;
} @media (max-width: 1399px) {
.single-feature-wrap {
gap: 30px 40px;
}
.single-feature-wrap:after {
width: 125px;
clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
}
} @media (max-width: 1199px) {
.single-feature-wrap {
gap: 30px 70px;
}
.single-feature-wrap:after {
width: 145px;
clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0% 100%);
}
} @media (max-width: 991px) {
.feature-area-3 {
margin-top: 0;
padding-top: 80px;
}
}  .cta-area-1 {
position: relative;
margin-top: -200px;
z-index: 3;
}
.cta-wrap-1 {
padding: 70px 202px 70px 70px;
background: var(--white-color);
box-shadow: 0px 30px 150px rgba(31, 31, 31, 0.1);   }
.cta-wrap-1 .btn {
padding: 15px 30px;
}
@media (max-width: 1399px) {
.cta-wrap-1 {
padding: 70px 130px 70px 70px;
}
}
@media (max-width: 1199px) {
.cta-wrap-1 {
padding: 70px;
}
}
@media (max-width: 575px) {
.cta-wrap-1 {
padding: 30px;
}
}
.cta-thumb1-1 {
margin-left: -111px;
position: relative;
z-index: 3;  }
@media (max-width: 1199px) {
.cta-thumb1-1 {
margin-left: 0;
}
}
@media (max-width: 991px) {
.cta-thumb1-1 {
display: none;
}
} .cta-wrap2 {
background: #bba35b;
padding: 50px;
display: inline-flex;
gap: 123px;
text-align: start;
position: relative;   }
.cta-wrap2:after {
content: "";
position: absolute;
background: linear-gradient(270deg, #FFFFFF -1.27%, rgba(255, 255, 255, 0.23) -1.26%, rgba(255, 255, 255, 0) 100%);
width: 39.5px;
height: 100%;
clip-path: polygon(100% 50%, 0 0, 0 100%);
top: 0;
left: 45%;
transform: translate(-50%, 0);
}
.cta-wrap2 .cta-title {
font-size: 32px;
font-weight: 600;
color: var(--white-color);
margin-bottom: 8px;
}
.cta-wrap2 .cta-text {
color: var(--white-color);
margin-bottom: 0;
}
.cta-wrap2 .cta-contact-grid {
display: flex;
gap: 30px;
align-items: center;
}
.cta-wrap2 .cta-contact-grid .icon-btn {
--btn-size: 56px;
flex: none;
background: var(--white-color);
color: #bba35b;
}
.cta-wrap2 .cta-contact-grid .icon-btn i {
font-size: 24px;
}
.cta-wrap2 .cta-contact-grid .cta-contact-grid-details .link {
font-size: 32px;
font-weight: 600;
font-family: var(--title-font);
color: var(--white-color);
margin-bottom: 18px;
display: block;
position: relative;
}
.cta-wrap2 .cta-contact-grid .cta-contact-grid-details .link:after {
content: "";
position: absolute;
bottom: -3px;
left: 0;
height: 1px;
width: 0;
background: var(--white-color);
transition: 0.4s;
}
.cta-wrap2 .cta-contact-grid .cta-contact-grid-details .link:hover:after {
width: 100%;
}
.cta-wrap2 .cta-contact-grid .cta-contact-grid-details .title {
font-size: 16px;
font-weight: 400;
color: var(--white-color);
opacity: 0.9;
margin-bottom: 0;
}
@media (max-width: 1199px) {
.cta-wrap2 {
display: flex;
margin-top: 80px;
}
.cta-wrap2:after {
left: 40%;
}
}
@media (max-width: 991px) {
.cta-wrap2 {
flex-wrap: wrap;
gap: 30px;
}
.cta-wrap2:after {
display: none;
}
}
@media (max-width: 575px) {
.cta-wrap2 {
padding: 30px;
}
.cta-wrap2 .cta-title {
font-size: 28px;
}
.cta-wrap2 .cta-contact-grid {
gap: 20px;
flex-wrap: wrap;
}
.cta-wrap2 .cta-contact-grid .cta-contact-grid-details .link {
font-size: 24px;
}
}
.cta-grid-wrap {
display: flex;
gap: 20px;
align-items: center;
flex-wrap: wrap;
}
.cta-grid-wrap .icon-btn {
flex: none;
--btn-size: 60px;
background: #bba35b;
color: var(--white-color);
}
.cta-grid-wrap .icon-btn i {
font-size: 24px;
}
.cta-grid-wrap .media-body .link {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
}
.cta-grid-wrap .media-body .title {
font-size: 16px;
font-weight: 400;
color: var(--body-color);
margin-bottom: 0;
} .cta-wrap3 {
padding: 185px 0;     }
.cta-wrap3 .sub-title {
font-size: 20px;
margin-bottom: 40px;
}
.cta-wrap3 .cta-title {
font-size: 90px;
font-weight: 700;
margin-bottom: 0;
margin-top: -0.3em;
}
.cta-wrap3 .cta-title.style2 {
font-size: 120px;
font-weight: 600;
-webkit-text-stroke: 1px var(--white-color);
color: transparent;
margin-top: -0.3em;
margin-bottom: 10px;
}
@media (max-width: 1399px) {
.cta-wrap3 {
padding: 150px 0;
}
.cta-wrap3 .cta-title {
font-size: 70px;
}
.cta-wrap3 .cta-title.style2 {
font-size: 100px;
}
}
@media (max-width: 1199px) {
.cta-wrap3 {
padding: 120px 0;
}
.cta-wrap3 .cta-title {
font-size: 60px;
}
.cta-wrap3 .cta-title.style2 {
font-size: 90px;
}
}
@media (max-width: 991px) {
.cta-wrap3 .cta-title {
font-size: 60px;
}
.cta-wrap3 .cta-title.style2 {
font-size: 70px;
}
}
@media (max-width: 767px) {
.cta-wrap3 {
padding: 100px 30px;
}
.cta-wrap3 .sub-title {
font-size: 16px;
margin-bottom: 20px;
}
.cta-wrap3 .cta-title {
font-size: 40px;
}
.cta-wrap3 .cta-title.style2 {
font-size: 50px;
}
}
@media (max-width: 575px) {
.cta-wrap3 .cta-title.style2 {
font-size: 46px;
}
} .cta-wrap4 {
padding: 185px 0;
position: relative;     }
.cta-wrap4:after {
content: "";
position: absolute;
height: 495px;
width: 495px;
border-radius: 50%;
background: var(--title-color);
mix-blend-mode: soft-light;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;   }
@media (max-width: 1199px) {
.cta-wrap4:after {
width: 400px;
height: 400px;
}
}
@media (max-width: 767px) {
.cta-wrap4:after {
width: 350px;
height: 350px;
}
}
@media (max-width: 575px) {
.cta-wrap4:after {
display: none;
}
}
.cta-wrap4 .sub-title {
font-size: 20px;
margin-bottom: 40px;
}
.cta-wrap4 .cta-title {
font-size: 90px;
font-weight: 700;
margin-bottom: 0;
margin-top: -0.3em;
}
.cta-wrap4 .cta-title.style2 {
font-size: 120px;
font-weight: 600;
-webkit-text-stroke: 1px var(--white-color);
color: transparent;
margin-top: -0.3em;
margin-bottom: 10px;
}
@media (max-width: 1399px) {
.cta-wrap4 {
padding: 150px 0;
}
.cta-wrap4 .cta-title {
font-size: 70px;
}
.cta-wrap4 .cta-title.style2 {
font-size: 100px;
}
}
@media (max-width: 1199px) {
.cta-wrap4 {
padding: 120px 0;
}
.cta-wrap4 .cta-title {
font-size: 60px;
}
.cta-wrap4 .cta-title.style2 {
font-size: 90px;
}
}
@media (max-width: 991px) {
.cta-wrap4 .cta-title {
font-size: 60px;
}
.cta-wrap4 .cta-title.style2 {
font-size: 70px;
}
}
@media (max-width: 767px) {
.cta-wrap4 {
padding: 100px 30px;
}
.cta-wrap4 .sub-title {
font-size: 16px;
margin-bottom: 20px;
}
.cta-wrap4 .cta-title {
font-size: 40px;
}
.cta-wrap4 .cta-title.style2 {
font-size: 50px;
}
}
@media (max-width: 575px) {
.cta-wrap4 .cta-title.style2 {
font-size: 46px;
}
}
.cta-wrap5 {
padding: 65px 100px;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: -150px;
position: relative;
z-index: 2;
flex-wrap: wrap;
gap: 35px;     }
.cta-wrap5 .cta-title {
font-size: 42px;
font-weight: 600;
max-width: 585px;
margin-bottom: 0;
}
.cta-wrap5 .btn {
flex: none;
}
@media (max-width: 1399px) {
.cta-wrap5 {
padding: 65px 70px;
}
}
@media (max-width: 1199px) {
.cta-wrap5 .cta-title {
font-size: 30px;
max-width: 450px;
}
}
@media (max-width: 991px) {
.cta-wrap5 {
padding: 40px 40px 50px;
text-align: center;
justify-content: center;
}
}
@media (max-width: 575px) {
.cta-wrap5 {
padding: 30px 30px 30px;
}
.cta-wrap5 .cta-title {
font-size: 24px;
}
}
@media (max-width: 375px) {
.cta-wrap5 .btn {
padding: 15px 25px;
font-size: 14px;
}
}  .service-area-1 {
padding-bottom: 300px; }
@media (max-width: 991px) {
.service-area-1 {
padding-bottom: 280px;
}
}
.service-card {
background: var(--white-color);
border-radius: 0px;
padding: 30px 50px 0px 50px;
border: 2px solid var(--white-color);
position: relative;
margin-bottom: 25px;
transition: 0.4s;
border-color: #e1e1e1; }
.contact-page-card .contact-page-card-text {
font-size: 15px !important;
}
.service-card:after {
content: "";
position: absolute;
right: 40px;
top: 65px;
width: 157px;
height: 1px;
background: var(--title-color);
opacity: 0.1;
}
.service-card-shadow-text {
position: absolute;
transform: rotate(-90deg) translate(-50%, 0);
font-size: 36px;
font-weight: 600;
font-family: var(--title-font);
color: transparent;
-webkit-text-stroke: 1px var(--title-color);
transform-origin: left top;
top: 50%;
left: 35px;
opacity: 0.15;
}
.service-card_content {
padding: 0 0px 0 10px;
}
.service-card_icon {
display: inline-block;
margin-bottom: 15px;
position: relative;
padding: 10px 0 0 10px;
margin-left: -10px;
}
.service-card_icon img {
transition: 0.4s;
}
.service-card_icon:after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 52px;
width: 52px;
border-radius: 50%;
background: #bba35b;
opacity: 0.1;
}
.service-card_title {
margin-top: 0.7em;
margin-bottom: 10px;
font-weight: 600;
font-size: 24px;
text-align: center;
}
.service-card_title a {
color: var(--title-color);
}
.service-card_title a:hover {
color: #bba35b;
}
.service-card_text {
font-size: 16px;
margin-bottom: 23px;
}
.service-card .btn-wrap {
justify-content: end;
position: relative;
transform: translate(0, 25px);
margin-top: -25px;
margin-right: -20px;
}
.service-card .btn-wrap .icon-btn {
background: var(--smoke-color2);
color: #bba35b;
}
.service-card .btn-wrap .btn {
position: absolute;
right: 0;
bottom: 0;
padding: 15px 24px;
opacity: 0;
transition: 0.4s;
}
.service-card:hover {
border-color: #bba35b;
}
.service-card:hover .service-card_icon img {
transform: rotateY(180deg);
}
.service-card:hover .btn-wrap .btn {
opacity: 1;
}
@media (max-width: 1399px) {
.service-card {
padding: 30px 40px 0px 30px;
}
.service-card .service-card:after {
right: 35px;
}
.service-card .service-card-shadow-text {
font-size: 30px;
left: 25px;
}
.service-card .btn-wrap {
margin-right: -5px;
}
} .service-card-wrap2 {
margin-top: 120px; }
@media (max-width: 1199px) {
.service-card-wrap2 {
margin-top: 30px;
}
}
.service-card-list {
--step-gap: -135px;  }
.service-card-list:nth-child(6), .service-card-list:nth-child(2) {
margin-top: var(--step-gap);
}
.service-card-list:nth-child(7), .service-card-list:nth-child(3) {
margin-top: calc(var(--step-gap) * 2);
}
.service-card-list:nth-child(8), .service-card-list:nth-child(4) {
margin-top: calc(var(--step-gap) * 3);
}
@media (max-width: 1399px) {
.service-card-list {
--step-gap: -130px;
}
}
@media (max-width: 1199px) {
.service-card-list {
--step-gap: 0px;
}
}
.service-card.style2 {
padding: 30px 30px 40px;
margin-bottom: 0;
border-color: rgba(21, 22, 28, 0.15);
margin-top: 30px;  }
.service-card.style2:after {
display: none;
}
.service-card.style2 .service-card_content {
padding: 0;
}
.service-card.style2 .service-card-number {
font-size: 16px;
font-weight: 600;
font-family: var(--title-font);
text-align: end;
margin-top: -0.5em;
}
.service-card.style2 .service-card_icon {
padding: 0;
margin: 0;
margin-bottom: 30px;
}
.service-card.style2 .service-card_icon:after {
display: none;
}
.service-card.style2 .service-card_title {
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
}
.service-card.style2 .service-card_text {
margin-bottom: 52px;
transition: 0.4s;
}
.service-card.style2 .btn-wrap {
transform: none;
justify-content: start;
margin: 0;
}
.service-card.style2:hover {
background: var(--title-color);
}
.service-card.style2:hover .service-card_title a {
color: var(--white-color);
}
.service-card.style2:hover .service-card_title a:hover {
color: #bba35b;
}
.service-card.style2:hover .service-card_text {
color: var(--white-color);
opacity: 0.9;
}
.service-card.style2:hover .btn-with-icon {
color: var(--white-color);
}
.service-card.style2:hover .btn-with-icon .btn-icon {
background: #bba35b;
color: var(--white-color);
}
.service-card.style2:hover .btn-with-icon:hover {
color: #bba35b;
}
@media (max-width: 991px) {
.service-card.style2 .service-card_title {
font-size: 25px;
}
}
@media (max-width: 767px) {
.service-card.style2 .service-card_title {
font-size: 22px;
}
} .service-card.style3 {
background: #F7F7F7;
} .service-card.style4 {
background: #FAFAFA;
padding: 30px;
display: flex;
gap: 20px;
margin-bottom: 0; }
.service-card.style4:after {
display: none;
}
.service-card.style4 .service-card_icon {
flex: none;
margin-bottom: 0;
}
.service-card.style4 .service-card_text {
margin-bottom: -0.3em;
}
.service-card.style4 .service-card_content {
padding-left: 0;
max-width: 283px;
}
@media (max-width: 375px) {
.service-card.style4 {
flex-wrap: wrap;
}
} .service-card.style5 {
padding: 0;
border: 0;
margin-bottom: 0;
position: relative;
max-width: 348px; }
@media (max-width: 1199px) {
.service-card.style5 {
max-width: none;
}
}
.service-card.style5:after {
display: none;
}
.service-card.style5 .service-card-number {
font-size: 200px;
font-weight: 600;
font-family: var(--title-font);
color: #bba35b;
position: absolute;
top: 30px;
right: 0;
opacity: 0.1; }
@media (max-width: 991px) {
.service-card.style5 .service-card-number {
font-size: 150px;
}
}
.service-card.style5 .service-card_icon {
filter: grayscale(1);
transition: 0.4s;
padding: 0;
margin-left: 0;
}
.service-card.style5 .service-card_icon:after {
display: none;
}
.service-card.style5 .service-card_content {
padding: 0;
}
.service-card.style5 .service-card_title {
font-size: 36px;
font-weight: 600; }
@media (max-width: 575px) {
.service-card.style5 .service-card_title {
font-size: 24px;
}
}
.service-card.style5 .service-card_text {
margin-bottom: -0.5em;
}
.service-card.style5:hover .service-card_icon {
filter: none;
} .service-area-6 {
max-width: 1720px;
margin-left: auto;
margin-right: auto;
}
.service-slider6 .slick-dots button:before {
background: var(--white-color);
}
.service-card.style6 {
background-size: 100% 100%;
padding: 40px;
margin-bottom: 0;
text-align: center; }
.service-card.style6:after {
display: none;
}
.service-card.style6 .service-card-number {
font-size: 15px;
font-weight: 600;
font-family: var(--title-font);
color: var(--body-color);
background: var(--smoke-color5);
border-radius: 20px;
display: inline-block;
padding: 0px 9px;
position: absolute;
top: 20px;
right: 20px;
}
.service-card.style6 .service-card-thumb {
margin-bottom: -50px;
display: inline-block;
}
.service-card.style6 .service-card-thumb img {
transition: 0.4s;
}
.service-card.style6 .service-card_content {
padding: 0;
text-align: start;
}
.service-card.style6 .service-card_icon {
margin-left: 0;
padding: 0;
}
.service-card.style6 .service-card_icon:after {
display: none;
}
.service-card.style6:hover .service-card-thumb img {
transform: scale(1.1);
}
@media (max-width: 1199px) {
.service-card.style6 {
padding: 30px;
}
}  .wcu-card-wrap {
max-width: 364px;
text-align: start;
margin: 0 42px;
position: relative;
z-index: 2; }
.wcu-card-wrap.left-align {
text-align: end;
}
.wcu-card-wrap.left-align .wcu-card {
flex-direction: row-reverse;
}
@media (max-width: 1399px) {
.wcu-card-wrap {
margin: 0;
}
}
.wcu-card {
display: inline-flex;
gap: 25px;
}
.wcu-card:not(:last-child) {
margin-bottom: 55px;
}
.wcu-card-icon {
flex: none;
}
.wcu-card-icon img {
transition: 0.4s;
}
.wcu-card .wcu-card-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 8px;
margin-top: -0.2em;
}
.wcu-card .wcu-card-text {
margin-bottom: -0.5em;
}
.wcu-card:hover .wcu-card-icon img {
transform: rotateY(180deg);
} @media (max-width: 1199px) {
.wcu-card-wrap {
max-width: none;
}
.wcu-card-wrap.left-align {
text-align: start;
}
.wcu-card-wrap.left-align .wcu-card {
flex-direction: row;
}
} @media (max-width: 991px) {
.wcu-card-wrap.left-align {
text-align: start;
}
.wcu-card .wcu-card-text {
font-size: 15px;
}
} @media (max-width: 767px) {
.wcu-card:not(:last-child) {
margin-bottom: 50px;
}
} .why-area-3 {
position: relative;
}
.why-sec-bg3-1 {
position: absolute;
inset: 0;
z-index: -1;
clip-path: polygon(0 0, 100% 0, calc(100% - 184px) calc(100% - 75px), 0% 100%);  }
.why-sec-bg3-1:after {
content: "";
position: absolute;
background: linear-gradient(277.18deg, #F7F7F7 62.73%, rgba(247, 247, 247, 0) 97.7%);
inset: 0;
}
@media (max-width: 1399px) {
.why-sec-bg3-1 {
clip-path: none;
}
}
@media (max-width: 991px) {
.why-sec-bg3-1 {
background-image: none !important;
}
.why-sec-bg3-1:after {
background: linear-gradient(to bottom, #F7F7F7 62.73%, rgba(247, 247, 247, 0) 97.7%);
}
}
.why-tab-wrap {
gap: 25px;
margin-right: 56px;   }
.why-tab-wrap .nav-item {
width: 100%;
}
.why-tab-wrap .nav-item .nav-link {
font-size: 18px;
font-weight: 600;
font-family: var(--title-font);
background: var(--white-color);
color:#444;
border: 0;
filter: drop-shadow(0px 8px 25px rgba(21, 22, 28, 0.02));
width: 100%;
text-align: start;
padding: 19px 30px;
display: flex;
justify-content: space-between;
border-radius: 0;
}
.why-tab-wrap .nav-item .nav-link i {
font-size: 24px;
}
.why-tab-wrap .nav-item .nav-link.active {
background: #bba35b;
color: var(--white-color);
border-radius: 10px 0 10px 10px;
}
.why-tab-wrap .nav-item .nav-link.active i:before {
content: "\ea70";
}
@media (max-width: 1399px) {
.why-tab-wrap {
margin-right: 0;
}
}
@media (max-width: 1199px) {
.why-tab-wrap .nav-item .nav-link.active {
border-radius: 10px;
}
}
@media (max-width: 575px) {
.why-tab-wrap .nav-item .nav-link {
padding: 12px 20px;
}
}
.why-thumb-wrap3-1 {
background: var(--title-color);
padding: 40px;
display: inline-block; }
.why-thumb-wrap3-1 .why-text-wrap {
display: block;
justify-content: space-between;
gap: 35px;
margin-top: 45px;
opacity: 0.5;
}
.why-thumb-wrap3-1 .why-text-wrap .title {
color: var(--white-color);
font-size: 20px;
font-weight: 400;
text-transform: uppercase;
position: relative;
margin-bottom: 0;
}
.why-thumb-wrap3-1 .why-text-wrap .line {
width: -webkit-fill-available;
height: 1px;
display: block;
background: var(--white-color);
}
.why-thumb-wrap3-1 .why-text-wrap .number {
font-size: 50px;
font-weight: 700;
color: var(--white-color);
}
@media (max-width: 575px) {
.why-thumb-wrap3-1 {
padding: 30px;
}
.why-thumb-wrap3-1 .why-text-wrap {
margin-top: 35px;
}
.why-thumb-wrap3-1 .why-text-wrap .number {
font-size: 40px;
}
}
.why-content-wrap .title {
font-size: 32px;
font-weight: 600;
margin-bottom: 33px;
}
.why-content-wrap .subtitle {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
} .skill-feature:not(:last-child) {
margin-bottom: 25px;
}
.skill-feature .skill-feature_title {
font-size: 16px;
font-weight: 600;
color: var(--title-color);
margin-bottom: 16px;
}
.skill-feature .progress {
background: #EFEFEF;
height: 8px;
position: relative;
overflow: visible;
}
.skill-feature .progress .progress-bar {
background: #bba35b;
border-radius: 10px;
}
.skill-feature .progress .progress-value {
position: absolute;
top: -38px;
right: 0;
font-size: 16px;
font-weight: 400;
font-family: var(--title-font);
color: var(--title-color);
} .wcu-thumb-wrap {
position: relative;
display: flex;
justify-content: end;  }
.wcu-thumb-wrap img {
border-radius: 10px;
}
.wcu-thumb-wrap .img-1 {
height: fit-content;
}
.wcu-thumb-wrap .img-2 {
margin: 120px 0 0 30px;
}
@media (max-width: 1199px) {
.wcu-thumb-wrap {
justify-content: start;
}
}
@media (max-width: 767px) {
.wcu-thumb-wrap {
display: block;
}
.wcu-thumb-wrap img {
width: -webkit-fill-available;
max-height: 300px;
object-fit: cover;
}
.wcu-thumb-wrap .img-1 {
margin-right: 60px;
}
.wcu-thumb-wrap .img-2 {
margin: 30px 0 0 60px;
}
} .wcu-card-wrap4 .wcu-card:not(:last-child) {
margin-bottom: 30px;
}
.wcu-card-wrap4 .wcu-card .wcu-card-text {
color: var(--white-color);
opacity: 0.8;
}  .pricing-tabs {
margin-bottom: 50px;
border: 1px solid rgba(31, 31, 31, 0.15);
display: inline-flex;
border-radius: 0;
padding: 10px;
}
.pricing-tabs .nav-item .nav-link {
font-size: 15px;
font-weight: 600;
color: var(--body-color);
font-family: var(--title-font);
text-transform: uppercase;
border-radius: 0;
margin: 0;
border: 0;
padding: 7px 20px;
background: transparent;
}
.pricing-tabs .nav-item .nav-link.active {
background: #bba35b;
color: var(--white-color);
}
.pricing-card {
display: block;
padding: 0;
background: #F7F7F7;
border: 2px solid #F7F7F7;
box-shadow: none;
transition: 0.4s;
padding: 40px 45px; }
.pricing-card .pricing-card_title {
font-size: 24px;
font-weight: 700;
min-width: 220px;
color: var(--title-color);
margin-top: -0.3em;
margin-bottom: 6px;
text-transform: uppercase;
}
.pricing-card .pricing-card_text {
margin-bottom: 17px;
}
.pricing-card .pricing-card-details {
margin: 28px -25px 40px;
background: #EDEDED;
padding: 30px;
transition: 0.4s;
position: relative;
}
.pricing-card .pricing-card-icon {
display: inline-block;
position: absolute;
top: 0;
right: 0;
transform: translate(0, -100%);
}
.pricing-card .pricing-card-icon .icon {
background: var(--title-color);
height: 70px;
width: 70px;
line-height: 70px;
text-align: center;
display: inline-block;
padding: 0;
}
.pricing-card .pricing-card-icon .tag {
background: #bba35b;
text-align: center;
font-size: 10px;
font-weight: 500;
font-family: var(--title-font);
color: rgba(255, 255, 255, 0.6);
letter-spacing: 0.15em;
height: 16px;
line-height: 16px;
}
.pricing-card .pricing-card_price {
margin-bottom: 3px;
font-weight: 600;
font-size: 70px;
line-height: 1.228;
letter-spacing: -0.015em;
color: #bba35b;
display: inline-block;
position: relative;
padding-bottom: 15px; }
@media (max-width: 1299px) {
.pricing-card .pricing-card_price {
font-size: 60px;
}
}
.pricing-card .pricing-card_currency {
font-size: 40px;
font-weight: 600;
position: relative;
top: -25px; }
@media (max-width: 1299px) {
.pricing-card .pricing-card_currency {
top: -22px;
}
}
.pricing-card .pricing-card_duration {
position: absolute;
font-size: 18px;
color: var(--body-color);
bottom: 0;
right: 0;
font-weight: 500;
letter-spacing: normal;
}
.pricing-card .checklist li {
position: relative;
gap: 12px;
font-size: 18px;
margin-bottom: 15px;
}
.pricing-card .checklist li:last-child {
margin-bottom: 0;
}
.pricing-card .checklist li:before {
content: "";
position: relative;
width: 6px;
height: 6px;
background: #bba35b;
transition: 0.4s;
top: 10px;
}
.pricing-card .checklist li.unavailable {
color: var(--body-color);
}
.pricing-card .checklist li.unavailable:before {
background: var(--title-color);
opacity: 0.5;
}
.pricing-card .btn-with-icon {
color: var(--title-color);
}
.pricing-card:hover {
border: 2px solid #bba35b;
}
.pricing-card:hover .pricing-card-details {
background: var(--title-color);
}
.pricing-card:hover .checklist li {
color: var(--white-color);
}
.pricing-card:hover .checklist li.unavailable {
opacity: 0.5;
}
.pricing-card:hover .checklist li:before {
background: #bba35b;
opacity: 1;
}
@media (max-width: 375px) {
.pricing-card {
padding: 30px 35px;
}
.pricing-card .pricing-card-details {
padding: 20px;
}
}  .portfolio-card {
position: relative;
border-radius: 0px;
overflow: hidden;
padding-bottom: 30px;  }
.portfolio-card:after {
content: "";
position: absolute;
inset: 0 0 30px 0;
background: linear-gradient(190.47deg, rgba(2, 2, 18, 0) 5.21%, rgba(2, 2, 18, 0.8) 92.2%);
}
.portfolio-card .portfolio-card-thumb {
position: relative;
border-radius: 0px;
}
.portfolio-card .portfolio-card-thumb img {
border-radius: 0px;
width: 100%;
}
.portfolio-card .portfolio-card-thumb .icon-btn {
position: absolute;
right: 40px;
top: 0px;
background: var(--white-color);
color: #bba35b;
z-index: 1;
border-radius: 50%;
opacity: 0;
}
.portfolio-card .portfolio-card-details {
position: absolute;
z-index: 1;
bottom: -100px;
left: 0;
right: 0;
background: transparent;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 0;
padding: 60px;
flex-wrap: wrap;
transition: 0.4s;
opacity: 0;
gap: 30px;
}
.portfolio-card .portfolio-card-subtitle {
color: var(--white-color);
font-size: 14px;
font-weight: 500;
font-family: var(--title-font);
margin-bottom: 17px;
padding: 2px 10px;
display: inline-block;
text-transform: uppercase;
background: rgba(255, 255, 255, 0.29);
}
.portfolio-card .portfolio-card-title {
font-weight: 700;
font-size: 36px;
margin-bottom: 2px;
}
.portfolio-card .portfolio-card-title a {
color: var(--white-color);
}
.portfolio-card .portfolio-card-title a:hover {
color: #bba35b;
}
.portfolio-card .portofolio-card-text {
font-size: 16px;
font-weight: 400;
color: var(--white-color);
opacity: 0.9;
margin-bottom: -0.3em;
}
.portfolio-card .btn {
position: absolute;
right: 40px;
bottom: -32px;
z-index: 2;
opacity: 0;
transition: 0.4s;
border: 2px solid var(--white-color);
}
@media (max-width: 991px) {
.portfolio-card .portfolio-card-details {
padding: 40px;
}
}
@media (max-width: 767px) {
.portfolio-card .portfolio-card-details {
padding: 30px 30px 60px 30px;
}
.portfolio-card .portfolio-card-title {
font-size: 24px;
margin-bottom: 5px;
}
.portfolio-card .portfolio-card-thumb .icon-btn {
right: 30px;
}
.portfolio-card .btn {
right: auto;
left: 30px;
}
.portfolio-card .portfolio-card-thumb img {
height: 350px;
object-fit: cover;
}
}
.portfolio-slider1 .slick-current .portfolio-card { }
.portfolio-slider1 .slick-current .portfolio-card .portfolio-card-thumb .icon-btn {
opacity: 1;
top: 40px;
}
.portfolio-slider1 .slick-current .portfolio-card .portfolio-card-details {
bottom: 30px;
opacity: 1;
}
.portfolio-slider1 .slick-current .portfolio-card .btn {
opacity: 1;
bottom: 0;
}
@media (max-width: 767px) {
.portfolio-slider1 .slick-current .portfolio-card .portfolio-card-thumb .icon-btn {
top: 30px;
}
} .portfolio-card.style2 {
border-bottom: 1px solid rgba(21, 22, 28, 0.6);
transition: 0.4s;
padding-bottom: 0;
background: var(--smoke-color);
}
.portfolio-card.style2:after {
display: none;
}
.portfolio-card.style2 .portfolio-card-thumb {
position: relative;
}
.portfolio-card.style2 .portfolio-card-thumb:after {
content: "";
position: absolute;
inset: 0;
background: #bba35b;
opacity: 0;
transition: 0.4s;
}
.portfolio-card.style2 .portfolio-card-thumb .icon-btn {
background: var(--white-color);
border-radius: 0;
opacity: 0;
top: 50%;
right: 50%;
transform: translate(50%, calc(-50% - 20px));
}
.portfolio-card.style2 .portfolio-card-thumb .icon-btn:hover {
background: var(--title-color);
color: var(--white-color);
}
.portfolio-card.style2 .portfolio-card-thumb .portfolio-card-number {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
position: absolute;
top: 20px;
left: 20px;
background: var(--title-color);
text-align: center;
font-size: 18px;
color: rgba(255, 255, 255, 0.8);
transition: 0.4s;
}
.portfolio-card.style2 .portfolio-card-details {
position: initial;
opacity: 1;
padding: 0px 25px 25px;
display: block;
}
.portfolio-card.style2 .portfolio-card-subtitle {
background: #bba35b;
color: var(--white-color);
transform: translate(0, -50%);
margin-bottom: 12px;
}
.portfolio-card.style2 .portfolio-card-title {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 12px; }
.portfolio-card.style2 .portfolio-card-title a {
color: var(--title-color);
}
.portfolio-card.style2 .portfolio-card-title a:hover {
color: #bba35b;
}
@media (max-width: 1399px) {
.portfolio-card.style2 .portfolio-card-title {
font-size: 22px;
}
}
.portfolio-card.style2 .portofolio-card-text {
display: block;
color: var(--body-color);
opacity: 0.9;
margin-bottom: 20px;
}
.portfolio-card.style2:hover {
border-color: #bba35b;
}
.portfolio-card.style2:hover .portfolio-card-thumb:after {
opacity: 0.5;
}
.portfolio-card.style2:hover .portfolio-card-thumb .icon-btn {
opacity: 1;
transform: translate(50%, -50%);
}
.portfolio-card.style2:hover .portfolio-card-thumb .portfolio-card-number {
opacity: 0;
}
.portfolio-card.style2:hover .portfolio-card-title a {
color: #bba35b;
}
.portfolio-card.style2:hover .btn-with-icon {
color: var(--title-color);
} .portfolio-slider3 .global-carousel {
margin-right: -300px; }
.portfolio-slider3 .global-carousel .slick-slide.slick-current .portfolio-card .portfolio-card-thumb .icon-btn {
opacity: 1;
top: 40px;
}
.portfolio-slider3 .global-carousel .slick-slide.slick-current .portfolio-card .portfolio-card-details {
bottom: 30px;
opacity: 1;
}
.portfolio-slider3 .global-carousel .slick-slide.slick-current .portfolio-card .btn {
opacity: 1;
bottom: 0;
}
@media (max-width: 1199px) {
.portfolio-slider3 .global-carousel {
margin-right: -12px;
}
} .portfolio-card.style4 {
padding: 0; }
.portfolio-card.style4:after {
display: none;
}
.portfolio-card.style4 .portfolio-card-thumb img {
width: 100%;
}
.portfolio-card.style4 .portfolio-card-thumb .portfolio-card-number {
position: absolute;
top: 20px;
left: 20px;
background: var(--smoke-color5);
border-radius: 20px;
font-size: 15px;
font-weight: 600;
padding: 0 9px;
color: var(--body-color);
z-index: 1;
}
.portfolio-card.style4 .portfolio-card-details {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, calc(-50% - 20px));
padding: 0;
display: inline-block;
width: max-content;
height: fit-content;
}
.portfolio-card.style4 .portfolio-card-details .portfolio-card-subtitle {
font-size: 15px;
font-weight: 400;
text-transform: uppercase;
background: #bba35b;
margin-bottom: 5px;
}
.portfolio-card.style4 .portfolio-card-details .portfolio-card-title {
font-size: 24px;
font-weight: 600;
background: var(--white-color);
padding: 14px 55px 14px 30px;
margin-bottom: 0; }
.portfolio-card.style4 .portfolio-card-details .portfolio-card-title a {
color: var(--title-color);
}
.portfolio-card.style4 .portfolio-card-details .portfolio-card-title:hover a {
color: #bba35b;
}
@media (max-width: 991px) {
.portfolio-card.style4 .portfolio-card-details .portfolio-card-title {
font-size: 20px;
}
}
.portfolio-card.style4 .icon-btn {
position: absolute;
right: 0;
bottom: 0;
z-index: 1;
background: var(--white-color);
color: #bba35b;
}
.portfolio-card.style4 .icon-btn:hover {
background: #bba35b;
color: var(--white-color);
}
.portfolio-card.style4:hover .portfolio-card-details {
opacity: 1;
visibility: visible;
transform: translate(-50%, -50%);
}
@media (max-width: 375px) {
.portfolio-card.style4 .portfolio-card-details .portfolio-card-title {
padding: 14px 20px 14px 20px;
}
} .portfolio-card.style5 {
padding: 0;
position: relative; }
.portfolio-card.style5:after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(110.38deg, #15161C 11.12%, rgba(21, 22, 28, 0.1) 75.6%);
opacity: 0;
transition: 0.4s;
}
.portfolio-card.style5 .portfolio-card-details {
opacity: 1;
visibility: visible;
bottom: 0;
top: 0;
flex-wrap: wrap;
max-width: 420px;
padding: 40px;
}
.portfolio-card.style5 .portfolio-card-details .media-left {
margin-bottom: auto;
opacity: 0;
transform: translate(0, 30px);
transition: 0.4s;
}
.portfolio-card.style5 .portfolio-card-details .portfolio-card-title {
font-weight: 600;  }
@media (max-width: 1399px) {
.portfolio-card.style5 .portfolio-card-details .portfolio-card-title {
font-size: 30px;
}
}
@media (max-width: 1199px) {
.portfolio-card.style5 .portfolio-card-details .portfolio-card-title {
font-size: 24px;
}
}
.portfolio-card.style5 .btn-group {
flex: none;
margin-top: auto;
}
.portfolio-card.style5 .btn {
position: relative;
border: 0;
right: auto;
bottom: auto;
left: auto;
transform: translate(0, -30px);
}
.portfolio-card.style5:hover:after {
opacity: 1;
}
.portfolio-card.style5:hover .portfolio-card-details .media-left {
transform: none;
opacity: 1;
}
.portfolio-card.style5:hover .btn {
opacity: 1;
transform: none;
}
@media (max-width: 1199px) {
.portfolio-card.style5 .portfolio-card-details {
max-width: 350px;
padding: 30px;
}
.portfolio-card.style5 .btn {
padding: 15px 30px;
}
} .project-page-thumb {
position: relative;
}
.project-page-thumb .sidebar-area {
position: absolute;
right: 0;
bottom: -40px; }
@media (max-width: 991px) {
.project-page-thumb .sidebar-area {
position: initial;
}
}  .slider__marquee {
overflow: hidden;
margin: 0;
margin-bottom: -0.5em;
}
.slider__marquee .item {
display: inline-flex;
margin-right: 40px;
}
.slider__marquee .item a {
font-size: 75px;
font-weight: 900;
font-family: var(--title-font);
color: var(--title-color);
display: inline-flex;
align-items: center; }
.slider__marquee .item a img {
margin-right: 37px;
margin-top: -8px;
}
.slider__marquee .item a span {
display: inline-block;
line-height: 1;
}
.slider__marquee .item a span.text-stroke {
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px var(--title-color);
}
@media (max-width: 1199px) {
.slider__marquee .item a {
font-size: 60px;
}
.slider__marquee .item a img {
margin-top: 0;
}
}  .appointment-area-1 {
position: relative;
z-index: 1;
}
.appointment-area-1 .appointment-thumb-1 {
position: absolute;
right: 0;
bottom: 0;
top: 0;
z-index: -1;
max-width: 70%;
}
.appointment-area-1 .appointment-thumb-1 img {
border-radius: 5px 0 0 5px;
height: 100%;
object-fit: cover;
}
.appointment-form-wrap {
padding: 60px;
border-radius: 5px;
margin: 80px 0; }
@media (max-width: 575px) {
.appointment-form-wrap {
padding: 50px 30px;
}
} .appointment-area-2 {
position: relative;
background-size: cover;
}
.appointment-area-2 .appointment-form-wrap {
margin: 0;
}
.appointment-area-2 .appointment-thumb-2 {
position: absolute;
bottom: 0;
} @media (max-width: 375px) {
.appointment-area-2 .appointment-form-wrap .form-group {
margin-bottom: 15px;
}
}  .process_shape_1-1 {
width: 375px;
height: 64px;
background: #bba35b;
top: 0;
right: 30%;
clip-path: polygon(0 0, 100% 0%, calc(100% - 75px) 100%, 0% 100%);
z-index: 1;
}
.process_shape_1-2 {
width: 315px;
height: 43px;
background: #bba35b;
bottom: 0;
left: -10%;
clip-path: polygon(0 0, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
z-index: 1;
}
.process_shape_1-3 {
z-index: 1;
}
.process-card-wrap {
margin-top: -130px;
margin-bottom: 130px;
transform: translate(0, 130px);
position: relative;
z-index: 2;
}
.process-card {
background: var(--white-color);
padding: 30px 30px 40px;
box-shadow: 0px 4px 18.4px rgba(0, 0, 0, 0.1);
transition: 0.4s;
position: relative;
}
.process-card:after {
content: "";
position: absolute;
inset: 0;
border: 2px solid;
border-image: linear-gradient(180deg, #bba35b, transparent) 1;
transition: 0.4s;
opacity: 0;
}
.process-card .process-card-number {
display: flex;
gap: 10px;
align-items: center;
font-size: 30px;
font-weight: 600;
font-family: var(--title-font);
color: rgba(0, 0, 0, 0.12);
}
.process-card .process-card-number span {
display: inline-block;
background: var(--title-color);
width: 42px;
height: 48px;
line-height: 48px;
color: var(--white-color);
font-size: 20px;
text-align: center;
transition: 0.4s;
}
.process-card .process-card-title {
font-size: 24px;
font-weight: 600;
margin-top: 35px;
margin-bottom: 15px;   }
@media (max-width: 1399px) {
.process-card .process-card-title {
font-size: 22px;
}
}
@media (max-width: 991px) {
.process-card .process-card-title {
font-size: 26px;
}
}
@media (max-width: 767px) {
.process-card .process-card-title {
font-size: 22px;
}
}
.process-card .process-card-text {
font-size: 18px;
font-weight: 400;
font-family: var(--title-font);
margin-bottom: -0.5em;
}
.process-card.process-card-center {
margin-top: 77px;
}
.process-card:hover {
box-shadow: 0px 4px 18.4px rgba(234, 85, 1, 0.2);
}
.process-card:hover:after {
opacity: 1;
}
.process-card:hover .process-card-number span {
background: #bba35b;
} .process_shape_2-1 { }
@media (max-width: 1500px) {
.process_shape_2-1 {
display: none;
}
}
.process-grid-list {
position: relative;
}
.process-grid-list .process-grid-list-bg-text {
font-size:90px;
font-weight: 600;
color: var(--title-color);
font-family: var(--title-font);
letter-spacing: -0.015em;
text-transform: uppercase;
opacity: 0.03;
transform: rotate(-90deg) translate(50%, -100%);
position: absolute;
top: 50%;
right: 0;
transform-origin: right top;
z-index: -1;     }
@media (max-width: 1399px) {
.process-grid-list .process-grid-list-bg-text {
font-size: 210px;
}
}
@media (max-width: 1199px) {
.process-grid-list .process-grid-list-bg-text {
font-size: 180px;
}
}
@media (max-width: 991px) {
.process-grid-list .process-grid-list-bg-text {
font-size: 250px;
}
}
@media (max-width: 767px) {
.process-grid-list .process-grid-list-bg-text {
font-size: 200px;
}
}
@media (max-width: 575px) {
.process-grid-list .process-grid-list-bg-text {
display: none;
}
}
.process-grid-list .process-grid {
--left-space: 50px;  }
.process-grid-list .process-grid ~ .process-grid {
margin-left: var(--left-space);
}
.process-grid-list .process-grid ~ .process-grid ~ .process-grid {
margin-left: calc(var(--left-space) * 2);
}
.process-grid-list .process-grid ~ .process-grid ~ .process-grid ~ .process-grid {
margin-left: calc(var(--left-space) * 3);
}
@media (max-width: 1399px) {
.process-grid-list .process-grid {
--left-space: 40px;
}
}
@media (max-width: 1199px) {
.process-grid-list .process-grid {
--left-space: 0px;
}
}
.process-grid-list.style2 .process-grid-list-bg-text {
font-size: 180px;
}
.process-grid {
display: flex;
gap: 30px;
align-items: center; }
.process-grid:not(:last-child) {
margin-bottom: 60px;
}
.process-grid .process-grid-number {
flex: none;
font-size: 80px;
font-weight: 600;
font-family: var(--title-font);
margin-bottom: 0;
line-height: 1;
opacity: 0.06;
letter-spacing: -0.015em;
position: relative;
transition: 0.4s;
color: var(--title-color);
padding-left: 17px;
margin-top: -0.3em;
}
.process-grid .process-grid-number:after {
content: "";
position: absolute;
bottom: -15px;
left: 0;
width: 40px;
height: 50px;
background: #bba35b;
opacity: 0.1;
z-index: -1;
}
.process-grid .process-grid-title {
font-size: 20px;
font-weight: 600;
font-family: var(--title-font);
text-transform: inherit;
margin-bottom: 12px;
}
.process-grid .process-grid-text {
margin-bottom: -0.3em;
max-width: 357px;
}
.process-grid:hover .process-grid-number {
opacity: 1;
color: #bba35b;
}
@media (max-width: 575px) {
.process-grid {
flex-wrap: wrap;
gap: 20px;
}
.process-grid .process-grid-number {
font-size: 60px;
padding-left: 0;
}
.process-grid:not(:last-child) {
margin-bottom: 50px;
}
} .product-area-1 {
padding-bottom: 295px; }
@media (max-width: 991px) {
.product-area-1 {
padding-bottom: 255px;
}
}
.product-card {
transition: all ease 0.4s;
border-radius: 0px;
background: transparent;
text-align: center;
}
.product-card .product-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 7px;
}
.product-card .product-title a {
color: inherit;
}
.product-card .product-title a:hover {
color: #bba35b;
}
.product-card .price {
display: block;
color: #bba35b;
font-weight: 600;
font-size: 22px;
font-family: var(--title-font);
margin-bottom: -0.3em;
}
.product-card .price del {
margin-right: 10px;
font-size: 18px;
font-weight: 500;
color: var(--body-color);
}
.product-card .product-img {
--space: 20px;
background-color: var(--smoke-color);
overflow: hidden;
position: relative;
text-align: center;
padding: 30px;
border-radius: 0px;
z-index: 2;
}
.product-card .product-img img {
width: 100%;
transition: all ease 0.4s;
transform: scale(0.9);
}
.product-card .star-rating {
font-size: 14px;
color: #bba35b;
display: block;
margin-bottom: 3px;
}
.product-card .product-content {
padding: 20px 0px 0px;
}
.product-card .tag {
position: absolute;
left: 20px;
top: 20px;
display: flex;
gap: 5px;
flex-wrap: wrap;
width: min-content;
}
.product-card .tag span {
display: block;
}
.product-card .offer-tag,
.product-card .product-tag {
height: 30px;
font-size: 18px;
font-weight: 400;
font-family: var(--title-font);
background-color: #E1E1E1;
line-height: 31px;
color: var(--title-color);
border-radius: 50px;
padding: 0 10px;
min-width: 55px;
}
.product-card .offer-tag {
background: #bba35b;
color: var(--white-color);
}
.product-card .link-btn {
font-size: 16px;
font-weight: 700;
color: var(--title-color);
letter-spacing: 1px;
margin-top: 20px;
}
.product-card .link-btn:before {
background: var(--title-color);
}
.product-card .actions {
height: 100%;
position: absolute;
left: 0;
top: 50%;
right: 0;
text-align: center;
transform: translateY(-50%);
background-color: rgba(14, 18, 29, 0.7);
z-index: 3;
margin-top: 0;
opacity: 0;
visibility: hidden;
transition: 0.4s ease-in-out;
display: flex;
justify-content: center;
align-items: center;
}
.product-card .actions .icon-btn {
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.product-card .actions .icon-btn:hover {
background: var(--white-color);
color: #bba35b;
}
.product-card .actions > * {
margin: 0 var(--icon-gap-x, 5px);
}
.product-card .actions > * > a {
margin: 0;
}
.product-card .icon-btn {
transform: translateY(30px);
transition: 0.4s ease-in-out;
}
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
}
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
position: relative;
top: 0;
left: 0;
line-height: inherit;
margin: 0;
font-size: 24px;
}
.product-card .tinv-wishlist a {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
background-color: var(--white-color);
color: var(--title-color);
border-radius: 50%;
}
.product-card .tinv-wishlist a:hover {
background-color: #bba35b;
color: var(--white-color);
}
.product-card .add_to_cart_button.added {
display: none;
}
.product-card .added_to_cart {
width: 40px;
height: 40px;
line-height: 40px;
background-color: #bba35b;
color: var(--white-color);
font-size: 0;
text-align: center;
border-radius: 10px;
}
.product-card .added_to_cart:after {
content: "\f07a";
position: relative;
font-family: var(--icon-font);
font-size: 16px;
font-weight: 700;
}
.product-card .added_to_cart:hover {
background-color: var(--title-color);
color: var(--white-color);
}
.product-card .action-btn {
background-color: var(--white-color);
font-size: 14px;
font-family: var(--title-font);
text-transform: uppercase;
font-weight: bold;
display: inline-block;
padding: 13px 25px;
}
.product-card:hover .product-img img {
transform: scale(1);
}
.product-card:hover .product-img:before {
visibility: visible;
opacity: 0.7;
}
.product-card:hover .actions {
margin-top: 0;
opacity: 1;
visibility: visible;
}
.product-card:hover .icon-btn {
transform: translateY(0);
}
.product-card .media {
display: flex;
margin-top: 21px;
margin-bottom: 6px;
}
.product-card .media .media-body {
text-align: right;
}
.product-card.list-view {
display: flex;
text-align: start;
height: 100%;
border: 1px solid var(--border-color);
border-radius: 0;
align-items: center; }
@media (max-width: 375px) {
.product-card.list-view {
flex-wrap: wrap;
}
}
.product-card.list-view .product-img {
width: 100%;
max-width: 213px;
margin: 0; }
@media (max-width: 375px) {
.product-card.list-view .product-img {
padding: 10px 10px 20px;
}
}
.product-card.list-view .star-rating {
width: 93px;
}
.product-card.list-view .product-content {
flex: 1;
border-left: none;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 25px 20px 25px 0; }
@media (max-width: 375px) {
.product-card.list-view .product-content {
padding: 0 25px 25px 25px;
}
}
.product-card.list-view .actions {
--btn-size: 35px;
--btn-font-size: 13px;
--icon-gap-x: 2px;
}
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
width: 35px;
height: 35px;
line-height: 35px;
}
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
font-size: 20px;
}
.product-card.list-view .tinv-wishlist a {
width: 35px;
height: 35px;
line-height: 35px;
}
.product-card.list-view .added_to_cart {
width: 35px;
height: 35px;
line-height: 35px;
}
.product-card.list-view .added_to_cart:after {
font-size: 16px;
}
.product-card.list-view .action-btn {
padding: 8px 15px;
}
.product-card.list-view .product-title {
font-size: 26px;
margin: 0 0 5px 0;
}
.product-card.list-view .product-price {
font-size: 14px;
}
#productCarousel .slick-arrow {
top: 37.5%;
}
.mfp-content {
margin: 1.5rem auto;
}
.mfp-content .product-details-img {
padding-top: 15px;
}
.mfp-content .product-about {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-content .container {
position: relative;
}
.mfp-content .product-big-img {
margin-top: 15px;
margin-bottom: 15px;
}
.mfp-fade.mfp-bg {
opacity: 0;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
display: none;
}
.woosq-product > .product > div {
height: auto;
}
.shop-sort-bar {
padding: 0;
margin: 0 0 24px 0;
}
.shop-sort-bar .row {
--bs-gutter-x: 0;
--bs-gutter-y: 15px;
}
.shop-sort-bar .single-select,
.shop-sort-bar select {
height: 50px;
line-height: 50px;
padding: 0 30px;
border: 1px solid #F4F4F4;
background-color: #F4F4F4;
width: fit-content;
min-width: 200px;
font-size: 16px;
margin: 0;
border-radius: 0px;
color: var(--body-color);
background-image: none;
}
.shop-sort-bar .woocommerce-result-count {
margin-bottom: 0;
color: var(--body-color);
}
.shop-sort-bar .nav a {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
border: 1px solid var(--border-color);
background-color: var(--white-color);
text-align: center;
position: relative;
font-family: var(--title-font);
font-weight: 600;
font-size: 16px;
text-transform: capitalize;
color: var(--body-color);
margin: 0 0 0 10px;
}
.shop-sort-bar .nav a.active, .shop-sort-bar .nav a:hover {
color: #bba35b;
}
.product-thumb-area {
position: relative;
}
.product-thumb-area .product-thumb-tab {
position: absolute;
bottom: 50px;
left: 0;
}
.product-thumb-tab {
--thumb: 87px;
--gap: 0px;
position: relative;
z-index: 3;
display: inline-flex;
border-radius: 20px;
align-items: end;
justify-content: center;
width: 100%;
}
.product-thumb-tab .tab-btn {
background-color: var(--white-color);
cursor: pointer;
height: var(--thumb);
width: var(--thumb);
padding: var(--gap);
border-radius: 20px;
}
.product-thumb-tab .tab-btn img {
max-width: 100%;
width: 100%;
border-radius: inherit;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
margin-right: 15px;
}
.product-big-img {
background-color: var(--smoke-color);
text-align: center;
border-radius: 0px;
position: relative;
}
.product-big-img .img {
width: 100%;
border-radius: 20px;
}
.product-big-img .img img {
border-radius: 0px;
object-fit: cover;
}
.product-big-img .add_to_wishlist {
position: absolute;
top: 48px;
right: 48px;
}
.product-thumb,
.product-big-img {
text-align: center;
border-radius: 0px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.product-thumb .img img,
.product-big-img .img img {
object-fit: cover;
border-radius: 0px;
}
.product-thumb .add_to_wishlist,
.product-big-img .add_to_wishlist {
position: absolute;
top: 48px;
right: 48px;
color: #bba35b;
}
.product-thumb .add_to_wishlist:hover i,
.product-big-img .add_to_wishlist:hover i {
font-weight: 700;
}
.product-thumb .product-tag,
.product-big-img .product-tag {
height: 25px;
font-size: 14px;
font-weight: 500;
background-color: #bba35b;
line-height: 25px;
color: var(--white-color);
border-radius: 5px;
position: absolute;
padding: 0 10px;
top: 23px;
left: 23px;
z-index: 9;
}
.quantity {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.quantity > .screen-reader-text {
display: inline-block;
font-weight: 600;
color: var(--title-color);
font-family: var(--title-font);
margin: 0;
align-self: center;
margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
display: inline-block;
width: 50px;
height: 50px;
border: none;
border-right: none;
background-color: transparent;
padding: 0;
border-radius: 0;
text-align: center;
color: var(--body-color);
font-size: 18px;
font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
border-right: none;
}
.quantity .qty-btn {
font-size: 16px;
}
.product_meta {
font-weight: 700;
font-size: 16px;
font-family: var(--body-font);
margin: 35px 0 0 0;
}
.product_meta > span {
display: block;
margin-bottom: 5px;
color: var(--title-color);
font-weight: 600;
}
.product_meta > span:last-child {
margin-bottom: 0;
}
.product_meta > span a {
color: inherit;
}
.product_meta > span a:hover {
color: #bba35b;
}
.product_meta > span > a,
.product_meta > span > span {
position: relative;
color: var(--body-color);
font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
content: ",";
margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
margin-left: 7px;
}
.product-tab-area {
margin-top: 60px;
}
.product-tab-style1 {
border-bottom: 2px solid #EFEFEF;
margin: 0px auto 40px auto;
padding-bottom: 20px;
justify-content: center;
gap: 30px;
}
.product-tab-style1 .nav-link {
background-color: transparent;
color: var(--title-color);
padding: 0;
font-size: 16px;
font-weight: 600;
font-family: var(--title-font);
position: relative;
text-transform: uppercase;
}
.product-tab-style1 .nav-link:after {
content: "";
height: 2px;
background: #bba35b;
width: 0;
left: 0;
bottom: -22px;
position: absolute;
transition: 0.4s all;
}
.product-tab-style1 .nav-link:hover, .product-tab-style1 .nav-link.active {
color: #bba35b;
}
.product-tab-style1 .nav-link:hover:after, .product-tab-style1 .nav-link.active:after {
width: 100%;
}
.woocommerce-table {
margin-bottom: 0;
}
.woocommerce-Reviews .comments-wrap {
padding: 0;
box-shadow: none;
}
.woocommerce-Reviews .comment-form {
background-color: transparent;
box-shadow: none;
margin-bottom: 0;
margin-top: var(--blog-space-y, 30px);
}
.woocommerce-Reviews .comment-form input,
.woocommerce-Reviews .comment-form .form-control {
background-color: var(--white-color);
}
.woocommerce-Reviews .comment-form .blog-inner-title {
margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0 24px;
margin-bottom: 40px;
}
.woocommerce-Reviews .post-comment {
padding: 40px !important;
margin-bottom: 24px;
background: var(--white-color);
border: 0 !important;
margin-bottom: 0;
}
.woocommerce-Reviews .post-comment .name {
margin-bottom: 3px;
}
.woocommerce-Reviews .post-comment .commented-on {
margin-bottom: 12px;
}
.woocommerce-Reviews .post-comment .text {
margin-bottom: -0.5em;
} @media (max-width: 1199px) {
.woocommerce-Reviews .post-comment {
padding: 30px !important;
}
} @media (max-width: 991px) {
.woocommerce-Reviews .comment-list {
grid-template-columns: repeat(1, 1fr);
}
} @media (max-width: 575px) {
.woocommerce-Reviews .comment-form {
padding: 40px 20px;
}
}
.product-inner-list > ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.product-inner-list li {
position: relative;
padding-left: 15px;
}
.product-inner-list li:before {
content: "-";
position: absolute;
left: 0;
}
.share-title {
font-size: 16px;
font-weight: 600;
color: var(--title-color);
margin-bottom: 8px;
}
.share-title i {
color: #bba35b;
}
.product-slider-wrap {
background-color: var(--smoke-color3);
text-align: center;
border-radius: 6px;
height: 100%;
padding: 0 0 50px;
}
.product-slider-wrap .product-thumb {
padding-top: 100px;
}
.product-slider-wrap .product-indicator {
display: inline-flex;
gap: 15px;
margin-top: 40px;
}
.product-slider-wrap .product-indicator .indicator-btn {
z-index: 99;
position: relative;
background-color: rgb(255, 255, 255);
border-radius: 6px;
width: 87px;
height: 87px;
display: inline-block;
line-height: 85px;
cursor: pointer;
border: 1px solid var(--white-color);
}
.product-slider-wrap .product-indicator .indicator-btn.active {
border: 1px solid #bba35b;
}
.product-slider-wrap .product-indicator .indicator {
display: none;
}
.summary-content .product-title,
.product-about .product-title {
margin: -0.2em 0 15px 0;
font-weight: 600;
font-size: 36px; }
@media (max-width: 767px) {
.summary-content .product-title,
.product-about .product-title {
font-size: 32px;
margin: -0.2em 0 10px 0;
}
}
.summary-content > .price,
.product-about > .price {
font-size: 40px;
font-weight: 600;
color: #bba35b;
display: block;
margin-bottom: 25px;
margin-right: 10px;
font-family: var(--title-font);
line-height: 1; }
.summary-content > .price del,
.product-about > .price del {
color: var(--body-color);
font-weight: 600;
font-size: 24px;
margin-left: 5px;
}
@media (max-width: 767px) {
.summary-content > .price,
.product-about > .price {
font-size: 30px;
margin-bottom: 20px;
}
.summary-content > .price del,
.product-about > .price del {
font-size: 22px;
}
}
.summary-content .checklist li img, .summary-content .checklist li i, .summary-content .checklist li svg,
.product-about .checklist li img,
.product-about .checklist li i,
.product-about .checklist li svg {
margin-top: 0;
}
.summary-content .product-rating,
.product-about .product-rating {
display: inline-flex;
gap: 5px;
align-items: center;
position: relative;
top: 2px;
font-size: 16px;
line-height: 20px;
padding: 0 0 0 0;
margin: 0 0 0 0;
margin-bottom: 25px;
}
.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
font-size: 12px;
margin-right: 8px;
color: var(--yellow-color);
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
margin: 30px 0 40px 0;
}
.summary-content .checklist li,
.product-about .checklist li {
font-weight: 400;
}
.summary-content .actions,
.product-about .actions {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin: 33px 0 27px 0;
align-items: center;
}
.summary-content .actions .btn,
.product-about .actions .btn {
padding: 18px 30px;
}
.summary-content .actions .btn .btn-icon,
.product-about .actions .btn .btn-icon {
padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
border-color: var(--border-color);
}
.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
background-color: #bba35b;
color: var(--white-color);
border-color: #bba35b;
}
.summary-content .share,
.product-about .share {
margin-top: 25px;
}
.summary-content .social-btn a,
.product-about .social-btn a {
--icon-size: 40px;
line-height: 38px;
font-size: 14px;
border: 1px solid var(--border-color);
border-radius: 0;
}
.summary-content .social-btn a:hover,
.product-about .social-btn a:hover {
border-color: #bba35b;
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
border-radius: 10px;
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
position: relative;
top: 0;
left: 0;
line-height: inherit;
margin: 0;
font-size: 24px;
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 0;
}
.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
background-color: #bba35b;
color: var(--white-color);
}
.summary-content .quantity,
.product-about .quantity {
position: relative;
background: var(--smoke-color);
border-radius: 0px;
margin-right: 0px;
border: 1px solid var(--border-color);
height: 50px;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
width: 50px;
height: 50px;
background-color: transparent;
color: var(--title-color);
text-align: center;
font-weight: 500;
border-left: 1px solid var(--border-color);
border-right: 1px solid var(--border-color);
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
color: var(--title-color);
background-color: transparent;
right: 21px;
border: none;
line-height: 50px;
}
.product-details .comments-wrap {
margin-top: 0;
}
.product-details .border-title {
position: relative;
padding-bottom: 20px;
margin-bottom: 40px;
}
.product-details .border-title:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 80px;
background-color: #bba35b;
}
.product-inner-title {
font-size: 32px;
border-bottom: 1px solid var(--border-color);
padding: 0 0 7px 0;
margin: 0 0 30px 0;
}
.related-product-wrapper {
padding-top: 115px;
}
.woosq-product .thumbnails img {
padding: 10px;
}
.woosq-product .thumbnails .slick-dots {
bottom: auto;
margin-top: 30px;
}
.woosq-product .thumbnails .slick-dots li ~ li {
margin-left: 5px;
}
.woosq-product .thumbnails .slick-dots li button {
background: #bba35b;
position: relative;
}
.woosq-product .thumbnails .slick-dots li button:before {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #fff;
top: 14px;
left: 14px;
}
#woosq-popup .single-product .product .tinvwl-shortcode-add-to-cart {
display: none;
}
.mfp-woosq .mfp-close {
width: 44px;
height: 44px;
line-height: initial;
} @media (max-width: 1399px) {
.product.list-view .product-img {
max-width: 150px;
}
.woocommerce-Reviews .post-comment {
display: block;
}
.woocommerce-Reviews .post-comment .comment-avater img {
width: auto;
margin: 0 0 30px;
}
} @media (max-width: 1299px) {
.product-thumb-tab {
--thumb: 100px;
margin-left: -40px;
}
.product-thumb-area {
margin-right: 0;
}
} @media (max-width: 1199px) {
.shop-sort-bar select {
min-width: auto;
}
.summary-content,
.product-about {
padding-left: 0;
margin-top: 35px;
}
.summary-content .actions, .product-about .actions {
margin: 0;
}
.product-slider-wrap .product-indicator .indicator-btn {
width: 70px;
height: 70px;
line-height: 70px;
}
.product-slider-wrap {
padding: 0 0 30px;
}
} @media (max-width: 991px) {
.product-thumb-tab {
margin-left: -10px;
}
.product-box.list-view .product-img {
max-width: 150px;
}
.shop-sort-bar .row {
--bs-gutter-x: 20px;
}
.shop-sort-bar .nav a:last-child {
margin-right: 0;
padding-right: 0;
}
.shop-sort-bar .nav a:last-child:before {
display: none;
}
.woosq-product > .product .thumbnails {
max-height: 400px;
min-height: 200px;
padding: 10px;
}
.woocommerce-Reviews .comment-item ~ .comment-item {
margin-top: 20px;
}
} @media (max-width: 767px) {
.shop-sort-bar {
text-align: center;
}
.shop-sort-bar .nav {
justify-content: center;
}
.shop-sort-bar .single-select,
.shop-sort-bar select {
margin: 0 auto;
width: 100%;
}
.shop-sort-bar .woocommerce-result-count {
padding-left: 0;
}
.product-box.list-view .product-img {
max-width: 130px;
}
.product-box.list-view .actions {
--btn-size: 30px;
--btn-font-size: 10px;
--icon-gap-x: 2px;
}
} @media (max-width: 575px) {
.product-about .actions {
gap: 15px 15px;
}
.product-thumb-tab {
--thumb: 74px;
--gap: 6px;
}
.product-thumb-tab .tab-btn {
border-radius: 6px;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
margin-bottom: 10px;
}
.product-thumb-tab .indicator {
border-radius: 6px;
}
.product-big-img {
padding: 15px;
}
.summary-content > .price, .product-about > .price {
font-size: 24px;
}
.product-tab-area {
margin-top: 40px;
}
.product-tab-style1 {
border: 0;
gap: 15px;
}
.product-tab-style1 .nav-link:after {
bottom: -4px;
}
} @media (max-width: 375px) {
.product.list-view .product-img {
max-width: 130px;
}
.product-slider-wrap .product-indicator .indicator-btn {
width: 60px;
height: 60px;
line-height: 60px;
}
.product-slider-wrap .product-indicator {
gap: 10px;
}
.summary-content .product-title, .product-about .product-title {
font-size: 28px;
}
}
.product-intro-card {
display: flex;
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
border-radius: 20px;
overflow: hidden;   }
@media (max-width: 1199px) {
.product-intro-card {
flex-wrap: wrap;
}
}
@media (max-width: 991px) {
.product-intro-card {
flex-wrap: nowrap;
}
}
@media (max-width: 375px) {
.product-intro-card {
flex-wrap: wrap;
}
}
.product-intro-card .intro-card-details {
padding: 80px 0 80px 36px;  }
@media (max-width: 1199px) {
.product-intro-card .intro-card-details {
padding-bottom: 0;
}
}
@media (max-width: 991px) {
.product-intro-card .intro-card-details {
padding: 50px 30px 0;
}
}
.product-intro-card .intro-card-img {
align-self: flex-end;
}
.product-intro-card .intro-card-subtitle {
color: #bba35b;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 18px;
}
.product-intro-card .intro-card-title {
font-size: 36px;
font-weight: 800;
line-height: 1;
margin-bottom: 22px; }
@media (max-width: 1399px) {
.product-intro-card .intro-card-title {
font-size: 30px;
}
}
.product-intro-card .intro-card-title a {
color: var(--title-color);
}
.product-intro-card .intro-card-title a:hover {
color: #bba35b;
}
.product-intro-card .btn {
font-size: 14px;
font-weight: 700;
padding: 9px 10px;
border-color: #E1E1E1;
}
.product-intro-card .btn i {
font-size: 12px;
}
.product-intro-card .intro-card-img {
align-self: flex-end;
flex: none;
margin-left: -100px;  }
@media (max-width: 1399px) {
.product-intro-card .intro-card-img {
margin-left: 0;
}
}
@media (max-width: 1199px) {
.product-intro-card .intro-card-img {
margin-left: auto;
}
}
.product-intro-card.style2 {
display: block; }
.product-intro-card.style2 .intro-card-details {
padding: 60px 90px 80px 55px; }
@media (max-width: 1199px) {
.product-intro-card.style2 .intro-card-details {
padding: 65px 30px 80px 36px;
}
}
.product-intro-card.style2 .intro-card-img {
margin-left: 0;
width: 100%;
}
@media (max-width: 1199px) {
.product-intro-card.style2 .intro-card-img {
text-align: end;
}
.product-intro-card.style2 .intro-card-details {
padding-top: 0;
padding-bottom: 50px;
}
}
.product-intro-card.style3 {
align-items: center;  }
.product-intro-card.style3 .intro-card-img {
margin-left: 0;
}
.product-intro-card.style3 .intro-card-details {
padding: 60px 30px 60px 20px;
}
@media (max-width: 1199px) {
.product-intro-card.style3 {
display: flex;
}
}
@media (max-width: 767px) {
.product-intro-card.style3 {
flex-direction: column-reverse;
align-items: flex-start;
}
.product-intro-card.style3 .intro-card-details {
padding: 50px 30px 0px 30px;
}
.product-intro-card.style3 .intro-card-img {
margin-left: 0;
margin-right: auto;
}
} .woocommerce-cart-form {
text-align: center;
}
.cart_table {
border: 1px solid #eaf0f2;
margin-bottom: 45px;
}
.cart_table thead {
background-color: #ecf0f1;
}
.cart_table thead th {
border: none !important;
}
.cart_table td:before,
.cart_table th {
font-family: var(--title-font);
color: var(--title-color);
font-weight: 600;
border: none;
padding: 27px 15px;
}
.cart_table td:before {
content: attr(data-title);
position: absolute;
left: 15px;
top: 50%;
vertical-align: top;
padding: 0;
transform: translateY(-50%);
display: none;
}
.cart_table td {
border: none;
border-bottom: 1px solid #f3f3f3;
color: #8b8b8b;
padding: 20px 10px;
position: relative;
vertical-align: middle;
}
.cart_table .product-quantity {
color: var(--title-color);
}
.cart_table .product-quantity input {
position: relative;
top: -2px;
}
.cart_table .cart-productname {
font-weight: 400;
font-family: var(--body-font);
color: var(--body-color);
}
.cart_table .cart-productimage {
display: inline-block;
border: 0px solid var(--smoke-color);
}
.cart_table .remove {
color: #bba35b;
font-size: 18px;
}
.cart_table .quantity {
display: inline-flex;
align-items: center;
}
.cart_table .qty-btn {
border: 2px solid var(--smoke-color2) !important;
background-color: transparent;
color: var(--body-color);
padding: 0;
width: 30px;
height: 30px;
line-height: 26px;
font-size: 12px;
border-radius: 4px;
}
.cart_table .qty-btn:hover {
background-color: #bba35b;
color: var(--white-color);
border-color: #bba35b !important;
}
.cart_table .qty-input {
vertical-align: middle;
border: 2px solid var(--smoke-color2);
width: 70px;
height: 30px;
font-size: 14px;
text-align: center;
color: var(--title-color);
font-weight: 600;
margin: 0 10px;
border-radius: 4px;
padding: 0; }
.cart_table .qty-input::-moz-placeholder {
color: var(--title-color);
}
.cart_table .qty-input::-webkit-input-placeholder {
color: var(--title-color);
}
.cart_table .qty-input:-ms-input-placeholder {
color: var(--title-color);
}
.cart_table .qty-input::placeholder {
color: var(--title-color);
}
.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.cart_table .qty-input[type=number] {
-moz-appearance: textfield;
}
.cart_table .actions {
text-align: right;
vertical-align: middle;
}
.cart_table .actions > .btn {
font-size: 16px;
padding: 20px 28px;
margin-right: 15px;
}
.cart_table .actions > .btn:last-child {
margin-right: 0;
}
.cart_totals {
border: 1px solid #ecf0f1;
}
.cart_totals th,
.cart_totals td {
vertical-align: top;
padding: 20px 20px;
border: none;
border-bottom: 1px solid #ecf0f1;
font-size: 16px;
color: var(--title-color);
width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
width: 45%;
background-color: #f9fbfb;
font-weight: 600;
font-size: 16px;
color: #333333;
} @media (max-width: 991px) {
.cart_table th {
padding: 23px 8px;
font-size: 14px;
}
.cart_table .cart-productname {
font-size: 14px;
}
.cart_table .actions {
text-align: center;
}
} @media (max-width: 767px) {
.cart_table {
text-align: left;
min-width: auto;
border-collapse: separate;
border-spacing: 0 20px;
border: none;
}
.cart_table thead {
display: none;
}
.cart_table td {
padding: 15px;
display: block;
width: 100%;
padding-left: 25%;
text-align: right;
border: 1px solid #f3f3f3;
border-bottom: none;
}
.cart_table td::before {
display: block;
}
.cart_table td:last-child {
border-bottom: 1px solid #f3f3f3;
}
.cart_table td.actions {
padding-left: 15px;
text-align: center;
}
.cart_table td.actions > .btn {
margin-top: 10px;
margin-right: 0;
display: block;
width: max-content;
margin-left: auto;
margin-right: auto;
}
.cart_table td.actions > .btn:last-child {
margin-right: auto;
}
.cart_totals th,
.cart_totals td {
padding: 15px 10px;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
width: 17%;
line-height: 1.4;
}
} .shipping-area {
background: var(--white-color);
box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 60px;  }
@media (max-width: 767px) {
.shipping-area {
padding: 40px;
}
}
@media (max-width: 575px) {
.shipping-area {
padding: 30px;
}
}
.checkout-form input[type=radio] ~ label::before {
position: relative;
display: inline-block;
margin-right: 15px;
}
.checkout-form input[type=radio] ~ label {
padding-left: 0;
}
.checkout-form .footer-currency {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 40px;
}
.checkout-form .footer-currency a {
border-radius: 5px;
border: 1px solid var(--border-color);
display: block;
}
.checkout-form .footer-currency a:hover {
border-color: #bba35b;
} .tinv-wishlist input[type=checkbox] {
display: inline-block;
opacity: 1;
visibility: visible;
vertical-align: middle;
width: auto;
height: auto;
}
.tinv-wishlist .tinv-header {
margin-top: -0.8rem;
}
.tinv-wishlist .cart-empty {
padding: 12px 25px;
background-color: #eee;
border-radius: 5px;
font-weight: 700;
font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
display: inline-block;
background-color: #bba35b;
color: #fff;
font-size: 14px;
padding: 10px 25px;
margin-top: 10px;
font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:Hover {
background-color: var(--title-color);
color: var(--white-color);
}
.tinv-wishlist table {
border: none;
}
.tinv-wishlist table th {
color: var(--title-color);
}
.tinv-wishlist table td, .tinv-wishlist table th {
padding: 15.3px 10px;
border-bottom: 1px solid var(--border-color);
text-align: center;
}
.tinv-wishlist table thead {
background-color: var(--smoke-color);
}
.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
width: 40px;
text-align: center;
}
.tinv-wishlist .product-thumbnail {
width: 110px;
}
.tinv-wishlist .stock.in-stock {
margin-bottom: 0;
}
.tinv-wishlist ins {
text-decoration: none;
}
.tinv-wishlist .product-remove button {
border: none;
height: 22px;
width: 22px;
text-align: center;
font-size: 12px;
line-height: 22px;
border-radius: 0;
padding-top: 0;
display: flex;
align-items: center;
justify-content: center;
}
.tinv-wishlist .product-remove button i {
line-height: 22px;
font-size: 16px;
}
.tinv-wishlist .tinvwl-mobile {
display: none;
}
.tinv-wishlist .social-buttons {
display: flex;
max-width: 295px;
margin-left: auto;
align-items: center;
}
.tinv-wishlist .social-buttons ul {
padding-left: 0;
margin-bottom: 0;
margin-left: auto;
display: flex;
gap: 6px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
font-size: 16px;
}
.tinv-wishlist .product-stock .stock {
display: block;
}
.tinv-wishlist .product-stock span {
display: inline;
}
.tinv-wishlist .product-stock i {
margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
margin-bottom: 5px;
color: #bba35b;
}
.tinv-wishlist button.button {
border: none;
height: 40px;
line-height: 40px;
font-size: 14px;
font-weight: 600;
background-color: #bba35b;
padding: 1px 15px;
min-width: 140px;
justify-content: center;
}
.tinv-wishlist button.button.mask-btn {
padding: 0;
}
.tinv-wishlist button.button .btn-text-mask {
padding: 0.5px 21px;
}
.tinv-wishlist button.button i {
font-size: 14px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
font-size: 16px;
font-weight: 600;
font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
color: #bba35b;
}
.tinv-wishlist td.product-price del {
margin-left: 8px;
font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
font-weight: 700;
margin-right: 10px;
font-family: var(--title-font);
color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
display: inline-block;
margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
background-color: #bba35b;
color: var(--title-color);
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
display: inline-block;
text-align: center;
border-radius: 50px;
margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
background-color: var(--title-color);
color: var(--white-color);
} @media (max-width: 991px) {
.tinvwl-full {
display: none;
}
.tinv-wishlist .tinvwl-mobile {
display: block;
}
.tinvwl-txt {
display: none !important;
}
.product-stock {
width: 40px;
text-align: center;
}
} @media (max-width: 767px) {
.tinv-wishlist table {
table-layout: fixed;
border-bottom: 1px solid var(--border-color);
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
display: none;
}
.tinv-wishlist table td, .tinv-wishlist table th {
border: 1px solid var(--border-color);
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td {
display: block;
width: 100% !important;
text-align: center;
}
.product-name {
text-align: center;
}
.tinv-wishlist table td,
.tinv-wishlist table th {
border-bottom: none;
}
.tinv-wishlist table tfoot {
border-bottom: 1px solid var(--border-color);
}
.tinv-wishlist .social-buttons {
max-width: 100%;
margin-left: unset;
flex-direction: column;
}
.tinv-wishlist .social-buttons ul {
margin-left: unset;
margin-top: 5px;
}
.tinvwl-txt {
display: inline-block !important;
}
}  .award-area-1 {
background-size: 100% calc(100% - 100px);
background-repeat: no-repeat;
background-position: top;
}
.award-card {
background: var(--smoke-color5);
border: 2px solid var(--smoke-color5);
padding: 58px 30px 30px 30px;
position: relative;
transition: 0.4s;
}
.award-card .award-card-bg-shape {
position: absolute;
right: 0;
bottom: 0;
}
.award-card .award-card-year {
position: absolute;
right: 30px;
top: 24px;
text-align: center;
font-size: 18px;
}
.award-card .award-card-year span {
font-size: 48px;
font-weight: 600;
display: block;
opacity: 0.06;
line-height: normal;
margin-bottom: -20px;
}
.award-card .award-card-thumb {
margin-bottom: 30px;
height: 70px;
}
.award-card .award-card-thumb img {
transition: 0.4s;
}
.award-card .award-card_title {
font-size: 20px;
font-weight: 600;
text-transform: inherit;
margin-bottom: 5px;
}
.award-card .award-card_text {
margin-bottom: 70px;
}
.award-card .award-card-tag {
display: inline-block;
background: var(--white-color);
padding: 5px 20px;
}
.award-card:hover {
border-color: #bba35b;
}
.award-card:hover .award-card-thumb img {
transform: rotateY(180deg);
}  .px-5 {
padding-right: 5px;
padding-left: 5px;
}
.px-10 {
padding-right: 10px;
padding-left: 10px;
}
.px-15 {
padding-right: 15px;
padding-left: 15px;
}
.px-20 {
padding-right: 20px;
padding-left: 20px;
}
.px-25 {
padding-right: 25px;
padding-left: 25px;
}
.px-30 {
padding-right: 30px;
padding-left: 30px;
}
.px-35 {
padding-right: 35px;
padding-left: 35px;
}
.px-40 {
padding-right: 40px;
padding-left: 40px;
}
.px-45 {
padding-right: 45px;
padding-left: 45px;
}
.px-50 {
padding-right: 50px;
padding-left: 50px;
} .py-5 {
padding-top: 5px;
padding-bottom: 5px;
}
.py-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.py-15 {
padding-top: 15px;
padding-bottom: 15px;
}
.py-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.py-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.py-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.py-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.py-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.py-45 {
padding-top: 45px;
padding-bottom: 45px;
}
.py-50 {
padding-top: 50px;
padding-bottom: 50px;
} .pt-5 {
padding-top: 5px;
}
.pt-10 {
padding-top: 10px;
}
.pt-15 {
padding-top: 15px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pt-35 {
padding-top: 35px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-50 {
padding-top: 50px;
} .pb-5 {
padding-bottom: 5px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-50 {
padding-bottom: 50px;
} .pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
}
.pl-35 {
padding-left: 35px;
}
.pl-40 {
padding-left: 40px;
}
.pl-45 {
padding-left: 45px;
}
.pl-50 {
padding-left: 50px;
} .pr-5 {
padding-right: 5px;
}
.pr-10 {
padding-right: 10px;
}
.pr-15 {
padding-right: 15px;
}
.pr-20 {
padding-right: 20px;
}
.pr-25 {
padding-right: 25px;
}
.pr-30 {
padding-right: 30px;
}
.pr-35 {
padding-right: 35px;
}
.pr-40 {
padding-right: 40px;
}
.pr-45 {
padding-right: 45px;
}
.pr-50 {
padding-right: 50px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-100 {
padding-bottom: 100px;
}
.pb-105 {
padding-bottom: 105px;
}
.pt-105 {
padding-top: 105px;
}
.pt-95 {
padding-top: 95px;
}
.pt-60 {
padding-top: 60px;
} .mx-5 {
margin-right: 5px;
margin-left: 5px;
}
.mx-10 {
margin-right: 10px;
margin-left: 10px;
}
.mx-15 {
margin-right: 15px;
margin-left: 15px;
}
.mx-20 {
margin-right: 20px;
margin-left: 20px;
}
.mx-25 {
margin-right: 25px;
margin-left: 25px;
}
.mx-30 {
margin-right: 30px;
margin-left: 30px;
}
.mx-35 {
margin-right: 35px;
margin-left: 35px;
}
.mx-40 {
margin-right: 40px;
margin-left: 40px;
}
.mx-45 {
margin-right: 45px;
margin-left: 45px;
}
.mx-50 {
margin-right: 50px;
margin-left: 50px;
} .my-5 {
margin-top: 5px;
margin-bottom: 5px;
}
.my-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.my-15 {
margin-top: 15px;
margin-bottom: 15px;
}
.my-20 {
margin-top: 20px;
margin-bottom: 20px;
}
.my-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.my-30 {
margin-top: 30px;
margin-bottom: 30px;
}
.my-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.my-40 {
margin-top: 40px;
margin-bottom: 40px;
}
.my-45 {
margin-top: 45px;
margin-bottom: 45px;
}
.my-50 {
margin-top: 50px;
margin-bottom: 50px;
} .mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
} .mb-5 {
margin-bottom: 5px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-50 {
margin-bottom: 50px;
} .ml-5 {
margin-left: 5px;
}
.ml-10 {
margin-left: 10px;
}
.ml-15 {
margin-left: 15px;
}
.ml-20 {
margin-left: 20px;
}
.ml-25 {
margin-left: 25px;
}
.ml-30 {
margin-left: 30px;
}
.ml-35 {
margin-left: 35px;
}
.ml-40 {
margin-left: 40px;
}
.ml-45 {
margin-left: 45px;
}
.ml-50 {
margin-left: 50px;
} .mr-5 {
margin-right: 5px;
}
.mr-10 {
margin-right: 10px;
}
.mr-15 {
margin-right: 15px;
}
.mr-20 {
margin-right: 20px;
}
.mr-25 {
margin-right: 25px;
}
.mr-30 {
margin-right: 30px;
}
.mr-35 {
margin-right: 35px;
}
.mr-40 {
margin-right: 40px;
}
.mr-45 {
margin-right: 45px;
}
.mr-50 {
margin-right: 50px;
}
.mb-60 {
margin-bottom: 60px;
}
.mt-70 {
margin-top: 70px;
}
.mt-60 {
margin-top: 60px; }
@media (max-width: 575px) {
.mt-60 {
margin-top: 40px;
}
}
.mt-n1 {
margin-top: -0.25rem;
}
.mt-n2 {
margin-top: -0.65rem;
}
.mt-n3 {
margin-top: -0.8rem;
}
.mt-n4 {
margin-top: -1.5rem;
}
.mt-n5 {
margin-top: -3rem;
}
.mb-n1 {
margin-bottom: -0.25rem;
}
.mb-n2 {
margin-bottom: -0.6rem;
}
.mb-n3 {
margin-bottom: -0.8rem;
}
.mb-n4 {
margin-bottom: -1.5rem;
}
.mb-n5 {
margin-bottom: -3rem;
}
.space,
.space-top {
padding-top: var(--section-space);
}
.space,
.space-bottom {
padding-bottom: var(--section-space);
}
@media (min-width: 1800px) {
.space-hd-bottom {
padding-bottom: var(--section-space);
}
}
.space-extra,
.space-extra-top {
padding-top: calc(var(--section-space) - 30px);
}
.space-extra,
.space-extra-bottom {
padding-bottom: calc(var(--section-space) - 30px);
}
.space-extra2,
.space-extra2-top {
padding-top: calc(var(--section-space) - 40px);
}
.space-extra2,
.space-extra2-bottom {
padding-bottom: calc(var(--section-space) - 40px);
} @media (max-width: 991px) {
.space,
.space-top {
padding-top: var(--section-space-mobile);
}
.space,
.space-bottom {
padding-bottom: var(--section-space-mobile);
}
.space-extra,
.space-extra-top {
padding-top: calc(var(--section-space-mobile) - 30px);
}
.space-extra,
.space-extra-bottom {
padding-bottom: calc(var(--section-space-mobile) - 30px);
}
.space-top-md-none {
padding-top: 0;
}
.space-extra2,
.space-extra2-top {
padding-top: 70px;
}
.space-extra2,
.space-extra2-bottom {
padding-bottom: 70px;
}
.pb-105 {
padding-bottom: 65px;
}
.pt-105 {
padding-top: 65px;
}
}