@charset "UTF-8";
 :root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-black: #000;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg-rgb: 255, 255, 255;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-bg: #fff;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #0d6efd;
--bs-link-hover-color: #0a58ca;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
*,
::after,
::before {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
.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;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
.small,
small {
font-size: 0.875em;
}
a {
color: var(--bs-link-color);
text-decoration: underline;
}
a:hover {
color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
code {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
tbody,
td,
th,
thead,
tr {
border-color: inherit;
border-style: solid;
border-width: 0;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
button,
input,
select {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
display: none !important;
}
[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;
}
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;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.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 {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote > :last-child {
margin-bottom: 0;
}
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d;
}
.blockquote-footer::before {
content: "— ";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container,
.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: 1140px;
}
}
@media (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * { max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0 {
--bs-gutter-x: 0;
}
.g-0 {
--bs-gutter-y: 0;
}
.g-1 {
--bs-gutter-x: 0.25rem;
}
.g-1 {
--bs-gutter-y: 0.25rem;
}
.g-2 {
--bs-gutter-x: 0.5rem;
}
.g-2 {
--bs-gutter-y: 0.5rem;
}
.g-3 {
--bs-gutter-x: 1rem;
}
.g-3 {
--bs-gutter-y: 1rem;
}
.g-4 {
--bs-gutter-x: 1.5rem;
}
.g-4 {
--bs-gutter-y: 1.5rem;
}
.g-5 {
--bs-gutter-x: 3rem;
}
.g-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0 {
--bs-gutter-x: 0;
}
.g-md-0 {
--bs-gutter-y: 0;
}
.g-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5 {
--bs-gutter-y: 3rem;
}
}
.table {
--bs-table-color: var(--bs-body-color);
--bs-table-bg: transparent;
--bs-table-border-color: var(--bs-border-color);
--bs-table-accent-bg: transparent;
--bs-table-striped-color: var(--bs-body-color);
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: var(--bs-body-color);
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: var(--bs-body-color);
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: var(--bs-table-color);
vertical-align: top;
border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
padding: 0.5rem 0.5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
vertical-align: inherit;
}
.table > thead {
vertical-align: bottom;
}
.table-sm > :not(caption) > * > * {
padding: 0.25rem 0.25rem;
}
.table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
.table-primary {
--bs-table-color: #000;
--bs-table-bg: #cfe2ff;
--bs-table-border-color: #bacbe6;
--bs-table-striped-bg: #c5d7f2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bacbe6;
--bs-table-active-color: #000;
--bs-table-hover-bg: #bfd1ec;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-success {
--bs-table-color: #000;
--bs-table-bg: #d1e7dd;
--bs-table-border-color: #bcd0c7;
--bs-table-striped-bg: #c7dbd2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bcd0c7;
--bs-table-active-color: #000;
--bs-table-hover-bg: #c1d6cc;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-info {
--bs-table-color: #000;
--bs-table-bg: #cff4fc;
--bs-table-border-color: #badce3;
--bs-table-striped-bg: #c5e8ef;
--bs-table-striped-color: #000;
--bs-table-active-bg: #badce3;
--bs-table-active-color: #000;
--bs-table-hover-bg: #bfe2e9;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-warning {
--bs-table-color: #000;
--bs-table-bg: #fff3cd;
--bs-table-border-color: #e6dbb9;
--bs-table-striped-bg: #f2e7c3;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6dbb9;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ece1be;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-danger {
--bs-table-color: #000;
--bs-table-bg: #f8d7da;
--bs-table-border-color: #dfc2c4;
--bs-table-striped-bg: #eccccf;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfc2c4;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5c7ca;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-light {
--bs-table-color: #000;
--bs-table-bg: #f8f9fa;
--bs-table-border-color: #dfe0e1;
--bs-table-striped-bg: #ecedee;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfe0e1;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5e6e7;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-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;
}
}
.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.375rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control[type="file"] {
overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled {
background-color: #e9ecef;
opacity: 1;
}
.form-control::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
.form-control::file-selector-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.5rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-color {
width: 3rem;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
border: 0 !important;
border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
height: calc(1.5em + 1rem + 2px);
}
.form-select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.375rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-select {
transition: none;
}
}
.form-select:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
background-image: none;
}
.form-select:disabled {
background-color: #e9ecef;
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212529;
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
border-radius: 0.5rem;
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
border-radius: 0.25em;
}
.form-check-input[type="radio"] {
border-radius: 50%;
}
.form-check-input:active {
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
background-color: #0d6efd;
border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
background-color: #0d6efd;
border-color: #0d6efd;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
filter: none;
opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
cursor: default;
opacity: 0.5;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
width: 2em;
margin-left: -2.5em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position: left center;
border-radius: 2em;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
transition: none;
}
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
pointer-events: none;
filter: none;
opacity: 0.65;
}
.form-range {
width: 100%;
height: 1.5rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: #b6d4fe;
}
.form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
z-index: 5;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group .btn:focus {
z-index: 5;
}
.input-group-text {
display: flex;
align-items: center;
padding: 0.75rem 0.75rem;
height: 50px;
font-size: 1rem; font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef !important;
border: 1px solid #ced4da !important;
border-radius: 0.375rem 0 0 0.375rem !important;
width:50px;
}
.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.5rem;
}
.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.25rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
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;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-select:not(:focus).is-valid {
z-index: 3;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-select:not(:focus).is-invalid {
z-index: 4;
}
.btn {
--bs-btn-padding-x: 0.75rem;
--bs-btn-padding-y: 0.375rem;
--bs-btn-font-size: 1rem;
--bs-btn-font-weight: 400;
--bs-btn-line-height: 1.5;
--bs-btn-color: #212529;
--bs-btn-bg: transparent;
--bs-btn-border-width: 1px;
--bs-btn-border-color: transparent;
--bs-btn-border-radius: 0.375rem;
--bs-btn-hover-border-color: transparent;
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
--bs-btn-disabled-opacity: 0.65;
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
display: inline-block;
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
font-family: var(--bs-btn-font-family);
font-size: var(--bs-btn-font-size);
font-weight: var(--bs-btn-font-weight);
line-height: var(--bs-btn-line-height);
color: var(--bs-btn-color);
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
border-radius: var(--bs-btn-border-radius);
background-color: var(--bs-btn-bg);
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
color: var(--bs-btn-color);
background-color: var(--bs-btn-bg);
border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
color: var(--bs-btn-active-color);
background-color: var(--bs-btn-active-bg);
border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
color: var(--bs-btn-disabled-color);
pointer-events: none;
background-color: var(--bs-btn-disabled-bg);
border-color: var(--bs-btn-disabled-border-color);
opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
--bs-btn-color: #fff;
--bs-btn-bg: #0d6efd;
--bs-btn-border-color: #0d6efd;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0b5ed7;
--bs-btn-hover-border-color: #0a58ca;
--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0a58ca;
--bs-btn-active-border-color: #0a53be;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0d6efd;
--bs-btn-disabled-border-color: #0d6efd;
}
.btn-success {
--bs-btn-color: #fff;
--bs-btn-bg: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #157347;
--bs-btn-hover-border-color: #146c43;
--bs-btn-focus-shadow-rgb: 60, 153, 110;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #146c43;
--bs-btn-active-border-color: #13653f;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #198754;
--bs-btn-disabled-border-color: #198754;
}
.btn-info {
--bs-btn-color: #000;
--bs-btn-bg: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #31d2f2;
--bs-btn-hover-border-color: #25cff2;
--bs-btn-focus-shadow-rgb: 11, 172, 204;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #3dd5f3;
--bs-btn-active-border-color: #25cff2;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #0dcaf0;
--bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
--bs-btn-color: #000;
--bs-btn-bg: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffca2c;
--bs-btn-hover-border-color: #ffc720;
--bs-btn-focus-shadow-rgb: 217, 164, 6;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffcd39;
--bs-btn-active-border-color: #ffc720;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #ffc107;
--bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
--bs-btn-color: #fff;
--bs-btn-bg: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #bb2d3b;
--bs-btn-hover-border-color: #b02a37;
--bs-btn-focus-shadow-rgb: 225, 83, 97;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #b02a37;
--bs-btn-active-border-color: #a52834;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #dc3545;
--bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
--bs-btn-color: #000;
--bs-btn-bg: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #d3d4d5;
--bs-btn-hover-border-color: #c6c7c8;
--bs-btn-focus-shadow-rgb: 211, 212, 213;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #c6c7c8;
--bs-btn-active-border-color: #babbbc;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #f8f9fa;
--bs-btn-disabled-border-color: #f8f9fa;
}
.btn-outline-primary {
--bs-btn-color: #0d6efd;
--bs-btn-border-color: #0d6efd;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0d6efd;
--bs-btn-hover-border-color: #0d6efd;
--bs-btn-focus-shadow-rgb: 13, 110, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0d6efd;
--bs-btn-active-border-color: #0d6efd;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0d6efd;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #0d6efd;
--bs-gradient: none;
}
.btn-outline-success {
--bs-btn-color: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #198754;
--bs-btn-hover-border-color: #198754;
--bs-btn-focus-shadow-rgb: 25, 135, 84;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #198754;
--bs-btn-active-border-color: #198754;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #198754;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #198754;
--bs-gradient: none;
}
.btn-outline-info {
--bs-btn-color: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #0dcaf0;
--bs-btn-hover-border-color: #0dcaf0;
--bs-btn-focus-shadow-rgb: 13, 202, 240;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #0dcaf0;
--bs-btn-active-border-color: #0dcaf0;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0dcaf0;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #0dcaf0;
--bs-gradient: none;
}
.btn-outline-warning {
--bs-btn-color: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffc107;
--bs-btn-hover-border-color: #ffc107;
--bs-btn-focus-shadow-rgb: 255, 193, 7;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffc107;
--bs-btn-active-border-color: #ffc107;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #ffc107;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #ffc107;
--bs-gradient: none;
}
.btn-outline-danger {
--bs-btn-color: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #dc3545;
--bs-btn-hover-border-color: #dc3545;
--bs-btn-focus-shadow-rgb: 220, 53, 69;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #dc3545;
--bs-btn-active-border-color: #dc3545;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #dc3545;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #dc3545;
--bs-gradient: none;
}
.btn-outline-light {
--bs-btn-color: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f8f9fa;
--bs-btn-hover-border-color: #f8f9fa;
--bs-btn-focus-shadow-rgb: 248, 249, 250;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f8f9fa;
--bs-btn-active-border-color: #f8f9fa;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #f8f9fa;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #f8f9fa;
--bs-gradient: none;
}
.btn-link {
--bs-btn-font-weight: 400;
--bs-btn-color: var(--bs-link-color);
--bs-btn-bg: transparent;
--bs-btn-border-color: transparent;
--bs-btn-hover-color: var(--bs-link-hover-color);
--bs-btn-hover-border-color: transparent;
--bs-btn-active-color: var(--bs-link-hover-color);
--bs-btn-active-border-color: transparent;
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-border-color: transparent;
--bs-btn-box-shadow: none;
--bs-btn-focus-shadow-rgb: 49, 132, 253;
text-decoration: underline;
}
.btn-link:focus-visible {
color: var(--bs-btn-color);
}
.btn-link:hover {
color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
--bs-btn-padding-y: 0.5rem;
--bs-btn-padding-x: 1rem;
--bs-btn-font-size: 1.25rem;
--bs-btn-border-radius: 0.5rem;
}
.btn-group-sm > .btn,
.btn-sm {
--bs-btn-padding-y: 0.25rem;
--bs-btn-padding-x: 0.5rem;
--bs-btn-font-size: 0.875rem;
--bs-btn-border-radius: 0.25rem;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.btn-group {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn {
position: relative;
flex: 1 1 auto;
}
.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-group {
border-radius: 0.375rem;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
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;
}
.nav {
--bs-nav-link-padding-x: 1rem;
--bs-nav-link-padding-y: 0.5rem;
--bs-nav-link-color: var(--bs-link-color);
--bs-nav-link-hover-color: var(--bs-link-hover-color);
--bs-nav-link-disabled-color: #6c757d;
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
font-size: var(--bs-nav-link-font-size);
font-weight: var(--bs-nav-link-font-weight);
color: var(--bs-nav-link-color);
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
transition: none;
}
}
.nav-link:focus,
.nav-link:hover {
color: var(--bs-nav-link-hover-color);
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
flex: 1 1 auto;
text-align: center;
}
.nav-fill .nav-item .nav-link {
width: 100%;
}
.navbar {
--bs-navbar-padding-x: 0;
--bs-navbar-padding-y: 0.5rem;
--bs-navbar-color: rgba(0, 0, 0, 0.55);
--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
--bs-navbar-active-color: rgba(0, 0, 0, 0.9);
--bs-navbar-brand-padding-y: 0.3125rem;
--bs-navbar-brand-margin-end: 1rem;
--bs-navbar-brand-font-size: 1.25rem;
--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
--bs-navbar-nav-link-padding-x: 0.5rem;
--bs-navbar-toggler-padding-y: 0.25rem;
--bs-navbar-toggler-padding-x: 0.75rem;
--bs-navbar-toggler-font-size: 1.25rem;
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
--bs-navbar-toggler-border-radius: 0.375rem;
--bs-navbar-toggler-focus-width: 0.25rem;
--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
padding-top: var(--bs-navbar-brand-padding-y);
padding-bottom: var(--bs-navbar-brand-padding-y);
margin-right: var(--bs-navbar-brand-margin-end);
font-size: var(--bs-navbar-brand-font-size);
color: var(--bs-navbar-brand-color);
text-decoration: none;
white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
--bs-nav-link-padding-x: 0;
--bs-nav-link-padding-y: 0.5rem;
--bs-nav-link-color: var(--bs-navbar-color);
--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
color: var(--bs-navbar-active-color);
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
color: var(--bs-navbar-active-color);
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
}
.navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.card {
--bs-card-spacer-y: 1rem;
--bs-card-spacer-x: 1rem;
--bs-card-title-spacer-y: 0.5rem;
--bs-card-border-width: 1px;
--bs-card-border-color: var(--bs-border-color-translucent);
--bs-card-border-radius: 0.375rem;
--bs-card-inner-border-radius: calc(0.375rem - 1px);
--bs-card-cap-padding-y: 0.5rem;
--bs-card-cap-padding-x: 1rem;
--bs-card-cap-bg: rgba(0, 0, 0, 0.03);
--bs-card-bg: #fff;
--bs-card-img-overlay-padding: 1rem;
--bs-card-group-margin: 0.75rem;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
height: var(--bs-card-height);
word-wrap: break-word;
background-color: var(--bs-card-bg);
background-clip: border-box;
border: var(--bs-card-border-width) solid var(--bs-card-border-color);
border-radius: var(--bs-card-border-radius);
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
flex: 1 1 auto;
padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
color: var(--bs-card-color);
}
.card-title {
margin-bottom: var(--bs-card-title-spacer-y);
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link + .card-link {
margin-left: var(--bs-card-spacer-x);
}
.card-header {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
margin-bottom: 0;
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
.card-group {
display: flex;
flex-flow: row wrap;
}
.card-group > .card {
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-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;
}
}
.breadcrumb {
--bs-breadcrumb-padding-x: 0;
--bs-breadcrumb-padding-y: 0;
--bs-breadcrumb-margin-bottom: 1rem;
--bs-breadcrumb-divider-color: #6c757d;
--bs-breadcrumb-item-padding-x: 0.5rem;
--bs-breadcrumb-item-active-color: #6c757d;
display: flex;
flex-wrap: wrap;
padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
margin-bottom: var(--bs-breadcrumb-margin-bottom);
font-size: var(--bs-breadcrumb-font-size);
list-style: none;
background-color: var(--bs-breadcrumb-bg);
border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: var(--bs-breadcrumb-item-padding-x);
color: var(--bs-breadcrumb-divider-color);
content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
--bs-pagination-padding-x: 0.75rem;
--bs-pagination-padding-y: 0.375rem;
--bs-pagination-font-size: 1rem;
--bs-pagination-color: var(--bs-link-color);
--bs-pagination-bg: #fff;
--bs-pagination-border-width: 1px;
--bs-pagination-border-color: #dee2e6;
--bs-pagination-border-radius: 0.375rem;
--bs-pagination-hover-color: var(--bs-link-hover-color);
--bs-pagination-hover-bg: #e9ecef;
--bs-pagination-hover-border-color: #dee2e6;
--bs-pagination-focus-color: var(--bs-link-hover-color);
--bs-pagination-focus-bg: #e9ecef;
--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
--bs-pagination-active-color: #fff;
--bs-pagination-active-bg: #0d6efd;
--bs-pagination-active-border-color: #0d6efd;
--bs-pagination-disabled-color: #6c757d;
--bs-pagination-disabled-bg: #fff;
--bs-pagination-disabled-border-color: #dee2e6;
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
font-size: var(--bs-pagination-font-size);
color: var(--bs-pagination-color);
text-decoration: none;
background-color: var(--bs-pagination-bg);
border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.page-link {
transition: none;
}
}
.page-link:hover {
z-index: 2;
color: var(--bs-pagination-hover-color);
background-color: var(--bs-pagination-hover-bg);
border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
z-index: 3;
color: var(--bs-pagination-focus-color);
background-color: var(--bs-pagination-focus-bg);
outline: 0;
box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
z-index: 3;
color: var(--bs-pagination-active-color);
background-color: var(--bs-pagination-active-bg);
border-color: var(--bs-pagination-active-border-color);
}
.page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.page-item:first-child .page-link {
border-top-left-radius: var(--bs-pagination-border-radius);
border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
border-top-right-radius: var(--bs-pagination-border-radius);
border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
--bs-pagination-padding-x: 1.5rem;
--bs-pagination-padding-y: 0.75rem;
--bs-pagination-font-size: 1.25rem;
--bs-pagination-border-radius: 0.5rem;
}
.pagination-sm {
--bs-pagination-padding-x: 0.5rem;
--bs-pagination-padding-y: 0.25rem;
--bs-pagination-font-size: 0.875rem;
--bs-pagination-border-radius: 0.25rem;
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
.progress {
--bs-progress-height: 1rem;
--bs-progress-font-size: 0.75rem;
--bs-progress-bg: #e9ecef;
--bs-progress-border-radius: 0.375rem;
--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-progress-bar-color: #fff;
--bs-progress-bar-bg: #0d6efd;
--bs-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--bs-progress-height);
overflow: hidden;
font-size: var(--bs-progress-font-size);
background-color: var(--bs-progress-bg);
border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: var(--bs-progress-bar-color);
text-align: center;
white-space: nowrap;
background-color: var(--bs-progress-bar-bg);
transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.list-group {
--bs-list-group-color: #212529;
--bs-list-group-bg: #fff;
--bs-list-group-border-color: rgba(0, 0, 0, 0.125);
--bs-list-group-border-width: 1px;
--bs-list-group-border-radius: 0.375rem;
--bs-list-group-item-padding-x: 1rem;
--bs-list-group-item-padding-y: 0.5rem;
--bs-list-group-action-color: #495057;
--bs-list-group-action-hover-color: #495057;
--bs-list-group-action-hover-bg: #f8f9fa;
--bs-list-group-action-active-color: #212529;
--bs-list-group-action-active-bg: #e9ecef;
--bs-list-group-disabled-color: #6c757d;
--bs-list-group-disabled-bg: #fff;
--bs-list-group-active-color: #fff;
--bs-list-group-active-bg: #0d6efd;
--bs-list-group-active-border-color: #0d6efd;
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: var(--bs-list-group-border-radius);
}
.list-group-item-action {
width: 100%;
color: var(--bs-list-group-action-color);
text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
z-index: 1;
color: var(--bs-list-group-action-hover-color);
text-decoration: none;
background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
color: var(--bs-list-group-action-active-color);
background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
position: relative;
display: block;
padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
color: var(--bs-list-group-color);
text-decoration: none;
background-color: var(--bs-list-group-bg);
border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.list-group-item:disabled {
color: var(--bs-list-group-disabled-color);
pointer-events: none;
background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
z-index: 2;
color: var(--bs-list-group-active-color);
background-color: var(--bs-list-group-active-bg);
border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: calc(-1 * var(--bs-list-group-border-width));
border-top-width: var(--bs-list-group-border-width);
}
.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-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;
}
.btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
center/1em auto no-repeat;
border: 0;
border-radius: 0.375rem;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
}
.btn-close:disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
opacity: 0.25;
}
.btn-close-white {
filter: invert(1) grayscale(100%) brightness(200%);
}
.tooltip {
--bs-tooltip-zindex: 1080;
--bs-tooltip-max-width: 200px;
--bs-tooltip-padding-x: 0.5rem;
--bs-tooltip-padding-y: 0.25rem;
--bs-tooltip-font-size: 0.875rem;
--bs-tooltip-color: #fff;
--bs-tooltip-bg: #000;
--bs-tooltip-border-radius: 0.375rem;
--bs-tooltip-opacity: 0.9;
--bs-tooltip-arrow-width: 0.8rem;
--bs-tooltip-arrow-height: 0.4rem;
z-index: var(--bs-tooltip-zindex);
display: block;
padding: var(--bs-tooltip-arrow-height);
margin: var(--bs-tooltip-margin);
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: var(--bs-tooltip-font-size);
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
display: block;
width: var(--bs-tooltip-arrow-width);
height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-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: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
left: 0;
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
right: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-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 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
right: 0;
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
left: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-left-color: var(--bs-tooltip-bg);
}
.carousel {
position: relative;
}
.carousel.pointer-event {
touch-action: pan-y;
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item-next,
.carousel-item.active {
display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
transform: translateX(100%);
}
.active.carousel-item-start {
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.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;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
transition: none;
}
}
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: 0 0;
border: 0;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-next {
transition: none;
}
}
.carousel-control-next:focus,
.carousel-control-next:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-next {
right: 0;
}
.carousel-control-next-icon {
display: inline-block;
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
}
@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
.placeholder {
display: inline-block;
min-height: 1em;
vertical-align: middle;
cursor: wait;
background-color: currentcolor;
opacity: 0.5;
}
.placeholder.btn::before {
display: inline-block;
content: "";
}
.placeholder-sm {
min-height: 0.8em;
}
.placeholder-lg {
min-height: 1.2em;
}
@keyframes placeholder-glow {
50% {
opacity: 0.2;
}
}
@keyframes placeholder-wave {
100% {
-webkit-mask-position: -200% 0;
mask-position: -200% 0;
}
}
.text-bg-primary {
color: #fff !important;
background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
color: #fff !important;
background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
color: #000 !important;
background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
color: #000 !important;
background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
color: #fff !important;
background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
color: #000 !important;
background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
color: #0d6efd !important;
}
.link-primary:focus,
.link-primary:hover {
color: #0a58ca !important;
}
.link-success {
color: #198754 !important;
}
.link-success:focus,
.link-success:hover {
color: #146c43 !important;
}
.link-info {
color: #0dcaf0 !important;
}
.link-info:focus,
.link-info:hover {
color: #3dd5f3 !important;
}
.link-warning {
color: #ffc107 !important;
}
.link-warning:focus,
.link-warning:hover {
color: #ffcd39 !important;
}
.link-danger {
color: #dc3545 !important;
}
.link-danger:focus,
.link-danger:hover {
color: #b02a37 !important;
}
.link-light {
color: #f8f9fa !important;
}
.link-light:focus,
.link-light:hover {
color: #f9fafb !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-sm-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-md-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-lg-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xl-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
.visually-hidden {
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;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.opacity-0 {
opacity: 0 !important;
}
.opacity-25 {
opacity: 0.25 !important;
}
.opacity-50 {
opacity: 0.5 !important;
}
.opacity-75 {
opacity: 0.75 !important;
}
.opacity-100 {
opacity: 1 !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-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-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.top-0 {
top: 0 !important;
}
.top-50 {
top: 50% !important;
}
.top-100 {
top: 100% !important;
}
.bottom-0 {
bottom: 0 !important;
}
.bottom-50 {
bottom: 50% !important;
}
.bottom-100 {
bottom: 100% !important;
}
.start-0 {
left: 0 !important;
}
.start-50 {
left: 50% !important;
}
.start-100 {
left: 100% !important;
}
.end-0 {
right: 0 !important;
}
.end-50 {
right: 50% !important;
}
.end-100 {
right: 100% !important;
}
.border {
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
--bs-border-width: 1px;
}
.border-2 {
--bs-border-width: 2px;
}
.border-3 {
--bs-border-width: 3px;
}
.border-4 {
--bs-border-width: 4px;
}
.border-5 {
--bs-border-width: 5px;
}
.border-opacity-10 {
--bs-border-opacity: 0.1;
}
.border-opacity-25 {
--bs-border-opacity: 0.25;
}
.border-opacity-50 {
--bs-border-opacity: 0.5;
}
.border-opacity-75 {
--bs-border-opacity: 0.75;
}
.border-opacity-100 {
--bs-border-opacity: 1;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.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;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.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-6 {
margin-bottom: 4.5rem !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;
}
.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;
}
.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;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-wrap {
white-space: normal !important;
}
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
.text-primary {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
--bs-text-opacity: 1;
color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
--bs-text-opacity: 1;
color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
--bs-text-opacity: 1;
color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
--bs-text-opacity: 1;
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
--bs-text-opacity: 1;
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
--bs-text-opacity: 1;
color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
--bs-text-opacity: 1;
color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-black-50 {
--bs-text-opacity: 1;
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
--bs-text-opacity: 1;
color: rgba(255, 255, 255, 0.5) !important;
}
.text-opacity-25 {
--bs-text-opacity: 0.25;
}
.text-opacity-50 {
--bs-text-opacity: 0.5;
}
.text-opacity-75 {
--bs-text-opacity: 0.75;
}
.text-opacity-100 {
--bs-text-opacity: 1;
}
.bg-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
--bs-bg-opacity: 1;
background-color: transparent !important;
}
.bg-opacity-10 {
--bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
--bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
--bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
--bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
--bs-bg-opacity: 1;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
user-select: none !important;
}
.rounded {
border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-top {
border-top-left-radius: var(--bs-border-radius) !important;
border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end {
border-top-right-radius: var(--bs-border-radius) !important;
border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
border-bottom-right-radius: var(--bs-border-radius) !important;
border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
border-bottom-left-radius: var(--bs-border-radius) !important;
border-top-left-radius: var(--bs-border-radius) !important;
}
@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-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.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;
}
.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;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-row {
flex-direction: row !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.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;
}
.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;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.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;
}
.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;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.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;
}
.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;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
body {
background-color: #fff;
color: #666;
font-family: "Encode Sans", sans-serif;
font-size: 16px;
height: 100%;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--bs-third);
font-family: "Encode Sans", sans-serif;
font-weight: 600;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 16px;
}
a {
color: var(--bs-third);
text-decoration: none;
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
}
a:focus,
a:hover {
text-decoration: none;
outline: 0;
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
}
button:focus {
outline: 0;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.btn.focus,
.btn:focus {
box-shadow: none;
}
.btn.btn-white {
background: #fff;
border: none;
color: var(--bs-second);
}
.btn-primary {
background-color: var(--bs-second);
border: 1px solid var(--bs-second);
box-shadow: inset 0 0 0 #fff;
border-radius: 5px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
padding: 8px 25px;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
background-color: #fff;
border: 1px solid var(--bs-second);
box-shadow: inset 0 70px 0 0 #fff;
color: var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
background-color: #fff;
border: 1px solid var(--bs-second);
box-shadow: inset 0 70px 0 0 var(--bs-second);
color: var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled) {
background-color: #fff;
border: 1px solid var(--bs-second);
box-shadow: inset 70px 0 0 0 #fff;
color: var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled) {
box-shadow: unset;
}
.btn-primary:disabled {
background-color: #fff;
border: 1px solid var(--bs-second);
box-shadow: inset 70px 0 0 0 #fff;
color: var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-outline-primary {
background-color: #fff;
border: 1px solid var(--bs-second);
color: var(--bs-second);
box-shadow: inset 0 0 0 #fff;
border-radius: 5px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
background-color: var(--bs-second);
border: 1px solid var(--bs-second);
box-shadow: inset 0 70px 0 0 var(--bs-second);
color: #fff;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.focus:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover {
background-color: var(--bs-second);
border: 1px solid var(--bs-second);
box-shadow: inset 0 70px 0 0 var(--bs-second);
color: #fff;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-danger {
background: #f2535b;
border: 1px solid #f2535b;
box-shadow: inset 0 0 0 0 #fff;
color: #fff;
border-radius: 10px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
background-color: #fff;
border: 1px solid #f2535b;
box-shadow: inset 0 70px 0 0 #fff;
color: #f2535b;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover {
background-color: #fff;
border: 1px solid #f2535b;
box-shadow: inset 70px 0 0 0 #fff;
color: #f2535b;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-danger-light {
background: #fff3f3;
border: 1px solid #fff3f3;
color: #ff4949;
border-radius: 6px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-danger-light:hover {
background-color: #fff;
border: 1px solid #ff4949;
box-shadow: inset 0 70px 0 0 #fff;
color: #ff4949;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-light-success {
background: #e6f8eb;
border: 1px solid #e6f8eb;
color: #34c85d;
border-radius: 6px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-light-success:hover {
background-color: #fff;
border: 1px solid #34c85d;
box-shadow: inset 0 70px 0 0 #fff;
color: #34c85d;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-light-warning {
background: #fff9e8;
border: 1px solid #fff9e8;
color: #ffc107;
border-radius: 6px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-light-warning:hover {
background-color: #fff;
border: 1px solid #ffc107;
box-shadow: inset 0 70px 0 0 #fff;
color: #ffc107;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.bg-info-light {
background-color: rgba(2, 182, 179, 0.12) !important;
color: #1db9aa !important;
}
.bg-primary-light {
background-color: rgba(17, 148, 247, 0.12) !important;
color: #2196f3 !important;
}
.bg-danger-light {
background-color: rgba(242, 17, 54, 0.12) !important;
color: #e63c3c !important;
}
.bg-warning-light {
background-color: rgba(255, 152, 0, 0.12) !important;
color: #f39c12 !important;
}
.bg-success {
background-color: #28a745 !important;
}
.bg-success-light {
background-color: rgba(15, 183, 107, 0.12) !important;
color: #26af48 !important;
}
.bg-purple-light {
background-color: rgba(197, 128, 255, 0.12) !important;
color: #c580ff !important;
}
.bg-default-light {
background-color: rgba(40, 52, 71, 0.12) !important;
color: #283447 !important;
}
.text-light-success {
color: #28a745;
}
.text-light-danger {
color: #dc3545;
}
.form-group {
margin-bottom: 1rem;
}
label { margin-bottom: 0.5rem;
}
.form-control {
border-color: #dcdcdc;
color: #333;
font-size: 15px;
min-height: 46px;
padding: 6px 15px;
}
.form-control:focus {
border-color: #bbb;
box-shadow: none;
outline: 0 none;
}
.breadcrumb-title h2 {
font-weight: 500;
font-size: 25px;
margin: 0;
}
.breadcrumb-title span {
font-size: 13px;
color: #8d8d8d;
margin-top: 9px;
}
.pagination {
width: 100%;
text-align: center;
margin-top: 40px;
}
.pagination > ul {
width: 100%;
text-align: center;
margin: 0;
}
.pagination > ul li {
display: inline-block;
margin: 0 1px;
}
.pagination > ul li a {
width: 35px;
height: 35px;
background: #fff;
border: 1px solid #e8ecec;
line-height: 34px;
font-size: 13px;
color: #8d8d8d;
}
.pagination > ul li span {
width: 35px;
height: 35px;
background: #fff;
border: 1px solid #e8ecec;
line-height: 34px;
font-size: 13px;
color: #8d8d8d;
}
.pagination > ul li.arrow a {
background: #f1f1f1;
font-size: 17px;
margin: 0 9px;
}
.pagination > ul li.active a {
background: var(--bs-second-link);
border-color: var(--bs-second-link);
color: #fff;
}
.card {
background: #fff;
border: 2px solid #ebedf0;
border-radius: 10px;
margin-bottom: 24px;
}
.text-danger {
color: red !important;
}
.nav-link:focus,
.nav-link:hover {
color: #858585;
}
.table tbody td,
.table th,
.table tr {
padding: 15px;
font-size: 14px;
}
.table td,
.table th {
vertical-align: middle;
}
.table > :not(:first-child) {
border-top: 0;
}
table.table td h2 {
display: inline-block;
font-size: inherit;
font-weight: 400;
margin: 0;
padding: 0;
vertical-align: middle;
}
table.table td h2 a {
font-weight: 500;
font-size: 16px;
color: var(--bs-main);
}
table.table td h2 a:hover {
color: var(--bs-second);
}
table.table td h2 span {
color: #888;
display: block;
font-size: 12px;
margin-top: 5px;
}
table.dataTable thead .sorting:before {
right: 1em;
content: "\f0de";
font-family: "Font Awesome 5 Free";
}
table.dataTable thead .sorting:after {
right: 1em;
content: "\f0dd";
font-family: "Font Awesome 5 Free";
}
.header {
background: #fff;
position: fixed;
box-shadow: 0 10px 40px rgba(202, 202, 202, 0.2);
left: 0;
top: 0;
width: 100%;
z-index: 9999;
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
}
.header.fixed {
background-color: #fff;
box-shadow: 0 3px 53px rgb(197 197 197 / 27%);
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
}
.logo a {
float: left;
}
.logo a img {
float: left;
max-height: 32px;
}
.header-nav {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
position: relative;
height: 85px;
padding: 0;
margin-bottom: 0;
}
.main-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.main-nav > li > a {
color: var(--bs-main-link);
}
.main-nav > li.active > a {
color: var(--bs-second-link);
}
.main-nav > li .submenu li a {
display: block;
padding: 10px 15px 10px;
clear: both;
white-space: nowrap;
font-size: 14px;
color: var(--bs-main-link);
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
width: 100%;
position: relative;
}
.main-nav > li .submenu li {
position: relative;
}
.main-nav li a {
display: block;
font-weight: 600;
line-height: 20px;
}
.main-nav li a:hover {
color: var(--bs-second-link);
}
.main-nav li.login-link {
display: none;
}
.header-navbar-rht {
margin: 0;
padding: 0;
}
.header-navbar-rht > li {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding-right: 15px;
justify-content: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
}
.header-navbar-rht > li:last-child {
padding-right: 0;
}
.header-navbar-rht > li a.header-login:focus,
.header-navbar-rht > li a.header-login:hover {
background-color: #fff;
border: 1px solid var(--bs-second-link);
box-shadow: inset 210px 0 0 0 #fff;
color: var(--bs-second-link);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.header-navbar-rht li > a.header-login {
color: #fff;
box-shadow: inset 0 0 0 #fff;
border-radius: 4px;
padding: 11px 19px;
font-weight: 600;
text-align: center;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
line-height: normal;
}
.header-navbar-rht li > a.header-login.add-listing {
background-color: #2c8813;
border: 1px solid #2c8813;
display: flex;
align-items: center;
}
.header-navbar-rht li > a.header-login.add-listing i {
font-size: 10px;
margin-right: 5px;
}
.header-navbar-rht li > a.header-login.contact {
background-color: var(--bs-main);
border: 1px solid var(--bs-main);
display: flex;
align-items: center;
}
.header-navbar-rht li > a.header-login.contact i {
font-size: 10px;
margin-right: 5px;
}
.header-navbar-rht li > a.header-login:hover {
background-color: #fff;
border: 1px solid var(--bs-second-link);
box-shadow: inset 0 70px 0 0 #fff;
color: var(--bs-second-link);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.header-navbar-rht li > a.header-login.add-listing:hover {
border: 1px solid #2c8813;
color: #2c8813;
}
.header-navbar-rht li > a.header-login.contact:hover {
border: 1px solid var(--bs-main);
color: var(--bs-main);
}
.gradient-btn {
background: linear-gradient(180deg, #ead401 4.59%, #fe017e 95.41%);
background: -webkit-linear-gradient(180deg, #ead401 4.59%, #fe017e 95.41%);
}
.gradient-btn:hover {
background: linear-gradient(0deg, #ead401 4.59%, #fe017e 95.41%);
background: -webkit-linear-gradient(0deg, #ead401 4.59%, #fe017e 95.41%);
}
.header-navbar-rht li > a.header-login img {
margin-right: 7px;
}
.user-menu {
float: right;
margin: 0;
position: relative;
z-index: 99;
}
.header a.nav-link {
color: var(--bs-main-link);
font-weight: 600;
text-decoration: none;
}
.user-menu.nav > li > a {
color: #fff;
font-size: 14px;
line-height: 58px;
padding: 0 15px;
height: 60px;
}
.user-menu.nav > li > a:focus,
.user-menu.nav > li > a:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:focus i,
.user-menu.nav > li > a:hover i {
color: #fff;
}
.user-img {
display: inline-block;
position: relative;
}
.user-img > img {
height: 40px;
object-fit: cover;
width: 40px;
border: 3px solid #fff;
outline: 3px solid #d9d9d9;
}
.user-menu.nav > li > a.mobile_btn {
border: 0;
position: relative;
padding: 0;
margin: 0;
cursor: pointer;
}
.user-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px 15px;
}
.user-header .user-text {
margin-left: 10px;
}
.user-header .user-text h6 {
font-size: 15px;
margin-bottom: 2px;
}
.user-header {
background-color: #f9f9f9;
display: flex;
padding: 10px 15px;
}
.user-menu.nav > li > a > i {
font-size: 1.5rem;
line-height: 60px;
}
.account-item .nav-link {
padding: 0.5rem 0;
}
.user-info {
margin-left: 10px;
}
.user-info h6 {
font-weight: 600;
font-size: 14px;
color: var(--bs-main);
margin-bottom: 4px;
}
.user-info p {
font-size: 12px;
color: var(--bs-second);
margin-bottom: 0;
}
.user-infos {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.header-top {
border-bottom: 1px solid #d9d9d9;
padding: 10px 0;
}
.header-top ul {
text-align: right;
}
.header-top ul li {
display: inline-block;
font-size: 14px;
margin-right: 25px;
}
.header-top ul li:last-child {
margin-right: 0;
}
.header-top .header-nav {
height: 68px;
}
.header-top .lang-select .select-icon {
color: var(--bs-main);
}
.main-nav li.megamenu > ul {
width: 100%;
}
.megamenu-wrapper {
padding: 25px 25px 0;
}
.header .cta-btn {
background: var(--bs-second);
border: 1px solid var(--bs-second);
border-radius: 40px;
display: flex;
color: #fff;
text-transform: capitalize;
min-width: 180px;
justify-content: center;
align-items: center;
padding: 10px;
font-weight: 700;
box-shadow: inset 0 0 0 0 #fff;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.header .cta-btn:hover {
background: #fff;
border: 1px solid var(--bs-second);
color: var(--bs-second);
box-shadow: inset 0 70px 0 0 #fff;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.header .cta-btn:hover a {
color: var(--bs-second-link);
}
.header .cta-btn a {
padding: 0;
border: 0;
color: #fff;
font-weight: 700;
}
.header .cta-btn a:hover {
background: 0 0;
}
.menu-header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 60px;
padding: 0 20px;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
display: none;
}
.menu-close {
font-size: 18px;
color: var(--bs-second);
}
.bar-icon {
display: inline-block;
width: 31px;
}
.bar-icon span {
background-color: var(--bs-second);
display: block;
float: left;
height: 3px;
margin-bottom: 7px;
width: 31px;
border-radius: 2px;
}
.bar-icon span:nth-child(2) {
width: 16px;
}
.bar-icon span:nth-child(3) {
margin-bottom: 0;
}
#mobile_btn {
display: none;
margin-right: 30px;
}
.main-menu-wrapper {
margin: 0 15px 0;
}
.navbar-brand.logo-small {
display: none;
}
.navbar-brand.logo-small img {
max-height: 40px;
width: 30px;
}
.banner-section {
background: #f3f3f3;
position: relative;
}
.banner-section p {
color: var(--bs-main);
margin-bottom: 30px;
}
.banner-section p.explore-text span {
color: #fff;
background: var(--bs-main);
padding: 12px 35px;
border-radius: 50px;
font-size: 18px;
display: inline-block;
}
.section-search {
position: relative;
padding: 140px 0;
}
.banner-section h1 {
font-weight: 800;
font-size: 50px;
color: var(--bs-third);
margin-bottom: 25px;
}
.banner-section h1 span {
color: var(--bs-second);
}
.banner-circle img {
filter: invert(1) brightness(100);
}
.banner-circle {
position: absolute;
left: -181px;
top: 0;
width: 300px;
height: 300px;
}
.search-box label {
color: var(--bs-second);
font-weight: 600;
}
.search-box .search-input {
margin: 0 15px 0 0;
}
.search-box .group-img input {
padding: 14px 9px 14px 35px;
border: 1px solid #e3e3e3;
border-radius: 10px;
min-width: 196px;
}
.search-box .group-img input::placeholder {
color: #8d8d8d;
}
.search-box .group-img i {
top: 18px;
color: #8d8d8d;
}
.arrow-img {
position: absolute;
top: 157px;
left: auto;
right: 120px;
}
.banner-imgs img {
max-width: 580px;
}
.category-section {
padding: 100px 0 75px;
}
.section-heading h2,
.section-heading h3 {
font-weight: 700;
font-size: 36px;
color: var(--bs-third);
margin: 0 0 15px;
display: flex;
align-items: center;
}
.section-heading h2 span {
border-radius: 57%;
padding: 5px 2px;
font-size: 32px;
}
.section-heading h2 span {
color: #fff;
background: #e91414;
height: 70px;
width: 70px;
display: flex;
align-items: center;
background-position: center center;
justify-content: center;
}
.section-heading h2 span.title-left {
margin-left: 10px;
}
.section-heading h2 span.title-right {
margin-right: 10px;
}
.btn-view {
background: #fff;
border: 1px solid var(--bs-second);
border-radius: 6px;
padding: 6px 26px;
color: var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-view:focus,
.btn-view:hover {
background: var(--bs-second);
border: 1px solid var(--bs-second);
color: #fff;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.category-section a h5 {
font-weight: 700;
color: var(--bs-third);
font-style: normal;
margin: 0 0 10px;
font-size: 16px;
}
.search-btn .btn-primary {
padding: 13px 28px;
border-radius: 10px;
display: block;
min-width: 143px;
}
.search-btn .btn-primary i {
margin: 0 5px 0 0;
}
.category-section a.category-links {
border: 1px solid #f3f3f3;
border-radius: 10px;
padding: 16px;
display: inline-block;
text-align: center;
margin: 0 0 25px 0;
width: 100%;
}
.owl-next {
margin: 0 12px 0 0;
border: 1px solid #dee2e7;
border-radius: 10px;
color: #7f7f7f;
background: #fff;
width: 44px;
height: 44px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.owl-next {
margin-right: 0;
}
.owl-next:hover {
border: 1px solid var(--bs-second);
color: #fff;
background: var(--bs-second);
box-shadow: 0 8px 18px -8px rgba(19, 16, 34, 0.15);
}
.category-section a.category-links span {
font-size: 14px;
font-weight: 400;
margin: 0 0 18px;
display: block;
color: #666;
}
.category-section a.category-links:hover {
background: var(--bs-main-link);
border-color: var(--bs-main-link);
-webkit-transition: ease all 0.5s;
transition: ease all 0.5s;
}
.category-section a.category-links:hover h5,
.category-section a.category-links:hover span {
color: #fff;
}
.section-heading {
margin: 0 0 50px;
}
.featured-section {
background: #f9fafc;
padding: 100px 0;
}
.service-widget {
border: 1px solid #dee2e7;
border-radius: 10px;
position: relative;
}
p:last-child {
margin-bottom: 0;
}
.Featured-text {
background: #4c82f7;
border-radius: 5px;
color: #fff;
padding: 5px;
}
.service-content a {
font-size: 16px;
color: var(--bs-third);
}
.featured-section .service-content h3 {
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.service-content a:hover {
color: var(--bs-second-link);
}
.featured-slider .featured-info img {
margin-right: 4px;
}
.featured-info {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
font-size: 14px;
}
.featured-info a {
font-size: 14px;
}
.service-content {
padding: 10px;
}
.serv-info {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
margin: 14px 0 0;
}
.featured-location,
.serv-info span {
font-size: 14px;
}
.serv-info h6 {
color: var(--bs-second);
}
a:focus,
a:hover {
text-decoration: none;
outline: 0;
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
}
.service-img .serv-img {
border-radius: 10px 10px 0 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
width: 100%;
}
.location-info-details .location-img img {
border-radius: 10px;
}
.location-info:last-child {
margin-right: 0;
}
.location-details {
flex-wrap: wrap;
justify-content: space-between;
}
.latestad-section {
padding: 100px 0 75px;
background: #fff;
}
.cta-section {
padding: 100px 0;
background-image: url(//www.eglise-catholique.com/wp-content/themes/localeov2/img/whitebg.webp);
background-repeat: no-repeat;
background-position: right center;
}
.cta-sectionl, .faq-section {
padding: 100px 0;
background-image: url(//www.eglise-catholique.com/wp-content/themes/localeov2/img/whitebgl.webp) !important;
background-repeat: no-repeat !important;
background-position: right bottom !important;
background-color:#fff !important;
}
.devis-section {
background-image: url(//www.eglise-catholique.com/wp-content/themes/localeov2/img/whitedevissm.png) !important;
background-repeat: no-repeat !important;
background-position: left bottom !important;
background-color: #fff !important;
}
.cta-section h3 {
color: var(--bs-third);
font-size: 36px;
font-weight: 700;
margin: 0 0 25px;
}
.cta-section h3 span {
color: var(--bs-third);
}
.cta-content p {
margin-bottom: 25px;
}
.price-card {
background: #fff;
border: 1px solid #f3f3f3;
border-radius: 10px;
padding: 20px;
z-index: 1;
position: relative;
overflow: hidden;
}
.price-head h3,
.price-head span {
font-size: 28px;
font-weight: 800;
margin: 0 0 20px;
color: var(--bs-third);
}
.price-head h4 span {
font-size: 14px;
font-weight: 400;
color: #666;
}
.price-body li,
.price-body p {
line-height: 27px;
color: #666;
margin: 0 0 20px;
}
.price-body li {
line-height: 20px;
position: relative;
padding: 5px 0 0 30px;
margin: 0 0 15px;
}
.price-body ul {
margin: 0 0 20px;
}
.price-body ul li:before {
background-image: url(//www.eglise-catholique.com/wp-content/themes/localeov2/assets/img/pricingli-bg.svg);
}
.price-body ul li:before {
position: absolute;
content: "";
top: 4px;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
}
.price-card:hover::before {
position: absolute;
content: "";
top: 0;
right: 0;
width: 100%;
left: auto;
height: 120px;
background-image: url(//www.eglise-catholique.com/wp-content/themes/localeov2/assets/img/pricingcircle.png);
background-repeat: no-repeat;
z-index: 2;
opacity: 0.4;
background-position: right top;
}
.banner-elipse {
position: absolute;
bottom: 0;
}
.price-card:hover,
.price-card:hover .price-head h4,
.price-card:hover .price-head h4 span {
color: #fff;
}
.price-card:hover .price-body li,
.price-card:hover .price-body p {
color: #fff;
}
.price-card {
transition: all 0.5s ease-in-out;
-webkit-transition: ease all 0.5s;
}
.price-card:hover {
background: var(--bs-second);
transition: all 0.5s ease-in-out;
-webkit-transition: ease all 0.5s;
}
.price-card:hover .price-body ul li:before {
background-image: url(//www.eglise-catholique.com/wp-content/themes/localeov2/assets/img/pricinglihover-bg.svg);
}
.blog-section {
padding: 100px 0;
}
.grid-blog .blog-image {
overflow: hidden;
border-radius: 10px 10px 0 0;
}
.service-img {
position: relative;
overflow: hidden;
border-radius: 10px 10px 0 0;
}
.blog-image,
.blog-image img,
.blog-image > a {
display: block;
position: relative;
width: 100%;
height: auto;
}
.blog-content .entry-meta {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 0 15px;
}
.blog-image img,
.blog-img img {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
width: 100%;
max-height: 180px;
}
.blog-image:hover img,
.blog-img:hover img,
.service-img:hover img {
-webkit-transform: scale(1.05) rotate(5deg);
-moz-transform: scale(1.05) rotate(5deg);
transform: scale(1.05) rotate(5deg);
}
.bloglist-widget .blog-image:hover img {
-webkit-transform: scale(1.05) rotate(7deg);
-moz-transform: scale(1.05) rotate(7deg);
transform: scale(1.05) rotate(7deg);
}
.blog-section .grid-blog .entry-meta li {
margin: 0;
}
.grid-blog .entry-meta li {
margin-bottom: 15px;
font-size: 12px;
color: #9c9c9c;
}
.blog.grid-blog .post-author a {
margin-bottom: 15px;
font-size: 12px;
color: #9c9c9c;
}
.entry-meta li {
display: inline-block;
}
.grid-blog .blog-title {
line-height: 30px;
margin: 0 0 15px;
}
.grid-blog .entry-meta li.date-icon i {
color: var(--bs-main);
margin-right: 5px;
opacity: 0.5;
}
.grid-blog {
border: 1px solid #f3f3f3;
border-radius: 10px;
}
.grid-blog:hover {
box-shadow: 0 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}
.post-author a {
font-size: 14px;
}
.blog-content {
padding: 20px;
}
.post-author a:hover {
color: var(--bs-second-link);
}
.blog-category a {
background: #dee2e7;
padding: 4px 11px;
border-radius: 4px;
font-size: 12px;
color: var(--bs-main-link);
margin: 0 13px 0 0;
display: inline-block;
line-height: normal;
}
.blog-category a:hover {
background: var(--bs-second-link);
color: #fff;
}
.grid-blog .blog-title a {
font-size: 20px;
font-weight: 600;
line-height: 24px;
color: var(--bs-third);
}
.grid-blog .post-author {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.blog-content .post-author {
display: flex;
align-items: center;
}
.bloglisting .grid-blog .post-author a {
margin: 0;
}
.bloglisting .grid-blog .post-author-img img {
border-radius: 50px;
}
.grid-blog .blog-title a:hover {
color: var(--bs-second-link);
}
.blog-content p {
font-size: 15px;
margin: 0 0 15px;
}
.bloglisting .blog-content p {
line-height: 27px;
}
.blog-content .blog-description {
margin: 0 0 5px 0;
line-height: 27px;
height: 88px;
overflow: hidden;
text-overflow: ellipsis;
}
.blog-image img {
border-radius: 10px 10px 0 0;
}
.lateestads-content .service-widget {
margin-bottom: 25px;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap {
position: fixed;
right: 12px;
bottom: 25px;
height: 35px;
width: 35px;
cursor: pointer;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
box-shadow: inset 0 0 0 2px rgb(75 64 237 / 20%);
z-index: 99;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
transform: translateY(15px);
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
}
.progress-wrap svg.progress-circle path {
stroke: var(--bs-second);
stroke-width: 4;
box-sizing: border-box;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap::after {
position: absolute;
content: "\f062";
font-family: FontAwesome;
text-align: center;
line-height: 35px;
font-size: 17px;
color: var(--bs-second);
left: 0;
top: 0;
height: 35px;
width: 35px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.featured-slider.grid-view .card {
background: #fff;
padding: 0;
border: 1px solid #e3e3e3;
box-shadow: none;
border-radius: 10px;
margin-bottom: 0;
}
.featured-slider.grid-view .card:hover {
box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0 4px 9px -1px rgba(19, 16, 34, 0.03);
}
.featured-slider.grid-view .lateestads-content .card {
margin-bottom: 25px;
}
.owl-carousel.featured-slider.grid-view .owl-item .bloglist-content img {
width: auto;
display: inline;
margin-right: 5px;
border-radius: 50px;
}
.grid-view.featured-slider .blog-img {
border-radius: 10px 10px 0 0;
}
.grid-view.featured-slider .bloglist-content .blogfeaturelink {
display: flex;
margin: 15px 0;
align-items: center;
justify-content: space-between;
}
.blog-location-details .location-info i {
margin-right: 5px;
color: var(--bs-main);
opacity: 0.6;
}
.blog-location-details .location-info i.fa-calendar-days {
opacity: 0.5;
}
.blog-location-details .location-info {
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
}
.details-description {
padding-top: 65px;
padding-bottom: 30px;
background: #fff;
box-shadow: 3px 5px 13px rgb(222 226 231 / 44%);
}
.author-img {
margin: 0 20px 0 0;
border-radius: 50%;
}
.details-main-wrapper {
background: #f9fafc;
padding: 70px 0;
}
.card {
background: #fff;
padding: 25px;
box-shadow: 3px 5px 13px rgba(222, 226, 231, 0.44);
margin: 0 0 25px;
border: 0;
}
.card-header h4 {
font-size: 20px;
margin: 0 0 0 12px;
}
.card .bar-icon {
margin: 5px 0 0;
}
.bar-icon span {
margin-bottom: 5px;
}
.details-main-wrapper .card-header {
padding: 0 0 25px;
border-bottom: 1px solid #dee2e7;
margin: 0 0 25px;
display: flex;
border-radius: 0;
background: 0 0;
}
.card-header i {
color: var(--bs-second);
font-size: 28px;
}
.details-main-wrapper .card-header i {
font-size: 24px;
}
.details-main-wrapper .card-body {
padding: 0;
}
.bar-icon span:nth-child(2) {
width: 20px;
}
.bar-icon span:nth-child(3) {
width: 16px;
}
.card p {
line-height: 25px;
}
.feature-img {
background: #f1f1f1;
padding: 11px;
border-radius: 50%;
margin: 0 15px 0 0;
}
.feature-img img {
width: 28px;
height: 28px;
}
.btn-primary {
padding: 10px 34px;
border-radius: 8px;
}
.listings-sidebar .card,
.rightsidebar .card {
background: #fff;
padding: 25px;
border-radius: 10px;
margin-bottom: 25px;
}
.list-content .blog-pagination {
margin-bottom: 25px;
}
.listings-sidebar .card h4,
.rightsidebar .card h4 {
border-bottom: 1px solid #dee2e7;
padding: 0 0 20px 0;
font-size: 20px;
color: var(--bs-third);
margin: 0 0 25px;
display: flex;
align-items: center;
}
.listings-sidebar .card h4 i,
.rightsidebar .card h4 i {
color: var(--bs-second);
margin: 0 10px 0 0;
}
.listings-sidebar .card h4 img,
.rightsidebar .card h4 img {
margin: 0 8px 0 0;
}
.card .info-list {
margin: 12px 0 0 0;
}
.info-list li {
display: flex;
align-items: center;
}
.info-list li img {
margin-right: 10px;
color: var(--bs-second);
}
.info-list li i {
color: var(--bs-second);
margin-right: 10px;
font-size: 20px;
}
.rightsidebar .card ul.info-list li {
justify-content: normal;
}
.rightsidebar .card ul li {
padding-bottom: 18px;
display: flex;
justify-content: space-between;
align-items: center;
}
.rightsidebar .card ul li span {
color: var(--bs-third);
}
.grid-listview ul {
display: flex;
}
.grid-listview ul li {
margin: 0 10px 0 0;
}
.grid-listview ul li:last-child {
margin-right: 0;
}
.breadcrumb {
justify-content: center;
margin: 0;
}
.breadcrumb li a:hover {
color: var(--bs-second-link);
}
.breadcrumb-title {
font-size: 36px;
font-weight: 700;
color: #fff;
}
.breadcrumb-bar {
background: #384b5c;
padding: 170px 0 90px;
position: relative;
z-index: 1;
width: 100%;
background: url(//www.eglise-catholique.com/wp-content/themes/localeov2/img/optimisation-simulation-finance.jpg) no-repeat;
background-size: cover;
}
.breadcrumb-bg {
position: absolute;
width: 100%;
top: 0;
height: 100%;
}
.breadcrumb-bg img {
height: 234px;
opacity: 0.1;
}
.breadcrumb li a,
.breadcrumb-item.active {
color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active {
color: #fff;
}
.listings-sidebar {
background: #fff;
border-radius: 10px;
box-shadow: 0 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}
.list-content {
background: #f9fafc;
padding: 70px 0 45px;
}
.filter-content {
margin-bottom: 20px;
color: #8d8d8d;
}
.listings-sidebar .filter-content.amenities,
.listings-sidebar .filter-content.region {
margin-bottom: 30px;
}
.listings-sidebar .filter-content.radius {
margin-bottom: 15px;
}
.filter-content .form-control,
.filter-content.form-control input {
color: var(--bs-main);
}
.filter-content.looking-input input {
border: 1px solid #e3e3e3;
border-radius: 8px;
color: var(--bs-main);
min-height: 52px;
}
.filter-content.form-group .input-placeholder input::placeholder,
.filter-content.form-group input::placeholder {
color: #8d8d8d;
}
.filter-content .group-img i {
color: #8d8d8d;
top: 18px;
}
.group-img {
position: relative;
}
.group-img input {
padding: 6px 15px 6px 35px;
}
.slider-title {
font-size: 16px;
font-weight: 700;
color: var(--bs-main);
}
.group-img i {
position: absolute;
top: 16px;
left: 14px;
color: var(--bs-main);
}
.filter-content .custom_check {
color: #9c9c9c;
display: inline-block;
position: relative;
font-size: 14px;
font-size: 0.9375rem;
padding-left: 30px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
top: -6px;
margin: 0;
}
.filter-content.amenities li {
margin-bottom: 10px;
}
.filter-content .custom_check input:checked ~ .checkmark {
background-color: var(--bs-second);
border: 1px solid var(--bs-second);
}
.filter-content .custom_check input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.filter-content .custom_check input:checked ~ .checkmark:after {
display: block;
}
.card .filter-content.amenities h4 {
border-bottom: none;
padding: 0 0 5px 0;
margin: 0 0 20px;
}
.card .filter-content .slider-info {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 0 20px;
}
.card .filter-content .slider-info h4 {
margin: 0;
}
.card .amenities .form-group {
display: flex;
}
.card .amenities .form-group input {
margin: 0 10px 0 0;
}
.form-group input::placeholder {
color: #b7b7b7;
}
.card .amenities .form-group input:last-child {
margin-right: 0;
}
.amenities .search-btn {
display: flex;
flex-direction: column;
margin: 20px 0 0 0;
}
.amenities .search-btn .btn {
margin: 0 0 20px;
}
.grid-listview a.active,
.grid-listview a:hover {
background: var(--bs-second-link);
border-color: var(--bs-second-link);
color: #fff;
}
.grid-listview a {
background: #fff;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #edf1f1;
color: rgba(104, 97, 109, 0.5);
border-radius: 5px;
}
.sorting-div {
color: #666;
margin: 0 0 25px;
}
.count-search span {
color: var(--bs-second);
}
.blog-listview .card {
padding: 0;
border: 1px solid #f1f1f1;
box-shadow: none;
}
.blog-listview .card-body {
padding: 25px;
}
.blog-listview .blog-img {
position: relative;
overflow: hidden;
width:270px;
border-radius: 0px 10px 10px 0px;
}
.blog-listview .bloglist-content {
width: calc(100% - 294px);
}
.list-content .blog-listview .blog-img:hover {
border-radius: 10px 0 0 10px;
}
.blog-listview .card .blog-widget {
display: flex;
width: 100%;
align-items: center;
}
.bloglist-content .blogfeaturelink {
display: flex;
align-items: center;
}
.bloglist-content .blog-features {
margin: 0 15px 0 0;
font-size: 12px;
}
.bloglist-content .blog-author {
display: flex;
align-items: center;
}
.bloglist-content .blog-author .blog-author-img {
border-radius: 50px;
width: 25px;
height: 25px;
margin: 0 8px 0 0;
}
.bloglist-content .blog-author-img img {
margin: 0 5px 0 0;
border-radius: 50px;
width: 25px;
height: 25px;
}
.bloglist-content .blogfeaturelink i,
.bloglist-content .blogfeaturelink img {
margin: 0 5px 0 0;
}
.blog-location-details {
display: flex;
align-items: center;
font-size: 12px;
justify-content: space-between;
margin: 0 0 15px;
}
.blog-listview .Featured-text {
font-size: 14px;
padding: 7px 10px;
}
.blogfeaturelink a {
color: #9c9c9c;
font-size: 12px;
}
.blogfeaturelink a:hover,
.blogfeaturelink a:hover i {
color: var(--bs-second-link);
}
.blog-listview h2,
.blog-listview h6 {
font-size: 18px !important;
font-weight: 600 !important;
margin: 15px 0 15px !important;
white-space: nowrap !important;
width: 395px !important;
text-overflow: ellipsis !important;
overflow: hidden !important;
}
.blog-listview h2 a:hover,
.blog-listview h6 a:hover {
color: var(--bs-second-link) !important;
}
.blog-listview .card p {
font-size: 12px;
line-height: 25px;
color: #9c9c9c;
margin-bottom: 15px;
}
.blog-pagination .pagination {
margin-top: 0;
}
.bloglisting .blog-pagination .pagination {
margin-bottom: 25px;
}
.pagination-center {
justify-content: center;
display: flex;
width: 79%;
}
.pagelink ul {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 0 10px;
}
.pagelink ul li a {
border: 1px solid #dee2e7;
background: #fff;
border-radius: 10px;
color: var(--bs-third);
padding: 10px 19px;
margin: 0 12px 0 0;
width: 46px;
height: 46px;
display: flex;
justify-content: center;
align-items: center;
}
.pagelink ul li a:hover {
background: var(--bs-main-link);
border-color: var(--bs-main-link);
color: #fff;
}
.pagelink .page-item:first-child .page-link {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.pagelink .page-item:last-child .page-link {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.pagelink .active > .page-link {
background: var(--bs-main-link);
color: #fff;
border: 1px solid var(--bs-main-link);
}
.page-link:focus {
box-shadow: none;
}
.nextlink a:focus,
.nextlink a:hover {
background: #fff;
color: var(--bs-main-link);
box-shadow: none;
}
.nextlink a {
color: var(--bs-main-link);
min-width: 150px;
padding: 10px 38px;
}
.nextlink a:hover {
background: var(--bs-second-link);
border-color: var(--bs-main-link);
color: #fff;
}
.nextlink a:hover i {
color: #fff;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
border-radius: 10px;
}
.nextlink a i {
color: var(--bs-second-link);
}
.nextlink a i {
margin-left: 5px;
}
.sorting-div .col-lg-8 {
justify-content: flex-end;
display: flex;
padding-right: 0;
}
.map-section {
position: relative;
}
.list-content .grid-view .card {
background: #fff;
padding: 0;
border: 1px solid #e3e3e3;
box-shadow: none;
border-radius: 10px;
margin-bottom: 25px;
}
.list-content .grid-view .card:hover {
box-shadow: 0 4.4px 20px -1px rgb(19 16 34 / 5%), 0 4px 9px -1px rgb(19 16 34 / 3%);
}
.grid-view .blog-img {
overflow: hidden;
position: relative;
border-radius: 10px 10px 0 0;
z-index: 1;
}
.grid-view .card-body {
position: relative;
padding: 25px;
}
.grid-view .grid-author {
position: absolute;
top: -18px;
z-index: 2;
border-radius: 50px;
}
.grid-view .grid-author img {
border-radius: 50px;
width: 40px;
height: 40px;
}
.grid-view .bloglist-content .blogfeaturelink {
margin: 15px 0;
}
.grid-view .bloglist-content .blog-author span {
font-size: 12px;
}
.grid-view .card h3 {
margin: 0 0 15px;
width: 100%;
color: var(--bs-third);
font-size: 18px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.grid-view .card h3 > a {
color: var(--bs-third);
}
.grid-view .card h3 > a:hover {
color: var(--bs-second-link);
}
.grid-view .Featured-text {
background: #4c82f7;
padding: 7px 10px;
}
.grid-view .blog-pagination .pagination {
margin: 0;
}
.grid-view .blog-author span,
.grid-view .blog-location-details {
color: #9c9c9c;
font-size: 12px;
}
.pro-content h3 a {
color: #fff;
font-size: 16px;
margin: 0 0 15px;
}
.pro-content {
position: absolute;
left: 15px;
top: 25px;
}
.pro-content h3 {
font-weight: 400;
line-height: 20px;
align-items: center;
display: flex;
line-height: 20px;
height: 20px;
margin: 0 0 5px;
}
.bloglist-section {
background: #f9fafc;
}
.bloglist-section {
padding: 70px 0 45px;
}
.bloglist-section .post-author a:hover {
color: var(--bs-second-link);
}
.bloglist-section .grid-blog {
background: #fff;
margin-bottom: 25px;
}
.bloglist-section .grid-blog .entry-meta li,
.bloglist-section .post-author a {
font-size: 12px;
color: #9c9c9c;
}
.bloglist-section .blog-content {
padding: 0 20px 20px;
}
.bloglist-section .grid-blog .entry-meta li.date-icon i {
color: var(--bs-main);
margin: 0 5px 0 0;
opacity: 0.5;
}
.bloglist-section .post-author img {
margin: 0 5px 0 0;
}
.blogcategories-list {
padding: 0 0 0 17px;
color: #666;
}
.blogcategories-list li a:hover {
color: var(--bs-second-link);
}
.rightsidebar .card ul.blogcategories-list li {
list-style: disc;
display: list-item;
}
.bloglisting .grid-blog .entry-meta li {
margin: 0;
}
.rightsidebar .card ul.blogcategories-list li:last-child {
padding: 0;
}
.map-listing {
height: calc(100vh - 85px);
width: 100%;
margin-top: -29px;
}
.map-right {
bottom: 0;
height: 100%;
min-height: 100%;
padding-right: 30px;
position: fixed;
right: 0;
top: 115px;
z-index: 1029;
}
.rightsidebar .card .article {
position: relative;
border-radius: 10px;
margin: 0 0 25px;
}
.rightsidebar .card .article a {
display: block;
padding: 100px 0;
border-radius: 10px;
position: relative;
z-index: 1;
border-radius: 10px;
background-repeat: no-repeat;
background-size: cover;
}
.rightsidebar .card .article a:after {
content: "";
background: linear-gradient(0deg, #000 16.31%, rgba(0, 0, 0, 0) 100%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
border-radius: 10px;
}
.blogsidebar .filter-content {
margin-bottom: 0;
}
.rightsidebar .card .article ul {
position: absolute;
bottom: 20px;
color: #fff;
left: 20px;
}
.rightsidebar .card .article ul li {
padding-bottom: 0;
display: block;
}
.rightsidebar .card .article ul h5,
.rightsidebar .card .article ul h6 {
color: #fff;
font-weight: 500;
font-size: 20px;
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
}
.rightsidebar .card .article:last-child {
margin: 0;
}
.rightsidebar .card .article li i {
color: var(--bs-second);
margin-right: 5px;
}
.rightsidebar .card .article ul h5:hover,
.rightsidebar .card .article ul h6:hover {
color: var(--bs-second);
}
.bloglisting .blog-image {
border-radius: 10px 10px 0 0;
}
.bloglisting .grid-blog .entry-meta li.date-icon i {
color: #666;
margin-right: 5px;
opacity: 0.5;
}
.blog-content .post-author-img,
.bloglist-content .post-author-img {
width: 25px;
margin-right: 7px;
}
.bloglist-content .post-author-img img,
.grid-blog .post-author img {
width: 25px;
height: 25px;
border-radius: 50px;
}
.bloglisting .grid-blog {
margin-bottom: 25px;
background: #fff;
}
.bloglisting {
background: #f9fafc;
padding: 70px 0 45px;
}
.blogbanner {
position: relative;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
text-align: center;
padding: 90px 0;
overflow: hidden;
z-index: 1;
min-height: 360px;
}
.blogbanner:after {
content: "";
background: linear-gradient(0deg, #000 16.31%, rgba(0, 0, 0, 0) 100%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.blogbanner-content {
position: absolute;
bottom: 40px;
text-align: center;
width: 70%;
color: #fff;
}
.blogbanner-content ul {
display: flex;
align-items: center;
justify-content: center;
}
.blogbanner-content h1 {
color: #fff;
font-weight: 700;
margin: 0 0 15px;
}
.blogbanner-content .post-author-img {
width: 32px;
height: 32px;
border-radius: 50px;
margin-right: 10px;
}
.blogbanner-content .post-author-img img {
border-radius: 50px;
width: 32px;
height: 32px;
}
.blogbanner-content .post-author {
display: flex;
align-items: center;
}
.blogbanner-content .post-author a:hover {
color: var(--bs-second-link);
}
.blogbanner-content .post-author a {
font-size: 16px;
color: #fff;
}
.blogbanner-content .entry-meta li {
margin-right: 20px;
}
.blogbanner-content .date-icon i,
.blogbanner-content .post-author img {
margin-right: 5px;
}
.blogbanner-content span.blog-hint {
background: #ffffff;
padding: 7px 12px;
border-radius: 4px;
margin: 0 0 15px;
display: inline-block;
font-size: 14px;
}
.tag-list {
display: flex;
justify-content: flex-end;
}
.contact-info {
text-align: center;
margin: 0 0 50px;
}
.contact-info h2 {
font-weight: 700;
color: var(--bs-second);
font-size: 36px;
margin: 0 0 20px;
}
.contact-info h2 span {
color: var(--bs-main);
}
.contact-info p {
font-size: 18px;
}
.work-section {
padding: 70px 0;
background: #f9fafc;
}
.work-section h2,
.work-section h3 {
color: var(--bs-third);
font-weight: 700;
text-align: center;
font-size: 36px;
margin: 0 0 30px;
}
.work-section .description {
text-align: center;
}
.work-section .work-info {
border: 1px solid #f9fafc;
padding: 25px;
background: #fff;
border-radius: 10px;
margin: 0;
box-shadow: 3px 5px 13px rgb(222 226 231 / 44%);
}
.work-section .work-info h5,
.work-section .work-info span {
color: var(--bs-second);
font-size: 60px;
margin: 30px 0;
font-weight: 800;
position: relative;
display: flex;
align-items: center;
}
.work-section .work-info h5:before,
.work-section .work-info span:before {
content: "";
border: 5px solid var(--bs-second);
display: inline-block;
width: 20px;
position: absolute;
right: 12px;
height: 20px;
background: 0 0;
color: #fff;
border-radius: 50px;
top: auto;
}
.work-section .work-info h5:after,
.work-section .work-info span:after {
content: "";
border-top: 2px solid var(--bs-second);
display: inline-block;
width: calc(100% - 110px);
position: relative;
top: auto; }
.work-section .work-info h3,
.work-section .work-info h6 {
font-size: 24px;
color: var(--bs-third);
font-weight: 800;
margin-bottom: 30px;
}
.work-heading {
margin: 0 0 50px;
}
.work-section .work-info p {
line-height: 27px;
color: #666;
}
.faq-section {
padding: 70px 0 120px;
background: #f9fafc;
}
.faq-section h2 {
font-size: 36px;
font-weight: 700;
margin: 50px 0 50px;
color: var(--bs-third);
}
.faq-section .faq-card {
background: #fff;
border-radius: 10px;
padding: 25px;
margin-bottom: 25px;
box-shadow: 0 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}
.faq-section h4 {
font-size: 20px;
color: var(--bs-third);
margin: 0;
}
.faq-section .faq-card .card-collapse p {
font-size: 15px;
margin: 20px 0 0;
border-top: 1px solid #ccc;
padding: 20px 0 0;
line-height: 27px;
}
.faq-title > a:not(.collapsed):after {
content: "\f068";
}
.faq-title > a:hover {
color: var(--bs-second-link);
}
.faq-title > a {
display: block;
position: relative;
padding-right: 60px;
color: var(--bs-third);
}
.faq-title > a:after {
font-family: Fontawesome;
font-weight: 900;
content: "\f067";
position: absolute;
top: 4px;
right: 0;
color: var(--bs-second-link);
font-size: 16px;
}
.login-content {
padding: 70px 0;
}
.login-wrap {
box-shadow: 0 4.4px 12px -1px rgb(19 16 34 / 6%), 0 2px 6.4px -1px rgb(19 16 34 / 3%);
padding: 25px;
border: 1px solid #f1f1f1;
border-radius: 10px;
}
.login-header {
text-align: center;
margin: 0 0 20px;
}
.login-header h3 {
font-size: 30px;
font-weight: 800;
color: var(--bs-third);
margin: 0 0 15px;
}
.login-wrap,
.login-wrap p {
color: #666;
background: #fff;
max-width: 425px;
margin: 0 auto;
}
.login-wrap .group-img input {
padding: 6px 15px 6px 38px;
min-height: 52px;
border: 1px solid #e3e3e3;
border-radius: 8px;
}
.login-wrap .group-img input::placeholder {
color: #b7b7b7;
}
.login-wrap .group-img i {
top: 18px;
}
.login-wrap .custom_check input {
position: absolute;
opacity: 0;
cursor: pointer;
}
.login-or {
text-align: center;
border-top: 1px solid #dee2e7;
padding: 30px 0 0;
color: #666;
}
.btn-google {
background: #fff;
border-radius: 4px;
color: #757575;
padding: 14px 10px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.084), 0 1px 1px rgba(0, 0, 0, 0.168);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
color: inherit;
background-color: inherit;
border-color: inherit;
}
.btn-google:hover {
color: var(--bs-second);
border: 1px solid var(--bs-second);
}
.btn-facebook,
.btn-facebook:focus,
.btn-facebook:hover {
background: #1877f2;
color: #fff;
margin: 20px 0;
padding: 12px 10px;
font-weight: 500;
}
.btn-facebook:hover {
background: var(--bs-second);
color: #fff;
}
.login-wrap .custom_check {
color: #9c9c9c;
position: relative;
padding: 0 0 0 30px;
}
.login-wrap .login-btn {
margin-top: 20px;
padding: 13px 25px;
}
.login-wrap .form-group {
margin-bottom: 20px;
}
.login-wrap .group-img i {
color: var(--bs-second);
}
.error-logo,
.error-wrap {
text-align: center;
}
.error-wrap {
margin-bottom: 85px;
}
.error-wrap h2 {
font-weight: 800;
margin: 30px 0 0;
color: var(--bs-third);
font-size: 45px;
}
.error-wrap .btn-primary {
padding: 10px 31px;
}
.error-wrap .error-img {
margin: 0 0 40px;
}
.listing-search {
display: flex;
justify-content: space-between;
}
.listing-table {
border-radius: 10px;
width: 100%;
}
.listing-table th {
background: var(--bs-second);
color: #fff;
}
.listing-table tr th:first-child {
border-radius: 10px 0 0 0;
padding-left: 20px;
}
.listing-table tr th:last-child {
border-radius: 0 10px 0 0;
}
.listing-table td,
.listing-table th {
padding: 20px 15px;
}
body table.listing-table.datatable {
border-collapse: collapse !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.listing-table tr {
border-bottom: 1px solid #dee2e7;
}
.listing-table tr:last-child {
border-bottom: none;
}
.listing-table tr:last-child td:first-child {
border-radius: 0 0 0 10px;
}
.listing-table h6:hover a {
color: var(--bs-second-link);
}
.listing-table h6 {
font-size: 16px;
color: var(--bs-third);
font-weight: 400;
}
.listing-table h6 a {
color: var(--bs-third);
}
.listing-table .cat-icon {
color: #666;
font-size: 14px;
}
.action {
display: flex;
align-items: center;
justify-content: flex-end;
}
.listing-table .action-btn {
background: #f1f1f1;
border-radius: 50px;
color: var(--bs-main);
width: 40px;
height: 40px;
display: flex;
margin: 0 10px 0 0;
padding: 0;
align-items: center;
justify-content: center;
}
.listing-table .action-btn:hover {
opacity: 0.7;
}
.listing-table .btn-view {
border: 1px solid #f1f1f1;
}
.listing-table tr td:first-child {
padding-left: 20px;
padding-right: 0;
}
.listing-table tr th:last-child {
text-align: center;
}
.listing-table tr td:last-child {
text-align: right;
padding-right: 20px;
}
.listing-table tr td:nth-child(4),
.listing-table tr th:nth-child(4) {
text-align: center;
}
.listing-table tr:first-child {
border-left: 0;
border-radius: 0;
border-top: 1px solid #dee2e7;
}
.media-img-wrap {
margin: 0 15px 0 0;
}
.social-info input {
background: #fff;
}
.social-info .group-img i {
color: var(--bs-second);
}
.media-section .media-image {
padding: 20px;
border: 1px solid #f1f1f1;
border-radius: 5px;
margin: 0 0 30px;
}
.media-section .media-image img {
border-radius: 10px;
width: 190px;
height: 190px;
}
.card.media-section {
margin: 0;
}
.media-section .media-title {
font-weight: 700;
color: var(--bs-main);
margin: 0 0 25px;
}
.animate-circle {
-webkit-animation: heartbit 1s ease-out;
animation: heartbit 3s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border: 20px solid var(--bs-second);
border-radius: 50%;
height: 100px;
position: absolute;
left: -50px;
top: -50px;
width: 100px;
z-index: -1;
}
@keyframes heartbit {
0% {
transform: scale(0);
opacity: 0;
}
25% {
transform: scale(0.1);
opacity: 0.1;
}
50% {
transform: scale(0.5);
opacity: 0.3;
}
75% {
transform: scale(0.8);
opacity: 0.7;
}
100% {
transform: scale(1);
opacity: 0;
}
}
.btn-grey {
background: var(--bs-main);
border: 1px solid var(--bs-main);
box-shadow: inset 0 0 0 #fff;
border-radius: 10px;
color: #fff;
font-weight: 500;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-grey:hover {
background: #fff;
border: 1px solid #fff;
border-radius: 10px;
color: var(--bs-main);
box-shadow: inset 0 70px 0 0 #fff;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.couple-img {
position: absolute;
top: -100px;
left: 50%;
transform: translateX(-50%);
z-index: -1;
}
.box-content p {
font-weight: 600;
text-align: center;
}
.box-content p span {
display: block;
white-space: nowrap;
}
.box-bottom .box-content {
top: 80%;
}
.box-content::before {
content: " ";
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 33px;
border-left: 1px solid #ff823b;
}
.box-content::after {
content: " ";
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 9px;
height: 9px;
background: var(--bs-second);
border-radius: 50%;
}
.box-top .box-content p {
margin-bottom: 20px;
}
.box-bottom .box-content p {
margin-top: 15px;
}
.box-bottom .box-content::before {
top: -33px;
}
.box-bottom .box-content::after {
top: 0;
}
.box-top .box-content::before {
bottom: -28px;
}
.box-top .box-content::after {
bottom: 2px;
}
.lang-select {
position: relative;
min-width: 100px;
}
.lang-select .select-icon {
position: absolute;
top: 55%;
left: 6px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 9;
color: #fff;
}
.search-group > ul {
display: flex;
justify-content: end;
}
.theme-btn {
border: 1px solid var(--bs-second);
background: var(--bs-second);
border-radius: 100px;
color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
min-width: 190px;
font-weight: 700;
box-shadow: inset 0 0 0 0 #fff;
color: var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.theme-btn:hover {
border: 1px solid var(--bs-second);
background: #fff;
color: var(--bs-second);
box-shadow: inset 0 70px 0 0 #fff;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.theme-btn:hover a {
color: var(--bs-second-link);
}
.theme-btn:hover a i {
color: #fff;
}
.theme-btn input {
color: #fff;
}
.theme-btn {
position: relative;
z-index: 1;
}
.theme-btn a {
display: flex;
align-items: center;
padding: 8px 8px 8px 30px;
column-gap: 10px;
font-size: 16px;
text-transform: capitalize;
justify-content: space-between;
color: #fff;
}
.theme-btn a p {
color: #fff;
margin: 0;
}
.theme-btn span {
background: var(--bs-main);
border-radius: 100px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.theme-btn span img {
width: auto !important;
}
.service-info-card .service-content .body-content {
margin-bottom: 30px;
}
.service-info-card .service-content .body-content p {
line-height: 27px;
}
.service-info-card .service-content .body-content p:not(:last-child) {
margin-bottom: 15px;
}
.service-list h6 {
font-weight: 500;
text-transform: capitalize;
margin: 0;
}
.service-list p {
font-size: 14px;
color: #525460;
margin: 0;
}
.box-style {
position: relative;
min-height: 450px;
overflow: hidden;
border-radius: 30px;
}
.box-style > img {
position: absolute;
object-fit: cover;
height: 100%;
width: 100%;
}
.box-style .theme-btn {
background: #fff;
border-color: #fff;
color: var(--bs-main);
box-shadow: inset 0 0 0 0 var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.box-style .theme-btn a {
width: 100%;
font-weight: 700;
color: var(--bs-main-link);
}
.box-style .theme-btn:hover {
border: 1px solid var(--bs-second);
box-shadow: inset 0 70px 0 0 var(--bs-second);
color: #fff;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.box-style .theme-btn:hover a {
color: #fff;
}
.box-style .theme-btn p {
color: #000;
}
.input-group-text {
border: 0 solid transparent;
background: 0 0;
}
.shadow-box h4 {
font-size: 20px;
color: var(--bs-main);
margin-bottom: 5px;
}
.mb-50 {
margin-bottom: 50px;
}
.list-style ul li:not(:last-child) {
margin-right: 23px;
}
.list-style ul {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.list-style ul li .count-style {
position: relative;
width: 35px;
height: 35px;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 500;
color: #000;
background: #fff;
}
.list-style ul li .position-style {
position: absolute;
font-family: "Oleo Script", cursive;
font-size: 38px;
color: rgba(0, 0, 0, 0.1);
left: 17px;
bottom: -5px;
}
.btn-style2 {
display: inline-block;
}
.btn-style2 a {
background: #fff;
border: 1px solid #fff;
border-radius: 100px;
padding: 12px 20px;
color: var(--bs-main-link);
font-weight: 700;
padding: 6px 10px 6px 19px;
display: flex;
align-items: center;
width: auto;
box-shadow: inset 0 0 0 0 var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-style2 a:hover {
border: 1px solid #fff;
box-shadow: inset 0 70px 0 0 var(--bs-second-link);
color: #fff;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.btn-style2 a .text-style {
margin-right: 14px;
font-size: 18px;
font-weight: 500;
}
.row-gap-14 {
row-gap: 14px;
}
.price-section {
background: url(//www.eglise-catholique.com/wp-content/themes/localeov2/assets/img/bg/recom-bg-02.png);
background-repeat: no-repeat;
background-position: left bottom, right bottom;
background-size: contain, 125px;
padding: 80px 0;
margin: 0 !important;
}
.blog-block {
background: #f5fcff;
padding: 80px 0;
margin: 0 !important;
position: relative;
}
.blog-block .grid-blog {
border: 1px solid #e3e3e3;
}
.blog-block .blog-content {
text-align: left;
}
.blog-block .theme-btn {
display: inline-flex;
min-width: auto;
}
.blog-block .theme-btn a {
padding: 5px 5px 5px 15px;
font-weight: 700;
}
.blog-block .theme-btn span {
margin-left: 20px;
font-weight: 700;
}
@keyframes jump {
to {
transform: translateY(-10px);
}
}
@keyframes jump1 {
to {
transform: translateX(-5px);
}
}
.cat-wrap {
background: #fff;
border: 1px solid #f1f1f1;
box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0 4px 9px -1px rgba(19, 16, 34, 0.03);
border-radius: 10px;
padding: 20px;
text-align: center;
position: relative;
}
.cat-wrap .cat-img {
height: 64px;
margin-bottom: 22px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cat-wrap img {
width: auto !important;
margin: 0 auto;
}
.cat-wrap h5 {
margin-bottom: 20px;
}
.cat-wrap span {
width: 50px;
height: 50px;
background: rgba(234, 234, 234, 0.47);
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
}
.cat-wrap a {
width: 50px;
height: 50px;
background: #292d32;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
color: #fff;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
opacity: 0;
}
.cat-wrap:hover a {
bottom: 20px;
opacity: 1;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
}
.space-section {
background: #f5f8fd;
}
.space-wrap {
background: #fff;
box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0 4px 9px -1px rgba(19, 16, 34, 0.03);
border-radius: 10px;
margin-bottom: 24px;
}
.space-img {
overflow: hidden;
position: relative;
border-radius: 10px;
}
.space-img img {
width: 100%;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
border-radius: 10px;
}
.space-img:hover img {
-webkit-transform: scale(1.35) rotate(15deg);
-moz-transform: scale(1.35) rotate(15deg);
transform: scale(1.35) rotate(15deg);
}
.space-img .featured-text {
background: #ffba08;
border-radius: 5px;
color: #fff;
font-weight: 500;
font-size: 14px;
padding: 5px 12px;
}
.space-content {
position: relative;
padding: 20px;
}
.space-cat {
width: 55px;
height: 55px;
background: #f5f8fd;
box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0 4px 9px -1px rgba(19, 16, 34, 0.03);
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: -28px;
right: 10px;
}
.space-cat img {
width: 35px;
}
.space-content h5 {
font-size: 20px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: 8px;
}
.space-content h5 a:hover {
color: var(--bs-second-link);
}
.space-content ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
border-bottom: 1px solid #f1f1f1;
margin-bottom: 18px;
}
.space-content ul li {
margin-bottom: 10px;
}
.space-content ul li a {
color: #b7b7b7;
}
.space-content ul li a:hover {
color: var(--bs-second-link);
}
.space-content .price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.space-content .price span {
font-size: 20px;
font-weight: 600;
color: var(--bs-third);
}
.space-content .price img {
width: 30px;
height: 30px;
border-radius: 50%;
margin-right: 10px;
}
.more-btn {
padding: 6px 32px;
}
.pricing-section {
background: url(//www.eglise-catholique.com/wp-content/themes/localeov2/assets/img/bg/cate-bg.png), #fff;
background-size: cover;
padding: 80px 0;
}
.price-wrap {
background: #fff;
box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0 4px 9px -1px rgba(19, 16, 34, 0.03);
border-radius: 10px;
margin: 30px 0;
}
.check {
display: block;
margin: 0;
padding: 0;
width: 0;
height: 0;
visibility: hidden;
opacity: 0;
pointer-events: none;
position: absolute;
}
.section-heading.heading-five {
padding-bottom: 5px;
}
.section-heading.heading-five h2 {
justify-content: center;
}
.feature-section {
background: #fff;
padding: 80px 0 65px;
}
.adventure-section {
background: var(--bs-second);
padding: 80px 0;
}
.adventure-info p {
color: #fff;
margin-bottom: 20px;
}
.advent-info {
margin-bottom: 40px;
}
.adventure-info .section-heading.heading-five h2,
.adventure-info .section-heading.heading-five h6,
.adventure-info .section-heading.heading-five span {
color: #fff;
}
.adventure-info .section-heading.heading-five::after,
.adventure-info .section-heading.heading-five::before {
left: 0;
transform: translateX(0);
}
.adventure-info .section-heading.heading-five::after {
background: #fff;
}
.adventure-info .btn {
padding: 9px 23px;
border-radius: 6px;
}
.price-five.active {
background: var(--bs-second);
}
.price-head-five.section-heading {
margin: 0 0 70px;
}
.price-five.price-card {
box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0 4px 13px -2px rgba(19, 16, 34, 0.06);
border-radius: 24px;
border: 0;
}
.price-five.active .price-body h4,
.price-five.active .price-body h4 span,
.price-five.active .price-body li {
color: #fff;
}
.latest-blog-five {
padding: 80px 0 65px;
}
.articles-grid {
padding: 15px;
margin-bottom: 25px;
border: 2px solid #f1f1f1;
border-radius: 10px;
}
.articles-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
}
.articles-img {
position: relative;
overflow: hidden;
border-radius: 8px;
width: 205px;
height: 180px;
}
.articles-img img {
position: relative;
border-radius: 8px;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
width: 100%;
}
.articles-img:hover img {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
transform: scale(1.15);
}
.articles-img::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: "";
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
.articles-img:hover::before {
-webkit-animation: circle 1s;
animation: circle 1s;
}
.articles-content .articles-list {
margin-bottom: 10px;
}
.articles-content .articles-list li {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #525460;
margin-right: 15px;
}
.articles-content .articles-list li:last-child {
margin-right: 0;
}
.articles-content .articles-list li i {
font-size: 18px;
margin-right: 8px;
}
.articles-content h4,
.articles-content span {
font-weight: 600;
font-size: 18px;
margin-bottom: 10px;
}
.articles-content h4 a {
color: var(--bs-third);
}
.articles-content p {
color: #525460;
margin-bottom: 16px;
font-size: 15px;
}
.articles-read-more.btn {
background: #fff;
border: 1px solid #fff;
border-radius: 6px;
color: var(--bs-second);
font-weight: 600;
font-size: 15px;
padding: 8px 15px;
border: 1px solid var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
box-shadow: inset 0 0 0 var(--bs-second);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: inline-flex;
}
.articles-read-more.btn:hover {
background: var(--bs-second);
color: #fff;
border: 1px solid var(--bs-second);
box-shadow: inset 0 70px 0 0 var(--bs-second);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.articles-read-more.btn:hover:after {
content: "\f138";
font-family: "Font Awesome 6 Free";
padding-left:5px;
}
.header-six {
background: 0 0;
box-shadow: none;
}
.header.fixed.header-six {
background-color: var(--bs-second);
}
.header-six .bar-icon span {
background-color: #fff;
}
.header-six .header-top {
border-bottom: none;
}
.header-six .main-nav > li > a {
color: #fff;
font-weight: 400;
font-size: 16px;
}
.car-top-left li a {
color: #fff;
border-bottom: 2px solid #fff;
padding-bottom: 5px;
font-weight: 600;
}
.banner-section.banner-six {
background-color: var(--bs-second);
height: 700px;
display: flex;
align-items: center;
position: relative;
}
@keyframes drive {
80% {
transform: translateX(0);
}
100% {
transform: translateX(5px);
}
}
.banner-section.banner-six h1 {
font-size: 48px;
color: #fff;
}
.banner-section.banner-six p {
font-weight: 400;
font-size: 24px;
color: #fff;
margin: 29px 0;
}
.head-contact-six a,
.head-contact-six i {
color: #fff;
font-size: 14px;
}
.head-contact i {
font-weight: 600;
}
.header .car-list-btn {
background-color: #fff;
border-radius: 6px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 9px 28px;
gap: 8px;
}
.car-list-btn span {
color: var(--bs-second);
font-weight: 400;
font-size: 16px;
}
.footer-six {
background: #1a1a1a;
position: relative;
}
.footer-six-bg img {
position: absolute;
right: 0;
bottom: 0;
}
.footer-six-top-list ul li {
margin-bottom: 15px;
}
.footer-six-top-list ul li a {
font-weight: 400;
font-size: 16px;
color: #fff;
}
.footer-six-top-list h4 {
font-weight: 600;
font-size: 20px;
margin-bottom: 23px;
color: #fff;
}
.footer-six-top-list ul li:last-child {
margin-bottom: 0;
}
.footer-send-mail {
background: #fff;
padding: 8px 8px 8px 15px;
display: flex;
gap: 10px;
border-radius: 5px;
}
.footer-send-mail input {
border: none;
width: 78%;
}
.footer-send-mail a {
background: var(--bs-second);
border-radius: 5px;
padding: 13px 26px;
color: #fff;
transition: all 0.5s;
border: 1px solid var(--bs-second);
}
.footer-send-mail a:hover {
background: #fff;
color: var(--bs-second-link);
}
.social-icon-six ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
list-style: none;
padding: 0;
}
.social-icon-six ul li {
margin-right: 12px;
}
.social-icon-six ul li a {
color: #666;
font-size: 18px;
transition: all 0.4s ease 0s;
border-radius: 50%;
padding: 15px 15px;
border: 1px solid #666;
align-items: center;
display: flex;
justify-content: center;
height: 30px;
width: 30px;
}
.social-icon-six ul li a:hover {
color: var(--bs-second-link);
}
.social-icon-six ul li a:hover {
background: #fff;
border: 1px solid #fff;
}
.social-icon-six {
margin-top: 50px;
}
.social-icon-six h3 {
font-weight: 700;
font-size: 16px;
color: #fff;
margin-bottom: 14px;
}
.footer-six-center {
display: flex;
padding-top: 50px;
justify-content: space-between;
}
.footer-six-center-content a {
color: #fff;
font-weight: 600;
font-size: 16px;
}
.footer-six-center-content h6 {
font-weight: 500;
font-size: 14px;
color: #666;
}
.footer-six-center-list ul {
display: flex;
gap: 20px;
}
.footer-six-center-list ul li a {
color: #fff;
}
.footer-six-center-content a:hover,
.footer-six-center-list ul li a:hover,
.footer-six-top-list ul li a:hover {
color: var(--bs-second-link);
}
.custom-line {
background-color: var(--bs-main);
margin: 50px 0;
}
.footer-six-bottom {
display: flex;
align-items: center;
justify-content: center;
padding: 18px 0;
}
.footer-six-bottom p {
color: #e3e3e3;
font-weight: 400;
font-size: 14px;
}
.header-six .main-nav > li > a:hover {
color: #ffc107;
}
.header-six .main-nav .has-submenu.active > a {
color: #ffc107;
}
.head-contact-six:hover a,
.head-contact-six:hover i {
color: #ffc107;
}
.footer-six.footer-nine .footer-six-bottom {
padding-bottom: 0;
}
button.btn.car-search-icon:hover {
background: var(--bs-main);
color: #fff;
}
.featured-listing-section {
position: relative;
}
.feature-rent {
background: #fff;
box-shadow: 0 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0 2px 6.4px -1px rgba(19, 16, 34, 0.03);
position: relative;
margin-bottom: 20px;
border-radius: 10px;
}
.home-img-text {
padding: 20px;
}
.home-img-text h3 {
margin: 0;
padding: 25px 0;
max-width: 270px;
font-size: 20px;
}
.home-img-text h3 a {
color: #000;
font-weight: 600;
}
.home-img-text h3 a:hover {
color: var(--bs-second-link);
}
.feature-rent .green-logo {
position: absolute;
top: 0;
left: -1px;
}
.feature-home-img {
position: relative;
overflow: hidden;
border-radius: 10px;
}
.feature-home-img img {
transition: 0.5s all;
}
.feature-home-img:hover img {
transform: scale(1.14);
}
.property-counter {
background-color: var(--bs-second);
}
.property-counter-list h4 {
font-weight: 800;
font-size: 28px;
color: #fff;
margin-bottom: 8px;
}
.property-counter-list p {
color: #e3e3e3;
font-weight: 600;
font-size: 14px;
}
.property-for-rent {
position: relative;
}
.property-counter-float-bg img {
position: absolute;
}
.property-client-details {
display: flex;
flex-direction: column;
}
.property-client-details a {
color: var(--bs-main-link);
font-size: 20px;
}
.property-client-details span {
font-weight: 600;
font-size: 14px;
color: var(--bs-second);
}
.social-icon-six.social-icon-nine {
margin-top: 0;
}
.footer-six.footer-nine .footer-six-top-list ul {
list-style: disc;
padding-left: 20px;
}
.footer-six-top-list ul li::marker {
color: #fff;
}
.footer-nine .footer-six-bottom {
justify-content: space-between;
position: relative;
}
.footer-six-bg.footer-nine-bg img {
position: absolute;
right: unset;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.head-contact:hover a,
.head-contact:hover i {
color: var(--bs-second);
}
.header-seven {
background-color: transparent;
box-shadow: none;
}
.header-seven .main-nav > li > a {
color: #fff;
}
.header-seven .main-nav .has-submenu.active > a {
color: #fff;
background-color: transparent;
}
.header.header-seven.fixed .main-nav > li > a {
background-color: transparent;
color: #fff !important;
}
.header-seven .main-nav .has-submenu.active > a:before {
position: absolute;
content: "";
width: 0;
height: 0;
background: var(--bs-second-link);
border-radius: 50%;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
}
.header.header-seven a.nav-link {
color: #fff;
}
.header.header-eight.fixed a.nav-link {
color: var(--bs-main-link);
}
.header-seven .main-nav li a:hover {
color: var(--bs-second-link);
}
.header-seven.fixed .main-nav li a:hover {
color: var(--bs-second-link) !important;
}
.header-seven.fixed .main-nav .has-submenu.active > a {
color: var(--bs-second-link) !important;
}
.header-seven .header-navbar-rht li > a.header-login {
background-color: transparent;
border: 1px solid #fff;
color: #fff;
box-shadow: inset 0 0 0 #fff;
border-radius: 4px;
}
.header-seven .header a.nav-link {
color: #fff;
}
.header-seven.fixed .header-navbar-rht li > a.header-login {
background-color: var(--bs-second-link);
border: 1px solid var(--bs-second-link);
color: #fff;
}
.header-seven.fixed .header-navbar-rht li > a.header-login:hover {
background-color: #fff;
border: 1px solid var(--bs-second-link);
box-shadow: inset 0 70px 0 0 #fff;
color: var(--bs-second-link);
}
.header-seven.fixed {
background-color: var(--bs-third);
box-shadow: 0 3px 53px rgb(197 197 197 / 27%);
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
}
.header-seven .header-navbar-rht li > a.header-login:hover {
background-color: #fff;
border: 1px solid var(--bs-second-link);
box-shadow: inset 0 70px 0 0 #fff;
color: var(--bs-second-link);
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.banner-seven {
background: linear-gradient(102.93deg, var(--bs-main) 0, var(--bs-second) 100%);
}
.banner-seven .banner-imgs {
position: absolute;
bottom: 100px;
right: 200px;
}
.banner-seven .banner-imgs img {
max-width: 650px;
}
.banner-seven .section-search {
position: relative;
z-index: 9;
padding: 80px 0 0;
}
.banner-seven h6 {
font-size: 96px;
font-weight: 400;
color: #fff;
color: #bababa;
font-family: "Sassy Frass", cursive;
line-height: 0.8;
margin-bottom: 24px;
}
.banner-seven h1 {
color: #fff;
max-width: 612px;
}
.banner-seven p {
font-weight: 700;
color: #fff;
margin-bottom: 24px;
}
.banner-seven .search-box {
background: #fff;
border: 1px solid #fff;
border-radius: 10px;
padding: 15px;
max-width: 730px;
}
.banner-seven .search-box label {
font-weight: 700;
font-size: 16px;
color: #fff;
margin-bottom: 6px;
}
.banner-seven .search-box .form-control {
background: 0 0;
border: 0;
font-size: 14px;
color: #fff;
padding: 0;
min-height: 20px;
padding: 14px 9px 14px 35px;
}
.banner-seven::placeholder {
color: var(--bs-main);
}
.banner-seven .search-box .form-control::placeholder {
color: #fff;
}
.banner-seven .search-btn .btn-primary {
min-width: 180px;
}
.banner-seven .search-btn .btn-primary i {
margin: 0 0 0 10px;
}
.banner-seven .form-block {
justify-content: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: flex-start;
}
.banner-seven .main-banner-2 img {
position: absolute;
top: 8px;
right: 275px;
max-width: 140px !important;
animation: bouncing alternate infinite 1s;
}
@keyframes bouncing {
to {
transform: translateY(-10px);
}
}
@keyframes bouncing1 {
to {
transform: translateX(-5px);
}
}
.banner-seven .main-banner-3 img {
position: absolute;
max-width: 159px !important;
bottom: 15px;
right: -79px;
animation: bouncing alternate infinite 2s;
}
.banner-seven .main-banner-4 img {
position: absolute;
max-width: 95px !important;
bottom: 45px;
left: 39px;
animation: bouncing1 alternate infinite 2s;
}
.banner-seven .search-box .search-input {
margin: 0 15px 0 0;
border: 1px solid #e3e3e3;
border-radius: 8px;
}
.banner-seven .form-group {
position: relative;
}
.banner-seven .select-location i {
position: absolute;
left: 14px;
top: 18px;
color: #8d8d8d;
}
.banner-seven ::placeholder {
color: #b7b7b7 !important;
}
.banner-seven .home-banner {
padding-bottom: 200px;
}
.heading-img {
padding-right: 20px;
}
.section-heading-seven img {
margin-bottom: 10px;
}
.price-body li {
line-height: 27px;
color: #666;
margin: 0 0 20px;
}
.price-seven.active .price-head h4,
.price-seven.active .price-head h4 span,
.price-seven.active p,
.price-seven.active ul li {
color: #fff;
}
.footer-seven .stay-tuned {
color: #fff;
text-align: center;
border-radius: 10px;
margin-top: -88px;
padding: 50px;
position: relative;
overflow: hidden;
background: var(--bs-second);
background-repeat: no-repeat;
background-position: center;
}
.footer-seven .stay-tuned form {
display: block;
}
.footer-seven .footer-right-part {
position: relative;
}
.footer-seven .stay-tuned form .btn-primary:hover {
color: #fff;
border: 2px solid #fff;
background: var(--bs-second);
box-shadow: none;
}
.footer-seven .stay-tuned form .btn-primary {
font-weight: 400;
padding: 7px 30px;
font-size: 15px;
border-radius: 30px;
position: absolute;
top: 50%;
right: 10px;
color: var(--bs-second);
font-weight: 700;
border: 2px solid #fff;
transform: translateY(-50%);
}
.footer-seven .stay-tuned form input {
width: 100%;
min-height: 60px;
background: var(--bs-fond-mailchimp);
border-radius: 30px;
border: 2px solid #b8c2c4;
font-size: 14px;
margin: 0;
padding: 16px 110px 16px 45px;
color: #fff;
}
.footer-seven .stay-tuned .group-img i {
color: #fff;
position: absolute;
top: 22px;
left: 14px;
}
.footer-seven .footer-left-part {
text-align: left;
}
.footer-seven .stay-tuned .form-group ::placeholder {
color: rgba(255, 255, 255, 0.8);
}
.footer-seven .footer-left-part h3,
.footer-seven .footer-left-part h4 {
text-align: left;
color: #fff;
font-weight: 800;
}
.footer-seven .footer-left-part p {
font-weight: 400;
font-size: 16px;
margin: 0;
}
.footer.footer-seven {
background: var(--bs-third);
margin-top: 0;
border-top: 1px solid transparent;
}
.footer-seven .footer-contact-info .footer-icon {
margin: 0;
padding-right: 10px;
}
.footer-seven .footer-contact-info .footer-icon i {
margin: 0;
font-size: 16px;
font-weight: 700;
color: #fff;
}
.footer.footer-seven .footer-menu ul li a {
font-size: 16px;
font-weight: 400;
}
.footer-seven .footercount {
border-top: none;
margin: 0;
padding: 50px 0;
}
.footer.footer-seven .social-icon ul li a {
color: rgba(193, 0, 55, 1);
font-size: 20px;
transition: all 0.4s ease 0s;
border-radius: 50%;
padding: 15px 15px;
border: 1px solid #666;
align-items: center;
display: flex;
justify-content: center;
height: 45px;
width: 45px;
background: #e3ebfd;
}
.footer-seven .social-icon {
margin: 0;
}
.footer-seven .footercount p {
color: #9a9ea6;
font-size: 14px;
font-weight: 500;
}
.footer.footer-seven .footer-top .footer-title {
color: #fff;
font-weight: 700;
font-size: 18px;
margin-bottom: 24px;
}
.footer.footer-seven .social-icon ul li a:hover {
color: #fff;
background: var(--bs-second-link);
}
.header.header-eight {
background: 0 0;
box-shadow: none;
}
.header.header-eight.fixed {
background-color: #fff;
box-shadow: 0 3px 53px rgb(197 197 197 / 27%);
transition: ease all 0.5s;
-webkit-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
}
.header-eight .header-navbar-rht li > a.header-login.add-listing {
background-color: var(--bs-second);
border: 1px solid var(--bs-second);
display: flex;
align-items: center;
padding: 9px 20px;
}
.banner-eight {
position: relative;
background: rgba(193, 0, 55, 0.07);
padding: 85px 0 0;
}
.main-banner-right {
position: absolute;
bottom: -38px;
right: 0;
}
.main-banner-right-shadow {
position: absolute;
bottom: -81px;
z-index: -9999999;
right: 4px;
}
.main-banner-left {
position: absolute;
right: 535px;
bottom: 0;
z-index: -9;
}
.main-banner-left-shadow {
position: absolute;
right: 483px;
bottom: -21px;
z-index: -9999;
}
.banner-eight .banner-section h1 {
font-weight: 800;
font-size: 50px;
color: rgba(55, 75, 92, 1);
margin-bottom: 25px;
}
.banner-eight .banner-imgs img {
max-width: -webkit-fill-available;
margin-bottom: -65px;
}
.banner-imgs-2 {
position: absolute;
top: 84px;
right: 30px;
z-index: -9999999;
}
.banner-eight .banner-section p {
color: #666;
margin-bottom: 30px;
}
.banner-section.banner-eight .search-box .group-img input {
padding: 14px;
border: 1px solid #e3e3e3;
border-radius: 10px;
min-width: 196px;
}
.search-box .search-input.line .group-img input {
min-width: 300px;
}
.banner-imgs {
position: absolute;
right: 62px;
bottom: 0;
}
.heading-eight h2,
.heading-eight h3 {
display: block;
color: var(--bs-main);
margin: 0 0 10px;
font-weight: 700;
font-size: 40px;
-webkit-transition: ease all 0.5s;
-ms-transition: ease all 0.5s;
}
.heading-eight p {
font-weight: 400;
font-size: 14px;
color: #666;
}
.light-color {
color: #dedede;
}
.footer-btn .btn-view {
padding: 6px 8px;
}
.light-color {
color: #dedede;
}
.pricing-eight .section-heading {
margin: 0 0 30px;
}
.pricing-eight .price-body li {
line-height: 20px;
position: relative;
padding: 5px 0 0 5px;
margin: 0 0 15px;
color: #9c9c9c;
font-size: 16px;
}
.pricing-eight .price-body ul li:before {
display: none;
}
.pricing-eight .price-body ul {
margin: 0 0 20px;
text-align: center;
}
.pricing-eight .price-card {
text-align: center;
}
.price-card.price-content .price-head h4,
.price-card.price-content .price-head span {
line-height: 35px;
font-size: 16px;
}
.price-card.price-content {
text-align: left;
background: 0 0;
padding-left: 0;
border: none;
}
.pricing-eight .price-card.price-content .price-body ul {
margin: 0 0 20px;
text-align: left;
}
.pricing-eight .price-card:hover::before {
display: none;
}
.pricing-eight .price-card:hover {
background: #fff;
box-shadow: 0 8px 18px -8px rgba(19, 16, 34, 0.15);
border-radius: 10px;
}
.pricing-eight .price-card.main-price {
background: #fff;
border-radius: 10px;
transition: ease all 0.2s;
-webkit-transition: ease all 0.2s;
-ms-transition: ease all 0.2s;
border: none;
}
.pricing-eight .price-card:hover .price-body li,
.pricing-eight .price-card:hover .price-body p {
color: #9c9c9c;
}
.pricing-eight .price-card.price-content:hover {
background-color: transparent;
box-shadow: none;
border: none;
}
.price-card.price-content:hover h4 {
color: var(--bs-third);
}
.test-bg {
position: absolute;
top: 138px;
left: 32px;
}
.owl-next {
border: 1px solid #dee2e7;
border-radius: 10px;
color: #7f7f7f;
background: #fff;
width: 44px;
height: 44px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
}
.blog-eight-section {
padding: 0 0 80px;
background: #fff;
position: relative;
}
.blog-eight-section .grid-blog-eight:hover {
box-shadow: none;
}
.blog-eight-section .grid-blog-eight .blog-image-eight {
overflow: hidden;
position: relative;
}
.blog-eight-section .blog-content-eight p {
font-size: 14px;
margin: 0 0 15px;
color: #9c9c9c;
}
.blog-content-eight {
padding: 20px;
background: #fff;
box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0 4px 9px -1px rgba(19, 16, 34, 0.03);
}
.grid-blog-eight .blog-title {
line-height: 30px;
margin: 0 0 15px;
}
.grid-blog-eight .blog-title a {
font-size: 20px;
font-weight: 600;
line-height: 25px;
color: var(--bs-third);
}
.blog-content-eight .blog-description {
margin: 0 0 5px 0;
line-height: 27px;
height: 88px;
overflow: hidden;
text-overflow: ellipsis;
}
.blog-image-eight img {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
-moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-o-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
-webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
width: 100%;
}
.blog-image-eight :hover img {
-webkit-transform: scale(1.35) rotate(0);
-moz-transform: scale(1.35) rotate(0);
transform: scale(1.35) rotate(0);
}
.blog-eight-section .blog-date {
background: var(--bs-second);
border-radius: 4px;
padding: 5px 10px;
position: absolute;
top: 20px;
left: 20px;
text-align: center;
}
.blog-eight-section .blog-date h4 {
color: #fff;
line-height: 20px;
font-weight: 800;
margin: 0;
}
.blog-eight-section .blog-date span {
font-size: 14px;
font-weight: 400;
color: #fff;
}
.grid-blog-eight .blog-title a:hover {
color: var(--bs-second-link);
}
.blog-eight-section {
background: url(//www.eglise-catholique.com/wp-content/themes/localeov2/assets/img/news-article-bg.png);
background-repeat: no-repeat;
background-position: right top 50px;
background-size: auto;
position: relative;
}
.footer-eight .footercount {
border-bottom: 1px solid #f1f1f1;
margin: 0 0 50px;
padding: 0 0 50px;
border-top: none;
}
.footer.footer-eight {
background: url(//www.eglise-catholique.com/wp-content/themes/localeov2/assets/img/footer-bg-1.png) #fff;
background-repeat: no-repeat;
background-position: left bottom;
background-size: contain;
margin: 0 !important;
}
.footer .footer-top {
padding-top: 0;
}
.footer.footer-eight .footer-title {
color: var(--bs-second);
font-weight: 700;
font-size: 16px;
margin-bottom: 24px;
}
.footer.footer-eight .footer-menu ul li a {
font-weight: 400;
font-size: 16px;
color: var(--bs-main-link);
}
.footer.footer-eight .update-form .form-control {
min-height: auto;
background: #fff;
border-radius: 0;
border: 1px solid #aaa;
font-size: 14px;
margin: 0;
padding: 10px;
color: #aaa;
}
.footer.footer-eight .update-form .btn {
font-weight: 400;
padding: 7px 15px;
font-size: 15px;
border-radius: 0;
position: relative;
top: 0;
margin-top: 15px;
right: 0;
transform: none;
max-width: 100%;
width: 100%;
}
.footer.footer-eight .footer-bottom .copyright {
padding: 20px 0;
border-top: 1px solid #f1f1f1;
}
.footer.footer-eight .footer-bottom {
background: #fff;
margin-top: 50px;
}
.footer .footer-bottom .copyright-text p {
color: var(--bs-main);
}
.footer.footer-eight .footer-bottom .copyright-text p {
color: var(--bs-third);
}
.header-eight.fixed .header-navbar-rht li > a.header-login.add-listing {
color: #fff;
}
.header-eight.fixed .header-navbar-rht li > a.header-login.add-listing:hover {
color: var(--bs-second-link);
}
.footer {
background-color: #1a1a1a;
margin-top: 230px;
border-top: 1px solid transparent;
}
.footer-content {
max-width: 304px;
}
.footer-content p {
color: #fff;
font-size: 14px;
font-weight: 500;
line-height: 27px;
}
.footer .footer-top {
padding: 50px 0 0;
}
.footer-logo {
margin-bottom: 20px;
}
.footer-title {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 30px;
}
.footer-six-top {
padding-bottom: 0;
}
.footer-nine-top {
padding-bottom: 40px;
}
.footer .footer-widget.footer-menu ul {
list-style: none;
margin: 0;
padding: 0;
outline: 0;
}
.footer .footer-menu ul li {
line-height: 35px;
position: relative;
display: block;
text-transform: capitalize;
}
.footer .footer-menu ul li:last-child {
margin-bottom: 0;
}
.footer .footer-menu ul li a {
color: #fff;
font-size: 14px;
font-weight: 500;
}
.footer .footer-widget.footer-menu ul li a:hover {
color: var(--bs-second-link);
}
.footer-contact-info {
color: var(--bs-third);
font-size: 14px;
}
.footer-contact-info p {
color: #fff;
position: relative;
}
.footer-contact-info span {
margin: 0 0 11px;
color: #666;
display: inline-block;
}
.footer .footer-bottom .copyright {
padding: 40px 0;
}
.footer .footer-bottom .copyright-text p {
color: var(--bs-third);
font-size: 15px;
}
.footer .footer-bottom .copyright-text p a {
color: #4c40ed;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.footer .footer-bottom .copyright-text p a:hover {
color: #4c40ed;
}
.footer .footer-bottom .copyright-text p.title {
font-weight: 400;
margin: 10px 0 0;
}
.footer .social-icon ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
list-style: none;
padding: 0;
}
.social-icon {
margin: 20px 0 0;
}
.footer .social-icon ul li {
margin-right: 12px;
}
.footer .social-icon ul li:last-child {
margin-right: 0;
}
.social-icon p {
color: #fff;
margin-bottom: 10px;
}
.footercount > .vistors-details ul {
justify-content: end;
-webkit-justify-content: end;
}
.vistors-details ul li {
margin: 0 8px 0 0;
}
.vistors-details ul li:last-child {
margin: 0;
}
.footer .social-icon ul li a {
color: #666;
font-size: 18px;
transition: all 0.4s ease 0s;
border-radius: 50%;
padding: 15px 15px;
border: 1px solid #666;
align-items: center;
display: flex;
justify-content: center;
height: 30px;
width: 30px;
}
.footer .social-icon ul li a:hover {
background: #fff;
border: 1px solid #fff;
}
.footer .social-icon ul li a:hover {
color: var(--bs-second-link);
}
.footer .footer-bottom .copyright-text p {
color: #fff;
}
.footer-bottom {
background: #131313;
}
.footercount {
border-top: 1px solid #666;
margin: 40px 0 0;
padding: 50px 0;
}
.footercount p {
color: #666;
font-size: 14px;
font-weight: 500;
}
.stay-tuned {
color: #fff;
text-align: center;
border-radius: 10px;
margin-top: -230px;
padding: 50px 0;
position: relative;
overflow: hidden;
background: url(//www.eglise-catholique.com/wp-content/themes/localeov2/assets/img/footer-bg.png), var(--bs-second);
background-repeat: no-repeat;
background-position: center;
}
.stay-tuned form {
display: flex;
justify-content: center;
}
.stay-tuned h3 {
font-size: 42px;
font-weight: 800;
color: #fff;
margin-bottom: 20px;
}
.stay-tuned .form-group {
margin-bottom: 0;
}
.stay-tuned p {
max-width: 600px;
margin: 0 auto 20px;
}
.stay-tuned .group-img i {
color: var(--bs-second);
}
.stay-tuned form input {
width: 376px;
border-radius: 6px;
color: #8d8d8d;
font-size: 14px;
}
.stay-tuned form input::placeholder {
color: #8d8d8d;
}
.stay-tuned form .btn-primary {
margin: 0 0 0 20px;
background: #fff;
border-radius: 8px;
color: var(--bs-main);
font-size: 16px;
padding: 10px 40px;
border: 1px solid #fff;
}
.stay-tuned form .btn-primary:hover {
color: #fff;
border: 1px solid #fff;
background: var(--bs-second);
box-shadow: none;
}
.footer-social {
background: #131313;
padding: 15px 0;
}
.footer-social h6 {
color: #fff;
font-weight: 600;
font-size: 16px;
margin-bottom: 0;
}
.footer-social .social-icon {
margin: 0;
text-align: right;
}
.update-form {
position: relative;
}
.update-form span {
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
color: var(--bs-second);
font-size: 20px;
}
.update-form .form-control {
min-height: 60px;
background: #131313;
border-radius: 10px;
border: 1px solid #131313;
font-size: 14px;
margin: 0;
padding: 16px 110px 16px 45px;
color: #fff;
}
.update-form .btn {
font-weight: 400;
padding: 7px 15px;
font-size: 15px;
border-radius: 10px;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
}
.social-info ul li:not(:last-child) {
margin-right: 10px;
}
.social-info ul li a {
width: 44px;
height: 44px;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: center;
color: var(--bs-main-link);
background: #e3e3e3;
}
.social-info ul li a:hover {
background: var(--bs-second-link);
color: #fff;
}
.footer-five {
margin: 0;
background: var(--bs-third);
}
.footer-five .footer-top {
padding: 50px 0;
}
.footer-five .footer-bottom {
background: var(--bs-third);
}
.footer-five .copyright {
border-top: 1px solid #4b5c6a;
}
.footer-five .footer-bottom .copyright {
padding: 30px 0;
}
.footer-five .footer-contact-info p,
.footer-five .footer-content p,
.footer-five .footer-menu ul li a {
color: #ddd;
}
.footer-five .social-icon ul li a {
border: 0;
padding: 0;
color: #fff;
}
@media (min-width: 992.98px) {
.pricing-eight .col-lg-2.d-flex.col-md-6 {
width: 19.3%;
}
.header-eight .main-nav > li > a > i {
font-size: 14px;
margin-left: 0;
margin-right: 0.2rem;
}
.section-search.section-search-eight {
position: relative;
padding: 170px 0;
}
}
@media (min-width: 992px) {
.main-nav > li {
margin-right: 30px;
}
.main-nav > li:last-child {
margin-right: 0;
}
.main-nav li {
display: block;
position: relative;
}
.main-nav > li > a {
line-height: 85px;
}
.main-nav > li > a > i {
font-size: 12px;
margin-left: 3px;
}
.main-nav li > ul {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
display: block;
font-size: 14px;
left: 0;
margin: 0;
min-width: 200px;
opacity: 0;
padding: 0;
position: absolute;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
top: 100%;
visibility: hidden;
z-index: 1000;
}
.main-nav li.has-submenu:hover > .submenu {
visibility: visible;
opacity: 1;
margin-top: 0;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.main-nav .has-submenu.active > a {
color: var(--bs-second-link);
}
.main-nav .has-submenu.active .submenu li.active > a {
color: var(--bs-second-link);
}
.main-nav > li .submenu li:first-child a {
border-top: 0;
}
.main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
visibility: visible;
opacity: 1;
margin-top: -1px;
margin-right: 0;
}
.main-nav > li .submenu > li .submenu {
left: 100%;
top: 0;
margin-top: 10px;
}
.main-nav li .submenu a:hover {
color: var(--bs-second-link);
}
.main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
top: 20px;
margin-left: -35px;
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
border-color: transparent #fff #fff transparent;
}
.col-lg-6.map-right {
padding: 0;
}
.main-nav li.megamenu {
position: unset;
}
}
@media (max-width: 1499.98px) {
.section-heading {
margin: 0 0 40px;
}
.car-service-container h4 {
font-size: 17px;
padding: 16px 0;
}
.car-service-container {
padding: 30px;
}
.car-brand-slider.owl-carousel .owl-item img {
width: 100% !important;
}
.footer-send-mail a {
padding: 14px 17px;
}
.car-search-icon {
padding: 13px 20px;
}
}
@media (min-width: 1399.99px) {
.container.footer-container {
max-width: 1000px;
}
.right-content {
align-items: center;
display: flex;
height: auto;
}
.banner-seven .banner-imgs img {
max-width: 350px;
}
}
@media (max-width: 1399.98px) {
.banner-seven .main-nav > li {
margin-right: 20px;
}
.banner-seven .banner-imgs {
right: 90px;
}
.banner-seven .banner-imgs img {
max-width: 350px;
}
.container.footer-container {
max-width: 1000px;
}
.main-nav > li {
margin-right: 25px;
}
.category-item a {
font-size: 15px;
}
.featured-car-center-list p {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media (max-width: 1199.98px) {
.banner-seven .banner-main-img {
display: none;
}
.banner-section.banner-seven h1 {
font-size: 42px;
}
.banner-seven .search-box .search-input {
margin: 0 10px 0 0;
}
.banner-seven .banner-imgs img {
max-width: 500px;
}
.banner-imgs {
display: none;
}
.header-nav {
padding-left: 10px;
padding-right: 10px;
}
.main-nav > li {
margin-right: 9px;
}
.header-navbar-rht > li {
padding-right: 10px;
}
.header-navbar-rht > li > .add-listing {
display: none !important;
}
.banner-imgs img {
max-width: 490px;
}
.arrow-img {
right: 72px;
top: 32px;
}
.search-box .search-input {
margin: 0 10px 19px 0;
}
.search-btn {
margin: 0;
}
.section-search {
padding: 40px 0;
}
.banner-section h1 {
font-size: 42px;
}
.category-section a.category-links {
width: 150px;
margin-right: 0;
}
.cta-section h3 {
font-size: 40px;
}
.location-info:last-child {
margin-right: 0;
}
.map-listing {
height: 450px;
margin: 0 0 25px;
}
.header-navbar-rht li > a.header-login {
min-width: 90px;
padding: 10px 16px;
}
.main-nav li a {
font-size: 14px;
}
.details-main-wrapper .rightsidebar .card ul li {
font-size: 12px;
}
.category-item {
margin-bottom: 15px;
}
.category-item a {
font-size: 15px;
padding: 7px 15px;
}
h2 {
font-size: 28px;
}
.shadow-box h4 {
font-size: 18px;
}
.theme-btn,
.theme-btn a {
font-size: 15px;
}
.service-info-card .service-content .body-content {
margin-bottom: 20px;
}
.service-info-card .service-content .body-content p {
font-size: 14px;
}
.grid-blog .blog-title a,
.space-content .price span,
.space-content h5 {
font-size: 18px;
}
.category-box span img {
width: 50px;
}
}
@media (max-width: 991.98px) {
.car-search-icon {
width: 100%;
}
.grid-view .card-body {
padding: 15px;
}
.articles-info {
align-items: stretch;
}
.articles-img {
width: 100%;
}
.banner-six .search-group > ul {
justify-content: space-evenly;
}
.car-filter-section .car-search-btn .car-search-icon {
width: 100%;
height: 60px;
}
.heading-eight h2 {
font-size: 28px;
}
.banner-main-bg {
display: none;
}
.search-btn .btn-primary {
min-width: auto;
width: 100%;
}
.banner-section h1 {
font-size: 32px;
}
.banner-main-img {
display: none;
}
.banner-section.banner-eight .section-search {
padding: 40px 0;
z-index: 99;
}
.category-section.category-eight {
padding: 40px 0 40px;
}
.blog-category-eight a {
margin: 0 10px 10px 0;
}
.blog-eight.grid-blog-eight {
margin-bottom: 20px;
}
.blog-eight-section {
background-position: right top 108px;
background-size: 96px;
padding: 40px 0;
}
.footer-eight {
background-repeat: no-repeat;
background-position: left bottom;
background-size: 179px;
margin: 0 !important;
padding-top: 40px;
}
.footer-eight .footer-title {
margin-bottom: 20px;
}
.search-box .search-input {
margin: 0 0 15px 0;
}
.banner-seven .search-box.search-box-seven {
width: auto;
}
.section-heading-seven h1 {
font-size: 28px;
}
.header.header-seven.fixed .main-nav > li > a {
color: #fff !important;
}
.header-seven.fixed .main-nav .has-submenu.active > a {
color: #000 !important;
}
.header-seven .main-nav .has-submenu.active > a {
color: #000 !important;
}
.header-seven .bar-icon span {
background-color: #fff;
}
.header-seven .menu-close {
font-size: 18px;
color: #fff;
}
.banner-section.banner-seven h1 {
font-size: 32px;
}
.banner-seven .home-banner {
padding-bottom: 50px;
}
.banner-seven {
background-size: 100% 100%;
}
.banner-seven h6 {
font-size: 50px;
}
.banner-seven .section-search {
padding: 50px 0 10px;
}
.banner-seven .search-box form {
display: flex !important;
}
.restaurant-section.restaurant-section-seven {
padding: 40px 0 15px;
}
.restaurant-section-seven .restaurant-section {
padding: 40px 0;
}
.latest-restaurant-section {
padding: 40px 0 15px;
}
.blog-seven-section {
padding: 40px 0 110px;
}
.blog-seven.grid-blog-seven {
margin-bottom: 20px;
}
.footer-seven .stay-tuned form .btn-primary {
margin: 0;
}
.footer-seven .stay-tuned {
padding: 20px;
}
.footer-seven .footercount {
border-top: none;
margin: 0;
padding: 0 0 30px;
}
.footer-six-top {
padding-bottom: 0;
}
.footer-six.footer-nine .footer-send-mail {
margin-bottom: 20px;
}
.footer-six-top-list {
margin-bottom: 15px;
}
.buy-property-content {
padding: 37px 71px;
}
.buy-property-content h2 {
font-size: 33px;
}
.buy-property-content p {
font-size: 18px;
padding: 18px 0;
}
.buy-property-content a {
padding: 11px 27px;
}
.section-heading-nine.section-heading .btn-view {
padding: 11px 15px;
font-size: 14px;
}
.home-img-text h3 {
padding: 15px 0;
font-size: 18px;
}
.banner-section.banner-nine {
height: 522px;
margin-top: 84px;
padding: 65px 0 0;
}
.banner-section.banner-nine h1 {
font-size: 45px;
}
.banner-section.banner-nine h6 {
font-size: 18px;
padding: 15px 0;
}
.banner-section.banner-nine p {
margin-bottom: 0;
}
.car-float-bg {
display: none;
}
.header-navbar-rht > li {
padding-right: 15px;
}
.main-nav {
padding: 0;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.main-nav ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-nav > li {
margin-left: 0;
}
.main-nav li + li {
margin-left: 0;
}
.main-nav > li > a {
line-height: 1.5;
padding: 15px 20px;
font-size: 14px;
font-weight: 500;
}
.main-nav > li > a > i {
float: right;
margin-top: 5px;
}
.main-nav > li .submenu li a {
border-top: 0;
color: var(--bs-main-link);
padding: 10px 15px 10px 35px;
}
.main-nav > li .submenu ul li a {
padding: 10px 15px 10px 45px;
}
.main-nav > li .submenu > li.has-submenu > a::after {
content: "\f078";
}
.main-nav .has-submenu.active > a {
color: var(--bs-second-link);
}
.main-nav .has-submenu.active .submenu li.active > a {
color: var(--bs-second-link);
}
.main-nav > li.active > a::after,
.main-nav > li > a:hover::after {
top: 0;
}
.main-menu-wrapper {
order: 3;
width: 260px;
position: fixed;
top: 0;
bottom: 0;
left: 0;
overflow-x: hidden;
overflow-y: auto;
z-index: 11111;
transform: translateX(-260px);
transition: all 0.4s;
background-color: #fff;
margin: 0;
}
.menu-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.navbar-header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: flex;
align-items: center;
}
.main-nav > li {
border-bottom: 1px solid #e1e2e5;
margin-right: 0;
}
#mobile_btn {
display: inline-block;
padding-top: 6px;
}
.sidebar {
margin-left: -225px;
width: 225px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 1041;
}
.container {
max-width: 100%;
}
.footer-widget {
margin-bottom: 30px;
}
.footer .footer-top {
padding-bottom: 10px;
}
.footer .social-icon ul {
margin: 0;
}
.footercount {
margin: 0;
}
.footer {
padding: 0 20px;
}
.arrow-img {
display: none;
}
.banner-circle,
.banner-elipse,
.banner-imgs {
display: none;
}
.search-box label {
display: block;
}
.banner-section p.explore-text span {
font-size: 14px;
}
.search-box .search-input {
margin: 0 10px 0 0;
}
.category-section a.category-links {
width: 100%;
margin: 0 0 20px 0;
}
.cta-section .col-lg-5,
.cta-section .col-lg-7 {
width: 50%;
}
.section-heading h2 {
font-size: 32px;
}
.price-card {
margin: 0 0 20px;
}
.grid-blog .blog-title a {
font-size: 17px;
}
.cta-section h3 {
font-size: 32px;
}
.header-nav {
padding-left: 0;
padding-right: 0;
}
.category-section {
padding: 40px 0 20px;
}
.section-heading {
margin: 0 0 40px;
}
.section-heading h2 {
font-size: 28px;
}
.blog-section,
.cta-section,
.featured-section {
padding: 40px 0;
}
.latestad-section {
padding: 40px 0 20px;
}
.featured-slider.grid-view .lateestads-content .card {
margin-bottom: 20px;
}
.footercount {
padding: 40px 0;
}
.featured-section .service-content h3 {
max-width: 150px;
}
.grid-blog .post-author {
width: 200px;
}
.details-main-wrapper {
padding: 40px 0;
}
.rightsidebar .card .info-list {
margin: 0 0 0 38px;
}
.map-details {
display: flex;
}
.vistors-details {
margin-bottom: 0;
}
.owl-next:hover {
border: 1px solid var(--bs-second-link);
color: var(--bs-second-link);
background: #fff;
}
.lateestads-content .row {
justify-content: center;
}
.amenities .search-btn .btn {
margin: 0 0 20px;
width: 45%;
}
.bloglist-section .rightsidebar {
margin-top: 25px;
}
.bloglisting .blog-pagination {
margin: 0 0 30px;
}
.blogbanner-content h1 {
font-size: 28px;
}
.blogbanner-content {
bottom: 15px;
}
.blogbanner-content .entry-meta li,
.blogbanner-content .post-author a {
font-size: 14px;
}
.progress-wrap.active-progress {
display: none;
}
.blogbanner {
min-height: 400px;
}
.work-section .work-info h5:after {
width: calc(100% - 98px);
}
.work-section .work-info h5 {
font-size: 50px;
}
.work-section .work-info h6 {
font-size: 20px;
}
.work-section h4 {
font-size: 32px;
}
.work-section {
padding: 80px 0;
}
.faq-section h1 {
font-size: 32px;
}
.faq-section h4 {
font-size: 18px;
}
.faq-section .faq-card .card-collapse p {
font-size: 14px;
}
.listing-table td,
.listing-table th {
white-space: nowrap;
}
.stay-tuned h3 {
font-size: 33px;
}
.cta-section:before {
display: none;
}
.error-wrap h2 {
font-size: 38px;
}
.faq-section h2 {
font-size: 28px;
}
.sorting-div {
margin: 25px 0 25px;
}
.rightsidebar .card .article {
width: 52%;
}
.navbar-brand.logo img {
width: auto;
}
.map-right {
position: static;
padding-right: 15px;
}
.category-listing .col-lg-4 {
width: 30%;
}
.details-main-wrapper .rightsidebar .card ul li {
font-size: 16px;
}
.faq-section {
padding: 70px 0 45px;
}
.devis-section {
padding:0px;
}
.bloglisting,
.login-content {
padding: 70px 0;
}
.footercount {
padding: 30px 0 30px;
}
.footer .footer-bottom .copyright {
padding: 0 0 30px;
}
.footercount p {
margin-bottom: 10px;
}
.breadcrumb-bar {
padding: 140px 0 60px;
}
.breadcrumb-title {
font-size: 32px;
}
.banner-section p {
font-size: 16px;
}
.success-section {
padding: 40px 0;
background-size: 220px;
}
.success-item {
margin-bottom: 24px;
}
.time-box .date {
width: 80px;
height: 80px;
}
.time-box .box-content {
left: 40px;
}
.time-box {
min-height: 272px;
}
.box-bottom .box-content::before {
top: -41px;
}
.box-bottom .box-content::after {
top: -8px;
}
.box-bottom .box-content p {
font-size: 14px;
}
.category-item {
padding: 10px;
margin-bottom: 20px;
}
.category-item a {
font-size: 14px;
padding: 8px 15px;
}
.search-box form {
display: block !important;
}
.header-top {
display: none;
}
.mb-50 {
margin-bottom: 30px;
}
.search-group > ul {
justify-content: center;
flex-wrap: wrap;
row-gap: 8px;
}
.search-group .theme-btn {
margin-top: 23px;
width: 100%;
}
.service-info-card .service-content .body-content p {
font-size: 14px;
}
.service-info-card .service-content .body-content {
margin-bottom: 20px;
}
h2 {
font-size: 26px;
}
.blog-block,
.price-section {
padding: 40px 0;
}
.megamenu-wrapper {
padding: 0;
}
.pricing-section {
padding: 40px 0;
}
.cat-wrap h5 {
font-size: 18px;
}
.price-wrap {
margin: 0;
}
.more-btn {
padding: 6px 15px;
}
.banner-five .search-box form {
display: flex !important;
align-items: center;
}
.category-items li {
width: 25%;
margin-bottom: 15px;
}
.adventure-section .featuring-img {
display: none;
}
.section-heading.heading-five h2 {
font-size: 24px;
justify-content: start;
}
.price-body li {
font-size: 15px;
}
.latest-blog-five .articles-info {
flex-direction: column;
}
.banner-five .section-search {
padding: 150px 0;
}
.adventure-section,
.category-five-section,
.feature-section,
.latest-blog-five {
padding: 50px 0;
}
.banner-section.banner-six h1 {
font-size: 37px;
}
.banner-section.banner-six p {
font-size: 20px;
margin: 18px 0;
}
.car-search-filter {
margin-top: -77px;
}
.car-search-btn {
margin-top: 15px;
}
.home-six-heading-section h2 {
font-size: 22px;
}
.home-six-heading-section p {
margin: 5px auto 30px auto;
font-size: 15px;
}
.car-class-item {
padding: 15px;
}
.car-class-item h5 {
font-size: 17px;
}
.car-class-item span {
font-size: 16px;
}
.featured-car-bottom h3 {
font-size: 20px;
}
.car-service-container {
margin-bottom: 15px;
}
.car-service-container {
padding: 25px;
}
.car-service-container h4 {
font-size: 17px;
padding: 15px 0;
}
.car-location {
display: none;
}
.car-more-blog {
margin-top: 30px;
}
.footer-six-right {
margin-top: 20px;
}
.footer-six-center {
gap: 19px;
}
.footer-six-center-list ul {
gap: 10px;
}
.footer-six-center-list ul li a {
font-size: 14px;
}
.footer-six-center-content a {
font-size: 15px;
}
.custom-line {
background-color: var(--bs-main);
margin: 20px 0;
}
.footer-send-mail {
justify-content: space-between;
}
.banner-section.banner-six {
height: 516px;
}
.property-counter-float-bg {
display: none;
}
}
@media (max-width: 767.98px) {
.heading-eight h2 {
font-size: 22px;
}
.banner-section h1 {
font-size: 26px;
}
.banner-main-bg {
display: none;
}
.price-card.price-content {
padding-left: 15px;
}
.blog-category-eight a {
margin: 0 10px 10px 0;
}
.price-card.price-content .price-head h4 {
line-height: 1.2;
}
.banner-seven {
background-size: 100% 100%;
}
.banner-seven .section-search {
padding: 50px 0 10px;
}
.banner-seven .home-banner {
padding-bottom: 50px;
}
.banner-section.banner-seven h1 {
font-size: 26px;
}
.banner-seven .search-box form {
display: block !important;
}
.banner-seven .search-box .search-input {
margin: 0 0 15px 0 !important;
}
.banner-seven .search-btn .btn-primary {
width: 100%;
}
.banner-seven {
padding: 70px 0 0;
}
.price-seven .price-body h4 {
font-size: 22px;
}
body {
font-size: 14px;
}
h2 {
font-size: 24px;
}
h5 {
font-size: 16px;
}
.header-navbar-rht li > a.header-login.add-listing {
display: none;
}
.arrow-img {
display: none;
}
.cta-section .col-lg-5,
.cta-section .col-lg-7 {
width: auto;
}
.latestad-section .btn-view {
margin-top: 20px;
}
.lateestads-content .service-widget {
margin-bottom: 25px;
}
.category-section .btn-view {
margin: 20px 0 0;
font-size: 14px;
}
.cta-img {
display: none;
}
.breadcrumb-bar {
padding: 120px 0 60px;
}
.banner-section p {
margin-bottom: 20px;
}
.stay-tuned form input {
width: 100%;
}
.stay-tuned p {
max-width: 550px;
}
.cta-section {
background: #f3f3f3;
}
.blog-listview .blog-img img,
.grid-view .blog-img img {
width: 100%;
}
.blog-listview .bloglist-content,
.list-content .blog-listview .blog-img {
width: auto;
}
.contactform-img {
text-align: center;
}
.blog-listview .card .blog-widget {
display: block;
}
.section-search {
padding: 30px 0 40px;
}
.search-box form {
flex-direction: column;
}
.search-btn .btn-primary {
padding: 8px 15px;
min-width: 130px;
}
.blog-section .btn-view {
margin-top: 20px;
}
.blog-content {
padding: 15px;
}
.price-card {
padding: 15px;
}
.blog-section {
padding: 40px 0 20px;
}
.stay-tuned form .btn-primary {
font-size: 14px;
padding: 8px 40px;
}
.stay-tuned {
padding: 30px 15px;
}
.footer .footer-top {
padding: 40px 0 0;
}
.footer-widget {
margin-bottom: 20px;
}
.footer-title {
margin-bottom: 20px;
}
.banner-section p {
font-size: 14px;
}
.animate-circle {
left: -25px;
top: -25px;
width: 50px;
height: 50px;
}
.time-box {
width: 120px;
display: inline-block;
float: unset;
}
.time-box:last-child {
width: 120px;
}
.footer-social h6 {
margin-bottom: 15px;
}
.footer-social .social-icon {
text-align: left;
}
.header-top ul {
text-align: left;
}
.success-img {
display: none;
}
.success-section {
background-size: 120px;
}
.vistors-details ul {
justify-content: start;
-webkit-justify-content: start;
}
.service-list {
flex-wrap: wrap;
text-align: left;
}
.sm-mb-23 {
margin-bottom: 23px;
}
.sm-row-gap-23 {
row-gap: 23px;
}
.banner-section h1 {
font-size: 28px;
}
.theme-btn,
.theme-btn a {
font-size: 14px;
}
.theme-btn span {
width: 35px;
height: 35px;
}
.header .car-list-btn {
display: none;
}
}
@media (max-width: 575.98px) {
.banner-seven .search-box .search-input {
margin: 0 10px 10px 0;
}
.section-heading-seven h1 {
font-size: 26px !important;
}
.banner-seven {
background-size: 100% 100%;
}
.banner-seven .section-search {
padding: 50px 0 10px;
}
.banner-seven .home-banner {
padding-bottom: 50px;
}
.heading-img {
padding-right: 10px;
}
.restaurant-section.restaurant-section-seven {
padding: 40px 0 15px;
}
.footer-right-part {
margin-top: 20px;
}
.section-heading-nine.section-heading .btn-view {
font-size: 14px;
display: block;
margin-top: 15px;
}
.banner-section.banner-nine h1 {
font-size: 34px;
}
.banner-section.banner-nine h6 {
font-size: 16px;
padding: 15px 0;
}
.banner-section.banner-nine {
height: 522px;
margin-top: 70px;
padding: 50px 0 0;
}
.header-navbar-rht {
display: none;
}
.main-nav li.login-link {
display: block;
}
.search-box .search-input {
margin: 0 0 15px 0;
}
.footer {
padding: 0;
}
.footer .footer-bottom .copyright-text p {
font-size: 12px;
}
.search-box .select2-container {
width: 100%;
}
.search-box form {
flex-direction: column;
}
.search-btn {
margin: 0;
}
.blog-section .btn-view {
margin: 20px 0 0;
}
.grid-blog {
margin: 20px 0;
}
.vistors-details {
margin: 20px 0 0;
}
.banner-section h1 {
font-size: 32px;
margin-bottom: 15px;
}
.header-nav {
height: 70px;
}
.section-heading h2 {
font-size: 28px;
}
.cta-section,
.featured-section {
padding: 40px 0;
}
.navbar-brand.logo {
width: 100%;
text-align: center;
display: block;
margin: 0;
}
.banner-section p.explore-text span {
padding: 6px 20px;
}
.featured-info a {
font-size: 14px;
}
.featured-section .service-content h3 {
max-width: none;
}
.cta-section h3 {
font-size: 24px;
}
.author-img {
margin: 0 0 20px 0;
}
.details-main-wrapper {
padding: 40px 0;
}
.card {
padding: 30px 20px;
}
.details-main-wrapper .card-header {
display: inline-flex;
}
.rightsidebar .card .info-list {
margin: 15px 0 0 0;
}
.map-details {
display: block;
}
.amenities .search-btn .btn {
width: 100%;
}
.breadcrumb-title {
font-size: 28px;
}
.sorting-div .col-lg-8 {
display: block;
padding: 0;
}
.sorting-div .col-lg-4 {
padding: 0;
}
.grid-listview {
margin: 10px 0 0 0;
}
.sorting-div .count-search {
margin: 0 0 10px;
}
.blog-listview .card .blog-widget {
display: block;
}
.blog-listview h2,
.blog-listview h6 {
width: auto !important;
}
.nextlink a {
padding: 5px 8px;
min-width: auto;
}
.blog-pagination {
margin: 0 0 0;
}
.pagelink ul li a {
padding: 5px 8px;
margin: 0 8px 0 0;
}
.nextlink a i {
display: none;
}
.sorting-div {
margin: 25px 0 25px;
}
.rightsidebar .card .article ul h5,
.rightsidebar .card .article ul h6 {
font-size: 16px;
}
.bloglisting .blog-pagination {
margin: 0 0 30px;
}
.blogbanner-content {
padding: 15px;
}
.blogbanner-content span.blog-hint {
display: none;
}
.blogbanner-content h1 {
font-size: 20px;
}
.blogbanner-content .entry-meta li:last-child {
margin-right: 0;
}
.tag-list {
justify-content: flex-start;
}
.blogbanner {
min-height: 300px;
}
.contact-info h1 {
font-size: 32px;
}
.contact-info p {
font-size: 14px;
}
.contactform-img {
margin: 0 0 25px;
}
.work-section h4 {
font-size: 32px;
}
.work-section .work-info h1:after {
width: 64%;
}
.work-section .work-info {
margin: 0 0 20px;
}
.work-section {
padding: 80px 0 0;
}
.faq-section h4 {
font-size: 16px;
}
.faq-section h1 {
font-size: 28px;
}
.faq-section {
padding: 60px 0;
}
.login-header h3 {
font-size: 28px;
}
.login-content {
padding: 60px 0;
}
.listing-search {
flex-direction: column;
}
.rightsidebar {
margin: 20px 0 0;
}
.stay-tuned h3 {
font-size: 22px;
}
.stay-tuned form {
display: block;
}
.stay-tuned form .btn-primary {
margin: 20px 0 0 0;
}
.breadcrumb-bar:after,
.breadcrumb-bar:before,
.cta-section:before {
display: none;
}
.error-wrap h2 {
font-size: 28px;
}
.faq-section h2 {
font-size: 28px;
}
.list-content .blog-listview .blog-img {
border-radius: 0 10px 10px 0;
}
.blog-listview .blog-img img,
.grid-view .blog-img img {
width: 100%;
}
.map-listing {
margin: 0 0 25px;
}
.pagelink ul li a {
width: 35px;
height: 35px;
}
.rightsidebar .card .article {
width: 100%;
}
.work-section .work-info h5:after {
width: calc(100% - 98px);
}
.navbar-brand.logo img {
width: auto;
}
#mobile_btn {
margin-right: 0;
position: absolute;
top: 20px;
left: 0;
}
.navbar-header {
width: 100%;
justify-content: center;
}
.blog-pagination .pagination {
display: flex;
align-items: center;
justify-content: center;
}
.nextlink a {
display: none;
}
.category-listing .col-lg-4 {
width: 100%;
}
.section-heading {
margin: 0 0 30px;
text-align: center;
}
.search-box form {
flex-direction: column;
}
.footercount {
padding: 0 0 30px;
}
.block-e .cta-btn a {
display: none;
}
.shadow-box h4 {
font-size: 16px;
}
.banner-images {
display: none;
}
.banner-five .search-box {
border-radius: 10px;
}
.banner-five .search-box {
border-radius: 10px;
}
.banner-five .section-search {
padding: 50px 0;
}
.category-items li {
width: 49%;
}
.section-heading.heading-five h2 {
font-size: 20px;
}
.adventure-section {
padding: 40px 0;
}
.latest-blog-five .articles-right {
text-align: center;
}
.latest-blog-five .articles-content .articles-list {
justify-content: center;
}
.latest-blog-five .articles-content h4 {
font-size: 16px;
}
.latest-blog-five .articles-content p {
font-size: 14px;
}
.banner-section.banner-six h1 {
font-size: 28px;
}
.banner-section.banner-six p {
font-size: 18px;
}
.banner-section.banner-six {
height: 394px;
}
.car-search-filter {
margin-top: 20px;
}
.car-filter-section .car-search-btn .car-search-icon {
width: 100%;
height: 50px;
}
.home-six-heading-section p {
margin: 5px auto 22px auto;
font-size: 14px;
}
.home-six-heading-section h2 {
font-size: 20px;
}
.car-class-item-block img {
width: 70% !important;
}
.footer-send-mail {
flex-direction: column;
}
.footer-send-mail {
flex-direction: column;
}
.footer-send-mail a {
text-align: center;
}
.footer-six-center {
gap: 14px;
flex-direction: column;
justify-content: center;
}
.section-heading h2 {
font-size: 25px;
justify-content: center;
}
.property-counter-list.text-center {
margin-bottom: 15px;
}
.buy-property-content {
padding: 10px;
}
.buy-property-content h2 {
font-size: 22px;
}
.buy-property-content p {
font-size: 16px;
padding: 15px 0;
}
.footer-six-bg.footer-nine-bg img {
z-index: -1;
}
.footer-nine .footer-six-bottom {
flex-direction: column;
gap: 20px;
}
.banner-five .search-btn {
width: 100%;
}
.banner-five .search-btn .btn-primary {
min-width: auto;
border-radius: 50px;
width: 100%;
}
.category-five-section {
background: 0 0;
}
.banner-seven .select-location i {
top: 21px;
}
.car-search-icon {
width: 100%;
}
.search-group > ul > li {
width: 100%;
}
.featured-car-center {
flex-direction: column;
}
}
@keyframes hero-thumb-animation {
0% {
transform: translateY(-20px);
}
to {
transform: translateY(0);
}
}
@keyframes hero-thumb1-animation {
0% {
transform: translateY(-20px) translateX(50px);
}
to {
transform: translateY(-20px) translateX(0);
}
}
@keyframes hero-thumb2-animation {
0% {
transform: translateY(-50px);
}
to {
transform: translateY(0);
}
}
path {
stroke: #000;
stroke-width: 1px;
stroke-linecap: round;
stroke-linejoin: round;
stroke-opacity: 0.25;
fill: var(--bs-france);
}
g:hover path {
fill: var(--bs-france-hover);
}
g path:hover {
fill: var(--bs-france-near);
}
.post-content img {
width: 100%;
}
iframe {
border: 0;
width: 100%;
height: 450px;
}
#toc_container {
width: 100% !important;
padding: 2% 5% !important;
background-color: rgb(93 114 129 / 42%);
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
font-size: 14px;
}
.titrecontenu {
color: #355a7e;
font-weight: 500;
}
table .titleseparateur {
background: #316288;
color: #fff;
}
table .titleseparateur h3 {
color: #fff;
font-size: 1em;
}
table .no {
color: #fff;
font-size: 1.4em;
background: #265b82;
font-weight: 400;
}
table .total {
background: #265b82;
color: #fff;
}
.menu-opened .main-menu-wrapper {
transform: translateX(0);
}
@media (max-width: 991.98px)
.main-menu-wrapper {
order: 3;
width: 260px;
position: fixed;
top: 0;
bottom: 0;
left: 0;
overflow-x: hidden;
overflow-y: auto;
z-index: 11111;
transform: translateX(-260px);
transition: all 0.4s;
background-color: #fff;
margin: 0;
}
@media (max-width: 991.98px)
.main-nav {
padding: 0;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
@media (max-width: 991.98px)
.main-nav > li {
border-bottom: 1px solid #e1e2e5;
margin-right: 0;
}
@media (max-width: 991.98px)
.main-nav > li {
margin-left: 0;
}
@media (max-width: 991.98px)
.main-nav li + li {
margin-left: 0;
}
@media (max-width: 991.98px)
.main-nav > li {
border-bottom: 1px solid #e1e2e5;
margin-right: 0;
}
.w3_wprs-col.l4, .w3_wprs-third {
width: 100% !important;
}
.wprev_showdate_T1 {
color: #70757a;
font-size: 11px; line-height: 19px;
text-transform: none;
font-style: italic;
}
.post-content img {
width:100%;
}	
.wprevpro_t1_DIV_1 {
box-sizing: border-box;
color: #fff;
text-size-adjust: 100%;
column-rule-color: #fff;
perspective-origin: 277.5px 115px;
transform-origin: 277.5px 115px;
border: 0 none #fff;
font: normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;
outline: #fff none 0;
margin-bottom: 20px;
margin-top: 10px;
}
.wprevpro_t1_DIV_2 {
bottom: 0;
box-shadow: rgba(0,0,0,.0980392) 2px 2px 2px 0;
box-sizing: border-box;
color: #fff;
height: auto;
left: 0;
position: relative;
right: 0;
text-size-adjust: 100%;
top: 0;
column-rule-color: #fff;
perspective-origin: 277.5px 69px;
transform-origin: 277.5px 69px;
background: #fff none repeat scroll 0 0/auto padding-box border-box;
border: 1px solid #f5f5f5;
font: normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0 0 25px;
outline: #fff none 0;
padding: 20px 25px 20px 48px;
}
.wprevpro_t1_DIV_2:before {
bottom: 47px;
box-sizing: border-box;
color: #bbb;
content: '\201C';
display: block;
height: 96px;
left: 55px;
position: absolute;
right: 515.391px;
text-size-adjust: 100%;
top: 20px;
width: 24.6094px;
column-rule-color: #bbb;
perspective-origin: 12.2969px 48px;
transform-origin: 12.2969px 48px;
border: 0 none #bbb;
font: normal normal normal normal 60px/96px Georgia,serif;
margin: -25px 0 0 -40px;
outline: #bbb none 0;
}
.wprevpro_t1_P_3 {
box-sizing: border-box;
color: #777;
text-size-adjust: 100%;
column-rule-color: #777;
perspective-origin: 240px 44px;
transform-origin: 240px 44px;
border: 0 none #777;
font: italic normal normal normal 14px/22.4px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0 0 5px;
outline: #777 none 0;
}
.wprevpro_star_imgs span.svgicons {
width: 18px;
height: 18px; display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -2px;
margin-right: 1px;
}
.svg-wprsp-star:after {
font-family: 'ElegantIcons';
position: absolute;
margin-left: 5px; content: "\e033";
color: gold !important;
}
.wprevpro_t1_DIV_2:after {
bottom: -30px;
box-sizing: border-box;
color: #fff;
content: '';
display: block;
height: 30px;
left: 80px;
position: absolute;
right: 445px;
text-size-adjust: 100%;
width: 30px;
column-rule-color: #fff;
perspective-origin: 15px 15px;
transform-origin: 15px 15px;
filter: drop-shadow(rgba(0, 0, 0, .0980392) 2px 2px 1px);
border-top: 30px solid #fff;
border-right: 30px solid transparent;
border-bottom: 0 solid transparent;
border-left: 0 solid transparent;
font: normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;
outline: #fff none 0;
}
.wprevpro_t1_A_8>img {
box-shadow: 0 0;
padding: 0;
}
.wprevpro_t1_IMG_4 {
box-sizing: border-box;
color: #fff;
display: block;
float: left;
height: 50px;
text-size-adjust: 100%;
vertical-align: middle;
width: 50px;
column-rule-color: #fff;
perspective-origin: 30px 30px;
transform-origin: 30px 30px;
border: 0 none #fff;
border-radius: 50% 50% 50% 50%!important;
font: normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0 20px;
outline: #fff none 0;
}
.wprevpro_t1_SPAN_5 {
color: #555;
display: block;
text-size-adjust: 100%;
text-transform: uppercase;
overflow: hidden;
padding: 8px 0 0;
}
.wprev_showdate_T1 {
color: #70757a;
font-size: 11px; line-height: 19px;
text-transform: none;
font-style: italic;
}
.w3_wprs-btn-bar:after, .w3_wprs-btn-bar:before, .w3_wprs-btn-group:after, .w3_wprs-btn-group:before, .w3_wprs-clear:after, .w3_wprs-container:after, .w3_wprs-panel:after, .w3_wprs-row-padding:after, .w3_wprs-row:after, .w3_wprs-topnav:after {
content: "";
display: table;
clear: both;
}
.img-thumbnail {
width:100%;
margin-top:20px;
margin-bottom:20px;
}
iframe {
border: 0;
width: 100%;
height: 450px;
}
#toc_container {
width: 100% !important;
padding: 2% 5% !important;
background-color: rgb(93 114 129 / 42%);
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px; font-size: 14px;
}
.titrecontenu {
color: #355A7E;
font-weight: 500;
}
table .titleseparateur {
background: #316288;
color: #fff;
}
table .titleseparateur h3 {
color: #fff;
font-size: 1em;
}
.irs--flat .irs-handle>i:first-child {
position: absolute;
display: block;
top: 0;
left: 50%;
width: 20px !important;
height: 100%;
margin-left: -1px;
background-color: #da4453 !important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
color: white;
font-size: 14px !important;
line-height: 1.333;
text-shadow: none;
padding: 5px 10px !important;
background-color: #346ca0 !important;
border-radius: 4px;
margin-top:-10px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
position: absolute;
display: block;
content: "";
bottom: -6px;
left: 50%;
width: 0;
height: 0;
margin-left: -3px;
overflow: hidden;
border: 3px solid transparent;
border-top-color: #ed5565;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
position: absolute;
display: block;
content: "";
bottom: -6px;
left: 50%;
width: 0;
height: 0;
margin-left: 5px;
overflow: hidden;
border: 3px solid transparent;
border-top-color: #346ca0 !important;
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
background-color: #346ca0 !important;
}
table .no {
color: #fff;
font-size: 1.4em;
background: #265B82;
font-weight: 400;
}
table .total {
background: #265B82;
color: #fff;
}
.tooltip {
--bs-tooltip-zindex: 1080;
--bs-tooltip-max-width: 200px;
--bs-tooltip-padding-x: 0.5rem;
--bs-tooltip-padding-y: 0.25rem;
--bs-tooltip-margin: ;
--bs-tooltip-font-size: 0.875rem;
--bs-tooltip-color: #fff;
--bs-tooltip-bg: #000;
--bs-tooltip-border-radius: 0.375rem;
--bs-tooltip-opacity: 0.9;
--bs-tooltip-arrow-width: 0.8rem;
--bs-tooltip-arrow-height: 0.4rem;
z-index: var(--bs-tooltip-zindex);
display: block;
padding: var(--bs-tooltip-arrow-height);
margin: var(--bs-tooltip-margin);
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: var(--bs-tooltip-font-size);
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
display: block;
width: var(--bs-tooltip-arrow-width);
height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-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: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
left: 0;
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
right: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-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 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
right: 0;
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
left: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
max-width: var(--bs-tooltip-max-width);
padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
color: var(--bs-tooltip-color);
text-align: center;
background-color: var(--bs-tooltip-bg);
border-radius: var(--bs-tooltip-border-radius);
}
p a {
color: #1d4f8c;
font-weight: bold;
}
.review-box.feedbackbox {
display: block;
}
#commentaireblog .card-header {
padding: 0 0 25px;
border-bottom: 1px solid #dee2e7;
margin: 0 0 25px;
display: flex;
border-radius: 0;
background: none;
}
#commentaireblog .review-list li {
background: #f9fafc;
padding: 25px;
border-radius: 10px;
margin: 0 0 25px 0;
}
#commentaireblog .review-box {
display: flex;
}
#commentaireblog .review-img {
width: 82px;
height: 82px;
border-radius: 50%;
}
#commentaireblog .review-img img {
border-radius: 50px;
}
#commentaireblog .review-details {
margin-left: 18px;
}
.review-sec .review-box .review-details span {
margin-bottom: 15px;
}
.review-details span {
font-size: 20px;
margin-bottom: 30px;
color: var(--bs-main);
}
.review-details .rating {
display: inline-flex;
}
.review-details .rating div {
margin-right: 30px;
margin-bottom: 15px;
display: flex;
align-items: center;
}
.card .review-details p {
margin-bottom: 0px;
}
.blog-content img {
max-width: 100%;
height: auto;
}
.text-light {
color: #f8f9fa!important;
}
.pricingplan-section {
background: url(//www.eglise-catholique.com/img/amada-world-map.png);
padding: 100px 0;
background-repeat: no-repeat;
background-size: cover;
padding: 100px 0 75px;
}
.price-card {
transition: all 0.5s ease-in-out;
-webkit-transition: ease all 0.5s;
}
.price-card {
background: #fff;
border: 1px solid #f3f3f3;
border-radius: 10px;
padding: 20px;
z-index: 1;
position: relative;
overflow: hidden;
}
.price-card:hover .viewdetails-btn {
background: #fff;
color: var(--bs-second);
border: 1px solid var(--bs-second);
}
.price-level span {
color: var(--bs-france);
font-weight: 700;
margin: 0 0 20px;
font-size:16px;
}
.viewdetails-btn {
display: block;
background: #fff;
border: 1px solid #666666;
color: #666666;
font-weight: 600;
border-radius: 10px;
padding: 10px 50px;
}
.viewdetails-btn:hover {
border: 1px solid var(--bs-second);
color: var(--bs-second);
}
.btn-local {
color: var(--bs-main);
display: flex;
align-items: center;
justify-content: center;
padding: 12px 25px;
border-radius: 10px;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
transition: all 0.7s;
margin: 0 0 20px;
}
.btn-local:hover {
background: var(--bs-france);
color: #fff;
}
.cta-content img {
max-width: 100%;
height: auto;
}
.blog-content ul li {
list-style-type: none;
counter-increment: item;
}
.blog-content ul li:before {
content: counter(item);
display: inline-block;
width: 30px;
height: 30px;
margin-right: 5px;
margin-top:10px;
background-color: var(--bs-main);
color: var(--bs-second);
font-weight: bold;
font-size: 140%;
padding: 0 8px 8px;
border-radius: 3px;
line-height: 1.3;
}