:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 2rem;
}
h3, .h3 {
font-size: 1.75rem;
}
h4, .h4 {
font-size: 1.5rem;
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.blockquote-footer::before {
content: "\2014\00A0";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 90%;
color: #6c757d;
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #8fd19e;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #86cfda;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #ed969e;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fbfcfc;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #95999c;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #454d55;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
height: auto;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #28a745;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.1875rem);
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #28a745;
padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.1875rem);
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #dc3545;
padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto;
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-toggle::after {
vertical-align: 0;
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
display: -ms-flexbox;
display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
.custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
}
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
}
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #007bff;
background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none;
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.custom-select::-ms-expand {
display: none;
}
.custom-select-sm {
height: calc(1.5em + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin: 0;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
width: 100%;
height: calc(1rem + 0.4rem);
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-range:focus {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none;
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none;
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
cursor: default;
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none;
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img {
width: 100%;
border-radius: calc(0.25rem - 1px);
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}
.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion > .card {
overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
}
.accordion > .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion > .card .card-header {
margin-bottom: -1px;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
}
a.badge:hover, a.badge:focus {
text-decoration: none;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.badge-primary {
color: #fff;
background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
color: #fff;
background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
color: #fff;
background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
color: #fff;
background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
color: #212529;
background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
color: #212529;
background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
color: #fff;
background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
color: #212529;
background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
color: #212529;
background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
color: #fff;
background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary hr {
border-top-color: #9fcdff;
}
.alert-primary .alert-link {
color: #002752;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-secondary hr {
border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
color: #202326;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.media-body {
-ms-flex: 1;
flex: 1;
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-sm .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-sm .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-md .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-md .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-lg .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-lg .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-xl .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xl .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
a.close.disabled {
pointer-events: none;
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast.showing {
opacity: 1;
}
.toast.show {
display: block;
opacity: 1;
}
.toast.hide {
display: none;
}
.toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
padding: 0.75rem;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
margin-right: .25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded-sm {
border-radius: 0.2rem !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-lighter {
font-weight: lighter !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-weight-bolder {
font-weight: bolder !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #0056b3 !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #494f54 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
color: #19692c !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
color: #0f6674 !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #a71d2a !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
color: #cbd3da !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #121416 !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important;
}
.table-dark {
color: inherit;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6;
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}.imgdeco_intro {
bottom: 0px;
left: 0px;
position: absolute;
}
.imgdeco_top {
position: relative;
top: 0px;
left: 0px;
}
.imgdeco_introtop {
top: 0px;
left: 0px;
position: absolute;
}
.pg-construction-header5 .content .button a:hover {
background: rgba(95, 145, 89, 0.29);
margin: 0px 10px 0px 10px;
padding: 10px 25px;
font-weight: 700;
color: #fff;
text-align: center;
border-radius: 30px;
font-size: 14px;
text-decoration: none;
background-color: rgba(75, 134, 85, 0.44);
}
.pg-construction-header5 .content .button a.notbg:hover {
border: 1px solid rgba(255, 255, 255, 0.58);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.33);
}
.pg-construction-nav2 .navbar-nav-two .navbar-collapse .navbar-nav .nav-item a:hover {
color: #10552e !important;
font-size: 30px;
font-weight: 600;
margin: 0px 16px;
border-radius: 12px;
padding: 2px 11px;
font-family: Abel;
box-shadow: 0px 4px 15px -14px;
}
.boxfooter {
padding-top: 5%;
padding-bottom: 5%;
}
.pg-construction-blog-1-8 .pg-construction-blog8 h1 {
font-family: 'Abel', sans-serif;
font-weight: 700;
color: #555555;
font-size: 33px;
text-transform: none;
}
.pg-construction-blog-1-8 .pg-construction-blog8 h3 {
color: #428f55;
font-size: 24px;
}
.pg-construction-header-1-9 {
}
#pg-construction-header-1-9.pg-construction-header-block.pg-construction-header-1-9 .pg-construction-header5 {
height: 15vh;
min-height: 200px;
}
.pg-construction-navigation-1-3 .pg-construction-nav3 span {
color: #ffffff;
margin-right: 12px;
margin-left: 13px;
}.pg-restaurant-nav1 {
background-color: #000;
padding: 50px 0px;
}
.pg-restaurant-nav1 .navbar {
background-color: #000 !important;
}
.pg-restaurant-nav1 .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-brand img {
margin-top: -20px;
}
.pg-restaurant-nav1 .navbar .navbar-toggler {
background-color: transparent;
}
.pg-restaurant-nav1 .navbar .navbar-toggler-icon {
background-color: transparent;
}
.pg-restaurant-nav1 .navbar .navbar-collapse {
background-color: transparent;
}
.pg-restaurant-nav1 .navbar .navbar-collapse .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-nav .nav-item {
background-color: transparent;
padding: 5px;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-nav .nav-item:hover {
background-color: #c59d5f;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-nav .nav-item:focus {
background-color: transparent;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-nav .nav-item:active {
background-color: #fff;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-nav .nav-item .nav-link {
color: #fff;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
color: #fff;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-nav .nav-item .nav-link:focus {
color: #fff;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-nav .nav-item .nav-link:active {
color: #000;
}
.pg-restaurant-nav1 .navbar-collapse .navbar-brand {
background-color: transparent;
} .pg-restaurant-nav2 {
background-color: #bbc0c2;
}
.pg-restaurant-nav2 .top {
background-color: #f2f2f2;
}
.pg-restaurant-nav2 .top .navbar {
padding: 0px;
background-color: #000;
}
.pg-restaurant-nav2 .top .navbar .navbar-collapse {
background-color: transparent;
}
.pg-restaurant-nav2 .top .navbar .navbar-collapse .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav2 .top .navbar .navbar-collapse .navbar-nav .nav-item {
background-color: transparent;
}
.pg-restaurant-nav2 .top ul.navbar-nav.right.ml-auto li:hover span {
color: #c59d5f !important;
}
.pg-restaurant-nav2 .top .navbar .navbar-collapse .navbar-nav .nav-link {
background-color: transparent;
}
.pg-restaurant-nav2 .top .navbar .navbar-collapse .navbar-nav .nav-link .contact {
color: #fff;
}
.pg-restaurant-nav2 .top .navbar .navbar-collapse .navbar-nav .nav-link .contact i {
color: #c59d5f !important;
font-size: 14px;
}
.pg-restaurant-nav2 .top .navbar .navbar-collapse .navbar-nav .nav-link .social {
color: #a3a3a3;
font-size: 13px;
}
.pg-restaurant-nav2 .top .navbar .navbar-collapse .navbar-nav .nav-link .social i {
color: #c59d5f !important;
font-size: 14px;
}
.pg-restaurant-nav2 .top .navbar .navbar-collapse .navbar-nav .nav-link.cart i {
color: #fff;
}
.pg-restaurant-nav2 .top ul.navbar-nav.right.ml-auto li span {
color: #a3a3a3 !important;
}
.pg-restaurant-nav2 .main {
background-color: #fff;
}
.pg-restaurant-nav2 .main .navbar {
padding: 0px;
}
.pg-restaurant-nav2 .main .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav2 .main .navbar .navbar-brand img {
background-color: transparent;
}
.pg-restaurant-nav2 .main .navbar .navbar-toggler {
background-color: transparent;
}
.pg-restaurant-nav2 .main .navbar .navbar-toggler .navbar-toggler-icon {
color: #232222;
}
.pg-restaurant-nav2 .main .navbar .navbar-toggler .navbar-toggler-icon i {
background-color: transparent;
}
.pg-restaurant-nav2 .main .navbar .navbar-collapse {
background-color: transparent;
}
.pg-restaurant-nav2 .main .navbar .navbar-collapse .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav2 .main .navbar .navbar-collapse .navbar-nav .nav-item {
background-color: transparent;
}
.pg-restaurant-nav2 .main .navbar .navbar-collapse .navbar-nav .nav-item a {
color: #000;
background-color: transparent;
padding-left: 12px;
padding-right: 12px;
text-align: center;
}
.pg-restaurant-nav2 .main .navbar .navbar-collapse .navbar-nav .nav-item a:hover {
color: #c59d5f !important;
} .pg-restaurant-nav3 {
background-color: #bbc0c2;
}
.pg-restaurant-nav3 .main {
border-bottom: 1px solid #eaeaea;
}
.pg-restaurant-nav3 .main .navbar {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .navbar-brand img {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .navbar-toggler {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .navbar-toggler .navbar-toggler-icon {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .collapse {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .collapse .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .collapse .navbar-nav .nav-item {
padding-top: 0px;
}
.pg-restaurant-nav3 .main .navbar .collapse .navbar-nav .nav-item:active {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .collapse .navbar-nav .nav-item:hover {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .collapse .navbar-nav .nav-item:focus {
background-color: transparent;
}
.pg-restaurant-nav3 .main .navbar .navbar-nav .nav-item .nav-link {
color: #fff;
padding-left: 12px;
padding-right: 12px;
}
.pg-restaurant-nav3 .main .navbar .navbar-nav .nav-item .nav-link:hover {
color: #c59d5f !important;
}
.pg-restaurant-nav3 .main .navbar .navbar-nav .nav-item .nav-link:active {
color: #c59d5f !important;
}
.pg-restaurant-nav3 .main .navbar .navbar-nav .nav-item .nav-link:focus {
color: #c59d5f !important;
}
.pg-restaurant-nav3 .main .navbar .navbar-nav .nav-item .nav-link.cart i:after {
content: "3";
position: absolute;
top: -10px;
left: -1px;
text-align: center;
line-height: 19px;
font-size: 11px;
border-radius: 50%;
color: #c59d5f;
}
.pg-restaurant-nav3 .main .navbar .navbar-nav .nav-item .nav-link i {
font-size: 15px;
text-align: center;
vertical-align: text-bottom;
position: relative !important;
padding: 4px 4px;
color: #c59d5f;
} .pg-restaurant-nav4 {
background-color: #bbc0c2;
}
.pg-restaurant-nav4 .main {
background-color: #c59d5f;
}
.pg-restaurant-nav4 .main .navbar {
padding: 0px;
}
.pg-restaurant-nav4 .main .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav4 .main .navbar .navbar-brand img {
background-color: transparent;
}
.pg-restaurant-nav4 .main .navbar .navbar-toggler {
background-color: transparent;
}
.pg-restaurant-nav4 .main .navbar .navbar-toggler .navbar-toggler-icon {
background-color: transparent;
}
.pg-restaurant-nav4 .main .navbar .collapse {
background-color: transparent;
}
.pg-restaurant-nav4 .main .navbar .collapse .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav4 .main .navbar .collapse .navbar-nav .nav-item {
color: #fff;
}
.pg-restaurant-nav4 .main .navbar .collapse .navbar-nav .nav-item .nav-link {
color: #fff;
}
.pg-restaurant-nav4 .main .navbar .collapse .navbar-nav .nav-item .nav-link span {
background-color: transparent;
}
.pg-restaurant-nav4 .main .navbar .collapse .navbar-nav .nav-item .nav-link .social {
color: #fff;
font-size: 13px;
}
.pg-restaurant-nav4 .main-menu {
background-color: #29292a;
padding: 12px 0px;
}
.pg-restaurant-nav4 .main-menu .navbar {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .navbar-brand img {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .navbar-toggler {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .navbar-toggler .navbar-toggler-icon {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item:hover {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item:active {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item:focus {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link:hover {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link:active {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link:focus {
background-color: transparent;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link .btn {
background-color: #c59d5f;
color: #fff;
border-radius: 0px;
font-size: 14px;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link .btn:hover {
background-color: #fff;
color: #000;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link.cart {
display: inline-block;
padding: 5px 10px;
text-align: center;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link.cart i {
position: relative;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link.cart i:after {
content: "3";
position: absolute;
top: -10px;
right: -5px;
text-align: center;
font-size: 10px;
border-radius: 50%;
color: #ffffff;
background-color: #c59d5f;
padding: 2px 4px;
left: auto;
vertical-align: middle;
}
.pg-restaurant-nav4 .main-menu .navbar .collapse .navbar-nav .nav-item .nav-link .collapse {
padding: 9px 6px;
color: #c59d5f !important;
font-size: 22px;
} .pg-restaurant-nav5 {
background-color: #bbc0c2;
}
.pg-restaurant-nav5 .top {
background-color: #222222;
}
.pg-restaurant-nav5 .top .navbar {
padding: 0px;
}
.pg-restaurant-nav5 .top .navbar .collapse {
background-color: transparent;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .nav-item .nav-link {
color: #fff !important;
padding: 5px 6px;
display: inline-block;
text-align: center;
font-size: 12px;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .nav-item .nav-link span.social {
color: #dddddd;
font-size: 13px;
padding: 4px 9px;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .nav-item.drop-down-btn .btn.dropdown-toggle {
color: #fff !important;
padding: 5px 6px;
display: inline-block;
text-align: center;
font-size: 12px;
background-color: transparent;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .nav-item.drop-down-btn {
padding: 7px 1px;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .nav-item.drop-down-btn .dropdown-menu {
background-color: #fff;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .nav-item.drop-down-btn .dropdown-menu .dropdown-item {
background-color: #fff;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .nav-item.drop-down-btn .dropdown-menu .dropdown-item a {
color: #000;
text-decoration: none;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .cart {
display: inline-block;
padding: 5px 10px;
text-align: center;
color: #dddddd;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .cart i {
position: relative !important;
}
.pg-restaurant-nav5 .top .navbar .collapse .navbar-nav .cart i:after {
content: "3";
position: absolute;
top: -10px;
right: -5px;
text-align: center;
font-size: 10px;
border-radius: 50%;
color: #ffffff;
background-color: #feb518;
padding: 2px 4px;
left: auto;
vertical-align: middle;
}
.pg-restaurant-nav5 .two {
background-color: #fff;
padding: 22px 0px;
}
.pg-restaurant-nav5 .two .navbar {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .navbar-brand img {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .navbar-toggler {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .navbar-toggler .navbar-toggler-icon {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .collapse {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .collapse .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .collapse .navbar-nav .nav-item {
padding: 10px;
}
.pg-restaurant-nav5 .two .navbar .collapse .navbar-nav .nav-item:active {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .collapse .navbar-nav .nav-item:hover {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .collapse .navbar-nav .nav-item:focus {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .collapse .navbar-nav .nav-item .nav-link {
color: #000 !important;
font-size: 18px;
}
.pg-restaurant-nav5 .two .navbar .collapse .navbar-nav .nav-item .nav-link:hover {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .collapse .navbar-nav .nav-item .nav-link:active {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .collapse .navbar-nav .nav-item .nav-link:focus {
background-color: transparent;
}
.pg-restaurant-nav5 .two .navbar .navbar-nav .nav-item .btn {
background-color: #c59d5f;
color: #fff;
border-radius: 0px;
font-size: 14px;
}
.pg-restaurant-nav5 .two .navbar .navbar-nav .nav-item .btn:hover {
background-color: #000;
color: #fff;
}
.pg-restaurant-nav5 a.nav-link.collapse {
padding: 9px 6px;
color: #c59d5f !important;
font-size: 22px;
}
.pg-restaurant-nav5 li.nav-item.first-right {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
} .pg-restaurant-nav6 {
background-color: #bbc0c2;
}
.pg-restaurant-nav6 .top {
background-color: #5d6061;
}
.pg-restaurant-nav6 .top .navbar {
}
.pg-restaurant-nav6 .top .navbar .collapse {
}
.pg-restaurant-nav6 .top .navbar .collapse .nav-item {
}
.pg-restaurant-nav6 .top .navbar .collapse .nav-item .nav-link {
color: #fff;
}
.pg-restaurant-nav6 .top .navbar .collapse .nav-item .nav-link span i {
font-size: 13px;
color: #fff;
}
.pg-restaurant-nav6 .main {
padding: 8px 0px;
}
.pg-restaurant-nav6 .main .navbar {
background-color: transparent;
}
.pg-restaurant-nav6 .main .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav6 .main .navbar .navbar-brand img {
background-color: transparent;
width: 170px;
height: 100px;
object-fit: contain;
}
.pg-restaurant-nav6 .main .navbar .navbar-toggler {
background-color: transparent;
}
.pg-restaurant-nav6 .main .navbar .navbar-toggler .navbar-toggler-icon {
background-color: transparent;
}
.pg-restaurant-nav6 .main .navbar .collapse {
background-color: transparent;
}
.pg-restaurant-nav6 .main .navbar .collapse .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav6 .main .navbar .collapse .navbar-nav .nav-item {
padding-top: 0px;
}
.pg-restaurant-nav6 .main .navbar .collapse .navbar-nav .nav-item:active {
background-color: transparent;
}
.pg-restaurant-nav6 .main .navbar .collapse .navbar-nav .nav-item:hover {
background-color: transparent;
}
.pg-restaurant-nav6 .main .navbar .collapse .navbar-nav .nav-item:focus {
background-color: transparent;
}
.pg-restaurant-nav6 .main .navbar .navbar-nav .nav-item .nav-link {
line-height: 35px;
font-size: 14px;
padding: 5px 21px;
color: #fff !important;
}
.pg-restaurant-nav6 .main .navbar .navbar-nav .nav-item .nav-link:hover {
color: #c59d5f !important;
}
.pg-restaurant-nav6 .main .navbar .navbar-nav .nav-item .nav-link:active {
color: #c59d5f !important;
}
.pg-restaurant-nav6 .main .navbar .navbar-nav .nav-item .nav-link:focus {
color: #c59d5f !important;
}
.pg-restaurant-nav6 .main .navbar .navbar-nav .nav-item.cart {
border-left: 1px solid #e2e2e2;
}
.pg-restaurant-nav6 .main .navbar .navbar-nav .nav-item.cart span {
font-size: 13px;
}
.pg-restaurant-nav6 .main .navbar .navbar-nav .nav-item .btn {
border-radius: 31px;
padding: 7px 18px;
font-size: 14px;
background-color: #fff;
font-weight: 600;
} .pg-restaurant-nav7 {
background-color: #bbc0c2;
padding: 45px 0px;
}
.pg-restaurant-nav7 .main {
background-color: #fff;
}
.pg-restaurant-nav7 .main .navbar {
}
.pg-restaurant-nav7 .main .navbar .navbar-brand {
}
.pg-restaurant-nav7 .main .navbar .navbar-brand img {
}
.pg-restaurant-nav7 .main .navbar .navbar-toggler {
}
.pg-restaurant-nav7 .main .navbar .navbar-toggler .navbar-toggler-icon {
color: #232222;
}
.pg-restaurant-nav7 .main .navbar .collapse {
}
.pg-restaurant-nav7 .main .navbar .collapse .navbar-nav {
}
.pg-restaurant-nav7 .main .navbar .collapse .navbar-nav .nav-item {
}
.pg-restaurant-nav7 .main .navbar .collapse .navbar-nav .nav-item:hover {
}
.pg-restaurant-nav7 .main .navbar .collapse .navbar-nav .nav-item:active {
}
.pg-restaurant-nav7 .main .navbar .collapse .navbar-nav .nav-item:focus {
}
.pg-restaurant-nav7 .main .navbar .collapse .navbar-nav .nav-item .nav-link {
color: #000 !important;
padding: 4px 14px;
}
.pg-restaurant-nav7 .main .navbar .collapse .navbar-nav .nav-item .nav-link:hover {
color: #000 !important;
padding: 4px 14px;
}
.pg-restaurant-nav7 .main .navbar .collapse .navbar-nav .nav-item .nav-link .btn {
background-color: black;
color: #fff;
border-radius: 28px;
padding: 7px 23px;
line-height: 25px;
font-size: 15px;
}
.pg-restaurant-nav7 .main .navbar .collapse .navbar-nav .nav-item .nav-link .btn:hover {
background-color: #c59d5f;
color: #fff;
} .pg-restaurant-nav8 {
background-color: #bbc0c2;
padding: 45px 0px;
}
.pg-restaurant-nav8 .main {
background-color: #fff;
}
.pg-restaurant-nav8 .main .navbar {
padding: 0px;
}
.pg-restaurant-nav8 .main .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav8 .main .navbar .navbar-brand img {
height: 100px;
width: 170px;
object-fit: contain;
}
.pg-restaurant-nav8 .main .navbar .navbar-toggler-icon {
color: #232222;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-item {
background-color: transparent;
display: table;
line-height: 45px;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-item:hover {
background-color: #000;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link {
color: #000;
padding: 11px 14px;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link:hover {
color: #fff;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link.search {
padding: 11px 24px !important;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link.search:hover {
color: #fff;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link.search i {
color: #464646;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link.search i:hover {
color: #fff;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link.social {
text-align: center;
display: inline-block;
font-size: 14px;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link.social:hover {
background-color: transparent;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link.social i {
padding: 1px;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link.social i:hover {
color: #000;
}
.pg-restaurant-nav8 .main .navbar .navbar-nav .nav-link.social i:focus {
color: #000;
} .pg-restaurant-nav9 {
background-color: #bbc0c2;
}
.pg-restaurant-nav9 .main .navbar {
padding: 0px;
}
.pg-restaurant-nav9 .main .navbar .nav-item {
}
.pg-restaurant-nav9 .main .navbar .nav-item .nav-link {
color: #777777;
font-size: 14px;
}
.pg-restaurant-nav9 .main .navbar-nav.right.ml-auto li a img {
height: 16px;
width: 16px;
}
.pg-restaurant-nav9 .nav-menu .navbar {
padding: 0px;
}
.pg-restaurant-nav9 .nav-menu .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav9 .nav-menu .navbar .navbar-brand img {
height: 100px;
width: 170px;
object-fit: contain;
}
.pg-restaurant-nav9 .input {
background-color: #2c2c2c;
border: none;
padding: 7px 15px;
width: 130px;
}
.pg-restaurant-nav9 .input::placeholder {
color: #fff;
opacity: 1; }
.pg-restaurant-nav9 .input:-ms-input-placeholder { color: #fff;
}
.pg-restaurant-nav9 .input::-ms-input-placeholder { color: #fff;
}
.pg-restaurant-nav9 .main .input-btn {
color: #fff;
padding: 9px 13px;
font-size: 14px;
}
.pg-restaurant-nav9 ul.navbar-nav.ml-auto.nine-options li a {
line-height: 35px;
font-size: 14px;
padding: 5px 21px;
color: #000 !important;
font-weight: 600;
}
.pg-restaurant-nav9 ul.navbar-nav.ml-auto.nine-options li a:hover {
line-height: 35px;
font-size: 14px;
padding: 5px 21px;
color: #c59d5f !important;
font-weight: 600;
}
.pg-restaurant-nav9 .main {
background-color: #222222;
padding: 22px 12px;
}
.pg-restaurant-nav9 .main .navbar.navbar-expand-lg.navbar-dark.pr-0 {
border: solid 1px #fff;
padding: 23px 12px;
padding-right: 12px;
}
.pg-restaurant-nav9 .navbar-nav.ml-auto.options li:hover {
color: #c59d5f;
} .pg-restaurant-nav10 {
background-color: #000;
padding: 20px;
}
.pg-restaurant-nav10 .main {
background-color: transparent;
}
.pg-restaurant-nav10 .main .navbar {
}
.pg-restaurant-nav10 .main .navbar .navbar-brand {
background-color: transparent;
}
.pg-restaurant-nav10 .main .navbar .navbar-brand img {
height: 100px;
width: 145px;
object-fit: contain;
}
.pg-restaurant-nav10 .main .navbar .navbar-toggler {
background-color: transparent;
}
.pg-restaurant-nav10 .main .navbar .navbar-toggler .navbar-toggler-icon {
background-color: transparent;
}
.pg-restaurant-nav10 .main .navbar .navbar-nav {
background-color: transparent;
}
.pg-restaurant-nav10 .main .navbar .nav-item {
background-color: transparent;
}
.pg-restaurant-nav10 .main .navbar .nav-item:hover {
background-color: transparent;
}
.pg-restaurant-nav10 .main .navbar .nav-item:active {
background-color: transparent;
}
.pg-restaurant-nav10 .main .navbar .nav-item .nav-link {
color: #ffffff;
}
.pg-restaurant-nav10 .main .navbar .nav-item .nav-link:hover {
color: #c59d5f;
}
.pg-restaurant-nav10 .main .navbar .nav-item .nav-link:active {
color: #c59d5f;
} .pg-restaurant-header1 {
background-color: #333333;
height: 100vh;
width: 100%;
text-align: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-header1 .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.53);
}
.pg-restaurant-header1 .heading {
color: #fff;
font-size: 40px;
padding: 12px 0px;
font-weight: 600;
font-family: Poppins;
}
.pg-restaurant-header1 .heading span {
color: #c1a558;
}
.pg-restaurant-header1 .line {
height: 1px;
background-color: #c1a558;
margin: 0 auto;
margin-bottom: 0px;
width: 23%;
}
.pg-restaurant-header1 .description {
color: #fff;
padding: 5px 0px;
font-size: 28px;
font-weight: 400;
font-family: Poppins;
}
.pg-restaurant-header1 .btn.btn-menu {
padding: 10px 30px;
background-color: transparent;
border-radius: 0px;
color: #c1a558;
font-weight: 600;
margin-top: 35px;
border: 1px solid #c1a558;
}
.pg-restaurant-header1 .btn.btn-menu:hover {
background-color: #fff;
color: #000;
} .pg-restaurant-header2 {
height: 100vh;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-header2 .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.53);
}
.pg-restaurant-header2 .inner {
padding: 0px;
}
.pg-restaurant-header2 .inner .heading {
color: #fff;
font-size: 80px;
font-weight: 500;
font-family: Zilla Slab;
text-align: center;
padding: 12px;
}
@media (max-width:490px) {
.pg-restaurant-header2 .inner .heading {
font-size: 40px;
}
}
.pg-restaurant-header2 .inner .description {
color: #d2d2d2;
font-family: Lato;
font-size: 24px;
}
.pg-restaurant-header2 .inner .button:hover {
color: #fff;
}
.pg-restaurant-header2 .inner .button {
display: flex;
background-color: transparent;
padding: 10px 20px;
border: 1px solid #fff;
color: #fff;
font-size: 24px;
text-decoration: none;
transition: color 0.4s;
position: relative;
flex-direction: row;
align-items: center;
justify-content: center;
}
.pg-restaurant-header2 .inner .button:hover:after {
border: 1px solid #fff;
width: calc(100% - 20px);
height: calc(100% + 20px);
}
.pg-restaurant-header2 .inner .button:after {
content: " ";
border: 1px solid #fff;
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all 0.4s;
} .pg-restaurant-header3 {
height: 100vh;
width: 100%;
text-align: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-header3 .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.53);
}
.pg-restaurant-header3 .text {
}
.pg-restaurant-header3 .text h1 {
color: #fff;
font-size: 48px;
border: 5px solid #fff;
font-family: Italiana;
font-weight: 900;
}
.pg-restaurant-header3 .text p {
color: #fff;
font-size: 24px;
font-weight: 400;
margin-top: 150px;
font-family: Italiana;
} .pg-restaurant-header4 {
text-align: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-header4 .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.41);
}
.pg-restaurant-header4 .row {
padding-top: 150px;
padding-bottom: 150px;
}
.pg-restaurant-header4 .pre-heading {
letter-spacing: 1px;
font-family: Dancing Script;
color: #ffffff;
}
.pg-restaurant-header4 .heading {
padding: 26px 0px;
font-size: 37px;
font-weight: 700;
letter-spacing: 1px;
font-family: Lato;
color: #ffffff;
}
.pg-restaurant-header4 .btn.btn-more {
background-color: transparent;
border: 1px solid white;
color: #fff;
padding: 9px 19px;
border-radius: 0px;
font-size: 15px;
font-weight: 700;
font-family: Lato;
} .pg-restaurant-header5 {
text-align: center;
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
height: 100vh;
width: 100%;
}
.pg-restaurant-header5 .overlay {
height: 100%;
background-color: rgba(255, 255, 255, 0.66);
}
.pg-restaurant-header5 .main-heading {
color: #000;
text-align: center;
font-size: 38px;
font-family: Bitter;
}
.pg-restaurant-header5 .description {
padding: 15px 0px;
}
.pg-restaurant-header5 .description p {
color: #000;
font-size: 18px;
letter-spacing: 1px;
font-family: Bitter;
}
.pg-restaurant-header5 .btn.btn-scroll-down {
background-color: transparent;
border: solid 2px #000;
border-radius: 2px;
padding: 11px 17px;
font-size: 15px;
font-weight: 500;
color: #000;
}
.pg-restaurant-header5 .inner-card {
padding: 10px;
} .pg-restaurant-header6 {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 100vh;
}
.pg-restaurant-header6 .overlay {
height: 100%;
background-color: rgba(54, 54, 54, 0.35);
}
.pg-restaurant-header6 .pre-heading {
font-size: 20px;
padding: 12px 0px;
color: #ffffff;
font-family: Poppins;
}
.pg-restaurant-header6 .heading {
font-size: 41px;
color: #ffffff;
font-family: Montez;
text-align: center;
}
.pg-restaurant-header6 .description {
font-size: 27px;
padding: 12px 0px;
color: #ffffff;
font-family: Poppins;
text-align: center;
}
.pg-restaurant-header6 .btn.btn-menu {
background-color: transparent;
border: solid 1px #fff;
border-radius: 0px;
padding: 10px 55px;
color: #fff;
font-weight: 600;
font-size: 15px;
margin: 10px 0px;
font-family: Poppins;
}
.pg-restaurant-header6 .reserve {
background-color: #fff;
padding: 14px 25px 24px;
margin: 0 auto -80px;
display: inline-block;
}
.pg-restaurant-header6 .reserve input {
height: 54px;
border: 1px solid #f2f2f2;
padding: 5px 16px;
width: 21%;
}
.pg-restaurant-header6 .reserve .btn.btn-book {
background-color: #F7CC78;
color: #000;
font-weight: 600;
padding: 13px 14px;
border-radius: 0px;
border: 1px solid #000;
font-family: Poppins;
}
.pg-restaurant-header6 .reserve .form-heading {
color: #333;
font-size: 23px;
font-weight: 600;
padding: 15px 0px;
text-align: center;
font-family: Poppins;
}
.pg-restaurant-header6 .reserve .form-description {
color: #797979;
font-size: 14px;
padding: 5px 0px 2px;
text-align: center;
}
.pg-restaurant-header6 .reserve .form-description > strong {
color: #F7CC78;
font-size: 14px;
} .pg-restaurant-header7 {
background-color: #363636;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-header7 .overlay {
background-color: rgba(0, 0, 0, 0.15);
height: 100%;
}
.pg-restaurant-header7 .row {
padding-top: 150px;
padding-bottom: 150px;
}
.pg-restaurant-header7 .heading {
font-size: 44px;
font-weight: 700;
letter-spacing: 2px;
padding: 25px 0px 9px;
color: #ffffff;
font-family: Lato;
}
.pg-restaurant-header7 .option {
font-family: Lato;
}
.pg-restaurant-header7 .option span a {
color: #f0f0f0;
padding: 4px 6px;
display: inline-block;
} .pg-restaurant-header8 {
height: 100vh;
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-header8 .overlay {
height: 100%;
background-color: rgba(88, 88, 88, 0.52);
}
.pg-restaurant-header8 .heading {
color: #fff;
font-size: 65px;
padding: 12px 0px;
font-weight: 900;
font-family: Alfa Slab One;
text-align: center;
}
.pg-restaurant-header8 .description {
color: #fff;
margin: 0 auto;
font-size: 20px;
line-height: 26px;
text-align: center;
font-family: Bitter;
}
.pg-restaurant-header8 .btn.btn-buy {
background-color: #c59d5f;
border-radius: 0px;
padding: 12px 37px;
margin: 30px 0px;
font-family: Bitter;
} .pg-restaurant-header9 {
background-position: center bottom;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
overflow: hidden;
}
.pg-restaurant-header9 .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.38);
}
.pg-restaurant-header9 .pre-heading {
font-size: 19px;
font-family: 'Lato', sans-serif;
letter-spacing: 1px;
color: #f3f3f3;
}
.pg-restaurant-header9 .heading {
font-size: 80px;
font-family: Zilla Slab Highlight;
text-transform: uppercase;
color: #fff;
text-align: center;
}
@media (max-width:767.98px) {
.pg-restaurant-header9 .heading {
font-size: 40px!important;
}
}
.pg-restaurant-header9 .btn.btn-menu {
background-color: transparent;
color: #fff;
border: 2px solid #fff;
border-radius: 0px;
padding: 9px 30px;
margin-top: 35px;
margin-bottom: 35px;
}
.pg-restaurant-header9 .inner {
background-color: #ffffff;
padding: 24px 31px 9px;
border: 5px solid #c59d5f;
border-radius: 20px;
z-index: 100;
text-align: center;
}
.pg-restaurant-header9 .inner input {
background-color: #c59d5f;
border: none;
}
.pg-restaurant-header9 .inner .input-group {
height: 44px;
border: 1px solid #f2f2f2; margin-bottom: 15px;
}
.pg-restaurant-header9 .btn.btn-book {
background-color: #c59d5f;
color: #000;
font-weight: 600;
padding: 10px 32px;
border-radius: 0px;
vertical-align: baseline;
margin-bottom: 16px;
letter-spacing: 1px;
font-size: 15px;
}
.pg-restaurant-header9 .input-group-addon {
background-color: transparent;
color: #fff;
border: none;
}
.pg-restaurant-header9 ::placeholder {
color: #fff;
opacity: 1; }
.pg-restaurant-header9 :-ms-input-placeholder { color: #fff;
}
.pg-restaurant-header9 ::-ms-input-placeholder { color: #fff;
} .pg-restaurant-header10 {
background-color: #333333;
height: 50vh;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-header10 .overlay {
height: 100%;
background-color: rgba(5, 5, 5, 0.52);
}
.pg-restaurant-header10 .heading {
font-size: 53px;
color: #fff;
font-family: Bitter;
padding: 5px 0px;
text-align: center;
}
.pg-restaurant-header10 .description {
font-size: 31px;
color: #fff;
padding: 2px 0px 12px;
font-family: Bitter;
}
.pg-restaurant-header10 .main {
display: block;
margin: 0 auto;
padding: 24px 0px 31px;
}
.pg-restaurant-header10 .btn.btn-menu {
background-color: transparent;
border: 2px solid #c2c2c2;
border-radius: 0px;
color: #fff;
padding: 8px 21px;
font-weight: 600;
width: 161px;
margin: 5px 9px;
font-family: Bitter;
} .pg-restaurant-header11 {
border-bottom: 3px solid whitesmoke;
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.pg-restaurant-header11 .overlay {
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.54);
}
.pg-restaurant-header11 .content {
}
.pg-restaurant-header11 .content .heading {
font-size: 45px;
font-weight: 700;
color: #ffffff;
text-align: center;
font-family: Dancing Script;
}
.pg-restaurant-header11 .content .description {
font-size: 18px;
color: #f4f4f4;
padding: 12px 0px 25px;
text-align: center;
position: relative;
font-family: Poppins;
}
.pg-restaurant-header11 .content .button .btn1 {
background-color: #c59d5f;
color: #fff;
font-weight: 600;
padding: 9px 54px;
border-radius: 0px;
font-size: 15px;
}
.pg-restaurant-header11 .content .button .btn2 {
background-color: transparent;
border: solid #fff 1px;
border-radius: 0px;
color: #fff;
font-weight: 600;
padding: 9px 32px;
font-size: 15px;
}
.pg-restaurant-header11 .content .button .btn1:hover {
background-color: #d91d1d;
color: #fff;
}
.pg-restaurant-header11 .content .button .btn2:hover {
background-color: transparent;
color: #fff;
} .pg-restaurant-header12 {
height: 100vh;
width: 100%;
text-align: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-header12 .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.53);
}
.pg-restaurant-header12 .content .text {
padding-top: 40px;
padding-bottom: 40px;
font-family: Josefin Sans;
}
.pg-restaurant-header12 .content .text h1 {
color: #FFF;
font-size: 48px;
line-height: 72px;
font-weight: 700;
margin: 0px;
}
.pg-restaurant-header12 .content .text h1 span {
color: #c59d5f;
}
.pg-restaurant-header12 .content .form .custom-row {
background-color: rgba(0, 0, 0, 0.79);
padding: 50px;
}
.pg-restaurant-header12 .content .form .custom-row input[type="color"],
.pg-restaurant-header12 .content .form .custom-row input[type="date"],
.pg-restaurant-header12 .content .form .custom-row input[type="datetime"],
.pg-restaurant-header12 .content .form .custom-row input[type="datetime-local"],
.pg-restaurant-header12 .content .form .custom-row input[type="email"],
.pg-restaurant-header12 .content .form .custom-row input[type="month"],
.pg-restaurant-header12 .content .form .custom-row input[type="number"],
.pg-restaurant-header12 .content .form .custom-row input[type="password"],
.pg-restaurant-header12 .content .form .custom-row .ie input[type="range"],
.pg-restaurant-header12 .content .form .custom-row.ie9 input[type="range"],
.pg-restaurant-header12 .content .form .custom-row input[type="search"],
.pg-restaurant-header12 .content .form .custom-row input[type="tel"],
.pg-restaurant-header12 .content .form .custom-row input[type="text"],
.pg-restaurant-header12 .content .form .custom-row input[type="time"],
.pg-restaurant-header12 .content .form .custom-row input[type="url"],
.pg-restaurant-header12 .content .form .custom-row input[type="week"],
.pg-restaurant-header12 .content .form .custom-row select,
.pg-restaurant-header12 .content .form .custom-row textarea,
.pg-restaurant-header12 .content .form .custom-row textarea.form-control {
color: #aaa;
font-size: 16px;
font-weight: 400;
background-color: #fff;
padding: 16px 20px;
border: 1px solid #eaeaea;
outline: none !important;
border-radius: 0px;
-webkit-box-shadow: 0px 3px 7px -3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 3px 7px -3px rgba(0,0,0,0.1);
box-shadow: 0px 3px 7px -3px rgba(0,0,0,0.1);
}
.pg-restaurant-header12 .content .form .custom-row .btn,
.pg-restaurant-header12 .content .form input[type="button"],
.pg-restaurant-header12 .content .form input[type="submit"],
.pg-restaurant-header12 .content .form input[type="reset"],
.pg-restaurant-header12 .content .form button {
color: #FFF !important;
font-size: 16px;
padding: 16px;
font-weight: 700;
text-transform: uppercase;
background-color: transparent;
border: 1px solid #c59d5f;
border-radius: 4px;
width: 100%;
height: 100%;
text-align: center;
cursor: pointer;
}
.pg-restaurant-header12 .form-control:focus {
background-color: #c59d5f;
color: #fff;
} .pg-restaurant-slider1 {
height: 100vh;
}
.pg-restaurant-slider1 .carousel-item {
background-color: #666666;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
}
.pg-restaurant-slider1 .carousel-inner .carousel-item .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.51);
}
.pg-restaurant-slider1 .carousel-inner .carousel-item .carousel-caption .headings {
font-size: 45px;
font-weight: 700;
letter-spacing: 2px;
font-family: Vollkorn;
}
.pg-restaurant-slider1 .carousel-inner .carousel-item .carousel-caption .headings {
color: #ffffff;
margin: 13px 0px;
}
.pg-restaurant-slider1 .carousel-inner .carousel-item .carousel-caption .description {
color: #fb383b;
padding: 12px 0px;
letter-spacing: 2px;
font-weight: 600;
font-size: 16px;
}
.pg-restaurant-slider1 ul.carousel-indicators {
position: absolute;
left: 47%;
z-index: 12;
list-style: none;
color: #fff;
right: auto;
bottom: 2%;
margin-left: 0px;
text-align: left;
}
.pg-restaurant-slider1 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #c59d5f;
cursor: pointer;
}
.pg-restaurant-slider1 ul.carousel-indicators li.active span.circle {
background-color: #c59d5f;
}
.pg-restaurant-slider1 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: #fff;
}
.pg-restaurant-slider1 .carousel-inner .carousel-item .carousel-caption .btn {
background-color: transparent;
color: #fff;
font-size: 17px;
font-weight: 700;
border: 1px solid #fff;
margin-top: 100px;
}
@media screen and (max-width: 767px) {
.pg-restaurant-slider1 .carousel-caption {
text-align: center;
}
.pg-restaurant-slider1 .carousel-inner .carousel-item .carousel-caption .headings {
font-size: 30px;
letter-spacing: 1px;
}
} .pg-restaurant-slider2 {
height: 1000px;
}
@media (max-width:575.98px) {
.pg-restaurant-slider2 {
height: 2000px;
}
}
.pg-restaurant-slider2 .overlay {
height: 100%;
background-color: rgba(24, 24, 24, 0.74);
}
.pg-restaurant-slider2 ul.carousel-indicators {
position: absolute;
left: 0;
z-index: 12;
list-style: none;
color: #fff;
right: 0;
bottom: 4%;
}
.pg-restaurant-slider2 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #e4e4e4;
cursor: pointer;
}
.pg-restaurant-slider2 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: transparent;
border: solid 1px #c7ad88;
}
.pg-restaurant-slider2 ul.carousel-indicators li.active span.circle {
background-color: #c7ad88;
}
.pg-restaurant-slider2 .carousel-inner .carousel-item {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.pg-restaurant-slider2 .carousel-inner .carousel-item .carousel-caption {
padding: 0px;
}
.pg-restaurant-slider2 .carousel-inner .carousel-item .carousel-caption .headings {
width: 100%;
font-size: 27px;
font-weight: 700;
}
.pg-restaurant-slider2 .carousel-inner .carousel-item .carousel-caption .padding {
padding: 0px;
}
.pg-restaurant-slider2 .carousel-inner .carousel-item .carousel-caption .inner {
background-color: #000000;
padding: 41px 11px;
}
.pg-restaurant-slider2 .carousel-inner .carousel-item .carousel-caption .inner .heading-inner {
font-size: 22px;
color: #c7ad88;
}
.pg-restaurant-slider2 .carousel-inner .carousel-item .carousel-caption .inner .description {
font-size: 14px;
color: #cfcfcf;
padding: 17px 0px;
}
.pg-restaurant-slider2 .carousel-inner .carousel-item .carousel-caption .inner .price {
font-size: 24px;
color: #c7ad88;
}
.pg-restaurant-slider2 .carousel-inner .carousel-item .carousel-caption .inner.blank {
background-color: #111111;
height: 100%;
object-fit: cover;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
} .pg-restaurant-slider3 {
height: 100vh;
}
.pg-restaurant-slider3 ul.carousel-indicators {
left: unset;
display: inline-block;
top: 50%;
margin-right: 7%;
}
.pg-restaurant-slider3 ul.carousel-indicators li {
margin: 8px 0px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: right;
cursor: pointer;
}
.pg-restaurant-slider3 ul.carousel-indicators {
position: absolute;
right: 0%;
z-index: 12;
top: 42%;
list-style: none;
color: #fff;
}
.pg-restaurant-slider3 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: transparent;
border: solid 1px #c7ad88;
}
.pg-restaurant-slider3 ul.carousel-indicators li.active span.circle {
background-color: #c7ad88;
}
.pg-restaurant-slider3 ul.carousel-indicators li.active {
color: #ffca28;
}
.pg-restaurant-slider3 ul.carousel-indicators li.active span.line {
background-color: #ffca28;
width: 23px;
}
.pg-restaurant-slider3 .carousel-inner {
padding: 0px;
}
.pg-restaurant-slider3 .carousel-inner .carousel-item {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
height: 100%;
}
.pg-restaurant-slider3 .carousel-inner .carousel-item .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.51);
}
.pg-restaurant-slider3 .carousel-inner .carousel-item .carousel-caption {
width: 100%;
left: unset;
right: unset;
}
.pg-restaurant-slider3 .carousel-inner .carousel-item .carousel-caption .line {
height: 1px;
display: inline-block;
background-color: #e8e8e8;
width: 18px;
vertical-align: middle;
margin-right: 7px;
}
.pg-restaurant-slider3 .carousel-inner .carousel-item .carousel-caption h1 {
font-size: 47px;
font-weight: 700;
color: #c59d5f;
font-family: Dancing Script;
}
.pg-restaurant-slider3 .carousel-inner .carousel-item .carousel-caption p {
font-size: 27px;
letter-spacing: 2px;
color: #fff;
padding: 21px 0px;
width: 80%;
font-family: Lato;
}
@media (max-width: 640px) {
.pg-restaurant-slider3 .carousel-inner .carousel-item .carousel-caption p {
font-size: 17px;
}
}
.pg-restaurant-slider3 .carousel-inner .carousel-item .carousel-caption .btn {
background-color: transparent;
border: solid 2px #c7ad88;
border-radius: 0px;
color: #c7ad88;
padding: 10px 31px;
font-size: 15px;
} .pg-restaurant-slider4 {
height: 100vh;
}
.pg-restaurant-slider4 .carousel-item {
background-color: #000000;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.pg-restaurant-slider4 .carousel-inner .carousel-item .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.51);
}
.pg-restaurant-slider4 .carousel-inner .carousel-item .carousel-caption {
}
.pg-restaurant-slider4 .carousel-inner .carousel-item .carousel-caption .pre-heading {
color: #c7c7c7;
letter-spacing: 1px;
padding: 9px 0px;
font-family: Engagement;
}
.pg-restaurant-slider4 .carousel-inner .carousel-item .carousel-caption .headings {
margin-right: 0px;
color: #fff;
margin-bottom: 7px;
font-size: 65px;
font-family: Italianno;
}
.pg-restaurant-slider4 .carousel-inner .carousel-item .carousel-caption .btn {
background-color: transparent;
margin: 25px 0px;
color: #fff;
font-size: 12px;
padding: 9px 26px;
border: solid 2px gray;
border-radius: 0px;
}
.pg-restaurant-slider4 ul.carousel-indicators {
position: absolute;
left: 0;
z-index: 12;
list-style: none;
color: #fff;
right: 0%;
bottom: 4%;
margin-left: 0px;
text-align: center;
margin: 0px;
}
.pg-restaurant-slider4 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #e4e4e4;
cursor: pointer;
}
.pg-restaurant-slider4 ul.carousel-indicators li.active span.circle {
background-color: #fff;
}
.pg-restaurant-slider4 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: transparent;
border: solid 1px #fff;
}
.pg-restaurant-slider4 span.prev-icon {
font-size: 33px;
color: #fff;
}
.pg-restaurant-slider4 span.next-icon {
font-size: 33px;
color: #fff;
}
.pg-restaurant-slider4 a.carousel-control-prev {
width: 6%;
opacity: 1;
}
.pg-restaurant-slider4 a.carousel-control-next {
width: 6%;
opacity: 1;
}
@media screen and (max-width: 607px) {
.pg-restaurant-slider4 .carousel-caption {
top: auto;
}
}
@media screen and (max-width: 500px) {
.pg-restaurant-slider4 ul.carousel-indicators {
margin-right: 0px;
}
} .pg-restaurant-slider5 {
height: 100vh;
}
.pg-restaurant-slider5 .carousel-item {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-slider5 .carousel-inner .carousel-item .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.51);
}
.pg-restaurant-slider5 .carousel-inner .carousel-item .carousel-caption {
}
.pg-restaurant-slider5 .carousel-inner .carousel-item .carousel-caption .headings {
color: #fff;
width: 60%;
margin-bottom: 7px;
font-weight: 700;
font-size: 37px;
font-family: Rancho;
text-align: center;
}
.pg-restaurant-slider5 .carousel-inner .carousel-item .carousel-caption  p {
width: 50%;
padding: 9px 0px;
}
.pg-restaurant-slider5 .carousel-inner .carousel-item .carousel-caption .btn {
background-color: #c59d5f;
margin: 6px 0px;
color: #fff;
font-size: 12px;
padding: 10px 26px;
border-radius: 0px;
font-weight: 600;
}
.pg-restaurant-slider5 ul.carousel-indicators {
position: absolute;
left: auto;
z-index: 12;
list-style: none;
color: #fff;
right: 0%;
bottom: 4%;
margin-left: 0px;
text-align: left;
}
.pg-restaurant-slider5 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #e4e4e4;
cursor: pointer;
}
.pg-restaurant-slider5 ul.carousel-indicators li.active span.circle {
background-color: #ffa000;
}
.pg-restaurant-slider5 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: #a0a0a0;
}
.pg-restaurant-slider5 span.prev-icon {
font-size: 31px;
color: #c59d5f;
}
.pg-restaurant-slider5 span.next-icon {
font-size: 31px;
color: #c59d5f;
}
@media screen and (max-width: 600px) {
.pg-restaurant-slider5 .carousel-inner .carousel-item .carousel-caption .headings {
width: 96%;
margin-bottom: 7px;
text-align: left;
}
.pg-restaurant-slider5 .carousel-inner .carousel-item .carousel-caption p {
width: 98%;
text-align: center;
}
} .pg-restaurant-slider6 {
height: 100vh;
}
.pg-restaurant-slider6 .carousel-item {
background-color: #1a1919;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
}
.pg-restaurant-slider6 .carousel-inner .carousel-item .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.51);
}
.pg-restaurant-slider6 .carousel-inner .carousel-item .carousel-caption .headings {
margin: 0 auto;
color: #ffffff;
margin-bottom: 7px;
font-size: 45px;
font-weight: 700;
letter-spacing: 2px;
font-family: Pacifico;
}
.pg-restaurant-slider6 .carousel-inner .carousel-item .carousel-caption .description {
color: #c59d5f;
padding: 12px 0px;
letter-spacing: 2px;
font-weight: 600;
font-size: 16px;
font-family: Lato;
}
.pg-restaurant-slider6 ul.carousel-indicators {
position: absolute;
left: 0;
z-index: 12;
list-style: none;
color: #fff;
bottom: 25%;
right: 0;
}
.pg-restaurant-slider6 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #c59d5f;
cursor: pointer;
}
.pg-restaurant-slider6 ul.carousel-indicators li.active span.circle {
background-color: #c59d5f;
}
.pg-restaurant-slider6 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: #fff;
}
@media screen and (max-width: 767px) {
.pg-restaurant-slider6 ul.carousel-indicators {
position: absolute;
left: 0;
z-index: 12;
list-style: none;
color: #fff;
bottom: 9%;
right: 0;
}
} .pg-restaurant-services1 {
background-color: #f5f5f5;
padding: 50px 0px;
}
.pg-restaurant-services1 img.card-img-top.img-fluid {
width: max-content;
display: block;
margin: 0 auto;
}
.pg-restaurant-services1 .card {
border: none;
text-align: center;
background-color: transparent;
}
.pg-restaurant-services1 .card-body {
padding: 20px 6px;
}
.pg-restaurant-services1 .card-text {
font-size: 13px;
color: #767676;
}
.pg-restaurant-services1 h4.card-title {
color: #c1a558;
font-size: 21px;
} .pg-restaurant-services2 {
padding-top: 50px;
padding-bottom: 50px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.pg-restaurant-services2 .inner {
padding: 50px 0px;
}
.pg-restaurant-services2 .inner h2 {
text-align: center;
font-family: PT Serif;
font-size: 40px;
font-weight: 700;
color: #000000;
}
.pg-restaurant-services2 .inner .line {
height: 2px;
width: 7%;
background-color: #c1a558;
margin: 0 auto;
}
.pg-restaurant-services2 .inner h3 {
text-align: center;
padding-top: 22px;
padding-bottom: 22px;
font-family: Lato;
font-size: 19px;
}
.pg-restaurant-services2 .card {
background-color: transparent;
padding-top: 20px;
border: 4px dashed whitesmoke;
}
.pg-restaurant-services2 .card img.card-img-top {
border-radius: 50%;
width: 150px;
height: 150px;
margin: 0 auto;
border: solid 4px #c1a558;
object-fit: cover;
}
.pg-restaurant-services2 .card-body {
padding: 20px 4px;
text-align: center;
}
.pg-restaurant-services2 .card-body h4.card-title {
color: #000000;
font-size: 21px;
font-weight: 400;
font-family: Leckerli One;
}
.pg-restaurant-services2 .card-body .card-text {
color: #000000;
font-size: 14px;
} .pg-restaurant-services3 {
padding-top: 50px;
background-color: #f5f5f5;
}
.pg-restaurant-services3 .card {
background-color: transparent;
border-radius: 0px;
border: 1px solid gainsboro;
margin-bottom: 45px;
}
.pg-restaurant-services3 .card-text {
font-size: 12px;
color: #757575;
padding: 4px 21px;
}
.pg-restaurant-services3 img.card-img-top.img-fluid {
border-radius: 50%;
width: 150px;
height: 150px;
margin: 0 auto;
position: absolute;
top: -26%;
left: 0;
right: 0;
border: solid 7px #3535351a;
object-fit: cover;
}
.pg-restaurant-services3 .card-body {
text-align: center;
padding: 80px 2px 48px;
}
.pg-restaurant-services3 .card:hover {
box-shadow: 0px 0px 15px 0px #d3d3d3;
}
.pg-restaurant-services3 .arrow {
display: none;
}
.pg-restaurant-services3 .card:hover .arrow {
display: inline-block;
}
.pg-restaurant-services3 .btn {
background-color: transparent;
color: #c1a558;
border: 2px dotted #c1a558;
}
.pg-restaurant-services3 .btn.b {
display: block;
margin: 0 auto;
color: #fff;
background-color: #d91d1d;
border-radius: 0px;
font-size: 14px;
font-weight: 600;
padding: 12px 18px;
}
@media screen and (max-width: 767px) {
.pg-restaurant-services3 .card {
margin-bottom: 77px !important;
}
} .pg-restaurant-services4 {
background-color: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.pg-restaurant-services4 .pre-heading {
text-align: center;
color: #c1a558;
font-weight: 600;
font-size: 36px;
font-family: Dancing Script;
}
.pg-restaurant-services4 .line {
height: 2px;
width: 5%;
background-color: #c1a558;
margin: 0 auto;
margin-top: 9px;
}
.pg-restaurant-services4 .heading-top {
text-align: center;
font-weight: 600;
font-size: 22px;
padding: 15px 0px 50px;
color: #5a5a5a;
}
.pg-restaurant-services4 .card {
background-color: transparent;
border-radius: 0px;
border: 1px solid gainsboro;
margin-bottom: 45px;
}
.pg-restaurant-services4 .card-img-top {
background-color: #fff;
padding: 10px;
border-radius: 50%;
width: 80px;
height: 80px;
padding: 10px;
position: absolute;
top: -17%;
left: 0;
right: 0;
margin: 0 auto;
}
.pg-restaurant-services4 .card-img-top img {
}
.pg-restaurant-services4 .card-body {
text-align: center;
padding: 70px 2px 31px;
}
.pg-restaurant-services4 .card-text {
font-size: 13px;
color: #757575;
padding: 4px 21px;
} .pg-restaurant-services5 {
background-color: #000;
padding-top: 100px;
padding-bottom: 100px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
}
.pg-restaurant-services5 .inner-main {
background-color: rgba(255, 255, 255, 0.8);
padding: 45px 0px;
}
.pg-restaurant-services5 .inner-main .pre-heading {
text-align: center;
color: #000;
font-family: Engagement;
font-size: 24px;
}
.pg-restaurant-services5 .inner-main .heading-top {
text-align: center;
font-weight: 700;
font-size: 28px;
color: #525252;
padding: 3px 0px;
font-family: Raleway;
margin-bottom: 32px;
}
.pg-restaurant-services5 .inner-main .inner {
padding: 23px 0px;
}
.pg-restaurant-services5 .inner-main .inner .inner-image img {
display: block;
margin: 0 auto;
}
.pg-restaurant-services5 .inner-main .inner .padding {
padding: 0px;
}
.pg-restaurant-services5 .inner-main .inner .headings {
font-weight: 700;
color: #505050;
}
.pg-restaurant-services5 .inner-main .inner .description {
color: gray;
width: 86%;
padding: 5px 0px;
}
@media screen and (max-width: 767px) {
.pg-restaurant-services5 .inner-main .inner .headings {
font-weight: 700;
color: #505050;
text-align: center;
}
.pg-restaurant-services5 .inner-main .inner .description {
color: gray;
width: 96%;
padding: 5px 0px;
text-align: center;
}
} .pg-restaurant-services6 {
padding: 50px 0px;
background-color: #ffff;
}
.pg-restaurant-services6 .heading-top {
text-align: center;
font-size: 30px;
font-weight: 700;
padding: 11px 0px;
font-family: Great Vibes;
}
.pg-restaurant-services6 .description {
width: 53%;
margin: 0 auto;
text-align: center;
color: #7f7f7f;
font-family: Poppins;
padding: 15px 0px 30PX 0PX;
}
.pg-restaurant-services6 .card {
background-color: transparent;
border: none;
}
.pg-restaurant-services6 .card .card-img-top {
border-radius: 50%;
width: 150px;
height: 150px;
margin: 0 auto;
object-fit: cover;
}
.pg-restaurant-services6 .card .card-body {
padding: 20px 4px;
text-align: center;
}
.pg-restaurant-services6 .card .card-body .card-title {
color: #252525;
font-size: 21px;
font-weight: 700;
font-family: Poppins;
}
.pg-restaurant-services6 .card .card-body .card-text {
color: #b2b2b2;
font-size: 13px;
line-height: 23px;
font-family: Poppins;
padding: 6px 0px;
width: 72%;
margin: 0 auto;
}
.pg-restaurant-services6 .card .card-body .line {
height: 1px;
background-color: #cbcbcb;
width: 16%;
margin: 0 auto;
}
.pg-restaurant-services6 .card .card-body .more {
color: #eea03a;
font-family: Poppins;
padding: 5px 0px;
display: block;
font-weight: bold;
color: #c1a558;
}
.pg-restaurant-services6 .card .card-body .more:hover {
color: #000;
} .pg-restaurant-services7 {
padding: 50px 0px;
}
.pg-restaurant-services7 .heading-top {
text-align: center;
font-size: 30px;
font-weight: 700;
padding: 11px 0px;
font-family: Zilla Slab;
}
.pg-restaurant-services7 .description {
text-align: center;
color: #7f7f7f;
padding: 15px 0px;
margin-bottom: 23px;
}
.pg-restaurant-services7 .inner {
text-align: right;
padding: 20px;
}
.pg-restaurant-services7 .heading-inner {
font-size: 18px;
font-weight: 600;
padding: 5px 0px;
}
.pg-restaurant-services7 .description-inner {
color: #8f8f8f;
font-size: 15px;
font-family: initial;
width: 90%;
margin-right: 0px;
margin-left: auto;
}
.pg-restaurant-services7 img.img-fluid.mid {
width: 100%;
height: 100%;
object-fit: cover;
}
.pg-restaurant-services7 .inner.right {
text-align: left;
}
.pg-restaurant-services7 .description-inner.right {
margin-left: 0px;
} .pg-restaurant-services8 {
background-color: #fff;
padding: 45px 0px;
}
.pg-restaurant-services8 .inner {
position: relative;
padding: 30px 48px;
background-color: #fafafa;
border: solid 2px #eaeaea;
width: 95%;
margin: 20px;
padding-right: 13px;
}
.pg-restaurant-services8 .inner .heading {
font-weight: 600;
font-size: 17px;
padding-bottom: 6px;
}
.pg-restaurant-services8 .inner .description {
color: #646464;
font-size: 14px;
}
.pg-restaurant-services8 .inner .icon {
position: absolute;
top: 5%;
left: -13%;
border: solid 3px #eaeaea;
border-radius: 50%;
padding: 8px;
background-color: #fff;
}
.pg-restaurant-services8 .inner .icon img {
object-fit: cover;
} .pg-restaurant-services9 {
padding: 45px 0px;
background-color: whitesmoke;
}
.pg-restaurant-services9 .card {
background-color: transparent;
border-radius: 0px;
border: 1px solid gainsboro;
margin-bottom: 45px;
}
.pg-restaurant-services9 .card-body {
text-align: center;
padding: 61px 2px 29px;
background-color: #fafafa;
border: solid 2px #eaeaea;
}
.pg-restaurant-services9 .card-text {
font-size: 15px;
color: #757575;
padding: 4px 21px;
}
.pg-restaurant-services9 .heading-top {
text-align: center;
font-weight: 600;
font-size: 26px;
padding: 15px 0px 50px;
color: #5a5a5a;
line-height: 2;
font-family: Alfa Slab One;
margin-bottom: 40px;
}
.pg-restaurant-services9 img.img-fluid-line {
display: block;
margin: 0 auto;
}
.pg-restaurant-services9 h4.card-title {
font-size: 17px;
text-transform: uppercase;
font-family: Alfa Slab One;
}
.pg-restaurant-services9 img.card-img-top.img-fluid {
border-radius: 50%;
width: 80px;
height: 80px;
margin: 0 auto;
position: absolute;
top: -17%;
left: 0;
right: 0;
object-fit: cover;
} .pg-restaurant-services10 {
padding-top: 50px;
padding-bottom: 50px;
}
.pg-restaurant-services10 .heading {
text-align: center;
}
.pg-restaurant-services10 .heading h2 {
color: #c59d5f;
font-weight: 700;
font-size: 26px;
}
.pg-restaurant-services10 .heading p {
font-size: 16px;
}
.pg-restaurant-services10 .icon-box {
background-color: #ffeba9;
padding: 45px 55px;
border-radius: 5px;
text-align: center;
margin: 60px auto;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}
.pg-restaurant-services10 .icon-box:hover {
-webkit-box-shadow: 0px 0px 8px 4px rgba(201,201,201,1);
-moz-box-shadow: 0px 0px 8px 4px rgba(201,201,201,1);
box-shadow: 0px 0px 8px 4px rgba(201,201,201,1);
transform: scale(1.03);
}
.pg-restaurant-services10 .icon-box h4 {
margin: 30px auto 0px;
font-size: 20px;
line-height: 28px;
font-weight: 700;
text-transform: uppercase;
}
.pg-restaurant-services10 .icon-box p {
margin: 30px auto 0px;
} .pg-restaurant-content1 {
padding: 40px 0px;
}
.pg-restaurant-content1 .top {
text-align: center;
color: #c1a558;
font-weight: 600;
font-size: 20px;
padding: 7px 0px;
font-family: Oswald;
}
.pg-restaurant-content1 .line {
height: 2px;
background-color: #c1a558;
width: 4%;
margin: 0 auto;
}
.pg-restaurant-content1 .heading {
text-align: center;
padding: 9px 0px;
font-size: 18px;
font-weight: 500;
color: #4a4a4a;
}
.pg-restaurant-content1 .card {
padding: 12px;
background-color: #333333;
border-radius: 0px;
border: 4px solid #fff;
}
.pg-restaurant-content1 .card .card-block {
background-color: #333333;
color: #e8e8e8;
border: 1px solid gray;
text-align: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-content1 .card .card-block .row {
padding: 50px;
}
.pg-restaurant-content1 .card .card-block .overlay {
height: 100%;
background-color: rgba(9, 4, 4, 0.46);
}
.pg-restaurant-content1 .card .card-block .heading-secondary {
color: #ffffff;
padding: 10px 0px;
font-size: 21px;
}
.pg-restaurant-content1 .card .card-block .card-text {
font-size: 14px;
line-height: 25px;
padding: 3px;
}
.pg-restaurant-content1 .card .card-block .btn {
background-color: transparent;
border: solid 2px #c9c9c9;
border-radius: 0px;
color: #fff;
padding: 12px 18px;
font-size: 15px;
padding: 9px 22px;
font-size: 13px;
}
.pg-restaurant-content1 .card .card-block .btn:hover {
background-color: #c1a558;
color: #fff;
border: solid 2px #c1a558;
} .pg-restaurant-content2 {
background-color: #f5f5f5;
padding-top: 70px;
padding-bottom: 70px;
}
.pg-restaurant-content2 img.img-fluid.r {
margin: 0 auto;
display: block;
}
.pg-restaurant-content2 .line {
height: 1px;
background-color: #c1a558;
width: 8%;
margin: 0 auto;
margin-top: 10px;
}
.pg-restaurant-content2 .heading {
text-align: center;
font-weight: 600;
font-size: 22px;
padding: 12px 0px;
font-family: Alfa Slab One;
}
.pg-restaurant-content2 .description {
text-align: center;
font-size: 14px;
padding: 16px 0px;
color: gray;
line-height: 23px;
}
.pg-restaurant-content2 .btn.follow {
display: block;
margin: 0 auto;
margin-top: 16px;
background-color: transparent;
border: 1px solid #d7d7d7;
border-radius: 0px;
color: #c1a558;
font-weight: 600;
}
.pg-restaurant-content2 .inner {
}
@media screen and (max-width: 991px) {
.pg-restaurant-content2 img.img-fluid. {
min-height: 100%;
}
} .pg-restaurant-content3 {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-content3 .overlay {
background-color: rgba(0, 0, 0, 0.58);
height: 100%;
}
.pg-restaurant-content3 .row {
padding-top: 300px;
padding-bottom: 300px;
}
.pg-restaurant-content3 .row .pre-heading {
color: #c1a558;
font-size: 30px;
font-family: Tangerine;
}
.pg-restaurant-content3 .heading {
font-size: 31px;
padding: 1px 0px 25px 0px;
color: #ffffff;
font-family: Lato;
}
.pg-restaurant-content3 .heading span {
font-size: 32px;
font-weight: 600;
}
.pg-restaurant-content3 .btn {
background-color: transparent;
border: 1px solid #c3c3c3;
color: #fff;
border-radius: 0px;
padding: 12px 23px;
}
.pg-restaurant-content3 .btn:hover {
background-color: #000;
} .pg-restaurant-content4 {
padding: 70px 0px;
background-color: #f5f5f5;
text-align: center;
}
.pg-restaurant-content4 .pre-heading {
font-size: 20px;
font-family: Euphoria Script;
}
.pg-restaurant-content4 .heading {
font-size: 23px;
font-weight: 600;
font-family: inherit;
padding: 12px 0px;
}
.pg-restaurant-content4 .description {
color: #757575;
font-size: 12px;
font-weight: 500;
}
.pg-restaurant-content4 .description p {
padding: 10px 0px;
line-height: 21px;
}
.pg-restaurant-content4 .image {
height: 400px;
width: 200px;
margin: 10px;
object-fit: cover;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-content4 .line {
height: 1px;
background-color: #c1a558;
width: 9%;
margin: 0 auto;
}
.pg-restaurant-content4 .btn {
background-color: #c1a558;
border-radius: 0px;
border: none;
color: #fff;
font-size: 14px;
padding: 9px 22px;
}
.pg-restaurant-content4 .btn:hover {
} .pg-restaurant-content5 {
background-color: #f5f5f5;
overflow: hidden;
}
.pg-restaurant-content5 img.img-fluid. {
width: 100%;
}
.pg-restaurant-content5 .no-padding {
padding: 0px;
}
.pg-restaurant-content5 .inner {
background-color: #000;
text-align: center;
padding-bottom: 40px;
}
.pg-restaurant-content5 .inner h2 {
color: #c1a558;
text-align: center;
padding-top: 40px;
padding-bottom: 20px;
font-size: 28px;
font-family: Alfa Slab One;
}
.pg-restaurant-content5 .inner .block-f {
padding: 15px 0px;
}
.pg-restaurant-content5 .inner .block-f ul.list-group.price- li {
background-color: transparent;
border: none;
padding: 2px 2px;
}
.pg-restaurant-content5 .inner .block-f li.list-group-item.price {
color: #c1a558;
font-weight: 700;
background-color: transparent;
font-family: Lato;
}
.pg-restaurant-content5 .inner .block-f li.list-group-item.content {
font-weight: 600;
font-size: 17px;
background-color: transparent;
color: #fff;
font-family: Lato;
}
.pg-restaurant-content5 .inner .block-f li.list-group-item.secondary {
color: #fff;
background-color: transparent;
font-family: Lato;
} .pg-restaurant-content6 {
padding: 50px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content6 .heading {
font-size: 32px;
font-weight: 600;
font-family: Alfa Slab One;
}
.pg-restaurant-content6 .description {
font-size: 14px;
line-height: 23px;
color: #969696;
font-weight: 500;
font-family: -webkit-body;
padding: 19px 0px;
}
.pg-restaurant-content6 .btn {
background-color: #000;
color: #fff;
border: none;
border-radius: 0px;
padding: 9px 16px;
font-weight: 600;
font-size: 15px;
padding-right: 0px;
}
.pg-restaurant-content6 .btn span {
background-color: #000;
color: #fff;
padding: 9px 17px;
margin-left: 9px;
}
.pg-restaurant-content6 .btn:hover {
cursor: pointer;
}
.pg-restaurant-content6 .btn span:hover {
background-color: #c1a558;
border: 1px solid #c1a558;
} .pg-restaurant-content7 {
background-color: #cccccc;
color: #fff;
}
.pg-restaurant-content7 .overlay {
height: 100%;
background-color: rgba(47, 46, 46, 0.44);
}
.pg-restaurant-content7 .row {
padding-top: 60px;
padding-bottom: 60px;
}
.pg-restaurant-content7 .pre-heading {
font-size: 18px;
color: #eeeeee;
}
.pg-restaurant-content7 .heading {
font-size: 29px;
font-weight: 700;
color: #fcfcfc;
}
.pg-restaurant-content7 .description p {
font-size: 15px;
color: #eeeeee;
}
.pg-restaurant-content7 .btn {
color: #f6f6f6;
background-color: transparent;
border: 1px solid #f6f6f6;
width: 39px;
margin-right: 12px;
text-align: center;
}
.pg-restaurant-content7 .description {
padding: 18px 0px;
} .pg-restaurant-content8 {
padding-top: 55px;
padding-bottom: 55px;
background-color: #f5f5f5;
}
.pg-restaurant-content8 .inner {
padding: 45px 0px;
}
.pg-restaurant-content8 .inner .pre-heading {
text-align: center;
font-family: Dancing Script;
}
.pg-restaurant-content8 .inner .text-heading {
text-align: center;
font-size: 35px;
font-weight: 700;
padding: 8px 0px;
letter-spacing: 5px;
}
.pg-restaurant-content8 .inner .description {
color: #929292;
font-weight: 500;
font-family: Poppins;
}
.pg-restaurant-content8 .carousel {
}
.pg-restaurant-content8 .carousel ol li {
height: 12px;
width: 12px;
border: 1px solid #c1a558;
border-radius: 50%;
color: #c1a558;
background-color: #c1a558;
}
.pg-restaurant-content8 .carousel ol li.active {
background-color: #fff;
border-color: #fff;
}
.pg-restaurant-content8 .carousel .carousel-item {
}
.pg-restaurant-content8 .carousel .carousel-item img {
height: 400px;
width: 100%;
object-fit: cover;
} .pg-restaurant-content9 {
padding: 60px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content9 .heading {
width: 80%;
font-size: 20px;
font-weight: 600;
color: #353535;
padding: 8px 0px;
font-family: Dancing Script;
}
.pg-restaurant-content9 .line {
height: 2px;
background-color: #c59d5f;
width: 11%;
margin: 9px 0px;
}
.pg-restaurant-content9 .description {
font-size: 13px;
color: gray;
line-height: 23px;
padding: 14px 0px;
}
.pg-restaurant-content9 .signature {
font-family: Pacifico;
}
.pg-restaurant-content9 .social {
display: inline-block;
vertical-align: middle;
padding: 0px 9px;
}
.pg-restaurant-content9 .icon span {
padding: 3px 8px;
}
.pg-restaurant-content9 img.chef-image {
margin: 10px 20px 0px 0px;
width: 120px;
height: 120px;
object-fit: cover;
}
.pg-restaurant-content9 img.main {
margin: 10px 0px;
width: 100%;
height: 100%;
object-fit: cover;
} .pg-restaurant-content10 {
padding: 50px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content10 .pre-main {
text-align: center;
color: #c59d5f;
font-family: Dancing Script;
}
.pg-restaurant-content10 .main {
text-align: center;
font-weight: 700;
font-family: Poppins;
}
.pg-restaurant-content10 .inner {
padding: 40px 0px;
}
.pg-restaurant-content10 .inner .pre-heading {
padding: 4px 0px;
color: #9c9c9c;
font-family: Dancing Script;
}
.pg-restaurant-content10 .inner .heading {
font-size: 23px;
font-weight: 700;
width: 78%;
letter-spacing: 1px;
font-family: Poppins;
}
.pg-restaurant-content10 .inner .description {
line-height: 24px;
color: gray;
padding: 14px 0px;
font-family: Poppins;
}
.pg-restaurant-content10 .inner .btn {
background-color: transparent;
border: 1px solid  #c59d5f;
border-radius: 0px;
color: #c59d5f;
font-weight: 600;
font-size: 13px;
padding: 8px 17px;
}
.pg-restaurant-content10 .inner .btn:hover {
background-color: #c59d5f;
color: #000;
}
.pg-restaurant-content10 img.img-fluid {
display: block;
margin: 0 auto;
padding: 20px 0px;
height: 100%;
width: 100%;
object-fit: cover;
} .pg-restaurant-content11 {
padding: 50px 0px;
background-color: #fff;
}
.pg-restaurant-content11 .pre-heading {
text-align: center;
color: #c59d5f;
font-family: Dancing Script;
}
.pg-restaurant-content11 .heading {
font-weight: 700;
font-size: 30px;
letter-spacing: 3px;
padding: 9px 0px;
text-align: center;
font-family: Poppins;
}
.pg-restaurant-content11 .description {
color: gray;
line-height: 25px;
font-size: 17px;
padding: 8px 0px;
text-align: center;
font-family: Poppins;
}
.pg-restaurant-content11 .btn {
background-color: transparent;
border: solid 1px #c59d5f;
padding: 8px 0px;
color: #c59d5f;
font-weight: 700;
border-radius: 0px;
margin: 9px 0px;
text-align: center;
}
.pg-restaurant-content11 .btn:hover {
color: #fff;
background-color: #c59d5f;
}
.pg-restaurant-content11 .btn > span {
background-color: #fff;
padding: 1px 13px;
font-size: 13px;
} .pg-restaurant-content12 {
padding: 50px 0px;
}
.pg-restaurant-content12 .heading {
text-align: center;
font-size: 30px;
font-weight: 600;
padding: 3px 0px;
font-family: Dancing Script;
}
.pg-restaurant-content12 .heading-text {
width: 90%;
margin: 0 auto;
color: #373737;
font-weight: 600;
font-size: 16px;
padding: 25px 0px;
}
.pg-restaurant-content12 .inner {
position: relative;
}
.pg-restaurant-content12 .img-fluid {
object-fit: cover;
width: 100%;
height: 400px;
}
.pg-restaurant-content12 .inner .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #5c5c5c;
}
.pg-restaurant-content12 .inner:hover .overlay {
opacity: 1;
}
.pg-restaurant-content12 .inner:hover .overlay .text {
color: white;
font-size: 16px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
width: 86%;
}
.pg-restaurant-content12 .inner:hover .overlay .text .heading-overlay {
font-size: 20px;
font-weight: 600;
padding: 5px 0px;
}
.pg-restaurant-content12 .inner:hover .overlay .text .line {
height: 1px;
background-color: white;
width: 18%;
margin: 0 auto;
margin-top: 12px;
margin-bottom: 15px;
}
.pg-restaurant-content12 .inner:hover .overlay .text .description-overlay {
color: #fff;
}
.pg-restaurant-content12 .description > span {
background-color: #fff;
padding: 21px 22px;
display: -webkit-inline-box;
float: left;
border: solid 2px #4e4e4e;
font-size: 25px;
margin-right: 9px;
}
.pg-restaurant-content12 .description {
padding: 30px 0px;
font-size: 15px;
line-height: 24px;
}
.pg-restaurant-content12 .contact-info {
padding: 40px;
}
.pg-restaurant-content12 .contact-info .address-head {
color: #333;
font-weight: 600;
font-size: 17px;
}
.pg-restaurant-content12 .contact-info .address-text {
font-size: 14px;
color: gray;
}
.pg-restaurant-content12 .contact-info span {
display: block;
} .pg-restaurant-content13 {
padding: 50px 0px;
overflow: hidden;
}
.pg-restaurant-content13 img.img-fluid {
margin: 0 auto;
height: 100%;
width: 100%;
object-fit: cover;
}
.pg-restaurant-content13 .inner {
padding: 74px 0px;
}
.pg-restaurant-content13 .inner .pre-heading {
text-align: center;
color: #c59d5f;
font-family: Dancing Script;
}
.pg-restaurant-content13 .inner .line {
height: 1px;
background-color: #c59d5f;
width: 8%;
margin: 0 auto;
margin-top: 10px;
}
.pg-restaurant-content13 .inner .heading {
text-align: center;
font-weight: 600;
font-size: 22px;
padding: 12px 0px;
font-family: Oswald;
}
.pg-restaurant-content13 .inner .description {
font-size: 14px;
font-family: Poppins;
}
.pg-restaurant-content13 .inner .btn.follow {
display: block;
margin: 0 auto;
margin-top: 16px;
background-color: #c59d5f;
border: 1px solid #d7d7d7;
border-radius: 0px;
color: #fff;
font-weight: 600;
font-size: 14px;
padding: 10px 20px;
}
.pg-restaurant-content13 .inner .btn.follow:hover {
border-color: #c59d5f;
color: #c59d5f;
background-color: transparent;
} .pg-restaurant-content14 {
background-color: #f5f5f5;
padding: 55px 0px;
}
.pg-restaurant-content14  .heading {
font-weight: 600;
font-size: 22px;
padding: 12px 0px;
font-family: Oleo Script Swash Caps;
}
.pg-restaurant-content14 .description {
font-size: 15px;
padding: 16px 0px;
color: gray;
line-height: 23px;
}
.pg-restaurant-content14 .btn {
margin-top: 16px;
background-color: #fff;
border: 2px solid #e8e8e8;
border-radius: 0px;
color: #333;
font-weight: 600;
font-size: 15px;
padding: 9px 19px;
} .pg-restaurant-content15 {
padding: 83px 0px;
background-color: #f5f5f5;
color: #fff;
}
.pg-restaurant-content15 .inner {
padding: 20px;
}
.pg-restaurant-content15 .description {
padding: 16px 0px;
width: 90%;
}
.pg-restaurant-content15 .description p {
color: #000;
font-weight: 600;
font-size: 15px !important;
color: #565656;
line-height: 23px;
font-family: Lato;
}
.pg-restaurant-content15 .heading {
font-size: 31px;
padding: 1px 0px 25px 0px;
font-weight: 700;
color: #3b3b3b;
font-family: Great Vibes;
}
.pg-restaurant-content15 .signature {
font-family: Herr Von Muellerhoff;
color: #000;
}
.pg-restaurant-content15 .signature span {
font-family: Lato;
}
.pg-restaurant-content15 .line {
height: 3px;
background-color: #c59d5f;
width: 13%;
margin: 7px 0px;
}
.pg-restaurant-content15 .lineb {
height: 1px;
background-color: #e8e8e8;
display: inline-block;
width: 63%;
}
.pg-restaurant-content15 .headingb > span {
color: #1e1e1e;
font-weight: 600;
font-size: 17px;
}
.pg-restaurant-content15 .headingb {
margin-top: 3px;
padding: 10px 0px;
}
.pg-restaurant-content15 .descriptionb {
font-size: 14px;
color: #565656;
font-weight: 600;
line-height: 22px;
}
.pg-restaurant-content15 .innerb {
padding: 15px 0px;
} .pg-restaurant-content16 {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-content16 .overlay {
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.pg-restaurant-content16 .overlay .row {
padding-top: 75px;
padding-bottom: 75px;
}
.pg-restaurant-content16 .heading {
font-size: 23px;
font-weight: 800;
font-family: inherit;
padding: 12px 0px;
color: #fff;
}
.pg-restaurant-content16 .description {
color: #fff;
font-size: 16px;
font-weight: 500;
text-align: center;
}
.pg-restaurant-content16 .description p {
padding: 10px 0px;
line-height: 21px;
}
.pg-restaurant-content16 .line {
height: 1px;
background-color: #c59d5f;
width: 9%;
margin: 0 auto;
}
.pg-restaurant-content16 .top {
text-align: center;
color: #d91d1d;
font-weight: 600;
font-size: 17px;
padding: 8px 0px;
}
.pg-restaurant-content16 .btn {
background-color: #c59d5f;
border-radius: 0px;
border: none;
color: #fff;
font-size: 14px;
padding: 9px 22px;
}
.pg-restaurant-content16 .btn:hover {
border: 2px solid #fff;
background-color: transparent;
color: #fff;
} .pg-restaurant-content17 {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-content17 .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.73);
}
.pg-restaurant-content17 .row {
padding-top: 150px;
padding-bottom: 150px;
}
.pg-restaurant-content17 .heading {
color: #ffffff;
text-align: center;
letter-spacing: 1px;
}
.pg-restaurant-content17 .heading span {
color: #c59d5f;
}
.pg-restaurant-content17 .btn:focus {
outline: 0;
box-shadow: none!important;
}
.pg-restaurant-content17 .modal-dialog {
}
.pg-restaurant-content17 .modal-dialog .modal-content {
border: none;
}
.pg-restaurant-content17 .modal-dialog .modal-content .modal-header {
background-color: #ffffff;
border: none;
}
.pg-restaurant-content17 .modal-dialog .modal-content .modal-header .close {
color: #000000;
}
.pg-restaurant-content17 .modal-dialog .modal-content .modal-body {
border-top: 0px solid;
background-color: #ffffff;
} .pg-restaurant-content18 {
padding: 70px 0px;
background-color: #100f0f;
border: none;
}
.pg-restaurant-content18 .inner {
padding: 0px;
}
.pg-restaurant-content18 img {
height: 100%;
width: 100%;
object-fit: cover;
}
.pg-restaurant-content18 .inner .heading {
color: #c59d5f;
font-weight: 600;
font-size: 28px;
font-family: Aguafina Script;
}
.pg-restaurant-content18 .description {
padding: 0px;
}
.pg-restaurant-content18 .description p {
color: #ffffff;
}
.pg-restaurant-content18 .description span {
background-color: transparent;
padding: 21px 22px;
display: -webkit-inline-box;
float: left;
border: solid 2px #4e4e4e;
font-size: 25px;
margin-right: 9px;
color: #fff;
} .pg-restaurant-content19 {
padding: 65px 0px;
}
.pg-restaurant-content19 .inner {
text-align: center;
}
.pg-restaurant-content19 .inner .pre-heading {
font-size: 36px;
font-weight: 600;
padding: 5px 0px;
letter-spacing: 2px;
color: #c59d5f;
font-family: Alfa Slab One;
}
.pg-restaurant-content19 .inner .heading {
text-transform: uppercase;
font-size: 26px;
font-weight: 600;
padding: 5px 0px;
letter-spacing: 2px;
}
.pg-restaurant-content19 .inner .description {
text-align: center;
}
.pg-restaurant-content19 .inner .description p {
font-size: 14px;
color: #9e9e9e;
font-family: Lato;
}
.pg-restaurant-content19 .inner .description .intro {
font-weight: 600;
color: #4e4e4e;
}
.pg-restaurant-content19 .inner .description .signature {
font-weight: 600;
color: #4e4e4e;
font-family: Alex Brush;
}
.pg-restaurant-content19 .inner .description .signature span {
font-weight: 600;
color: #4e4e4e;
font-family: Lato;
}
.pg-restaurant-content19 img {
height: 400px;
width: 400px;
object-fit: cover;
} .pg-restaurant-content20 {
padding: 65px 0px;
}
.pg-restaurant-content20 .inner {
padding: 50px 0px;
text-align: center;
}
.pg-restaurant-content20 .inner .upper {
color: #c59d5f;
font-size: 24px;
font-family: Alfa Slab One;
}
.pg-restaurant-content20 .inner .heading {
text-transform: uppercase;
font-size: 26px;
font-weight: 600;
padding: 5px 0px;
letter-spacing: 2px;
font-family: Dancing Script;
}
.pg-restaurant-content20 .inner .description {
font-size: 14px;
color: #9e9e9e;
width: 90%;
font-family: Poppins;
}
.pg-restaurant-content20 .inner .btn {
display: inline-block;
position: relative;
padding: 10px 20px;
border: 2px solid #000;
color: #000;
font-family: 'Dancing Script',serif;
font-style: italic;
font-size: 30px;
text-decoration: none;
margin: 20px auto;
transition: color 0.4s;
}
.pg-restaurant-content20 .inner .btn:after {
content: " ";
border: 2px solid rgba(0,0,0,0);
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all 0.4s;
}
.pg-restaurant-content20 .inner .btn:hover {
color: #000;
}
.pg-restaurant-content20 .inner .btn:hover:after {
border: 2px solid #000;
width: calc(100% - 10px);
height: calc(100% + 10px);
} .pg-restaurant-content21 {
padding: 60px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content21 .text-center.inner {
width: 50%;
margin: 0 auto;
}
.pg-restaurant-content21 .upper {
color: #d91d1d;
font-weight: 600;
font-size: 18px;
}
.pg-restaurant-content21 .line {
height: 2px;
background-color: #c59d5f;
width: 11%;
margin: 9px 0px;
margin: 0 auto;
margin-top: 9px;
margin-bottom: 9px;
}
.pg-restaurant-content21 .heading {
font-size: 20px;
font-weight: 600;
color: #353535;
padding: 8px 0px;
font-family: Aguafina Script;
}
.pg-restaurant-content21 .description {
font-size: 13px;
color: gray;
line-height: 23px;
padding: 14px 0px;
}
.pg-restaurant-content21 .btn {
display: block;
margin: 0 auto;
margin-top: 16px;
background-color: transparent;
border-radius: 0px;
color: #c59d5f;
font-weight: 600;
font-size: 14px;
padding: 10px 44px;
border: 2px solid #e6e6e6;
}
.pg-restaurant-content21 img {
height: 100%;
width: 100%;
object-fit: cover;
} .pg-restaurant-content22 {
padding: 40px 0px;
}
.pg-restaurant-content22 img.img-fluid {
margin: 0 auto;
display: block;
height: 100%;
width: 100%;
object-fit: cover;
}
.pg-restaurant-content22 h2 {
font-size: 22px;
color: #c59d5f;
text-align: center;
padding-bottom: 30px;
font-family: Alfa Slab One;
}
.pg-restaurant-content22 .card-block {
padding: 11px 0px;
}
.pg-restaurant-content22 .card-block .headingcard {
font-weight: 700;
font-size: 19px;
font-family: Poppins;
}
.pg-restaurant-content22 .card-block .price {
font-weight: 600;
color: #c59d5f;
padding: 5px 0px;
}
.pg-restaurant-content22 .card-block .line-card {
height: 1px;
background-color: #c59d5f;
width: 12%;
margin: 4px 0px;
}
.pg-restaurant-content22 .card-block .items {
color: #c1c1c1;
font-size: 15px;
font-weight: 600;
}
.pg-restaurant-content22 .card .btn.overflow {
border-radius: 0px;
background-color: #c59d5f;
color: #fff;
font-weight: 600;
font-size: 15px;
padding: 7px 14px;
}
.pg-restaurant-content22 .card:hover .overlay {
opacity: 1;
}
.pg-restaurant-content22 .image-main {
position: relative;
}
.pg-restaurant-content22 img.img-fluid {
display: block;
}
.pg-restaurant-content22 .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #646464;
}
.pg-restaurant-content22 .inner {
border: solid 1px #fff;
display: inline-block;
width: 100%;
height: 100%;
}
.pg-restaurant-content22 .description {
font-size: 13px;
padding: 7px 0px;
}
.pg-restaurant-content22 .text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.pg-restaurant-content22 .card {
border: none;
border-radius: 0px;
background-color: transparent;
} .pg-restaurant-content23 {
background-color: #ededed;
padding: 55px 0px;
text-align: center;
}
.pg-restaurant-content23 .pre-heading {
color: #c59d5;
text-align: center;
font-weight: 600;
}
.pg-restaurant-content23 .line {
height: 1px;
background-color: #c59d5f;
width: 3%;
margin: 0 auto;
margin-top: 10px;
}
.pg-restaurant-content23 ul.nav.nav-pills.mb-3 {
text-align: center;
margin: 0 auto;
display: inline-flex;
padding: 17px 0px;
}
.pg-restaurant-content23 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
color: #c59d5;
background-color: transparent;
}
.pg-restaurant-content23 .nav-pills .nav-link {
color: #c9c9c9;
font-family: cursive;
font-weight: 400;
font-size: 15px;
}
.pg-restaurant-content23 .tab-content p {
color: #585858;
}
.pg-restaurant-content23 .tabs {
width: 91%;
margin: 0 auto;
}
.pg-restaurant-content23 .heading {
font-size: 20px;
font-weight: 600;
padding: 10px 0px 0px 0px;
}
@media screen and (max-width:767px) {
.pg-restaurant-content23 .tabs {
width: 100%;
margin: 0 auto;
}
} .pg-restaurant-content24 {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-content24 .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.72);
}
.pg-restaurant-content24 .row {
padding-top: 75px;
padding-bottom: 75px;
}
.pg-restaurant-content24 .pre-heading {
font-size: 18px;
color: #c59d5f;
font-family: Great Vibes;
}
.pg-restaurant-content24 .heading {
font-size: 28px;
padding: 11px 0px;
font-weight: 600;
color: #fff;
text-align: center;
} .pg-restaurant-content25 {
padding: 70px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content25 .heading {
font-size: 37px;
font-weight: 600;
font-family: Great Vibes;
padding: 11px 0px;
letter-spacing: 1px;
color: #333;
}
.pg-restaurant-content25 .inner {
background-color: #fff;
padding: 0px;
}
.pg-restaurant-content25 .upper-text {
text-align: center;
padding: 0px 0px 36px 0px;
margin: 0 auto;
width: 55%;
color: #8d8d8d;
font-size: 15px;
}
.pg-restaurant-content25 .title {
text-align: center;
color: #fff;
background-color: #333;
font-weight: 500;
padding: 7px 0px;
}
.pg-restaurant-content25 ul.list-group {
padding: 0px 31px;
}
.pg-restaurant-content25 .inner.mid {
border: solid #c59d5f;
}
.pg-restaurant-content25 .inner.side {
margin-top: 22px;
}
.pg-restaurant-content25 li.list-group-item.price.mid {
color: #c59d5f !important;
font-size: 65px;
padding: 21px 0px;
}
.pg-restaurant-content25 .title.mid {
background-color: #c59d5f;
}
.pg-restaurant-content25 ul.list-group li {
text-align: center;
border-left: 0px;
border-right: 0px;
border-radius: 0px;
border-top: 1px dotted #d5d5d5;
color: #929292;
}
.pg-restaurant-content25 li.list-group-item.price {
padding: 14px 0px;
font-size: 60px;
font-weight: 600;
border-bottom: 3px solid #e4e4e4;
color: #333 !important;
}
.pg-restaurant-content25 span.doller {
font-size: 25px;
color: #bfbfbf;
vertical-align: super;
font-weight: 700;
}
.pg-restaurant-content25 span.month {
font-size: 16px;
font-weight: 600;
color: #bfbfbf;
}
.pg-restaurant-content25 li.list-group-item.btn-card {
border-bottom: 0px;
padding: 25px 0px 31px 0px;
}
.pg-restaurant-content25 .btn.btn-buy {
background-color: transparent;
border: solid 2px #e4e4e4;
padding: 8px 22px;
border-radius: 0px;
color: #bbbbbb;
font-weight: 600;
font-size: 15px;
}
.pg-restaurant-content25 .btn.btn-buy.mid {
background-color: #c59d5f;
border: none;
color: #fff;
}
@media screen and (max-width: 767px) {
.pg-restaurant-content25 .upper-text {
width: 100%;
}
} .pg-restaurant-content26 {
padding: 50px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content26 .inner {
width: 55%;
margin: 0 auto;
}
.pg-restaurant-content26 .heading {
font-weight: 600;
font-size: 15px;
color: #3b3b3b;
padding: 5px 0px;
}
.pg-restaurant-content26 .progress-bar {
background-color: #c59d5f;
} .pg-restaurant-content27 {
padding: 55px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content27 ul.nav.nav-tabs li {
width: 33%;
border-radius: 0px;
text-align: center;
}
.pg-restaurant-content27 li.nav-item a.active {
border-top: 2px solid #c59d5f;
border-radius: 0px;
background-color: transparent;
border-bottom: 0px;
color: #333;
font-weight: 600;
}
.pg-restaurant-content27 li.nav-item a {
color: #9a9a9a;
font-weight: 600;
font-size: 15px;
padding: 10px 0px;
}
.pg-restaurant-content27 .tab-content {
padding: 23px 0px;
color: gray;
font-size: 16px;
line-height: 24px;
}
.pg-restaurant-content29 img {
height: 400px;
width: 100%;
object-fit: cover;
} .pg-restaurant-content28 {
padding: 55px 0px;
background-color: whitesmoke;
}
.pg-restaurant-content28 img {
height: 100%;
width: 100%;
object-fit: cover;
}
.pg-restaurant-content28 .accordion {
width: 100%;
display: block;
padding: 10px 14px;
color: #333;
font-size: 16px;
background-color: #fff;
border-left: 2px solid #c59d5f;
text-decoration: none;
}
.pg-restaurant-content28 .collapsedaccordion {
width: 100%;
display: block;
padding: 10px 14px;
color: #333;
font-size: 16px;
background-color: transparent;
border: none;
text-decoration: none;
}
.pg-restaurant-content28 .card-header {
padding: 0px;
margin: 6px 0px;
}
.pg-restaurant-content28 .card {
background-color: transparent;
border: none;
}
.pg-restaurant-content28 .card-block {
padding: 16px 3px;
color: #878787;
} .pg-restaurant-content29 {
padding: 55px 0px;
background-color: #000;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-content29 img.img-fluid-top {
margin: 0 auto;
display: block;
padding: 0px 0px 20px;
}
.pg-restaurant-content29 img.img-fluid.image {
width: 100%;
display: block;
height: 100%;
}
.pg-restaurant-content29 .main {
background-color: #fff;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.pg-restaurant-content29 .main:after {
content: "";
position: absolute;
margin-left: -5px;
border-width: 12px;
border-style: solid;
border-color: #fff transparent #ffffff00 transparent;
top: auto;
z-index: 12;
bottom: -6%;
}
.pg-restaurant-content29 .main.top-arrow:after {
content: "";
position: absolute;
bottom: auto;
margin-left: -5px;
border-width: 12px;
border-style: solid;
border-color: #ffffff00 transparent #ffffff transparent;
top: -6%;
z-index: 12;
}
.pg-restaurant-content29 .padding {
padding: 0px;
}
.pg-restaurant-content29 .main .inner {
padding: 10px;
}
.pg-restaurant-content29 .main .inner .text {
padding: 10px;
}
.pg-restaurant-content29 .main .inner .text .heading {
font-size: 19px;
font-weight: 600;
color: #333;
}
.pg-restaurant-content29 .main .inner .text .time {
color: #c59d5f;
font-weight: 600;
padding: 6px 0px;
}
.pg-restaurant-content29 .time span {
color: #cbcbcb;
}
.pg-restaurant-content29 .main .inner .text .overlay-text {
color: #929292;
padding: 4px 0px;
}
.pg-restaurant-content29 .main .inner .text .btn.overflow {
background-color: transparent;
border: 2px solid #e6e6e6;
border-radius: 0px;
color: #b7b7b7;
padding: 6px 12px;
font-size: 15px;
font-weight: 600;
margin-top: 12px;
}
.pg-restaurant-content29 .btn.btn-bottom {
background-color: #c59d5f;
color: #fff;
padding: 12px 41px;
display: block;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 25px;
border-radius: 0px;
} .pg-restaurant-content30 {
background-color: whitesmoke;
padding: 45px 0px;
}
.pg-restaurant-content30 .heading {
font-size: 37px;
font-weight: 600;
font-family: Alfa Slab One;
padding: 11px 0px;
letter-spacing: 1px;
color: #333;
text-align: center;
}
.pg-restaurant-content30 img.img-fluid-top {
margin: 0 auto;
display: block;
padding: 16px 0px;
}
.pg-restaurant-content30 .description {
font-size: 14px;
color: #989898;
text-align: justify;
font-family: Poppins;
} .pg-restaurant-content31 {
background-color: whitesmoke;
padding: 45px 0px;
}
.pg-restaurant-content31 img.img-fluid-top {
display: block;
margin: 0 auto;
padding: 4px 0px 14px;
}
.pg-restaurant-content31 .heading {
font-size: 37px;
font-weight: 600;
font-family: Alfa Slab One;
padding: 11px 0px;
letter-spacing: 1px;
color: #333;
text-align: center;
}
.pg-restaurant-content31 .description {
width: 55%;
margin: 0 auto;
text-align: center;
color: #aaaaaa;
font-weight: 500;
font-size: 15px;
font-family: Poppins;
}
.pg-restaurant-content31 .checked {
color: orange;
}
.pg-restaurant-content31 h4.card-title {
font-size: 17px;
}
.pg-restaurant-content31 .card-body {
text-align: center;
}
.pg-restaurant-content31 .price {
color: #c59d5f;
font-weight: 700;
font-size: 17px;
}
.pg-restaurant-content31 img.img-fluid-slider {
position: relative;
}
.pg-restaurant-content31 .inner-slider {
position: relative;
}
.pg-restaurant-content31 a.right.carousel-control {
position: absolute;
right: -3%;
top: 39%;
}
.pg-restaurant-content31 a.left.carousel-control {
position: absolute;
top: 44%;
left: -3%;
}
.pg-restaurant-content31 .prev-btn {
color: #c59d5f;
}
.pg-restaurant-content31 .next-btn {
color: #c59d5f;
}
.pg-restaurant-content31 .carousel-item {
padding: 40px 0px;
}
.pg-restaurant-content31 span.offer {
background-color: #c59d5f;
top: -4%;
position: absolute;
right: 13%;
border-radius: 50%;
padding: 13px 8px;
color: #fff;
font-size: 14px;
}
.pg-restaurant-content31 span.cut-price {
text-decoration: line-through;
color: #acacac;
font-weight: 500;
padding: 0px 4px;
} .pg-restaurant-content32 {
padding: 45px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content32 img.img-fluid.main {
display: block;
margin: 0 auto;
padding: 20px 0px;
margin-bottom: 15px;
}
.pg-restaurant-content32 img.card-img-top {
display: block;
width: auto;
margin: 0 auto;
padding: 15px 0px;
}
.pg-restaurant-content32 .card-block {
text-align: center;
}
.pg-restaurant-content32 h4.card-title {
font-size: 18px;
color: #303030;
margin-bottom: 0px;
font-family: Reenie Beanie;
}
.pg-restaurant-content32 .quantity {
font-size: 23px;
font-weight: 700;
color: #c59d5;
padding: 8px 0px;
font-family: Alfa Slab One;
}
.pg-restaurant-content32 .card {
background-color: transparent;
border: none;
}
.pg-restaurant-content32 p.card-text {
width: 83%;
margin: 0 auto;
font-family: Rancho;
}
.pg-restaurant-content32 p.card-text. small {
font-size: 14px;
} .pg-restaurant-contact33 {
padding: 45px 0px;
background-color: whitesmoke;
}
.pg-restaurant-contact33 .pre-heading {
text-align: center;
color: #bfbfbf;
font-family: initial;
font-size: 13px;
}
.pg-restaurant-contact33 .heading {
text-align: center;
font-size: 26px;
font-weight: 700;
color: #505050;
margin-bottom: 30px;
font-family: Alfa Slab One;
}
.pg-restaurant-contact33 .card {
background-color: transparent;
border: none;
padding: 20px 0px;
}
.pg-restaurant-contact33 .card-block {
padding: 12px 0px;
}
.pg-restaurant-contact33 h4.card-title {
font-size: 20px;
color: #626262;
margin-bottom: 3px;
}
.pg-restaurant-contact33 p.card-text {
font-family: serif;
font-style: italic;
color: #9e9e9e;
} .pg-restaurant-content34 {
padding: 45px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content34 img {
height: 500px;
width: 100%;
object-fit: cover;
}
.pg-restaurant-content34 .pre-heading {
text-align: center;
color: #bfbfbf;
font-family: Bitter;
font-size: 15px;
}
.pg-restaurant-content34 .heading {
text-align: center;
font-size: 26px;
font-weight: 700;
color: #505050;
margin-bottom: 30px;
font-family: Alfa Slab One;
}
.pg-restaurant-content34 .heading-side {
font-weight: 600;
font-size: 22px;
text-transform: uppercase;
color: #333;
font-family: Poppins;
}
.pg-restaurant-content34 .inner {
padding: 10px 24px;
margin-bottom: 20px;
}
.pg-restaurant-content34 .description {
color: #929292;
padding: 29px 0px;
font-family: Poppins;
}
.pg-restaurant-content34 .pre-heading-side {
color: #c59d5f;
margin-bottom: 13px;
font-family: Leckerli One;
}
.pg-restaurant-content34 .btn.btn-side {
background-color: #000;
color: #fff;
border-radius: 0px;
padding: 6px 21px;
font-size: 15px;
}
.pg-restaurant-content34 .btn.btn-side:hover {
color: #000;
background-color: #c59d5f;
} .pg-restaurant-content35 {
padding: 55px 0px;
background-color: #f5f5f5;
text-align: center;
}
.pg-restaurant-content35 span.btn.btn-facebook {
background-color: #4460a0;
padding: 8px 57px;
}
.pg-restaurant-content35 span.btn.btn-twitter {
background-color: #5aa8df;
padding: 8px 57px;
}
.pg-restaurant-content35 span.btn.btn-google {
background-color: #df4a33;
padding: 8px 57px;
}
.pg-restaurant-content35 span.btn.btn-instagram {
background-color: #275a85;
padding: 8px 57px;
}
.pg-restaurant-content35 .social-icon span {
color: #fff;
margin: 5px 6px;
}
.pg-restaurant-content35 .social-icon {
padding: 25px 0px;
}
.pg-restaurant-content35 .heading {
font-size: 23px;
font-weight: 700;
} .pg-restaurant-content36 {
background-color: #f5f5f5;
padding: 45px 0px;
}
.pg-restaurant-content36 .heading {
text-align: center;
font-size: 26px;
font-weight: 700;
color: #505050;
font-family: Alfa Slab One;
}
.pg-restaurant-content36 img.img-fluid {
display: block;
margin: 0 auto;
padding: 20px 0px;
}
.pg-restaurant-content36 .description {
width: 52%;
text-align: center;
margin: 0 auto;
font-size: 15px;
color: gray;
margin-bottom: 20px;
padding: 6px 0px;
font-family: Poppins;
}
.pg-restaurant-content36 .padding {
padding: 6px;
}
.pg-restaurant-content36 .btn.btn-gallery {
background-color: transparent;
border: solid 1px #cbcbcb;
display: block;
margin: 0 auto;
margin-top: 25px;
border-radius: 0px;
padding: 10px 25px;
font-size: 15px;
color: #5a5a5a;
font-weight: 600;
}
@media screen and (max-width: 767px) {
.pg-restaurant-content36 .description {
width: 96%;
}
} .pg-restaurant-content37 {
background-color: #f5f5f5;
padding: 45px 0px;
}
.pg-restaurant-content37 img.img-fluid {
display: block;
margin: 0 auto;
}
.pg-restaurant-content37 .inner {
padding: 45px 0px;
}
.pg-restaurant-content37 .inner .heading {
text-transform: capitalize;
color: #000;
position: relative;
display: inline-block;
padding: 0px 40px;
font-weight: 400;
text-align: center;
font-family: Alfa Slab One;
}
.pg-restaurant-content37 .inner .heading:before {
content: "";
width: 30px;
height: 2px;
background: #000;
position: absolute;
top: 50%;
margin-top: 0px;
left: 10%;
}
.pg-restaurant-content37 .inner .heading:after {
content: "";
width: 30px;
height: 2px;
background: #000;
position: absolute;
top: 50%;
margin-top: 0px;
right: 10%;
}
.pg-restaurant-content37 .inner .description {
color: gray;
font-size: 14px;
text-align: justify;
width: 97%;
margin: 0 auto;
font-family: Poppins;
}
.pg-restaurant-content37 .inner .signature {
font-size: 18px;
text-align: center;
width: 97%;
margin: 0 auto;
padding-top: 20px;
font-family: Tangerine;
} .pg-restaurant-content38 {
padding: 45px 0px;
background-color: #f5f5f5;
text-align: center;
}
.pg-restaurant-content38 h2.timer.count-title.count-number {
color: #c59d5f;
font-size: 47px;
font-weight: 700;
}
.pg-restaurant-content38 p.count-text {
color: #1f1f1f;
font-weight: 600;
} .pg-restaurant-content39 {
padding: 45px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content39 .nopadding {
padding: 0px;
margin: 0px;
}
.pg-restaurant-content39 .heading {
text-align: center;
font-size: 26px;
font-weight: 700;
color: #505050;
font-family: Alfa Slab One;
}
.pg-restaurant-content39 .description {
font-size: 14px;
}
.pg-restaurant-content39 img.img-fluid {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
} .pg-restaurant-content40 {
padding: 60px 0px;
background-color: #1c1b1b;
}
.pg-restaurant-content40 .heading {
text-align: center;
font-weight: 800;
color: #fff;
font-size: 24px;
font-family: Alfa Slab One;
}
.pg-restaurant-content40 .description {
width: 68%;
margin: 0 auto;
text-align: center;
color: #b2b2b2;
padding: 30px 0px;
font-size: 15px;
}
.pg-restaurant-content40 .description > p {
padding: 18px 0px;
}
.pg-restaurant-content40 .stylish-input-group {
background-color: transparent;
}
.pg-restaurant-content40 .stylish-input-group .input {
background-color: transparent;
border: none;
border-bottom: 1px solid gray;
width: 100%;
border-radius: 0px;
}
.pg-restaurant-content40 .stylish-input-group .input:focus {
color: #fff;
}
.pg-restaurant-content40 .stylish-input-group .input-group-addon {
}
.pg-restaurant-content40 .input-group-addon i {
color: #fff;
}
.pg-restaurant-content40 .social-icon {
padding: 20px 0px;
}
.pg-restaurant-content40 .social-icon span {
padding: 9px 9px;
color: #717171;
}
.pg-restaurant-content40 .social-icon span:hover {
padding: 9px 9px;
color: #fff;
} .pg-restaurant-content41 {
background-color: #c59d5f;
padding: 55px 0px;
position: relative;
}
.pg-restaurant-content41 span.icon-up {
position: absolute;
top: -17%;
left: 50%;
display: inline-block;
border-radius: 50%;
padding: 12px 19px;
color: #fff;
background-color: #c59d5f;
}
.pg-restaurant-content41 .heading {
text-align: center;
color: #fff;
font-weight: 600;
font-size: 24px;
}
.pg-restaurant-content41 .description {
color: #fff;
font-size: 14px;
font-weight: 600;
text-align: center;
}
.pg-restaurant-content41 .input {
width: 74%;
margin-right: 12px;
background-color: transparent;
border: 1px solid #fff;
height: 45px;
padding: 2px 13px;
}
.pg-restaurant-content41 .input:focus {
color: #fff;
}
.pg-restaurant-content41 .btn-more {
background-color: transparent;
border: 1px solid #fff;
border-radius: 0px;
padding: 10px 19px;
color: #fff;
font-weight: 600;
margin-bottom: 5px;
} .pg-restaurant-content42 {
background-color: #f5f5f5;
padding: 75px 0px;
}
.pg-restaurant-content42 .inner.text-center > p {
font-size: 15px;
color: #757575;
padding: 23px 0px;
margin: 0px;
font-weight: 600;
line-height: 23px;
}
.pg-restaurant-content42 .inner.text-center > h2 {
font-size: 25px;
color: #000;
}
.pg-restaurant-content42 input.input {
width: 76%;
background-color: transparent;
border: none;
height: 45px;
padding: 3px 13px;
}
.pg-restaurant-content42 input.input:focus {
box-shadow: none!important;
}
.pg-restaurant-content42 .form-group {
background-color: #e7e7e7;
padding: 9px 4px;
}
.pg-restaurant-content42 .btn {
background-color: #c59d5f;
border-radius: 0px;
padding: 10px 19px;
color: #fff;
font-weight: 600;
margin-bottom: 5px;
}
.pg-restaurant-content42 .social-icon span {
background-color: #e7e7e7;
width: 42px;
display: inline-block;
border-radius: 50%;
padding: 9px 0px;
margin: 0px 5px;
}
.pg-restaurant-content42 .social-icon {
margin-bottom: 10px;
padding: 5px 0px;
}
.pg-restaurant-content42 img.btn {
margin-bottom: 7px;
} .pg-restaurant-content43 {
padding: 70px 0px;
background-color: #c59d5f;
text-align: center;
}
.pg-restaurant-content43 .form-group {
border-bottom: 2px solid #fff;
padding: 4px 3px;
}
.pg-restaurant-content43 input.input {
width: 91%;
background-color: transparent;
border: none;
}
.pg-restaurant-content43 .btn {
background-color: transparent;
color: #fff;
}
.pg-restaurant-content43::placeholder {
color: #fff;
opacity: 1; }
.pg-restaurant-content43:-ms-input-placeholder { color: #fff;
}
.pg-restaurant-content43::-ms-input-placeholder { color: #fff;
}
@media screen and (max-width: 767px) {
.pg-restaurant-content43 .container.nav-four3-con {
max-width: 100%;
}
.pg-restaurant-content43 li.nav-item.four-3 {
border-right: 0px solid #ffffffb3;
}
} .pg-restaurant-content44 {
padding: 70px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-content44 .pre-heading {
color: #c59d5f;
text-align: center;
font-weight: 600;
font-size: 17px;
font-family: Bitter;
}
.pg-restaurant-content44 .line {
height: 2px;
background-color: #c59d5f;
width: 3%;
margin: 0 auto;
}
.pg-restaurant-content44 .heading {
font-weight: 600;
text-align: center;
padding: 13px 3px;
font-size: 21px;
color: #474747;
font-family: Raleway;
}
.pg-restaurant-content44 .headingr {
color: #c59d5f;
font-weight: 600;
padding: 4px 0px;
font-size: 17px;
font-family: Bitter;
}
.pg-restaurant-content44 .descriptionr {
font-family: Raleway;
}
@media (max-width: 576px) {
.pg-restaurant-content44 .headingr {
text-align: center;
}
.pg-restaurant-content44 .descriptionr {
text-align: center;
}
.pg-restaurant-content44 .img-fluid1 {
margin: 0 auto;
display: block;
}
}
@media (max-width: 767px) {
.pg-restaurant-content44 img.img-fluid {
height: 340px;
min-height: 310px;
display: block;
margin: 0 auto;
padding: 5px 0px;
object-fit: cover;
}
} .pg-restaurant-menu1 {
padding: 0px;
margin: 0px;
}
.pg-restaurant-menu1 .header {
background-color: #707070;
color: #fff;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-menu1 .header .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.53);
}
.pg-restaurant-menu1 .header .row {
padding-top: 75px;
padding-bottom: 75px;
}
.pg-restaurant-menu1 .header .heading {
font-size: 25px;
padding: 12px 0px;
font-weight: 600;
}
.pg-restaurant-menu1 .header .description {
color: #cccccc;
width: 76%;
margin: 0 auto;
font-size: 15px;
}
.pg-restaurant-menu1 .menu {
background-color: #f5f5f5;
padding: 60px 0px;
}
.pg-restaurant-menu1 .menu .heading {
text-align: center;
padding: 15px 3px;
font-size: 27px;
font-weight: 600;
font-family: 'Oxygen', sans-serif;
}
.pg-restaurant-menu1 .menu .inner {
padding: 22px 5px;
width: 90%;
}
.pg-restaurant-menu1 .menu .inner .inner-heading {
font-size: 21px;
font-weight: 600;
font-family: 'Oxygen', sans-serif;
}
.pg-restaurant-menu1 .menu .inner .inner-description {
color: gray;
padding: 9px 0px;
font-size: 14px;
}
.pg-restaurant-menu1 .menu .inner .price-inner {
font-weight: 600;
font-size: 17px;
}
.pg-restaurant-menu1 .menu .full-line {
height: 1px;
background-color: #bababa;
margin: 30px 0px;
}
.pg-restaurant-menu1 .menu .bottom-text {
text-align: center;
width: 85%;
margin: 0 auto;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.pg-restaurant-menu1 .menu .download-btn {
display: block;
text-align: center;
color: #77645e;
padding: 8px 0px;
} .pg-restaurant-menu2 {
background-color: #f5f5f5;
padding: 60px 0px;
}
.pg-restaurant-menu2 .menu-heading {
text-align: center;
color: #000;
font-size: 32px;
font-weight: 700;
}
.pg-restaurant-menu2  .inner-secound {
position: relative;
width: 100%;
text-align: center;
color: #fff;
}
.pg-restaurant-menu2  .image {
display: block;
width: 100%;
height: 250px;
object-fit: cover;
}
.pg-restaurant-menu2  .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #616161;
}
.pg-restaurant-menu2 .inner-secound:hover .overlay {
opacity: 1;
}
.pg-restaurant-menu2 .text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.pg-restaurant-menu2 .col.img-overlay {
padding: 9px 3px;
}
.pg-restaurant-menu2 .heading-overlay {
color: #fff;
font-weight: 600;
font-size: 15px;
padding: 39px 20px 0px;
}
.pg-restaurant-menu2 .description-overlay {
font-size: 12px;
padding: 12px 10px;
padding-bottom: 0px;
}
.pg-restaurant-menu2 .rating-star {
padding: 7px 0px 0px 0px;
color: #c59d5f;
}
.pg-restaurant-menu2 .btn.btn-menu {
background-color: transparent;
color: #d0d0d0;
padding: 0px;
border-bottom: 1px solid #d0d0d0;
border-radius: 0px;
font-size: 14px;
}
.pg-restaurant-menu2 .card {
background-color: transparent;
border: none;
border-radius: 0px;
}
.pg-restaurant-menu2 .card-block .card-heading {
text-align: center;
font-family: 'Oxygen', sans-serif;
padding: 4px 0px;
}
.pg-restaurant-menu2 .card-block .card-text {
color: #adadad;
text-align: center;
padding: 1px 0px;
}
@media screen and (max-width: 767px) and (min-width:580px)  {
.pg-restaurant-menu2 .col.img-overlay {
padding: 9px 3px;
flex: 0 0 50%;
max-width: 50%;
}
}
@media screen and (max-width: 1102px) and (min-width:767px) {
.pg-restaurant-menu2 .col.img-overlay {
padding: 9px 3px;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
} .pg-restaurant-menu3 {
padding: 45px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-menu3 .list-side {
padding: 10px 0px;
list-style: none;
}
.pg-restaurant-menu3 .img-fluid.logo {
display: block;
margin: 0 auto;
}
.pg-restaurant-menu3 .card-img-top.image-circle {
border-radius: 50%;
width: 250px;
height: 250px;
margin: 0 auto;
object-fit: cover;
}
.pg-restaurant-menu3 .card {
border: none;
background-color: transparent;
position: relative;
padding: 30px 0px;
}
.pg-restaurant-menu3 .img-fluid.logo {
display: block;
margin: 0 auto;
padding: 25px 0px;
margin-bottom: 12px;
}
.pg-restaurant-menu3 .heading {
font-weight: 600;
padding: 8px 0px;
font-size: 18px;
color: #464646;
}
.pg-restaurant-menu3 .preheading {
font-family: Dancing Script;
font-size: 25px;
color: #c1a558;
}
.pg-restaurant-menu3 .main-heading {
font-family: Alfa Slab One;
font-size: 30px;
}
.pg-restaurant-menu3 .price-tag {
position: absolute;
right: 3%;
font-weight: 800;
color: #be9a67;
font-size: 18px;
}
.pg-restaurant-menu3 .description strong {
font-size: 16px;
color: #464646;
}
.side-heading {
font-size: 17px;
font-weight: bold;
color: #464646;
}
.pg-restaurant-menu3 .description {
color: gray;
padding: 2px 0px;
}
.pg-restaurant-menu3 .weight {
color: gray;
padding: 6px 0px;
}
.pg-restaurant-menu3 .weight strong {
color: #464646;
}
.pg-restaurant-menu3 .list-side li {
padding: 5px 0px;
color: #6b6b6b;
}
.pg-restaurant-menu3 .list-side li:hover {
color: #be9a67;
} .pg-restaurant-menu4 {
background-color: #f5f5f5;
padding: 45px 0px;
}
.pg-restaurant-menu4 .heading-top {
padding-top: 40px;
padding-bottom: 40px;
font-size: 32px;
text-align: center;
}
.pg-restaurant-menu4 img {
height: 270px;
width: 270px;
object-fit: cover;
}
.pg-restaurant-menu4 .inner-list {
padding: 10px 0px 14px;
}
.pg-restaurant-menu4 .heading-inner {
font-weight: 600;
font-size: 19px;
color: #464646;
}
.pg-restaurant-menu4 .description-inner {
color: gray;
padding: 7px 0px;
}
.pg-restaurant-menu4 .price-inner {
color: #be9a67;
}
.pg-restaurant-menu4 .img-fluid.logo.two {
margin: 0px;
}
.pg-restaurant-menu4 .secound-inner {
padding: 25px 0px;
} .pg-restaurant-menu5 {
padding: 45px 0px;
background-color: whitesmoke;
}
.pg-restaurant-menu5 .pre-heading {
font-size: 24px;
text-align: center;
color: #c59d5f;
font-family: Dancing Script;
}
.pg-restaurant-menu5 .heading {
font-size: 30px;
text-align: center;
padding-bottom: 20px;
}
.pg-restaurant-menu5 .image-side {
height: 80px;
width: 80px;
object-fit: cover;
}
.pg-restaurant-menu5 .list-special {
padding: 0px;
list-style: none;
}
.pg-restaurant-menu5 .heading-inner-ul {
color: #c59d5f;
font-weight: 600;
font-size: 15px;
padding: 14px 0px 4px;
}
.pg-restaurant-menu5 .list-special li {
padding: 9px 0px 7px;
position: relative;
}
.pg-restaurant-menu5 .description {
color: #909090;
font-size: 12px;
}
.pg-restaurant-menu5 .price {
position: relative;
z-index: 1;
text-align: right;
}
.pg-restaurant-menu5 .price span {
padding: 6px 0px 0px;
background-color: whitesmoke;
display: inline-block;
font-size: 19px;
color: #c59d5f;
font-weight: 600;
}
.pg-restaurant-menu5 .price span .doller {
vertical-align: bottom;
padding: 4px 0px !important;
display: inline-block !important;
font-size: 16px !important;
}
.pg-restaurant-menu5 .price::before {
border-top: 1px solid #222222;
content: "";
margin: 0 auto;
position: absolute;
bottom: 14%;
left: 0;
right: 0;
width: 100%;
z-index: -1;
border-style: dashed;
border-bottom: 0px;
}
.pg-restaurant-menu5 .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 14%;
right: auto;
height: auto;
width: 72%;
opacity: 0;
transition: .5s ease;
background-color: #C59D5F;
overflow: hidden;
border-radius: 50%;
}
.pg-restaurant-menu5 .list-special li:hover .overlay {
opacity: 1;
} .pg-restaurant-menu6 {
padding: 45px 0px;
background-color: whitesmoke;
}
.pg-restaurant-menu6 .heading {
font-size: 21px;
padding: 9px 0px;
font-family: Oswald;
}
.pg-restaurant-menu6 .description {
width: 71%;
font-size: 14px;
margin: 0 auto;
font-family: Poppins;
}
.pg-restaurant-menu6 .btn.btn-menu {
background-color: #c59d5f;
color: #fff;
border-radius: 0px;
padding: 11px 11px;
font-size: 15px;
font-weight: 600;
margin: 10px 0px;
}
.pg-restaurant-menu6 .list-group {
list-style: none;
}
.pg-restaurant-menu6 .heading-inner {
font-size: 18px;
color: #c59d5f;
font-weight: 600;
margin-top: 8px;
}
.pg-restaurant-menu6 .price-inner span {
padding: 6px 0px 0px;
display: inline-block;
font-size: 21px;
color: #c59d5f;
}
.pg-restaurant-menu6 .price-inner span .doller {
vertical-align: bottom;
padding: 4px 0px !important;
display: inline-block !important;
font-size: 18px !important;
}
.pg-restaurant-menu6 .description-inner {
color: gray;
font-size: 12px;
font-style: italic;
line-height: 23px;
}
.pg-restaurant-menu6 .list-group li {
border-bottom: 1px solid #dbdbdb;
padding: 5px 0px 14px;
} .pg-restaurant-menu7 {
background-color: #f5f5f5;
height: 100%;
width: 100%;
}
.pg-restaurant-menu7 ul.carousel-indicators {
left: unset;
display: inline-block;
top: 50%;
margin-right: 7%;
}
.pg-restaurant-menu7 ul.carousel-indicators li {
margin: 1px 0px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: right;
cursor: pointer;
}
.pg-restaurant-menu7 ul.carousel-indicators {
position: absolute;
right: -6%;
z-index: 12;
top: 42%;
list-style: none;
color: #fff;
}
.pg-restaurant-menu7 ul.carousel-indicators li.active span.dots {
background-color: #d4ad88;
}
.pg-restaurant-menu7 ul.carousel-indicators li span.dots {
padding: 4px 4px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: #fff;
border: 1px solid #d4ad88;
}
.pg-restaurant-menu7 .carousel-inner .side {
width: 100%;
height: 100%;
object-fit: cover;
}
.pg-restaurant-menu7 .carousel-inner .main-inner {
background-color: #fff;
padding: 65px 45px;
height: 100%;
}
.pg-restaurant-menu7 .carousel-inner .main-inner .menu-heading {
font-weight: 700px;
color: #000;
font-size: 24px;
}
.pg-restaurant-menu7 .carousel-inner .main-inner .menu-heading:after {
content: "";
display: flex;
height: 2px;
width: 60px;
background-color: #c59d5f;
position: relative;
bottom: 0;
margin-top: 10px;
}
.pg-restaurant-menu7 .carousel-inner .main-inner .list {
padding: 0px;
list-style: none;
height: 100%;
}
.pg-restaurant-menu7 .carousel-inner .main-inner .list .inner-heading {
display: inline-block;
padding: 12px 0px;
color: #c7ad88;
font-size: 19px;
font-weight: 400;
letter-spacing: 2px;
}
.pg-restaurant-menu7 .carousel-inner .main-inner .list .description {
font-size: 12px;
color: #9c9c9c;
font-style: italic;
line-height: 23px;
}
.pg-restaurant-menu7 .carousel-inner .main-inner .list .pull-right.rate {
color: #c7ad88;
font-weight: 600;
font-size: 16px;
letter-spacing: 1px;
}
.pg-restaurant-menu7 .carousel-inner .main-inner .list li {
padding: 6px 0px;
} .pg-restaurant-menu8 {
padding: 45px 0px;
background-color: #333333;
}
.pg-restaurant-menu8 .logo {
margin: 0 auto;
display: block;
padding: 12px 0px;
}
.pg-restaurant-menu8 .pre-heading {
text-align: center;
color: #c59d5f;
font-size: 28px;
font-weight: 600;
padding: 3px 0px;
}
.pg-restaurant-menu8 .heading {
text-align: center;
color: #fff;
font-size: 18px;
font-weight: 600;
padding: 3px 0px;
}
.pg-restaurant-menu8 .inner-heading {
position: relative;
z-index: 1;
color: #fff;
font-size: 18px;
font-weight: 600;
display: inline-block;
width: 90%;
}
.pg-restaurant-menu8 .inner-heading span {
background-color: #333;
padding: 1px 5px 2px 0px;
}
.pg-restaurant-menu8 .inner-heading::before {
border-top: 2px solid #fff;
border-top-style: solid;
content: "";
margin: 0 auto;
position: absolute;
bottom: 14%;
left: 0;
right: 0;
width: 100%;
z-index: -1;
border-style: dotted;
border-bottom-style: dashed;
border-bottom: 0px;
}
.pg-restaurant-menu8 .prices span {
padding: 6px 0px 0px;
background-color: #333;
display: inline-block;
font-size: 19px;
color: #fff;
font-weight: 600;
}
.pg-restaurant-menu8 .prices {
position: relative;
z-index: 1;
color: #fff;
font-weight: 600;
font-size: 19px;
}
.pg-restaurant-menu8 .prices .doller {
vertical-align: bottom;
padding: 4px 0px !important;
display: inline-block !important;
font-size: 19px !important;
}
.pg-restaurant-menu8 .description {
font-size: 12px;
color: #d3d3d3;
padding: 5px 0px;
}
.pg-restaurant-menu8 .list {
list-style: none;
padding: 15px 0px;
}
.pg-restaurant-menu8 .list li {
padding: 11px 0px;
}
.pg-restaurant-menu8 .btn.btn-menu {
background-color: transparent;
border: 2px solid #fff;
border-radius: 0px;
color: #fff;
display: block;
margin: 0 auto;
padding: 8px 14px;
} .pg-restaurant-menu9 {
background-color: #fff;
padding: 45px 0px;
}
.pg-restaurant-menu9 .btn.btn-menu {
border: 1px solid #cecece;
border-radius: 0px;
display: block;
margin: 20px auto;
color: #c59d5f;
font-weight: 600;
background-color: transparent;
}
.pg-restaurant-menu9 .btn-filter.text-center {
padding: 15px 0px;
border-top: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
width: 90%;
margin: 0 auto;
}
.pg-restaurant-menu9 .btn-filter .filter-button {
background-color: #c59d5f;
color: #fff;
border: 1px solid #000;
}
.pg-restaurant-menu9 .btn-filter .filter-button.active {
background-color: #fff;
color: #000;
}
.pg-restaurant-menu9 .pre-heading {
text-align: center;
font-size: 16px;
font-weight: 600;
color: #c59d5f;
font-family: Dancing Script;
}
.pg-restaurant-menu9 .heading {
text-align: center;
font-size: 20px;
font-weight: 600;
color: #393939;
padding-bottom: 32px;
}
.pg-restaurant-menu9 .image-side {
height: 100px;
width: 100px;
object-fit: cover;
}
.pg-restaurant-menu9 .inner-heading {
position: relative;
z-index: 1;
color: #c59d5f;
font-size: 18px;
font-weight: 600;
display: inline-block;
width: 90%;
}
.pg-restaurant-menu9 .prices {
color: #c59d5f;
font-weight: 600;
font-size: 19px;
}
.pg-restaurant-menu9 .prices .doller {
vertical-align: bottom;
padding: 4px 0px !important;
display: inline-block !important;
font-size: 19px !important;
}
.pg-restaurant-menu9 .inner-description {
font-size: 13px;
color: gray;
padding: 3px 0px;
}
.pg-restaurant-menu9 .col-md-6.filter {
padding: 17px 0px;
}
.pg-restaurant-menu9 .rating-star span {
color: #c59d5f;
} .pg-restaurant-menu10 {
background-color: #f5f5f5;
padding: 50px 0px;
}
.pg-restaurant-menu10 .heading {
font-size: 18px;
font-weight: 700;
padding: 7px 0px;
color: #212121;
text-align: center;
}
.pg-restaurant-menu10 .card {
border: none;
border-radius: 2px;
}
.pg-restaurant-menu10 .card .card-img-top {
height: 250px;
width: 100%;
object-fit: cover;
}
.pg-restaurant-menu10 .card-block {
padding: 28px 23px;
}
.pg-restaurant-menu10 .inner-heading {
font-weight: 700;
}
.pg-restaurant-menu10 .pull-right.price {
font-weight: 600;
font-style: italic;
}
.pg-restaurant-menu10 .description {
color: #454545;
padding: 6px 0px;
}
.pg-restaurant-menu10 .btn.btn-more {
background-color: transparent;
font-weight: 600;
font-size: 15px;
margin: 4px 0px 0px;
} .pg-restaurant-reservation1 {
background-color: #333333;
text-align: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-reservation1 .overlay {
background-color: rgba(51, 51, 51, 0.65);
height: 100%;
}
.pg-restaurant-reservation1 .logo-text {
color: #c59d5f;
font-size: 18px;
font-weight: 500;
padding: 59px 0px;
}
.pg-restaurant-reservation1 .line {
height: 2px;
background-color: #c59d5f;
width: 4%;
margin: 0 auto;
}
.pg-restaurant-reservation1 .heading {
color: #fff;
font-weight: 700;
font-size: 25px;
padding: 10px 0px 28px;
font-family: sans-serif;
}
.pg-restaurant-reservation1 .inner {
background-color: #fafafa;
padding: 30px 5px;
width: 97%;
margin: 0 auto;
}
.pg-restaurant-reservation1 .inner form input {
height: 54px;
border: 1px solid #f2f2f2;
padding: 5px 16px;
width: 21%;
margin-bottom: 15px;
}
.pg-restaurant-reservation1 .inner form input::placeholder {
color: #cbcbcb;
opacity: 1; }
.pg-restaurant-reservation1 form .btn.btn-book {
background-color: #c59d5f;
color: #fff;
font-weight: 600;
padding: 13px 14px;
border-radius: 0px;
vertical-align: baseline;
}
@media screen and (max-width: 767px) {
.pg-restaurant-reservation1 .inner form input {
height: 54px;
border: 1px solid #f2f2f2;
padding: 5px 16px;
width: 49%;
margin-bottom: 15px;
}
.pg-restaurant-reservation1 .inner {
width: 100%;
margin: 0 auto;
}
}
@media screen and (max-width: 767px) and (min-width:580px) {
.pg-restaurant-reservation1 .inner form input {
height: 54px;
border: 1px solid #f2f2f2;
padding: 5px 16px;
width: 49%;
margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
.pg-restaurant-reservation1 .inner form input {
height: 54px;
border: 1px solid #f2f2f2;
padding: 5px 16px;
width: 100%;
margin-bottom: 15px;
}
} .pg-restaurant-reservation2 {
background-color: #ededed;
padding: 55px 0px;
text-align: center;
}
.pg-restaurant-reservation2 .logo-text {
color: #c59d5f;
font-size: 18px;
font-weight: 500;
padding: 9px 0px;
}
.pg-restaurant-reservation2 .line {
height: 2px;
background-color: #c59d5f;
width: 4%;
margin: 0 auto;
}
.pg-restaurant-reservation2 .inner input {
height: 52px;
border: 1px solid #cfcfcf;
padding: 5px 16px;
width: 21%;
background-color: transparent;
margin-bottom: 16px;
}
.pg-restaurant-reservation2 .btn.btn-book {
background-color: #c59d5f;
color: #fff;
font-weight: 600;
padding: 13px 14px;
border-radius: 0px;
vertical-align: baseline;
}
.pg-restaurant-reservation2 .heading {
color: #333;
font-weight: 700;
font-size: 25px;
padding: 10px 0px 28px;
font-family: sans-serif;
}
@media screen and (max-width: 767px) {
.pg-restaurant-reservation1 .inner {
width: 100%;
margin: 0 auto;
}
}
@media screen and (max-width: 767px) and (min-width:580px) {
.pg-restaurant-reservation2 .inner input {
height: 54px;
border: 1px solid #f2f2f2;
padding: 5px 16px;
width: 49%;
margin-bottom: 15px;
}
}
@media screen and (max-width: 580px) {
.pg-restaurant-reservation2 .inner input {
height: 54px;
border: 1px solid #f2f2f2;
padding: 5px 16px;
width: 100%;
margin-bottom: 15px;
}
} .pg-restaurant-reservation3 {
text-align: center;
color: #fff;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-reservation3 .overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.81);
}
.pg-restaurant-reservation3 .overlay .row {
padding-top: 60px;
padding-bottom: 60px;
}
.pg-restaurant-reservation3 .heading {
font-weight: 600;
font-size: 21px;
padding: 12px 0px;
color: #c59d5f;
}
.pg-restaurant-reservation3 .description {
color: #fff;
font-size: 16px;
} .pg-restaurant-reservation4 {
background-color: #f5f5f5;
padding: 55px 0px;
}
.pg-restaurant-reservation4 .heading {
color: #c59d5f;
font-size: 22px;
font-weight: 600;
padding: 9px 0px;
}
.pg-restaurant-reservation4 .description {
font-weight: 400;
color: #4c4c4c;
}
.pg-restaurant-reservation4 .address {
color: #646464;
font-size: 15px;
}
.pg-restaurant-reservation4 .input-reserve {
width: 100%;
padding: 9px 12px;
border: none;
background-color: #e5e3e0;
}
.pg-restaurant-reservation4 select.input-reserve {
background-color: transparent !important;
border: 1px solid #e5e3e0 !important;
}
.pg-restaurant-reservation4 .btn.btn-reserve {
background-color: #c59d5f;
padding: 8px 28px;
font-weight: 600;
border-radius: 0px;
font-size: 14px;
color: #fff;
}
.pg-restaurant-reservation4 .btn.btn-reserve:hover {
background-color: #000;
color: #fff;
}
.pg-restaurant-reservation4 .form-group.side {
margin-bottom: 8px;
} .pg-restaurant-reservation5 {
margin: 0px;
padding: 0px;
} .pg-restaurant-reservation6 {
background-color: #fff;
padding: 45px 0px;
text-align: center;
margin: 0px;
}
.pg-restaurant-reservation6 .heading {
font-weight: 700;
font-size: 30px;
padding: 15px 0px 0px;
color: #c59d5f;
}
.pg-restaurant-reservation6 .description {
padding: 15px 0px;
color: gray;
font-family: initial;
}
.pg-restaurant-reservation6 .input-reserve {
width: 100%;
border: 1px solid darkgray;
box-shadow: none;
padding: 8px 7px;
background-color: transparent;
}
.pg-restaurant-reservation6 label {
display: inline-block;
width: 100%;
text-align: left;
font-weight: 700;
font-size: 13px;
color: #c59d5f;
}
.pg-restaurant-reservation6 .form-group.col-md-3.btn-table {
display: flex;
}
.pg-restaurant-reservation6 .btn.btn-book {
background-color: #000;
color: #fff;
font-weight: 600;
padding: 8px 20px;
height: fit-content;
margin-top: 28px;
border-radius: 0px;
}
.pg-restaurant-reservation6 .btn.btn-book:hover {
background-color: #c59d5f;
color: #fff;
}
.pg-restaurant-reservation6 .description span {
color: #000;
font-family: cursive;
font-size: 14px;
} .pg-restaurant-reservation7 {
background-color: #f7f7f7;
padding: 45px 0px;
}
.pg-restaurant-reservation7 .pre-heading {
color: #c59d5f;
font-size: 24px;
text-align: center;
}
.pg-restaurant-reservation7 .heading {
color: #000;
font-size: 30px;
text-align: center;
}
.pg-restaurant-reservation7 .pre-heading:after {
content: "";
display: flex;
height: 2px;
width: 60px;
background-color: #c59d5f;
position: relative;
bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.pg-restaurant-reservation7 .input-reserve {
background-color: transparent;
border: 2px solid #c59d5f;
padding: 9px 12px;
}
.pg-restaurant-reservation7 .inner {
padding: 25px 0px;
}
.pg-restaurant-reservation7 .btn-submit {
background-color: #c59d5f;
color: #fff;
border-radius: 0px;
padding: 9px 20px;
font-weight: 600;
border: 2px solid #c59d5f;
cursor: pointer;
}
.pg-restaurant-reservation7 .btn-submit:hover {
background-color: transparent;
color: #c59d5f;
} .pg-restaurant-reservation8 {
background-color: #f7f7f7;
padding: 45px 0px;
}
.pg-restaurant-reservation8 .heading {
font-size: 19px;
padding: 12px 0px;
font-weight: 700;
}
.pg-restaurant-reservation8 .line {
height: 2px;
background-color: #c59d5f;
width: 10%;
}
.pg-restaurant-reservation8 .description {
color: #6c6c6c;
font-size: 15px;
}
.pg-restaurant-reservation8 .description p {
margin-bottom: 11px;
}
.pg-restaurant-reservation8 .secondry-heading {
font-weight: 600;
}
.pg-restaurant-reservation8 .input-reserve {
padding: 17px 12px;
background-color: transparent;
box-shadow: none;
border: none;
border-bottom: 1px solid #c2c2c2;
}
.pg-restaurant-reservation8 .input-reserve::placeholder {
color: #333;
font-size: 15px;
}
.pg-restaurant-reservation8 .input-reserve::placeholder {
color: #333;
font-size: 15px;
opacity: 1; }
.pg-restaurant-reservation8 .input-reserve:-ms-input-placeholder { color: #333;
font-size: 15px;
}
.pg-restaurant-reservation8 .input-reserve::-ms-input-placeholder { color: #333;
font-size: 15px;
}
.pg-restaurant-reservation8 .btn.btn-submit {
margin-top: 20px;
background-color: #c59d5f;
color: #fff;
padding: 11px 16px;
border-radius: 0px;
font-size: 15px;
}
.pg-restaurant-reservation8 .btn.btn-submit:hover {
background-color: #000;
} .pg-restaurant-reservation9 {
background-color: #f7f7f7;
padding: 45px 0px;
text-align: center;
}
.pg-restaurant-reservation9 .input-reserve::placeholder {
color: #999;
font-size: 15px;
}
.pg-restaurant-reservation9 .input-reserve::placeholder {
color: #999;
font-size: 15px;
opacity: 1; }
.pg-restaurant-reservation9 .input-reserve:-ms-input-placeholder { color: #999;
font-size: 15px;
}
.pg-restaurant-reservation9 .input-reserve::-ms-input-placeholder { color: #999;
font-size: 15px;
}
.pg-restaurant-reservation9 .heading {
font-size: 40px;
padding: 17px 12px;
text-align: center;
font-weight: 600;
color: #5a5a5a;
}
.pg-restaurant-reservation9 .form-control.input-reserve {
background-color: transparent;
padding: 11px 12px;
border-radius: 0px;
border-right: 0px;
}
.pg-restaurant-reservation9 .input-group-addon {
background-color: transparent;
border-radius: 0px;
color: #c7c7c7;
}
.pg-restaurant-reservation9 .btn.btn-submit {
background-color: transparent;
border: 2px solid #c59d5f;
padding: 12px 37px;
color: #c59d5f;
font-weight: 600;
border-radius: 30px;
}
.pg-restaurant-reservation9 .btn.btn-submit:hover {
background-color: #000;
} .pg-restaurant-reservation10 {
padding: 45px 0px;
background-color: #f7f7f7;
}
.pg-restaurant-reservation10 .heading {
color: #c59d5f;
letter-spacing: 1px;
padding: 20px 0px;
text-align: center;
font-size: 18px;
}
.pg-restaurant-reservation10 .form-control.input-reserve {
background-color: transparent;
padding: 11px 12px;
border-radius: 0px;
}
.pg-restaurant-reservation10 .input-group-addon {
background-color: transparent;
border-radius: 0px;
color: #c7c7c7;
}
.pg-restaurant-reservation10 .btn.btn-submit {
background-color: #c7ad88;
color: #fff;
border-radius: 0px;
display: block;
margin: 15px auto;
font-weight: 600;
font-size: 15px;
padding: 10px 13px;
}
.pg-restaurant-reservation10 .btn.btn-submit:hover {
background-color: #000;
} .pg-restaurant-reservation11 {
background-color: #504d4d;
padding: 55px 0px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.pg-restaurant-reservation11 .heading {
color: #c59d5f;
letter-spacing: 1px;
padding: 20px 0px;
text-align: center;
font-size: 38px;
}
.pg-restaurant-reservation11  .form-control.input-reserve.border-left-0 {
background-color: #e5e4e4;
padding: 11px 12px;
border-radius: 0px;
}
.pg-restaurant-reservation11 .input-group-addon {
background-color: #e5e4e4;
border-radius: 0px;
color: #000;
padding: 1px 16px;
}
.pg-restaurant-reservation11 .input-reserve::placeholder {
color: #333;
font-weight: 600;
font-size: 15px;
}
.pg-restaurant-reservation11 .input-reserve::placeholder {
color: #333;
font-weight: 600;
font-size: 15px;
opacity: 1; }
.pg-restaurant-reservation11 .input-reserve:-ms-input-placeholder { color: #333;
font-weight: 600;
font-size: 15px;
}
.pg-restaurant-reservation11 .input-reserve::-ms-input-placeholder { color: #333;
font-weight: 600;
font-size: 15px;
}
.pg-restaurant-reservation11 .btn.btn-submit {
display: block;
margin: 0 auto;
margin-top: 50px;
background-color: #c59d5f;
color: #fff;
border-radius: 0px;
font-size: 15px;
padding: 7px 23px;
} .pg-restaurant-testimonial1 {
padding-top: 60px;
padding-bottom: 60px;
background-color: #333;
height: 600px;
}
.pg-restaurant-testimonial1  ul.carousel-indicators li.active span.circle {
background-color: #c59d5f;
}
.pg-restaurant-testimonial1 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #e4e4e4;
cursor: pointer;
}
.pg-restaurant-testimonial1 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
border: solid 1px #c59d5f;
}
.pg-restaurant-testimonial1 .inner {
z-index: 10;
padding-top: 0px;
padding-bottom: 0px;
color: #fff;
text-align: center;
width: 100%;
}
.pg-restaurant-testimonial1 .inner .kudos {
width: 100px;
height: 100px;
border: solid 5px #fff;
object-fit: cover;
}
.pg-restaurant-testimonial1 .inner .pre-heading {
color: #c59d5f;
font-weight: 600;
font-size: 17px;
}
.pg-restaurant-testimonial1 .inner .line {
width: 6%;
margin: 0 auto;
background-color: #c59d5f;
height: 2px;
margin-top: 12px;
margin-bottom: 4px;
}
.pg-restaurant-testimonial1 .inner .heading {
font-size: 28px;
font-weight: 600;
padding-bottom: 18px;
}
.pg-restaurant-testimonial1 .inner .description {
text-align: center;
padding: 15px 0px;
}
.pg-restaurant-testimonial1 .inner .name {
font-weight: 600;
color: #c59d5f;
}
.pg-restaurant-testimonial1 span.prev-icon {
background-color: #4e4e4e;
padding: 6px 15px;
border-radius: 50%;
display: block;
vertical-align: middle;
text-align: center;
}
.pg-restaurant-testimonial1 span.next-icon {
background-color: #4e4e4e;
padding: 6px 15px;
border-radius: 50%;
display: block;
vertical-align: middle;
text-align: center;
} .pg-restaurant-testimonial2 {
height: 362px;
background-color: #fff;
}
.pg-restaurant-testimonial2 .description {
color: #434343;
width: 75%;
margin: 0 auto;
font-size: 18px;
padding: 40px 0px;
}
.pg-restaurant-testimonial2 .last {
font-weight: 600;
color: #c59d5f;
}
.pg-restaurant-testimonial2 .carousel-caption {
bottom: 0px;
left: 0%;
right: 0%;
padding-bottom: 0px;
padding-top: 0px;
}
.pg-restaurant-testimonial2 .inner {
background-color: #fff;
padding: 66px 0px;
}
.pg-restaurant-testimonial2 .line {
background-color: #333;
height: 2px;
width: 5%;
margin: 0 auto;
}
.pg-restaurant-testimonial2 a.carousel-control-prev span {
color: #000;
font-size: 26px;
}
.pg-restaurant-testimonial2 a.carousel-control-next span {
color: #000;
font-size: 26px;
}
.pg-restaurant-testimonial2 .heading {
text-align: center;
font-size: 26px;
font-weight: 700;
color: #c59d5f;
padding: 15px 0px;
}
.pg-restaurant-testimonial2 .card {
background-color: transparent;
border: none;
padding: 20px 0px;
}
.pg-restaurant-testimonial2 .card-block {
padding: 12px 0px;
}
.pg-restaurant-testimonial2 h4.card-title {
font-size: 20px;
color: #626262;
margin-bottom: 3px;
}
.pg-restaurant-testimonial2 p.card-text {
font-family: serif;
font-style: italic;
color: #9e9e9e;
} .pg-restaurant-testimonial3 {
text-align: center;
padding: 25px 0px;
}
.pg-restaurant-testimonial3 .pre-heading {
color: #c59d5f;
font-weight: 600;
font-size: 17px;
}
.pg-restaurant-testimonial3 .inner {
background-color: #f5f5f5;
padding: 150px 0px;
padding-top: 85px;
}
.pg-restaurant-testimonial3 .line {
width: 6%;
margin: 0 auto;
background-color: #c59d5f;
height: 2px;
margin-top: 12px;
margin-bottom: 4px;
}
.pg-restaurant-testimonial3 .heading {
font-size: 28px;
font-weight: 600;
padding-bottom: 18px;
}
.pg-restaurant-testimonial3 .description {
border: solid 1px #dedede;
font-size: 14px;
color: #aeaeae;
padding: 25px 18px;
line-height: 23px;
margin: 15px 0px;
padding-bottom: 44px;
}
.pg-restaurant-testimonial3 .img-bottom {
display: inline-table;
margin: 0 auto;
position: absolute;
left: 43%;
bottom: -44%;
}
.pg-restaurant-testimonial3 img.img-fluid-slider {
border-radius: 50%;
border: solid #fff;
height: 60px;
width: 60px;
object-fit: cover;
vertical-align: super;
}
.pg-restaurant-testimonial3 .name {
color: #c59d5f;
font-weight: 600;
font-size: 16px;
}
.pg-restaurant-testimonial3 .img-outer {
border-bottom-left-radius: 85px;
border-bottom-right-radius: 85px;
border: 1px solid #cfcfcf;
border-top: none;
padding: 0px 24px;
background-color: #f5f5f5;
}
.pg-restaurant-testimonial3 .carousel-caption {
top: 26%; text-align: center;
}
.pg-restaurant-testimonial3 h3.headings {
margin: 0 auto;
color: #ffffff;
margin-bottom: 7px;
font-size: 30px;
letter-spacing: 1px;
}
.pg-restaurant-testimonial3 ul.carousel-indicators {
position: absolute;
left: 47%;
z-index: 12;
list-style: none;
color: #fff;
right: auto;
margin-left: 0px;
text-align: left;
margin: 0px;
}
.pg-restaurant-testimonial3 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #e4e4e4;
cursor: pointer;
}
.pg-restaurant-testimonial3 ul.carousel-indicators li.active span.circle {
background-color: #c59d5f;
}
.pg-restaurant-testimonial3 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: transparent;
border: solid #c59d5f 1px;
}
.pg-restaurant-testimonial3 span.prev-icon {
background-color: #4e4e4e;
padding: 6px 15px;
border-radius: 50%;
display: block;
vertical-align: middle;
text-align: center;
}
.pg-restaurant-testimonial3 span.next-icon {
background-color: #4e4e4e;
padding: 6px 15px;
border-radius: 50%;
display: block;
vertical-align: middle;
text-align: center;
}
@media screen and (max-width: 767px) {
.pg-restaurant-testimonial3 .img-bottom {
display: none !important;
}
}
@media screen and (max-width: 1122px) and (min-width:767px) {
.pg-restaurant-testimonial3 .img-bottom {
bottom: -35% !important;
}
} .pg-restaurant-testimonial4 {
text-align: center;
}
.pg-restaurant-testimonial4 .pre-heading {
color: #c59d5f;
font-weight: 600;
font-size: 17px;
}
.pg-restaurant-testimonial4 .inner {
background-color: #333;
padding: 150px 0px;
padding-top: 85px;
}
.pg-restaurant-testimonial4 .line {
width: 6%;
margin: 0 auto;
background-color: #c59d5f;
height: 2px;
margin-top: 12px;
margin-bottom: 4px;
}
.pg-restaurant-testimonial4 .heading {
font-size: 28px;
font-weight: 600;
padding-bottom: 18px;
color: #fff;
}
.pg-restaurant-testimonial4 .description {
border: solid 1px #dedede;
font-size: 14px;
color: #fafafa;
padding: 25px 18px;
line-height: 23px;
margin: 15px 0px;
padding-bottom: 44px;
}
.pg-restaurant-testimonial4 .img-bottom {
display: inline-table;
margin: 0 auto;
position: absolute;
left: 43%;
bottom: -40%;
}
.pg-restaurant-testimonial4 img.img-fluid-slider {
border-radius: 50%;
border: solid #fff;
vertical-align: super;
object-fit: cover;
height: 50px;
width: 50px;
}
.pg-restaurant-testimonial4 .name {
color: #eaeaea;
font-weight: 600;
font-size: 16px;
}
.pg-restaurant-testimonial4 .img-outer {
border-bottom-left-radius: 85px;
border-bottom-right-radius: 85px;
border: 1px solid #cfcfcf;
border-top: none;
padding: 0px 24px;
background-color: #333333;
}
.pg-restaurant-testimonial4 .carousel-caption {
top: 26%; text-align: center;
}
.pg-restaurant-testimonial4 h3.headings {
margin: 0 auto;
color: #ffffff;
margin-bottom: 7px;
font-size: 30px;
letter-spacing: 1px;
}
.pg-restaurant-testimonial4 ul.carousel-indicators {
position: absolute;
left: 47%;
z-index: 12;
list-style: none;
color: #fff;
right: auto;
margin-left: 0px;
text-align: left;
margin: 0px;
}
.pg-restaurant-testimonial4 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #e4e4e4;
cursor: pointer;
}
.pg-restaurant-testimonial4 ul.carousel-indicators li.active span.circle {
background-color: #c59d5f;
}
.pg-restaurant-testimonial4 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: transparent;
border: solid #c59d5f 1px;
}
.pg-restaurant-testimonial4 span.prev-icon {
background-color: #4e4e4e;
padding: 6px 15px;
border-radius: 50%;
display: block;
vertical-align: middle;
text-align: center;
}
.pg-restaurant-testimonial4 span.next-icon {
background-color: #4e4e4e;
padding: 6px 15px;
border-radius: 50%;
display: block;
vertical-align: middle;
text-align: center;
}
@media screen and (max-width: 767px) {
.pg-restaurant-testimonial4 .img-bottom {
display: none !important;
}
}
@media screen and (max-width: 1122px) and (min-width:767px) {
.pg-restaurant-testimonial4 .img-bottom {
bottom: -35% !important;
}
} .pg-restaurant-testimonial5 {
text-align: center;
padding-top: 60px;
padding-bottom: 60px;
}
.pg-restaurant-testimonial5 .heading {
font-size: 28px;
font-weight: 600;
padding-bottom: 18px;
color: #333;
}
.pg-restaurant-testimonial5 .line {
width: 6%;
margin: 0 auto;
background-color: #c59d5f;
height: 2px;
margin-top: 12px;
margin-bottom: 4px;
}
.pg-restaurant-testimonial5 .inner {
background-color: transparent;
height: 500px !important;
}
.pg-restaurant-testimonial5 .description {
color: #969696;
font-style: italic;
line-height: 27px;
padding: 9px 0px 23px 0px;
}
.pg-restaurant-testimonial5 img.img-fluid-bottom {
border-radius: 50%;
border: solid 3px #fff;
margin: 5px 0px;
width: 100px;
height: 100px;
object-fit: cover;
}
.pg-restaurant-testimonial5 .last {
color: #c59d5f;
font-weight: 600;
font-size: 16px;
}
.pg-restaurant-testimonial5 .pre-heading {
color: #c59d5f;
font-weight: 600;
font-size: 17px;
}
.pg-restaurant-testimonial5 ul.carousel-indicators {
position: absolute;
z-index: 12;
list-style: none;
color: #fff;
margin-left: 0px;
margin: 0px;
left: unset;
right: unset;
top: 10%;
}
.pg-restaurant-testimonial5 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #e4e4e4;
cursor: pointer;
}
.pg-restaurant-testimonial5 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: transparent;
border: solid #c59d5f 1px;
}
.pg-restaurant-testimonial5 ul.carousel-indicators li.active span.circle {
background-color: #c59d5f;
} .pg-restaurant-testimonial6 {
text-align: center;
}
.pg-restaurant-testimonial6 .inner {
background-color: #2a2a2a;
padding: 90px 0px;
}
.pg-restaurant-testimonial6 .pre-heading {
color: #fff;
font-weight: 600;
font-size: 25px;
padding: 10px 0px;
}
.pg-restaurant-testimonial6 .description {
text-align: center;
color: #fff;
padding: 35px 0px;
}
.pg-restaurant-testimonial6 img {
display: block;
margin: 0 auto;
height: 80px;
width: 80px;
object-fit: cover;
}
.pg-restaurant-testimonial6 i {
color: #c59d5f;
}
.pg-restaurant-testimonial6 .signature {
font-size: 40px;
color: #c59d5f;
padding-top: 20px;
font-family: Mrs Saint Delafield;
}
.pg-restaurant-testimonial6 ul.carousel-indicators li {
margin: 8px 5px;
background-color: transparent;
text-indent: 0px;
width: auto;
height: auto;
text-align: left;
color: #e4e4e4;
cursor: pointer;
}
.pg-restaurant-testimonial6 span.circle {
padding: 6px 6px;
height: 3px !important;
width: 4px !important;
min-height: 2px;
max-height: 3px;
border-radius: 50%;
display: inline-block;
background-color: transparent;
border: solid #c59d5f 1px;
}
.pg-restaurant-testimonial6 ul.carousel-indicators li.active span.circle {
background-color: #c59d5f;
} .pg-restaurant-gallery1 {
background-color: #f5f5f5;
padding: 40px 0px;
}
.pg-restaurant-gallery1 .btn {
width: 100%;
padding: 0px !important;
margin: 0px !important;
}
.pg-restaurant-gallery1 .top {
text-align: center;
color: #d91d1d;
font-weight: 600;
font-size: 17px;
padding: 7px 0px;
}
.pg-restaurant-gallery1 .line {
height: 2px;
background-color: #c59d5f;
width: 4%;
margin: 0 auto;
margin-bottom: 20px;
}
.pg-restaurant-gallery1 .heading {
text-align: center;
padding: 9px 0px;
font-size: 18px;
font-weight: 500;
color: #4a4a4a;
}
.pg-restaurant-gallery1 img.img-fluid {
border: solid 6px #fff;
height: 200px;
width: 100%;
object-fit: cover;
}
.pg-restaurant-gallery1 img.img-fluid:hover {
box-shadow: 0px 0px 5px 2px #a8a8a8;
transition: all 0.4s;
}
.pg-restaurant-gallery1 .padding {
padding: 5px;
}
.pg-restaurant-gallery1 .btn.btn-gallery1 {
color: #c59d5f;
display: block;
margin: 0 auto;
background-color: transparent;
border: solid 1px #dedede;
border-radius: 0px;
font-weight: 600;
font-size: 15px;
padding: 11px 16px;
margin-top: 50px;
}
.pg-restaurant-gallery1 .modal {
}
.pg-restaurant-gallery1 .modal .modal-header {
}
.pg-restaurant-gallery1 .modal .modal-title {
font-family: Dancing Script;
color: #c59d5f;
}
.pg-restaurant-gallery1 .modal .close {
float: right;
}
.pg-restaurant-gallery1 .modal .modal-content {
}
.pg-restaurant-gallery1 .modal .modal-body {
}
.pg-restaurant-gallery1 .modal .modal-body img {
width: 100%;
height: 500px;
object-fit: cover;
} .pg-restaurant-gallery2 {
background-color: #f5f5f5;
padding: 55px 0px;
}
.pg-restaurant-gallery2 img.img-fluid {
display: block;
width: 100%;
height: 250px;
object-fit: cover;
}
.pg-restaurant-gallery2 .col-sm-12.col-md-4.col-lg-4.padding {
padding: 4px;
}
.pg-restaurant-gallery2 .image-main {
position: relative;
}
.pg-restaurant-gallery2 .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #2e3e45;
}
.pg-restaurant-gallery2 .image-main:hover .overlay {
opacity: 1;
}
.pg-restaurant-gallery2 .text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
@media screen and (max-width: 991px) {
.pg-restaurant-gallery2 img.img-fluid {
min-height: 100%;
}
}
.pg-restaurant-gallery2 .modal {
}
.pg-restaurant-gallery2 .modal .modal-header {
}
.pg-restaurant-gallery2 .modal .modal-title {
font-family: Dancing Script;
color: #c59d5f;
}
.pg-restaurant-gallery2 .modal .close {
float: right;
}
.pg-restaurant-gallery2 .modal .modal-content {
}
.pg-restaurant-gallery2 .modal .modal-body {
}
.pg-restaurant-gallery2 .modal .modal-body img {
width: 100%;
height: 500px;
object-fit: cover;
} .pg-restaurant-gallery3 {
text-align: center;
padding: 83px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-gallery3 .heading {
font-size: 28px;
padding: 1px 0px 10px 0px;
font-weight: 600;
}
.pg-restaurant-gallery3 .heading span {
font-size: 32px;
font-weight: 600;
}
.pg-restaurant-gallery3 .btn {
background-color: transparent;
border: 1px solid #c3c3c3;
color: #fff;
border-radius: 0px;
padding: 12px 23px;
}
.pg-restaurant-gallery3 .gallery-title {
font-size: 36px;
color: #42B32F;
text-align: center;
font-weight: 500;
margin-bottom: 70px;
}
.pg-restaurant-gallery3 .gallery-title:after {
content: "";
position: absolute;
width: 7.5%;
left: 46.5%;
height: 45px;
border-bottom: 1px solid #5e5e5e;
}
.pg-restaurant-gallery3 .filter-button {
font-size: 17px;
border: none;
text-align: center;
color: #333;
margin-bottom: 20px;
background-color: transparent;
font-weight: 600;
}
.pg-restaurant-gallery3 .filter-button:hover {
font-size: 17px;
text-align: center;
color: #c59d5f;
background-color: transparent;
}
.pg-restaurant-gallery3 .btn-default:active .filter-button:active {
color: #c59d5f;
background-color: transparent;
}
.pg-restaurant-gallery3 .port-image {
width: 100%;
}
.pg-restaurant-gallery3 .gallery_product {
margin-bottom: 30px;
}
.pg-restaurant-gallery3 .image-main:hover .overlay {
opacity: 1;
}
.pg-restaurant-gallery3 .image-main {
position: relative;
}
.pg-restaurant-gallery3 img.img-fluid {
display: block;
object-fit: cover;
height: 200px;
width: 100%;
}
.pg-restaurant-gallery3 .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #3b2f1c;
}
.pg-restaurant-gallery3 .inner {
border: solid 1px #fff;
display: inline-block;
width: 100%;
height: 100%;
}
.pg-restaurant-gallery3 .description {
font-size: 13px;
padding: 7px 0px;
}
.pg-restaurant-gallery3 .text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
} .pg-restaurant-gallery4 {
padding: 70px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-gallery4 .heading {
font-size: 21px;
font-weight: 600;
font-family: inherit;
padding: 11px 0px;
}
.pg-restaurant-gallery4 .card {
border: none;
margin: 9px 0px;
background-color: transparent;
}
.pg-restaurant-gallery4 .card img {
width: 100%;
height: 250px;
object-fit: cover;
}
.pg-restaurant-gallery4  p.card-text {
color: #bdbdbd;
font-size: 13px;
font-weight: 600;
} .pg-restaurant-gallery5 {
padding: 50px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-gallery5 img {
width: 100%;
height: 250px;
object-fit: cover;
}
.pg-restaurant-gallery5 .image-main:hover .overlay {
opacity: 1;
}
.pg-restaurant-gallery5 .pre-heading {
text-align: center;
font-weight: 600;
color: #c59d5f;
font-size: 17px;
}
.pg-restaurant-gallery5 .line {
height: 2px;
background-color: #c59d5f;
width: 3%;
margin: 0 auto;
margin-top: 8px;
}
.pg-restaurant-gallery5 .image-main {
position: relative;
}
.pg-restaurant-gallery5 .text {
color: white;
font-size: 16px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
width: 86%;
}
.pg-restaurant-gallery5 img.img-fluid {
display: block;
}
.pg-restaurant-gallery5 .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #c59d5f;
padding: 8px;
}
.pg-restaurant-gallery5 .inner {
border: solid 1px #fff;
display: inline-block;
width: 100%;
height: 100%;
}
.pg-restaurant-gallery5 .heading {
font-size: 16px;
font-weight: 600;
text-align: center;
}
.pg-restaurant-gallery5 .description {
font-size: 13px;
padding: 7px 0px;
}
.pg-restaurant-gallery5 .text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.pg-restaurant-gallery5 .nopadding {
padding: 0px;
margin: 0px;
} .pg-restaurant-team1 {
padding-top: 70px;
padding-bottom: 70px;
}
.pg-restaurant-team1 .item > img {
border: solid #fff;
}
.pg-restaurant-team1 .card {
position: relative;
border: none;
}
.pg-restaurant-team1 .image {
display: block;
width: 100%;
height: 400px;
object-fit: cover;
}
.pg-restaurant-team1 .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #c59d5f;
}
.pg-restaurant-team1 .overlay-inner {
position: absolute;
width: 91%;
top: 3%;
left: 3%;
border: solid 1px #fff;
margin: 0 auto;
right: 3%;
bottom: 3%;
}
.pg-restaurant-team1 .card:hover .overlay {
opacity: 1;
}
.pg-restaurant-team1 h4.heading {
font-size: 16px;
color: #c59d5f;
margin-bottom: 2px;
}
.pg-restaurant-team1 .text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
width: 85%;
}
.pg-restaurant-team1 .card-body {
background-color: whitesmoke;
padding: 7px 3px;
}
.pg-restaurant-team1 .card-text {
font-size: 12px;
color: #a6a6a6;
}
.pg-restaurant-team1 .overlay img {
width: 19px;
margin: 0 auto;
}
.pg-restaurant-team1 .overlay .heading {
color: #fff;
font-size: 17px;
}
.pg-restaurant-team1 .overlay .card-text {
color: #fff;
margin-bottom: 5px;
}
.pg-restaurant-team1  p.overlay-text {
font-size: 13px;
}
.pg-restaurant-team1  button.btn.btn-social {
width: 39px;
background-color: #c59d5f;
border: 2px solid #fff;
opacity: 1;
border-radius: 0px;
color: #fff;
font-size: 15px;
}
.pg-restaurant-team1  button.btn.btn-social:hover {
background-color: #fff;
color: #c59d5f;
}
.pg-restaurant-team1 .carousel-indicators {
left: 0;
bottom: 0;
margin: 0 auto;
margin-bottom: -30px;
width: 100%;
font-size: 0;
padding: 2px 0;
}
.pg-restaurant-team1 .carousel-indicators li {
width: 12px;
height: 12px;
background-color: #fff;
border-radius: 50%;
display: inline-flex;
margin: 0 5px;
border: 1px solid #c59d5f;
}
.pg-restaurant-team1 .carousel-indicators li.active {
background-color: #c59d5f!important;
}
.pg-restaurant-team1 .padding {
padding-top: 20px;
padding-bottom: 20px;
} .pg-restaurant-team2 {
padding-top: 70px;
padding-bottom: 70px;
}
.pg-restaurant-team2 .card .card-img-top {
object-fit: cover;
height: 400px;
width: 100%;
}
.pg-restaurant-team2 .card .heading {
font-size: 17px;
color: #c59d5f;
margin-bottom: 2px;
}
.pg-restaurant-team2 .card .card-text {
font-size: 14px;
color: #a6a6a6;
}
.pg-restaurant-team2 .card .card-text.mid {
color: #797979;
font-size: 14px;
}
.pg-restaurant-team2 .card .btn.btn-social {
width: 39px;
background-color: #ffffff;
border: 2px solid #c59d5f;
opacity: 1;
border-radius: 0px;
color: #c59d5f;
font-size: 15px;
} .pg-restaurant-team3 {
background-color: #000;
}
.pg-restaurant-team3 .card-img-top {
object-fit: cover;
height: 100%;
width: 100%;
}
.pg-restaurant-team3 .pre-heading {
color: #c59d5f;
font-weight: 700;
}
.pg-restaurant-team3 .heading {
color: #fff;
font-weight: 700;
}
.pg-restaurant-team3 .sub-heading {
letter-spacing: 1px;
font-weight: 600;
font-size: 13px;
color: #fff;
}
.pg-restaurant-team3 .text-details {
font-size: 15px;
color: #fff;
}
.pg-restaurant-team3 .my-3 {
border-radius: 50%;
height: 100px;
width: 100px;
object-fit: cover;
} .pg-restaurant-team4 {
padding: 70px 0px;
text-align: center;
}
.pg-restaurant-team4 .card .card-img-top {
object-fit: cover;
height: 300px;
width: 100%;
}
.pg-restaurant-team4 .card .heading {
font-size: 23px;
font-weight: 600;
font-family: inherit;
padding: 12px 0px;
}
.pg-restaurant-team4 .card .card-custom {
position: relative;
text-align: left;
}
.pg-restaurant-team4 .card .card-custom::before {
background-image: url(//www.coviq.org/wp-content/themes/coviq/components/pg.restaurant-blocks/images/icon.png);
content: "";
position: absolute;
left: 0;
height: 47px;
width: 25px;
background-repeat: no-repeat;
background-size: 92%;
top: 12%;
}
.pg-restaurant-team4 .card .card-title {
font-size: 17px;
margin-bottom: 4px;
}
.pg-restaurant-team4 .card .sub-heading {
font-size: 11px;
color: #aaaaaa;
}
.pg-restaurant-team4 .card .heading {
font-weight: 700;
}
.pg-restaurant-team4 .card .list {
list-style: none;
}
.pg-restaurant-team4 .card .list li {
display: inline-block;
font-size: 12px;
color: #949494;
}
.pg-restaurant-team4 .card .list .heading {
color: #060606;
font-weight: 600;
font-size: 13px;
}
.pg-restaurant-team4 .card .card-text {
color: #5c5c5c;
} .pg-restaurant-team5 {
padding: 70px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-team5 .heading {
font-size: 29px;
font-weight: 700;
}
.pg-restaurant-team5 .sub-heading {
font-size: 13px;
color: #898989;
}
.pg-restaurant-team5 .card-img-top {
object-fit: cover;
height: 100%;
width: 100%;
}
.pg-restaurant-team5 .col-md-6.custom {
background-color: white;
padding: 18px 23px;
box-shadow: 1px 1px 4px 1px #eeeeee;
}
.pg-restaurant-team5 .btn.btn-social {
background-color: #ffffff;
border: none;
color: #aeaeae;
font-size: 15px;
}
.pg-restaurant-team5 .sub-heading-inner {
color: #eea03a;
font-size: 13px;
margin-bottom: 4px;
}
.pg-restaurant-team5 .line {
margin: 8px 0px;
height: 1px;
background-color: #e4e4e4;
width: 13%;
}
.pg-restaurant-team5 .text-cusom {
color: #7b7b7b;
}
.pg-restaurant-team5 .mb-1 {
font-size: 20px;
font-weight: 700;
} .pg-restaurant-team6 {
padding: 70px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-team6 .card-img-top {
height: 100%;
width: 100%;
object-fit: cover;
}
.pg-restaurant-team6 .line {
margin: 8px 0px;
height: 1px;
background-color: #e4e4e4;
width: 13%;
}
.pg-restaurant-team6 .sub-heading-inner {
color: #eea03a;
font-size: 13px;
margin-bottom: 4px;
}
.pg-restaurant-team6 .btn.btn-social {
background-color: transparent;
color: #b9b9b9;
padding: 2px 4px;
}
.pg-restaurant-team6 .heading-iner {
font-weight: 700;
font-size: 13px;
margin-bottom: 7px;
}
.pg-restaurant-team6 p {
margin-bottom: 7px;
font-size: 16px;
font-family: initial;
} .pg-restaurant-team7 {
background-color: #f5f5f5;
padding: 65px 0px;
}
.pg-restaurant-team7 .card-title {
font-size: 16px;
font-weight: 700;
}
.pg-restaurant-team7 span.checked {
color: orange;
}
.pg-restaurant-team7 .line {
margin: 8px 0px;
height: 1px;
background-color: #e4e4e4;
width: 13%;
}
.pg-restaurant-team7 .overlay-custom {
position: absolute;
background-color: #e7b068;
top: 6%;
padding: 5px 19px;
color: white;
font-size: 14px;
}
.pg-restaurant-team7 .heading {
font-weight: 700;
}
.pg-restaurant-team7 .card-img-top {
height: 250px;
width: 100%;
object-fit: cover;
} .pg-restaurant-team8 {
background-color: #f5f5f5;
padding: 65px 0px;
}
.pg-restaurant-team8 .upper-text {
color: #4c4c4c;
margin-top: 4px;
}
.pg-restaurant-team8 .cards-custom {
background-color: white;
padding: 23px 23px;
box-shadow: 1px 1px 4px 1px #eeeeee;
}
.pg-restaurant-team8 .btn.btn-social {
background-color: #ffffff;
border: none;
color: #aeaeae;
font-size: 15px;
}
.pg-restaurant-team8 .mb-1 {
font-size: 20px;
font-weight: 700;
}
.pg-restaurant-team8 .card-img-top {
height: 100%;
width: 100%;
object-fit: cover;
}
.pg-restaurant-team8 .line {
margin: 8px 0px;
height: 1px;
background-color: #e4e4e4;
width: 13%;
}
.pg-restaurant-team8 .text-cusom {
color: #7b7b7b;
margin-top: 8px;
}
.pg-restaurant-team8 .sub-heading-inner {
color: #eea03a;
font-size: 13px;
margin-bottom: 4px;
} .pg-restaurant-blog1 {
padding: 45px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-blog1 .main {
position: relative;
overflow: hidden;
padding: 25px 0px;
}
.pg-restaurant-blog1 .img-card {
position: relative;
overflow: hidden; margin-bottom: 15px;
}
.pg-restaurant-blog1 .main img {
width: 100%;
min-height: 300px;
height: 400px;
object-fit: cover;
}
.pg-restaurant-blog1 .caption {
position: absolute;
top: -100%;
right: 0;
background: #535353d1;
width: 100%;
height: 100%;
padding: 2%;
text-align: center;
color: #fff !important;
z-index: 2;
-webkit-transition: all 0.05s ease-in-out;
-moz-transition: all 0.05s ease-in-out;
-o-transition: all 0.05s ease-in-out;
-ms-transition: all 0.05s ease-in-out;
transition: all 0.05s ease;
}
.pg-restaurant-blog1 .main:hover .caption {
top: 0%;
}
.pg-restaurant-blog1 .main:hover .heading {
color: #c59d5f;
}
.pg-restaurant-blog1 .main:hover a.read {
color: #c59d5f;
}
.pg-restaurant-blog1 .caption img {
height: auto;
width: auto;
top: 50%;
position: absolute;
left: 50%;
min-height: auto;
}
.pg-restaurant-blog1 a.read {
color: #333;
font-weight: 600;
font-size: 17px;
}
.pg-restaurant-blog1 .main .box {
border: 4px solid #e7d3b4;
display: inline-grid;
text-align: center;
padding: 12px 12px;
font-size: 22px;
font-weight: 600;
}
.pg-restaurant-blog1 .main .box span {
font-size: 33px;
font-weight: 700;
}
.pg-restaurant-blog1 .heading {
font-size: 23px;
color: #333333;
padding: 5px 0px;
}
.pg-restaurant-blog1 .time-address span {
color: #c0c0c0;
font-size: 15px;
padding-right: 20px;
}
.pg-restaurant-blog1 .time-address p {
color: #888888;
line-height: 25px;
padding: 5px 0px;
} .pg-restaurant-blog2 {
padding: 45px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-blog2 .inner {
padding: 12px 0px;
}
.pg-restaurant-blog2 .no-padding {
padding: 0px;
}
.pg-restaurant-blog2 .inner.row {
background-color: #fff;
padding: 35px 25px;
}
.pg-restaurant-blog2 .heading {
text-transform: uppercase;
font-weight: 600;
font-size: 17px;
padding-bottom: 15px;
}
.pg-restaurant-blog2 .date {
font-family: cursive;
color: #a2a2a2;
font-size: 14px;
text-align: right;
}
.pg-restaurant-blog2 .text.py-3.my-0 {
color: gray;
}
.pg-restaurant-blog2 a.read-more {
color: #333;
font-weight: 600;
}
@media screen and (max-width: 991px) {
.pg-restaurant-blog2 img.img-fluid {
min-height: 100%;
}
} .pg-restaurant-blog3 {
padding: 45px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-blog3 .card {
border: none;
border-radius: 0px;
margin: 15px 0px;
}
.pg-restaurant-blog3 .card-block.text-center {
padding: 45px 25px;
width: 87%;
margin: 0 auto;
}
.pg-restaurant-blog3 .card img {
width: 100%;
height: 400px;
object-fit: cover;
}
.pg-restaurant-blog3 .heading {
color: #000000;
text-transform: uppercase;
font-size: 19px;
width: 75%;
margin: 0 auto;
font-weight: 500;
}
.pg-restaurant-blog3 p.card-text {
font-weight: 600;
color: #626262;
padding: 20px 0px;
margin: 0px;
}
.pg-restaurant-blog3 a.read-more {
color: #333;
font-weight: 600;
} .pg-restaurant-blog4 {
padding: 45px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-blog4 .img-cards {
position: relative;
border: 3px solid #fff;
}
.pg-restaurant-blog4 .date-overlay {
position: absolute;
top: 0;
right: 0;
background-color: #b6791b;
color: #000;
display: inline-grid;
padding: 0px 12px;
border-left: 3px solid #b6791b;
border-bottom: 3px solid #b6791b;
}
.pg-restaurant-blog4 .heading {
color: #b6791b;
font-weight: 700;
font-size: 18px;
}
.pg-restaurant-blog4 .card-block.text-center {
padding: 28px 0px;
}
.pg-restaurant-blog4 .card-text {
color: #767676;
padding: 15px 0px;
margin: 0px;
}
.pg-restaurant-blog4 .card {
padding: 22px 22px;
border: 3px solid #fff;
border-radius: 0px;
background-color: #fafafa;
}
.pg-restaurant-blog4 .btn {
background-color: transparent;
border: 1px solid #d7d7d7;
border-radius: 0px;
padding: 10px 21px;
font-size: 14px;
color: #b6791b;
font-weight: 600;
}
.pg-restaurant-blog4 .btn:hover {
background-color: #b6791b;
color: #fff;
}
.pg-restaurant-blog4 .carousel-control-prev {
display: inline-grid;
height: auto;
bottom: auto;
top: 50%;
width: auto;
background-color: #fafafa;
padding: 2px 16px;
opacity: 1;
left: -4%;
border: 1px solid #c5c5c5;
color: #c59d5f;
font-size: 25px;
vertical-align: middle;
}
.pg-restaurant-blog4 .carousel-control-prev:hover {
background-color: #c59d5f;
color: #fafafa;
}
.pg-restaurant-blog4 .carousel-control-next:hover {
background-color: #c59d5f;
color: #fafafa;
}
.pg-restaurant-blog4 .carousel-control-next {
display: inline-grid;
height: auto;
bottom: auto;
top: 50%;
width: auto;
background-color: #fafafa;
padding: 2px 16px;
opacity: 1;
right: -4%;
border: 1px solid #c5c5c5;
color: #c59d5f;
font-size: 25px;
vertical-align: middle;
} .pg-restaurant-blog5 {
background-color: #f5f5f5;
padding: 45px 0px;
}
.pg-restaurant-blog5  img.img-fluid {
width: 100%;
padding: 20px 0px;
height: 400px;
object-fit: cover;
}
.pg-restaurant-blog5 .heading {
font-weight: 700;
font-size: 18px;
color: #3d3d3d;
padding: 12px 0px;
}
.pg-restaurant-blog5 .date-blog.text-right {
font-family: cursive;
color: #9a9a9a;
font-weight: 500;
font-size: 13px;
}
.pg-restaurant-blog5 .description {
padding: 1px;
}
.pg-restaurant-blog5 .description p {
font-size: 14px;
color: #7b7b7b;
}
.pg-restaurant-blog5 .social span {
padding: 1px 8px;
font-size: 15px;
}
.pg-restaurant-blog5 .description-tags {
color: gray;
}
.pg-restaurant-blog5  .share.row {
padding: 16px 0px;
border-bottom: 1px solid #cdcdcd;
} .pg-restaurant-blog6 {
background-color: #f5f5f5;
padding: 45px 0px;
}
.pg-restaurant-blog6 input.input-field {
padding: 5px 10px;
width: 100%;
border: 1px solid gainsboro;
}
.pg-restaurant-blog6  textarea.text-area-form {
width: 100%;
padding: 5px 11px;
border: 1px solid gainsboro;
}
.pg-restaurant-blog6  button.btn.btn-form-submit {
background-color: transparent;
} .pg-restaurant-blog7 {
background-color: whitesmoke;
padding-top: 50px;
padding-bottom: 50px;
}
.pg-restaurant-blog7 .heading-main {
font-size: 24px;
font-weight: 600;
padding-bottom: 20px;
}
.pg-restaurant-blog7 .card-block.blog {
padding: 14px 15px;
}
.pg-restaurant-blog7 .btn.btn-read {
font-weight: 600;
color: #000;
}
.pg-restaurant-blog7 .card {
border-radius: 0px;
}
.pg-restaurant-blog7 .card .card-img-top {
width: 100%;
height: 200px;
object-fit: cover;
} .pg-restaurant-contact1 {
background-color: #fff;
padding: 55px 0px;
}
.pg-restaurant-contact1 .list-group.list-group-flush li {
border: none;
font-size: 13px;
padding: 9px 3px;
color: gray;
background-color: transparent;
font-family: Lato;
}
.pg-restaurant-contact1 .card {
border: none;
background-color: transparent;
}
.pg-restaurant-contact1 ul.list-group.list-group-flush {
padding: 10px 0px;
}
.pg-restaurant-contact1 ul.list-group.list-group-flush i {
padding: 5px;
color: #c59d5f;
}
.pg-restaurant-contact1 .top {
display: block;
margin: 0 auto;
padding: 9px 0px;
width: 100%;
height: 250px;
object-fit: cover;
}
.pg-restaurant-contact1 .heading {
font-size: 23px;
font-weight: 600;
text-align: center;
font-family: Oswald;
padding: 12px 0px;
}
.pg-restaurant-contact1 .card-block a {
color: #454545;
font-weight: 600;
font-family: Oswald;
} .pg-restaurant-contact2 {
padding: 55px 0px;
}
.pg-restaurant-contact2 img.img-fluid.left {
width: 100%;
}
.pg-restaurant-contact2 .inner {
padding: 0px;
}
.pg-restaurant-contact2 .inner .heading {
font-weight: 700;
font-size: 24px;
color: #333;
font-family: Leckerli One;
}
.pg-restaurant-contact2 .inner .form-group {
padding: 0px;
}
.pg-restaurant-contact2 .inner .form-group .form-control {
border-radius: 0px;
border: 1px solid #e2e2e2;
}
.pg-restaurant-contact2 .inner .btn {
font-size: 13px;
width: 100%;
background-color: #c59d5f;
color: #fff;
padding: 10	px 6px;
border-radius: 0px;
}
@media screen and (max-width: 767px) {
.pg-restaurant-contact2 img.img-fluid.left {
padding: 12px 0px;
}
} .pg-restaurant-contact3 {
background-color: #f5f5f5;
padding: 55px 0px;
}
.pg-restaurant-contact3 .heading {
position: relative;
z-index: 1;
}
.pg-restaurant-contact3 .heading:before {
border-top: 2px solid #dfdfdf;
content: "";
margin: 0 auto;
position: absolute;
top: 50%;
left: 0;
right: 0;
bottom: 0;
width: 95%;
z-index: -1;
}
.pg-restaurant-contact3 .heading:before {
border-top: none;
}
.pg-restaurant-contact3 .heading span {
background: #f5f5f5;
padding: 0 15px 3px 0px;
color: #c59d5f;
font-size: 23px;
font-weight: 600;
}
.pg-restaurant-contact3 .heading:after {
border-bottom: 2px solid #e4e4e4;   content: "";
margin: 0 auto;
position: absolute;
top: 45%;
left: 0;
right: 0;
width: 100%;
z-index: -1;
}
.pg-restaurant-contact3 .form-control:focus {
color: #495057;
background-color: transparent;
outline: 0;
border-bottom: 1px solid #c5c5c5;
box-shadow: none;
border-radius: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
}
.pg-restaurant-contact3 .form-control {
background-color: transparent;
border: none;
padding: 8px 17px;
}
.pg-restaurant-contact3 .form-control.small {
height: 47px;
}
.pg-restaurant-contact3 .form {
padding: 18px 0px;
}
.pg-restaurant-contact3 .message {
background-color: #c59d5f;
color: #fff;
padding: 7px 27px;
border-radius: 0px;
font-size: 14px;
font-weight: 600;
}
.pg-restaurant-contact3 .sub-text {
color: #b4b4b4;
}
.pg-restaurant-contact3 .inner-side {
padding: 15px 0px;
color: #858585;
line-height: 26px;
}
.pg-restaurant-contact3 .btn-social {
background-color: transparent;
border: solid 1px #d7d7d7;
border-radius: 1px;
color: #a2a2a2;
}
.pg-restaurant-contact3 .btn-social:hover {
background-color: #fff;
border: solid 1px #d7d7d7;
border-radius: 1px;
}
.pg-restaurant-contact3 .form-control {
background-color: transparent;
border: none;
}
.pg-restaurant-contact3 .social-btn {
padding: 14px 0px;
} .pg-restaurant-contact4 {
background-color: #fff;
padding: 55px 0px;
}
.pg-restaurant-contact4 .pre-heading {
font-size: 15px;
color: #bdbdbd;
font-family: initial;
font-weight: 400;
}
.pg-restaurant-contact4 .heading {
font-size: 23px;
font-weight: 700;
padding: 13px 0px;
color: #c59d5f;
}
.pg-restaurant-contact4 .inner {
padding: 8px 0px;
}
.pg-restaurant-contact4 .city {
font-size: 18px;
font-weight: 500;
color: #606060;
}
.pg-restaurant-contact4 .address {
color: #9a9a9a;
font-size: 15px;
width: 89%;
padding: 10px 0px;
}
.pg-restaurant-contact4 .phone {
color: #858585;
padding: 1px 0px;
}
.pg-restaurant-contact4 .email {
color: #525252;
font-weight: 600;
text-decoration: underline;
padding: 7px 0px;
}
.pg-restaurant-contact4 input.form-control {
background-color: transparent;
border-top: none;
border-left: none;
border-right: none;
border-radius: 0px;
padding: 19px 6px;
}
.pg-restaurant-contact4 .form-control:focus {
color: #495057;
background-color: none;
border-color: #393939;
outline: 0;
box-shadow: none;
}
.pg-restaurant-contact4 textarea.form-control {
background-color: transparent;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-radius: 0px;
margin-top: 12px;
}
.pg-restaurant-contact4 .btn.submit {
background-color: #c1a558;
color: #fff;
padding: 9px 31px;
border-radius: 0px;
font-size: 15px;
margin: 12px 0px;
}
.pg-restaurant-contact4 .form-heading {
font-size: 16px;
font-weight: 600;
color: #717171;
padding: 3px 0px;
margin-bottom: 8px;
}
.pg-restaurant-contact4 input.form-control::placeholder {
color: gray;
font-size: 14px;
font-weight: 600;
}
.pg-restaurant-contact4 input.form-control::-webkit-input-placeholder { color: gray;
}
.pg-restaurant-contact4 input.form-control::-moz-placeholder { color: gray;
}
.pg-restaurant-contact4 input.form-control:-ms-input-placeholder { color: gray;
}
.pg-restaurant-contact4 input.form-control:-moz-placeholder { color: gray;
} .pg-restaurant-contact5 {
background-color: #f5f5f5;
padding: 55px 0px;
}
.pg-restaurant-contact5 .map {
pointer-events: none;
} .pg-restaurant-contact6 {
background-color: #f5f5f5;
padding: 55px 0px;
}
.pg-restaurant-contact6 input.form-control {
background-color: transparent;
border-radius: 0px;
}
.pg-restaurant-contact6 .form-heading {
font-size: 21px;
font-weight: 700;
padding: 12px 0px;
}
.pg-restaurant-contact6 .line {
height: 1px;
background-color: #c59d5f;
margin-bottom: 17px;
width: 10%;
}
.pg-restaurant-contact6 textarea.form-control {
background-color: transparent;
padding: 7px 10px;
}
.pg-restaurant-contact6 .btn.submit {
background-color: #c59d5f;
} .pg-restaurant-contact7 {
background-color: #f5f5f5;
padding: 55px 0px;
}
.pg-restaurant-contact7 .card {
display: inline-block;
width: 100%;
text-align: center;
padding: 29px 7px;
background-color: transparent;
border: none;
}
.pg-restaurant-contact7 img.card-img-top {
height: auto;
width: auto;
padding: 5px 0px;
}
.pg-restaurant-contact7 .heading {
font-weight: 700;
padding: 12px 0px;
color: #474747;
}
.pg-restaurant-contact7 .card-block {
color: #858585;
font-weight: 500;
padding: 3px 0px;
line-height: 27px;
}
.pg-restaurant-contact7 .card-block.mid {
border-left: 1px solid #c59d5f;
border-right: 1px solid #c59d5f;
border-style: dashed;
border-top: none;
border-bottom: none;
}
.pg-restaurant-contact7 .heading {
text-align: center;
font-size: 35px;
font-family: Bitter;
color: #4b4b4b;
}
.pg-restaurant-contact7 .description {
text-align: center;
width: 36%;
margin: 0 auto;
font-family: Bitter;
color: #464646;
font-size: 16px;
padding: 9px 0px;
}
.pg-restaurant-contact7 .upper {
text-align: center;
padding: 9px 0px;
}
.pg-restaurant-contact7 .time {
position: relative;
z-index: 1;
text-align: left;
margin-bottom: 5px;
}
.pg-restaurant-contact7 .time span {
background: #f5f5f5;
padding: 0 4px 3px 1px;
color: #797979;
font-size: 15px;
font-weight: 500;
font-family: serif;
}
.pg-restaurant-contact7 .time:after {
border-bottom: 2px solid #a8a8a8;
border-top: 0px solid #e4e4e4;   content: "";
margin: 0 auto;
border-right: 0px;
border-left: 0px;
position: absolute;
top: 45%;
left: 0;
right: 0;
width: 100%;
z-index: -1;
border-style: dotted;
}
.pg-restaurant-contact7 .description-second {
color: #797979;
font-family: Bitter;
padding: 9px 0px;
}
.pg-restaurant-contact7 .second-heading {
font-size: 18px;
font-family: Bitter;
color: #414141;
padding-top: 15px;
}
@media screen and (max-width: 767px) {
.pg-restaurant-contact7 .description {
text-align: center;
width: 100% !important;
margin: 0 auto;
font-family: initial;
color: #464646;
font-size: 16px;
padding: 9px 8px !important;
}
} .pg-restaurant-contact8 {
padding: 45px 0px;
background-color: #fff;
}
.pg-restaurant-contact8 .card {
background-color: transparent;
border-radius: 0px;
border: 1px solid gainsboro;
margin-bottom: 45px;
}
.pg-restaurant-contact8 .card-img-top {
border-radius: 50%;
margin: 0 auto;
position: absolute;
padding: 10px;
top: -25%;
left: 0;
right: 0;
background-color: #fff;
width: 60px;
height: 60px;
object-fit: cover;
}
.pg-restaurant-contact8 .card-img-top img {
}
.pg-restaurant-contact8 .card-body {
text-align: center;
padding: 61px 2px 42px;
}
.pg-restaurant-contact8 .card-text {
font-size: 13px;
font-weight: 600;
color: gray;
}
.pg-restaurant-contact8 .heading {
margin-bottom: 42px;
text-align: center;
font-weight: 600;
font-size: 23px;
}
.pg-restaurant-contact8 .pre-heading {
text-align: center;
color: #c59d5f;
font-weight: 600;
font-family: Aguafina Script;
}
.pg-restaurant-contact8 .line {
height: 1px;
background-color: #c1a558;
width: 4%;
margin: 0 auto;
margin-top: 8px;
margin-bottom: 8px;
}
.pg-restaurant-contact8 input.input {
width: 100%;
display: inline-block;
border: 1px solid #e8e8e8;
padding: 11px 17px;
}
.pg-restaurant-contact8 .btn.submit {
background-color: #c1a558;
color: #fff;
border-radius: 0px;
font-size: 14px;
padding: 11px 21px;
font-weight: 600;
} .pg-restaurant-contact9 {
padding: 45px 0px;
background-color: #c1a558;
}
.pg-restaurant-contact9 ul.list {
list-style: none;
width: 80%;
}
.pg-restaurant-contact9 li.heading {
font-size: 22px;
font-weight: 700;
padding: 14px 0px !important;
}
.pg-restaurant-contact9 li.line {
height: 2px;
background-color: #1f2225;
width: 18%;
padding: 0px !important;
}
.pg-restaurant-contact9 ul.list li {
padding: 6px 0px;
color: #474747;
}
@media screen and (max-width: 767px) {
.pg-restaurant-contact9 ul.list {
list-style: none;
width: 100% !important;
}
} .pg-restaurant-footer1 {
padding: 65px 0px;
background-color: #212121;
}
.pg-restaurant-footer1 .footer-step-first {
list-style: none;
}
.pg-restaurant-footer1 .footer-step-first li {
color: #909090;
font-family: initial;
padding: 9px 0px;
}
.pg-restaurant-footer1 .footer-step-first li img {
padding: 14px 0px;
}
.pg-restaurant-footer1 .heading {
color: #fff;
padding: 16px 0px;
font-size: 24px;
font-weight: 600;
}
.pg-restaurant-footer1 .no-footer {
color: #fff;
}
.pg-restaurant-footer1 .mail-footer {
color: #fff;
}
.pg-restaurant-footer1 .line-first {
height: 2px;
width: 70%;
background-color: gray;
}
.pg-restaurant-footer1 .social {
padding: 14px 0px;
}
.pg-restaurant-footer1 .social span {
padding: 12px 4px;
color: #fff;
display: inline-block;
padding-right: 14px;
}
.pg-restaurant-footer1 .email-input {
background-color: transparent;
border: none;
border-bottom: 2px solid gray;
width: 100%;
padding: 15px 7px;
}
.pg-restaurant-footer1 .email-input::placeholder {
color: #e0e0e0;
opacity: 1; font-size: 16px;
font-weight: 600;
}
.pg-restaurant-footer1 .email-input:-ms-input-placeholder { color: #e0e0e0;
font-size: 16px;
font-weight: 600;
}
.pg-restaurant-footer1 .email-input::-ms-input-placeholder { color: #e0e0e0;
font-size: 16px;
font-weight: 600;
}
.pg-restaurant-footer1 .copyright ul {
padding: 0px;
list-style: none;
}
.pg-restaurant-footer1 .copyright ul li {
list-style: none;
display: inline-block;
padding-right: 31px;
}
.pg-restaurant-footer1 .copyright ul li a {
color: #212121;
}
.pg-restaurant-footer1 .copyright {
padding: 45px 0px;
background-color: #f5f5f5;
}
.pg-restaurant-footer1 .social.text-right span {
padding: 0px 10px;
color: #333333;
font-size: 13px;
}
.pg-restaurant-footer1 .line-bottom {
height: 2px;
background-color: #e4e4e4;
margin-bottom: 20px;
}
.pg-restaurant-footer1 .copy-text {
color: #000;
}
.pg-restaurant-footer1 .btn-submit {
background-color: #fff;
color: #000;
}
.pg-restaurant-footer1 .btn-submit:hover {
background-color: transparent;
color: #fff;
} .pg-restaurant-footer2 {
background-color: #1c1b1b;
padding: 55px 0px;
}
.pg-restaurant-footer2 .description {
color: #fff;
font-size: 25px;
}
.pg-restaurant-footer2 .line-footer {
background-color: #c59d5f;
height: 2px;
width: 18%;
margin: 17px 0px;
}
.pg-restaurant-footer2 p {
color: #fff;
font-size: 13px;
}
.pg-restaurant-footer2 ul .pg-footer-2 {
padding: 13px 0px;
list-style: none;
color: #fff;
}
.pg-restaurant-footer2 .pg-footer-2 li {
font-size: 13px;
display: inline-flex;
padding: 12px 0px;
color: #fff;
}
.pg-restaurant-footer2 .pg-footer-2 li i {
color: #c59d5f;
font-size: 15px;
padding: 3px 0px;
padding-right: 12px;
}
.pg-restaurant-footer2 ul.pg-footer-2 .list-group.pg-footer-2 li {
background-color: transparent;
}
.pg-restaurant-footer2 ul.list-group.pg-footer-2 {
padding: 2px 0px;
}
.pg-restaurant-footer2 ul.list-group.pg-footer-2 li {
background-color: transparent;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 1px solid #3f3f3f;
border-radius: 0px;
color: #dbdbdb;
}
.pg-restaurant-footer2 ul.list-group.pg-footer-2 li:first-child {
background-color: transparent;
border-radius: 0px;
color: #dbdbdb;
padding-top: 0px;
}
.pg-restaurant-footer2 ul.list-group.pg-footer-2.last li:hover {
color: #c59d5f;
}
.pg-restaurant-footer2 ul.list-group.pg-footer-2 li:last-child {
background-color: transparent;
border: none !important;
border-radius: 0px;
color: #dbdbdb;
}
.pg-restaurant-footer2 ul.list-group.pg-footer-2 .list-group-item:last-child {
border: none !important;
}
.pg-restaurant-footer2 .instagram .img-fluid.min {
float: left;
margin: 0 11px 12px 0;
padding: 0;
width: 29%;
height: 80px;
object-fit: cover;
}
.pg-restaurant-footer2 .copyright {
text-align: center;
background-color: #0f0f0f;
padding: 30px 12px;
}
.pg-restaurant-footer2 .copyright>p {
margin: 0px;
color: #505050;
} .pg-restaurant-footer3 {
background-color: #242424;
padding: 45px 0px;
color: #ededed;
}
.pg-restaurant-footer3 .heading {
font-size: 20px;
font-weight: 600;
color: #fff;
}
.pg-restaurant-footer3 ul.list {
padding: 0px;
list-style: none !important;
}
.pg-restaurant-footer3 .list li {
padding: 5px 0px;
list-style: none;
}
.pg-restaurant-footer3 .list li.phone-no {
font-weight: 700;
font-size: 21px;
}
.pg-restaurant-footer3 .list li span {
font-size: 7px;
vertical-align: middle;
}
.pg-restaurant-footer3 .list li:hover span {
font-size: 9px;
vertical-align: middle;
}
.pg-restaurant-footer3 .list li:hover {
color: #fff;
}
.pg-restaurant-footer3 .news figure {
float: left;
margin-top: 7px;
padding-right: 12px;
}
.pg-restaurant-footer3 .news figure img {
width: 80px;
height: 80px;
object-fit: cover;
}
.pg-restaurant-footer3 .news .captions a {
color: #fff;
line-height: 13px;
}
.pg-restaurant-footer3 .news .captions p {
margin-bottom: 0px;
margin-top: 13px;
color: #bcbcbc;
}
.pg-restaurant-footer3 .list {
display: inline-grid;
list-style: none;
}
.pg-restaurant-footer3 .feedback-input {
background-color: rgba(0, 0, 0, 0.1);
color: #fff;
width: 100%;
padding: 10px 10px;
}
.pg-restaurant-footer3 input.feedback-input {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border: none;
}
.pg-restaurant-footer3 textarea.feedback-input {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border: none;
border-top: 1px solid #000;
margin-bottom: 10px;
color: #fff;
}
.pg-restaurant-footer3 .feebback-form .pull-right.btn {
background-color: #c59d5f;
color: #fff;
}
.pg-restaurant-footer3 .social span {
margin: 0px 13px;
}
.pg-restaurant-footer3 .social span:first-child {
margin-left: 0px;
}
.pg-restaurant-footer3 .social span:hover {
background-color: #77645e;
border-radius: 50%;
padding: 5px 9px;
font-size: 13px;
} .pg-restaurant-footer4 {
background-color: #151515;
padding: 45px 0px;
}
.pg-restaurant-footer4 p {
color: #c59d5f;
font-family: initial;
margin: 0px;
padding: 14px 0px;
font-size: 16px;
}
.pg-restaurant-footer4 ul.footer-list {
padding: 0px;
list-style: none;
color: #999999;
}
.pg-restaurant-footer4 .footer-list li {
padding: 9px 0px;
display: flex;
}
.pg-restaurant-footer4 .footer-list li span {
padding-right: 13px;
}
.pg-restaurant-footer4 .heading {
font-size: 19px;
font-weight: 600;
color: #bababa;
}
.pg-restaurant-footer4 .line-footer-4 {
height: 2px;
background-color: #c59d5f;
width: 30%;
}
.pg-restaurant-footer4 .list {
list-style: none;
padding: 15px 0px;
color: #bababa;
}
.pg-restaurant-footer4 .listli {
padding: 7px 0px;
}
.pg-restaurant-footer4 .footer-img-four li figure {
float: left;
padding-right: 12px;
}
.pg-restaurant-footer4 ul.footer-img-four {
display: grid;
list-style: none;
padding: 17px 0px;
}
.pg-restaurant-footer4 .footer-img-four .img-fluid {
border-radius: 50%;
border: 3px solid #878787;
height: 60px;
width: 60px;
object-fit: cover;
}
.pg-restaurant-footer4 .footer-img-four .sub-heading {
color: #bababa;
font-weight: 600;
padding: 9px 0px 0px;
font-size: 17px;
}
.pg-restaurant-footer4 .footer-img-four .news p {
padding: 0px 0px;
}
.pg-restaurant-footer4 .list-pg-four li {
position: relative;
z-index: 1;
display: flow-root;
margin: 23px 0px;
}
.pg-restaurant-footer4 .list-pg-four li span {
background-color: #151515;
padding-right: 5px;
font-size: 13px;
padding: 4px;
}
.pg-restaurant-footer4 .list-pg-four li::before {
position: absolute;
z-index: -1;
border-bottom: 1px solid white;
height: 2px;
content: "";
width: 100%;
bottom: 25%;
border-style: dotted;
border-top: none;
}
.pg-restaurant-footer4 .list-pg-four li:last-child::before {
border: none;
}
.pg-restaurant-footer4 .list-pg-four {
padding: 12px 0px;
list-style: none;
color: #cccccc;
}
.pg-restaurant-footer4 .copyright {
background-color: #111111;
padding: 22px 4px;
text-align: center;
} .pg-restaurant-footer5 {
background-color: #181a1c;
padding: 45px 0px;
}
.pg-restaurant-footer5 p {
color: #7d7e7e;
padding: 13px 0px;
font-size: 13px;
}
.pg-restaurant-footer5 .social {
color: #fff;
}
.pg-restaurant-footer5 .social span {
background-color: #c59d5f;
padding: 7px 7px;
border-radius: 50%;
width: 40px;
display: inline-block;
text-align: center;
margin-right: 5px;
}
.pg-restaurant-footer5 .list-pg-five li {
position: relative;
z-index: 1;
display: flow-root;
margin: 6px 0px;
}
.pg-restaurant-footer5 .list-pg-five li::before {
position: absolute;
z-index: -1;
border-bottom: 1px solid #9c9c9c;
border-bottom-style: solid;
height: 2px;
content: "";
width: 100%;
bottom: 42%;
border-style: dotted;
border-top-style: dotted;
border-top: none;
}
.pg-restaurant-footer5 .list-pg-five li span {
background-color: #181a1c;
padding-right: 5px;
font-size: 14px;
padding: 4px;
color: #9c9c9c;
font-weight: 600;
}
.pg-restaurant-footer5 .list-pg-five {
list-style: none;
padding: 12px 0px;
}
.pg-restaurant-footer5 .heading-footer {
color: #fff;
font-size: 21px;
font-weight: 600;
}
.pg-restaurant-footer5 .list-address {
padding: 9px 0px;
list-style: none;
color: #9c9c9c;
}
.pg-restaurant-footer5 .list-address li {
padding: 6px 0px;
font-size: 14px;
}
.pg-restaurant-footer5 .form-group {
padding: 17px 0px;
}
.pg-restaurant-footer5 .input-news {
background-color: transparent;
border: 1px solid #575757;
padding: 14px 1px;
}
.pg-restaurant-footer5 .input-news {
background-color: transparent;
border: 1px solid #575757;
height: 50px;
width: 174px;
}
.pg-restaurant-footer5 .form-group span {
background-color: #c59d5f;
color: #fff;
padding: 16px 8px;
font-size: 13px;
font-weight: 600;
vertical-align: text-bottom;
line-height: 21px;
}
.pg-restaurant-footer5 .text-center.bottom-footer {
color: #9c9c9c;
padding: 15px 0px;
}
.pg-restaurant-footer5 .text-center.bottom-footer span {
color: #c59d5f;
} .pg-restaurant-footer6 {
background-color: #000;
padding: 45px 0px;
display: flex;
}
.pg-restaurant-footer6 ul.list-footer li {
float: left;
padding-right: 55px;
color: #fff;
}
.pg-restaurant-footer6 ul.list-footer li a {
color: #fff;
}
.pg-restaurant-footer6 ul.list-footer {
list-style: none;
float: left;
}
.pg-restaurant-footer6 .pull-right.footer-six {
list-style: none;
color: #c59d5f;
}
@media screen and (max-width: 790px) {
.pg-restaurant-footer6 ul.list-footer {
list-style: none;
float: left;
padding: 0px;
}
.pg-restaurant-footer6 ul.list-footer li {
float: left;
padding: 15px 20px !important;
}
} .pg-restaurant-footer7 {
background-color: #f5f5f5;
padding: 50px 0px;
}
.pg-restaurant-footer7  .heading.text-center {
font-size: 22px;
color: #000;
padding: 14px 0px;
}
.pg-restaurant-footer7 .social.text-center span {
padding: 7px 8px;
display: inline-block;
}
.pg-restaurant-footer7 .social.text-center span:hover i {
color: #c59d5f;
}
.pg-restaurant-footer7 .text-center.bottom {
padding: 18px 0px;
color: #000;
} .pg-restaurant-footer8 {
background-color: #1c1b1b;
padding: 50px 0px;
}
.pg-restaurant-footer8 .heading.text-center {
font-size: 22px;
color: #f5f5f5;
padding: 14px 0px;
}
.pg-restaurant-footer8 .social.text-center span {
padding: 7px 8px;
display: inline-block;
color: #c59d5f;
}
.pg-restaurant-footer8 .social.text-center span:hover i {
color: #fff;
}
.pg-restaurant-footer8 .text-center.bottom {
padding: 18px 0px;
color: #fff;
} .pg-restaurant-footer9 {
background-color: #242424;
padding: 50px 0px;
}
.pg-restaurant-footer9 .col-lg-3.col-sm-4.padding-set {
padding: 2px 2px;
}
.pg-restaurant-footer9 .description {
font-size: 15px;
color: #fff;
line-height: 22px;
padding: 13px 0px;
}
.pg-restaurant-footer9 .social span {
border: 1px solid #7c7c7c;
width: 38px;
display: inline-block;
padding: 5px 0px;
color: #7c7c7c;
text-align: center;
margin-right: 5px;
}
.pg-restaurant-footer9 .heading {
color: #fff;
font-size: 20px;
font-weight: 600;
}
.pg-restaurant-footer9 .line {
background-color: #c59d5f;
height: 2px;
width: 24%;
margin-top: 11px;
}
.pg-restaurant-footer9 ul.list.nine {
padding: 0px;
list-style: none;
display: inline-grid;
}
.pg-restaurant-footer9 .news figure {
float: left;
margin-top: 7px;
padding-right: 12px;
}
.pg-restaurant-footer9 .news figure img {
width: 80px;
height: 80px;
object-fit: cover;
}
.pg-restaurant-footer9 .news .captions a {
color: #fff;
line-height: 13px;
}
.pg-restaurant-footer9 .news .captions p {
margin-bottom: 0px;
margin-top: 13px;
color: #bcbcbc;
}
.pg-restaurant-footer9 .instagram {
padding: 14px 0px;
}
.pg-restaurant-footer9 .instagram .img-fluid.min {
float: left;
margin: 0 9px 10px 0;
padding: 0;
width: 30%;
height: 91px;
object-fit: cover;
}
.pg-restaurant-footer9 .input-news {
background-color: transparent;
border: 1px solid #575757;
height: 44px;
width: 174px;
width: 95%;
}
.pg-restaurant-footer9 .form-text.input {
padding: 12px 0px;
position: relative;
}
.pg-restaurant-footer9 .form-text.input .input-news {
margin-bottom: 11px;
padding: 4px 10px;
}
.pg-restaurant-footer9 .form-text.input .input-news::placeholder {
color: gray;
}
.pg-restaurant-footer9 .form-text.input textarea.input-news {
height: auto;
}
.pg-restaurant-footer9 .btn.btn-submit {
background-color: #c59d5f;
color: #fff;
border-radius: 0px;
font-size: 14px;
padding: 5px 17px;
position: absolute;
bottom: 13%;
right: 5%;
}
.pg-restaurant-footer9 .list-footer li {
float: left;
padding: 0px 18px;
border-right: 1px solid gray;
}
.pg-restaurant-footer9 .list-footer li:last-child {
border-right: none;
padding-right: 0px;
}
.pg-restaurant-footer9 .list-footer li:first-child {
border-left: none;
padding-left: 0px;
}
.pg-restaurant-footer9 .list-footer li a {
color: #c59d5f;
}
.pg-restaurant-footer9  .copyright p {
color: #c59d5f;
} .pg-restaurant-footer10 {
background-color: #000;
padding: 45px 0px;
color: #fff;
}
.pg-restaurant-footer10 ul.list {
padding: 12px 0px;
list-style: none;
}
.pg-restaurant-footer10 .heading {
color: #fff;
font-size: 19px;
font-weight: 600;
}
.pg-restaurant-footer10 .list li {
padding: 6px 0px;
font-family: initial;
}
.pg-restaurant-footer10 .address {
padding: 10px 0px;
margin-top: 22px;
}
.pg-restaurant-footer10 .e-mail {
color: #fff;
font-size: 16px;
font-weight: 600;
padding: 12px 0px;
}
.pg-restaurant-footer10 .social {
padding: 9px 2px;
}
.pg-restaurant-footer10 .social span {
display: inline-block;
background-color: #c59d5f;
padding: 10px 12px;
border-radius: 50%;
width: 41px;
font-size: 14px;
}