@charset "UTF-8";
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1, .h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1, .h1 {
font-size: 2.5rem;
}
}
h2, .h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2, .h2 {
font-size: 2rem;
}
}
h3, .h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3, .h3 {
font-size: 1.75rem;
}
}
h4, .h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4, .h4 {
font-size: 1.5rem;
}
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #0d6efd;
text-decoration: underline;
}
a:hover {
color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr ;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: textfield;
} ::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-1 {
font-size: 5rem;
}
}
.display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-2 {
font-size: 4.5rem;
}
}
.display-3 {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-3 {
font-size: 4rem;
}
}
.display-4 {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-4 {
font-size: 3.5rem;
}
}
.display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-5 {
font-size: 3rem;
}
}
.display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-6 {
font-size: 2.5rem;
}
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 0.875em;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote > :last-child {
margin-bottom: 0;
}
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d;
}
.blockquote-footer::before {
content: "\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: 0.875em;
color: #6c757d;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
width: 100%;
padding-right: var(--bs-gutter-x, 0.9375rem);
padding-left: var(--bs-gutter-x, 0.9375rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
max-width: 1200px;
}
}
.row {
--bs-gutter-x: 1.875rem;
--bs-gutter-y: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) / -2);
margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.col {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-sm-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-md-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-md-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-lg-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-xl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.row-cols-xxl-4 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xxl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333%;
}
.col-xxl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66667%;
}
.col-xxl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333%;
}
.col-xxl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
.col-xxl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333%;
}
.col-xxl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66667%;
}
.col-xxl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333%;
}
.col-xxl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66667%;
}
.col-xxl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333%;
}
.offset-xxl-2 {
margin-left: 16.66667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333%;
}
.offset-xxl-5 {
margin-left: 41.66667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333%;
}
.offset-xxl-8 {
margin-left: 66.66667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333%;
}
.offset-xxl-11 {
margin-left: 91.66667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.table {
--bs-table-bg: transparent;
--bs-table-accent-bg: transparent;
--bs-table-striped-color: #212529;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #212529;
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: #212529;
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: #212529;
vertical-align: top;
border-color: #dee2e6;
}
.table > :not(caption) > * > * {
padding: 0.5rem 0.5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
vertical-align: inherit;
}
.table > thead {
vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
}
.caption-top {
caption-side: top;
}
.table-sm > :not(caption) > * > * {
padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
.table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
.table-primary {
--bs-table-bg: #cfe2ff;
--bs-table-striped-bg: #c5d7f2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bacbe6;
--bs-table-active-color: #000;
--bs-table-hover-bg: #bfd1ec;
--bs-table-hover-color: #000;
color: #000;
border-color: #bacbe6;
}
.table-secondary {
--bs-table-bg: #e2e3e5;
--bs-table-striped-bg: #d7d8da;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbccce;
--bs-table-active-color: #000;
--bs-table-hover-bg: #d1d2d4;
--bs-table-hover-color: #000;
color: #000;
border-color: #cbccce;
}
.table-success {
--bs-table-bg: #d1e7dd;
--bs-table-striped-bg: #c7dbd2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bcd0c7;
--bs-table-active-color: #000;
--bs-table-hover-bg: #c1d6cc;
--bs-table-hover-color: #000;
color: #000;
border-color: #bcd0c7;
}
.table-info {
--bs-table-bg: #cff4fc;
--bs-table-striped-bg: #c5e8ef;
--bs-table-striped-color: #000;
--bs-table-active-bg: #badce3;
--bs-table-active-color: #000;
--bs-table-hover-bg: #bfe2e9;
--bs-table-hover-color: #000;
color: #000;
border-color: #badce3;
}
.table-warning {
--bs-table-bg: #fff3cd;
--bs-table-striped-bg: #f2e7c3;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6dbb9;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ece1be;
--bs-table-hover-color: #000;
color: #000;
border-color: #e6dbb9;
}
.table-danger {
--bs-table-bg: #f8d7da;
--bs-table-striped-bg: #eccccf;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfc2c4;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5c7ca;
--bs-table-hover-color: #000;
color: #000;
border-color: #dfc2c4;
}
.table-light {
--bs-table-bg: #f8f9fa;
--bs-table-striped-bg: #ecedee;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfe0e1;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5e6e7;
--bs-table-hover-color: #000;
color: #000;
border-color: #dfe0e1;
}
.table-dark {
--bs-table-bg: #212529;
--bs-table-striped-bg: #2c3034;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-hover-color: #fff;
color: #fff;
border-color: #373b3e;
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
.table-responsive-sm {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1399.98px) {
.table-responsive-xxl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.form-label {
margin-bottom: 0.5rem;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: #6c757d;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.form-control[type="file"] {
overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
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;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::file-selector-button {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
max-width: 3rem;
height: auto;
padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
height: 1.5em;
border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
height: 1.5em;
border-radius: 0.25rem;
}
.form-select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-select:focus {
border-color: #86b7fe;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
background-image: none;
}
.form-select:disabled {
background-color: #e9ecef;
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212529;
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
.form-check-input[type="checkbox"] {
border-radius: 0.25em;
}
.form-check-input[type="radio"] {
border-radius: 50%;
}
.form-check-input:active {
-webkit-filter: brightness(90%);
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #86b7fe;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
background-color: #0d6efd;
border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
background-color: #0d6efd;
border-color: #0d6efd;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
-webkit-filter: none;
filter: none;
opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
opacity: 0.5;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
width: 2em;
margin-left: -2.5em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position: left center;
border-radius: 2em;
-webkit-transition: background-position 0.15s ease-in-out;
-o-transition: background-position 0.15s ease-in-out;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none;
-webkit-filter: none;
filter: none;
opacity: 0.65;
}
.form-range {
width: 100%;
height: 1.5rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: #b6d4fe;
}
.form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.form-floating {
position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
height: calc(3.5rem + 2px);
padding: 1rem 0.75rem;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
-o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.form-floating > .form-control::-webkit-input-placeholder {
color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder {
color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
opacity: 0.65;
-ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
-ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
z-index: 3;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group .btn:focus {
z-index: 3;
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #198754;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(25, 135, 84, 0.9);
border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #198754;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #198754;
-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: #198754;
-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: .5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
.input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
z-index: 3;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: .5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
.input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
z-index: 3;
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.btn:hover {
color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
pointer-events: none;
opacity: 0.65;
}
.btn-primary {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-primary:hover {
color: #fff;
background-color: #0b5ed7;
border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
color: #fff;
background-color: #0b5ed7;
border-color: #0a58ca;
-webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0a58ca;
border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
-webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #565e64;
border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-success {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-success:hover {
color: #fff;
background-color: #157347;
border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
color: #fff;
background-color: #157347;
border-color: #146c43;
-webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #146c43;
border-color: #13653f;
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-info {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-info:hover {
color: #000;
background-color: #31d2f2;
border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
color: #000;
background-color: #31d2f2;
border-color: #25cff2;
-webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
color: #000;
background-color: #3dd5f3;
border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-warning {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #000;
background-color: #ffca2c;
border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
color: #000;
background-color: #ffca2c;
border-color: #ffc720;
-webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
color: #000;
background-color: #ffcd39;
border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
-webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #b02a37;
border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-light {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
-webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-dark {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-dark:hover {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
-webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1a1e21;
border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-outline-primary {
color: #0d6efd;
border-color: #0d6efd;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
color: #0d6efd;
background-color: transparent;
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-success {
color: #198754;
border-color: #198754;
}
.btn-outline-success:hover {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
color: #198754;
background-color: transparent;
}
.btn-outline-info {
color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-outline-info:hover {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
color: #0dcaf0;
background-color: transparent;
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-dark {
color: #212529;
border-color: #212529;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
color: #212529;
background-color: transparent;
}
.btn-link {
font-weight: 400;
color: #0d6efd;
text-decoration: underline;
}
.btn-link:hover {
color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-toolbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-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:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav {
display: -webkit-box;
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;
color: #0d6efd;
text-decoration: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.nav-link:hover, .nav-link:focus {
color: #0a58ca;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
margin-bottom: -1px;
background: none;
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;
isolation: isolate;
}
.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 {
background: none;
border: 0;
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
width: 100%;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: inherit;
flex-wrap: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-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;
-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
transition: -webkit-box-shadow 0.15s ease-in-out;
-o-transition: box-shadow 0.15s ease-in-out;
transition: box-shadow 0.15s ease-in-out;
transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem;
box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
@media (min-width: 1400px) {
.navbar-expand-xxl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xxl .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xxl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: -webkit-box !important;
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.55);
}
.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 .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.55);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.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.55);
}
.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 .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.55);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff;
}
.accordion-button {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #212529;
text-align: left;
background-color: #fff;
border: 0;
border-radius: 0;
overflow-anchor: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.accordion-button:not(.collapsed) {
color: #0c63e4;
background-color: #e7f1ff;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.accordion-button::after {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-left: auto;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 1.25rem;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transition: -webkit-transform 0.2s ease-in-out;
-o-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button::after {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
border-color: #86b7fe;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
border-top: 0;
}
.accordion-item:last-of-type {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.accordion-body {
padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
border-width: 0;
}
.accordion-flush .accordion-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
border-top: 0;
}
.accordion-flush .accordion-item:last-child {
border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
border-radius: 0;
}
.breadcrumb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 0;
margin-bottom: 1rem;
list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: #6c757d;
content: var(--bs-breadcrumb-divider, "/") ;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
color: #0d6efd;
text-decoration: none;
background-color: #fff;
border: 1px solid #dee2e6;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.page-link {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.page-link:hover {
z-index: 2;
color: #0a58ca;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
color: #0a58ca;
background-color: #e9ecef;
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
background-color: #fff;
border-color: #dee2e6;
}
.page-link {
padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.badge {
display: inline-block;
padding: 0.35em 0.65em;
font-size: 0.75em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.alert {
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 3rem;
}
.alert-dismissible .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 1.25rem 1rem;
}
.alert-primary {
color: #084298;
background-color: #cfe2ff;
border-color: #b6d4fe;
}
.alert-primary .alert-link {
color: #06357a;
}
.alert-secondary {
color: #41464b;
background-color: #e2e3e5;
border-color: #d3d6d8;
}
.alert-secondary .alert-link {
color: #34383c;
}
.alert-success {
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc;
}
.alert-success .alert-link {
color: #0c4128;
}
.alert-info {
color: #055160;
background-color: #cff4fc;
border-color: #b6effb;
}
.alert-info .alert-link {
color: #04414d;
}
.alert-warning {
color: #664d03;
background-color: #fff3cd;
border-color: #ffecb5;
}
.alert-warning .alert-link {
color: #523e02;
}
.alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}
.alert-danger .alert-link {
color: #6a1a21;
}
.alert-light {
color: #636464;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light .alert-link {
color: #4f5050;
}
.alert-dark {
color: #141619;
background-color: #d3d3d4;
border-color: #bcbebf;
}
.alert-dark .alert-link {
color: #101214;
}
.list-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: 0.25rem;
}
.list-group-numbered {
list-style-type: none;
counter-reset: section;
}
.list-group-numbered > li::before {
content: counters(section, ".") ". ";
counter-increment: section;
}
.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.5rem 1rem;
color: #212529;
text-decoration: none;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}
.list-group-horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1400px) {
.list-group-horizontal-xxl {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-xxl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
.list-group-flush {
border-radius: 0;
}
.list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
.list-group-item-primary {
color: #084298;
background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #084298;
background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #084298;
border-color: #084298;
}
.list-group-item-secondary {
color: #41464b;
background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #41464b;
background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #41464b;
border-color: #41464b;
}
.list-group-item-success {
color: #0f5132;
background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #0f5132;
background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #0f5132;
border-color: #0f5132;
}
.list-group-item-info {
color: #055160;
background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #055160;
background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #055160;
border-color: #055160;
}
.list-group-item-warning {
color: #664d03;
background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #664d03;
background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #664d03;
border-color: #664d03;
}
.list-group-item-danger {
color: #842029;
background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #842029;
background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #842029;
border-color: #842029;
}
.list-group-item-light {
color: #636464;
background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #636464;
background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #636464;
border-color: #636464;
}
.list-group-item-dark {
color: #141619;
background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #141619;
background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #141619;
border-color: #141619;
}
.btn-close {
-webkit-box-sizing: content-box;
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0.25;
}
.btn-close-white {
-webkit-filter: invert(1) grayscale(100%) brightness(200%);
filter: invert(1) grayscale(100%) brightness(200%);
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.link-primary {
color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
color: #0a58ca;
}
.link-secondary {
color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
color: #565e64;
}
.link-success {
color: #198754;
}
.link-success:hover, .link-success:focus {
color: #146c43;
}
.link-info {
color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
color: #3dd5f3;
}
.link-warning {
color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
color: #ffcd39;
}
.link-danger {
color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
color: #b02a37;
}
.link-light {
color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
color: #f9fafb;
}
.link-dark {
color: #212529;
}
.link-dark:hover, .link-dark:focus {
color: #1a1e21;
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
--bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
--bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
--bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1400px) {
.sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.text-truncate {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.shadow {
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.top-0 {
top: 0 !important;
}
.top-50 {
top: 50% !important;
}
.top-100 {
top: 100% !important;
}
.bottom-0 {
bottom: 0 !important;
}
.bottom-50 {
bottom: 50% !important;
}
.bottom-100 {
bottom: 100% !important;
}
.start-0 {
left: 0 !important;
}
.start-50 {
left: 50% !important;
}
.start-100 {
left: 100% !important;
}
.end-0 {
right: 0 !important;
}
.end-50 {
right: 50% !important;
}
.end-100 {
right: 100% !important;
}
.translate-middle {
-webkit-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
-webkit-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
.translate-middle-y {
-webkit-transform: translateY(-50%) !important;
-ms-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #0d6efd !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #198754 !important;
}
.border-info {
border-color: #0dcaf0 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #212529 !important;
}
.border-white {
border-color: #fff !important;
}
.border-1 {
border-width: 1px !important;
}
.border-2 {
border-width: 2px !important;
}
.border-3 {
border-width: 3px !important;
}
.border-4 {
border-width: 4px !important;
}
.border-5 {
border-width: 5px !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.vw-100 {
width: 100vw !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mh-100 {
max-height: 100% !important;
}
.vh-100 {
height: 100vh !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.flex-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-webkit-box-flex: 1 !important;
-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;
}
.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;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 1rem !important;
}
.gap-4 {
gap: 1.5rem !important;
}
.gap-5 {
gap: 3rem !important;
}
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-webkit-box-align: stretch !important;
-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;
}
.order-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
font-size: 1.25rem !important;
}
.fs-6 {
font-size: 1rem !important;
}
.fst-italic {
font-style: italic !important;
}
.fst-normal {
font-style: normal !important;
}
.fw-light {
font-weight: 300 !important;
}
.fw-lighter {
font-weight: lighter !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-bolder {
font-weight: bolder !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
} .text-break {
word-wrap: break-word !important;
word-break: break-word !important;
} .text-primary {
color: #0d6efd !important;
}
.text-secondary {
color: #6c757d !important;
}
.text-success {
color: #198754 !important;
}
.text-info {
color: #0dcaf0 !important;
}
.text-warning {
color: #ffc107 !important;
}
.text-danger {
color: #dc3545 !important;
}
.text-light {
color: #f8f9fa !important;
}
.text-dark {
color: #212529 !important;
}
.text-white {
color: #fff !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
color: inherit !important;
}
.bg-primary {
background-color: #0d6efd !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
.bg-success {
background-color: #198754 !important;
}
.bg-info {
background-color: #0dcaf0 !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
.bg-dark {
background-color: #212529 !important;
}
.bg-body {
background-color: #fff !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.pe-none {
pointer-events: none !important;
}
.pe-auto {
pointer-events: auto !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: 0.2rem !important;
}
.rounded-2 {
border-radius: 0.25rem !important;
}
.rounded-3 {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-end {
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-start {
border-bottom-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media (min-width: 576px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-webkit-box-flex: 1 !important;
-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;
}
.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;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-sm-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-sm-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-webkit-box-align: stretch !important;
-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;
}
.order-sm-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-sm-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-sm-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-sm-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-sm-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-sm-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-sm-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-sm-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-webkit-box-flex: 1 !important;
-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;
}
.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;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-md-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-md-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-webkit-box-align: stretch !important;
-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;
}
.order-md-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-md-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-md-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-md-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-md-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-md-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-md-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-md-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-webkit-box-flex: 1 !important;
-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;
}
.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;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-lg-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-lg-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-webkit-box-align: stretch !important;
-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;
}
.order-lg-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-lg-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-lg-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-lg-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-lg-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-lg-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-lg-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-webkit-box-flex: 1 !important;
-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;
}
.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;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-webkit-box-align: stretch !important;
-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;
}
.order-xl-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-xl-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-xl-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-xl-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-xl-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-xl-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-xl-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-xl-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1400px) {
.float-xxl-start {
float: left !important;
}
.float-xxl-end {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-xxl-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xxl-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xxl-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xxl-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.gap-xxl-0 {
gap: 0 !important;
}
.gap-xxl-1 {
gap: 0.25rem !important;
}
.gap-xxl-2 {
gap: 0.5rem !important;
}
.gap-xxl-3 {
gap: 1rem !important;
}
.gap-xxl-4 {
gap: 1.5rem !important;
}
.gap-xxl-5 {
gap: 3rem !important;
}
.justify-content-xxl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xxl-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xxl-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xxl-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xxl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
-webkit-box-pack: space-evenly !important;
-ms-flex-pack: space-evenly !important;
justify-content: space-evenly !important;
}
.align-items-xxl-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xxl-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xxl-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xxl-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xxl-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xxl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xxl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xxl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xxl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xxl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xxl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xxl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xxl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xxl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xxl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xxl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xxl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.order-xxl-first {
-webkit-box-ordinal-group: 0 !important;
-ms-flex-order: -1 !important;
order: -1 !important;
}
.order-xxl-0 {
-webkit-box-ordinal-group: 1 !important;
-ms-flex-order: 0 !important;
order: 0 !important;
}
.order-xxl-1 {
-webkit-box-ordinal-group: 2 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.order-xxl-2 {
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
}
.order-xxl-3 {
-webkit-box-ordinal-group: 4 !important;
-ms-flex-order: 3 !important;
order: 3 !important;
}
.order-xxl-4 {
-webkit-box-ordinal-group: 5 !important;
-ms-flex-order: 4 !important;
order: 4 !important;
}
.order-xxl-5 {
-webkit-box-ordinal-group: 6 !important;
-ms-flex-order: 5 !important;
order: 5 !important;
}
.order-xxl-last {
-webkit-box-ordinal-group: 7 !important;
-ms-flex-order: 6 !important;
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
.text-xxl-start {
text-align: left !important;
}
.text-xxl-end {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.fs-1 {
font-size: 2.5rem !important;
}
.fs-2 {
font-size: 2rem !important;
}
.fs-3 {
font-size: 1.75rem !important;
}
.fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}@font-face {
font-family: "flaticon";
src: url(//globaloceanlink.pl/wp-content/themes/techkit/assets/fonts/flaticon-techkit/flaticon-1.ttf) format("truetype"),
url(//globaloceanlink.pl/wp-content/themes/techkit/assets/fonts/flaticon-techkit/flaticon.woff) format("woff"),
url(//globaloceanlink.pl/wp-content/themes/techkit/assets/fonts/flaticon-techkit/flaticon.woff2) format("woff2"),
url(//globaloceanlink.pl/wp-content/themes/techkit/assets/fonts/flaticon-techkit/flaticon.eot) format("embedded-opentype"),
url(//globaloceanlink.pl/wp-content/themes/techkit/assets/fonts/flaticon-techkit/flaticon.svg) format("svg");
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
font-family: flaticon !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-next:before {
content: "\f101";
}
.flaticon-clock:before {
content: "\f102";
}
.flaticon-phone-call:before {
content: "\f103";
}
.flaticon-envelope:before {
content: "\f104";
}
.flaticon-location:before {
content: "\f105";
}
.flaticon-create:before {
content: "\f106";
}
.flaticon-management:before {
content: "\f107";
}
.flaticon-secure-shield:before {
content: "\f108";
}
.flaticon-analytics:before {
content: "\f109";
}
.flaticon-client:before {
content: "\f10a";
}
.flaticon-deadline:before {
content: "\f10b";
}
.flaticon-settings:before {
content: "\f10c";
}
.flaticon-tech:before {
content: "\f10d";
}
.flaticon-team:before {
content: "\f10e";
}
.flaticon-medal:before {
content: "\f10f";
}
.flaticon-graphic-design:before {
content: "\f110";
}
.flaticon-web-development:before {
content: "\f111";
}
.flaticon-analysis:before {
content: "\f112";
}
.flaticon-cyber-security:before {
content: "\f113";
}
.flaticon-website:before {
content: "\f114";
}
.flaticon-android:before {
content: "\f115";
}
.flaticon-apple:before {
content: "\f116";
}
.flaticon-programing:before {
content: "\f117";
}
.flaticon-smartwatch:before {
content: "\f118";
}
.flaticon-lifeline-on-a-tv-monitor-screen-of-a-medical-program:before {
content: "\f119";
}
.flaticon-previous:before {
content: "\f11a";
}
.flaticon-left-quote:before {
content: "\f11b";
}
.flaticon-3d-file:before {
content: "\f11c";
}
.flaticon-coding:before {
content: "\f11d";
}
.flaticon-code:before {
content: "\f11e";
}
.flaticon-package:before {
content: "\f11f";
}
.flaticon-cpu:before {
content: "\f120";
}
.flaticon-guarantee:before {
content: "\f121";
}
.flaticon-right-quote:before {
content: "\f122";
}
.flaticon-link:before {
content: "\f123";
}
.flaticon-development:before {
content: "\f124";
}
.flaticon-analysis-1:before {
content: "\f125";
}
.flaticon-pie-chart:before {
content: "\f126";
}
.flaticon-hierarchical-structure:before {
content: "\f127";
}
.flaticon-infrastructure:before {
content: "\f128";
}
.flaticon-software:before {
content: "\f129";
}
.flaticon-settings-1:before {
content: "\f12a";
}
.flaticon-pdf-file:before {
content: "\f12b";
}
.flaticon-file:before {
content: "\f12c";
}
.flaticon-menu:before {
content: "\f12d";
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-brands-400.eot);src:url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-brands-400-1.eot) format("embedded-opentype"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-brands-400.woff) format("woff"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-brands-400.ttf) format("truetype"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-brands-400.svg) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-regular-400.eot);src:url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-regular-400-1.eot) format("embedded-opentype"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-regular-400.woff) format("woff"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-regular-400.ttf) format("truetype"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-regular-400.svg) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-solid-900.eot);src:url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-solid-900-1.eot) format("embedded-opentype"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-solid-900.woff) format("woff"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-solid-900.ttf) format("truetype"),url(//globaloceanlink.pl/wp-content/themes/techkit/assets/webfonts/fa-solid-900.svg) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}

.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%,
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%,
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%,
20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%,
60%,
80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%,
20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%,
60%,
80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
@-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes fadeInUp2 {
0% {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes fadeInUp2 {
0% {
opacity: 0;
-webkit-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}
.fadeInUp2 {
-webkit-animation-name: fadeInUp2;
animation-name: fadeInUp2;
}
.dtZoom {
-webkit-animation-name: dtZoom;
animation-name: dtZoom;
}
@keyframes dtZoom {
0% {
transform: scale(0.8);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 0.2;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 0.2;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes bounce {
0%,
100%,
20%,
50%,
80% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px)
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px)
}
}
@keyframes bounce {
0%,
100%,
20%,
50%,
80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px)
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px)
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce
}
.bounce {
-webkit-animation: bounce 2s infinite;
-moz-animation: bounce 2s infinite;
-ms-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp,
tt,
var {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} p {
margin-bottom: 1.5em;
}
dfn,
cite,
em {
font-style: italic;
}
cite {
font-weight: 600;
}
blockquote {
margin: 0 1.5em 20px;
border-color: #14133b;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #fff;
font-family: Menlo,Consolas,monaco,monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ebebeb;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1em 1em;
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
margin-bottom: 10px;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
border-collapse: collapse;
border-spacing: 0;
margin: 15px 0;
width: 100%;
}
table th,
table td {
border: 1px solid #ebebeb;
padding: 5px;
text-align: center;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background-color: #14133b;
border: medium none;
color: #fff;
padding: 2px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ebebeb;
}
select {
border: 1px solid #ebebeb;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
textarea {
width: 100%;
}
form.post-password-form label > input {
background: #f8f8f8;
border: 1px solid #dcdcdc;
padding: 10px 8px;	
}
form.post-password-form input {
padding: 11px 15px;
font-weight: 700;
} a:link,
a:visited {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .byline,
.updated:not(.published) {
display: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} @media (min-width: 1200px) {
.auto-clear > .col-lg-1:nth-child(12n+1) {
clear: left;
}
.auto-clear > .col-lg-2:nth-child(6n+1) {
clear: left;
}
.auto-clear > .col-lg-3:nth-child(4n+1) {
clear: left;
}
.auto-clear > .col-lg-4:nth-child(3n+1) {
clear: left;
}
.auto-clear > .col-lg-6:nth-child(odd) {
clear: left;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.auto-clear > .col-md-1:nth-child(12n+1) {
clear: left;
}
.auto-clear > .col-md-2:nth-child(6n+1) {
clear: left;
}
.auto-clear > .col-md-3:nth-child(4n+1) {
clear: left;
}
.auto-clear > .col-md-4:nth-child(3n+1) {
clear: left;
}
.auto-clear > .col-md-6:nth-child(odd) {
clear: left;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.auto-clear > .col-sm-1:nth-child(12n+1) {
clear: left;
}
.auto-clear > .col-sm-2:nth-child(6n+1) {
clear: left;
}
.auto-clear > .col-sm-3:nth-child(4n+1) {
clear: left;
}
.auto-clear > .col-sm-4:nth-child(3n+1) {
clear: left;
}
.auto-clear > .col-sm-6:nth-child(odd) {
clear: left;
}
}
@media (max-width: 767px) {
.auto-clear > .col-1:nth-child(12n+1) {
clear: left;
}
.auto-clear > .col-2:nth-child(6n+1) {
clear: left;
}
.auto-clear > .col-3:nth-child(4n+1) {
clear: left;
}
.auto-clear > .col-4:nth-child(3n+1) {
clear: left;
}
.auto-clear > .col-6:nth-child(odd) {
clear: left;
}
} @media (min-width: 768px) and (max-width: 991px) {
.ipad-fix {
width: 100%;
}
.ipad-fix-pad {
width: 100%;
padding-bottom: 30px;
}
.ipad-width-50,
.width-50 {
width: 50%;
}
.center-background {
background: none;
}
}
@media ( max-width: 767px ) {
.ipad-fix-pad {
width: 100%;
padding-bottom: 30px;
}
}
.padding-right-fix {
padding-right: 50px;
}
@media ( max-width: 767px ) {
.padding-right-fix {
padding-right: 0px;
}
} .no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}@media(max-width: 991px) {
.custom-align-center {
text-align: center;
}
.custom-align-left {
text-align: left;
}
.custom-align-right {
text-align: right;
}
}
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
margin-left: 0;
}
.top:after,
.bottom:after,
.left:after,
.right:after {
display: none;
}
.content-left-align {
padding-left: calc(calc(100% - 1170px)/2);
}
@media only screen and (max-width: 1199px) {
.content-left-align {
padding-left: 15px;
padding-right: 15px;
}
}
.content-right-align {
padding-right: calc(calc(100% - 1170px)/2);
}
@media only screen and (max-width: 1199px) {
.content-right-align {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (max-width: 991px) {
.mobile-align-center .title-text-button {
text-align: center !important;
}
}
@media only screen and (max-width: 767px) {
.image-full img {
width: 100%;
}
}
@media(min-width: 768px) {
.slider__bg--startup {
height: calc(100vh - 140px);
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
align-items: center;
}
}
.bouncing-bubble-animation {
animation: bouncebubble infinite 5s;
}
.section-bottom-shape:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
right: 100%;
border-bottom: 200px solid #fff;
border-right: 100vw solid transparent;
}
@media(max-width: 767px) {
.section-bottom-shape:after {
border-bottom: 70px solid #fff;
}
}
@-webkit-keyframes bouncebubble {
1% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
25% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
75% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}
} .sec-title .rtin-title {
color: #14133b;
font-size: 40px;
line-height: 1.2;
margin-bottom: 0;
position: relative;
}
.sec-title .rtin-title span {
color: #0554f2;
}
.sec-title .sub-title {
display: inline-block;
color: #0554f2;
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
letter-spacing: 2.4px;
line-height: 1.5;
}
.sec-title .section-line {
height: 4px;
background: #0554f2;
border-radius: 2px;
position: relative;
display: inline-block;
}
.sec-title .section-line-one {
width: 40px;
}
.sec-title .section-line-two {
width: 20px;
}
.sec-title .section-line-three {
width: 10px;
}
.sec-title.style1 .rtin-title {
margin-bottom: 10px;
} .sec-title.style2 .rtin-text {
margin-top: 18px;
} .sec-title.style3 .sub-title {
position: relative;
padding-left: 15px;
}
.sec-title.style3 .sub-title:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
content: "";
height: 15px;
width: 5px;
background: #0554f2;
left: 0;
} .sec-title.style4 .sub-title {
padding-left: 0;
font-size: 15px;
padding: 4px 13px;
background: #e6eeff;
border-radius: 3px;
margin-bottom: 14px;
}
.sec-title.style4 .rtin-text {
margin-top: 18px;
} .title-text-button .rtin-title {
font-size: 40px;
color: #14133b;
line-height: 1.2;
position: relative;
margin-bottom: 18px;
}
.title-text-button .rtin-title span {
color: #0554f2;
}
.text-style2.barhide .rtin-title {
margin-bottom: 10px;
}
.title-text-button .subtitle {
font-size: 18px;
color: #0554f2;
font-weight: 500;
letter-spacing: 2.4px;
margin-bottom: 15px;
position: relative;
display: inline-block;
}
.title-text-button .rtin-content {
font-size: 16px;
}
.title-text-button {
margin: 0 auto;
}
.title-text-button .rtin-button {
margin-top: 30px;
}
.title-text-button ul {
margin: 25px 0 30px;
padding: 0;
list-style: none;
clear: both;
overflow: hidden;
}
.title-text-button ul li {
font-size: 17px;
font-weight: 500;
text-align: left;
color: #14133b;
padding-left: 30px;
position: relative;
margin-bottom: 8px;
}
.title-text-button ul li:last-child {
margin-bottom: 0;
}
.title-text-button ul.single-list li:after {
content: "\f058";
font-family: 'Font Awesome 5 Free';
font-size: 18px;
font-weight: 600;
color: #0554f2;
position: absolute;
top: 0;
left: 0;
}
.title-text-button.right ul li {
text-align: right;
padding-right: 30px;
}
.title-text-button.right ul li:after {
right: 0;
left: inherit;
}
.title-text-button ul.dubble-list li {
width: 50%;
float: left;
}
.title-text-button ul.dubble-list li:after {
content: "\f14a";
font-family: 'Font Awesome 5 Free';
font-size: 20px;
font-weight: 600;
color: #0554f2;
position: absolute;
top: 0;
left: 0;
}
@media(max-width: 991px) {
.custom-align-center .title-text-button {
text-align: center;
}
.title-text-button ul.dubble-list li {
float: inherit;
width: 100%;
padding-right: 0;
}
}
@media(max-width: 767px) {
.sec-title .rtin-title br,
.title-text-button .rtin-title br {
display: none;
}
}
.title-text-button.barshow .subtitle {
position: relative;
display: inline-block;
padding-left: 15px;
}
.title-text-button.barshow .subtitle::before {
position: absolute;
top: 50%;
transform: translateY(-50%);
content: "";
height: 15px;
width: 5px;
background: #0554f2;
left: 0;
}
.title-text-button .rtin-custom-text {
color: #6e6e73;
padding-bottom: 35px;
border-bottom: 1px solid #0554f2;
margin-bottom: 42px;
}
.title-text-button .rtin-custom-text span {
color: #0554f2;
} .owl-theme .owl-controls .owl-prev {
left: -45px;
opacity: 1 !important;
font-size: 18px !important;
margin: 0 4px !important;
height: 40px;
width: 40px;
border-radius: 0 !important;
position: absolute;
transform: translateY(-50%);
top: 40%;
border: 2px solid #444444;
line-height: 1.4;
}
.owl-theme .owl-controls .owl-prev i {
line-height: 30px;
color: #ffffff;
transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-prev:hover i {
color: #ffffff;
transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next {
right: -45px;
opacity: 1 !important;
font-size: 18px !important;
margin: 0 4px !important;
height: 40px;
width: 40px;
border-radius: 0 !important;
position: absolute;
transform: translateY(-50%);
top: 40%;
border: 2px solid #444444;
line-height: 1.4;
}
.owl-theme .owl-controls .owl-next i {
line-height: 30px;
color: #ffffff;
transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next:hover {
transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next:hover i {
color: #ffffff;
transition: all 0.3s ease-out;
}
.rt-owl-nav-1 .section-title-holder {
margin-bottom: 35px;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav {
margin-top: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav > div {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
height: 45px;
width: 45px;
visibility: hidden;
opacity: 0;
text-align: center;
top: 50%;
transform: translateY(-50%);
position: absolute;
color: #0554f2;
background-color: transparent;
border: 1.5px solid #0554f2;
box-shadow: 0px 0 2px 0px rgba(207, 213, 224, 0.75);    
transition: all 240ms ease-in-out;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel:hover .owl-nav > div {
visibility: visible;
opacity: 1;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav > div:hover {
background-color: #14133b;
color: #ffffff;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-prev {
left: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-next {
right: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav i {
font-size: 16px;
line-height: 1;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dots .owl-dot {
position: relative;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dot span {
border: 1px solid #d9d9d9;
background: #d9d9d9;
width: 30px;
height: 7px;
border-radius: 6px;
margin: 0 4px;
transition: all 0.3s ease-in-out;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dot:hover span {
background: transparent;
width: 40px;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dot.active span {
background: transparent;
width: 40px;
}
.rt-owl-nav-1 .owl-theme .owl-dots {
margin-top: 50px !important;
line-height: 1;
}
.rt-owl-nav-1 .owl-theme .owl-dots .owl-dot span {
margin: 0px 5px;
}
.rt-owl-nav-1 .owl-nav {
opacity: 1;
transition: all 0.3s ease-in-out;
}
.rt-owl-nav-1:hover .owl-nav {
opacity: 1;
} .rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav > div {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #14133b;
cursor: pointer;
height: 50px;
width: 50px;
visibility: hidden;
opacity: 0;
text-align: center;
background: #d9d9d9;
outline: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
box-shadow: 0px 1px 1px 0px rgba(207, 213, 224, 0.75);
transition: all 240ms ease-in-out;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel:hover .owl-nav > div {
visibility: visible;
opacity: 1;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-prev {
left: 0;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-next {
right: 0;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav > div:hover {
background-color: #14133b;
color: #ffffff;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav i {
font-size: 18px;
line-height: 1;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav {
margin-top: 0;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dots {
display: block !important;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot span {
background: #d9d9d9;
width: 15px;
height: 15px;
border: none;
border-radius: 50%;
margin: 0 4px;
transition: all 0.3s ease 0s;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot:hover span {
background: #0554f2;
box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.3);
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot.active span {
background: #0554f2;
box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.3);
}
.rt-owl-nav-2 .owl-theme .owl-dots {
margin-top: 50px !important;
} .info-box {
position: relative;
}
.info-box .rtin-title {
margin-bottom: 10px;
line-height: 1.3;
transition: all 0.3s ease-in-out;
}
.info-box .rtin-title a {
color: #14133b;
transition: all 0.3s ease-in-out;
}
.info-box .rtin-title a:hover {
color: #0554f2;
}
.info-box .rtin-item .rtin-icon {
line-height: 1;
font-size: 60px;
color: #0554f2;
transition: all 0.3s ease-in-out;
}
.info-box ul {
list-style: none;
margin: 0;
padding: 0;
}
.info-box ul li {
margin-bottom: 0px;
}
.info-box ul li:last-child {
margin-bottom: 0px;
}
.info-box .rtin-img img {
border-radius: 4px;
}
.info-box .rtin-item .rtin-text {
margin-bottom: 3px;
transition: all 0.3s ease-in-out;
}
.info-box .rtin-item .rtin-button {
margin-top: 15px;
} .info-style1 {
border-radius: 10px;
background-color: #edf6ff;
padding: 30px 25px 25px;    
transition: all 0.3s ease-in-out;
}
.info-style1:hover {
background-color: #0554f2;
}
.info-style1 .rtin-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.info-style1 .rtin-item .rtin-icon {
display: inline-block;
margin-right: 20px;
}
.info-style1 .rtin-item .rtin-img {
display: inline-block;
margin-right: 15px;
}
.info-style1 .rtin-item .rtin-img img {
width: 90px;
}
.info-style1:hover .rtin-item .button-style-1 {
color: #ffffff;
}
.info-style1:hover .rtin-item .btn-common path.rt-button-cap {
stroke: #ffffff;
}
.info-style1:hover .rtin-title,
.info-style1:hover .rtin-title a,
.info-style1:hover .rtin-title a:hover,
.info-style1:hover .rtin-item .rtin-text,
.info-style1:hover .rtin-item .rtin-icon {
color: #ffffff;
}
@media(max-width: 425px) {
.info-style1 .rtin-item {
display: block;
text-align: center;
}
.info-style1 .rtin-item .rtin-icon {
margin-bottom: 10px;
margin-right: 0;
}
} .info-style2 .rtin-item {
position: relative;
background-color: #ffffff;
}
.info-style2 .rtin-item .rtin-icon {
display: inline-block;
margin-bottom: 15px;
text-align: center;
}
.info-style2 .rtin-item .rtin-img {
display: block;
}
.info-style2 .rtin-item .rtin-img img {
margin-bottom: 30px;
}
.info-style2 .rtin-item .rtin-icon img {
width: 60px;
height: 100%;
}
.info-style2 .rtin-item:hover .rtin-icon {
-webkit-animation: jump 0.4s linear;
animation: jump 0.4s linear;
} .info-style3 .rtin-title {
display: inline-flex;
align-items: center;
}
.info-style3 .rtin-item .rtin-icon {
display: inline-block;
text-align: center;
font-size: 18px;
margin-right: 12px;
}
.info-style3 .rtin-item .rtin-img {
display: inline-block;
}
.info-style3 .rtin-item .rtin-img img {
margin-right: 12px;
width: 36px;
} .info-style4 {
position: relative;
border-radius: 10px;
background-color: #f5faff;
padding: 50px 25px 43px;  
z-index: 2;  
transition: all 0.3s ease-in-out;
}
.info-style4 .rtin-item .rtin-icon {
display: inline-block;
margin-bottom: 12px;
text-align: center;
}
.info-style4 .rtin-item .rtin-img {
display: block;
margin-bottom: 20px;
}
.info-style4 .rtin-item .rtin-icon img {
width: 60px;
height: 100%;
}
.info-style4:hover .rtin-item .button-style-1 {
color: #ffffff;
}
.info-style4:hover .rtin-item .btn-common path.rt-button-cap {
stroke: #ffffff;
}
.info-style4:hover .rtin-title,
.info-style4:hover .rtin-title a,
.info-style4:hover .rtin-title a:hover,
.info-style4:hover .rtin-item .rtin-text,
.info-style4:hover .rtin-item .rtin-icon {
color: #ffffff;
}
.info-style4 .info-overlay {
display: block;
position: absolute;
width: 0%;
height: 100%;
top: 0%;
left: 0%;
color: #ffffff;
background-color: #0554f2;
z-index: -1;
border-radius: 10px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.info-style4:hover .info-overlay {
width: 100%;
left: auto;
right: 0;
opacity: 1;
visibility: visible;
} .info-style5 {
position: relative;
border-radius: 10px;
border: 2px solid #f2f2f2;
background-color: #ffffff;
padding: 67px 30px 60px;  
z-index: 2;  
transition: all 0.3s ease-in-out;
}
.info-style5 .rtin-item .rtin-icon {
display: inline-block;
margin-bottom: 12px;
text-align: center;
}
.info-style5 .rtin-item .rtin-img {
display: block;
margin-bottom: 20px;
}
.info-style5 .rtin-item .rtin-icon img {
width: 60px;
height: 100%;
}
.info-style5:hover .rtin-item .button-style-1 {
color: #ffffff;
}
.info-style5:hover .rtin-item .btn-common path.rt-button-cap {
stroke: #ffffff;
}
.info-style5:hover .rtin-title,
.info-style5:hover .rtin-title a,
.info-style5:hover .rtin-title a:hover,
.info-style5:hover .rtin-item .rtin-text,
.info-style5:hover .rtin-item .rtin-icon {
color: #ffffff;
}
.info-style5 .info-overlay {
display: block;
position: absolute;
width: 100%;
height: 0;
top: 0%;
left: 0%;
color: #ffffff;
background-color: #0554f2;
z-index: -1;
border-radius: 5px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.info-style5:hover .info-overlay {
height: 100%;
bottom: 0;
opacity: 1;
visibility: visible;
} .info-style6 {
position: relative;
background-color: #ffffff;
border-radius: 10px;
padding: 40px 35px 35px;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 4%);
transition: all 0.3s ease-in-out; 
}
.info-style6 .rtin-item .rtin-icon {
display: inline-block;
margin-bottom: 20px;
text-align: center;
}
.info-style6 .rtin-item .rtin-img {
display: inline-block;
background-color: #d7d7d7;
margin-bottom: 30px;
box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 14%);
}
.info-style6 .rtin-item .rtin-img img {
border-radius: 0;
}
.info-style6:hover {
box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 6%);
} .info-style7 {
position: relative;
overflow: hidden;
border-radius: 10px;
border: 1px solid #59597b;
background-color: transparent;
padding: 34px 15px 34px;  
z-index: 2;  
transition: all 0.3s ease-in-out;
}
.info-style7 .rtin-item .rtin-icon {
display: inline-block;
margin-bottom: 12px;
text-align: center;
}
.info-style7 .rtin-item .rtin-img {
display: block;
margin-bottom: 20px;
}
.info-style7 .rtin-item .rtin-icon img {
width: 60px;
height: 100%;
}
.info-style7:hover .rtin-item .button-style-1 {
color: #ffffff;
}
.info-style7:hover .rtin-item .btn-common path.rt-button-cap {
stroke: #ffffff;
}
.info-style7:hover .rtin-title,
.info-style7:hover .rtin-title a,
.info-style7:hover .rtin-title a:hover,
.info-style7:hover .rtin-item .rtin-text,
.info-style7:hover .rtin-item .rtin-icon {
color: #ffffff;
}
.info-style7:hover {
border: 1px solid transparent;
}
.info-style7 .animted-bg {
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 50%;
background-color: #0554f2;
transition: width 1s ease-in-out, height 1s ease-in-out;
transform: translate(-50%, -50%);
z-index: -1;
}
.info-style7:hover .animted-bg {
width: 1500px;
height: 1500px;
} .info-style8 {
position: relative;
border-radius: 10px;
background-color: #ffffff;
padding: 67px 30px 60px;  
z-index: 2;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
transition: all 0.3s ease-in-out;
}
.info-style8 .rtin-item .rtin-icon {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-bottom: 16px;
width: 100px;
height: 92px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
}
.info-style8 .rtin-item .rtin-icon:before {
position: absolute;
content: "";
justify-content: center;
align-items: center;
background: #f2f6fe;
border-radius: 46% 54% 50% 50% / 32% 33% 67% 68%;
width: 100%;
height: 100%;
z-index: -1;
transform: rotate(-7deg);
}
.info-style8 .rtin-item .rtin-img {
display: block;
margin-bottom: 20px;
}
.info-style8 .rtin-item .rtin-icon img {
width: 60px;
height: 100%;
}
.info-style8:hover .rtin-item .button-style-1 {
color: #ffffff;
}
.info-style8:hover .rtin-item .btn-common path.rt-button-cap {
stroke: #ffffff;
}
.info-style8:hover .rtin-title,
.info-style8:hover .rtin-title a,
.info-style8:hover .rtin-title a:hover,
.info-style8:hover .rtin-item .rtin-text {
color: #ffffff;
}
.info-style8:hover .rtin-item .rtin-icon:before {
background-color: #ffffff;
}
.info-style8 .info-overlay {
display: block;
position: absolute;
width: 100%;
height: 0;
bottom: 0%;
left: 0%;
color: #ffffff;
background-color: #0554f2;
z-index: -1;
border-radius: 5px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.info-style8:hover .info-overlay {
height: 100%;
opacity: 1;
visibility: visible;
} .feature-style1 .rtin-item {
padding: 58px 32px 50px;
background: #f8faff;
position: relative;
}
.feature-style1 .rtin-item .rtin-title {
margin-bottom: 15px;
}
.feature-style1 .rtin-item .rtin-title a {
color: #14133b;
}
.feature-style1 .rtin-item .rtin-title a:hover {
color: #0554f2;
}
.feature-style1 .rtin-item .rtin-button {
margin-top: 15px;
}
.feature-style1 .rtin-item:before {
background: #e0e8f9;
position: absolute;
content: "";
width: 100%;
height: 1px;
top: 77px;
left: 0;
right: 0;
}
.feature-style1 .rtin-item:after {
position: absolute;
content: "";
width: 0%;
height: 1px;
top: 77px;
left: 0;
right: 0;
z-index: 2;
transition: all 0.4s ease;
opacity: 0;
visibility: hidden;
}
.feature-style1 .rtin-item:hover::after {
width: 100%;
opacity: 1;
visibility: visible;
background: #0554f2;
}
.feature-style1 .rtin-item .rtin-number {
display: inline-block;
line-height: 40px;
height: 40px;
width: 40px;
font-size: 16px;
font-weight: 500;
color: #0554f2;
background-color: #ebf1fb;
text-align: center;
border-radius: 50%;
margin-bottom: 15px;
position: relative;
transition: all 0.4s ease;
z-index: 3;
}
.feature-style1 .rtin-item:hover .rtin-number {
background: #0554f2;
color: #ffffff;
} .feature-style2 .rtin-item {
position: relative;
border-radius: 10px;
background-color: #ffffff;
padding: 50px 35px;
z-index: 2;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
transition: all 0.3s ease-in-out;
}
.feature-style2 .rtin-item .info-overlay {
display: block;
position: absolute;
width: 100%;
height: 0;
bottom: 0%;
left: 0%;
color: #ffffff;
background-color: #0554f2;
z-index: -1;
border-radius: 5px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.feature-style2 .rtin-item:hover .info-overlay {
height: 100%;
opacity: 1;
visibility: visible;
}
.feature-style2 .rtin-item .rtin-title {
margin-bottom: 15px;
}
.feature-style2 .rtin-item .rtin-title a {
color: #14133b;
}
.feature-style2 .rtin-item .rtin-title a:hover {
color: #0554f2;
}
.feature-style2 .rtin-item .rtin-button {
margin-top: 15px;
}
.feature-style2 .rtin-item .rtin-number {
font-size: 30px;
font-weight: 500;
color: #dad9f1;
position: absolute;
top: 50px;
right: 35px;
}
.feature-style2 .rtin-item .rtin-media {
margin-bottom: 12px;
line-height: 1;
}
.feature-style2 .rtin-item .rtin-icon {
color: #0554f2;
font-size: 70px;
transition: all 0.3s ease-in-out;
}
.feature-style2 .rtin-item .rtin-img img {
width: 70px;
}
.feature-style2 .rtin-item:hover .rtin-title, 
.feature-style2 .rtin-item:hover .rtin-title a, 
.feature-style2 .rtin-item:hover .rtin-title a:hover, 
.feature-style2 .rtin-item:hover .rtin-text,
.feature-style2 .rtin-item:hover .rtin-icon,
.feature-style2 .rtin-item:hover .button-style-1 {
color: #ffffff;
}
.feature-style2 .rtin-item:hover .btn-common path.rt-button-cap {
stroke: #ffffff;
} .about-image-text .about-content .rtin-title {
font-size: 40px;
color: #14133b;
line-height: 1.2;
margin-bottom: 24px;
}
.about-image-text .about-content .sub-rtin-title {
font-size: 18px;
color: #0554f2;
font-weight: 600;
margin-bottom: 10px;
letter-spacing: 2px;
display: block;
}
.about-image-text .about-content .rtin-content {
color: #646464;
}
.about-image-text .about-content .rtin-title span {
font-weight: 300;
}
.about-image-text .about-content .rtin-title span.primary-color {
font-weight: 700;
}
.about-image-text .about-content .rtin-title span.secondary-color {
font-weight: 700;
}
.about-image-text ul {
margin: 20px 0 0;
padding: 0;
list-style: none;
}
.about-image-text ul li {
font-size: 17px;
font-weight: 500;
text-align: left;
color: #14133b;
padding-left: 30px;
position: relative;
margin-bottom: 8px;
}
.about-image-text ul li:last-child {
margin-bottom: 0;
}
.about-image-text ul li:after {
content: "\f058";
font-family: 'Font Awesome 5 Free';
font-size: 18px;
font-weight: 600;
color: #0554f2;
position: absolute;
top: 0;
left: 0;
}
.about-layout-style1 .about-image {
height: 100%;
}
.about-layout-style1 .about-image img {
border-radius: 4px;
height: 100%;
object-fit: cover;
}
.about-layout-style1 .about-content {
position: relative;
}
@media (max-width: 991px) {
.about-layout-style1 .about-image {
margin-top: 30px;
text-align: center;
}
.about-layout-style1 .about-image img {
width: 100%;
}
}
.about-image-text .about-content .rtin-button {
margin-top: 30px;
} .about-layout-style2 {
position: relative;
}
.about-layout-style2 {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.about-layout-style2 > .single-item {
flex: 0 0 50%;
max-width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about-layout-style2 > .single-item > img {
height: 100%;
object-fit: cover;
}
.about-layout-style2 > .single-item:last-child {
padding-left: 90px;
padding-top: 110px;
padding-bottom: 120px;
padding-right: calc(calc(100% - 1170px)/2);
}
@media only screen and (max-width: 1199px) {
.about-layout-style2 > .single-item:last-child {
padding-left: 60px;
}
}
@media only screen and (max-width: 991px) {
.about-layout-style2 {
flex-direction: column-reverse;
}
.about-layout-style2 > .single-item {
flex: 0 0 100%;
max-width: 100%;
}
.about-layout-style2 > .single-item > img {
width: 100%;
}
.about-layout-style2 > .single-item:last-child {
padding-left: 15px;
padding-right: 15px;
padding-top: 80px;
padding-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.about-layout-style2 > .single-item:last-child {
padding-top: 50px;
padding-bottom: 60px;
}
} .about-layout-style3 {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.about-layout-style3 > .single-item {
flex: 0 0 50%;
max-width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about-layout-style3 > .single-item > img {
height: 100%;
object-fit: cover;
}
.about-layout-style3 > .single-item:first-child {
padding-right: 50px;
padding-top: 110px;
padding-bottom: 120px;
padding-left: calc(calc(100% - 1170px)/2);
}
@media only screen and (max-width: 1199px) {
.about-layout-style3 > .single-item:first-child {
padding-right: 30px;
}
}
@media only screen and (max-width: 991px) {
.about-layout-style3 {
display: block;
}
.about-layout-style3 > .single-item:first-child {
padding-right: 15px;
padding-top: 80px;
padding-bottom: 80px;
}
.about-layout-style3 > .single-item {
flex: 0 0 100%;
max-width: 100%;
}
.about-layout-style3 > .single-item > img {
width: 100%;
}
}
@media only screen and (max-width:767px) {
.about-layout-style3 > .single-item:first-child {
padding-top: 60px;
padding-bottom: 60px;
}
} .rtin-skills {
overflow: hidden;
}
.rtin-skills .rtin-skill-each {
margin-top: 20px;
}
.rtin-skills .rtin-skill-each .rtin-name {
color: #14133b;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
margin-bottom: 10px;
}
.rtin-skills .rtin-skill-each .progress {
background-color: #dad2d2;
border-radius: 4px;
box-shadow: none;
height: 10px;
overflow: visible;
margin: 0;
}
.rtin-skills .rtin-skill-each .progress .progress-bar {
position: relative;
background: #0554f2;
border-radius: 4px;
height: 10px;
overflow: inherit;
animation-duration: 1.5s;
animation-delay: 1.2s;
animation-name: fadeInLeft;
}
.rtin-skills .rtin-skill-each .progress .progress-bar > span {
font-size: 18px;
font-weight: 500;
color: #14133b;
position: absolute;
right: 0;
top: -33px;
padding-bottom: 10px;
line-height: 1;
}
.rtin-skills .rtin-skill-each .progress .progress-bar > span:before,
.rtin-skills .rtin-skill-each .progress .progress-bar > span::after {
border: medium solid transparent;
content: " ";
height: 0;
position: absolute;
top: 100%;
width: 0;
}
.rtin-skills .rtin-skill-each .progress .progress-bar > span:before {
border-top-color: #0554f2;
border-width: 5px;
left: 50%;
margin-left: -5px;
} ul.rating {
margin-bottom: 15px;
padding: 0;
}
ul.rating li {
display: inline;
}
ul.rating li i {
color: #999999;
}
ul.rating li.star-rate i {
color: #ff8f00;
} .service-default .gutters-0 .rtin-item {
margin-bottom: 0;
}
.service-default .gutters-5 .rtin-item {
margin-bottom: 10px;
}
.service-default .gutters-10 .rtin-item {
margin-bottom: 20px;
}
.service-default .gutters-20 .rtin-item {
margin-bottom: 40px;
}
.service-default .rtin-item .rtin-title {
margin-bottom: 0;
}
.service-default .rtin-item .rtin-title a {
color: #14133b;
transition: all 0.4s ease;
}
.service-default .rtin-item .rtin-content {
transition: all 0.4s ease;
}
.service-default .service-button {
margin-top: 30px;
} .service-layout1 .rtin-item .rtin-header {
display: inline-flex;
align-items: center;
margin-bottom: 17px;
line-height: 1;
}
.service-layout1 .rtin-item .rtin-header i {
font-size: 48px;
margin-right: 22px;
color: #0554f2;
transition: all 0.4s ease;
}
.service-layout1 .rtin-item {
margin-bottom: 50px;
padding: 34px 35px 29px;
border-left: 2px solid #dee9fe;
position: relative;
overflow: hidden;
z-index: 2;
transition: all 0.4s ease;
}
.service-layout1 .rtin-item:hover {
border-radius: 5px;
border-left: 2px solid transparent;
}
.service-layout1 .rtin-item .services-item-overlay {
display: block;
position: absolute;
width: 0%;
height: 100%;
top: 0%;
left: 0%;
color: #ffffff;
background-color: #0554f2;
z-index: -1;
border-radius: 10px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.service-layout1 .rtin-item:hover .services-item-overlay {
width: 100%;
left: 0%;
opacity: 1;
visibility: visible;
}
.service-layout1 .rtin-item:hover .rtin-header i,
.service-layout1 .rtin-item:hover .rtin-header .rtin-title a,
.service-layout1 .rtin-item:hover .rtin-content {
color: #ffffff;
}
@media(max-width: 426px) {
.service-layout1 .rtin-item .rtin-header {
display: inherit;
}
.service-layout1 .rtin-item .rtin-header i {
margin-right: 0;
margin-bottom: 5px;
}
} .service-layout2 .rtin-item {
position: relative;
overflow: hidden;
border-radius: 10px;
background-color: white;
margin-bottom: 30px;
padding: 49px 47px 42px;
z-index: 2;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
transition: all 0.4s ease;
}
.service-layout2 .rtin-item .rtin-header {
line-height: 1;
}
.service-layout2 .rtin-item .rtin-header i {
display: inline-block;
margin-bottom: 12px;
font-size: 80px;
color: #0554f2;
transition: all 0.4s ease;
}
.service-layout2 .rtin-item .rtin-title {
margin-bottom: 14px;
}
.service-layout2 .service-more-button {
margin-top: 15px;
}
.service-layout2 .rtin-item .services-item-overlay {
display: block;
position: absolute;
width: 100%;
height: 0%;
bottom: 0;
left: 0;
color: #ffffff;
background-color: #0554f2;
z-index: -1;
border-radius: 5px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.service-layout2 .rtin-item:hover .services-item-overlay {
height: 100%;
opacity: 1;
visibility: visible;
top: inherit;
bottom: 0;
}
.service-layout2 .rtin-item:hover .rtin-header i,
.service-layout2 .rtin-item:hover .rtin-header .rtin-title a,
.service-layout2 .rtin-item:hover .rtin-content {
color: #ffffff;
}
.service-layout2 .rtin-item:hover .button-style-1 {
color: #ffffff;
padding-left: 0px;
transition: all 0.4s ease;
}
.service-layout2 .rtin-item .button-style-1 svg {
visibility: hidden;
opacity: 0;
width: 23px;
margin-left: 10px;
}
.service-layout2 .rtin-item:hover .button-style-1 svg {
visibility: visible;
opacity: 1;
}
.service-layout2 .rtin-item .button-style-1 path.rt-button-cap {
stroke: #ffffff;
}
.service-layout2.center .rtin-item .button-style-1 {
padding-left: 30px;
}
.service-layout2.center .rtin-item:hover .button-style-1 {
padding-left: 0;
} .service-layout3 .rtin-item {
display: flex;
margin-bottom: 30px;
padding: 47px 27px;
background: #212046;
border-radius: 10px;
transition: all 0.4s ease;
}
.service-layout3 .rtin-item:hover {
background: #33325d;
}
.service-layout3 .rtin-item .rtin-header {
line-height: 1;
margin-top: 5px;
}
.service-layout3 .rtin-item .rtin-header i {
font-size: 48px;
margin-right: 22px;
color: #0554f2;
transition: all 0.4s ease;
}
.service-layout3 .rtin-item:hover .rtin-header i {
color: #ffffff;
}
.service-layout3 .rtin-item .rtin-title {
margin-bottom: 15px;
}
.service-layout3 .rtin-item .rtin-title a {
color: #ffffff;
}
.service-layout3 .rtin-item .service-text {
color: #ffffff;
}
.service-layout3 .rtin-item .button-style-1 {
color: #ffffff;
}
.service-layout3 .rtin-item .button-style-1 path.rt-button-cap {
stroke: #ffffff;
}
.service-layout3 .service-more-button {
margin-top: 15px;
}
@media(max-width: 435px) {
.service-layout3 .rtin-item {
display: block;
text-align: center;
}
.service-layout3 .rtin-item .rtin-header {
margin-bottom: 15px;
margin-top: 0;
}
} .service-layout4 .rtin-item {
position: relative;
text-align: center;
margin-bottom: 30px;
z-index: 2;    
transition: all 0.4s ease;
}
.service-layout4 .rtin-item .rtin-img {
position:  relative;
overflow: hidden;
border-radius: 10px;
}
.service-layout4 .rtin-item .rtin-img img {
transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.service-layout4 .rtin-item:hover .rtin-img img {
transform: scale3d(1.3, 1.3, 1.3);
transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.service-layout4 .rtin-item .rtin-content {
position: relative;
border-radius: 10px;
margin: -50px 20px 20px;
padding: 32px 23px 37px;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
background: #ffffff;
z-index: 1;
}
.service-layout4 .rtin-item .rtin-header {
line-height: 1;
}
.service-layout4 .rtin-item .rtin-header i {
display: inline-block;
margin-bottom: 12px;
font-size: 48px;
color: #0554f2;
transition: all 0.4s ease;
}
.service-layout4 .rtin-item .rtin-title {
margin-bottom: 14px;
}
.service-layout4 .service-more-button {
margin-top: 15px;
text-align: center;
}
.service-layout4 .rtin-item .services-item-overlay {
display: block;
position: absolute;
width: 100%;
height: 0%;
bottom: 0;
left: 0;
color: #ffffff;
background-color: #0554f2;
z-index: -1;
border-radius: 5px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.service-layout4 .rtin-item:hover .services-item-overlay {
height: 100%;
opacity: 1;
visibility: visible;
top: inherit;
bottom: 0;
}
.service-layout4 .rtin-item:hover .rtin-header i,
.service-layout4 .rtin-item:hover .rtin-header .rtin-title a,
.service-layout4 .rtin-item:hover .rtin-content {
color: #ffffff;
}
.service-layout4 .rtin-item:hover .button-style-1 {
color: #ffffff;
padding-left: 0px;
transition: all 0.4s ease;
}
.service-layout4 .rtin-item .button-style-1 {
padding-left: 33px;
}
.service-layout4 .rtin-item .button-style-1 svg {
visibility: hidden;
opacity: 0;
width: 23px;
margin-left: 10px;
}
.service-layout4 .rtin-item:hover .button-style-1 svg {
visibility: visible;
opacity: 1;
}
.service-layout4 .rtin-item .button-style-1 path.rt-button-cap {
stroke: #ffffff;
}
@media(max-width: 991px) {
.service-layout4 > .row {
display: flex;
justify-content: center;
}
} .service-layout5 .rtin-item {
position: relative;
overflow: hidden;
border-radius: 10px;
background-color: white;
margin-bottom: 30px;
padding: 49px 25px 42px;
z-index: 2;
box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 4%);
transition: all 0.4s ease;
}
.service-layout5 .rtin-item:hover {
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 8%);
}
.service-layout5 .rtin-item .rtin-content i {
display: inline-block;
margin-top: 20px;
font-size: 64px;
color: #0554f2;
line-height: 1;
transition: all 0.4s ease;
}
.service-layout5 .rtin-item .rtin-title {
margin-bottom: 14px;
}
.service-layout5 .rtin-item:hover .rtin-title a {
color: #0554f2;
}
.service-layout5 .service-more-button {
margin-top: 15px;
}
.service-layout5 .button-style-1 {
color: #14133b;
}
.service-layout5 .btn-common path.rt-button-cap {
stroke: #14133b;
}
.service-layout5 .btn-common:hover path.rt-button-cap {
stroke: #0554f2;
}
.service-layout5 .rtin-item .button-style-1 svg {
width: 23px;
margin-left: 10px;
} @media(max-width: 767px) {
.single-techkit_service .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
}
.service-single .single-service-inner .post-thumb {
position: relative;
margin-bottom: 44px;
}
.service-single .single-service-inner .post-thumb img {
border-radius: 10px;
}
.service-single .single-service-inner .post-thumb .service-icon {
position: absolute;
bottom: 30px;
left: 30px;
background-color: #0554f2;
border-radius: 5px;
padding: 12px 25px;
font-size: 60px;
font-weight: 700;
color: #ffffff;
line-height: 1.2;
text-align: center;
}
.service-single .single-service-inner .post-thumb .service-icon span {
display: block;
font-size: 18px;
font-weight: 500;
}
.service-single .single-service-inner .rtin-title {
margin-bottom: 25px;
font-size: 40px;
}
.service-single .single-service-inner h3 {
font-size: 28px;
margin-bottom: 7px;
}
.service-single .single-service-inner ul {
list-style: none;
padding: 0;
}
.service-single .single-service-inner ul li {
display: block;
position: relative;
padding-left: 29px;
font-size: 15px;
color: #14133b;
font-family: "Roboto", sans-serif;
font-weight: 500;
line-height: 1.5;
margin-bottom: 20px;
}
.service-single .single-service-inner ul li i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
line-height: 1;
left: 0;
color: #0554f2;
}
.service-single .single-service-inner .single-image-small {
margin-bottom: 25px;
}
.service-single .single-service-inner .single-image-small img {
border-radius: 10px;
} .team-default .rtin-content ul {
list-style: none;
margin: 0;
padding: 0;
}
.team-default .rtin-content .rtin-title {
margin-bottom: 0;
line-height: 1.2;
}
.team-default .rtin-content .rtin-title a {
color: #14133b;
}
.team-default .rtin-content .rtin-title a:hover {
color: #0554f2;
}
.team-default .team-button {
text-align: center;
margin-top: 40px;
} .team-multi-layout-1 .rtin-content p {
margin-top: 10px;
}
.team-multi-layout-1 .rtin-content .rtin-designation {
color: #676666;
font-size: 16px;
font-weight: 500;
margin-top: 5px;
letter-spacing: 1px;
}
.team-multi-layout-1 .rtin-item {
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.team-multi-layout-1 .owl-carousel .owl-stage-outer {
padding: 0 20px;
width: calc(100% + 30px);
margin-left: -20px;
}
.team-multi-layout-1 .rtin-item .rtin-thums {
position: relative;
overflow: hidden;
border-radius: 10px;
margin: 0 0 26px 0;
text-align: center;
}
.team-multi-layout-1 .rtin-item .rtin-thums:before {
position: absolute;
content: "";
width: 261px;
height: 634px;
-webkit-filter: blur(100px);
filter: blur(100px);
background: rgba(0, 0, 0, 0.54);
right: -44%;
opacity: 0;
visibility: hidden;
transition: all 250ms ease-in-out;
}
.team-multi-layout-1 .rtin-item:hover .rtin-thums:before {
opacity: 1;
visibility: visible;
}
@media(max-width:767px) {
.team-multi-layout-1 .rtin-item .rtin-thums img {
width: 100%;
}
}
.team-multi-layout-1 .rtin-item .rtin-social {
right: 20px;
position: absolute;
top: 0;
padding: 10px;
margin: 0;
height: 100%;
z-index: 2;
list-style: none;
display: flex;
flex-direction: column;
justify-content: center;
}
.team-multi-layout-1 .rtin-item .rtin-social li {
margin-bottom: 10px;
text-align: center;
transform: translateX(20px);
opacity: 0;
transition: all 250ms ease-in-out;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li {
transform: translateX(0);
opacity: 1;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(2n) {
transition-delay: 0.1s;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(3n) {
transition-delay: 0.3s;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(4n) {
transition-delay: 0.5s;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(5n) {
transition-delay: 0.7s;
}
.team-multi-layout-1 .rtin-item:hover .rtin-social li:nth-child(6n) {
transition-delay: 0.9s;
}
.team-multi-layout-1 .rtin-item .rtin-social li:last-child {
margin-bottom: 0;
}
.team-multi-layout-1 .rtin-item .rtin-social li a {
color: #0554f2;
font-size: 16px;
width: 50px;
height: 50px;
line-height: 50px;
background: #ffffff;
display: block;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
.team-multi-layout-1 .rtin-item .rtin-social li a:hover {
color: #ffffff;
background-color: #0554f2;
}
.team-multi-layout-1.team-slider-style4 .rtin-item {
margin-bottom: 0;
} .team-multi-layout-2 .rtin-content .rtin-title span {
color: #868686;
font-size: 15px;
font-weight: 500;
}
.team-multi-layout-2 .rtin-item {
position: relative;
z-index: 1;
text-align: center;
margin-bottom: 30px;
}
.team-multi-layout-2 .rtin-content-wrap .rtin-thums {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 24px;
width: 100%;
}
.team-multi-layout-2 .rtin-content-wrap .rtin-thums img {
transform: translateX(50px) scale(1.3) translateY(50px);
filter: grayscale(100%);
transition: all 0.4s ease;
}
.team-multi-layout-2 .rtin-item:hover .rtin-content-wrap .rtin-thums img {
transform: translateX(0px) scale(1) translateY(0px);
filter: grayscale(0%);
transition: all 0.4s ease;
}
.team-multi-layout-2 .rtin-social {
position: absolute;
margin: 0;
width: 100%;
bottom: 30px;
}
.team-multi-layout-2 .rtin-social li {
display: inline-block;
margin: 0;
padding: 0 5px;
transform: translateX(15px);
opacity: 0;
visibility: visible;
transition: all 0.4s ease;
transition-delay: 0s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li {
transform: translateX(0px);
opacity: 1;
visibility: visible;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(2n) {
transition-delay: 0.2s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(3n) {
transition-delay: 0.3s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(4n) {
transition-delay: 0.4s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(5n) {
transition-delay: 0.5s;
}
.team-multi-layout-2 .rtin-item:hover .rtin-social li:nth-child(6n) {
transition-delay: 0.6s;
}
.team-multi-layout-2 .rtin-social li:last-child {
margin-right: 0;
}
.team-multi-layout-2 .rtin-social li a {
background: #ffffff;
font-size: 16px;
transition: all 0.3s ease-in-out;
width: 50px;
height: 50px;
line-height: 50px;
color: #0554f2;
display: block;
border-radius: 50%;
}
.team-multi-layout-2 .rtin-social li a:hover {
background: #0554f2;
color: #ffffff;
}
.team-multi-layout-2.team-slider-style5 .rtin-item {
margin-bottom: 0;
} .team-default .no-gutters .rtin-item {
margin-bottom: 0;
}
.team-default.team-multi-layout-3 .rtin-content .rtin-title a {
color: #ffffff;
}
.team-default.team-multi-layout-3 .rtin-content .rtin-title a:hover {
color: #ececec;
}
.team-default.team-multi-layout-3 .rtin-content .rtin-designation {
color: #ffffff;
font-weight: 400;
}
.team-default.team-multi-layout-3 .rtin-content p {
color: #ffffff;
}
.team-multi-layout-3 .rtin-item {
position: relative;
z-index: 1;
text-align: center;
margin-bottom: 30px;
background: #ffffff;    
transition: all 0.3s ease-in-out;
}
.team-multi-layout-3 .rtin-item .rtin-content .rtin-title {
opacity: 0;
visibility:  hidden;
transform: translateY(20px);
transition: all 160ms ease-in-out;
transition-delay: 0.4s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content .rtin-title {
opacity: 1;
visibility:  visible;
transform: translateY(0);
}
.team-multi-layout-3 .rtin-item .rtin-content .rtin-designation {
opacity: 0;
visibility:  hidden;
transform: translateY(20px);
transition: all 160ms ease-in-out;
transition-delay: 0.6s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content .rtin-designation {
opacity: 1;
visibility:  visible;
transform: translateY(0);
}
.team-multi-layout-3 .rtin-item .rtin-content ul {
opacity: 0;
visibility:  hidden;
transform: translateY(20px);
transition: all 160ms ease-in-out;
transition-delay: 0.8s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content ul {
opacity: 1;
visibility:  visible;
transform: translateY(0);
}
.team-multi-layout-3 .rtin-item .rtin-content p {
opacity: 0;
visibility:  hidden;
transform: translateY(50px);
transition: all 0.5s ease-in-out;
transition-delay: 0.8s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content p {
opacity: 1;
visibility:  visible;
transform: translateY(0);
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap {
position: relative;
overflow: hidden;
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap .rtin-thums {
position: relative;
background-color: #000000;
border-radius: 5px;
display: inline-block;
width: 100%;
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap .rtin-thums img {
border-radius: 5px;
transition: all ease 0.5s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content-wrap .rtin-thums img {
opacity:  0.7;
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap .mask-wrap .rtin-content {
position: absolute;
left: 0;
right: 0;
bottom: -100%;
opacity: 0;
z-index: 1;
padding: 30px 30px 15px;
visibility: hidden;
transition: all ease 0.5s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content-wrap .mask-wrap .rtin-content {
bottom: 0;
opacity: 1;
visibility: visible;
}
.team-multi-layout-3 .rtin-item .rtin-content-wrap .rtin-content:after {
position: absolute;
content: "";
background-color: #0554f2;
background-image: url(//globaloceanlink.pl/wp-content/themes/techkit/assets/element/shape25.png);
background-position: center bottom;
background-size: contain;
background-repeat: no-repeat;
left: 0;
bottom: -100%;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
visibility: hidden;
transition: all ease 0.5s;
}
.team-multi-layout-3 .rtin-item:hover .rtin-content-wrap .rtin-content:after {
bottom: 0;
opacity: 1;
visibility: visible;
}
.team-default.team-multi-layout-3 .rtin-content ul {
margin-bottom: 15px;
}
.team-multi-layout-3 .rtin-social li {
display: inline-block;
margin-right: 15px;
transition: all 0.5s ease-in-out;
}
.team-multi-layout-3 .rtin-social li:last-child {
margin-right: 0;
}
.team-multi-layout-3 .rtin-social li a {
display: block;
color: #ffffff;
font-size: 16px;
transition: all 0.3s ease-in-out;
}
.team-multi-layout-3 .rtin-social li a:hover {
color: #14133b;
}
.team-multi-layout-3 .no-gutters .rtin-item .rtin-content-wrap .rtin-thums,
.team-multi-layout-3 .no-gutters .rtin-item .rtin-content-wrap .rtin-thums img {
border-radius: 0;
} .team-single .rtin-thumb {
background-color: #f9fafc;
border-radius: 10px;
text-align: center;
position: relative;
z-index: 2;
}
.team-single .rtin-thumb img {
width: 100%;
border-radius: 10px 10px 0 0;
}
.team-single .rtin-heading {
margin-bottom: 25px;
line-height: 1;
}
.team-single .rtin-heading h2 {
color: #14133b;
font-size: 36px;
line-height: 1.3;
margin-bottom: 10px;
margin-top: -7px;
}
.team-single .rtin-heading .designation {
font-size: 24px;
color: #14133b;
font-weight: 600;
font-family: 'Barlow', sans-serif;
}
.team-single .rtin-heading .designation span {
font-size: 18px;
color: #0554f2;
font-weight: 600;
}
.team-single .team-content-wrap .rtin-content {
border-radius: 10px;
padding: 50px 50px 52px;
box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
}
.team-single .team-content-wrap .rtin-content ul li {
display: inline-block;
margin-right: 10px;
font-size: 16px;
color: #444444;
}
.team-single .team-content-wrap ul.rtin-social {
margin: 35px 0 0px 0;
padding: 0;
list-style: none;
}
.team-single .team-content-wrap ul.rtin-social li a {
font-size: 16px;
text-align: center;
color: #0554f2;
background: #f7f7f7;
border-radius: 50%;
width: 45px;
height: 45px;
line-height: 50px;
display: block;
}
.team-single .team-content-wrap .rtin-content ul.rtin-social li a:hover {
background-color: #0554f2;
color: #ffffff;
}
.team-single .team-content-wrap .rtin-content ul li:last-child {
margin-right: 0;
} .team-single .team-skill-wrap {
border-radius: 10px;
margin-top: 30px;
padding: 50px 50px 54px;
box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
}
.team-single .rtin-skills .rtin-skill-each .progress .progress-bar > span:before {
display: none;
}
.team-single .rtin-team-info {
border-radius: 0 0 10px 10px;
padding: 33px 50px 26px;
background-color: #ffffff;
box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
}
.team-single .rtin-team-info ul {
list-style: none;
margin: 0;
padding: 0;
}
.team-single .rtin-team-info ul li {
display: block;
color: #868686;
font-weight: 400;
margin-right: 0;
margin-bottom: 8px;
}
.team-single .rtin-team-info ul li span {
color: #14133b;
font-weight: 500;
}
.team-single .rtin-team-info a {
color: #868686;
}
.team-single .rtin-team-info a:hover {
color: #0554f2;
}
.team-single .team-content-wrap h4 {
display: block;
position: relative;
color: #14133b;
font-size: 24px;
margin-bottom: 15px;
line-height: 1.4;
z-index: 2;
}
.team-single .team-contact-wrap {
margin-top: 60px;
background: #ffffff;
border-radius: 10px;
margin-bottom: 0;
}
.team-single .team-contact-wrap h3 {
display: block;
position: relative;
color: #14133b;
font-size: 24px;
margin-bottom: 30px;
line-height: 1.4;
z-index: 2;
}
.team-single .rt-related-post {
margin-top: 120px;
margin-bottom: 0;
padding-top: 110px;
border-top: 1px solid #ebebeb;
}
.team-single .rt-related-post .title-section h3 {
font-size: 28px;
}
@media(max-width:991px) {
.team-single .team-contact-wrap {
padding-top: 100px;
}
.team-single .team-skill-wrap {
margin-top: 25px;
}
.team-single .rtin-team-info {
width: 100%;
}
.team-single .rt-related-post {
margin-top: 80px;
padding-top: 80px;
}
}
@media(max-width:767px) {
.single-techkit_team .content-area {
padding-top: 80px;
padding-bottom: 50px;
}
.team-single .team-contact-wrap {
padding-top: 40px;
}
} .case-default .rtin-item .rtin-title {
margin-bottom: 0;
}
.case-default .rtin-item .rtin-title a {
color: #ffffff;
}
.case-default .rtin-item .rtin-cat {
color: #d7d7ef;
font-weight: 500;
}
.case-default .rtin-item .rtin-cat a {
color: #d7d7ef;
font-family: "Barlow", sans-serif;
}
.case-default .case-button {
margin-top: 20px;
text-align: center;
} .case-multi-layout-1 .rtin-item {
position: relative;
margin-bottom: 30px;
}
.case-multi-layout-1 .rtin-item .rtin-figure {
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.case-multi-layout-1 .rtin-item .rtin-content {
background: #14133b;
text-align: center;
padding: 15px 15px;
border-radius: 10px;
margin: 0 15px;
margin-top: -52px;
position: relative;
z-index: 1;
transition: all 0.4s ease;
}
.case-multi-layout-1 .rtin-item:hover .rtin-content {
background-color: #0554f2;
}
.case-multi-layout-1 .rtin-item .rtin-figure img {
width: 100%;
transition: 1.5s;
}
.case-multi-layout-1 .rtin-item:hover .rtin-figure img {
transform: scale(1.1);
transition: 2s;
}
.case-multi-layout-1.rt-related-post {
margin-top: 110px;
}
.case-multi-layout-1.rt-related-post .rtin-item {
margin-bottom: 0;
}
.case-multi-layout-1.rt-related-post .title-section .related-title {
font-size: 30px;
}
.case-multi-layout-1.case-slider-layout1 .rtin-item {
margin-bottom: 0;
} .case-multi-layout-2 .no-gutters > div {
padding: 0;
}
.case-multi-layout-2 .no-gutters .rtin-item {
margin-bottom: 0;
}
.case-multi-layout-2 .rtin-item {
position: relative;
border-radius: 10px;
overflow: hidden;
margin-bottom: 30px;
}
.case-multi-layout-2 .rtin-item .img-popup-icon {
position: absolute;
right: 0;
left: 0;
width: 65px;
height: 65px;
display: inline-block;
margin: 0 auto;
top: 50%;
transform: translateY(-30%) scaleY(0);
background: #f5f5f5;
text-align: center;
line-height: 65px;
font-size: 18px;
border-radius: 50%;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.case-multi-layout-2 .rtin-item .img-popup-icon:hover {
background-color: #0554f2;
color: #ffffff;
}
.case-multi-layout-2 .rtin-item .rtin-title, 
.case-multi-layout-2 .rtin-item .rtin-cat {
position: absolute;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
text-align: center;
opacity: 0;
visibility: hidden;
}
.case-multi-layout-2 .rtin-item .rtin-title {
transform: translateY(0px);
margin-bottom: 15px;
}
.case-multi-layout-2 .rtin-item .rtin-cat {
transform: translateY(0px);
color: #ffffff;
font-size: 16px;
}
.case-multi-layout-2 .rtin-item:hover .rtin-title, 
.case-multi-layout-2 .rtin-item:hover .rtin-cat {
opacity: 1;
visibility: visible;
}
.case-multi-layout-2 .rtin-item:hover .img-popup-icon {
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
transform: translateY(-50%) scaleY(1);
}
.case-multi-layout-2 .rtin-item:hover .rtin-title {
transform: translateY(-47px);
transition: 1s;
}
.case-multi-layout-2 .rtin-item:hover .rtin-cat {
transform: translateY(-30px);
transition: 1.2s;
color: rgba(255, 255, 255, 0.8);
}
.case-multi-layout-2 .rtin-item .item-overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgba(20, 19, 59, 0.8);
top: 0;
left: 100%;
}
.case-multi-layout-2 .rtin-item .rtin-figure {
display: block !important;
}
.case-multi-layout-2 .rtin-item .rtin-figure img {
transform: scale(1);
transition: 1s;
}
.case-multi-layout-2 .rtin-item:hover .rtin-figure img {
transform: scale(1.4);
transition: 1.5s;
} .case-multi-layout-3 .rtin-item {
position: relative;
margin-bottom: 30px;
}
.case-multi-layout-3 .rtin-item .rtin-figure {
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.case-multi-layout-3 .rtin-item .rtin-content {
position: absolute;
left: 20px;
right: 60px;
bottom: 20px;
background-color: #0554f2;
padding: 19px 19px 19px 30px;
border-radius: 10px;
opacity: 0;
visibility: hidden;
text-align: left !important;
transform: scale(0.9);
transition: all 0.4s ease;
}
.case-multi-layout-3 .rtin-item:hover .rtin-content {
transition: all 0.4s ease;
transform: scale(1);
opacity: 1;
visibility: visible;
}
.case-multi-layout-3 .rtin-item .rtin-figure img {
width: 100%;
transition: 1.5s;
}
.case-multi-layout-3 .rtin-item:hover .rtin-figure img {
transform: scale(1.1);
transition: 2s;
}
.case-multi-layout-3 .rtin-item .link {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 16px;
padding: 12px 22px;
background: #ffffff;
color: #0554f2;
text-align: center;
border-radius: 5px;
right: 0px;
transition: all 0.4s ease;
}
.case-multi-layout-3 .rtin-item:hover .link {
right: -33px;
transition: all 0.4s ease;
}
.case-multi-layout-3 .rtin-item .link:hover i {
transform: rotate(360deg);
transition: all 0.4s ease;
} .case-multi-layout-4 .rtin-item {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 30px;
}
.case-multi-layout-4 .rtin-item .rtin-content {
position: absolute;
bottom: 0;
left: 0;
padding: 0px 40px 20px;
transform: translateY(60px);
transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item .rtin-content::before {
position: absolute;
content: "";
width: 100%;
height: 169px;
left: 0;
bottom: 30px;
background-image: linear-gradient(transparent, #000), linear-gradient(transparent, #000);
transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item .rtin-title {
font-size: 28px;
color: #ffffff;
font-weight: 500;
transform: translateY(17px);
transition: all 0.4s ease;
margin-bottom: 10px;
}
@media(max-width: 480px) {
.case-multi-layout-4 .rtin-item .rtin-title {
transform: translateY(35px);
}
}
.case-multi-layout-4 .rtin-item .rtin-cat {
color: #ffffff;
transform: translateY(15px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item .rtin-cat a {
color: #ffffff;
}
.case-multi-layout-4 .rtin-item .rtin-content p {
color: #ffffff;
transform: translateY(15px);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
} .case-multi-layout-4 .rtin-item:hover .rtin-content::before {
position: absolute;
content: "";
width: 100%;
height: 235px;
left: 0;
bottom: 0;
background-image: linear-gradient(transparent, #0554f2), linear-gradient(transparent, #0554f2);
transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item:hover .rtin-content {
transform: translateY(0px);
transition: all 0.4s ease;
}
.case-multi-layout-4 .rtin-item:hover .rtin-title {
transform: translateY(0px);
transition-delay: 0.2s;
}
.case-multi-layout-4 .rtin-item:hover .rtin-cat {
transform: translateY(0px);
opacity: 1;
visibility: visible;
transition-delay: 0.4s;
}
.case-multi-layout-4 .rtin-item:hover .rtin-content p {
transform: translateY(0px);
opacity: 1;
visibility: visible;
transition-delay: 0.6s;
}
@media(max-width: 426px) {
.case-multi-layout-4 .rtin-item .rtin-content {
padding-left: 20px;
padding-right: 20px;
}
} .case-multi-layout-5 .rtin-item {
margin-bottom: 30px;
}
.case-multi-layout-5 .rtin-item .rtin-title {
margin-bottom: 7px;
}
.case-multi-layout-5 .rtin-item .rtin-title a {
color: #14133b;
}
.case-multi-layout-5 .rtin-item:hover .rtin-title a {
color: #0554f2;
}
.case-multi-layout-5 .rtin-item .rtin-cat a {
color: #0554f2;
font-weight: 500;
font-family: "Barlow", sans-serif;
}
.case-multi-layout-5 .rtin-item .link {
font-size: 16px;
font-weight: 500;
color: #0554f2;
font-family: "Barlow", sans-serif;
transition: all 0.2s ease;
}
.case-multi-layout-5 .rtin-item .link:hover {
color: #14133b;
padding-left: 7px;
}
.case-multi-layout-5 .rtin-item p {
margin-bottom: 15px;
}
.case-multi-layout-5 .rtin-item .rtin-figure {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 23px;
}
.case-multi-layout-5 .rtin-item .rtin-figure:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(5, 84, 242, 0.7);
z-index: 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.case-multi-layout-5 .rtin-item:hover .rtin-figure::after {
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
}
.case-multi-layout-5 .rtin-item .rtin-figure img {
transform: scale(1);
transition: all 0.4s ease;
}
.case-multi-layout-5 .rtin-item:hover .rtin-figure img {
transform: scale(1.3);
}
@media(max-width:991px) {
.case-multi-layout-5 > .row {
justify-content: center;
}
} .case-multi-layout-6 .rtin-item {
position: relative;
overflow: hidden;
border-radius: 10px;
margin-bottom: 30px;
}
.case-multi-layout-6 .rtin-item::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(20, 19, 59, 0.75);
transform: scale3d(0.8, 0.8, 0.8);
transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
opacity: 0;
visibility: hidden;
z-index: 1;
}
.case-multi-layout-6 .rtin-item:hover::before {
transform: scale3d(1.5, 1.5, 1.5);
transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
opacity: 1;
visibility: visible;
}
.case-multi-layout-6 .rtin-item::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
border: 2px solid rgba(255, 255, 255, 0.16);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
border-radius: 5px;
z-index: 2;
transition: all 1.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
opacity: 0;
visibility: hidden;
}
.case-multi-layout-6 .rtin-item:hover::after {
transform: translateY(-50%) translateX(-50%) scale3d(0.85, 0.79, 0.85);
transition: all 1.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
opacity: 1;
visibility: visible;
}
.case-multi-layout-6 .rtin-item .rtin-figure {
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.case-multi-layout-6 .rtin-item .rtin-figure img {
width: 100%;
-webkit-transition: 1.5s;
-o-transition: 1.5s;
transition: 1.5s;
}
.case-multi-layout-6 .rtin-item:hover .rtin-figure img {
transform: scale(1.1);
-webkit-transition: 2s;
-o-transition: 2s;
transition: 2s;
}
.case-multi-layout-6 .rtin-item .rtin-figure .link {
position: absolute;
bottom: 0px;
left: 50%;
display: inline-block;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #ffffff;
transform: translateX(-50%);
font-size: 16px;
font-weight: 500;
color: #0554f2;
padding: 10px 32px;
border-radius: 5px 5px 0 0;
z-index: 4;
opacity: 0;
visibility: hidden;
transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item:hover .rtin-figure .link {
opacity: 1;
visibility: visible;
bottom: 45px;
transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item .rtin-figure .link:hover {
background-color: #0554f2;
color: #ffffff;
}
.case-multi-layout-6 .rtin-item .rtin-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
left: 0;
text-align: center;
z-index: 3;
overflow: hidden;
}
.case-multi-layout-6 .rtin-item .rtin-title {
transform: translateY(35px);
display: inline-block;
transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item:hover .rtin-title {
transform: translateY(0px);
transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item .rtin-cat {
font-size: 18px;
font-weight: 500;
color: #fbfcff;
display: block;
margin-bottom: 8px;
transform: translateY(-30px);
transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.case-multi-layout-6 .rtin-item .rtin-cat > a {
color: #fbfcff;
display: inline-block;
}
.case-multi-layout-6 .rtin-item:hover .rtin-cat {
transform: translateY(0px);
}
@media(max-width: 376px) {
.case-multi-layout-6 .rtin-item .rtin-figure .link {
padding: 10px 20px;
}
.case-multi-layout-6 .rtin-item:hover .rtin-figure .link {
bottom: 2px;
}
} .case-cat-tab {
margin-bottom: 40px;
text-align: center;
}
.case-cat-tab a {
font-size: 18px;
font-weight: 500;
font-family: 'Barlow', sans-serif;
color: #5b6674;
background: transparent;
border: 0;
padding: 0;
margin-right: 25px;
margin-bottom: 10px;
}
.case-cat-tab a.current {
color: #0554f2;
}
.case-multi-isotope-1 .item-image {
position: relative;
border-radius: 10px;
overflow: hidden;
margin-bottom: 25px;
}
.case-multi-isotope-1 .rtin-figure {
display: block !important;
}
.case-multi-isotope-1 .item-overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgba(5, 84, 242, 0.8);
top: 0;
left: 100%;
}
.case-multi-isotope-1 .rtin-figure .image__link {
position: absolute;
right: 0;
left: 0;
width: 70px;
height: 70px;
display: inline-block;
margin: 0 auto;
top: 50%;
transform: translateY(-30%) scaleY(0);
background: #f5f5f5;
text-align: center;
line-height: 70px;
font-size: 18px;
border-radius: 50%;
z-index: 1;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.case-multi-isotope-1 .rtin-item:hover .image__link {
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
transform: translateY(-50%) scaleY(1);
}
.case-multi-isotope-1 .rtin-item .rtin-title {
margin-bottom: 7px;
}
.case-multi-isotope-1 .rtin-item .rtin-title a {
color: #14133b;
}
.case-multi-isotope-1 .rt-cat a {
color: #14133b;
font-weight: 500;
font-family: "Barlow", sans-serif;
}
.case-multi-isotope-1 .rt-cat a:hover,
.case-multi-isotope-1 .rtin-item .rtin-title a:hover {
color: #0554f2;
}
.case-multi-isotope-1 .rtin-content p {
margin-top: 7px;
margin-bottom: 0;
}
.case-multi-isotope-1 .case-button {
margin-top: 40px;
text-align: center;
} @media(max-width:767px) {
.post-type-archive-techkit_case .content-area,
.tax-techkit_case_category .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
.single-techkit_case .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
}
.case-single .case-header {
margin-bottom: 20px;
}
.case-single .case-header .rtin-title {
color: #0554f2;
font-size: 40px;
}
.case-single .case-header ul {
list-style: none;
margin: 0;
padding: 0;
}
.case-single .case-header ul li {
display: inline-block;
margin-right: 15px;
font-size: 15px;
color: #7a7a7a;
}
.case-single .case-header ul li:last-child{
margin-right: 0;
}
.case-single .case-header ul li a {
color: #7a7a7a;
}
.case-single .case-header ul li a:hover {
color: #0554f2;
}
.case-single .case-header ul li i {
color: #0554f2;
font-size: 15px;
margin-right: 10px;
}
.case-single .case-details-gallery {
margin-right: -10px;
margin-left: -10px;
margin-top: 10px;
}
.case-single .case-details-gallery .item {
padding-right: 10px;
padding-left: 10px;
}
@media(max-width: 991px) {
.case-single .case-details-gallery .item:last-child .case-details-gallery {
display: inherit;
flex-wrap: inherit;
}
.case-single .case-details-gallery .item:last-child .case-details-gallery > .item {
float: left;
}
}
.case-single .case-details-gallery img {
margin-bottom: 20px;
border-radius: 10px;
}
.case-single .rtin-thumbnail {
position: relative;
margin-top: 40px;
}
.case-single .rtin-thumbnail img {
width: 100%;
max-height: 600px;
object-fit: cover;
border-radius: 10px;
}
.case-single .rtin-thumbnail .video-icon {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
}
.case-single .rtin-case-content h3 {
font-size: 35px;
margin-top: 30px;
line-height: 1.2;
}
.case-single .rtin-case-content p {
margin-bottom: 25px;
}
.case-single .post-navigation {
margin: 50px 0 0;
padding: 25px 15px;
border: 1px solid #e1e1e1;
border-radius: 5px;
}
@media(max-width: 425px) {
.case-single .post-navigation {
padding: 20px 10px;
}
}
.case-single .rtin-play {
display: inline-block;
position: relative;
text-align: center;
height: 80px;
width: 80px;
border-radius: 50%;
font-size: 22px;
color: #ffffff;
margin: 0 auto;
animation: pulse infinite 2000ms;
}
.case-single .rtin-play:before {
display: inline-block;
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
border-radius: 50%;
background-color: #0554f2;
z-index: 0;
opacity: 1;
visibility:  visible;
transform: scale(1);
transition: all 0.3s ease-in-out;
}
.case-single .rtin-play:after {
display: inline-block;
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
border-radius: 50%;
background-color: #ffffff;
z-index: -1;
opacity: 0;
visibility: hidden;
transform: scale(1.3);
transition: all 0.3s ease-in-out;
}
.case-single .rtin-play:hover {
color: #0554f2;
}
.case-single .rtin-play:hover:before {
opacity: 0;
visibility: hidden;
transform: scale(0);
}
.case-single .rtin-play:hover:after {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.case-single .rtin-play i {
margin-left: 2px;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.case-single .entry-footer {
margin-bottom: 50px;
margin-top: 50px;
display: flex;
justify-content: space-between;
}
.case-single .entry-footer .post-share .share-links {
opacity: 1;
visibility: visible;
}
.case-single .entry-footer .post-share > ul > li:hover .share-links {
margin: 0;
}
.case-single .entry-footer .like-share {
font-size: 20px;
text-align: right;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
margin-bottom: 0;
cursor: pointer;
}
.case-single .entry-footer .like-share i {
margin-right: 13px;
}
.case-single .entry-footer .liked i {
color: red;
} .review-wrapper .default-testimonial {
margin-right: 295px;
padding-right: 170px;
}
@media (max-width: 1666px){
.review-wrapper .default-testimonial {
margin-right: 60px;
padding-right: 190px;
}
}
@media (max-width: 1366px){
.review-wrapper .default-testimonial {
margin-right: 0;
padding-right: 95px;
}
}
@media (max-width: 1199px){
.review-wrapper .default-testimonial {
margin-right: 0;
padding-right: 0;
}
}
.review-wrapper .rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-next {
right: -115px;
top: 120px;
opacity: 1;
visibility: visible;
}
.review-wrapper .rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-prev {
right: -115px;
top: 185px;
left: auto;
opacity: 1;
visibility: visible;
}
@media (max-width: 1366px){
.review-wrapper .owl-nav {
display: none;
}
}
.review-bg:before {
position: absolute;
content: "";
width: 195px;
height: 100%;
background: #ffffff;
right: 0;
top: 0;
bottom: 0;
}
@media (max-width: 1666px) {
.review-bg:before {
width: 60px;
}
}
@media (max-width: 1199px) {
.review-bg:before {
width: inherit;
background: transparent;
}
.review-wrapper {
padding-right: 0;
margin-left: 0;
}
}
.default-testimonial ul.rating {
list-style: none;
margin: 0;
padding: 0;
}
.default-testimonial ul.rating li i {
color: #f57f19;
font-size: 14px;
}
.default-testimonial .rtin-item .rtin-name {
font-size: 22px;
margin-bottom: 0;
position: relative;
}
.rtin-testimonial-1 .rtin-item {
position: relative;
z-index: 1;
border-radius: 4px;
}
.rtin-testimonial-1 .rtin-item .rtin-content {
background: #ffffff;
padding: 71px 47px;
border-radius: 10px;
position: relative;
}
.rtin-testimonial-1 .rtin-item .rtin-content::before {
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 16px 15px 0 15px;
border-color: #ffffff transparent transparent transparent;
bottom: -16px;
left: 70px;
}
.rtin-testimonial-1 .rtin-item .item-icon {
position: absolute;
top: 25px;
right: 25px;
line-height: 1;
font-size: 42px;
color: #e5e5e5;
}
.rtin-testimonial-1 .rtin-item .rtin-title {
margin-bottom: 15px;
}
.rtin-testimonial-1 .rtin-item .rtin-content p {
margin-bottom: 0;
}
.rtin-testimonial-1 .rtin-item .rtin-figure {
margin-right: 15px;
}
.rtin-testimonial-1 .rtin-item .rtin-figure img {
width: 70px;
}
.rtin-testimonial-1 .rtin-item .rtin-author {
padding: 30px 0 0 47px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.rtin-testimonial-1 .rtin-item .author-info {
text-align: left;
} .rtin-testimonial-2 .rtin-item {
padding: 54px 35px 47px;
border: 1px solid #e6e6e6;
border-radius: 10px;
}
.rtin-testimonial-2 .rtin-item .rtin-content {
position: relative;
text-align: center;
}
.rtin-testimonial-2 .rtin-item .rtin-content p {
font-size: 18px;
color: #444444;
font-style: italic;
}
.rtin-testimonial-2 .rtin-item .rtin-figure {
margin-bottom: 30px;
}
.rtin-testimonial-2 .rtin-item .rtin-thumb {
position: relative;
display: inline-block;
}
.rtin-testimonial-2 .rtin-item .rtin-thumb img {
width: 120px;
}
.rtin-testimonial-2 .rtin-item .rtin-thumb .quote {
position: absolute;
right: -13px;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
color: #ffffff;
background: #0554f2;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 5px;
bottom: 4px;
}
.rtin-testimonial-2 .rtin-item .rtin-name {
padding-top: 25px;
}
.rtin-testimonial-2 .rtin-item .rtin-name::after {
position: absolute;
content: "";
height: 3px;
width: 50px;
background: #0554f2;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
} .rtin-testimonial-3 .rtin-item {
background: #ffffff;
position: relative;
border-radius: 10px;
z-index: 1;
}
.rtin-testimonial-3 .rtin-item .rtin-content {
padding: 45px 45px;
position: relative;
text-align: center;
}
.rtin-testimonial-3 .rtin-item .item-icon .quote {
line-height: 1;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 70px;
height: 70px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #0554f2;
color: #ffffff;
font-size: 35px;
border-radius: 50%;
margin-bottom: 20px;
}
.rtin-testimonial-3 .rtin-item .rtin-title {
margin-bottom: 15px;
}
.rtin-testimonial-3 .rtin-item .rtin-content p {
margin-bottom: 0;
}
.rtin-testimonial-3 .rtin-item .rtin-figure {
margin-right: 15px;
}
.rtin-testimonial-3 .rtin-item .rtin-author {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.rtin-testimonial-3 .rtin-item .rtin-author img {
width: 60px;
}
.rtin-testimonial-3 .rtin-item .author-info {
text-align: left;
}
.rtin-testimonial-grid .rtin-item {
margin-bottom: 30px;
box-shadow: 0 0 10px 0 rgb(222 222 222 / 50%);
} .post-default .rtin-item-post .rtin-content h3 {
line-height: 1.4;
margin-bottom: 18px;
}
.post-default .rtin-item-post .rtin-content h3 a {
color: #14133b;
}
.post-default .rtin-item-post .rtin-content h3 a:hover {
color: #0554f2;
}
.post-default ul.post-grid-meta {
margin-bottom: 0;
padding-left: 0;
}
.post-default ul.post-grid-meta li {
display: inline-block;
color: #7a7a7a;
font-size: 15px;
margin-bottom: 3px;
margin-right: 15px;
line-height: 1;
}
.post-default ul.post-grid-meta li:last-child {
margin-right: 0;
}
.post-default ul.post-grid-meta li i {
color: #0554f2;
margin-right: 10px;
}
.post-default ul.post-grid-meta li a {
color: #7a7a7a;
}
.post-default ul.post-grid-meta li a:hover {
color: #0554f2;
}
.post-default .rtin-item-post .rtin-img img {
width: 100%;
max-width: 100%;
transform: scale(1);
-webkit-transition: all 180ms ease-in-out;
transition: all 180ms ease-in-out;
}
.post-default .rtin-item-post:hover .rtin-img img {
transform: scale(1.1);
}
.post-default .rtin-item-post .blog-cat {
position: absolute;
top: 20px;
right: 20px;
color: #ffffff;
background: #0554f2;
border: 1px solid transparent;
border-radius: 5px;
padding: 8px 14px;
font-size: 14px;
line-height: 1.2;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.post-default .rtin-item-post .blog-cat a {
color: #ffffff;
}
.post-default .rtin-item-post .blog-cat:hover {
background: transparent;
border: 1px solid #ffffff;
} .post-grid-style1 ul.post-grid-meta {
display: flex;
justify-content: space-between;
}
.post-grid-style1 .rtin-item-post {
padding: 28px;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
position: relative;
transition: all 0.4s ease;
}
.post-grid-style1 .row > div:first-child .rtin-item-post {
border-radius: 10px 0 0 10px;
}
.post-grid-style1 .row > div:last-child .rtin-item-post {
border-radius: 0 10px 10px 0;
}
.post-grid-style1 .rtin-item-post::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: white;
box-shadow: 0px 0px 80.64px 3.36px rgb(0 0 0 / 4%);
transform: scaleX(1.012) scaleY(1.01);
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.post-grid-style1 .rtin-item-post:hover::before {
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
}
.post-grid-style1 .rtin-item-post .rtin-img {
border-radius: 10px;
overflow: hidden;
position: relative;
}
.post-grid-style1 .rtin-item-post .rtin-img > a {
display: block;
position: relative;
transition: all 0.4s ease;
}
.post-grid-style1 .rtin-item-post .rtin-img > a::after {
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
top: 50%;
height: 0%;
width: 0%;
border-radius: 100%;
transform: translateY(-50%);
right: 0;
margin: 0 auto;
content: "";
position: absolute;
left: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 0;
}
.post-grid-style1 .rtin-item-post:hover .rtin-img > a::after {
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
width: 100%;
height: 100%;
border-radius: 0;
}
.post-grid-style1 .rtin-item-post .blog-date {
color: #7a7a7a;
font-size: 15px;
margin-bottom: 5px;
display: inline-block;
}
.post-grid-style1 .rtin-item-post .blog-date i {
color: #0554f2;
margin-right: 10px;
}
.post-grid-style1 .rtin-item-post .rtin-content {
padding-top: 22px;
background: #ffffff;
border-radius: 20px;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}
@media(max-width: 991px){
.post-grid-style1 .gutters-0 {
display: flex;
justify-content: center;
}
} .post-grid-style2 .rtin-item-post .rtin-img {
border-radius: 15px 15px 0 0;
overflow: hidden;
position: relative;
}
.post-grid-style2 .rtin-item-post {
background: #ffffff;
border-radius: 15px;
position: relative;
margin-bottom: 30px;
box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.15);
transition: all 0.3s ease-out;
}
.post-grid-style2 .rtin-item-post:hover {
box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.25);
}
.post-grid-style2 .rtin-item-post .rtin-content {
padding: 30px 30px 25px;
background: #fff;
z-index: 2;
position: relative;
border-radius: 0px 0px 15px 15px;
}
.post-grid-style2 .rtin-item-post.no_image .rtin-content {
margin-top: 0;
}
.post-default.post-grid-style2 ul.post-grid-meta {
margin-bottom: 14px;
}
.post-default.post-grid-style2 ul.post-grid-meta > li:after {
display: none;
}
.post-default.post-grid-style2 .blog-btn {
color: #646464;
font-size: 15px;
font-weight: 600;
font-family: 'Barlow', sans-serif;
}
.post-default.post-grid-style2 .blog-btn i {
padding-left:  8px;
transition: all 140ms ease-in-out;
}
.post-default.post-grid-style2 .blog-btn:hover {
color: #0554f2;
}
.post-default.post-grid-style2 .blog-btn:hover i {
padding-left: 14px;
}
@media(max-width: 991px){
.post-grid-style2 .row {
display: flex;
justify-content: center;
}
} .post-grid-style3 .rtin-item-post {
background: #ffffff;
border-radius: 15px;
position: relative;
margin-bottom: 30px;
box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.15);
transition: all 0.3s ease-out;
}
.post-grid-style3 .rtin-item-post:hover {
box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.25);
}
.post-grid-style3 .rtin-item-post .rtin-img {
border-radius: 15px 15px 0 0;
overflow: hidden;
position: relative;
}
.post-grid-style3 .rtin-item-post .rtin-img img {
width: 100%;
max-width: 100%;
transform: scale(1);
transition: all 180ms ease-in-out;
}
.post-grid-style3 .rtin-item-post:hover .rtin-img img {
transform: scale(1.1);
}
.post-grid-style3 .rtin-item-post .rtin-content {
padding: 30px;
background: #fff;
z-index: 2;
position: relative;
border-radius: 15px;
}
.post-grid-style3 .rtin-item-post .rtin-content h3 {
font-size: 30px;
line-height: 1.2;
margin-bottom: 18px;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-content h3 {
font-size: 22px;
line-height: 1.2;
margin-bottom: 15px;
}
.post-grid-style3 .rtin-item-post .rtin-content h3 a {
color: #14133b;
}
.post-grid-style3 .rtin-item-post .rtin-content h3 a:hover {
color: #0554f2;
}
.post-grid-style3 .rtin-item-post .rtin-content p {
margin-bottom: 18px;
}
.post-grid-style3 .rtin-item-post ul.post-grid-meta {
margin-bottom: 10px;
}
.post-grid-style3 .rtin-item-post ul.post-grid-meta > li:after {
display: none;
}
.post-grid-style3 .rtin-item-post .blog-btn {
color: #646464;
font-size: 15px;
font-weight: 600;
font-family: 'Barlow', sans-serif;
}
.post-grid-style3 .rtin-item-post .blog-btn i {
padding-left:  8px;
transition: all 140ms ease-in-out;
}
.post-grid-style3 .rtin-item-post .blog-btn:hover {
color: #0554f2;
}
.post-grid-style3 .rtin-item-post .blog-btn:hover i {
padding-left:  14px;
}
.post-grid-style3 .list-blog .rtin-item-post {
display: flex;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-img {
border-radius: 15px 0 0 15px;
width: 255px;
flex: 1;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-content {
width: 65%;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-img a {
display: block;
height: 100%;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-img img {
height: 100%;
object-fit: cover;
}
@media(max-width: 991px) {
.post-grid-style3 .list-blog .rtin-item-post .rtin-img {
width: 200px;
}
}
@media(max-width: 425px) {
.post-grid-style3 .list-blog .rtin-item-post {
display: inline-block;
}
.post-grid-style3 .list-blog .rtin-item-post .rtin-img {
border-radius: 15px 15px 0 0;
width: auto;
}
} .post-grid-style4 .rtin-item-post .rtin-img {
border-radius: 15px 15px 0 0;
overflow: hidden;
position: relative;
}
.post-grid-style4 .rtin-item-post .rtin-img::before {
position: absolute;
content: "";
height: 160px;
width: 100%;
bottom: -60px;
left: 0;
z-index: 1;
text-align: center;
transition: all 0.4s ease;
background-image: linear-gradient(transparent, #000), linear-gradient(transparent, #000);
}
.post-grid-style4 .rtin-item-post .rtin-img:after {
position: absolute;
content: "";
height: 160px;
width: 100%;
bottom: -60px;
left: 0;
opacity: 0;
visibility: hidden;
text-align: center;
transition: all 0.4s ease;
background-image: linear-gradient(transparent, #0554f2), linear-gradient(transparent, #0554f2);
}
.post-grid-style4 .rtin-item-post:hover .rtin-img:before {
opacity: 0;
visibility: hidden;
}
.post-grid-style4 .rtin-item-post:hover .rtin-img:after {
opacity: 1;
visibility: visible;
}
.post-default.post-grid-style4 .rtin-item-post:hover .rtin-img img {
transform: scale(1);
}
.post-grid-style4 .rtin-item-post {
background: #ffffff;
border-radius: 15px;
position: relative;
margin-bottom: 30px;
box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.15);
transition: all 0.3s ease-out;
}
.post-grid-style4 .rtin-item-post:hover {
margin-top: -10px;
transition: all 0.4s ease;
box-shadow: 0 0 48px 0 rgba(155, 155, 155, 0.25);
}
.post-grid-style4 .rtin-item-post .rtin-content {
padding: 30px;
background: #fff;
z-index: 2;
position: relative;
border-radius: 0px 0px 15px 15px;
}
.post-grid-style4 .rtin-item-post.no_image .rtin-content {
margin-top: 0;
}
.post-default.post-grid-style4 ul.post-grid-meta {
color: #ffffff;
margin: 0 30px;
position: absolute;
bottom: 15px;
left: 0;
right: 0;
z-index: 2;
}
.post-default.post-grid-style4 ul.post-grid-meta > li,
.post-default.post-grid-style4 ul.post-grid-meta li i,
.post-default.post-grid-style4 ul.post-grid-meta li a {
color: #ffffff;
}
.post-default.post-grid-style4 ul.post-grid-meta li a:hover {
color: #ffffff;
}
.post-default.post-grid-style4 ul.post-grid-meta > li:after {
display: none;
}
.post-default.post-grid-style4 .rtin-item-post .blog-cat {
position: relative;
top: inherit;
right: inherit;
color: #000;
background: transparent;
border-radius: 0;
padding: 0;
font-size: 14px;
font-weight: 500;
letter-spacing: 1.4px;
text-transform: uppercase;
}
.post-default.post-grid-style4 .rtin-item-post .blog-cat a {
color: #0554f2;
}
.post-default.post-grid-style4 .rtin-item-post .blog-cat a:hover {
color: #14133b;
}
@media(max-width: 991px){
.post-grid-style4 .row {
display: flex;
justify-content: center;
}
} .post-slider-style3 .owl-carousel .owl-stage-outer {
padding: 0 20px;
width: calc(100% + 40px);
margin-left: -20px;
}
.post-slider-style3 .rtin-item-post {
box-shadow: 0 0 15px 0 rgba(155, 155, 155, 0.15);
}
.post-slider-style3 .rtin-item-post:hover {
box-shadow: 0 0 15px 0 rgba(155, 155, 155, 0.25);
} .offer-active .rt-price-table-box .offer {
position: absolute;
top: 46px;
left: -72px;
transform: rotate(-50deg);
font-size: 18px;
color: #ffffff;
font-weight: 700;
background-color: #0554f2;
padding: 4px 20px;
clip-path: polygon(16% 0, 86% 0, 100% 100%, 0% 100%);
z-index: 2;
width: 245px;
text-align: center;
}
.offer-active .rt-price-table-box .popular-shape:after {
content: "";
height: 170px;
width: 244px;
background-color: #0554f2;
transform: rotate(-50deg);
position: absolute;
top: 45px;
left: 6px;
z-index: -2;
clip-path: polygon(0 0, 100% 0, 86% 100%, 16% 100%);
}
.default-pricing .rt-price-table-box ul li i {
font-size: 12px;
color: #b7b7b7;
margin-right: 7px;
transition: all 0.3s ease-in-out;
}
.default-pricing .shadow-on {
box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.02);
}
.default-pricing.active-class .shadow-on,
.default-pricing .shadow-on:hover {
box-shadow: 0 12px 35px 0 rgba(0, 0, 0, 0.09);
} .rtin-pricing-layout1 {
position: relative;
transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rt-price-table-box .item-icon {
display: inline-flex;
height: 120px;
width: 120px;
justify-content: center;
align-items: center;
background: #edf6ff;
border-radius: 50%;
padding: 15px 10px;
margin-bottom: 30px;
line-height: 1;
}
.rtin-pricing-layout1 .item-icon .rtin-icon {
font-size: 48px;
}
.rtin-pricing-layout1 .item-icon .rtin-img img {
width: 57px;
}
.rtin-pricing-layout1 .price-header .rtin-title {
color: #14133b;
margin-bottom: 15px;
transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rtin-pricing-price .rtin-price {
font-size: 36px;
font-weight: 500;
color: #0554f2;
line-height: 1;
position: relative;
font-family: "Barlow", sans-serif;
transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rtin-price .price-unit {
font-size: 16px;
font-weight: 400;
}
.rtin-pricing-layout1 .rt-price-table-box ul {
list-style: none;
margin: 35px 0 20px 0;
padding: 0;
}
.rtin-pricing-layout1 .rt-price-table-box ul li {
color: #5b6674;
font-size: 16px;
margin-bottom: 10px;
}
.rtin-pricing-layout1 .rt-price-table-box ul li:last-child {
margin-bottom: 0;
}
.rtin-pricing-layout1 .rt-price-table-box {
position: relative;
background: #f8faff;
border-radius: 4px;
padding: 50px 50px;
transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rt-price-table-box .rtin-price-button {
margin-top: 35px;
}
.rtin-pricing-layout1 .rt-price-table-box .button-style-3 {
border-color: #0554f2;
padding: 10px 30px;
}
.rtin-pricing-layout1 .rt-price-table-box:hover {
background-color: #0554f2;
transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rt-price-table-box:hover .button-style-3 {
border-color: #ffffff;
background-color: #ffffff;
}
.rtin-pricing-layout1 .rt-price-table-box:hover .button-style-3:hover {
color: #ffffff;
background: transparent;
}
.rtin-pricing-layout1 .rt-price-table-box:hover ul li,
.rtin-pricing-layout1 .rt-price-table-box:hover ul li i,
.rtin-pricing-layout1 .rt-price-table-box:hover .rtin-pricing-price .rtin-price,
.rtin-pricing-layout1 .rt-price-table-box:hover .price-header .rtin-title {
color: #ffffff !important;
}
.rtin-pricing-layout1 .rt-price-table-box::before {
border-radius: 10px 10px 0 0;
top: 0;
}
.rtin-pricing-layout1 .rt-price-table-box::after {
border-radius: 0px 0px 10px 10px;
bottom: 0;
}
.rtin-pricing-layout1 .rt-price-table-box::before, 
.rtin-pricing-layout1 .rt-price-table-box::after {
content: "";
position: absolute;
width: 100%;
height: 14px;
background: #0554f2;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
z-index: -1;
}
.rtin-pricing-layout1 .rt-price-table-box:hover::before, 
.rtin-pricing-layout1 .rt-price-table-box:hover::after {
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
}
.rtin-pricing-layout1 .rt-price-table-box:hover::before {
top: -14px;
}
.rtin-pricing-layout1 .rt-price-table-box:hover::after {
bottom: -14px;
} .rtin-pricing-layout2 {
position: relative;
margin-bottom: 30px;
z-index: 2;
transition: all 0.45s ease-in-out;
}
.rtin-pricing-layout2 .rt-price-table-box .item-icon {
display: inline-flex;
height: 120px;
width: 120px;
justify-content: center;
align-items: center;
background: #edf6ff;
border-radius: 50%;
padding: 15px 10px;
margin-bottom: 30px;
line-height: 1;
}
.rtin-pricing-layout2 .item-icon .rtin-icon {
font-size: 48px;
}
.rtin-pricing-layout2 .item-icon .rtin-icon i {
display: grid;
}
.rtin-pricing-layout2 .item-icon .rtin-img img {
width: 57px;
}
.rtin-pricing-layout2 .price-header .rtin-title {
color: #14133b;
margin-bottom: 15px;
transition: all 0.3s ease-in-out;
}
.rtin-pricing-layout2 .rtin-pricing-price .rtin-price {
font-size: 36px;
font-weight: 500;
color: #0554f2;
line-height: 1;
position: relative;
font-family: "Barlow", sans-serif;
transition: all 0.3s ease-in-out;
}
.rtin-pricing-layout2 .rtin-price .price-unit {
font-size: 16px;
font-weight: 400;
}
.rtin-pricing-layout2 .rt-price-table-box ul {
list-style: none;
margin: 35px 0 20px 0;
padding: 0;
}
.rtin-pricing-layout2 .rt-price-table-box ul li {
color: #14133b;
font-size: 16px;
margin-bottom: 10px;
transition: all 0.3s ease-in-out;
}
.rtin-pricing-layout2 .rt-price-table-box ul li:last-child {
margin-bottom: 0;
}
.rtin-pricing-layout2 .rt-price-table-box {
position: relative;
background: #ffffff;
border: 3px solid #edf6ff;
border-radius: 10px;
padding: 40px;
transition: all 0.3s ease-in-out;
}
.rtin-pricing-layout2 .rt-price-table-box .rtin-price-button {
margin-top: 35px;
}
.rtin-pricing-layout2 .rt-price-table-box .button-style-3 {
border-color: #0554f2;
padding: 10px 30px;
}
.rtin-pricing-layout2 .rt-price-table-box:hover {
background-color: #0554f2;
border: 3px solid #0554f2;
}
.rtin-pricing-layout2 .rt-price-table-box:hover .button-style-3 {
border-color: #ffffff;
background-color: #ffffff;
}
.rtin-pricing-layout2 .rt-price-table-box:hover .button-style-3:hover {
color: #ffffff;
background: transparent;
}
.rtin-pricing-layout2 .rt-price-table-box:hover ul li,
.rtin-pricing-layout2 .rt-price-table-box:hover ul li i,
.rtin-pricing-layout2 .rt-price-table-box:hover .rtin-pricing-price .rtin-price,
.rtin-pricing-layout2 .rt-price-table-box:hover .price-header .rtin-title {
color: #ffffff !important;
} .rtin-logo-slider .rtin-item {
text-align: center;
margin: 20px 15px;
transition: all 0.3s ease-in-out;
}
.rtin-logo-slider .rtin-item img {
filter: grayscale(100%);
transition: all 1s ease;
}
.rtin-logo-slider .rtin-item:hover img {
filter: invert(100%) sepia(92%) saturate(4039%) hue-rotate(222deg) brightness(97%) contrast(97%);
transition: all 1s ease;
}
.rtin-logo-slider .rt-owl-carousel .owl-stage {
display: flex;
align-items: center;
justify-content: center;
}
.rtin-logo-slider .rt-owl-carousel .rtin-item img {
width: auto;
display: inline-block;
} .logo-grid-layout2 .gutters-5 .rtin-item {
margin-bottom: 10px;
}
.logo-grid-layout2 .gutters-10 .rtin-item {
margin-bottom: 20px;
}
.logo-grid-layout2 .gutters-20 .rtin-item {
margin-bottom: 40px;
}
.logo-grid-layout2 .rtin-item {
text-align: center;
background: #f8faff;
border-radius: 5px;
margin-bottom: 30px;
padding: 10px 20px;
min-height: 145px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease-in-out;
}
.logo-grid-layout2 .rtin-item img {
filter: grayscale(100%);
transition: all 1s ease;
}
.logo-grid-layout2 .rtin-item:hover img {
filter: invert(100%) sepia(92%) saturate(4039%) hue-rotate(222deg) brightness(97%) contrast(97%);
transition: all 1s ease;
} .logo-grid-layout3 .gutters-5 .rtin-item {
margin-bottom: 10px;
}
.logo-grid-layout3 .gutters-10 .rtin-item {
margin-bottom: 20px;
}
.logo-grid-layout3 .gutters-20 .rtin-item {
margin-bottom: 40px;
}
.logo-grid-layout3 .rtin-item {
text-align: center;
border-radius: 10px;
background-color: #ffffff;
padding: 35px 10px;
margin-bottom: 20px;
transition: all 0.3s ease-in-out;
}
.logo-grid-layout3 .rtin-item .rtin-title {
margin-bottom: 0;
margin-top: 15px;
font-size: 24px;
}
.logo-grid-layout3 .rtin-item img {
transition: all 1s ease;
}
.logo-grid-layout3 .rtin-item:hover img {
animation: jump 0.4s linear;
} .rtin-address-default .rtin-item {
margin-bottom: 25px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.rtin-address-default .rtin-item:last-child {
margin-bottom: 0px;
}
.rtin-address-default .rtin-title {
font-size: 20px;
margin-bottom: 5px;
}
.rtin-address-default .rtin-content {
margin-bottom: 20px;
}
.rtin-address-default .rtin-item .rtin-icon {
color: #0554f2;
font-size: 40px;
margin-right: 20px;
margin-top: 5px;
line-height: 1;
}
.rtin-address-default .rtin-item .rtin-info {
font-size: 16px;
}
.rtin-address-default .rtin-item .rtin-info h3 {
color: #14133b;
font-size: 24px;
margin-bottom: 10px;
}
.rtin-address-default .rtin-item .rtin-info a {
color: #646464;
}
.rtin-address-default .rtin-item .rtin-info ul {
list-style: none;
margin: 0;
padding: 0;
}
.rtin-address-default .rtin-item .rtin-info ul li {
display: block;
}
.rtin-address-default .rtin-item .rtin-info .phone-no {
font-style: italic;
font-size: 24px;
}
.rtin-address-default a.button-style-3 {
display: flex;
align-items: center;
justify-content: space-between;
} .rtin-contact-info .rtin-item {
border-radius: 10px;
background-color: #f8fcff;
padding: 40px;
display: flex;
}
.rtin-contact-info .rtin-title {
font-size: 26px;
margin-bottom: 8px;
}
.rtin-contact-info .rtin-icon {
display: inline-block;
font-size: 60px;
margin-bottom: 17px;
margin-right: 20px;
color: #0554f2;
line-height: 1;
transition: all 0.4s ease;
}
.rtin-contact-info .rtin-img img {
width: 60px;
}
.rtin-contact-info:hover .rtin-img img {
animation: jump 0.4s linear;
}
.rtin-contact-info .rtin-img {
display: inline-block;
margin-bottom: 25px;
margin-right: 20px;
}
.rtin-contact-info .rtin-text {
font-size: 18px;
line-height: 1.6;
color: #646464;
margin-bottom: 0;
}
.rtin-contact-info .rtin-text a {
color: #646464;
}
.rtin-contact-info .rtin-text a:hover {
color: #0554f2;
}
@media(max-width: 375px) {
.rtin-contact-info .rtin-item {
display: inherit;
text-align: center;
}
.rtin-contact-info .rtin-icon,
.rtin-contact-info .rtin-img {
margin-right: 0;
}
} .cta-default .action-box h2 span {
font-style: italic;
font-weight: 300;
} .cta-style1 .action-box h2 {
font-size: 40px;
line-height: 1.2;
margin-bottom: 12px;
}
.cta-style1 .action-box .rtin-subtitle {
font-size: 20px;
font-weight: 500;
letter-spacing: 1.6px;
display: block;
margin-bottom: 10px;
}
.cta-style1 .action-box .rtin-button {
margin-top: 40px;
} .cta-style2 .action-box {
display: flex;
align-items: center;
}
.cta-style2 .action-box h2 {
font-size: 40px;
line-height: 1.2;
margin-bottom: 0;
}
.cta-style2 .action-box .rtin-button {
text-align: right;
display: flex;
justify-content: flex-end;
}
.cta-style2 .action-box .rtin-button .item1 {
margin-right: 15px;
}
@media (max-width: 991px) {
.cta-style2 .action-box h2 {
font-size: 38px;
}
.cta-style2 .action-box {
display: inherit;
text-align: center;
}
.cta-style2 .action-box .rtin-button {
margin-top: 25px;
text-align: center;
justify-content: center;
}
}
@media (max-width: 767px) {
.cta-default .action-box h2 br {
display: none;
}
}
@media (max-width: 375px) {
.cta-style2 .action-box .rtin-button .item1 {
margin-right: 0;
margin-bottom: 15px;
}
.cta-style2 .action-box .rtin-button {
display: inherit;
}
} .rt-accordion .accordion-button::after,
.rt-accordion .accordion-button:not(.collapsed)::after {
display: none;
}
.rt-accordion .accordion-button::before {
position: absolute;
right: 20px;
content: "\f078";
font-family: "Font Awesome 5 Free";
font-weight: 700;
background-image: none;
font-size: 16px;
text-align: right;
}
.rt-accordion .accordion-button:not(.collapsed)::before {
transform: rotate(-180deg);
}
.rt-accordion .accordion-header .accordion-button:not(.collapsed) {
border-radius: 5px;
border: 1px solid transparent;
background: #0554f2;
color: #ffffff;
}
.rt-accordion .accordion-button:focus {
z-index: 3;
border-color: none;
outline: 0;
box-shadow: none;
}
.rt-accordion .accordion-item {
border: none;
margin-bottom: 10px;
}
.rt-accordion .accordion-item:last-child {
margin-bottom: 0 !important;
}
.rt-accordion .accordion-collapse.show {
border: none;
color: #646464;
position: relative;
border-radius: 4px;
box-shadow: 0px 7px 65px 0px rgb(0 0 0 / 5%);
transition: all 0.3s ease-in-out;
}
.rt-accordion .accordion-header .accordion-button {
position: relative;
background: #ffffff;
border: 1px solid #e2e2e2;
border-radius: 5px;
font-size: 20px;
color: #14133b;
line-height: 1.4;
transition: all 0.3s ease-in-out;
}
.rt-accordion .accordion-body {
padding: 20px 30px 22px;
}
.rt-accordion .accordion-body p {
margin-bottom: 0;
} .elementor-accordion .elementor-accordion-item {
border: none !important;
margin-bottom: 30px;
}
.elementor-accordion .elementor-accordion-item:last-child {
margin-bottom: 0px;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
position: relative;
background: #ffffff;
border: 1px solid #e2e2e2;
border-radius: 5px;
font-weight: 500;
font-size: 20px;
color: #14133b;
line-height: 1.4;
transition: all 0.3s ease-in-out;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title a {
color: #14133b;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
border-radius: 5px;
border: 1px solid transparent;
background: #0554f2;
color: #ffffff;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a {
color: #ffffff;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content {
border: none;
color: #646464;
position: relative;
padding: 20px 30px 22px;
box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 5%);
transition: all 0.3s ease-in-out;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content p {
margin-bottom: 0;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
width: inherit;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon > span {
position: relative;
top: 1px;
font-size: 22px;
color: #14133b;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
color: #ffffff;
top: 1px;
line-height: 0;
}
@media(max-width: 767px) {
.elementor-accordion .elementor-accordion-item .elementor-tab-content,
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
padding-left: 20px;
padding-right: 20px;
}
} .video-default {
position: relative;
z-index: 1;
}
.video-default .item-icon .rtin-play i {
margin-left: 2px;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.video-default .rtin-video img {
border-radius: 10px;
width: 100%;
height: 100%;
object-fit: cover;
}
.video-default .rtin-video .item-icon .rtin-play {
display: inline-block;
position: relative;
text-align: center;
height: 70px;
width: 70px;
border-radius: 50%;
font-size: 20px;
color: #ffffff;
margin: 0 auto;
z-index: 0;
animation: pulse infinite 2000ms;
}
.video-default .rtin-video .item-icon .rtin-play:before {
display: inline-block;
position: absolute;
left: 0;
top: 0;
content: "";
height: 100%;
width: 100%;
border-radius: 50%;
background-color: #0554f2;
z-index: 0;
opacity: 1;
visibility:  visible;
transform: scale(1);
transition: all 0.3s ease-in-out;
} .video-style1 .rtin-video .item-img:after {
content: "";
height: 100%;
width: 100%;
border-radius: 10px;
background-color: rgba(21, 30, 34, 0.8);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.video-style1 .rtin-video .item-icon {
position: absolute;
bottom: 30px;
right: 30px;
margin: 0 auto;
text-align: center;
z-index: 1;
}
.video-style1 .rtin-video .item-img {
position: relative;
z-index: 1;
} .video-style2 .image-small {
position: absolute;
padding: 10px;
background: #fff;
right: -67px;
top: 222px;
width: 364px;
height: 281px;
}
.video-style2 .rtin-video .item-icon {
position: absolute;
right: 255px;
top: 200px;
}
@media(max-width: 991px) {
.video-style2 .image-small {
display: none;
}
.video-style1 .rtin-video .item-icon,
.video-style2 .rtin-video .item-icon {
right: 0;
left: 0;
top: 50%;
bottom: inherit;
transform: translateY(-50%);
text-align: center;
}
} .video-style3 .rtin-video {
display: inline-flex;
justify-content: center;
align-items: center;
}
.video-style3 .rtin-video .rtin-title {
font-size: 20px;
padding-left: 27px;
margin-bottom: 0;
text-transform: uppercase;
line-height: 1.4;
text-align: left;
} .video-style4 .rtin-video .item-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
left: 0;
justify-content: center;
text-align: center;
}
.video-style4 .rtin-video .item-img {
margin-right: 50px;
}
.video-style4 .rtin-video .item-img img {
border-radius: 50%;
padding: 30px 0;
}
.video-style4 .rtin-video .shape {
position: absolute;
content: "";
height: 100%;
width: 335px;
right: 0;
top: 0;
background: #0554f2;
z-index: -1;
}
@media(max-width: 767px) {
.video-style4 .rtin-video .item-img {
margin-right: 0;
}
.video-style4 .rtin-video .shape {
display: none;
}
} .progress-circular-layout {
text-align: center;
}
.progress-circular-layout .progress-circular {
margin-bottom: 15px;
}
.progress-circular-layout .rtin-title {
margin-bottom: 6px;
color: #646464;
font-size: 20px;
} .rtin-progress-bar {
overflow: hidden;
}
.rtin-progress-bar .rtin-name {
color: #14133b;
font-size: 20px;
font-weight: 500;
line-height: 1.5;
margin-bottom: 10px;
}
@media(max-width: 480px) {
.rtin-progress-bar .rtin-name {
font-size: 20px !important;
}
}
.rtin-progress-bar .progress {
background-color: #f0f0f0;
border-radius: 4px;
box-shadow: none;
overflow: visible;
margin: 0;
}
.rtin-progress-bar .progress .progress-bar {
position: relative;
background: #0554f2;
border-radius: 4px;
height: 10px;
overflow: inherit;
animation-duration: 1.5s;
animation-delay: 1.2s;
animation-name: fadeInLeft;
}
.rtin-progress-bar .progress .progress-bar > span {
font-size: 18px;
font-weight: 500;
color: #14133b;
position: absolute;
right: 0;
top: -33px;
padding-bottom: 10px;
line-height: 1;
}
.rtin-progress-bar .progress .progress-bar > span:before, 
.rtin-progress-bar .progress .progress-bar > span:after {
border: medium solid transparent;
content: " ";
height: 0;
position: absolute;
top: 100%;
width: 0;
}
.rtin-progress-bar .progress .progress-bar > span:before {
border-top-color: #0554f2;
border-width: 5px;
left: 50%;
margin-left: -5px;
} .rt-counter .rtin-item {
position: relative;
margin-bottom: 30px;
}
.rt-counter .rtin-item .rtin-title {
font-size: 20px;
color: #14133b;
line-height: 1.4;
margin-bottom: 0px;
position: relative;
}
.rt-counter .rtin-item .rtin-counter {
color: #0554f2;
font-size: 60px;
font-weight: 500;
display: inline-block;
margin-bottom: 14px;
line-height: 1;
z-index: 3;
position: relative;
font-family: "Barlow", sans-serif;
}
.rt-counter.rtin-center {
text-align: center;
}
.rt-counter.rtin-center .rtin-item .rtin-title:after {
right: 0;
}
.rt-counter.rtin-right {
text-align: right;
}
.rt-counter.rtin-right .rtin-item .rtin-title:after {
right: 0;
left: inherit;
}
.rt-counter .rtin-item .rtin-media {
line-height: 1;
margin-bottom: 24px;
}
.rt-counter .rtin-item .rtin-media i,
.rt-counter .rtin-item .rtin-media i:before {
font-size: 48px;
color: #d6d6d6;
transition: all 0.3s ease-in-out;
} .rt-counter.rtin-counter-style2 .rtin-item {
background: #0554f2;
border-radius: 10px;
padding: 27px 15px 30px;
}
.rt-counter.rtin-counter-style2 .rtin-item .rtin-title {
color: #ffffff;
}
.rt-counter.rtin-counter-style2 .rtin-item .rtin-counter {
color: #ffffff;
margin-bottom: 6px;
} .rt-counter.rtin-counter-style3 .rtin-item .rtin-content {
display: flex;
align-items: center;
}
.rt-counter.rtin-counter-style3 .rtin-item .rtin-title {
max-width: 120px;
margin-left: 23px;
text-align: left;
}
.rt-counter.rtin-counter-style3 .rtin-item .rtin-counter {
margin-bottom: 0;
} .rtin-story .story-layout {
position: relative;
margin: 0;
padding: 0;
z-index: 1;
}
.rtin-story .story-layout:before {
content: '';
position: absolute;
left: 50%;
background-color: #e6e6e6;
transform: translateX(-50%);
top: 0;
width: 2px;
height: 100%;
}
.rtin-story .story-layout .story-box-layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 500px;
width: 100%;
position: relative;
z-index: 1;
margin-bottom: 50px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) {
left: 50%;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) {
left: calc(50% - 500px);
text-align: right;
}
.rtin-story .story-layout .timeline-circle {
width: 25px;
height: 25px;
background: #eaf1ff;
border-radius: 50%;
position: absolute;
top: 40px;
z-index: 1;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .timeline-circle {
left: -13px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .timeline-circle {
right: -12px;
}
.rtin-story .story-layout .timeline-circle:before {
position: absolute;
content: "";
width: 10px;
height: 10px;
background: #0554f2;
z-index: 2;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
margin: 0 auto;
left: 0;
border-radius: 50%;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd):before {
left: -10px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even):before {
right: -10px;
}
.rtin-story .story-layout .story-box-layout .rtin-year {
font-size: 32px;
color: #0554f2;
position: absolute;
z-index: 1;
margin-bottom: 0;
margin-top: 38px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-year {
left: -130px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-year {
right: -130px;
}
.rtin-story .story-layout .story-box-layout .rtin-img {
position: absolute;
z-index: 1;
margin-top: 100px;
}
.rtin-story .story-layout .story-box-layout .rtin-img img {
border-radius: 10px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-img {
left: -421px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-img {
right: -421px;
}
.rtin-story .story-layout .story-box-layout .rtin-content {
position: relative;
background-color: #fff;
border-radius: 10px;
padding: 30px 40px;
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
transition: all 0.3s ease-in-out;
}
.rtin-story .story-layout .story-box-layout .rtin-content:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-style: solid;
filter: drop-shadow(0px 0px 54px rgba(2, 2, 2, 0.4)) drop-shadow(0px 0px 54px rgba(2, 2, 2, 0.4));
top: 40px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-content:after {
border-width: 15px 16px 15px 0;
left: -16px;
border-color: transparent #ffffff transparent transparent;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content:after {
border-width: 15px 0 15px 16px;
right: -16px;
border-color: transparent transparent transparent #ffffff;
}
.rtin-story .story-layout .story-box-layout:hover .rtin-content {
box-shadow: 0 0 50px 0 rgba(222, 222, 222, 0.9);
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-content {
margin-left: 50px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content {
margin-right: 50px;
}
.rtin-story .story-layout .story-box-layout .rtin-content .rtin-title {
margin-bottom: 7px;
}
@media only screen and (max-width: 1199px) {
.rtin-story .story-layout .story-box-layout {
max-width: 450px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) {
left: calc(50% - 450px);
}
}
@media only screen and (max-width: 991px) {
.rtin-story .story-layout:before {
left: 105px;
height: calc(100% - 20px);
top: 20px;
}
.rtin-story .story-layout .story-box-layout {
max-width: inherit;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) {
left: 0;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) {
left: 0;
text-align: left;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .timeline-circle {
left: 92px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .timeline-circle {
left: 92px;
right: inherit;
}
.rtin-story .story-layout .story-box-layout .rtin-year {
position: inherit;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-year {
left: 0;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-year {
left: 0;
right: inherit;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-content {
margin-left: 80px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content {
margin-left: 80px;
margin-right: inherit;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content:after {
border-width: 15px 16px 15px 0;
left: -16px;
right: inherit;
border-color: transparent #ffffff transparent transparent;
}
.rtin-story .story-layout .story-box-layout .rtin-img {
position: relative;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-img {
left: inherit;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-img {
right: inherit;
}
}
@media only screen and (max-width: 767px) {
.rtin-story .story-layout:before {
display: none;
}
.rtin-story .story-layout .story-box-layout {
display: block;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd):before {
display: none;
}
.rtin-story .story-layout .story-box-layout:nth-child(even):before {
display: none;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) {
text-align: center;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) {
text-align: center;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-year {
margin-bottom: 15px;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-year {
margin-bottom: 15px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .rtin-content {
margin-left: 0;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .rtin-content {
margin-left: 0;
}
.rtin-story .story-layout .story-box-layout .rtin-year {
margin-top: 0;
}
.rtin-story .story-layout .story-box-layout .rtin-img {
margin-top: 50px;
}
.rtin-story .story-layout .story-box-layout:nth-child(odd) .timeline-circle {
left: 0;
right: 0;
margin: 0 auto;
}
.rtin-story .story-layout .story-box-layout:nth-child(even) .timeline-circle {
left: 0;
right: 0;
margin: 0 auto;
}
.rtin-story .story-layout .story-box-layout .rtin-content {
padding: 25px 20px 25px;
}
.rtin-story .story-layout .story-box-layout .rtin-content:after {
display: none;
}
.rtin-story .story-layout .story-box-layout .rtin-img img {
border-radius: 7px 7px 0 0;
width: 100%;
}
} .apply-item {
padding: 38px 55px 35px 55px;
border: 1px solid #e1e1e1;
border-radius: 10px;
margin: 0 100px 30px;
}
.apply-item .apply-content {
margin-bottom: 20px;
}
.apply-item .rtin-title {
margin-bottom: 15px;
}
.apply-item .apply-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.apply-item .apply-footer .job-meta .item {
color: #14133b;
margin-right: 80px;
font-weight: 500;
font-family: "Barlow", sans-serif;
}
@media(max-width: 767px) {
.apply-item .apply-footer .job-meta .item {
margin-right: 20px;
}
}
@media(max-width: 425px) {
.apply-item .apply-footer .job-meta .item {
display: block;
}
}
.apply-item .apply-footer .job-meta .item:last-child {
margin-right: 0;
}
.apply-item .apply-footer .job-meta .item .primary-text-color {
color: #0554f2;
margin-left: 5px;
}
.apply-item .job-button .button-style-2 {
background: #eff4ff;
color: #0554f2;
padding: 10px 14px 10px 22px;
}
.apply-item .button-style-2.btn-common path.rt-button-cap {
stroke: #0554f2;
}
@media(max-width: 1199px) {
.apply-item {
margin: 0 0 30px;
}
}
@media (max-width: 625px) {
.apply-item .job-button {
margin-top: 20px;
}
}
@media (max-width: 575px) {
.apply-item {
padding: 35px 20px 35px 20px;
}
} .rtel-tab-toggle .nav-tabs {
position: relative;
border-bottom: none;
display: flex;
justify-content: center;
}
.rtel-tab-toggle .nav-item {
border-bottom: 2px solid #dbdbe3;
}
.rtel-tab-toggle .nav-item .nav-link {
font-size: 16px;
color: #14133b;
font-weight: 500;
display: inline-flex;
align-items: center;
border: none;
padding: 15px 30px;
position: relative;
margin-bottom: -2px !important;
}
.rtel-tab-toggle .nav-item .nav-link.active {
background-color: transparent;
color: #0554f2;
position: relative;
}
.rtel-tab-toggle .nav-item .nav-link::before {
--scale: 0;
position: absolute;
content: "";
height: 2px;
background: #0554f2;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
transform: scaleX(var(--scale));
transform-origin: var(--x) 50%;
transition: -webkit-transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
transition: transform 0.4s cubic-bezier(0.51, 0.92, 0.24, 1);
}
.rtel-tab-toggle .nav-item .nav-link.active::before {
--scale: 1;
}
.rtel-tab-toggle .nav-item .nav-link i {
font-size: 30px;
line-height: 1;
padding-right: 11px;
}
.rtel-tab-toggle .tab-content {
margin-top: 60px;
} .image-default .rtin-image {
position: relative;
}
.image-default .rtin-image img {
position: relative;
}
.elementor-widget-rt-image,
.elementor-widget-rt-image > .elementor-widget-container,
.elementor-widget-rt-image > .elementor-widget-container .image-default {
height: 100%;
} .image-style1 .rtin-image {
overflow: hidden;
display: inline-block;
}
.image-style1 .image-content {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background: #0554f2;
border-radius: 5px;
color: #ffffff;
font-weight: 500;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5px 30px;
position: absolute;
left: 40px;
bottom: 40px;
z-index: 2;
animation: dzMove5 8s linear infinite;
}
.image-style1 .rtin-years {
font-size: 70px;
position: relative;
padding-right: 25px;
margin-right: 25px;
line-height: 1.652;
text-shadow: 0px 7px 0px rgb(0 0 0 / 10%);
}
.image-style1 .rtin-title {
letter-spacing: 0.1em;
font-size: 20px;
line-height: 1.5;
text-shadow: 0px 7px 0px rgb(0 0 0 / 10%);
text-align: left;
}
.image-style1 .rtin-years:after {
content: "";
right: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #ffffff;
background: rgba(255, 255, 255, 0.2);
height: 40px;
width: 2px;
}
@media (max-width: 575px) {
.image-style1 .image-content {
padding: 5px 15px;
left: 5px;
bottom: 10px;
}
.image-style1 .rtin-years {
font-size: 44px;
}
.image-style1 .rtin-title {
font-size: 16px;
}
}
@media (max-width: 375px) {    
.image-style1 .rtin-years {
font-size: 26px;
padding-right: 15px;
margin-right: 15px;
}
.image-style1 .rtin-title {
font-size: 12px;
}
} .image-style2 .rtin-image {
display: inline-block;
}
.image-style2 .rtin-image .animate-right {
position: absolute;
right: 28px;
top: -43px;
z-index: 1;
}
.image-style2 .rtin-image .animate-right img {
animation: bouncebubble infinite 5s;
}
@media(max-width: 991px){
.image-style2 {
text-align: center;
}
} .image-style3 .rtin-image {
display: inline-block;
}
.image-style3 .hero-img-animation-list {
position: absolute;
height: 608px;
width: 100%;
top: 0;
}
.image-style3 .rtin-image .item {
display: inline-block;
position: absolute;
}
.image-style3 .rtin-image .item-1 {
bottom: 20px;
left: 33px;
}
.image-style3 .rtin-image .item-2 {
bottom: 15px;
right: 208px;
}
.image-style3 .rtin-image .item-3 {
bottom: 225px;
right: -25px;
}
.image-style3 .rtin-image .item-4 {
top: 49px;
right: 43px;
}
.image-style3 .rtin-image .item-5 {
top: 2px;
right: 176px;
}
.image-style3 .rtin-image .item-6 {
left: 429px;
top: -23px;
} .rt-animate-image {
position: relative;
}
.animate-image-style1 .left-holder {
position: absolute;
left: 0;
top: 100px;
z-index: 1;
}
.animate-image-style1 .right-holder {
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.animate-image-style2 .left-holder {
position: absolute;
left: 0;
top: 100px;
z-index: 1;
}
.animate-image-style2 .right-holder {
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.animate-image-style3 .left-holder {
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.animate-image-style3 .right-holder {
position: absolute;
right: 0;
bottom: 0;
z-index: 1;
}
@media(max-width: 991px) {
.animate-image-style1 .left-holder {
display: none;
}
} .fixed-side-bar .fixed-bar-coloum {
display: initial;
}
@media(min-width: 992px) and (max-width: 1199px) {
.fixed-side-bar .post-grid-style1 .row > div {
width: 100%;
max-width: 100%;
flex: 100%;
}
}
@media(max-width:991px) {
.fixed-side-bar .fixed-bar-coloum.fixed-sidebar-left {
display: none;
}
.fix-bar-bottom-copyright {
display: block;
}
} .multiscroll-wrapper {
position: relative;
height: 100vh;
}
@media only screen and (max-width: 991px) {
.multiscroll-wrapper {
margin-top: -32px;
}
}
.multiscroll-wrapper .ms-section {
background-color: #09091d;
} .multiscroll-wrapper .ms-content {
padding-left: 120px;
padding-right: 15%;
}
@media (max-width: 1666px) {
.multiscroll-wrapper .ms-content {
padding-left: 30px;
padding-right: 5%;
}
}
@media (max-width: 1366px) {
.multiscroll-wrapper .ms-content {
padding-left: 40px;
padding-right: 10%;
}
}
.multiscroll-wrapper .ms-content .sub-title {
display: inline-block;
font-size: 24px;
color: #bfbebe;
font-weight: 400;
letter-spacing: 4px;
font-family: "Barlow", sans-serif;
}
.multiscroll-wrapper .ms-content .item-title {
color: #fff;
font-size: 80px;
line-height: 1.33;
margin-bottom: 8px;
}
@media (min-width: 1200px){
.multiscroll-wrapper .ms-content .item-title {
font-size: 58px;
}
}
.multiscroll-wrapper .ms-content .item-text {
display: block;
color: #d4d2d2;
font-size: 18px;
margin-bottom: 37px;
line-height: 1.5;
}
.multiscroll-wrapper .button-style-2 {
padding: 11px 12px 11px 25px;
line-height: 1.5;
}
.multiscroll-wrapper .ms-left .ms-section .ms-tableCell > .full,
.multiscroll-wrapper .ms-right .ms-section .ms-tableCell > .full {
height: 100%;
}
.multiscroll-wrapper .ms-left .ms-section .ms-tableCell > .full img,
.multiscroll-wrapper .ms-right .ms-section .ms-tableCell > .full img {
height: 100%;
width: 100%;
object-fit: cover;
} .multiscroll-wrapper .ms-right {
right: 0 !important;
}
.multiscroll-wrapper .ms-right .img-content-right {
position: absolute;
border-radius: 0px 15px 15px 0px;
text-align: center;
background: #ffffff;
min-width: 240px;
min-height: 210px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
align-items: center;
justify-content: center;
}
.multiscroll-wrapper .ms-left .img-content-left {
position: absolute;
border-radius: 15px 0 0 15px;
text-align: center;
background: #ffffff;
min-width: 240px;
min-height: 210px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
align-items: center;
justify-content: center;
}
.multiscroll-wrapper .ms-right .img-content-right {
left: 0;
bottom: 341px;
}
.multiscroll-wrapper .ms-left .img-content-left {
right: 0;
bottom: 347px;
}
@media (max-width: 1440px) {
.multiscroll-wrapper .ms-right .img-content-right,
.multiscroll-wrapper .ms-left .img-content-left {
bottom: 260px;
}
}
.img-content-left .title-small,
.img-content-right .title-small {
font-size: 18px;
color: #0554f2;
font-weight: 500;
margin-bottom: 8px;
}
.img-content-left .title-big,
.img-content-right .title-big {
font-size: 26px;
color: #14133b;
margin-bottom: 0;
}
.img-content-left .icon,
.img-content-right .icon {
font-size: 38px;
color: #14133b;
line-height: 1;
margin-bottom: 4px;
} .multiscroll-wrapper .small-image-left {
position: absolute;
right: 0;
bottom: 50px;
}
.multiscroll-wrapper .small-image-left img {
border-radius: 15px 0 0 15px;
}
.multiscroll-wrapper .small-image-right {
position: absolute;
left: 0;
bottom: 50px;
}
.multiscroll-wrapper .small-image-right img {
border-radius: 0 15px 15px 0;
} .multiscroll-wrapper .ms-right .ms-copyright {
position: absolute;
bottom: 150px;
right: 50px;
font-size: 16px;
color: #cccccc;
line-height: 1;
}
.multiscroll-wrapper .ms-left .ms-copyright {
position: absolute;
bottom: 150px;
left: 50px;
font-size: 16px;
color: #cccccc;
line-height: 1;
}
.multiscroll-wrapper .ms-copyright a {
color: #cccccc;
}
.multiscroll-wrapper .ms-copyright a:hover {
color: #0554f2;
}
@media(max-width:1199px) {
.multiscroll-wrapper .small-image-left,
.multiscroll-wrapper .small-image-right	{
display: none;
}
.multiscroll-wrapper .ms-content .item-title {
font-size: 44px;
}
.multiscroll-wrapper .ms-right .img-content-right,
.multiscroll-wrapper .ms-left .img-content-left {
bottom: 100px;
}
}
@media(max-width:991px) {
.multiscroll-wrapper .ms-content .item-title {
font-size: 34px;
}
.multiscroll-wrapper .ms-content .item-text {
font-size: 16px;
margin-bottom: 25px;
}
.multiscroll-wrapper .ms-content .sub-title {
font-size: 20px;
letter-spacing: 2px;
}
.multiscroll-wrapper .ms-right .img-content-right,
.multiscroll-wrapper .ms-left .img-content-left {
bottom: 60px;
}
}
@media(max-width:767px) {
.multiscroll-wrapper .ms-content {
padding-left: 15px;
padding-right: 15px;
}
.multiscroll-wrapper .ms-content .item-title {
font-size: 30px;
}
.multiscroll-wrapper .ms-left .img-content-left,
.multiscroll-wrapper .ms-right .img-content-right {
min-width: 195px;
min-height: 180px;
}
}
@media(max-width:376px) {
.multiscroll-wrapper .ms-content .sub-title {
margin-bottom: 8px;
}
.multiscroll-wrapper .ms-content .item-title {
font-size: 26px;
margin-bottom: 20px;
}
.multiscroll-wrapper .ms-content .item-text {
display: none;
}
.multiscroll-wrapper .ms-left .img-content-left,
.multiscroll-wrapper .ms-right .img-content-right {
min-width: 140px;
min-height: 180px;
}
.img-content-left .title-small, 
.img-content-right .title-small {
font-size: 18px;
margin-bottom: 0;
}
.img-content-left .title-big, 
.img-content-right .title-big {
font-size: 22px;
}
.multiscroll-wrapper .ms-content .button-style-2 {
padding: 11px 4px 11px 12px;
font-size: 14px;
}
} div#multiscroll-nav.right {
right: 50px;
left: auto;
z-index: 33;
}
div#multiscroll-nav ul {
margin: 0;
padding: 0;
list-style: none;
}
div#multiscroll-nav li {
width: 14px;
height: 14px;
margin: 0;
margin-bottom: 15px;
}
div#multiscroll-nav li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
div#multiscroll-nav li a span {
top: 0;
left: 0;
width: 10px;
height: 10px;
border: 2px solid #fff;
background: #ffffff;
border-radius: 50%;
position: absolute;
z-index: 1;
transition: all 0.4s ease;
}
div#multiscroll-nav li a.active span {
background: #ffffff;
width: 20px;
height: 20px;
top: -5px;
left: -5px;
}
@media only screen and (max-width: 991px) {
div#multiscroll-nav.right {
right: 15px;
}
} .banner-slider .slider-content {
position:  relative;
z-index: 9;
padding-left: 185px;
padding-right: 185px;
}
@media(max-width: 1666px) {
.banner-slider .slider-content {
padding-left: 50px;
padding-right: 50px;
}
}
@media(max-width: 1199px) {
.banner-slider .slider-content {
padding-left: 0;
padding-right: 0;
}
}
.swiper-slide .single-slider {
position: relative;
height: calc(100vh - 165px);
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
align-items: center;
padding-top: 220px;
padding-bottom: 220px;
background-size: cover;
}
@media(max-width: 767px) {
.swiper-slide .single-slider {
padding-top: 80px;
padding-bottom: 80px;
background-position: center;
}
}
.banner-slider .swiper-slide:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(20, 19, 59, 0.5);
z-index: 0;
}
.banner-slider .slider-content .sub-title {
color: #ffffff;
font-size: 20px;
font-weight: 500;
letter-spacing: 2px;
position: relative;
line-height: 1;
display: inline-block;
padding-left: 15px;
margin-bottom: 20px;
}
.banner-slider .slider-content .sub-title:before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
content: "";
width: 5px;
height: 15px;
top: 50%;
transform: translateY(-50%);
background: #0554f2;
}
.banner-slider .slider-content .slider-title {
font-size: 60px;
color: #ffffff;
max-width: 590px;
margin-bottom: 20px;
line-height: 1.1;
text-decoration-thickness: 4px;
text-underline-position: under;
text-underline-offset: -4px;
}
.banner-slider .slider-content .slider-title.left {
margin-right: auto;
}
.banner-slider .slider-content .slider-title.center {
margin-left: auto;
margin-right: auto;
}
.banner-slider .slider-content .slider-title.right {
margin-left: auto;
}
.banner-slider .slider-content .slider-title span {
display: block;
}
.banner-slider .slider-content .slider-text {
color: #ffffff;
font-size: 18px;
line-height: 1.6;
margin-bottom: 50px;
max-width: 570px;
}
.banner-slider .slider-content .slider-text.left {
margin-right: auto;
}
.banner-slider .slider-content .slider-text.center {
margin-left: auto;
margin-right: auto;
}
.banner-slider .slider-content .slider-text.right {
margin-left: auto;
}
.swiper-pagination .swiper-pagination-bullet {
width: 20px;
height: 8px;
border-radius: 6px;
border: 1px solid #ffffff;
transition: all 0.4s ease;
background: transparent;
opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
width: 30px;
background: transparent;
border: 2px solid transparent;
background: #ffffff;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 90px;
left: 0;
width: 220px;
right: 0;
margin: 0 auto;
display: inline-block;
}
@media(max-width: 767px) {
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 25px;
}
.banner-slider .slider-content .slider-text,
.banner-slider .slider-content .slider-title {
max-width: 100%;
}
} .banner-slider .shape-item .shape {
position: absolute;
}
.banner-slider .slide-1 .shape-item .shape1 {
top: 200px;
right: 300px;
}
.banner-slider .slide-1 .shape-item .shape2 {
top: 0;
right: 0;
} .banner-slider .slide-2 .shape-item .shape1 {
left: 0;
right: 0;
margin: 0 auto;
bottom: 293px;
text-align: center;
}
.banner-slider .slide-2 .shape-item .shape2 {
bottom: -350px;
left: 0;
right: 0;
text-align: center;
} .banner-slider .slide-3 .shape-item .shape1 {
bottom: 93px;
left: 342px;
}
.banner-slider .slide-3 .shape-item .shape2 {
bottom: -257px;
left: 0px;
} .banner-slider .slide-4 .shape-item .shape1 {
top: 200px;
right: 300px;
}
.banner-slider .slide-4 .shape-item .shape2 {
top: 0;
right: 0;
} .banner-slider .slide-5 .shape-item .shape1 {
left: 0;
right: 0;
margin: 0 auto;
bottom: 293px;
text-align: center;
}
.banner-slider .slide-5 .shape-item .shape2 {
bottom: -350px;
left: 0;
right: 0;
text-align: center;
} .banner-slider .slide-6 .shape-item .shape1 {
bottom: 93px;
left: 342px;
}
.banner-slider .slide-6 .shape-item .shape2 {
bottom: -257px;
left: 0px;
} .banner-slider .animation .single-slide .sub-title {
transform: translateY(100px);
transition: all ease 1.5s;
opacity: 0;
visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active  .sub-title  {
transform: translateY(0);
transition-delay: 0.8s;
opacity: 1;
visibility: visible;
}
.banner-slider .animation .single-slide .slider-title {
transform: translateY(100px);
transition: all ease 1.5s;
opacity: 0;
visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active .slider-title  {
transform: translateY(0);
transition-delay: 1s;
opacity: 1;
visibility: visible;
}
.banner-slider .animation .single-slide .slider-text {
transform: translateY(100px);
transition: all ease 1.5s;
opacity: 0;
visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active .slider-text  {
transform: translateY(0);
transition-delay: 1.5s;
opacity: 1;
visibility: visible;
}
.banner-slider .animation .single-slide .slider-btn-area {
transform: translateY(100px);
transition: all ease 1.5s;
opacity: 0;
visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active .slider-btn-area  {
transform: translateX(0);
transition-delay: 2s;
opacity: 1;
visibility: visible;
} .banner-slider .animation .shape-item .shape {
opacity: 0;
visibility: hidden;
}
.banner-slider .animation .swiper-slide-active .shape-item .shape {
opacity: 1;
visibility: visible;
z-index: 5;
}
.banner-slider .animation .shape-item .shape1 {
transform: scale(0);
transition: all ease 2s;
}
.banner-slider .animation .swiper-slide-active .shape-item .shape1  {
transform: scale(1);
transition-delay: 0.7s;
}
.banner-slider .animation .slide-1 .shape-item .shape1 {
transform: translateY(-300px);
transition: all ease 2s;
}
.banner-slider .animation .slide-1.swiper-slide-active .shape-item .shape1  {
transform: translateY(0);
transition-delay: 0.7s;
}
.banner-slider .animation .slide-1 .shape-item .shape2 {
transform: translateX(300px);
transition: all ease 2s;
}
.banner-slider .animation .slide-1.swiper-slide-active .shape-item .shape2  {
transform: translateX(0);
transition-delay: 0.7s;
}
.banner-slider .animation .slide-2 .shape-item .shape2 {
transform: translateY(300px);
transition: all ease 2s;
}
.banner-slider .animation .slide-2.swiper-slide-active .shape-item .shape2  {
transform: translateY(0);
transition-delay: 0.7s;
}
.banner-slider .animation .slide-3 .shape-item .shape2 {
transform: translateX(-300px);
transition: all ease 2s;
}
.banner-slider .animation .slide-3.swiper-slide-active .shape-item .shape2  {
transform: translateX(0);
transition-delay: 0.7s;
}
.banner-slider .animation .slide-4 .shape-item .shape1 {
transform: translateY(-300px);
transition: all ease 2s;
}
.banner-slider .animation .slide-4.swiper-slide-active .shape-item .shape1  {
transform: translateY(0);
transition-delay: 0.7s;
}
.banner-slider .animation .slide-4 .shape-item .shape2 {
transform: translateX(300px);
transition: all ease 2s;
}
.banner-slider .animation .slide-4.swiper-slide-active .shape-item .shape2  {
transform: translateX(0);
transition-delay: 0.7s;
}
.banner-slider .animation .slide-5 .shape-item .shape2 {
transform: translateY(300px);
transition: all ease 2s;
}
.banner-slider .animation .slide-5.swiper-slide-active .shape-item .shape2  {
transform: translateY(0);
transition-delay: 0.7s;
}
.banner-slider .animation .slide-6 .shape-item .shape2 {
transform: translateX(-300px);
transition: all ease 2s;
}
.banner-slider .animation .slide-6.swiper-slide-active .shape-item .shape2  {
transform: translateX(0);
transition-delay: 0.7s;
} .home-one-banner .title-text-button {
padding-left: 185px;
padding-right: 185px;
}
@media(max-width: 1666px) {
.home-one-banner .title-text-button {
padding-left: 50px;
padding-right: 50px;
}
}
@media(max-width: 1199px) {
.home-one-banner .title-text-button {
padding-left: 15px;
padding-right: 15px;
}
}
.home-one-banner .title-text-button .rtin-title,
.home-one-banner .title-text-button .rtin-content {
width: 570px;
}
@media(max-width: 767px) {
.home-one-banner .title-text-button .rtin-title,
.home-one-banner .title-text-button .rtin-content {
max-width: 100%;
}
} .elementor-invisible {
visibility: visible;
}
.height100vh {
height: 100vh;
}
@media(max-width: 1199px) {
.height100vh {
height: inherit;
}    
}
.elementor-section.rt-parallax-bg-yes {
transition: none !important;
} @-webkit-keyframes pulse {
0% {
box-shadow: 0 0 0 0 #0554f2;
}
70% {
box-shadow: 0 0 0 30px rgba(221, 14, 30, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(221, 14, 30, 0);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 #0554f2;
}
70% {
box-shadow: 0 0 0 30px rgba(221, 14, 30, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(221, 14, 30, 0);
}
}
@-webkit-keyframes pulse2 {
0% {
box-shadow: 0 0 0 0 white;
}
70% {
box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes pulse2 {
0% {
box-shadow: 0 0 0 0 white;
}
70% {
box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes round_run {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round_run {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes down_up {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes down_up {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bouncebubble {
1% {
transform: translateY(0);
}
25% {
transform: translateY(10px);
}
50% {
transform: translateX(10px);
}
75% {
transform: translateX(-10px);
}
100% {
transform: translateY(0);
transform: translateX(0);
}
}
@-webkit-keyframes upDownBounch1 {
50% {
-webkit-transform: translateX(15px) translateY(15px);
}
}
@-moz-keyframes upDownBounch1 {
50% {
-moz-transform: translateX(15px) translateY(15px);
}
}
@keyframes upDownBounch1 {
50% {
transform: translateX(15px) translateY(15px);
}
}
@-webkit-keyframes upDownBounch2 {
50% {
-webkit-transform: translateX(20px) translateY(25px);
}
}
@-moz-keyframes upDownBounch2 {
50% {
-moz-transform: translateX(20px) translateY(25px);
}
}
@keyframes upDownBounch2 {
50% {
transform: translateX(20px) translateY(25px);
}
}
@-webkit-keyframes upDownBounch3 {
50% {
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes upDownBounch3 {
50% {
-moz-transform: translateY(20px);
}
}
@keyframes upDownBounch3 {
50% {
transform: translateY(20px);
}
}
@-webkit-keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40% {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40% {
-webkit-transform: translate3d(0, -10%, 0);
transform: translate3d(0, -10%, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes dzMove5 {
0% {
-webkit-transform: translate(0);
transform: translate(0);
}
25% {
-webkit-transform: translate(10px, 10px);
transform: translate(10px, 10px);
}
50% {
-webkit-transform: translate(5px, 5px);
transform: translate(5px, 5px);
}
75% {
-webkit-transform: translate(10px, -5px);
transform: translate(10px, -5px);
}
to {
-webkit-transform: translate(0);
transform: translate(0);
}
}
@-webkit-keyframes fadeInTopLeft {
0% {
opacity: 0;
-webkit-transform: translateX(50px) translateY(50px);
transform: translateX(50px) translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
}
@keyframes fadeInTopLeft {
0% {
opacity: 0;
-webkit-transform: translateX(50px) translateY(50px);
transform: translateX(50px) translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
}
.fadeInTopLeft {
animation-name: fadeInTopLeft;
}body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 30px;
color: #444444;
font-weight: 400;
height: 100%;
vertical-align: baseline;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
background-color: #ffffff;
overflow-x: hidden;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.alignleft {
float: left;
margin-bottom: 15px;
margin-right: 25px;
margin-top: 10px;
}
.alignright {
float: right;
margin-left: 25px;
margin-bottom: 15px;
margin-top: 10px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 15px;
}
a {
color: #0554f2;
text-decoration: none;
}
a:focus {
outline: 0px solid;
text-decoration: none;
outline: 0 none;
}
a:active {
text-decoration: none;
outline: 0 none;
}
a:hover {
color: #14133b;
text-decoration: none;
outline: 0 none;
}
img {
max-width: 100%;
height: auto;
}
.fix {
overflow: hidden;
}
p {
margin: 0 0 20px 0;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Barlow', sans-serif;
margin: 0 0 20px 0;
color: #14133b;
}
h1 {
font-size: 41px;
font-weight: 600;
line-height: 44px;
}
h2 {
font-size: 32.44px;
font-weight: 600;
line-height: 35px;
}
h3 {
font-size: 25.63px;
font-weight: 600;
line-height: 35px;
}
h4 {
font-size: 20.25px;
font-weight: 600;
line-height: 30px;
}
h5 {
font-size: 18px;
font-weight: 600;
line-height: 28px;
}
h6 {
font-size: 16px;
font-weight: 600;
line-height: 26px;
}
.clear {
clear: both;
}
.clear:after {
clear: both;
content: "";
display: block;
}
ul {
list-style: disc inside none ;
margin: 0 0 20px 0;
}
#wrapper {
overflow: hidden;
transition: all 0.5s ease-out;
}
blockquote {
background: transparent;
border: 1px solid #e1e1e2;
border-radius: 5px;
font-size: 18px;
font-weight: 500;
font-style: italic;
text-align: left;
padding: 35px 40px 35px 40px;
margin: 35px 0px 35px;
color: #14133b;
}
blockquote p {
position: relative;
margin-bottom: 0;
margin-left: 80px;
z-index: 1;
font-family: "Barlow", sans-serif;
line-height: 1.3;
}
blockquote p:before {
position: absolute;
content: "\f11b";
font-family: flaticon !important;
font-size: 48px;
color: #999999;
left: -80px;
top: -4px;
line-height: 1;
}
blockquote cite {
display: block;
font-size: 14px;
color: #646464;
font-weight: 500;
font-style: normal;
margin-top: 12px;
padding-left: 0;
position: relative;
letter-spacing: 2px;
z-index: 1;
}
blockquote.wp-block-quote cite {
display: block;
font-size: 14px;
color: #646464;
font-weight: 500;
font-style: normal;
margin-top: 12px;
padding-left: 80px;
letter-spacing: 2px;
z-index: 1;
}
blockquote.wp-block-quote[style="text-align:right"] cite:after {
left: inherit;
right: 0;
}
blockquote.wp-block-quote[style="text-align:right"] cite {
padding-right: 34px;
}
@media(max-width: 425px) {
blockquote p {
margin-left: 40px;
}
blockquote p:before {
left: -64px;
}
}
hr,
.elementor hr {
background-color: #ebebeb;
}
* {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
button:focus,
.submit-btn:focus {
outline: none;
} .primary-color {
color: #0554f2;
}
.secondary-color {
color: #14133b;
}
#page {
background-position: top center;
background-repeat: no-repeat;
}
.post-bottom-spacer {
margin-bottom:20px;
width: 100%;
height:1px;
border-bottom: 1px solid #d7d7d7;
}
.visibility-h {
visibility: hidden;
}
@keyframes blinker {
90% {
opacity: 0;
}
}
@keyframes toBottomFromTop10 {
49% {
transform: translateY(-10%);
}
50% {
opacity: 0;
transform: translateY(10%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft10 {
5% {
left: -5px;
}
30% {
opacity: 0.5;
left: 10px;
}
60% {
left: 5px;
opacity: 1;
}
}
@keyframes headerSlideDown {
0% {
margin-top: -100px;
}
100% {
margin-top: 0;
}
}
.elementor-widget-divider .elementor-divider-separator {
border-top-color: #dedede;
}
.row.gutters-0 {
margin-left: 0px;
margin-right: 0px;
}
.row.gutters-0 > [class^="col-"] {
padding-left: 0px;
padding-right: 0px;
}
.row.gutters-5 {
margin-left: -5px;
margin-right: -5px;
}
.row.gutters-5 > [class^="col-"] {
padding-left: 5px;
padding-right: 5px;
}
.row.gutters-10 {
margin-left: -10px;
margin-right: -10px;
}
.row.gutters-10 > [class^="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.row.gutters-20 {
margin-left: -20px;
margin-right: -20px;
}
.row.gutters-20 > [class^="col-"] {
padding-left: 20px;
padding-right: 20px;
} .header-top-bar {
border-bottom: none;
padding: 6px 0;
}
.header-top-bar .tophead-right ul li {
display: inline-block;
margin-right: 14px;
font-size: 16px;
}
.header-top-bar .tophead-left ul li {
display: inline-block;
margin-right: 10px;
font-size: 16px;
}
.header-top-bar .tophead-right ul li:last-child {
margin-right: 0;
}
.header-top-bar .tophead-left ul li {
display: inline-block;
margin-right: 15px;
font-size: 15px;
}
.header-top-bar .tophead-left ul li:last-child {
margin-right: 0;
}
.header-top-bar .top-bar-wrap {
display: flex;
justify-content: space-between;
align-items: center;
} .header-top-bar .widget {
margin-bottom: 0;
}
.header-top-bar .widget ul li {
display: inline-block;
margin-right: 10px;
}
.header-top-bar .widget ul li:last-child {
margin-right: 0;
}
.header-area {
background: #ffffff;
} .topbar-style-1 .header-top-bar {
background-color: #ffffff;
color: #646464;
padding: 10px 0;
border-bottom: 1px solid #e3e3e3;
}
.topbar-style-1 .header-top-bar a {
color: #646464;
}
.topbar-style-1 .header-top-bar a:hover {
color: #0554f2;
}
.topbar-style-1 .header-top-bar .tophead-left {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
position: relative;
font-size: 15px;
}
.topbar-style-1 .header-top-bar .tophead-left > div {
display: inline-flex;
align-items: center;
}
.topbar-style-1 .tophead-left > div:after {
content: "/";
color: #bbbbbb;
padding: 0 10px;
}
.topbar-style-1 .tophead-left > div:last-child:after {
display: none;
}
.topbar-style-1 .tophead-left i {
color: #0554f2;
font-size: 18px;
padding-right: 10px;
}
.topbar-style-1 .tophead-right {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
position: relative;
font-size: 15px;
}
.topbar-style-1 .tophead-right .header-button a:after {
content: "/";
color: #bbbbbb;
padding: 0 10px;
}
.topbar-style-1 .tophead-right .header-button i {
color: #0554f2;
font-size: 18px;
padding-right: 10px;
} .topbar-style-2 .header-top-bar {
background-color: #f6f9ff;
border-bottom: none;
color: #646464;
padding: 10px 0;
font-size: 14px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
}
.topbar-style-2 .header-top-bar a {
color: #5b6674;
transition: all 0.3s ease-out;
}
.topbar-style-2 .header-top-bar .topbar_text a {
color: #0554f2;
padding-left: 5px;
}
.topbar-style-2 .header-top-bar .tophead-right {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
position: relative;
}
.topbar-style-2 .header-top-bar .tophead-right > div {
display: inline-flex;
align-items: center;
margin-left: 40px;
}
.topbar-style-2 .header-top-bar .tophead-right > div:first-child {
margin-left: 0;
}
.topbar-style-2 .tophead-right i {
color: #5b6674;
font-size: 18px;
padding-right: 10px;
} @media(max-width: 992px) {
.header-top-bar .top-bar-wrap {
text-align: center;
}
.header-top-bar .top-bar-wrap,
.topbar-style-1 .header-top-bar .tophead-left	{
display: inherit;
}
}
@media(max-width: 425px) {
.topbar-style-1 .tophead-left > div:after {
display: none;
}
} .trheader .header-top-bar {
border-bottom: 1px solid #bababa;
}
.topbar-style-1.trheader .header-top-bar {
background: transparent;
}
.topbar-style-2.trheader .header-top-bar {
background: transparent;
}
.topbar-style-2.trheader .header-top-bar,
.topbar-style-2.trheader .header-top-bar a {
color: #ffffff;
}
.topbar-style-2.trheader .header-top-bar .tophead-right i, 
.topbar-style-2.trheader .header-top-bar .tophead-left i:before {
color: #ffffff;
}
.trheader.has-topbar .entry-banner .container {
padding-top: 34px;
}
@media(max-width:992px) {
.trheader.has-topbar .entry-banner .container {
padding-top: 0;
}
}
.header-top-bar {
min-height: 34px;
} .trheader .site-header {
left: 0;
position: absolute;
right: 0;
z-index: 99;
}
@media(max-width: 992px) {
.trheader .site-header {
position: inherit;
}
}
.menu-full-wrap {
display: flex;
justify-content: space-between;
align-items: center;
} @media (max-width: 991px) {
.header-icon-area .cart-icon-area .cart-icon-num {
top: 21px;
}
}
.header-icon-area {
display: flex;
align-items: center;
height: 100%;
position: relative;
font-size: 20px;
}
.header-icon-area > div {
position: relative;
}
.header-icon-area > div:last-child:before{
content: none;
}
.header-icon-area > div:first-child {
margin-left: 0;
}
.header-icon-area .additional-menu-area {
margin-left: 15px;
}
.header-icon-area .offcanvas-menu-wrap {
display: inline-flex;
margin-left: 25px;
} .offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
background-color: #0554f2;
}
.offcanvas-menu-wrap button.offcanvas-btn-darklight .menu-btn-icon span {
background-color: #cccccc;
}
.offcanvas-menu-wrap button.offcanvas-btn-light .menu-btn-icon span {
background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-close-btn.menu-status-close .menu-btn-icon span {
background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn {
border: none;
background-color: transparent;
box-shadow: none;
cursor: pointer;
display: inline-flex;
align-items: center;
padding: 0;
width: 40px;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
outline: none;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
display: block;
width: 35px;
position: relative;
height: 50px;
}
.offcanvas-navigation ul {
padding: 0;
margin: 0;
}
.offcanvas-navigation ul li {
line-height: 1.7;
}
@media(max-width: 767px) {
.offcanvas-navigation ul li {
line-height: 1.2;
}
.offcanvas-navigation ul li a {
font-size: 28px;
}
} .header-search {
position: fixed;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-color: rgba(35,35,35,0.95);
opacity: 0;
visibility: hidden;
z-index: 999999;
transition: all 300ms;
transform: translateY(-30%);
}
.header-search .header-search-form,
.header-search .stylish-input-group,
.header-search .custom-search-input {
text-align: center;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.header-search .stylish-input-group input[type=search],
.header-search .header-search-form input[type=search],
.header-search .custom-search-input input[type=text] {
width: 54%;
height: 70px;
color: #ffffff;
font-size: 24px;
flex: initial;
text-align: left;
border: none;
border-radius: 0;
margin: 0px auto;
padding: 20px 35px 20px 0;
outline: none;
background: transparent;
border-bottom: 1px solid #ffffff;
line-height: 28px;
}
@media (max-width: 425px) {
.header-search .stylish-input-group input[type=search],
.header-search .header-search-form input[type=search],
.header-search .custom-search-input input[type=text] {
width: 70%;
}
}
.header-search .stylish-input-group input::-webkit-input-placeholder,
.header-search .header-search-form input::-webkit-input-placeholder,
.header-search .custom-search-input input::-webkit-input-placeholder {
color: #fff;
}
.header-search .stylish-input-group input:-ms-input-placeholder,
.header-search .header-search-form input:-ms-input-placeholder,
.header-search .custom-search-input input:-ms-input-placeholder {
color: #fff;
}
.header-search .stylish-input-group input:-moz-placeholder,
.header-search .header-search-form input:-moz-placeholder,
.header-search .custom-search-input input:-moz-placeholder {
color: #fff;
}
.header-search .header-search-form .search-btn,
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
padding: 0;
box-shadow: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
font-size: 24px;
font-weight: 500;
margin-top: 0px;
margin-left: -32px;
background: transparent;
line-height: 29px;
z-index: 12;
transition: all 300ms;
}
.header-search .header-search-form .search-btn i {
line-height: 28px;
}
.header-search .header-search-form .search-btn:hover,
.header-search .stylish-input-group .btn:hover,
.header-search .custom-search-input .btn:hover {
color: #0554f2;
}
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
position: absolute;
left: 20%;
}
.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
box-shadow: none;
outline: none;
}
.header-search.open {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header-search .close {
position: fixed;
top: 15px;
right: 15px;
left: 15px;
margin: 0 auto;
color: #ffffff;
border-radius: 3px;
border: none;
opacity: 1;
visibility: visible;
padding: 3px 15px 5px;
font-size: 48px;
font-weight: 300;
cursor: pointer;
background: transparent;
transition: all 300ms;
}
.header-search .close:focus {
box-shadow: none;
border: none;
outline: none;
}
.header-search .close:hover {
transform: scale(1.2);
opacity: 1 !important;
}
.header-search-one {
position: relative;
font-size: 14px;
line-height: 22px;
background-color: #fff;
border-radius: 5px;
text-align: left;
width: 330px;
transition: all 140ms ease-in-out;
}
.header-search-one .search-form input.search-field {
border: 1px solid #e2e2e2;
border-radius: 5px;
height: 46px;
padding: 0 30px 0 15px;
}
.header-search-one .search-form .search-button {
color: #14133b;
} .header-menu {
position: relative;
top: 0;
left: 0;
right: 0;
margin: auto;
z-index: 100;
background-color: #ffffff;
}
.admin-bar .rt-sticky {
top: 32px;
}
.rt-sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 100;
left: 0;
right: 0;
background-color: #ffffff;
box-shadow: 0px 7px 65px 0px rgb(0 0 0 / 5%);
transition: background 0.2s ease, padding 0.8s linear;
}
.trheader .site-header .rt-sticky .main-navigation nav > ul > li > a, 
.trheader .site-header .rt-sticky .main-navigation .menu > li > a {
color: #14133b;
}
.trheader .site-header .rt-sticky .main-navigation ul.menu li.current-menu-ancestor > a {
color: #0554f2;
} .trheader .offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
background-color: #ffffff;
}
.trheader .site-header .main-navigation nav > ul > li > a,
.trheader .site-header .main-navigation .menu > li > a {
color: #ffffff;
}
.trheader .site-header .header-icon-area .search-box .search-button i {
color: #ffffff;
}
.trheader.non-stickh .header-area {
background: #fff;
}
.trheader .header-area .header-menu {
background-color: transparent;
}
.trheader .header-area .header-menu.rt-sticky {
background-color: #ffffff;
}
.trheader .header-area {
background: transparent;
} .header-social {
display: flex;
align-items: center;
height: 100%;
margin: 0;
padding: 0;
}
.header-social li {
display: inline-block;
list-style: outside none none;
}
.header-social li:last-child {
padding-right: 0;
}
.header-social li a {
font-size: 15px;
margin-right: 7px;
text-align: center;
color: #14133b;
display: block;
}
.header-social li:last-child a {
margin-right: 0;
}
.header-social li i {
width: 38px;
height: 38px;
background: #f2f2f2;
border-radius: 5px;
display: inline-block;
line-height: 36px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.header-social li a:hover i {
background: #0554f2;
color: #ffffff;
}
.header-social li .fa-facebook-f {
color: #4064ac;
background: #edf3ff;
}
.header-social li .fa-twitter {
color: #1c9cea;
background: #dff3ff;
}
.header-social li .fa-google-plus-g {
color: #d54836;
background: #f5e2e0;
}
.header-social li .fa-linkedin-in {
color: #016196;
background: #ecf8ff;
}
.header-social li .fa-pinterest-p {
color: #df0022;
background: #fff1f3;
}
.header-social li .fa-instagram {
color: #d1005c;
background: #ffedf5;
} .site-header .site-branding a {
display: table-cell;
vertical-align: middle;
}
.site-header .site-branding a img {
max-width: 175px;
width: 100%;
}
@media(max-width: 1199px) {
.site-header .site-branding a img {
max-width: 120px;
}
}
.site-header .site-branding .light-logo {
display: none;
}
.trheader .site-header .site-branding .dark-logo {
display: none;
}
.trheader .site-header .site-branding .light-logo {
display: table-cell;
}
.trheader .site-header .rt-sticky .site-branding .dark-logo {
display: table-cell;
}
.trheader .site-header .rt-sticky .site-branding .light-logo {
display: none;
} .site-header ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.site-header .main-navigation nav ul li {
display: inline-block;
position: relative;
margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
display: block;
text-decoration: none;
font-size: 16px;
line-height: 22px;
font-weight: 500;
color: #14133b;
padding: 33px 15px;
text-transform: capitalize;
font-family: 'Barlow', sans-serif;
transition: all 0.3s ease-in-out;
}
.site-header .main-navigation nav > ul > li > a::before {
position: absolute;
content: "";
height: 3px;
background: #0554f2;
right: 0;
margin: 0 auto;
bottom: 0;
width: 100%;
transition: .5s;
transform: scaleX(0);
transform-origin: top right;
}
.site-header .main-navigation nav > ul > li:hover > a::before {
transform-origin: top right;
transform: scaleX(1)
}
.site-header .main-navigation nav ul li a:hover {
color: #0554f2;
}
.site-header .main-navigation  nav ul li a.active {
color: #a5a5a5 !important;
}
.site-header .main-navigation ul.menu > li > a:hover {
color: #0554f2;
}
.site-header .main-navigation ul.menu li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
color: #0554f2;
}
.site-header .main-navigation ul.menu li.current-menu-ancestor > a {
color: #0554f2;
}
.site-header .main-navigation nav ul li.menu-item-has-children a:after {
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
vertical-align: middle;
transform: rotate(0deg);
display: inline-block;
padding-left: 6px;
font-size: 12px;
}
.site-header .main-navigation nav ul li.menu-item-has-children:hover a:after {
transform: rotate(180deg) translateX(-6px);
transition: all 0.4s ease;
} .site-header .main-navigation ul li ul {
text-align: left;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:before {
color: #14133b;
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-size: 16px;
font-weight: 600;
position: absolute;
right: 12px;
top: 10px;
transition: all 0.4s ease;
}
.site-header .main-navigation ul li ul li:last-child {
border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
position: relative;
overflow: hidden;
display: block;
color: #656567;
text-transform: inherit;
padding: 10px 20px 10px 25px;
font-weight: 500;
font-size: 15px;
z-index: 2;
transition: all 140ms ease-in-out;
}
.site-header .main-navigation ul > li > ul {
position: absolute;
top: 100%;
left: 0;
width: 220px;
margin: 0;
padding: 10px 0;
background-color: #fff;
text-align: left;
box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
padding: 15px 0;
border-radius: 0 0 5px 5px;
visibility: hidden;
transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
opacity: 0;
z-index: 100;
transform: scaleY(0);
transform-origin: 0 0 0;
}
.site-header .main-navigation ul > li:hover > ul {
top: 100%;
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
transform: scaleY(1);
}
.site-header .main-navigation ul > li > ul li ul {
left: 220px;
top: 0;
width: 220px;
}
.site-header .main-navigation ul > li:hover > ul li ul {
top: 0;
border-radius: 0 5px 5px 5px;
}
.site-header .main-navigation ul li ul {
background-color: #ffffff;
}
.site-header .main-navigation ul li ul li {
display: block;
border-bottom: none;
border-left: none;
}
.site-header .main-navigation ul li ul li:hover {
background: #ffffff;
}
.site-header .main-navigation ul li ul li:last-child {
border-bottom: none;
}
.site-header .main-navigation ul li ul.sub-menu li > a:before {
position: absolute;
content: "";
width: 3px;
height: 0px;
top: 50%;
left: 15px;
transform: translateY(-50%);
margin: 0;
background: #6c6c6c;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.site-header .main-navigation ul li ul.sub-menu li:hover > a:before {
background: #0554f2;
height: 11px;
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
} .site-header .main-navigation ul.menu li ul.sub-menu li a:after {
content: "";
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
color: #0554f2;
} .site-header .main-navigation ul li.mega-menu {
position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
opacity: 1;
visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
background-color: inherit;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
color: #010101;
padding-left: 15px;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:hover {
color: #14133b;
padding-left: 20px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
background-color: #ffffff;
width: calc(100% - 30px);
max-width: 1170px;
position: absolute;
left: 0;
right: 0;
margin: auto;
padding: 15px;
display: flex;
justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
display: inline-block;
margin: 0 15px;
width: 100%;
border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
top: 0;
position: relative;
width: inherit;
left: inherit;
box-shadow: none;
border-top: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
content: '';
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:before {
color: #0554f2;
font-size: 14px;
padding-right: 13px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
font-size: 16px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
font-weight: 700;
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
display: none;
} .site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
display: none;
} .header-icon-area .search-icon a {
color: #14133b;
width: 40px;
height: 40px;
font-size: 16px;
display: inline-block;
line-height: 40px;
text-align: center;
background: rgba(5, 84, 242, 0.1);
border-radius: 50%;
}
.header-style-1 .container-custom {
padding-left: 195px;
padding-right: 195px;
}
@media(max-width: 1666px) {
.header-style-1 .container-custom {
padding-left: 60px;
padding-right: 60px;
}
}
@media(max-width: 1199px) {
.header-style-1 .container-custom {
padding-left: 15px;
padding-right: 15px;
}
}
.header-style-1 .masthead-container {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
}
.header-style-1 .site-header .header-top {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-style-1 .site-header .header-top .icon-left {
float: left;
margin-right: 10px;
text-align: center;
font-size: 18px;
color: #0554f2;
}
.header-style-1 .site-header .header-top .info {
float: left;
line-height: 1;
font-size: 16px;
text-align: left;
color: #14133b;
position: relative;
}
.header-style-1 .site-header .header-top .info-text {
font-size: 15px;
font-weight: 400;
}
.header-style-1 .site-header .header-top .info-text a {
color: #14133b;
}
.header-style-1 .site-header .header-top .info-text a:hover {
color: #0554f2;
}
.header-style-1 .site-header .header-top .info-label {
display: block;
color: #76767d;
font-size: 13px;
}
.header-style-1 .site-header .header-top .header-address > div {
display: inline-flex;
align-items: center;
position: relative;
padding-right: 40px;
margin-right: 40px;
border-right: 1px solid #d4d3d3;
}
.header-style-1 .site-header .header-top .header-address > div:last-child {
padding-right: 0;
margin-right: 0;
border-right: none;
} .header-style-1.trheader .masthead-container {
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-style-1.trheader .site-header .header-top .icon-left {
color: #ffffff;
}
.header-style-1.trheader .site-header .header-top .info-label,
.header-style-1.trheader .site-header .header-top .info,
.header-style-1.trheader .site-header .header-top .info-text a {
color: #ffffff;
}
@media(max-width: 1199px) {
.header-style-1 .site-header .header-top {
display: block;
}
.header-style-1 .site-header .header-top .header-address {
text-align: center;
}
.header-style-1 .site-header .header-social {
margin-top: 20px;
justify-content: center;
}
} @media(min-width: 1510px) {
.header-style-2 .container-custom {
padding-left: 215px;
}
.header-style-2 .no-vertical-menu .container-custom {
padding-right: 215px;
}
}
@media(max-width: 1510px) {
.header-style-2 .container-custom {
padding-left: 15px;
}
.header-style-2 .no-vertical-menu .container-custom {
padding-right: 15px;
}
}
.header-style-2 .site-header .info-wrap {
display: flex;
align-items: center;
}
.header-style-2.trheader .header-area .header-menu {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-style-2.trheader .header-area .header-menu.rt-sticky {
border-bottom: none;
}
.header-style-2 .header-right-wrap {
display: inline-flex;
align-items: center;
}
.header-style-2 .header-offcanvus {
margin-left: 30px;
}
.header-style-2.trheader .entry-banner {
margin-top: 0;
}
.header-style-2 .header-right-wrap .search-icon a {
color: #14133b;
}
.header-style-2.trheader .header-icon-area .search-icon a,
.header-style-2.trheader .header-icon-area .cart-icon-area > a {
color: #ffffff;
}
.header-style-2.trheader .rt-sticky .header-icon-area .cart-icon-area > a,
.header-style-2.trheader .rt-sticky .header-icon-area .search-icon a {
color: #14133b;
} .header-button .button-btn {
padding: 12px 30px;
font-size: 16px;
font-weight: 500;
background: #0554f2;
color: #ffffff;
border-radius: 5px;
outline: 0;
transition: all 0.4s ease;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
letter-spacing: 0.5px;
line-height: 1.5;
margin-left: 30px;
}
.header-button .button-btn:hover {
background: #14133b;
}
.header-style-3 .masthead-container {
padding: 20px 0;
border-bottom: 1px solid #e1e1e1;
}
.header-style-3 .info-wrap {
display: flex;
align-items: center;
}
.header-style-3 .header-right-wrap {
display: flex;
align-items: center;
}
.header-style-3 .header-3-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.header-style-3 .site-header .info-wrap .info {
color: #14133b;
font-size: 18px;
font-weight: 500;
display: inline-flex;
}
.header-style-3 .site-header .info-wrap .info a {
color: #14133b;
}
.header-style-3 .site-header .info-wrap .info i {
font-size: 20px;
margin-right: 12px;
color: #0554f2;
}
.header-style-3 .site-header .main-navigation nav > ul > li {
margin-right: 30px;
}
.header-style-3 .site-header .main-navigation nav > ul > li:last-child {
margin-right: 0;
}
.header-style-3 .site-header .main-navigation nav > ul > li > a {
padding: 33px 0;
}
.header-style-3 .header-right-wrap .search-icon a {
color: #14133b;
} .header-style-3.trheader .site-header .rt-sticky .main-navigation nav > ul > li > a:hover {
color: #0554f2;
}
.header-style-3.trheader .rt-sticky .header-icon-area .cart-icon-area > a,
.header-style-3.trheader .rt-sticky .header-right-wrap .search-icon a {
color: #14133b;
} .header-style-3.trheader .masthead-container {
border-bottom: 1px solid rgba(181, 181, 181, 0.3);
}
.header-style-3.trheader .site-header .info-wrap .info i,
.header-style-3.trheader .header-right-wrap .search-icon a,
.header-style-3.trheader .site-header .info-wrap .info,
.header-style-3.trheader .header-icon-area .cart-icon-area > a,
.header-style-3.trheader .site-header .info-wrap .info a {
color: #ffffff;
}
@media(max-width: 991px) {
.header-style-3.trheader .masthead-container {
background: #000;
}
} .header-style-4 .header-area .menu-full-wrap {
margin-top: 30px;
}
.header-style-4 .menu-full-wrap {
padding-left: 105px;
padding-right: 105px;
}
@media (max-width: 1666px) {
.header-style-4 .menu-full-wrap {
padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 1366px) {
.header-style-4 .menu-full-wrap {
padding-left: 25px;
padding-right: 25px;
}
} .header-style-5 .masthead-container {
padding: 20px 0;
border-bottom: 1px solid #e1e1e1;
}
.header-style-5 .header-right-wrap {
display: flex;
align-items: center;
}
.header-style-5 .site-header .main-navigation nav > ul > li {
margin-right: 30px;
}
@media(max-width: 1199px) {
.header-style-5 .site-header .main-navigation nav > ul > li {
margin-right: 20px;
}
}
.header-style-5 .site-header .main-navigation nav > ul > li:last-child {
margin-right: 0;
}
.header-style-5 .site-header .main-navigation nav > ul > li > a {
padding: 34px 0;
}
.header-style-5 .header-icon-area .search-icon a:hover {
color: #0554f2 !important;
background: rgba(255, 255, 255, 1);
} .header-style-5.trheader .site-header .rt-sticky .main-navigation nav > ul > li > a:hover {
color: #0554f2;
}
.header-style-5.trheader .rt-sticky .header-icon-area .search-icon a,
.header-style-5.trheader .rt-sticky .header-icon-area .cart-icon-area > a {
color: #14133b;
} .header-style-5.trheader .menu-layout5 {
border-bottom: 1px solid rgba(181, 181, 181, 0.3);
}
.header-style-5.trheader .site-header .info-wrap .info i,
.header-style-5.trheader .header-icon-area .search-icon a,
.header-style-5.trheader .header-icon-area .cart-icon-area > a,
.header-style-5.trheader .site-header .info-wrap .info,
.header-style-5.trheader .site-header .info-wrap .info a {
color: #ffffff;
}
.header-style-5.trheader .header-area .header-menu {
border-bottom: 1px solid rgba(165,165,165,0.65);
}
.header-style-5.trheader .header-area .header-menu.rt-sticky {
border-bottom: none;
}
@media(max-width: 991px) {
.header-style-5.trheader .masthead-container {
background: #000;
}
} .header-style-6.trheader .header-right-wrap .search-icon a,
.header-style-6.trheader .header-icon-area .cart-icon-area > a {
color: #ffffff;
} @media all and (max-width: 1199px) {
.site-header .main-navigation nav ul li a {
padding-left: 7px;
padding-right: 7px;
}
.site-header .main-navigation ul li a {
padding-left: 7px;
padding-right: 7px;
}
.header-style-1 .site-header .header-top .header-address > div {
margin-bottom: 15px;
}
} @media(max-width: 992px) {
.header-style-1 .site-header .site-branding {
display: none;
}
.header-style-1 .header-controll,
.header-style-3 .header-controll	{
border-bottom: 1px solid #f8f8f8;
}
.header-style-3 .header-3-middle {
display: none;
}
.header-style-1 .site-header .header-top .header-address {
width: 100%;
text-align: center;
}
.header-style-1 .site-header .header-top .header-address > div:nth-child(2):after {
display: none;
}
}
@media all and (max-width: 767px) { #tophead .tophead-right {
text-align: center;
float: none;
} .site-header .site-branding {
display: block;
height: inherit;
padding: 20px 0;
text-align: center;
}
.site-header .site-branding a {
display: block;
vertical-align: inherit;
}
.site-header .site-branding a img {
height: 35px;
}
.site-header .main-navigation ul {
text-align: center;
}
.site-header .main-navigation ul li a {
padding-bottom: 10px;
padding-top: 10px;
}
.header-icon-area {
display: none;
}
.header-style-1 .site-header .header-top .header-address > div {
margin-right: 20px;
padding-right: 20px;
border: none;
}
.header-style-1 .site-header .header-top .icon-left {
font-size: 16px;
height: 40px;
width: 40px;
line-height: 38px;
} .header-style-2 .site-header .main-navigation ul {
text-align: center;
}
.header-style-2 .site-header .main-navigation ul li a {
padding: 10px 15px;
} .header-firstrow {
padding: 15px 0 10px;
}
.site-header .site-branding,
.header-firstrow-right {
display: block;
height: inherit;
}
.site-header .site-branding {
padding: 0 0 10px 0px;
}
.header-firstrow-right-contents {
display: block;
}
.header-firstrow-right-contents ul {
display: block;
padding: 0;
text-align: center;
}
.header-contact li {
display: block;
margin-left: 0;
}
.menu-sep {
margin-bottom: 10px;
}
.site-header .main-navigation ul {
text-align: center;
}
.site-header .main-navigation ul li a {
padding: 10px 15px;
} .header-firstrow-wrap {
padding-top: 10px;
}
.site-header .site-branding,
.header-firstrow {
display: block;
height: inherit;
text-align: center;
padding-top: 0;
padding-bottom: 10px;
}
.header-firstrow-contents {
display: block;
}
.header-contact li {
display: block;
margin-right: 0;
}
.header-firstrow-contents-right {
text-align: center;
}
.header-firstrow-contents-right .header-icon-area {
display: none;
} .site-header .site-branding {
float: none;
height: inherit;
}
.site-header .main-navigation {
float: none;
}
.site-header .main-navigation ul.menu > li > a {
padding: 10px 15px;
border-left: none;
}
.header-menu-btn {
display: none;
}
}
@media(max-width: 1498px) {
.header-style-1 .site-header .header-top .header-address > div {
margin-right: 20px;
padding-right: 20px;
}
}
@media(max-width: 425px) {
.header-style-1 .site-header .header-top .header-address > div:first-child {
margin-bottom: 8px;
}
.header-style-1 .site-header .header-top .header-address > div:after {
display: none;
}
.header-style-1 .site-header .header-top .header-address > div {
margin-right: 0;
padding-right: 0;
}
}  .additional-menu-area a.side-menu-trigger { 
color: #222;
cursor: pointer;
font-size: 21px;
line-height: 0;
}
.additional-menu-area .sidemenu {
height: 100%;
position: fixed;
z-index: 150;
top: 0;
right: 0;
text-align: left;
background-color: #000000;
padding-top: 30px;
transform: translateX(100%);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
will-change: transform;
transition-duration: 1s;
transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
width: 100%;
padding: 60px 120px;
}
.additional-menu-area .sidemenu .closebtn {
color: #ffffff;
display: block;
font-size: 28px;
font-weight: 700;
position: absolute;
right: 120px;
top: 60px;
}
.additional-menu-area .sidenav .additional-logo img {
max-width: 9vw;
width: 100%;
}
.additional-menu-area .sidenav .sidenav-search {
border: 1px solid #5f5f5f;
margin: 0 20px 10px 20px;
}  
.additional-menu-area .sidenav ul.menu {
padding: 30px 30px 20px;
text-align: center;
}
.additional-menu-area .sidenav ul li {
font-family: 'Barlow', sans-serif;
line-height: 24px;
list-style: none;
transition: all 0.3s ease-in-out;
} 
.additional-menu-area .sidenav ul li a {
position: relative;
display: inline-block;
font-size: 18px;
color: #a1a0c9;
border: none;
padding: 7px 20px;
font-weight: 500;
transition: all 140ms ease-in-out;
}
.additional-menu-area .sidenav ul li a:hover {
color: #0554f2;
}
.additional-menu-area .sidenav ul.menu > li > a {
font-size: 26px;
padding: 16px 20px;
}
.additional-menu-area .sub-menu {
display: none;
}
.additional-menu-area .sidenav ul li.menu-item-has-children > a::after {
content: "\f067";
display: inline-block;
font-family: "Font Awesome 5 Free";
transition: 0.1s;
right: 0;
position: absolute;
font-size: 13px;
font-weight: 700;
}
.additional-menu-area .sidenav ul li.menu-item-has-children > a.opened::after {
content: "\f068";
}
.additional-menu-area .offscreen-navigation {
left: 0;
right: 0;
z-index: 99;
max-height: calc(100vh - 200px);
overflow-y: auto;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
} .additional-menu-area .sidecanvas {
width: 510px;
height: 100vh;
position: fixed;
transform: translateX(100%);
top: 0;
left: auto;
right: -17px;
background-color: #14133b;
z-index: 999999999;
transition: transform 0.5s ease;
transition-timing-function: linear;
overflow-y: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}
.additional-menu-area .sidecanvas .canvas-content {
padding: 100px 56px 88px 80px;
scrollbar-width: none;
transition: all 0.3s ease-in-out;
}
.additional-menu-area .sidecanvas .closebtn {
color: #ffffff;
display: block;
font-size: 28px;
font-weight: 700;
position: absolute;
right: 30px;
top: 60px;
}
.additional-menu-area .sidenav-address h4 {
color: #ffffff;
font-size: 24px;
margin-top: 40px;
margin-bottom: 15px;
}
.additional-menu-area .sidenav-address span {
color: #dbdbdb;
font-size: 15px;
display: block;
margin-bottom: 15px;
}
.additional-menu-area .sidenav-address span i {
margin-right: 15px;
}
.additional-menu-area .sidenav-address span a {
display: inline-block;
color: #dbdbdb;
padding: 0;
}
.additional-menu-area .sidenav-address span a:hover {
color: #0554f2;
}
.additional-menu-area .sidenav-social span {
color: #646464;
display: inline-block;
padding-right: 5px;
font-size: 16px;
text-align: center;
}
.additional-menu-area .sidenav-social span i {
margin-right: 0;
}
.additional-menu-area .sidenav-social span a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 36px;
height: 36px;
border-radius: 50%;
background-color: #0554f2;
color: #fff;
font-size: 13px;
transition: all 0.4s ease;
}
.additional-menu-area .sidenav-social span a:hover {
background-color: #ffffff;
}
body .rt-cover {
z-index: 149; 
opacity: 1;
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0);
animation: slideInRight 500ms ease-in-out;
transition: all 0.5s ease-in-out;
} .header-offcanvus {
height: 91px;
width: 90px;
overflow: hidden;
background: #0554f2;
}
.header-offcanvus button.side-menu-trigger {
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
border-radius: 4px;
height: 90px;
width: 90px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon {
position: relative;
display: block;
width: 53px;
height: 21px;
overflow: hidden;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
position: absolute;
left: 0;
height: 1px;
width: 100%;
background-color: #ffffff;
border-radius: 12px;
transition: all 0.3s ease-out;
transition-delay: 0s;
transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
background-color: #ffffff;
transition: all 0.3s ease-out;
transform: translateX(-100%);
transform-origin: left;
transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
background-color: #ffffff;
transition: all 0.3s ease-out;
transform: translateX(-100%);
transform-origin: left;
transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
top: 0;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
top: 20px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
top: 10px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
bottom: 0;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
transition-delay: 0.15s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
transition-delay: 0.15s;
transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before, 
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
transition-delay: 0.3s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
transition-delay: 0.45s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
background-color: #ffffff;
transition: all 0.3s ease-out;
transform: translateX(-100%);
transform-origin: left;
transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3::before {
transform: translateX(-100%);
transition-delay: 0.45s;
} #preloader {
overflow: visible;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999999999;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: 20vw;
}
@media(max-width:991px){
#preloader {
background-size: 35vw;
}
}
.loader {
height: 100%;
width: 100%;
position: fixed;
overflow: hidden;
background: #ffffff;
}
.loader .cssload-loader {
width: 65px;
height: 65px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.loader .cssload-inner {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
border-radius: 50%;
}
.loader .cssload-inner.cssload-one {
left: 0%;
top: 0%;
animation: cssload-rotate-one 1.15s linear infinite;
border-bottom: 5px solid #0554f2;
}
.loader .cssload-inner.cssload-two {
right: 0%;
top: 0%;
animation: cssload-rotate-two 1.15s linear infinite;
border-right: 5px solid #0554f2;
}
.loader .cssload-inner.cssload-three {
right: 0%;
bottom: 0%;
animation: cssload-rotate-three 1.15s linear infinite;
border-top: 5px solid #0554f2;
}
@keyframes cssload-rotate-one {
0% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-one {
0% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}
@keyframes cssload-rotate-two {
0% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-two {
0% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}
@keyframes cssload-rotate-three {
0% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}
@-webkit-keyframes cssload-rotate-three {
0% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}
100% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
} .scroll-wrap {
position: fixed;
right: 24px;
bottom: 24px;
width: 37px;
height: 37px;
cursor: pointer;
display: block;
border-radius: 100%;
box-shadow: inset 0 0 0 0.1rem rgb(128 130 134 / 25%);
z-index: 1040;
opacity: 0;
visibility: hidden;
transform: translateY(0.75rem);
transition: all 200ms linear, margin-right 0ms;
}
.scroll-wrap:after {
position: absolute;
content: "\f062";
font-family: "Font Awesome 5 Free";
font-weight: 900;
text-align: center;
line-height: 36px;
font-size: 14px;
color: #0554f2;
left: 0;
top: 0;
height: 37px;
width: 37px;
cursor: pointer;
display: block;
z-index: 1;
transition: all 200ms linear;
}
.scroll-wrap.active-scroll {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.scroll-wrap svg path {
fill: none;
}
.scroll-wrap svg.scroll-circle path {
stroke: #0554f2;
stroke-width: 4;
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: all 200ms linear;
} .footer-bottom-area a,
.footer-bottom-area a:link,
.footer-bottom-area a:visited {
color: #646464;
}
.footer-bottom-area a:hover,
.footer-bottom-area .widget ul li a:hover {
color: #14133b;
}
.footer-logo img {
max-width: 175px;
}
.footer-area .widgettitle {
display: inline-block;
position: relative;
color: #ffffff;
font-size: 22px;
margin-bottom: 25px;
padding-left: 15px;
}
.footer-area .widgettitle:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
content: "";
height: 15px;
width: 5px;
background: #0554f2;
left: 0;
} .footer-top-area .widget_mc4wp_form_widget h3 {
font-size: 24px;
color: #ffffff;
margin-bottom: 20px;
}
.footer-top-area .mc4wp-form .form-group {
border: 1px solid #999;
border-radius: 4px;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.footer-top-area .mc4wp-form .form-group:last-child {
margin-bottom: 0;
}
.footer-top-area .mc4wp-form .form-group .form-control {
font-size: 15px;
color: #ffffff;
background-color: transparent;
border: none;
padding: 5px 20px;
height: 60px;
box-shadow: none;
border-radius: 4px;
}
.footer-top-area .mc4wp-form .form-group .item-btn {
position: relative;
font-size: 14px;
font-weight: 700;
color: #ffffff;
height: 50px;
border: none;
margin: 5px;
padding: 12px 30px;
border-radius: 0 4px 4px 0;
cursor: pointer;
line-height: 1.4;
letter-spacing: 1px;
outline: none;
z-index: 1;
background: #0554f2;
transition: all 0.5s ease-out;
}
.footer-top-area .mc4wp-form .form-group .form-control::-moz-placeholder {
color: #a5a5a5;
}
.footer-top-area .mc4wp-form .form-group .form-control::-webkit-input-placeholder {
color: #a5a5a5;
}
.footer-top-area {
font-size: 16px;
border-top: none;
padding: 120px 0 60px;
}
@media (max-width: 991px) {
.footer-top-area {
padding: 70px 0 15px;
}
}
@media (max-width: 767px) {
.footer-top-area {
text-align: left;
}
}
.footer-top-area .widget select {
color: #444444;
}
.footer-top-area .widget_archive.widget > select {
margin-top: 0;
}
.footer-top-area .widget {
margin-bottom: 60px;
padding-bottom: 0px;
width: 100%;
float: left;
position: relative;
z-index: 1;
}
.footer-area caption {
color: inherit;
}
.footer-top-area ul.menu li.menu-item-has-children {
width: 100%;
}
.footer-top-area .widget ul.menu li a {
margin-left: 22px;
display: inline-block;
position: relative;
transition: all 140ms ease-in-out;
}
.footer-top-area .widget ul.menu li a:before {
content: "\f101";
font-family: flaticon !important;
position: absolute;
top: 1px;
left: -22px;
font-size: 14px;
transition: all 0.3s ease-in-out;
}
.footer-top-area .widget ul.menu li a:after {
position: absolute;
content: "";
bottom: 3px;
width: 0%;
left: 100%;
background: #fff;
height: 1px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.footer-top-area .widget ul.menu li a:hover:after {
left: 0;
width: 100%;
opacity: 1;
visibility: visible;
transition: width 0.4s ease;
}
.footer-top-area .widget ul.menu > li a:hover {
} .footer-top-area .widget_techkit_address p {
margin-bottom: 0;
}
.footer-top-area .corporate-address {
margin-top: 20px;
}
.footer-top-area .corporate-address li {
display: inline-block;
width: 100%;
vertical-align: top;
padding-bottom: 0;
}
.footer-top-area .corporate-address li span {
color: #ffffff;
font-size: 16px;
font-weight: 500;
} .footer-top-area .search-form input:-webkit-autofill,
.footer-top-area .search-form input:-webkit-autofill:hover, 
.footer-top-area .search-form input:-webkit-autofill:focus, 
.footer-top-area .search-form input:-webkit-autofill:active
{
-webkit-box-shadow: 0 0 0 30px #181a2e inset !important;
}
.footer-top-area .search-form .input-group>.custom-select:not(:last-child), 
.footer-top-area .search-form .input-group>.form-control:not(:last-child) {
border-bottom: 1px solid rgb(210 210 210 / 15%);
}
.footer-top-area .search-form button:hover {
color: #fff;
}
.footer-top-area .search-form input {
color: #ffffff;
} .footer-top-area .widget_archive ul li a {
display: inline-block;
position: relative;
transition: all 140ms ease-in-out;
}
.footer-top-area .widget_archive ul li a:after {
position: absolute;
content: "";
bottom: 3px;
width: 0%;
left: 100%;
background: #fff;
height: 1px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.footer-top-area .widget_archive ul li a:hover:after {
left: 0;
width: 100%;
opacity: 1;
visibility: visible;
transition: width 0.4s ease;
} .footer-top-area .widget_categories ul li a {
display: inline-block;
position: relative;
transition: all 140ms ease-in-out;
}
.footer-top-area .widget_categories ul li a:after {
position: absolute;
content: "";
bottom: 3px;
width: 0%;
left: 100%;
background: #fff;
height: 1px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.footer-top-area .widget_categories ul li a:hover:after {
left: 0;
width: 100%;
opacity: 1;
visibility: visible;
transition: width 0.4s ease;
} .footer-top-area .widget_pages ul li a {
display: inline-block;
position: relative;
transition: all 140ms ease-in-out;
}
.footer-top-area .widget_pages ul li a:after {
position: absolute;
content: "";
bottom: 3px;
width: 0%;
left: 100%;
background: #fff;
height: 1px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.footer-top-area .widget_pages ul li a:hover:after {
left: 0;
width: 100%;
opacity: 1;
visibility: visible;
transition: width 0.4s ease;
} .footer-top-area .widget_meta li a {
display: inline-block;
position: relative;
transition: all 140ms ease-in-out;
}
.footer-top-area .widget_meta li a:after {
position: absolute;
content: "";
bottom: 3px;
width: 0%;
left: 100%;
background: #fff;
height: 1px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.footer-top-area .widget_meta li a:hover:after {
left: 0;
width: 100%;
opacity: 1;
visibility: visible;
transition: width 0.4s ease;
} .footer-top-area .widget_recent_comments ul li {
transition: all 140ms ease-in-out;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
margin-bottom: 0;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > a:before {
display: none;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > span {
position: relative;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:hover > span:before {
background-color: #0554f2;
}
.footer-top-area .widget_recent_comments ul li.recentcomments span > a:before {
left: -15px;
top: -3px;
} .footer-top-area .widget_recent_entries ul li a {
display: inline-block;
position: relative;
transition: all 140ms ease-in-out;
}
.footer-top-area .widget_recent_entries ul li a:after {
position: absolute;
content: "";
bottom: 3px;
width: 0%;
left: 100%;
background: #fff;
height: 1px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.footer-top-area .widget_recent_entries ul li a:hover:after {
left: 0;
width: 100%;
opacity: 1;
visibility: visible;
transition: width 0.4s ease;
} .footer-area .footer-about {
margin-bottom: 28px;
}
@media(min-width: 992px) {
.footer-area .footer-about {
margin-right: 40px;
}
}
.footer-area .footer-social {
margin: 0;
padding: 0;
list-style: none;
}
.footer-area .footer-social li {
display: inline-block;
margin-right: 5px;
padding-bottom: 0;
transition: all 0.3s ease-in-out;
}
.footer-area .footer-social li a {	
height: 35px;
width: 35px;
display: inline-block;
text-align: center;
line-height: 35px;
background: #212338;
border-radius: 7px;
transition: all 0.4s ease;
}
.footer-area .footer-social li a:hover {
background: #0554f2;
}
.footer-area .footer-social li a:hover i {
color: #ffffff;
}
.footer-area .footer-social li i.fa-facebook-f {
color: #4064ac;
}
.footer-area .footer-social li i.fa-twitter {
color: #1c9cea;
}
.footer-area .footer-social li i.fa-instagram {
color: #d1005c;
}
.footer-area .footer-social li i.fa-linkedin-in {
color: #016196;
}
.footer-area .footer-social li i.fa-pinterest-p {
color: #df0022;
}
.footer-top-area ul li a i {
transition: all 0.3s ease-in-out;
} .footer-top-area .widget_tag_cloud .tagcloud {
padding-top: 10px;
}
.footer-top-area .widget_tag_cloud a {
background: #f7f7f7;
border-radius: 4px;
color: #646464 !important;
display: inline-block;
font-size: 15px !important;
margin: 0 2px 4px 0;
padding: 8px 15px;
transition: all 0.3s;
}
@media(max-width:991px) {
.footer-top-area .widget_tag_cloud a {
padding: 8px;
}
}
.footer-top-area .widget_tag_cloud a:hover {
background-color: #0554f2 !important;
color: #ffffff !important;
}
.footer-top-area .search-form input.search-submit {
background-color: #fff;
color: #0554f2;
} .footer-top-area .widget_calendar caption {
caption-side: initial;
text-align: center;
font-weight: 500;
border-radius: 6px 6px 0 0;
background: #0554f2;
color: #ffffff;
padding: 10px 7px;
margin-top: 0px;
}
.footer-top-area .widget_calendar table th,
.footer-top-area .widget_calendar table td {
border: none;
}
.footer-top-area .widget_calendar table td#today {
background: #0554f2;
color: #ffffff;
border-radius: 3px;
}
.footer-top-area .widget_calendar table td#today a {
color: #ffffff;
}
.footer-top-area .widget_calendar table td a {
color: #0554f2;
}
.footer-top-area a {
text-decoration: none;
}
.footer-top-area .widget a:hover,
.footer-top-area .widget a:active {
color: #14133b;
}
.footer-top-area ul li {
margin-bottom: 8px;
padding-bottom: 8px;
position: relative;
line-height: 1.6;
}
.footer-top-area ul li:last-child,
.footer-top-area ul.menu li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
padding-left: 15px;
padding-top: 15px;
}
.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
margin-bottom: 0px;
padding-bottom: 0px;
}
.footer-top-area ul li a {
text-decoration: none;
}
.footer-top-area .widget_tag_cloud a {
text-decoration: none;
}
.footer-top-area .mc4wp-success {
margin-top: 25px;
}
.footer-top-area .widget > form.mc4wp-form {
padding: 0px;
background: transparent;
}
.footer-top-area .stylish-input-group {
padding-top: 15px;
}
.footer-top-area .stylish-input-group .form-control {
background: #2d2d2d;
border: none;
box-shadow: none;
color: #646464;
border-radius: 0px;
height: 39px;
padding-left: 18px;
}
.footer-top-area .stylish-input-group .form-control::-moz-placeholder {
color: #646464;
}
.footer-top-area .stylish-input-group .form-control::-webkit-input-placeholder {
color: #646464;
}
.footer-top-area .stylish-input-group .input-group-addon {
background: #2d2d2d;
border: none;
border-radius: 0px;
padding: 0;
}
.footer-top-area .stylish-input-group .input-group-addon button {
background: #2d2d2d;
border-radius: 0px;
border: none;
box-shadow: none;
padding: 11px 16px;
transition: all 0.3s ease-in-out;
}
.footer-top-area .stylish-input-group .input-group-addon button i {
color: #0554f2;
}
.footer-top-area .stylish-input-group .input-group-addon button:hover {
background: #0554f2;
opacity: 0.7;
}
.footer-top-area .stylish-input-group .input-group-addon button:hover i {
color: #ffffff;
}
.footer-top-area .rt-news-box .media-body .post-date-dark {
font-size: 14px;
margin-bottom: 12px;
}
.footer-top-area .rt-news-box .media-body .post-date-dark ul li {
color: #aeaeae;
}
.footer-top-area .rt-news-box .media-body h3 {
font-size: 15px;
font-weight: 400;
line-height: 1.4;
margin-bottom: 0;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a {
color: #c6ceec;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a:hover {
color: #0554f2;
}
.footer-top-area .rt-news-box .media a.post-img-holder {
width: 32% !important;
}
.footer-top-area .gallery .gallery-item {
max-width: 31.5%;
margin: 0 5px 5px 0px;
}
.footer-top-area .gallery .gallery-item img {
max-height: 100px;
}
.footer-area .copyright {
color: #aaaaaa;
text-align: center;
}
@media(max-width: 767px) {
.footer-area .copyright {
text-align: left;
}
}
.footer-area .copyright a {
color: #d7d7d7;
}
.footer-area .copyright a:hover {
color: #ffffff;
}
.footer-area .widget_media_image img {
max-width: 175px !important;
} .footer-style-1 .footer-area {
position: relative;
overflow: hidden;
background-color: #181a2e;
color: #d7d7d7;
}
.footer-style-1 .footer-top-area .mc4wp-form .form-group {
background: #2c2c2c;
border: none;
}
.footer-style-1 .footer-area .mc4wp-form .form-group .form-control {
padding: 5px 15px;
height: 50px;
}
.footer-style-1 .footer-area .mc4wp-form .form-group .item-btn {
margin: 0;
padding: 5px 14px;
}
.footer-style-1 .footer-top-area .mc4wp-form .form-group .form-control::-moz-placeholder {
color: #d7d7d7;
}
.footer-style-1 .footer-top-area .mc4wp-form .form-group .form-control::-webkit-input-placeholder {
color: #d7d7d7;
}
.footer-style-1 .footer-area .widget_media_image {
margin-bottom: 25px;
}
.footer-style-1 .footer-bottom-area {
border-top: 1px solid #282b43;
font-size: 17px;
text-align: center;
padding: 14px 0;
}
.footer-style-1 .footer-area .widget_text {
margin-bottom: 20px;
}
.footer-style-1 .footer-area ul.shape-holder {
margin: 0;
padding: 0;
list-style: none;
}
.footer-style-1 .footer-area ul.shape-holder li {
position: absolute;
z-index: 0;
}
.footer-style-1 .footer-area ul.shape-holder li.shape1 {
left: 75px;
top: 80px;
}
.footer-style-1 .footer-area ul.shape-holder li.shape2 {
right: -3%;
top: -53%;
}
.footer-style-1 .footer-top-area .widget ul.menu li a {
margin-left: 0;
}
.footer-style-1 .footer-top-area .widget ul.menu li a:before {
display: none;
}
@media(max-width:1440px) {
.footer-style-1 .footer-area ul.shape-holder li.shape1 {
left: 0px;
}
.footer-style-1 .footer-area ul.shape-holder li.shape2 {
right: 0;
top: 0;
}
}
@media(max-width:767px) {
.footer-style-1 .footer-area ul.shape-holder li.shape1,
.footer-style-1 .footer-area ul.shape-holder li.shape2 {
display: none;
}
} .footer-style-2 .footer-area {
position: relative;
overflow: hidden;
}
.footer-style-2 .footer-top-area {
background-color: #191b29;
color: #d7d7d7;
padding-top: 160px;
}
.footer-style-2 .shape-holder {
list-style: none;
margin: 0;
padding: 0;
}
.footer-style-2 .shape-holder .shape1 {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
}
.footer-style-2 .footer-bottom-area {
position: relative;
z-index: 999;
background: #1c1e2e;
font-size: 17px;
text-align: center;
padding: 14px 0;
}
.footer-style-2 .footer-logo-area {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #323238;
margin-bottom: 60px;
padding-bottom: 60px;
}
@media(max-width: 440px) {
.footer-style-2 .footer-logo-area {
display: block;
}
.footer-style-2 .footer-area .footer-social {
margin-top: 30px;
}
}
@media(max-width: 991px) {
.footer-style-2 .footer-top-area {
padding-bottom: 25px;
}
} .footer-style-3 .footer-area {
position: relative;
overflow: hidden;
}
.footer-style-3 .footer-area .widgettitle {
color: #14133b;
}
.footer-style-3 .footer-top-area {
background-color: #ffffff;
color: #5b6674;
padding-bottom: 0;
}
.footer-style-3 .footer-top-area .widget {
margin-bottom: 115px;
}
@media(max-width: 991px) {
.footer-style-3 .footer-top-area .widget {
margin-bottom: 60px;
}
}
.footer-style-3 .footer-area .copyright {
color: #5b6674;
font-size: 16px;
margin: 0;
padding: 16px 15px;
border-top: 1px solid #e6e7ec;
}
.footer-style-3 .footer-top-area a,
.footer-style-3 .footer-area .copyright a,
.footer-style-3 .footer-top-area .widget ul.menu li a {
color: #5b6674;
}
.footer-style-3 .footer-top-area a:hover,
.footer-style-3 .footer-area .copyright a:hover,
.footer-style-3 .footer-top-area .widget ul.menu li a:hover {
color: #0554f2;
}
.footer-style-3 .footer-area .copyright a:hover {
color: #0554f2;
}
.footer-style-3 .footer-area .widget_media_image {
margin-bottom: 20px;
}
.footer-style-3 .footer-top-area .widget ul.menu li a {
margin-left: 0;
}
.footer-style-3 .footer-top-area .widget ul.menu li a:before {
display: none;
}
.footer-style-3 .footer-top-area .widget ul.menu li a:after {
background-color: #0554f2;
}
.footer-style-3 .footer-area .footer-social li a {
background: #efefef;
}
.footer-style-3 .footer-area ul.shape-holder {
margin: 0;
padding: 0;
list-style: none;
}
.footer-style-3 .footer-area ul.shape-holder li {
position: absolute;
z-index: 0;
}
.footer-style-3 .footer-area ul.shape-holder li.shape1 {
left: 75px;
top: 80px;
}
.footer-style-3 .footer-area ul.shape-holder li.shape2 {
right: -3%;
top: -53%;
}
@media(max-width:1440px) {
.footer-style-3 .footer-area ul.shape-holder li.shape1 {
left: 0px;
}
.footer-style-3 .footer-area ul.shape-holder li.shape2 {
right: 0;
top: 0;
}
}
@media(max-width:767px) {
.footer-style-3 .footer-area ul.shape-holder li.shape1,
.footer-style-3 .footer-area ul.shape-holder li.shape2 {
display: none;
}
} input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.header-search-form input:-webkit-autofill,
.header-search-form input:-webkit-autofill:hover, 
.header-search-form input:-webkit-autofill:focus, 
.header-search-form input:-webkit-autofill:active
{
-webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
.widget_categories select, 
.widget_archive select, 
.widget_text select,
.fluentform select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-size: 12px;
background-image: url(//globaloceanlink.pl/wp-content/themes/techkit/assets/img/select-arrow.png) !important;
background-repeat: no-repeat;
background-position: 95%;
}
.widget select {
border: 1px solid #d7d7d7;
border-radius: 4px;
padding: 14px 13px;
width: 100%;
outline: none;
}
.widget > select {
margin-top: 10px;
}
.widget ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.widget ul li a {
color: #444444;
display: inline;
transition: all 0.3s ease-in-out;
}
.widget ul li a:hover {
color: #0554f2;
}
.widget_recent_entries ul li span {
display: block;
}
.sidebar-widget-area .widget {
background: #ffffff;
margin-bottom: 30px;
overflow: hidden;
position: relative;
border-radius: 10px;
box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
padding: 28px 37px 32px;
}
.sidebar-widget-area .widget h3.widgettitle {
display: block;
position: relative;
color: #14133b;
font-size: 22px;
margin-bottom: 25px;
line-height: 1.4;
z-index: 2;
}
.sidebar-widget-area .widget:last-child {
margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
border-bottom: 1px solid #ebebeb;
margin: 0 0 13px;
padding: 0 0 13px;
position: relative;
transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget ul li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.sidebar-widget-area .widget ul li a {
font-size: 16px;
font-weight: 400;
position: relative;
-webkit-transition: all 140ms ease-in-out;
transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget ul li a:hover {
color: #0554f2;
}
.sidebar-widget-area .widget ul li ul {
border-top: 1px solid #e2e2e2;
margin-top: 10px;
padding-top: 10px;
}
.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
margin-bottom: 0;
border-bottom: none;
}
.sidebar-widget-area .widget ul li.active a {
color: #14133b;
}
.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
margin-bottom: 0px;
padding-bottom: 0px;
} .sidebar-widget-area .widget_block h2 {
display: block;
position: relative;
color: #14133b;
font-size: 22px;
margin-bottom: 25px;
line-height: 1.4;
z-index: 2;
}
.sidebar-widget-area ol.wp-block-latest-comments {
padding-left: 0;
}
.sidebar-widget-area .wp-block-latest-comments__comment {
line-height: 1.6;
list-style: none;
margin-bottom: 1em;
}
.widget_search .wp-block-search .wp-block-search__label {
display: none;
}
.wp-block-search .wp-block-search__label {
font-size: 20px;
font-weight: 500;
}
.wp-block-search input {
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
color: #444444;
font-size: 15px;
outline: none;
}
.wp-block-search .wp-block-search__button {
background-color: #0554f2;
border-radius: 4px;
border: none;
color: #ffffff;
font-size: 16px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
}
.sidebar-widget-area ul.wp-block-categories li, 
.sidebar-widget-area ul.wp-block-archives li {
width: 100%;
float: left;
background: #ffffff;
line-height: 1.6;
text-align: right;
}
.sidebar-widget-area ul.wp-block-categories li a, 
.sidebar-widget-area ul.wp-block-archives li a {
float: left;
}
.wp-block-categories,
.wp-block-archives {
margin: 0;
padding: 0;
list-style-type: none;
}
.wp-block-categories li ul.children, 
.wp-block-archives li ul.children {
padding-left: 17px;
float: left;
width: 100%;
border-top: 1px solid #e2e2e2;
margin-top: 10px;
padding-top: 10px;
margin-left: 0;
list-style: none;
}
.wp-block-categories li,
.wp-block-archives li {
width: 100%;
float: left;
background: #ffffff;
line-height: 1.6;
text-align: right;
border-bottom: 1px solid #ebebeb;
margin: 0 0 13px;
padding: 0 0 13px;
position: relative;
transition: all 140ms ease-in-out;
}
.wp-block-categories li:last-child,
.wp-block-archives li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.wp-block-categories li a,
.wp-block-archives li a {
float: left;
font-size: 16px;
font-weight: 400;
position: relative;
color: #444444;
display: inline;
transition: all 140ms ease-in-out;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
color: #0554f2;
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
border: 1px solid #d7d7d7;
border-radius: 4px;
margin-bottom: 10px;
padding: 14px 13px;
width: 100%;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-size: 12px;
background-image: url(//globaloceanlink.pl/wp-content/themes/techkit/assets/img/select-arrow.png) !important;
background-repeat: no-repeat;
background-position: 98%;
} .sidebar-widget-area .widget_recent_comments ul li.recentcomments {
background: #ffffff;
line-height: 1.6;
position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
margin-bottom: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a:before {
display: none;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > span {
position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover > span:before {
background-color: #0554f2;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments span > a:before {
left: -15px;
top: -3px;
}
.sidebar-widget-area .widget_recent_entries ul li .post-date {
color: #535151;
font-size: 14px;
} .sidebar-widget-area .widget_rss .widgettitle a {
color: #14133b;
}
.sidebar-widget-area .widget_rss ul li {
position: relative;
color: #646464;
background: #ffffff;
line-height: 1.6;
transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_rss ul li a {
padding-left: 0;
font-weight: 500;
color: #14133b;
}
.sidebar-widget-area .widget_rss ul li a:before {
display: none;
}
.sidebar-widget-area .widget_rss ul li:last-child {
margin-bottom: 0px;
padding-bottom: 20px;
}
.sidebar-widget-area .widget_rss cite {
color: #14133b;
font-weight: 500;
} .widget_text .textwidget strong {
font-weight: 500;
} .sidebar-widget-area .widget_tag_cloud a,
.sidebar-widget-area .widget_product_tag_cloud a {
color: #646464;
border: none;
background: #f7f7f7;
border-radius: 5px;
display: inline-block;
font-size: 15px !important;
margin: 0 0px 4px 0;
padding: 6px 12px;
font-weight: 400;
transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
background-color: #0554f2;
border: none;
color: #ffffff;
} .search-form {
padding-top: 0;
}
.search-form input {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
color: #444444;
font-size: 15px;
border-radius: 0;
float: left;
height: 50px;
padding: 0;
width: 100%;
outline: none;
background-color: transparent;
letter-spacing: 1px;
}
.search-form button {  
background: transparent;
border: none;
border-radius: 0;
box-shadow: none;
color: #0554f2;
font-size: 16px;
position: absolute;
top: 0;
transition: all 0.5s ease;
padding: 13px 10px;
right: 0;
}
.search-form button:focus {
outline: none;
box-shadow: none;
}
.search-form button:hover {
color: #14133b;
}
.search-form input:focus {
outline: none;
box-shadow: none;
border-color: #0554f2;
background: transparent;
}
.search-form input.search-submit {
width: 100%;
}
.widget_search .search-form input.form-control::-webkit-input-placeholder {
color: #939396;
}
.widget_search .search-form input.form-control:-ms-input-placeholder {
color: #939396;
}
.widget_search .search-form input.form-control:-moz-placeholder {
color: #939396;
}
.sidebar-widget-area .widget.widget_search {
padding: 28px 37px 37px;
}
.mobile-header-search .custom-search-input input {
border: 1px solid #dcdcdc;
border-radius: 0px;
box-shadow: none;
float: left;
height: 40px;
padding: 0 25px 0 12px;
width: 100%;
}
.mobile-header-search .custom-search-input button {  
background: transparent;
border: none;
border-radius: 0px;
box-shadow: none;
color: #646464;
font-size: 16px;
position: absolute;
top: 0;	
transition: all 0.5s ease;	
padding: 8px 18px 8px 17px;
right: 15px;
} .mobile-header-search .custom-search-input button:hover {
color: #0554f2;
}
.mobile-header-search .custom-search-input .btn {
z-index: 5;
}
.widget_product_search .search-field {
border: 1px solid #e1e1e1;
border-radius: 4px 0 0 4px;
padding: 13px 10px;
float: left;
}
.widget_product_search button {
padding: 8px 10px;
border-radius: 0 4px 4px 0;
}
.widget_recent_reviews .product-title {
font-size: 19px;
color: #14133b;
font-weight: 500;
margin-bottom: 5px;
display: block;
}
.widget_recent_reviews span.reviewer {
font-size: 15px;
color: #7a7a7a;
font-weight: 500;
margin-top: 5px;
display: block;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #0554f2;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, 
.input-group>.custom-select:focus, 
.input-group>.form-control:focus {
z-index: 0;
}
.sidebar-widget-area .widget.title-style-2.rt_widget_recent_entries_with_image {
margin-bottom: 20px;
}
.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
margin-bottom: 0;
}
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title {
font-size: 18px;
margin-bottom: 0px;
line-height: 1.4;
margin-top: 5px;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.rt_widget_recent_entries_with_image .topic-box {
margin-bottom: 20px;
position: relative;
}
.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img {
display: block;
overflow: hidden;
border-radius: 4px;
}
.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img img {
border-radius: 4px;
transform: scale(1);
transition: all 0.3s ease-in-out;
}
.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img:hover img {
transform: scale(1.1);
}
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title a {
color: #14133b;
}
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title a:hover {
color: #0554f2;
}
.rt_widget_recent_entries_with_image .topic-box .post-date1 {
display: block;
position: absolute;
top: 10px;
left: 10px;
}
.rt_widget_recent_entries_with_image .topic-box .posted-date {
color: #7a7a7a;
font-size: 15px;
font-weight: 400;
margin-top: 10px;
padding: 0;
display: inline-block;
line-height: 1.4;
border: none;
position: relative;
font-family: "Barlow", sans-serif;
}
.rt_widget_recent_entries_with_image .topic-box .posted-date i {
color: #7e7e7e;
padding-right: 7px;
}
.rt_widget_recent_entries_with_image .topic-box .post-date1 span a {
color: #ffffff;
}
.rt-news-box .topic-box .post-date1 span a:hover ,
.rt_widget_recent_entries_with_image .topic-box .post-date1 span a:hover {
color: #14133b;
}
.rt_widget_recent_entries_with_image .topic-box .post-date1 span {	
text-transform: uppercase;
z-index: 2;
display: inline-block;
background: #0554f2;
border-radius: 4px;
padding: 6px 10px;
position: relative;
color: #ffffff;
font-size: 11px;
font-weight: 500;
line-height: 1.4;
} .post-box-style {
display: inline-block;
}
.post-box-style .topic-box {
margin-bottom: 20px;
position: relative;
background: #ffffff;
padding: 10px;
}
.post-box-style .rt-news-box-widget {
position: relative;
background: #ffffff;
border-bottom: none;
margin-bottom: 12px;
padding-bottom: 12px;
display: inline-block;
}
.post-box-style .rt-news-box-widget:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.post-box-style .media a.post-img-holder {
float: left;
width: 96px;
margin-right: 15px;
overflow: hidden;
border-radius: 5px;
}
.post-box-style .media a.post-img-holder img {
border-radius: 5px;
transform: scale(1);
transition: all 140ms ease-in-out;
}
.post-box-style .media:hover a.post-img-holder img {
transform: scale(1.1);
}
.post-box-style .topic-box .rt-wid-post-img {
margin-bottom: 12px;
display: block;	
overflow: hidden;
}
.post-box-style .media-body h3 {
font-size: 18px;
margin-bottom: 0px;
line-height: 1.4;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.post-box-style .media-body h3 a {
color: #14133b;
}
.post-box-style .media-body h3 a:hover {
color: #0554f2;
}
.post-box-style .post-box-date {
margin-bottom: 8px;
}
.post-box-style .post-box-date ul {
list-style: none;
line-height: 1;
margin-bottom: 5px;
margin-left: 0;
padding: 0;
}
.post-box-style .post-box-date ul li {
color: #7a7a7a;
font-size: 15px;
font-weight: 400;
margin-bottom: 5px;
padding: 0;
display: inline-block;
line-height: 1.4;
border: none;
position: relative;
}
.post-box-style .post-box-date ul li a:before {
display: none;
}
.post-box-style .post-box-date ul li:last-child {
margin-right: 0;
}
.post-box-style .post-box-date ul li a {
color: #0554f2;
font-size: 14px;
font-weight: 500;
}
.post-box-style .post-box-date ul li i {
color: #7e7e7e;
padding-right: 7px;
}
.rt-product-box .widget-product-price {
font-size: 14px;
margin-top: 3px;
color: #535151;
} .post-tab-layout .position-relative {
background: #ffffff;
border-bottom: none;
margin-bottom: 10px;
padding-bottom: 10px;
}
.post-tab-layout .position-relative:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.post-tab-layout .media {
display: inline-flex;
}
.post-tab-layout .media .media-body {
flex: 1;
}
.post-tab-layout .media .tab-img-holder {
width: 35%;
float: left;
margin-right: 15px;
overflow: hidden;
border-radius: 4px;
}
.post-tab-layout .media .tab-img-holder img {
transform: scale(1);
transition: all 0.3s ease-in-out;
}
.post-tab-layout .media .tab-img-holder:hover img {
transform: scale(1.1);
}
.post-tab-layout ul.btn-tab {
border-bottom: none;
margin-bottom: 30px;
margin-left: 0;
}
.post-tab-layout ul.btn-tab li {
margin-bottom: 0;
padding: 0;
font-size: 14px;
font-weight: 500;
border-bottom: none;
}
.post-tab-layout ul.item-inline2 li {
width: 33.33%;
}
.post-tab-layout ul.item-inline2 li, ul.item2-inline li {
display: inline-block;
margin-right: 0px;
}
.post-tab-layout ul.item-inline li, ul.item-inline2 li {
margin-right: 3px;
margin-bottom: 3px;
float: left;
}
.post-tab-layout ul.item-inline2 li:last-child {
margin-right: 0;
margin-bottom: 5px;
}
.post-tab-layout ul.btn-tab li .active {
border: 1px solid transparent;
background-color: #0554f2;
color: #ffffff !important;
}
.post-tab-layout ul.btn-tab li a:before {
display: none;
}
.post-tab-layout ul.btn-tab li a {
background-color: #f8f8f8;
border: 1px solid #dcdcdc;
padding: 10px 0px;
display: block;
color: #14133b;
transition: all .5s ease-out;
line-height: 20px;
font-size: 14px;
font-weight: 500;
text-align: center;
}
.sidebar-widget-area .post-tab-layout ul.btn-tab li a:hover {
transform: inherit;
}
.post-tab-layout .entry-title {
font-size: 18px;
margin-bottom: 0;
margin-top: 10px;
line-height: 1.4;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.post-tab-layout .entry-title a {
color: #14133b;
}
.post-tab-layout .entry-title a:hover {
color: #0554f2;
}
.post-tab-layout .post-box-date {
line-height: 1;
}
.post-tab-layout .post-box-date ul {
list-style: none;
margin: 0;
padding: 0;
}
.post-tab-layout .post-box-date ul li {
color: #7a7a7a;
font-size: 15px;
font-weight: 400;
margin: 0;
padding: 0;
display: inline-block;
line-height: 1.4;
border: none;
position: relative;
font-family: "Barlow", sans-serif;
}
.post-tab-layout .post-box-date ul li:first-child {
color: #0554f2;
}
.post-tab-layout .post-box-date ul li:last-child {
margin-right: 0;
}
.post-tab-layout .post-box-date ul li a {
color: #444444;
font-size: 14px;
}
.post-tab-layout .post-box-date ul li a:before {
display: none;
}
.post-tab-layout .post-box-date ul li a:hover {
color: #14133b;
}
.post-tab-layout .post-box-date ul li i {
color: #7e7e7e;
margin-right: 7px;
} .feature-post-layout .rt-feature-widget .entry-title {
font-size: 20px;
margin-bottom: 0;
line-height: 1.4;
}
.feature-post-layout .entry-title a {
color: #000000;
}
.feature-post-layout .entry-title a:hover {
color: #0554f2;
}
.feature-post-layout .post-box-date ul {
list-style: none;
margin: 0 0 5px 0;
padding: 0;
}
.feature-post-layout .post-box-date ul li {
font-size: 14px;
color: #646464;
font-weight: 600;
margin: 0;
padding: 0;
border: none;
display: inline-block;
position: relative;
}
.feature-post-layout .post-box-date ul li:after {
content: ".";
color: #646464;
font-weight: 700;
padding: 0 5px 0 8px;
}
.feature-post-layout .post-box-date ul li:last-child:after {
display: none;
}
.feature-post-layout .post-box-date ul li:last-child {
margin-right: 0;
}
.feature-post-layout .post-box-date ul li a {
color: #646464;
font-size: 14px;
}
.feature-post-layout .post-box-date ul li a:before {
display: none;
}
.feature-post-layout .post-box-date ul li a:hover {
color: #14133b;
}
.feature-post-layout .post-box-date ul li.feature-date {
color: #0554f2;
font-weight: 700;
}
.feature-post-layout .media {
margin-bottom: 18px;
overflow: hidden;
}
.feature-post-layout .media-body p {
margin-top: 12px;
}
.feature-post-layout .media .post-img-holder {
overflow: hidden;
border-radius: 4px;
}
.feature-post-layout .media .post-img-holder img {
transform: scale(1);
transition: all 0.3s ease-in-out;
}
.feature-post-layout .media .post-img-holder:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.feature-post-layout .list-item {
background: #ffffff;
border-bottom: 1px solid #e2e2e2;
margin-bottom: 10px;
padding-bottom: 15px;
}
.feature-post-layout .list-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.feature-post-layout .list-item .entry-title {
font-size: 16px;
}
.sidebar-widget-area .widget .corporate-address li {
display: inline-block;
width: 100%;
vertical-align: top;
}
.sidebar-widget-area .widget .corporate-address li i {
color: #0554f2;
font-size: 19px;
padding: 0px 15px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
color: #0554f2;
font-size: 19px;
padding: 0px 24px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li a {
color: #14133b;
line-height: 34px;
font-size: 15px;
transition: all 0.3s ease-out;
font-weight: 400;
}
.sidebar-widget-area .widget .corporate-address li a:before {
content: "";	
margin-right: 0px;
} .sidebar-widget-area .widget_categories ul li, 
.sidebar-widget-area .widget_archive ul li {
width: 100%;
float: left;
background: #ffffff;
line-height: 1.6;
text-align: right;
}
.sidebar-widget-area .widget_categories ul li:last-child, 
.sidebar-widget-area .widget_archive ul li:last-child {
padding-bottom: 0px;
}
.sidebar-widget-area .widget_categories ul li a, 
.sidebar-widget-area .widget_archive ul li a {
float: left;
}
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
padding-left: 17px;
float: left;
width: 100%;
}
.sidebar-widget-area .widget.widget_pages ul li ul.children,
.sidebar-widget-area .widget.widget_nav_menu ul li ul.sub-menu {
float: inherit;
width: inherit;
}
@media(max-width:1199px) {
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
padding-left: 5px;
}
} .sidebar-widget-area .widget_calendar caption {
caption-side: initial;
text-align: center;
font-weight: 500;
border-radius: 6px 6px 0 0;
background: #0554f2;
color: #ffffff;
padding: 10px 7px;
margin-top: 0px;
}
.sidebar-widget-area .widget_calendar table th,
.sidebar-widget-area .widget_calendar table td {
border: none;
color: #444444;
}
.sidebar-widget-area .widget_calendar table th {
font-weight: 500;
}
.sidebar-widget-area .widget_calendar table td#today {
background: #0554f2;
color: #ffffff;
border-radius: 3px;
}
.sidebar-widget-area .widget_calendar table td#today a {
color: #ffffff;
}
.sidebar-widget-area .widget_calendar a {
color: #444444;
font-weight: 500;
}
.sidebar-widget-area .widget_calendar td a {
color: #0554f2;
}
.sidebar-widget-area .widget_calendar a:hover {
color: #0554f2;
} .gallery .gallery-item {
margin: 0;
text-align: center;
}
.gallery .gallery-item .gallery-icon {
margin: 5px;
}
.gallery .gallery-item .gallery-icon img {
border-radius: 4px;
}
.gallery .gallery-item .gallery-caption {
font-size: 13px;
} .sidebar-widget-area .widget.widget_media_image {
padding: 0;
} .sidebar-widget-area .rt-about-widget ul.footer-social {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li {
display: inline-block;
margin: 0 5px 5px 0;
padding: 0;
line-height: 1;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a {
font-size: 16px;
transition: all 0.3s ease-out;
font-weight: 400;
background: #fff;
padding: 14px 15px;
display: flex;
width: 60px;
height: 60px;
text-align: center;
align-items: center;
justify-content: space-around;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
display: none;
} .sidebar-widget-area .widget.widget_techkit_about_author {
padding: 0;
}
.widget_techkit_about_author .author-widget {
position: relative;
z-index: 2;
overflow: hidden;
text-align: center;
border-radius: 10px;
padding: 50px 40px;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}
.widget_techkit_about_author .author-widget span {
display: block;
color: #ffffff;
}
.widget_techkit_about_author .author-widget span.phone {
font-size: 18px;
}
.widget_techkit_about_author .author-widget span a {
color: #ffffff;
}
.widget_techkit_about_author .author-widget:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.85);
z-index: -1;
}
.widget_techkit_about_author .author-widget img {
border-radius: 50%;
margin-bottom: 18px;
width: 120px;
}
.widget_techkit_about_author .author-widget h3 {
color: #ffffff;
margin-bottom: 12px;
}
.widget_techkit_about_author .author-widget .about-social {
list-style: none;
margin: 15px 0 0;
padding: 0;
}
.widget_techkit_about_author .author-widget .about-social li {
display: inline-block;
border: none;
margin: 0;
padding: 0;
}
.widget_techkit_about_author .author-widget .about-social li a {
display: block;
background: #eff4ff;
color: #0554f2;
border-radius: 50%;
height: 40px;
width: 40px;
line-height: 40px;
font-size: 14px;
margin: 0 4px;
}
.widget_techkit_about_author .author-widget .about-social li a:hover {
color: #ffffff;
background: #0554f2;
} .widget_techkit_download .download-list .item {
display: flex;
align-items: center;
}
.widget_techkit_download .download-list .item:first-child{
margin-bottom: 30px;
}
.widget_techkit_download .download-list .item-icon {
margin-right: 15px;
line-height: 1;
}
.widget_techkit_download .download-list .item-icon i {
font-size: 47px;
color: #0554f2;
}
.widget_techkit_download .download-list .item-text h5 {
margin-bottom: 0;
}
.widget_techkit_download .download-list .item-text .link {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 3px;
font-family: "Roboto", sans-serif;
transition: all 0.4s ease;
display: block;
}
.widget_techkit_download .download-list .item-text .link:hover {
letter-spacing: 1.4px;
} .widget-open-hour ul.opening-schedule {
margin-right: 15px;
}
.widget-open-hour ul.opening-schedule li > span {
color: #ffffff;
font-weight: 400;
padding-left: 10px;
}
.widget-open-hour ul.opening-schedule li .os-close {
color: #14133b;
font-weight: 500;
}
.widget-open-hour ul.opening-schedule li:last-child {
margin-bottom: 0;
}
.widget_apsc_widget .apsc-theme-4 {
text-align: center;
}
.widget_apsc_widget .apsc-theme-4 .apsc-each-profile {
display: inline-block;
float: inherit;
width: inherit;
margin-right: 10px;
margin-bottom: 0;
}
.widget_apsc_widget .apsc-theme-4 .apsc-each-profile .apsc-inner-block {
background-color: transparent;
border-radius: 0;
padding: 0;
font-size: 13px;
}
.widget_apsc_widget .apsc-theme-4 .apsc-each-profile:hover .apsc-inner-block {
background-color: transparent;
}
.widget_apsc_widget .apsc-theme-4 .apsc-each-profile:last-child {
margin-right: 0;
}
.widget_apsc_widget .apsc-theme-4 span.media-name {
display: none;
}
.widget_apsc_widget .apsc-theme-4 span.apsc-count {
padding-right: 5px;
}
.widget_apsc_widget .apsc-theme-4 .social-icon i {
font-size: 16px;
padding-right: 7px;
} .sidebar-widget-area .widget.widget_media_gallery {
background: transparent;
box-shadow: none;
padding: 0;
}
.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
margin-bottom: 0;
} .sidebar-widget-area .widget.widget_instagram-feed-widget {
background: transparent;
box-shadow: none;
padding: 0;
}
.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
padding-bottom: 0 !important;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
background: rgba(5, 84, 242, 0.6);
height: 0;
width: 0;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before,
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
overflow: hidden;
pointer-events: none;
transform: translate(-50%,-50%);
transition: all 0.3s ease-out;
z-index: 1;
opacity: 0;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
content: "\f16d";
width: 100%;
height: 100%;
font-family: "Font Awesome 5 Brands";
font-size: 20px;
font-weight: normal;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
height: 100%;
top: 100%;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
opacity: 1;
transition-delay: 0.1s;
top: 50%;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
width: 100%;
height: 100%;
opacity: 1;
}
#sb_instagram .sbi_photo_wrap {
position: relative;
border-radius: 5px;
overflow: hidden;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
padding: 5px !important;
} .entry-banner {
background: #14133b;
position: relative;
z-index: 3;
}
.entry-banner:after {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(20, 19, 59, 0.75);
z-index: 1;
}
.entry-banner .entry-banner-content {
padding: 140px 0 150px;
text-align: center;
position: relative;
z-index: 2;
}
.entry-banner .entry-banner-content h1 {
line-height: 1.4;
margin-bottom: 10px;
color: #ffffff;
font-size: 46px;
}
.entry-banner .entry-banner-content h1 a {
color: #14133b;
}
.entry-banner .entry-banner-content h1 a:hover {
color: #646464;
}
.breadcrumb-area .entry-breadcrumb span a {
color: #ffffff;
}
.breadcrumb-area .entry-breadcrumb span a:hover {
color: #0554f2;
}
.breadcrumb-area .entry-breadcrumb .current-item {
color: #c7c7c7;
}
.entry-banner .entry-breadcrumb .delimiter {
color: #ffffff;
padding: 0 7px;
}
.entry-banner .entry-breadcrumb .dvdr {
color: #9e9586;
padding: 0 7px;
} .trheader .entry-banner .entry-banner-content {
padding-top: 205px;
}
@media (max-width: 991px) {
.entry-banner .entry-banner-content {
padding: 80px 0 85px !important;
}
.entry-banner .entry-banner-content h1 {
font-size: 38px;
line-height: 1.2;
}
} .breadcrumb-trail ul.trail-items {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
}
.breadcrumb-trail ul.trail-items li {
display: inline-block;
font-size: 16px;
position: relative;
padding-right: 16px;
margin-right: 12px;
color: #0554f2;
}
.breadcrumb-trail ul.trail-items li:after {
position: absolute;
content: "-";
right: 0;
top: 0;
}
.breadcrumb-trail ul.trail-items li:last-child:after {
display: none;
}
.breadcrumb-trail ul.trail-items li a {
color: #0554f2;
}
.breadcrumb-trail ul.trail-items li a:hover {
color: #646464;
}
.breadcrumb-trail ul.trail-items li > span {
color: #646464;
}
.banner-text {
line-height: 1.4;
}
.site-main .entry-breadcrumb .current {
color: #0554f2;
}  .button-style-1 {
font-size: 16px;
color: #0554f2;
font-weight: 500;
padding: 0;
transition: all 0.4s ease;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
letter-spacing: 0.16px;
font-family: "Barlow", sans-serif;
}
a.button-style-1:hover {
color: #0554f2;
} .button-style-2 {
background: #0554f2;
border-radius: 5px;
font-size: 16px;
color: #ffffff;
font-weight: 500;
padding: 11px 16px 11px 25px;
transition: all 0.4s ease;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
letter-spacing: 0.16px;
font-family: "Barlow", sans-serif;
}
a.button-style-2:hover {
color: #ffffff;
}
.button-style-2.btn-common path.rt-button-cap {
stroke: #ffffff;
} .button-style-3 {
background: transparent;
border: 1px solid #4d506e;
border-radius: 5px;
font-size: 16px;
color: #0554f2;
font-weight: 500;
padding: 11px 12px 11px 25px;
transition: all 0.4s ease;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
letter-spacing: 0.16px;
font-family: "Barlow", sans-serif;
}
a.button-style-3:hover {
border: 1px solid #0554f2;
color: #0554f2;
}
.button-style-3.btn-common path.rt-button-cap {
stroke: #0554f2;
}
.btn-common svg {
fill: currentColor;
vertical-align: middle;
margin-left: 15px;
width: 26px;
}
.btn-common .rt-button-cap, 
.btn-common .rt-button-line {
transform: translateX(-13px);
transform-origin: right;
transition: 0.5s;
}
.btn-common rect.rt-button-line {
height: 1.5px;
}
.btn-common .rt-button-line {
stroke: currentColor;
stroke-width: 0.5;
}
.btn-common path.rt-button-cap {
stroke-width: 1;
stroke: #0554f2;
}
.btn-common:hover .rt-button-line {
animation: qode-button-line 0.4s ease forwards;
}
.btn-common:hover .rt-button-cap {
animation: qode-button-cap 0.4s ease forwards;
}
.rt-animation-out .rt-button-cap-fake {
animation: qode-button-cap-fake-out 0.35s linear;
}
.rt-animation-out .rt-button-cap {
animation: qode-button-cap-out 0.35s ease-in-out;
}
.rt-button-line {
transform: translateX(9px);
stroke-width: 0.1;
stroke: currentColor;
}
.rt-button-cap,
.rt-button-line {
transform-origin: right;
transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
}
@-webkit-keyframes qode-button-cap-out {
0%,
50% {
-webkit-transform: translateX(-35px) scaleX(-1);
transform: translateX(-35px) scaleX(-1);
}
100%,
51% {
-webkit-transform: translateX(-13px) scaleX(1);
transform: translateX(-13px) scaleX(1);
}
}
@keyframes qode-button-cap-out {
0%,
50% {
-webkit-transform: translateX(-35px) scaleX(-1);
transform: translateX(-35px) scaleX(-1);
}
100%,
51% {
-webkit-transform: translateX(-13px) scaleX(1);
transform: translateX(-13px) scaleX(1);
}
}
@-webkit-keyframes qode-button-cap-fake-out {
0% {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
}
49%,
51% {
-webkit-clip-path: inset(50% 0 50% 0);
clip-path: inset(50% 0 50% 0);
}
100% {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
}
}
@keyframes qode-button-cap-fake-out {
0% {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
}
49%,
51% {
-webkit-clip-path: inset(50% 0 50% 0);
clip-path: inset(50% 0 50% 0);
}
100% {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
}
}
@-webkit-keyframes qode-button-cap {
0% {
-webkit-transform: translateX(-13px) scaleX(1);
transform: translateX(-13px) scaleX(1);
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
}
54% {
-webkit-transform: translateX(-1px) scaleX(1);
transform: translateX(-1px) scaleX(1);
-webkit-clip-path: inset(50% 0 50% 0);
clip-path: inset(50% 0 50% 0);
}
55% {
-webkit-transform: translateX(-20px) scaleX(-1);
transform: translateX(-20px) scaleX(-1);
-webkit-clip-path: inset(50% 0 50% 0);
clip-path: inset(50% 0 50% 0);
}
100% {
-webkit-transform: translateX(-35px) scaleX(-1);
transform: translateX(-35px) scaleX(-1);
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
}
}
@keyframes qode-button-cap {
0% {
-webkit-transform: translateX(-13px) scaleX(1);
transform: translateX(-13px) scaleX(1);
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
}
54% {
-webkit-transform: translateX(-1px) scaleX(1);
transform: translateX(-1px) scaleX(1);
-webkit-clip-path: inset(50% 0 50% 0);
clip-path: inset(50% 0 50% 0);
}
55% {
transform: translateX(-20px) scaleX(-1);
-webkit-clip-path: inset(50% 0 50% 0);
clip-path: inset(50% 0 50% 0);
}
100% {
transform: translateX(-35px) scaleX(-1);
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
}
}
@-webkit-keyframes qode-button-line {
0%,
100% {
transform: translateX(-13px) scaleX(1);
}
10% {
transform: translateX(-13px) scaleX(1);
}
46%,
55% {
transform: translateX(0) scaleX(0.5);
}
99% {
transform: translateX(-13px) scaleX(0.6);
}
}
@keyframes qode-button-line {
0%,
100% {
transform: translateX(-13px) scaleX(1);
}
10% {
transform: translateX(-13px) scaleX(1);
}
46%,
55% {
transform: translateX(0) scaleX(0.5);
}
99% {
transform: translateX(-13px) scaleX(0.6);
}
} form.post-password-form label > input {
background: #ffffff;
border: 1px solid #d7d7d7;
border-radius: 4px;
padding: 10px 8px;
}
form.post-password-form input[type="submit"] {
border-radius: 4px;
background: #0554f2;
color: #ffffff;
font-weight: 500;
outline: none;
transition: all 0.3s ease-out;
}
form.post-password-form input[type="submit"]:hover {
background: #14133b;
color: #ffffff;
} .single-post .rt-single-content .single-img {
margin-bottom: 30px;
}
.single-post .rt-single-content {
word-wrap: normal;
}
.content-area {
padding-top: 120px;
padding-bottom: 120px;
}
#primary.content-area {
background-repeat: no-repeat;
}
.entry-header .post-title {
font-size: 40px;
margin-bottom: 20px;
line-height: 1.3;
}
.entry-header .entry-thumbnail-area {
margin-bottom: 30px;
}
.entry-header .entry-thumbnail-area img {
border-radius: 10px;
}
.entry-header .entry-meta ul {
padding-left: 0px;
margin: 0 0 15px 0;
}
.entry-header .entry-meta ul li {
display: inline;
margin-right: 15px;
position: relative;
font-size: 15px;
color: #7a7a7a;
margin-bottom: 0;
}
.entry-header .entry-meta ul li:last-child {
margin-right: 0;
}
.entry-header .entry-meta ul li i {
color: #0554f2;
margin-right: 8px;
}
.entry-header .entry-meta ul.response-area {
margin-bottom: 30px;
}
.entry-header .entry-meta ul li a {
color: #7a7a7a;
}
.entry-header .entry-meta ul li a:hover {
color: #0554f2;
}
.entry-header .entry-meta ul li img {
border-radius: 50%;
margin-right: 15px;
} .entry-header .share-links {
padding-bottom: 20px;
}
.share-links .fa {
font-size: 15px;
}
.entry-header .share-links .share-title {
padding-right: 5px;
display: inline-block;
float: left;
line-height: 40px;
font-size: 12px;
margin: 2px 0;
}
.entry-header .share-links .share-title .fa {
margin-right: 5px;
font-size: 14px;
}
.entry-header .share-links.icons-text .share-title {
line-height: 30px;
}
.entry-header .share-links a {
display: inline-block;
margin: 2px;
height: 40px;
overflow: hidden;
color: #ffffff !important;
background: #646464;
position: relative;
transition: 0.3s;
border-radius: 4px;
width: 42.7px;
}
.entry-header .share-links a:hover {	
color: #ffffff !important;
}
.entry-header .share-links a.large-share-button {
width: auto;
}
.entry-header .share-links a .fa {
width: 40px;
height: 40px;
float: left;
display: block;
text-align: center;
line-height: 40px;
}
.entry-header .share-links a .social-text {
border: 0 solid rgba(255, 255, 255, 0.3);
border-left-width: 1px;
padding-left: 15px;
height: 20px;
float: left;
margin-top: 10px;
padding-right: 25px;
font-size: 12px;
line-height: 20px;
font-family: 'Playfair Display', serif;
}
.entry-header .share-links a:hover {
opacity: 0.8;
color: #fff;
}
.entry-header .share-links.icons-text .large-share-button {
height: 30px;
}
.entry-header .share-links.icons-text .large-share-button .social-text {
padding-left: 6px;
padding-right: 8px;
height: 20px;
margin-top: 5px;
line-height: 20px;
font-size: 10px;
}
.entry-header .share-links.icons-text .large-share-button .fa {
width: 30px;
height: 30px;
line-height: 30px;
}
@media (max-width: 767px) {
.entry-header .share-links .social-text {
display: none;
}
}
@media (max-width: 479px) {
.entry-header .share-links .share-title {
display: none;
}
}
.entry-header .share-links a.facebook-share-button {
background: #5d82d1;
}
.entry-header .share-links a.twitter-share-button {
background: #40bff5;
}
.entry-header .share-links a.google-share-button {
background: #eb5e4c;
}
.entry-header .share-links a.linkedin-share-button {
background: #238cc8;
}
.entry-header .share-links a.pinterest-share-button {
background: #e13138;
}
.entry-header .share-links a.reddit-share-button {
background: #ff4500;
}
.entry-header .share-links a.stumbleupon-share-button {
background: #eb4924;
}
.entry-header .share-links a.tumblr-share-button {
background: #35465c;
}
.entry-header .share-links a.vk-share-button {
background: #45668e;
}
.entry-header .share-links a.odnoklassniki-share-button {
background: #ee8208;
}
.entry-header .share-links a.pocket-share-button {
background: #ef4056;
}
.entry-header .share-links a.whatsapp-share-button {
background: #43d854;
}
.entry-header .share-links a.telegram-share-button {
background: #0088cc;
}
.entry-header .share-links a.viber-share-button {
background: #773ead;
}
.entry-header .share-links a.viber-share-button .fa {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.entry-header .share-links a.email-share-button {
background: #333333;
} .rns-plugin {
margin: 20px 0 20px;
}
.rns-plugin .rns-header {
font-size: 28px;
font-weight: 700;
margin-bottom: 30px;
color: #0554f2;
}
.rns-plugin .rns-footer {
display: none;
} .post-detail-style1 .entry-thumbnail-area {
position: relative;
margin-bottom: 40px;
}
.post-detail-style1 .entry-thumbnail-area img {
border-radius: 10px;
} .post-detail-style2 .entry-thumbnail-area {
margin-bottom: 40px;
text-align: center;
}
.post-detail-style2 .entry-thumbnail-area img {
width: 100%;
border-radius: 10px;
}
.post-detail-style2 .main-wrap {
width: 70%;
margin: 0 auto;
}
.post-detail-style2 .entry-header {
text-align: center;
}
@media(max-width: 767px) {
.post-detail-style2 .main-wrap {
width: 100%;
}
} .post-footer-share .share-links a.large-share-button {
width: 42.7px;
}
.post-footer-share .share-links {
padding-bottom: 0px;
}
.blog-post-slider .prev-article {
transition: all .5s ease-out;
display: block
}
.page .entry-content {
padding-top: 0px;	
border-top: none;
}
.entry-footer .entry-footer-meta {
overflow: hidden;
margin-top: 30px;
display: flex;
justify-content: space-between;
}
.entry-footer .share-links .social-text {
display: none;
}
@media(max-width: 767px) {
.entry-footer .entry-footer-meta {
display: inherit;
}
.entry-footer .item-tags {
margin-bottom: 20px;
}
}
.entry-footer .item-tags ul {
list-style: none;
padding: 0;
margin-top: 0px;
margin-bottom: 0px;
}
.entry-footer .item-tags ul li {
font-size: 17px;
margin-right: 12px;
margin-bottom: 1px;
margin-top: 1px;
display: inline-block;
}
.entry-footer .item-tags span {	
font-size: 18px;
font-weight: 700;
color: #14133b;
margin-bottom: 8px;
line-height: 1.3;
display: block;
}
.entry-footer .item-tags a {
color: #14133b;
background: #f2f2f2;
border-radius: 5px;
display: inline-block;
font-size: 16px;
line-height: 1.2;
margin-right: 7px;
margin-bottom: 5px;
padding: 10px 16px;
transition: all .3s ease-out;
font-family: "Barlow", sans-serif;
}
.entry-footer .item-tags a:last-child {
margin-right: 0;
}
.entry-footer .item-tags a:hover {
background: #0554f2;
color: #ffffff;
}
.entry-footer .post-share > span {	
font-size: 18px;
font-weight: 700;
color: #14133b;
margin-bottom: 8px;
line-height: 1.3;
display: block;
}
.entry-footer .post-share .share-links  {
display: inline-block;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.entry-footer .post-share > ul {
list-style: none;
margin: 0;
padding: 0;
}
.entry-footer .post-share > ul > li {
position: relative;
display: flex;
align-items: center;
}
.entry-footer .post-share > ul > li .tag-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
height: 45px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
background: #f2f2f2;
padding: 10px 16px;
border-radius: 5px;
color: #0554f2;
}
.entry-footer .post-share > ul > li .tag-link:hover {
background: #0554f2;
color: #ffffff;
}
.entry-footer .post-share > ul > li:hover .share-links {
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
margin-right: 20px;
}
.entry-footer .post-share .share-links a {
font-size: 15px;
color: #646464;
margin-right: 7px;
width: 38px;
height: 38px;
background: #f2f2f2;
border-radius: 5px;
display: inline-block;
line-height: 36px;
text-align: center;
}
.entry-footer .post-share .share-links a:hover {
color: #0554f2;
}
.entry-footer .post-share .share-links a:last-child {
margin-right: 0;
}
.entry-footer .post-share .share-links a.facebook-f-share-button {
color: #4064ac;
background: #edf3ff;
}
.entry-footer .post-share .share-links a.twitter-share-button {
color: #1c9cea;
background: #dff3ff;
}
.entry-footer .post-share .share-links a.google-plus-g-share-button {
color: #d54836;
background: #f5e2e0;
}
.entry-footer .post-share .share-links a.linkedin-in-share-button {
color: #016196;
background: #ecf8ff;
}
.entry-footer .post-share .share-links a.pinterest-share-button {
color: #df0022;
background: #fff1f3;
}
.entry-footer .post-share .share-links a.whatsapp-share-button {
color: #57f16d;
background: #f0fff2;
}
@media(max-width: 767px) {
.entry-footer .post-share > ul > li:hover .share-links {
margin-right: 0;
margin-left: 20px;
}
.entry-footer .post-share > ul > li {
flex-direction: row-reverse;
justify-content: flex-end;
}
}
.rt-drop {
color: #0554f2;
float: left;
font-family: Georgia;
font-size: 75px;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
}
.about-author {	
background: #ffffff;
padding: 28px 30px;
margin-bottom: 50px;
margin-top: 40px;
border-radius: 5px;
border: 1px solid #e1e1e2;
}
.author-content .author-section-title {
display: inline-block;
position: relative;
font-size: 22px;
font-weight: 700;
margin-bottom: 30px;
line-height: 1.4;
z-index: 2;
}
.about-author .pull-left {
float: left;
padding-right: 30px;
}
@media(max-width:480px) {
.about-author {
display: inherit;
padding: 30px;
}
.about-author .pull-left {
width: 100px;
}
}
.about-author .pull-left img {
border-radius: 50%;
}
.about-author .media-body .author-title {
font-size: 22px;
margin-bottom: 7px;
line-height: 1.4;
text-transform: capitalize;
}
.about-author .media-body .author-title a {
color: #14133b;
}
.about-author .media-body .author-designation {
margin-bottom: 10px;
font-size: 15px;
color: #a5a5a5;
line-height: 1.2;
}
.about-author ul.author-box-social {
list-style: none;
margin: 8px 0 0 0;
padding: 0;
text-align: left;
}
.about-author ul.author-box-social li {
display: inline-block;
margin-right: 10px;
margin-bottom: 5px;
}
.about-author ul.author-box-social li a {
font-size: 15px;
color: #646464;
display: block;
text-align: center;
transition: all .3s ease-out
}
.about-author ul.author-box-social li a:hover {
color: #0554f2;
}
.about-author ul.author-box-social li:last-child {
margin-right: 0px;
} .post-navigation {
margin-top: 50px;
margin-bottom: 40px;
display: flex;
justify-content: space-between;
}
.post-navigation .text-left {
padding-right: 15px;
}
.post-navigation .text-left .pad-lr-15 {
padding-right: 20px;
}
.post-navigation .text-right {
padding-left: 15px;
}
.post-navigation .text-right .pad-lr-15 {
padding-left: 20px;
}
@media(max-width: 425px) {
.post-navigation .text-left .pad-lr-15 {
padding-right: 0;
}
.post-navigation .text-right .pad-lr-15 {
padding-left: 0;
}
}
.post-navigation .prev-article,
.post-navigation .next-article {
display: block;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 18px;
font-weight: 500;
color: #14133b;
font-family: "Barlow", sans-serif;
}
.post-navigation a {
color: #14133b;
}
.post-navigation a:hover {
color: #0554f2;
}
.post-navigation .prev-article i {
margin-left: 10px;
display: inline-flex;
}
.post-navigation .prev-article:hover {
color: #0554f2
}
.post-navigation .next-article i {
margin-right: 10px;
display: inline-flex;
}
.post-navigation .next-article:hover {
color: #0554f2;
}
.navigation-archive {
font-size: 20px;
}
.page-links {
padding-top: 12px;
font-size: 20px;
font-weight: 500;
color: #14133b;
margin-right: 10px;
line-height: 1.3;
}
.page-links .page-number {
text-align: center;
display: inline-block;
font-size: 18px;
color: #14133b;
background: #e6eff4;
border-radius: 6px;
padding: 0;
height: 45px;
width: 50px;
line-height: 45px;
font-weight: 500;
}
.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
background-color: #0554f2;
color: #ffffff;
}
.page-links a .page-number {
transition: all 0.3s ease-out;
} .rt-swiper-container {
margin:0 auto;
position:relative;
overflow:hidden;
list-style:none;
padding:0;
z-index:1;
}
.single-post-slider {
margin: 40px  0 40px;
}
.rt-swiper-slider .swiper-slide img {
border-radius: 10px;
}
.rt-swiper-slider .rt-swiper-container .swiper-button > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
background-image: none;
height: 60px;
width: 60px;
margin: 0 auto;
outline: none;
transform: translateY(-50%);
color: #14133b;
font-size: 20px;
background-color: #ffffff;
border-radius: 50%;
transition: all 0.3s ease-out;
}
.rt-swiper-slider .rt-swiper-container .swiper-button > div:hover {
background: #0554f2;
color: #ffffff;
}
.rt-swiper-slider .rt-swiper-container .swiper-button-prev {
left: 40px;
background: none;
width: inherit;
height: inherit;
}
.rt-swiper-slider .rt-swiper-container .swiper-button-next {
right: 40px;
background: none;
width: inherit;
height: inherit;
}
@media(max-width: 767px) {
.rt-swiper-slider .rt-swiper-container .swiper-button > div {
width: 50px;
height: 50px;
}
} .cat-holder {
position: absolute;
top: 20px;
left: 20px
}
.cat-holder-text {
position: relative;
color: #fff;
height: 26px;
padding: 0 15px;
line-height: 27px;
text-align: center;
text-transform: uppercase;
font-size: 11px;
z-index: 2;
background-color: #0554f2;
}
.cat-holder:before {
border-right: 8px solid transparent;
border-top: 8px solid #0554f2;
}
.cat-holder:before {
z-index: 1;
content: "";
top: 0;
right: -8px;
position: absolute;
width: 0;
height: 0
}
.cat-holder:after {
content: "";
height: 100%;
width: 100%;
z-index: -1;
position: absolute;
top: 0;
left: 0;
right: 0
}
.rt-related-post .owl-custom-nav {
float: right;
}
@media(max-width:475px) {
.rt-related-post .owl-custom-nav {
margin-top: 0;
}
}
.rt-related-post .owl-custom-nav .owl-prev,
.rt-related-post .owl-custom-nav .owl-next {
background-color: #e2e2e2;
border-radius: 3px;
color: #14133b;
cursor: pointer;
display: inline-block;
font-size: 14px;
width: 38px;
height: 38px;
line-height: 38px;
opacity: 1;
text-align: center;
transition: all 0.5s ease-in-out 0s;
}
.rt-related-post .owl-custom-nav .owl-next {
margin-left: 8px;
}
.rt-related-post .owl-custom-nav .owl-prev:hover,
.rt-related-post .owl-custom-nav .owl-next:hover {
background-color: #0554f2;
color: #ffffff;
}
.title-section {
margin-bottom: 30px;
}
.rt-related-post .title-section h3 {
display: inline-block;
position: relative;
font-size: 22px;
margin-bottom: 0;
line-height: 1.4;
z-index: 2;
}
.rt-related-post .blog-box {
box-shadow: none;
margin-bottom: 0;
}
.rt-related-post .blog-box .blog-img-holder {
display: block;
overflow: hidden;
}
.rt-related-post .blog-box .entry-content {
padding: 30px 30px 25px;
background: #ffffff;
border-radius: 0 0 5px 5px;
border: 1px solid #e1e1e2;
box-shadow: none;
transition: all ease 0.5s;
} .rtrs-review-wrap .rtrs-review-box {
margin-top: 50px;
}
.comment-respond {
background: #ffffff;
margin-top: 30px;
}
.comment-respond > h4 {
display: block;
position: relative;
font-size: 22px;
margin-bottom: 0px;
line-height: 1.4;
}
.comments-area ul {
list-style-type: none;
padding: 0;
}
.comments-area > ul.comment-list {
background: #ffffff;
margin-bottom: 30px;
}
.comments-area h3.comment-num {
color: #14133b;
font-size: 18px;
font-weight: 700;
margin-bottom: 35px;
position: relative;
}
.comments-area h3.comment-num:after {
background: #0554f2;
content: "";
display: block;
height: 3px;
left: 0;
margin: 5px 0 0;
top: 0;
width: 80px;
}
.comments-area .comment-form {
margin-top: 0px;
}
.comments-area .main-comments .imgholder {
float: left;
}
.comments-area .main-comments .imgholder img {
border-radius: 50%;
overflow: hidden;
margin-right: 20px;
margin-bottom: 0px;
max-width: 90px;
}
.comments-area .main-comments .comment-meta {
font-size: 15px;
}
@media(max-width: 767px) {
.comments-area .main-comments .comment-meta {
display: flow-root;
}
}
.comments-area .main-comments .comment-meta .comment-author-name {
color: #7a7a7a;
font-size: 15px;
font-weight: 400;
margin-bottom: 10px;
}
.comments-area .main-comments .comment-meta .comment-author-name a,
.comments-area .main-comments .comment-meta .comment-author-name span {
color: #14133b;
font-size: 18px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
display: block;
text-transform: capitalize;
}
.comments-area .main-comments .replay-area {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.comments-area .main-comments .replay-area a {
background: #fff;
color: #14133b;
font-size: 14px;
transition: all 0.3s ease-in-out;
padding: 0;
border-radius: 0;
font-weight: 500;
}
.comments-area .main-comments .replay-area a:hover {
color: #0554f2;
}
.main-comments .each-comment {
margin-bottom: 60px;
}
.comments-area .main-comments .comments-body {
display: flow-root;
}
@media(max-width: 991px) {
.comments-area .main-comments .comments-body { }
}
@media(max-width: 425px) {
.comments-area .main-comments .imgholder {
float: inherit;
}
}
.comments-area .main-comments .comment-text {
font-size: 15px;
}
.comments-area .main-comments .comments-body p {
margin-bottom: 5px;
}
.comments-area .main-comments .comment-respond {
margin-top: 0px;
margin-bottom: 70px;
}
.comments-area .reply-separator {
margin-top: 40px;
padding-top: 50px;
}
.main-comments ul.children {
margin-left: 50px;
padding: 0;
}
.comments-area .main-comments .comment-text li {
border-top: none;
}
@media(max-width: 1200px) {
.main-comments ul.children {
margin-left: 30px;
}
.comments-area .main-comments .imgholder img {
max-width: 80px;
}
}
@media(max-width: 767px) {
.main-comments ul.children {
margin-left: 10px;
}
.comments-area .main-comments .imgholder img {
max-width: 60px;
margin-right: 10px;
}
}
.avatar-disabled .main-comments ul.children {
margin-left: 50px;
padding: 0;
}
.no-comments {
font-size: 16px;
font-style: italic;
font-weight: bold;
padding-top: 20px;
}
.comment-awaiting-moderation {
font-size: 16px;
font-style: italic;
font-weight: bold;
}
.comment-navigation ul {
margin-top: 30px;
}
.comment-navigation ul li {
margin-right: 5px;
margin-top: 0;
}
.comment-navigation ul li a {
display: inline;
font-size: 12px;
height: 49px;
line-height: inherit;
padding: 10px;
width: inherit;
}
.comment-list pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
.comments-area {
margin-top: 40px;
}
.comments-area > h4 {
display: block;
position: relative;
font-size: 22px;
margin-bottom: 30px;
line-height: 1.4;
}
#respond .comment-notes {
margin-bottom: 30px;
}
#respond .logged-in-as {
margin-bottom: 30px;
font-size: 15px;
}
#respond .logged-in-as a {
color: #646464;
}
#respond .form-group {
margin-bottom: 25px;
}
#respond .form-group.form-submit {
margin-bottom: 0px;
}
#respond form .form-control {
background: #ffffff;
border: 1px solid #ebebeb;
border-radius: 5px;
color: #14133b;
font-size: 15px;
font-weight: 400;
margin-right: 20px;
box-shadow: none;
}
#respond form input.form-control {
height: 50px;
}
#respond form input:focus,
#respond form textarea:focus {
box-shadow: none;
}
#respond form .form-control {
padding: 10px 20px;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
color: #a9a9a9;
}
#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
color: #a9a9a9;
}
#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
color: #a9a9a9;
}
#respond form .btn-send {
position: relative;
display: inline-block;
border: none;
outline: none;
border-radius: 5px;
font-size: 15px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
background: #0554f2;
color: #ffffff;
padding: 15px 30px;
text-transform: uppercase;
z-index: 1;
line-height: 1.6;
letter-spacing: 1px;
overflow: hidden;
transition: all 0.3s ease-in-out;
}
#respond form .btn-send:hover {
background: #14133b;
color: #ffffff;
}
#respond #cancel-comment-reply-link {
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
margin-left: 5px;
}
#respond form .comment-form-cookies-consent {
position: relative;
display: inline-flex;
}
#respond form .comment-form-cookies-consent input {
background: transparent;
border: none;
margin-right: 10px;
height: inherit;
box-shadow: none;
position: absolute;
top: 5px;
}
#respond form .comment-form-cookies-consent label {
padding-left: 25px;
line-height: 1.5;
}
.comment-list > li:first-child {
border-top: none;
}
.comment-list .comment-text ul {
padding: 0 15px;
margin-bottom: 20px;
list-style: disc;
}
.comment-list .comment-text ul li {
padding-top: 0px;
}
.comment-list .comment-text ul li .children li {
padding-top: 0px;
}
.comment-list .comment-text ul ul {
margin-bottom: 0px;
}
.comment-list .comment-text ol {
margin-bottom: 20px;
}
.comment-list .comment-text ol li {
padding-top: 0px;
}
.comment-list .comment-text ol li .children li {
padding-top: 0px;
}
.comment-list .comment-text ol ol {
margin-bottom: 0;
}
.item-comments {
margin-top: 50px;
}
.item-comments h2 {
font-size: 24px;
}
.item-comments .item-comments-list {
margin-top: 50px;
}
.item-comments .item-comments-list ul.comments-list {
padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li {
margin-bottom: 50px;
overflow: hidden;
}
.item-comments .item-comments-list ul.comments-list li .comment-image {
float: left;
padding-right: 20px;
}
.item-comments .item-comments-list ul.comments-list li .comment-name {
font-size: 16px;
font-weight: 500;
margin-right: 10px;
}
.item-comments .item-comments-list ul.comments-list li .comment-date {
color: #646464;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply {
background: #0554f2;
padding: 2px 10px 3px;
float: right;
font-size: 14px;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply a {
color: #ffffff;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
background: #a51c2d;
}
.item-comments .item-comments-list ul.comments-list li p {
padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li:last-child {
margin-bottom: 0;
}
.item-comments .item-comments-list ul.comments-list li.odd {
margin-left: 50px;
}
.item-comments .item-comments-form {
border-top: 1px solid #d7d7d7;
margin-top: 50px;
padding-top: 50px;
}
.item-comments .item-comments-form .comments-form {
padding-top: 20px;
}
.item-comments .item-comments-form .comments-form .form-group {
margin-bottom: 20px;
}
.item-comments .item-comments-form .comments-form .form-group .form-control {
background: #14133b;
border: none;
border-radius: 0;
box-shadow: none;
}
.item-comments .item-comments-form .comments-form .form-group input {
height: 40px;
} .entry-title {
font-size: 28px;
margin: 0 0 6px 0;
line-height: 1.4;
}
.entry-title a {
color: #ffffff;
}
.entry-title a:hover {
color: #0554f2;
}
.custom-search-input > .input-group  {
display: flex;
}
.author .about-author {
background: #f8f8f8;
border: none;
margin-top: 0;
box-shadow: 0 1px 0 0 rgba(211,211,211,.75);
}
.search .entry-header .entry-meta ul li span {
padding-right: 5px;
}
@media(max-width: 991px) {
.tax-techkit_service_category .content-area,
.post-type-archive-techkit_service .content-area {
padding-bottom: 90px;
}
.tax-techkit_service_category.right-sidebar .sidebar-widget-area,
.post-type-archive-techkit_service.right-sidebar .sidebar-widget-area {
margin-top: 80px;
}
}
@media(max-width: 767px) {
.tax-techkit_service_category .content-area,
.post-type-archive-techkit_service .content-area {
padding-top: 80px;
padding-bottom: 50px;
}
.tax-techkit_service_category.right-sidebar .sidebar-widget-area,
.post-type-archive-techkit_service.right-sidebar .sidebar-widget-area {
margin-top: 60px;
}
.tax-techkit_team_category .content-area,
.post-type-archive-techkit_team .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
} @media(max-width:767px) {
body.blog .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
body.single-post .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
}
.rt-blog-layout {
margin: 30px 0 0;
}
.rt-blog-layout .entry-thumbnail-area ul {
list-style: none;
padding: 0;
}
.rt-blog-layout .entry-thumbnail-area ul li {
float: left;
padding: 12px;
}
.rt-blog-layout .entry-thumbnail-area ul li i {
color: #0554f2;
}
.rt-blog-layout .entry-thumbnail-area ul li a {
text-decoration: none;
text-align: center;
color: #666666;
transition: all 0.3s ease-out 0s;
}
.rt-blog-layout .entry-thumbnail-area ul li a:hover {
color: #0554f2;
}
.rt-blog-layout .entry-thumbnail-area ul li:last-child {
float: right;
}
.rt-blog-layout .entry-thumbnail-area ul .active {
background: #0554f2;
color: #ffffff;
}
.rt-blog-layout .entry-thumbnail-area ul .rt-post-author {
display: -webkit-box;
}
.rt-blog-layout .entry-thumbnail-area ul .rt-post-author a {
overflow: hidden;
text-overflow: ellipsis;
text-transform: none;
width: 10.5em;
white-space: nowrap;
display: block;
float: initial;
text-align: left;
padding-left: 5px;
}
.rt-blog-layout .entry-thumbnail-area ul.side_bar {
padding: 0 15px 0 0;
}
.rt-blog-layout .entry-content h3 {
margin: 0 0 10px;
line-height: inherit;
font-size: 22px;
font-weight: 700;
}
.rt-blog-layout .entry-content h3 a {
color: #14133b;
display: block;
padding: 17px 0 0;
text-decoration: none;
transition: all 0.3s ease-out 0s;
line-height: 33px;
}
.rt-blog-layout .entry-content h3 a:hover {
color: #0554f2;
}
.rt-blog-layout .entry-content p {
font-size: 14px;
color: #666666;
}
a.blog-button {
background-color: transparent;
border: 1px solid #0554f2;
border-radius: 4px;
padding: 10px 20px;
color: #0554f2 !important;
font-size: 14px;
font-weight: 500;
position: relative;
display: inline-block;
}
a.blog-button i:before {
font-size: 16px;
margin-left: 12px;
position: relative;
top: 1px;
}
a.blog-button:hover {
background-color: #0554f2;
color: #ffffff !important;
border: 1px solid transparent;
}
.entry-content .item-btn, 
.rtin-content .item-btn {
display: inline-block;
color: #646464;
font-size: 14px;
font-weight: 700;
letter-spacing: 2px;
transition: all 0.3s ease-in-out;
}
.entry-content .item-btn:hover,
.rtin-content .item-btn:hover {
color: #646464;
}
.entry-content .item-btn i,
.rtin-content .item-btn i {
color: #cccccc;
font-size: 12px;
margin-left: 8px;
}
.entry-content .item-btn:hover i,
.rtin-content .item-btn:hover i {
animation: headShake 0.5s;
}
.blog-box * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.blog-box {
margin-bottom: 30px;
transform: translateY(0);
transition: all 0.4s ease;
box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 5%);
}
.blog-box:hover {
transform: translateY(-10px);
}
.blog-box .entry-content h3 {
font-size: 24px;
line-height: 1.4;
margin-bottom: 15px;
}
.blog-box .entry-content h3 a {
color: #14133b;
}
.blog-box .entry-content h3 a:hover {
color: #0554f2;
}
.blog-box ul {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
bottom: 20px;
left: 25px;
z-index: 2;
}
.blog-box ul li {
display: inline-block;
color: #ffffff;
font-size: 15px;
margin-right: 15px;
position: relative;
}
.blog-box ul li i {
padding-right: 10px;
}
.blog-box ul li:last-child {
margin-right: 0;
}
.blog-box ul li a {
color: #ffffff;
}
.blog-box ul.post-categories li {
padding-bottom: 0;
}
.blog-box.show_image .entry-content {
z-index: 2;
position: relative;
border-radius: 0px 0px 15px 15px;
}
.blog-box .entry-content {
padding: 26px 30px 25px;
background: #ffffff;
border-radius: 10px;
transition: all ease 0.5s;
}
.blog-box.show_image .entry-content {
border-radius: 0px 0px 10px 10px;
}
.blog-box .entry-content .blog-cat a {
font-size: 14px;
letter-spacing:1.4px;
color: #0554f2;
font-weight: 500;
text-transform: uppercase;
transition: all 0.4s ease;
}
.blog-box .entry-content .blog-cat a:hover {
color: #14133b;
}
.blog-box .blog-img-holder {
position: relative;
border-radius: 10px 10px 0 0;
display: inline-block;
}
.blog-box .blog-img-holder:before {
position: absolute;
content: "";
height: 160px;
width: 100%;
bottom: -60px;
left: 0;
text-align: center;
transition: all 0.4s ease;
background-image: linear-gradient(transparent, #000), linear-gradient(transparent, #000);
}
.blog-box .blog-img-holder:after {
position: absolute;
content: "";
height: 160px;
width: 100%;
bottom: -60px;
left: 0;
opacity: 0;
visibility: hidden;
text-align: center;
transition: all 0.4s ease;
background-image: linear-gradient(transparent, #0554f2), linear-gradient(transparent, #0554f2);
}
.blog-box:hover .blog-img-holder:before {
opacity: 0;
visibility: hidden;
}
.blog-box:hover .blog-img-holder:after {
opacity: 1;
visibility: visible;
}
.blog-box .blog-img-holder img {
border-radius: 10px 10px 0 0;
}
.blog-layout-1 .blog-text p {
margin-bottom: 15px;
}
.blog-layout-2 .blog-box .entry-content h2 {
font-size: 36px;
line-height: 1.3;
}
.blog-layout-2 .blog-box .entry-content h2 a {
color: #14133b;
}
.blog-layout-2 .blog-box .entry-content h2 a:hover {
color: #0554f2;
}
.blog-layout-2 .blog-box .entry-content {
padding: 40px 50px 40px 50px;
}
.blog-layout-2 .blog-box ul {
left: 50px;
}
@media(max-width: 767px) {
.blog-layout-2 .blog-box .entry-content {
padding: 30px;
}
.blog-layout-2 .blog-box ul {
left: 30px;
}
.blog-layout-2 .blog-box .entry-content h2 {
font-size: 28px;
}
} .rt-grid-item {
display: block;
float: left;
clear: both;
}
.left-sidebar .sidebar-widget-area {
margin-right: 20px;
}
.right-sidebar .sidebar-widget-area {
margin-left: 20px;
}
@media(max-width:991px) {
.right-sidebar .sidebar-widget-area {
margin-top: 80px;
margin-left: 0;
display: inherit;
}
.left-sidebar .sidebar-widget-area {
margin-bottom: 80px;
margin-right: 0;
display: inherit;
}
}
@media(max-width:767px) {
.right-sidebar .sidebar-widget-area {
margin-top: 60px;
display: inherit;
}
.left-sidebar .sidebar-widget-area {
margin-bottom: 60px;
display: inherit;
}
} .sticky .blog-box .entry-content {
background-color: #f5faff;
} .pagination-area ul {
text-align: center;
font-size: 0;
margin-top: 20px;
margin-bottom: 0;
padding-left: 0;
border: none;
display: flex;
align-items: center;
justify-content: center;
}
.pagination-area ul li {
display: inline-flex;
border: none;
margin-right: 6px;
position: relative;
}
.pagination-area ul li:last-child {
margin-right: 0;
}
.pagination-area ul li a {
text-align: center;
display: inline-block;
font-size: 18px;
color: #14133b;
background: #e6eff4;
border-radius: 6px;
padding: 0;
height: 45px;
width: 50px;
line-height: 45px;
font-weight: 500;
}
.pagination-area ul li span {
text-align: center;
display: inline-block;
font-size: 18px;
color: #14133b;
background: #e6eff4;
border-radius: 6px;
padding: 0;
height: 45px;
width: 50px;
line-height: 45px;
font-weight: 500;
}
.pagination-area ul li a:hover {
background-color: #0554f2;
color: #ffffff;
}
.pagination-area ul li span.current {
background-color: #0554f2;
color: #ffffff;
}
.pagination-area ul li.active a {
background-color: #0554f2;
color: #ffffff;
}
.site-content .pagination-area {
clear: both;
padding-top: 15px;
width: 100%;
}
.no-results h2.page-title {
color: #14133b;
}
@media(max-width: 767px) {
.pagination-area ul {
margin-top: 0px;
}
.pagination-area ul li {
margin-top: 8px;
margin-right: 8px;
}
.pagination-area ul li span,
.pagination-area ul li a {
height: 40px;
width: 40px;
line-height: 38px;
}
} @media(max-width:767px) {
body.error404 .content-area {
padding-bottom: 80px;
padding-top: 80px;
}
body.error404 .site .content-area {
background: none !important;
}
}
.error-page-area {
position: relative;
background-position: center;
}
.error-page-content {
position: relative;
text-align: center;
padding: 30px 0;
}
.error-page-content .text-1 {
font-size: 50px;
line-height: 1.2;
color: #ffffff;
margin-bottom: 20px;
}
.error-page-content .text-2 {
font-size: 16px;
margin: 8px auto 20px;
color: #5b6674;
line-height: 1.2;
}
.error-page-area .error-page-content .go-home {
margin-top: 30px;
}
.error-page-area .item-img {
margin-bottom: 60px;
position: relative;
display: inline-flex;
justify-content: center;
}
.error-page-area .item-img .left-img {
position: relative;
left: 85px;
top: 100px;
z-index: 1;
}
.error-page-area .item-img .right-img {
position: relative;
right: 85px;
bottom: 0;
}
@media(max-width: 991px) {
.error-page-content .text-1 {
font-size: 40px;
}
}
@media(max-width: 767px) {
.error-page-content .text-1 {
font-size: 36px;
}
}  .fluentform .contact-form.ff-el-group,
.fluentform .contact-form .ff-el-group {
margin-bottom: 10px;
}
.fluentform .contact-form.ff_submit_btn_wrapper {
margin-top: 32px;
}
.fluentform .contact-form .ff-el-form-control {
background-color: #ffffff;
box-shadow: none;
color: #14133b;
border: 1px solid #ededed;
border-radius: 4px;
font-size: 15px;
padding: 17px 20px 17px 20px;
}
.fluentform .contact-form .ff-el-form-control:focus {
border-color: #0554f2;
}
.fluentform .contact-form .ff-btn {
position: relative;
display: inline-block;
border: none;
border-radius: 5px;
font-size: 18px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
color: #ffffff;
background: #0554f2;
padding: 15px 30px;
z-index: 1;
line-height: 1.6;
letter-spacing: 1px;
overflow: hidden;
width: 100%;
transition: all 0.3s ease-in-out;
}
.fluentform .contact-form .ff-btn:hover,
.fluentform .contact-form .ff-btn:focus {
background: #14133b;
opacity: 1;
}
.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
color: #7a7a7a;
}
.fluentform .contact-form .text-danger {
color: #0554f2 !important;
font-size: 13px;
}
.fluentform .contact-form .ff-el-is-error .ff-el-form-control,
.fluentform .contact-form.ff-el-is-error .ff-el-form-control {
border-color: #0554f2;
} .fluentform .get-form.ff-el-group,
.fluentform .get-form .ff-el-group {
margin-bottom: 15px;
}
.fluentform .get-form.ff-el-group.ff_submit_btn_wrapper {
margin-top: 25px;
margin-bottom: 0;
}
.fluentform .get-form .ff-el-form-control {
background-color: transparent;
box-shadow: none;
color: #14133b;
border: 1px solid #ededed;
border-radius: 4px;
font-size: 15px;
padding: 17px 20px 17px 20px;
height: inherit !important;
}
.fluentform .get-form .ff-el-form-control:focus {
border-color: #0554f2;
background-color: transparent;
}
.fluentform .get-form .ff-btn {
position: relative;
display: inline-block;
border: none;
border-radius: 5px;
font-size: 18px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
color: #ffffff;
background: #0554f2;
padding: 15px 30px;
z-index: 1;
line-height: 1.6;
letter-spacing: 1px;
overflow: hidden;
width: 100%;
transition: all 0.3s ease-in-out;
}
.fluentform .get-form .ff-btn:hover,
.fluentform .get-form .ff-btn:focus {
background: #14133b;
opacity: 1;
}
.fluentform .get-form .ff-el-form-control::-webkit-input-placeholder {
color: #14133b;
}
.fluentform .get-form .ff-el-form-control:-ms-input-placeholder {
color: #14133b;
}
.fluentform .get-form .ff-el-form-control:-moz-placeholder {
color: #14133b;
}
.fluentform .get-form .text-danger {
color: #0554f2 !important;
font-size: 13px;
}
.fluentform .get-form .ff-el-is-error .ff-el-form-control,
.fluentform .get-form.ff-el-is-error .ff-el-form-control {
border-color: #0554f2;
}
@media (min-width: 768px) {
.frm-fluent-form .ff-t-cell:first-of-type {
padding-right: 10px;
}
.frm-fluent-form .ff-t-cell:last-of-type {
padding-left: 10px;
}
} .fluentform .newsletter-form.ff-el-group,
.fluentform .newsletter-form .ff-el-group {
margin-bottom: 15px;
font-family: "Barlow", sans-serif;
}
.fluentform .newsletter-form.ff-el-group.ff_submit_btn_wrapper {
margin-bottom: 0;
}
.fluentform .newsletter-form .ff-el-form-control {
background-color: #ffffff;
box-shadow: none;
color: #14133b;
border: 1px solid #e5e5e5;
border-radius: 4px;
font-size: 15px;
padding: 17px 20px 17px 20px;
height: inherit !important;
max-width: 330px;
}
.fluentform .newsletter-form .ff-el-form-control:focus {
border-color: #0554f2;
}
.fluentform .newsletter-form .ff-el-form-check-label .ff-el-form-check-input {
top: -1px;
margin-right: 3px;
}
.fluentform .newsletter-form .ff-btn {
position: relative;
display: inline-block;
border: none;
border-radius: 5px;
font-size: 18px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
color: #ffffff;
background: #0554f2;
padding: 12px 30px;
z-index: 1;
line-height: 1.6;
letter-spacing: 1px;
overflow: hidden;
transition: all 0.3s ease-in-out;
}
.fluentform .newsletter-form .ff-btn:hover,
.fluentform .newsletter-form .ff-btn:focus {
background: #14133b;
opacity: 1;
}
.fluentform .newsletter-form .ff-el-form-control::-webkit-input-placeholder {
color: #646464;
}
.fluentform .newsletter-form .ff-el-form-control:-ms-input-placeholder {
color: #646464;
}
.fluentform .newsletter-form .ff-el-form-control:-moz-placeholder {
color: #646464;
}
.fluentform .newsletter-form .text-danger {
color: #0554f2 !important;
font-size: 13px;
}
.fluentform .newsletter-form .ff-el-is-error .ff-el-form-control,
.fluentform .newsletter-form.ff-el-is-error .ff-el-form-control {
border-color: #0554f2;
} @media only screen and (max-width: 479px) {
.entry-content .pricetable-btn {
height: 40px;
width: 130px;
font-size: 14px;
padding: 8px 0;
}
}
@media only screen and (max-width: 991px) {
.btn-send-message {
padding: 11px 0;
}
}
@media only screen and (max-width: 1199px) {
.btn-send-message {
padding: 9px 0;
}
}
@media (max-width: 767px) {
.comments-area .main-comments .replay-area {
display: block;
float: inherit;
width: 100%;
margin-bottom: 0;
margin-top: 0;
margin-left: 0;
}
.rt-blog-layout .entry-thumbnail-area ul li:last-child {
display: block;
}
}
@media (max-width: 426px) {
.comments-area .main-comments .replay-area {
margin-top: 15px;
}
.rt-blog-layout .entry-thumbnail-area ul li:last-child {
display: block;
}
}
@media (max-width: 992px) {
.rt-blog-layout .entry-thumbnail-area ul li:last-child {
display: none;
}
}
@media (min-width: 479px) and (max-width: 991px) {
.blog-box .blog-social {
top: 8%;
}
} .align-wrap {
width: 100vw;
margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 900px) {
.align-wrap {
width: auto;
margin-left: calc(50% / .62 - 50vw);
}
}
.align-wrap .alignfull {
width: 100%;
margin: 0 0 0 auto;
}
@media( max-width:480px ) {	
img.alignleft {
float: none;
margin-bottom: 13px;
margin-right: 0px;
padding-top: 5px;
display: block;
}
img.alignright {
float: none;
margin-left: 0px;
margin-bottom: 15px;
padding-top: 15px;
}
} .has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
margin-left: 0;
margin-right: 0;
}
.has-strong-magenta-background-color {
background-color: #a156b4;
}
.has-strong-magenta-color {
color: #a156b4;
}
.has-light-grayish-magenta-background-color {
background-color: #d0a5db;
}
.has-light-grayish-magenta-color {
color: #d0a5db;
}
.has-very-light-gray-background-color {
background-color: #eee;
}
.has-very-light-gray-color {
color: #eee;
}
.has-very-dark-gray-background-color {
background-color: #444;
}
.has-very-dark-gray-color {
color: #444;
}
.has-small-font-size {
font-size: 12px;
}
.has-large-font-size {
font-size: 36px;
line-height: 1.2;
}
.has-huge-font-size {
font-size: 48px;
line-height: 1.2;
}
.has-regular-font-size {
font-size: 16px;
}
.wp-block-image.alignleft.is-resized {
margin-left: 0;
margin-right: 30px;
}
.wp-block-image.alignright.is-resized {
margin-left: 30px;
margin-right: 0;
}
.wp-block-separator {
border: none;
border-bottom: 2px solid #cccccc;
margin: 50px 0;
text-align: left;
background: transparent;
}
.wp-block-pullquote {
border-top: 2px solid #0554f2;
border-bottom: 2px solid #0554f2;
margin-bottom: 20px;
padding: 0;
text-align: left;
}
blockquote.wp-block-pullquote {
background: #f9f9f9;
border-radius: 6px;
border-left: 1px solid #e1e1e2;
font-size: 18px;
font-weight: 500;
font-style: italic;
padding: 28px 40px 28px 40px;
margin: 35px 0px 35px !important;
color: #444444;
}
.wp-block-pullquote p {
font-size: 22px;
}
.wp-block-pullquote cite {
font-weight: 500;
font-size: 14px;
color: #646464;
padding-left: 80px;
z-index: 1;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote p {
color: #14133b;
}
.wp-block-quote {
border-left: 1px solid #e1e1e2;
padding-left: 40px;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
border: 1px solid #e1e1e2;
padding: 35px 40px 35px 40px;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite {
text-align: left;
font-size: 14px;
}
.wp-block-quote.is-style-large cite em {
font-style: normal;
}
.wp-block-quote.has-text-align-right {
border-left: 1px solid #e1e1e2;
border-right: 1px solid #e1e1e2;
text-align: right;
padding: 35px 40px 35px 40px;
}
.wp-block-quote.has-text-align-right cite {
text-align: right;
}
.wp-block-quote.has-text-align-left {
text-align: left;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
font-size: 26px;
line-height: 1.3;
}
.wp-block-quote.is-style-large cite br {
display: none;
}
:root .has-cyan-bluish-gray-background-color {
background-color: transparent;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
background: #acb9c3;
padding-top: 20px;
padding-bottom: 25px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 32px;
}
.has-techkit-primary-background-color.is-style-solid-color blockquote {
background: #0554f2;
}
.has-techkit-secondary-background-color.is-style-solid-color blockquote {
background: #14133b;
}
.has-techkit-button-dark-gray-background-color.is-style-solid-color blockquote {
background: #14133b;
}
.has-techkit-button-light-gray-background-color.is-style-solid-color blockquote {
background: #a5a5a5;
}
.has-techkit-button-white-background-color.is-style-solid-color blockquote {
background: #ffffff;
} .wp-block {
max-width: 720px;
} .wp-block[data-align="wide"] {
max-width: 1080px;
} .wp-block[data-align="full"] {
max-width: none;
}
pre {
background: #fff;
color: #646464;
}
code,
a code {
color: #0554f2;
}
pre code {
font-size: 15px;
color: #646464;
word-break: normal;
line-height: 30px;
}
pre cite {
font-weight: 400;
}
kbd {
color: #646464;
padding: 3px 5px 2px 5px;
margin: 0 1px;
background: #eaeaea;
background: rgba(0,0,0,.07);
}
code, kbd, pre, samp, tt, var {
font-family: Menlo,Consolas,monaco,monospace;
}
.wp-block-code {
font-family: Menlo,Consolas,monaco,monospace;
font-size: 15px;
color: #646464;
padding: 30px;
border: 1px solid #ebebeb;
border-radius: 5px;
} .wp-block-button {
margin-bottom: 25px;
}
.wp-block-button.aligncenter {
text-align: center;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]) {
color: #0554f2;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]):hover {
color: #14133b;
}
.wp-block-button .wp-block-button__link {
position: relative;
display: inline-block;
border: none;
outline: none;
border-radius: 5px;
font-size: 15px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
background: #0554f2;
color: #ffffff;
padding: 15px 30px;
text-transform: uppercase;
z-index: 1;
line-height: 1.6;
letter-spacing: 1px;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover {
background: #14133b;
color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
background: transparent;
border: 2px solid #0554f2;
color: #0554f2;
}
.wp-block-button.is-style-outline .wp-block-button__link:before {
display: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
border-color: #14133b;
color: #14133b;
}
.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
border-radius: 0;
}
.wp-block-button .wp-block-button__link.no-border-radius:before {
border-radius: 0;
}
.has-techkit-primary-color { color: #0554f2;}
.has-techkit-secondary-color { color: #14133b;}
.has-techkit-button-dark-gray-color { color: #333333;}
.has-techkit-button-light-gray-color { color: #a5a5a5;}
.has-techkit-button-white-color { color: #ffffff;}
.has-techkit-primary-background-color { background-color: #0554f2;}
.has-techkit-secondary-background-color { background-color: #14133b;}
.has-techkit-button-dark-gray-background-color { background-color: #333333;}
.has-techkit-button-light-gray-background-color { background-color: #a5a5a5;}
.has-techkit-button-white-background-color { background-color: #ffffff;}
.wp-block-button a.has-techkit-primary-color { color: #0554f2;}
.wp-block-button a.has-techkit-secondary-color { color: #14133b;}
.wp-block-button a.has-techkit-button-dark-gray-color { color: #333333;}
.wp-block-button a.has-techkit-button-light-gray-color { color: #a5a5a5;}
.wp-block-button a.has-techkit-button-white-color { color: #ffffff;}
.wp-block-button .has-techkit-primary-background-color { background-color: #0554f2;}
.wp-block-button .has-techkit-secondary-background-color { background-color: #14133b;}
.wp-block-button .has-techkit-button-dark-gray-background-color { background-color: #333333;}
.wp-block-button .has-techkit-button-light-gray-background-color { background-color: #a5a5a5;}
.wp-block-button .has-techkit-button-white-background-color { background-color: #ffffff;} .wp-block-table td, 
.wp-block-table th {
border: 1px solid #dedede;
padding: 5px;
}
.wp-block-image .alignleft.is-resized {
margin-top: 0;
}
.wp-block-image {
margin-top: 23px;
margin-bottom: 23px;
}
.wp-block-latest-posts.is-grid {
margin-left: 20px;
}
.wp-block-latest-posts.is-grid li {
margin: 0 0 10px 0;
}
.wp-block-columns.has-2-columns .wp-block-column {
margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
.entry-content .wp-block-columns {
flex-wrap: nowrap;
}
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
margin-top: 0 !important;
padding-left: 25px;
padding-right: 25px;
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote p {
margin-left: 30px;
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote p:before {
font-size: 30px;
left: -38px;
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote cite {
padding-left: 30px;
}
.wp-block-image .alignleft {
margin-top: 8px;
margin-bottom: 8px;
margin-right: 25px;
}
.wp-block-image .alignright {
margin-top: 8px;
margin-bottom: 8px;
margin-left: 25px;
} .wp-block-cover {
margin-top: 20px;
margin-bottom: 20px;
}
.wp-block-cover a, 
.wp-block-cover .wp-block-cover-text a, 
.wp-block-cover .has-text-color a, 
.wp-block-cover .has-text-align-center a {
color: #ffffff;
}
.wp-block-cover a:hover, 
.wp-block-cover .wp-block-cover-text a:hover, 
.wp-block-cover .has-text-color a:hover, 
.wp-block-cover .has-text-align-center a:hover {
text-decoration: underline;
}
.wp-block-cover-image.alignleft, 
.wp-block-cover-image.alignright, 
.wp-block-cover.alignleft, 
.wp-block-cover.alignright,
[data-align=left]>.wp-block-cover, 
[data-align=right]>.wp-block-cover {
max-width: 340px;
width: 100%;
}
.entry-content .wp-block-cover {
background-color: #000;
margin-top: 0px;
padding: 15px 50px;
}
.wp-block-cover p:not(.has-text-color) {
color: #ffffff;
}
.wp-block-cover.alignleft {
margin-top: 8px;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
section.wp-block-cover-image>h2 {
font-size: 36px;
line-height: 1.25;
z-index: 1;
margin-bottom: 0;
max-width: 100%;
padding: .44em;
text-align: center;
}
:root .has-pale-pink-background-color {
background-color: #000;
}
.wp-block-gallery {
margin-top: 25px;
margin-bottom: 50px;
}
.wp-block-gallery.alignleft {
display: flex;
margin-top: 10px;
}
.wp-block-gallery .blocks-gallery-item {
border-radius: 5px;
overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item img {
border-radius: 5px;
}
.wp-block-gallery.alignleft .blocks-gallery-item {
display: inline-block;
}
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
margin: 23px 0;
}
.wp-block-coblocks-social .wp-block-button__link {
border: none;
}
.blocks-gallery-grid.alignleft, 
.blocks-gallery-grid.alignright, 
.wp-block-gallery.alignleft, 
.wp-block-gallery.alignright {
max-width: 420px;
width: 100%;
}
p:last-child img.size-full.alignright {
clear: both;
padding-top: 0;
}
.wp-block-spacer {
clear: both;
}
.gallery .gallery-item {
text-align: center;
}
.site-content nav.comment-navigation {
padding-top: 0;
}
.site-content nav.comment-navigation ul {
margin-top: 0;
margin-bottom: 40px;
}
.site-content nav.comment-navigation ul li {
margin-right: 0;	
}
.site-content nav.comment-navigation ul li a {
border-radius: 30px;
height: inherit;
width: inherit;
padding: 12px 27px;
line-height: 1.6;
}
figure.wp-caption.alignnone {
margin: 15px auto 15px;
}
.wp-block-file .wp-block-file__button {
background: #32373c;
padding: 10px 20px;
}
.has-media-on-the-right.is-stacked-on-mobile {
margin-bottom: 20px;
}
.blocks-gallery-item figcaption {
line-height: 1.4;
}
ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
display: inline-block;
}
.wp-block-group.has-background {
margin-bottom: 20px;
}
@media(max-width:475px){
.site-header .mobile-menu {
display: none!important;
}
} .mean-container.mobile-sticky .mobile-mene-bar {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
left: 0;
right: 0;
background-color: #ffffff;
box-shadow: 0px 7px 65px 0px rgb(0 0 0 / 5%);
transition: background 0.2s ease, padding 0.8s linear;
}
.mean-container .mean-bar {
display: flex;
align-items: center;
justify-content: space-between;
background: #ffffff;
border-bottom: 1px solid rgba(181, 181, 181, 0.3);
float: none;
position: relative;
padding: 10px 15px;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
transition: all 0.3s linear;
}
.mn-top .mean-container .mean-bar {
position: fixed;
}
.mean-container .mean-bar:after {
content: "";
clear: both;
display: block;
}
.mean-container .mean-bar img {
max-width: 110px;
}
.admin-bar.mean-container .mean-bar {
top: 32px;
}
@media only screen and (max-width: 782px) {
.admin-bar.mean-container .mean-bar {
top: 46px;
}
}
@media only screen and (max-width: 600px) {
.admin-bar.mean-container.mn-top .mean-bar {
top: 0;
}
}
.rt-slide-nav .offscreen-navigation .sub-menu {
display: none;
}
.rt-slide-nav .offscreen-navigation ul li {
border-bottom: 1px solid #e9e9e9;
}
.rt-slide-nav .offscreen-navigation ul li:last-child {
border-bottom: none;
}
.rt-slide-nav .offscreen-navigation nav > ul > li ul.sub-menu {
border-top: 1px solid #e9e9e9;
}
.rt-slide-nav .offscreen-navigation li > a {
display: block;
position: relative;
color: #14133b;
font-size: 15px;
font-weight: 500;
background: #ffffff;
padding-bottom: 7px;
padding-top: 7px;
font-family: 'Barlow', sans-serif;
}
.rt-slide-nav .offscreen-navigation ul > li > a {
padding-left: 25px;
}
.rt-slide-nav .offscreen-navigation ul ul > li > a {
padding-left: 40px;
}
.rt-slide-nav .offscreen-navigation ul ul ul > li > a {
padding-left: 55px;
}
.rt-slide-nav .offscreen-navigation .sub-menu li > a {
font-size: 15px;
padding-bottom: 10px;
}
.rt-slide-nav .offscreen-navigation nav > ul > li.mega-menu > ul.sub-menu > li ul li a {
padding: 10px 15px 10px 45px;
}
.rt-slide-nav .offscreen-navigation li.current-menu-item > a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent > a {
color: #0554f2;
}
.rt-slide-nav .offscreen-navigation li.menu-item-has-children > a:after {
content: '\f067';
display: inline-block;
font-family: "Font Awesome 5 Free";
transition: .1s;
right: 15px;
font-weight: 700;
position: absolute;
font-size: 13px;
}
.rt-slide-nav .offscreen-navigation li.menu-item-has-children > a.opened:after {
content: '\f068';
}
.rt-slide-nav .offscreen-navigation ul li > a:before {
position: absolute;
content: "";
width: 3px;
height: 0px;
top: 50%;
left: 15px;
transform: translateY(-50%);
margin: 0;
background: #6c6c6c;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover:before {
background: #0554f2;
height: 11px;
opacity: 1;
visibility: visible;
transition: all 0.4s ease;
}
.rt-slide-nav .offscreen-navigation ul ul li > a::before {
left: 30px;
}
.rt-slide-nav .offscreen-navigation ul ul ul li > a::before {
left: 45px;
}
.mean-bar .header-btn-new.mobile-btn {
position: absolute;
right: 12%;
top: 8px;
}
.mean-bar .sidebarBtn{
position: absolute;
font-size: 20px;
right: 15px;
cursor: pointer;
color: #000000;
}
body .sidebarBtn {
display: block;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
background: #000000;
height: 2px;
width: 25px;
display: block;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2), 
body .sidebarBtn .bar:nth-child(3) {
width: 20px;
margin-left: 5px;
}
body .sidebarBtn .bar:last-child {
margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2), 
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
transform: rotate(-45deg) translate(8px, -8px);
}
.rt-slide-nav{
position: absolute;
background: white;
width: 100%;
left: 0;
z-index: 99;
display: none;
max-height: calc(100vh - 100px);
overflow-y: auto;
box-shadow: 0px 0px 10px 0px #0000001c;
}
.rt-slide-nav ul{
list-style-type: none;
margin: 0px;
padding: 0;
} @media only screen and (min-width: 992px){
#meanmenu {
display: none;
}
}
@media only screen and (max-width: 991px){
.header-area {
display: none;
}
}
.rt-slide-nav nav,
.rt-slide-nav .menu-main-menu-container {
display: block;
}
.rt-slide-nav nav > ul > li.mega-menu,
.rt-slide-nav nav > ul > li ul.sub-menu li ul,
.rt-slide-nav nav > ul > li > ul.sub-menu {
position: relative;
width: 100%;
transition: inherit;
transform: inherit;
background: none;
box-shadow: none;
transform-origin: inherit;
opacity:  1;
visibility: visible;
left: 0;
} .info-menu-bar {
display: inline-flex;
position: absolute;
right: 73px;
}
@media(max-width: 425px) {
.info-menu-bar {
right: 55px;
}
}
.info-menu-bar a {
color: #111111;
font-weight: 500;
}
.info-menu-bar a:hover {
color: #111111;
}
.info-menu-bar .header-search-box {
width: 25px;
margin-left: 14px;
} .header-style-4 .mobile-top-bar {
display: none;
}
.mobile-top-bar {
border-bottom: 1px solid #e1e1e1;
}
.mobile-top-bar .header-top {
padding: 10px 15px 0;
text-align: center;	
}
.mobile-top-bar .header-social {
display: block;
text-align: center;
margin-bottom: 12px;
}
.mobile-top-bar .header-top > div {
display: inline-flex;
align-items: center;
position: relative;
padding-right: 10px;
margin-right: 10px;
margin-bottom: 10px;
border: none;
line-height: 1;
}
.mobile-top-bar .header-top .icon-left {
float: left;
margin-right: 15px;
text-align: center;
border-radius: 50%;
font-size: 18px;
color: #0554f2;
}
.mobile-top-bar .header-top .info {
float: left;
line-height: 1.5;
font-size: 16px;
text-align: left;
color: #14133b;
}
.mobile-top-bar .header-top .info-label {
display: block;
color: #76767d;
font-size: 13px;
}
.mobile-top-bar .header-top .info-text {
font-size: 15px;
font-weight: 500;
font-family: 'Barlow', sans-serif;
}
.mobile-top-bar .header-top .info-text a {
color: #14133b;
}
.mobile-top-bar .header-top .info-text a:hover {
color: #0554f2;
}
.mobile-top-bar .header-right-wrap {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}
.mobile-top-bar .header-button .button-btn {
margin-left: 20px;
padding: 8px 18px;
}
.mobile-top-bar .cart-icon-area {
position: relative;
margin-left: 15px;
z-index: 999991;
}
.mobile-top-bar .cart-icon-area .cart-icon-products {
left: -170px;
}
@media(max-width: 575px) {
.mobile-top-bar .cart-icon-area .cart-icon-products {
left: -75px;
}
}
.mobile-top-bar .cart-icon-area .cart-icon-num {
display: inline-block;
font-size: 12px;
position: relative;
top: -8px;
right: 0;
width: inherit;
height: inherit;
border-radius: 50%;
background: transparent;
line-height: 0;
color: #14133b;
}
.mobile-top-bar .cart-icon-area a,
.header-style-3.trheader .mobile-top-bar .header-right-wrap .search-icon a,
.header-style-5.trheader .mobile-top-bar .header-right-wrap .search-icon a {
color: #14133b;
}
.header-style-5.trheader .mobile-top-bar .header-right-wrap .search-icon a {
width: inherit;
height: inherit;
}
@media (max-width: 767px) {
.wow {
visibility: visible !important;
-webkit-animation: none !important;
animation: none !important;
}
} .shop-page-top {
width: 100%;
margin-bottom: 40px;
display: inline-block;
border: 1px solid #e1e1e1;
border-radius: 7px;
padding: 20px 20px 0;
color: #393738;
}
.woocommerce .products ul, 
.woocommerce ul.products {
margin: 0;
}
.woocommerce .rt-product-block {
text-align: center;
}
.woocommerce .rt-product-block ins {
background-color: transparent;
}
.woocommerce .rt-product-block .rtin-thumb-wrapper {
border-radius: 7px;
overflow: hidden;
position: relative;
padding: 40px 15px;
background-color: #f8faff;
transition: all 0.3s ease-in-out;
}
.woocommerce .rt-product-block:hover .rtin-thumb-wrapper {
box-shadow: 0px 7px 70px 0px rgb(0 0 0 / 9%);
}
.woocommerce .rt-product-block .rtin-thumb img {
transform: scale(1);
transition: transform 250ms, filter 15s ease-in-out;
}
.woocommerce .rt-product-block .rtin-buttons-area .btn-title .added_to_cart {
margin-left: 4px;
}
.woocommerce .rt-product-block .rtin-buttons-area .btn-icons {
position: absolute;
top: 0;
right: 15px;
visibility: hidden;
opacity: 0;
display: flex;
flex-direction: column;
gap: 15px;
transition: all 0.3s ease-in-out;
}
.woocommerce .rt-product-block:hover .rtin-buttons-area .btn-icons {
top: 55px;
visibility: visible;
opacity: 1;
}
.woocommerce .rt-product-block .rtin-buttons-area .btn-icons .yith-wcqv-button,
.woocommerce .rt-product-block .rtin-buttons-area .btn-icons .rdtheme-wishlist-icon {
display: inline-block;
line-height: 1;
}
.woocommerce .rt-product-block .rtin-buttons-area a {
color: #14133b;
line-height: 1;
}
.woocommerce .rt-product-block .rtin-buttons-area a:hover {
color: #0554f2;
}
.woocommerce .rt-product-block:hover .rtin-thumb-wrapper .rtin-thumb img {
transform: scale(1.05);
}
.woocommerce .rt-product-block .price-title-box {
margin-top: 22px;
text-align: left;
}
.woocommerce .rt-product-block .price-title-box .rtin-title {
margin-bottom: 5px;
}
.woocommerce .rt-product-block .price-title-box .rtin-title a {
color: #14133b;
}
.woocommerce .rt-product-block .price-title-box .rtin-title a:hover {
color: #0554f2;
}
.woocommerce .rt-product-block .price-title-box .rtin-price {
color: #0554f2;
font-size: 18px;
font-weight: 600;
}
.woocommerce .rt-product-block .price-title-box .rtin-price del {
color: #a6a6a6;
font-size: 16px;
}
.product-not-cart .add_to_cart_button.added {
display: none;
}
.product-in-cart .added_to_cart.wc-forward {
display: block;
}
.woocommerce ul.products li.product .onsale {
top: 0;
right: 0;
left: auto;
margin: 0;
border-radius: 0;
min-height: 15px;
line-height: 30px;
padding: 0 15px;
}
.woocommerce ul.products li.product a img.ajax-loading {
margin: 0;
width: 15px;
height: auto;
display: none;
}
a.rdtheme-wishlist-icon img.ajax-loading {
display: none;
width: 20px;
}
.btn-addto-cart i {
display: none;
}
a.added_to_cart.wc-forward {
padding: 0;
margin-left: 10px;
background: transparent;
color: #666;
}
a.added_to_cart.wc-forward:hover {
background: transparent !important;
color: #0554f2;
}
.roofix-products-page .pagination {
margin-top: 20px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
float: left;
width: 100%;
}
@media only screen and (max-width: 376px) {
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}
} .btn-addto-cart a {
background: #0554f2;
border-radius: 5px;
font-size: 16px;
color: #ffffff;
font-weight: 500;
margin-top: 13px;
padding: 12px 20px 14px 20px;
transition: all 0.4s ease;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
letter-spacing: 0.16px;
font-family: "Barlow", sans-serif;
line-height: 1;
}
.btn-addto-cart a:hover {
color: #ffffff;
background-color: #14133b;
} .woocommerce .product-details-page {
width: 100%;
display: -ms-flexbox;
display: flex;
}
@media only screen and (max-width: 991px) {
.woocommerce .product-details-page {
display: block;
}
}
.woocommerce div.product .rtin-left {
width: 45%;
float: left;
padding-right: 50px;
}
@media only screen and (max-width: 991px) {
.woocommerce div.product .rtin-left {
width: 100%;
padding-right: 0;
}
}
.woocommerce div.product .rtin-left span.onsale {
display: none;
}
.woocommerce div.product .rtin-right {
overflow: hidden;
padding-left: 15px;
-ms-flex: 1;
flex: 1;
}
.woocommerce div.product .rtin-right .woocommerce-product-rating {
margin-bottom: 15px;
}
.woocommerce div.product .rtin-right .entry-title {
margin-bottom: 7px;
}
.woocommerce div.product .rtin-right span.price,
.woocommerce div.product .rtin-right p.price {
color: #0554f2;
font-size: 22px;
font-weight: 700;
margin-bottom: 3px;
}
.woocommerce div.product .rtin-right span.price del,
.woocommerce div.product .rtin-right p.price del {
opacity: 1;
color: #a6a6a6;
font-size: 16px;
}
.woocommerce div.product .rtin-right form.cart {
margin-top: 35px;
}
.woocommerce div.product .rtin-right .quantity {
margin-right: 10px;
}
@media only screen and (max-width: 480px) {
.woocommerce div.product .rtin-right .quantity {
margin-bottom: 5px !important;
}
}
.woocommerce div.product .rtin-right .quantity input.input-text {
margin: 0 5px;
}
.woocommerce div.product .rtin-right .quantity .quantity-btn {
line-height: 1;
}
.woocommerce div.product .rtin-right .button.alt {
margin-left: 3px;
}
@media only screen and (max-width: 480px) {
.woocommerce div.product .rtin-right .button.alt {
margin-left: 0;
margin-bottom: 5px;
}
}
.woocommerce div.product .rtin-right .variations_form {
margin-bottom: 20px;
}
.woocommerce div.product .rtin-right .variations_form .variations {
width: 80%;
margin-top: 0;
margin-bottom: 5px;
}
.woocommerce div.product .rtin-right .variations_form .variations tbody td {
text-align: left;
}
.woocommerce div.product .rtin-right .variations_form .variations tbody td.label {
width: 80px;
}
.woocommerce div.product .rtin-right .variations_form .variations tbody select {
padding: 5px;
padding-left: 15px;
}
.woocommerce div.product .rtin-right .variations_form .variations tbody select {
background-position: calc(81%) calc(20px), calc(88%) calc(20px), calc(68%) 8px;
}
.woocommerce div.product .rtin-right .variations_form .variations tbody select:focus {
background-position: calc(87%) 18px, calc(80%) 18px, calc(68%) 8px;
}
.woocommerce div.product .rtin-right .variations_form .variations tbody select:-webkit-focusring,
.woocommerce div.product .rtin-right .variations_form .variations tbody select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.woocommerce div.product .rtin-right .variations_form .single_variation_wrap {
width: 100%;
margin-top: 10px;
display: inline-block;
}
.woocommerce div.product .rtin-right .variations_form .single_variation_wrap span.price {
margin-bottom: 10px;
display: inline-block;
}
.woocommerce div.product .rtin-right .wistlist-compare-box {
width: 100%;
display: -ms-inline-flexbox;
display: inline-flex;
}
@media only screen and (max-width: 480px) {
.woocommerce div.product .rtin-right .wistlist-compare-box {
display: block;
}
}
.woocommerce div.product .rtin-right .wistlist-compare-box a {
color: #646464;
margin-right: 30px;
}
@media only screen and (max-width: 480px) {
.woocommerce div.product .rtin-right .wistlist-compare-box a {
width: 100%;
}
}
.woocommerce div.product .rtin-right .wistlist-compare-box a i {
margin-right: 8px;
}
.woocommerce div.product .rtin-right .wistlist-compare-box a:hover {
color: #0554f2;
}
.woocommerce div.product .rtin-right .post-share-btn {
border-bottom: 1px solid #ebebeb;
width: 100%;
margin-bottom: 24px;
padding-bottom: 20px;
display: -ms-inline-flexbox;
display: inline-flex;
}
.woocommerce div.product .rtin-right .post-share-btn .item-label {
width: 70px;
float: left;
padding-top: 5px;
margin-bottom: 0;
font-weight: 500;
}
.woocommerce div.product .rtin-right .post-share-btn .post-social-sharing {
overflow: hidden;
}
.woocommerce div.product .rtin-right .post-share-btn .post-social-sharing ul.item-social {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce div.product .post-social-sharing ul.item-social li {
float: left;
}
.woocommerce div.product .post-social-sharing ul.item-social li a {
background: transparent;
color: #646464;
padding: 5px 10px;
display: inline-block;
}
.woocommerce div.product .post-social-sharing ul.item-social li a:hover {
color: #0554f2;
}
.woocommerce div.product .slick-slider .slick-slide {
margin-left: 0;
}
.woocommerce div.product .yith-wcwl-wishlistexistsbrowse,
.woocommerce div.product .yith-wcwl-add-button,
.woocommerce div.product a.compare.button {
display: none;
}
.woocommerce div.product a.compare.added {
padding-left: 20px;
position: relative !important;
}
.woocommerce div.product a.compare.added:before {
top: 0;
left: 0;
content: "\f00c";
position: absolute;
display: inline-block;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.woocommerce div.product div.images .flex-viewport,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
background-color: #f8faff;
text-align: center;
border-radius: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
width: inherit;
display: inline-block;
padding: 50px 15px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
background-color: #f8faff;
border: none;
text-align: center;
border-radius: 10px;
margin-right: 9px;
width: 23.5%;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
margin-right: 0;
}
@media (max-width: 1199px) {
.woocommerce div.product div.images .flex-control-thumbs li {
margin-right: 7px;
}
}
@media (max-width: 991px) {
.woocommerce div.product div.images .flex-control-thumbs li {
margin-right: 13px;
}
}
@media (max-width: 767px) {
.woocommerce div.product div.images .flex-control-thumbs li {
margin-right: 7px;
}
}
@media (max-width: 425px) {
.woocommerce div.product div.images .flex-control-thumbs li {
margin-right: 6px;
}
}
@media (max-width: 375px) {
.woocommerce div.product div.images .flex-control-thumbs li {
margin-right: 5px;
}
}
.woocommerce div.product .woocommerce-product-rating {
display: inline-block;
}
.quantity {
margin: 0 auto;
max-width: 160px;
position: relative;
}
.quantity input.input-text,
.quantity .input-group-btn {
width: 44px;
height: 48px;
border: 1px solid #ebebeb;
border-radius: 4px;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
justify-content: center;
}
.quantity .input-group-btn {
position: absolute;
}
.quantity .input-group-btn span.quantity-btn i {
font-size: 12px;
}
.quantity .input-group-btn.minus {
left: 0;
}
.quantity .input-group-btn.plus {
right: 0;
}
.quantity input.input-text {
height: 48px;
font-weight: 600;
}
.quantity input.input-text:focus {
outline: none;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
display: none;
}
.woocommerce .quantity .qty {
width: 60px;
text-align: center;
margin-left: 50px !important;
margin-right: 50px !important;
} section.related.products {
margin-top: 50px;
}
section.related.products h2 {
font-size: 30px;
font-weight: 600;
margin-bottom: 40px;
}
section.related.products ul.products li.product {
margin-bottom: 0;
}
@media(max-width: 768px) {
section.related.products ul.products li.product {
margin-bottom: 45px;
}
} .woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce a.button {
background: #0554f2;
border-radius: 5px;
font-size: 16px;
color: #ffffff;
font-weight: 500;
padding: 15px 20px 16px 20px;
transition: all 0.4s ease;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
letter-spacing: 0.16px;
font-family: "Barlow", sans-serif;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
color: #fff;
background-color: #14133b;
}
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button:focus,
.woocommerce a.button:focus {
outline: none;
border-radius: 4px;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
color: #fff;
opacity: 1;
padding: 15px 20px 16px 20px;
}
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover {
color: #fff;
background-color: #14133b;
}
@media only screen and (max-width: 575px) {
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
width: 100%;
padding-top: 0;
text-align: center;
}
}
@media only screen and (max-width: 575px) {
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
width: 100%;
text-align: center;
}
}
.woocommerce .woocommerce-ordering select {
padding: 0;
border: none;
background-color: transparent;
width: initial;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
margin: 0;
padding: 0;
font-size: 20px;
}
.woocommerce .star-rating span::before {
color: #ffba0a;
}
.woocommerce div.product .woocommerce-tabs {
margin-top: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
background-color: transparent;
margin: 0 25px 0 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
position: relative;
font-size: 20px;
font-weight: 500;
color: #111111;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
color: #0554f2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
position: absolute;
left: 0;
bottom: 0;
content: "";
height: 3px;
width: 0;
background-color: #0554f2;
transition: all 240ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #0554f2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
display: none;
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
border: 1px solid #ebebeb;
border-radius: 10px;
padding: 12px 25px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border-radius: 0;
margin: 0;
padding: 0;
border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
font-size: 16px;
color: #14133b;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 80px;
border: none;
margin-right: 25px;
padding: 0;
position: inherit;
}
.woocommerce p.stars a {
color: #ffba0a;
}
.woocommerce #review_form #respond textarea {
height: 150px;
padding: 20px;
border-color: #e4e1e3;
}
.woocommerce #review_form #respond textarea:focus {
outline: none;
}
.woocommerce span.onsale {
padding: 0;
text-align: center;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-pack: center;
justify-content: center;
background-color: #000;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
height: 48px;
width: 110px !important;
line-height: 40px;
}
.cart-collaterals {
margin-top: 50px;
}
.cart-collaterals h2 {
font-size: 30px;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
border-top: 0;
border-left: 0;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
color: #14133b;
font-weight: 600;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr td,
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
border: 0;
border-top: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
color: #14133b;
font-weight: 500;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover {
color: #0554f2;
}
.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
line-height: 1;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
border: 1px solid #ebebeb;
}
.woocommerce .woocommerce-checkout .form-row {
padding: 4px;
margin: 0 0 20px;
}
.woocommerce .woocommerce-checkout .form-row label {
color: #393738;
font-weight: 500;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 18px;
}
p.return-to-shop {
margin-bottom: 70px;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper {
width: 100%;
height: 40px;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
outline: none;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper input {
height: 48px;
padding: 10px 18px;
border-radius: 4px;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection--single {
height: 48px;
border-radius: 4px;
line-height: 48px;
padding-left: 9px;
padding-right: 9px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
padding: 10px;
border-radius: 4px;
}
.wc-order-review-wrapper {
margin-top: 50px;
}
.woocommerce-order-received .section.content-area {
padding-top: 110px;
padding-bottom: 85px;
}
.woocommerce-order-received .section.content-area .woocommerce-order h2 {
font-size: 30px;
}
.woocommerce .woocommerce-customer-details address {
padding: 20px 30px;
}
#yith-quick-view-content div.images {
width: 100%;
}
#yith-quick-view-modal.open .yith-wcqv-main {
height: auto;
}
.yith-wcqv-main {
padding: 30px;
}
.yith-wcqv-main h1.product_title.entry-title {
font-size: 30px;
margin-bottom: 7px;
}
.yith-wcqv-main .rtin-right p.price {
color: #0554f2;
font-size: 24px;
font-weight: 500;
margin-bottom: 10px;
}
.yith-wcqv-main .rtin-right .product_meta {
margin-bottom: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #000;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
font-size: 16px;
}
.woocommerce table.shop_table th {
color: #14133b;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot th {
color: #14133b;
font-weight: 600;
}
.woocommerce table.shop_table tbody td {
font-weight: 500;
padding: 12px 15px;
}
.woocommerce .wishlist-title {
margin-bottom: 30px;
}
.woocommerce .hidden-title-form {
display: none;
}
.woocommerce .wishlist-title h2 {
padding: 0;
margin-right: 15px;
}
.woocommerce .wishlist-title h2:hover {
background-color: transparent;
}
.wishlist-title a.show-title-form i {
display: none;
}
.yith-wcwl-share {
display: none;
}
.wishlist_table .product-add-to-cart a.button {
padding: 0;
}
.wishlist_table .product-add-to-cart a.button {
padding: 10px 30px !important;
}
.wishlist_table td a {
font-size: 16px;
margin-right: 10px;
color: #444444;
}
.wishlist_table td a:hover {
color: #0554f2;
}
.wishlist_table td.product-name a.button.yith-wcqv-button {
font-size: 14px;
}
.wishlist_table td.product-price {
font-size: 18px;
}
.wishlist_table td.product-price del {
color: #a6a6a6;
font-size: 14px;
}
.wishlist_table td.product-price ins {
background-color: transparent;
}
.woocommerce-message, .woocommerce-info {
border-top-color: #000;
}
.woocommerce-message::before, .woocommerce-info::before {
color: #000;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
background: #f8f8f8;
border-radius: 5px;
} .rating-custom .woocommerce-product-rating::after, 
.rating-custom .woocommerce-product-rating::before {
content: ' ';
display: table;
}
.rating-custom .star-rating {
margin-top: 5px;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 14px;
width: 5.4em;
font-family: star;
}
.rating-custom .star-rating:before {
content: '\73\73\73\73\73';
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;
}
.rating-custom .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.rating-custom .star-rating span:before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0;
color: #fcb302;
}
.shop-layout-style1 .rating-custom .woocommerce-product-rating {
display: inline-block;
}
.rtrs-rating-item {
margin-bottom: 6px;
}
.rtrs-rating-item .rating-icon i {
color: #ffc700;
font-size: 16px;
}
.rtrs-rating-item .rating-icon span {
color: #14133b;
font-size: 16px;
font-weight: 500;
} .header-icon-area .cart-icon-area {
position: relative;
margin-left: 15px;
padding: 25px 0;
transition: all 0.3s ease-in-out;
}
.rt-sticky .header-icon-area .cart-icon-area {
padding: 25px 0;
}
.cart-icon-area .cart-icon-num {
display: inline-block;
font-size: 12px;
position: absolute;
top: 20px;
right: -7px;
width: 20px;
height: 20px;
border-radius: 50%;
background: #0554f2;
line-height: 20px;
color: #fff;
}
.header-icon-area .cart-icon-area > a {
color: #14133b;
width: 40px;
height: 40px;
font-size: 15px;
display: inline-block;
line-height: 40px;
text-align: center;
background: rgba(5, 84, 242, 0.1);
border-radius: 50%;
}
.cart-icon-area .cart-icon-products {
font-size: 14px;
line-height: 22px;
background-color: rgba(35,35,35,0.95);
border-radius: 0 0 4px 4px;
position: absolute;
right: 0;
top: 100%;
width: 340px;
max-height: 70vh;
overflow-y: auto;
z-index: 99999;
opacity: 0;
visibility: hidden;
text-align: left;
box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
padding: 15px 0;
border-radius: 0 0 5px 5px;
visibility: hidden;
transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
opacity: 0;
z-index: 100;
transform: scaleY(0);
transform-origin: 0 0 0;
}
.cart-icon-area:hover .cart-icon-products {
top: 100%;
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.cart-icon-area .cart-icon-products .widget_shopping_cart {
padding: 25px 25px 0;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart .widgettitle {
color: #ffffff;
font-weight: 500;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart_content {
color: #ffffff;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart .mini_cart_item {
display: block;
border-bottom: 1px solid #dddddd;
padding-bottom: 10px;
margin-top: 10px;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart .mini_cart_item a {
color: #ffffff;
font-weight: 500;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart .total {
border-top: none;
padding: 8px 0 0;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
margin-left: 4px;
width: 38px;
background: #fff;
border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
margin-bottom: 6px;
}
.woocommerce-MyAccount-navigation ul li a {
color: #14133b;
font-size: 20px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li a:hover {
color: #0554f2;
}
.woocommerce .rating-custom .woocommerce-product-rating {
line-height: 1;
}
.woocommerce ul.products li.product .rating-custom .star-rating {
display: inline-block;
}
.woocommerce .loader::before {
display: none;
}
@media(max-width: 767px) {
.woocommerce-page .content-area {
padding-top: 80px;
padding-bottom: 80px;
}
} iframe table.compare-list .add-to-cart td a.add_to_cart_button,
iframe table.compare-list .add-to-cart td a:not(.unstyled_button) {
background: #0554f2;
border-radius: 5px;
font-size: 16px;
color: #ffffff;
font-weight: 500;
padding: 15px 20px 16px 20px;
transition: all 0.4s ease;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
align-items: center;
letter-spacing: 0.16px;
font-family: "Barlow", sans-serif;
}