@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "UTF-8";
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]) {
color: inherit;
text-decoration: none;
}
a:not([href]):hover {
color: inherit;
text-decoration: none;
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.h1,
h1 {
font-size: 2.5rem;
}
.h2,
h2 {
font-size: 2rem;
}
.h3,
h3 {
font-size: 1.75rem;
}
.h4,
h4 {
font-size: 1.5rem;
}
.h5,
h5 {
font-size: 1.25rem;
}
.h6,
h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
font-size: 80%;
font-weight: 400;
}
.mark,
mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.blockquote-footer::before {
content: "\2014\00A0";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 90%;
color: #6c757d;
}
code {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-sm-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-sm-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-md-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-lg-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-lg-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-xl-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table td,
.table th {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
border-color: #7abaff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
border-color: #8fd19e;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
border-color: #86cfda;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
border-color: #ed969e;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
border-color: #fbfcfc;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #95999c;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #454d55;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
height: auto;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #28a745;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
border-color: #28a745;
padding-right: calc(0.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
#fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem 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);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
border-color: #dc3545;
padding-right: calc(0.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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")
#fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .custom-select,
.form-inline .input-group {
width: auto;
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
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;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
color: #fff;
background-color: #138496;
border-color: #117a8b;
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
width: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-toggle::after {
vertical-align: 0;
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
z-index: 1;
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
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,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
position: relative;
-ms-flex: 1 1 0%;
flex: 1 1 0%;
min-width: 0;
margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
display: -ms-flexbox;
display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
.custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
}
.custom-control-input {
position: absolute;
left: 0;
z-index: -1;
width: 1rem;
height: 1.25rem;
opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
background-color: #e9ecef;
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
}
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #007bff;
background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none;
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.custom-select::-ms-expand {
display: none;
}
.custom-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
height: calc(1.5em + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin: 0;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
width: 100%;
height: 1.4rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-range:focus {
outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-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) {
.custom-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-ms-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;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
-ms-transition: none;
transition: none;
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
cursor: default;
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none;
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' 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.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' 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.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
color: #fff;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0;
}
}
.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion > .card {
overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion > .card > .card-header {
border-radius: 0;
margin-bottom: -1px;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
}
a.badge:focus,
a.badge:hover {
text-decoration: none;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.badge-primary {
color: #fff;
background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
color: #fff;
background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
color: #fff;
background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
color: #fff;
background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
color: #fff;
background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
color: #fff;
background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
color: #fff;
background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
color: #fff;
background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
color: #212529;
background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
color: #212529;
background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
color: #fff;
background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
color: #fff;
background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
color: #212529;
background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
color: #212529;
background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
color: #fff;
background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
color: #fff;
background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary hr {
border-top-color: #9fcdff;
}
.alert-primary .alert-link {
color: #002752;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-secondary hr {
border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
color: #202326;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.media-body {
-ms-flex: 1;
flex: 1;
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.list-group-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 {
-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 {
-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 {
-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 {
-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 {
-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;
}
}
.list-group-flush .list-group-item {
border-right-width: 0;
border-left-width: 0;
border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom-width: 0;
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
color: #004085;
background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
color: #383d41;
background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
color: #155724;
background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
color: #0c5460;
background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
color: #856404;
background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
color: #721c24;
background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
color: #818182;
background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
color: #1b1e21;
background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: 0.75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
a.close.disabled {
pointer-events: none;
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast.showing {
opacity: 1;
}
.toast.show {
display: block;
opacity: 1;
}
.toast.hide {
display: none;
}
.toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
padding: 0.75rem;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-next,
.carousel-control-prev {
transition: none;
}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border 0.75s linear infinite;
animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow 0.75s linear infinite;
animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded-sm {
border-radius: 0.2rem !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-lighter {
font-weight: lighter !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-weight-bolder {
font-weight: bolder !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #0056b3 !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
color: #19692c !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
color: #0f6674 !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
color: #ba8b00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
color: #a71d2a !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
color: #cbd3da !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
color: #121416 !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
::after,
::before {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
blockquote,
pre {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
img,
tr {
page-break-inside: avoid;
}
h2,
h3,
p {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6 !important;
}
.table-dark {
color: inherit;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #dee2e6;
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}@font-face{font-family:'FontAwesome';src:url(../../../themes/oxit/assets/fonts/fontawesome-webfont3e6e3e6e.eot?v=4.7.0);src:url(//www.oxit.com.tr/wp-content/themes/oxit/assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.oxit.com.tr/wp-content/themes/oxit/assets/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'),url(//www.oxit.com.tr/wp-content/themes/oxit/assets/fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'),url(//www.oxit.com.tr/wp-content/themes/oxit/assets/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype'),url(//www.oxit.com.tr/wp-content/themes/oxit/assets/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face {
font-family: "Flaticon";
src: url(../../../themes/oxit/assets/fonts/Flaticon.eot);
src: url(../../../themes/oxit/assets/fonts/Flaticond41dd41d.eot?#iefix) format("embedded-opentype"),
url(../../../themes/oxit/assets/fonts/Flaticon.woff2) format("woff2"),
url(../../../themes/oxit/assets/fonts/Flaticon.woff) format("woff"),
url(../../../themes/oxit/assets/fonts/Flaticon.ttf) format("truetype"),
url(../../../themes/oxit/assets/fonts/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(../../../themes/oxit/assets/fonts/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}
.flaticon-best:before { content: "\f100"; }
.flaticon-flower:before { content: "\f101"; }
.flaticon-timer:before { content: "\f102"; }
.flaticon-suitcase:before { content: "\f103"; }
.flaticon-chess-piece:before { content: "\f104"; }
.flaticon-clock:before { content: "\f105"; }
.flaticon-time-call:before { content: "\f106"; }
.flaticon-phone:before { content: "\f107"; }
.flaticon-call:before { content: "\f108"; }
.flaticon-email:before { content: "\f109"; }
.flaticon-location:before { content: "\f10a"; }
.flaticon-send:before { content: "\f10b"; }
.flaticon-bag:before { content: "\f10c"; }
.flaticon-supermarket:before { content: "\f10d"; }
.flaticon-basket:before { content: "\f10e"; }
.flaticon-shopping-bag:before { content: "\f10f"; }
.flaticon-right-arrow:before { content: "\f110"; }
.flaticon-left-arrow:before { content: "\f111"; }
.flaticon-back:before { content: "\f112"; }
.flaticon-right-arrow-1:before { content: "\f113"; }
.flaticon-next:before { content: "\f114"; }
.flaticon-back-1:before { content: "\f115"; }
.flaticon-upload:before { content: "\f116"; }
.flaticon-next-1:before { content: "\f117"; }
.flaticon-ui:before { content: "\f118"; }
.flaticon-next-2:before { content: "\f119"; }
.flaticon-back-2:before { content: "\f11a"; }
.flaticon-play-button:before { content: "\f11b"; }
.flaticon-play-button-1:before { content: "\f11c"; }
.flaticon-picture:before { content: "\f11d"; }
.flaticon-image:before { content: "\f11e"; }
.flaticon-gallery:before { content: "\f11f"; }
.flaticon-pictures:before { content: "\f120"; }
.flaticon-unlink:before { content: "\f121"; }
.flaticon-link:before { content: "\f122"; }
.flaticon-link-1:before { content: "\f123"; }
.flaticon-link-2:before { content: "\f124"; }
.flaticon-speaker:before { content: "\f125"; }
.flaticon-speaker-1:before { content: "\f126"; }
.flaticon-picture-1:before { content: "\f127"; }
.flaticon-picture-2:before { content: "\f128"; }
.flaticon-right-quote:before { content: "\f129"; }
.flaticon-error:before { content: "\f12a"; }
.flaticon-cross:before { content: "\f12b"; }
.flaticon-search:before { content: "\f12c"; }
.flaticon-shopping-bag-1:before { content: "\f12d"; }
.flaticon-eye:before { content: "\f12e"; }
.flaticon-user:before { content: "\f12f"; }
.flaticon-user-1:before { content: "\f130"; }
.flaticon-clock-1:before { content: "\f131"; }
.flaticon-comment:before { content: "\f132"; }
.flaticon-folder:before { content: "\f133"; }
.flaticon-price-tag:before { content: "\f134"; }
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotate {
-webkit-animation-name: rotate;
animation-name: rotate;
animation-duration: 15s;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(../../../themes/oxit/assets/css/owl.video.play.html) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .rs-offcanvas-link {
}
a.nav-expander {
background: transparent;
color: #FFFFFF;
display: block;
font-size: 16px;
font-weight: 400;
height: auto;
margin-right: 0;
padding: 0;
right: 0;
text-decoration: none;
text-transform: uppercase;
top: 0;
transition: right 0.3s ease-in-out 0s;
width: auto;
z-index: 12;
transition: right 0.3s ease-in-out 0s;
-webkit-transition: right 0.3s ease-in-out 0s;
-moz-transition: right 0.3s ease-in-out 0s;
-o-transition: right 0.3s ease-in-out 0s;
}
a.nav-expander:hover {
cursor: pointer;
}
nav.right_menu_togle {
background: rgba(0,0,0,0.9);
display: block;
height: 100%;
overflow: auto;
position: fixed;
right: -520px;
font-size: 15px;
top: 0;
width: 100%;
max-width: 520px;
z-index: 2000;
transition: right 0.3s ease-in-out 0s;
-webkit-transition: right 0.3s ease-in-out 0s;
-moz-transition: right 0.3s ease-in-out 0s;
-o-transition: right 0.3s ease-in-out 0s;
}
.nav-expanded nav {
right: 0;
}
body.nav-expanded {
margin-left: 0em;
transition: right 0.4s ease-in-out 0s;
-webkit-transition: right 0.4s ease-in-out 0s;
-moz-transition: right 0.4s ease-in-out 0s;
-o-transition: right 0.4s ease-in-out 0s;
}
.right_menu_togle .close-btn{
overflow: hidden;
padding: 35px 10px 20px;
}
.right_menu_togle .canvas-logo{
padding-left: 24px;
padding-bottom: 20px;
}
.right_menu_togle .search-wrap{
padding: 20px 24px 0;
position: relative;
}
.right_menu_togle .search-wrap label{
display: block;
font-size: 20px;
color: #fff;
position: relative;
}
.right_menu_togle .search-wrap input,
.right_menu_togle .search-wrap button{
border: none;
outline: none;
}
.right_menu_togle .search-wrap input{
width: 100%;
border-radius: 30px;
background: #fff;
padding: 7px 25px;
margin-top: 6px;
}
.right_menu_togle .search-wrap button{
position: absolute;
right: 40px;
background: transparent;
cursor: pointer;
bottom: 7px;
font-size: 18px;
}
.sidebarnav_menu.main-menu li.menu-item-has-children:before{
position: absolute;
content: "\f078";
font-family: FontAwesome;
color: #ffffff;
width: 32px;
height: 32px;
line-height: 30px;
background: rgba(255,255,255,0.2);
border: 1px solid rgba(255,255,255,0.3);
right: 8px;
top: 5px;
cursor: pointer;
z-index: 999;
text-align: center;
font-size: 15px;
transition: 0.4s;
-webkit-transition: 0.4s;
-ms-transition: 0.4s;
}
.sidebarnav_menu.main-menu li.menu-item-has-children.open:before{
content: "\f077";
transition: 0.4s;
-webkit-transition: 0.4s;
-ms-transition: 0.4s;
}
.sidebarnav_menu.main-menu li.menu-item-has-children ul{
display: none;
}
.sidebarnav_menu.main-menu li.menu-item-has-children ul li a{
display: block;
padding: 8px 45px;
font-size: 14px;
}
.sidebarnav_menu.main-menu li ul li:hover a,
.sidebarnav_menu.main-menu li ul li.active a{
background: rgba(0,0,0,0.15) !important;
}
.sidebarnav_menu.main-menu li {
border-bottom: 1px solid rgba(255,255,255,0.15);
font-size: 16px;
position: relative;
display: block;
}
.sidebarnav_menu.main-menu .list-unstyled li:last-child {
border-bottom: 0;
}
.sidebarnav_menu.main-menu .list-unstyled {
border-top: 1px solid rgba(255,255,255,0.15);
}
.sidebarnav_menu.main-menu .list-unstyled li {
border: 0;
}
.sidebarnav_menu.main-menu li a {
color: #fff;
text-decoration: none;
padding: 8px 24px;
display: block;
transition: 0.4s;
-webkit-transition: 0.4s;
-ms-transition: 0.4s;
}
.sidebarnav_menu.main-menu li ul li a {
padding: 8px 0 8px 40px; 
}
.sidebarnav_menu.main-menu li a:hover {
color: #FFFFFF;
text-decoration: none;
}
.sidebarnav_menu.main-menu a .caret {
width: 0;
height: 0;
display: inline-block;
vertical-align: top;
border-top: 4px solid #4f5963;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
margin-top: 8px;
}
.sidebarnav_menu.main-menu a:hover .caret {
border-top-color: #4f5963;
}
.sidebarnav_menu.main-menu li.open > a > .caret {
border-top: none;
border-bottom: 4px solid #4f5963;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.sidebarnav_menu.main-menu li.open > a:hover > .caret {
border-bottom-color: #4f5963;
}
.icon:before {
font-family: 'FontAwesome';
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-transform: none;
content: '\f105';
}
.sidebarnav_menu.main-menu li > a > span.icon {
float: right;
margin: 0.1em 1.7em -0.1em 0;
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sidebarnav_menu.main-menu li > a:hover > span.icon {
float: right;
margin: 0.1em 0.8em -0.1em 0;
opacity: 1;
}
.sidebar_nav.navbar {
position: absolute;
min-height: auto;
margin-bottom: 0;
border: 0;
}
.rs-menu.rs-menu-close,
.sidebar_nav.navbar-inverse{
background: transparent;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000;
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; } }.rs-topbar-part {
background: transparent;
padding: 15px 0;
}
.rs-topbar-part .rs-contact-info {
display: flex;
}
.rs-topbar-part .rs-contact-info .contact-part {
display: inline-block;
margin-right: 25px;
}
.rs-topbar-part .rs-contact-info .contact-part i {
margin-right: 10px;
}
.rs-topbar-part .rs-contact-info .contact-part i:before {
font-size: 15px;
color: #ffffff;
}
.rs-topbar-part .rs-contact-info .contact-part a {
font-size: 14px;
line-height: 40px;
font-weight: 400;
color: #ffffff;
}
.rs-topbar-part .rs-contact-info .contact-part .address {
font-size: 14px;
line-height: 40px;
font-weight: 400;
color: #ffffff;
}
.rs-topbar-part .rs-contact-info .contact-part:last-child {
margin: 0;
}
.rs-topbar-part .topbar-sl-share .icon-part {
color: #0b2ba7;
}
.rs-topbar-part .topbar-sl-share .icon-part li {
display: inline-block;
margin-right: 15px;
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #ffffff;
}
.rs-topbar-part .topbar-sl-share .icon-part li a i {
font-size: 14px;
line-height: 40px;
font-weight: 400;
color: #ffffff;
}
.rs-topbar-part .topbar-sl-share .icon-part li:last-child {
margin: 0;
}
.main-menu {
position: relative;
}
.main-menu::after {
display: block;
clear: both;
content: "";
}
.rs-menu {
float: left;
clear: both;
width: 100%;
font-size: 0;
}
.rs-menu ul,
.rs-menu li,
.rs-menu p,
.rs-menu a,
.rs-menu div,
.rs-menu i {
border: 0;
margin: 0;
padding: 0;
}
.rs-menu li {
display: block;
position: relative;
}
.rs-menu a {
display: block;
padding: 16px;
}
.rs-menu .row {
float: left;
width: 100%;
position: relative;
}
.rs-header .menu-area .logo-area {
position: relative;
}
.rs-header .menu-area .logo-area img{
max-width: 100%;
max-height: 25px;
transition: 0.4s;
-webkit-transition: 0.4s;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
display: inline-block;
margin-right: 45px;
padding: 0;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
transition: all 0.3s ease 0s;
text-transform: capitalize;
color: #fff;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
color: #ffa000;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
margin-right: 0!important;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
margin: 0;
}
.rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.rs-header .menu-area .main-menu .rs-menu ul li.active a,
.rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
color: #ffa000;
}   .rs-menu ul ul {
position: absolute;
top: 100%;
width: 100%;
background-color: #111111; 
}
.rs-menu ul ul.visible, .rs-menu ul .rs-mega-menu ul.visible ul.sub-menu {	
display:block;
z-index: 110;
} .rs-menu li:hover > ul.mega-menu > li > ul {
position:relative;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
background-color: #ffffff;
margin: 0;
padding: 15px 0;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
-moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
-ms-box-shadow:  0 0 20px rgba(0,0,0,.15);
-o-box-shadow:  0 0 20px rgba(0,0,0,.15);
box-shadow:  0 0 20px rgba(0,0,0,.15);
z-index: 99;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
margin: 0;
border: none;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
padding: 10px 30px;
height: unset;
text-transform: capitalize;
line-height: unset;
color: #0a0a0a;
font-weight: 400;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
color: #ffa000;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
color: #ffa000;
}  .rs-menu a {
color:#bbb; -webkit-tap-highlight-color:rgba(0,0,0,0);
} .rs-menu li i {
margin-right:10px;
font-size:16px; transform:translate3d(0, 0, 0);    
} .nav-menu .rs-mega-menu > a span:after, .nav-menu > .menu-item-has-children > a span:after {
content:"\f107";
font-family:FontAwesome;
float:right;
margin:2px 0 0 5px;
}
.mega-menu h1, .mega-menu h2, .mega-menu h3 {
margin-bottom:24px;
}  .rs-menu li {
font-size:14px;
}
.rs-menu .sub-menu li a {
padding: 10px 14px;
} .rs-menu ul ul a {   
font-size: 15px;	
text-align: left;
}   .expand-btn {
float: right;
position: relative;
z-index: 1;
transition: all 0.3s ease 0s;
top: 50%;
transform: translateY(-50%)
}
.expand-btn span {
display: inline-block;
margin-right: 20px;
}
.expand-btn span a {
padding: 0;
}
.expand-btn span a i:before {
font-size: 15px;
margin: 0;
}
.expand-btn span a.nav-expander i {
font-weight: 700;
}
.expand-btn span a.nav-expander i:before {
font-size: 21px;
margin-left: 20px;
}
.expand-btn span:last-child {
margin: 0;
}
.expand-btn .header-btn {
padding: 10px 40px;
background: #ffa000;
color: #fff;
display: inline-block;
border-radius: 5px;
font-weight: 600;
font-family: 'Nunito', sans-serif;
}
.expand-btn .header-btn:hover {
background: #fff;
color: #333333;
}
.expand-btn .offcanvas-icon li span {
background: #fff;
height: 2px;
width: 20px;
display: block !important;
margin: 0 0 4px 0 !important;
border-radius: 30px;
transition: all 0.3s ease 0s;
cursor: pointer;
list-style: none;
}
.expand-btn .offcanvas-icon li span:last-child {
margin: 0 !important;
}
.expand-btn .offcanvas-icon:hover li span:nth-child(1) {
width: 10px;
}
.expand-btn .offcanvas-icon:hover li span:nth-child(2) {
width: 15px;
transform: rotate(180deg);
} .nav-expanded {
position: relative;
}
.nav-expanded nav {
right: 0 !important;
}
.off-wrap {	
position: absolute;
width: 100%;
background: #000;
height: 100%;
top: 0;
bottom: 0;
opacity: 0;
z-index: -1;
transition: all 0.5s ease 0s;
}
.nav-expanded .off-wrap {
opacity: 0.5;
z-index: 99;
}  .nav-menu ul {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
}  @media screen and (min-width: 992px) { .rs-menu {
height: auto !important;
}
.rs-menu li {
display:inline-block;
}
.nav-menu .rs-mega-menu {
position: static;
}
.rs-menu ul ul.visible {
visibility: hidden;
opacity:0;
} .nav-menu .menu-item-has-children > span, 
.nav-menu .rs-mega-menu > span {
display:none;
} .rs-menu-toggle {
display:none;
} .nav-menu div.sub-menu-close {
display:none;
} .rs-menu li:active > ul, 
.rs-menu li:focus > ul, 
.rs-menu li:hover > ul, 
.rs-menu li:hover > ul.mega-menu > li > ul, 
.rs-menu li:hover ul.mega-menu .sub-menu {		
display:block;
z-index: 17;	
} .rs-menu ul ul li > ul {
left: 100%;
} .rs-menu ul ul ul {
top: 0;
}	
.rs-menu ul ul {
width:auto;
} .rs-menu ul ul a {
width: 260px; }
.rs-header .menu-area.menu-sticky {
transition: all 0.3s ease 0s;
}
.rs-header .menu-area.menu-sticky.sticky {
background: #fff;
position: fixed;
z-index: 999;
margin: 0 auto;
border: none;
padding: 0;
top: 0;
left: 0;
right: 0;
width: 100%;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: sticky-animation;
animation-name: sticky-animation;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.rs-header .menu-area.sticky .main-menu .rs-menu ul li > a {
color: #161616;
}
.rs-header .menu-area.sticky .main-menu .rs-menu ul li.current-menu-item > a {
color: #ffa000;
}
.rs-header .menu-area.sticky .expand-btn .header-btn:hover {
background: #161616;
color: #fff;
} .rs-menu ul ul {
opacity: 0;
visibility: hidden;	
transform: translateY(-10px);
transform: scaleY(0);
transform-origin: 0 0 0;
}
.rs-menu li:active > ul, .rs-menu li:focus > ul, .rs-menu li:hover > ul, .rs-menu li:hover > ul.mega-menu > li > ul {    
opacity: 1;
visibility:visible;		
transform: translateY(0px);
transform: scaleY(1);
}
ul.mega-menu .sub-menu {
transform: unset;
}
.rs-menu li:hover ul.mega-menu .sub-menu {
transform: unset;
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
}
@media only screen and (max-width: 991px) {	
.rs-header .menu-area .logo-area {
position: absolute;
z-index: 1;
}
.rs-header .expand-btn {
display: none;
}
.rs-menu {
position: absolute;
z-index: 999;
}
.rs-menu .row [class*="col-"] {
float: left!important;
width: 100%!important;
margin-left: 0!important;
margin-right: 0!important;
}
.nav-menu > li > a {
border-bottom:1px solid #131313;
text-align: left;
}	
.nav-menu > li:last-child a {
border-bottom:none;
}
.rs-menu ul ul {
display: none;
} .nav-menu div.sub-menu-close {
float:left;
width:100%;
cursor:pointer;
background:#f6f3ed;		
color:#000;
font-size:14px;
text-align:center;	
height: 50px;
line-height: 50px;
display:none;
}
.nav-menu div.sub-menu-close i {		
font-size:16px;
margin-right: 5px;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
background: #fff;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
display: block !important;
margin-right: 0 !important;
}
.rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
height: 50px !important;
line-height: 50px !important;
padding: 0 0 0 20px !important;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
padding: 15px 0 0 !important;
}
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu .menu-title,
.rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
height: 50px !important;
line-height: 50px !important;
padding: 0 !important;
}
.rs-menu .rs-mega-menu .sub-menu div.sub-menu-close {
display: none;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu {
min-width: unset;
width: 100%;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu ul.sub-menu {
padding: 0;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu {
width: 100% !important;
padding: 0 !important;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .single-megamenu ul.sub-menu {
box-shadow: none;
}
.rs-header .menu-area .main-menu .rs-menu .nav-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
padding: 10px 15px;
}
.nav-menu > .menu-item-has-children > span.rs-menu-parent {		
display: block;
position: absolute;
right: 0;
top: 0;
height: 49px;
line-height: 49px;
width: 45px;
text-align: center;
cursor:pointer;
background: #ddd0;
z-index: 9; -webkit-tap-highlight-color:rgba(0,0,0,0);    
}	
.nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children span.rs-menu-parent {		
display: block;
position: absolute;
background: #ddd;
right: 0;
top: 0;
height: 50px;
line-height: 50px;
width: 45px;
text-align: center;
cursor: pointer;
border-left:none;	
z-index: 9; -webkit-tap-highlight-color:rgba(0,0,0,0);    
}
.nav-menu span.rs-menu-parent i { 
margin:0;
}
.rs-menu-close {
height: 0;		
overflow: hidden!important;
} .rs-menu-toggle {
display: block;
text-align: right;
position: relative;
height: auto;
line-height: auto;
cursor:pointer;		
color: #333;
font-size: 22px;
text-transform: uppercase;	
-webkit-tap-highlight-color:rgba(0,0,0,0);
}	
}
@media only screen and (max-width: 1080px) {	
.nav-menu > li > a i {
display:none;
}
}html {
scroll-behavior: smooth;
}
.padding-0 {
padding: 0;
}
.margin-0 {
margin: 0;
}
.pt-0 {
padding-top: 0;
}
.pt-1 {
padding-top: 1px;
}
.pt-2 {
padding-top: 2px;
}
.pt-3 {
padding-top: 3px;
}
.pt-4 {
padding-top: 4px;
}
.pt-5 {
padding-top: 5px;
}
.pt-6 {
padding-top: 6px;
}
.pt-7 {
padding-top: 7px;
}
.pt-8 {
padding-top: 8px;
}
.pt-9 {
padding-top: 9px;
}
.pt-10 {
padding-top: 10px;
}
.pt-11 {
padding-top: 11px;
}
.pt-12 {
padding-top: 12px;
}
.pt-13 {
padding-top: 13px;
}
.pt-14 {
padding-top: 14px;
}
.pt-15 {
padding-top: 15px;
}
.pt-16 {
padding-top: 16px;
}
.pt-17 {
padding-top: 17px;
}
.pt-18 {
padding-top: 18px;
}
.pt-19 {
padding-top: 19px;
}
.pt-20 {
padding-top: 20px;
}
.pt-21 {
padding-top: 21px;
}
.pt-22 {
padding-top: 22px;
}
.pt-23 {
padding-top: 23px;
}
.pt-24 {
padding-top: 24px;
}
.pt-25 {
padding-top: 25px;
}
.pt-26 {
padding-top: 26px;
}
.pt-27 {
padding-top: 27px;
}
.pt-28 {
padding-top: 28px;
}
.pt-29 {
padding-top: 29px;
}
.pt-30 {
padding-top: 30px;
}
.pt-31 {
padding-top: 31px;
}
.pt-32 {
padding-top: 32px;
}
.pt-33 {
padding-top: 33px;
}
.pt-34 {
padding-top: 34px;
}
.pt-35 {
padding-top: 35px;
}
.pt-36 {
padding-top: 36px;
}
.pt-37 {
padding-top: 37px;
}
.pt-38 {
padding-top: 38px;
}
.pt-39 {
padding-top: 39px;
}
.pt-40 {
padding-top: 40px;
}
.pt-41 {
padding-top: 41px;
}
.pt-42 {
padding-top: 42px;
}
.pt-43 {
padding-top: 43px;
}
.pt-44 {
padding-top: 44px;
}
.pt-45 {
padding-top: 45px;
}
.pt-46 {
padding-top: 46px;
}
.pt-47 {
padding-top: 47px;
}
.pt-48 {
padding-top: 48px;
}
.pt-49 {
padding-top: 49px;
}
.pt-50 {
padding-top: 50px;
}
.pt-51 {
padding-top: 51px;
}
.pt-52 {
padding-top: 52px;
}
.pt-53 {
padding-top: 53px;
}
.pt-54 {
padding-top: 54px;
}
.pt-55 {
padding-top: 55px;
}
.pt-56 {
padding-top: 56px;
}
.pt-57 {
padding-top: 57px;
}
.pt-58 {
padding-top: 58px;
}
.pt-59 {
padding-top: 59px;
}
.pt-60 {
padding-top: 60px;
}
.pt-61 {
padding-top: 61px;
}
.pt-62 {
padding-top: 62px;
}
.pt-63 {
padding-top: 63px;
}
.pt-64 {
padding-top: 64px;
}
.pt-65 {
padding-top: 65px;
}
.pt-66 {
padding-top: 66px;
}
.pt-67 {
padding-top: 67px;
}
.pt-68 {
padding-top: 68px;
}
.pt-69 {
padding-top: 69px;
}
.pt-70 {
padding-top: 70px;
}
.pt-71 {
padding-top: 71px;
}
.pt-72 {
padding-top: 72px;
}
.pt-73 {
padding-top: 73px;
}
.pt-74 {
padding-top: 74px;
}
.pt-75 {
padding-top: 75px;
}
.pt-76 {
padding-top: 76px;
}
.pt-77 {
padding-top: 77px;
}
.pt-78 {
padding-top: 78px;
}
.pt-79 {
padding-top: 79px;
}
.pt-80 {
padding-top: 80px;
}
.pt-81 {
padding-top: 81px;
}
.pt-82 {
padding-top: 82px;
}
.pt-83 {
padding-top: 83px;
}
.pt-84 {
padding-top: 84px;
}
.pt-85 {
padding-top: 85px;
}
.pt-86 {
padding-top: 86px;
}
.pt-87 {
padding-top: 87px;
}
.pt-88 {
padding-top: 88px;
}
.pt-89 {
padding-top: 89px;
}
.pt-90 {
padding-top: 90px;
}
.pt-91 {
padding-top: 91px;
}
.pt-92 {
padding-top: 92px;
}
.pt-93 {
padding-top: 93px;
}
.pt-94 {
padding-top: 94px;
}
.pt-95 {
padding-top: 95px;
}
.pt-96 {
padding-top: 96px;
}
.pt-97 {
padding-top: 97px;
}
.pt-98 {
padding-top: 98px;
}
.pt-99 {
padding-top: 99px;
}
.pt-100 {
padding-top: 100px;
}
.pt-101 {
padding-top: 101px;
}
.pt-102 {
padding-top: 102px;
}
.pt-103 {
padding-top: 103px;
}
.pt-104 {
padding-top: 104px;
}
.pt-105 {
padding-top: 105px;
}
.pt-106 {
padding-top: 106px;
}
.pt-107 {
padding-top: 107px;
}
.pt-108 {
padding-top: 108px;
}
.pt-109 {
padding-top: 109px;
}
.pt-110 {
padding-top: 110px;
}
.pt-111 {
padding-top: 111px;
}
.pt-112 {
padding-top: 112px;
}
.pt-113 {
padding-top: 113px;
}
.pt-114 {
padding-top: 114px;
}
.pt-115 {
padding-top: 115px;
}
.pt-116 {
padding-top: 116px;
}
.pt-117 {
padding-top: 117px;
}
.pt-118 {
padding-top: 118px;
}
.pt-119 {
padding-top: 119px;
}
.pt-120 {
padding-top: 120px;
}
.pt-121 {
padding-top: 121px;
}
.pt-122 {
padding-top: 122px;
}
.pt-123 {
padding-top: 123px;
}
.pt-124 {
padding-top: 124px;
}
.pt-125 {
padding-top: 125px;
}
.pt-126 {
padding-top: 126px;
}
.pt-127 {
padding-top: 127px;
}
.pt-128 {
padding-top: 128px;
}
.pt-129 {
padding-top: 129px;
}
.pt-130 {
padding-top: 130px;
}
.pt-131 {
padding-top: 131px;
}
.pt-132 {
padding-top: 132px;
}
.pt-133 {
padding-top: 133px;
}
.pt-134 {
padding-top: 134px;
}
.pt-135 {
padding-top: 135px;
}
.pt-136 {
padding-top: 136px;
}
.pt-137 {
padding-top: 137px;
}
.pt-138 {
padding-top: 138px;
}
.pt-139 {
padding-top: 139px;
}
.pt-140 {
padding-top: 140px;
}
.pt-141 {
padding-top: 141px;
}
.pt-142 {
padding-top: 142px;
}
.pt-143 {
padding-top: 143px;
}
.pt-144 {
padding-top: 144px;
}
.pt-145 {
padding-top: 145px;
}
.pt-146 {
padding-top: 146px;
}
.pt-147 {
padding-top: 147px;
}
.pt-148 {
padding-top: 148px;
}
.pt-149 {
padding-top: 149px;
}
.pt-150 {
padding-top: 150px;
}
.pt-151 {
padding-top: 151px;
}
.pt-152 {
padding-top: 152px;
}
.pt-153 {
padding-top: 153px;
}
.pt-154 {
padding-top: 154px;
}
.pt-155 {
padding-top: 155px;
}
.pt-156 {
padding-top: 156px;
}
.pt-157 {
padding-top: 157px;
}
.pt-158 {
padding-top: 158px;
}
.pt-159 {
padding-top: 159px;
}
.pt-160 {
padding-top: 160px;
}
.pt-161 {
padding-top: 161px;
}
.pt-162 {
padding-top: 162px;
}
.pt-163 {
padding-top: 163px;
}
.pt-164 {
padding-top: 164px;
}
.pt-165 {
padding-top: 165px;
}
.pt-166 {
padding-top: 166px;
}
.pt-167 {
padding-top: 167px;
}
.pt-168 {
padding-top: 168px;
}
.pt-169 {
padding-top: 169px;
}
.pt-170 {
padding-top: 170px;
}
.pt-171 {
padding-top: 171px;
}
.pt-172 {
padding-top: 172px;
}
.pt-173 {
padding-top: 173px;
}
.pt-174 {
padding-top: 174px;
}
.pt-175 {
padding-top: 175px;
}
.pt-176 {
padding-top: 176px;
}
.pt-177 {
padding-top: 177px;
}
.pt-178 {
padding-top: 178px;
}
.pt-179 {
padding-top: 179px;
}
.pt-180 {
padding-top: 180px;
}
.pt-181 {
padding-top: 181px;
}
.pt-182 {
padding-top: 182px;
}
.pt-183 {
padding-top: 183px;
}
.pt-184 {
padding-top: 184px;
}
.pt-185 {
padding-top: 185px;
}
.pt-186 {
padding-top: 186px;
}
.pt-187 {
padding-top: 187px;
}
.pt-188 {
padding-top: 188px;
}
.pt-189 {
padding-top: 189px;
}
.pt-190 {
padding-top: 190px;
}
.pt-191 {
padding-top: 191px;
}
.pt-192 {
padding-top: 192px;
}
.pt-193 {
padding-top: 193px;
}
.pt-194 {
padding-top: 194px;
}
.pt-195 {
padding-top: 195px;
}
.pt-196 {
padding-top: 196px;
}
.pt-197 {
padding-top: 197px;
}
.pt-198 {
padding-top: 198px;
}
.pt-199 {
padding-top: 199px;
}
.pt-200 {
padding-top: 200px;
}
.pb-0 {
padding-bottom: 0;
}
.pb-1 {
padding-bottom: 1px;
}
.pb-2 {
padding-bottom: 2px;
}
.pb-4 {
padding-bottom: 4px;
}
.pb-5 {
padding-bottom: 5px;
}
.pb-6 {
padding-bottom: 6px;
}
.pb-7 {
padding-bottom: 7px;
}
.pb-8 {
padding-bottom: 8px;
}
.pb-9 {
padding-bottom: 9px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-11 {
padding-bottom: 11px;
}
.pb-12 {
padding-bottom: 12px;
}
.pb-13 {
padding-bottom: 13px;
}
.pb-14 {
padding-bottom: 14px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-16 {
padding-bottom: 16px;
}
.pb-17 {
padding-bottom: 17px;
}
.pb-18 {
padding-bottom: 18px;
}
.pb-19 {
padding-bottom: 19px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-21 {
padding-bottom: 21px;
}
.pb-22 {
padding-bottom: 22px;
}
.pb-23 {
padding-bottom: 23px;
}
.pb-24 {
padding-bottom: 24px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-26 {
padding-bottom: 26px;
}
.pb-27 {
padding-bottom: 27px;
}
.pb-28 {
padding-bottom: 28px;
}
.pb-29 {
padding-bottom: 29px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-31 {
padding-bottom: 31px;
}
.pb-32 {
padding-bottom: 32px;
}
.pb-33 {
padding-bottom: 33px;
}
.pb-34 {
padding-bottom: 34px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-36 {
padding-bottom: 36px;
}
.pb-37 {
padding-bottom: 37px;
}
.pb-38 {
padding-bottom: 38px;
}
.pb-39 {
padding-bottom: 39px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-41 {
padding-bottom: 41px;
}
.pb-42 {
padding-bottom: 42px;
}
.pb-43 {
padding-bottom: 43px;
}
.pb-44 {
padding-bottom: 44px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-46 {
padding-bottom: 46px;
}
.pb-47 {
padding-bottom: 47px;
}
.pb-48 {
padding-bottom: 48px;
}
.pb-49 {
padding-bottom: 49px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-51 {
padding-bottom: 51px;
}
.pb-52 {
padding-bottom: 52px;
}
.pb-53 {
padding-bottom: 53px;
}
.pb-54 {
padding-bottom: 54px;
}
.pb-55 {
padding-bottom: 55px;
}
.pb-56 {
padding-bottom: 56px;
}
.pb-57 {
padding-bottom: 57px;
}
.pb-58 {
padding-bottom: 58px;
}
.pb-59 {
padding-bottom: 59px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-61 {
padding-bottom: 61px;
}
.pb-62 {
padding-bottom: 62px;
}
.pb-63 {
padding-bottom: 63px;
}
.pb-64 {
padding-bottom: 64px;
}
.pb-65 {
padding-bottom: 65px;
}
.pb-66 {
padding-bottom: 66px;
}
.pb-67 {
padding-bottom: 67px;
}
.pb-68 {
padding-bottom: 68px;
}
.pb-69 {
padding-bottom: 69px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-71 {
padding-bottom: 71px;
}
.pb-72 {
padding-bottom: 72px;
}
.pb-73 {
padding-bottom: 73px;
}
.pb-74 {
padding-bottom: 74px;
}
.pb-75 {
padding-bottom: 75px;
}
.pb-76 {
padding-bottom: 76px;
}
.pb-77 {
padding-bottom: 77px;
}
.pb-78 {
padding-bottom: 78px;
}
.pb-79 {
padding-bottom: 79px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-81 {
padding-bottom: 81px;
}
.pb-82 {
padding-bottom: 82px;
}
.pb-83 {
padding-bottom: 83px;
}
.pb-84 {
padding-bottom: 84px;
}
.pb-85 {
padding-bottom: 85px;
}
.pb-86 {
padding-bottom: 86px;
}
.pb-87 {
padding-bottom: 87px;
}
.pb-88 {
padding-bottom: 88px;
}
.pb-89 {
padding-bottom: 89px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-91 {
padding-bottom: 91px;
}
.pb-92 {
padding-bottom: 92px;
}
.pb-93 {
padding-bottom: 93px;
}
.pb-94 {
padding-bottom: 94px;
}
.pb-95 {
padding-bottom: 95px;
}
.pb-96 {
padding-bottom: 96px;
}
.pb-97 {
padding-bottom: 97px;
}
.pb-98 {
padding-bottom: 98px;
}
.pb-99 {
padding-bottom: 99px;
}
.pb-100 {
padding-bottom: 100px;
}
.pb-101 {
padding-bottom: 101px;
}
.pb-102 {
padding-bottom: 102px;
}
.pb-104 {
padding-bottom: 104px;
}
.pb-105 {
padding-bottom: 105px;
}
.pb-106 {
padding-bottom: 106px;
}
.pb-107 {
padding-bottom: 107px;
}
.pb-108 {
padding-bottom: 108px;
}
.pb-109 {
padding-bottom: 109px;
}
.pb-110 {
padding-bottom: 110px;
}
.pb-111 {
padding-bottom: 111px;
}
.pb-112 {
padding-bottom: 112px;
}
.pb-113 {
padding-bottom: 113px;
}
.pb-114 {
padding-bottom: 114px;
}
.pb-115 {
padding-bottom: 115px;
}
.pb-116 {
padding-bottom: 116px;
}
.pb-117 {
padding-bottom: 117px;
}
.pb-118 {
padding-bottom: 118px;
}
.pb-119 {
padding-bottom: 119px;
}
.pb-120 {
padding-bottom: 120px;
}
.pb-121 {
padding-bottom: 121px;
}
.pb-122 {
padding-bottom: 122px;
}
.pb-123 {
padding-bottom: 123px;
}
.pb-124 {
padding-bottom: 124px;
}
.pb-125 {
padding-bottom: 125px;
}
.pb-126 {
padding-bottom: 126px;
}
.pb-127 {
padding-bottom: 127px;
}
.pb-128 {
padding-bottom: 128px;
}
.pb-129 {
padding-bottom: 129px;
}
.pb-130 {
padding-bottom: 130px;
}
.pb-131 {
padding-bottom: 131px;
}
.pb-132 {
padding-bottom: 132px;
}
.pb-133 {
padding-bottom: 133px;
}
.pb-134 {
padding-bottom: 134px;
}
.pb-135 {
padding-bottom: 135px;
}
.pb-136 {
padding-bottom: 136px;
}
.pb-137 {
padding-bottom: 137px;
}
.pb-138 {
padding-bottom: 138px;
}
.pb-139 {
padding-bottom: 139px;
}
.pb-140 {
padding-bottom: 140px;
}
.pb-141 {
padding-bottom: 141px;
}
.pb-142 {
padding-bottom: 142px;
}
.pb-143 {
padding-bottom: 143px;
}
.pb-144 {
padding-bottom: 144px;
}
.pb-145 {
padding-bottom: 145px;
}
.pb-146 {
padding-bottom: 146px;
}
.pb-147 {
padding-bottom: 147px;
}
.pb-148 {
padding-bottom: 148px;
}
.pb-149 {
padding-bottom: 149px;
}
.pb-150 {
padding-bottom: 150px;
}
.pb-151 {
padding-bottom: 151px;
}
.pb-152 {
padding-bottom: 152px;
}
.pb-153 {
padding-bottom: 153px;
}
.pb-154 {
padding-bottom: 154px;
}
.pb-155 {
padding-bottom: 155px;
}
.pb-156 {
padding-bottom: 156px;
}
.pb-157 {
padding-bottom: 157px;
}
.pb-158 {
padding-bottom: 158px;
}
.pb-159 {
padding-bottom: 159px;
}
.pb-160 {
padding-bottom: 160px;
}
.pb-161 {
padding-bottom: 161px;
}
.pb-162 {
padding-bottom: 162px;
}
.pb-163 {
padding-bottom: 163px;
}
.pb-164 {
padding-bottom: 164px;
}
.pb-165 {
padding-bottom: 165px;
}
.pb-166 {
padding-bottom: 166px;
}
.pb-167 {
padding-bottom: 167px;
}
.pb-168 {
padding-bottom: 168px;
}
.pb-169 {
padding-bottom: 169px;
}
.pb-170 {
padding-bottom: 170px;
}
.pb-171 {
padding-bottom: 171px;
}
.pb-172 {
padding-bottom: 172px;
}
.pb-173 {
padding-bottom: 173px;
}
.pb-174 {
padding-bottom: 174px;
}
.pb-175 {
padding-bottom: 175px;
}
.pb-176 {
padding-bottom: 176px;
}
.pb-177 {
padding-bottom: 177px;
}
.pb-178 {
padding-bottom: 178px;
}
.pb-179 {
padding-bottom: 179px;
}
.pb-180 {
padding-bottom: 180px;
}
.pb-181 {
padding-bottom: 181px;
}
.pb-182 {
padding-bottom: 182px;
}
.pb-183 {
padding-bottom: 183px;
}
.pb-184 {
padding-bottom: 184px;
}
.pb-185 {
padding-bottom: 185px;
}
.pb-186 {
padding-bottom: 186px;
}
.pb-187 {
padding-bottom: 187px;
}
.pb-188 {
padding-bottom: 188px;
}
.pb-189 {
padding-bottom: 189px;
}
.pb-190 {
padding-bottom: 190px;
}
.pb-191 {
padding-bottom: 191px;
}
.pb-192 {
padding-bottom: 192px;
}
.pb-193 {
padding-bottom: 193px;
}
.pb-194 {
padding-bottom: 194px;
}
.pb-195 {
padding-bottom: 195px;
}
.pb-196 {
padding-bottom: 196px;
}
.pb-197 {
padding-bottom: 197px;
}
.pb-198 {
padding-bottom: 198px;
}
.pb-199 {
padding-bottom: 199px;
}
.pb-200 {
padding-bottom: 200px;
}
.pr-0 {
padding-right: 0;
}
.pr-1 {
padding-right: 1px;
}
.pr-2 {
padding-right: 2px;
}
.pr-4 {
padding-right: 4px;
}
.pr-5 {
padding-right: 5px;
}
.pr-6 {
padding-right: 6px;
}
.pr-7 {
padding-right: 7px;
}
.pr-8 {
padding-right: 8px;
}
.pr-9 {
padding-right: 9px;
}
.pr-10 {
padding-right: 10px;
}
.pr-11 {
padding-right: 11px;
}
.pr-12 {
padding-right: 12px;
}
.pr-13 {
padding-right: 13px;
}
.pr-14 {
padding-right: 14px;
}
.pr-15 {
padding-right: 15px;
}
.pr-16 {
padding-right: 16px;
}
.pr-17 {
padding-right: 17px;
}
.pr-18 {
padding-right: 18px;
}
.pr-19 {
padding-right: 19px;
}
.pr-20 {
padding-right: 20px;
}
.pr-21 {
padding-right: 21px;
}
.pr-22 {
padding-right: 22px;
}
.pr-23 {
padding-right: 23px;
}
.pr-24 {
padding-right: 24px;
}
.pr-25 {
padding-right: 25px;
}
.pr-26 {
padding-right: 26px;
}
.pr-27 {
padding-right: 27px;
}
.pr-28 {
padding-right: 28px;
}
.pr-29 {
padding-right: 29px;
}
.pr-30 {
padding-right: 30px;
}
.pr-31 {
padding-right: 31px;
}
.pr-32 {
padding-right: 32px;
}
.pr-33 {
padding-right: 33px;
}
.pr-34 {
padding-right: 34px;
}
.pr-35 {
padding-right: 35px;
}
.pr-36 {
padding-right: 36px;
}
.pr-37 {
padding-right: 37px;
}
.pr-38 {
padding-right: 38px;
}
.pr-39 {
padding-right: 39px;
}
.pr-40 {
padding-right: 40px;
}
.pr-41 {
padding-right: 41px;
}
.pr-42 {
padding-right: 42px;
}
.pr-43 {
padding-right: 43px;
}
.pr-44 {
padding-right: 44px;
}
.pr-45 {
padding-right: 45px;
}
.pr-46 {
padding-right: 46px;
}
.pr-47 {
padding-right: 47px;
}
.pr-48 {
padding-right: 48px;
}
.pr-49 {
padding-right: 49px;
}
.pr-50 {
padding-right: 50px;
}
.pr-51 {
padding-right: 51px;
}
.pr-52 {
padding-right: 52px;
}
.pr-53 {
padding-right: 53px;
}
.pr-54 {
padding-right: 54px;
}
.pr-55 {
padding-right: 55px;
}
.pr-56 {
padding-right: 56px;
}
.pr-57 {
padding-right: 57px;
}
.pr-58 {
padding-right: 58px;
}
.pr-59 {
padding-right: 59px;
}
.pr-60 {
padding-right: 60px;
}
.pr-61 {
padding-right: 61px;
}
.pr-62 {
padding-right: 62px;
}
.pr-63 {
padding-right: 63px;
}
.pr-64 {
padding-right: 64px;
}
.pr-65 {
padding-right: 65px;
}
.pr-66 {
padding-right: 66px;
}
.pr-67 {
padding-right: 67px;
}
.pr-68 {
padding-right: 68px;
}
.pr-69 {
padding-right: 69px;
}
.pr-70 {
padding-right: 70px;
}
.pr-71 {
padding-right: 71px;
}
.pr-72 {
padding-right: 72px;
}
.pr-73 {
padding-right: 73px;
}
.pr-74 {
padding-right: 74px;
}
.pr-75 {
padding-right: 75px;
}
.pr-76 {
padding-right: 76px;
}
.pr-77 {
padding-right: 77px;
}
.pr-78 {
padding-right: 78px;
}
.pr-79 {
padding-right: 79px;
}
.pr-80 {
padding-right: 80px;
}
.pr-81 {
padding-right: 81px;
}
.pr-82 {
padding-right: 82px;
}
.pr-83 {
padding-right: 83px;
}
.pr-84 {
padding-right: 84px;
}
.pr-85 {
padding-right: 85px;
}
.pr-86 {
padding-right: 86px;
}
.pr-87 {
padding-right: 87px;
}
.pr-88 {
padding-right: 88px;
}
.pr-89 {
padding-right: 89px;
}
.pr-90 {
padding-right: 90px;
}
.pr-91 {
padding-right: 91px;
}
.pr-92 {
padding-right: 92px;
}
.pr-93 {
padding-right: 93px;
}
.pr-94 {
padding-right: 94px;
}
.pr-95 {
padding-right: 95px;
}
.pr-96 {
padding-right: 96px;
}
.pr-97 {
padding-right: 97px;
}
.pr-98 {
padding-right: 98px;
}
.pr-99 {
padding-right: 99px;
}
.pr-100 {
padding-right: 100px;
}
.pr-101 {
padding-right: 101px;
}
.pr-102 {
padding-right: 102px;
}
.pr-104 {
padding-right: 104px;
}
.pr-105 {
padding-right: 105px;
}
.pr-106 {
padding-right: 106px;
}
.pr-107 {
padding-right: 107px;
}
.pr-108 {
padding-right: 108px;
}
.pr-109 {
padding-right: 109px;
}
.pr-110 {
padding-right: 110px;
}
.pr-111 {
padding-right: 111px;
}
.pr-112 {
padding-right: 112px;
}
.pr-113 {
padding-right: 113px;
}
.pr-114 {
padding-right: 114px;
}
.pr-115 {
padding-right: 115px;
}
.pr-116 {
padding-right: 116px;
}
.pr-117 {
padding-right: 117px;
}
.pr-118 {
padding-right: 118px;
}
.pr-119 {
padding-right: 119px;
}
.pr-120 {
padding-right: 120px;
}
.pr-121 {
padding-right: 121px;
}
.pr-122 {
padding-right: 122px;
}
.pr-123 {
padding-right: 123px;
}
.pr-124 {
padding-right: 124px;
}
.pr-125 {
padding-right: 125px;
}
.pr-126 {
padding-right: 126px;
}
.pr-127 {
padding-right: 127px;
}
.pr-128 {
padding-right: 128px;
}
.pr-129 {
padding-right: 129px;
}
.pr-130 {
padding-right: 130px;
}
.pr-131 {
padding-right: 131px;
}
.pr-132 {
padding-right: 132px;
}
.pr-133 {
padding-right: 133px;
}
.pr-134 {
padding-right: 134px;
}
.pr-135 {
padding-right: 135px;
}
.pr-136 {
padding-right: 136px;
}
.pr-137 {
padding-right: 137px;
}
.pr-138 {
padding-right: 138px;
}
.pr-139 {
padding-right: 139px;
}
.pr-140 {
padding-right: 140px;
}
.pr-141 {
padding-right: 141px;
}
.pr-142 {
padding-right: 142px;
}
.pr-143 {
padding-right: 143px;
}
.pr-144 {
padding-right: 144px;
}
.pr-145 {
padding-right: 145px;
}
.pr-146 {
padding-right: 146px;
}
.pr-147 {
padding-right: 147px;
}
.pr-148 {
padding-right: 148px;
}
.pr-149 {
padding-right: 149px;
}
.pr-150 {
padding-right: 150px;
}
.pr-151 {
padding-right: 151px;
}
.pr-152 {
padding-right: 152px;
}
.pr-153 {
padding-right: 153px;
}
.pr-154 {
padding-right: 154px;
}
.pr-155 {
padding-right: 155px;
}
.pr-156 {
padding-right: 156px;
}
.pr-157 {
padding-right: 157px;
}
.pr-158 {
padding-right: 158px;
}
.pr-159 {
padding-right: 159px;
}
.pr-160 {
padding-right: 160px;
}
.pr-161 {
padding-right: 161px;
}
.pr-162 {
padding-right: 162px;
}
.pr-163 {
padding-right: 163px;
}
.pr-164 {
padding-right: 164px;
}
.pr-165 {
padding-right: 165px;
}
.pr-166 {
padding-right: 166px;
}
.pr-167 {
padding-right: 167px;
}
.pr-168 {
padding-right: 168px;
}
.pr-169 {
padding-right: 169px;
}
.pr-170 {
padding-right: 170px;
}
.pr-171 {
padding-right: 171px;
}
.pr-172 {
padding-right: 172px;
}
.pr-173 {
padding-right: 173px;
}
.pr-174 {
padding-right: 174px;
}
.pr-175 {
padding-right: 175px;
}
.pr-176 {
padding-right: 176px;
}
.pr-177 {
padding-right: 177px;
}
.pr-178 {
padding-right: 178px;
}
.pr-179 {
padding-right: 179px;
}
.pr-180 {
padding-right: 180px;
}
.pr-181 {
padding-right: 181px;
}
.pr-182 {
padding-right: 182px;
}
.pr-183 {
padding-right: 183px;
}
.pr-184 {
padding-right: 184px;
}
.pr-185 {
padding-right: 185px;
}
.pr-186 {
padding-right: 186px;
}
.pr-187 {
padding-right: 187px;
}
.pr-188 {
padding-right: 188px;
}
.pr-189 {
padding-right: 189px;
}
.pr-190 {
padding-right: 190px;
}
.pr-191 {
padding-right: 191px;
}
.pr-192 {
padding-right: 192px;
}
.pr-193 {
padding-right: 193px;
}
.pr-194 {
padding-right: 194px;
}
.pr-195 {
padding-right: 195px;
}
.pr-196 {
padding-right: 196px;
}
.pr-197 {
padding-right: 197px;
}
.pr-198 {
padding-right: 198px;
}
.pr-199 {
padding-right: 199px;
}
.pr-200 {
padding-right: 200px;
}
.pl-0 {
padding-left: 0;
}
.pl-1 {
padding-left: 1px;
}
.pl-2 {
padding-left: 2px;
}
.pb-3 {
padding-bottom: 3px;
}
.pl-4 {
padding-left: 4px;
}
.pl-5 {
padding-left: 5px !important;
}
.pl-6 {
padding-left: 6px;
}
.pl-7 {
padding-left: 7px;
}
.pl-8 {
padding-left: 8px;
}
.pl-9 {
padding-left: 9px;
}
.pl-10 {
padding-left: 10px;
}
.pl-11 {
padding-left: 11px;
}
.pl-12 {
padding-left: 12px;
}
.pl-13 {
padding-left: 13px;
}
.pl-14 {
padding-left: 14px;
}
.pl-15 {
padding-left: 15px;
}
.pl-16 {
padding-left: 16px;
}
.pl-17 {
padding-left: 17px;
}
.pl-18 {
padding-left: 18px;
}
.pl-19 {
padding-left: 19px;
}
.pl-20 {
padding-left: 20px;
}
.pl-21 {
padding-left: 21px;
}
.pl-22 {
padding-left: 22px;
}
.pl-23 {
padding-left: 23px;
}
.pl-24 {
padding-left: 24px;
}
.pl-25 {
padding-left: 25px;
}
.pl-26 {
padding-left: 26px;
}
.pl-27 {
padding-left: 27px;
}
.pl-28 {
padding-left: 28px;
}
.pl-29 {
padding-left: 29px;
}
.pl-30 {
padding-left: 30px;
}
.pl-31 {
padding-left: 31px;
}
.pl-32 {
padding-left: 32px;
}
.pl-33 {
padding-left: 33px;
}
.pl-34 {
padding-left: 34px;
}
.pl-35 {
padding-left: 35px;
}
.pl-36 {
padding-left: 36px;
}
.pl-37 {
padding-left: 37px;
}
.pl-38 {
padding-left: 38px;
}
.pl-39 {
padding-left: 39px;
}
.pl-40 {
padding-left: 40px;
}
.pl-41 {
padding-left: 41px;
}
.pl-42 {
padding-left: 42px;
}
.pl-43 {
padding-left: 43px;
}
.pl-44 {
padding-left: 44px;
}
.pl-45 {
padding-left: 45px;
}
.pl-46 {
padding-left: 46px;
}
.pl-47 {
padding-left: 47px;
}
.pl-48 {
padding-left: 48px;
}
.pl-49 {
padding-left: 49px;
}
.pl-50 {
padding-left: 50px;
}
.pl-51 {
padding-left: 51px;
}
.pl-52 {
padding-left: 52px;
}
.pl-53 {
padding-left: 53px;
}
.pl-54 {
padding-left: 54px;
}
.pl-55 {
padding-left: 55px;
}
.pl-56 {
padding-left: 56px;
}
.pl-57 {
padding-left: 57px;
}
.pl-58 {
padding-left: 58px;
}
.pl-59 {
padding-left: 59px;
}
.pl-60 {
padding-left: 60px;
}
.pl-61 {
padding-left: 61px;
}
.pl-62 {
padding-left: 62px;
}
.pl-63 {
padding-left: 63px;
}
.pl-64 {
padding-left: 64px;
}
.pl-65 {
padding-left: 65px;
}
.pl-66 {
padding-left: 66px;
}
.pl-67 {
padding-left: 67px;
}
.pl-68 {
padding-left: 68px;
}
.pl-69 {
padding-left: 69px;
}
.pl-70 {
padding-left: 70px;
}
.pl-71 {
padding-left: 71px;
}
.pl-72 {
padding-left: 72px;
}
.pl-73 {
padding-left: 73px;
}
.pl-74 {
padding-left: 74px;
}
.pl-75 {
padding-left: 75px;
}
.pl-76 {
padding-left: 76px;
}
.pl-77 {
padding-left: 77px;
}
.pl-78 {
padding-left: 78px;
}
.pl-79 {
padding-left: 79px;
}
.pl-80 {
padding-left: 80px;
}
.pl-81 {
padding-left: 81px;
}
.pl-82 {
padding-left: 82px;
}
.pl-83 {
padding-left: 83px;
}
.pl-84 {
padding-left: 84px;
}
.pl-85 {
padding-left: 85px;
}
.pl-86 {
padding-left: 86px;
}
.pl-87 {
padding-left: 87px;
}
.pl-88 {
padding-left: 88px;
}
.pl-89 {
padding-left: 89px;
}
.pl-90 {
padding-left: 90px;
}
.pl-91 {
padding-left: 91px;
}
.pl-92 {
padding-left: 92px;
}
.pl-93 {
padding-left: 93px;
}
.pl-94 {
padding-left: 94px;
}
.pl-95 {
padding-left: 95px;
}
.pl-96 {
padding-left: 96px;
}
.pl-97 {
padding-left: 97px;
}
.pl-98 {
padding-left: 98px;
}
.pl-99 {
padding-left: 99px;
}
.pl-100 {
padding-left: 100px;
}
.pl-101 {
padding-left: 101px;
}
.pl-102 {
padding-left: 102px;
}
.pb-103 {
padding-bottom: 103px;
}
.pl-104 {
padding-left: 104px;
}
.pl-105 {
padding-left: 105px;
}
.pl-106 {
padding-left: 106px;
}
.pl-107 {
padding-left: 107px;
}
.pl-108 {
padding-left: 108px;
}
.pl-109 {
padding-left: 109px;
}
.pl-110 {
padding-left: 110px;
}
.pl-111 {
padding-left: 111px;
}
.pl-112 {
padding-left: 112px;
}
.pl-113 {
padding-left: 113px;
}
.pl-114 {
padding-left: 114px;
}
.pl-115 {
padding-left: 115px;
}
.pl-116 {
padding-left: 116px;
}
.pl-117 {
padding-left: 117px;
}
.pl-118 {
padding-left: 118px;
}
.pl-119 {
padding-left: 119px;
}
.pl-120 {
padding-left: 120px;
}
.pl-121 {
padding-left: 121px;
}
.pl-122 {
padding-left: 122px;
}
.pl-123 {
padding-left: 123px;
}
.pl-124 {
padding-left: 124px;
}
.pl-125 {
padding-left: 125px;
}
.pl-126 {
padding-left: 126px;
}
.pl-127 {
padding-left: 127px;
}
.pl-128 {
padding-left: 128px;
}
.pl-129 {
padding-left: 129px;
}
.pl-130 {
padding-left: 130px;
}
.pl-131 {
padding-left: 131px;
}
.pl-132 {
padding-left: 132px;
}
.pl-133 {
padding-left: 133px;
}
.pl-134 {
padding-left: 134px;
}
.pl-135 {
padding-left: 135px;
}
.pl-136 {
padding-left: 136px;
}
.pl-137 {
padding-left: 137px;
}
.pl-138 {
padding-left: 138px;
}
.pl-139 {
padding-left: 139px;
}
.pl-140 {
padding-left: 140px;
}
.pl-141 {
padding-left: 141px;
}
.pl-142 {
padding-left: 142px;
}
.pl-143 {
padding-left: 143px;
}
.pl-144 {
padding-left: 144px;
}
.pl-145 {
padding-left: 145px;
}
.pl-146 {
padding-left: 146px;
}
.pl-147 {
padding-left: 147px;
}
.pl-148 {
padding-left: 148px;
}
.pl-149 {
padding-left: 149px;
}
.pl-150 {
padding-left: 150px;
}
.pl-151 {
padding-left: 151px;
}
.pl-152 {
padding-left: 152px;
}
.pl-153 {
padding-left: 153px;
}
.pl-154 {
padding-left: 154px;
}
.pl-155 {
padding-left: 155px;
}
.pl-156 {
padding-left: 156px;
}
.pl-157 {
padding-left: 157px;
}
.pl-158 {
padding-left: 158px;
}
.pl-159 {
padding-left: 159px;
}
.pl-160 {
padding-left: 160px;
}
.pl-161 {
padding-left: 161px;
}
.pl-162 {
padding-left: 162px;
}
.pl-163 {
padding-left: 163px;
}
.pl-164 {
padding-left: 164px;
}
.pl-165 {
padding-left: 165px;
}
.pl-166 {
padding-left: 166px;
}
.pl-167 {
padding-left: 167px;
}
.pl-168 {
padding-left: 168px;
}
.pl-169 {
padding-left: 169px;
}
.pl-170 {
padding-left: 170px;
}
.pl-171 {
padding-left: 171px;
}
.pl-172 {
padding-left: 172px;
}
.pl-173 {
padding-left: 173px;
}
.pl-174 {
padding-left: 174px;
}
.pl-175 {
padding-left: 175px;
}
.pl-176 {
padding-left: 176px;
}
.pl-177 {
padding-left: 177px;
}
.pl-178 {
padding-left: 178px;
}
.pl-179 {
padding-left: 179px;
}
.pl-180 {
padding-left: 180px;
}
.pl-181 {
padding-left: 181px;
}
.pl-182 {
padding-left: 182px;
}
.pl-183 {
padding-left: 183px;
}
.pl-184 {
padding-left: 184px;
}
.pl-185 {
padding-left: 185px;
}
.pl-186 {
padding-left: 186px;
}
.pl-187 {
padding-left: 187px;
}
.pl-188 {
padding-left: 188px;
}
.pl-189 {
padding-left: 189px;
}
.pl-190 {
padding-left: 190px;
}
.pl-191 {
padding-left: 191px;
}
.pl-192 {
padding-left: 192px;
}
.pl-193 {
padding-left: 193px;
}
.pl-194 {
padding-left: 194px;
}
.pl-195 {
padding-left: 195px;
}
.pl-196 {
padding-left: 196px;
}
.pl-197 {
padding-left: 197px;
}
.pl-198 {
padding-left: 198px;
}
.pl-199 {
padding-left: 199px;
}
.pl-200 {
padding-left: 200px;
}
.mt-0 {
margin-top: 0;
}
.mt-1 {
margin-top: 1px;
}
.mt-2 {
margin-top: 2px;
}
.mt-3 {
margin-top: 3px;
}
.mt-4 {
margin-top: 4px;
}
.mt-5 {
margin-top: 5px;
}
.mt-6 {
margin-top: 6px;
}
.mt-7 {
margin-top: 7px;
}
.mt-8 {
margin-top: 8px;
}
.mt-9 {
margin-top: 9px;
}
.mt-10 {
margin-top: 10px;
}
.mt-11 {
margin-top: 11px;
}
.mt-12 {
margin-top: 12px;
}
.mt-13 {
margin-top: 13px;
}
.mt-14 {
margin-top: 14px;
}
.mt-15 {
margin-top: 15px;
}
.mt-16 {
margin-top: 16px;
}
.mt-17 {
margin-top: 17px;
}
.mt-18 {
margin-top: 18px;
}
.mt-19 {
margin-top: 19px;
}
.mt-20 {
margin-top: 20px;
}
.mt-21 {
margin-top: 21px;
}
.mt-22 {
margin-top: 22px;
}
.mt-23 {
margin-top: 23px;
}
.mt-24 {
margin-top: 24px;
}
.mt-25 {
margin-top: 25px;
}
.mt-26 {
margin-top: 26px;
}
.mt-27 {
margin-top: 27px;
}
.mt-28 {
margin-top: 28px;
}
.mt-29 {
margin-top: 29px;
}
.mt-30 {
margin-top: 30px;
}
.mt-31 {
margin-top: 31px;
}
.mt-32 {
margin-top: 32px;
}
.mt-33 {
margin-top: 33px;
}
.mt-34 {
margin-top: 34px;
}
.mt-35 {
margin-top: 35px;
}
.mt-36 {
margin-top: 36px;
}
.mt-37 {
margin-top: 37px;
}
.mt-38 {
margin-top: 38px;
}
.mt-39 {
margin-top: 39px;
}
.mt-40 {
margin-top: 40px;
}
.mt-41 {
margin-top: 41px;
}
.mt-42 {
margin-top: 42px;
}
.mt-43 {
margin-top: 43px;
}
.mt-44 {
margin-top: 44px;
}
.mt-45 {
margin-top: 45px;
}
.mt-46 {
margin-top: 46px;
}
.mt-47 {
margin-top: 47px;
}
.mt-48 {
margin-top: 48px;
}
.mt-49 {
margin-top: 49px;
}
.mt-50 {
margin-top: 50px;
}
.mt-51 {
margin-top: 51px;
}
.mt-52 {
margin-top: 52px;
}
.mt-53 {
margin-top: 53px;
}
.mt-54 {
margin-top: 54px;
}
.mt-55 {
margin-top: 55px;
}
.mt-56 {
margin-top: 56px;
}
.mt-57 {
margin-top: 57px;
}
.mt-58 {
margin-top: 58px;
}
.mt-59 {
margin-top: 59px;
}
.mt-60 {
margin-top: 60px;
}
.mt-61 {
margin-top: 61px;
}
.mt-62 {
margin-top: 62px;
}
.mt-63 {
margin-top: 63px;
}
.mt-64 {
margin-top: 64px;
}
.mt-65 {
margin-top: 65px;
}
.mt-66 {
margin-top: 66px;
}
.mt-67 {
margin-top: 67px;
}
.mt-68 {
margin-top: 68px;
}
.mt-69 {
margin-top: 69px;
}
.mt-70 {
margin-top: 70px;
}
.mt-71 {
margin-top: 71px;
}
.mt-72 {
margin-top: 72px;
}
.mt-73 {
margin-top: 73px;
}
.mt-74 {
margin-top: 74px;
}
.mt-75 {
margin-top: 75px;
}
.mt-76 {
margin-top: 76px;
}
.mt-77 {
margin-top: 77px;
}
.mt-78 {
margin-top: 78px;
}
.mt-79 {
margin-top: 79px;
}
.mt-80 {
margin-top: 80px;
}
.mt-81 {
margin-top: 81px;
}
.mt-82 {
margin-top: 82px;
}
.mt-83 {
margin-top: 83px;
}
.mt-84 {
margin-top: 84px;
}
.mt-85 {
margin-top: 85px;
}
.mt-86 {
margin-top: 86px;
}
.mt-87 {
margin-top: 87px;
}
.mt-88 {
margin-top: 88px;
}
.mt-89 {
margin-top: 89px;
}
.mt-90 {
margin-top: 90px;
}
.mt-91 {
margin-top: 91px;
}
.mt-92 {
margin-top: 92px;
}
.mt-93 {
margin-top: 93px;
}
.mt-94 {
margin-top: 94px;
}
.mt-95 {
margin-top: 95px;
}
.mt-96 {
margin-top: 96px;
}
.mt-97 {
margin-top: 97px;
}
.mt-98 {
margin-top: 98px;
}
.mt-99 {
margin-top: 99px;
}
.mt-100 {
margin-top: 100px;
}
.mt-101 {
margin-top: 101px;
}
.mt-102 {
margin-top: 102px;
}
.mt-103 {
margin-top: 103px;
}
.mt-104 {
margin-top: 104px;
}
.mt-105 {
margin-top: 105px;
}
.mt-106 {
margin-top: 106px;
}
.mt-107 {
margin-top: 107px;
}
.mt-108 {
margin-top: 108px;
}
.mt-109 {
margin-top: 109px;
}
.mt-110 {
margin-top: 110px;
}
.mt-111 {
margin-top: 111px;
}
.mt-112 {
margin-top: 112px;
}
.mt-113 {
margin-top: 113px;
}
.mt-114 {
margin-top: 114px;
}
.mt-115 {
margin-top: 115px;
}
.mt-116 {
margin-top: 116px;
}
.mt-117 {
margin-top: 117px;
}
.mt-118 {
margin-top: 118px;
}
.mt-119 {
margin-top: 119px;
}
.mt-120 {
margin-top: 120px;
}
.mt-121 {
margin-top: 121px;
}
.mt-122 {
margin-top: 122px;
}
.mt-123 {
margin-top: 123px;
}
.mt-124 {
margin-top: 124px;
}
.mt-125 {
margin-top: 125px;
}
.mt-126 {
margin-top: 126px;
}
.mt-127 {
margin-top: 127px;
}
.mt-128 {
margin-top: 128px;
}
.mt-129 {
margin-top: 129px;
}
.mt-130 {
margin-top: 130px;
}
.mt-131 {
margin-top: 131px;
}
.mt-132 {
margin-top: 132px;
}
.mt-133 {
margin-top: 133px;
}
.mt-134 {
margin-top: 134px;
}
.mt-135 {
margin-top: 135px;
}
.mt-136 {
margin-top: 136px;
}
.mt-137 {
margin-top: 137px;
}
.mt-138 {
margin-top: 138px;
}
.mt-139 {
margin-top: 139px;
}
.mt-140 {
margin-top: 140px;
}
.mt-141 {
margin-top: 141px;
}
.mt-142 {
margin-top: 142px;
}
.mt-143 {
margin-top: 143px;
}
.mt-144 {
margin-top: 144px;
}
.mt-145 {
margin-top: 145px;
}
.mt-146 {
margin-top: 146px;
}
.mt-147 {
margin-top: 147px;
}
.mt-148 {
margin-top: 148px;
}
.mt-149 {
margin-top: 149px;
}
.mt-150 {
margin-top: 150px;
}
.mt-151 {
margin-top: 151px;
}
.mt-152 {
margin-top: 152px;
}
.mt-153 {
margin-top: 153px;
}
.mt-154 {
margin-top: 154px;
}
.mt-155 {
margin-top: 155px;
}
.mt-156 {
margin-top: 156px;
}
.mt-157 {
margin-top: 157px;
}
.mt-158 {
margin-top: 158px;
}
.mt-159 {
margin-top: 159px;
}
.mt-160 {
margin-top: 160px;
}
.mt-161 {
margin-top: 161px;
}
.mt-162 {
margin-top: 162px;
}
.mt-163 {
margin-top: 163px;
}
.mt-164 {
margin-top: 164px;
}
.mt-165 {
margin-top: 165px;
}
.mt-166 {
margin-top: 166px;
}
.mt-167 {
margin-top: 167px;
}
.mt-168 {
margin-top: 168px;
}
.mt-169 {
margin-top: 169px;
}
.mt-170 {
margin-top: 170px;
}
.mt-171 {
margin-top: 171px;
}
.mt-172 {
margin-top: 172px;
}
.mt-173 {
margin-top: 173px;
}
.mt-174 {
margin-top: 174px;
}
.mt-175 {
margin-top: 175px;
}
.mt-176 {
margin-top: 176px;
}
.mt-177 {
margin-top: 177px;
}
.mt-178 {
margin-top: 178px;
}
.mt-179 {
margin-top: 179px;
}
.mt-180 {
margin-top: 180px;
}
.mt-181 {
margin-top: 181px;
}
.mt-182 {
margin-top: 182px;
}
.mt-183 {
margin-top: 183px;
}
.mt-184 {
margin-top: 184px;
}
.mt-185 {
margin-top: 185px;
}
.mt-186 {
margin-top: 186px;
}
.mt-187 {
margin-top: 187px;
}
.mt-188 {
margin-top: 188px;
}
.mt-189 {
margin-top: 189px;
}
.mt-190 {
margin-top: 190px;
}
.mt-191 {
margin-top: 191px;
}
.mt-192 {
margin-top: 192px;
}
.mt-193 {
margin-top: 193px;
}
.mt-194 {
margin-top: 194px;
}
.mt-195 {
margin-top: 195px;
}
.mt-196 {
margin-top: 196px;
}
.mt-197 {
margin-top: 197px;
}
.mt-198 {
margin-top: 198px;
}
.mt-199 {
margin-top: 199px;
}
.mt-200 {
margin-top: 200px;
}
.mb-0 {
margin-bottom: 0;
}
.mb-1 {
margin-bottom: 1px;
}
.mb-2 {
margin-bottom: 2px;
}
.mb-3 {
margin-bottom: 3px;
}
.mb-4 {
margin-bottom: 4px;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-6 {
margin-bottom: 6px;
}
.mb-7 {
margin-bottom: 7px;
}
.mb-8 {
margin-bottom: 8px;
}
.mb-9 {
margin-bottom: 9px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-11 {
margin-bottom: 11px;
}
.mb-12 {
margin-bottom: 12px;
}
.mb-13 {
margin-bottom: 13px;
}
.mb-14 {
margin-bottom: 14px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-16 {
margin-bottom: 16px;
}
.mb-17 {
margin-bottom: 17px;
}
.mb-18 {
margin-bottom: 18px;
}
.mb-19 {
margin-bottom: 19px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-21 {
margin-bottom: 21px;
}
.mb-22 {
margin-bottom: 22px;
}
.mb-23 {
margin-bottom: 23px;
}
.mb-24 {
margin-bottom: 24px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-26 {
margin-bottom: 26px;
}
.mb-27 {
margin-bottom: 27px;
}
.mb-28 {
margin-bottom: 28px;
}
.mb-29 {
margin-bottom: 29px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-31 {
margin-bottom: 31px;
}
.mb-32 {
margin-bottom: 32px;
}
.mb-33 {
margin-bottom: 33px;
}
.mb-34 {
margin-bottom: 34px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-36 {
margin-bottom: 36px;
}
.mb-37 {
margin-bottom: 37px;
}
.mb-38 {
margin-bottom: 38px;
}
.mb-39 {
margin-bottom: 39px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-41 {
margin-bottom: 41px;
}
.mb-42 {
margin-bottom: 42px;
}
.mb-43 {
margin-bottom: 43px;
}
.mb-44 {
margin-bottom: 44px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-46 {
margin-bottom: 46px;
}
.mb-47 {
margin-bottom: 47px;
}
.mb-48 {
margin-bottom: 48px;
}
.mb-49 {
margin-bottom: 49px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-51 {
margin-bottom: 51px;
}
.mb-52 {
margin-bottom: 52px;
}
.mb-53 {
margin-bottom: 53px;
}
.mb-54 {
margin-bottom: 54px;
}
.mb-55 {
margin-bottom: 55px;
}
.mb-56 {
margin-bottom: 56px;
}
.mb-57 {
margin-bottom: 57px;
}
.mb-58 {
margin-bottom: 58px;
}
.mb-59 {
margin-bottom: 59px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-61 {
margin-bottom: 61px;
}
.mb-62 {
margin-bottom: 62px;
}
.mb-63 {
margin-bottom: 63px;
}
.mb-64 {
margin-bottom: 64px;
}
.mb-65 {
margin-bottom: 65px;
}
.mb-66 {
margin-bottom: 66px;
}
.mb-67 {
margin-bottom: 67px;
}
.mb-68 {
margin-bottom: 68px;
}
.mb-69 {
margin-bottom: 69px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-71 {
margin-bottom: 71px;
}
.mb-72 {
margin-bottom: 72px;
}
.mb-73 {
margin-bottom: 73px;
}
.mb-74 {
margin-bottom: 74px;
}
.mb-75 {
margin-bottom: 75px;
}
.mb-76 {
margin-bottom: 76px;
}
.mb-77 {
margin-bottom: 77px;
}
.mb-78 {
margin-bottom: 78px;
}
.mb-79 {
margin-bottom: 79px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-81 {
margin-bottom: 81px;
}
.mb-82 {
margin-bottom: 82px;
}
.mb-83 {
margin-bottom: 83px;
}
.mb-84 {
margin-bottom: 84px;
}
.mb-85 {
margin-bottom: 85px;
}
.mb-86 {
margin-bottom: 86px;
}
.mb-87 {
margin-bottom: 87px;
}
.mb-88 {
margin-bottom: 88px;
}
.mb-89 {
margin-bottom: 89px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-91 {
margin-bottom: 91px;
}
.mb-92 {
margin-bottom: 92px;
}
.mb-93 {
margin-bottom: 93px;
}
.mb-94 {
margin-bottom: 94px;
}
.mb-95 {
margin-bottom: 95px;
}
.mb-96 {
margin-bottom: 96px;
}
.mb-97 {
margin-bottom: 97px;
}
.mb-98 {
margin-bottom: 98px;
}
.mb-99 {
margin-bottom: 99px;
}
.mb-100 {
margin-bottom: 100px;
}
.mb-101 {
margin-bottom: 101px;
}
.mb-102 {
margin-bottom: 102px;
}
.mb-103 {
margin-bottom: 103px;
}
.mb-104 {
margin-bottom: 104px;
}
.mb-105 {
margin-bottom: 105px;
}
.mb-106 {
margin-bottom: 106px;
}
.mb-107 {
margin-bottom: 107px;
}
.mb-108 {
margin-bottom: 108px;
}
.mb-109 {
margin-bottom: 109px;
}
.mb-110 {
margin-bottom: 110px;
}
.mb-111 {
margin-bottom: 111px;
}
.mb-112 {
margin-bottom: 112px;
}
.mb-113 {
margin-bottom: 113px;
}
.mb-114 {
margin-bottom: 114px;
}
.mb-115 {
margin-bottom: 115px;
}
.mb-116 {
margin-bottom: 116px;
}
.mb-117 {
margin-bottom: 117px;
}
.mb-118 {
margin-bottom: 118px;
}
.mb-119 {
margin-bottom: 119px;
}
.mb-120 {
margin-bottom: 120px;
}
.mb-121 {
margin-bottom: 121px;
}
.mb-122 {
margin-bottom: 122px;
}
.mb-123 {
margin-bottom: 123px;
}
.mb-124 {
margin-bottom: 124px;
}
.mb-125 {
margin-bottom: 125px;
}
.mb-126 {
margin-bottom: 126px;
}
.mb-127 {
margin-bottom: 127px;
}
.mb-128 {
margin-bottom: 128px;
}
.mb-129 {
margin-bottom: 129px;
}
.mb-130 {
margin-bottom: 130px;
}
.mb-131 {
margin-bottom: 131px;
}
.mb-132 {
margin-bottom: 132px;
}
.mb-133 {
margin-bottom: 133px;
}
.mb-134 {
margin-bottom: 134px;
}
.mb-135 {
margin-bottom: 135px;
}
.mb-136 {
margin-bottom: 136px;
}
.mb-137 {
margin-bottom: 137px;
}
.mb-138 {
margin-bottom: 138px;
}
.mb-139 {
margin-bottom: 139px;
}
.mb-140 {
margin-bottom: 140px;
}
.mb-141 {
margin-bottom: 141px;
}
.mb-142 {
margin-bottom: 142px;
}
.mb-143 {
margin-bottom: 143px;
}
.mb-144 {
margin-bottom: 144px;
}
.mb-145 {
margin-bottom: 145px;
}
.mb-146 {
margin-bottom: 146px;
}
.mb-147 {
margin-bottom: 147px;
}
.mb-148 {
margin-bottom: 148px;
}
.mb-149 {
margin-bottom: 149px;
}
.mb-150 {
margin-bottom: 150px;
}
.mb-151 {
margin-bottom: 151px;
}
.mb-152 {
margin-bottom: 152px;
}
.mb-153 {
margin-bottom: 153px;
}
.mb-154 {
margin-bottom: 154px;
}
.mb-155 {
margin-bottom: 155px;
}
.mb-156 {
margin-bottom: 156px;
}
.mb-157 {
margin-bottom: 157px;
}
.mb-158 {
margin-bottom: 158px;
}
.mb-159 {
margin-bottom: 159px;
}
.mb-160 {
margin-bottom: 160px;
}
.mb-161 {
margin-bottom: 161px;
}
.mb-162 {
margin-bottom: 162px;
}
.mb-163 {
margin-bottom: 163px;
}
.mb-164 {
margin-bottom: 164px;
}
.mb-165 {
margin-bottom: 165px;
}
.mb-166 {
margin-bottom: 166px;
}
.mb-167 {
margin-bottom: 167px;
}
.mb-168 {
margin-bottom: 168px;
}
.mb-169 {
margin-bottom: 169px;
}
.mb-170 {
margin-bottom: 170px;
}
.mb-171 {
margin-bottom: 171px;
}
.mb-172 {
margin-bottom: 172px;
}
.mb-173 {
margin-bottom: 173px;
}
.mb-174 {
margin-bottom: 174px;
}
.mb-175 {
margin-bottom: 175px;
}
.mb-176 {
margin-bottom: 176px;
}
.mb-177 {
margin-bottom: 177px;
}
.mb-178 {
margin-bottom: 178px;
}
.mb-179 {
margin-bottom: 179px;
}
.mb-180 {
margin-bottom: 180px;
}
.mb-181 {
margin-bottom: 181px;
}
.mb-182 {
margin-bottom: 182px;
}
.mb-183 {
margin-bottom: 183px;
}
.mb-184 {
margin-bottom: 184px;
}
.mb-185 {
margin-bottom: 185px;
}
.mb-186 {
margin-bottom: 186px;
}
.mb-187 {
margin-bottom: 187px;
}
.mb-188 {
margin-bottom: 188px;
}
.mb-189 {
margin-bottom: 189px;
}
.mb-190 {
margin-bottom: 190px;
}
.mb-191 {
margin-bottom: 191px;
}
.mb-192 {
margin-bottom: 192px;
}
.mb-193 {
margin-bottom: 193px;
}
.mb-194 {
margin-bottom: 194px;
}
.mb-195 {
margin-bottom: 195px;
}
.mb-196 {
margin-bottom: 196px;
}
.mb-197 {
margin-bottom: 197px;
}
.mb-198 {
margin-bottom: 198px;
}
.mb-199 {
margin-bottom: 199px;
}
.mb-200 {
margin-bottom: 200px;
}
.mr-0 {
margin-right: 0;
}
.mr-1 {
margin-right: 1px;
}
.mr-2 {
margin-right: 2px;
}
.mr-3 {
margin-right: 3px;
}
.mr-4 {
margin-right: 4px;
}
.mr-5 {
margin-right: 5px;
}
.mr-6 {
margin-right: 6px;
}
.mr-7 {
margin-right: 7px;
}
.mr-8 {
margin-right: 8px;
}
.mr-9 {
margin-right: 9px;
}
.mr-10 {
margin-right: 10px;
}
.mr-11 {
margin-right: 11px;
}
.mr-12 {
margin-right: 12px;
}
.mr-13 {
margin-right: 13px;
}
.mr-14 {
margin-right: 14px;
}
.mr-15 {
margin-right: 15px;
}
.mr-16 {
margin-right: 16px;
}
.mr-17 {
margin-right: 17px;
}
.mr-18 {
margin-right: 18px;
}
.mr-19 {
margin-right: 19px;
}
.mr-20 {
margin-right: 20px;
}
.mr-21 {
margin-right: 21px;
}
.mr-22 {
margin-right: 22px;
}
.mr-23 {
margin-right: 23px;
}
.mr-24 {
margin-right: 24px;
}
.mr-25 {
margin-right: 25px;
}
.mr-26 {
margin-right: 26px;
}
.mr-27 {
margin-right: 27px;
}
.mr-28 {
margin-right: 28px;
}
.mr-29 {
margin-right: 29px;
}
.mr-30 {
margin-right: 30px;
}
.mr-31 {
margin-right: 31px;
}
.mr-32 {
margin-right: 32px;
}
.mr-33 {
margin-right: 33px;
}
.mr-34 {
margin-right: 34px;
}
.mr-35 {
margin-right: 35px;
}
.mr-36 {
margin-right: 36px;
}
.mr-37 {
margin-right: 37px;
}
.mr-38 {
margin-right: 38px;
}
.mr-39 {
margin-right: 39px;
}
.mr-40 {
margin-right: 40px;
}
.mr-41 {
margin-right: 41px;
}
.mr-42 {
margin-right: 42px;
}
.mr-43 {
margin-right: 43px;
}
.mr-44 {
margin-right: 44px;
}
.mr-45 {
margin-right: 45px;
}
.mr-46 {
margin-right: 46px;
}
.mr-47 {
margin-right: 47px;
}
.mr-48 {
margin-right: 48px;
}
.mr-49 {
margin-right: 49px;
}
.mr-50 {
margin-right: 50px;
}
.mr-51 {
margin-right: 51px;
}
.mr-52 {
margin-right: 52px;
}
.mr-53 {
margin-right: 53px;
}
.mr-54 {
margin-right: 54px;
}
.mr-55 {
margin-right: 55px;
}
.mr-56 {
margin-right: 56px;
}
.mr-57 {
margin-right: 57px;
}
.mr-58 {
margin-right: 58px;
}
.mr-59 {
margin-right: 59px;
}
.mr-60 {
margin-right: 60px;
}
.mr-61 {
margin-right: 61px;
}
.mr-62 {
margin-right: 62px;
}
.mr-63 {
margin-right: 63px;
}
.mr-64 {
margin-right: 64px;
}
.mr-65 {
margin-right: 65px;
}
.mr-66 {
margin-right: 66px;
}
.mr-67 {
margin-right: 67px;
}
.mr-68 {
margin-right: 68px;
}
.mr-69 {
margin-right: 69px;
}
.mr-70 {
margin-right: 70px;
}
.mr-71 {
margin-right: 71px;
}
.mr-72 {
margin-right: 72px;
}
.mr-73 {
margin-right: 73px;
}
.mr-74 {
margin-right: 74px;
}
.mr-75 {
margin-right: 75px;
}
.mr-76 {
margin-right: 76px;
}
.mr-77 {
margin-right: 77px;
}
.mr-78 {
margin-right: 78px;
}
.mr-79 {
margin-right: 79px;
}
.mr-80 {
margin-right: 80px;
}
.mr-81 {
margin-right: 81px;
}
.mr-82 {
margin-right: 82px;
}
.mr-83 {
margin-right: 83px;
}
.mr-84 {
margin-right: 84px;
}
.mr-85 {
margin-right: 85px;
}
.mr-86 {
margin-right: 86px;
}
.mr-87 {
margin-right: 87px;
}
.mr-88 {
margin-right: 88px;
}
.mr-89 {
margin-right: 89px;
}
.mr-90 {
margin-right: 90px;
}
.mr-91 {
margin-right: 91px;
}
.mr-92 {
margin-right: 92px;
}
.mr-93 {
margin-right: 93px;
}
.mr-94 {
margin-right: 94px;
}
.mr-95 {
margin-right: 95px;
}
.mr-96 {
margin-right: 96px;
}
.mr-97 {
margin-right: 97px;
}
.mr-98 {
margin-right: 98px;
}
.mr-99 {
margin-right: 99px;
}
.mr-100 {
margin-right: 100px;
}
.ml-0 {
margin-left: 0;
}
.ml-1 {
margin-left: 1px;
}
.ml-2 {
margin-left: 2px;
}
.ml-3 {
margin-left: 3px;
}
.ml-4 {
margin-left: 4px;
}
.ml-5 {
margin-left: 5px !important;
}
.ml-6 {
margin-left: 6px;
}
.ml-7 {
margin-left: 7px;
}
.ml-8 {
margin-left: 8px;
}
.ml-9 {
margin-left: 9px;
}
.ml-10 {
margin-left: 10px;
}
.ml-11 {
margin-left: 11px;
}
.ml-12 {
margin-left: 12px;
}
.ml-13 {
margin-left: 13px;
}
.ml-14 {
margin-left: 14px;
}
.ml-15 {
margin-left: 15px;
}
.ml-16 {
margin-left: 16px;
}
.ml-17 {
margin-left: 17px;
}
.ml-18 {
margin-left: 18px;
}
.ml-19 {
margin-left: 19px;
}
.ml-20 {
margin-left: 20px;
}
.ml-21 {
margin-left: 21px;
}
.ml-22 {
margin-left: 22px;
}
.ml-23 {
margin-left: 23px;
}
.ml-24 {
margin-left: 24px;
}
.ml-25 {
margin-left: 25px;
}
.ml-26 {
margin-left: 26px;
}
.ml-27 {
margin-left: 27px;
}
.ml-28 {
margin-left: 28px;
}
.ml-29 {
margin-left: 29px;
}
.ml-30 {
margin-left: 30px;
}
.ml-31 {
margin-left: 31px;
}
.ml-32 {
margin-left: 32px;
}
.ml-33 {
margin-left: 33px;
}
.ml-34 {
margin-left: 34px;
}
.ml-35 {
margin-left: 35px;
}
.ml-36 {
margin-left: 36px;
}
.ml-37 {
margin-left: 37px;
}
.ml-38 {
margin-left: 38px;
}
.ml-39 {
margin-left: 39px;
}
.ml-40 {
margin-left: 40px;
}
.ml-41 {
margin-left: 41px;
}
.ml-42 {
margin-left: 42px;
}
.ml-43 {
margin-left: 43px;
}
.ml-44 {
margin-left: 44px;
}
.ml-45 {
margin-left: 45px;
}
.ml-46 {
margin-left: 46px;
}
.ml-47 {
margin-left: 47px;
}
.ml-48 {
margin-left: 48px;
}
.ml-49 {
margin-left: 49px;
}
.ml-50 {
margin-left: 50px;
}
.ml-51 {
margin-left: 51px;
}
.ml-52 {
margin-left: 52px;
}
.ml-53 {
margin-left: 53px;
}
.ml-54 {
margin-left: 54px;
}
.ml-55 {
margin-left: 55px;
}
.ml-56 {
margin-left: 56px;
}
.ml-57 {
margin-left: 57px;
}
.ml-58 {
margin-left: 58px;
}
.ml-59 {
margin-left: 59px;
}
.ml-60 {
margin-left: 60px;
}
.ml-61 {
margin-left: 61px;
}
.ml-62 {
margin-left: 62px;
}
.ml-63 {
margin-left: 63px;
}
.ml-64 {
margin-left: 64px;
}
.ml-65 {
margin-left: 65px;
}
.ml-66 {
margin-left: 66px;
}
.ml-67 {
margin-left: 67px;
}
.ml-68 {
margin-left: 68px;
}
.ml-69 {
margin-left: 69px;
}
.ml-70 {
margin-left: 70px;
}
.ml-71 {
margin-left: 71px;
}
.ml-72 {
margin-left: 72px;
}
.ml-73 {
margin-left: 73px;
}
.ml-74 {
margin-left: 74px;
}
.ml-75 {
margin-left: 75px;
}
.ml-76 {
margin-left: 76px;
}
.ml-77 {
margin-left: 77px;
}
.ml-78 {
margin-left: 78px;
}
.ml-79 {
margin-left: 79px;
}
.ml-80 {
margin-left: 80px;
}
.ml-81 {
margin-left: 81px;
}
.ml-82 {
margin-left: 82px;
}
.ml-83 {
margin-left: 83px;
}
.ml-84 {
margin-left: 84px;
}
.ml-85 {
margin-left: 85px;
}
.ml-86 {
margin-left: 86px;
}
.ml-87 {
margin-left: 87px;
}
.ml-88 {
margin-left: 88px;
}
.ml-89 {
margin-left: 89px;
}
.ml-90 {
margin-left: 90px;
}
.ml-91 {
margin-left: 91px;
}
.ml-92 {
margin-left: 92px;
}
.ml-93 {
margin-left: 93px;
}
.ml-94 {
margin-left: 94px;
}
.ml-95 {
margin-left: 95px;
}
.ml-96 {
margin-left: 96px;
}
.ml-97 {
margin-left: 97px;
}
.ml-98 {
margin-left: 98px;
}
.ml-99 {
margin-left: 99px;
}
.ml-100 {
margin-left: 100px;
}
.mt--1 {
margin-top: -1px;
}
.mt--2 {
margin-top: -2px;
}
.mt--3 {
margin-top: -3px;
}
.mt--4 {
margin-top: -4px;
}
.mt--5 {
margin-top: -5px;
}
.mt--6 {
margin-top: -6px;
}
.mt--7 {
margin-top: -7px;
}
.mt--8 {
margin-top: -8px;
}
.mt--9 {
margin-top: -9px;
}
.mt--10 {
margin-top: -10px;
}
.mt--11 {
margin-top: -11px;
}
.mt--12 {
margin-top: -12px;
}
.mt--13 {
margin-top: -13px;
}
.mt--14 {
margin-top: -14px;
}
.mt--15 {
margin-top: -15px;
}
.mt--16 {
margin-top: -16px;
}
.mt--17 {
margin-top: -17px;
}
.mt--18 {
margin-top: -18px;
}
.mt--19 {
margin-top: -19px;
}
.mt--20 {
margin-top: -20px;
}
.mt--21 {
margin-top: -21px;
}
.mt--22 {
margin-top: -22px;
}
.mt--23 {
margin-top: -23px;
}
.mt--24 {
margin-top: -24px;
}
.mt--25 {
margin-top: -25px;
}
.mt--26 {
margin-top: -26px;
}
.mt--27 {
margin-top: -27px;
}
.mt--28 {
margin-top: -28px;
}
.mt--29 {
margin-top: -29px;
}
.mt--30 {
margin-top: -30px;
}
.mt--31 {
margin-top: -31px;
}
.mt--32 {
margin-top: -32px;
}
.mt--33 {
margin-top: -33px;
}
.mt--34 {
margin-top: -34px;
}
.mt--35 {
margin-top: -35px;
}
.mt--36 {
margin-top: -36px;
}
.mt--37 {
margin-top: -37px;
}
.mt--38 {
margin-top: -38px;
}
.mt--39 {
margin-top: -39px;
}
.mt--40 {
margin-top: -40px;
}
.mt--41 {
margin-top: -41px;
}
.mt--42 {
margin-top: -42px;
}
.mt--43 {
margin-top: -43px;
}
.mt--44 {
margin-top: -44px;
}
.mt--45 {
margin-top: -45px;
}
.mt--46 {
margin-top: -46px;
}
.mt--47 {
margin-top: -47px;
}
.mt--48 {
margin-top: -48px;
}
.mt--49 {
margin-top: -49px;
}
.mt--50 {
margin-top: -50px;
}
.mt--51 {
margin-top: -51px;
}
.mt--52 {
margin-top: -52px;
}
.mt--53 {
margin-top: -53px;
}
.mt--54 {
margin-top: -54px;
}
.mt--55 {
margin-top: -55px;
}
.mt--56 {
margin-top: -56px;
}
.mt--57 {
margin-top: -57px;
}
.mt--58 {
margin-top: -58px;
}
.mt--59 {
margin-top: -59px;
}
.mt--60 {
margin-top: -60px;
}
.mt--61 {
margin-top: -61px;
}
.mt--62 {
margin-top: -62px;
}
.mt--63 {
margin-top: -63px;
}
.mt--64 {
margin-top: -64px;
}
.mt--65 {
margin-top: -65px;
}
.mt--66 {
margin-top: -66px;
}
.mt--67 {
margin-top: -67px;
}
.mt--68 {
margin-top: -68px;
}
.mt--69 {
margin-top: -69px;
}
.mt--70 {
margin-top: -70px;
}
.mt--71 {
margin-top: -71px;
}
.mt--72 {
margin-top: -72px;
}
.mt--73 {
margin-top: -73px;
}
.mt--74 {
margin-top: -74px;
}
.mt--75 {
margin-top: -75px;
}
.mt--76 {
margin-top: -76px;
}
.mt--77 {
margin-top: -77px;
}
.mt--78 {
margin-top: -78px;
}
.mt--79 {
margin-top: -79px;
}
.mt--80 {
margin-top: -80px;
}
.mt--81 {
margin-top: -81px;
}
.mt--82 {
margin-top: -82px;
}
.mt--83 {
margin-top: -83px;
}
.mt--84 {
margin-top: -84px;
}
.mt--85 {
margin-top: -85px;
}
.mt--86 {
margin-top: -86px;
}
.mt--87 {
margin-top: -87px;
}
.mt--88 {
margin-top: -88px;
}
.mt--89 {
margin-top: -89px;
}
.mt--90 {
margin-top: -90px;
}
.mt--91 {
margin-top: -91px;
}
.mt--92 {
margin-top: -92px;
}
.mt--93 {
margin-top: -93px;
}
.mt--94 {
margin-top: -94px;
}
.mt--95 {
margin-top: -95px;
}
.mt--96 {
margin-top: -96px;
}
.mt--97 {
margin-top: -97px;
}
.mt--98 {
margin-top: -98px;
}
.mt--99 {
margin-top: -99px;
}
.mt--100 {
margin-top: -100px;
}
.mt--101 {
margin-top: -101px;
}
.mt--102 {
margin-top: -102px;
}
.mt--103 {
margin-top: -103px;
}
.mt--104 {
margin-top: -104px;
}
.mt--105 {
margin-top: -105px;
}
.mt--106 {
margin-top: -106px;
}
.mt--107 {
margin-top: -107px;
}
.mt--108 {
margin-top: -108px;
}
.mt--109 {
margin-top: -109px;
}
.mt--110 {
margin-top: -110px;
}
.mt--111 {
margin-top: -111px;
}
.mt--112 {
margin-top: -112px;
}
.mt--113 {
margin-top: -113px;
}
.mt--114 {
margin-top: -114px;
}
.mt--115 {
margin-top: -115px;
}
.mt--116 {
margin-top: -116px;
}
.mt--117 {
margin-top: -117px;
}
.mt--118 {
margin-top: -118px;
}
.mt--119 {
margin-top: -119px;
}
.mt--120 {
margin-top: -120px;
}
.mt--121 {
margin-top: -121px;
}
.mt--122 {
margin-top: -122px;
}
.mt--123 {
margin-top: -123px;
}
.mt--124 {
margin-top: -124px;
}
.mt--125 {
margin-top: -125px;
}
.mt--126 {
margin-top: -126px;
}
.mt--127 {
margin-top: -127px;
}
.mt--128 {
margin-top: -128px;
}
.mt--129 {
margin-top: -129px;
}
.mt--130 {
margin-top: -130px;
}
.mt--131 {
margin-top: -131px;
}
.mt--132 {
margin-top: -132px;
}
.mt--133 {
margin-top: -133px;
}
.mt--134 {
margin-top: -134px;
}
.mt--135 {
margin-top: -135px;
}
.mt--136 {
margin-top: -136px;
}
.mt--137 {
margin-top: -137px;
}
.mt--138 {
margin-top: -138px;
}
.mt--139 {
margin-top: -139px;
}
.mt--140 {
margin-top: -140px;
}
.mt--141 {
margin-top: -141px;
}
.mt--142 {
margin-top: -142px;
}
.mt--143 {
margin-top: -143px;
}
.mt--144 {
margin-top: -144px;
}
.mt--145 {
margin-top: -145px;
}
.mt--146 {
margin-top: -146px;
}
.mt--147 {
margin-top: -147px;
}
.mt--148 {
margin-top: -148px;
}
.mt--149 {
margin-top: -149px;
}
.mt--150 {
margin-top: -150px;
}
.mt--151 {
margin-top: -151px;
}
.mt--152 {
margin-top: -152px;
}
.mt--153 {
margin-top: -153px;
}
.mt--154 {
margin-top: -154px;
}
.mt--155 {
margin-top: -155px;
}
.mt--156 {
margin-top: -156px;
}
.mt--157 {
margin-top: -157px;
}
.mt--158 {
margin-top: -158px;
}
.mt--159 {
margin-top: -159px;
}
.mt--160 {
margin-top: -160px;
}
.mt--161 {
margin-top: -161px;
}
.mt--162 {
margin-top: -162px;
}
.mt--163 {
margin-top: -163px;
}
.mt--164 {
margin-top: -164px;
}
.mt--165 {
margin-top: -165px;
}
.mt--166 {
margin-top: -166px;
}
.mt--167 {
margin-top: -167px;
}
.mt--168 {
margin-top: -168px;
}
.mt--169 {
margin-top: -169px;
}
.mt--170 {
margin-top: -170px;
}
.mt--171 {
margin-top: -171px;
}
.mt--172 {
margin-top: -172px;
}
.mt--173 {
margin-top: -173px;
}
.mt--174 {
margin-top: -174px;
}
.mt--175 {
margin-top: -175px;
}
.mt--176 {
margin-top: -176px;
}
.mt--177 {
margin-top: -177px;
}
.mt--178 {
margin-top: -178px;
}
.mt--179 {
margin-top: -179px;
}
.mt--180 {
margin-top: -180px;
}
.mt--181 {
margin-top: -181px;
}
.mt--182 {
margin-top: -182px;
}
.mt--183 {
margin-top: -183px;
}
.mt--184 {
margin-top: -184px;
}
.mt--185 {
margin-top: -185px;
}
.mt--186 {
margin-top: -186px;
}
.mt--187 {
margin-top: -187px;
}
.mt--188 {
margin-top: -188px;
}
.mt--189 {
margin-top: -189px;
}
.mt--190 {
margin-top: -190px;
}
.mt--191 {
margin-top: -191px;
}
.mt--192 {
margin-top: -192px;
}
.mt--193 {
margin-top: -193px;
}
.mt--194 {
margin-top: -194px;
}
.mt--195 {
margin-top: -195px;
}
.mt--196 {
margin-top: -196px;
}
.mt--197 {
margin-top: -197px;
}
.mt--198 {
margin-top: -198px;
}
.mt--199 {
margin-top: -199px;
}
.mt--200 {
margin-top: -200px;
}
.mb--1 {
margin-bottom: -1px;
}
.mb--2 {
margin-bottom: -2px;
}
.mb--3 {
margin-bottom: -3px;
}
.mb--4 {
margin-bottom: -4px;
}
.mb--5 {
margin-bottom: -5px;
}
.mb--6 {
margin-bottom: -6px;
}
.mb--7 {
margin-bottom: -7px;
}
.mb--8 {
margin-bottom: -8px;
}
.mb--9 {
margin-bottom: -9px;
}
.mb--10 {
margin-bottom: -10px;
}
.mb--11 {
margin-bottom: -11px;
}
.mb--12 {
margin-bottom: -12px;
}
.mb--13 {
margin-bottom: -13px;
}
.mb--14 {
margin-bottom: -14px;
}
.mb--15 {
margin-bottom: -15px;
}
.mb--16 {
margin-bottom: -16px;
}
.mb--17 {
margin-bottom: -17px;
}
.mb--18 {
margin-bottom: -18px;
}
.mb--19 {
margin-bottom: -19px;
}
.mb--20 {
margin-bottom: -20px;
}
.mb--21 {
margin-bottom: -21px;
}
.mb--22 {
margin-bottom: -22px;
}
.mb--23 {
margin-bottom: -23px;
}
.mb--24 {
margin-bottom: -24px;
}
.mb--25 {
margin-bottom: -25px;
}
.mb--26 {
margin-bottom: -26px;
}
.mb--27 {
margin-bottom: -27px;
}
.mb--28 {
margin-bottom: -28px;
}
.mb--29 {
margin-bottom: -29px;
}
.mb--30 {
margin-bottom: -30px;
}
.mb--31 {
margin-bottom: -31px;
}
.mb--32 {
margin-bottom: -32px;
}
.mb--33 {
margin-bottom: -33px;
}
.mb--34 {
margin-bottom: -34px;
}
.mb--35 {
margin-bottom: -35px;
}
.mb--36 {
margin-bottom: -36px;
}
.mb--37 {
margin-bottom: -37px;
}
.mb--38 {
margin-bottom: -38px;
}
.mb--39 {
margin-bottom: -39px;
}
.mb--40 {
margin-bottom: -40px;
}
.mb--41 {
margin-bottom: -41px;
}
.mb--42 {
margin-bottom: -42px;
}
.mb--43 {
margin-bottom: -43px;
}
.mb--44 {
margin-bottom: -44px;
}
.mb--45 {
margin-bottom: -45px;
}
.mb--46 {
margin-bottom: -46px;
}
.mb--47 {
margin-bottom: -47px;
}
.mb--48 {
margin-bottom: -48px;
}
.mb--49 {
margin-bottom: -49px;
}
.mb--50 {
margin-bottom: -50px;
}
.mb--51 {
margin-bottom: -51px;
}
.mb--52 {
margin-bottom: -52px;
}
.mb--53 {
margin-bottom: -53px;
}
.mb--54 {
margin-bottom: -54px;
}
.mb--55 {
margin-bottom: -55px;
}
.mb--56 {
margin-bottom: -56px;
}
.mb--57 {
margin-bottom: -57px;
}
.mb--58 {
margin-bottom: -58px;
}
.mb--59 {
margin-bottom: -59px;
}
.mb--60 {
margin-bottom: -60px;
}
.mb--61 {
margin-bottom: -61px;
}
.mb--62 {
margin-bottom: -62px;
}
.mb--63 {
margin-bottom: -63px;
}
.mb--64 {
margin-bottom: -64px;
}
.mb--65 {
margin-bottom: -65px;
}
.mb--66 {
margin-bottom: -66px;
}
.mb--67 {
margin-bottom: -67px;
}
.mb--68 {
margin-bottom: -68px;
}
.mb--69 {
margin-bottom: -69px;
}
.mb--70 {
margin-bottom: -70px;
}
.mb--71 {
margin-bottom: -71px;
}
.mb--72 {
margin-bottom: -72px;
}
.mb--73 {
margin-bottom: -73px;
}
.mb--74 {
margin-bottom: -74px;
}
.mb--75 {
margin-bottom: -75px;
}
.mb--76 {
margin-bottom: -76px;
}
.mb--77 {
margin-bottom: -77px;
}
.mb--78 {
margin-bottom: -78px;
}
.mb--79 {
margin-bottom: -79px;
}
.mb--80 {
margin-bottom: -80px;
}
.mb--81 {
margin-bottom: -81px;
}
.mb--82 {
margin-bottom: -82px;
}
.mb--83 {
margin-bottom: -83px;
}
.mb--84 {
margin-bottom: -84px;
}
.mb--85 {
margin-bottom: -85px;
}
.mb--86 {
margin-bottom: -86px;
}
.mb--87 {
margin-bottom: -87px;
}
.mb--88 {
margin-bottom: -88px;
}
.mb--89 {
margin-bottom: -89px;
}
.mb--90 {
margin-bottom: -90px;
}
.mb--91 {
margin-bottom: -91px;
}
.mb--92 {
margin-bottom: -92px;
}
.mb--93 {
margin-bottom: -93px;
}
.mb--94 {
margin-bottom: -94px;
}
.mb--95 {
margin-bottom: -95px;
}
.mb--96 {
margin-bottom: -96px;
}
.mb--97 {
margin-bottom: -97px;
}
.mb--98 {
margin-bottom: -98px;
}
.mb--99 {
margin-bottom: -99px;
}
.mb--100 {
margin-bottom: -100px;
}
.mb--101 {
margin-bottom: -101px;
}
.mb--102 {
margin-bottom: -102px;
}
.mb--103 {
margin-bottom: -103px;
}
.mb--104 {
margin-bottom: -104px;
}
.mb--105 {
margin-bottom: -105px;
}
.mb--106 {
margin-bottom: -106px;
}
.mb--107 {
margin-bottom: -107px;
}
.mb--108 {
margin-bottom: -108px;
}
.mb--109 {
margin-bottom: -109px;
}
.mb--110 {
margin-bottom: -110px;
}
.mb--111 {
margin-bottom: -111px;
}
.mb--112 {
margin-bottom: -112px;
}
.mb--113 {
margin-bottom: -113px;
}
.mb--114 {
margin-bottom: -114px;
}
.mb--115 {
margin-bottom: -115px;
}
.mb--116 {
margin-bottom: -116px;
}
.mb--117 {
margin-bottom: -117px;
}
.mb--118 {
margin-bottom: -118px;
}
.mb--119 {
margin-bottom: -119px;
}
.mb--120 {
margin-bottom: -120px;
}
.mb--121 {
margin-bottom: -121px;
}
.mb--122 {
margin-bottom: -122px;
}
.mb--123 {
margin-bottom: -123px;
}
.mb--124 {
margin-bottom: -124px;
}
.mb--125 {
margin-bottom: -125px;
}
.mb--126 {
margin-bottom: -126px;
}
.mb--127 {
margin-bottom: -127px;
}
.mb--128 {
margin-bottom: -128px;
}
.mb--129 {
margin-bottom: -129px;
}
.mb--130 {
margin-bottom: -130px;
}
.mb--131 {
margin-bottom: -131px;
}
.mb--132 {
margin-bottom: -132px;
}
.mb--133 {
margin-bottom: -133px;
}
.mb--134 {
margin-bottom: -134px;
}
.mb--135 {
margin-bottom: -135px;
}
.mb--136 {
margin-bottom: -136px;
}
.mb--137 {
margin-bottom: -137px;
}
.mb--138 {
margin-bottom: -138px;
}
.mb--139 {
margin-bottom: -139px;
}
.mb--140 {
margin-bottom: -140px;
}
.mb--141 {
margin-bottom: -141px;
}
.mb--142 {
margin-bottom: -142px;
}
.mb--143 {
margin-bottom: -143px;
}
.mb--144 {
margin-bottom: -144px;
}
.mb--145 {
margin-bottom: -145px;
}
.mb--146 {
margin-bottom: -146px;
}
.mb--147 {
margin-bottom: -147px;
}
.mb--148 {
margin-bottom: -148px;
}
.mb--149 {
margin-bottom: -149px;
}
.mb--150 {
margin-bottom: -150px;
}
.mb--151 {
margin-bottom: -151px;
}
.mb--152 {
margin-bottom: -152px;
}
.mb--153 {
margin-bottom: -153px;
}
.mb--154 {
margin-bottom: -154px;
}
.mb--155 {
margin-bottom: -155px;
}
.mb--156 {
margin-bottom: -156px;
}
.mb--157 {
margin-bottom: -157px;
}
.mb--158 {
margin-bottom: -158px;
}
.mb--159 {
margin-bottom: -159px;
}
.mb--160 {
margin-bottom: -160px;
}
.mb--161 {
margin-bottom: -161px;
}
.mb--162 {
margin-bottom: -162px;
}
.mb--163 {
margin-bottom: -163px;
}
.mb--164 {
margin-bottom: -164px;
}
.mb--165 {
margin-bottom: -165px;
}
.mb--166 {
margin-bottom: -166px;
}
.mb--167 {
margin-bottom: -167px;
}
.mb--168 {
margin-bottom: -168px;
}
.mb--169 {
margin-bottom: -169px;
}
.mb--170 {
margin-bottom: -170px;
}
.mb--171 {
margin-bottom: -171px;
}
.mb--172 {
margin-bottom: -172px;
}
.mb--173 {
margin-bottom: -173px;
}
.mb--174 {
margin-bottom: -174px;
}
.mb--175 {
margin-bottom: -175px;
}
.mb--176 {
margin-bottom: -176px;
}
.mb--177 {
margin-bottom: -177px;
}
.mb--178 {
margin-bottom: -178px;
}
.mb--179 {
margin-bottom: -179px;
}
.mb--180 {
margin-bottom: -180px;
}
.mb--181 {
margin-bottom: -181px;
}
.mb--182 {
margin-bottom: -182px;
}
.mb--183 {
margin-bottom: -183px;
}
.mb--184 {
margin-bottom: -184px;
}
.mb--185 {
margin-bottom: -185px;
}
.mb--186 {
margin-bottom: -186px;
}
.mb--187 {
margin-bottom: -187px;
}
.mb--188 {
margin-bottom: -188px;
}
.mb--189 {
margin-bottom: -189px;
}
.mb--190 {
margin-bottom: -190px;
}
.mb--191 {
margin-bottom: -191px;
}
.mb--192 {
margin-bottom: -192px;
}
.mb--193 {
margin-bottom: -193px;
}
.mb--194 {
margin-bottom: -194px;
}
.mb--195 {
margin-bottom: -195px;
}
.mb--196 {
margin-bottom: -196px;
}
.mb--197 {
margin-bottom: -197px;
}
.mb--198 {
margin-bottom: -198px;
}
.mb--199 {
margin-bottom: -199px;
}
.mb--200 {
margin-bottom: -200px;
}
.ml--1 {
margin-left: -1px;
}
.ml--2 {
margin-left: -2px;
}
.ml--3 {
margin-left: -3px;
}
.ml--4 {
margin-left: -4px;
}
.ml--5 {
margin-left: -5px;
}
.ml--6 {
margin-left: -6px;
}
.ml--7 {
margin-left: -7px;
}
.ml--8 {
margin-left: -8px;
}
.ml--9 {
margin-left: -9px;
}
.ml--10 {
margin-left: -10px;
}
.ml--11 {
margin-left: -11px;
}
.ml--12 {
margin-left: -12px;
}
.ml--13 {
margin-left: -13px;
}
.ml--14 {
margin-left: -14px;
}
.ml--15 {
margin-left: -15px;
}
.ml--16 {
margin-left: -16px;
}
.ml--17 {
margin-left: -17px;
}
.ml--18 {
margin-left: -18px;
}
.ml--19 {
margin-left: -19px;
}
.ml--20 {
margin-left: -20px;
}
.ml--21 {
margin-left: -21px;
}
.ml--22 {
margin-left: -22px;
}
.ml--23 {
margin-left: -23px;
}
.ml--24 {
margin-left: -24px;
}
.ml--25 {
margin-left: -25px;
}
.ml--26 {
margin-left: -26px;
}
.ml--27 {
margin-left: -27px;
}
.ml--28 {
margin-left: -28px;
}
.ml--29 {
margin-left: -29px;
}
.ml--30 {
margin-left: -30px;
}
.ml--31 {
margin-left: -31px;
}
.ml--32 {
margin-left: -32px;
}
.ml--33 {
margin-left: -33px;
}
.ml--34 {
margin-left: -34px;
}
.ml--35 {
margin-left: -35px;
}
.ml--36 {
margin-left: -36px;
}
.ml--37 {
margin-left: -37px;
}
.ml--38 {
margin-left: -38px;
}
.ml--39 {
margin-left: -39px;
}
.ml--40 {
margin-left: -40px;
}
.ml--41 {
margin-left: -41px;
}
.ml--42 {
margin-left: -42px;
}
.ml--43 {
margin-left: -43px;
}
.ml--44 {
margin-left: -44px;
}
.ml--45 {
margin-left: -45px;
}
.ml--46 {
margin-left: -46px;
}
.ml--47 {
margin-left: -47px;
}
.ml--48 {
margin-left: -48px;
}
.ml--49 {
margin-left: -49px;
}
.ml--50 {
margin-left: -50px;
}
.ml--51 {
margin-left: -51px;
}
.ml--52 {
margin-left: -52px;
}
.ml--53 {
margin-left: -53px;
}
.ml--54 {
margin-left: -54px;
}
.ml--55 {
margin-left: -55px;
}
.ml--56 {
margin-left: -56px;
}
.ml--57 {
margin-left: -57px;
}
.ml--58 {
margin-left: -58px;
}
.ml--59 {
margin-left: -59px;
}
.ml--60 {
margin-left: -60px;
}
.ml--61 {
margin-left: -61px;
}
.ml--62 {
margin-left: -62px;
}
.ml--63 {
margin-left: -63px;
}
.ml--64 {
margin-left: -64px;
}
.ml--65 {
margin-left: -65px;
}
.ml--66 {
margin-left: -66px;
}
.ml--67 {
margin-left: -67px;
}
.ml--68 {
margin-left: -68px;
}
.ml--69 {
margin-left: -69px;
}
.ml--70 {
margin-left: -70px;
}
.ml--71 {
margin-left: -71px;
}
.ml--72 {
margin-left: -72px;
}
.ml--73 {
margin-left: -73px;
}
.ml--74 {
margin-left: -74px;
}
.ml--75 {
margin-left: -75px;
}
.ml--76 {
margin-left: -76px;
}
.ml--77 {
margin-left: -77px;
}
.ml--78 {
margin-left: -78px;
}
.ml--79 {
margin-left: -79px;
}
.ml--80 {
margin-left: -80px;
}
.ml--81 {
margin-left: -81px;
}
.ml--82 {
margin-left: -82px;
}
.ml--83 {
margin-left: -83px;
}
.ml--84 {
margin-left: -84px;
}
.ml--85 {
margin-left: -85px;
}
.ml--86 {
margin-left: -86px;
}
.ml--87 {
margin-left: -87px;
}
.ml--88 {
margin-left: -88px;
}
.ml--89 {
margin-left: -89px;
}
.ml--90 {
margin-left: -90px;
}
.ml--91 {
margin-left: -91px;
}
.ml--92 {
margin-left: -92px;
}
.ml--93 {
margin-left: -93px;
}
.ml--94 {
margin-left: -94px;
}
.ml--95 {
margin-left: -95px;
}
.ml--96 {
margin-left: -96px;
}
.ml--97 {
margin-left: -97px;
}
.ml--98 {
margin-left: -98px;
}
.ml--99 {
margin-left: -99px;
}
.ml--100 {
margin-left: -100px;
}
.ml--101 {
margin-left: -101px;
}
.ml--102 {
margin-left: -102px;
}
.ml--103 {
margin-left: -103px;
}
.ml--104 {
margin-left: -104px;
}
.ml--105 {
margin-left: -105px;
}
.ml--106 {
margin-left: -106px;
}
.ml--107 {
margin-left: -107px;
}
.ml--108 {
margin-left: -108px;
}
.ml--109 {
margin-left: -109px;
}
.ml--110 {
margin-left: -110px;
}
.ml--111 {
margin-left: -111px;
}
.ml--112 {
margin-left: -112px;
}
.ml--113 {
margin-left: -113px;
}
.ml--114 {
margin-left: -114px;
}
.ml--115 {
margin-left: -115px;
}
.ml--116 {
margin-left: -116px;
}
.ml--117 {
margin-left: -117px;
}
.ml--118 {
margin-left: -118px;
}
.ml--119 {
margin-left: -119px;
}
.ml--120 {
margin-left: -120px;
}
.ml--121 {
margin-left: -121px;
}
.ml--122 {
margin-left: -122px;
}
.ml--123 {
margin-left: -123px;
}
.ml--124 {
margin-left: -124px;
}
.ml--125 {
margin-left: -125px;
}
.ml--126 {
margin-left: -126px;
}
.ml--127 {
margin-left: -127px;
}
.ml--128 {
margin-left: -128px;
}
.ml--129 {
margin-left: -129px;
}
.ml--130 {
margin-left: -130px;
}
.ml--131 {
margin-left: -131px;
}
.ml--132 {
margin-left: -132px;
}
.ml--133 {
margin-left: -133px;
}
.ml--134 {
margin-left: -134px;
}
.ml--135 {
margin-left: -135px;
}
.ml--136 {
margin-left: -136px;
}
.ml--137 {
margin-left: -137px;
}
.ml--138 {
margin-left: -138px;
}
.ml--139 {
margin-left: -139px;
}
.ml--140 {
margin-left: -140px;
}
.ml--141 {
margin-left: -141px;
}
.ml--142 {
margin-left: -142px;
}
.ml--143 {
margin-left: -143px;
}
.ml--144 {
margin-left: -144px;
}
.ml--145 {
margin-left: -145px;
}
.ml--146 {
margin-left: -146px;
}
.ml--147 {
margin-left: -147px;
}
.ml--148 {
margin-left: -148px;
}
.ml--149 {
margin-left: -149px;
}
.ml--150 {
margin-left: -150px;
}
.ml--151 {
margin-left: -151px;
}
.ml--152 {
margin-left: -152px;
}
.ml--153 {
margin-left: -153px;
}
.ml--154 {
margin-left: -154px;
}
.ml--155 {
margin-left: -155px;
}
.ml--156 {
margin-left: -156px;
}
.ml--157 {
margin-left: -157px;
}
.ml--158 {
margin-left: -158px;
}
.ml--159 {
margin-left: -159px;
}
.ml--160 {
margin-left: -160px;
}
.ml--161 {
margin-left: -161px;
}
.ml--162 {
margin-left: -162px;
}
.ml--163 {
margin-left: -163px;
}
.ml--164 {
margin-left: -164px;
}
.ml--165 {
margin-left: -165px;
}
.ml--166 {
margin-left: -166px;
}
.ml--167 {
margin-left: -167px;
}
.ml--168 {
margin-left: -168px;
}
.ml--169 {
margin-left: -169px;
}
.ml--170 {
margin-left: -170px;
}
.ml--171 {
margin-left: -171px;
}
.ml--172 {
margin-left: -172px;
}
.ml--173 {
margin-left: -173px;
}
.ml--174 {
margin-left: -174px;
}
.ml--175 {
margin-left: -175px;
}
.ml--176 {
margin-left: -176px;
}
.ml--177 {
margin-left: -177px;
}
.ml--178 {
margin-left: -178px;
}
.ml--179 {
margin-left: -179px;
}
.ml--180 {
margin-left: -180px;
}
.ml--181 {
margin-left: -181px;
}
.ml--182 {
margin-left: -182px;
}
.ml--183 {
margin-left: -183px;
}
.ml--184 {
margin-left: -184px;
}
.ml--185 {
margin-left: -185px;
}
.ml--186 {
margin-left: -186px;
}
.ml--187 {
margin-left: -187px;
}
.ml--188 {
margin-left: -188px;
}
.ml--189 {
margin-left: -189px;
}
.ml--190 {
margin-left: -190px;
}
.ml--191 {
margin-left: -191px;
}
.ml--192 {
margin-left: -192px;
}
.ml--193 {
margin-left: -193px;
}
.ml--194 {
margin-left: -194px;
}
.ml--195 {
margin-left: -195px;
}
.ml--196 {
margin-left: -196px;
}
.ml--197 {
margin-left: -197px;
}
.ml--198 {
margin-left: -198px;
}
.ml--199 {
margin-left: -199px;
}
.ml--200 {
margin-left: -200px;
}
.mr--1 {
margin-right: -1px;
}
.mr--2 {
margin-right: -2px;
}
.mr--3 {
margin-right: -3px;
}
.mr--4 {
margin-right: -4px;
}
.mr--5 {
margin-right: -5px;
}
.mr--6 {
margin-right: -6px;
}
.mr--7 {
margin-right: -7px;
}
.mr--8 {
margin-right: -8px;
}
.mr--9 {
margin-right: -9px;
}
.mr--10 {
margin-right: -10px;
}
.mr--11 {
margin-right: -11px;
}
.mr--12 {
margin-right: -12px;
}
.mr--13 {
margin-right: -13px;
}
.mr--14 {
margin-right: -14px;
}
.mr--15 {
margin-right: -15px;
}
.mr--16 {
margin-right: -16px;
}
.mr--17 {
margin-right: -17px;
}
.mr--18 {
margin-right: -18px;
}
.mr--19 {
margin-right: -19px;
}
.mr--20 {
margin-right: -20px;
}
.mr--21 {
margin-right: -21px;
}
.mr--22 {
margin-right: -22px;
}
.mr--23 {
margin-right: -23px;
}
.mr--24 {
margin-right: -24px;
}
.mr--25 {
margin-right: -25px;
}
.mr--26 {
margin-right: -26px;
}
.mr--27 {
margin-right: -27px;
}
.mr--28 {
margin-right: -28px;
}
.mr--29 {
margin-right: -29px;
}
.mr--30 {
margin-right: -30px;
}
.mr--31 {
margin-right: -31px;
}
.mr--32 {
margin-right: -32px;
}
.mr--33 {
margin-right: -33px;
}
.mr--34 {
margin-right: -34px;
}
.mr--35 {
margin-right: -35px;
}
.mr--36 {
margin-right: -36px;
}
.mr--37 {
margin-right: -37px;
}
.mr--38 {
margin-right: -38px;
}
.mr--39 {
margin-right: -39px;
}
.mr--40 {
margin-right: -40px;
}
.mr--41 {
margin-right: -41px;
}
.mr--42 {
margin-right: -42px;
}
.mr--43 {
margin-right: -43px;
}
.mr--44 {
margin-right: -44px;
}
.mr--45 {
margin-right: -45px;
}
.mr--46 {
margin-right: -46px;
}
.mr--47 {
margin-right: -47px;
}
.mr--48 {
margin-right: -48px;
}
.mr--49 {
margin-right: -49px;
}
.mr--50 {
margin-right: -50px;
}
.mr--51 {
margin-right: -51px;
}
.mr--52 {
margin-right: -52px;
}
.mr--53 {
margin-right: -53px;
}
.mr--54 {
margin-right: -54px;
}
.mr--55 {
margin-right: -55px;
}
.mr--56 {
margin-right: -56px;
}
.mr--57 {
margin-right: -57px;
}
.mr--58 {
margin-right: -58px;
}
.mr--59 {
margin-right: -59px;
}
.mr--60 {
margin-right: -60px;
}
.mr--61 {
margin-right: -61px;
}
.mr--62 {
margin-right: -62px;
}
.mr--63 {
margin-right: -63px;
}
.mr--64 {
margin-right: -64px;
}
.mr--65 {
margin-right: -65px;
}
.mr--66 {
margin-right: -66px;
}
.mr--67 {
margin-right: -67px;
}
.mr--68 {
margin-right: -68px;
}
.mr--69 {
margin-right: -69px;
}
.mr--70 {
margin-right: -70px;
}
.mr--71 {
margin-right: -71px;
}
.mr--72 {
margin-right: -72px;
}
.mr--73 {
margin-right: -73px;
}
.mr--74 {
margin-right: -74px;
}
.mr--75 {
margin-right: -75px;
}
.mr--76 {
margin-right: -76px;
}
.mr--77 {
margin-right: -77px;
}
.mr--78 {
margin-right: -78px;
}
.mr--79 {
margin-right: -79px;
}
.mr--80 {
margin-right: -80px;
}
.mr--81 {
margin-right: -81px;
}
.mr--82 {
margin-right: -82px;
}
.mr--83 {
margin-right: -83px;
}
.mr--84 {
margin-right: -84px;
}
.mr--85 {
margin-right: -85px;
}
.mr--86 {
margin-right: -86px;
}
.mr--87 {
margin-right: -87px;
}
.mr--88 {
margin-right: -88px;
}
.mr--89 {
margin-right: -89px;
}
.mr--90 {
margin-right: -90px;
}
.mr--91 {
margin-right: -91px;
}
.mr--92 {
margin-right: -92px;
}
.mr--93 {
margin-right: -93px;
}
.mr--94 {
margin-right: -94px;
}
.mr--95 {
margin-right: -95px;
}
.mr--96 {
margin-right: -96px;
}
.mr--97 {
margin-right: -97px;
}
.mr--98 {
margin-right: -98px;
}
.mr--99 {
margin-right: -99px;
}
.mr--100 {
margin-right: -100px;
}
.mr--101 {
margin-right: -101px;
}
.mr--102 {
margin-right: -102px;
}
.mr--103 {
margin-right: -103px;
}
.mr--104 {
margin-right: -104px;
}
.mr--105 {
margin-right: -105px;
}
.mr--106 {
margin-right: -106px;
}
.mr--107 {
margin-right: -107px;
}
.mr--108 {
margin-right: -108px;
}
.mr--109 {
margin-right: -109px;
}
.mr--110 {
margin-right: -110px;
}
.mr--111 {
margin-right: -111px;
}
.mr--112 {
margin-right: -112px;
}
.mr--113 {
margin-right: -113px;
}
.mr--114 {
margin-right: -114px;
}
.mr--115 {
margin-right: -115px;
}
.mr--116 {
margin-right: -116px;
}
.mr--117 {
margin-right: -117px;
}
.mr--118 {
margin-right: -118px;
}
.mr--119 {
margin-right: -119px;
}
.mr--120 {
margin-right: -120px;
}
.mr--121 {
margin-right: -121px;
}
.mr--122 {
margin-right: -122px;
}
.mr--123 {
margin-right: -123px;
}
.mr--124 {
margin-right: -124px;
}
.mr--125 {
margin-right: -125px;
}
.mr--126 {
margin-right: -126px;
}
.mr--127 {
margin-right: -127px;
}
.mr--128 {
margin-right: -128px;
}
.mr--129 {
margin-right: -129px;
}
.mr--130 {
margin-right: -130px;
}
.mr--131 {
margin-right: -131px;
}
.mr--132 {
margin-right: -132px;
}
.mr--133 {
margin-right: -133px;
}
.mr--134 {
margin-right: -134px;
}
.mr--135 {
margin-right: -135px;
}
.mr--136 {
margin-right: -136px;
}
.mr--137 {
margin-right: -137px;
}
.mr--138 {
margin-right: -138px;
}
.mr--139 {
margin-right: -139px;
}
.mr--140 {
margin-right: -140px;
}
.mr--141 {
margin-right: -141px;
}
.mr--142 {
margin-right: -142px;
}
.mr--143 {
margin-right: -143px;
}
.mr--144 {
margin-right: -144px;
}
.mr--145 {
margin-right: -145px;
}
.mr--146 {
margin-right: -146px;
}
.mr--147 {
margin-right: -147px;
}
.mr--148 {
margin-right: -148px;
}
.mr--149 {
margin-right: -149px;
}
.mr--150 {
margin-right: -150px;
}
.mr--151 {
margin-right: -151px;
}
.mr--152 {
margin-right: -152px;
}
.mr--153 {
margin-right: -153px;
}
.mr--154 {
margin-right: -154px;
}
.mr--155 {
margin-right: -155px;
}
.mr--156 {
margin-right: -156px;
}
.mr--157 {
margin-right: -157px;
}
.mr--158 {
margin-right: -158px;
}
.mr--159 {
margin-right: -159px;
}
.mr--160 {
margin-right: -160px;
}
.mr--161 {
margin-right: -161px;
}
.mr--162 {
margin-right: -162px;
}
.mr--163 {
margin-right: -163px;
}
.mr--164 {
margin-right: -164px;
}
.mr--165 {
margin-right: -165px;
}
.mr--166 {
margin-right: -166px;
}
.mr--167 {
margin-right: -167px;
}
.mr--168 {
margin-right: -168px;
}
.mr--169 {
margin-right: -169px;
}
.mr--170 {
margin-right: -170px;
}
.mr--171 {
margin-right: -171px;
}
.mr--172 {
margin-right: -172px;
}
.mr--173 {
margin-right: -173px;
}
.mr--174 {
margin-right: -174px;
}
.mr--175 {
margin-right: -175px;
}
.mr--176 {
margin-right: -176px;
}
.mr--177 {
margin-right: -177px;
}
.mr--178 {
margin-right: -178px;
}
.mr--179 {
margin-right: -179px;
}
.mr--180 {
margin-right: -180px;
}
.mr--181 {
margin-right: -181px;
}
.mr--182 {
margin-right: -182px;
}
.mr--183 {
margin-right: -183px;
}
.mr--184 {
margin-right: -184px;
}
.mr--185 {
margin-right: -185px;
}
.mr--186 {
margin-right: -186px;
}
.mr--187 {
margin-right: -187px;
}
.mr--188 {
margin-right: -188px;
}
.mr--189 {
margin-right: -189px;
}
.mr--190 {
margin-right: -190px;
}
.mr--191 {
margin-right: -191px;
}
.mr--192 {
margin-right: -192px;
}
.mr--193 {
margin-right: -193px;
}
.mr--194 {
margin-right: -194px;
}
.mr--195 {
margin-right: -195px;
}
.mr--196 {
margin-right: -196px;
}
.mr--197 {
margin-right: -197px;
}
.mr--198 {
margin-right: -198px;
}
.mr--199 {
margin-right: -199px;
}
.mr--200 {
margin-right: -200px;
}
@media only screen and (max-width: 991px) {
.md-padding-0 {
padding: 0;
}
.md-margin-0 {
margin: 0;
}
.md-pt-0 {
padding-top: 0;
}
.md-pt-1 {
padding-top: 1px;
}
.md-pt-2 {
padding-top: 2px;
}
.md-pt-3 {
padding-top: 3px;
}
.md-pt-4 {
padding-top: 4px;
}
.md-pt-5 {
padding-top: 5px;
}
.md-pt-6 {
padding-top: 6px;
}
.md-pt-7 {
padding-top: 7px;
}
.md-pt-8 {
padding-top: 8px;
}
.md-pt-9 {
padding-top: 9px;
}
.md-pt-10 {
padding-top: 10px;
}
.md-pt-11 {
padding-top: 11px;
}
.md-pt-12 {
padding-top: 12px;
}
.md-pt-13 {
padding-top: 13px;
}
.md-pt-14 {
padding-top: 14px;
}
.md-pt-15 {
padding-top: 15px;
}
.md-pt-16 {
padding-top: 16px;
}
.md-pt-17 {
padding-top: 17px;
}
.md-pt-18 {
padding-top: 18px;
}
.md-pt-19 {
padding-top: 19px;
}
.md-pt-20 {
padding-top: 20px;
}
.md-pt-21 {
padding-top: 21px;
}
.md-pt-22 {
padding-top: 22px;
}
.md-pt-23 {
padding-top: 23px;
}
.md-pt-24 {
padding-top: 24px;
}
.md-pt-25 {
padding-top: 25px;
}
.md-pt-26 {
padding-top: 26px;
}
.md-pt-27 {
padding-top: 27px;
}
.md-pt-28 {
padding-top: 28px;
}
.md-pt-29 {
padding-top: 29px;
}
.md-pt-30 {
padding-top: 30px;
}
.md-pt-31 {
padding-top: 31px;
}
.md-pt-32 {
padding-top: 32px;
}
.md-pt-33 {
padding-top: 33px;
}
.md-pt-34 {
padding-top: 34px;
}
.md-pt-35 {
padding-top: 35px;
}
.md-pt-36 {
padding-top: 36px;
}
.md-pt-37 {
padding-top: 37px;
}
.md-pt-38 {
padding-top: 38px;
}
.md-pt-39 {
padding-top: 39px;
}
.md-pt-40 {
padding-top: 40px;
}
.md-pt-41 {
padding-top: 41px;
}
.md-pt-42 {
padding-top: 42px;
}
.md-pt-43 {
padding-top: 43px;
}
.md-pt-44 {
padding-top: 44px;
}
.md-pt-45 {
padding-top: 45px;
}
.md-pt-46 {
padding-top: 46px;
}
.md-pt-47 {
padding-top: 47px;
}
.md-pt-48 {
padding-top: 48px;
}
.md-pt-49 {
padding-top: 49px;
}
.md-pt-50 {
padding-top: 50px;
}
.md-pt-51 {
padding-top: 51px;
}
.md-pt-52 {
padding-top: 52px;
}
.md-pt-53 {
padding-top: 53px;
}
.md-pt-54 {
padding-top: 54px;
}
.md-pt-55 {
padding-top: 55px;
}
.md-pt-56 {
padding-top: 56px;
}
.md-pt-57 {
padding-top: 57px;
}
.md-pt-58 {
padding-top: 58px;
}
.md-pt-59 {
padding-top: 59px;
}
.md-pt-60 {
padding-top: 60px;
}
.md-pt-61 {
padding-top: 61px;
}
.md-pt-62 {
padding-top: 62px;
}
.md-pt-63 {
padding-top: 63px;
}
.md-pt-64 {
padding-top: 64px;
}
.md-pt-65 {
padding-top: 65px;
}
.md-pt-66 {
padding-top: 66px;
}
.md-pt-67 {
padding-top: 67px;
}
.md-pt-68 {
padding-top: 68px;
}
.md-pt-69 {
padding-top: 69px;
}
.md-pt-70 {
padding-top: 70px;
}
.md-pt-71 {
padding-top: 71px;
}
.md-pt-72 {
padding-top: 72px;
}
.md-pt-73 {
padding-top: 73px;
}
.md-pt-74 {
padding-top: 74px;
}
.md-pt-75 {
padding-top: 75px;
}
.md-pt-76 {
padding-top: 76px;
}
.md-pt-77 {
padding-top: 77px;
}
.md-pt-78 {
padding-top: 78px;
}
.md-pt-79 {
padding-top: 79px;
}
.md-pt-80 {
padding-top: 80px;
}
.md-pt-81 {
padding-top: 81px;
}
.md-pt-82 {
padding-top: 82px;
}
.md-pt-83 {
padding-top: 83px;
}
.md-pt-84 {
padding-top: 84px;
}
.md-pt-85 {
padding-top: 85px;
}
.md-pt-86 {
padding-top: 86px;
}
.md-pt-87 {
padding-top: 87px;
}
.md-pt-88 {
padding-top: 88px;
}
.md-pt-89 {
padding-top: 89px;
}
.md-pt-90 {
padding-top: 90px;
}
.md-pt-91 {
padding-top: 91px;
}
.md-pt-92 {
padding-top: 92px;
}
.md-pt-93 {
padding-top: 93px;
}
.md-pt-94 {
padding-top: 94px;
}
.md-pt-95 {
padding-top: 95px;
}
.md-pt-96 {
padding-top: 96px;
}
.md-pt-97 {
padding-top: 97px;
}
.md-pt-98 {
padding-top: 98px;
}
.md-pt-99 {
padding-top: 99px;
}
.md-pt-100 {
padding-top: 100px;
}
.md-pt-101 {
padding-top: 101px;
}
.md-pt-102 {
padding-top: 102px;
}
.md-pt-103 {
padding-top: 103px;
}
.md-pt-104 {
padding-top: 104px;
}
.md-pt-105 {
padding-top: 105px;
}
.md-pt-106 {
padding-top: 106px;
}
.md-pt-107 {
padding-top: 107px;
}
.md-pt-108 {
padding-top: 108px;
}
.md-pt-109 {
padding-top: 109px;
}
.md-pt-110 {
padding-top: 110px;
}
.md-pt-111 {
padding-top: 111px;
}
.md-pt-112 {
padding-top: 112px;
}
.md-pt-113 {
padding-top: 113px;
}
.md-pt-114 {
padding-top: 114px;
}
.md-pt-115 {
padding-top: 115px;
}
.md-pt-116 {
padding-top: 116px;
}
.md-pt-117 {
padding-top: 117px;
}
.md-pt-118 {
padding-top: 118px;
}
.md-pt-119 {
padding-top: 119px;
}
.md-pt-120 {
padding-top: 120px;
}
.md-pt-121 {
padding-top: 121px;
}
.md-pt-122 {
padding-top: 122px;
}
.md-pt-123 {
padding-top: 123px;
}
.md-pt-124 {
padding-top: 124px;
}
.md-pt-125 {
padding-top: 125px;
}
.md-pt-126 {
padding-top: 126px;
}
.md-pt-127 {
padding-top: 127px;
}
.md-pt-128 {
padding-top: 128px;
}
.md-pt-129 {
padding-top: 129px;
}
.md-pt-130 {
padding-top: 130px;
}
.md-pt-131 {
padding-top: 131px;
}
.md-pt-132 {
padding-top: 132px;
}
.md-pt-133 {
padding-top: 133px;
}
.md-pt-134 {
padding-top: 134px;
}
.md-pt-135 {
padding-top: 135px;
}
.md-pt-136 {
padding-top: 136px;
}
.md-pt-137 {
padding-top: 137px;
}
.md-pt-138 {
padding-top: 138px;
}
.md-pt-139 {
padding-top: 139px;
}
.md-pt-140 {
padding-top: 140px;
}
.md-pt-141 {
padding-top: 141px;
}
.md-pt-142 {
padding-top: 142px;
}
.md-pt-143 {
padding-top: 143px;
}
.md-pt-144 {
padding-top: 144px;
}
.md-pt-145 {
padding-top: 145px;
}
.md-pt-146 {
padding-top: 146px;
}
.md-pt-147 {
padding-top: 147px;
}
.md-pt-148 {
padding-top: 148px;
}
.md-pt-149 {
padding-top: 149px;
}
.md-pt-150 {
padding-top: 150px;
}
.md-pt-151 {
padding-top: 151px;
}
.md-pt-152 {
padding-top: 152px;
}
.md-pt-153 {
padding-top: 153px;
}
.md-pt-154 {
padding-top: 154px;
}
.md-pt-155 {
padding-top: 155px;
}
.md-pt-156 {
padding-top: 156px;
}
.md-pt-157 {
padding-top: 157px;
}
.md-pt-158 {
padding-top: 158px;
}
.md-pt-159 {
padding-top: 159px;
}
.md-pt-160 {
padding-top: 160px;
}
.md-pt-161 {
padding-top: 161px;
}
.md-pt-162 {
padding-top: 162px;
}
.md-pt-163 {
padding-top: 163px;
}
.md-pt-164 {
padding-top: 164px;
}
.md-pt-165 {
padding-top: 165px;
}
.md-pt-166 {
padding-top: 166px;
}
.md-pt-167 {
padding-top: 167px;
}
.md-pt-168 {
padding-top: 168px;
}
.md-pt-169 {
padding-top: 169px;
}
.md-pt-170 {
padding-top: 170px;
}
.md-pt-171 {
padding-top: 171px;
}
.md-pt-172 {
padding-top: 172px;
}
.md-pt-173 {
padding-top: 173px;
}
.md-pt-174 {
padding-top: 174px;
}
.md-pt-175 {
padding-top: 175px;
}
.md-pt-176 {
padding-top: 176px;
}
.md-pt-177 {
padding-top: 177px;
}
.md-pt-178 {
padding-top: 178px;
}
.md-pt-179 {
padding-top: 179px;
}
.md-pt-180 {
padding-top: 180px;
}
.md-pt-181 {
padding-top: 181px;
}
.md-pt-182 {
padding-top: 182px;
}
.md-pt-183 {
padding-top: 183px;
}
.md-pt-184 {
padding-top: 184px;
}
.md-pt-185 {
padding-top: 185px;
}
.md-pt-186 {
padding-top: 186px;
}
.md-pt-187 {
padding-top: 187px;
}
.md-pt-188 {
padding-top: 188px;
}
.md-pt-189 {
padding-top: 189px;
}
.md-pt-190 {
padding-top: 190px;
}
.md-pt-191 {
padding-top: 191px;
}
.md-pt-192 {
padding-top: 192px;
}
.md-pt-193 {
padding-top: 193px;
}
.md-pt-194 {
padding-top: 194px;
}
.md-pt-195 {
padding-top: 195px;
}
.md-pt-196 {
padding-top: 196px;
}
.md-pt-197 {
padding-top: 197px;
}
.md-pt-198 {
padding-top: 198px;
}
.md-pt-199 {
padding-top: 199px;
}
.md-pt-200 {
padding-top: 200px;
}
.md-pb-0 {
padding-bottom: 0;
}
.md-pb-1 {
padding-bottom: 1px;
}
.md-pb-2 {
padding-bottom: 2px;
}
.md-pb-3 {
padding-bottom: 3px;
}
.md-pb-4 {
padding-bottom: 4px;
}
.md-pb-5 {
padding-bottom: 5px;
}
.md-pb-6 {
padding-bottom: 6px;
}
.md-pb-7 {
padding-bottom: 7px;
}
.md-pb-8 {
padding-bottom: 8px;
}
.md-pb-9 {
padding-bottom: 9px;
}
.md-pb-10 {
padding-bottom: 10px;
}
.md-pb-11 {
padding-bottom: 11px;
}
.md-pb-12 {
padding-bottom: 12px;
}
.md-pb-13 {
padding-bottom: 13px;
}
.md-pb-14 {
padding-bottom: 14px;
}
.md-pb-15 {
padding-bottom: 15px;
}
.md-pb-16 {
padding-bottom: 16px;
}
.md-pb-17 {
padding-bottom: 17px;
}
.md-pb-18 {
padding-bottom: 18px;
}
.md-pb-19 {
padding-bottom: 19px;
}
.md-pb-20 {
padding-bottom: 20px;
}
.md-pb-21 {
padding-bottom: 21px;
}
.md-pb-22 {
padding-bottom: 22px;
}
.md-pb-23 {
padding-bottom: 23px;
}
.md-pb-24 {
padding-bottom: 24px;
}
.md-pb-25 {
padding-bottom: 25px;
}
.md-pb-26 {
padding-bottom: 26px;
}
.md-pb-27 {
padding-bottom: 27px;
}
.md-pb-28 {
padding-bottom: 28px;
}
.md-pb-29 {
padding-bottom: 29px;
}
.md-pb-30 {
padding-bottom: 30px;
}
.md-pb-31 {
padding-bottom: 31px;
}
.md-pb-32 {
padding-bottom: 32px;
}
.md-pb-33 {
padding-bottom: 33px;
}
.md-pb-34 {
padding-bottom: 34px;
}
.md-pb-35 {
padding-bottom: 35px;
}
.md-pb-36 {
padding-bottom: 36px;
}
.md-pb-37 {
padding-bottom: 37px;
}
.md-pb-38 {
padding-bottom: 38px;
}
.md-pb-39 {
padding-bottom: 39px;
}
.md-pb-40 {
padding-bottom: 40px;
}
.md-pb-41 {
padding-bottom: 41px;
}
.md-pb-42 {
padding-bottom: 42px;
}
.md-pb-43 {
padding-bottom: 43px;
}
.md-pb-44 {
padding-bottom: 44px;
}
.md-pb-45 {
padding-bottom: 45px;
}
.md-pb-46 {
padding-bottom: 46px;
}
.md-pb-47 {
padding-bottom: 47px;
}
.md-pb-48 {
padding-bottom: 48px;
}
.md-pb-49 {
padding-bottom: 49px;
}
.md-pb-50 {
padding-bottom: 50px;
}
.md-pb-51 {
padding-bottom: 51px;
}
.md-pb-52 {
padding-bottom: 52px;
}
.md-pb-53 {
padding-bottom: 53px;
}
.md-pb-54 {
padding-bottom: 54px;
}
.md-pb-55 {
padding-bottom: 55px;
}
.md-pb-56 {
padding-bottom: 56px;
}
.md-pb-57 {
padding-bottom: 57px;
}
.md-pb-58 {
padding-bottom: 58px;
}
.md-pb-59 {
padding-bottom: 59px;
}
.md-pb-60 {
padding-bottom: 60px;
}
.md-pb-61 {
padding-bottom: 61px;
}
.md-pb-62 {
padding-bottom: 62px;
}
.md-pb-63 {
padding-bottom: 63px;
}
.md-pb-64 {
padding-bottom: 64px;
}
.md-pb-65 {
padding-bottom: 65px;
}
.md-pb-66 {
padding-bottom: 66px;
}
.md-pb-67 {
padding-bottom: 67px;
}
.md-pb-68 {
padding-bottom: 68px;
}
.md-pb-69 {
padding-bottom: 69px;
}
.md-pb-70 {
padding-bottom: 70px;
}
.md-pb-71 {
padding-bottom: 71px;
}
.md-pb-72 {
padding-bottom: 72px;
}
.md-pb-73 {
padding-bottom: 73px;
}
.md-pb-74 {
padding-bottom: 74px;
}
.md-pb-75 {
padding-bottom: 75px;
}
.md-pb-76 {
padding-bottom: 76px;
}
.md-pb-77 {
padding-bottom: 77px;
}
.md-pb-78 {
padding-bottom: 78px;
}
.md-pb-79 {
padding-bottom: 79px;
}
.md-pb-80 {
padding-bottom: 80px;
}
.md-pb-81 {
padding-bottom: 81px;
}
.md-pb-82 {
padding-bottom: 82px;
}
.md-pb-83 {
padding-bottom: 83px;
}
.md-pb-84 {
padding-bottom: 84px;
}
.md-pb-85 {
padding-bottom: 85px;
}
.md-pb-86 {
padding-bottom: 86px;
}
.md-pb-87 {
padding-bottom: 87px;
}
.md-pb-88 {
padding-bottom: 88px;
}
.md-pb-89 {
padding-bottom: 89px;
}
.md-pb-90 {
padding-bottom: 90px;
}
.md-pb-91 {
padding-bottom: 91px;
}
.md-pb-92 {
padding-bottom: 92px;
}
.md-pb-93 {
padding-bottom: 93px;
}
.md-pb-94 {
padding-bottom: 94px;
}
.md-pb-95 {
padding-bottom: 95px;
}
.md-pb-96 {
padding-bottom: 96px;
}
.md-pb-97 {
padding-bottom: 97px;
}
.md-pb-98 {
padding-bottom: 98px;
}
.md-pb-99 {
padding-bottom: 99px;
}
.md-pb-100 {
padding-bottom: 100px;
}
.md-pb-101 {
padding-bottom: 101px;
}
.md-pb-102 {
padding-bottom: 102px;
}
.md-pb-104 {
padding-bottom: 104px;
}
.md-pb-105 {
padding-bottom: 105px;
}
.md-pb-106 {
padding-bottom: 106px;
}
.md-pb-107 {
padding-bottom: 107px;
}
.md-pb-108 {
padding-bottom: 108px;
}
.md-pb-109 {
padding-bottom: 109px;
}
.md-pb-110 {
padding-bottom: 110px;
}
.md-pb-111 {
padding-bottom: 111px;
}
.md-pb-112 {
padding-bottom: 112px;
}
.md-pb-113 {
padding-bottom: 113px;
}
.md-pb-114 {
padding-bottom: 114px;
}
.md-pb-115 {
padding-bottom: 115px;
}
.md-pb-116 {
padding-bottom: 116px;
}
.md-pb-117 {
padding-bottom: 117px;
}
.md-pb-118 {
padding-bottom: 118px;
}
.md-pb-119 {
padding-bottom: 119px;
}
.md-pb-120 {
padding-bottom: 120px;
}
.md-pb-121 {
padding-bottom: 121px;
}
.md-pb-122 {
padding-bottom: 122px;
}
.md-pb-123 {
padding-bottom: 123px;
}
.md-pb-124 {
padding-bottom: 124px;
}
.md-pb-125 {
padding-bottom: 125px;
}
.md-pb-126 {
padding-bottom: 126px;
}
.md-pb-127 {
padding-bottom: 127px;
}
.md-pb-128 {
padding-bottom: 128px;
}
.md-pb-129 {
padding-bottom: 129px;
}
.md-pb-130 {
padding-bottom: 130px;
}
.md-pb-131 {
padding-bottom: 131px;
}
.md-pb-132 {
padding-bottom: 132px;
}
.md-pb-133 {
padding-bottom: 133px;
}
.md-pb-134 {
padding-bottom: 134px;
}
.md-pb-135 {
padding-bottom: 135px;
}
.md-pb-136 {
padding-bottom: 136px;
}
.md-pb-137 {
padding-bottom: 137px;
}
.md-pb-138 {
padding-bottom: 138px;
}
.md-pb-139 {
padding-bottom: 139px;
}
.md-pb-140 {
padding-bottom: 140px;
}
.md-pb-141 {
padding-bottom: 141px;
}
.md-pb-142 {
padding-bottom: 142px;
}
.md-pb-143 {
padding-bottom: 143px;
}
.md-pb-144 {
padding-bottom: 144px;
}
.md-pb-145 {
padding-bottom: 145px;
}
.md-pb-146 {
padding-bottom: 146px;
}
.md-pb-147 {
padding-bottom: 147px;
}
.md-pb-148 {
padding-bottom: 148px;
}
.md-pb-149 {
padding-bottom: 149px;
}
.md-pb-150 {
padding-bottom: 150px;
}
.md-pb-151 {
padding-bottom: 151px;
}
.md-pb-152 {
padding-bottom: 152px;
}
.md-pb-153 {
padding-bottom: 153px;
}
.md-pb-154 {
padding-bottom: 154px;
}
.md-pb-155 {
padding-bottom: 155px;
}
.md-pb-156 {
padding-bottom: 156px;
}
.md-pb-157 {
padding-bottom: 157px;
}
.md-pb-158 {
padding-bottom: 158px;
}
.md-pb-159 {
padding-bottom: 159px;
}
.md-pb-160 {
padding-bottom: 160px;
}
.md-pb-161 {
padding-bottom: 161px;
}
.md-pb-162 {
padding-bottom: 162px;
}
.md-pb-163 {
padding-bottom: 163px;
}
.md-pb-164 {
padding-bottom: 164px;
}
.md-pb-165 {
padding-bottom: 165px;
}
.md-pb-166 {
padding-bottom: 166px;
}
.md-pb-167 {
padding-bottom: 167px;
}
.md-pb-168 {
padding-bottom: 168px;
}
.md-pb-169 {
padding-bottom: 169px;
}
.md-pb-170 {
padding-bottom: 170px;
}
.md-pb-171 {
padding-bottom: 171px;
}
.md-pb-172 {
padding-bottom: 172px;
}
.md-pb-173 {
padding-bottom: 173px;
}
.md-pb-174 {
padding-bottom: 174px;
}
.md-pb-175 {
padding-bottom: 175px;
}
.md-pb-176 {
padding-bottom: 176px;
}
.md-pb-177 {
padding-bottom: 177px;
}
.md-pb-178 {
padding-bottom: 178px;
}
.md-pb-179 {
padding-bottom: 179px;
}
.md-pb-180 {
padding-bottom: 180px;
}
.md-pb-181 {
padding-bottom: 181px;
}
.md-pb-182 {
padding-bottom: 182px;
}
.md-pb-183 {
padding-bottom: 183px;
}
.md-pb-184 {
padding-bottom: 184px;
}
.md-pb-185 {
padding-bottom: 185px;
}
.md-pb-186 {
padding-bottom: 186px;
}
.md-pb-187 {
padding-bottom: 187px;
}
.md-pb-188 {
padding-bottom: 188px;
}
.md-pb-189 {
padding-bottom: 189px;
}
.md-pb-190 {
padding-bottom: 190px;
}
.md-pb-191 {
padding-bottom: 191px;
}
.md-pb-192 {
padding-bottom: 192px;
}
.md-pb-193 {
padding-bottom: 193px;
}
.md-pb-194 {
padding-bottom: 194px;
}
.md-pb-195 {
padding-bottom: 195px;
}
.md-pb-196 {
padding-bottom: 196px;
}
.md-pb-197 {
padding-bottom: 197px;
}
.md-pb-198 {
padding-bottom: 198px;
}
.md-pb-199 {
padding-bottom: 199px;
}
.md-pb-200 {
padding-bottom: 200px;
}
.md-pr-0 {
padding-right: 0;
}
.md-pr-1 {
padding-right: 1px;
}
.md-pr-2 {
padding-right: 2px;
}
.md-pr-4 {
padding-right: 4px;
}
.md-pr-5 {
padding-right: 5px;
}
.md-pr-6 {
padding-right: 6px;
}
.md-pr-7 {
padding-right: 7px;
}
.md-pr-8 {
padding-right: 8px;
}
.md-pr-9 {
padding-right: 9px;
}
.md-pr-10 {
padding-right: 10px;
}
.md-pr-11 {
padding-right: 11px;
}
.md-pr-12 {
padding-right: 12px;
}
.md-pr-13 {
padding-right: 13px;
}
.md-pr-14 {
padding-right: 14px;
}
.md-pr-15 {
padding-right: 15px;
}
.md-pr-16 {
padding-right: 16px;
}
.md-pr-17 {
padding-right: 17px;
}
.md-pr-18 {
padding-right: 18px;
}
.md-pr-19 {
padding-right: 19px;
}
.md-pr-20 {
padding-right: 20px;
}
.md-pr-21 {
padding-right: 21px;
}
.md-pr-22 {
padding-right: 22px;
}
.md-pr-23 {
padding-right: 23px;
}
.md-pr-24 {
padding-right: 24px;
}
.md-pr-25 {
padding-right: 25px;
}
.md-pr-26 {
padding-right: 26px;
}
.md-pr-27 {
padding-right: 27px;
}
.md-pr-28 {
padding-right: 28px;
}
.md-pr-29 {
padding-right: 29px;
}
.md-pr-30 {
padding-right: 30px;
}
.md-pr-31 {
padding-right: 31px;
}
.md-pr-32 {
padding-right: 32px;
}
.md-pr-33 {
padding-right: 33px;
}
.md-pr-34 {
padding-right: 34px;
}
.md-pr-35 {
padding-right: 35px;
}
.md-pr-36 {
padding-right: 36px;
}
.md-pr-37 {
padding-right: 37px;
}
.md-pr-38 {
padding-right: 38px;
}
.md-pr-39 {
padding-right: 39px;
}
.md-pr-40 {
padding-right: 40px;
}
.md-pr-41 {
padding-right: 41px;
}
.md-pr-42 {
padding-right: 42px;
}
.md-pr-43 {
padding-right: 43px;
}
.md-pr-44 {
padding-right: 44px;
}
.md-pr-45 {
padding-right: 45px;
}
.md-pr-46 {
padding-right: 46px;
}
.md-pr-47 {
padding-right: 47px;
}
.md-pr-48 {
padding-right: 48px;
}
.md-pr-49 {
padding-right: 49px;
}
.md-pr-50 {
padding-right: 50px;
}
.md-pr-51 {
padding-right: 51px;
}
.md-pr-52 {
padding-right: 52px;
}
.md-pr-53 {
padding-right: 53px;
}
.md-pr-54 {
padding-right: 54px;
}
.md-pr-55 {
padding-right: 55px;
}
.md-pr-56 {
padding-right: 56px;
}
.md-pr-57 {
padding-right: 57px;
}
.md-pr-58 {
padding-right: 58px;
}
.md-pr-59 {
padding-right: 59px;
}
.md-pr-60 {
padding-right: 60px;
}
.md-pr-61 {
padding-right: 61px;
}
.md-pr-62 {
padding-right: 62px;
}
.md-pr-63 {
padding-right: 63px;
}
.md-pr-64 {
padding-right: 64px;
}
.md-pr-65 {
padding-right: 65px;
}
.md-pr-66 {
padding-right: 66px;
}
.md-pr-67 {
padding-right: 67px;
}
.md-pr-68 {
padding-right: 68px;
}
.md-pr-69 {
padding-right: 69px;
}
.md-pr-70 {
padding-right: 70px;
}
.md-pr-71 {
padding-right: 71px;
}
.md-pr-72 {
padding-right: 72px;
}
.md-pr-73 {
padding-right: 73px;
}
.md-pr-74 {
padding-right: 74px;
}
.md-pr-75 {
padding-right: 75px;
}
.md-pr-76 {
padding-right: 76px;
}
.md-pr-77 {
padding-right: 77px;
}
.md-pr-78 {
padding-right: 78px;
}
.md-pr-79 {
padding-right: 79px;
}
.md-pr-80 {
padding-right: 80px;
}
.md-pr-81 {
padding-right: 81px;
}
.md-pr-82 {
padding-right: 82px;
}
.md-pr-83 {
padding-right: 83px;
}
.md-pr-84 {
padding-right: 84px;
}
.md-pr-85 {
padding-right: 85px;
}
.md-pr-86 {
padding-right: 86px;
}
.md-pr-87 {
padding-right: 87px;
}
.md-pr-88 {
padding-right: 88px;
}
.md-pr-89 {
padding-right: 89px;
}
.md-pr-90 {
padding-right: 90px;
}
.md-pr-91 {
padding-right: 91px;
}
.md-pr-92 {
padding-right: 92px;
}
.md-pr-93 {
padding-right: 93px;
}
.md-pr-94 {
padding-right: 94px;
}
.md-pr-95 {
padding-right: 95px;
}
.md-pr-96 {
padding-right: 96px;
}
.md-pr-97 {
padding-right: 97px;
}
.md-pr-98 {
padding-right: 98px;
}
.md-pr-99 {
padding-right: 99px;
}
.md-pr-100 {
padding-right: 100px;
}
.md-pr-101 {
padding-right: 101px;
}
.md-pr-102 {
padding-right: 102px;
}
.md-pr-104 {
padding-right: 104px;
}
.md-pr-105 {
padding-right: 105px;
}
.md-pr-106 {
padding-right: 106px;
}
.md-pr-107 {
padding-right: 107px;
}
.md-pr-108 {
padding-right: 108px;
}
.md-pr-109 {
padding-right: 109px;
}
.md-pr-110 {
padding-right: 110px;
}
.md-pr-111 {
padding-right: 111px;
}
.md-pr-112 {
padding-right: 112px;
}
.md-pr-113 {
padding-right: 113px;
}
.md-pr-114 {
padding-right: 114px;
}
.md-pr-115 {
padding-right: 115px;
}
.md-pr-116 {
padding-right: 116px;
}
.md-pr-117 {
padding-right: 117px;
}
.md-pr-118 {
padding-right: 118px;
}
.md-pr-119 {
padding-right: 119px;
}
.md-pr-120 {
padding-right: 120px;
}
.md-pr-121 {
padding-right: 121px;
}
.md-pr-122 {
padding-right: 122px;
}
.md-pr-123 {
padding-right: 123px;
}
.md-pr-124 {
padding-right: 124px;
}
.md-pr-125 {
padding-right: 125px;
}
.md-pr-126 {
padding-right: 126px;
}
.md-pr-127 {
padding-right: 127px;
}
.md-pr-128 {
padding-right: 128px;
}
.md-pr-129 {
padding-right: 129px;
}
.md-pr-130 {
padding-right: 130px;
}
.md-pr-131 {
padding-right: 131px;
}
.md-pr-132 {
padding-right: 132px;
}
.md-pr-133 {
padding-right: 133px;
}
.md-pr-134 {
padding-right: 134px;
}
.md-pr-135 {
padding-right: 135px;
}
.md-pr-136 {
padding-right: 136px;
}
.md-pr-137 {
padding-right: 137px;
}
.md-pr-138 {
padding-right: 138px;
}
.md-pr-139 {
padding-right: 139px;
}
.md-pr-140 {
padding-right: 140px;
}
.md-pr-141 {
padding-right: 141px;
}
.md-pr-142 {
padding-right: 142px;
}
.md-pr-143 {
padding-right: 143px;
}
.md-pr-144 {
padding-right: 144px;
}
.md-pr-145 {
padding-right: 145px;
}
.md-pr-146 {
padding-right: 146px;
}
.md-pr-147 {
padding-right: 147px;
}
.md-pr-148 {
padding-right: 148px;
}
.md-pr-149 {
padding-right: 149px;
}
.md-pr-150 {
padding-right: 150px;
}
.md-pr-151 {
padding-right: 151px;
}
.md-pr-152 {
padding-right: 152px;
}
.md-pr-153 {
padding-right: 153px;
}
.md-pr-154 {
padding-right: 154px;
}
.md-pr-155 {
padding-right: 155px;
}
.md-pr-156 {
padding-right: 156px;
}
.md-pr-157 {
padding-right: 157px;
}
.md-pr-158 {
padding-right: 158px;
}
.md-pr-159 {
padding-right: 159px;
}
.md-pr-160 {
padding-right: 160px;
}
.md-pr-161 {
padding-right: 161px;
}
.md-pr-162 {
padding-right: 162px;
}
.md-pr-163 {
padding-right: 163px;
}
.md-pr-164 {
padding-right: 164px;
}
.md-pr-165 {
padding-right: 165px;
}
.md-pr-166 {
padding-right: 166px;
}
.md-pr-167 {
padding-right: 167px;
}
.md-pr-168 {
padding-right: 168px;
}
.md-pr-169 {
padding-right: 169px;
}
.md-pr-170 {
padding-right: 170px;
}
.md-pr-171 {
padding-right: 171px;
}
.md-pr-172 {
padding-right: 172px;
}
.md-pr-173 {
padding-right: 173px;
}
.md-pr-174 {
padding-right: 174px;
}
.md-pr-175 {
padding-right: 175px;
}
.md-pr-176 {
padding-right: 176px;
}
.md-pr-177 {
padding-right: 177px;
}
.md-pr-178 {
padding-right: 178px;
}
.md-pr-179 {
padding-right: 179px;
}
.md-pr-180 {
padding-right: 180px;
}
.md-pr-181 {
padding-right: 181px;
}
.md-pr-182 {
padding-right: 182px;
}
.md-pr-183 {
padding-right: 183px;
}
.md-pr-184 {
padding-right: 184px;
}
.md-pr-185 {
padding-right: 185px;
}
.md-pr-186 {
padding-right: 186px;
}
.md-pr-187 {
padding-right: 187px;
}
.md-pr-188 {
padding-right: 188px;
}
.md-pr-189 {
padding-right: 189px;
}
.md-pr-190 {
padding-right: 190px;
}
.md-pr-191 {
padding-right: 191px;
}
.md-pr-192 {
padding-right: 192px;
}
.md-pr-193 {
padding-right: 193px;
}
.md-pr-194 {
padding-right: 194px;
}
.md-pr-195 {
padding-right: 195px;
}
.md-pr-196 {
padding-right: 196px;
}
.md-pr-197 {
padding-right: 197px;
}
.md-pr-198 {
padding-right: 198px;
}
.md-pr-199 {
padding-right: 199px;
}
.md-pr-200 {
padding-right: 200px;
}
.md-pl-0 {
padding-left: 0;
}
.md-pl-1 {
padding-left: 1px;
}
.md-pl-2 {
padding-left: 2px;
}
.pb-3 {
padding-bottom: 3px;
}
.md-pl-4 {
padding-left: 4px;
}
.md-pl-5 {
padding-left: 5px;
}
.md-pl-6 {
padding-left: 6px;
}
.md-pl-7 {
padding-left: 7px;
}
.md-pl-8 {
padding-left: 8px;
}
.md-pl-9 {
padding-left: 9px;
}
.md-pl-10 {
padding-left: 10px;
}
.md-pl-11 {
padding-left: 11px;
}
.md-pl-12 {
padding-left: 12px;
}
.md-pl-13 {
padding-left: 13px;
}
.md-pl-14 {
padding-left: 14px;
}
.md-pl-15 {
padding-left: 15px !important;
}
.md-pl-16 {
padding-left: 16px;
}
.md-pl-17 {
padding-left: 17px;
}
.md-pl-18 {
padding-left: 18px;
}
.md-pl-19 {
padding-left: 19px;
}
.md-pl-20 {
padding-left: 20px;
}
.md-pl-21 {
padding-left: 21px;
}
.md-pl-22 {
padding-left: 22px;
}
.md-pl-23 {
padding-left: 23px;
}
.md-pl-24 {
padding-left: 24px;
}
.md-pl-25 {
padding-left: 25px;
}
.md-pl-26 {
padding-left: 26px;
}
.md-pl-27 {
padding-left: 27px;
}
.md-pl-28 {
padding-left: 28px;
}
.md-pl-29 {
padding-left: 29px;
}
.md-pl-30 {
padding-left: 30px;
}
.md-pl-31 {
padding-left: 31px;
}
.md-pl-32 {
padding-left: 32px;
}
.md-pl-33 {
padding-left: 33px;
}
.md-pl-34 {
padding-left: 34px;
}
.md-pl-35 {
padding-left: 35px;
}
.md-pl-36 {
padding-left: 36px;
}
.md-pl-37 {
padding-left: 37px;
}
.md-pl-38 {
padding-left: 38px;
}
.md-pl-39 {
padding-left: 39px;
}
.md-pl-40 {
padding-left: 40px;
}
.md-pl-41 {
padding-left: 41px;
}
.md-pl-42 {
padding-left: 42px;
}
.md-pl-43 {
padding-left: 43px;
}
.md-pl-44 {
padding-left: 44px;
}
.md-pl-45 {
padding-left: 45px;
}
.md-pl-46 {
padding-left: 46px;
}
.md-pl-47 {
padding-left: 47px;
}
.md-pl-48 {
padding-left: 48px;
}
.md-pl-49 {
padding-left: 49px;
}
.md-pl-50 {
padding-left: 50px;
}
.md-pl-51 {
padding-left: 51px;
}
.md-pl-52 {
padding-left: 52px;
}
.md-pl-53 {
padding-left: 53px;
}
.md-pl-54 {
padding-left: 54px;
}
.md-pl-55 {
padding-left: 55px;
}
.md-pl-56 {
padding-left: 56px;
}
.md-pl-57 {
padding-left: 57px;
}
.md-pl-58 {
padding-left: 58px;
}
.md-pl-59 {
padding-left: 59px;
}
.md-pl-60 {
padding-left: 60px;
}
.md-pl-61 {
padding-left: 61px;
}
.md-pl-62 {
padding-left: 62px;
}
.md-pl-63 {
padding-left: 63px;
}
.md-pl-64 {
padding-left: 64px;
}
.md-pl-65 {
padding-left: 65px;
}
.md-pl-66 {
padding-left: 66px;
}
.md-pl-67 {
padding-left: 67px;
}
.md-pl-68 {
padding-left: 68px;
}
.md-pl-69 {
padding-left: 69px;
}
.md-pl-70 {
padding-left: 70px;
}
.md-pl-71 {
padding-left: 71px;
}
.md-pl-72 {
padding-left: 72px;
}
.md-pl-73 {
padding-left: 73px;
}
.md-pl-74 {
padding-left: 74px;
}
.md-pl-75 {
padding-left: 75px;
}
.md-pl-76 {
padding-left: 76px;
}
.md-pl-77 {
padding-left: 77px;
}
.md-pl-78 {
padding-left: 78px;
}
.md-pl-79 {
padding-left: 79px;
}
.md-pl-80 {
padding-left: 80px;
}
.md-pl-81 {
padding-left: 81px;
}
.md-pl-82 {
padding-left: 82px;
}
.md-pl-83 {
padding-left: 83px;
}
.md-pl-84 {
padding-left: 84px;
}
.md-pl-85 {
padding-left: 85px;
}
.md-pl-86 {
padding-left: 86px;
}
.md-pl-87 {
padding-left: 87px;
}
.md-pl-88 {
padding-left: 88px;
}
.md-pl-89 {
padding-left: 89px;
}
.md-pl-90 {
padding-left: 90px;
}
.md-pl-91 {
padding-left: 91px;
}
.md-pl-92 {
padding-left: 92px;
}
.md-pl-93 {
padding-left: 93px;
}
.md-pl-94 {
padding-left: 94px;
}
.md-pl-95 {
padding-left: 95px;
}
.md-pl-96 {
padding-left: 96px;
}
.md-pl-97 {
padding-left: 97px;
}
.md-pl-98 {
padding-left: 98px;
}
.md-pl-99 {
padding-left: 99px;
}
.md-pl-100 {
padding-left: 100px;
}
.md-pl-101 {
padding-left: 101px;
}
.md-pl-102 {
padding-left: 102px;
}
.md-pb-103 {
padding-bottom: 103px;
}
.md-pl-104 {
padding-left: 104px;
}
.md-pl-105 {
padding-left: 105px;
}
.md-pl-106 {
padding-left: 106px;
}
.md-pl-107 {
padding-left: 107px;
}
.md-pl-108 {
padding-left: 108px;
}
.md-pl-109 {
padding-left: 109px;
}
.md-pl-110 {
padding-left: 110px;
}
.md-pl-111 {
padding-left: 111px;
}
.md-pl-112 {
padding-left: 112px;
}
.md-pl-113 {
padding-left: 113px;
}
.md-pl-114 {
padding-left: 114px;
}
.md-pl-115 {
padding-left: 115px;
}
.md-pl-116 {
padding-left: 116px;
}
.md-pl-117 {
padding-left: 117px;
}
.md-pl-118 {
padding-left: 118px;
}
.md-pl-119 {
padding-left: 119px;
}
.md-pl-120 {
padding-left: 120px;
}
.md-pl-121 {
padding-left: 121px;
}
.md-pl-122 {
padding-left: 122px;
}
.md-pl-123 {
padding-left: 123px;
}
.md-pl-124 {
padding-left: 124px;
}
.md-pl-125 {
padding-left: 125px;
}
.md-pl-126 {
padding-left: 126px;
}
.md-pl-127 {
padding-left: 127px;
}
.md-pl-128 {
padding-left: 128px;
}
.md-pl-129 {
padding-left: 129px;
}
.md-pl-130 {
padding-left: 130px;
}
.md-pl-131 {
padding-left: 131px;
}
.md-pl-132 {
padding-left: 132px;
}
.md-pl-133 {
padding-left: 133px;
}
.md-pl-134 {
padding-left: 134px;
}
.md-pl-135 {
padding-left: 135px;
}
.md-pl-136 {
padding-left: 136px;
}
.md-pl-137 {
padding-left: 137px;
}
.md-pl-138 {
padding-left: 138px;
}
.md-pl-139 {
padding-left: 139px;
}
.md-pl-140 {
padding-left: 140px;
}
.md-pl-141 {
padding-left: 141px;
}
.md-pl-142 {
padding-left: 142px;
}
.md-pl-143 {
padding-left: 143px;
}
.md-pl-144 {
padding-left: 144px;
}
.md-pl-145 {
padding-left: 145px;
}
.md-pl-146 {
padding-left: 146px;
}
.md-pl-147 {
padding-left: 147px;
}
.md-pl-148 {
padding-left: 148px;
}
.md-pl-149 {
padding-left: 149px;
}
.md-pl-150 {
padding-left: 150px;
}
.md-pl-151 {
padding-left: 151px;
}
.md-pl-152 {
padding-left: 152px;
}
.md-pl-153 {
padding-left: 153px;
}
.md-pl-154 {
padding-left: 154px;
}
.md-pl-155 {
padding-left: 155px;
}
.md-pl-156 {
padding-left: 156px;
}
.md-pl-157 {
padding-left: 157px;
}
.md-pl-158 {
padding-left: 158px;
}
.md-pl-159 {
padding-left: 159px;
}
.md-pl-160 {
padding-left: 160px;
}
.md-pl-161 {
padding-left: 161px;
}
.md-pl-162 {
padding-left: 162px;
}
.md-pl-163 {
padding-left: 163px;
}
.md-pl-164 {
padding-left: 164px;
}
.md-pl-165 {
padding-left: 165px;
}
.md-pl-166 {
padding-left: 166px;
}
.md-pl-167 {
padding-left: 167px;
}
.md-pl-168 {
padding-left: 168px;
}
.md-pl-169 {
padding-left: 169px;
}
.md-pl-170 {
padding-left: 170px;
}
.md-pl-171 {
padding-left: 171px;
}
.md-pl-172 {
padding-left: 172px;
}
.md-pl-173 {
padding-left: 173px;
}
.md-pl-174 {
padding-left: 174px;
}
.md-pl-175 {
padding-left: 175px;
}
.md-pl-176 {
padding-left: 176px;
}
.md-pl-177 {
padding-left: 177px;
}
.md-pl-178 {
padding-left: 178px;
}
.md-pl-179 {
padding-left: 179px;
}
.md-pl-180 {
padding-left: 180px;
}
.md-pl-181 {
padding-left: 181px;
}
.md-pl-182 {
padding-left: 182px;
}
.md-pl-183 {
padding-left: 183px;
}
.md-pl-184 {
padding-left: 184px;
}
.md-pl-185 {
padding-left: 185px;
}
.md-pl-186 {
padding-left: 186px;
}
.md-pl-187 {
padding-left: 187px;
}
.md-pl-188 {
padding-left: 188px;
}
.md-pl-189 {
padding-left: 189px;
}
.md-pl-190 {
padding-left: 190px;
}
.md-pl-191 {
padding-left: 191px;
}
.md-pl-192 {
padding-left: 192px;
}
.md-pl-193 {
padding-left: 193px;
}
.md-pl-194 {
padding-left: 194px;
}
.md-pl-195 {
padding-left: 195px;
}
.md-pl-196 {
padding-left: 196px;
}
.md-pl-197 {
padding-left: 197px;
}
.md-pl-198 {
padding-left: 198px;
}
.md-pl-199 {
padding-left: 199px;
}
.md-pl-200 {
padding-left: 200px;
}
.md-mt-0 {
margin-top: 0;
}
.md-mt-1 {
margin-top: 1px;
}
.md-mt-2 {
margin-top: 2px;
}
.md-mt-3 {
margin-top: 3px;
}
.md-mt-4 {
margin-top: 4px;
}
.md-mt-5 {
margin-top: 5px;
}
.md-mt-6 {
margin-top: 6px;
}
.md-mt-7 {
margin-top: 7px;
}
.md-mt-8 {
margin-top: 8px;
}
.md-mt-9 {
margin-top: 9px;
}
.md-mt-10 {
margin-top: 10px;
}
.md-mt-11 {
margin-top: 11px;
}
.md-mt-12 {
margin-top: 12px;
}
.md-mt-13 {
margin-top: 13px;
}
.md-mt-14 {
margin-top: 14px;
}
.md-mt-15 {
margin-top: 15px;
}
.md-mt-16 {
margin-top: 16px;
}
.md-mt-17 {
margin-top: 17px;
}
.md-mt-18 {
margin-top: 18px;
}
.md-mt-19 {
margin-top: 19px;
}
.md-mt-20 {
margin-top: 20px;
}
.md-mt-21 {
margin-top: 21px;
}
.md-mt-22 {
margin-top: 22px;
}
.md-mt-23 {
margin-top: 23px;
}
.md-mt-24 {
margin-top: 24px;
}
.md-mt-25 {
margin-top: 25px;
}
.md-mt-26 {
margin-top: 26px;
}
.md-mt-27 {
margin-top: 27px;
}
.md-mt-28 {
margin-top: 28px;
}
.md-mt-29 {
margin-top: 29px;
}
.md-mt-30 {
margin-top: 30px;
}
.md-mt-31 {
margin-top: 31px;
}
.md-mt-32 {
margin-top: 32px;
}
.md-mt-33 {
margin-top: 33px;
}
.md-mt-34 {
margin-top: 34px;
}
.md-mt-35 {
margin-top: 35px;
}
.md-mt-36 {
margin-top: 36px;
}
.md-mt-37 {
margin-top: 37px;
}
.md-mt-38 {
margin-top: 38px;
}
.md-mt-39 {
margin-top: 39px;
}
.md-mt-40 {
margin-top: 40px;
}
.md-mt-41 {
margin-top: 41px;
}
.md-mt-42 {
margin-top: 42px;
}
.md-mt-43 {
margin-top: 43px;
}
.md-mt-44 {
margin-top: 44px;
}
.md-mt-45 {
margin-top: 45px;
}
.md-mt-46 {
margin-top: 46px;
}
.md-mt-47 {
margin-top: 47px;
}
.md-mt-48 {
margin-top: 48px;
}
.md-mt-49 {
margin-top: 49px;
}
.md-mt-50 {
margin-top: 50px;
}
.md-mt-51 {
margin-top: 51px;
}
.md-mt-52 {
margin-top: 52px;
}
.md-mt-53 {
margin-top: 53px;
}
.md-mt-54 {
margin-top: 54px;
}
.md-mt-55 {
margin-top: 55px;
}
.md-mt-56 {
margin-top: 56px;
}
.md-mt-57 {
margin-top: 57px;
}
.md-mt-58 {
margin-top: 58px;
}
.md-mt-59 {
margin-top: 59px;
}
.md-mt-60 {
margin-top: 60px;
}
.md-mt-61 {
margin-top: 61px;
}
.md-mt-62 {
margin-top: 62px;
}
.md-mt-63 {
margin-top: 63px;
}
.md-mt-64 {
margin-top: 64px;
}
.md-mt-65 {
margin-top: 65px;
}
.md-mt-66 {
margin-top: 66px;
}
.md-mt-67 {
margin-top: 67px;
}
.md-mt-68 {
margin-top: 68px;
}
.md-mt-69 {
margin-top: 69px;
}
.md-mt-70 {
margin-top: 70px;
}
.md-mt-71 {
margin-top: 71px;
}
.md-mt-72 {
margin-top: 72px;
}
.md-mt-73 {
margin-top: 73px;
}
.md-mt-74 {
margin-top: 74px;
}
.md-mt-75 {
margin-top: 75px;
}
.md-mt-76 {
margin-top: 76px;
}
.md-mt-77 {
margin-top: 77px;
}
.md-mt-78 {
margin-top: 78px;
}
.md-mt-79 {
margin-top: 79px;
}
.md-mt-80 {
margin-top: 80px;
}
.md-mt-81 {
margin-top: 81px;
}
.md-mt-82 {
margin-top: 82px;
}
.md-mt-83 {
margin-top: 83px;
}
.md-mt-84 {
margin-top: 84px;
}
.md-mt-85 {
margin-top: 85px;
}
.md-mt-86 {
margin-top: 86px;
}
.md-mt-87 {
margin-top: 87px;
}
.md-mt-88 {
margin-top: 88px;
}
.md-mt-89 {
margin-top: 89px;
}
.md-mt-90 {
margin-top: 90px;
}
.md-mt-91 {
margin-top: 91px;
}
.md-mt-92 {
margin-top: 92px;
}
.md-mt-93 {
margin-top: 93px;
}
.md-mt-94 {
margin-top: 94px;
}
.md-mt-95 {
margin-top: 95px;
}
.md-mt-96 {
margin-top: 96px;
}
.md-mt-97 {
margin-top: 97px;
}
.md-mt-98 {
margin-top: 98px;
}
.md-mt-99 {
margin-top: 99px;
}
.md-mt-100 {
margin-top: 100px;
}
.md-mt-101 {
margin-top: 101px;
}
.md-mt-102 {
margin-top: 102px;
}
.md-mt-103 {
margin-top: 103px;
}
.md-mt-104 {
margin-top: 104px;
}
.md-mt-105 {
margin-top: 105px;
}
.md-mt-106 {
margin-top: 106px;
}
.md-mt-107 {
margin-top: 107px;
}
.md-mt-108 {
margin-top: 108px;
}
.md-mt-109 {
margin-top: 109px;
}
.md-mt-110 {
margin-top: 110px;
}
.md-mt-111 {
margin-top: 111px;
}
.md-mt-112 {
margin-top: 112px;
}
.md-mt-113 {
margin-top: 113px;
}
.md-mt-114 {
margin-top: 114px;
}
.md-mt-115 {
margin-top: 115px;
}
.md-mt-116 {
margin-top: 116px;
}
.md-mt-117 {
margin-top: 117px;
}
.md-mt-118 {
margin-top: 118px;
}
.md-mt-119 {
margin-top: 119px;
}
.md-mt-120 {
margin-top: 120px;
}
.md-mt-121 {
margin-top: 121px;
}
.md-mt-122 {
margin-top: 122px;
}
.md-mt-123 {
margin-top: 123px;
}
.md-mt-124 {
margin-top: 124px;
}
.md-mt-125 {
margin-top: 125px;
}
.md-mt-126 {
margin-top: 126px;
}
.md-mt-127 {
margin-top: 127px;
}
.md-mt-128 {
margin-top: 128px;
}
.md-mt-129 {
margin-top: 129px;
}
.md-mt-130 {
margin-top: 130px;
}
.md-mt-131 {
margin-top: 131px;
}
.md-mt-132 {
margin-top: 132px;
}
.md-mt-133 {
margin-top: 133px;
}
.md-mt-134 {
margin-top: 134px;
}
.md-mt-135 {
margin-top: 135px;
}
.md-mt-136 {
margin-top: 136px;
}
.md-mt-137 {
margin-top: 137px;
}
.md-mt-138 {
margin-top: 138px;
}
.md-mt-139 {
margin-top: 139px;
}
.md-mt-140 {
margin-top: 140px;
}
.md-mt-141 {
margin-top: 141px;
}
.md-mt-142 {
margin-top: 142px;
}
.md-mt-143 {
margin-top: 143px;
}
.md-mt-144 {
margin-top: 144px;
}
.md-mt-145 {
margin-top: 145px;
}
.md-mt-146 {
margin-top: 146px;
}
.md-mt-147 {
margin-top: 147px;
}
.md-mt-148 {
margin-top: 148px;
}
.md-mt-149 {
margin-top: 149px;
}
.md-mt-150 {
margin-top: 150px;
}
.md-mt-151 {
margin-top: 151px;
}
.md-mt-152 {
margin-top: 152px;
}
.md-mt-153 {
margin-top: 153px;
}
.md-mt-154 {
margin-top: 154px;
}
.md-mt-155 {
margin-top: 155px;
}
.md-mt-156 {
margin-top: 156px;
}
.md-mt-157 {
margin-top: 157px;
}
.md-mt-158 {
margin-top: 158px;
}
.md-mt-159 {
margin-top: 159px;
}
.md-mt-160 {
margin-top: 160px;
}
.md-mt-161 {
margin-top: 161px;
}
.md-mt-162 {
margin-top: 162px;
}
.md-mt-163 {
margin-top: 163px;
}
.md-mt-164 {
margin-top: 164px;
}
.md-mt-165 {
margin-top: 165px;
}
.md-mt-166 {
margin-top: 166px;
}
.md-mt-167 {
margin-top: 167px;
}
.md-mt-168 {
margin-top: 168px;
}
.md-mt-169 {
margin-top: 169px;
}
.md-mt-170 {
margin-top: 170px;
}
.md-mt-171 {
margin-top: 171px;
}
.md-mt-172 {
margin-top: 172px;
}
.md-mt-173 {
margin-top: 173px;
}
.md-mt-174 {
margin-top: 174px;
}
.md-mt-175 {
margin-top: 175px;
}
.md-mt-176 {
margin-top: 176px;
}
.md-mt-177 {
margin-top: 177px;
}
.md-mt-178 {
margin-top: 178px;
}
.md-mt-179 {
margin-top: 179px;
}
.md-mt-180 {
margin-top: 180px;
}
.md-mt-181 {
margin-top: 181px;
}
.md-mt-182 {
margin-top: 182px;
}
.md-mt-183 {
margin-top: 183px;
}
.md-mt-184 {
margin-top: 184px;
}
.md-mt-185 {
margin-top: 185px;
}
.md-mt-186 {
margin-top: 186px;
}
.md-mt-187 {
margin-top: 187px;
}
.md-mt-188 {
margin-top: 188px;
}
.md-mt-189 {
margin-top: 189px;
}
.md-mt-190 {
margin-top: 190px;
}
.md-mt-191 {
margin-top: 191px;
}
.md-mt-192 {
margin-top: 192px;
}
.md-mt-193 {
margin-top: 193px;
}
.md-mt-194 {
margin-top: 194px;
}
.md-mt-195 {
margin-top: 195px;
}
.md-mt-196 {
margin-top: 196px;
}
.md-mt-197 {
margin-top: 197px;
}
.md-mt-198 {
margin-top: 198px;
}
.md-mt-199 {
margin-top: 199px;
}
.md-mt-200 {
margin-top: 200px;
}
.md-mb-0 {
margin-bottom: 0;
}
.md-mb-1 {
margin-bottom: 1px;
}
.md-mb-2 {
margin-bottom: 2px;
}
.md-mb-3 {
margin-bottom: 3px;
}
.md-mb-4 {
margin-bottom: 4px;
}
.md-mb-5 {
margin-bottom: 5px;
}
.md-mb-6 {
margin-bottom: 6px;
}
.md-mb-7 {
margin-bottom: 7px;
}
.md-mb-8 {
margin-bottom: 8px;
}
.md-mb-9 {
margin-bottom: 9px;
}
.md-mb-10 {
margin-bottom: 10px;
}
.md-mb-11 {
margin-bottom: 11px;
}
.md-mb-12 {
margin-bottom: 12px;
}
.md-mb-13 {
margin-bottom: 13px;
}
.md-mb-14 {
margin-bottom: 14px;
}
.md-mb-15 {
margin-bottom: 15px;
}
.md-mb-16 {
margin-bottom: 16px;
}
.md-mb-17 {
margin-bottom: 17px;
}
.md-mb-18 {
margin-bottom: 18px;
}
.md-mb-19 {
margin-bottom: 19px;
}
.md-mb-20 {
margin-bottom: 20px;
}
.md-mb-21 {
margin-bottom: 21px;
}
.md-mb-22 {
margin-bottom: 22px;
}
.md-mb-23 {
margin-bottom: 23px;
}
.md-mb-24 {
margin-bottom: 24px;
}
.md-mb-25 {
margin-bottom: 25px;
}
.md-mb-26 {
margin-bottom: 26px;
}
.md-mb-27 {
margin-bottom: 27px;
}
.md-mb-28 {
margin-bottom: 28px;
}
.md-mb-29 {
margin-bottom: 29px;
}
.md-mb-30 {
margin-bottom: 30px;
}
.md-mb-31 {
margin-bottom: 31px;
}
.md-mb-32 {
margin-bottom: 32px;
}
.md-mb-33 {
margin-bottom: 33px;
}
.md-mb-34 {
margin-bottom: 34px;
}
.md-mb-35 {
margin-bottom: 35px;
}
.md-mb-36 {
margin-bottom: 36px;
}
.md-mb-37 {
margin-bottom: 37px;
}
.md-mb-38 {
margin-bottom: 38px;
}
.md-mb-39 {
margin-bottom: 39px;
}
.md-mb-40 {
margin-bottom: 40px;
}
.md-mb-41 {
margin-bottom: 41px;
}
.md-mb-42 {
margin-bottom: 42px;
}
.md-mb-43 {
margin-bottom: 43px;
}
.md-mb-44 {
margin-bottom: 44px;
}
.md-mb-45 {
margin-bottom: 45px;
}
.md-mb-46 {
margin-bottom: 46px;
}
.md-mb-47 {
margin-bottom: 47px;
}
.md-mb-48 {
margin-bottom: 48px;
}
.md-mb-49 {
margin-bottom: 49px;
}
.md-mb-50 {
margin-bottom: 50px;
}
.md-mb-51 {
margin-bottom: 51px;
}
.md-mb-52 {
margin-bottom: 52px;
}
.md-mb-53 {
margin-bottom: 53px;
}
.md-mb-54 {
margin-bottom: 54px;
}
.md-mb-55 {
margin-bottom: 55px;
}
.md-mb-56 {
margin-bottom: 56px;
}
.md-mb-57 {
margin-bottom: 57px;
}
.md-mb-58 {
margin-bottom: 58px;
}
.md-mb-59 {
margin-bottom: 59px;
}
.md-mb-60 {
margin-bottom: 60px;
}
.md-mb-61 {
margin-bottom: 61px;
}
.md-mb-62 {
margin-bottom: 62px;
}
.md-mb-63 {
margin-bottom: 63px;
}
.md-mb-64 {
margin-bottom: 64px;
}
.md-mb-65 {
margin-bottom: 65px;
}
.md-mb-66 {
margin-bottom: 66px;
}
.md-mb-67 {
margin-bottom: 67px;
}
.md-mb-68 {
margin-bottom: 68px;
}
.md-mb-69 {
margin-bottom: 69px;
}
.md-mb-70 {
margin-bottom: 70px;
}
.md-mb-71 {
margin-bottom: 71px;
}
.md-mb-72 {
margin-bottom: 72px;
}
.md-mb-73 {
margin-bottom: 73px;
}
.md-mb-74 {
margin-bottom: 74px;
}
.md-mb-75 {
margin-bottom: 75px;
}
.md-mb-76 {
margin-bottom: 76px;
}
.md-mb-77 {
margin-bottom: 77px;
}
.md-mb-78 {
margin-bottom: 78px;
}
.md-mb-79 {
margin-bottom: 79px;
}
.md-mb-80 {
margin-bottom: 80px;
}
.md-mb-81 {
margin-bottom: 81px;
}
.md-mb-82 {
margin-bottom: 82px;
}
.md-mb-83 {
margin-bottom: 83px;
}
.md-mb-84 {
margin-bottom: 84px;
}
.md-mb-85 {
margin-bottom: 85px;
}
.md-mb-86 {
margin-bottom: 86px;
}
.md-mb-87 {
margin-bottom: 87px;
}
.md-mb-88 {
margin-bottom: 88px;
}
.md-mb-89 {
margin-bottom: 89px;
}
.md-mb-90 {
margin-bottom: 90px;
}
.md-mb-91 {
margin-bottom: 91px;
}
.md-mb-92 {
margin-bottom: 92px;
}
.md-mb-93 {
margin-bottom: 93px;
}
.md-mb-94 {
margin-bottom: 94px;
}
.md-mb-95 {
margin-bottom: 95px;
}
.md-mb-96 {
margin-bottom: 96px;
}
.md-mb-97 {
margin-bottom: 97px;
}
.md-mb-98 {
margin-bottom: 98px;
}
.md-mb-99 {
margin-bottom: 99px;
}
.md-mb-100 {
margin-bottom: 100px;
}
.md-mb-101 {
margin-bottom: 101px;
}
.md-mb-102 {
margin-bottom: 102px;
}
.md-mb-103 {
margin-bottom: 103px;
}
.md-mb-104 {
margin-bottom: 104px;
}
.md-mb-105 {
margin-bottom: 105px;
}
.md-mb-106 {
margin-bottom: 106px;
}
.md-mb-107 {
margin-bottom: 107px;
}
.md-mb-108 {
margin-bottom: 108px;
}
.md-mb-109 {
margin-bottom: 109px;
}
.md-mb-110 {
margin-bottom: 110px;
}
.md-mb-111 {
margin-bottom: 111px;
}
.md-mb-112 {
margin-bottom: 112px;
}
.md-mb-113 {
margin-bottom: 113px;
}
.md-mb-114 {
margin-bottom: 114px;
}
.md-mb-115 {
margin-bottom: 115px;
}
.md-mb-116 {
margin-bottom: 116px;
}
.md-mb-117 {
margin-bottom: 117px;
}
.md-mb-118 {
margin-bottom: 118px;
}
.md-mb-119 {
margin-bottom: 119px;
}
.md-mb-120 {
margin-bottom: 120px;
}
.md-mb-121 {
margin-bottom: 121px;
}
.md-mb-122 {
margin-bottom: 122px;
}
.md-mb-123 {
margin-bottom: 123px;
}
.md-mb-124 {
margin-bottom: 124px;
}
.md-mb-125 {
margin-bottom: 125px;
}
.md-mb-126 {
margin-bottom: 126px;
}
.md-mb-127 {
margin-bottom: 127px;
}
.md-mb-128 {
margin-bottom: 128px;
}
.md-mb-129 {
margin-bottom: 129px;
}
.md-mb-130 {
margin-bottom: 130px;
}
.md-mb-131 {
margin-bottom: 131px;
}
.md-mb-132 {
margin-bottom: 132px;
}
.md-mb-133 {
margin-bottom: 133px;
}
.md-mb-134 {
margin-bottom: 134px;
}
.md-mb-135 {
margin-bottom: 135px;
}
.md-mb-136 {
margin-bottom: 136px;
}
.md-mb-137 {
margin-bottom: 137px;
}
.md-mb-138 {
margin-bottom: 138px;
}
.md-mb-139 {
margin-bottom: 139px;
}
.md-mb-140 {
margin-bottom: 140px;
}
.md-mb-141 {
margin-bottom: 141px;
}
.md-mb-142 {
margin-bottom: 142px;
}
.md-mb-143 {
margin-bottom: 143px;
}
.md-mb-144 {
margin-bottom: 144px;
}
.md-mb-145 {
margin-bottom: 145px;
}
.md-mb-146 {
margin-bottom: 146px;
}
.md-mb-147 {
margin-bottom: 147px;
}
.md-mb-148 {
margin-bottom: 148px;
}
.md-mb-149 {
margin-bottom: 149px;
}
.md-mb-150 {
margin-bottom: 150px;
}
.md-mb-151 {
margin-bottom: 151px;
}
.md-mb-152 {
margin-bottom: 152px;
}
.md-mb-153 {
margin-bottom: 153px;
}
.md-mb-154 {
margin-bottom: 154px;
}
.md-mb-155 {
margin-bottom: 155px;
}
.md-mb-156 {
margin-bottom: 156px;
}
.md-mb-157 {
margin-bottom: 157px;
}
.md-mb-158 {
margin-bottom: 158px;
}
.md-mb-159 {
margin-bottom: 159px;
}
.md-mb-160 {
margin-bottom: 160px;
}
.md-mb-161 {
margin-bottom: 161px;
}
.md-mb-162 {
margin-bottom: 162px;
}
.md-mb-163 {
margin-bottom: 163px;
}
.md-mb-164 {
margin-bottom: 164px;
}
.md-mb-165 {
margin-bottom: 165px;
}
.md-mb-166 {
margin-bottom: 166px;
}
.md-mb-167 {
margin-bottom: 167px;
}
.md-mb-168 {
margin-bottom: 168px;
}
.md-mb-169 {
margin-bottom: 169px;
}
.md-mb-170 {
margin-bottom: 170px;
}
.md-mb-171 {
margin-bottom: 171px;
}
.md-mb-172 {
margin-bottom: 172px;
}
.md-mb-173 {
margin-bottom: 173px;
}
.md-mb-174 {
margin-bottom: 174px;
}
.md-mb-175 {
margin-bottom: 175px;
}
.md-mb-176 {
margin-bottom: 176px;
}
.md-mb-177 {
margin-bottom: 177px;
}
.md-mb-178 {
margin-bottom: 178px;
}
.md-mb-179 {
margin-bottom: 179px;
}
.md-mb-180 {
margin-bottom: 180px;
}
.md-mb-181 {
margin-bottom: 181px;
}
.md-mb-182 {
margin-bottom: 182px;
}
.md-mb-183 {
margin-bottom: 183px;
}
.md-mb-184 {
margin-bottom: 184px;
}
.md-mb-185 {
margin-bottom: 185px;
}
.md-mb-186 {
margin-bottom: 186px;
}
.md-mb-187 {
margin-bottom: 187px;
}
.md-mb-188 {
margin-bottom: 188px;
}
.md-mb-189 {
margin-bottom: 189px;
}
.md-mb-190 {
margin-bottom: 190px;
}
.md-mb-191 {
margin-bottom: 191px;
}
.md-mb-192 {
margin-bottom: 192px;
}
.md-mb-193 {
margin-bottom: 193px;
}
.md-mb-194 {
margin-bottom: 194px;
}
.md-mb-195 {
margin-bottom: 195px;
}
.md-mb-196 {
margin-bottom: 196px;
}
.md-mb-197 {
margin-bottom: 197px;
}
.md-mb-198 {
margin-bottom: 198px;
}
.md-mb-199 {
margin-bottom: 199px;
}
.md-mb-200 {
margin-bottom: 200px;
}
.md-mr-0 {
margin-right: 0;
}
.md-mr-1 {
margin-right: 1px;
}
.md-mr-2 {
margin-right: 2px;
}
.md-mr-3 {
margin-right: 3px;
}
.md-mr-4 {
margin-right: 4px;
}
.md-mr-5 {
margin-right: 5px;
}
.md-mr-6 {
margin-right: 6px;
}
.md-mr-7 {
margin-right: 7px;
}
.md-mr-8 {
margin-right: 8px;
}
.md-mr-9 {
margin-right: 9px;
}
.md-mr-10 {
margin-right: 10px;
}
.md-mr-11 {
margin-right: 11px;
}
.md-mr-12 {
margin-right: 12px;
}
.md-mr-13 {
margin-right: 13px;
}
.md-mr-14 {
margin-right: 14px;
}
.md-mr-15 {
margin-right: 15px;
}
.md-mr-16 {
margin-right: 16px;
}
.md-mr-17 {
margin-right: 17px;
}
.md-mr-18 {
margin-right: 18px;
}
.md-mr-19 {
margin-right: 19px;
}
.md-mr-20 {
margin-right: 20px;
}
.md-mr-21 {
margin-right: 21px;
}
.md-mr-22 {
margin-right: 22px;
}
.md-mr-23 {
margin-right: 23px;
}
.md-mr-24 {
margin-right: 24px;
}
.md-mr-25 {
margin-right: 25px;
}
.md-mr-26 {
margin-right: 26px;
}
.md-mr-27 {
margin-right: 27px;
}
.md-mr-28 {
margin-right: 28px;
}
.md-mr-29 {
margin-right: 29px;
}
.md-mr-30 {
margin-right: 30px;
}
.md-mr-31 {
margin-right: 31px;
}
.md-mr-32 {
margin-right: 32px;
}
.md-mr-33 {
margin-right: 33px;
}
.md-mr-34 {
margin-right: 34px;
}
.md-mr-35 {
margin-right: 35px;
}
.md-mr-36 {
margin-right: 36px;
}
.md-mr-37 {
margin-right: 37px;
}
.md-mr-38 {
margin-right: 38px;
}
.md-mr-39 {
margin-right: 39px;
}
.md-mr-40 {
margin-right: 40px;
}
.md-mr-41 {
margin-right: 41px;
}
.md-mr-42 {
margin-right: 42px;
}
.md-mr-43 {
margin-right: 43px;
}
.md-mr-44 {
margin-right: 44px;
}
.md-mr-45 {
margin-right: 45px;
}
.md-mr-46 {
margin-right: 46px;
}
.md-mr-47 {
margin-right: 47px;
}
.md-mr-48 {
margin-right: 48px;
}
.md-mr-49 {
margin-right: 49px;
}
.md-mr-50 {
margin-right: 50px;
}
.md-mr-51 {
margin-right: 51px;
}
.md-mr-52 {
margin-right: 52px;
}
.md-mr-53 {
margin-right: 53px;
}
.md-mr-54 {
margin-right: 54px;
}
.md-mr-55 {
margin-right: 55px;
}
.md-mr-56 {
margin-right: 56px;
}
.md-mr-57 {
margin-right: 57px;
}
.md-mr-58 {
margin-right: 58px;
}
.md-mr-59 {
margin-right: 59px;
}
.md-mr-60 {
margin-right: 60px;
}
.md-mr-61 {
margin-right: 61px;
}
.md-mr-62 {
margin-right: 62px;
}
.md-mr-63 {
margin-right: 63px;
}
.md-mr-64 {
margin-right: 64px;
}
.md-mr-65 {
margin-right: 65px;
}
.md-mr-66 {
margin-right: 66px;
}
.md-mr-67 {
margin-right: 67px;
}
.md-mr-68 {
margin-right: 68px;
}
.md-mr-69 {
margin-right: 69px;
}
.md-mr-70 {
margin-right: 70px;
}
.md-mr-71 {
margin-right: 71px;
}
.md-mr-72 {
margin-right: 72px;
}
.md-mr-73 {
margin-right: 73px;
}
.md-mr-74 {
margin-right: 74px;
}
.md-mr-75 {
margin-right: 75px;
}
.md-mr-76 {
margin-right: 76px;
}
.md-mr-77 {
margin-right: 77px;
}
.md-mr-78 {
margin-right: 78px;
}
.md-mr-79 {
margin-right: 79px;
}
.md-mr-80 {
margin-right: 80px;
}
.md-mr-81 {
margin-right: 81px;
}
.md-mr-82 {
margin-right: 82px;
}
.md-mr-83 {
margin-right: 83px;
}
.md-mr-84 {
margin-right: 84px;
}
.md-mr-85 {
margin-right: 85px;
}
.md-mr-86 {
margin-right: 86px;
}
.md-mr-87 {
margin-right: 87px;
}
.md-mr-88 {
margin-right: 88px;
}
.md-mr-89 {
margin-right: 89px;
}
.md-mr-90 {
margin-right: 90px;
}
.md-mr-91 {
margin-right: 91px;
}
.md-mr-92 {
margin-right: 92px;
}
.md-mr-93 {
margin-right: 93px;
}
.md-mr-94 {
margin-right: 94px;
}
.md-mr-95 {
margin-right: 95px;
}
.md-mr-96 {
margin-right: 96px;
}
.md-mr-97 {
margin-right: 97px;
}
.md-mr-98 {
margin-right: 98px;
}
.md-mr-99 {
margin-right: 99px;
}
.md-mr-100 {
margin-right: 100px;
}
.md-ml-0 {
margin-left: 0;
}
.md-ml-1 {
margin-left: 1px;
}
.md-ml-2 {
margin-left: 2px;
}
.md-ml-3 {
margin-left: 3px;
}
.md-ml-4 {
margin-left: 4px;
}
.md-ml-5 {
margin-left: 5px;
}
.md-ml-6 {
margin-left: 6px;
}
.md-ml-7 {
margin-left: 7px;
}
.md-ml-8 {
margin-left: 8px;
}
.md-ml-9 {
margin-left: 9px;
}
.md-ml-10 {
margin-left: 10px;
}
.md-ml-11 {
margin-left: 11px;
}
.md-ml-12 {
margin-left: 12px;
}
.md-ml-13 {
margin-left: 13px;
}
.md-ml-14 {
margin-left: 14px;
}
.md-ml-15 {
margin-left: 15px;
}
.md-ml-16 {
margin-left: 16px;
}
.md-ml-17 {
margin-left: 17px;
}
.md-ml-18 {
margin-left: 18px;
}
.md-ml-19 {
margin-left: 19px;
}
.md-ml-20 {
margin-left: 20px;
}
.md-ml-21 {
margin-left: 21px;
}
.md-ml-22 {
margin-left: 22px;
}
.md-ml-23 {
margin-left: 23px;
}
.md-ml-24 {
margin-left: 24px;
}
.md-ml-25 {
margin-left: 25px;
}
.md-ml-26 {
margin-left: 26px;
}
.md-ml-27 {
margin-left: 27px;
}
.md-ml-28 {
margin-left: 28px;
}
.md-ml-29 {
margin-left: 29px;
}
.md-ml-30 {
margin-left: 30px;
}
.md-ml-31 {
margin-left: 31px;
}
.md-ml-32 {
margin-left: 32px;
}
.md-ml-33 {
margin-left: 33px;
}
.md-ml-34 {
margin-left: 34px;
}
.md-ml-35 {
margin-left: 35px;
}
.md-ml-36 {
margin-left: 36px;
}
.md-ml-37 {
margin-left: 37px;
}
.md-ml-38 {
margin-left: 38px;
}
.md-ml-39 {
margin-left: 39px;
}
.md-ml-40 {
margin-left: 40px;
}
.md-ml-41 {
margin-left: 41px;
}
.md-ml-42 {
margin-left: 42px;
}
.md-ml-43 {
margin-left: 43px;
}
.md-ml-44 {
margin-left: 44px;
}
.md-ml-45 {
margin-left: 45px;
}
.md-ml-46 {
margin-left: 46px;
}
.md-ml-47 {
margin-left: 47px;
}
.md-ml-48 {
margin-left: 48px;
}
.md-ml-49 {
margin-left: 49px;
}
.md-ml-50 {
margin-left: 50px;
}
.md-ml-51 {
margin-left: 51px;
}
.md-ml-52 {
margin-left: 52px;
}
.md-ml-53 {
margin-left: 53px;
}
.md-ml-54 {
margin-left: 54px;
}
.md-ml-55 {
margin-left: 55px;
}
.md-ml-56 {
margin-left: 56px;
}
.md-ml-57 {
margin-left: 57px;
}
.md-ml-58 {
margin-left: 58px;
}
.md-ml-59 {
margin-left: 59px;
}
.md-ml-60 {
margin-left: 60px;
}
.md-ml-61 {
margin-left: 61px;
}
.md-ml-62 {
margin-left: 62px;
}
.md-ml-63 {
margin-left: 63px;
}
.md-ml-64 {
margin-left: 64px;
}
.md-ml-65 {
margin-left: 65px;
}
.md-ml-66 {
margin-left: 66px;
}
.md-ml-67 {
margin-left: 67px;
}
.md-ml-68 {
margin-left: 68px;
}
.md-ml-69 {
margin-left: 69px;
}
.md-ml-70 {
margin-left: 70px;
}
.md-ml-71 {
margin-left: 71px;
}
.md-ml-72 {
margin-left: 72px;
}
.md-ml-73 {
margin-left: 73px;
}
.md-ml-74 {
margin-left: 74px;
}
.md-ml-75 {
margin-left: 75px;
}
.md-ml-76 {
margin-left: 76px;
}
.md-ml-77 {
margin-left: 77px;
}
.md-ml-78 {
margin-left: 78px;
}
.md-ml-79 {
margin-left: 79px;
}
.md-ml-80 {
margin-left: 80px;
}
.md-ml-81 {
margin-left: 81px;
}
.md-ml-82 {
margin-left: 82px;
}
.md-ml-83 {
margin-left: 83px;
}
.md-ml-84 {
margin-left: 84px;
}
.md-ml-85 {
margin-left: 85px;
}
.md-ml-86 {
margin-left: 86px;
}
.md-ml-87 {
margin-left: 87px;
}
.md-ml-88 {
margin-left: 88px;
}
.md-ml-89 {
margin-left: 89px;
}
.md-ml-90 {
margin-left: 90px;
}
.md-ml-91 {
margin-left: 91px;
}
.md-ml-92 {
margin-left: 92px;
}
.md-ml-93 {
margin-left: 93px;
}
.md-ml-94 {
margin-left: 94px;
}
.md-ml-95 {
margin-left: 95px;
}
.md-ml-96 {
margin-left: 96px;
}
.md-ml-97 {
margin-left: 97px;
}
.md-ml-98 {
margin-left: 98px;
}
.md-ml-99 {
margin-left: 99px;
}
.md-ml-100 {
margin-left: 100px;
}
.md-mt--1 {
margin-top: -1px;
}
.md-mt--2 {
margin-top: -2px;
}
.md-mt--3 {
margin-top: -3px;
}
.md-mt--4 {
margin-top: -4px;
}
.md-mt--5 {
margin-top: -5px;
}
.md-mt--6 {
margin-top: -6px;
}
.md-mt--7 {
margin-top: -7px;
}
.md-mt--8 {
margin-top: -8px;
}
.md-mt--9 {
margin-top: -9px;
}
.md-mt--10 {
margin-top: -10px;
}
.md-mt--11 {
margin-top: -11px;
}
.md-mt--12 {
margin-top: -12px;
}
.md-mt--13 {
margin-top: -13px;
}
.md-mt--14 {
margin-top: -14px;
}
.md-mt--15 {
margin-top: -15px;
}
.md-mt--16 {
margin-top: -16px;
}
.md-mt--17 {
margin-top: -17px;
}
.md-mt--18 {
margin-top: -18px;
}
.md-mt--19 {
margin-top: -19px;
}
.md-mt--20 {
margin-top: -20px;
}
.md-mt--21 {
margin-top: -21px;
}
.md-mt--22 {
margin-top: -22px;
}
.md-mt--23 {
margin-top: -23px;
}
.md-mt--24 {
margin-top: -24px;
}
.md-mt--25 {
margin-top: -25px;
}
.md-mt--26 {
margin-top: -26px;
}
.md-mt--27 {
margin-top: -27px;
}
.md-mt--28 {
margin-top: -28px;
}
.md-mt--29 {
margin-top: -29px;
}
.md-mt--30 {
margin-top: -30px;
}
.md-mt--31 {
margin-top: -31px;
}
.md-mt--32 {
margin-top: -32px;
}
.md-mt--33 {
margin-top: -33px;
}
.md-mt--34 {
margin-top: -34px;
}
.md-mt--35 {
margin-top: -35px;
}
.md-mt--36 {
margin-top: -36px;
}
.md-mt--37 {
margin-top: -37px;
}
.md-mt--38 {
margin-top: -38px;
}
.md-mt--39 {
margin-top: -39px;
}
.md-mt--40 {
margin-top: -40px;
}
.md-mt--41 {
margin-top: -41px;
}
.md-mt--42 {
margin-top: -42px;
}
.md-mt--43 {
margin-top: -43px;
}
.md-mt--44 {
margin-top: -44px;
}
.md-mt--45 {
margin-top: -45px;
}
.md-mt--46 {
margin-top: -46px;
}
.md-mt--47 {
margin-top: -47px;
}
.md-mt--48 {
margin-top: -48px;
}
.md-mt--49 {
margin-top: -49px;
}
.md-mt--50 {
margin-top: -50px;
}
.md-mt--51 {
margin-top: -51px;
}
.md-mt--52 {
margin-top: -52px;
}
.md-mt--53 {
margin-top: -53px;
}
.md-mt--54 {
margin-top: -54px;
}
.md-mt--55 {
margin-top: -55px;
}
.md-mt--56 {
margin-top: -56px;
}
.md-mt--57 {
margin-top: -57px;
}
.md-mt--58 {
margin-top: -58px;
}
.md-mt--59 {
margin-top: -59px;
}
.md-mt--60 {
margin-top: -60px;
}
.md-mt--61 {
margin-top: -61px;
}
.md-mt--62 {
margin-top: -62px;
}
.md-mt--63 {
margin-top: -63px;
}
.md-mt--64 {
margin-top: -64px;
}
.md-mt--65 {
margin-top: -65px;
}
.md-mt--66 {
margin-top: -66px;
}
.md-mt--67 {
margin-top: -67px;
}
.md-mt--68 {
margin-top: -68px;
}
.md-mt--69 {
margin-top: -69px;
}
.md-mt--70 {
margin-top: -70px;
}
.md-mt--71 {
margin-top: -71px;
}
.md-mt--72 {
margin-top: -72px;
}
.md-mt--73 {
margin-top: -73px;
}
.md-mt--74 {
margin-top: -74px;
}
.md-mt--75 {
margin-top: -75px;
}
.md-mt--76 {
margin-top: -76px;
}
.md-mt--77 {
margin-top: -77px;
}
.md-mt--78 {
margin-top: -78px;
}
.md-mt--79 {
margin-top: -79px;
}
.md-mt--80 {
margin-top: -80px;
}
.md-mt--81 {
margin-top: -81px;
}
.md-mt--82 {
margin-top: -82px;
}
.md-mt--83 {
margin-top: -83px;
}
.md-mt--84 {
margin-top: -84px;
}
.md-mt--85 {
margin-top: -85px;
}
.md-mt--86 {
margin-top: -86px;
}
.md-mt--87 {
margin-top: -87px;
}
.md-mt--88 {
margin-top: -88px;
}
.md-mt--89 {
margin-top: -89px;
}
.md-mt--90 {
margin-top: -90px;
}
.md-mt--91 {
margin-top: -91px;
}
.md-mt--92 {
margin-top: -92px;
}
.md-mt--93 {
margin-top: -93px;
}
.md-mt--94 {
margin-top: -94px;
}
.md-mt--95 {
margin-top: -95px;
}
.md-mt--96 {
margin-top: -96px;
}
.md-mt--97 {
margin-top: -97px;
}
.md-mt--98 {
margin-top: -98px;
}
.md-mt--99 {
margin-top: -99px;
}
.md-mt--100 {
margin-top: -100px;
}
.md-mt--101 {
margin-top: -101px;
}
.md-mt--102 {
margin-top: -102px;
}
.md-mt--103 {
margin-top: -103px;
}
.md-mt--104 {
margin-top: -104px;
}
.md-mt--105 {
margin-top: -105px;
}
.md-mt--106 {
margin-top: -106px;
}
.md-mt--107 {
margin-top: -107px;
}
.md-mt--108 {
margin-top: -108px;
}
.md-mt--109 {
margin-top: -109px;
}
.md-mt--110 {
margin-top: -110px;
}
.md-mt--111 {
margin-top: -111px;
}
.md-mt--112 {
margin-top: -112px;
}
.md-mt--113 {
margin-top: -113px;
}
.md-mt--114 {
margin-top: -114px;
}
.md-mt--115 {
margin-top: -115px;
}
.md-mt--116 {
margin-top: -116px;
}
.md-mt--117 {
margin-top: -117px;
}
.md-mt--118 {
margin-top: -118px;
}
.md-mt--119 {
margin-top: -119px;
}
.md-mt--120 {
margin-top: -120px;
}
.md-mt--121 {
margin-top: -121px;
}
.md-mt--122 {
margin-top: -122px;
}
.md-mt--123 {
margin-top: -123px;
}
.md-mt--124 {
margin-top: -124px;
}
.md-mt--125 {
margin-top: -125px;
}
.md-mt--126 {
margin-top: -126px;
}
.md-mt--127 {
margin-top: -127px;
}
.md-mt--128 {
margin-top: -128px;
}
.md-mt--129 {
margin-top: -129px;
}
.md-mt--130 {
margin-top: -130px;
}
.md-mt--131 {
margin-top: -131px;
}
.md-mt--132 {
margin-top: -132px;
}
.md-mt--133 {
margin-top: -133px;
}
.md-mt--134 {
margin-top: -134px;
}
.md-mt--135 {
margin-top: -135px;
}
.md-mt--136 {
margin-top: -136px;
}
.md-mt--137 {
margin-top: -137px;
}
.md-mt--138 {
margin-top: -138px;
}
.md-mt--139 {
margin-top: -139px;
}
.md-mt--140 {
margin-top: -140px;
}
.md-mt--141 {
margin-top: -141px;
}
.md-mt--142 {
margin-top: -142px;
}
.md-mt--143 {
margin-top: -143px;
}
.md-mt--144 {
margin-top: -144px;
}
.md-mt--145 {
margin-top: -145px;
}
.md-mt--146 {
margin-top: -146px;
}
.md-mt--147 {
margin-top: -147px;
}
.md-mt--148 {
margin-top: -148px;
}
.md-mt--149 {
margin-top: -149px;
}
.md-mt--150 {
margin-top: -150px;
}
.md-mt--151 {
margin-top: -151px;
}
.md-mt--152 {
margin-top: -152px;
}
.md-mt--153 {
margin-top: -153px;
}
.md-mt--154 {
margin-top: -154px;
}
.md-mt--155 {
margin-top: -155px;
}
.md-mt--156 {
margin-top: -156px;
}
.md-mt--157 {
margin-top: -157px;
}
.md-mt--158 {
margin-top: -158px;
}
.md-mt--159 {
margin-top: -159px;
}
.md-mt--160 {
margin-top: -160px;
}
.md-mt--161 {
margin-top: -161px;
}
.md-mt--162 {
margin-top: -162px;
}
.md-mt--163 {
margin-top: -163px;
}
.md-mt--164 {
margin-top: -164px;
}
.md-mt--165 {
margin-top: -165px;
}
.md-mt--166 {
margin-top: -166px;
}
.md-mt--167 {
margin-top: -167px;
}
.md-mt--168 {
margin-top: -168px;
}
.md-mt--169 {
margin-top: -169px;
}
.md-mt--170 {
margin-top: -170px;
}
.md-mt--171 {
margin-top: -171px;
}
.md-mt--172 {
margin-top: -172px;
}
.md-mt--173 {
margin-top: -173px;
}
.md-mt--174 {
margin-top: -174px;
}
.md-mt--175 {
margin-top: -175px;
}
.md-mt--176 {
margin-top: -176px;
}
.md-mt--177 {
margin-top: -177px;
}
.md-mt--178 {
margin-top: -178px;
}
.md-mt--179 {
margin-top: -179px;
}
.md-mt--180 {
margin-top: -180px;
}
.md-mt--181 {
margin-top: -181px;
}
.md-mt--182 {
margin-top: -182px;
}
.md-mt--183 {
margin-top: -183px;
}
.md-mt--184 {
margin-top: -184px;
}
.md-mt--185 {
margin-top: -185px;
}
.md-mt--186 {
margin-top: -186px;
}
.md-mt--187 {
margin-top: -187px;
}
.md-mt--188 {
margin-top: -188px;
}
.md-mt--189 {
margin-top: -189px;
}
.md-mt--190 {
margin-top: -190px;
}
.md-mt--191 {
margin-top: -191px;
}
.md-mt--192 {
margin-top: -192px;
}
.md-mt--193 {
margin-top: -193px;
}
.md-mt--194 {
margin-top: -194px;
}
.md-mt--195 {
margin-top: -195px;
}
.md-mt--196 {
margin-top: -196px;
}
.md-mt--197 {
margin-top: -197px;
}
.md-mt--198 {
margin-top: -198px;
}
.md-mt--199 {
margin-top: -199px;
}
.md-mt--200 {
margin-top: -200px;
}
.md-mb--1 {
margin-bottom: -1px;
}
.md-mb--2 {
margin-bottom: -2px;
}
.md-mb--3 {
margin-bottom: -3px;
}
.md-mb--4 {
margin-bottom: -4px;
}
.md-mb--5 {
margin-bottom: -5px;
}
.md-mb--6 {
margin-bottom: -6px;
}
.md-mb--7 {
margin-bottom: -7px;
}
.md-mb--8 {
margin-bottom: -8px;
}
.md-mb--9 {
margin-bottom: -9px;
}
.md-mb--10 {
margin-bottom: -10px;
}
.md-mb--11 {
margin-bottom: -11px;
}
.md-mb--12 {
margin-bottom: -12px;
}
.md-mb--13 {
margin-bottom: -13px;
}
.md-mb--14 {
margin-bottom: -14px;
}
.md-mb--15 {
margin-bottom: -15px;
}
.md-mb--16 {
margin-bottom: -16px;
}
.md-mb--17 {
margin-bottom: -17px;
}
.md-mb--18 {
margin-bottom: -18px;
}
.md-mb--19 {
margin-bottom: -19px;
}
.md-mb--20 {
margin-bottom: -20px;
}
.md-mb--21 {
margin-bottom: -21px;
}
.md-mb--22 {
margin-bottom: -22px;
}
.md-mb--23 {
margin-bottom: -23px;
}
.md-mb--24 {
margin-bottom: -24px;
}
.md-mb--25 {
margin-bottom: -25px;
}
.md-mb--26 {
margin-bottom: -26px;
}
.md-mb--27 {
margin-bottom: -27px;
}
.md-mb--28 {
margin-bottom: -28px;
}
.md-mb--29 {
margin-bottom: -29px;
}
.md-mb--30 {
margin-bottom: -30px;
}
.md-mb--31 {
margin-bottom: -31px;
}
.md-mb--32 {
margin-bottom: -32px;
}
.md-mb--33 {
margin-bottom: -33px;
}
.md-mb--34 {
margin-bottom: -34px;
}
.md-mb--35 {
margin-bottom: -35px;
}
.md-mb--36 {
margin-bottom: -36px;
}
.md-mb--37 {
margin-bottom: -37px;
}
.md-mb--38 {
margin-bottom: -38px;
}
.md-mb--39 {
margin-bottom: -39px;
}
.md-mb--40 {
margin-bottom: -40px;
}
.md-mb--41 {
margin-bottom: -41px;
}
.md-mb--42 {
margin-bottom: -42px;
}
.md-mb--43 {
margin-bottom: -43px;
}
.md-mb--44 {
margin-bottom: -44px;
}
.md-mb--45 {
margin-bottom: -45px;
}
.md-mb--46 {
margin-bottom: -46px;
}
.md-mb--47 {
margin-bottom: -47px;
}
.md-mb--48 {
margin-bottom: -48px;
}
.md-mb--49 {
margin-bottom: -49px;
}
.md-mb--50 {
margin-bottom: -50px;
}
.md-mb--51 {
margin-bottom: -51px;
}
.md-mb--52 {
margin-bottom: -52px;
}
.md-mb--53 {
margin-bottom: -53px;
}
.md-mb--54 {
margin-bottom: -54px;
}
.md-mb--55 {
margin-bottom: -55px;
}
.md-mb--56 {
margin-bottom: -56px;
}
.md-mb--57 {
margin-bottom: -57px;
}
.md-mb--58 {
margin-bottom: -58px;
}
.md-mb--59 {
margin-bottom: -59px;
}
.md-mb--60 {
margin-bottom: -60px;
}
.md-mb--61 {
margin-bottom: -61px;
}
.md-mb--62 {
margin-bottom: -62px;
}
.md-mb--63 {
margin-bottom: -63px;
}
.md-mb--64 {
margin-bottom: -64px;
}
.md-mb--65 {
margin-bottom: -65px;
}
.md-mb--66 {
margin-bottom: -66px;
}
.md-mb--67 {
margin-bottom: -67px;
}
.md-mb--68 {
margin-bottom: -68px;
}
.md-mb--69 {
margin-bottom: -69px;
}
.md-mb--70 {
margin-bottom: -70px;
}
.md-mb--71 {
margin-bottom: -71px;
}
.md-mb--72 {
margin-bottom: -72px;
}
.md-mb--73 {
margin-bottom: -73px;
}
.md-mb--74 {
margin-bottom: -74px;
}
.md-mb--75 {
margin-bottom: -75px;
}
.md-mb--76 {
margin-bottom: -76px;
}
.md-mb--77 {
margin-bottom: -77px;
}
.md-mb--78 {
margin-bottom: -78px;
}
.md-mb--79 {
margin-bottom: -79px;
}
.md-mb--80 {
margin-bottom: -80px;
}
.md-mb--81 {
margin-bottom: -81px;
}
.md-mb--82 {
margin-bottom: -82px;
}
.md-mb--83 {
margin-bottom: -83px;
}
.md-mb--84 {
margin-bottom: -84px;
}
.md-mb--85 {
margin-bottom: -85px;
}
.md-mb--86 {
margin-bottom: -86px;
}
.md-mb--87 {
margin-bottom: -87px;
}
.md-mb--88 {
margin-bottom: -88px;
}
.md-mb--89 {
margin-bottom: -89px;
}
.md-mb--90 {
margin-bottom: -90px;
}
.md-mb--91 {
margin-bottom: -91px;
}
.md-mb--92 {
margin-bottom: -92px;
}
.md-mb--93 {
margin-bottom: -93px;
}
.md-mb--94 {
margin-bottom: -94px;
}
.md-mb--95 {
margin-bottom: -95px;
}
.md-mb--96 {
margin-bottom: -96px;
}
.md-mb--97 {
margin-bottom: -97px;
}
.md-mb--98 {
margin-bottom: -98px;
}
.md-mb--99 {
margin-bottom: -99px;
}
.md-mb--100 {
margin-bottom: -100px;
}
.md-mb--101 {
margin-bottom: -101px;
}
.md-mb--102 {
margin-bottom: -102px;
}
.md-mb--103 {
margin-bottom: -103px;
}
.md-mb--104 {
margin-bottom: -104px;
}
.md-mb--105 {
margin-bottom: -105px;
}
.md-mb--106 {
margin-bottom: -106px;
}
.md-mb--107 {
margin-bottom: -107px;
}
.md-mb--108 {
margin-bottom: -108px;
}
.md-mb--109 {
margin-bottom: -109px;
}
.md-mb--110 {
margin-bottom: -110px;
}
.md-mb--111 {
margin-bottom: -111px;
}
.md-mb--112 {
margin-bottom: -112px;
}
.md-mb--113 {
margin-bottom: -113px;
}
.md-mb--114 {
margin-bottom: -114px;
}
.md-mb--115 {
margin-bottom: -115px;
}
.md-mb--116 {
margin-bottom: -116px;
}
.md-mb--117 {
margin-bottom: -117px;
}
.md-mb--118 {
margin-bottom: -118px;
}
.md-mb--119 {
margin-bottom: -119px;
}
.md-mb--120 {
margin-bottom: -120px;
}
.md-mb--121 {
margin-bottom: -121px;
}
.md-mb--122 {
margin-bottom: -122px;
}
.md-mb--123 {
margin-bottom: -123px;
}
.md-mb--124 {
margin-bottom: -124px;
}
.md-mb--125 {
margin-bottom: -125px;
}
.md-mb--126 {
margin-bottom: -126px;
}
.md-mb--127 {
margin-bottom: -127px;
}
.md-mb--128 {
margin-bottom: -128px;
}
.md-mb--129 {
margin-bottom: -129px;
}
.md-mb--130 {
margin-bottom: -130px;
}
.md-mb--131 {
margin-bottom: -131px;
}
.md-mb--132 {
margin-bottom: -132px;
}
.md-mb--133 {
margin-bottom: -133px;
}
.md-mb--134 {
margin-bottom: -134px;
}
.md-mb--135 {
margin-bottom: -135px;
}
.md-mb--136 {
margin-bottom: -136px;
}
.md-mb--137 {
margin-bottom: -137px;
}
.md-mb--138 {
margin-bottom: -138px;
}
.md-mb--139 {
margin-bottom: -139px;
}
.md-mb--140 {
margin-bottom: -140px;
}
.md-mb--141 {
margin-bottom: -141px;
}
.md-mb--142 {
margin-bottom: -142px;
}
.md-mb--143 {
margin-bottom: -143px;
}
.md-mb--144 {
margin-bottom: -144px;
}
.md-mb--145 {
margin-bottom: -145px;
}
.md-mb--146 {
margin-bottom: -146px;
}
.md-mb--147 {
margin-bottom: -147px;
}
.md-mb--148 {
margin-bottom: -148px;
}
.md-mb--149 {
margin-bottom: -149px;
}
.md-mb--150 {
margin-bottom: -150px;
}
.md-mb--151 {
margin-bottom: -151px;
}
.md-mb--152 {
margin-bottom: -152px;
}
.md-mb--153 {
margin-bottom: -153px;
}
.md-mb--154 {
margin-bottom: -154px;
}
.md-mb--155 {
margin-bottom: -155px;
}
.md-mb--156 {
margin-bottom: -156px;
}
.md-mb--157 {
margin-bottom: -157px;
}
.md-mb--158 {
margin-bottom: -158px;
}
.md-mb--159 {
margin-bottom: -159px;
}
.md-mb--160 {
margin-bottom: -160px;
}
.md-mb--161 {
margin-bottom: -161px;
}
.md-mb--162 {
margin-bottom: -162px;
}
.md-mb--163 {
margin-bottom: -163px;
}
.md-mb--164 {
margin-bottom: -164px;
}
.md-mb--165 {
margin-bottom: -165px;
}
.md-mb--166 {
margin-bottom: -166px;
}
.md-mb--167 {
margin-bottom: -167px;
}
.md-mb--168 {
margin-bottom: -168px;
}
.md-mb--169 {
margin-bottom: -169px;
}
.md-mb--170 {
margin-bottom: -170px;
}
.md-mb--171 {
margin-bottom: -171px;
}
.md-mb--172 {
margin-bottom: -172px;
}
.md-mb--173 {
margin-bottom: -173px;
}
.md-mb--174 {
margin-bottom: -174px;
}
.md-mb--175 {
margin-bottom: -175px;
}
.md-mb--176 {
margin-bottom: -176px;
}
.md-mb--177 {
margin-bottom: -177px;
}
.md-mb--178 {
margin-bottom: -178px;
}
.md-mb--179 {
margin-bottom: -179px;
}
.md-mb--180 {
margin-bottom: -180px;
}
.md-mb--181 {
margin-bottom: -181px;
}
.md-mb--182 {
margin-bottom: -182px;
}
.md-mb--183 {
margin-bottom: -183px;
}
.md-mb--184 {
margin-bottom: -184px;
}
.md-mb--185 {
margin-bottom: -185px;
}
.md-mb--186 {
margin-bottom: -186px;
}
.md-mb--187 {
margin-bottom: -187px;
}
.md-mb--188 {
margin-bottom: -188px;
}
.md-mb--189 {
margin-bottom: -189px;
}
.md-mb--190 {
margin-bottom: -190px;
}
.md-mb--191 {
margin-bottom: -191px;
}
.md-mb--192 {
margin-bottom: -192px;
}
.md-mb--193 {
margin-bottom: -193px;
}
.md-mb--194 {
margin-bottom: -194px;
}
.md-mb--195 {
margin-bottom: -195px;
}
.md-mb--196 {
margin-bottom: -196px;
}
.md-mb--197 {
margin-bottom: -197px;
}
.md-mb--198 {
margin-bottom: -198px;
}
.md-mb--199 {
margin-bottom: -199px;
}
.md-mb--200 {
margin-bottom: -200px;
}
.md-ml--1 {
margin-left: -1px;
}
.md-ml--2 {
margin-left: -2px;
}
.md-ml--3 {
margin-left: -3px;
}
.md-ml--4 {
margin-left: -4px;
}
.md-ml--5 {
margin-left: -5px;
}
.md-ml--6 {
margin-left: -6px;
}
.md-ml--7 {
margin-left: -7px;
}
.md-ml--8 {
margin-left: -8px;
}
.md-ml--9 {
margin-left: -9px;
}
.md-ml--10 {
margin-left: -10px;
}
.md-ml--11 {
margin-left: -11px;
}
.md-ml--12 {
margin-left: -12px;
}
.md-ml--13 {
margin-left: -13px;
}
.md-ml--14 {
margin-left: -14px;
}
.md-ml--15 {
margin-left: -15px;
}
.md-ml--16 {
margin-left: -16px;
}
.md-ml--17 {
margin-left: -17px;
}
.md-ml--18 {
margin-left: -18px;
}
.md-ml--19 {
margin-left: -19px;
}
.md-ml--20 {
margin-left: -20px;
}
.md-ml--21 {
margin-left: -21px;
}
.md-ml--22 {
margin-left: -22px;
}
.md-ml--23 {
margin-left: -23px;
}
.md-ml--24 {
margin-left: -24px;
}
.md-ml--25 {
margin-left: -25px;
}
.md-ml--26 {
margin-left: -26px;
}
.md-ml--27 {
margin-left: -27px;
}
.md-ml--28 {
margin-left: -28px;
}
.md-ml--29 {
margin-left: -29px;
}
.md-ml--30 {
margin-left: -30px;
}
.md-ml--31 {
margin-left: -31px;
}
.md-ml--32 {
margin-left: -32px;
}
.md-ml--33 {
margin-left: -33px;
}
.md-ml--34 {
margin-left: -34px;
}
.md-ml--35 {
margin-left: -35px;
}
.md-ml--36 {
margin-left: -36px;
}
.md-ml--37 {
margin-left: -37px;
}
.md-ml--38 {
margin-left: -38px;
}
.md-ml--39 {
margin-left: -39px;
}
.md-ml--40 {
margin-left: -40px;
}
.md-ml--41 {
margin-left: -41px;
}
.md-ml--42 {
margin-left: -42px;
}
.md-ml--43 {
margin-left: -43px;
}
.md-ml--44 {
margin-left: -44px;
}
.md-ml--45 {
margin-left: -45px;
}
.md-ml--46 {
margin-left: -46px;
}
.md-ml--47 {
margin-left: -47px;
}
.md-ml--48 {
margin-left: -48px;
}
.md-ml--49 {
margin-left: -49px;
}
.md-ml--50 {
margin-left: -50px;
}
.md-ml--51 {
margin-left: -51px;
}
.md-ml--52 {
margin-left: -52px;
}
.md-ml--53 {
margin-left: -53px;
}
.md-ml--54 {
margin-left: -54px;
}
.md-ml--55 {
margin-left: -55px;
}
.md-ml--56 {
margin-left: -56px;
}
.md-ml--57 {
margin-left: -57px;
}
.md-ml--58 {
margin-left: -58px;
}
.md-ml--59 {
margin-left: -59px;
}
.md-ml--60 {
margin-left: -60px;
}
.md-ml--61 {
margin-left: -61px;
}
.md-ml--62 {
margin-left: -62px;
}
.md-ml--63 {
margin-left: -63px;
}
.md-ml--64 {
margin-left: -64px;
}
.md-ml--65 {
margin-left: -65px;
}
.md-ml--66 {
margin-left: -66px;
}
.md-ml--67 {
margin-left: -67px;
}
.md-ml--68 {
margin-left: -68px;
}
.md-ml--69 {
margin-left: -69px;
}
.md-ml--70 {
margin-left: -70px;
}
.md-ml--71 {
margin-left: -71px;
}
.md-ml--72 {
margin-left: -72px;
}
.md-ml--73 {
margin-left: -73px;
}
.md-ml--74 {
margin-left: -74px;
}
.md-ml--75 {
margin-left: -75px;
}
.md-ml--76 {
margin-left: -76px;
}
.md-ml--77 {
margin-left: -77px;
}
.md-ml--78 {
margin-left: -78px;
}
.md-ml--79 {
margin-left: -79px;
}
.md-ml--80 {
margin-left: -80px;
}
.md-ml--81 {
margin-left: -81px;
}
.md-ml--82 {
margin-left: -82px;
}
.md-ml--83 {
margin-left: -83px;
}
.md-ml--84 {
margin-left: -84px;
}
.md-ml--85 {
margin-left: -85px;
}
.md-ml--86 {
margin-left: -86px;
}
.md-ml--87 {
margin-left: -87px;
}
.md-ml--88 {
margin-left: -88px;
}
.md-ml--89 {
margin-left: -89px;
}
.md-ml--90 {
margin-left: -90px;
}
.md-ml--91 {
margin-left: -91px;
}
.md-ml--92 {
margin-left: -92px;
}
.md-ml--93 {
margin-left: -93px;
}
.md-ml--94 {
margin-left: -94px;
}
.md-ml--95 {
margin-left: -95px;
}
.md-ml--96 {
margin-left: -96px;
}
.md-ml--97 {
margin-left: -97px;
}
.md-ml--98 {
margin-left: -98px;
}
.md-ml--99 {
margin-left: -99px;
}
.md-ml--100 {
margin-left: -100px;
}
.md-ml--101 {
margin-left: -101px;
}
.md-ml--102 {
margin-left: -102px;
}
.md-ml--103 {
margin-left: -103px;
}
.md-ml--104 {
margin-left: -104px;
}
.md-ml--105 {
margin-left: -105px;
}
.md-ml--106 {
margin-left: -106px;
}
.md-ml--107 {
margin-left: -107px;
}
.md-ml--108 {
margin-left: -108px;
}
.md-ml--109 {
margin-left: -109px;
}
.md-ml--110 {
margin-left: -110px;
}
.md-ml--111 {
margin-left: -111px;
}
.md-ml--112 {
margin-left: -112px;
}
.md-ml--113 {
margin-left: -113px;
}
.md-ml--114 {
margin-left: -114px;
}
.md-ml--115 {
margin-left: -115px;
}
.md-ml--116 {
margin-left: -116px;
}
.md-ml--117 {
margin-left: -117px;
}
.md-ml--118 {
margin-left: -118px;
}
.md-ml--119 {
margin-left: -119px;
}
.md-ml--120 {
margin-left: -120px;
}
.md-ml--121 {
margin-left: -121px;
}
.md-ml--122 {
margin-left: -122px;
}
.md-ml--123 {
margin-left: -123px;
}
.md-ml--124 {
margin-left: -124px;
}
.md-ml--125 {
margin-left: -125px;
}
.md-ml--126 {
margin-left: -126px;
}
.md-ml--127 {
margin-left: -127px;
}
.md-ml--128 {
margin-left: -128px;
}
.md-ml--129 {
margin-left: -129px;
}
.md-ml--130 {
margin-left: -130px;
}
.md-ml--131 {
margin-left: -131px;
}
.md-ml--132 {
margin-left: -132px;
}
.md-ml--133 {
margin-left: -133px;
}
.md-ml--134 {
margin-left: -134px;
}
.md-ml--135 {
margin-left: -135px;
}
.md-ml--136 {
margin-left: -136px;
}
.md-ml--137 {
margin-left: -137px;
}
.md-ml--138 {
margin-left: -138px;
}
.md-ml--139 {
margin-left: -139px;
}
.md-ml--140 {
margin-left: -140px;
}
.md-ml--141 {
margin-left: -141px;
}
.md-ml--142 {
margin-left: -142px;
}
.md-ml--143 {
margin-left: -143px;
}
.md-ml--144 {
margin-left: -144px;
}
.md-ml--145 {
margin-left: -145px;
}
.md-ml--146 {
margin-left: -146px;
}
.md-ml--147 {
margin-left: -147px;
}
.md-ml--148 {
margin-left: -148px;
}
.md-ml--149 {
margin-left: -149px;
}
.md-ml--150 {
margin-left: -150px;
}
.md-ml--151 {
margin-left: -151px;
}
.md-ml--152 {
margin-left: -152px;
}
.md-ml--153 {
margin-left: -153px;
}
.md-ml--154 {
margin-left: -154px;
}
.md-ml--155 {
margin-left: -155px;
}
.md-ml--156 {
margin-left: -156px;
}
.md-ml--157 {
margin-left: -157px;
}
.md-ml--158 {
margin-left: -158px;
}
.md-ml--159 {
margin-left: -159px;
}
.md-ml--160 {
margin-left: -160px;
}
.md-ml--161 {
margin-left: -161px;
}
.md-ml--162 {
margin-left: -162px;
}
.md-ml--163 {
margin-left: -163px;
}
.md-ml--164 {
margin-left: -164px;
}
.md-ml--165 {
margin-left: -165px;
}
.md-ml--166 {
margin-left: -166px;
}
.md-ml--167 {
margin-left: -167px;
}
.md-ml--168 {
margin-left: -168px;
}
.md-ml--169 {
margin-left: -169px;
}
.md-ml--170 {
margin-left: -170px;
}
.md-ml--171 {
margin-left: -171px;
}
.md-ml--172 {
margin-left: -172px;
}
.md-ml--173 {
margin-left: -173px;
}
.md-ml--174 {
margin-left: -174px;
}
.md-ml--175 {
margin-left: -175px;
}
.md-ml--176 {
margin-left: -176px;
}
.md-ml--177 {
margin-left: -177px;
}
.md-ml--178 {
margin-left: -178px;
}
.md-ml--179 {
margin-left: -179px;
}
.md-ml--180 {
margin-left: -180px;
}
.md-ml--181 {
margin-left: -181px;
}
.md-ml--182 {
margin-left: -182px;
}
.md-ml--183 {
margin-left: -183px;
}
.md-ml--184 {
margin-left: -184px;
}
.md-ml--185 {
margin-left: -185px;
}
.md-ml--186 {
margin-left: -186px;
}
.md-ml--187 {
margin-left: -187px;
}
.md-ml--188 {
margin-left: -188px;
}
.md-ml--189 {
margin-left: -189px;
}
.md-ml--190 {
margin-left: -190px;
}
.md-ml--191 {
margin-left: -191px;
}
.md-ml--192 {
margin-left: -192px;
}
.md-ml--193 {
margin-left: -193px;
}
.md-ml--194 {
margin-left: -194px;
}
.md-ml--195 {
margin-left: -195px;
}
.md-ml--196 {
margin-left: -196px;
}
.md-ml--197 {
margin-left: -197px;
}
.md-ml--198 {
margin-left: -198px;
}
.md-ml--199 {
margin-left: -199px;
}
.md-ml--200 {
margin-left: -200px;
}
.md-mr--1 {
margin-right: -1px;
}
.md-mr--2 {
margin-right: -2px;
}
.md-mr--3 {
margin-right: -3px;
}
.md-mr--4 {
margin-right: -4px;
}
.md-mr--5 {
margin-right: -5px;
}
.md-mr--6 {
margin-right: -6px;
}
.md-mr--7 {
margin-right: -7px;
}
.md-mr--8 {
margin-right: -8px;
}
.md-mr--9 {
margin-right: -9px;
}
.md-mr--10 {
margin-right: -10px;
}
.md-mr--11 {
margin-right: -11px;
}
.md-mr--12 {
margin-right: -12px;
}
.md-mr--13 {
margin-right: -13px;
}
.md-mr--14 {
margin-right: -14px;
}
.md-mr--15 {
margin-right: -15px;
}
.md-mr--16 {
margin-right: -16px;
}
.md-mr--17 {
margin-right: -17px;
}
.md-mr--18 {
margin-right: -18px;
}
.md-mr--19 {
margin-right: -19px;
}
.md-mr--20 {
margin-right: -20px;
}
.md-mr--21 {
margin-right: -21px;
}
.md-mr--22 {
margin-right: -22px;
}
.md-mr--23 {
margin-right: -23px;
}
.md-mr--24 {
margin-right: -24px;
}
.md-mr--25 {
margin-right: -25px;
}
.md-mr--26 {
margin-right: -26px;
}
.md-mr--27 {
margin-right: -27px;
}
.md-mr--28 {
margin-right: -28px;
}
.md-mr--29 {
margin-right: -29px;
}
.md-mr--30 {
margin-right: -30px;
}
.md-mr--31 {
margin-right: -31px;
}
.md-mr--32 {
margin-right: -32px;
}
.md-mr--33 {
margin-right: -33px;
}
.md-mr--34 {
margin-right: -34px;
}
.md-mr--35 {
margin-right: -35px;
}
.md-mr--36 {
margin-right: -36px;
}
.md-mr--37 {
margin-right: -37px;
}
.md-mr--38 {
margin-right: -38px;
}
.md-mr--39 {
margin-right: -39px;
}
.md-mr--40 {
margin-right: -40px;
}
.md-mr--41 {
margin-right: -41px;
}
.md-mr--42 {
margin-right: -42px;
}
.md-mr--43 {
margin-right: -43px;
}
.md-mr--44 {
margin-right: -44px;
}
.md-mr--45 {
margin-right: -45px;
}
.md-mr--46 {
margin-right: -46px;
}
.md-mr--47 {
margin-right: -47px;
}
.md-mr--48 {
margin-right: -48px;
}
.md-mr--49 {
margin-right: -49px;
}
.md-mr--50 {
margin-right: -50px;
}
.md-mr--51 {
margin-right: -51px;
}
.md-mr--52 {
margin-right: -52px;
}
.md-mr--53 {
margin-right: -53px;
}
.md-mr--54 {
margin-right: -54px;
}
.md-mr--55 {
margin-right: -55px;
}
.md-mr--56 {
margin-right: -56px;
}
.md-mr--57 {
margin-right: -57px;
}
.md-mr--58 {
margin-right: -58px;
}
.md-mr--59 {
margin-right: -59px;
}
.md-mr--60 {
margin-right: -60px;
}
.md-mr--61 {
margin-right: -61px;
}
.md-mr--62 {
margin-right: -62px;
}
.md-mr--63 {
margin-right: -63px;
}
.md-mr--64 {
margin-right: -64px;
}
.md-mr--65 {
margin-right: -65px;
}
.md-mr--66 {
margin-right: -66px;
}
.md-mr--67 {
margin-right: -67px;
}
.md-mr--68 {
margin-right: -68px;
}
.md-mr--69 {
margin-right: -69px;
}
.md-mr--70 {
margin-right: -70px;
}
.md-mr--71 {
margin-right: -71px;
}
.md-mr--72 {
margin-right: -72px;
}
.md-mr--73 {
margin-right: -73px;
}
.md-mr--74 {
margin-right: -74px;
}
.md-mr--75 {
margin-right: -75px;
}
.md-mr--76 {
margin-right: -76px;
}
.md-mr--77 {
margin-right: -77px;
}
.md-mr--78 {
margin-right: -78px;
}
.md-mr--79 {
margin-right: -79px;
}
.md-mr--80 {
margin-right: -80px;
}
.md-mr--81 {
margin-right: -81px;
}
.md-mr--82 {
margin-right: -82px;
}
.md-mr--83 {
margin-right: -83px;
}
.md-mr--84 {
margin-right: -84px;
}
.md-mr--85 {
margin-right: -85px;
}
.md-mr--86 {
margin-right: -86px;
}
.md-mr--87 {
margin-right: -87px;
}
.md-mr--88 {
margin-right: -88px;
}
.md-mr--89 {
margin-right: -89px;
}
.md-mr--90 {
margin-right: -90px;
}
.md-mr--91 {
margin-right: -91px;
}
.md-mr--92 {
margin-right: -92px;
}
.md-mr--93 {
margin-right: -93px;
}
.md-mr--94 {
margin-right: -94px;
}
.md-mr--95 {
margin-right: -95px;
}
.md-mr--96 {
margin-right: -96px;
}
.md-mr--97 {
margin-right: -97px;
}
.md-mr--98 {
margin-right: -98px;
}
.md-mr--99 {
margin-right: -99px;
}
.md-mr--100 {
margin-right: -100px;
}
.md-mr--101 {
margin-right: -101px;
}
.md-mr--102 {
margin-right: -102px;
}
.md-mr--103 {
margin-right: -103px;
}
.md-mr--104 {
margin-right: -104px;
}
.md-mr--105 {
margin-right: -105px;
}
.md-mr--106 {
margin-right: -106px;
}
.md-mr--107 {
margin-right: -107px;
}
.md-mr--108 {
margin-right: -108px;
}
.md-mr--109 {
margin-right: -109px;
}
.md-mr--110 {
margin-right: -110px;
}
.md-mr--111 {
margin-right: -111px;
}
.md-mr--112 {
margin-right: -112px;
}
.md-mr--113 {
margin-right: -113px;
}
.md-mr--114 {
margin-right: -114px;
}
.md-mr--115 {
margin-right: -115px;
}
.md-mr--116 {
margin-right: -116px;
}
.md-mr--117 {
margin-right: -117px;
}
.md-mr--118 {
margin-right: -118px;
}
.md-mr--119 {
margin-right: -119px;
}
.md-mr--120 {
margin-right: -120px;
}
.md-mr--121 {
margin-right: -121px;
}
.md-mr--122 {
margin-right: -122px;
}
.md-mr--123 {
margin-right: -123px;
}
.md-mr--124 {
margin-right: -124px;
}
.md-mr--125 {
margin-right: -125px;
}
.md-mr--126 {
margin-right: -126px;
}
.md-mr--127 {
margin-right: -127px;
}
.md-mr--128 {
margin-right: -128px;
}
.md-mr--129 {
margin-right: -129px;
}
.md-mr--130 {
margin-right: -130px;
}
.md-mr--131 {
margin-right: -131px;
}
.md-mr--132 {
margin-right: -132px;
}
.md-mr--133 {
margin-right: -133px;
}
.md-mr--134 {
margin-right: -134px;
}
.md-mr--135 {
margin-right: -135px;
}
.md-mr--136 {
margin-right: -136px;
}
.md-mr--137 {
margin-right: -137px;
}
.md-mr--138 {
margin-right: -138px;
}
.md-mr--139 {
margin-right: -139px;
}
.md-mr--140 {
margin-right: -140px;
}
.md-mr--141 {
margin-right: -141px;
}
.md-mr--142 {
margin-right: -142px;
}
.md-mr--143 {
margin-right: -143px;
}
.md-mr--144 {
margin-right: -144px;
}
.md-mr--145 {
margin-right: -145px;
}
.md-mr--146 {
margin-right: -146px;
}
.md-mr--147 {
margin-right: -147px;
}
.md-mr--148 {
margin-right: -148px;
}
.md-mr--149 {
margin-right: -149px;
}
.md-mr--150 {
margin-right: -150px;
}
.md-mr--151 {
margin-right: -151px;
}
.md-mr--152 {
margin-right: -152px;
}
.md-mr--153 {
margin-right: -153px;
}
.md-mr--154 {
margin-right: -154px;
}
.md-mr--155 {
margin-right: -155px;
}
.md-mr--156 {
margin-right: -156px;
}
.md-mr--157 {
margin-right: -157px;
}
.md-mr--158 {
margin-right: -158px;
}
.md-mr--159 {
margin-right: -159px;
}
.md-mr--160 {
margin-right: -160px;
}
.md-mr--161 {
margin-right: -161px;
}
.md-mr--162 {
margin-right: -162px;
}
.md-mr--163 {
margin-right: -163px;
}
.md-mr--164 {
margin-right: -164px;
}
.md-mr--165 {
margin-right: -165px;
}
.md-mr--166 {
margin-right: -166px;
}
.md-mr--167 {
margin-right: -167px;
}
.md-mr--168 {
margin-right: -168px;
}
.md-mr--169 {
margin-right: -169px;
}
.md-mr--170 {
margin-right: -170px;
}
.md-mr--171 {
margin-right: -171px;
}
.md-mr--172 {
margin-right: -172px;
}
.md-mr--173 {
margin-right: -173px;
}
.md-mr--174 {
margin-right: -174px;
}
.md-mr--175 {
margin-right: -175px;
}
.md-mr--176 {
margin-right: -176px;
}
.md-mr--177 {
margin-right: -177px;
}
.md-mr--178 {
margin-right: -178px;
}
.md-mr--179 {
margin-right: -179px;
}
.md-mr--180 {
margin-right: -180px;
}
.md-mr--181 {
margin-right: -181px;
}
.md-mr--182 {
margin-right: -182px;
}
.md-mr--183 {
margin-right: -183px;
}
.md-mr--184 {
margin-right: -184px;
}
.md-mr--185 {
margin-right: -185px;
}
.md-mr--186 {
margin-right: -186px;
}
.md-mr--187 {
margin-right: -187px;
}
.md-mr--188 {
margin-right: -188px;
}
.md-mr--189 {
margin-right: -189px;
}
.md-mr--190 {
margin-right: -190px;
}
.md-mr--191 {
margin-right: -191px;
}
.md-mr--192 {
margin-right: -192px;
}
.md-mr--193 {
margin-right: -193px;
}
.md-mr--194 {
margin-right: -194px;
}
.md-mr--195 {
margin-right: -195px;
}
.md-mr--196 {
margin-right: -196px;
}
.md-mr--197 {
margin-right: -197px;
}
.md-mr--198 {
margin-right: -198px;
}
.md-mr--199 {
margin-right: -199px;
}
.md-mr--200 {
margin-right: -200px;
}
}
@media only screen and (max-width: 767px) {
.sm-padding-0 {
padding: 0;
}
.sm-margin-0 {
margin: 0;
}
.sm-pt-0 {
padding-top: 0;
}
.sm-pt-1 {
padding-top: 1px;
}
.sm-pt-2 {
padding-top: 2px;
}
.sm-pt-3 {
padding-top: 3px;
}
.sm-pt-4 {
padding-top: 4px;
}
.sm-pt-5 {
padding-top: 5px;
}
.sm-pt-6 {
padding-top: 6px;
}
.sm-pt-7 {
padding-top: 7px;
}
.sm-pt-8 {
padding-top: 8px;
}
.sm-pt-9 {
padding-top: 9px;
}
.sm-pt-10 {
padding-top: 10px;
}
.sm-pt-11 {
padding-top: 11px;
}
.sm-pt-12 {
padding-top: 12px;
}
.sm-pt-13 {
padding-top: 13px;
}
.sm-pt-14 {
padding-top: 14px;
}
.sm-pt-15 {
padding-top: 15px;
}
.sm-pt-16 {
padding-top: 16px;
}
.sm-pt-17 {
padding-top: 17px;
}
.sm-pt-18 {
padding-top: 18px;
}
.sm-pt-19 {
padding-top: 19px;
}
.sm-pt-20 {
padding-top: 20px;
}
.sm-pt-21 {
padding-top: 21px;
}
.sm-pt-22 {
padding-top: 22px;
}
.sm-pt-23 {
padding-top: 23px;
}
.sm-pt-24 {
padding-top: 24px;
}
.sm-pt-25 {
padding-top: 25px;
}
.sm-pt-26 {
padding-top: 26px;
}
.sm-pt-27 {
padding-top: 27px;
}
.sm-pt-28 {
padding-top: 28px;
}
.sm-pt-29 {
padding-top: 29px;
}
.sm-pt-30 {
padding-top: 30px;
}
.sm-pt-31 {
padding-top: 31px;
}
.sm-pt-32 {
padding-top: 32px;
}
.sm-pt-33 {
padding-top: 33px;
}
.sm-pt-34 {
padding-top: 34px;
}
.sm-pt-35 {
padding-top: 35px;
}
.sm-pt-36 {
padding-top: 36px;
}
.sm-pt-37 {
padding-top: 37px;
}
.sm-pt-38 {
padding-top: 38px;
}
.sm-pt-39 {
padding-top: 39px;
}
.sm-pt-40 {
padding-top: 40px;
}
.sm-pt-41 {
padding-top: 41px;
}
.sm-pt-42 {
padding-top: 42px;
}
.sm-pt-43 {
padding-top: 43px;
}
.sm-pt-44 {
padding-top: 44px;
}
.sm-pt-45 {
padding-top: 45px;
}
.sm-pt-46 {
padding-top: 46px;
}
.sm-pt-47 {
padding-top: 47px;
}
.sm-pt-48 {
padding-top: 48px;
}
.sm-pt-49 {
padding-top: 49px;
}
.sm-pt-50 {
padding-top: 50px;
}
.sm-pt-51 {
padding-top: 51px;
}
.sm-pt-52 {
padding-top: 52px;
}
.sm-pt-53 {
padding-top: 53px;
}
.sm-pt-54 {
padding-top: 54px;
}
.sm-pt-55 {
padding-top: 55px;
}
.sm-pt-56 {
padding-top: 56px;
}
.sm-pt-57 {
padding-top: 57px;
}
.sm-pt-58 {
padding-top: 58px;
}
.sm-pt-59 {
padding-top: 59px;
}
.sm-pt-60 {
padding-top: 60px;
}
.sm-pt-61 {
padding-top: 61px;
}
.sm-pt-62 {
padding-top: 62px;
}
.sm-pt-63 {
padding-top: 63px;
}
.sm-pt-64 {
padding-top: 64px;
}
.sm-pt-65 {
padding-top: 65px;
}
.sm-pt-66 {
padding-top: 66px;
}
.sm-pt-67 {
padding-top: 67px;
}
.sm-pt-68 {
padding-top: 68px;
}
.sm-pt-69 {
padding-top: 69px;
}
.sm-pt-70 {
padding-top: 70px;
}
.sm-pt-71 {
padding-top: 71px;
}
.sm-pt-72 {
padding-top: 72px;
}
.sm-pt-73 {
padding-top: 73px;
}
.sm-pt-74 {
padding-top: 74px;
}
.sm-pt-75 {
padding-top: 75px;
}
.sm-pt-76 {
padding-top: 76px;
}
.sm-pt-77 {
padding-top: 77px;
}
.sm-pt-78 {
padding-top: 78px;
}
.sm-pt-79 {
padding-top: 79px;
}
.sm-pt-80 {
padding-top: 80px;
}
.sm-pt-81 {
padding-top: 81px;
}
.sm-pt-82 {
padding-top: 82px;
}
.sm-pt-83 {
padding-top: 83px;
}
.sm-pt-84 {
padding-top: 84px;
}
.sm-pt-85 {
padding-top: 85px;
}
.sm-pt-86 {
padding-top: 86px;
}
.sm-pt-87 {
padding-top: 87px;
}
.sm-pt-88 {
padding-top: 88px;
}
.sm-pt-89 {
padding-top: 89px;
}
.sm-pt-90 {
padding-top: 90px;
}
.sm-pt-91 {
padding-top: 91px;
}
.sm-pt-92 {
padding-top: 92px;
}
.sm-pt-93 {
padding-top: 93px;
}
.sm-pt-94 {
padding-top: 94px;
}
.sm-pt-95 {
padding-top: 95px;
}
.sm-pt-96 {
padding-top: 96px;
}
.sm-pt-97 {
padding-top: 97px;
}
.sm-pt-98 {
padding-top: 98px;
}
.sm-pt-99 {
padding-top: 99px;
}
.sm-pt-100 {
padding-top: 100px;
}
.sm-pt-101 {
padding-top: 101px;
}
.sm-pt-102 {
padding-top: 102px;
}
.sm-pt-103 {
padding-top: 103px;
}
.sm-pt-104 {
padding-top: 104px;
}
.sm-pt-105 {
padding-top: 105px;
}
.sm-pt-106 {
padding-top: 106px;
}
.sm-pt-107 {
padding-top: 107px;
}
.sm-pt-108 {
padding-top: 108px;
}
.sm-pt-109 {
padding-top: 109px;
}
.sm-pt-110 {
padding-top: 110px;
}
.sm-pt-111 {
padding-top: 111px;
}
.sm-pt-112 {
padding-top: 112px;
}
.sm-pt-113 {
padding-top: 113px;
}
.sm-pt-114 {
padding-top: 114px;
}
.sm-pt-115 {
padding-top: 115px;
}
.sm-pt-116 {
padding-top: 116px;
}
.sm-pt-117 {
padding-top: 117px;
}
.sm-pt-118 {
padding-top: 118px;
}
.sm-pt-119 {
padding-top: 119px;
}
.sm-pt-120 {
padding-top: 120px;
}
.sm-pt-121 {
padding-top: 121px;
}
.sm-pt-122 {
padding-top: 122px;
}
.sm-pt-123 {
padding-top: 123px;
}
.sm-pt-124 {
padding-top: 124px;
}
.sm-pt-125 {
padding-top: 125px;
}
.sm-pt-126 {
padding-top: 126px;
}
.sm-pt-127 {
padding-top: 127px;
}
.sm-pt-128 {
padding-top: 128px;
}
.sm-pt-129 {
padding-top: 129px;
}
.sm-pt-130 {
padding-top: 130px;
}
.sm-pt-131 {
padding-top: 131px;
}
.sm-pt-132 {
padding-top: 132px;
}
.sm-pt-133 {
padding-top: 133px;
}
.sm-pt-134 {
padding-top: 134px;
}
.sm-pt-135 {
padding-top: 135px;
}
.sm-pt-136 {
padding-top: 136px;
}
.sm-pt-137 {
padding-top: 137px;
}
.sm-pt-138 {
padding-top: 138px;
}
.sm-pt-139 {
padding-top: 139px;
}
.sm-pt-140 {
padding-top: 140px;
}
.sm-pt-141 {
padding-top: 141px;
}
.sm-pt-142 {
padding-top: 142px;
}
.sm-pt-143 {
padding-top: 143px;
}
.sm-pt-144 {
padding-top: 144px;
}
.sm-pt-145 {
padding-top: 145px;
}
.sm-pt-146 {
padding-top: 146px;
}
.sm-pt-147 {
padding-top: 147px;
}
.sm-pt-148 {
padding-top: 148px;
}
.sm-pt-149 {
padding-top: 149px;
}
.sm-pt-150 {
padding-top: 150px;
}
.sm-pt-151 {
padding-top: 151px;
}
.sm-pt-152 {
padding-top: 152px;
}
.sm-pt-153 {
padding-top: 153px;
}
.sm-pt-154 {
padding-top: 154px;
}
.sm-pt-155 {
padding-top: 155px;
}
.sm-pt-156 {
padding-top: 156px;
}
.sm-pt-157 {
padding-top: 157px;
}
.sm-pt-158 {
padding-top: 158px;
}
.sm-pt-159 {
padding-top: 159px;
}
.sm-pt-160 {
padding-top: 160px;
}
.sm-pt-161 {
padding-top: 161px;
}
.sm-pt-162 {
padding-top: 162px;
}
.sm-pt-163 {
padding-top: 163px;
}
.sm-pt-164 {
padding-top: 164px;
}
.sm-pt-165 {
padding-top: 165px;
}
.sm-pt-166 {
padding-top: 166px;
}
.sm-pt-167 {
padding-top: 167px;
}
.sm-pt-168 {
padding-top: 168px;
}
.sm-pt-169 {
padding-top: 169px;
}
.sm-pt-170 {
padding-top: 170px;
}
.sm-pt-171 {
padding-top: 171px;
}
.sm-pt-172 {
padding-top: 172px;
}
.sm-pt-173 {
padding-top: 173px;
}
.sm-pt-174 {
padding-top: 174px;
}
.sm-pt-175 {
padding-top: 175px;
}
.sm-pt-176 {
padding-top: 176px;
}
.sm-pt-177 {
padding-top: 177px;
}
.sm-pt-178 {
padding-top: 178px;
}
.sm-pt-179 {
padding-top: 179px;
}
.sm-pt-180 {
padding-top: 180px;
}
.sm-pt-181 {
padding-top: 181px;
}
.sm-pt-182 {
padding-top: 182px;
}
.sm-pt-183 {
padding-top: 183px;
}
.sm-pt-184 {
padding-top: 184px;
}
.sm-pt-185 {
padding-top: 185px;
}
.sm-pt-186 {
padding-top: 186px;
}
.sm-pt-187 {
padding-top: 187px;
}
.sm-pt-188 {
padding-top: 188px;
}
.sm-pt-189 {
padding-top: 189px;
}
.sm-pt-190 {
padding-top: 190px;
}
.sm-pt-191 {
padding-top: 191px;
}
.sm-pt-192 {
padding-top: 192px;
}
.sm-pt-193 {
padding-top: 193px;
}
.sm-pt-194 {
padding-top: 194px;
}
.sm-pt-195 {
padding-top: 195px;
}
.sm-pt-196 {
padding-top: 196px;
}
.sm-pt-197 {
padding-top: 197px;
}
.sm-pt-198 {
padding-top: 198px;
}
.sm-pt-199 {
padding-top: 199px;
}
.sm-pt-200 {
padding-top: 200px;
}
.sm-pb-0 {
padding-bottom: 0;
}
.sm-pb-1 {
padding-bottom: 1px;
}
.sm-pb-2 {
padding-bottom: 2px;
}
.sm-pb-3 {
padding-bottom: 3px;
}
.sm-pb-4 {
padding-bottom: 4px;
}
.sm-pb-5 {
padding-bottom: 5px;
}
.sm-pb-6 {
padding-bottom: 6px;
}
.sm-pb-7 {
padding-bottom: 7px;
}
.sm-pb-8 {
padding-bottom: 8px;
}
.sm-pb-9 {
padding-bottom: 9px;
}
.sm-pb-10 {
padding-bottom: 10px;
}
.sm-pb-11 {
padding-bottom: 11px;
}
.sm-pb-12 {
padding-bottom: 12px;
}
.sm-pb-13 {
padding-bottom: 13px;
}
.sm-pb-14 {
padding-bottom: 14px;
}
.sm-pb-15 {
padding-bottom: 15px;
}
.sm-pb-16 {
padding-bottom: 16px;
}
.sm-pb-17 {
padding-bottom: 17px;
}
.sm-pb-18 {
padding-bottom: 18px;
}
.sm-pb-19 {
padding-bottom: 19px;
}
.sm-pb-20 {
padding-bottom: 20px;
}
.sm-pb-21 {
padding-bottom: 21px;
}
.sm-pb-22 {
padding-bottom: 22px;
}
.sm-pb-23 {
padding-bottom: 23px;
}
.sm-pb-24 {
padding-bottom: 24px;
}
.sm-pb-25 {
padding-bottom: 25px;
}
.sm-pb-26 {
padding-bottom: 26px;
}
.sm-pb-27 {
padding-bottom: 27px;
}
.sm-pb-28 {
padding-bottom: 28px;
}
.sm-pb-29 {
padding-bottom: 29px;
}
.sm-pb-30 {
padding-bottom: 30px;
}
.sm-pb-31 {
padding-bottom: 31px;
}
.sm-pb-32 {
padding-bottom: 32px;
}
.sm-pb-33 {
padding-bottom: 33px;
}
.sm-pb-34 {
padding-bottom: 34px;
}
.sm-pb-35 {
padding-bottom: 35px;
}
.sm-pb-36 {
padding-bottom: 36px;
}
.sm-pb-37 {
padding-bottom: 37px;
}
.sm-pb-38 {
padding-bottom: 38px;
}
.sm-pb-39 {
padding-bottom: 39px;
}
.sm-pb-40 {
padding-bottom: 40px;
}
.sm-pb-41 {
padding-bottom: 41px;
}
.sm-pb-42 {
padding-bottom: 42px;
}
.sm-pb-43 {
padding-bottom: 43px;
}
.sm-pb-44 {
padding-bottom: 44px;
}
.sm-pb-45 {
padding-bottom: 45px;
}
.sm-pb-46 {
padding-bottom: 46px;
}
.sm-pb-47 {
padding-bottom: 47px;
}
.sm-pb-48 {
padding-bottom: 48px;
}
.sm-pb-49 {
padding-bottom: 49px;
}
.sm-pb-50 {
padding-bottom: 50px;
}
.sm-pb-51 {
padding-bottom: 51px;
}
.sm-pb-52 {
padding-bottom: 52px;
}
.sm-pb-53 {
padding-bottom: 53px;
}
.sm-pb-54 {
padding-bottom: 54px;
}
.sm-pb-55 {
padding-bottom: 55px;
}
.sm-pb-56 {
padding-bottom: 56px;
}
.sm-pb-57 {
padding-bottom: 57px;
}
.sm-pb-58 {
padding-bottom: 58px;
}
.sm-pb-59 {
padding-bottom: 59px;
}
.sm-pb-60 {
padding-bottom: 60px;
}
.sm-pb-61 {
padding-bottom: 61px;
}
.sm-pb-62 {
padding-bottom: 62px;
}
.sm-pb-63 {
padding-bottom: 63px;
}
.sm-pb-64 {
padding-bottom: 64px;
}
.sm-pb-65 {
padding-bottom: 65px;
}
.sm-pb-66 {
padding-bottom: 66px;
}
.sm-pb-67 {
padding-bottom: 67px;
}
.sm-pb-68 {
padding-bottom: 68px;
}
.sm-pb-69 {
padding-bottom: 69px;
}
.sm-pb-70 {
padding-bottom: 70px;
}
.sm-pb-71 {
padding-bottom: 71px;
}
.sm-pb-72 {
padding-bottom: 72px;
}
.sm-pb-73 {
padding-bottom: 73px;
}
.sm-pb-74 {
padding-bottom: 74px;
}
.sm-pb-75 {
padding-bottom: 75px;
}
.sm-pb-76 {
padding-bottom: 76px;
}
.sm-pb-77 {
padding-bottom: 77px;
}
.sm-pb-78 {
padding-bottom: 78px;
}
.sm-pb-79 {
padding-bottom: 79px;
}
.sm-pb-80 {
padding-bottom: 80px;
}
.sm-pb-81 {
padding-bottom: 81px;
}
.sm-pb-82 {
padding-bottom: 82px;
}
.sm-pb-83 {
padding-bottom: 83px;
}
.sm-pb-84 {
padding-bottom: 84px;
}
.sm-pb-85 {
padding-bottom: 85px;
}
.sm-pb-86 {
padding-bottom: 86px;
}
.sm-pb-87 {
padding-bottom: 87px;
}
.sm-pb-88 {
padding-bottom: 88px;
}
.sm-pb-89 {
padding-bottom: 89px;
}
.sm-pb-90 {
padding-bottom: 90px;
}
.sm-pb-91 {
padding-bottom: 91px;
}
.sm-pb-92 {
padding-bottom: 92px;
}
.sm-pb-93 {
padding-bottom: 93px;
}
.sm-pb-94 {
padding-bottom: 94px;
}
.sm-pb-95 {
padding-bottom: 95px;
}
.sm-pb-96 {
padding-bottom: 96px;
}
.sm-pb-97 {
padding-bottom: 97px;
}
.sm-pb-98 {
padding-bottom: 98px;
}
.sm-pb-99 {
padding-bottom: 99px;
}
.sm-pb-100 {
padding-bottom: 100px;
}
.sm-pb-101 {
padding-bottom: 101px;
}
.sm-pb-102 {
padding-bottom: 102px;
}
.sm-pb-104 {
padding-bottom: 104px;
}
.sm-pb-105 {
padding-bottom: 105px;
}
.sm-pb-106 {
padding-bottom: 106px;
}
.sm-pb-107 {
padding-bottom: 107px;
}
.sm-pb-108 {
padding-bottom: 108px;
}
.sm-pb-109 {
padding-bottom: 109px;
}
.sm-pb-110 {
padding-bottom: 110px;
}
.sm-pb-111 {
padding-bottom: 111px;
}
.sm-pb-112 {
padding-bottom: 112px;
}
.sm-pb-113 {
padding-bottom: 113px;
}
.sm-pb-114 {
padding-bottom: 114px;
}
.sm-pb-115 {
padding-bottom: 115px;
}
.sm-pb-116 {
padding-bottom: 116px;
}
.sm-pb-117 {
padding-bottom: 117px;
}
.sm-pb-118 {
padding-bottom: 118px;
}
.sm-pb-119 {
padding-bottom: 119px;
}
.sm-pb-120 {
padding-bottom: 120px;
}
.sm-pb-121 {
padding-bottom: 121px;
}
.sm-pb-122 {
padding-bottom: 122px;
}
.sm-pb-123 {
padding-bottom: 123px;
}
.sm-pb-124 {
padding-bottom: 124px;
}
.sm-pb-125 {
padding-bottom: 125px;
}
.sm-pb-126 {
padding-bottom: 126px;
}
.sm-pb-127 {
padding-bottom: 127px;
}
.sm-pb-128 {
padding-bottom: 128px;
}
.sm-pb-129 {
padding-bottom: 129px;
}
.sm-pb-130 {
padding-bottom: 130px;
}
.sm-pb-131 {
padding-bottom: 131px;
}
.sm-pb-132 {
padding-bottom: 132px;
}
.sm-pb-133 {
padding-bottom: 133px;
}
.sm-pb-134 {
padding-bottom: 134px;
}
.sm-pb-135 {
padding-bottom: 135px;
}
.sm-pb-136 {
padding-bottom: 136px;
}
.sm-pb-137 {
padding-bottom: 137px;
}
.sm-pb-138 {
padding-bottom: 138px;
}
.sm-pb-139 {
padding-bottom: 139px;
}
.sm-pb-140 {
padding-bottom: 140px;
}
.sm-pb-141 {
padding-bottom: 141px;
}
.sm-pb-142 {
padding-bottom: 142px;
}
.sm-pb-143 {
padding-bottom: 143px;
}
.sm-pb-144 {
padding-bottom: 144px;
}
.sm-pb-145 {
padding-bottom: 145px;
}
.sm-pb-146 {
padding-bottom: 146px;
}
.sm-pb-147 {
padding-bottom: 147px;
}
.sm-pb-148 {
padding-bottom: 148px;
}
.sm-pb-149 {
padding-bottom: 149px;
}
.sm-pb-150 {
padding-bottom: 150px;
}
.sm-pb-151 {
padding-bottom: 151px;
}
.sm-pb-152 {
padding-bottom: 152px;
}
.sm-pb-153 {
padding-bottom: 153px;
}
.sm-pb-154 {
padding-bottom: 154px;
}
.sm-pb-155 {
padding-bottom: 155px;
}
.sm-pb-156 {
padding-bottom: 156px;
}
.sm-pb-157 {
padding-bottom: 157px;
}
.sm-pb-158 {
padding-bottom: 158px;
}
.sm-pb-159 {
padding-bottom: 159px;
}
.sm-pb-160 {
padding-bottom: 160px;
}
.sm-pb-161 {
padding-bottom: 161px;
}
.sm-pb-162 {
padding-bottom: 162px;
}
.sm-pb-163 {
padding-bottom: 163px;
}
.sm-pb-164 {
padding-bottom: 164px;
}
.sm-pb-165 {
padding-bottom: 165px;
}
.sm-pb-166 {
padding-bottom: 166px;
}
.sm-pb-167 {
padding-bottom: 167px;
}
.sm-pb-168 {
padding-bottom: 168px;
}
.sm-pb-169 {
padding-bottom: 169px;
}
.sm-pb-170 {
padding-bottom: 170px;
}
.sm-pb-171 {
padding-bottom: 171px;
}
.sm-pb-172 {
padding-bottom: 172px;
}
.sm-pb-173 {
padding-bottom: 173px;
}
.sm-pb-174 {
padding-bottom: 174px;
}
.sm-pb-175 {
padding-bottom: 175px;
}
.sm-pb-176 {
padding-bottom: 176px;
}
.sm-pb-177 {
padding-bottom: 177px;
}
.sm-pb-178 {
padding-bottom: 178px;
}
.sm-pb-179 {
padding-bottom: 179px;
}
.sm-pb-180 {
padding-bottom: 180px;
}
.sm-pb-181 {
padding-bottom: 181px;
}
.sm-pb-182 {
padding-bottom: 182px;
}
.sm-pb-183 {
padding-bottom: 183px;
}
.sm-pb-184 {
padding-bottom: 184px;
}
.sm-pb-185 {
padding-bottom: 185px;
}
.sm-pb-186 {
padding-bottom: 186px;
}
.sm-pb-187 {
padding-bottom: 187px;
}
.sm-pb-188 {
padding-bottom: 188px;
}
.sm-pb-189 {
padding-bottom: 189px;
}
.sm-pb-190 {
padding-bottom: 190px;
}
.sm-pb-191 {
padding-bottom: 191px;
}
.sm-pb-192 {
padding-bottom: 192px;
}
.sm-pb-193 {
padding-bottom: 193px;
}
.sm-pb-194 {
padding-bottom: 194px;
}
.sm-pb-195 {
padding-bottom: 195px;
}
.sm-pb-196 {
padding-bottom: 196px;
}
.sm-pb-197 {
padding-bottom: 197px;
}
.sm-pb-198 {
padding-bottom: 198px;
}
.sm-pb-199 {
padding-bottom: 199px;
}
.sm-pb-200 {
padding-bottom: 200px;
}
.sm-pr-0 {
padding-right: 0;
}
.sm-pr-1 {
padding-right: 1px;
}
.sm-pr-2 {
padding-right: 2px;
}
.sm-pr-4 {
padding-right: 4px;
}
.sm-pr-5 {
padding-right: 5px;
}
.sm-pr-6 {
padding-right: 6px;
}
.sm-pr-7 {
padding-right: 7px;
}
.sm-pr-8 {
padding-right: 8px;
}
.sm-pr-9 {
padding-right: 9px;
}
.sm-pr-10 {
padding-right: 10px;
}
.sm-pr-11 {
padding-right: 11px;
}
.sm-pr-12 {
padding-right: 12px;
}
.sm-pr-13 {
padding-right: 13px;
}
.sm-pr-14 {
padding-right: 14px;
}
.sm-pr-15 {
padding-right: 15px;
}
.sm-pr-16 {
padding-right: 16px;
}
.sm-pr-17 {
padding-right: 17px;
}
.sm-pr-18 {
padding-right: 18px;
}
.sm-pr-19 {
padding-right: 19px;
}
.sm-pr-20 {
padding-right: 20px;
}
.sm-pr-21 {
padding-right: 21px;
}
.sm-pr-22 {
padding-right: 22px;
}
.sm-pr-23 {
padding-right: 23px;
}
.sm-pr-24 {
padding-right: 24px;
}
.sm-pr-25 {
padding-right: 25px;
}
.sm-pr-26 {
padding-right: 26px;
}
.sm-pr-27 {
padding-right: 27px;
}
.sm-pr-28 {
padding-right: 28px;
}
.sm-pr-29 {
padding-right: 29px;
}
.sm-pr-30 {
padding-right: 30px;
}
.sm-pr-31 {
padding-right: 31px;
}
.sm-pr-32 {
padding-right: 32px;
}
.sm-pr-33 {
padding-right: 33px;
}
.sm-pr-34 {
padding-right: 34px;
}
.sm-pr-35 {
padding-right: 35px;
}
.sm-pr-36 {
padding-right: 36px;
}
.sm-pr-37 {
padding-right: 37px;
}
.sm-pr-38 {
padding-right: 38px;
}
.sm-pr-39 {
padding-right: 39px;
}
.sm-pr-40 {
padding-right: 40px;
}
.sm-pr-41 {
padding-right: 41px;
}
.sm-pr-42 {
padding-right: 42px;
}
.sm-pr-43 {
padding-right: 43px;
}
.sm-pr-44 {
padding-right: 44px;
}
.sm-pr-45 {
padding-right: 45px;
}
.sm-pr-46 {
padding-right: 46px;
}
.sm-pr-47 {
padding-right: 47px;
}
.sm-pr-48 {
padding-right: 48px;
}
.sm-pr-49 {
padding-right: 49px;
}
.sm-pr-50 {
padding-right: 50px;
}
.sm-pr-51 {
padding-right: 51px;
}
.sm-pr-52 {
padding-right: 52px;
}
.sm-pr-53 {
padding-right: 53px;
}
.sm-pr-54 {
padding-right: 54px;
}
.sm-pr-55 {
padding-right: 55px;
}
.sm-pr-56 {
padding-right: 56px;
}
.sm-pr-57 {
padding-right: 57px;
}
.sm-pr-58 {
padding-right: 58px;
}
.sm-pr-59 {
padding-right: 59px;
}
.sm-pr-60 {
padding-right: 60px;
}
.sm-pr-61 {
padding-right: 61px;
}
.sm-pr-62 {
padding-right: 62px;
}
.sm-pr-63 {
padding-right: 63px;
}
.sm-pr-64 {
padding-right: 64px;
}
.sm-pr-65 {
padding-right: 65px;
}
.sm-pr-66 {
padding-right: 66px;
}
.sm-pr-67 {
padding-right: 67px;
}
.sm-pr-68 {
padding-right: 68px;
}
.sm-pr-69 {
padding-right: 69px;
}
.sm-pr-70 {
padding-right: 70px;
}
.sm-pr-71 {
padding-right: 71px;
}
.sm-pr-72 {
padding-right: 72px;
}
.sm-pr-73 {
padding-right: 73px;
}
.sm-pr-74 {
padding-right: 74px;
}
.sm-pr-75 {
padding-right: 75px;
}
.sm-pr-76 {
padding-right: 76px;
}
.sm-pr-77 {
padding-right: 77px;
}
.sm-pr-78 {
padding-right: 78px;
}
.sm-pr-79 {
padding-right: 79px;
}
.sm-pr-80 {
padding-right: 80px;
}
.sm-pr-81 {
padding-right: 81px;
}
.sm-pr-82 {
padding-right: 82px;
}
.sm-pr-83 {
padding-right: 83px;
}
.sm-pr-84 {
padding-right: 84px;
}
.sm-pr-85 {
padding-right: 85px;
}
.sm-pr-86 {
padding-right: 86px;
}
.sm-pr-87 {
padding-right: 87px;
}
.sm-pr-88 {
padding-right: 88px;
}
.sm-pr-89 {
padding-right: 89px;
}
.sm-pr-90 {
padding-right: 90px;
}
.sm-pr-91 {
padding-right: 91px;
}
.sm-pr-92 {
padding-right: 92px;
}
.sm-pr-93 {
padding-right: 93px;
}
.sm-pr-94 {
padding-right: 94px;
}
.sm-pr-95 {
padding-right: 95px;
}
.sm-pr-96 {
padding-right: 96px;
}
.sm-pr-97 {
padding-right: 97px;
}
.sm-pr-98 {
padding-right: 98px;
}
.sm-pr-99 {
padding-right: 99px;
}
.sm-pr-100 {
padding-right: 100px;
}
.sm-pr-101 {
padding-right: 101px;
}
.sm-pr-102 {
padding-right: 102px;
}
.sm-pr-104 {
padding-right: 104px;
}
.sm-pr-105 {
padding-right: 105px;
}
.sm-pr-106 {
padding-right: 106px;
}
.sm-pr-107 {
padding-right: 107px;
}
.sm-pr-108 {
padding-right: 108px;
}
.sm-pr-109 {
padding-right: 109px;
}
.sm-pr-110 {
padding-right: 110px;
}
.sm-pr-111 {
padding-right: 111px;
}
.sm-pr-112 {
padding-right: 112px;
}
.sm-pr-113 {
padding-right: 113px;
}
.sm-pr-114 {
padding-right: 114px;
}
.sm-pr-115 {
padding-right: 115px;
}
.sm-pr-116 {
padding-right: 116px;
}
.sm-pr-117 {
padding-right: 117px;
}
.sm-pr-118 {
padding-right: 118px;
}
.sm-pr-119 {
padding-right: 119px;
}
.sm-pr-120 {
padding-right: 120px;
}
.sm-pr-121 {
padding-right: 121px;
}
.sm-pr-122 {
padding-right: 122px;
}
.sm-pr-123 {
padding-right: 123px;
}
.sm-pr-124 {
padding-right: 124px;
}
.sm-pr-125 {
padding-right: 125px;
}
.sm-pr-126 {
padding-right: 126px;
}
.sm-pr-127 {
padding-right: 127px;
}
.sm-pr-128 {
padding-right: 128px;
}
.sm-pr-129 {
padding-right: 129px;
}
.sm-pr-130 {
padding-right: 130px;
}
.sm-pr-131 {
padding-right: 131px;
}
.sm-pr-132 {
padding-right: 132px;
}
.sm-pr-133 {
padding-right: 133px;
}
.sm-pr-134 {
padding-right: 134px;
}
.sm-pr-135 {
padding-right: 135px;
}
.sm-pr-136 {
padding-right: 136px;
}
.sm-pr-137 {
padding-right: 137px;
}
.sm-pr-138 {
padding-right: 138px;
}
.sm-pr-139 {
padding-right: 139px;
}
.sm-pr-140 {
padding-right: 140px;
}
.sm-pr-141 {
padding-right: 141px;
}
.sm-pr-142 {
padding-right: 142px;
}
.sm-pr-143 {
padding-right: 143px;
}
.sm-pr-144 {
padding-right: 144px;
}
.sm-pr-145 {
padding-right: 145px;
}
.sm-pr-146 {
padding-right: 146px;
}
.sm-pr-147 {
padding-right: 147px;
}
.sm-pr-148 {
padding-right: 148px;
}
.sm-pr-149 {
padding-right: 149px;
}
.sm-pr-150 {
padding-right: 150px;
}
.sm-pr-151 {
padding-right: 151px;
}
.sm-pr-152 {
padding-right: 152px;
}
.sm-pr-153 {
padding-right: 153px;
}
.sm-pr-154 {
padding-right: 154px;
}
.sm-pr-155 {
padding-right: 155px;
}
.sm-pr-156 {
padding-right: 156px;
}
.sm-pr-157 {
padding-right: 157px;
}
.sm-pr-158 {
padding-right: 158px;
}
.sm-pr-159 {
padding-right: 159px;
}
.sm-pr-160 {
padding-right: 160px;
}
.sm-pr-161 {
padding-right: 161px;
}
.sm-pr-162 {
padding-right: 162px;
}
.sm-pr-163 {
padding-right: 163px;
}
.sm-pr-164 {
padding-right: 164px;
}
.sm-pr-165 {
padding-right: 165px;
}
.sm-pr-166 {
padding-right: 166px;
}
.sm-pr-167 {
padding-right: 167px;
}
.sm-pr-168 {
padding-right: 168px;
}
.sm-pr-169 {
padding-right: 169px;
}
.sm-pr-170 {
padding-right: 170px;
}
.sm-pr-171 {
padding-right: 171px;
}
.sm-pr-172 {
padding-right: 172px;
}
.sm-pr-173 {
padding-right: 173px;
}
.sm-pr-174 {
padding-right: 174px;
}
.sm-pr-175 {
padding-right: 175px;
}
.sm-pr-176 {
padding-right: 176px;
}
.sm-pr-177 {
padding-right: 177px;
}
.sm-pr-178 {
padding-right: 178px;
}
.sm-pr-179 {
padding-right: 179px;
}
.sm-pr-180 {
padding-right: 180px;
}
.sm-pr-181 {
padding-right: 181px;
}
.sm-pr-182 {
padding-right: 182px;
}
.sm-pr-183 {
padding-right: 183px;
}
.sm-pr-184 {
padding-right: 184px;
}
.sm-pr-185 {
padding-right: 185px;
}
.sm-pr-186 {
padding-right: 186px;
}
.sm-pr-187 {
padding-right: 187px;
}
.sm-pr-188 {
padding-right: 188px;
}
.sm-pr-189 {
padding-right: 189px;
}
.sm-pr-190 {
padding-right: 190px;
}
.sm-pr-191 {
padding-right: 191px;
}
.sm-pr-192 {
padding-right: 192px;
}
.sm-pr-193 {
padding-right: 193px;
}
.sm-pr-194 {
padding-right: 194px;
}
.sm-pr-195 {
padding-right: 195px;
}
.sm-pr-196 {
padding-right: 196px;
}
.sm-pr-197 {
padding-right: 197px;
}
.sm-pr-198 {
padding-right: 198px;
}
.sm-pr-199 {
padding-right: 199px;
}
.sm-pr-200 {
padding-right: 200px;
}
.sm-pl-0 {
padding-left: 0;
}
.sm-pl-1 {
padding-left: 1px;
}
.sm-pl-2 {
padding-left: 2px;
}
.pb-3 {
padding-bottom: 3px;
}
.sm-pl-4 {
padding-left: 4px;
}
.sm-pl-5 {
padding-left: 5px;
}
.sm-pl-6 {
padding-left: 6px;
}
.sm-pl-7 {
padding-left: 7px;
}
.sm-pl-8 {
padding-left: 8px;
}
.sm-pl-9 {
padding-left: 9px;
}
.sm-pl-10 {
padding-left: 10px;
}
.sm-pl-11 {
padding-left: 11px;
}
.sm-pl-12 {
padding-left: 12px;
}
.sm-pl-13 {
padding-left: 13px;
}
.sm-pl-14 {
padding-left: 14px;
}
.sm-pl-15 {
padding-left: 15px;
}
.sm-pl-16 {
padding-left: 16px;
}
.sm-pl-17 {
padding-left: 17px;
}
.sm-pl-18 {
padding-left: 18px;
}
.sm-pl-19 {
padding-left: 19px;
}
.sm-pl-20 {
padding-left: 20px;
}
.sm-pl-21 {
padding-left: 21px;
}
.sm-pl-22 {
padding-left: 22px;
}
.sm-pl-23 {
padding-left: 23px;
}
.sm-pl-24 {
padding-left: 24px;
}
.sm-pl-25 {
padding-left: 25px;
}
.sm-pl-26 {
padding-left: 26px;
}
.sm-pl-27 {
padding-left: 27px;
}
.sm-pl-28 {
padding-left: 28px;
}
.sm-pl-29 {
padding-left: 29px;
}
.sm-pl-30 {
padding-left: 30px;
}
.sm-pl-31 {
padding-left: 31px;
}
.sm-pl-32 {
padding-left: 32px;
}
.sm-pl-33 {
padding-left: 33px;
}
.sm-pl-34 {
padding-left: 34px;
}
.sm-pl-35 {
padding-left: 35px;
}
.sm-pl-36 {
padding-left: 36px;
}
.sm-pl-37 {
padding-left: 37px;
}
.sm-pl-38 {
padding-left: 38px;
}
.sm-pl-39 {
padding-left: 39px;
}
.sm-pl-40 {
padding-left: 40px;
}
.sm-pl-41 {
padding-left: 41px;
}
.sm-pl-42 {
padding-left: 42px;
}
.sm-pl-43 {
padding-left: 43px;
}
.sm-pl-44 {
padding-left: 44px;
}
.sm-pl-45 {
padding-left: 45px;
}
.sm-pl-46 {
padding-left: 46px;
}
.sm-pl-47 {
padding-left: 47px;
}
.sm-pl-48 {
padding-left: 48px;
}
.sm-pl-49 {
padding-left: 49px;
}
.sm-pl-50 {
padding-left: 50px;
}
.sm-pl-51 {
padding-left: 51px;
}
.sm-pl-52 {
padding-left: 52px;
}
.sm-pl-53 {
padding-left: 53px;
}
.sm-pl-54 {
padding-left: 54px;
}
.sm-pl-55 {
padding-left: 55px;
}
.sm-pl-56 {
padding-left: 56px;
}
.sm-pl-57 {
padding-left: 57px;
}
.sm-pl-58 {
padding-left: 58px;
}
.sm-pl-59 {
padding-left: 59px;
}
.sm-pl-60 {
padding-left: 60px;
}
.sm-pl-61 {
padding-left: 61px;
}
.sm-pl-62 {
padding-left: 62px;
}
.sm-pl-63 {
padding-left: 63px;
}
.sm-pl-64 {
padding-left: 64px;
}
.sm-pl-65 {
padding-left: 65px;
}
.sm-pl-66 {
padding-left: 66px;
}
.sm-pl-67 {
padding-left: 67px;
}
.sm-pl-68 {
padding-left: 68px;
}
.sm-pl-69 {
padding-left: 69px;
}
.sm-pl-70 {
padding-left: 70px;
}
.sm-pl-71 {
padding-left: 71px;
}
.sm-pl-72 {
padding-left: 72px;
}
.sm-pl-73 {
padding-left: 73px;
}
.sm-pl-74 {
padding-left: 74px;
}
.sm-pl-75 {
padding-left: 75px;
}
.sm-pl-76 {
padding-left: 76px;
}
.sm-pl-77 {
padding-left: 77px;
}
.sm-pl-78 {
padding-left: 78px;
}
.sm-pl-79 {
padding-left: 79px;
}
.sm-pl-80 {
padding-left: 80px;
}
.sm-pl-81 {
padding-left: 81px;
}
.sm-pl-82 {
padding-left: 82px;
}
.sm-pl-83 {
padding-left: 83px;
}
.sm-pl-84 {
padding-left: 84px;
}
.sm-pl-85 {
padding-left: 85px;
}
.sm-pl-86 {
padding-left: 86px;
}
.sm-pl-87 {
padding-left: 87px;
}
.sm-pl-88 {
padding-left: 88px;
}
.sm-pl-89 {
padding-left: 89px;
}
.sm-pl-90 {
padding-left: 90px;
}
.sm-pl-91 {
padding-left: 91px;
}
.sm-pl-92 {
padding-left: 92px;
}
.sm-pl-93 {
padding-left: 93px;
}
.sm-pl-94 {
padding-left: 94px;
}
.sm-pl-95 {
padding-left: 95px;
}
.sm-pl-96 {
padding-left: 96px;
}
.sm-pl-97 {
padding-left: 97px;
}
.sm-pl-98 {
padding-left: 98px;
}
.sm-pl-99 {
padding-left: 99px;
}
.sm-pl-100 {
padding-left: 100px;
}
.sm-pl-101 {
padding-left: 101px;
}
.sm-pl-102 {
padding-left: 102px;
}
.sm-pb-103 {
padding-bottom: 103px;
}
.sm-pl-104 {
padding-left: 104px;
}
.sm-pl-105 {
padding-left: 105px;
}
.sm-pl-106 {
padding-left: 106px;
}
.sm-pl-107 {
padding-left: 107px;
}
.sm-pl-108 {
padding-left: 108px;
}
.sm-pl-109 {
padding-left: 109px;
}
.sm-pl-110 {
padding-left: 110px;
}
.sm-pl-111 {
padding-left: 111px;
}
.sm-pl-112 {
padding-left: 112px;
}
.sm-pl-113 {
padding-left: 113px;
}
.sm-pl-114 {
padding-left: 114px;
}
.sm-pl-115 {
padding-left: 115px;
}
.sm-pl-116 {
padding-left: 116px;
}
.sm-pl-117 {
padding-left: 117px;
}
.sm-pl-118 {
padding-left: 118px;
}
.sm-pl-119 {
padding-left: 119px;
}
.sm-pl-120 {
padding-left: 120px;
}
.sm-pl-121 {
padding-left: 121px;
}
.sm-pl-122 {
padding-left: 122px;
}
.sm-pl-123 {
padding-left: 123px;
}
.sm-pl-124 {
padding-left: 124px;
}
.sm-pl-125 {
padding-left: 125px;
}
.sm-pl-126 {
padding-left: 126px;
}
.sm-pl-127 {
padding-left: 127px;
}
.sm-pl-128 {
padding-left: 128px;
}
.sm-pl-129 {
padding-left: 129px;
}
.sm-pl-130 {
padding-left: 130px;
}
.sm-pl-131 {
padding-left: 131px;
}
.sm-pl-132 {
padding-left: 132px;
}
.sm-pl-133 {
padding-left: 133px;
}
.sm-pl-134 {
padding-left: 134px;
}
.sm-pl-135 {
padding-left: 135px;
}
.sm-pl-136 {
padding-left: 136px;
}
.sm-pl-137 {
padding-left: 137px;
}
.sm-pl-138 {
padding-left: 138px;
}
.sm-pl-139 {
padding-left: 139px;
}
.sm-pl-140 {
padding-left: 140px;
}
.sm-pl-141 {
padding-left: 141px;
}
.sm-pl-142 {
padding-left: 142px;
}
.sm-pl-143 {
padding-left: 143px;
}
.sm-pl-144 {
padding-left: 144px;
}
.sm-pl-145 {
padding-left: 145px;
}
.sm-pl-146 {
padding-left: 146px;
}
.sm-pl-147 {
padding-left: 147px;
}
.sm-pl-148 {
padding-left: 148px;
}
.sm-pl-149 {
padding-left: 149px;
}
.sm-pl-150 {
padding-left: 150px;
}
.sm-pl-151 {
padding-left: 151px;
}
.sm-pl-152 {
padding-left: 152px;
}
.sm-pl-153 {
padding-left: 153px;
}
.sm-pl-154 {
padding-left: 154px;
}
.sm-pl-155 {
padding-left: 155px;
}
.sm-pl-156 {
padding-left: 156px;
}
.sm-pl-157 {
padding-left: 157px;
}
.sm-pl-158 {
padding-left: 158px;
}
.sm-pl-159 {
padding-left: 159px;
}
.sm-pl-160 {
padding-left: 160px;
}
.sm-pl-161 {
padding-left: 161px;
}
.sm-pl-162 {
padding-left: 162px;
}
.sm-pl-163 {
padding-left: 163px;
}
.sm-pl-164 {
padding-left: 164px;
}
.sm-pl-165 {
padding-left: 165px;
}
.sm-pl-166 {
padding-left: 166px;
}
.sm-pl-167 {
padding-left: 167px;
}
.sm-pl-168 {
padding-left: 168px;
}
.sm-pl-169 {
padding-left: 169px;
}
.sm-pl-170 {
padding-left: 170px;
}
.sm-pl-171 {
padding-left: 171px;
}
.sm-pl-172 {
padding-left: 172px;
}
.sm-pl-173 {
padding-left: 173px;
}
.sm-pl-174 {
padding-left: 174px;
}
.sm-pl-175 {
padding-left: 175px;
}
.sm-pl-176 {
padding-left: 176px;
}
.sm-pl-177 {
padding-left: 177px;
}
.sm-pl-178 {
padding-left: 178px;
}
.sm-pl-179 {
padding-left: 179px;
}
.sm-pl-180 {
padding-left: 180px;
}
.sm-pl-181 {
padding-left: 181px;
}
.sm-pl-182 {
padding-left: 182px;
}
.sm-pl-183 {
padding-left: 183px;
}
.sm-pl-184 {
padding-left: 184px;
}
.sm-pl-185 {
padding-left: 185px;
}
.sm-pl-186 {
padding-left: 186px;
}
.sm-pl-187 {
padding-left: 187px;
}
.sm-pl-188 {
padding-left: 188px;
}
.sm-pl-189 {
padding-left: 189px;
}
.sm-pl-190 {
padding-left: 190px;
}
.sm-pl-191 {
padding-left: 191px;
}
.sm-pl-192 {
padding-left: 192px;
}
.sm-pl-193 {
padding-left: 193px;
}
.sm-pl-194 {
padding-left: 194px;
}
.sm-pl-195 {
padding-left: 195px;
}
.sm-pl-196 {
padding-left: 196px;
}
.sm-pl-197 {
padding-left: 197px;
}
.sm-pl-198 {
padding-left: 198px;
}
.sm-pl-199 {
padding-left: 199px;
}
.sm-pl-200 {
padding-left: 200px;
}
.sm-mt-0 {
margin-top: 0;
}
.sm-mt-1 {
margin-top: 1px;
}
.sm-mt-2 {
margin-top: 2px;
}
.sm-mt-3 {
margin-top: 3px;
}
.sm-mt-4 {
margin-top: 4px;
}
.sm-mt-5 {
margin-top: 5px;
}
.sm-mt-6 {
margin-top: 6px;
}
.sm-mt-7 {
margin-top: 7px;
}
.sm-mt-8 {
margin-top: 8px;
}
.sm-mt-9 {
margin-top: 9px;
}
.sm-mt-10 {
margin-top: 10px;
}
.sm-mt-11 {
margin-top: 11px;
}
.sm-mt-12 {
margin-top: 12px;
}
.sm-mt-13 {
margin-top: 13px;
}
.sm-mt-14 {
margin-top: 14px;
}
.sm-mt-15 {
margin-top: 15px;
}
.sm-mt-16 {
margin-top: 16px;
}
.sm-mt-17 {
margin-top: 17px;
}
.sm-mt-18 {
margin-top: 18px;
}
.sm-mt-19 {
margin-top: 19px;
}
.sm-mt-20 {
margin-top: 20px;
}
.sm-mt-21 {
margin-top: 21px;
}
.sm-mt-22 {
margin-top: 22px;
}
.sm-mt-23 {
margin-top: 23px;
}
.sm-mt-24 {
margin-top: 24px;
}
.sm-mt-25 {
margin-top: 25px;
}
.sm-mt-26 {
margin-top: 26px;
}
.sm-mt-27 {
margin-top: 27px;
}
.sm-mt-28 {
margin-top: 28px;
}
.sm-mt-29 {
margin-top: 29px;
}
.sm-mt-30 {
margin-top: 30px;
}
.sm-mt-31 {
margin-top: 31px;
}
.sm-mt-32 {
margin-top: 32px;
}
.sm-mt-33 {
margin-top: 33px;
}
.sm-mt-34 {
margin-top: 34px;
}
.sm-mt-35 {
margin-top: 35px;
}
.sm-mt-36 {
margin-top: 36px;
}
.sm-mt-37 {
margin-top: 37px;
}
.sm-mt-38 {
margin-top: 38px;
}
.sm-mt-39 {
margin-top: 39px;
}
.sm-mt-40 {
margin-top: 40px;
}
.sm-mt-41 {
margin-top: 41px;
}
.sm-mt-42 {
margin-top: 42px;
}
.sm-mt-43 {
margin-top: 43px;
}
.sm-mt-44 {
margin-top: 44px;
}
.sm-mt-45 {
margin-top: 45px;
}
.sm-mt-46 {
margin-top: 46px;
}
.sm-mt-47 {
margin-top: 47px;
}
.sm-mt-48 {
margin-top: 48px;
}
.sm-mt-49 {
margin-top: 49px;
}
.sm-mt-50 {
margin-top: 50px;
}
.sm-mt-51 {
margin-top: 51px;
}
.sm-mt-52 {
margin-top: 52px;
}
.sm-mt-53 {
margin-top: 53px;
}
.sm-mt-54 {
margin-top: 54px;
}
.sm-mt-55 {
margin-top: 55px;
}
.sm-mt-56 {
margin-top: 56px;
}
.sm-mt-57 {
margin-top: 57px;
}
.sm-mt-58 {
margin-top: 58px;
}
.sm-mt-59 {
margin-top: 59px;
}
.sm-mt-60 {
margin-top: 60px;
}
.sm-mt-61 {
margin-top: 61px;
}
.sm-mt-62 {
margin-top: 62px;
}
.sm-mt-63 {
margin-top: 63px;
}
.sm-mt-64 {
margin-top: 64px;
}
.sm-mt-65 {
margin-top: 65px;
}
.sm-mt-66 {
margin-top: 66px;
}
.sm-mt-67 {
margin-top: 67px;
}
.sm-mt-68 {
margin-top: 68px;
}
.sm-mt-69 {
margin-top: 69px;
}
.sm-mt-70 {
margin-top: 70px;
}
.sm-mt-71 {
margin-top: 71px;
}
.sm-mt-72 {
margin-top: 72px;
}
.sm-mt-73 {
margin-top: 73px;
}
.sm-mt-74 {
margin-top: 74px;
}
.sm-mt-75 {
margin-top: 75px;
}
.sm-mt-76 {
margin-top: 76px;
}
.sm-mt-77 {
margin-top: 77px;
}
.sm-mt-78 {
margin-top: 78px;
}
.sm-mt-79 {
margin-top: 79px;
}
.sm-mt-80 {
margin-top: 80px;
}
.sm-mt-81 {
margin-top: 81px;
}
.sm-mt-82 {
margin-top: 82px;
}
.sm-mt-83 {
margin-top: 83px;
}
.sm-mt-84 {
margin-top: 84px;
}
.sm-mt-85 {
margin-top: 85px;
}
.sm-mt-86 {
margin-top: 86px;
}
.sm-mt-87 {
margin-top: 87px;
}
.sm-mt-88 {
margin-top: 88px;
}
.sm-mt-89 {
margin-top: 89px;
}
.sm-mt-90 {
margin-top: 90px;
}
.sm-mt-91 {
margin-top: 91px;
}
.sm-mt-92 {
margin-top: 92px;
}
.sm-mt-93 {
margin-top: 93px;
}
.sm-mt-94 {
margin-top: 94px;
}
.sm-mt-95 {
margin-top: 95px;
}
.sm-mt-96 {
margin-top: 96px;
}
.sm-mt-97 {
margin-top: 97px;
}
.sm-mt-98 {
margin-top: 98px;
}
.sm-mt-99 {
margin-top: 99px;
}
.sm-mt-100 {
margin-top: 100px;
}
.sm-mt-101 {
margin-top: 101px;
}
.sm-mt-102 {
margin-top: 102px;
}
.sm-mt-103 {
margin-top: 103px;
}
.sm-mt-104 {
margin-top: 104px;
}
.sm-mt-105 {
margin-top: 105px;
}
.sm-mt-106 {
margin-top: 106px;
}
.sm-mt-107 {
margin-top: 107px;
}
.sm-mt-108 {
margin-top: 108px;
}
.sm-mt-109 {
margin-top: 109px;
}
.sm-mt-110 {
margin-top: 110px;
}
.sm-mt-111 {
margin-top: 111px;
}
.sm-mt-112 {
margin-top: 112px;
}
.sm-mt-113 {
margin-top: 113px;
}
.sm-mt-114 {
margin-top: 114px;
}
.sm-mt-115 {
margin-top: 115px;
}
.sm-mt-116 {
margin-top: 116px;
}
.sm-mt-117 {
margin-top: 117px;
}
.sm-mt-118 {
margin-top: 118px;
}
.sm-mt-119 {
margin-top: 119px;
}
.sm-mt-120 {
margin-top: 120px;
}
.sm-mt-121 {
margin-top: 121px;
}
.sm-mt-122 {
margin-top: 122px;
}
.sm-mt-123 {
margin-top: 123px;
}
.sm-mt-124 {
margin-top: 124px;
}
.sm-mt-125 {
margin-top: 125px;
}
.sm-mt-126 {
margin-top: 126px;
}
.sm-mt-127 {
margin-top: 127px;
}
.sm-mt-128 {
margin-top: 128px;
}
.sm-mt-129 {
margin-top: 129px;
}
.sm-mt-130 {
margin-top: 130px;
}
.sm-mt-131 {
margin-top: 131px;
}
.sm-mt-132 {
margin-top: 132px;
}
.sm-mt-133 {
margin-top: 133px;
}
.sm-mt-134 {
margin-top: 134px;
}
.sm-mt-135 {
margin-top: 135px;
}
.sm-mt-136 {
margin-top: 136px;
}
.sm-mt-137 {
margin-top: 137px;
}
.sm-mt-138 {
margin-top: 138px;
}
.sm-mt-139 {
margin-top: 139px;
}
.sm-mt-140 {
margin-top: 140px;
}
.sm-mt-141 {
margin-top: 141px;
}
.sm-mt-142 {
margin-top: 142px;
}
.sm-mt-143 {
margin-top: 143px;
}
.sm-mt-144 {
margin-top: 144px;
}
.sm-mt-145 {
margin-top: 145px;
}
.sm-mt-146 {
margin-top: 146px;
}
.sm-mt-147 {
margin-top: 147px;
}
.sm-mt-148 {
margin-top: 148px;
}
.sm-mt-149 {
margin-top: 149px;
}
.sm-mt-150 {
margin-top: 150px;
}
.sm-mt-151 {
margin-top: 151px;
}
.sm-mt-152 {
margin-top: 152px;
}
.sm-mt-153 {
margin-top: 153px;
}
.sm-mt-154 {
margin-top: 154px;
}
.sm-mt-155 {
margin-top: 155px;
}
.sm-mt-156 {
margin-top: 156px;
}
.sm-mt-157 {
margin-top: 157px;
}
.sm-mt-158 {
margin-top: 158px;
}
.sm-mt-159 {
margin-top: 159px;
}
.sm-mt-160 {
margin-top: 160px;
}
.sm-mt-161 {
margin-top: 161px;
}
.sm-mt-162 {
margin-top: 162px;
}
.sm-mt-163 {
margin-top: 163px;
}
.sm-mt-164 {
margin-top: 164px;
}
.sm-mt-165 {
margin-top: 165px;
}
.sm-mt-166 {
margin-top: 166px;
}
.sm-mt-167 {
margin-top: 167px;
}
.sm-mt-168 {
margin-top: 168px;
}
.sm-mt-169 {
margin-top: 169px;
}
.sm-mt-170 {
margin-top: 170px;
}
.sm-mt-171 {
margin-top: 171px;
}
.sm-mt-172 {
margin-top: 172px;
}
.sm-mt-173 {
margin-top: 173px;
}
.sm-mt-174 {
margin-top: 174px;
}
.sm-mt-175 {
margin-top: 175px;
}
.sm-mt-176 {
margin-top: 176px;
}
.sm-mt-177 {
margin-top: 177px;
}
.sm-mt-178 {
margin-top: 178px;
}
.sm-mt-179 {
margin-top: 179px;
}
.sm-mt-180 {
margin-top: 180px;
}
.sm-mt-181 {
margin-top: 181px;
}
.sm-mt-182 {
margin-top: 182px;
}
.sm-mt-183 {
margin-top: 183px;
}
.sm-mt-184 {
margin-top: 184px;
}
.sm-mt-185 {
margin-top: 185px;
}
.sm-mt-186 {
margin-top: 186px;
}
.sm-mt-187 {
margin-top: 187px;
}
.sm-mt-188 {
margin-top: 188px;
}
.sm-mt-189 {
margin-top: 189px;
}
.sm-mt-190 {
margin-top: 190px;
}
.sm-mt-191 {
margin-top: 191px;
}
.sm-mt-192 {
margin-top: 192px;
}
.sm-mt-193 {
margin-top: 193px;
}
.sm-mt-194 {
margin-top: 194px;
}
.sm-mt-195 {
margin-top: 195px;
}
.sm-mt-196 {
margin-top: 196px;
}
.sm-mt-197 {
margin-top: 197px;
}
.sm-mt-198 {
margin-top: 198px;
}
.sm-mt-199 {
margin-top: 199px;
}
.sm-mt-200 {
margin-top: 200px;
}
.sm-mb-0 {
margin-bottom: 0;
}
.sm-mb-1 {
margin-bottom: 1px;
}
.sm-mb-2 {
margin-bottom: 2px;
}
.sm-mb-3 {
margin-bottom: 3px;
}
.sm-mb-4 {
margin-bottom: 4px;
}
.sm-mb-5 {
margin-bottom: 5px;
}
.sm-mb-6 {
margin-bottom: 6px;
}
.sm-mb-7 {
margin-bottom: 7px;
}
.sm-mb-8 {
margin-bottom: 8px;
}
.sm-mb-9 {
margin-bottom: 9px;
}
.sm-mb-10 {
margin-bottom: 10px;
}
.sm-mb-11 {
margin-bottom: 11px;
}
.sm-mb-12 {
margin-bottom: 12px;
}
.sm-mb-13 {
margin-bottom: 13px;
}
.sm-mb-14 {
margin-bottom: 14px;
}
.sm-mb-15 {
margin-bottom: 15px;
}
.sm-mb-16 {
margin-bottom: 16px;
}
.sm-mb-17 {
margin-bottom: 17px;
}
.sm-mb-18 {
margin-bottom: 18px;
}
.sm-mb-19 {
margin-bottom: 19px;
}
.sm-mb-20 {
margin-bottom: 20px;
}
.sm-mb-21 {
margin-bottom: 21px;
}
.sm-mb-22 {
margin-bottom: 22px;
}
.sm-mb-23 {
margin-bottom: 23px;
}
.sm-mb-24 {
margin-bottom: 24px;
}
.sm-mb-25 {
margin-bottom: 25px;
}
.sm-mb-26 {
margin-bottom: 26px;
}
.sm-mb-27 {
margin-bottom: 27px;
}
.sm-mb-28 {
margin-bottom: 28px;
}
.sm-mb-29 {
margin-bottom: 29px;
}
.sm-mb-30 {
margin-bottom: 30px;
}
.sm-mb-31 {
margin-bottom: 31px;
}
.sm-mb-32 {
margin-bottom: 32px;
}
.sm-mb-33 {
margin-bottom: 33px;
}
.sm-mb-34 {
margin-bottom: 34px;
}
.sm-mb-35 {
margin-bottom: 35px;
}
.sm-mb-36 {
margin-bottom: 36px;
}
.sm-mb-37 {
margin-bottom: 37px;
}
.sm-mb-38 {
margin-bottom: 38px;
}
.sm-mb-39 {
margin-bottom: 39px;
}
.sm-mb-40 {
margin-bottom: 40px;
}
.sm-mb-41 {
margin-bottom: 41px;
}
.sm-mb-42 {
margin-bottom: 42px;
}
.sm-mb-43 {
margin-bottom: 43px;
}
.sm-mb-44 {
margin-bottom: 44px;
}
.sm-mb-45 {
margin-bottom: 45px;
}
.sm-mb-46 {
margin-bottom: 46px;
}
.sm-mb-47 {
margin-bottom: 47px;
}
.sm-mb-48 {
margin-bottom: 48px;
}
.sm-mb-49 {
margin-bottom: 49px;
}
.sm-mb-50 {
margin-bottom: 50px;
}
.sm-mb-51 {
margin-bottom: 51px;
}
.sm-mb-52 {
margin-bottom: 52px;
}
.sm-mb-53 {
margin-bottom: 53px;
}
.sm-mb-54 {
margin-bottom: 54px;
}
.sm-mb-55 {
margin-bottom: 55px;
}
.sm-mb-56 {
margin-bottom: 56px;
}
.sm-mb-57 {
margin-bottom: 57px;
}
.sm-mb-58 {
margin-bottom: 58px;
}
.sm-mb-59 {
margin-bottom: 59px;
}
.sm-mb-60 {
margin-bottom: 60px;
}
.sm-mb-61 {
margin-bottom: 61px;
}
.sm-mb-62 {
margin-bottom: 62px;
}
.sm-mb-63 {
margin-bottom: 63px;
}
.sm-mb-64 {
margin-bottom: 64px;
}
.sm-mb-65 {
margin-bottom: 65px;
}
.sm-mb-66 {
margin-bottom: 66px;
}
.sm-mb-67 {
margin-bottom: 67px;
}
.sm-mb-68 {
margin-bottom: 68px;
}
.sm-mb-69 {
margin-bottom: 69px;
}
.sm-mb-70 {
margin-bottom: 70px;
}
.sm-mb-71 {
margin-bottom: 71px;
}
.sm-mb-72 {
margin-bottom: 72px;
}
.sm-mb-73 {
margin-bottom: 73px;
}
.sm-mb-74 {
margin-bottom: 74px;
}
.sm-mb-75 {
margin-bottom: 75px;
}
.sm-mb-76 {
margin-bottom: 76px;
}
.sm-mb-77 {
margin-bottom: 77px;
}
.sm-mb-78 {
margin-bottom: 78px;
}
.sm-mb-79 {
margin-bottom: 79px;
}
.sm-mb-80 {
margin-bottom: 80px;
}
.sm-mb-81 {
margin-bottom: 81px;
}
.sm-mb-82 {
margin-bottom: 82px;
}
.sm-mb-83 {
margin-bottom: 83px;
}
.sm-mb-84 {
margin-bottom: 84px;
}
.sm-mb-85 {
margin-bottom: 85px;
}
.sm-mb-86 {
margin-bottom: 86px;
}
.sm-mb-87 {
margin-bottom: 87px;
}
.sm-mb-88 {
margin-bottom: 88px;
}
.sm-mb-89 {
margin-bottom: 89px;
}
.sm-mb-90 {
margin-bottom: 90px;
}
.sm-mb-91 {
margin-bottom: 91px;
}
.sm-mb-92 {
margin-bottom: 92px;
}
.sm-mb-93 {
margin-bottom: 93px;
}
.sm-mb-94 {
margin-bottom: 94px;
}
.sm-mb-95 {
margin-bottom: 95px;
}
.sm-mb-96 {
margin-bottom: 96px;
}
.sm-mb-97 {
margin-bottom: 97px;
}
.sm-mb-98 {
margin-bottom: 98px;
}
.sm-mb-99 {
margin-bottom: 99px;
}
.sm-mb-100 {
margin-bottom: 100px;
}
.sm-mb-101 {
margin-bottom: 101px;
}
.sm-mb-102 {
margin-bottom: 102px;
}
.sm-mb-103 {
margin-bottom: 103px;
}
.sm-mb-104 {
margin-bottom: 104px;
}
.sm-mb-105 {
margin-bottom: 105px;
}
.sm-mb-106 {
margin-bottom: 106px;
}
.sm-mb-107 {
margin-bottom: 107px;
}
.sm-mb-108 {
margin-bottom: 108px;
}
.sm-mb-109 {
margin-bottom: 109px;
}
.sm-mb-110 {
margin-bottom: 110px;
}
.sm-mb-111 {
margin-bottom: 111px;
}
.sm-mb-112 {
margin-bottom: 112px;
}
.sm-mb-113 {
margin-bottom: 113px;
}
.sm-mb-114 {
margin-bottom: 114px;
}
.sm-mb-115 {
margin-bottom: 115px;
}
.sm-mb-116 {
margin-bottom: 116px;
}
.sm-mb-117 {
margin-bottom: 117px;
}
.sm-mb-118 {
margin-bottom: 118px;
}
.sm-mb-119 {
margin-bottom: 119px;
}
.sm-mb-120 {
margin-bottom: 120px;
}
.sm-mb-121 {
margin-bottom: 121px;
}
.sm-mb-122 {
margin-bottom: 122px;
}
.sm-mb-123 {
margin-bottom: 123px;
}
.sm-mb-124 {
margin-bottom: 124px;
}
.sm-mb-125 {
margin-bottom: 125px;
}
.sm-mb-126 {
margin-bottom: 126px;
}
.sm-mb-127 {
margin-bottom: 127px;
}
.sm-mb-128 {
margin-bottom: 128px;
}
.sm-mb-129 {
margin-bottom: 129px;
}
.sm-mb-130 {
margin-bottom: 130px;
}
.sm-mb-131 {
margin-bottom: 131px;
}
.sm-mb-132 {
margin-bottom: 132px;
}
.sm-mb-133 {
margin-bottom: 133px;
}
.sm-mb-134 {
margin-bottom: 134px;
}
.sm-mb-135 {
margin-bottom: 135px;
}
.sm-mb-136 {
margin-bottom: 136px;
}
.sm-mb-137 {
margin-bottom: 137px;
}
.sm-mb-138 {
margin-bottom: 138px;
}
.sm-mb-139 {
margin-bottom: 139px;
}
.sm-mb-140 {
margin-bottom: 140px;
}
.sm-mb-141 {
margin-bottom: 141px;
}
.sm-mb-142 {
margin-bottom: 142px;
}
.sm-mb-143 {
margin-bottom: 143px;
}
.sm-mb-144 {
margin-bottom: 144px;
}
.sm-mb-145 {
margin-bottom: 145px;
}
.sm-mb-146 {
margin-bottom: 146px;
}
.sm-mb-147 {
margin-bottom: 147px;
}
.sm-mb-148 {
margin-bottom: 148px;
}
.sm-mb-149 {
margin-bottom: 149px;
}
.sm-mb-150 {
margin-bottom: 150px;
}
.sm-mb-151 {
margin-bottom: 151px;
}
.sm-mb-152 {
margin-bottom: 152px;
}
.sm-mb-153 {
margin-bottom: 153px;
}
.sm-mb-154 {
margin-bottom: 154px;
}
.sm-mb-155 {
margin-bottom: 155px;
}
.sm-mb-156 {
margin-bottom: 156px;
}
.sm-mb-157 {
margin-bottom: 157px;
}
.sm-mb-158 {
margin-bottom: 158px;
}
.sm-mb-159 {
margin-bottom: 159px;
}
.sm-mb-160 {
margin-bottom: 160px;
}
.sm-mb-161 {
margin-bottom: 161px;
}
.sm-mb-162 {
margin-bottom: 162px;
}
.sm-mb-163 {
margin-bottom: 163px;
}
.sm-mb-164 {
margin-bottom: 164px;
}
.sm-mb-165 {
margin-bottom: 165px;
}
.sm-mb-166 {
margin-bottom: 166px;
}
.sm-mb-167 {
margin-bottom: 167px;
}
.sm-mb-168 {
margin-bottom: 168px;
}
.sm-mb-169 {
margin-bottom: 169px;
}
.sm-mb-170 {
margin-bottom: 170px;
}
.sm-mb-171 {
margin-bottom: 171px;
}
.sm-mb-172 {
margin-bottom: 172px;
}
.sm-mb-173 {
margin-bottom: 173px;
}
.sm-mb-174 {
margin-bottom: 174px;
}
.sm-mb-175 {
margin-bottom: 175px;
}
.sm-mb-176 {
margin-bottom: 176px;
}
.sm-mb-177 {
margin-bottom: 177px;
}
.sm-mb-178 {
margin-bottom: 178px;
}
.sm-mb-179 {
margin-bottom: 179px;
}
.sm-mb-180 {
margin-bottom: 180px;
}
.sm-mb-181 {
margin-bottom: 181px;
}
.sm-mb-182 {
margin-bottom: 182px;
}
.sm-mb-183 {
margin-bottom: 183px;
}
.sm-mb-184 {
margin-bottom: 184px;
}
.sm-mb-185 {
margin-bottom: 185px;
}
.sm-mb-186 {
margin-bottom: 186px;
}
.sm-mb-187 {
margin-bottom: 187px;
}
.sm-mb-188 {
margin-bottom: 188px;
}
.sm-mb-189 {
margin-bottom: 189px;
}
.sm-mb-190 {
margin-bottom: 190px;
}
.sm-mb-191 {
margin-bottom: 191px;
}
.sm-mb-192 {
margin-bottom: 192px;
}
.sm-mb-193 {
margin-bottom: 193px;
}
.sm-mb-194 {
margin-bottom: 194px;
}
.sm-mb-195 {
margin-bottom: 195px;
}
.sm-mb-196 {
margin-bottom: 196px;
}
.sm-mb-197 {
margin-bottom: 197px;
}
.sm-mb-198 {
margin-bottom: 198px;
}
.sm-mb-199 {
margin-bottom: 199px;
}
.sm-mb-200 {
margin-bottom: 200px;
}
.sm-mr-0 {
margin-right: 0;
}
.sm-mr-1 {
margin-right: 1px;
}
.sm-mr-2 {
margin-right: 2px;
}
.sm-mr-3 {
margin-right: 3px;
}
.sm-mr-4 {
margin-right: 4px;
}
.sm-mr-5 {
margin-right: 5px;
}
.sm-mr-6 {
margin-right: 6px;
}
.sm-mr-7 {
margin-right: 7px;
}
.sm-mr-8 {
margin-right: 8px;
}
.sm-mr-9 {
margin-right: 9px;
}
.sm-mr-10 {
margin-right: 10px;
}
.sm-mr-11 {
margin-right: 11px;
}
.sm-mr-12 {
margin-right: 12px;
}
.sm-mr-13 {
margin-right: 13px;
}
.sm-mr-14 {
margin-right: 14px;
}
.sm-mr-15 {
margin-right: 15px;
}
.sm-mr-16 {
margin-right: 16px;
}
.sm-mr-17 {
margin-right: 17px;
}
.sm-mr-18 {
margin-right: 18px;
}
.sm-mr-19 {
margin-right: 19px;
}
.sm-mr-20 {
margin-right: 20px;
}
.sm-mr-21 {
margin-right: 21px;
}
.sm-mr-22 {
margin-right: 22px;
}
.sm-mr-23 {
margin-right: 23px;
}
.sm-mr-24 {
margin-right: 24px;
}
.sm-mr-25 {
margin-right: 25px;
}
.sm-mr-26 {
margin-right: 26px;
}
.sm-mr-27 {
margin-right: 27px;
}
.sm-mr-28 {
margin-right: 28px;
}
.sm-mr-29 {
margin-right: 29px;
}
.sm-mr-30 {
margin-right: 30px;
}
.sm-mr-31 {
margin-right: 31px;
}
.sm-mr-32 {
margin-right: 32px;
}
.sm-mr-33 {
margin-right: 33px;
}
.sm-mr-34 {
margin-right: 34px;
}
.sm-mr-35 {
margin-right: 35px;
}
.sm-mr-36 {
margin-right: 36px;
}
.sm-mr-37 {
margin-right: 37px;
}
.sm-mr-38 {
margin-right: 38px;
}
.sm-mr-39 {
margin-right: 39px;
}
.sm-mr-40 {
margin-right: 40px;
}
.sm-mr-41 {
margin-right: 41px;
}
.sm-mr-42 {
margin-right: 42px;
}
.sm-mr-43 {
margin-right: 43px;
}
.sm-mr-44 {
margin-right: 44px;
}
.sm-mr-45 {
margin-right: 45px;
}
.sm-mr-46 {
margin-right: 46px;
}
.sm-mr-47 {
margin-right: 47px;
}
.sm-mr-48 {
margin-right: 48px;
}
.sm-mr-49 {
margin-right: 49px;
}
.sm-mr-50 {
margin-right: 50px;
}
.sm-mr-51 {
margin-right: 51px;
}
.sm-mr-52 {
margin-right: 52px;
}
.sm-mr-53 {
margin-right: 53px;
}
.sm-mr-54 {
margin-right: 54px;
}
.sm-mr-55 {
margin-right: 55px;
}
.sm-mr-56 {
margin-right: 56px;
}
.sm-mr-57 {
margin-right: 57px;
}
.sm-mr-58 {
margin-right: 58px;
}
.sm-mr-59 {
margin-right: 59px;
}
.sm-mr-60 {
margin-right: 60px;
}
.sm-mr-61 {
margin-right: 61px;
}
.sm-mr-62 {
margin-right: 62px;
}
.sm-mr-63 {
margin-right: 63px;
}
.sm-mr-64 {
margin-right: 64px;
}
.sm-mr-65 {
margin-right: 65px;
}
.sm-mr-66 {
margin-right: 66px;
}
.sm-mr-67 {
margin-right: 67px;
}
.sm-mr-68 {
margin-right: 68px;
}
.sm-mr-69 {
margin-right: 69px;
}
.sm-mr-70 {
margin-right: 70px;
}
.sm-mr-71 {
margin-right: 71px;
}
.sm-mr-72 {
margin-right: 72px;
}
.sm-mr-73 {
margin-right: 73px;
}
.sm-mr-74 {
margin-right: 74px;
}
.sm-mr-75 {
margin-right: 75px;
}
.sm-mr-76 {
margin-right: 76px;
}
.sm-mr-77 {
margin-right: 77px;
}
.sm-mr-78 {
margin-right: 78px;
}
.sm-mr-79 {
margin-right: 79px;
}
.sm-mr-80 {
margin-right: 80px;
}
.sm-mr-81 {
margin-right: 81px;
}
.sm-mr-82 {
margin-right: 82px;
}
.sm-mr-83 {
margin-right: 83px;
}
.sm-mr-84 {
margin-right: 84px;
}
.sm-mr-85 {
margin-right: 85px;
}
.sm-mr-86 {
margin-right: 86px;
}
.sm-mr-87 {
margin-right: 87px;
}
.sm-mr-88 {
margin-right: 88px;
}
.sm-mr-89 {
margin-right: 89px;
}
.sm-mr-90 {
margin-right: 90px;
}
.sm-mr-91 {
margin-right: 91px;
}
.sm-mr-92 {
margin-right: 92px;
}
.sm-mr-93 {
margin-right: 93px;
}
.sm-mr-94 {
margin-right: 94px;
}
.sm-mr-95 {
margin-right: 95px;
}
.sm-mr-96 {
margin-right: 96px;
}
.sm-mr-97 {
margin-right: 97px;
}
.sm-mr-98 {
margin-right: 98px;
}
.sm-mr-99 {
margin-right: 99px;
}
.sm-mr-100 {
margin-right: 100px;
}
.sm-ml-0 {
margin-left: 0;
}
.sm-ml-1 {
margin-left: 1px;
}
.sm-ml-2 {
margin-left: 2px;
}
.sm-ml-3 {
margin-left: 3px;
}
.sm-ml-4 {
margin-left: 4px;
}
.sm-ml-5 {
margin-left: 5px;
}
.sm-ml-6 {
margin-left: 6px;
}
.sm-ml-7 {
margin-left: 7px;
}
.sm-ml-8 {
margin-left: 8px;
}
.sm-ml-9 {
margin-left: 9px;
}
.sm-ml-10 {
margin-left: 10px;
}
.sm-ml-11 {
margin-left: 11px;
}
.sm-ml-12 {
margin-left: 12px;
}
.sm-ml-13 {
margin-left: 13px;
}
.sm-ml-14 {
margin-left: 14px;
}
.sm-ml-15 {
margin-left: 15px;
}
.sm-ml-16 {
margin-left: 16px;
}
.sm-ml-17 {
margin-left: 17px;
}
.sm-ml-18 {
margin-left: 18px;
}
.sm-ml-19 {
margin-left: 19px;
}
.sm-ml-20 {
margin-left: 20px;
}
.sm-ml-21 {
margin-left: 21px;
}
.sm-ml-22 {
margin-left: 22px;
}
.sm-ml-23 {
margin-left: 23px;
}
.sm-ml-24 {
margin-left: 24px;
}
.sm-ml-25 {
margin-left: 25px;
}
.sm-ml-26 {
margin-left: 26px;
}
.sm-ml-27 {
margin-left: 27px;
}
.sm-ml-28 {
margin-left: 28px;
}
.sm-ml-29 {
margin-left: 29px;
}
.sm-ml-30 {
margin-left: 30px;
}
.sm-ml-31 {
margin-left: 31px;
}
.sm-ml-32 {
margin-left: 32px;
}
.sm-ml-33 {
margin-left: 33px;
}
.sm-ml-34 {
margin-left: 34px;
}
.sm-ml-35 {
margin-left: 35px;
}
.sm-ml-36 {
margin-left: 36px;
}
.sm-ml-37 {
margin-left: 37px;
}
.sm-ml-38 {
margin-left: 38px;
}
.sm-ml-39 {
margin-left: 39px;
}
.sm-ml-40 {
margin-left: 40px;
}
.sm-ml-41 {
margin-left: 41px;
}
.sm-ml-42 {
margin-left: 42px;
}
.sm-ml-43 {
margin-left: 43px;
}
.sm-ml-44 {
margin-left: 44px;
}
.sm-ml-45 {
margin-left: 45px;
}
.sm-ml-46 {
margin-left: 46px;
}
.sm-ml-47 {
margin-left: 47px;
}
.sm-ml-48 {
margin-left: 48px;
}
.sm-ml-49 {
margin-left: 49px;
}
.sm-ml-50 {
margin-left: 50px;
}
.sm-ml-51 {
margin-left: 51px;
}
.sm-ml-52 {
margin-left: 52px;
}
.sm-ml-53 {
margin-left: 53px;
}
.sm-ml-54 {
margin-left: 54px;
}
.sm-ml-55 {
margin-left: 55px;
}
.sm-ml-56 {
margin-left: 56px;
}
.sm-ml-57 {
margin-left: 57px;
}
.sm-ml-58 {
margin-left: 58px;
}
.sm-ml-59 {
margin-left: 59px;
}
.sm-ml-60 {
margin-left: 60px;
}
.sm-ml-61 {
margin-left: 61px;
}
.sm-ml-62 {
margin-left: 62px;
}
.sm-ml-63 {
margin-left: 63px;
}
.sm-ml-64 {
margin-left: 64px;
}
.sm-ml-65 {
margin-left: 65px;
}
.sm-ml-66 {
margin-left: 66px;
}
.sm-ml-67 {
margin-left: 67px;
}
.sm-ml-68 {
margin-left: 68px;
}
.sm-ml-69 {
margin-left: 69px;
}
.sm-ml-70 {
margin-left: 70px;
}
.sm-ml-71 {
margin-left: 71px;
}
.sm-ml-72 {
margin-left: 72px;
}
.sm-ml-73 {
margin-left: 73px;
}
.sm-ml-74 {
margin-left: 74px;
}
.sm-ml-75 {
margin-left: 75px;
}
.sm-ml-76 {
margin-left: 76px;
}
.sm-ml-77 {
margin-left: 77px;
}
.sm-ml-78 {
margin-left: 78px;
}
.sm-ml-79 {
margin-left: 79px;
}
.sm-ml-80 {
margin-left: 80px;
}
.sm-ml-81 {
margin-left: 81px;
}
.sm-ml-82 {
margin-left: 82px;
}
.sm-ml-83 {
margin-left: 83px;
}
.sm-ml-84 {
margin-left: 84px;
}
.sm-ml-85 {
margin-left: 85px;
}
.sm-ml-86 {
margin-left: 86px;
}
.sm-ml-87 {
margin-left: 87px;
}
.sm-ml-88 {
margin-left: 88px;
}
.sm-ml-89 {
margin-left: 89px;
}
.sm-ml-90 {
margin-left: 90px;
}
.sm-ml-91 {
margin-left: 91px;
}
.sm-ml-92 {
margin-left: 92px;
}
.sm-ml-93 {
margin-left: 93px;
}
.sm-ml-94 {
margin-left: 94px;
}
.sm-ml-95 {
margin-left: 95px;
}
.sm-ml-96 {
margin-left: 96px;
}
.sm-ml-97 {
margin-left: 97px;
}
.sm-ml-98 {
margin-left: 98px;
}
.sm-ml-99 {
margin-left: 99px;
}
.sm-ml-100 {
margin-left: 100px;
}
.sm-mt--1 {
margin-top: -1px;
}
.sm-mt--2 {
margin-top: -2px;
}
.sm-mt--3 {
margin-top: -3px;
}
.sm-mt--4 {
margin-top: -4px;
}
.sm-mt--5 {
margin-top: -5px;
}
.sm-mt--6 {
margin-top: -6px;
}
.sm-mt--7 {
margin-top: -7px;
}
.sm-mt--8 {
margin-top: -8px;
}
.sm-mt--9 {
margin-top: -9px;
}
.sm-mt--10 {
margin-top: -10px;
}
.sm-mt--11 {
margin-top: -11px;
}
.sm-mt--12 {
margin-top: -12px;
}
.sm-mt--13 {
margin-top: -13px;
}
.sm-mt--14 {
margin-top: -14px;
}
.sm-mt--15 {
margin-top: -15px;
}
.sm-mt--16 {
margin-top: -16px;
}
.sm-mt--17 {
margin-top: -17px;
}
.sm-mt--18 {
margin-top: -18px;
}
.sm-mt--19 {
margin-top: -19px;
}
.sm-mt--20 {
margin-top: -20px;
}
.sm-mt--21 {
margin-top: -21px;
}
.sm-mt--22 {
margin-top: -22px;
}
.sm-mt--23 {
margin-top: -23px;
}
.sm-mt--24 {
margin-top: -24px;
}
.sm-mt--25 {
margin-top: -25px;
}
.sm-mt--26 {
margin-top: -26px;
}
.sm-mt--27 {
margin-top: -27px;
}
.sm-mt--28 {
margin-top: -28px;
}
.sm-mt--29 {
margin-top: -29px;
}
.sm-mt--30 {
margin-top: -30px;
}
.sm-mt--31 {
margin-top: -31px;
}
.sm-mt--32 {
margin-top: -32px;
}
.sm-mt--33 {
margin-top: -33px;
}
.sm-mt--34 {
margin-top: -34px;
}
.sm-mt--35 {
margin-top: -35px;
}
.sm-mt--36 {
margin-top: -36px;
}
.sm-mt--37 {
margin-top: -37px;
}
.sm-mt--38 {
margin-top: -38px;
}
.sm-mt--39 {
margin-top: -39px;
}
.sm-mt--40 {
margin-top: -40px;
}
.sm-mt--41 {
margin-top: -41px;
}
.sm-mt--42 {
margin-top: -42px;
}
.sm-mt--43 {
margin-top: -43px;
}
.sm-mt--44 {
margin-top: -44px;
}
.sm-mt--45 {
margin-top: -45px;
}
.sm-mt--46 {
margin-top: -46px;
}
.sm-mt--47 {
margin-top: -47px;
}
.sm-mt--48 {
margin-top: -48px;
}
.sm-mt--49 {
margin-top: -49px;
}
.sm-mt--50 {
margin-top: -50px;
}
.sm-mt--51 {
margin-top: -51px;
}
.sm-mt--52 {
margin-top: -52px;
}
.sm-mt--53 {
margin-top: -53px;
}
.sm-mt--54 {
margin-top: -54px;
}
.sm-mt--55 {
margin-top: -55px;
}
.sm-mt--56 {
margin-top: -56px;
}
.sm-mt--57 {
margin-top: -57px;
}
.sm-mt--58 {
margin-top: -58px;
}
.sm-mt--59 {
margin-top: -59px;
}
.sm-mt--60 {
margin-top: -60px;
}
.sm-mt--61 {
margin-top: -61px;
}
.sm-mt--62 {
margin-top: -62px;
}
.sm-mt--63 {
margin-top: -63px;
}
.sm-mt--64 {
margin-top: -64px;
}
.sm-mt--65 {
margin-top: -65px;
}
.sm-mt--66 {
margin-top: -66px;
}
.sm-mt--67 {
margin-top: -67px;
}
.sm-mt--68 {
margin-top: -68px;
}
.sm-mt--69 {
margin-top: -69px;
}
.sm-mt--70 {
margin-top: -70px;
}
.sm-mt--71 {
margin-top: -71px;
}
.sm-mt--72 {
margin-top: -72px;
}
.sm-mt--73 {
margin-top: -73px;
}
.sm-mt--74 {
margin-top: -74px;
}
.sm-mt--75 {
margin-top: -75px;
}
.sm-mt--76 {
margin-top: -76px;
}
.sm-mt--77 {
margin-top: -77px;
}
.sm-mt--78 {
margin-top: -78px;
}
.sm-mt--79 {
margin-top: -79px;
}
.sm-mt--80 {
margin-top: -80px;
}
.sm-mt--81 {
margin-top: -81px;
}
.sm-mt--82 {
margin-top: -82px;
}
.sm-mt--83 {
margin-top: -83px;
}
.sm-mt--84 {
margin-top: -84px;
}
.sm-mt--85 {
margin-top: -85px;
}
.sm-mt--86 {
margin-top: -86px;
}
.sm-mt--87 {
margin-top: -87px;
}
.sm-mt--88 {
margin-top: -88px;
}
.sm-mt--89 {
margin-top: -89px;
}
.sm-mt--90 {
margin-top: -90px;
}
.sm-mt--91 {
margin-top: -91px;
}
.sm-mt--92 {
margin-top: -92px;
}
.sm-mt--93 {
margin-top: -93px;
}
.sm-mt--94 {
margin-top: -94px;
}
.sm-mt--95 {
margin-top: -95px;
}
.sm-mt--96 {
margin-top: -96px;
}
.sm-mt--97 {
margin-top: -97px;
}
.sm-mt--98 {
margin-top: -98px;
}
.sm-mt--99 {
margin-top: -99px;
}
.sm-mt--100 {
margin-top: -100px;
}
.sm-mt--101 {
margin-top: -101px;
}
.sm-mt--102 {
margin-top: -102px;
}
.sm-mt--103 {
margin-top: -103px;
}
.sm-mt--104 {
margin-top: -104px;
}
.sm-mt--105 {
margin-top: -105px;
}
.sm-mt--106 {
margin-top: -106px;
}
.sm-mt--107 {
margin-top: -107px;
}
.sm-mt--108 {
margin-top: -108px;
}
.sm-mt--109 {
margin-top: -109px;
}
.sm-mt--110 {
margin-top: -110px;
}
.sm-mt--111 {
margin-top: -111px;
}
.sm-mt--112 {
margin-top: -112px;
}
.sm-mt--113 {
margin-top: -113px;
}
.sm-mt--114 {
margin-top: -114px;
}
.sm-mt--115 {
margin-top: -115px;
}
.sm-mt--116 {
margin-top: -116px;
}
.sm-mt--117 {
margin-top: -117px;
}
.sm-mt--118 {
margin-top: -118px;
}
.sm-mt--119 {
margin-top: -119px;
}
.sm-mt--120 {
margin-top: -120px;
}
.sm-mt--121 {
margin-top: -121px;
}
.sm-mt--122 {
margin-top: -122px;
}
.sm-mt--123 {
margin-top: -123px;
}
.sm-mt--124 {
margin-top: -124px;
}
.sm-mt--125 {
margin-top: -125px;
}
.sm-mt--126 {
margin-top: -126px;
}
.sm-mt--127 {
margin-top: -127px;
}
.sm-mt--128 {
margin-top: -128px;
}
.sm-mt--129 {
margin-top: -129px;
}
.sm-mt--130 {
margin-top: -130px;
}
.sm-mt--131 {
margin-top: -131px;
}
.sm-mt--132 {
margin-top: -132px;
}
.sm-mt--133 {
margin-top: -133px;
}
.sm-mt--134 {
margin-top: -134px;
}
.sm-mt--135 {
margin-top: -135px;
}
.sm-mt--136 {
margin-top: -136px;
}
.sm-mt--137 {
margin-top: -137px;
}
.sm-mt--138 {
margin-top: -138px;
}
.sm-mt--139 {
margin-top: -139px;
}
.sm-mt--140 {
margin-top: -140px;
}
.sm-mt--141 {
margin-top: -141px;
}
.sm-mt--142 {
margin-top: -142px;
}
.sm-mt--143 {
margin-top: -143px;
}
.sm-mt--144 {
margin-top: -144px;
}
.sm-mt--145 {
margin-top: -145px;
}
.sm-mt--146 {
margin-top: -146px;
}
.sm-mt--147 {
margin-top: -147px;
}
.sm-mt--148 {
margin-top: -148px;
}
.sm-mt--149 {
margin-top: -149px;
}
.sm-mt--150 {
margin-top: -150px;
}
.sm-mt--151 {
margin-top: -151px;
}
.sm-mt--152 {
margin-top: -152px;
}
.sm-mt--153 {
margin-top: -153px;
}
.sm-mt--154 {
margin-top: -154px;
}
.sm-mt--155 {
margin-top: -155px;
}
.sm-mt--156 {
margin-top: -156px;
}
.sm-mt--157 {
margin-top: -157px;
}
.sm-mt--158 {
margin-top: -158px;
}
.sm-mt--159 {
margin-top: -159px;
}
.sm-mt--160 {
margin-top: -160px;
}
.sm-mt--161 {
margin-top: -161px;
}
.sm-mt--162 {
margin-top: -162px;
}
.sm-mt--163 {
margin-top: -163px;
}
.sm-mt--164 {
margin-top: -164px;
}
.sm-mt--165 {
margin-top: -165px;
}
.sm-mt--166 {
margin-top: -166px;
}
.sm-mt--167 {
margin-top: -167px;
}
.sm-mt--168 {
margin-top: -168px;
}
.sm-mt--169 {
margin-top: -169px;
}
.sm-mt--170 {
margin-top: -170px;
}
.sm-mt--171 {
margin-top: -171px;
}
.sm-mt--172 {
margin-top: -172px;
}
.sm-mt--173 {
margin-top: -173px;
}
.sm-mt--174 {
margin-top: -174px;
}
.sm-mt--175 {
margin-top: -175px;
}
.sm-mt--176 {
margin-top: -176px;
}
.sm-mt--177 {
margin-top: -177px;
}
.sm-mt--178 {
margin-top: -178px;
}
.sm-mt--179 {
margin-top: -179px;
}
.sm-mt--180 {
margin-top: -180px;
}
.sm-mt--181 {
margin-top: -181px;
}
.sm-mt--182 {
margin-top: -182px;
}
.sm-mt--183 {
margin-top: -183px;
}
.sm-mt--184 {
margin-top: -184px;
}
.sm-mt--185 {
margin-top: -185px;
}
.sm-mt--186 {
margin-top: -186px;
}
.sm-mt--187 {
margin-top: -187px;
}
.sm-mt--188 {
margin-top: -188px;
}
.sm-mt--189 {
margin-top: -189px;
}
.sm-mt--190 {
margin-top: -190px;
}
.sm-mt--191 {
margin-top: -191px;
}
.sm-mt--192 {
margin-top: -192px;
}
.sm-mt--193 {
margin-top: -193px;
}
.sm-mt--194 {
margin-top: -194px;
}
.sm-mt--195 {
margin-top: -195px;
}
.sm-mt--196 {
margin-top: -196px;
}
.sm-mt--197 {
margin-top: -197px;
}
.sm-mt--198 {
margin-top: -198px;
}
.sm-mt--199 {
margin-top: -199px;
}
.sm-mt--200 {
margin-top: -200px;
}
.sm-mb--1 {
margin-bottom: -1px;
}
.sm-mb--2 {
margin-bottom: -2px;
}
.sm-mb--3 {
margin-bottom: -3px;
}
.sm-mb--4 {
margin-bottom: -4px;
}
.sm-mb--5 {
margin-bottom: -5px;
}
.sm-mb--6 {
margin-bottom: -6px;
}
.sm-mb--7 {
margin-bottom: -7px;
}
.sm-mb--8 {
margin-bottom: -8px;
}
.sm-mb--9 {
margin-bottom: -9px;
}
.sm-mb--10 {
margin-bottom: -10px;
}
.sm-mb--11 {
margin-bottom: -11px;
}
.sm-mb--12 {
margin-bottom: -12px;
}
.sm-mb--13 {
margin-bottom: -13px;
}
.sm-mb--14 {
margin-bottom: -14px;
}
.sm-mb--15 {
margin-bottom: -15px;
}
.sm-mb--16 {
margin-bottom: -16px;
}
.sm-mb--17 {
margin-bottom: -17px;
}
.sm-mb--18 {
margin-bottom: -18px;
}
.sm-mb--19 {
margin-bottom: -19px;
}
.sm-mb--20 {
margin-bottom: -20px;
}
.sm-mb--21 {
margin-bottom: -21px;
}
.sm-mb--22 {
margin-bottom: -22px;
}
.sm-mb--23 {
margin-bottom: -23px;
}
.sm-mb--24 {
margin-bottom: -24px;
}
.sm-mb--25 {
margin-bottom: -25px;
}
.sm-mb--26 {
margin-bottom: -26px;
}
.sm-mb--27 {
margin-bottom: -27px;
}
.sm-mb--28 {
margin-bottom: -28px;
}
.sm-mb--29 {
margin-bottom: -29px;
}
.sm-mb--30 {
margin-bottom: -30px;
}
.sm-mb--31 {
margin-bottom: -31px;
}
.sm-mb--32 {
margin-bottom: -32px;
}
.sm-mb--33 {
margin-bottom: -33px;
}
.sm-mb--34 {
margin-bottom: -34px;
}
.sm-mb--35 {
margin-bottom: -35px;
}
.sm-mb--36 {
margin-bottom: -36px;
}
.sm-mb--37 {
margin-bottom: -37px;
}
.sm-mb--38 {
margin-bottom: -38px;
}
.sm-mb--39 {
margin-bottom: -39px;
}
.sm-mb--40 {
margin-bottom: -40px;
}
.sm-mb--41 {
margin-bottom: -41px;
}
.sm-mb--42 {
margin-bottom: -42px;
}
.sm-mb--43 {
margin-bottom: -43px;
}
.sm-mb--44 {
margin-bottom: -44px;
}
.sm-mb--45 {
margin-bottom: -45px;
}
.sm-mb--46 {
margin-bottom: -46px;
}
.sm-mb--47 {
margin-bottom: -47px;
}
.sm-mb--48 {
margin-bottom: -48px;
}
.sm-mb--49 {
margin-bottom: -49px;
}
.sm-mb--50 {
margin-bottom: -50px;
}
.sm-mb--51 {
margin-bottom: -51px;
}
.sm-mb--52 {
margin-bottom: -52px;
}
.sm-mb--53 {
margin-bottom: -53px;
}
.sm-mb--54 {
margin-bottom: -54px;
}
.sm-mb--55 {
margin-bottom: -55px;
}
.sm-mb--56 {
margin-bottom: -56px;
}
.sm-mb--57 {
margin-bottom: -57px;
}
.sm-mb--58 {
margin-bottom: -58px;
}
.sm-mb--59 {
margin-bottom: -59px;
}
.sm-mb--60 {
margin-bottom: -60px;
}
.sm-mb--61 {
margin-bottom: -61px;
}
.sm-mb--62 {
margin-bottom: -62px;
}
.sm-mb--63 {
margin-bottom: -63px;
}
.sm-mb--64 {
margin-bottom: -64px;
}
.sm-mb--65 {
margin-bottom: -65px;
}
.sm-mb--66 {
margin-bottom: -66px;
}
.sm-mb--67 {
margin-bottom: -67px;
}
.sm-mb--68 {
margin-bottom: -68px;
}
.sm-mb--69 {
margin-bottom: -69px;
}
.sm-mb--70 {
margin-bottom: -70px;
}
.sm-mb--71 {
margin-bottom: -71px;
}
.sm-mb--72 {
margin-bottom: -72px;
}
.sm-mb--73 {
margin-bottom: -73px;
}
.sm-mb--74 {
margin-bottom: -74px;
}
.sm-mb--75 {
margin-bottom: -75px;
}
.sm-mb--76 {
margin-bottom: -76px;
}
.sm-mb--77 {
margin-bottom: -77px;
}
.sm-mb--78 {
margin-bottom: -78px;
}
.sm-mb--79 {
margin-bottom: -79px;
}
.sm-mb--80 {
margin-bottom: -80px;
}
.sm-mb--81 {
margin-bottom: -81px;
}
.sm-mb--82 {
margin-bottom: -82px;
}
.sm-mb--83 {
margin-bottom: -83px;
}
.sm-mb--84 {
margin-bottom: -84px;
}
.sm-mb--85 {
margin-bottom: -85px;
}
.sm-mb--86 {
margin-bottom: -86px;
}
.sm-mb--87 {
margin-bottom: -87px;
}
.sm-mb--88 {
margin-bottom: -88px;
}
.sm-mb--89 {
margin-bottom: -89px;
}
.sm-mb--90 {
margin-bottom: -90px;
}
.sm-mb--91 {
margin-bottom: -91px;
}
.sm-mb--92 {
margin-bottom: -92px;
}
.sm-mb--93 {
margin-bottom: -93px;
}
.sm-mb--94 {
margin-bottom: -94px;
}
.sm-mb--95 {
margin-bottom: -95px;
}
.sm-mb--96 {
margin-bottom: -96px;
}
.sm-mb--97 {
margin-bottom: -97px;
}
.sm-mb--98 {
margin-bottom: -98px;
}
.sm-mb--99 {
margin-bottom: -99px;
}
.sm-mb--100 {
margin-bottom: -100px;
}
.sm-mb--101 {
margin-bottom: -101px;
}
.sm-mb--102 {
margin-bottom: -102px;
}
.sm-mb--103 {
margin-bottom: -103px;
}
.sm-mb--104 {
margin-bottom: -104px;
}
.sm-mb--105 {
margin-bottom: -105px;
}
.sm-mb--106 {
margin-bottom: -106px;
}
.sm-mb--107 {
margin-bottom: -107px;
}
.sm-mb--108 {
margin-bottom: -108px;
}
.sm-mb--109 {
margin-bottom: -109px;
}
.sm-mb--110 {
margin-bottom: -110px;
}
.sm-mb--111 {
margin-bottom: -111px;
}
.sm-mb--112 {
margin-bottom: -112px;
}
.sm-mb--113 {
margin-bottom: -113px;
}
.sm-mb--114 {
margin-bottom: -114px;
}
.sm-mb--115 {
margin-bottom: -115px;
}
.sm-mb--116 {
margin-bottom: -116px;
}
.sm-mb--117 {
margin-bottom: -117px;
}
.sm-mb--118 {
margin-bottom: -118px;
}
.sm-mb--119 {
margin-bottom: -119px;
}
.sm-mb--120 {
margin-bottom: -120px;
}
.sm-mb--121 {
margin-bottom: -121px;
}
.sm-mb--122 {
margin-bottom: -122px;
}
.sm-mb--123 {
margin-bottom: -123px;
}
.sm-mb--124 {
margin-bottom: -124px;
}
.sm-mb--125 {
margin-bottom: -125px;
}
.sm-mb--126 {
margin-bottom: -126px;
}
.sm-mb--127 {
margin-bottom: -127px;
}
.sm-mb--128 {
margin-bottom: -128px;
}
.sm-mb--129 {
margin-bottom: -129px;
}
.sm-mb--130 {
margin-bottom: -130px;
}
.sm-mb--131 {
margin-bottom: -131px;
}
.sm-mb--132 {
margin-bottom: -132px;
}
.sm-mb--133 {
margin-bottom: -133px;
}
.sm-mb--134 {
margin-bottom: -134px;
}
.sm-mb--135 {
margin-bottom: -135px;
}
.sm-mb--136 {
margin-bottom: -136px;
}
.sm-mb--137 {
margin-bottom: -137px;
}
.sm-mb--138 {
margin-bottom: -138px;
}
.sm-mb--139 {
margin-bottom: -139px;
}
.sm-mb--140 {
margin-bottom: -140px;
}
.sm-mb--141 {
margin-bottom: -141px;
}
.sm-mb--142 {
margin-bottom: -142px;
}
.sm-mb--143 {
margin-bottom: -143px;
}
.sm-mb--144 {
margin-bottom: -144px;
}
.sm-mb--145 {
margin-bottom: -145px;
}
.sm-mb--146 {
margin-bottom: -146px;
}
.sm-mb--147 {
margin-bottom: -147px;
}
.sm-mb--148 {
margin-bottom: -148px;
}
.sm-mb--149 {
margin-bottom: -149px;
}
.sm-mb--150 {
margin-bottom: -150px;
}
.sm-mb--151 {
margin-bottom: -151px;
}
.sm-mb--152 {
margin-bottom: -152px;
}
.sm-mb--153 {
margin-bottom: -153px;
}
.sm-mb--154 {
margin-bottom: -154px;
}
.sm-mb--155 {
margin-bottom: -155px;
}
.sm-mb--156 {
margin-bottom: -156px;
}
.sm-mb--157 {
margin-bottom: -157px;
}
.sm-mb--158 {
margin-bottom: -158px;
}
.sm-mb--159 {
margin-bottom: -159px;
}
.sm-mb--160 {
margin-bottom: -160px;
}
.sm-mb--161 {
margin-bottom: -161px;
}
.sm-mb--162 {
margin-bottom: -162px;
}
.sm-mb--163 {
margin-bottom: -163px;
}
.sm-mb--164 {
margin-bottom: -164px;
}
.sm-mb--165 {
margin-bottom: -165px;
}
.sm-mb--166 {
margin-bottom: -166px;
}
.sm-mb--167 {
margin-bottom: -167px;
}
.sm-mb--168 {
margin-bottom: -168px;
}
.sm-mb--169 {
margin-bottom: -169px;
}
.sm-mb--170 {
margin-bottom: -170px;
}
.sm-mb--171 {
margin-bottom: -171px;
}
.sm-mb--172 {
margin-bottom: -172px;
}
.sm-mb--173 {
margin-bottom: -173px;
}
.sm-mb--174 {
margin-bottom: -174px;
}
.sm-mb--175 {
margin-bottom: -175px;
}
.sm-mb--176 {
margin-bottom: -176px;
}
.sm-mb--177 {
margin-bottom: -177px;
}
.sm-mb--178 {
margin-bottom: -178px;
}
.sm-mb--179 {
margin-bottom: -179px;
}
.sm-mb--180 {
margin-bottom: -180px;
}
.sm-mb--181 {
margin-bottom: -181px;
}
.sm-mb--182 {
margin-bottom: -182px;
}
.sm-mb--183 {
margin-bottom: -183px;
}
.sm-mb--184 {
margin-bottom: -184px;
}
.sm-mb--185 {
margin-bottom: -185px;
}
.sm-mb--186 {
margin-bottom: -186px;
}
.sm-mb--187 {
margin-bottom: -187px;
}
.sm-mb--188 {
margin-bottom: -188px;
}
.sm-mb--189 {
margin-bottom: -189px;
}
.sm-mb--190 {
margin-bottom: -190px;
}
.sm-mb--191 {
margin-bottom: -191px;
}
.sm-mb--192 {
margin-bottom: -192px;
}
.sm-mb--193 {
margin-bottom: -193px;
}
.sm-mb--194 {
margin-bottom: -194px;
}
.sm-mb--195 {
margin-bottom: -195px;
}
.sm-mb--196 {
margin-bottom: -196px;
}
.sm-mb--197 {
margin-bottom: -197px;
}
.sm-mb--198 {
margin-bottom: -198px;
}
.sm-mb--199 {
margin-bottom: -199px;
}
.sm-mb--200 {
margin-bottom: -200px;
}
.sm-ml--1 {
margin-left: -1px;
}
.sm-ml--2 {
margin-left: -2px;
}
.sm-ml--3 {
margin-left: -3px;
}
.sm-ml--4 {
margin-left: -4px;
}
.sm-ml--5 {
margin-left: -5px;
}
.sm-ml--6 {
margin-left: -6px;
}
.sm-ml--7 {
margin-left: -7px;
}
.sm-ml--8 {
margin-left: -8px;
}
.sm-ml--9 {
margin-left: -9px;
}
.sm-ml--10 {
margin-left: -10px;
}
.sm-ml--11 {
margin-left: -11px;
}
.sm-ml--12 {
margin-left: -12px;
}
.sm-ml--13 {
margin-left: -13px;
}
.sm-ml--14 {
margin-left: -14px;
}
.sm-ml--15 {
margin-left: -15px;
}
.sm-ml--16 {
margin-left: -16px;
}
.sm-ml--17 {
margin-left: -17px;
}
.sm-ml--18 {
margin-left: -18px;
}
.sm-ml--19 {
margin-left: -19px;
}
.sm-ml--20 {
margin-left: -20px;
}
.sm-ml--21 {
margin-left: -21px;
}
.sm-ml--22 {
margin-left: -22px;
}
.sm-ml--23 {
margin-left: -23px;
}
.sm-ml--24 {
margin-left: -24px;
}
.sm-ml--25 {
margin-left: -25px;
}
.sm-ml--26 {
margin-left: -26px;
}
.sm-ml--27 {
margin-left: -27px;
}
.sm-ml--28 {
margin-left: -28px;
}
.sm-ml--29 {
margin-left: -29px;
}
.sm-ml--30 {
margin-left: -30px;
}
.sm-ml--31 {
margin-left: -31px;
}
.sm-ml--32 {
margin-left: -32px;
}
.sm-ml--33 {
margin-left: -33px;
}
.sm-ml--34 {
margin-left: -34px;
}
.sm-ml--35 {
margin-left: -35px;
}
.sm-ml--36 {
margin-left: -36px;
}
.sm-ml--37 {
margin-left: -37px;
}
.sm-ml--38 {
margin-left: -38px;
}
.sm-ml--39 {
margin-left: -39px;
}
.sm-ml--40 {
margin-left: -40px;
}
.sm-ml--41 {
margin-left: -41px;
}
.sm-ml--42 {
margin-left: -42px;
}
.sm-ml--43 {
margin-left: -43px;
}
.sm-ml--44 {
margin-left: -44px;
}
.sm-ml--45 {
margin-left: -45px;
}
.sm-ml--46 {
margin-left: -46px;
}
.sm-ml--47 {
margin-left: -47px;
}
.sm-ml--48 {
margin-left: -48px;
}
.sm-ml--49 {
margin-left: -49px;
}
.sm-ml--50 {
margin-left: -50px;
}
.sm-ml--51 {
margin-left: -51px;
}
.sm-ml--52 {
margin-left: -52px;
}
.sm-ml--53 {
margin-left: -53px;
}
.sm-ml--54 {
margin-left: -54px;
}
.sm-ml--55 {
margin-left: -55px;
}
.sm-ml--56 {
margin-left: -56px;
}
.sm-ml--57 {
margin-left: -57px;
}
.sm-ml--58 {
margin-left: -58px;
}
.sm-ml--59 {
margin-left: -59px;
}
.sm-ml--60 {
margin-left: -60px;
}
.sm-ml--61 {
margin-left: -61px;
}
.sm-ml--62 {
margin-left: -62px;
}
.sm-ml--63 {
margin-left: -63px;
}
.sm-ml--64 {
margin-left: -64px;
}
.sm-ml--65 {
margin-left: -65px;
}
.sm-ml--66 {
margin-left: -66px;
}
.sm-ml--67 {
margin-left: -67px;
}
.sm-ml--68 {
margin-left: -68px;
}
.sm-ml--69 {
margin-left: -69px;
}
.sm-ml--70 {
margin-left: -70px;
}
.sm-ml--71 {
margin-left: -71px;
}
.sm-ml--72 {
margin-left: -72px;
}
.sm-ml--73 {
margin-left: -73px;
}
.sm-ml--74 {
margin-left: -74px;
}
.sm-ml--75 {
margin-left: -75px;
}
.sm-ml--76 {
margin-left: -76px;
}
.sm-ml--77 {
margin-left: -77px;
}
.sm-ml--78 {
margin-left: -78px;
}
.sm-ml--79 {
margin-left: -79px;
}
.sm-ml--80 {
margin-left: -80px;
}
.sm-ml--81 {
margin-left: -81px;
}
.sm-ml--82 {
margin-left: -82px;
}
.sm-ml--83 {
margin-left: -83px;
}
.sm-ml--84 {
margin-left: -84px;
}
.sm-ml--85 {
margin-left: -85px;
}
.sm-ml--86 {
margin-left: -86px;
}
.sm-ml--87 {
margin-left: -87px;
}
.sm-ml--88 {
margin-left: -88px;
}
.sm-ml--89 {
margin-left: -89px;
}
.sm-ml--90 {
margin-left: -90px;
}
.sm-ml--91 {
margin-left: -91px;
}
.sm-ml--92 {
margin-left: -92px;
}
.sm-ml--93 {
margin-left: -93px;
}
.sm-ml--94 {
margin-left: -94px;
}
.sm-ml--95 {
margin-left: -95px;
}
.sm-ml--96 {
margin-left: -96px;
}
.sm-ml--97 {
margin-left: -97px;
}
.sm-ml--98 {
margin-left: -98px;
}
.sm-ml--99 {
margin-left: -99px;
}
.sm-ml--100 {
margin-left: -100px;
}
.sm-ml--101 {
margin-left: -101px;
}
.sm-ml--102 {
margin-left: -102px;
}
.sm-ml--103 {
margin-left: -103px;
}
.sm-ml--104 {
margin-left: -104px;
}
.sm-ml--105 {
margin-left: -105px;
}
.sm-ml--106 {
margin-left: -106px;
}
.sm-ml--107 {
margin-left: -107px;
}
.sm-ml--108 {
margin-left: -108px;
}
.sm-ml--109 {
margin-left: -109px;
}
.sm-ml--110 {
margin-left: -110px;
}
.sm-ml--111 {
margin-left: -111px;
}
.sm-ml--112 {
margin-left: -112px;
}
.sm-ml--113 {
margin-left: -113px;
}
.sm-ml--114 {
margin-left: -114px;
}
.sm-ml--115 {
margin-left: -115px;
}
.sm-ml--116 {
margin-left: -116px;
}
.sm-ml--117 {
margin-left: -117px;
}
.sm-ml--118 {
margin-left: -118px;
}
.sm-ml--119 {
margin-left: -119px;
}
.sm-ml--120 {
margin-left: -120px;
}
.sm-ml--121 {
margin-left: -121px;
}
.sm-ml--122 {
margin-left: -122px;
}
.sm-ml--123 {
margin-left: -123px;
}
.sm-ml--124 {
margin-left: -124px;
}
.sm-ml--125 {
margin-left: -125px;
}
.sm-ml--126 {
margin-left: -126px;
}
.sm-ml--127 {
margin-left: -127px;
}
.sm-ml--128 {
margin-left: -128px;
}
.sm-ml--129 {
margin-left: -129px;
}
.sm-ml--130 {
margin-left: -130px;
}
.sm-ml--131 {
margin-left: -131px;
}
.sm-ml--132 {
margin-left: -132px;
}
.sm-ml--133 {
margin-left: -133px;
}
.sm-ml--134 {
margin-left: -134px;
}
.sm-ml--135 {
margin-left: -135px;
}
.sm-ml--136 {
margin-left: -136px;
}
.sm-ml--137 {
margin-left: -137px;
}
.sm-ml--138 {
margin-left: -138px;
}
.sm-ml--139 {
margin-left: -139px;
}
.sm-ml--140 {
margin-left: -140px;
}
.sm-ml--141 {
margin-left: -141px;
}
.sm-ml--142 {
margin-left: -142px;
}
.sm-ml--143 {
margin-left: -143px;
}
.sm-ml--144 {
margin-left: -144px;
}
.sm-ml--145 {
margin-left: -145px;
}
.sm-ml--146 {
margin-left: -146px;
}
.sm-ml--147 {
margin-left: -147px;
}
.sm-ml--148 {
margin-left: -148px;
}
.sm-ml--149 {
margin-left: -149px;
}
.sm-ml--150 {
margin-left: -150px;
}
.sm-ml--151 {
margin-left: -151px;
}
.sm-ml--152 {
margin-left: -152px;
}
.sm-ml--153 {
margin-left: -153px;
}
.sm-ml--154 {
margin-left: -154px;
}
.sm-ml--155 {
margin-left: -155px;
}
.sm-ml--156 {
margin-left: -156px;
}
.sm-ml--157 {
margin-left: -157px;
}
.sm-ml--158 {
margin-left: -158px;
}
.sm-ml--159 {
margin-left: -159px;
}
.sm-ml--160 {
margin-left: -160px;
}
.sm-ml--161 {
margin-left: -161px;
}
.sm-ml--162 {
margin-left: -162px;
}
.sm-ml--163 {
margin-left: -163px;
}
.sm-ml--164 {
margin-left: -164px;
}
.sm-ml--165 {
margin-left: -165px;
}
.sm-ml--166 {
margin-left: -166px;
}
.sm-ml--167 {
margin-left: -167px;
}
.sm-ml--168 {
margin-left: -168px;
}
.sm-ml--169 {
margin-left: -169px;
}
.sm-ml--170 {
margin-left: -170px;
}
.sm-ml--171 {
margin-left: -171px;
}
.sm-ml--172 {
margin-left: -172px;
}
.sm-ml--173 {
margin-left: -173px;
}
.sm-ml--174 {
margin-left: -174px;
}
.sm-ml--175 {
margin-left: -175px;
}
.sm-ml--176 {
margin-left: -176px;
}
.sm-ml--177 {
margin-left: -177px;
}
.sm-ml--178 {
margin-left: -178px;
}
.sm-ml--179 {
margin-left: -179px;
}
.sm-ml--180 {
margin-left: -180px;
}
.sm-ml--181 {
margin-left: -181px;
}
.sm-ml--182 {
margin-left: -182px;
}
.sm-ml--183 {
margin-left: -183px;
}
.sm-ml--184 {
margin-left: -184px;
}
.sm-ml--185 {
margin-left: -185px;
}
.sm-ml--186 {
margin-left: -186px;
}
.sm-ml--187 {
margin-left: -187px;
}
.sm-ml--188 {
margin-left: -188px;
}
.sm-ml--189 {
margin-left: -189px;
}
.sm-ml--190 {
margin-left: -190px;
}
.sm-ml--191 {
margin-left: -191px;
}
.sm-ml--192 {
margin-left: -192px;
}
.sm-ml--193 {
margin-left: -193px;
}
.sm-ml--194 {
margin-left: -194px;
}
.sm-ml--195 {
margin-left: -195px;
}
.sm-ml--196 {
margin-left: -196px;
}
.sm-ml--197 {
margin-left: -197px;
}
.sm-ml--198 {
margin-left: -198px;
}
.sm-ml--199 {
margin-left: -199px;
}
.sm-ml--200 {
margin-left: -200px;
}
.sm-mr--1 {
margin-right: -1px;
}
.sm-mr--2 {
margin-right: -2px;
}
.sm-mr--3 {
margin-right: -3px;
}
.sm-mr--4 {
margin-right: -4px;
}
.sm-mr--5 {
margin-right: -5px;
}
.sm-mr--6 {
margin-right: -6px;
}
.sm-mr--7 {
margin-right: -7px;
}
.sm-mr--8 {
margin-right: -8px;
}
.sm-mr--9 {
margin-right: -9px;
}
.sm-mr--10 {
margin-right: -10px;
}
.sm-mr--11 {
margin-right: -11px;
}
.sm-mr--12 {
margin-right: -12px;
}
.sm-mr--13 {
margin-right: -13px;
}
.sm-mr--14 {
margin-right: -14px;
}
.sm-mr--15 {
margin-right: -15px;
}
.sm-mr--16 {
margin-right: -16px;
}
.sm-mr--17 {
margin-right: -17px;
}
.sm-mr--18 {
margin-right: -18px;
}
.sm-mr--19 {
margin-right: -19px;
}
.sm-mr--20 {
margin-right: -20px;
}
.sm-mr--21 {
margin-right: -21px;
}
.sm-mr--22 {
margin-right: -22px;
}
.sm-mr--23 {
margin-right: -23px;
}
.sm-mr--24 {
margin-right: -24px;
}
.sm-mr--25 {
margin-right: -25px;
}
.sm-mr--26 {
margin-right: -26px;
}
.sm-mr--27 {
margin-right: -27px;
}
.sm-mr--28 {
margin-right: -28px;
}
.sm-mr--29 {
margin-right: -29px;
}
.sm-mr--30 {
margin-right: -30px;
}
.sm-mr--31 {
margin-right: -31px;
}
.sm-mr--32 {
margin-right: -32px;
}
.sm-mr--33 {
margin-right: -33px;
}
.sm-mr--34 {
margin-right: -34px;
}
.sm-mr--35 {
margin-right: -35px;
}
.sm-mr--36 {
margin-right: -36px;
}
.sm-mr--37 {
margin-right: -37px;
}
.sm-mr--38 {
margin-right: -38px;
}
.sm-mr--39 {
margin-right: -39px;
}
.sm-mr--40 {
margin-right: -40px;
}
.sm-mr--41 {
margin-right: -41px;
}
.sm-mr--42 {
margin-right: -42px;
}
.sm-mr--43 {
margin-right: -43px;
}
.sm-mr--44 {
margin-right: -44px;
}
.sm-mr--45 {
margin-right: -45px;
}
.sm-mr--46 {
margin-right: -46px;
}
.sm-mr--47 {
margin-right: -47px;
}
.sm-mr--48 {
margin-right: -48px;
}
.sm-mr--49 {
margin-right: -49px;
}
.sm-mr--50 {
margin-right: -50px;
}
.sm-mr--51 {
margin-right: -51px;
}
.sm-mr--52 {
margin-right: -52px;
}
.sm-mr--53 {
margin-right: -53px;
}
.sm-mr--54 {
margin-right: -54px;
}
.sm-mr--55 {
margin-right: -55px;
}
.sm-mr--56 {
margin-right: -56px;
}
.sm-mr--57 {
margin-right: -57px;
}
.sm-mr--58 {
margin-right: -58px;
}
.sm-mr--59 {
margin-right: -59px;
}
.sm-mr--60 {
margin-right: -60px;
}
.sm-mr--61 {
margin-right: -61px;
}
.sm-mr--62 {
margin-right: -62px;
}
.sm-mr--63 {
margin-right: -63px;
}
.sm-mr--64 {
margin-right: -64px;
}
.sm-mr--65 {
margin-right: -65px;
}
.sm-mr--66 {
margin-right: -66px;
}
.sm-mr--67 {
margin-right: -67px;
}
.sm-mr--68 {
margin-right: -68px;
}
.sm-mr--69 {
margin-right: -69px;
}
.sm-mr--70 {
margin-right: -70px;
}
.sm-mr--71 {
margin-right: -71px;
}
.sm-mr--72 {
margin-right: -72px;
}
.sm-mr--73 {
margin-right: -73px;
}
.sm-mr--74 {
margin-right: -74px;
}
.sm-mr--75 {
margin-right: -75px;
}
.sm-mr--76 {
margin-right: -76px;
}
.sm-mr--77 {
margin-right: -77px;
}
.sm-mr--78 {
margin-right: -78px;
}
.sm-mr--79 {
margin-right: -79px;
}
.sm-mr--80 {
margin-right: -80px;
}
.sm-mr--81 {
margin-right: -81px;
}
.sm-mr--82 {
margin-right: -82px;
}
.sm-mr--83 {
margin-right: -83px;
}
.sm-mr--84 {
margin-right: -84px;
}
.sm-mr--85 {
margin-right: -85px;
}
.sm-mr--86 {
margin-right: -86px;
}
.sm-mr--87 {
margin-right: -87px;
}
.sm-mr--88 {
margin-right: -88px;
}
.sm-mr--89 {
margin-right: -89px;
}
.sm-mr--90 {
margin-right: -90px;
}
.sm-mr--91 {
margin-right: -91px;
}
.sm-mr--92 {
margin-right: -92px;
}
.sm-mr--93 {
margin-right: -93px;
}
.sm-mr--94 {
margin-right: -94px;
}
.sm-mr--95 {
margin-right: -95px;
}
.sm-mr--96 {
margin-right: -96px;
}
.sm-mr--97 {
margin-right: -97px;
}
.sm-mr--98 {
margin-right: -98px;
}
.sm-mr--99 {
margin-right: -99px;
}
.sm-mr--100 {
margin-right: -100px;
}
.sm-mr--101 {
margin-right: -101px;
}
.sm-mr--102 {
margin-right: -102px;
}
.sm-mr--103 {
margin-right: -103px;
}
.sm-mr--104 {
margin-right: -104px;
}
.sm-mr--105 {
margin-right: -105px;
}
.sm-mr--106 {
margin-right: -106px;
}
.sm-mr--107 {
margin-right: -107px;
}
.sm-mr--108 {
margin-right: -108px;
}
.sm-mr--109 {
margin-right: -109px;
}
.sm-mr--110 {
margin-right: -110px;
}
.sm-mr--111 {
margin-right: -111px;
}
.sm-mr--112 {
margin-right: -112px;
}
.sm-mr--113 {
margin-right: -113px;
}
.sm-mr--114 {
margin-right: -114px;
}
.sm-mr--115 {
margin-right: -115px;
}
.sm-mr--116 {
margin-right: -116px;
}
.sm-mr--117 {
margin-right: -117px;
}
.sm-mr--118 {
margin-right: -118px;
}
.sm-mr--119 {
margin-right: -119px;
}
.sm-mr--120 {
margin-right: -120px;
}
.sm-mr--121 {
margin-right: -121px;
}
.sm-mr--122 {
margin-right: -122px;
}
.sm-mr--123 {
margin-right: -123px;
}
.sm-mr--124 {
margin-right: -124px;
}
.sm-mr--125 {
margin-right: -125px;
}
.sm-mr--126 {
margin-right: -126px;
}
.sm-mr--127 {
margin-right: -127px;
}
.sm-mr--128 {
margin-right: -128px;
}
.sm-mr--129 {
margin-right: -129px;
}
.sm-mr--130 {
margin-right: -130px;
}
.sm-mr--131 {
margin-right: -131px;
}
.sm-mr--132 {
margin-right: -132px;
}
.sm-mr--133 {
margin-right: -133px;
}
.sm-mr--134 {
margin-right: -134px;
}
.sm-mr--135 {
margin-right: -135px;
}
.sm-mr--136 {
margin-right: -136px;
}
.sm-mr--137 {
margin-right: -137px;
}
.sm-mr--138 {
margin-right: -138px;
}
.sm-mr--139 {
margin-right: -139px;
}
.sm-mr--140 {
margin-right: -140px;
}
.sm-mr--141 {
margin-right: -141px;
}
.sm-mr--142 {
margin-right: -142px;
}
.sm-mr--143 {
margin-right: -143px;
}
.sm-mr--144 {
margin-right: -144px;
}
.sm-mr--145 {
margin-right: -145px;
}
.sm-mr--146 {
margin-right: -146px;
}
.sm-mr--147 {
margin-right: -147px;
}
.sm-mr--148 {
margin-right: -148px;
}
.sm-mr--149 {
margin-right: -149px;
}
.sm-mr--150 {
margin-right: -150px;
}
.sm-mr--151 {
margin-right: -151px;
}
.sm-mr--152 {
margin-right: -152px;
}
.sm-mr--153 {
margin-right: -153px;
}
.sm-mr--154 {
margin-right: -154px;
}
.sm-mr--155 {
margin-right: -155px;
}
.sm-mr--156 {
margin-right: -156px;
}
.sm-mr--157 {
margin-right: -157px;
}
.sm-mr--158 {
margin-right: -158px;
}
.sm-mr--159 {
margin-right: -159px;
}
.sm-mr--160 {
margin-right: -160px;
}
.sm-mr--161 {
margin-right: -161px;
}
.sm-mr--162 {
margin-right: -162px;
}
.sm-mr--163 {
margin-right: -163px;
}
.sm-mr--164 {
margin-right: -164px;
}
.sm-mr--165 {
margin-right: -165px;
}
.sm-mr--166 {
margin-right: -166px;
}
.sm-mr--167 {
margin-right: -167px;
}
.sm-mr--168 {
margin-right: -168px;
}
.sm-mr--169 {
margin-right: -169px;
}
.sm-mr--170 {
margin-right: -170px;
}
.sm-mr--171 {
margin-right: -171px;
}
.sm-mr--172 {
margin-right: -172px;
}
.sm-mr--173 {
margin-right: -173px;
}
.sm-mr--174 {
margin-right: -174px;
}
.sm-mr--175 {
margin-right: -175px;
}
.sm-mr--176 {
margin-right: -176px;
}
.sm-mr--177 {
margin-right: -177px;
}
.sm-mr--178 {
margin-right: -178px;
}
.sm-mr--179 {
margin-right: -179px;
}
.sm-mr--180 {
margin-right: -180px;
}
.sm-mr--181 {
margin-right: -181px;
}
.sm-mr--182 {
margin-right: -182px;
}
.sm-mr--183 {
margin-right: -183px;
}
.sm-mr--184 {
margin-right: -184px;
}
.sm-mr--185 {
margin-right: -185px;
}
.sm-mr--186 {
margin-right: -186px;
}
.sm-mr--187 {
margin-right: -187px;
}
.sm-mr--188 {
margin-right: -188px;
}
.sm-mr--189 {
margin-right: -189px;
}
.sm-mr--190 {
margin-right: -190px;
}
.sm-mr--191 {
margin-right: -191px;
}
.sm-mr--192 {
margin-right: -192px;
}
.sm-mr--193 {
margin-right: -193px;
}
.sm-mr--194 {
margin-right: -194px;
}
.sm-mr--195 {
margin-right: -195px;
}
.sm-mr--196 {
margin-right: -196px;
}
.sm-mr--197 {
margin-right: -197px;
}
.sm-mr--198 {
margin-right: -198px;
}
.sm-mr--199 {
margin-right: -199px;
}
.sm-mr--200 {
margin-right: -200px;
}
}
@media only screen and (max-width: 575px) {
.xs-padding-0 {
padding: 0;
}
.xs-margin-0 {
margin: 0;
}
.xs-pt-0 {
padding-top: 0;
}
.xs-pt-1 {
padding-top: 1px;
}
.xs-pt-2 {
padding-top: 2px;
}
.xs-pt-3 {
padding-top: 3px;
}
.xs-pt-4 {
padding-top: 4px;
}
.xs-pt-5 {
padding-top: 5px;
}
.xs-pt-6 {
padding-top: 6px;
}
.xs-pt-7 {
padding-top: 7px;
}
.xs-pt-8 {
padding-top: 8px;
}
.xs-pt-9 {
padding-top: 9px;
}
.xs-pt-10 {
padding-top: 10px;
}
.xs-pt-11 {
padding-top: 11px;
}
.xs-pt-12 {
padding-top: 12px;
}
.xs-pt-13 {
padding-top: 13px;
}
.xs-pt-14 {
padding-top: 14px;
}
.xs-pt-15 {
padding-top: 15px;
}
.xs-pt-16 {
padding-top: 16px;
}
.xs-pt-17 {
padding-top: 17px;
}
.xs-pt-18 {
padding-top: 18px;
}
.xs-pt-19 {
padding-top: 19px;
}
.xs-pt-20 {
padding-top: 20px;
}
.xs-pt-21 {
padding-top: 21px;
}
.xs-pt-22 {
padding-top: 22px;
}
.xs-pt-23 {
padding-top: 23px;
}
.xs-pt-24 {
padding-top: 24px;
}
.xs-pt-25 {
padding-top: 25px;
}
.xs-pt-26 {
padding-top: 26px;
}
.xs-pt-27 {
padding-top: 27px;
}
.xs-pt-28 {
padding-top: 28px;
}
.xs-pt-29 {
padding-top: 29px;
}
.xs-pt-30 {
padding-top: 30px;
}
.xs-pt-31 {
padding-top: 31px;
}
.xs-pt-32 {
padding-top: 32px;
}
.xs-pt-33 {
padding-top: 33px;
}
.xs-pt-34 {
padding-top: 34px;
}
.xs-pt-35 {
padding-top: 35px;
}
.xs-pt-36 {
padding-top: 36px;
}
.xs-pt-37 {
padding-top: 37px;
}
.xs-pt-38 {
padding-top: 38px;
}
.xs-pt-39 {
padding-top: 39px;
}
.xs-pt-40 {
padding-top: 40px;
}
.xs-pt-41 {
padding-top: 41px;
}
.xs-pt-42 {
padding-top: 42px;
}
.xs-pt-43 {
padding-top: 43px;
}
.xs-pt-44 {
padding-top: 44px;
}
.xs-pt-45 {
padding-top: 45px;
}
.xs-pt-46 {
padding-top: 46px;
}
.xs-pt-47 {
padding-top: 47px;
}
.xs-pt-48 {
padding-top: 48px;
}
.xs-pt-49 {
padding-top: 49px;
}
.xs-pt-50 {
padding-top: 50px;
}
.xs-pt-51 {
padding-top: 51px;
}
.xs-pt-52 {
padding-top: 52px;
}
.xs-pt-53 {
padding-top: 53px;
}
.xs-pt-54 {
padding-top: 54px;
}
.xs-pt-55 {
padding-top: 55px;
}
.xs-pt-56 {
padding-top: 56px;
}
.xs-pt-57 {
padding-top: 57px;
}
.xs-pt-58 {
padding-top: 58px;
}
.xs-pt-59 {
padding-top: 59px;
}
.xs-pt-60 {
padding-top: 60px;
}
.xs-pt-61 {
padding-top: 61px;
}
.xs-pt-62 {
padding-top: 62px;
}
.xs-pt-63 {
padding-top: 63px;
}
.xs-pt-64 {
padding-top: 64px;
}
.xs-pt-65 {
padding-top: 65px;
}
.xs-pt-66 {
padding-top: 66px;
}
.xs-pt-67 {
padding-top: 67px;
}
.xs-pt-68 {
padding-top: 68px;
}
.xs-pt-69 {
padding-top: 69px;
}
.xs-pt-70 {
padding-top: 70px;
}
.xs-pt-71 {
padding-top: 71px;
}
.xs-pt-72 {
padding-top: 72px;
}
.xs-pt-73 {
padding-top: 73px;
}
.xs-pt-74 {
padding-top: 74px;
}
.xs-pt-75 {
padding-top: 75px;
}
.xs-pt-76 {
padding-top: 76px;
}
.xs-pt-77 {
padding-top: 77px;
}
.xs-pt-78 {
padding-top: 78px;
}
.xs-pt-79 {
padding-top: 79px;
}
.xs-pt-80 {
padding-top: 80px;
}
.xs-pt-81 {
padding-top: 81px;
}
.xs-pt-82 {
padding-top: 82px;
}
.xs-pt-83 {
padding-top: 83px;
}
.xs-pt-84 {
padding-top: 84px;
}
.xs-pt-85 {
padding-top: 85px;
}
.xs-pt-86 {
padding-top: 86px;
}
.xs-pt-87 {
padding-top: 87px;
}
.xs-pt-88 {
padding-top: 88px;
}
.xs-pt-89 {
padding-top: 89px;
}
.xs-pt-90 {
padding-top: 90px;
}
.xs-pt-91 {
padding-top: 91px;
}
.xs-pt-92 {
padding-top: 92px;
}
.xs-pt-93 {
padding-top: 93px;
}
.xs-pt-94 {
padding-top: 94px;
}
.xs-pt-95 {
padding-top: 95px;
}
.xs-pt-96 {
padding-top: 96px;
}
.xs-pt-97 {
padding-top: 97px;
}
.xs-pt-98 {
padding-top: 98px;
}
.xs-pt-99 {
padding-top: 99px;
}
.xs-pt-100 {
padding-top: 100px;
}
.xs-pt-101 {
padding-top: 101px;
}
.xs-pt-102 {
padding-top: 102px;
}
.xs-pt-103 {
padding-top: 103px;
}
.xs-pt-104 {
padding-top: 104px;
}
.xs-pt-105 {
padding-top: 105px;
}
.xs-pt-106 {
padding-top: 106px;
}
.xs-pt-107 {
padding-top: 107px;
}
.xs-pt-108 {
padding-top: 108px;
}
.xs-pt-109 {
padding-top: 109px;
}
.xs-pt-110 {
padding-top: 110px;
}
.xs-pt-111 {
padding-top: 111px;
}
.xs-pt-112 {
padding-top: 112px;
}
.xs-pt-113 {
padding-top: 113px;
}
.xs-pt-114 {
padding-top: 114px;
}
.xs-pt-115 {
padding-top: 115px;
}
.xs-pt-116 {
padding-top: 116px;
}
.xs-pt-117 {
padding-top: 117px;
}
.xs-pt-118 {
padding-top: 118px;
}
.xs-pt-119 {
padding-top: 119px;
}
.xs-pt-120 {
padding-top: 120px;
}
.xs-pt-121 {
padding-top: 121px;
}
.xs-pt-122 {
padding-top: 122px;
}
.xs-pt-123 {
padding-top: 123px;
}
.xs-pt-124 {
padding-top: 124px;
}
.xs-pt-125 {
padding-top: 125px;
}
.xs-pt-126 {
padding-top: 126px;
}
.xs-pt-127 {
padding-top: 127px;
}
.xs-pt-128 {
padding-top: 128px;
}
.xs-pt-129 {
padding-top: 129px;
}
.xs-pt-130 {
padding-top: 130px;
}
.xs-pt-131 {
padding-top: 131px;
}
.xs-pt-132 {
padding-top: 132px;
}
.xs-pt-133 {
padding-top: 133px;
}
.xs-pt-134 {
padding-top: 134px;
}
.xs-pt-135 {
padding-top: 135px;
}
.xs-pt-136 {
padding-top: 136px;
}
.xs-pt-137 {
padding-top: 137px;
}
.xs-pt-138 {
padding-top: 138px;
}
.xs-pt-139 {
padding-top: 139px;
}
.xs-pt-140 {
padding-top: 140px;
}
.xs-pt-141 {
padding-top: 141px;
}
.xs-pt-142 {
padding-top: 142px;
}
.xs-pt-143 {
padding-top: 143px;
}
.xs-pt-144 {
padding-top: 144px;
}
.xs-pt-145 {
padding-top: 145px;
}
.xs-pt-146 {
padding-top: 146px;
}
.xs-pt-147 {
padding-top: 147px;
}
.xs-pt-148 {
padding-top: 148px;
}
.xs-pt-149 {
padding-top: 149px;
}
.xs-pt-150 {
padding-top: 150px;
}
.xs-pt-151 {
padding-top: 151px;
}
.xs-pt-152 {
padding-top: 152px;
}
.xs-pt-153 {
padding-top: 153px;
}
.xs-pt-154 {
padding-top: 154px;
}
.xs-pt-155 {
padding-top: 155px;
}
.xs-pt-156 {
padding-top: 156px;
}
.xs-pt-157 {
padding-top: 157px;
}
.xs-pt-158 {
padding-top: 158px;
}
.xs-pt-159 {
padding-top: 159px;
}
.xs-pt-160 {
padding-top: 160px;
}
.xs-pt-161 {
padding-top: 161px;
}
.xs-pt-162 {
padding-top: 162px;
}
.xs-pt-163 {
padding-top: 163px;
}
.xs-pt-164 {
padding-top: 164px;
}
.xs-pt-165 {
padding-top: 165px;
}
.xs-pt-166 {
padding-top: 166px;
}
.xs-pt-167 {
padding-top: 167px;
}
.xs-pt-168 {
padding-top: 168px;
}
.xs-pt-169 {
padding-top: 169px;
}
.xs-pt-170 {
padding-top: 170px;
}
.xs-pt-171 {
padding-top: 171px;
}
.xs-pt-172 {
padding-top: 172px;
}
.xs-pt-173 {
padding-top: 173px;
}
.xs-pt-174 {
padding-top: 174px;
}
.xs-pt-175 {
padding-top: 175px;
}
.xs-pt-176 {
padding-top: 176px;
}
.xs-pt-177 {
padding-top: 177px;
}
.xs-pt-178 {
padding-top: 178px;
}
.xs-pt-179 {
padding-top: 179px;
}
.xs-pt-180 {
padding-top: 180px;
}
.xs-pt-181 {
padding-top: 181px;
}
.xs-pt-182 {
padding-top: 182px;
}
.xs-pt-183 {
padding-top: 183px;
}
.xs-pt-184 {
padding-top: 184px;
}
.xs-pt-185 {
padding-top: 185px;
}
.xs-pt-186 {
padding-top: 186px;
}
.xs-pt-187 {
padding-top: 187px;
}
.xs-pt-188 {
padding-top: 188px;
}
.xs-pt-189 {
padding-top: 189px;
}
.xs-pt-190 {
padding-top: 190px;
}
.xs-pt-191 {
padding-top: 191px;
}
.xs-pt-192 {
padding-top: 192px;
}
.xs-pt-193 {
padding-top: 193px;
}
.xs-pt-194 {
padding-top: 194px;
}
.xs-pt-195 {
padding-top: 195px;
}
.xs-pt-196 {
padding-top: 196px;
}
.xs-pt-197 {
padding-top: 197px;
}
.xs-pt-198 {
padding-top: 198px;
}
.xs-pt-199 {
padding-top: 199px;
}
.xs-pt-200 {
padding-top: 200px;
}
.xs-pb-0 {
padding-bottom: 0;
}
.xs-pb-1 {
padding-bottom: 1px;
}
.xs-pb-2 {
padding-bottom: 2px;
}
.xs-pb-3 {
padding-bottom: 3px;
}
.xs-pb-4 {
padding-bottom: 4px;
}
.xs-pb-5 {
padding-bottom: 5px;
}
.xs-pb-6 {
padding-bottom: 6px;
}
.xs-pb-7 {
padding-bottom: 7px;
}
.xs-pb-8 {
padding-bottom: 8px;
}
.xs-pb-9 {
padding-bottom: 9px;
}
.xs-pb-10 {
padding-bottom: 10px;
}
.xs-pb-11 {
padding-bottom: 11px;
}
.xs-pb-12 {
padding-bottom: 12px;
}
.xs-pb-13 {
padding-bottom: 13px;
}
.xs-pb-14 {
padding-bottom: 14px;
}
.xs-pb-15 {
padding-bottom: 15px;
}
.xs-pb-16 {
padding-bottom: 16px;
}
.xs-pb-17 {
padding-bottom: 17px;
}
.xs-pb-18 {
padding-bottom: 18px;
}
.xs-pb-19 {
padding-bottom: 19px;
}
.xs-pb-20 {
padding-bottom: 20px;
}
.xs-pb-21 {
padding-bottom: 21px;
}
.xs-pb-22 {
padding-bottom: 22px;
}
.xs-pb-23 {
padding-bottom: 23px;
}
.xs-pb-24 {
padding-bottom: 24px;
}
.xs-pb-25 {
padding-bottom: 25px;
}
.xs-pb-26 {
padding-bottom: 26px;
}
.xs-pb-27 {
padding-bottom: 27px;
}
.xs-pb-28 {
padding-bottom: 28px;
}
.xs-pb-29 {
padding-bottom: 29px;
}
.xs-pb-30 {
padding-bottom: 30px;
}
.xs-pb-31 {
padding-bottom: 31px;
}
.xs-pb-32 {
padding-bottom: 32px;
}
.xs-pb-33 {
padding-bottom: 33px;
}
.xs-pb-34 {
padding-bottom: 34px;
}
.xs-pb-35 {
padding-bottom: 35px;
}
.xs-pb-36 {
padding-bottom: 36px;
}
.xs-pb-37 {
padding-bottom: 37px;
}
.xs-pb-38 {
padding-bottom: 38px;
}
.xs-pb-39 {
padding-bottom: 39px;
}
.xs-pb-40 {
padding-bottom: 40px;
}
.xs-pb-41 {
padding-bottom: 41px;
}
.xs-pb-42 {
padding-bottom: 42px;
}
.xs-pb-43 {
padding-bottom: 43px;
}
.xs-pb-44 {
padding-bottom: 44px;
}
.xs-pb-45 {
padding-bottom: 45px;
}
.xs-pb-46 {
padding-bottom: 46px;
}
.xs-pb-47 {
padding-bottom: 47px;
}
.xs-pb-48 {
padding-bottom: 48px;
}
.xs-pb-49 {
padding-bottom: 49px;
}
.xs-pb-50 {
padding-bottom: 50px;
}
.xs-pb-51 {
padding-bottom: 51px;
}
.xs-pb-52 {
padding-bottom: 52px;
}
.xs-pb-53 {
padding-bottom: 53px;
}
.xs-pb-54 {
padding-bottom: 54px;
}
.xs-pb-55 {
padding-bottom: 55px;
}
.xs-pb-56 {
padding-bottom: 56px;
}
.xs-pb-57 {
padding-bottom: 57px;
}
.xs-pb-58 {
padding-bottom: 58px;
}
.xs-pb-59 {
padding-bottom: 59px;
}
.xs-pb-60 {
padding-bottom: 60px;
}
.xs-pb-61 {
padding-bottom: 61px;
}
.xs-pb-62 {
padding-bottom: 62px;
}
.xs-pb-63 {
padding-bottom: 63px;
}
.xs-pb-64 {
padding-bottom: 64px;
}
.xs-pb-65 {
padding-bottom: 65px;
}
.xs-pb-66 {
padding-bottom: 66px;
}
.xs-pb-67 {
padding-bottom: 67px;
}
.xs-pb-68 {
padding-bottom: 68px;
}
.xs-pb-69 {
padding-bottom: 69px;
}
.xs-pb-70 {
padding-bottom: 70px;
}
.xs-pb-71 {
padding-bottom: 71px;
}
.xs-pb-72 {
padding-bottom: 72px;
}
.xs-pb-73 {
padding-bottom: 73px;
}
.xs-pb-74 {
padding-bottom: 74px;
}
.xs-pb-75 {
padding-bottom: 75px;
}
.xs-pb-76 {
padding-bottom: 76px;
}
.xs-pb-77 {
padding-bottom: 77px;
}
.xs-pb-78 {
padding-bottom: 78px;
}
.xs-pb-79 {
padding-bottom: 79px;
}
.xs-pb-80 {
padding-bottom: 80px;
}
.xs-pb-81 {
padding-bottom: 81px;
}
.xs-pb-82 {
padding-bottom: 82px;
}
.xs-pb-83 {
padding-bottom: 83px;
}
.xs-pb-84 {
padding-bottom: 84px;
}
.xs-pb-85 {
padding-bottom: 85px;
}
.xs-pb-86 {
padding-bottom: 86px;
}
.xs-pb-87 {
padding-bottom: 87px;
}
.xs-pb-88 {
padding-bottom: 88px;
}
.xs-pb-89 {
padding-bottom: 89px;
}
.xs-pb-90 {
padding-bottom: 90px;
}
.xs-pb-91 {
padding-bottom: 91px;
}
.xs-pb-92 {
padding-bottom: 92px;
}
.xs-pb-93 {
padding-bottom: 93px;
}
.xs-pb-94 {
padding-bottom: 94px;
}
.xs-pb-95 {
padding-bottom: 95px;
}
.xs-pb-96 {
padding-bottom: 96px;
}
.xs-pb-97 {
padding-bottom: 97px;
}
.xs-pb-98 {
padding-bottom: 98px;
}
.xs-pb-99 {
padding-bottom: 99px;
}
.xs-pb-100 {
padding-bottom: 100px;
}
.xs-pb-101 {
padding-bottom: 101px;
}
.xs-pb-102 {
padding-bottom: 102px;
}
.xs-pb-104 {
padding-bottom: 104px;
}
.xs-pb-105 {
padding-bottom: 105px;
}
.xs-pb-106 {
padding-bottom: 106px;
}
.xs-pb-107 {
padding-bottom: 107px;
}
.xs-pb-108 {
padding-bottom: 108px;
}
.xs-pb-109 {
padding-bottom: 109px;
}
.xs-pb-110 {
padding-bottom: 110px;
}
.xs-pb-111 {
padding-bottom: 111px;
}
.xs-pb-112 {
padding-bottom: 112px;
}
.xs-pb-113 {
padding-bottom: 113px;
}
.xs-pb-114 {
padding-bottom: 114px;
}
.xs-pb-115 {
padding-bottom: 115px;
}
.xs-pb-116 {
padding-bottom: 116px;
}
.xs-pb-117 {
padding-bottom: 117px;
}
.xs-pb-118 {
padding-bottom: 118px;
}
.xs-pb-119 {
padding-bottom: 119px;
}
.xs-pb-120 {
padding-bottom: 120px;
}
.xs-pb-121 {
padding-bottom: 121px;
}
.xs-pb-122 {
padding-bottom: 122px;
}
.xs-pb-123 {
padding-bottom: 123px;
}
.xs-pb-124 {
padding-bottom: 124px;
}
.xs-pb-125 {
padding-bottom: 125px;
}
.xs-pb-126 {
padding-bottom: 126px;
}
.xs-pb-127 {
padding-bottom: 127px;
}
.xs-pb-128 {
padding-bottom: 128px;
}
.xs-pb-129 {
padding-bottom: 129px;
}
.xs-pb-130 {
padding-bottom: 130px;
}
.xs-pb-131 {
padding-bottom: 131px;
}
.xs-pb-132 {
padding-bottom: 132px;
}
.xs-pb-133 {
padding-bottom: 133px;
}
.xs-pb-134 {
padding-bottom: 134px;
}
.xs-pb-135 {
padding-bottom: 135px;
}
.xs-pb-136 {
padding-bottom: 136px;
}
.xs-pb-137 {
padding-bottom: 137px;
}
.xs-pb-138 {
padding-bottom: 138px;
}
.xs-pb-139 {
padding-bottom: 139px;
}
.xs-pb-140 {
padding-bottom: 140px;
}
.xs-pb-141 {
padding-bottom: 141px;
}
.xs-pb-142 {
padding-bottom: 142px;
}
.xs-pb-143 {
padding-bottom: 143px;
}
.xs-pb-144 {
padding-bottom: 144px;
}
.xs-pb-145 {
padding-bottom: 145px;
}
.xs-pb-146 {
padding-bottom: 146px;
}
.xs-pb-147 {
padding-bottom: 147px;
}
.xs-pb-148 {
padding-bottom: 148px;
}
.xs-pb-149 {
padding-bottom: 149px;
}
.xs-pb-150 {
padding-bottom: 150px;
}
.xs-pb-151 {
padding-bottom: 151px;
}
.xs-pb-152 {
padding-bottom: 152px;
}
.xs-pb-153 {
padding-bottom: 153px;
}
.xs-pb-154 {
padding-bottom: 154px;
}
.xs-pb-155 {
padding-bottom: 155px;
}
.xs-pb-156 {
padding-bottom: 156px;
}
.xs-pb-157 {
padding-bottom: 157px;
}
.xs-pb-158 {
padding-bottom: 158px;
}
.xs-pb-159 {
padding-bottom: 159px;
}
.xs-pb-160 {
padding-bottom: 160px;
}
.xs-pb-161 {
padding-bottom: 161px;
}
.xs-pb-162 {
padding-bottom: 162px;
}
.xs-pb-163 {
padding-bottom: 163px;
}
.xs-pb-164 {
padding-bottom: 164px;
}
.xs-pb-165 {
padding-bottom: 165px;
}
.xs-pb-166 {
padding-bottom: 166px;
}
.xs-pb-167 {
padding-bottom: 167px;
}
.xs-pb-168 {
padding-bottom: 168px;
}
.xs-pb-169 {
padding-bottom: 169px;
}
.xs-pb-170 {
padding-bottom: 170px;
}
.xs-pb-171 {
padding-bottom: 171px;
}
.xs-pb-172 {
padding-bottom: 172px;
}
.xs-pb-173 {
padding-bottom: 173px;
}
.xs-pb-174 {
padding-bottom: 174px;
}
.xs-pb-175 {
padding-bottom: 175px;
}
.xs-pb-176 {
padding-bottom: 176px;
}
.xs-pb-177 {
padding-bottom: 177px;
}
.xs-pb-178 {
padding-bottom: 178px;
}
.xs-pb-179 {
padding-bottom: 179px;
}
.xs-pb-180 {
padding-bottom: 180px;
}
.xs-pb-181 {
padding-bottom: 181px;
}
.xs-pb-182 {
padding-bottom: 182px;
}
.xs-pb-183 {
padding-bottom: 183px;
}
.xs-pb-184 {
padding-bottom: 184px;
}
.xs-pb-185 {
padding-bottom: 185px;
}
.xs-pb-186 {
padding-bottom: 186px;
}
.xs-pb-187 {
padding-bottom: 187px;
}
.xs-pb-188 {
padding-bottom: 188px;
}
.xs-pb-189 {
padding-bottom: 189px;
}
.xs-pb-190 {
padding-bottom: 190px;
}
.xs-pb-191 {
padding-bottom: 191px;
}
.xs-pb-192 {
padding-bottom: 192px;
}
.xs-pb-193 {
padding-bottom: 193px;
}
.xs-pb-194 {
padding-bottom: 194px;
}
.xs-pb-195 {
padding-bottom: 195px;
}
.xs-pb-196 {
padding-bottom: 196px;
}
.xs-pb-197 {
padding-bottom: 197px;
}
.xs-pb-198 {
padding-bottom: 198px;
}
.xs-pb-199 {
padding-bottom: 199px;
}
.xs-pb-200 {
padding-bottom: 200px;
}
.xs-pr-0 {
padding-right: 0;
}
.xs-pr-1 {
padding-right: 1px;
}
.xs-pr-2 {
padding-right: 2px;
}
.xs-pr-4 {
padding-right: 4px;
}
.xs-pr-5 {
padding-right: 5px;
}
.xs-pr-6 {
padding-right: 6px;
}
.xs-pr-7 {
padding-right: 7px;
}
.xs-pr-8 {
padding-right: 8px;
}
.xs-pr-9 {
padding-right: 9px;
}
.xs-pr-10 {
padding-right: 10px;
}
.xs-pr-11 {
padding-right: 11px;
}
.xs-pr-12 {
padding-right: 12px;
}
.xs-pr-13 {
padding-right: 13px;
}
.xs-pr-14 {
padding-right: 14px;
}
.xs-pr-15 {
padding-right: 15px;
}
.xs-pr-16 {
padding-right: 16px;
}
.xs-pr-17 {
padding-right: 17px;
}
.xs-pr-18 {
padding-right: 18px;
}
.xs-pr-19 {
padding-right: 19px;
}
.xs-pr-20 {
padding-right: 20px;
}
.xs-pr-21 {
padding-right: 21px;
}
.xs-pr-22 {
padding-right: 22px;
}
.xs-pr-23 {
padding-right: 23px;
}
.xs-pr-24 {
padding-right: 24px;
}
.xs-pr-25 {
padding-right: 25px;
}
.xs-pr-26 {
padding-right: 26px;
}
.xs-pr-27 {
padding-right: 27px;
}
.xs-pr-28 {
padding-right: 28px;
}
.xs-pr-29 {
padding-right: 29px;
}
.xs-pr-30 {
padding-right: 30px;
}
.xs-pr-31 {
padding-right: 31px;
}
.xs-pr-32 {
padding-right: 32px;
}
.xs-pr-33 {
padding-right: 33px;
}
.xs-pr-34 {
padding-right: 34px;
}
.xs-pr-35 {
padding-right: 35px;
}
.xs-pr-36 {
padding-right: 36px;
}
.xs-pr-37 {
padding-right: 37px;
}
.xs-pr-38 {
padding-right: 38px;
}
.xs-pr-39 {
padding-right: 39px;
}
.xs-pr-40 {
padding-right: 40px;
}
.xs-pr-41 {
padding-right: 41px;
}
.xs-pr-42 {
padding-right: 42px;
}
.xs-pr-43 {
padding-right: 43px;
}
.xs-pr-44 {
padding-right: 44px;
}
.xs-pr-45 {
padding-right: 45px;
}
.xs-pr-46 {
padding-right: 46px;
}
.xs-pr-47 {
padding-right: 47px;
}
.xs-pr-48 {
padding-right: 48px;
}
.xs-pr-49 {
padding-right: 49px;
}
.xs-pr-50 {
padding-right: 50px;
}
.xs-pr-51 {
padding-right: 51px;
}
.xs-pr-52 {
padding-right: 52px;
}
.xs-pr-53 {
padding-right: 53px;
}
.xs-pr-54 {
padding-right: 54px;
}
.xs-pr-55 {
padding-right: 55px;
}
.xs-pr-56 {
padding-right: 56px;
}
.xs-pr-57 {
padding-right: 57px;
}
.xs-pr-58 {
padding-right: 58px;
}
.xs-pr-59 {
padding-right: 59px;
}
.xs-pr-60 {
padding-right: 60px;
}
.xs-pr-61 {
padding-right: 61px;
}
.xs-pr-62 {
padding-right: 62px;
}
.xs-pr-63 {
padding-right: 63px;
}
.xs-pr-64 {
padding-right: 64px;
}
.xs-pr-65 {
padding-right: 65px;
}
.xs-pr-66 {
padding-right: 66px;
}
.xs-pr-67 {
padding-right: 67px;
}
.xs-pr-68 {
padding-right: 68px;
}
.xs-pr-69 {
padding-right: 69px;
}
.xs-pr-70 {
padding-right: 70px;
}
.xs-pr-71 {
padding-right: 71px;
}
.xs-pr-72 {
padding-right: 72px;
}
.xs-pr-73 {
padding-right: 73px;
}
.xs-pr-74 {
padding-right: 74px;
}
.xs-pr-75 {
padding-right: 75px;
}
.xs-pr-76 {
padding-right: 76px;
}
.xs-pr-77 {
padding-right: 77px;
}
.xs-pr-78 {
padding-right: 78px;
}
.xs-pr-79 {
padding-right: 79px;
}
.xs-pr-80 {
padding-right: 80px;
}
.xs-pr-81 {
padding-right: 81px;
}
.xs-pr-82 {
padding-right: 82px;
}
.xs-pr-83 {
padding-right: 83px;
}
.xs-pr-84 {
padding-right: 84px;
}
.xs-pr-85 {
padding-right: 85px;
}
.xs-pr-86 {
padding-right: 86px;
}
.xs-pr-87 {
padding-right: 87px;
}
.xs-pr-88 {
padding-right: 88px;
}
.xs-pr-89 {
padding-right: 89px;
}
.xs-pr-90 {
padding-right: 90px;
}
.xs-pr-91 {
padding-right: 91px;
}
.xs-pr-92 {
padding-right: 92px;
}
.xs-pr-93 {
padding-right: 93px;
}
.xs-pr-94 {
padding-right: 94px;
}
.xs-pr-95 {
padding-right: 95px;
}
.xs-pr-96 {
padding-right: 96px;
}
.xs-pr-97 {
padding-right: 97px;
}
.xs-pr-98 {
padding-right: 98px;
}
.xs-pr-99 {
padding-right: 99px;
}
.xs-pr-100 {
padding-right: 100px;
}
.xs-pr-101 {
padding-right: 101px;
}
.xs-pr-102 {
padding-right: 102px;
}
.xs-pr-104 {
padding-right: 104px;
}
.xs-pr-105 {
padding-right: 105px;
}
.xs-pr-106 {
padding-right: 106px;
}
.xs-pr-107 {
padding-right: 107px;
}
.xs-pr-108 {
padding-right: 108px;
}
.xs-pr-109 {
padding-right: 109px;
}
.xs-pr-110 {
padding-right: 110px;
}
.xs-pr-111 {
padding-right: 111px;
}
.xs-pr-112 {
padding-right: 112px;
}
.xs-pr-113 {
padding-right: 113px;
}
.xs-pr-114 {
padding-right: 114px;
}
.xs-pr-115 {
padding-right: 115px;
}
.xs-pr-116 {
padding-right: 116px;
}
.xs-pr-117 {
padding-right: 117px;
}
.xs-pr-118 {
padding-right: 118px;
}
.xs-pr-119 {
padding-right: 119px;
}
.xs-pr-120 {
padding-right: 120px;
}
.xs-pr-121 {
padding-right: 121px;
}
.xs-pr-122 {
padding-right: 122px;
}
.xs-pr-123 {
padding-right: 123px;
}
.xs-pr-124 {
padding-right: 124px;
}
.xs-pr-125 {
padding-right: 125px;
}
.xs-pr-126 {
padding-right: 126px;
}
.xs-pr-127 {
padding-right: 127px;
}
.xs-pr-128 {
padding-right: 128px;
}
.xs-pr-129 {
padding-right: 129px;
}
.xs-pr-130 {
padding-right: 130px;
}
.xs-pr-131 {
padding-right: 131px;
}
.xs-pr-132 {
padding-right: 132px;
}
.xs-pr-133 {
padding-right: 133px;
}
.xs-pr-134 {
padding-right: 134px;
}
.xs-pr-135 {
padding-right: 135px;
}
.xs-pr-136 {
padding-right: 136px;
}
.xs-pr-137 {
padding-right: 137px;
}
.xs-pr-138 {
padding-right: 138px;
}
.xs-pr-139 {
padding-right: 139px;
}
.xs-pr-140 {
padding-right: 140px;
}
.xs-pr-141 {
padding-right: 141px;
}
.xs-pr-142 {
padding-right: 142px;
}
.xs-pr-143 {
padding-right: 143px;
}
.xs-pr-144 {
padding-right: 144px;
}
.xs-pr-145 {
padding-right: 145px;
}
.xs-pr-146 {
padding-right: 146px;
}
.xs-pr-147 {
padding-right: 147px;
}
.xs-pr-148 {
padding-right: 148px;
}
.xs-pr-149 {
padding-right: 149px;
}
.xs-pr-150 {
padding-right: 150px;
}
.xs-pr-151 {
padding-right: 151px;
}
.xs-pr-152 {
padding-right: 152px;
}
.xs-pr-153 {
padding-right: 153px;
}
.xs-pr-154 {
padding-right: 154px;
}
.xs-pr-155 {
padding-right: 155px;
}
.xs-pr-156 {
padding-right: 156px;
}
.xs-pr-157 {
padding-right: 157px;
}
.xs-pr-158 {
padding-right: 158px;
}
.xs-pr-159 {
padding-right: 159px;
}
.xs-pr-160 {
padding-right: 160px;
}
.xs-pr-161 {
padding-right: 161px;
}
.xs-pr-162 {
padding-right: 162px;
}
.xs-pr-163 {
padding-right: 163px;
}
.xs-pr-164 {
padding-right: 164px;
}
.xs-pr-165 {
padding-right: 165px;
}
.xs-pr-166 {
padding-right: 166px;
}
.xs-pr-167 {
padding-right: 167px;
}
.xs-pr-168 {
padding-right: 168px;
}
.xs-pr-169 {
padding-right: 169px;
}
.xs-pr-170 {
padding-right: 170px;
}
.xs-pr-171 {
padding-right: 171px;
}
.xs-pr-172 {
padding-right: 172px;
}
.xs-pr-173 {
padding-right: 173px;
}
.xs-pr-174 {
padding-right: 174px;
}
.xs-pr-175 {
padding-right: 175px;
}
.xs-pr-176 {
padding-right: 176px;
}
.xs-pr-177 {
padding-right: 177px;
}
.xs-pr-178 {
padding-right: 178px;
}
.xs-pr-179 {
padding-right: 179px;
}
.xs-pr-180 {
padding-right: 180px;
}
.xs-pr-181 {
padding-right: 181px;
}
.xs-pr-182 {
padding-right: 182px;
}
.xs-pr-183 {
padding-right: 183px;
}
.xs-pr-184 {
padding-right: 184px;
}
.xs-pr-185 {
padding-right: 185px;
}
.xs-pr-186 {
padding-right: 186px;
}
.xs-pr-187 {
padding-right: 187px;
}
.xs-pr-188 {
padding-right: 188px;
}
.xs-pr-189 {
padding-right: 189px;
}
.xs-pr-190 {
padding-right: 190px;
}
.xs-pr-191 {
padding-right: 191px;
}
.xs-pr-192 {
padding-right: 192px;
}
.xs-pr-193 {
padding-right: 193px;
}
.xs-pr-194 {
padding-right: 194px;
}
.xs-pr-195 {
padding-right: 195px;
}
.xs-pr-196 {
padding-right: 196px;
}
.xs-pr-197 {
padding-right: 197px;
}
.xs-pr-198 {
padding-right: 198px;
}
.xs-pr-199 {
padding-right: 199px;
}
.xs-pr-200 {
padding-right: 200px;
}
.xs-pl-0 {
padding-left: 0;
}
.xs-pl-1 {
padding-left: 1px;
}
.xs-pl-2 {
padding-left: 2px;
}
.pb-3 {
padding-bottom: 3px;
}
.xs-pl-4 {
padding-left: 4px;
}
.xs-pl-5 {
padding-left: 5px;
}
.xs-pl-6 {
padding-left: 6px;
}
.xs-pl-7 {
padding-left: 7px;
}
.xs-pl-8 {
padding-left: 8px;
}
.xs-pl-9 {
padding-left: 9px;
}
.xs-pl-10 {
padding-left: 10px;
}
.xs-pl-11 {
padding-left: 11px;
}
.xs-pl-12 {
padding-left: 12px;
}
.xs-pl-13 {
padding-left: 13px;
}
.xs-pl-14 {
padding-left: 14px;
}
.xs-pl-15 {
padding-left: 15px;
}
.xs-pl-16 {
padding-left: 16px;
}
.xs-pl-17 {
padding-left: 17px;
}
.xs-pl-18 {
padding-left: 18px;
}
.xs-pl-19 {
padding-left: 19px;
}
.xs-pl-20 {
padding-left: 20px;
}
.xs-pl-21 {
padding-left: 21px;
}
.xs-pl-22 {
padding-left: 22px;
}
.xs-pl-23 {
padding-left: 23px;
}
.xs-pl-24 {
padding-left: 24px;
}
.xs-pl-25 {
padding-left: 25px;
}
.xs-pl-26 {
padding-left: 26px;
}
.xs-pl-27 {
padding-left: 27px;
}
.xs-pl-28 {
padding-left: 28px;
}
.xs-pl-29 {
padding-left: 29px;
}
.xs-pl-30 {
padding-left: 30px;
}
.xs-pl-31 {
padding-left: 31px;
}
.xs-pl-32 {
padding-left: 32px;
}
.xs-pl-33 {
padding-left: 33px;
}
.xs-pl-34 {
padding-left: 34px;
}
.xs-pl-35 {
padding-left: 35px;
}
.xs-pl-36 {
padding-left: 36px;
}
.xs-pl-37 {
padding-left: 37px;
}
.xs-pl-38 {
padding-left: 38px;
}
.xs-pl-39 {
padding-left: 39px;
}
.xs-pl-40 {
padding-left: 40px;
}
.xs-pl-41 {
padding-left: 41px;
}
.xs-pl-42 {
padding-left: 42px;
}
.xs-pl-43 {
padding-left: 43px;
}
.xs-pl-44 {
padding-left: 44px;
}
.xs-pl-45 {
padding-left: 45px;
}
.xs-pl-46 {
padding-left: 46px;
}
.xs-pl-47 {
padding-left: 47px;
}
.xs-pl-48 {
padding-left: 48px;
}
.xs-pl-49 {
padding-left: 49px;
}
.xs-pl-50 {
padding-left: 50px;
}
.xs-pl-51 {
padding-left: 51px;
}
.xs-pl-52 {
padding-left: 52px;
}
.xs-pl-53 {
padding-left: 53px;
}
.xs-pl-54 {
padding-left: 54px;
}
.xs-pl-55 {
padding-left: 55px;
}
.xs-pl-56 {
padding-left: 56px;
}
.xs-pl-57 {
padding-left: 57px;
}
.xs-pl-58 {
padding-left: 58px;
}
.xs-pl-59 {
padding-left: 59px;
}
.xs-pl-60 {
padding-left: 60px;
}
.xs-pl-61 {
padding-left: 61px;
}
.xs-pl-62 {
padding-left: 62px;
}
.xs-pl-63 {
padding-left: 63px;
}
.xs-pl-64 {
padding-left: 64px;
}
.xs-pl-65 {
padding-left: 65px;
}
.xs-pl-66 {
padding-left: 66px;
}
.xs-pl-67 {
padding-left: 67px;
}
.xs-pl-68 {
padding-left: 68px;
}
.xs-pl-69 {
padding-left: 69px;
}
.xs-pl-70 {
padding-left: 70px;
}
.xs-pl-71 {
padding-left: 71px;
}
.xs-pl-72 {
padding-left: 72px;
}
.xs-pl-73 {
padding-left: 73px;
}
.xs-pl-74 {
padding-left: 74px;
}
.xs-pl-75 {
padding-left: 75px;
}
.xs-pl-76 {
padding-left: 76px;
}
.xs-pl-77 {
padding-left: 77px;
}
.xs-pl-78 {
padding-left: 78px;
}
.xs-pl-79 {
padding-left: 79px;
}
.xs-pl-80 {
padding-left: 80px;
}
.xs-pl-81 {
padding-left: 81px;
}
.xs-pl-82 {
padding-left: 82px;
}
.xs-pl-83 {
padding-left: 83px;
}
.xs-pl-84 {
padding-left: 84px;
}
.xs-pl-85 {
padding-left: 85px;
}
.xs-pl-86 {
padding-left: 86px;
}
.xs-pl-87 {
padding-left: 87px;
}
.xs-pl-88 {
padding-left: 88px;
}
.xs-pl-89 {
padding-left: 89px;
}
.xs-pl-90 {
padding-left: 90px;
}
.xs-pl-91 {
padding-left: 91px;
}
.xs-pl-92 {
padding-left: 92px;
}
.xs-pl-93 {
padding-left: 93px;
}
.xs-pl-94 {
padding-left: 94px;
}
.xs-pl-95 {
padding-left: 95px;
}
.xs-pl-96 {
padding-left: 96px;
}
.xs-pl-97 {
padding-left: 97px;
}
.xs-pl-98 {
padding-left: 98px;
}
.xs-pl-99 {
padding-left: 99px;
}
.xs-pl-100 {
padding-left: 100px;
}
.xs-pl-101 {
padding-left: 101px;
}
.xs-pl-102 {
padding-left: 102px;
}
.xs-pb-103 {
padding-bottom: 103px;
}
.xs-pl-104 {
padding-left: 104px;
}
.xs-pl-105 {
padding-left: 105px;
}
.xs-pl-106 {
padding-left: 106px;
}
.xs-pl-107 {
padding-left: 107px;
}
.xs-pl-108 {
padding-left: 108px;
}
.xs-pl-109 {
padding-left: 109px;
}
.xs-pl-110 {
padding-left: 110px;
}
.xs-pl-111 {
padding-left: 111px;
}
.xs-pl-112 {
padding-left: 112px;
}
.xs-pl-113 {
padding-left: 113px;
}
.xs-pl-114 {
padding-left: 114px;
}
.xs-pl-115 {
padding-left: 115px;
}
.xs-pl-116 {
padding-left: 116px;
}
.xs-pl-117 {
padding-left: 117px;
}
.xs-pl-118 {
padding-left: 118px;
}
.xs-pl-119 {
padding-left: 119px;
}
.xs-pl-120 {
padding-left: 120px;
}
.xs-pl-121 {
padding-left: 121px;
}
.xs-pl-122 {
padding-left: 122px;
}
.xs-pl-123 {
padding-left: 123px;
}
.xs-pl-124 {
padding-left: 124px;
}
.xs-pl-125 {
padding-left: 125px;
}
.xs-pl-126 {
padding-left: 126px;
}
.xs-pl-127 {
padding-left: 127px;
}
.xs-pl-128 {
padding-left: 128px;
}
.xs-pl-129 {
padding-left: 129px;
}
.xs-pl-130 {
padding-left: 130px;
}
.xs-pl-131 {
padding-left: 131px;
}
.xs-pl-132 {
padding-left: 132px;
}
.xs-pl-133 {
padding-left: 133px;
}
.xs-pl-134 {
padding-left: 134px;
}
.xs-pl-135 {
padding-left: 135px;
}
.xs-pl-136 {
padding-left: 136px;
}
.xs-pl-137 {
padding-left: 137px;
}
.xs-pl-138 {
padding-left: 138px;
}
.xs-pl-139 {
padding-left: 139px;
}
.xs-pl-140 {
padding-left: 140px;
}
.xs-pl-141 {
padding-left: 141px;
}
.xs-pl-142 {
padding-left: 142px;
}
.xs-pl-143 {
padding-left: 143px;
}
.xs-pl-144 {
padding-left: 144px;
}
.xs-pl-145 {
padding-left: 145px;
}
.xs-pl-146 {
padding-left: 146px;
}
.xs-pl-147 {
padding-left: 147px;
}
.xs-pl-148 {
padding-left: 148px;
}
.xs-pl-149 {
padding-left: 149px;
}
.xs-pl-150 {
padding-left: 150px;
}
.xs-pl-151 {
padding-left: 151px;
}
.xs-pl-152 {
padding-left: 152px;
}
.xs-pl-153 {
padding-left: 153px;
}
.xs-pl-154 {
padding-left: 154px;
}
.xs-pl-155 {
padding-left: 155px;
}
.xs-pl-156 {
padding-left: 156px;
}
.xs-pl-157 {
padding-left: 157px;
}
.xs-pl-158 {
padding-left: 158px;
}
.xs-pl-159 {
padding-left: 159px;
}
.xs-pl-160 {
padding-left: 160px;
}
.xs-pl-161 {
padding-left: 161px;
}
.xs-pl-162 {
padding-left: 162px;
}
.xs-pl-163 {
padding-left: 163px;
}
.xs-pl-164 {
padding-left: 164px;
}
.xs-pl-165 {
padding-left: 165px;
}
.xs-pl-166 {
padding-left: 166px;
}
.xs-pl-167 {
padding-left: 167px;
}
.xs-pl-168 {
padding-left: 168px;
}
.xs-pl-169 {
padding-left: 169px;
}
.xs-pl-170 {
padding-left: 170px;
}
.xs-pl-171 {
padding-left: 171px;
}
.xs-pl-172 {
padding-left: 172px;
}
.xs-pl-173 {
padding-left: 173px;
}
.xs-pl-174 {
padding-left: 174px;
}
.xs-pl-175 {
padding-left: 175px;
}
.xs-pl-176 {
padding-left: 176px;
}
.xs-pl-177 {
padding-left: 177px;
}
.xs-pl-178 {
padding-left: 178px;
}
.xs-pl-179 {
padding-left: 179px;
}
.xs-pl-180 {
padding-left: 180px;
}
.xs-pl-181 {
padding-left: 181px;
}
.xs-pl-182 {
padding-left: 182px;
}
.xs-pl-183 {
padding-left: 183px;
}
.xs-pl-184 {
padding-left: 184px;
}
.xs-pl-185 {
padding-left: 185px;
}
.xs-pl-186 {
padding-left: 186px;
}
.xs-pl-187 {
padding-left: 187px;
}
.xs-pl-188 {
padding-left: 188px;
}
.xs-pl-189 {
padding-left: 189px;
}
.xs-pl-190 {
padding-left: 190px;
}
.xs-pl-191 {
padding-left: 191px;
}
.xs-pl-192 {
padding-left: 192px;
}
.xs-pl-193 {
padding-left: 193px;
}
.xs-pl-194 {
padding-left: 194px;
}
.xs-pl-195 {
padding-left: 195px;
}
.xs-pl-196 {
padding-left: 196px;
}
.xs-pl-197 {
padding-left: 197px;
}
.xs-pl-198 {
padding-left: 198px;
}
.xs-pl-199 {
padding-left: 199px;
}
.xs-pl-200 {
padding-left: 200px;
}
.xs-mt-0 {
margin-top: 0;
}
.xs-mt-1 {
margin-top: 1px;
}
.xs-mt-2 {
margin-top: 2px;
}
.xs-mt-3 {
margin-top: 3px;
}
.xs-mt-4 {
margin-top: 4px;
}
.xs-mt-5 {
margin-top: 5px;
}
.xs-mt-6 {
margin-top: 6px;
}
.xs-mt-7 {
margin-top: 7px;
}
.xs-mt-8 {
margin-top: 8px;
}
.xs-mt-9 {
margin-top: 9px;
}
.xs-mt-10 {
margin-top: 10px;
}
.xs-mt-11 {
margin-top: 11px;
}
.xs-mt-12 {
margin-top: 12px;
}
.xs-mt-13 {
margin-top: 13px;
}
.xs-mt-14 {
margin-top: 14px;
}
.xs-mt-15 {
margin-top: 15px;
}
.xs-mt-16 {
margin-top: 16px;
}
.xs-mt-17 {
margin-top: 17px;
}
.xs-mt-18 {
margin-top: 18px;
}
.xs-mt-19 {
margin-top: 19px;
}
.xs-mt-20 {
margin-top: 20px;
}
.xs-mt-21 {
margin-top: 21px;
}
.xs-mt-22 {
margin-top: 22px;
}
.xs-mt-23 {
margin-top: 23px;
}
.xs-mt-24 {
margin-top: 24px;
}
.xs-mt-25 {
margin-top: 25px;
}
.xs-mt-26 {
margin-top: 26px;
}
.xs-mt-27 {
margin-top: 27px;
}
.xs-mt-28 {
margin-top: 28px;
}
.xs-mt-29 {
margin-top: 29px;
}
.xs-mt-30 {
margin-top: 30px;
}
.xs-mt-31 {
margin-top: 31px;
}
.xs-mt-32 {
margin-top: 32px;
}
.xs-mt-33 {
margin-top: 33px;
}
.xs-mt-34 {
margin-top: 34px;
}
.xs-mt-35 {
margin-top: 35px;
}
.xs-mt-36 {
margin-top: 36px;
}
.xs-mt-37 {
margin-top: 37px;
}
.xs-mt-38 {
margin-top: 38px;
}
.xs-mt-39 {
margin-top: 39px;
}
.xs-mt-40 {
margin-top: 40px;
}
.xs-mt-41 {
margin-top: 41px;
}
.xs-mt-42 {
margin-top: 42px;
}
.xs-mt-43 {
margin-top: 43px;
}
.xs-mt-44 {
margin-top: 44px;
}
.xs-mt-45 {
margin-top: 45px;
}
.xs-mt-46 {
margin-top: 46px;
}
.xs-mt-47 {
margin-top: 47px;
}
.xs-mt-48 {
margin-top: 48px;
}
.xs-mt-49 {
margin-top: 49px;
}
.xs-mt-50 {
margin-top: 50px;
}
.xs-mt-51 {
margin-top: 51px;
}
.xs-mt-52 {
margin-top: 52px;
}
.xs-mt-53 {
margin-top: 53px;
}
.xs-mt-54 {
margin-top: 54px;
}
.xs-mt-55 {
margin-top: 55px;
}
.xs-mt-56 {
margin-top: 56px;
}
.xs-mt-57 {
margin-top: 57px;
}
.xs-mt-58 {
margin-top: 58px;
}
.xs-mt-59 {
margin-top: 59px;
}
.xs-mt-60 {
margin-top: 60px;
}
.xs-mt-61 {
margin-top: 61px;
}
.xs-mt-62 {
margin-top: 62px;
}
.xs-mt-63 {
margin-top: 63px;
}
.xs-mt-64 {
margin-top: 64px;
}
.xs-mt-65 {
margin-top: 65px;
}
.xs-mt-66 {
margin-top: 66px;
}
.xs-mt-67 {
margin-top: 67px;
}
.xs-mt-68 {
margin-top: 68px;
}
.xs-mt-69 {
margin-top: 69px;
}
.xs-mt-70 {
margin-top: 70px;
}
.xs-mt-71 {
margin-top: 71px;
}
.xs-mt-72 {
margin-top: 72px;
}
.xs-mt-73 {
margin-top: 73px;
}
.xs-mt-74 {
margin-top: 74px;
}
.xs-mt-75 {
margin-top: 75px;
}
.xs-mt-76 {
margin-top: 76px;
}
.xs-mt-77 {
margin-top: 77px;
}
.xs-mt-78 {
margin-top: 78px;
}
.xs-mt-79 {
margin-top: 79px;
}
.xs-mt-80 {
margin-top: 80px;
}
.xs-mt-81 {
margin-top: 81px;
}
.xs-mt-82 {
margin-top: 82px;
}
.xs-mt-83 {
margin-top: 83px;
}
.xs-mt-84 {
margin-top: 84px;
}
.xs-mt-85 {
margin-top: 85px;
}
.xs-mt-86 {
margin-top: 86px;
}
.xs-mt-87 {
margin-top: 87px;
}
.xs-mt-88 {
margin-top: 88px;
}
.xs-mt-89 {
margin-top: 89px;
}
.xs-mt-90 {
margin-top: 90px;
}
.xs-mt-91 {
margin-top: 91px;
}
.xs-mt-92 {
margin-top: 92px;
}
.xs-mt-93 {
margin-top: 93px;
}
.xs-mt-94 {
margin-top: 94px;
}
.xs-mt-95 {
margin-top: 95px;
}
.xs-mt-96 {
margin-top: 96px;
}
.xs-mt-97 {
margin-top: 97px;
}
.xs-mt-98 {
margin-top: 98px;
}
.xs-mt-99 {
margin-top: 99px;
}
.xs-mt-100 {
margin-top: 100px;
}
.xs-mt-101 {
margin-top: 101px;
}
.xs-mt-102 {
margin-top: 102px;
}
.xs-mt-103 {
margin-top: 103px;
}
.xs-mt-104 {
margin-top: 104px;
}
.xs-mt-105 {
margin-top: 105px;
}
.xs-mt-106 {
margin-top: 106px;
}
.xs-mt-107 {
margin-top: 107px;
}
.xs-mt-108 {
margin-top: 108px;
}
.xs-mt-109 {
margin-top: 109px;
}
.xs-mt-110 {
margin-top: 110px;
}
.xs-mt-111 {
margin-top: 111px;
}
.xs-mt-112 {
margin-top: 112px;
}
.xs-mt-113 {
margin-top: 113px;
}
.xs-mt-114 {
margin-top: 114px;
}
.xs-mt-115 {
margin-top: 115px;
}
.xs-mt-116 {
margin-top: 116px;
}
.xs-mt-117 {
margin-top: 117px;
}
.xs-mt-118 {
margin-top: 118px;
}
.xs-mt-119 {
margin-top: 119px;
}
.xs-mt-120 {
margin-top: 120px;
}
.xs-mt-121 {
margin-top: 121px;
}
.xs-mt-122 {
margin-top: 122px;
}
.xs-mt-123 {
margin-top: 123px;
}
.xs-mt-124 {
margin-top: 124px;
}
.xs-mt-125 {
margin-top: 125px;
}
.xs-mt-126 {
margin-top: 126px;
}
.xs-mt-127 {
margin-top: 127px;
}
.xs-mt-128 {
margin-top: 128px;
}
.xs-mt-129 {
margin-top: 129px;
}
.xs-mt-130 {
margin-top: 130px;
}
.xs-mt-131 {
margin-top: 131px;
}
.xs-mt-132 {
margin-top: 132px;
}
.xs-mt-133 {
margin-top: 133px;
}
.xs-mt-134 {
margin-top: 134px;
}
.xs-mt-135 {
margin-top: 135px;
}
.xs-mt-136 {
margin-top: 136px;
}
.xs-mt-137 {
margin-top: 137px;
}
.xs-mt-138 {
margin-top: 138px;
}
.xs-mt-139 {
margin-top: 139px;
}
.xs-mt-140 {
margin-top: 140px;
}
.xs-mt-141 {
margin-top: 141px;
}
.xs-mt-142 {
margin-top: 142px;
}
.xs-mt-143 {
margin-top: 143px;
}
.xs-mt-144 {
margin-top: 144px;
}
.xs-mt-145 {
margin-top: 145px;
}
.xs-mt-146 {
margin-top: 146px;
}
.xs-mt-147 {
margin-top: 147px;
}
.xs-mt-148 {
margin-top: 148px;
}
.xs-mt-149 {
margin-top: 149px;
}
.xs-mt-150 {
margin-top: 150px;
}
.xs-mt-151 {
margin-top: 151px;
}
.xs-mt-152 {
margin-top: 152px;
}
.xs-mt-153 {
margin-top: 153px;
}
.xs-mt-154 {
margin-top: 154px;
}
.xs-mt-155 {
margin-top: 155px;
}
.xs-mt-156 {
margin-top: 156px;
}
.xs-mt-157 {
margin-top: 157px;
}
.xs-mt-158 {
margin-top: 158px;
}
.xs-mt-159 {
margin-top: 159px;
}
.xs-mt-160 {
margin-top: 160px;
}
.xs-mt-161 {
margin-top: 161px;
}
.xs-mt-162 {
margin-top: 162px;
}
.xs-mt-163 {
margin-top: 163px;
}
.xs-mt-164 {
margin-top: 164px;
}
.xs-mt-165 {
margin-top: 165px;
}
.xs-mt-166 {
margin-top: 166px;
}
.xs-mt-167 {
margin-top: 167px;
}
.xs-mt-168 {
margin-top: 168px;
}
.xs-mt-169 {
margin-top: 169px;
}
.xs-mt-170 {
margin-top: 170px;
}
.xs-mt-171 {
margin-top: 171px;
}
.xs-mt-172 {
margin-top: 172px;
}
.xs-mt-173 {
margin-top: 173px;
}
.xs-mt-174 {
margin-top: 174px;
}
.xs-mt-175 {
margin-top: 175px;
}
.xs-mt-176 {
margin-top: 176px;
}
.xs-mt-177 {
margin-top: 177px;
}
.xs-mt-178 {
margin-top: 178px;
}
.xs-mt-179 {
margin-top: 179px;
}
.xs-mt-180 {
margin-top: 180px;
}
.xs-mt-181 {
margin-top: 181px;
}
.xs-mt-182 {
margin-top: 182px;
}
.xs-mt-183 {
margin-top: 183px;
}
.xs-mt-184 {
margin-top: 184px;
}
.xs-mt-185 {
margin-top: 185px;
}
.xs-mt-186 {
margin-top: 186px;
}
.xs-mt-187 {
margin-top: 187px;
}
.xs-mt-188 {
margin-top: 188px;
}
.xs-mt-189 {
margin-top: 189px;
}
.xs-mt-190 {
margin-top: 190px;
}
.xs-mt-191 {
margin-top: 191px;
}
.xs-mt-192 {
margin-top: 192px;
}
.xs-mt-193 {
margin-top: 193px;
}
.xs-mt-194 {
margin-top: 194px;
}
.xs-mt-195 {
margin-top: 195px;
}
.xs-mt-196 {
margin-top: 196px;
}
.xs-mt-197 {
margin-top: 197px;
}
.xs-mt-198 {
margin-top: 198px;
}
.xs-mt-199 {
margin-top: 199px;
}
.xs-mt-200 {
margin-top: 200px;
}
.xs-mb-0 {
margin-bottom: 0;
}
.xs-mb-1 {
margin-bottom: 1px;
}
.xs-mb-2 {
margin-bottom: 2px;
}
.xs-mb-3 {
margin-bottom: 3px;
}
.xs-mb-4 {
margin-bottom: 4px;
}
.xs-mb-5 {
margin-bottom: 5px;
}
.xs-mb-6 {
margin-bottom: 6px;
}
.xs-mb-7 {
margin-bottom: 7px;
}
.xs-mb-8 {
margin-bottom: 8px;
}
.xs-mb-9 {
margin-bottom: 9px;
}
.xs-mb-10 {
margin-bottom: 10px;
}
.xs-mb-11 {
margin-bottom: 11px;
}
.xs-mb-12 {
margin-bottom: 12px;
}
.xs-mb-13 {
margin-bottom: 13px;
}
.xs-mb-14 {
margin-bottom: 14px;
}
.xs-mb-15 {
margin-bottom: 15px;
}
.xs-mb-16 {
margin-bottom: 16px;
}
.xs-mb-17 {
margin-bottom: 17px;
}
.xs-mb-18 {
margin-bottom: 18px;
}
.xs-mb-19 {
margin-bottom: 19px;
}
.xs-mb-20 {
margin-bottom: 20px;
}
.xs-mb-21 {
margin-bottom: 21px;
}
.xs-mb-22 {
margin-bottom: 22px;
}
.xs-mb-23 {
margin-bottom: 23px;
}
.xs-mb-24 {
margin-bottom: 24px;
}
.xs-mb-25 {
margin-bottom: 25px;
}
.xs-mb-26 {
margin-bottom: 26px;
}
.xs-mb-27 {
margin-bottom: 27px;
}
.xs-mb-28 {
margin-bottom: 28px;
}
.xs-mb-29 {
margin-bottom: 29px;
}
.xs-mb-30 {
margin-bottom: 30px;
}
.xs-mb-31 {
margin-bottom: 31px;
}
.xs-mb-32 {
margin-bottom: 32px;
}
.xs-mb-33 {
margin-bottom: 33px;
}
.xs-mb-34 {
margin-bottom: 34px;
}
.xs-mb-35 {
margin-bottom: 35px;
}
.xs-mb-36 {
margin-bottom: 36px;
}
.xs-mb-37 {
margin-bottom: 37px;
}
.xs-mb-38 {
margin-bottom: 38px;
}
.xs-mb-39 {
margin-bottom: 39px;
}
.xs-mb-40 {
margin-bottom: 40px;
}
.xs-mb-41 {
margin-bottom: 41px;
}
.xs-mb-42 {
margin-bottom: 42px;
}
.xs-mb-43 {
margin-bottom: 43px;
}
.xs-mb-44 {
margin-bottom: 44px;
}
.xs-mb-45 {
margin-bottom: 45px;
}
.xs-mb-46 {
margin-bottom: 46px;
}
.xs-mb-47 {
margin-bottom: 47px;
}
.xs-mb-48 {
margin-bottom: 48px;
}
.xs-mb-49 {
margin-bottom: 49px;
}
.xs-mb-50 {
margin-bottom: 50px;
}
.xs-mb-51 {
margin-bottom: 51px;
}
.xs-mb-52 {
margin-bottom: 52px;
}
.xs-mb-53 {
margin-bottom: 53px;
}
.xs-mb-54 {
margin-bottom: 54px;
}
.xs-mb-55 {
margin-bottom: 55px;
}
.xs-mb-56 {
margin-bottom: 56px;
}
.xs-mb-57 {
margin-bottom: 57px;
}
.xs-mb-58 {
margin-bottom: 58px;
}
.xs-mb-59 {
margin-bottom: 59px;
}
.xs-mb-60 {
margin-bottom: 60px;
}
.xs-mb-61 {
margin-bottom: 61px;
}
.xs-mb-62 {
margin-bottom: 62px;
}
.xs-mb-63 {
margin-bottom: 63px;
}
.xs-mb-64 {
margin-bottom: 64px;
}
.xs-mb-65 {
margin-bottom: 65px;
}
.xs-mb-66 {
margin-bottom: 66px;
}
.xs-mb-67 {
margin-bottom: 67px;
}
.xs-mb-68 {
margin-bottom: 68px;
}
.xs-mb-69 {
margin-bottom: 69px;
}
.xs-mb-70 {
margin-bottom: 70px;
}
.xs-mb-71 {
margin-bottom: 71px;
}
.xs-mb-72 {
margin-bottom: 72px;
}
.xs-mb-73 {
margin-bottom: 73px;
}
.xs-mb-74 {
margin-bottom: 74px;
}
.xs-mb-75 {
margin-bottom: 75px;
}
.xs-mb-76 {
margin-bottom: 76px;
}
.xs-mb-77 {
margin-bottom: 77px;
}
.xs-mb-78 {
margin-bottom: 78px;
}
.xs-mb-79 {
margin-bottom: 79px;
}
.xs-mb-80 {
margin-bottom: 80px;
}
.xs-mb-81 {
margin-bottom: 81px;
}
.xs-mb-82 {
margin-bottom: 82px;
}
.xs-mb-83 {
margin-bottom: 83px;
}
.xs-mb-84 {
margin-bottom: 84px;
}
.xs-mb-85 {
margin-bottom: 85px;
}
.xs-mb-86 {
margin-bottom: 86px;
}
.xs-mb-87 {
margin-bottom: 87px;
}
.xs-mb-88 {
margin-bottom: 88px;
}
.xs-mb-89 {
margin-bottom: 89px;
}
.xs-mb-90 {
margin-bottom: 90px;
}
.xs-mb-91 {
margin-bottom: 91px;
}
.xs-mb-92 {
margin-bottom: 92px;
}
.xs-mb-93 {
margin-bottom: 93px;
}
.xs-mb-94 {
margin-bottom: 94px;
}
.xs-mb-95 {
margin-bottom: 95px;
}
.xs-mb-96 {
margin-bottom: 96px;
}
.xs-mb-97 {
margin-bottom: 97px;
}
.xs-mb-98 {
margin-bottom: 98px;
}
.xs-mb-99 {
margin-bottom: 99px;
}
.xs-mb-100 {
margin-bottom: 100px;
}
.xs-mb-101 {
margin-bottom: 101px;
}
.xs-mb-102 {
margin-bottom: 102px;
}
.xs-mb-103 {
margin-bottom: 103px;
}
.xs-mb-104 {
margin-bottom: 104px;
}
.xs-mb-105 {
margin-bottom: 105px;
}
.xs-mb-106 {
margin-bottom: 106px;
}
.xs-mb-107 {
margin-bottom: 107px;
}
.xs-mb-108 {
margin-bottom: 108px;
}
.xs-mb-109 {
margin-bottom: 109px;
}
.xs-mb-110 {
margin-bottom: 110px;
}
.xs-mb-111 {
margin-bottom: 111px;
}
.xs-mb-112 {
margin-bottom: 112px;
}
.xs-mb-113 {
margin-bottom: 113px;
}
.xs-mb-114 {
margin-bottom: 114px;
}
.xs-mb-115 {
margin-bottom: 115px;
}
.xs-mb-116 {
margin-bottom: 116px;
}
.xs-mb-117 {
margin-bottom: 117px;
}
.xs-mb-118 {
margin-bottom: 118px;
}
.xs-mb-119 {
margin-bottom: 119px;
}
.xs-mb-120 {
margin-bottom: 120px;
}
.xs-mb-121 {
margin-bottom: 121px;
}
.xs-mb-122 {
margin-bottom: 122px;
}
.xs-mb-123 {
margin-bottom: 123px;
}
.xs-mb-124 {
margin-bottom: 124px;
}
.xs-mb-125 {
margin-bottom: 125px;
}
.xs-mb-126 {
margin-bottom: 126px;
}
.xs-mb-127 {
margin-bottom: 127px;
}
.xs-mb-128 {
margin-bottom: 128px;
}
.xs-mb-129 {
margin-bottom: 129px;
}
.xs-mb-130 {
margin-bottom: 130px;
}
.xs-mb-131 {
margin-bottom: 131px;
}
.xs-mb-132 {
margin-bottom: 132px;
}
.xs-mb-133 {
margin-bottom: 133px;
}
.xs-mb-134 {
margin-bottom: 134px;
}
.xs-mb-135 {
margin-bottom: 135px;
}
.xs-mb-136 {
margin-bottom: 136px;
}
.xs-mb-137 {
margin-bottom: 137px;
}
.xs-mb-138 {
margin-bottom: 138px;
}
.xs-mb-139 {
margin-bottom: 139px;
}
.xs-mb-140 {
margin-bottom: 140px;
}
.xs-mb-141 {
margin-bottom: 141px;
}
.xs-mb-142 {
margin-bottom: 142px;
}
.xs-mb-143 {
margin-bottom: 143px;
}
.xs-mb-144 {
margin-bottom: 144px;
}
.xs-mb-145 {
margin-bottom: 145px;
}
.xs-mb-146 {
margin-bottom: 146px;
}
.xs-mb-147 {
margin-bottom: 147px;
}
.xs-mb-148 {
margin-bottom: 148px;
}
.xs-mb-149 {
margin-bottom: 149px;
}
.xs-mb-150 {
margin-bottom: 150px;
}
.xs-mb-151 {
margin-bottom: 151px;
}
.xs-mb-152 {
margin-bottom: 152px;
}
.xs-mb-153 {
margin-bottom: 153px;
}
.xs-mb-154 {
margin-bottom: 154px;
}
.xs-mb-155 {
margin-bottom: 155px;
}
.xs-mb-156 {
margin-bottom: 156px;
}
.xs-mb-157 {
margin-bottom: 157px;
}
.xs-mb-158 {
margin-bottom: 158px;
}
.xs-mb-159 {
margin-bottom: 159px;
}
.xs-mb-160 {
margin-bottom: 160px;
}
.xs-mb-161 {
margin-bottom: 161px;
}
.xs-mb-162 {
margin-bottom: 162px;
}
.xs-mb-163 {
margin-bottom: 163px;
}
.xs-mb-164 {
margin-bottom: 164px;
}
.xs-mb-165 {
margin-bottom: 165px;
}
.xs-mb-166 {
margin-bottom: 166px;
}
.xs-mb-167 {
margin-bottom: 167px;
}
.xs-mb-168 {
margin-bottom: 168px;
}
.xs-mb-169 {
margin-bottom: 169px;
}
.xs-mb-170 {
margin-bottom: 170px;
}
.xs-mb-171 {
margin-bottom: 171px;
}
.xs-mb-172 {
margin-bottom: 172px;
}
.xs-mb-173 {
margin-bottom: 173px;
}
.xs-mb-174 {
margin-bottom: 174px;
}
.xs-mb-175 {
margin-bottom: 175px;
}
.xs-mb-176 {
margin-bottom: 176px;
}
.xs-mb-177 {
margin-bottom: 177px;
}
.xs-mb-178 {
margin-bottom: 178px;
}
.xs-mb-179 {
margin-bottom: 179px;
}
.xs-mb-180 {
margin-bottom: 180px;
}
.xs-mb-181 {
margin-bottom: 181px;
}
.xs-mb-182 {
margin-bottom: 182px;
}
.xs-mb-183 {
margin-bottom: 183px;
}
.xs-mb-184 {
margin-bottom: 184px;
}
.xs-mb-185 {
margin-bottom: 185px;
}
.xs-mb-186 {
margin-bottom: 186px;
}
.xs-mb-187 {
margin-bottom: 187px;
}
.xs-mb-188 {
margin-bottom: 188px;
}
.xs-mb-189 {
margin-bottom: 189px;
}
.xs-mb-190 {
margin-bottom: 190px;
}
.xs-mb-191 {
margin-bottom: 191px;
}
.xs-mb-192 {
margin-bottom: 192px;
}
.xs-mb-193 {
margin-bottom: 193px;
}
.xs-mb-194 {
margin-bottom: 194px;
}
.xs-mb-195 {
margin-bottom: 195px;
}
.xs-mb-196 {
margin-bottom: 196px;
}
.xs-mb-197 {
margin-bottom: 197px;
}
.xs-mb-198 {
margin-bottom: 198px;
}
.xs-mb-199 {
margin-bottom: 199px;
}
.xs-mb-200 {
margin-bottom: 200px;
}
.xs-mr-0 {
margin-right: 0;
}
.xs-mr-1 {
margin-right: 1px;
}
.xs-mr-2 {
margin-right: 2px;
}
.xs-mr-3 {
margin-right: 3px;
}
.xs-mr-4 {
margin-right: 4px;
}
.xs-mr-5 {
margin-right: 5px;
}
.xs-mr-6 {
margin-right: 6px;
}
.xs-mr-7 {
margin-right: 7px;
}
.xs-mr-8 {
margin-right: 8px;
}
.xs-mr-9 {
margin-right: 9px;
}
.xs-mr-10 {
margin-right: 10px;
}
.xs-mr-11 {
margin-right: 11px;
}
.xs-mr-12 {
margin-right: 12px;
}
.xs-mr-13 {
margin-right: 13px;
}
.xs-mr-14 {
margin-right: 14px;
}
.xs-mr-15 {
margin-right: 15px;
}
.xs-mr-16 {
margin-right: 16px;
}
.xs-mr-17 {
margin-right: 17px;
}
.xs-mr-18 {
margin-right: 18px;
}
.xs-mr-19 {
margin-right: 19px;
}
.xs-mr-20 {
margin-right: 20px;
}
.xs-mr-21 {
margin-right: 21px;
}
.xs-mr-22 {
margin-right: 22px;
}
.xs-mr-23 {
margin-right: 23px;
}
.xs-mr-24 {
margin-right: 24px;
}
.xs-mr-25 {
margin-right: 25px;
}
.xs-mr-26 {
margin-right: 26px;
}
.xs-mr-27 {
margin-right: 27px;
}
.xs-mr-28 {
margin-right: 28px;
}
.xs-mr-29 {
margin-right: 29px;
}
.xs-mr-30 {
margin-right: 30px;
}
.xs-mr-31 {
margin-right: 31px;
}
.xs-mr-32 {
margin-right: 32px;
}
.xs-mr-33 {
margin-right: 33px;
}
.xs-mr-34 {
margin-right: 34px;
}
.xs-mr-35 {
margin-right: 35px;
}
.xs-mr-36 {
margin-right: 36px;
}
.xs-mr-37 {
margin-right: 37px;
}
.xs-mr-38 {
margin-right: 38px;
}
.xs-mr-39 {
margin-right: 39px;
}
.xs-mr-40 {
margin-right: 40px;
}
.xs-mr-41 {
margin-right: 41px;
}
.xs-mr-42 {
margin-right: 42px;
}
.xs-mr-43 {
margin-right: 43px;
}
.xs-mr-44 {
margin-right: 44px;
}
.xs-mr-45 {
margin-right: 45px;
}
.xs-mr-46 {
margin-right: 46px;
}
.xs-mr-47 {
margin-right: 47px;
}
.xs-mr-48 {
margin-right: 48px;
}
.xs-mr-49 {
margin-right: 49px;
}
.xs-mr-50 {
margin-right: 50px;
}
.xs-mr-51 {
margin-right: 51px;
}
.xs-mr-52 {
margin-right: 52px;
}
.xs-mr-53 {
margin-right: 53px;
}
.xs-mr-54 {
margin-right: 54px;
}
.xs-mr-55 {
margin-right: 55px;
}
.xs-mr-56 {
margin-right: 56px;
}
.xs-mr-57 {
margin-right: 57px;
}
.xs-mr-58 {
margin-right: 58px;
}
.xs-mr-59 {
margin-right: 59px;
}
.xs-mr-60 {
margin-right: 60px;
}
.xs-mr-61 {
margin-right: 61px;
}
.xs-mr-62 {
margin-right: 62px;
}
.xs-mr-63 {
margin-right: 63px;
}
.xs-mr-64 {
margin-right: 64px;
}
.xs-mr-65 {
margin-right: 65px;
}
.xs-mr-66 {
margin-right: 66px;
}
.xs-mr-67 {
margin-right: 67px;
}
.xs-mr-68 {
margin-right: 68px;
}
.xs-mr-69 {
margin-right: 69px;
}
.xs-mr-70 {
margin-right: 70px;
}
.xs-mr-71 {
margin-right: 71px;
}
.xs-mr-72 {
margin-right: 72px;
}
.xs-mr-73 {
margin-right: 73px;
}
.xs-mr-74 {
margin-right: 74px;
}
.xs-mr-75 {
margin-right: 75px;
}
.xs-mr-76 {
margin-right: 76px;
}
.xs-mr-77 {
margin-right: 77px;
}
.xs-mr-78 {
margin-right: 78px;
}
.xs-mr-79 {
margin-right: 79px;
}
.xs-mr-80 {
margin-right: 80px;
}
.xs-mr-81 {
margin-right: 81px;
}
.xs-mr-82 {
margin-right: 82px;
}
.xs-mr-83 {
margin-right: 83px;
}
.xs-mr-84 {
margin-right: 84px;
}
.xs-mr-85 {
margin-right: 85px;
}
.xs-mr-86 {
margin-right: 86px;
}
.xs-mr-87 {
margin-right: 87px;
}
.xs-mr-88 {
margin-right: 88px;
}
.xs-mr-89 {
margin-right: 89px;
}
.xs-mr-90 {
margin-right: 90px;
}
.xs-mr-91 {
margin-right: 91px;
}
.xs-mr-92 {
margin-right: 92px;
}
.xs-mr-93 {
margin-right: 93px;
}
.xs-mr-94 {
margin-right: 94px;
}
.xs-mr-95 {
margin-right: 95px;
}
.xs-mr-96 {
margin-right: 96px;
}
.xs-mr-97 {
margin-right: 97px;
}
.xs-mr-98 {
margin-right: 98px;
}
.xs-mr-99 {
margin-right: 99px;
}
.xs-mr-100 {
margin-right: 100px;
}
.xs-ml-0 {
margin-left: 0;
}
.xs-ml-1 {
margin-left: 1px;
}
.xs-ml-2 {
margin-left: 2px;
}
.xs-ml-3 {
margin-left: 3px;
}
.xs-ml-4 {
margin-left: 4px;
}
.xs-ml-5 {
margin-left: 5px;
}
.xs-ml-6 {
margin-left: 6px;
}
.xs-ml-7 {
margin-left: 7px;
}
.xs-ml-8 {
margin-left: 8px;
}
.xs-ml-9 {
margin-left: 9px;
}
.xs-ml-10 {
margin-left: 10px;
}
.xs-ml-11 {
margin-left: 11px;
}
.xs-ml-12 {
margin-left: 12px;
}
.xs-ml-13 {
margin-left: 13px;
}
.xs-ml-14 {
margin-left: 14px;
}
.xs-ml-15 {
margin-left: 15px;
}
.xs-ml-16 {
margin-left: 16px;
}
.xs-ml-17 {
margin-left: 17px;
}
.xs-ml-18 {
margin-left: 18px;
}
.xs-ml-19 {
margin-left: 19px;
}
.xs-ml-20 {
margin-left: 20px;
}
.xs-ml-21 {
margin-left: 21px;
}
.xs-ml-22 {
margin-left: 22px;
}
.xs-ml-23 {
margin-left: 23px;
}
.xs-ml-24 {
margin-left: 24px;
}
.xs-ml-25 {
margin-left: 25px;
}
.xs-ml-26 {
margin-left: 26px;
}
.xs-ml-27 {
margin-left: 27px;
}
.xs-ml-28 {
margin-left: 28px;
}
.xs-ml-29 {
margin-left: 29px;
}
.xs-ml-30 {
margin-left: 30px;
}
.xs-ml-31 {
margin-left: 31px;
}
.xs-ml-32 {
margin-left: 32px;
}
.xs-ml-33 {
margin-left: 33px;
}
.xs-ml-34 {
margin-left: 34px;
}
.xs-ml-35 {
margin-left: 35px;
}
.xs-ml-36 {
margin-left: 36px;
}
.xs-ml-37 {
margin-left: 37px;
}
.xs-ml-38 {
margin-left: 38px;
}
.xs-ml-39 {
margin-left: 39px;
}
.xs-ml-40 {
margin-left: 40px;
}
.xs-ml-41 {
margin-left: 41px;
}
.xs-ml-42 {
margin-left: 42px;
}
.xs-ml-43 {
margin-left: 43px;
}
.xs-ml-44 {
margin-left: 44px;
}
.xs-ml-45 {
margin-left: 45px;
}
.xs-ml-46 {
margin-left: 46px;
}
.xs-ml-47 {
margin-left: 47px;
}
.xs-ml-48 {
margin-left: 48px;
}
.xs-ml-49 {
margin-left: 49px;
}
.xs-ml-50 {
margin-left: 50px;
}
.xs-ml-51 {
margin-left: 51px;
}
.xs-ml-52 {
margin-left: 52px;
}
.xs-ml-53 {
margin-left: 53px;
}
.xs-ml-54 {
margin-left: 54px;
}
.xs-ml-55 {
margin-left: 55px;
}
.xs-ml-56 {
margin-left: 56px;
}
.xs-ml-57 {
margin-left: 57px;
}
.xs-ml-58 {
margin-left: 58px;
}
.xs-ml-59 {
margin-left: 59px;
}
.xs-ml-60 {
margin-left: 60px;
}
.xs-ml-61 {
margin-left: 61px;
}
.xs-ml-62 {
margin-left: 62px;
}
.xs-ml-63 {
margin-left: 63px;
}
.xs-ml-64 {
margin-left: 64px;
}
.xs-ml-65 {
margin-left: 65px;
}
.xs-ml-66 {
margin-left: 66px;
}
.xs-ml-67 {
margin-left: 67px;
}
.xs-ml-68 {
margin-left: 68px;
}
.xs-ml-69 {
margin-left: 69px;
}
.xs-ml-70 {
margin-left: 70px;
}
.xs-ml-71 {
margin-left: 71px;
}
.xs-ml-72 {
margin-left: 72px;
}
.xs-ml-73 {
margin-left: 73px;
}
.xs-ml-74 {
margin-left: 74px;
}
.xs-ml-75 {
margin-left: 75px;
}
.xs-ml-76 {
margin-left: 76px;
}
.xs-ml-77 {
margin-left: 77px;
}
.xs-ml-78 {
margin-left: 78px;
}
.xs-ml-79 {
margin-left: 79px;
}
.xs-ml-80 {
margin-left: 80px;
}
.xs-ml-81 {
margin-left: 81px;
}
.xs-ml-82 {
margin-left: 82px;
}
.xs-ml-83 {
margin-left: 83px;
}
.xs-ml-84 {
margin-left: 84px;
}
.xs-ml-85 {
margin-left: 85px;
}
.xs-ml-86 {
margin-left: 86px;
}
.xs-ml-87 {
margin-left: 87px;
}
.xs-ml-88 {
margin-left: 88px;
}
.xs-ml-89 {
margin-left: 89px;
}
.xs-ml-90 {
margin-left: 90px;
}
.xs-ml-91 {
margin-left: 91px;
}
.xs-ml-92 {
margin-left: 92px;
}
.xs-ml-93 {
margin-left: 93px;
}
.xs-ml-94 {
margin-left: 94px;
}
.xs-ml-95 {
margin-left: 95px;
}
.xs-ml-96 {
margin-left: 96px;
}
.xs-ml-97 {
margin-left: 97px;
}
.xs-ml-98 {
margin-left: 98px;
}
.xs-ml-99 {
margin-left: 99px;
}
.xs-ml-100 {
margin-left: 100px;
}
.xs-mt--1 {
margin-top: -1px;
}
.xs-mt--2 {
margin-top: -2px;
}
.xs-mt--3 {
margin-top: -3px;
}
.xs-mt--4 {
margin-top: -4px;
}
.xs-mt--5 {
margin-top: -5px;
}
.xs-mt--6 {
margin-top: -6px;
}
.xs-mt--7 {
margin-top: -7px;
}
.xs-mt--8 {
margin-top: -8px;
}
.xs-mt--9 {
margin-top: -9px;
}
.xs-mt--10 {
margin-top: -10px;
}
.xs-mt--11 {
margin-top: -11px;
}
.xs-mt--12 {
margin-top: -12px;
}
.xs-mt--13 {
margin-top: -13px;
}
.xs-mt--14 {
margin-top: -14px;
}
.xs-mt--15 {
margin-top: -15px;
}
.xs-mt--16 {
margin-top: -16px;
}
.xs-mt--17 {
margin-top: -17px;
}
.xs-mt--18 {
margin-top: -18px;
}
.xs-mt--19 {
margin-top: -19px;
}
.xs-mt--20 {
margin-top: -20px;
}
.xs-mt--21 {
margin-top: -21px;
}
.xs-mt--22 {
margin-top: -22px;
}
.xs-mt--23 {
margin-top: -23px;
}
.xs-mt--24 {
margin-top: -24px;
}
.xs-mt--25 {
margin-top: -25px;
}
.xs-mt--26 {
margin-top: -26px;
}
.xs-mt--27 {
margin-top: -27px;
}
.xs-mt--28 {
margin-top: -28px;
}
.xs-mt--29 {
margin-top: -29px;
}
.xs-mt--30 {
margin-top: -30px;
}
.xs-mt--31 {
margin-top: -31px;
}
.xs-mt--32 {
margin-top: -32px;
}
.xs-mt--33 {
margin-top: -33px;
}
.xs-mt--34 {
margin-top: -34px;
}
.xs-mt--35 {
margin-top: -35px;
}
.xs-mt--36 {
margin-top: -36px;
}
.xs-mt--37 {
margin-top: -37px;
}
.xs-mt--38 {
margin-top: -38px;
}
.xs-mt--39 {
margin-top: -39px;
}
.xs-mt--40 {
margin-top: -40px;
}
.xs-mt--41 {
margin-top: -41px;
}
.xs-mt--42 {
margin-top: -42px;
}
.xs-mt--43 {
margin-top: -43px;
}
.xs-mt--44 {
margin-top: -44px;
}
.xs-mt--45 {
margin-top: -45px;
}
.xs-mt--46 {
margin-top: -46px;
}
.xs-mt--47 {
margin-top: -47px;
}
.xs-mt--48 {
margin-top: -48px;
}
.xs-mt--49 {
margin-top: -49px;
}
.xs-mt--50 {
margin-top: -50px;
}
.xs-mt--51 {
margin-top: -51px;
}
.xs-mt--52 {
margin-top: -52px;
}
.xs-mt--53 {
margin-top: -53px;
}
.xs-mt--54 {
margin-top: -54px;
}
.xs-mt--55 {
margin-top: -55px;
}
.xs-mt--56 {
margin-top: -56px;
}
.xs-mt--57 {
margin-top: -57px;
}
.xs-mt--58 {
margin-top: -58px;
}
.xs-mt--59 {
margin-top: -59px;
}
.xs-mt--60 {
margin-top: -60px;
}
.xs-mt--61 {
margin-top: -61px;
}
.xs-mt--62 {
margin-top: -62px;
}
.xs-mt--63 {
margin-top: -63px;
}
.xs-mt--64 {
margin-top: -64px;
}
.xs-mt--65 {
margin-top: -65px;
}
.xs-mt--66 {
margin-top: -66px;
}
.xs-mt--67 {
margin-top: -67px;
}
.xs-mt--68 {
margin-top: -68px;
}
.xs-mt--69 {
margin-top: -69px;
}
.xs-mt--70 {
margin-top: -70px;
}
.xs-mt--71 {
margin-top: -71px;
}
.xs-mt--72 {
margin-top: -72px;
}
.xs-mt--73 {
margin-top: -73px;
}
.xs-mt--74 {
margin-top: -74px;
}
.xs-mt--75 {
margin-top: -75px;
}
.xs-mt--76 {
margin-top: -76px;
}
.xs-mt--77 {
margin-top: -77px;
}
.xs-mt--78 {
margin-top: -78px;
}
.xs-mt--79 {
margin-top: -79px;
}
.xs-mt--80 {
margin-top: -80px;
}
.xs-mt--81 {
margin-top: -81px;
}
.xs-mt--82 {
margin-top: -82px;
}
.xs-mt--83 {
margin-top: -83px;
}
.xs-mt--84 {
margin-top: -84px;
}
.xs-mt--85 {
margin-top: -85px;
}
.xs-mt--86 {
margin-top: -86px;
}
.xs-mt--87 {
margin-top: -87px;
}
.xs-mt--88 {
margin-top: -88px;
}
.xs-mt--89 {
margin-top: -89px;
}
.xs-mt--90 {
margin-top: -90px;
}
.xs-mt--91 {
margin-top: -91px;
}
.xs-mt--92 {
margin-top: -92px;
}
.xs-mt--93 {
margin-top: -93px;
}
.xs-mt--94 {
margin-top: -94px;
}
.xs-mt--95 {
margin-top: -95px;
}
.xs-mt--96 {
margin-top: -96px;
}
.xs-mt--97 {
margin-top: -97px;
}
.xs-mt--98 {
margin-top: -98px;
}
.xs-mt--99 {
margin-top: -99px;
}
.xs-mt--100 {
margin-top: -100px;
}
.xs-mt--101 {
margin-top: -101px;
}
.xs-mt--102 {
margin-top: -102px;
}
.xs-mt--103 {
margin-top: -103px;
}
.xs-mt--104 {
margin-top: -104px;
}
.xs-mt--105 {
margin-top: -105px;
}
.xs-mt--106 {
margin-top: -106px;
}
.xs-mt--107 {
margin-top: -107px;
}
.xs-mt--108 {
margin-top: -108px;
}
.xs-mt--109 {
margin-top: -109px;
}
.xs-mt--110 {
margin-top: -110px;
}
.xs-mt--111 {
margin-top: -111px;
}
.xs-mt--112 {
margin-top: -112px;
}
.xs-mt--113 {
margin-top: -113px;
}
.xs-mt--114 {
margin-top: -114px;
}
.xs-mt--115 {
margin-top: -115px;
}
.xs-mt--116 {
margin-top: -116px;
}
.xs-mt--117 {
margin-top: -117px;
}
.xs-mt--118 {
margin-top: -118px;
}
.xs-mt--119 {
margin-top: -119px;
}
.xs-mt--120 {
margin-top: -120px;
}
.xs-mt--121 {
margin-top: -121px;
}
.xs-mt--122 {
margin-top: -122px;
}
.xs-mt--123 {
margin-top: -123px;
}
.xs-mt--124 {
margin-top: -124px;
}
.xs-mt--125 {
margin-top: -125px;
}
.xs-mt--126 {
margin-top: -126px;
}
.xs-mt--127 {
margin-top: -127px;
}
.xs-mt--128 {
margin-top: -128px;
}
.xs-mt--129 {
margin-top: -129px;
}
.xs-mt--130 {
margin-top: -130px;
}
.xs-mt--131 {
margin-top: -131px;
}
.xs-mt--132 {
margin-top: -132px;
}
.xs-mt--133 {
margin-top: -133px;
}
.xs-mt--134 {
margin-top: -134px;
}
.xs-mt--135 {
margin-top: -135px;
}
.xs-mt--136 {
margin-top: -136px;
}
.xs-mt--137 {
margin-top: -137px;
}
.xs-mt--138 {
margin-top: -138px;
}
.xs-mt--139 {
margin-top: -139px;
}
.xs-mt--140 {
margin-top: -140px;
}
.xs-mt--141 {
margin-top: -141px;
}
.xs-mt--142 {
margin-top: -142px;
}
.xs-mt--143 {
margin-top: -143px;
}
.xs-mt--144 {
margin-top: -144px;
}
.xs-mt--145 {
margin-top: -145px;
}
.xs-mt--146 {
margin-top: -146px;
}
.xs-mt--147 {
margin-top: -147px;
}
.xs-mt--148 {
margin-top: -148px;
}
.xs-mt--149 {
margin-top: -149px;
}
.xs-mt--150 {
margin-top: -150px;
}
.xs-mt--151 {
margin-top: -151px;
}
.xs-mt--152 {
margin-top: -152px;
}
.xs-mt--153 {
margin-top: -153px;
}
.xs-mt--154 {
margin-top: -154px;
}
.xs-mt--155 {
margin-top: -155px;
}
.xs-mt--156 {
margin-top: -156px;
}
.xs-mt--157 {
margin-top: -157px;
}
.xs-mt--158 {
margin-top: -158px;
}
.xs-mt--159 {
margin-top: -159px;
}
.xs-mt--160 {
margin-top: -160px;
}
.xs-mt--161 {
margin-top: -161px;
}
.xs-mt--162 {
margin-top: -162px;
}
.xs-mt--163 {
margin-top: -163px;
}
.xs-mt--164 {
margin-top: -164px;
}
.xs-mt--165 {
margin-top: -165px;
}
.xs-mt--166 {
margin-top: -166px;
}
.xs-mt--167 {
margin-top: -167px;
}
.xs-mt--168 {
margin-top: -168px;
}
.xs-mt--169 {
margin-top: -169px;
}
.xs-mt--170 {
margin-top: -170px;
}
.xs-mt--171 {
margin-top: -171px;
}
.xs-mt--172 {
margin-top: -172px;
}
.xs-mt--173 {
margin-top: -173px;
}
.xs-mt--174 {
margin-top: -174px;
}
.xs-mt--175 {
margin-top: -175px;
}
.xs-mt--176 {
margin-top: -176px;
}
.xs-mt--177 {
margin-top: -177px;
}
.xs-mt--178 {
margin-top: -178px;
}
.xs-mt--179 {
margin-top: -179px;
}
.xs-mt--180 {
margin-top: -180px;
}
.xs-mt--181 {
margin-top: -181px;
}
.xs-mt--182 {
margin-top: -182px;
}
.xs-mt--183 {
margin-top: -183px;
}
.xs-mt--184 {
margin-top: -184px;
}
.xs-mt--185 {
margin-top: -185px;
}
.xs-mt--186 {
margin-top: -186px;
}
.xs-mt--187 {
margin-top: -187px;
}
.xs-mt--188 {
margin-top: -188px;
}
.xs-mt--189 {
margin-top: -189px;
}
.xs-mt--190 {
margin-top: -190px;
}
.xs-mt--191 {
margin-top: -191px;
}
.xs-mt--192 {
margin-top: -192px;
}
.xs-mt--193 {
margin-top: -193px;
}
.xs-mt--194 {
margin-top: -194px;
}
.xs-mt--195 {
margin-top: -195px;
}
.xs-mt--196 {
margin-top: -196px;
}
.xs-mt--197 {
margin-top: -197px;
}
.xs-mt--198 {
margin-top: -198px;
}
.xs-mt--199 {
margin-top: -199px;
}
.xs-mt--200 {
margin-top: -200px;
}
.xs-mb--1 {
margin-bottom: -1px;
}
.xs-mb--2 {
margin-bottom: -2px;
}
.xs-mb--3 {
margin-bottom: -3px;
}
.xs-mb--4 {
margin-bottom: -4px;
}
.xs-mb--5 {
margin-bottom: -5px;
}
.xs-mb--6 {
margin-bottom: -6px;
}
.xs-mb--7 {
margin-bottom: -7px;
}
.xs-mb--8 {
margin-bottom: -8px;
}
.xs-mb--9 {
margin-bottom: -9px;
}
.xs-mb--10 {
margin-bottom: -10px;
}
.xs-mb--11 {
margin-bottom: -11px;
}
.xs-mb--12 {
margin-bottom: -12px;
}
.xs-mb--13 {
margin-bottom: -13px;
}
.xs-mb--14 {
margin-bottom: -14px;
}
.xs-mb--15 {
margin-bottom: -15px;
}
.xs-mb--16 {
margin-bottom: -16px;
}
.xs-mb--17 {
margin-bottom: -17px;
}
.xs-mb--18 {
margin-bottom: -18px;
}
.xs-mb--19 {
margin-bottom: -19px;
}
.xs-mb--20 {
margin-bottom: -20px;
}
.xs-mb--21 {
margin-bottom: -21px;
}
.xs-mb--22 {
margin-bottom: -22px;
}
.xs-mb--23 {
margin-bottom: -23px;
}
.xs-mb--24 {
margin-bottom: -24px;
}
.xs-mb--25 {
margin-bottom: -25px;
}
.xs-mb--26 {
margin-bottom: -26px;
}
.xs-mb--27 {
margin-bottom: -27px;
}
.xs-mb--28 {
margin-bottom: -28px;
}
.xs-mb--29 {
margin-bottom: -29px;
}
.xs-mb--30 {
margin-bottom: -30px;
}
.xs-mb--31 {
margin-bottom: -31px;
}
.xs-mb--32 {
margin-bottom: -32px;
}
.xs-mb--33 {
margin-bottom: -33px;
}
.xs-mb--34 {
margin-bottom: -34px;
}
.xs-mb--35 {
margin-bottom: -35px;
}
.xs-mb--36 {
margin-bottom: -36px;
}
.xs-mb--37 {
margin-bottom: -37px;
}
.xs-mb--38 {
margin-bottom: -38px;
}
.xs-mb--39 {
margin-bottom: -39px;
}
.xs-mb--40 {
margin-bottom: -40px;
}
.xs-mb--41 {
margin-bottom: -41px;
}
.xs-mb--42 {
margin-bottom: -42px;
}
.xs-mb--43 {
margin-bottom: -43px;
}
.xs-mb--44 {
margin-bottom: -44px;
}
.xs-mb--45 {
margin-bottom: -45px;
}
.xs-mb--46 {
margin-bottom: -46px;
}
.xs-mb--47 {
margin-bottom: -47px;
}
.xs-mb--48 {
margin-bottom: -48px;
}
.xs-mb--49 {
margin-bottom: -49px;
}
.xs-mb--50 {
margin-bottom: -50px;
}
.xs-mb--51 {
margin-bottom: -51px;
}
.xs-mb--52 {
margin-bottom: -52px;
}
.xs-mb--53 {
margin-bottom: -53px;
}
.xs-mb--54 {
margin-bottom: -54px;
}
.xs-mb--55 {
margin-bottom: -55px;
}
.xs-mb--56 {
margin-bottom: -56px;
}
.xs-mb--57 {
margin-bottom: -57px;
}
.xs-mb--58 {
margin-bottom: -58px;
}
.xs-mb--59 {
margin-bottom: -59px;
}
.xs-mb--60 {
margin-bottom: -60px;
}
.xs-mb--61 {
margin-bottom: -61px;
}
.xs-mb--62 {
margin-bottom: -62px;
}
.xs-mb--63 {
margin-bottom: -63px;
}
.xs-mb--64 {
margin-bottom: -64px;
}
.xs-mb--65 {
margin-bottom: -65px;
}
.xs-mb--66 {
margin-bottom: -66px;
}
.xs-mb--67 {
margin-bottom: -67px;
}
.xs-mb--68 {
margin-bottom: -68px;
}
.xs-mb--69 {
margin-bottom: -69px;
}
.xs-mb--70 {
margin-bottom: -70px;
}
.xs-mb--71 {
margin-bottom: -71px;
}
.xs-mb--72 {
margin-bottom: -72px;
}
.xs-mb--73 {
margin-bottom: -73px;
}
.xs-mb--74 {
margin-bottom: -74px;
}
.xs-mb--75 {
margin-bottom: -75px;
}
.xs-mb--76 {
margin-bottom: -76px;
}
.xs-mb--77 {
margin-bottom: -77px;
}
.xs-mb--78 {
margin-bottom: -78px;
}
.xs-mb--79 {
margin-bottom: -79px;
}
.xs-mb--80 {
margin-bottom: -80px;
}
.xs-mb--81 {
margin-bottom: -81px;
}
.xs-mb--82 {
margin-bottom: -82px;
}
.xs-mb--83 {
margin-bottom: -83px;
}
.xs-mb--84 {
margin-bottom: -84px;
}
.xs-mb--85 {
margin-bottom: -85px;
}
.xs-mb--86 {
margin-bottom: -86px;
}
.xs-mb--87 {
margin-bottom: -87px;
}
.xs-mb--88 {
margin-bottom: -88px;
}
.xs-mb--89 {
margin-bottom: -89px;
}
.xs-mb--90 {
margin-bottom: -90px;
}
.xs-mb--91 {
margin-bottom: -91px;
}
.xs-mb--92 {
margin-bottom: -92px;
}
.xs-mb--93 {
margin-bottom: -93px;
}
.xs-mb--94 {
margin-bottom: -94px;
}
.xs-mb--95 {
margin-bottom: -95px;
}
.xs-mb--96 {
margin-bottom: -96px;
}
.xs-mb--97 {
margin-bottom: -97px;
}
.xs-mb--98 {
margin-bottom: -98px;
}
.xs-mb--99 {
margin-bottom: -99px;
}
.xs-mb--100 {
margin-bottom: -100px;
}
.xs-mb--101 {
margin-bottom: -101px;
}
.xs-mb--102 {
margin-bottom: -102px;
}
.xs-mb--103 {
margin-bottom: -103px;
}
.xs-mb--104 {
margin-bottom: -104px;
}
.xs-mb--105 {
margin-bottom: -105px;
}
.xs-mb--106 {
margin-bottom: -106px;
}
.xs-mb--107 {
margin-bottom: -107px;
}
.xs-mb--108 {
margin-bottom: -108px;
}
.xs-mb--109 {
margin-bottom: -109px;
}
.xs-mb--110 {
margin-bottom: -110px;
}
.xs-mb--111 {
margin-bottom: -111px;
}
.xs-mb--112 {
margin-bottom: -112px;
}
.xs-mb--113 {
margin-bottom: -113px;
}
.xs-mb--114 {
margin-bottom: -114px;
}
.xs-mb--115 {
margin-bottom: -115px;
}
.xs-mb--116 {
margin-bottom: -116px;
}
.xs-mb--117 {
margin-bottom: -117px;
}
.xs-mb--118 {
margin-bottom: -118px;
}
.xs-mb--119 {
margin-bottom: -119px;
}
.xs-mb--120 {
margin-bottom: -120px;
}
.xs-mb--121 {
margin-bottom: -121px;
}
.xs-mb--122 {
margin-bottom: -122px;
}
.xs-mb--123 {
margin-bottom: -123px;
}
.xs-mb--124 {
margin-bottom: -124px;
}
.xs-mb--125 {
margin-bottom: -125px;
}
.xs-mb--126 {
margin-bottom: -126px;
}
.xs-mb--127 {
margin-bottom: -127px;
}
.xs-mb--128 {
margin-bottom: -128px;
}
.xs-mb--129 {
margin-bottom: -129px;
}
.xs-mb--130 {
margin-bottom: -130px;
}
.xs-mb--131 {
margin-bottom: -131px;
}
.xs-mb--132 {
margin-bottom: -132px;
}
.xs-mb--133 {
margin-bottom: -133px;
}
.xs-mb--134 {
margin-bottom: -134px;
}
.xs-mb--135 {
margin-bottom: -135px;
}
.xs-mb--136 {
margin-bottom: -136px;
}
.xs-mb--137 {
margin-bottom: -137px;
}
.xs-mb--138 {
margin-bottom: -138px;
}
.xs-mb--139 {
margin-bottom: -139px;
}
.xs-mb--140 {
margin-bottom: -140px;
}
.xs-mb--141 {
margin-bottom: -141px;
}
.xs-mb--142 {
margin-bottom: -142px;
}
.xs-mb--143 {
margin-bottom: -143px;
}
.xs-mb--144 {
margin-bottom: -144px;
}
.xs-mb--145 {
margin-bottom: -145px;
}
.xs-mb--146 {
margin-bottom: -146px;
}
.xs-mb--147 {
margin-bottom: -147px;
}
.xs-mb--148 {
margin-bottom: -148px;
}
.xs-mb--149 {
margin-bottom: -149px;
}
.xs-mb--150 {
margin-bottom: -150px;
}
.xs-mb--151 {
margin-bottom: -151px;
}
.xs-mb--152 {
margin-bottom: -152px;
}
.xs-mb--153 {
margin-bottom: -153px;
}
.xs-mb--154 {
margin-bottom: -154px;
}
.xs-mb--155 {
margin-bottom: -155px;
}
.xs-mb--156 {
margin-bottom: -156px;
}
.xs-mb--157 {
margin-bottom: -157px;
}
.xs-mb--158 {
margin-bottom: -158px;
}
.xs-mb--159 {
margin-bottom: -159px;
}
.xs-mb--160 {
margin-bottom: -160px;
}
.xs-mb--161 {
margin-bottom: -161px;
}
.xs-mb--162 {
margin-bottom: -162px;
}
.xs-mb--163 {
margin-bottom: -163px;
}
.xs-mb--164 {
margin-bottom: -164px;
}
.xs-mb--165 {
margin-bottom: -165px;
}
.xs-mb--166 {
margin-bottom: -166px;
}
.xs-mb--167 {
margin-bottom: -167px;
}
.xs-mb--168 {
margin-bottom: -168px;
}
.xs-mb--169 {
margin-bottom: -169px;
}
.xs-mb--170 {
margin-bottom: -170px;
}
.xs-mb--171 {
margin-bottom: -171px;
}
.xs-mb--172 {
margin-bottom: -172px;
}
.xs-mb--173 {
margin-bottom: -173px;
}
.xs-mb--174 {
margin-bottom: -174px;
}
.xs-mb--175 {
margin-bottom: -175px;
}
.xs-mb--176 {
margin-bottom: -176px;
}
.xs-mb--177 {
margin-bottom: -177px;
}
.xs-mb--178 {
margin-bottom: -178px;
}
.xs-mb--179 {
margin-bottom: -179px;
}
.xs-mb--180 {
margin-bottom: -180px;
}
.xs-mb--181 {
margin-bottom: -181px;
}
.xs-mb--182 {
margin-bottom: -182px;
}
.xs-mb--183 {
margin-bottom: -183px;
}
.xs-mb--184 {
margin-bottom: -184px;
}
.xs-mb--185 {
margin-bottom: -185px;
}
.xs-mb--186 {
margin-bottom: -186px;
}
.xs-mb--187 {
margin-bottom: -187px;
}
.xs-mb--188 {
margin-bottom: -188px;
}
.xs-mb--189 {
margin-bottom: -189px;
}
.xs-mb--190 {
margin-bottom: -190px;
}
.xs-mb--191 {
margin-bottom: -191px;
}
.xs-mb--192 {
margin-bottom: -192px;
}
.xs-mb--193 {
margin-bottom: -193px;
}
.xs-mb--194 {
margin-bottom: -194px;
}
.xs-mb--195 {
margin-bottom: -195px;
}
.xs-mb--196 {
margin-bottom: -196px;
}
.xs-mb--197 {
margin-bottom: -197px;
}
.xs-mb--198 {
margin-bottom: -198px;
}
.xs-mb--199 {
margin-bottom: -199px;
}
.xs-mb--200 {
margin-bottom: -200px;
}
.xs-ml--1 {
margin-left: -1px;
}
.xs-ml--2 {
margin-left: -2px;
}
.xs-ml--3 {
margin-left: -3px;
}
.xs-ml--4 {
margin-left: -4px;
}
.xs-ml--5 {
margin-left: -5px;
}
.xs-ml--6 {
margin-left: -6px;
}
.xs-ml--7 {
margin-left: -7px;
}
.xs-ml--8 {
margin-left: -8px;
}
.xs-ml--9 {
margin-left: -9px;
}
.xs-ml--10 {
margin-left: -10px;
}
.xs-ml--11 {
margin-left: -11px;
}
.xs-ml--12 {
margin-left: -12px;
}
.xs-ml--13 {
margin-left: -13px;
}
.xs-ml--14 {
margin-left: -14px;
}
.xs-ml--15 {
margin-left: -15px;
}
.xs-ml--16 {
margin-left: -16px;
}
.xs-ml--17 {
margin-left: -17px;
}
.xs-ml--18 {
margin-left: -18px;
}
.xs-ml--19 {
margin-left: -19px;
}
.xs-ml--20 {
margin-left: -20px;
}
.xs-ml--21 {
margin-left: -21px;
}
.xs-ml--22 {
margin-left: -22px;
}
.xs-ml--23 {
margin-left: -23px;
}
.xs-ml--24 {
margin-left: -24px;
}
.xs-ml--25 {
margin-left: -25px;
}
.xs-ml--26 {
margin-left: -26px;
}
.xs-ml--27 {
margin-left: -27px;
}
.xs-ml--28 {
margin-left: -28px;
}
.xs-ml--29 {
margin-left: -29px;
}
.xs-ml--30 {
margin-left: -30px;
}
.xs-ml--31 {
margin-left: -31px;
}
.xs-ml--32 {
margin-left: -32px;
}
.xs-ml--33 {
margin-left: -33px;
}
.xs-ml--34 {
margin-left: -34px;
}
.xs-ml--35 {
margin-left: -35px;
}
.xs-ml--36 {
margin-left: -36px;
}
.xs-ml--37 {
margin-left: -37px;
}
.xs-ml--38 {
margin-left: -38px;
}
.xs-ml--39 {
margin-left: -39px;
}
.xs-ml--40 {
margin-left: -40px;
}
.xs-ml--41 {
margin-left: -41px;
}
.xs-ml--42 {
margin-left: -42px;
}
.xs-ml--43 {
margin-left: -43px;
}
.xs-ml--44 {
margin-left: -44px;
}
.xs-ml--45 {
margin-left: -45px;
}
.xs-ml--46 {
margin-left: -46px;
}
.xs-ml--47 {
margin-left: -47px;
}
.xs-ml--48 {
margin-left: -48px;
}
.xs-ml--49 {
margin-left: -49px;
}
.xs-ml--50 {
margin-left: -50px;
}
.xs-ml--51 {
margin-left: -51px;
}
.xs-ml--52 {
margin-left: -52px;
}
.xs-ml--53 {
margin-left: -53px;
}
.xs-ml--54 {
margin-left: -54px;
}
.xs-ml--55 {
margin-left: -55px;
}
.xs-ml--56 {
margin-left: -56px;
}
.xs-ml--57 {
margin-left: -57px;
}
.xs-ml--58 {
margin-left: -58px;
}
.xs-ml--59 {
margin-left: -59px;
}
.xs-ml--60 {
margin-left: -60px;
}
.xs-ml--61 {
margin-left: -61px;
}
.xs-ml--62 {
margin-left: -62px;
}
.xs-ml--63 {
margin-left: -63px;
}
.xs-ml--64 {
margin-left: -64px;
}
.xs-ml--65 {
margin-left: -65px;
}
.xs-ml--66 {
margin-left: -66px;
}
.xs-ml--67 {
margin-left: -67px;
}
.xs-ml--68 {
margin-left: -68px;
}
.xs-ml--69 {
margin-left: -69px;
}
.xs-ml--70 {
margin-left: -70px;
}
.xs-ml--71 {
margin-left: -71px;
}
.xs-ml--72 {
margin-left: -72px;
}
.xs-ml--73 {
margin-left: -73px;
}
.xs-ml--74 {
margin-left: -74px;
}
.xs-ml--75 {
margin-left: -75px;
}
.xs-ml--76 {
margin-left: -76px;
}
.xs-ml--77 {
margin-left: -77px;
}
.xs-ml--78 {
margin-left: -78px;
}
.xs-ml--79 {
margin-left: -79px;
}
.xs-ml--80 {
margin-left: -80px;
}
.xs-ml--81 {
margin-left: -81px;
}
.xs-ml--82 {
margin-left: -82px;
}
.xs-ml--83 {
margin-left: -83px;
}
.xs-ml--84 {
margin-left: -84px;
}
.xs-ml--85 {
margin-left: -85px;
}
.xs-ml--86 {
margin-left: -86px;
}
.xs-ml--87 {
margin-left: -87px;
}
.xs-ml--88 {
margin-left: -88px;
}
.xs-ml--89 {
margin-left: -89px;
}
.xs-ml--90 {
margin-left: -90px;
}
.xs-ml--91 {
margin-left: -91px;
}
.xs-ml--92 {
margin-left: -92px;
}
.xs-ml--93 {
margin-left: -93px;
}
.xs-ml--94 {
margin-left: -94px;
}
.xs-ml--95 {
margin-left: -95px;
}
.xs-ml--96 {
margin-left: -96px;
}
.xs-ml--97 {
margin-left: -97px;
}
.xs-ml--98 {
margin-left: -98px;
}
.xs-ml--99 {
margin-left: -99px;
}
.xs-ml--100 {
margin-left: -100px;
}
.xs-ml--101 {
margin-left: -101px;
}
.xs-ml--102 {
margin-left: -102px;
}
.xs-ml--103 {
margin-left: -103px;
}
.xs-ml--104 {
margin-left: -104px;
}
.xs-ml--105 {
margin-left: -105px;
}
.xs-ml--106 {
margin-left: -106px;
}
.xs-ml--107 {
margin-left: -107px;
}
.xs-ml--108 {
margin-left: -108px;
}
.xs-ml--109 {
margin-left: -109px;
}
.xs-ml--110 {
margin-left: -110px;
}
.xs-ml--111 {
margin-left: -111px;
}
.xs-ml--112 {
margin-left: -112px;
}
.xs-ml--113 {
margin-left: -113px;
}
.xs-ml--114 {
margin-left: -114px;
}
.xs-ml--115 {
margin-left: -115px;
}
.xs-ml--116 {
margin-left: -116px;
}
.xs-ml--117 {
margin-left: -117px;
}
.xs-ml--118 {
margin-left: -118px;
}
.xs-ml--119 {
margin-left: -119px;
}
.xs-ml--120 {
margin-left: -120px;
}
.xs-ml--121 {
margin-left: -121px;
}
.xs-ml--122 {
margin-left: -122px;
}
.xs-ml--123 {
margin-left: -123px;
}
.xs-ml--124 {
margin-left: -124px;
}
.xs-ml--125 {
margin-left: -125px;
}
.xs-ml--126 {
margin-left: -126px;
}
.xs-ml--127 {
margin-left: -127px;
}
.xs-ml--128 {
margin-left: -128px;
}
.xs-ml--129 {
margin-left: -129px;
}
.xs-ml--130 {
margin-left: -130px;
}
.xs-ml--131 {
margin-left: -131px;
}
.xs-ml--132 {
margin-left: -132px;
}
.xs-ml--133 {
margin-left: -133px;
}
.xs-ml--134 {
margin-left: -134px;
}
.xs-ml--135 {
margin-left: -135px;
}
.xs-ml--136 {
margin-left: -136px;
}
.xs-ml--137 {
margin-left: -137px;
}
.xs-ml--138 {
margin-left: -138px;
}
.xs-ml--139 {
margin-left: -139px;
}
.xs-ml--140 {
margin-left: -140px;
}
.xs-ml--141 {
margin-left: -141px;
}
.xs-ml--142 {
margin-left: -142px;
}
.xs-ml--143 {
margin-left: -143px;
}
.xs-ml--144 {
margin-left: -144px;
}
.xs-ml--145 {
margin-left: -145px;
}
.xs-ml--146 {
margin-left: -146px;
}
.xs-ml--147 {
margin-left: -147px;
}
.xs-ml--148 {
margin-left: -148px;
}
.xs-ml--149 {
margin-left: -149px;
}
.xs-ml--150 {
margin-left: -150px;
}
.xs-ml--151 {
margin-left: -151px;
}
.xs-ml--152 {
margin-left: -152px;
}
.xs-ml--153 {
margin-left: -153px;
}
.xs-ml--154 {
margin-left: -154px;
}
.xs-ml--155 {
margin-left: -155px;
}
.xs-ml--156 {
margin-left: -156px;
}
.xs-ml--157 {
margin-left: -157px;
}
.xs-ml--158 {
margin-left: -158px;
}
.xs-ml--159 {
margin-left: -159px;
}
.xs-ml--160 {
margin-left: -160px;
}
.xs-ml--161 {
margin-left: -161px;
}
.xs-ml--162 {
margin-left: -162px;
}
.xs-ml--163 {
margin-left: -163px;
}
.xs-ml--164 {
margin-left: -164px;
}
.xs-ml--165 {
margin-left: -165px;
}
.xs-ml--166 {
margin-left: -166px;
}
.xs-ml--167 {
margin-left: -167px;
}
.xs-ml--168 {
margin-left: -168px;
}
.xs-ml--169 {
margin-left: -169px;
}
.xs-ml--170 {
margin-left: -170px;
}
.xs-ml--171 {
margin-left: -171px;
}
.xs-ml--172 {
margin-left: -172px;
}
.xs-ml--173 {
margin-left: -173px;
}
.xs-ml--174 {
margin-left: -174px;
}
.xs-ml--175 {
margin-left: -175px;
}
.xs-ml--176 {
margin-left: -176px;
}
.xs-ml--177 {
margin-left: -177px;
}
.xs-ml--178 {
margin-left: -178px;
}
.xs-ml--179 {
margin-left: -179px;
}
.xs-ml--180 {
margin-left: -180px;
}
.xs-ml--181 {
margin-left: -181px;
}
.xs-ml--182 {
margin-left: -182px;
}
.xs-ml--183 {
margin-left: -183px;
}
.xs-ml--184 {
margin-left: -184px;
}
.xs-ml--185 {
margin-left: -185px;
}
.xs-ml--186 {
margin-left: -186px;
}
.xs-ml--187 {
margin-left: -187px;
}
.xs-ml--188 {
margin-left: -188px;
}
.xs-ml--189 {
margin-left: -189px;
}
.xs-ml--190 {
margin-left: -190px;
}
.xs-ml--191 {
margin-left: -191px;
}
.xs-ml--192 {
margin-left: -192px;
}
.xs-ml--193 {
margin-left: -193px;
}
.xs-ml--194 {
margin-left: -194px;
}
.xs-ml--195 {
margin-left: -195px;
}
.xs-ml--196 {
margin-left: -196px;
}
.xs-ml--197 {
margin-left: -197px;
}
.xs-ml--198 {
margin-left: -198px;
}
.xs-ml--199 {
margin-left: -199px;
}
.xs-ml--200 {
margin-left: -200px;
}
.xs-mr--1 {
margin-right: -1px;
}
.xs-mr--2 {
margin-right: -2px;
}
.xs-mr--3 {
margin-right: -3px;
}
.xs-mr--4 {
margin-right: -4px;
}
.xs-mr--5 {
margin-right: -5px;
}
.xs-mr--6 {
margin-right: -6px;
}
.xs-mr--7 {
margin-right: -7px;
}
.xs-mr--8 {
margin-right: -8px;
}
.xs-mr--9 {
margin-right: -9px;
}
.xs-mr--10 {
margin-right: -10px;
}
.xs-mr--11 {
margin-right: -11px;
}
.xs-mr--12 {
margin-right: -12px;
}
.xs-mr--13 {
margin-right: -13px;
}
.xs-mr--14 {
margin-right: -14px;
}
.xs-mr--15 {
margin-right: -15px;
}
.xs-mr--16 {
margin-right: -16px;
}
.xs-mr--17 {
margin-right: -17px;
}
.xs-mr--18 {
margin-right: -18px;
}
.xs-mr--19 {
margin-right: -19px;
}
.xs-mr--20 {
margin-right: -20px;
}
.xs-mr--21 {
margin-right: -21px;
}
.xs-mr--22 {
margin-right: -22px;
}
.xs-mr--23 {
margin-right: -23px;
}
.xs-mr--24 {
margin-right: -24px;
}
.xs-mr--25 {
margin-right: -25px;
}
.xs-mr--26 {
margin-right: -26px;
}
.xs-mr--27 {
margin-right: -27px;
}
.xs-mr--28 {
margin-right: -28px;
}
.xs-mr--29 {
margin-right: -29px;
}
.xs-mr--30 {
margin-right: -30px;
}
.xs-mr--31 {
margin-right: -31px;
}
.xs-mr--32 {
margin-right: -32px;
}
.xs-mr--33 {
margin-right: -33px;
}
.xs-mr--34 {
margin-right: -34px;
}
.xs-mr--35 {
margin-right: -35px;
}
.xs-mr--36 {
margin-right: -36px;
}
.xs-mr--37 {
margin-right: -37px;
}
.xs-mr--38 {
margin-right: -38px;
}
.xs-mr--39 {
margin-right: -39px;
}
.xs-mr--40 {
margin-right: -40px;
}
.xs-mr--41 {
margin-right: -41px;
}
.xs-mr--42 {
margin-right: -42px;
}
.xs-mr--43 {
margin-right: -43px;
}
.xs-mr--44 {
margin-right: -44px;
}
.xs-mr--45 {
margin-right: -45px;
}
.xs-mr--46 {
margin-right: -46px;
}
.xs-mr--47 {
margin-right: -47px;
}
.xs-mr--48 {
margin-right: -48px;
}
.xs-mr--49 {
margin-right: -49px;
}
.xs-mr--50 {
margin-right: -50px;
}
.xs-mr--51 {
margin-right: -51px;
}
.xs-mr--52 {
margin-right: -52px;
}
.xs-mr--53 {
margin-right: -53px;
}
.xs-mr--54 {
margin-right: -54px;
}
.xs-mr--55 {
margin-right: -55px;
}
.xs-mr--56 {
margin-right: -56px;
}
.xs-mr--57 {
margin-right: -57px;
}
.xs-mr--58 {
margin-right: -58px;
}
.xs-mr--59 {
margin-right: -59px;
}
.xs-mr--60 {
margin-right: -60px;
}
.xs-mr--61 {
margin-right: -61px;
}
.xs-mr--62 {
margin-right: -62px;
}
.xs-mr--63 {
margin-right: -63px;
}
.xs-mr--64 {
margin-right: -64px;
}
.xs-mr--65 {
margin-right: -65px;
}
.xs-mr--66 {
margin-right: -66px;
}
.xs-mr--67 {
margin-right: -67px;
}
.xs-mr--68 {
margin-right: -68px;
}
.xs-mr--69 {
margin-right: -69px;
}
.xs-mr--70 {
margin-right: -70px;
}
.xs-mr--71 {
margin-right: -71px;
}
.xs-mr--72 {
margin-right: -72px;
}
.xs-mr--73 {
margin-right: -73px;
}
.xs-mr--74 {
margin-right: -74px;
}
.xs-mr--75 {
margin-right: -75px;
}
.xs-mr--76 {
margin-right: -76px;
}
.xs-mr--77 {
margin-right: -77px;
}
.xs-mr--78 {
margin-right: -78px;
}
.xs-mr--79 {
margin-right: -79px;
}
.xs-mr--80 {
margin-right: -80px;
}
.xs-mr--81 {
margin-right: -81px;
}
.xs-mr--82 {
margin-right: -82px;
}
.xs-mr--83 {
margin-right: -83px;
}
.xs-mr--84 {
margin-right: -84px;
}
.xs-mr--85 {
margin-right: -85px;
}
.xs-mr--86 {
margin-right: -86px;
}
.xs-mr--87 {
margin-right: -87px;
}
.xs-mr--88 {
margin-right: -88px;
}
.xs-mr--89 {
margin-right: -89px;
}
.xs-mr--90 {
margin-right: -90px;
}
.xs-mr--91 {
margin-right: -91px;
}
.xs-mr--92 {
margin-right: -92px;
}
.xs-mr--93 {
margin-right: -93px;
}
.xs-mr--94 {
margin-right: -94px;
}
.xs-mr--95 {
margin-right: -95px;
}
.xs-mr--96 {
margin-right: -96px;
}
.xs-mr--97 {
margin-right: -97px;
}
.xs-mr--98 {
margin-right: -98px;
}
.xs-mr--99 {
margin-right: -99px;
}
.xs-mr--100 {
margin-right: -100px;
}
.xs-mr--101 {
margin-right: -101px;
}
.xs-mr--102 {
margin-right: -102px;
}
.xs-mr--103 {
margin-right: -103px;
}
.xs-mr--104 {
margin-right: -104px;
}
.xs-mr--105 {
margin-right: -105px;
}
.xs-mr--106 {
margin-right: -106px;
}
.xs-mr--107 {
margin-right: -107px;
}
.xs-mr--108 {
margin-right: -108px;
}
.xs-mr--109 {
margin-right: -109px;
}
.xs-mr--110 {
margin-right: -110px;
}
.xs-mr--111 {
margin-right: -111px;
}
.xs-mr--112 {
margin-right: -112px;
}
.xs-mr--113 {
margin-right: -113px;
}
.xs-mr--114 {
margin-right: -114px;
}
.xs-mr--115 {
margin-right: -115px;
}
.xs-mr--116 {
margin-right: -116px;
}
.xs-mr--117 {
margin-right: -117px;
}
.xs-mr--118 {
margin-right: -118px;
}
.xs-mr--119 {
margin-right: -119px;
}
.xs-mr--120 {
margin-right: -120px;
}
.xs-mr--121 {
margin-right: -121px;
}
.xs-mr--122 {
margin-right: -122px;
}
.xs-mr--123 {
margin-right: -123px;
}
.xs-mr--124 {
margin-right: -124px;
}
.xs-mr--125 {
margin-right: -125px;
}
.xs-mr--126 {
margin-right: -126px;
}
.xs-mr--127 {
margin-right: -127px;
}
.xs-mr--128 {
margin-right: -128px;
}
.xs-mr--129 {
margin-right: -129px;
}
.xs-mr--130 {
margin-right: -130px;
}
.xs-mr--131 {
margin-right: -131px;
}
.xs-mr--132 {
margin-right: -132px;
}
.xs-mr--133 {
margin-right: -133px;
}
.xs-mr--134 {
margin-right: -134px;
}
.xs-mr--135 {
margin-right: -135px;
}
.xs-mr--136 {
margin-right: -136px;
}
.xs-mr--137 {
margin-right: -137px;
}
.xs-mr--138 {
margin-right: -138px;
}
.xs-mr--139 {
margin-right: -139px;
}
.xs-mr--140 {
margin-right: -140px;
}
.xs-mr--141 {
margin-right: -141px;
}
.xs-mr--142 {
margin-right: -142px;
}
.xs-mr--143 {
margin-right: -143px;
}
.xs-mr--144 {
margin-right: -144px;
}
.xs-mr--145 {
margin-right: -145px;
}
.xs-mr--146 {
margin-right: -146px;
}
.xs-mr--147 {
margin-right: -147px;
}
.xs-mr--148 {
margin-right: -148px;
}
.xs-mr--149 {
margin-right: -149px;
}
.xs-mr--150 {
margin-right: -150px;
}
.xs-mr--151 {
margin-right: -151px;
}
.xs-mr--152 {
margin-right: -152px;
}
.xs-mr--153 {
margin-right: -153px;
}
.xs-mr--154 {
margin-right: -154px;
}
.xs-mr--155 {
margin-right: -155px;
}
.xs-mr--156 {
margin-right: -156px;
}
.xs-mr--157 {
margin-right: -157px;
}
.xs-mr--158 {
margin-right: -158px;
}
.xs-mr--159 {
margin-right: -159px;
}
.xs-mr--160 {
margin-right: -160px;
}
.xs-mr--161 {
margin-right: -161px;
}
.xs-mr--162 {
margin-right: -162px;
}
.xs-mr--163 {
margin-right: -163px;
}
.xs-mr--164 {
margin-right: -164px;
}
.xs-mr--165 {
margin-right: -165px;
}
.xs-mr--166 {
margin-right: -166px;
}
.xs-mr--167 {
margin-right: -167px;
}
.xs-mr--168 {
margin-right: -168px;
}
.xs-mr--169 {
margin-right: -169px;
}
.xs-mr--170 {
margin-right: -170px;
}
.xs-mr--171 {
margin-right: -171px;
}
.xs-mr--172 {
margin-right: -172px;
}
.xs-mr--173 {
margin-right: -173px;
}
.xs-mr--174 {
margin-right: -174px;
}
.xs-mr--175 {
margin-right: -175px;
}
.xs-mr--176 {
margin-right: -176px;
}
.xs-mr--177 {
margin-right: -177px;
}
.xs-mr--178 {
margin-right: -178px;
}
.xs-mr--179 {
margin-right: -179px;
}
.xs-mr--180 {
margin-right: -180px;
}
.xs-mr--181 {
margin-right: -181px;
}
.xs-mr--182 {
margin-right: -182px;
}
.xs-mr--183 {
margin-right: -183px;
}
.xs-mr--184 {
margin-right: -184px;
}
.xs-mr--185 {
margin-right: -185px;
}
.xs-mr--186 {
margin-right: -186px;
}
.xs-mr--187 {
margin-right: -187px;
}
.xs-mr--188 {
margin-right: -188px;
}
.xs-mr--189 {
margin-right: -189px;
}
.xs-mr--190 {
margin-right: -190px;
}
.xs-mr--191 {
margin-right: -191px;
}
.xs-mr--192 {
margin-right: -192px;
}
.xs-mr--193 {
margin-right: -193px;
}
.xs-mr--194 {
margin-right: -194px;
}
.xs-mr--195 {
margin-right: -195px;
}
.xs-mr--196 {
margin-right: -196px;
}
.xs-mr--197 {
margin-right: -197px;
}
.xs-mr--198 {
margin-right: -198px;
}
.xs-mr--199 {
margin-right: -199px;
}
.xs-mr--200 {
margin-right: -200px;
}
}
 @font-face {
font-family: 'Livvic';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/livvic/v8/rnCr-x1S2hzjrlfXbeM-.ttf) format('truetype');
}
@font-face {
font-family: 'Livvic';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlffw8Eesg.ttf) format('truetype');
}
@font-face {
font-family: 'Livvic';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/livvic/v8/rnCp-x1S2hzjrlfnbw.ttf) format('truetype');
}
@font-face {
font-family: 'Livvic';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlffm8Aesg.ttf) format('truetype');
}
@font-face {
font-family: 'Livvic';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlfft8cesg.ttf) format('truetype');
}
@font-face {
font-family: 'Livvic';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlff08Yesg.ttf) format('truetype');
}
@font-face {
font-family: 'Livvic';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://fonts.gstatic.com/s/livvic/v8/rnCq-x1S2hzjrlff68Qesg.ttf) format('truetype');
} html,
body {
font-size: 16px;
color: #444;
font-family: 'Livvic', sans-serif;
vertical-align: baseline;
line-height: 26px;
font-weight: 400;
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
p {
margin: 0 0 26px;
line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Livvic', sans-serif;
color: #101010;
margin: 0 0 26px;
line-height: 1.2;
}
h1 {
font-size: 70px;
font-weight: 700;
}
h2 {
font-size: 36px;
font-weight: 700;
}
h3 {
font-size: 28px;
font-weight: 700;
}
h4 {
font-size: 24px;
font-weight: 700;
}
h5 {
font-size: 18px;
font-weight: 700;
}
h6 {
font-size: 16px;
font-weight: 700;
}
.pb-230 {
padding-bottom: 230px;
}
.pb-435 {
padding-bottom: 435px;
}
.pr-220 {
padding-right: 220px;
}
.offwrap {
cursor: url(../../../themes/oxit/assets/css/assets/images/close.html), auto;
width: 100%;
left: 100%;
transition: all 0.8s ease-out 0s;
position: fixed;
background: rgba(255, 255, 255, 0.3);
height: 100vh;
top: 0;
bottom: 0;
z-index: 999;
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
}
.home11 {
background: #000000;
}
body.nav-expanded .offwrap {
left: 0%;
transition: all 0.8s ease-out 0s;
}
.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
color: #0a0a0a;
}
.no-border {
border: none !important;
}
.uppercase {
text-transform: uppercase !important;
}
.capitalize {
text-transform: capitalize !important;
}
.bold-text {
font-size: 20px;
font-weight: bold;
font-family: 'Livvic', sans-serif;
}
.extra-bold {
font-weight: 800 !important;
}
.gray-color {
background-color: #F6F7F9;
}
.gray-bg2 {
background: #f7f9ff;
}
.gray-bg3 {
background: #F5F6FE;
}
.black-dark {
background: #131313 !important;
}
.gray-color-important {
background-color: #F6F7F9 !important;
}
.primary-background {
background-color: #106eea;
}
.white-bg {
background: #ffffff;
}
.white-color {
color: #ffffff !important;
}
.pt-255 {
padding-top: 255px;
}
.pb-390 {
padding-bottom: 390px;
}
.md-pt-215 {
padding-top: 215px;
}
.pb-215 {
padding-bottom: 215px;
}
.rs-call-us .image-part img {
max-height: 585px;
}
.text-right {
text-align: right;
}
a {
color: #106eea;
transition: all 0.3s ease;
text-decoration: none !important;
outline: none !important;
}
a:active,
a:hover {
text-decoration: none;
outline: 0 none;
color: #106eea;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
::-moz-selection {
background: #106eea;
text-shadow: none;
color: #ffffff;
}
::selection {
background: #106eea;
text-shadow: none;
color: #ffffff;
}
.bg1 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/testimonial-bg.html);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: #000060;
}
.bg2 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/counter-bg.html);
background-color: #fff;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
box-shadow: -1px 21px 25px 0px rgba(0, 0, 0, 0.12);
border-radius: 10px 10px 10px 10px;
padding: 40px 40px 40px 40px;
z-index: 10;
}
.bg3 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/process-bg.html);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: #03228F;
margin: 0px 31px 0px 0px;
padding: 80px 40px 75px 40px;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
border-radius: 10px 10px 10px 10px;
}
.bg4 {
background: url(../../../themes/oxit/assets/images/oxit/about-2.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.bg5 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/project-bg.html);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #000060;
}
.bg6 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/project-bg.html);
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
background-color: #000060;
}
.bg7 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/cta-bg.html);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.bg8 {
background: url(../../../uploads/2023/09/call-action.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.bg9 {
background: url(../../../themes/oxit/assets/images/oxit/work-bg.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
padding: 100px 60px 100px 50px;
border-radius: 10px 10px 10px 10px;
}
.bg10 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/testi-home7.html);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
padding: 100px 90px 100px 90px;
border-radius: 5px 5px 5px 5px;
}
.bg11 {
background: url(../../../uploads/2023/09/index-bg.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-color: #0C54B8;
}
.bg12 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/case-study.html);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
padding: 110px 160px 185px 90px;
}
.bg12.mod {
padding: 113px 160px 194px 90px;
}
.bg13 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/services-bg.html);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
}
.bg14 {
background: url(../../../themes/oxit/assets/images/oxit/choose-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg15 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/steps-area.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-color: #F3F7FF;
}
.bg16 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/tech-bg.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-color: #020E38;
}
.bg17 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/call-to-action2.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg18 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/shape-bg2.html);
background-repeat: no-repeat;
background-size: cover;
}
.bg19 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/3counter-.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 80px 60px 70px 60px;
}
.bg20 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/services-bg-shape.html);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.bg21 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/home13/counter-bg.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg22 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/testi12-bg.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg23 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/call-action3.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg24 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/cta-bg13.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg25 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/skill-bg16.html);
background-position: center left;
background-repeat: no-repeat;
background-size: cover;
}
.bg26 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/service-bg16.html);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.bg27 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/counter-bg16.html);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 100px 0px 460px 0px;
}
.bg28 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/testi-bg16.html);
background-position: center right;
background-repeat: no-repeat;
}
.bg29 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/cta-bg16.html);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.bg30 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/counter-bg16.html);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.rs-step {
background: url(../../../themes/oxit/assets/css/assets/images/bg/steps-bg.html);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 10px 10px 10px 10px;
padding: 258px 0;
}
.shape-part .right-side,
.shape-part .left-side {
position: absolute;
bottom: -10px;
left: 0;
}
.rtbs .rtbs_menu li a.active {
position: relative;
color: white; max-width: 100%;
}
.shape-part .right-side {
left: auto;
right: 0;
}
.bg-unset {
background: unset !important;
}
.rs-menu-toggle {
color: #106eea;
text-align: right;
}
button {
cursor: pointer;
}
.glyph-icon:before {
margin: 0;
}
.z-index-1 {
position: relative;
z-index: 1;
}
ul.services-list li a {
display: block;
border: 2px solid #e8e8e8;
padding: 16px 18px;
transition: all .5s ease;
border-radius: 5px;
position: relative;
font-size: 16px;
font-weight: 700;
color: #101010;
margin-bottom: 15px;
}
.rtbs .rtbs_menu li {
display: inline-block;
padding: 0;
margin-left: 0;
width: 33% !important;
text-align: center !important;
margin-bottom: 0px!important;
}
.rtbs .rtbs_menu li a.active {
position: relative;
color: white;
background-color: #0847b6 !important;
max-width: 100%;
}
ul.services-list li a:before {
content: "\f113";
position: absolute;
right: 12px;
top: 16px;
font-family: Flaticon;
color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
background-image: linear-gradient(250deg, #1273eb 19%, #03228f 100%);
color: #ffffff;
border-radius: 5px;
border-color: #1273eb;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
color: #ffffff;
}
ul.listing-style li {
margin-bottom: 7px;
}
ul.listing-style li i {
color: #03228F;
font-size: 24px;
line-height: 31px;
margin-right: 10px;
}
ul.rs-features-list li {
margin: 0px 0px 21px 0px;
}
ul.rs-features-list li i {
color: #fff;
background-color: transparent;
background-image: linear-gradient(180deg, #dd4c23 0%, #f27c1e 100%);
padding: 10px 10px 10px 10px;
margin: 0px 20px 0px 0px;
border-radius: 50px 50px 50px 50px;
}
ul.rs-features-list li span {
color: #575757;
font-size: 18px;
font-weight: 600;
text-decoration: underline;
}
ul.rs-features-list li span:hover {
color: #FC4F29;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none !important;
}
.pagination-part {
display: inline-block;
border: 1px solid #f9f9f9;
padding: 11px 0;
border-radius: 3px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
background: #fff;
}
.pagination-part li {
padding: 2px 20px 0 21px;
line-height: 23px;
font-size: 18px;
text-decoration: none;
transition: all 0.4s ease-in-out 0s;
text-align: center;
background: 0 0;
color: #000;
display: inline-block;
vertical-align: top;
border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
color: #454545;
}
.pagination-part li:last-child {
border-right: unset;
}
.pagination-part .next-page {
position: relative;
transition: all 0.4s ease-in-out 0s;
padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
content: "\f105";
position: absolute;
top: 6px;
right: 0;
color: #454545;
line-height: 16px;
font-family: fontawesome;
font-size: 12px;
}
.pagination-part .next-page:before {
right: 4px;
}
.pagination-part .active a {
color: #106eea;
}
.gridFilter button {
font-size: 16px;
background: 0 0!important;
color: #0a0a0a;
display: inline-block;
transition: .4s;
outline: 0;
-webkit-transition: .4s;
-ms-transition: .4s;
position: relative;
padding: 5px 20px;
border-radius: 30px;
border: 0;
border-radius: 3px;
}
.gridFilter button.active {
background: #fff;
color: #ff5421;
box-shadow: 0 0 30px #eee;
}
.gridFilter button + button {
margin-left: 20px;
}
blockquote {
margin: 35px 0px;
padding: 40px 60px;
color: #666;
position: relative;
background: rgba(0, 0, 0, 0.01);
font-weight: normal;
font-style: italic;
text-align: left;
clear: both;
font-weight: 400;
border-radius: 8px;
}
blockquote:before {
content: "\f129";
font-size: 35px;
color: #0b70e1;
padding-bottom: 0;
display: inline-block;
font-family: flaticon;
font-weight: 400;
text-align: center;
top: 0;
background: 0 0;
transform: rotate(180deg);
}
blockquote cite {
font-size: 15px;
display: block;
margin-top: 10px;
}
blockquote cite:before {
content: "";
font-size: 28px;
color: #ff5421;
padding-bottom: 0px;
display: inline-block;
background: #0b70e1;
height: 2px;
width: 40px;
font-weight: 400;
text-align: center;
top: -4px;
margin-right: 10px;
position: relative;
}
.dots {
list-style: disc;
margin: 0 0 1.5em 3em;
}
.arrow-btn {
position: absolute;
top: 90%;
left: 50%;
transform: translate(-50%, -15%);
}
.arrow-btn a {
font-weight: 400;
font-size: 17px;
border-color: #f2541b;
border-style: solid;
border-width: 1px;
margin: 0px;
border-radius: 23px;
padding: 12px 15px;
color: #f2541b;
}
.arrow-btn a span {
position: absolute;
display: block;
top: 50%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
border-radius: 50%;
background: #f2541b;
}
.rs-carousel.nav-style1 {
position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 42px;
height: 42px;
line-height: 42px;
border-radius: 50%;
background: #106eea;
text-align: center;
color: #ffffff;
transition: all 0.5s;
transition-delay: 0.70s;
opacity: 0;
visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
content: "\f138";
font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
right: 30px;
left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
left: -50px;
transition-delay: 0s;
visibility: visible;
opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
right: -50px;
left: unset;
}
.rs-carousel.nav-style2 {
position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
display: block;
position: absolute;
top: -80px;
right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
font-family: Flaticon;
font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
color: #106eea;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
content: "/";
padding: 0 5px 0 5px;
position: relative;
top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
content: "\f133";
}
.rs-carousel .owl-dots {
text-align: center;
margin: 40px auto 0;
line-height: 15px;
display: block;
}
.rs-carousel .owl-dots .owl-dot {
width: 30px;
height: 10px;
display: inline-block;
margin: 0 6px;
padding: 3px 0;
border-radius: 30px;
border: 1px solid #106eea;
background: transparent;
opacity: 0.7;
cursor: pointer;
}
.rs-carousel .owl-dots .owl-dot:hover {
background: #106eea;
}
.rs-carousel .owl-dots .active {
background: #106eea;
opacity: 1;
} .y-middle {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.y-bottom {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: flex-end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.project-item .vertical-middle {
position: relative;
z-index: 9;
}
.vertical-middle {
display: table;
height: 100%;
width: 100%;
}
.vertical-middle-cell {
display: table-cell;
vertical-align: middle;
}
.readon {
color: #fff;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s;
z-index: 1;
background-color: transparent;
}
.readon.learn-more {
padding: 14px 40px 14px 40px;
background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
border-radius: 30px 30px 30px 30px;
}
.readon.learn-more:hover {
background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
color: #ffffff;
}
.readon.learn-more.sub-con {
background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
padding: 18px 36px 16px 36px;
font-size: 14px;
font-weight: 500;
}
.readon.learn-more.sub-con:hover {
background-image: linear-gradient(250deg, #03228f 0%, #4e95ed 100%);
color: #ffffff;
}
.readon.learn-more.submit {
background-image: linear-gradient(90deg, #03228f 0%, #4e95ed 100%);
padding: 16px 40px 16px 40px;
font-weight: 500;
font-size: 16px;
}
.readon.learn-more.submit:hover {
background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
color: #ffffff;
}
.readon.learn-more.post {
background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
padding: 12px 30px;
font-size: 14px;
font-weight: 500;
}
.readon.learn-more.post:hover {
background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 100%);
color: #fff;
}
.readon.learn-more.pdf i {
margin-left: 10px;
}
.readon.learn-more.contact-us {
border-radius: 8px 8px 8px 8px !important;
}
.readon.learn-more.learn-btn {
background-image: linear-gradient(90deg, #03228f 0%, #1d62f0 100%);
border-radius: 3px 3px 3px 3px !important;
}
.readon.learn-more.learn-btn:hover {
background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
}
.readon.learn-more.slider-btn {
background: #ffffff;
color: #106eea;
padding: 15px 37px;
border-radius: 8px 8px 8px 8px !important;
}
.readon.learn-more.slider-btn:hover {
background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
color: #ffffff;
}
.readon.started {
padding: 14px 40px 14px 40px;
background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
border-radius: 30px 30px 30px 30px;
}
.readon.started:hover {
background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
color: #ffffff;
}
.readon.started.get-new:hover {
background: rgba(0, 0, 0, 0) linear-gradient(79deg, #dd4c23 0%, #f27c1e 63%, #f27c1e);
}
.readon.started.get-ready {
background-image: linear-gradient(90deg, #03228f 0, #0e73e4 100%);
border-radius: 3px;
text-transform: uppercase;
}
.readon.started.get-ready:hover {
opacity: 0.9;
}
.readon.started.get-ready2 {
border-radius: 5px 5px 5px 5px;
}
.readon.started.get-ready3 {
border-radius: 5px 5px 5px 5px;
text-transform: uppercase;
font-weight: 500;
}
.readon.started.get-ready4 {
background-image: linear-gradient(80deg, #6e71db 0%, #9c9ff9 100%);
padding: 18px 40px 18px 40px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
border-radius: 3px 3px 3px 3px;
}
.readon.started.get-ready4:hover {
background-image: linear-gradient(120deg, #9c9ff9 0%, #6e71db 100%);
}
.readon.started.get-ready5 {
background-image: linear-gradient(250deg, #f18e27 19%, #f14d1a 100%);
text-transform: uppercase;
border-radius: 5px 5px 5px 5px;
}
.readon.started.get-ready5:hover {
background-image: linear-gradient(270deg, #f14d1a 20%, #f18e27 100%);
}
.readon.started.more {
background-image: linear-gradient(250deg, #b22af3 19%, #1742fd 100%);
color: #ffffff;
text-transform: uppercase;
border-radius: 5px 5px 5px 5px;
}
.readon.started.more:hover {
background-color: transparent;
background-image: linear-gradient(270deg, #1742fd 20%, #b22af3 100%);
}
.readon.lets-talk {
padding: 14px 40px 14px 40px;
background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
border-radius: 30px 30px 30px 30px;
}
.readon.lets-talk:hover {
background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
color: #ffffff;
}
.readon.buy-now {
padding: 10px 40px 10px 40px;
background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
border-radius: 30px 30px 30px 30px;
text-transform: uppercase;
position: relative;
top: 25px;
}
.readon.buy-now:hover {
background-image: linear-gradient(360deg, #03228f 0%, #4e95ed 100%);
color: #ffffff;
}
.readon.buy-now.get-in {
padding: 15px 34px;
border: 1px solid #fff;
color: #ffffff;
background: transparent;
}
.readon.buy-now.get-in:hover {
background: #03228F;
color: #ffffff;
border: 1px solid #03228F;
}
.readon.buy-now.table-btn {
background-image: linear-gradient(90deg, #032390 0%, #032390 100%);
color: #ffffff;
border-radius: 3px 3px 3px 3px;
font-weight: 500;
}
.readon.buy-now.table-btn:hover {
background-image: linear-gradient(90deg, #0d6ada 0%, #0d6ada 100%);
}
.readon.buy-now.sl-btn {
background: rgba(0, 0, 0, 0) linear-gradient(90deg, #03228f 0%, #1d62f0 100%);
color: #ffffff;
border-radius: 4px;
font-weight: 500;
font-size: 18px;
text-transform: capitalize;
padding: 17px 28px;
}
.readon.buy-now.sl-btn:hover {
background-image: linear-gradient(90deg, #0d6ada 0%, #0d6ada 100%);
}
.readon.buy-now.price {
background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
border-radius: 8px 8px 8px 8px;
}
.readon.buy-now.price:hover {
background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
}
.readon.buy-now.pricing:hover {
background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
color: #ffffff;
}
.readon.view-more {
padding: 12px 25px 12px 25px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
color: #111111;
background-color: #FFFFFF;
border-radius: 30px 30px 30px 30px;
}
.readon.discover {
font-size: 16px;
font-weight: 500;
color: #032491;
padding: 17px 30px 17px 30px;
background: transparent;
background-image: linear-gradient(90deg, #ffffff 19%, #ffffff 100%);
border-radius: 4px 4px 4px 4px;
}
.readon.discover.started {
padding: 10px 30px 10px 30px;
}
.readon.discover.started:hover {
background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
color: #032491;
}
.readon.discover:hover {
background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
}
.readon.discover.more {
background-image: linear-gradient(90deg, #032491 19%, #032491 100%);
padding: 10px 30px 10px 30px;
color: #ffffff;
}
.readon.discover.more:hover {
background-image: linear-gradient(90deg, #0d6ada 19%, #0d6ada 100%);
color: #ffffff;
}
.readon.qoute-btn {
font-size: 16px;
padding: 15px 32px;
border-radius: 3px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
color: #101010;
border: 1px solid #f2541b;
background: transparent;
}
.readon.qoute-btn:hover {
color: #ffffff;
background-image: linear-gradient(150deg, #dd4c23 19%, #f27c1e 100%);
}
.readon.reply {
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
padding: 3px 20px 6px;
line-height: 22px;
border-radius: 30px;
font-size: 13px;
font-weight: 500;
color: #ffffff !important;
background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
z-index: 1;
border: none;
}
.readon.reply:hover {
background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 100%);
color: #ffffff;
opacity: 0.99;
}
.readon.more-about {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
padding: 16px 47px 16px 30px;
color: #ffffff;
background-color: transparent;
background-image: linear-gradient(110deg, #6e71db 0%, #9c9ff9 100%);
border-radius: 3px 3px 3px 3px;
}
.readon.more-about:before {
content: "\f113";
position: absolute;
font-family: flaticon;
font-size: 10px;
top: 17px;
right: 24px;
transition: all 0.3s;
color: #fff;
}
.readon.more-about:hover {
background-color: transparent;
background-image: linear-gradient(240deg, #6e71db 0%, #9c9ff9 100%);
} .services-button a {
position: relative;
display: inline-block;
transition: all ease .3s;
padding: 18px 0px 0px 0px;
font-size: 16px;
font-weight: 500;
color: #101010;
}
.services-button a:after {
content: "\f113";
font-family: Flaticon;
font-size: 10px;
position: relative;
right: 0;
top: 0;
display: inline-block;
margin-left: 15px;
transition: all ease .4s;
color: #101010;
} .services-btn2 a {
position: relative;
display: inline-block;
transition: all ease .3s;
font-weight: 500;
color: #032390;
}
.services-btn2 a:after {
position: absolute;
width: 30px;
height: 1px;
background: #0b70e1;
content: '';
top: 50%;
transform: translateY(-50%);
right: 0px;
transition: 0.4s;
opacity: 0;
}
.services-btn2 a:hover:after {
right: -40px;
opacity: 1;
} .services-btn3 a {
position: relative;
color: #101010;
display: inline-block;
transition: all 0.9s ease;
text-decoration: underline !important;
}
.services-btn3 a:after {
position: absolute;
right: 0;
top: 50%;
font-size: 15px;
font-weight: 500;
color: #f2541b;
font-family: "Flaticon";
transform: translateY(-50%);
transition: all 0.2s ease;
}
.services-btn3 a:hover {
color: #f2541b;
}
.services-btn3 a:hover:after {
right: -28px;
content: "\f110";
transition: all 0.9s ease;
} .blog-button a {
position: relative;
display: inline-block;
color: #061340;
font-size: 16px;
font-weight: 600;
transition: all ease .4s;
}
.blog-button a:after {
content: "\f113";
font-family: Flaticon;
font-size: 8px;
position: relative;
right: 0;
top: 0;
display: inline-block;
margin-left: 8px;
transition: all ease .4s;
color: #101010;
}
.blog-button a:hover {
color: #106eea;
}
.blog-button a:hover:after {
transform: translateX(10px);
color: #106eea;
}
.blog-button.style2 a:hover {
color: #FF5600;
}
.blog-button.style2 a:hover:after {
color: #FF5600;
}
.blog-button.style3 a {
color: #061340;
}
.blog-button.style3 a:hover {
color: #787cf2;
}
.blog-button.style3 a:hover:after {
color: #787cf2;
}
.blog-button.inner-blog a {
text-align: center;
display: inline-block;
color: #0b70e1;
padding-right: 25px;
position: relative;
z-index: 1;
font-family: 'Livvic', sans-serif;
font-weight: 500;
font-size: 15px;
transition: all 0.3s;
}
.blog-button.inner-blog a:after {
content: "\f114";
position: absolute;
font-family: flaticon;
font-size: 15px;
top: 1px;
right: 0;
opacity: 1;
transition: all 0.3s;
color: #0b70e1;
}
.blog-button.inner-blog a:hover {
color: #0B70E1;
}
.blog-button.inner-blog a:hover:after {
right: -5px;
opacity: 1;
transform: unset;
} .submit-btn {
box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.05);
outline: 0;
border: none;
padding: 18px 18px 18px 18px;
border-radius: 3px;
display: inline-block;
text-transform: capitalize;
font-size: 16px;
line-height: 1;
font-weight: 500;
color: #fff;
background-image: linear-gradient(160deg, #03228f 0%, #0b70e1 77%);
transition: all .3s ease;
position: relative;
overflow: hidden;
width: 100%;
cursor: pointer;
}
.submit-btn:hover {
opacity: 0.9;
}
.submit-btn.orange-btn {
background-image: linear-gradient(160deg, #f27c1e 0%, #dd4c23 79%);
}
.submit {
color: #FFFFFF;
background-color: transparent;
background-image: linear-gradient(95deg, #03228f 0%, #4e95ed 100%);
padding: 18px 40px 17px 40px;
font-size: 15px;
line-height: 1;
border-radius: 30px 30px 30px 30px;
border: none;
}
.submit:hover {
opacity: 0.99;
}
.submit.sub-small {
padding: 17px 40px 17px 40px;
}
.submit.sub-small:hover {
color: #ffffff;
background-image: linear-gradient(290deg, #03228f 0%, #4e95ed 100%);
opacity: unset;
} .add-btn {
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
padding: 10px 40px;
border-radius: 3px;
font-size: 16px;
font-weight: 500;
background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
color: #ffffff;
z-index: 1;
border: none;
}
.add-btn:hover {
color: #fff;
background-image: linear-gradient(90deg, #0e73e4 19%, #03228f 100%);
z-index: 1;
} .media-icon {
position: relative;
display: inline-block;
z-index: 1;
}
.media-icon .popup-videos {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #ffffff;
background: #106eea;
width: 70px;
height: 70px;
border-radius: 100%;
text-align: center;
}
.media-icon .popup-videos:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
background-color: #1042C0;
transition: 0.3s ease all;
}
.media-icon .popup-videos i:before {
font-size: 30px;
line-height: 70px;
transition: 0.3s ease all;
}
.media-icon .popup-videos:hover:before {
background: #106eea;
}
.media-icon.video-item {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.slider-video .popup-videos {
display: inline-block;
position: relative;
height: 70px;
width: 70px;
line-height: 70px;
border-radius: 100%;
text-align: center;
background: #106eea;
}
.slider-video .popup-videos i {
text-align: center;
color: #ffffff;
border-radius: 100%;
font-size: 25px;
position: relative;
line-height: 70px;
z-index: 9;
width: 100%;
vertical-align: middle;
margin-left: 0;
height: auto;
}
.slider-video .popup-videos:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 70px;
height: 70px;
border-radius: 50%;
animation: pulse-border 3000ms ease-out infinite;
background: #106eea;
}
.address-item .address-icon {
display: inline-block;
position: relative;
height: 70px;
width: 70px;
line-height: 70px;
border-radius: 100%;
text-align: center;
background: #ffffff;
}
.address-item .address-icon i {
text-align: center;
color: #106eea;
border-radius: 100%;
font-size: 25px;
position: relative;
line-height: 70px;
z-index: 9;
width: 100%;
vertical-align: middle;
margin-left: 0;
height: auto;
}
.address-item .address-icon:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 70px;
height: 70px;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
background: #ffffff;
}
.tab-videos .popup-videos {
color: #de5022;
display: flex;
overflow: hidden;
}
.tab-videos .popup-videos i {
width: 35px;
height: 35px;
line-height: 32px;
border: 2px solid #de5022;
border-radius: 50%;
text-align: center;
font-size: 14px;
float: left;
margin-right: 18px;
}
.tab-videos .popup-videos:hover {
color: #de5022;
}
.tab-videos .popup-videos .title {
font-size: 22px;
line-height: 34px;
font-weight: 600;
color: #102b3e;
}
.tab-videos .popup-videos .title:hover {
color: #f2541b;
}
.rs-videos .animate-border .popup-border {
background-image: linear-gradient(180deg, #03228f 0%, #0b70e1 100%);
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
display: inline-block;
border-radius: 50%;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border i {
font-size: 20px;
line-height: 80px;
display: block;
color: #ffffff;
}
.rs-videos .animate-border .popup-border:before {
content: "";
border: 2px solid #106eea;
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 180px;
height: 180px;
border-radius: 50%;
animation: zoomBig 3.25s linear infinite;
-webkit-animation-delay: .75s;
animation-delay: .75s;
}
.rs-videos .animate-border .popup-border:after {
content: "";
border: 2px solid #106eea;
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 180px;
height: 180px;
border-radius: 50%;
animation: zoomBig 3.25s linear infinite;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.rs-videos .animate-border.main-home .popup-border {
left: 8%;
}
.rs-videos .animate-border.main-home.style2 .popup-border {
left: 50%;
}
.rs-videos .animate-border.white-color .popup-border {
background: #ffffff;
bottom: -14px;
left: 44%;
}
.rs-videos .animate-border.white-color .popup-border i {
color: #03228f;
}
.rs-videos .animate-border.white-color .popup-border:before {
border: 2px solid #ffffff;
}
.rs-videos .animate-border.white-color .popup-border:after {
border: 2px solid #ffffff;
}
.rs-videos .animate-border.white-color.style3 .popup-border {
bottom: 362px;
left: 10%;
}
@keyframes zoomBig {
0% {
transform: translate(-50%, -50%) scale(0.5);
opacity: 1;
border-width: 3px;
}
40% {
opacity: .5;
border-width: 2px;
}
65% {
border-width: 1px;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px;
}
}
@keyframes zoomBig {
0% {
transform: translate(-50%, -50%) scale(0.5);
opacity: 1;
border-width: 3px;
}
40% {
opacity: .5;
border-width: 2px;
}
65% {
border-width: 1px;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px;
}
}
.margin-remove {
margin: 0 !important;
}
.no-gutter {
margin-left: 0;
margin-right: 0;
}
.no-gutter [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
margin: 0;
}
.container-fluid {
padding-left: 60px;
padding-right: 60px;
}
.display-table {
display: table;
height: 100%;
width: 100%;
}
.display-table-cell {
display: table-cell;
vertical-align: middle;
}
.relative {
position: relative;
}
.sec-title {
position: relative;
}
.sec-title .sub-text {
position: relative;
padding-left: 95px;
display: inline-block;
line-height: 28px;
font-size: 22px;
letter-spacing: 1px;
font-weight: 600;
color: #03228F;
text-transform: uppercase;
margin-bottom: 10px;
}
.sec-title .sub-text:after {
content: "";
position: absolute;
border: 0;
height: 4px;
width: 50px;
background-color: #03228F;
z-index: 1;
margin-left: 0;
left: 24px;
top: 12px;
}
.sec-title .sub-text:before {
content: '';
position: absolute;
left: 0;
top: 12px;
height: 4px;
width: 12px;
background-color: #03228F;
}
.sec-title .sub-text.new {
color: #ffffff;
font-size: 15px;
padding-left: 0;
}
.sec-title .sub-text.new:before {
display: none;
}
.sec-title .sub-text.new:after {
display: none;
}
.sec-title .sub-text.new-text {
padding-left: 0;
margin-bottom: 7px;
color: #ffffff;
}
.sec-title .sub-text.new-text:before {
display: none;
}
.sec-title .sub-text.new-text:after {
display: none;
}
.sec-title .sub-text.style2:after {
background-color: #106eea;
}
.sec-title .sub-text.style2:before {
background-color: #106eea;
}
.sec-title .sub-text.style-bg {
background-color: #1273EB17;
display: inline-block;
padding: 6px 25px;
color: #1273eb;
border-radius: 30px;
text-transform: uppercase;
}
.sec-title .sub-text.style-bg:before {
display: none;
}
.sec-title .sub-text.style-bg:after {
display: none;
}
.sec-title .sub-text.style4-bg {
color: #03228F;
}
.sec-title .sub-text.style4-bg:before {
background-color: #03228F;
}
.sec-title .sub-text.style4-bg:after {
background-color: #03228F;
}
.sec-title .sub-text.choose {
font-size: 16px;
font-weight: 500;
}
.sec-title .title {
font-size: 32px;
font-weight: 700;
line-height: 46px;
color: #101010;
margin: 0;
}
.sec-title .title.white-color {
color: #ffffff;
}
.sec-title .desc {
font-size: 18px;
font-weight: 400;
margin: 0;
}
.sec-title .desc.white-color {
color: #fff;
}
.sec-title .desc-big {
font-size: 28px;
line-height: 48px;
font-weight: 500;
margin: 0;
}
.sec-title2 {
position: relative;
}
.sec-title2 .sub-text {
margin: 0 0 10px;
display: block;
line-height: 28px;
font-family: 'Livvic', sans-serif;
font-size: 20px;
font-weight: 500;
color: #03228F;
text-transform: uppercase;
}
.sec-title2 .sub-text.white-color {
color: #ffffff;
}
.sec-title2 .sub-text.gold-color {
font-weight: 600;
color: #F27C1E;
}
.sec-title2 .sub-text.contact {
color: #1273EB;
}
.sec-title2 .sub-text.orange-color {
color: #f2541b !important;
}
.sec-title2 .sub-text.style-bg {
background-color: #1273EB17;
display: inline-block;
padding: 6px 25px;
color: #1273eb;
border-radius: 30px;
text-transform: uppercase;
}
.sec-title2 .sub-text.style-bg.white-color {
color: #ffffff;
}
.sec-title2 .sub-text.style-bg.con-bg {
background-color: #03228F;
}
.sec-title2 .title {
font-size: 32px;
font-weight: 700;
line-height: 1.4;
color: #0a0a0a;
max-width: 490px;
margin: 0 auto;
}
.sec-title2 .title.white-color {
color: #ffffff;
}
.sec-title2 .title.testi-title {
max-width: unset;
}
.sec-title2 .title.testi-title.new {
color: #102B3E;
}
.sec-title2 .title.title2 {
max-width: 80% !important;
}
.sec-title2 .title.title3 {
color: #102B3E;
max-width: 80% !important;
margin: 0;
}
.sec-title2 .title.title4 {
max-width: 100%;
}
.sec-title2 .title.title5 {
color: #102B3E;
}
.sec-title2 .title.title6 {
font-weight: 600;
max-width: unset;
}
.sec-title2 .title.title7 {
color: #102B3E;
max-width: unset;
}
.sec-title2 .title.orange-color {
color: #f2541b !important;
}
.sec-title2 .heading-line {
position: relative;
background-color: #03228F;
height: 5px;
width: 90px;
border-radius: 30px;
margin: 20px auto;
}
.sec-title2 .heading-line:before {
background-color: #1940AA;
content: '';
position: absolute;
left: 0;
top: -2.7px;
height: 10px;
width: 10px;
border-radius: 50%;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
animation-direction: alternate-reverse;
-webkit-animation-direction: alternate-reverse;
-webkit-animation-name: watermark-animate;
animation-name: watermark-animate;
}
.sec-title2 .desc {
font-size: 18px;
line-height: 31px;
font-weight: 400;
color: #454545;
max-width: 429px;
margin: 13px auto 0;
}
.sec-title2 .desc.desc-text {
max-width: 540px;
}
.sec-title2 .desc.white-color {
color: #fff;
}
.sec-title2 .desc.desc2 {
max-width: 700px;
margin: 0;
}
.sec-title2 .desc.desc3 {
max-width: 930px;
}
.sec-title2 .desc-big {
font-size: 18px;
line-height: 31px;
color: #ffffff;
}
.sec-title3 .sub-text {
font-size: 19px;
line-height: 1.4;
font-weight: 700;
color: #ffffff;
display: block;
margin-bottom: 20px;
}
.sec-title3 .sub-text.style2 {
font-size: 16px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 8px;
}
.sec-title3 .title {
font-size: 42px;
font-weight: 700;
color: #fff;
line-height: 40px;
margin-bottom: 30px;
}
.sec-title3 .title.title2 {
margin: 0;
line-height: 52px;
}
.sec-title3 .desc {
font-size: 19px;
font-weight: 500;
color: #fff;
margin: 0;
}
.sec-title4 .title-img img {
margin: 0px 0px 0px 15px;
}
.sec-title4 .sub-title {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
color: #787BF2;
display: block;
margin: -26px 0px 10px 0px;
}
.sec-title4 .sub-text {
font-size: 16px;
line-height: 1.4;
font-weight: 500;
color: #03228F;
margin: 0 0 10px;
display: block;
text-transform: uppercase;
}
.sec-title4 .title {
font-size: 36px;
line-height: 1.3;
font-weight: 700;
color: #101010;
margin: 0 0 17px;
}
.sec-title4 .heading-line {
height: 5px;
width: 90px;
background: #B9C7F6;
margin: 0px;
position: relative;
border-radius: 30px;
}
.sec-title4 .heading-line:before {
content: '';
position: absolute;
left: 0;
top: -2.7px;
height: 10px;
width: 10px;
border-radius: 50%;
background-color: #0D66D5;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
animation-direction: alternate-reverse;
-webkit-animation-direction: alternate-reverse;
-webkit-animation-name: watermark-animate;
animation-name: watermark-animate;
}
.sec-title4 .desc {
margin: 0;
}
.sec-title4 .desc.desc-big {
font-size: 20px;
line-height: 30px;
margin: 26px 0px 30px 0px;
}
.sec-title5 .logo-icon {
margin-bottom: 15px;
}
.sec-title5 .logo-icon img {
width: 71px;
}
.sec-title5 .title {
font-size: 36px;
line-height: 1.4;
font-weight: 700;
color: #102B3E;
margin-bottom: 10px;
}
.sec-title5 .title span {
color: #F9780F;
}
.sec-title5 .title.title2 {
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: #0a0a0a;
margin-bottom: 0;
}
.sec-title5 .desc {
font-size: 18px;
line-height: 26px;
font-weight: 400;
color: #454545;
max-width: 626px;
margin: 0 auto;
}
.sec-title5 .desc2 {
font-size: 15px;
line-height: 26px;
font-weight: 400;
color: #454545;
max-width: 507px;
margin: 0;
}
.pt-relative {
position: relative !important;
}
.sec-title6 .sub-text {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
line-height: 32px;
color: #F24C1A;
display: block;
margin-bottom: 5px;
}
.sec-title6 .sub-text.new-text {
margin-bottom: 10px;
}
.sec-title6 .sub-text.new-text-style {
font-size: 14px;
color: #ffffff;
font-weight: 500;
}
.sec-title6 .title {
font-size: 36px;
font-weight: 700;
line-height: 1.4;
color: #102B3E;
margin-bottom: 5px;
}
.sec-title6 .title.new-title {
max-width: 700px;
margin: 0 auto;
}
.sec-title6 .title span {
color: #ff7045;
}
.sec-title6 .desc {
padding-right: 125px;
}
.sec-right {
position: absolute;
right: -17%;
top: 45%;
transform: rotate(90deg);
z-index: 1;
}
.sec-right .title {
font-size: 36px;
line-height: 46px;
font-weight: 700;
color: #101010;
letter-spacing: 2px;
margin-bottom: 20px;
}
.sec-left {
transform: rotate(-90deg) translatex(-50%);
transform-origin: left;
position: absolute;
left: -2%;
top: 46%;
z-index: 1;
}
.sec-left .title {
font-size: 28px;
line-height: 0px;
font-weight: 700;
color: #101010;
letter-spacing: 2px;
margin-bottom: 20px;
}
.check-square li {
position: relative;
padding-left: 17px;
line-height: 35px;
border: none;
font-size: 15px;
font-weight: 500;
color: #454545;
}
.check-square li:before {
position: absolute;
left: 0;
z-index: 0;
content: "\f058";
font-weight: 400;
font-family: fontawesome;
color: #787cf2;
} .full-width-header {
position: relative;
}
.full-width-header .rs-header {
position: relative;
}
.full-width-header .rs-header .topbar-area {
padding-top: 20px;
padding-bottom: 10px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part {
display: inline-block;
padding-right: 25px;
padding-left: 25px;
border-right: 1px solid #eee;
font-size: 14px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i {
float: left;
margin-right: 15px;
line-height: 38px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part i:before {
font-size: 26px;
color: #106eea;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info {
float: left;
text-align: left;
display: block;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info span {
color: #0a0a0a;
display: block;
text-align: left;
font-size: 15px;
padding: 0;
font-weight: 600;
line-height: 1;
margin-bottom: 0;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a {
color: #454545;
font-size: 14px;
}
.full-width-header .rs-header .topbar-area .rs-contact-info .contact-part .contact-info a:hover {
color: #106eea;
}
.full-width-header .rs-header .topbar-area.style2 {
background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
padding-top: 0px;
padding-bottom: 0px;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li {
display: inline-block;
color: #ffffff;
font-size: 14px;
line-height: 50px;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li i {
margin-right: 5px;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li i:before {
font-size: 14px;
color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a {
color: #ffffff;
font-size: 14px;
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid #2a8af5;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a:hover {
color: #ccc;
}
.full-width-header .rs-header .topbar-area.style2 .topbar-contact li:last-child {
margin: 0;
border: none;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening {
color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em {
border-right: 1px solid #2a8af5;
margin-right: 5px;
padding-right: 20px;
font-style: normal;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em i {
margin-right: 8px;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em i:before {
font-size: 15px;
font-weight: 600;
color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li {
display: inline-block;
font-size: 14px;
line-height: 50px;
margin-right: 12px;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li a {
font-size: 14px;
color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li a:hover {
color: #ccc;
}
.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul li:last-child {
margin: 0;
}
.full-width-header .rs-header .topbar-area.style2.modify1 {
background: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li {
border-right: 1px solid rgba(255, 255, 255, 0.2);
margin-right: 20px;
padding-right: 20px;
}
.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li a {
border-right: unset;
}
.full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li:last-child {
margin: 0;
border: none;
}
.full-width-header .rs-header .topbar-area.style2.modify1 .toolbar-sl-share ul .opening {
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header .rs-header .topbar-area.style2.modify1 .toolbar-sl-share ul .opening em {
border-right: unset;
}
.full-width-header .rs-header .menu-area {
transition: all 0.3s ease;
background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
}
.full-width-header .rs-header .menu-area .logo-area a img {
transition: 0.4s;
max-height: 40px;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
display: none;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
align-items: center;
justify-content: flex-end;
float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
display: inline-block;
margin-right: 52px;
padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
transition: all 0.3s ease;
font-size: 15px;
font-weight: 600;
margin-right: 10px;
height: 65px;
line-height: 65px;
padding: 0;
color: #ffffff;
position: relative;
font-family: Livvic;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
color: #bbb;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
content: "+";
position: absolute;
left: auto;
right: 0;
top: 50%;
text-align: center;
z-index: 9999;
font-size: 16px;
display: block;
cursor: pointer;
transform: translateY(-50%);
font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
color: #bbb;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child a {
margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child i {
margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
background: #ffffff;
margin: 0;
padding: 20px 0;
border-radius: 0 0 5px 5px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
margin: 0 !important;
border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
line-height: 25px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 40px;
padding-right: 40px;
margin: 0;
font-size: 14px;
font-weight: 500;
color: #101010;
height: unset;
line-height: 16px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
color: #106eea;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active > a {
color: #106eea !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.left {
left: auto;
right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
position: absolute;
left: 0;
min-width: 1210px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container {
float: left;
width: 100%;
position: relative;
padding: 0;
margin: 0 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu {
width: 25%;
float: left;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
position: relative;
padding: 30px 35px 35px;
border-radius: 0;
box-shadow: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
color: #101010;
font-size: 17px;
font-weight: 600;
padding: 10px 30px;
text-align: left;
text-transform: capitalize;
transition: all 0.3s ease;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li {
width: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
width: 100%;
padding: 10px 30px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
color: #106eea;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column {
min-width: 650px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column .mega-menu-container .single-megamenu {
width: 50%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.three-column .mega-menu-container .single-megamenu {
width: 33.33%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
color: #fff;
}
.full-width-header .rs-header .menu-area.sticky {
background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area {
display: inline-block;
top: 18px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
display: block;
max-height: 30px;
}
.full-width-header .rs-header .menu-area.sticky .rs-menu-area {
float: right;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
color: #0a0a0a;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
color: #106eea;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
color: #106eea;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
left: unset;
right: 0;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner {
line-height: unset;
height: unset;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.search-icon .sidebarmenu-search > a {
color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
background: #106eea;
color: #ffffff;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
color: #494949;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
color: #106eea;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.hidden-sticky {
display: none;
}
.full-width-header .rs-header .expand-btn-inner {
display: flex;
align-items: center;
justify-content: flex-end;
line-height: 65px;
height: 65px;
position: relative;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a {
color: #ffffff;
border-right: 1px solid #fff;
padding-right: 20px;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a i:before {
font-size: 15px;
font-weight: 600;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a i.flaticon-shopping-bag-1:before {
font-weight: normal;
}
.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search > a:hover {
color: #ffffff;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share {
padding-left: 25px;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li {
display: inline-block;
margin-right: 14px;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li a {
color: #ffffff;
font-size: 14px;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li a:hover {
opacity: 0.8;
}
.full-width-header .rs-header .expand-btn-inner .toolbar-sl-share .social li:last-child {
margin-right: 0;
}
.full-width-header .rs-header.style2 .menu-area {
background: #ffffff;
}
.full-width-header .rs-header.style2 .menu-area .logo-part img {
transition: 0.4s;
max-height: auto;
}
.full-width-header .rs-header.style2 .menu-area .logo-part .dark {
display: none;
}
.full-width-header .rs-header.style2 .menu-area .logo-part .light {
display: inherit;
}
.full-width-header .rs-header.style2 .menu-area .rs-menu-area {
display: flex;
width: 100%;
position: relative;
align-items: center;
justify-content: flex-end;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li {
display: inline-block;
margin-right: 32px;
padding: 0;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
color: #101010;
line-height: 80px;
height: 80px;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
color: #106eea;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
content: "-";
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
color: #106eea;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
margin: 0;
border: none;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a {
height: unset;
line-height: 16px;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
color: #106eea;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
display: none;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
color: #106eea;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.mega-menu {
left: unset;
right: -45px;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul {
display: flex;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li {
margin-left: 25px;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li .quote-btn {
font-size: 14px;
background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
padding: 13px 22px;
border-radius: 3px;
color: #fff;
font-weight: 500;
}
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li .quote-btn:hover {
color: #ffffff;
background-image: linear-gradient(90deg, #0e73e4 0%, #03228f 100%);
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a {
color: #101010;
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a i:before {
font-size: 15px;
font-weight: 600;
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a i.flaticon-shopping-bag-1:before {
font-weight: normal;
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a:hover {
color: #106eea;
}
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger {
max-width: 45px;
display: flex !important;
flex-wrap: wrap;
margin: -5px;
}
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span {
height: 5px;
width: 5px;
display: block;
background: #0a0a0a;
border-radius: 50%;
transition: none;
list-style: none;
transition: all 0.3s ease;
margin: 4px 5px;
}
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot2,
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot4,
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot6,
.full-width-header .rs-header.style2 .expand-btn-inner li .humburger span.dot8 {
background: #106eea;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul {
display: flex;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li {
margin-left: 25px;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn {
font-size: 14px;
background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
padding: 13px 22px;
border-radius: 3px;
color: #fff;
font-weight: 500;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn:hover {
color: #ffffff;
background-image: linear-gradient(90deg, #0e73e4 0%, #03228f 100%);
}
.full-width-header .rs-header.style2.btn-style .menu-area .main-menu .rs-menu ul.mega-menu {
right: -215px;
}
.full-width-header .rs-header.style3 .menu-area {
background: transparent;
padding: 13px 0;
}
.full-width-header .rs-header.style3 .menu-area .logo-part a .sticky-logo {
display: none;
}
.full-width-header .rs-header.style3 .menu-area .logo-part img {
transition: 0.4s;
-webkit-transition: 0.4s;
max-height: 40px;
}
.full-width-header .rs-header.style3 .menu-area .logo-part .dark {
display: none;
}
.full-width-header .rs-header.style3 .menu-area .logo-part .light {
display: inherit;
}
.full-width-header .rs-header.style3 .menu-area .rs-menu-area {
display: flex;
width: 100%;
position: relative;
align-items: center;
justify-content: flex-end;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li {
display: inline-block;
padding: 0;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
content: "-";
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.sub-menu li a {
line-height: 16px;
height: unset;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
display: none;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.mega-menu {
left: unset;
right: -15px;
}
.full-width-header .rs-header.style3 .menu-area.sticky {
background: #ffffff;
}
.full-width-header .rs-header.style3 .menu-area.sticky .logo-part a .sticky-logo {
display: block;
}
.full-width-header .rs-header.style3 .menu-area.sticky .logo-part a .normal-logo {
display: none;
}
.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
color: #101010;
}
.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a:hover {
color: #106eea;
}
.full-width-header .rs-header.style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
color: #106eea;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul {
display: flex;
align-items: center;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul .sidebarmenu-search > a {
border: unset;
padding-right: unset;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger {
max-width: 45px;
display: flex;
flex-wrap: wrap;
margin: -5px;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span {
height: 5px;
width: 5px;
display: block;
background: #ffffff;
border-radius: 50%;
transition: none;
list-style: none;
transition: all 0.3s ease;
margin: 3px 4px;
}
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3 .expand-btn-inner ul li .humburger span.dot8 {
background: #6394bf;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li {
display: inline-block;
padding: 0;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
color: #101010;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
color: #106eea;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
content: "-";
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
color: #106eea;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
color: #101010;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
color: #106eea;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
display: none;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
color: #106eea;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.mega-menu {
right: -75px;
margin-top: 13px;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul .sidebarmenu-search a i {
color: #101010;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li {
margin-right: 30px;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span {
background: #101010;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li .humburger span.dot8 {
background: #6394bf;
}
.full-width-header .rs-header.style3.modify1 .expand-btn-inner ul li:last-child {
margin-right: 0;
}
.full-width-header .rs-header.style3.modify2 .menu-area .main-menu .rs-menu ul.mega-menu {
right: -75px;
margin-top: 13px;
}
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span {
background: #0e44dd;
}
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
background: #333333;
}
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li {
margin-right: 30px;
}
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span {
background: #ffffff;
}
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li .humburger span.dot8 {
background: #6394bf;
}
.full-width-header .rs-header.style3.modify2 .expand-btn-inner ul li:last-child {
margin-right: 0;
}
.full-width-header .rs-header.style3.modify3 .menu-area {
padding: 0;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table {
display: flex;
width: 100%;
position: relative;
align-items: center;
justify-content: space-between;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li {
display: inline-block;
padding: 0;
margin-right: 20px;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a {
color: #ffffff;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a:hover {
color: #101010;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
content: "-";
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
color: #101010;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li a {
line-height: 16px;
height: unset;
color: #102b3e;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li a:hover {
color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
display: none;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.current-menu-item > a,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.active > a {
color: #787cf2 !important;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.mega-menu {
right: -310px;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul li.current-menu-item > a {
color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
color: #101010;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search > a:hover {
color: #787cf2;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span {
background: #787cf2;
margin: 2px 4px;
}
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
background: #101010;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul .sidebarmenu-search > a {
color: #ffffff;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul .sidebarmenu-search > a i:before {
font-size: 18px;
font-weight: 600;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul .sidebarmenu-search > a:hover {
color: #101010;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li {
margin-right: 30px;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span {
background: #ffffff;
margin: 2px 4px;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li .humburger span.dot8 {
background: #101010;
}
.full-width-header .rs-header.style3.modify3 .expand-btn-inner ul li:last-child {
margin-right: 0;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul .sidebarmenu-search > a:hover,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a:hover {
color: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
color: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area .row-table .main-menu .rs-menu ul.sub-menu li.active > a {
color: #ff7045 !important;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
color: #ff7045;
line-height: 100px;
height: 100px;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search > a:hover {
color: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span {
background: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3.home14-style .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
background: #787cf2;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li {
margin-right: 30px;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span {
background: #ffffff;
margin: 2px 4px;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li .humburger span.dot8 {
background: #ff7045;
}
.full-width-header .rs-header.style3.modify3.home14-style .expand-btn-inner ul li:last-child {
margin-right: 0;
}
.full-width-header .rs-header.style4 .menu-area {
transition: all 0.3s ease;
background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.nav-menu li {
margin-right: 32px;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.sub-menu li a {
line-height: 16px;
height: unset;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
margin: 0;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.mega-menu {
min-width: 1240px;
left: unset;
right: -340px;
}
.full-width-header .rs-header.style4 .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
min-width: 1170px;
right: -300px;
}
.full-width-header .rs-header.style4 .expand-btn-inner {
display: flex;
align-items: center;
justify-content: flex-end;
line-height: 50px;
height: 50px;
position: relative;
}
.full-width-header .rs-header.style4 .expand-btn-inner .sidebarmenu-search > a {
border-right: 1px solid #fff;
padding-right: 20px;
}
.full-width-header .rs-header.style4.modify1 .menu-area {
background: unset;
}
.full-width-header .rs-header.style4.modify1 .menu-area .box-layout {
background: #ffffff;
margin-top: 50px;
padding: 0 40px;
z-index: 1;
border-radius: 5px;
}
.full-width-header .rs-header.style4.modify1 .menu-area .rs-menu-area {
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
font-size: 16px;
color: #454545;
height: 110px;
line-height: 110px;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
color: #f2541b;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
color: #0a0a0a;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:hover {
color: #f2541b;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
color: #f2541b;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
line-height: 16px;
height: unset;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
color: #f2541b;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item > a,
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li.active > a {
color: #f2541b !important;
}
.full-width-header .rs-header.style4.modify1 .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
margin: 0;
}
.full-width-header .rs-header.style4.modify1 .menu-area.sticky .box-layout {
margin-top: unset;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul {
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search > a {
border-right: 1px solid #ccc;
padding-right: 20px;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search > a i {
color: #101010;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search:hover {
color: #106eea;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul li i:before {
font-size: 15px;
font-weight: 600;
color: #101010;
padding-left: 20px;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .quote-btn a {
font-size: 14px;
background-image: linear-gradient(150deg, #dd4c23 19%, #f27c1e 100%);
padding: 16px 26px;
border-radius: 3px;
color: #fff;
font-weight: 500;
padding-right: 30px;
text-transform: uppercase;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .quote-btn a:hover {
background-image: linear-gradient(90deg, #e45d21 19%, #e45d21 100%);
color: #ffffff;
}
.full-width-header .rs-header.style5 .menu-area .row-table {
display: flex;
width: 100%;
position: relative;
align-items: center;
justify-content: space-between;
}
.full-width-header .rs-header.header-transparent {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.full-width-header .mobile-menu {
display: none;
}
.full-width-header .mobile-menu .mobile-logo {
float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
color: #ffffff;
float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle:hover {
opacity: 0.8;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
color: #106eea;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
color: #03228f;
}
.full-width-header .right_menu_togle {
background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
padding: 50px;
width: 500px;
right: -500px;
z-index: 999999;
transition: all 0.3s ease;
position: fixed;
}
.full-width-header .right_menu_togle .close-btn {
overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-link {
position: absolute;
right: 25px;
top: 25px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger {
max-width: 45px;
display: flex !important;
flex-wrap: wrap;
margin: -5px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span {
height: 5px;
width: 5px;
display: block;
background: #0a0a0a;
border-radius: 50%;
transition: none;
list-style: none;
transition: all 0.3s ease;
margin: 4px 5px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot2,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot4,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot6,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot8 {
background: #106eea;
}
.full-width-header .right_menu_togle .canvas-logo {
padding-left: 0;
padding-bottom: 25px;
}
.full-width-header .right_menu_togle .canvas-logo img {
max-height: 36px;
}
.full-width-header .right_menu_togle .sidebarnav_menu li a {
font-size: 17px;
color: #222;
padding-left: 0;
}
.full-width-header .right_menu_togle .sidebarnav_menu li a:hover {
color: #106eea;
}
.full-width-header .right_menu_togle .canvas-contact {
padding: 25px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
display: flex;
margin-top: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
margin: 0 20px 0 0;
font-size: 25px;
color: #0b70e1;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
font-size: 16px;
line-height: 26px;
font-weight: 600;
color: #101010;
margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
display: block;
font-style: normal;
line-height: 22px;
font-size: 15px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
color: #333333;
}
.full-width-header .right_menu_togle .canvas-contact .social {
margin: 50px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
display: inline-block;
padding-right: 10px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
font-size: 15px;
color: #fff;
text-align: center;
background: #032390;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 3px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a:hover {
opacity: 0.82;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
padding: 0;
}
.full-width-header .right_menu_togle.home14-style-togle .canvas-contact .address-area .address-list .info-content em a:hover {
color: #ff7045;
}
.full-width-header .right_menu_togle.home14-style-togle .canvas-contact .social li a i {
background: #ff7045;
}
body .search-modal {
background: #0B70E1;
position: fixed;
top: 0;
bottom: 0;
background: rgba(16, 110, 234, 0.98);
width: 100%;
height: 100%;
z-index: 9999;
left: 0;
}
body .search-modal .modal-content {
position: initial;
border: 0;
background: transparent;
}
body .search-modal .search-block input {
height: 60px;
line-height: 60px;
padding: 0 15px;
background: transparent;
border-width: 0 0 1px 0;
border-radius: 0;
border-color: rgba(255, 255, 255, 0.4);
box-shadow: none;
color: #ffffff;
font-weight: 600;
font-size: 18px;
}
body .search-modal .search-block ::-webkit-input-placeholder { color: #ffffff;
opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder { color: #ffffff;
opacity: 1;
}
body .search-modal .search-block :-ms-input-placeholder { color: #ffffff;
opacity: 1;
}
body .search-modal .search-block :-moz-placeholder { color: #ffffff;
opacity: 1;
}
body .search-modal .close {
position: fixed;
right: 50px;
top: 50px;
background: #ffffff;
color: #0a0a0a;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
border: none;
border-radius: 50%;
transition: all .5s ease;
font-size: 18px;
}
body .search-modal .close span::before {
font-size: 18px;
}
body .search-modal .close:hover {
opacity: 0.8;
} .menu-sticky {
background: #fff;
margin: 0;
z-index: 999;
width: 100%;
top: 0;
position: relative;
}
@-webkit-keyframes sticky-animation {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes sticky-animation {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
} .rs-about .rs-animation-shape {
position: relative;
z-index: 1;
}
.rtbs_full .rtbs_menu ul li {
display: block !important;
padding-left: 0px !important;
background: #f1f1f1;
width: 100% !important;
}
.rtbs_full .rtbs_menu ul::after {
content: url(../../../themes/oxit/assets/img/dktbs_menu.html);
position: absolute;
top: 1px;
right: 15px;
z-index: 2;
pointer-events: none;
display: none !important
}
.rtbs .rtbs_menu li a.active {
position: relative;
color: white;
background-color: #083faf !important;
max-width: 100%;
}
.rtbs_full .rtbs_menu ul li a {
padding-left: 0;
font-size: 17px!important;
padding-top: 14px;
padding-bottom: 14px;
background: #a7a7a700 !important;
}
.rs-about .rs-animation-shape .pattern {
position: absolute;
top: 2px;
}
.rs-about .rs-animation-shape .middle {
position: absolute;
left: -23px;
top: -56px;
z-index: 9999;
}
.rs-about .rs-animation-shape .bottom-shape {
position: absolute;
left: -165px;
top: 395px;
z-index: -1;
}
.rs-about .rs-animation-shape .middle-image2 {
position: absolute;
top: -80px;
left: -25px;
z-index: -1;
}
.rs-about .shape-image {
position: relative;
}
.rs-about .shape-image .top {
position: absolute;
right: 51%;
top: -125px;
}
.rs-about .shape-image .bottom {
position: absolute;
right: 0;
top: 145px;
}
.rs-about.style2 {
background-color: #F6F7F9;
border-radius: 0px 270px 0px 0px;
position: relative;
}
.rs-about.style2 .image-part {
position: absolute;
left: 35px;
}
.rs-about.style2 .image-part img {
max-width: 50%;
}
.rs-about.style2.modify1 {
background-color: unset;
border-radius: unset;
position: unset;
}
.rs-about.style2.modify1 .images {
left: unset;
position: unset;
}
.rs-about.style2.modify1 .images img {
max-width: 600px;
}
.rs-about.style2.modify2 {
border-radius: unset;
position: relative;
}
.rs-about.style2.modify2 .about-img img {
max-width: 690px;
}
.rs-about.style3 {
position: relative;
}
.rs-about.style3 .rs-animation-image {
position: relative;
}
.rs-about.style3 .rs-animation-image .pattern-img {
text-align: center;
z-index: -1;
}
.rs-about.style3 .rs-animation-image .middle-img {
position: absolute;
left: 10px;
top: -30px;
}
.rs-about.style4 .about-content .logo-img {
margin-bottom: 15px;
}
.rs-about.style4 .about-content .logo-img img {
width: 71px;
}
.rs-about.style4 .about-content .title {
font-size: 36px;
line-height: 46px;
font-weight: 700;
color: #102B3E;
margin-bottom: 30px;
padding-right: 24px;
}
.rs-about.style4 .about-content .title span {
color: #F9780F;
}
.rs-about.style4 .about-content p {
padding-right: 121px;
margin-bottom: 40px;
}
.rs-about.style5 {
position: relative;
z-index: 1;
}
.rs-about.style5 .about-bg {
background-color: #F5F6FE;
opacity: 0.8;
}
.rs-about.style5 .about-bg .about-animate {
position: absolute;
bottom: 0;
right: 0;
z-index: -11;
}
.rs-about.home14-about-style .about-bottom-section {
position: relative;
z-index: 9;
}
.rs-about.home14-about-style .about-bottom-section .addon-services {
margin: -88px 26px 0px -20px;
padding: 15px 20px 15px 20px;
background-image: linear-gradient(120deg, #1642fd 0%, #b12bf3 100%);
border-radius: 10px 10px 10px 10px;
display: flex;
align-items: center;
}
.rs-about.home14-about-style .about-bottom-section .addon-services .icon-images img {
max-width: unset;
width: 50px;
height: 50px;
}
.rs-about.home14-about-style .about-bottom-section .addon-services .services-text {
margin: 0px 0px 0px 20px;
}
.rs-about.home14-about-style .about-bottom-section .addon-services .services-text .title {
font-size: 16px;
font-weight: 500;
line-height: 1.4em;
color: #ffffff;
margin: 0 0 10px;
}
.rs-about .software-img img {
max-width: 600px;
} .rs-banner.main-home {
background: url(../../../themes/oxit/assets/css/assets/images/banner/banner-1.html);
background-size: cover;
background-repeat: no-repeat;
min-height: 765px;
}
.rs-banner.main-home .content-wrap {
position: relative;
padding-top: 40px;
}
.rs-banner.main-home .content-wrap .it-title {
font-size: 52px;
line-height: 1.3;
font-weight: 700;
color: #ffffff;
margin: 0;
padding-bottom: 20px;
}
.rs-banner.main-home .content-wrap .description .desc {
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #ffffff;
margin: 0;
padding-bottom: 40px;
}
.rs-banner.style2 {
background: url(../../../themes/oxit/assets/css/assets/images/banner/banner-2.html);
background-repeat: no-repeat;
background-size: cover;
background-position: left top;
}
.rs-banner.style2 .banner-content {
padding: 210px 0 210px;
}
.rs-banner.style2 .banner-content .sub-title {
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 20px;
}
.rs-banner.style2 .banner-content .title {
font-size: 55px;
line-height: 65px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 20px;
}
.rs-banner.style2 .banner-content .title-small {
font-size: 32px;
line-height: 40px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 20px;
}
.rs-banner.style3 {
background-image: linear-gradient(100deg, #03228f 34%, #0e73e4 100%);
border-radius: 0px 0px 0px 270px;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 300px 0px 270px 0px;
position: relative;
}
.rs-banner.style3 .banner-content {
position: relative;
z-index: 1;
}
.rs-banner.style3 .banner-content .sub-title {
font-size: 18px;
line-height: 28px;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 15px;
}
.rs-banner.style3 .banner-content .title {
font-size: 52px;
line-height: 68px;
font-weight: 700;
color: #ffffff;
margin-bottom: 20px;
}
.rs-banner.style3 .banner-content .desc {
font-size: 20px;
line-height: 34px;
font-weight: 500;
color: #ffffff;
margin-bottom: 55px;
}
.rs-banner.style3 .banner-content .banner-btn li {
display: inline-block;
}
.rs-banner.style3 .images-part {
position: absolute;
right: 3%;
top: 55%;
transform: translateY(-50%);
max-width: 48%;
}
.rs-banner.style3.modify1 {
border-radius: unset;
padding: 400px 0px 190px 0px;
}
.rs-banner.style3.modify1 .banner-content .title {
font-size: 42px;
line-height: 59px;
}
.rs-banner.style3.modify1 .banner-content .desc {
margin-bottom: 35px;
}
.rs-banner.style3.modify1 .banner-content .banner-btn li {
display: unset;
}
.rs-banner.style3.modify1 .images-part {
position: absolute;
right: 80px;
top: 50%;
transform: translateY(-50%);
z-index: 2;
}
.rs-banner.style3.modify1 .images-part img {
max-width: 900px;
}
.rs-banner.style3.modify2 {
background: unset;
border-radius: unset;
padding: 130px 0px 100px 0px;
}
.rs-banner.style3.modify2 .banner-content .title {
color: #101010;
}
.rs-banner.style3.modify2 .banner-content .desc {
color: #454545;
margin-bottom: 35px;
}
.rs-banner.style3.modify2 .banner-content .banner-btn {
position: relative;
}
.rs-banner.style3.modify2 .banner-content .banner-btn li {
display: unset;
}
.rs-banner.style3.modify2 .banner-content .banner-btn li .rs-videos .animate-border a {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.rs-banner.style3.modify2 .banner-img img {
max-width: 850px;
}
.rs-banner.style3.modify2 .rs-animation {
position: absolute;
left: 0;
top: 90px;
}
.rs-banner.style4 {
background: url(../../../themes/oxit/assets/css/assets/images/banner/banner-6.html);
background-size: cover;
background-position: top right;
background-repeat: no-repeat;
}
.rs-banner.style4 .banner-content {
padding: 250px 0 250px;
max-width: 572px;
}
.rs-banner.style4 .banner-content .sub-title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #ffffff;
display: block;
margin-bottom: 15px;
}
.rs-banner.style4 .banner-content .title {
font-size: 60px;
line-height: 68px;
font-weight: 700;
color: #ffffff;
margin-bottom: 25px;
}
.rs-banner.style4 .banner-content .desc {
font-size: 20px;
line-height: 34px;
font-weight: 500;
color: #ffffff;
margin-bottom: 55px;
}
.rs-banner.style4 .banner-content .banner-btn {
position: relative;
}
.rs-banner.style4 .banner-content .banner-btn li {
display: unset;
}
.rs-banner.style4 .banner-content .banner-btn li .rs-videos .animate-border a {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.rs-banner.style5 {
background: url(../../../themes/oxit/assets/css/assets/images/banner/style2/banner-9.html);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.rs-banner.style5 .banner-content {
padding: 250px 0 200px;
}
.rs-banner.style5 .banner-content .icon-seller img {
width: 80px;
}
.rs-banner.style5 .banner-content .title {
font-size: 52px;
line-height: 70px;
font-weight: 700;
color: #101010;
}
.rs-banner.style5 .banner-content .title span {
color: #f24c1a;
}
.rs-banner.style5 .banner-content .desc {
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #454545;
margin-bottom: 40px;
padding-right: 188px;
}
.rs-banner.style5 .banner-img .images-part {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 5.6%;
max-width: 40%;
}
.rs-banner.style5 .banner-img .images-part img {
animation: move-y 2s alternate infinite;
}
.rs-banner.style5 .banner-img .layer-img {
position: absolute;
left: 58%;
transform: translateX(-50%);
bottom: 30px;
}
.rs-banner.style6 {
position: relative;
}
.rs-banner.style6 .banner-content {
padding: 170px 0 200px;
}
.rs-banner.style6 .banner-content .sub-text {
font-size: 17px;
line-height: 30px;
font-weight: 600;
color: #f24c1a;
display: block;
text-transform: uppercase;
margin-bottom: 14px;
}
.rs-banner.style6 .banner-content .title {
font-size: 52px;
line-height: 70px;
font-weight: 700;
color: #101010;
}
.rs-banner.style6 .banner-content .title .blue-color {
color: #0073ff;
}
.rs-banner.style6 .banner-content .title .pink-color {
color: #f24c1a;
}
.rs-banner.style6 .banner-content .desc {
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #454545;
margin-bottom: 40px;
padding-right: 68px;
}
.rs-banner.style6 .images-part {
position: absolute;
right: 10%;
top: 50%;
transform: translateY(-50%);
max-width: 670px;
}
.rs-banner.style6 .images-part img {
animation: move-y 2s alternate infinite;
}
.rs-banner.style7 {
background: url(../../../themes/oxit/assets/css/assets/images/banner/style3/home-11.html);
background-color: #03228F;
background-repeat: no-repeat;
background-size: cover;
}
.rs-banner.style7 .banner-content {
padding: 208px 0 200px;
}
.rs-banner.style7 .banner-content .sub-title {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.1px;
color: #FD6509;
display: block;
margin: 0px 0px 15px 0px;
}
.rs-banner.style7 .banner-content .title {
font-size: 45px;
font-weight: 700;
line-height: 1.3em;
color: #fff;
margin: 0px 0px 20px 0px;
}
.rs-banner.style7 .banner-content .desc {
font-size: 20px;
font-weight: 500;
line-height: 34px;
color: #ffffff;
margin: 0px 40px 54px 0px;
}
.rs-banner.style8 {
background: url(../../../themes/oxit/assets/css/assets/images/banner/home-12.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.rs-banner.style8 .banner-content {
padding: 320px 0 360px;
}
.rs-banner.style8 .banner-content .sub-title {
font-size: 18px;
line-height: 32px;
text-transform: uppercase;
font-weight: 500;
color: #f24c1a;
display: block;
margin: 0px 0px 15px 0px;
}
.rs-banner.style8 .banner-content .title {
font-size: 52px;
font-weight: 700;
line-height: 70px;
color: #102b3e;
max-width: 820px;
margin: 0 auto 40px;
}
.rs-banner.style8 .banner-content .title span {
color: #f24c1a;
}
.rs-banner.style8 .banner-content .banner-btn li {
display: inline-block;
margin-right: 25px;
}
.rs-banner.style8 .banner-content .banner-btn li:last-child {
margin-right: 0;
}
.rs-banner.style9 {
background: url(../../../themes/oxit/assets/css/assets/images/banner/style4/banner-bg.html);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
z-index: 1;
}
.rs-banner.style9 .banner-content {
padding: 300px 0 235px;
}
.rs-banner.style9 .banner-content .sub-text {
font-size: 18px;
line-height: 28px;
font-weight: 500;
color: #ffffff;
display: block;
margin-bottom: 10px;
}
.rs-banner.style9 .banner-content .title {
font-size: 58px;
line-height: 73px;
font-weight: 700;
color: #ffffff;
margin-bottom: 25px;
}
.rs-banner.style9 .banner-content .desc {
font-size: 18px;
line-height: 31px;
font-weight: 400;
color: #ffffff;
margin-bottom: 40px;
}
.rs-banner.style9 .images-part img {
position: relative;
right: 3%;
max-width: 650px;
transform: translateY(20%);
}
.rs-banner.style9 .banner-animation .bnr-animate {
position: absolute;
bottom: 0;
z-index: -11;
}
.rs-banner.style9 .banner-animation .bnr-animate.one {
left: 48%;
top: 19%;
}
.rs-banner.style9 .banner-animation .bnr-animate.two {
left: 9%;
top: 17%;
}
.rs-banner.style9 .banner-animation .bnr-animate.three {
left: 31%;
bottom: 28%;
}
.rs-banner.style9 .banner-animation .bnr-animate.four {
right: 14%;
bottom: 28%;
}
.rs-banner.style9 .banner-animation .bnr-animate.five {
left: 36%;
bottom: 9%;
}
.rs-banner.style9 .banner-animation .bnr-animate.six {
left: 45%;
bottom: 4%;
}
.rs-banner.style10 {
background-image: url(../../../themes/oxit/assets/css/assets/images/banner/banner14.html);
background-repeat: no-repeat;
}
.rs-banner.style10 .banner-content {
padding: 305px 0 350px;
}
.rs-banner.style10 .banner-content .sub-text {
font-size: 14px;
line-height: 28px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
display: block;
margin: 0px 0px 15px 0px;
}
.rs-banner.style10 .banner-content .title {
font-size: 56px;
font-weight: 700;
line-height: 1.3;
color: #ffffff;
max-width: 820px;
margin: 0 auto 48px;
}
.rs-banner.style10 .banner-content .title span {
color: #ff7045;
}
.rs-banner.style10 .banner-content .banner-btn li {
display: inline-block;
margin-right: 25px;
}
.rs-banner.style10 .banner-content .banner-btn li:last-child {
margin-right: 0;
} .rs-breadcrumbs {
background-repeat: no-repeat !important;
background-size: cover !important;
}
.rs-breadcrumbs .breadcrumbs-inner {
padding: 40px 0 40px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
font-size: 36px;
font-weight: 600;
line-height: 56px;
margin-bottom: 5px;
color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title.new-title {
margin: 0 auto;
max-width: 850px;
}
.rs-breadcrumbs .breadcrumbs-inner ul {
padding: 0;
}
.rs-breadcrumbs .breadcrumbs-inner ul li {
color: #ffffff;
display: inline-block;
font-size: 14px;
font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a {
position: relative;
padding-right: 22px;
-webkit-transition: 0.3s;
transition: 0.3s;
color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
background-color: #fff;
content: "";
height: 15px;
width: 1px;
position: absolute;
right: 9px;
top: 2px;
transform: rotate(26deg);
}
.rs-breadcrumbs.img1 {
background: url(../../../uploads/2023/09/choose-bg.jpg);
background-position: center;
}
.rs-breadcrumbs.img2 {
background: url(../../../themes/oxit/assets/css/assets/images/breadcrumbs/2.html);
}
.rs-breadcrumbs.img3 {
background: url(../../../themes/oxit/assets/css/assets/images/breadcrumbs/3.html);
}
.rs-breadcrumbs.img4 {
background: url(../../../themes/oxit/assets/css/assets/images/breadcrumbs/4.html);
} .rs-slider.style1 .slider-content {
padding: 260px 0 260px;
}
.rs-slider.style1 .slider-content .sl-sub-title {
font-size: 40px;
line-height: 45px;
font-weight: 600;
color: #ffffff;
margin-bottom: 25px;
}
.rs-slider.style1 .slider-content .sl-title {
font-size: 100px;
line-height: 84px;
font-weight: 700;
color: #ffffff;
margin-bottom: 40px;
}
.rs-slider.style1 .slider-content .sl-desc {
font-size: 20px;
line-height: 28px;
font-weight: 500;
color: #ffffff;
margin-bottom: 40px;
}
.rs-slider.style1 .slider-content .slider-btn li {
display: inline-block;
margin-right: 30px;
}
.rs-slider.style1 .slider-content .slider-btn li:last-child {
margin-right: 0;
}
.rs-slider.style1 .slider-content.slide1 {
background: url(../../../themes/oxit/assets/images/oxit/a2.png);
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
padding: 260px 0 270px;
}
.rs-slider.style1 .slider-content.slide2 {
background: url(../../../themes/oxit/assets/css/assets/images/slider/slider-2.html);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.rs-slider.style1 .owl-nav .owl-next,
.rs-slider.style1 .owl-nav .owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
background: #ffffff;
text-align: center;
color: #101010;
transition: all 0.5s;
transition-delay: 0.70s;
opacity: 0;
visibility: hidden;
}
.rs-slider.style1 .owl-nav .owl-next i:before,
.rs-slider.style1 .owl-nav .owl-prev i:before {
content: "\f112";
font-family: Flaticon;
}
.rs-slider.style1 .owl-nav .owl-next:hover,
.rs-slider.style1 .owl-nav .owl-prev:hover {
background: #106eea;
color: #ffffff;
}
.rs-slider.style1 .owl-nav .owl-next {
right: 30px;
left: unset;
}
.rs-slider.style1 .owl-nav .owl-next i:before {
content: "\f113";
}
.rs-slider.style1:hover .owl-nav .owl-next,
.rs-slider.style1:hover .owl-nav .owl-prev {
left: 50px;
transition-delay: 0s;
visibility: visible;
opacity: 1;
}
.rs-slider.style1:hover .owl-nav .owl-next {
right: 50px;
left: unset;
}
.rs-slider.style2 .slider-content {
padding: 140px 0 200px;
}
.rs-slider.style2 .slider-content .sl-img {
margin-bottom: 20px;
}
.rs-slider.style2 .slider-content .sl-img img {
width: 90px;
height: 90px;
}
.rs-slider.style2 .slider-content .sl-title {
font-size: 78px;
line-height: 80px;
font-weight: 700;
color: #ffffff;
letter-spacing: 4px;
margin-bottom: 20px;
}
.rs-slider.style2 .slider-content .sl-title2 {
font-size: 73px;
line-height: 80px;
font-weight: 900;
color: #ffffff;
margin-bottom: 30px;
}
.rs-slider.style2 .slider-content .sl-desc {
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #ffffff;
max-width: 600px;
margin-bottom: 20px;
}
.rs-slider.style2 .slider-content.slide1 {
background: url(../../../themes/oxit/assets/css/assets/images/slider/style2/2.html);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.rs-slider.style2 .slider-content.slide2 {
background: url(../../../themes/oxit/assets/css/assets/images/slider/style2/1.html);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.rs-slider.style2 .owl-nav .owl-next,
.rs-slider.style2 .owl-nav .owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
background: #ffffff;
text-align: center;
color: #101010;
transition: all 0.5s;
transition-delay: 0.70s;
opacity: 0;
visibility: hidden;
}
.rs-slider.style2 .owl-nav .owl-next i:before,
.rs-slider.style2 .owl-nav .owl-prev i:before {
content: "\f112";
font-family: Flaticon;
}
.rs-slider.style2 .owl-nav .owl-next:hover,
.rs-slider.style2 .owl-nav .owl-prev:hover {
background: #106eea;
color: #ffffff;
}
.rs-slider.style2 .owl-nav .owl-next {
right: 30px;
left: unset;
}
.rs-slider.style2 .owl-nav .owl-next i:before {
content: "\f113";
}
.rs-slider.style2:hover .owl-nav .owl-next,
.rs-slider.style2:hover .owl-nav .owl-prev {
left: 50px;
transition-delay: 0s;
visibility: visible;
opacity: 1;
}
.rs-slider.style2:hover .owl-nav .owl-next {
right: 50px;
left: unset;
}
.rs-slider.style3 .owl-nav .owl-next,
.rs-slider.style3 .owl-nav .owl-prev {
position: absolute;
top: 50%;
left: 30px;
transform: translateY(-50%);
border: 1px solid #eaecf1;
background: rgba(117, 117, 117, 0.1);
width: 50px;
height: 50px;
border-radius: 50%;
color: #787cf2;
transition: all 0.3s ease;
margin: 0 auto;
text-align: center;
overflow: hidden;
}
.rs-slider.style3 .owl-nav .owl-next i,
.rs-slider.style3 .owl-nav .owl-prev i {
margin-top: 15px;
}
.rs-slider.style3 .owl-nav .owl-next i:before,
.rs-slider.style3 .owl-nav .owl-prev i:before {
content: "\f112";
font-family: Flaticon;
font-size: 18px;
line-height: 18px;
font-weight: 400;
}
.rs-slider.style3 .owl-nav .owl-next:hover,
.rs-slider.style3 .owl-nav .owl-prev:hover {
background: #fff;
color: #787cf2;
border: 1px solid #454545;
box-shadow: 0 0 10px #eee;
}
.rs-slider.style3 .owl-nav .owl-next {
right: -75px;
left: unset;
}
.rs-slider.style3 .owl-nav .owl-next i:before {
content: "\f113";
font-size: 18px;
font-weight: 400;
}
.rs-slider.style3 .owl-nav .owl-prev {
right: unset;
left: -105px;
}
.rs-slider.style3 .owl-nav .owl-prev i:before {
content: "\f112";
font-size: 18px;
font-weight: 400;
} .rs-video-wrap {
margin-top: -125px;
z-index: -111;
}
.rs-video-wrap .video-item {
position: relative;
background: url(../../../themes/oxit/assets/css/assets/images/video/video.html);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
padding: 280px 0 395px;
}
.rs-video-wrap .rs-requset {
padding: 90px 60px 90px 60px;
background: #f4f7ff;
}
.rs-video-wrap .rs-requset .from-control {
width: 100%;
max-width: 100%;
opacity: 1;
padding: 10px 18px;
border: 1px solid #F1F5FB;
}
.rs-video-wrap .rs-requset textarea {
height: 120px;
}
.rs-video-wrap .rs-requset ::-webkit-input-placeholder { color: #454545;
opacity: 1;
}
.rs-video-wrap .rs-requset ::-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-video-wrap .rs-requset :-ms-input-placeholder { color: #ffffff;
opacity: 1;
}
.rs-video-wrap .rs-requset :-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-video-wrap.style2 {
margin-top: -380px;
z-index: -111;
}
.rs-video-wrap.style2 .rs-requset {
padding: 160px 60px 160px 60px;
}
.rs-video-wrap.style3 {
margin-top: unset;
z-index: unset;
}
.rs-video-wrap.style3 .grdiant-bg {
background-image: linear-gradient(160deg, #03228f 0%, #4e95ed 100%);
}
.rs-video-wrap.style3 .rs-requset {
padding: 40px 60px;
background: transparent;
}
.rs-video-wrap.style3 .rs-requset .from-control {
padding: 15px 15px 15px 15px;
border-radius: 5px 5px 5px 5px;
color: #666666;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-color: #EFEFEF;
background-color: #FFFFFF;
}
.rs-video-wrap.style3 .rs-requset textarea {
height: 120px;
}
.rs-video-wrap.style3 .rs-requset ::-webkit-input-placeholder { color: #666666;
opacity: 1;
}
.rs-video-wrap.style3 .rs-requset ::-moz-placeholder { color: #666666;
opacity: 1;
}
.rs-video-wrap.style3 .rs-requset :-ms-input-placeholder { color: #666666;
opacity: 1;
}
.rs-video-wrap.style3 .rs-requset :-moz-placeholder { color: #666666;
opacity: 1;
} .rs-faq .faq-content .accordion {
border-width: 12px;
}
.rs-faq .faq-content .accordion .card {
margin-bottom: 15px;
border: none;
background-color: #fff;
border-radius: 30px;
}
.rs-faq .faq-content .accordion .card:last-child {
margin-bottom: 0;
}
.rs-faq .faq-content .accordion .card .card-header {
display: flex;
align-items: center;
padding: 0 !important;
border: none;
background-color: #fff;
box-shadow: unset;
}
.rs-faq .faq-content .accordion .card .card-header .card-link {
position: relative;
display: block;
width: 100%;
padding: 20px 30px 0 30px;
height: 65px;
line-height: 1.3;
font-size: 18px;
font-weight: 600;
background: #f1f1f1;
color: #101010;
border-radius: 30px 30px 0 0;
}
.rs-faq .faq-content .accordion .card .card-header .card-link:after {
position: absolute;
font-family: FontAwesome;
content: "\f068";
right: 20px;
top: 50%;
transform: translateY(-50%);
text-align: center;
font-size: 12px;
color: #ffffff;
background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 100%;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed {
border-radius: 30px 30px 30px 30px;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
color: #ffffff;
content: "\f067";
}
.rs-faq .faq-content .accordion .card .card-body {
color: #101010;
border-radius: 0 0 30px 30px;
padding: 0 30px 30px 30px !important;
width: 100%;
background: #ffffff;
} .rs-counter {
margin-top: -78px;
position: absolute;
min-width: 860px;
right: 100px;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number {
margin-bottom: 7px;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count {
color: #03228F;
font-size: 48px;
font-weight: 900;
position: relative;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
padding-right: 30px !important;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
content: '+';
position: absolute;
right: 0;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
padding-right: 30px !important;
}
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
content: 'k';
position: absolute;
right: 0;
}
.rs-counter .counter-top-area .counter-list .counter-text .title {
font-size: 19px;
line-height: 29px;
color: #333333;
font-weight: 600;
margin: 0;
}
.rs-counter.style2 {
margin-top: unset;
position: unset;
min-width: unset;
right: unset;
}
.rs-counter.style2 .counter-top-area .counter-list {
display: flex;
align-items: center;
}
.rs-counter.style2 .counter-top-area .counter-list .count-icon {
width: 80px;
display: inline-block;
padding-right: 15px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number {
margin-bottom: 7px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count {
color: #FFFFFF;
font-size: 53px;
font-weight: 700;
-webkit-text-fill-color: #042BA1;
-webkit-text-stroke-width: 1px;
position: relative;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
padding-right: 22px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
content: '+';
position: absolute;
right: 0;
top: 25px;
font-size: 35px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
padding-right: 22px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
content: 'k';
position: absolute;
right: 0;
top: 25px;
font-size: 35px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .title {
color: #FFFFFF;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
}
.rs-counter.style3 {
margin-top: unset;
position: unset;
min-width: unset;
right: unset;
}
.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
color: #03228F;
font-size: 45px;
font-weight: 700;
padding: 0px 0px 0px 0px;
}
.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count.orange-color {
color: #DD4C23;
}
.rs-counter.style3 .counter-top-area .counter-list .counter-text .title {
font-size: 18px;
font-weight: 600;
color: #101010;
}
.rs-counter.style3.modify1 {
background-image: linear-gradient(180deg, #03228f 0%, #4e95ed 100%);
}
.rs-counter.style3.modify1 .counter-top-area {
text-align: center;
}
.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .count-number .rs-count {
color: #ffffff;
}
.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .count-number .prefix {
font-size: 16px;
color: #ffffff;
font-weight: 700;
}
.rs-counter.style3.modify1 .counter-top-area .counter-list .counter-text .title {
color: #ffffff;
}
.rs-counter.style3.modify2 .counter-top-area {
text-align: center;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number {
padding: 0px 0px 10px 0px;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.purple-color {
color: #7D88FC;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.blue-color {
color: #0073FF;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.pink-color {
color: #F1491A;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number .rs-count.paste-color {
color: #39EBE6;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .title {
color: #454545;
font-size: 20px;
font-weight: 600;
}
.rs-counter.style3.modify3 {
margin-top: -210px;
}
.rs-counter.style3.modify3 .counter-top-area {
text-align: center;
background: #fff;
box-shadow: 0px 0px 20px 0px #eee;
padding: 70px 20px 90px 20px;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text {
position: relative;
z-index: 1;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text .count-number {
padding: 0px 0px 10px 0px;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
font-size: 40px;
font-weight: 700;
line-height: 48px;
color: #787CF2;
padding: 0px 0px 12px 0px;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text .title {
font-size: 16px;
line-height: 18px;
font-weight: 600;
color: #454545;
margin: 0;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text:before {
content: '';
position: absolute;
right: 76px;
top: -16px;
width: 85px;
height: 137px;
background: #f9f9f9;
z-index: -11;
}
.rs-counter.style4 {
margin-top: -130px;
position: unset;
min-width: unset;
right: unset;
}
.rs-counter.style4 .counter-top-area {
text-align: center;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number {
margin-bottom: 7px;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count {
color: #fff;
font-size: 52px;
font-weight: 700;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
padding-right: 30px !important;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
content: '+';
position: absolute;
right: 0;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.k {
padding-right: 30px !important;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count.k:before {
content: 'k';
position: absolute;
right: 0;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .title {
color: #fff;
font-size: 20px;
font-weight: 400;
}
.rs-counter.style5 {
margin-top: unset;
position: relative;
min-width: unset;
right: unset;
margin: unset;
}
.rs-counter.style5 .counter-top-area {
padding: 15px;
}
.rs-counter.style5 .counter-top-area .images-part img {
border-radius: 10px 10px 10px 10px;
}
.rs-counter.style5 .counter-top-area .counter-list {
margin: -186px -20px 0px 20px;
padding: 215px 30px 25px 20px;
background-color: #663DEC;
border-radius: 10px 10px 10px 10px;
}
.rs-counter.style5 .counter-top-area .counter-list .counter-text .count-number {
margin-bottom: 7px;
}
.rs-counter.style5 .counter-top-area .counter-list .counter-text .count-number .rs-count {
color: #FF7045;
font-weight: 700;
}
.rs-counter.style5 .counter-top-area .counter-list .counter-text .title {
font-size: 20px;
line-height: 20px;
color: #ffffff;
}
.rs-counter.style5 .counter-top-area .counter-list:hover {
background-image: linear-gradient(180deg, #343dfb 0%, #932ff5 100%);
} .rs-contact .contact-wrap {
background: #ffffff;
padding: 25px 40px 50px;
border-radius: 10px 10px 10px 10px;
}
.rs-contact .contact-wrap .content-part {
text-align: center;
}
.rs-contact .contact-wrap .content-part .title {
font-size: 24px;
line-height: 40px;
font-weight: 700;
color: #0a0a0a;
margin: 0;
}
.rs-contact .contact-wrap .content-part .desc {
margin: 0;
}
.rs-contact .contact-wrap .from-control {
padding: 12px 16px 12px 16px;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-color: #02010100;
background-color: #F6F7F9;
color: #454545;
width: 100%;
opacity: 4;
}
.rs-contact .contact-wrap ::-webkit-input-placeholder { color: #454545;
opacity: 1;
}
.rs-contact .contact-wrap ::-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-contact .contact-wrap :-ms-input-placeholder { color: #454545;
opacity: 1;
}
.rs-contact .contact-wrap :-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-contact .contact-box {
background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
padding: 80px 30px 80px 30px;
border-radius: 5px 5px 5px 5px;
}
.rs-contact .contact-box .address-box {
display: flex;
}
.rs-contact .contact-box .address-box .address-icon {
background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
min-width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
width: 40px;
border-radius: 50%;
margin-right: 23px;
}
.rs-contact .contact-box .address-box .address-icon i {
font-size: 20px;
line-height: 20px;
color: #03228F;
}
.rs-contact .contact-box .address-box .address-text .label {
font-size: 16px;
font-weight: 600;
color: #ffffff;
display: block;
margin-bottom: 5px;
}
.rs-contact .contact-box .address-box .address-text a {
color: #ffffff;
}
.rs-contact .contact-box .address-box .address-text a:hover {
color: #ccc;
}
.rs-contact .contact-box .address-box .address-text .desc {
color: #ffffff;
}
.rs-contact .contact-box.onepage-box {
background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
}
.rs-contact .contact-box.onepage-box .address-box .address-icon {
background: white-color;
}
.rs-contact .contact-box.onepage-box .address-box .address-icon i {
color: #f2541b;
}
.rs-contact .contact-box.onepage-box.modify1 {
background-image: linear-gradient(250deg, #9c9ff9 0%, #6e71db 100%);
}
.rs-contact .contact-box.onepage-box.modify1 .address-box .address-icon {
background: white-color;
}
.rs-contact .contact-box.onepage-box.modify1 .address-box .address-icon i {
color: #787cf2;
}
.rs-contact .contact-box.onepage-box.home14-onepage-style {
background-image: linear-gradient(250deg, #932ff5 0%, #343dfb 100%);
}
.rs-contact .contact-widget .from-control {
padding: 20px 20px 20px 20px;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-width: 0px 0px 0px 0px;
background-color: #F6F7F9;
width: 100%;
max-width: 100%;
}
.rs-contact .contact-widget textarea {
height: 120px;
}
.rs-contact .contact-widget ::-webkit-input-placeholder { color: #454545;
opacity: 1;
}
.rs-contact .contact-widget ::-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-contact .contact-widget :-ms-input-placeholder { color: #454545;
opacity: 1;
}
.rs-contact .contact-widget :-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-contact .contact-widget.onepage-style .from-control {
background: #fff;
}
.rs-contact .map-canvas {
overflow: hidden;
}
.rs-contact .map-canvas iframe {
float: left;
width: 100%;
height: 620px;
border: unset;
}
.rs-contact.style2 .contact-box-wrap {
background-image: linear-gradient(270deg, #4e95ed 0%, #03228f 100%);
border-radius: 5px 5px 5px 5px;
padding: 90px 60px 60px 60px;
}
.rs-contact.style2 .contact-box-wrap .from-control {
padding: 16px 16px 16px 16px;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #F1F5FB;
width: 100%;
max-width: 100%;
}
.rs-contact.style2 .contact-box-wrap textarea {
height: 120px;
}
.rs-contact.style2 .contact-box-wrap ::-webkit-input-placeholder { color: #454545;
opacity: 1;
}
.rs-contact.style2 .contact-box-wrap ::-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-contact.style2 .contact-box-wrap :-ms-input-placeholder { color: #454545;
opacity: 1;
}
.rs-contact.style2 .contact-box-wrap :-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-contact.negative-margin {
margin-top: -315px;
} .rs-cta.style1 .title-wrap .epx-title {
font-size: 36px;
font-weight: 700;
line-height: 46px;
color: #fff;
margin: 0px;
}
.rs-cta.style1 span {
font-weight: 500;
margin: 0 0 10px;
display: block;
line-height: 28px;
font-family: 'Livvic', sans-serif;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #FFFFFF;
}
.rs-cta.style1.bg-widget {
background-image: linear-gradient(150deg, #03228f 46%, #0e73e4 100%);
} .rs-skillbar.style1 .cl-skill-bar .skillbar-title {
font-weight: 500;
font-size: 14px;
color: #212121;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar {
background: #eeeeee;
height: 7px;
margin: 10px 0 24px;
position: relative;
width: 100%;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
background: #106eea;
width: 0;
margin-bottom: 0;
height: 7px;
line-height: 7px;
background-color: transparent;
background-image: linear-gradient(190deg, #105aad 0%, #4e95ed 100%);
background-size: 1rem 1rem;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
height: 30px;
line-height: 30px;
position: absolute;
right: 0;
top: -38px;
font-size: 16px;
font-weight: 700;
color: #0a0a0a;
}
.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar-title {
text-transform: uppercase;
}
.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar {
background-color: #DFEDFE;
}
.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar .skillbar-bar {
background: #03228f;
}
.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar .skill-bar-percent {
height: 30px;
line-height: 30px;
position: absolute;
right: 0;
top: -38px;
font-size: 16px;
font-weight: 700;
color: #0a0a0a;
}
.rs-skillbar.style1.modify1 .cl-skill-bar .skillbar .skill-bar-percent.white-color {
color: #fff;
}
.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar-title {
text-transform: uppercase;
}
.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar {
background: #fff;
border: 1px solid #0B70E1;
height: 9px;
border-radius: 0;
overflow: visible;
padding: 1px;
}
.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar .skillbar-bar {
background: #007bff;
background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
height: 5px;
}
.rs-skillbar.style1.modify2 .cl-skill-bar .skillbar .skill-bar-percent {
right: 70px;
color: #454545;
font-weight: 400;
}
.rs-skillbar.style1.modify3 {
padding: 0 120px 0 0;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar {
height: 8px;
line-height: 8px;
padding: 1px 1px 1px 1px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #FF571C;
background-color: #BF1F1F00;
border-radius: 3px 3px 3px 3px;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar .skillbar-bar {
height: 100%;
background: #FF571C;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar .skill-bar-percent {
right: 70px;
color: #454545;
font-weight: 400;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.purple-style {
border-color: #7E06E4;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.purple-style .skillbar-bar {
background: #7E06E4;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.blue-style {
border-color: #0073FF;
}
.rs-skillbar.style1.modify3 .cl-skill-bar .skillbar.blue-style .skillbar-bar {
background: #0073FF;
}
.rs-skillbar.style1.modify3.skillbar-home14 {
padding: 0 0px 0 0;
}
.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar-title {
font-weight: 400;
font-size: 16px;
}
.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar {
border-color: #FF571C;
}
.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar .skillbar-bar {
background: #FF7045;
}
.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar .skill-bar-percent {
right: 70px;
color: #454545;
font-weight: 400;
}
.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar.purple-style {
border-color: #0073FF;
}
.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar.purple-style .skillbar-bar {
background: #0073FF;
}
.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar.blue-style {
border-color: #39ECE6;
}
.rs-skillbar.style1.modify3.skillbar-home14 .cl-skill-bar .skillbar.blue-style .skillbar-bar {
background: #39ECE6;
}
.rs-skillbar.style1.home4 .skillbar .skillbar-bar {
background-color: #FD6509;
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.rs-skillbar.style1.home4 .skillbar .skillbar-bar.paste-bg {
background-color: #03DEA8;
}
.rs-skillbar.style1.home4 .skillbar .skillbar-bar.blue-bg {
background-color: #0A99FD;
}
.rs-skillbar.style1.home4 .skillbar .skillbar-bar.pink-bg {
background-color: #F00674;
} .rs-why-choose .services-wrap {
display: flex;
align-items: center;
}
.rs-why-choose .services-wrap .services-icon {
padding: 5px 5px 0 0;
}
.rs-why-choose .services-wrap .services-icon img {
height: 55px;
}
.rs-why-choose .services-wrap .services-text {
padding: 0px 0px 0px 15px;
}
.rs-why-choose .services-wrap .services-text .title {
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-bottom: 10px;
}
.rs-why-choose .services-wrap .services-text .title a {
color: #0a0a0a;
}
.rs-why-choose .services-wrap .services-text .title a:hover {
color: #106eea;
}
.rs-why-choose .services-wrap .services-text .services-txt {
margin: 0;
}
.rs-why-choose.style1 .services-wrap .services-text .title a {
color: #ffffff;
}
.rs-why-choose.style1 .services-wrap .services-text .title a:hover {
color: #ec6f22;
}
.rs-why-choose.style1 .services-wrap .services-text .services-txt {
color: #ffffff;
}
.rs-why-choose .animation .top-shape {
position: absolute;
top: 0;
z-index: -111;
}
.rs-why-choose .animation .bottom-shape {
position: absolute;
bottom: -70px;
right: 0;
z-index: -111;
}
.rs-why-choose .animation.style2 .top-shape {
top: -30px;
z-index: -111;
}
.rs-why-choose .animation.style2 .bottom-shape {
bottom: 0px;
right: 30px;
z-index: -111;
}
.rs-why-choose .image-part {
position: relative;
z-index: 1;
}
.rs-why-choose .shape-animate .top-shape {
position: absolute;
top: -30px;
}
.rs-why-choose .shape-animate .bottom-shape {
position: absolute;
bottom: 0px;
right: 30px;
}
.rs-why-choose.style2 .services-wrap {
display: flex;
align-items: center;
}
.rs-why-choose.style2 .services-wrap .services-icon {
padding: 5px 5px 0 0;
}
.rs-why-choose.style2 .services-wrap .services-icon img {
height: 55px;
}
.rs-why-choose.style2 .services-wrap .services-text {
padding: 0px 0px 0px 15px;
}
.rs-why-choose.style2 .services-wrap .services-text .title {
font-size: 22px;
line-height: 32px;
font-weight: 600;
margin-bottom: 10px;
}
.rs-why-choose.style2 .services-wrap .services-text .title a {
color: #0a0a0a;
}
.rs-why-choose.style2 .services-wrap .services-text .title a:hover {
color: #106eea;
}
.rs-why-choose.style2 .services-wrap .services-text .services-txt {
margin: 0;
}
.rs-why-choose.style2.modify1 .services-wrap .services-text .title a {
color: #ffffff;
}
.rs-why-choose.style2.modify1 .services-wrap .services-text .services-txt {
color: #ffffff;
}
.rs-why-choose.style2.modify1 .services-wrap .services-text .services-txt:hover {
color: #ec6f22;
}
.rs-why-choose.style3 .features-content .features-list li {
margin: 0px 0px 17px 0px;
display: flex;
align-items: center;
}
.rs-why-choose.style3 .features-content .features-list li i {
font-size: 30px;
width: 40px;
margin-right: 10px;
color: #0b70e1;
}
.rs-why-choose.style3 .features-content .features-list li span {
color: #fff;
font-size: 22px;
font-weight: 500;
display: block;
}
.rs-why-choose.style3 .features-wrap .sub-title {
font-size: 25px;
line-height: 40px;
font-weight: 700;
color: #fff;
margin-bottom: 25px;
}
.rs-why-choose.style3 .features-wrap .title {
font-size: 44px;
line-height: 40px;
font-weight: 700;
color: #fff;
margin-bottom: 35px;
}
.rs-why-choose.style3 .features-wrap .desc {
font-size: 19px;
line-height: 27px;
font-weight: 400;
color: #ffffff;
margin-bottom: 45px;
} .rs-team {
background: url(../../../themes/oxit/assets/css/assets/images/bg/team-bg.html);
background-position: center center;
background-size: cover;
background-color: #000060;
}
.rs-team .team-item-wrap .team-wrap {
padding: 9px 35px 25px 20px;
background: url(../../../themes/oxit/assets/css/assets/images/team/ngbng.html);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.rs-team .team-item-wrap .team-wrap .image-inner {
overflow: hidden;
border-radius: 50%;
}
.rs-team .team-item-wrap .team-wrap .image-inner a img {
transform: scale(1);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.rs-team .team-item-wrap .team-content {
padding: 20px 20px 20px;
}
.rs-team .team-item-wrap .team-content .person-name {
font-size: 22px;
font-weight: 600;
line-height: 44px;
margin-bottom: 5px;
}
.rs-team .team-item-wrap .team-content .person-name a {
color: #ffffff;
}
.rs-team .team-item-wrap .team-content .designation {
display: block;
font-size: 15px;
font-weight: 400;
line-height: 26px;
color: #ffffff;
margin-bottom: 15px;
}
.rs-team .team-item-wrap .team-content .team-social li {
display: inline-block;
margin-right: 10px;
}
.rs-team .team-item-wrap .team-content .team-social li a i {
font-size: 15px;
line-height: 14px;
font-weight: 400;
color: #ffffff;
}
.rs-team .team-item-wrap .team-content .team-social li:last-child {
margin-right: 0;
}
.rs-team .team-item-wrap:hover .team-wrap .image-inner a img {
transform: scale(1.3);
}
.rs-team .owl-dots {
text-align: center;
}
.rs-team .owl-dots .owl-dot {
width: 25px;
height: 8px;
display: inline-block;
margin: 0 6px;
padding: 3px 0;
border-radius: 30px;
border: none;
transition: all 0.3s ease;
background: #0B70E1;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-team .owl-dots .owl-dot:hover,
.rs-team .owl-dots .owl-dot.active {
width: 40px;
background: #0B70E1;
opacity: 1;
}
.rs-team .owl-stage-outer {
padding: 10px;
margin: -10px;
}
.rs-team.onepage-team {
background: url(../../../themes/oxit/assets/css/assets/images/bg/team-bg.html);
background-color: #F6F7F9;
}
.rs-team.onepage-team .team-item-wrap .team-content {
padding: 20px 20px 20px;
}
.rs-team.onepage-team .team-item-wrap .team-content .person-name a {
color: #101010;
}
.rs-team.onepage-team .team-item-wrap .team-content .designation {
color: #101010;
}
.rs-team.onepage-team .team-item-wrap .team-content .team-social li a i {
color: #454545;
}
.rs-team.onepage-team.change-bg {
background-color: #F5F5F5;
}
.rs-team.onepage-team.modify1 {
background-color: #000000;
}
.rs-team.onepage-team.modify1 .team-item-wrap .team-content {
padding: 20px 20px 20px;
}
.rs-team.onepage-team.modify1 .team-item-wrap .team-content .person-name a {
color: #ffffff;
}
.rs-team.onepage-team.modify1 .team-item-wrap .team-content .designation {
color: #ffffff;
}
.rs-team.onepage-team.modify1 .team-item-wrap .team-content .team-social li a i {
color: #ffffff;
}
.rs-team.onepage-team.modify1 .owl-dots {
text-align: center;
}
.rs-team.onepage-team.modify1 .owl-dots .owl-dot {
width: 25px;
height: 8px;
display: inline-block;
margin: 0 6px;
padding: 3px 0;
border-radius: 30px;
border: none;
transition: all 0.3s ease;
background: #0B70E1;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-team.onepage-team.modify1 .owl-dots .owl-dot:hover,
.rs-team.onepage-team.modify1 .owl-dots .owl-dot.active {
width: 40px;
background: #FD6509;
opacity: 1;
}
.rs-team.onepage-style2 {
border-radius: 270px 0px 0px 0px;
}
.rs-team.modify1 {
background: unset;
}
.rs-team.modify1 .team-item-wrap .team-content .person-name a {
color: #101010;
}
.rs-team.modify1 .team-item-wrap .team-content .designation {
color: #101010;
}
.rs-team.modify1 .team-item-wrap .team-content .team-social li a i {
color: #454545;
}
.rs-team.style2 {
background: unset;
}
.rs-team.style2 .team-item .images-part {
position: relative;
overflow: hidden;
}
.rs-team.style2 .team-item .images-part .social-icon {
position: absolute;
bottom: 0;
right: -50px;
width: 50px;
background: #03228f;
padding: 12px 6px 12px;
transition: all 0.3s ease 0s;
visibility: hidden;
opacity: 0;
}
.rs-team.style2 .team-item .images-part .social-icon a i {
font-size: 15px;
line-height: 35px;
width: 35px;
height: 35px;
color: #ffffff;
background: #03228f;
text-align: center;
border-radius: 50%;
transition: all 0.3s ease 0s;
margin: 0;
}
.rs-team.style2 .team-item .team-content {
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
background-color: #FFFFFF;
text-align: center;
margin: 0;
padding: 20px;
}
.rs-team.style2 .team-item .team-content .person-name {
font-weight: 600;
font-size: 20px;
margin-bottom: 2px;
text-transform: capitalize;
line-height: 1.3;
}
.rs-team.style2 .team-item .team-content .person-name a {
color: #0A0A0A;
}
.rs-team.style2 .team-item .team-content .person-name a:hover {
color: #106eea;
}
.rs-team.style2 .team-item .team-content .designation {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #555555;
display: block;
}
.rs-team.style2 .team-item:hover .images-part .social-icon {
right: 0;
width: 50px;
opacity: 1;
visibility: visible;
}
.rs-team.style2.onepage-style3 .team-item .images-part .social-icon {
background: #F9780F;
}
.rs-team.style2.onepage-style3 .team-item .images-part .social-icon a i {
background: #F9780F;
}
.rs-team.style2.onepage-style3 .team-item .team-content .person-name a:hover {
color: #F9780F;
}
.rs-team.style2.onepage-style4 {
background: #f5f6fe;
}
.rs-team.style2.onepage-style4 .owl-stage-outer {
padding: unset;
margin: unset;
}
.rs-team.style2.onepage-style4 .team-item .images-part img {
border-radius: 5px 5px 0 0;
}
.rs-team.style2.onepage-style4 .team-item .team-content .person-name {
font-size: 20px;
font-weight: 700;
margin-bottom: 8px;
}
.rs-team.style2.onepage-style4 .team-item .team-content .person-name a:hover {
color: #787cf2;
}
.rs-team.style2.onepage-style4 .team-item .team-content .designation {
font-size: 15px;
text-transform: capitalize;
}
.rs-team.style2.onepage-style4 .owl-dots {
text-align: center;
}
.rs-team.style2.onepage-style4 .owl-dots .owl-dot {
width: 25px;
height: 8px;
display: inline-block;
margin: 0 6px;
padding: 3px 0;
border-radius: 30px;
border: none;
transition: all 0.3s ease;
background: #787cf2;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-team.style2.onepage-style4 .owl-dots .owl-dot:hover,
.rs-team.style2.onepage-style4 .owl-dots .owl-dot.active {
width: 40px;
background: #787cf2;
opacity: 1;
}
.rs-team.home14-team-style {
background: unset;
}
.rs-team.home14-team-style .team-top-section {
padding: 0% 0% 0% 20.5%;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap {
padding: 0 35px 0 15px;
min-height: 500px;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .images-wrap img {
border-radius: 10px;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content {
background-image: linear-gradient(110deg, #483afa 0%, #982ef5 100%);
text-align: center;
color: #fff;
margin: -310px -20px 0px 20px;
padding: 332px 35px 0 35px;
border-radius: 10px;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .title-name {
font-size: 22px;
line-height: 32px;
font-weight: 700;
margin-bottom: 0;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .title-name a {
color: #ffffff;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .title-name a:hover {
color: #ff7045;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .team-title {
color: #ffffff;
display: block;
font-weight: 500;
margin: 0;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social {
margin-top: 20px;
transform: scaleY(0);
transition: .5s;
height: 0;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social li {
display: inline;
margin-right: 8px;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social li a {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 5px;
color: #ffffff;
background: #7e52f8;
text-align: center;
font-size: 15px;
transition: all .8s ease;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social li a:hover {
background: #ff7045;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap .team-content .footer-social li:last-child {
margin-right: 0;
}
.rs-team.home14-team-style .team-top-section .team-item-wrap.slick-current:not(:hover) .team-content .footer-social,
.rs-team.home14-team-style .team-top-section .team-item-wrap:hover .team-content .footer-social {
transform: scaleY(1);
height: 68px;
}
.rs-team.home14-team-style .team-top-section .slick-arrow {
position: absolute;
font-size: 0;
background-image: linear-gradient(90deg, #483afa 0%, #982ef5 100%);
border: none;
color: #ffffff;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
z-index: 1;
top: -23%;
}
.rs-team.home14-team-style .team-top-section .slick-arrow:before {
content: "\f115";
font-family: Flaticon;
font-size: 18px;
font-weight: 400;
}
.rs-team.home14-team-style .team-top-section .slick-arrow.slick-prev {
right: 27%;
}
.rs-team.home14-team-style .team-top-section .slick-arrow.slick-next {
right: 22.5%;
}
.rs-team.home14-team-style .team-top-section .slick-arrow.slick-next:before {
content: "\f114";
}
.rs-team-Single .btm-info-team {
position: relative;
box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
background: #fff;
margin-bottom: 70px;
padding: 40px;
}
.rs-team-Single .btm-info-team .images-part {
padding: 0 30px 0 0;
}
.rs-team-Single .btm-info-team .images-part img {
border-radius: 50%;
}
.rs-team-Single .btm-info-team .con-info {
position: relative;
}
.rs-team-Single .btm-info-team .con-info .designation-info {
font-size: 16px;
line-height: 27px;
font-weight: 400;
color: #0B70E1;
display: block;
text-transform: uppercase;
}
.rs-team-Single .btm-info-team .con-info .title {
font-size: 36px;
line-height: 46px;
font-weight: 700;
color: #101010;
margin-bottom: 10px;
}
.rs-team-Single .btm-info-team .con-info .short-desc {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #454545;
margin-bottom: 25px;
padding-right: 50px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
margin: 5px 0 10px;
padding: 0;
display: block;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
color: #0b70e1;
margin-right: 18px;
position: relative;
top: 2px;
font-weight: 500;
display: inline-block;
text-align: center;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
color: #106eea;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
margin-top: 15px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
display: inline-block;
margin-right: 18px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li:last-child {
margin-right: 0;
}
.rs-team-Single .btm-info-team .con-info:before {
content: "\f10b";
font-size: 250px;
position: absolute;
right: 130px;
color: #0a0a0a;
font-family: "Flaticon";
height: 100%;
top: 250px;
opacity: 0.02;
} .rs-services.main-home .services-item {
margin: 0px 0px 0px 0px;
padding: 60px 25px 50px 35px;
background-color: #FFFFFF;
border-radius: 10px 10px 10px 10px;
}
.rs-services.main-home .services-item .services-icon {
margin-bottom: 30px;
}
.rs-services.main-home .services-item .services-icon .image-part img {
width: 80px;
height: 80px;
}
.rs-services.main-home .services-item .services-content .services-text .services-title {
font-size: 22px;
font-weight: 600;
line-height: 30px;
margin-bottom: 10px;
}
.rs-services.main-home .services-item .services-content .services-text .services-title a {
color: #101010;
}
.rs-services.main-home .services-item .services-content .services-text .services-title a:hover {
color: #106eea;
}
.rs-services.main-home .services-item .services-content .services-desc p {
color: #444;
margin: 0;
}
.rs-services.main-home.style1 {
position: relative;
z-index: 111;
margin-top: -200px;
}
.rs-services.main-home.style1 .services-item {
text-align: center;
background-color: #FFFFFF;
border-radius: 10px 10px 10px 10px;
box-shadow: 0px 0px 48px 0px rgba(162, 162, 162, 0.5);
margin: 0px -10px 0px 0px;
padding: 40px 8px;
}
.rs-services.main-home.style1 .services-item .services-icon {
margin-bottom: 15px;
}
.rs-services.main-home.style1 .services-item .services-icon .image-part img {
width: 80px;
height: 80px;
}
.rs-services.main-home.style1 .services-item .services-content .services-text .services-title {
margin-bottom: 5px;
}
.rs-services.main-home.style2 .services-item {
padding: 65px 35px 35px 35px;
margin: 0px -10px 0px 0px;
text-align: center;
border-radius: unset;
}
.rs-services.main-home.style2 .services-item .services-icon {
border-radius: 100%;
width: 100px;
height: 100px;
line-height: 100px;
margin: 0 auto 42px;
position: relative;
background-color: #FFFFFF;
box-shadow: 0 28px 28px 0 rgba(108, 88, 250, 0.2);
z-index: 1;
}
.rs-services.main-home.style2 .services-item .services-icon:before {
position: absolute;
content: '';
right: -1px;
bottom: -2px;
width: 112px;
height: 112px;
border-radius: 100%;
border: 1px solid;
transition: all 0.3s ease 0s;
z-index: 0;
border-color: #1443C61C;
}
.rs-services.main-home.style2 .services-item .shape-part {
position: absolute;
top: 30px;
right: 76px;
opacity: 0;
visibility: hidden;
}
.rs-services.main-home.style2 .services-item .services-content .services-text .services-title a:hover {
color: #061340;
}
.rs-services.main-home.style2 .services-item.active {
box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
background: #ffffff;
}
.rs-services.main-home.style2 .services-item:hover {
box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
background: #ffffff;
}
.rs-services.main-home.style2 .services-item:hover .services-icon {
position: relative;
}
.rs-services.main-home.style2 .services-item:hover .services-icon:before {
display: none;
}
.rs-services.main-home.style2 .services-item:hover .shape-part {
opacity: 1;
visibility: visible;
}
.rs-services.main-home.style3 .services-item {
padding: 50px 50px 50px 50px;
background-color: #F3F7FF;
border-radius: 10px 10px 10px 10px;
box-shadow: unset;
margin: 0px -10px 0px 0px;
}
.rs-services.main-home.style3 .services-item .services-content {
padding: unset;
position: unset;
}
.rs-services.main-home.style3 .services-item:hover {
background-color: #FFFFFF;
}
.rs-services.main-home.style3 .services-item:hover .services-content {
padding: unset;
position: unset;
}
.rs-services.main-home.style3 .services-item:hover .services-content .services-desc p {
color: #454545;
}
.rs-services .bg-section {
background: #ffffff;
}
.rs-services .bg-section .shape-part .left-side {
position: absolute;
bottom: 0px;
}
.rs-services .bg-section .shape-part .right-side {
position: absolute;
bottom: 0px;
right: 0;
}
.rs-services.style2 .flip-box-inner {
position: relative;
z-index: 1;
margin: 0;
padding: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
perspective: 1000px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
background-color: #FFFFFF;
text-align: center;
padding: 50px 40px 50px 40px;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-radius: 10px 10px 10px 10px;
box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
margin-bottom: 15px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
width: 60px;
height: 60px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
font-size: 20px;
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
color: #101010;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
color: #106eea;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
color: #444;
margin: 0;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front {
transform: rotateX(180deg);
position: absolute;
z-index: -1;
padding: 30px;
border-radius: 5px;
background-color: #562dd4;
top: 0;
right: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
height: 300px;
background-color: transparent;
background-position: center;
background-clip: padding-box;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-bottom: 15px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
color: #ffffff;
}
.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front {
transform: rotateX(0);
z-index: 1;
background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%);
}
.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
color: #ffffff;
}
.rs-services.style2 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
color: #ffffff;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
height: 350px;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
margin-bottom: 15px;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
width: 60px;
height: 60px;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
font-size: 20px;
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
color: #101010;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
color: #106eea;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
color: #444;
margin: 0;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.purple-bg {
background: url(../../../themes/oxit/assets/css/assets/images/services/main-home/icons/bg-box.html);
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.gold-bg {
background: url(../../../themes/oxit/assets/css/assets/images/services/main-home/icons/bg-box-2.html);
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
background: url(../../../themes/oxit/assets/css/assets/images/services/main-home/icons/bg-box-3.html);
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.purple-bg,
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.gold-bg,
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part.blue-bg {
background-size: cover;
background-position: center center;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front {
transform: rotateX(180deg);
position: absolute;
z-index: -1;
padding: 30px;
border-radius: 5px;
background-color: #562dd4;
top: 0;
right: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
height: 350px;
background-color: transparent;
background-position: center;
background-clip: padding-box;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
color: #ffffff;
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-bottom: 15px;
}
.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front {
transform: rotateX(0);
z-index: 1;
background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%);
}
.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front.purple-bg {
background: #7218f9;
}
.rs-services.style2.modify1 .flip-box-inner:hover .flip-box-wrap .back-front.gold-bg {
background: #fc821b;
}
.rs-services.style3 .services-item {
padding: 50px 28px 50px 28px;
background-color: #FFFFFF;
border-radius: 10px 10px 10px 10px;
box-shadow: 0px 0px 50px 11px rgba(95, 138, 236, 0.05);
position: relative;
text-align: left;
}
.rs-services.style3 .services-item .services-icon {
position: relative;
transition: all .3s ease;
}
.rs-services.style3 .services-item .services-icon .image-part .main-img {
height: 70px;
width: 70px;
}
.rs-services.style3 .services-item .services-icon .image-part .hover-img {
height: 70px;
width: 70px;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
transform: scale(0);
transition: all .3s ease;
}
.rs-services.style3 .services-item .services-content {
padding: 33px 0px 0px 0;
position: relative;
}
.rs-services.style3 .services-item .services-content .services-text .title {
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin-bottom: 13px;
}
.rs-services.style3 .services-item .services-content .services-text .title a {
color: #1c1b1b;
}
.rs-services.style3 .services-item .services-content .services-desc p {
margin: 0;
}
.rs-services.style3 .services-item .services-content .serial-number {
position: absolute;
right: 15px;
top: -113px;
font-size: 70px;
font-weight: 600;
line-height: 119px;
color: #02010108;
margin-bottom: 10px;
}
.rs-services.style3 .services-item:hover {
background-color: #FD660A;
}
.rs-services.style3 .services-item:hover.pink-bg {
background: #F30876;
}
.rs-services.style3 .services-item:hover.aqua-bg {
background: #05DBEE;
}
.rs-services.style3 .services-item:hover.paste-bg {
background: #13E1AF;
}
.rs-services.style3 .services-item:hover.purple-bg {
background: #780FDA;
}
.rs-services.style3 .services-item:hover.green-bg {
background: #0A99FD;
}
.rs-services.style3 .services-item:hover.blue-bg {
background: #2c44e4;
}
.rs-services.style3 .services-item:hover.gold-bg {
background: #f5be18;
}
.rs-services.style3 .services-item:hover.cyan-bg {
background: #14d2f5;
}
.rs-services.style3 .services-item:hover.orange-bg {
background: #FD660A;
}
.rs-services.style3 .services-item:hover.light-purple-bg {
background-image: linear-gradient(90deg, #6e71db 41%, #9c9ff9 100%);
}
.rs-services.style3 .services-item:hover .services-icon {
position: relative;
transition: all .3s ease;
}
.rs-services.style3 .services-item:hover .services-icon .image-part .main-img {
transform: scale(0);
}
.rs-services.style3 .services-item:hover .services-icon .image-part .hover-img {
visibility: visible;
opacity: 1;
transform: scale(1);
}
.rs-services.style3 .services-item:hover .services-content {
padding: 33px 0px 0px 0;
position: relative;
}
.rs-services.style3 .services-item:hover .services-content .services-text .title a {
color: #ffffff;
}
.rs-services.style3 .services-item:hover .services-content .services-desc p {
color: #ffffff;
}
.rs-services.style3 .services-item:hover .services-content .serial-number {
color: #FFFFFF26;
}
.rs-services.style3 .services-item.services-item {
padding: 15px 15px 15px 15px;
}
.rs-services.style3.modify1 .services-item {
text-align: center;
}
.rs-services.style3.modify1 .services-item .services-icon .image-part .hover-img {
left: 50%;
transform: scale(0) translateX(-50%);
}
.rs-services.style3.modify1 .services-item:hover.pink-light-bg {
background: #f072d6;
}
.rs-services.style3.modify1 .services-item:hover.blue2-bg {
background: #4790f2;
}
.rs-services.style3.modify1 .services-item:hover.paste2-bg {
background: #67c565;
}
.rs-services.style3.modify1 .services-item:hover.purple2-bg {
background: #626ff3;
}
.rs-services.style3.modify1 .services-item:hover.cyan2-bg {
background: #4ccbe6;
}
.rs-services.style3.modify1 .services-item:hover.pink2-bg {
background: #e65599;
}
.rs-services.style3.modify1 .services-item:hover .services-icon .image-part .main-img {
transform: scale(0);
}
.rs-services.style3.modify1 .services-item:hover .services-icon .image-part .hover-img {
visibility: visible;
opacity: 1;
transform: scale(1) translateX(-50%);
}
.rs-services.style3.modify1 .services-item:hover .services-content {
padding: 33px 0px 0px 15px;
position: relative;
}
.rs-services.style3.modify1 .services-item:hover .services-content .services-button a {
color: #ffffff;
}
.rs-services.style3.modify1 .services-item:hover .services-content .services-button a:after {
color: #ffffff;
}
.rs-services.style3.modify1 .services-item.services-item {
padding: 50px 25px 50px 25px;
}
.rs-services.style3.modify2 .services-item {
display: flex;
margin: 0px -13px 0px 0px;
padding: 35px 25px 35px!important;
background-color: #fff;
box-shadow: 0 0 30px #eee;
border-radius: 3px 3px 3px 3px;
}
.rs-services.style3.modify2 .services-item .services-icon .image-part .main-img {
max-width: unset;
}
.rs-services.style3.modify2 .services-item .services-content {
padding: 0px 0px 0px 20px;
}
.rs-services.style3.modify2 .services-item:hover {
background-color: #FD660A;
}
.rs-services.style3.modify2 .services-item:hover.pink-bg {
background: #F30876;
}
.rs-services.style3.modify2 .services-item:hover.aqua-bg {
background: #05DBEE;
}
.rs-services.style3.modify2 .services-item:hover.paste-bg {
background: #13E1AF;
}
.rs-services.style3.modify2 .services-item:hover.purple-bg {
background: #780FDA;
}
.rs-services.style3.modify2 .services-item:hover.green-bg {
background: #0A99FD;
}
.rs-services.style3.modify2 .services-item:hover.blue-bg {
background: #2c44e4;
}
.rs-services.style3.modify2 .services-item:hover.gold-bg {
background: #f5be18;
}
.rs-services.style3.modify2 .services-item:hover.cyan-bg {
background: #14d2f5;
}
.rs-services.style3.modify2 .services-item:hover .services-content {
padding: 0px 0px 0px 20px;
}
.rs-services.style3.modify3 .services-item {
background-color: #011a4d;
box-shadow: unset;
}
.rs-services.style3.modify3 .services-item .services-content .services-text .title a {
color: #ffffff;
}
.rs-services.style3.modify3 .services-item .services-content .services-desc p {
color: #ffffff;
}
.rs-services.style3.modify3 .services-item .services-content .serial-number {
color: #FFFFFF08;
}
.rs-services.style4 .services-item {
text-align: center;
padding: 50px 40px 50px 40px;
}
.rs-services.style4 .services-item .services-icon {
margin-bottom: 20px;
}
.rs-services.style4 .services-item .services-icon img {
width: 50px;
height: 50px;
}
.rs-services.style4 .services-item .services-content .title {
font-size: 22px;
line-height: 32px;
font-weight: 600;
margin-bottom: 10px;
}
.rs-services.style4 .services-item .services-content .title a {
color: #102B3E;
}
.rs-services.style4 .services-item .services-content .title a:hover {
color: #106eea;
}
.rs-services.style4 .services-item .services-content .desc {
margin-bottom: 15px;
}
.rs-services.style4 .hover-effect:hover .services-item:hover,
.rs-services.style4 .hover-effect:not(:hover) .active {
background: #ffffff;
box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.style4.modify1 .services-item {
text-align: left;
display: flex;
padding: 40px 30px 35px 30px;
}
.rs-services.style4.modify1 .services-item .services-icon {
padding: 8px 0px 0px 0px;
font-size: 50px;
line-height: 50px;
}
.rs-services.style4.modify1 .services-item .services-icon img {
max-width: unset;
}
.rs-services.style4.modify1 .services-item .services-content {
padding: 0px 0px 0px 15px;
}
.rs-services.style4.modify1 .services-item .services-content .title a {
color: #102B3E;
}
.rs-services.style4.modify1 .services-item .services-content .title a:hover {
color: #032390;
}
.rs-services.style4.modify1.services3 .services-item {
padding: 50px 25px 33px 25px;
background-color: #FFFFFF;
border-radius: 10px 10px 10px 10px;
margin: 0 -10px 0 0;
}
.rs-services.style5 .services-item {
padding: 25px 25px 25px 25px;
background-color: #F1F6FC;
border-radius: 4px 4px 4px 4px;
margin: 0 -12px 0 0;
display: flex;
}
.rs-services.style5 .services-item .services-icon {
padding: 5px 5px 0px 0px;
}
.rs-services.style5 .services-item .services-icon img {
height: 65px;
width: 65px;
max-width: unset;
}
.rs-services.style5 .services-item .services-content {
padding: 0px 0px 0px 15px;
}
.rs-services.style5 .services-item .services-content .services-title {
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin-bottom: 10px;
}
.rs-services.style5 .services-item .services-content .services-title a {
color: #101010;
}
.rs-services.style5 .services-item .services-content .services-title a:hover {
color: #106eea;
}
.rs-services.style5 .services-item .services-content .services-desc {
color: #444444;
margin-bottom: 0px;
}
.rs-services.style6 .services-item {
padding: 0px 44px 0px;
text-align: center;
}
.rs-services.style6 .services-item .services-icon {
padding-bottom: 35px;
}
.rs-services.style6 .services-item .services-icon img {
transition: all ease .3s;
}
.rs-services.style6 .services-item .services-content .services-title .title {
font-size: 24px;
font-weight: 600;
line-height: 34px;
margin: 0px 20px 8px 20px;
}
.rs-services.style6 .services-item .services-content .services-title .title a {
color: #102B3E;
}
.rs-services.style6 .services-item .services-content .services-title .title a:hover {
color: #106eea;
}
.rs-services.style6 .services-item:hover .services-icon img {
transform: scale(1.1) rotate(4deg);
}
.rs-services.style7 .services-item .services-img {
overflow: hidden;
border-radius: 5px;
}
.rs-services.style7 .services-item .services-img a img {
transition: all .8s ease;
transform: scale(1);
}
.rs-services.style7 .services-item .services-content {
padding-top: 25px;
}
.rs-services.style7 .services-item .services-content .services-title .title {
font-size: 22px;
font-weight: 600;
line-height: 32px;
margin: 0 0 10px 0;
}
.rs-services.style7 .services-item .services-content .services-title .title a {
color: #102b3e;
}
.rs-services.style7 .services-item .services-content .services-title .title a:hover {
color: #f2541b;
}
.rs-services.style7 .services-item .services-content .services-txt {
margin-bottom: 20px;
padding-right: 34px;
}
.rs-services.style7 .services-item:hover .services-img a img {
transform: scale(1.1);
}
.rs-services.style7 .animation-layer {
position: relative;
}
.rs-services.style7 .animation-layer .shape-layer {
position: absolute;
right: -6%;
bottom: -58px;
}
.rs-services.style8 .services-item {
padding: 67px 35px 65px 35px;
background-color: #E0F0FD;
border-radius: 0px 0px 0px 0px;
}
.rs-services.style8 .services-item .services-img {
margin-bottom: 25px;
}
.rs-services.style8 .services-item .services-img img {
height: 80px;
width: 80px;
max-width: unset;
}
.rs-services.style8 .services-item .services-content .services-title .title {
font-size: 22px;
font-weight: 700;
line-height: 30px;
color: #0A0A0A;
margin-bottom: 15px;
}
.rs-services.style8 .services-item .services-content .services-title .title:hover {
color: #787CF2;
}
.rs-services.style8 .services-item .services-content .services-txt {
color: #444444;
margin: 0;
}
.rs-services.style8 .services-item.gray-light-bg {
background-color: #D9F3F6;
}
.rs-services.style8 .services-item.pink-bg {
background-color: #F0E4FB;
}
.rs-services.style9 .services-top-section {
margin-top: -525px;
padding: 520px 0px 110px 0px;
position: relative;
}
.rs-services.style9 .services-top-section .services-item {
padding: 15px;
}
.rs-services.style9 .services-top-section .services-item .image-part img {
border-radius: 10px 10px 10px 10px;
}
.rs-services.style9 .services-top-section .services-item .addon-services {
margin: -220px -20px 0px 20px;
padding: 265px 35px 20px 35px;
background-color: #6A40F9;
border-radius: 10px 10px 10px 10px;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-icon {
margin-bottom: 22px;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-icon img {
max-width: unset;
width: 50px;
height: 50px;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-text .title {
font-size: 22px;
line-height: 32px;
font-weight: 700;
margin: 0 0 10px;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-text .title a {
color: #ffffff;
}
.rs-services.style9 .services-top-section .services-item .addon-services .services-text .title a:hover {
color: #ff7045;
}
.rs-services.style9 .services-top-section .services-item .addon-services:hover {
background-image: linear-gradient(180deg, #343dfb 0%, #932ff5 100%);
}
.rs-services .shape-animation {
position: relative;
}
.rs-services .shape-animation .shape-part {
position: absolute;
left: -50px;
bottom: 150px;
}
.rs-services-single .services-add {
background: url(../../../themes/oxit/assets/css/assets/images/services/single/contact-phone.html);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
border-radius: 5px;
padding: 50px 35px 53px;
}
.rs-services-single .services-add .title {
font-size: 24px;
line-height: 42px;
font-weight: 700;
color: #ffffff;
margin-bottom: 30px;
}
.rs-services-single .services-add .contact a {
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: #ffffff;
}
.rs-services-single .brochures {
background-color: #F0F5FF;
padding: 35px 30px 45px 30px;
border-radius: 5px 5px 5px 5px;
}
.rs-case-studies-single .services-add {
background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
border-radius: 5px;
padding: 50px 35px 53px;
}
.rs-case-studies-single .services-add .title {
font-size: 24px;
line-height: 42px;
font-weight: 700;
color: #ffffff;
margin-bottom: 30px;
}
.rs-case-studies-single .services-add .contact a {
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: #ffffff;
}
.rs-case-studies-single .brochures {
background-color: #F0F5FF;
padding: 35px 30px 45px 30px;
border-radius: 5px 5px 5px 5px;
}
.rs-case-studies-single .services-img img {
border-radius: 5px;
}
.rs-case-studies-single .ps-informations ul {
margin: 0;
list-style: none;
text-align: left;
padding: 0;
}
.rs-case-studies-single .ps-informations ul li {
color: #fff;
}
.rs-case-studies-single .ps-informations ul li + li {
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-case-studies-single .ps-informations ul li span {
width: 150px;
display: inline-block;
font-weight: 600;
}
.rs-case-studies-single .ps-informations {
padding: 40px 30px 46px;
border-radius: 5px;
background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
}
.rs-case-studies-single .ps-informations .info-title {
padding-bottom: 10px;
color: #fff;
} .rs-process .rs-addon-number .number-text .number-area {
display: block;
font-size: 50px;
font-weight: 700;
line-height: 1.4;
color: #03228f;
}
.rs-process .rs-addon-number .number-text .number-title .title {
font-size: 20px;
line-height: 34px;
font-weight: 600;
color: #101010;
margin-bottom: 10px;
}
.rs-process .rs-addon-number .number-text .number-txt {
margin: 0;
padding-right: 0px;
}
.rs-process.modify1 {
background-image: linear-gradient(140deg, #03228f 62%, #0e73e4 100%);
border-radius: 270px 0px 0px 0px;
}
.rs-process.modify1 .rs-addon-number .number-text {
margin: 0px 25px 0px 30px;
padding: 0px 48px 11px 48px;
background-color: #182AEE45;
border-radius: 10px 10px 50px 10px;
position: relative;
}
.rs-process.modify1 .rs-addon-number .number-text .number-area {
font-size: 41px;
font-weight: 600;
line-height: 62px;
position: relative;
color: #ffffff;
display: inline-block;
width: 70px;
height: 70px;
left: -70px;
top: -30px;
text-align: center;
background: #06D3E5;
transition: all 0.3s ease 0s;
border-radius: 50%;
}
.rs-process.modify1 .rs-addon-number .number-text .number-area.green-bg {
background: #3BCD4C;
}
.rs-process.modify1 .rs-addon-number .number-text .number-area.plum-bg {
background: #9439E9;
}
.rs-process.modify1 .rs-addon-number .number-text .number-area.pink-bg {
background: #f30876;
}
.rs-process.modify1 .rs-addon-number .number-text .number-title .title {
color: #ffffff;
margin-bottom: 15px;
}
.rs-process.modify1 .rs-addon-number .number-text .number-txt {
color: #ffffff;
margin-bottom: 40px;
padding-right: 0;
}
.rs-process.style2 .addon-process .process-wrap .process-img {
padding: 10px 10px 10px 10px;
}
.rs-process.style2 .addon-process .process-wrap .process-img img {
width: 100%;
height: auto;
}
.rs-process.style2 .addon-process .process-wrap .process-text {
text-align: center;
padding: 15px 0 0;
}
.rs-process.style2 .addon-process .process-wrap .process-text .title {
font-size: 24px;
line-height: 32px;
font-weight: 600;
color: #0a0a0a;
margin-bottom: 0;
}
.rs-process.style2 .addon-process .process-wrap .process-text .title:hover {
color: #061340;
}
.rs-process.style3 .rs-addon-number {
margin: 0px -10px 0px 0px;
padding: 20px 13px 20px 13px;
background-color: #FFFFFF;
border-bottom: 7px solid #095fd0;
}
.rs-process.style4 .rs-addon-number {
margin: 0px -10px 0px 0px;
padding: unset;
background-color: unset;
}
.rs-process.style4 .rs-addon-number .number-text .number-area {
display: inline-block;
width: 50px;
line-height: 50px;
z-index: 1;
position: relative;
transition: all 0.3s ease 0s;
text-align: center;
width: 64px;
height: 54px;
top: -20px;
}
.rs-process.style4 .rs-addon-number .number-text .number-area:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: -15px;
left: 0;
z-index: -1;
transform: rotate(45deg);
transition: all 0.3s ease 0s;
border-radius: 50px 50px 50px 50px;
background: #A0B3F8;
}
.rs-process.style5 .rs-addon-number .number-text .number-area {
color: #ffffff;
}
.rs-process.style5 .rs-addon-number .number-text .number-title .title {
color: #ffffff;
}
.rs-process.style5 .rs-addon-number .number-text .number-txt {
color: #ffffff;
}
.rs-process.style6 .tab-area .nav {
border-bottom: unset;
}
.rs-process.style6 .tab-area .nav li .tab-item {
padding: 20px 30px;
display: block;
position: relative;
transition: all ease .6s;
}
.rs-process.style6 .tab-area .nav li .tab-item h3 {
font-size: 22px;
line-height: 32px;
font-weight: 600;
color: #102b3e;
margin-bottom: 8px;
text-decoration: underline;
}
.rs-process.style6 .tab-area .nav li .tab-item p {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #101010;
height: 0;
opacity: 0;
margin: 0;
transition: all ease .4s;
}
.rs-process.style6 .tab-area .nav li .tab-item.active {
background: #f8f6ff;
}
.rs-process.style6 .tab-area .nav li .tab-item.active h3 {
color: #f2541b;
}
.rs-process.style6 .tab-area .nav li .tab-item.active p {
height: auto;
opacity: 1;
transition: all ease .8s;
}
.rs-process .shape-animation {
position: relative;
}
.rs-process .shape-animation .shape-process {
position: absolute;
left: 180px;
top: 50px;
} .rs-pricing {
margin-top: -150px;
position: relative;
}
.rs-pricing .pricing-table {
padding: 27px 40px 0px 40px;
box-shadow: 0 0 30px #eee;
background: #ffffff;
border-radius: 10px 10px 10px 10px;
position: relative;
text-align: center;
margin: 0px 7px 0px 0px;
}
.rs-pricing .pricing-table .pricing-badge {
top: 30px;
left: 0px;
padding: 10px 23px 11px 23px;
background-color: #1273EB;
border-radius: 0px 30px 30px 0px;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
position: absolute;
color: #fff;
line-height: 1;
z-index: 1;
}
.rs-pricing .pricing-table .pricing-badge.white-color-bg {
background: #ffffff;
color: #106eea;
}
.rs-pricing .pricing-table .pricing-badge.secondary-bg {
background: #03228f;
}
.rs-pricing .pricing-table .pricing-icon {
margin-bottom: 5px;
}
.rs-pricing .pricing-table .pricing-icon img {
width: 64px;
}
.rs-pricing .pricing-table .pricing-table-price {
margin-bottom: 30px;
}
.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
font-size: 25px;
font-weight: 600;
color: #101010;
}
.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
font-size: 52px;
font-weight: 600;
color: #101010;
}
.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .table-period {
color: #435761;
font-size: 16px;
font-weight: 500;
display: block;
}
.rs-pricing .pricing-table .pricing-table-body {
margin-bottom: 10px;
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #EBEBEB;
padding: 18px 5px 4px 5px;
}
.rs-pricing .pricing-table .pricing-table-body li {
text-align: left;
padding: 9px 0px 9px 0px;
margin-bottom: 0px;
font-size: 15px;
font-weight: 400;
}
.rs-pricing .pricing-table .pricing-table-body li i {
float: right;
margin-right: 0;
color: #106eea;
}
.rs-pricing .pricing-table.primary-bg {
background-image: linear-gradient(70deg, #0b70e1 0%, #03228f 100%);
}
.rs-pricing .pricing-table.primary-bg .pricing-table-price .pricing-table-bags .pricing-currency {
color: #ffffff;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-price .pricing-table-bags .table-price-text {
color: #ffffff;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-price .pricing-table-bags .table-period {
color: #ffffff;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-body {
border-color: #1F71C1;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-body li {
color: #ffffff;
}
.rs-pricing .pricing-table.primary-bg .pricing-table-body li i {
color: #ffffff;
}
.rs-pricing .pricing-table.light-gray-bg {
background-color: #F3F7FF;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #EBEBEB;
border-radius: 5px 5px 5px 5px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}
.rs-pricing .pricing-table.light-gray-bg .pricing-table-price .pricing-table-bags .pricing-currency {
color: #03228f;
}
.rs-pricing .pricing-table.light-gray-bg .pricing-table-price .pricing-table-bags .table-price-text {
color: #03228f;
}
.rs-pricing .pricing-table.light-gray-bg .pricing-table-body li i {
color: #101010;
}
.rs-pricing .pricing-table.new-style {
box-shadow: unset;
background: unset;
border-style: solid;
border-color: #EBEBEB;
border-width: 1px 1px 1px 1px;
}
.rs-pricing .pricing-table.new-style2 {
background: unset;
border-style: solid;
border-color: #EBEBEB;
border-width: 1px 1px 1px 1px;
}
.rs-pricing.style2 {
margin-top: unset;
position: unset;
}
.rs-pricing.style2.modify1 .pricing-table .pricing-table-body li i {
color: #03228f;
}
.rs-pricing.style2.modify1 {
background-color: unset;
} .rs-technology .technology-item {
text-align: center;
padding: 20px 40px 20px 40px;
}
.rs-technology .technology-item a {
overflow: hidden;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure {
position: relative;
text-align: center;
padding: 15px 30px 15px 30px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #a7acb4;
border-radius: 4px 4px 4px 4px;
transition: all ease .4s;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img {
overflow: hidden;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a {
overflow: hidden;
display: inline-block;
position: relative;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a .hover-img {
transition: all ease .4s;
filter: grayscale(100%);
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
visibility: hidden;
}
.rs-technology.style2 .technology-wrap .rs-grid-figure .logo-img a .main-img {
transition: all ease .4s;
filter: grayscale(100%);
}
.rs-technology.style2 .technology-wrap .logo-title {
position: relative;
text-align: center;
padding: 30px 0px 0px 0px;
}
.rs-technology.style2 .technology-wrap .logo-title .title {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
color: #ffffff;
margin: -55px 0px 0px 0px;
}
.rs-technology.style2 .technology-wrap .logo-title:before {
content: '';
position: absolute;
top: 0;
left: 50%;
height: 40px;
width: 1px;
transform: translateX(-50%);
background-color: #a7acb4;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.rs-technology.style2 .technology-wrap .logo-title:after {
content: '';
position: absolute;
top: 40px;
left: 50.3%;
height: 12px;
border-radius: 50%;
width: 12px;
transform: translateX(-50%);
background-color: #a7acb4;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.rs-technology.style2 .technology-wrap:hover .rs-grid-figure {
border-color: #fff;
background-color: #e3e3e37d;
}
.rs-technology.style2 .technology-wrap:hover .rs-grid-figure .logo-img a .hover-img {
display: block;
opacity: 3;
visibility: visible;
transform: translateY(0%);
filter: grayscale(0%);
}
.rs-technology.style2 .technology-wrap:hover .rs-grid-figure .logo-img a .main-img {
display: block;
visibility: hidden;
transform: translateY(100%);
}
.rs-technology.style2 .technology-wrap:hover .logo-title:before {
background-color: #fff;
}
.rs-technology.style2 .technology-wrap:hover .logo-title:after {
background-color: #fff;
} .rs-industry .all-services {
display: inline-block;
}
.rs-industry .all-services .services-item {
padding: 10px;
width: 20%;
float: left;
}
.rs-industry .all-services .services-item .services-wrap {
padding: 35px 27px 35px 27px;
background: #ffffff;
box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.03);
text-align: center;
}
.rs-industry .all-services .services-item .services-wrap .services-icon {
margin-bottom: 15px;
}
.rs-industry .all-services .services-item .services-wrap .services-icon img {
height: 65px;
width: 65px;
}
.rs-industry .all-services .services-item .services-wrap .services-text .title {
font-size: 20px;
line-height: 28px;
font-weight: 600;
color: #0a0a0a;
margin-bottom: 0;
}
.rs-industry .all-services .services-item .services-wrap .services-text .title:hover {
color: #061340;
} .rs-project.style1 .owl-stage-outer {
padding-bottom: 70px;
}
.rs-project.style1 .project-item {
position: relative;
overflow: visible;
}
.rs-project.style1 .project-item .project-img {
position: relative;
z-index: 1;
overflow: hidden;
}
.rs-project.style1 .project-item .project-img img {
width: 100%;
transition: 1.3s all ease;
border-radius: 5px;
}
.rs-project.style1 .project-item .project-content {
background: #fff;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
position: absolute;
bottom: -60px;
left: 35px;
right: 35px;
padding: 34px 0;
border-radius: 5px;
transition: all 0.5s ease-in-out;
z-index: 10;
text-align: center;
}
.rs-project.style1 .project-item .project-content .title {
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 8px;
}
.rs-project.style1 .project-item .project-content .title a {
color: #101010;
}
.rs-project.style1 .project-item .project-content .category {
font-size: 16px;
line-height: 26px;
font-weight: 500;
display: block;
}
.rs-project.style1 .project-item .project-content .category a {
color: #106eea;
}
.rs-project.style1 .project-item:hover .project-img img {
transform: scale(1.3);
}
.rs-project.style1 .project-item:hover .project-content {
bottom: -50px;
}
.rs-project.style1 .owl-nav .owl-next,
.rs-project.style1 .owl-nav .owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 42px;
height: 42px;
line-height: 42px;
border-radius: 50%;
background: #ffffff;
text-align: center;
color: #101010;
transition: all 0.5s;
transition-delay: 0.70s;
opacity: 0;
visibility: hidden;
}
.rs-project.style1 .owl-nav .owl-next i:before,
.rs-project.style1 .owl-nav .owl-prev i:before {
content: "\f111";
font-family: Flaticon;
}
.rs-project.style1 .owl-nav .owl-next:hover,
.rs-project.style1 .owl-nav .owl-prev:hover {
color: #106eea;
}
.rs-project.style1 .owl-nav .owl-next {
right: -50px;
left: unset;
}
.rs-project.style1 .owl-nav .owl-next i:before {
content: "\f110";
}
.rs-project.style1:hover .owl-nav .owl-next,
.rs-project.style1:hover .owl-nav .owl-prev {
left: -50px;
transition-delay: 0s;
visibility: visible;
opacity: 1;
}
.rs-project.style1:hover .owl-nav .owl-next {
right: -50px;
left: unset;
}
.rs-project.style2 .project-item {
position: relative;
overflow: hidden;
}
.rs-project.style2 .project-item .project-img img {
width: 100%;
border-radius: 5px;
}
.rs-project.style2 .project-item .project-content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 40%;
text-align: center;
z-index: 10;
padding: 25px;
opacity: 0;
-webkit-transition: 0.3s all ease-out;
transition: 0.3s all ease-out;
border-radius: 5px;
z-index: 1;
}
.rs-project.style2 .project-item .project-content .title {
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 8px;
}
.rs-project.style2 .project-item .project-content .title a {
color: #ffffff;
}
.rs-project.style2 .project-item .project-content .category {
font-size: 16px;
line-height: 26px;
font-weight: 500;
display: block;
}
.rs-project.style2 .project-item .project-content .category a {
color: #ffffff;
}
.rs-project.style2 .project-item .project-content:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
transition: all 0.3s ease 0s;
border-radius: 5px;
}
.rs-project.style2 .project-item:hover .project-content {
top: 0;
opacity: 1;
z-index: 1;
}
.rs-project.style2 .owl-nav .owl-next,
.rs-project.style2 .owl-nav .owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 42px;
height: 42px;
line-height: 42px;
border-radius: 50%;
background: #ffffff;
text-align: center;
color: #101010;
transition: all 0.5s;
transition-delay: 0.70s;
opacity: 0;
visibility: hidden;
}
.rs-project.style2 .owl-nav .owl-next i:before,
.rs-project.style2 .owl-nav .owl-prev i:before {
content: "\f111";
font-family: Flaticon;
}
.rs-project.style2 .owl-nav .owl-next:hover,
.rs-project.style2 .owl-nav .owl-prev:hover {
color: #106eea;
}
.rs-project.style2 .owl-nav .owl-next {
right: -50px;
left: unset;
}
.rs-project.style2 .owl-nav .owl-next i:before {
content: "\f110";
}
.rs-project.style2:hover .owl-nav .owl-next,
.rs-project.style2:hover .owl-nav .owl-prev {
left: -50px;
transition-delay: 0s;
visibility: visible;
opacity: 1;
}
.rs-project.style2:hover .owl-nav .owl-next {
right: -50px;
left: unset;
}
.rs-project.style3 {
background-image: linear-gradient(150deg, #03228f 46%, #0e73e4 100%);
border-radius: 0px 270px 0px 0px;
padding: 110px 70px 120px 70px;
}
.rs-project.style3 .project-item {
position: relative;
overflow: hidden;
z-index: 1;
border-radius: 5px;
}
.rs-project.style3 .project-item .project-img a img {
transition: 1.3s all ease;
border-radius: 5px;
}
.rs-project.style3 .project-item .project-content {
position: absolute;
padding: 24px 30px;
opacity: 1;
z-index: 10;
top: 0;
border: none;
bottom: 0;
left: 0;
right: 0;
text-align: left;
width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner {
position: absolute;
bottom: 30px;
right: 40px;
left: 40px;
display: flex;
flex-wrap: wrap;
transition: all .5s ease;
width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title {
margin-top: 8px;
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 8px;
transform: translateY(0);
order: 2;
flex: 0 0 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title a {
color: #ffffff;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category {
font-size: 16px;
line-height: 26px;
font-weight: 500;
display: block;
flex: 0 0 100%;
transform: translateY(0px);
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category a {
color: #ffffff;
}
.rs-project.style3 .project-item .project-content:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all .3s ease 0s;
border-radius: 5px;
background: rgba(0, 0, 0, 0.4);
opacity: 1;
}
.rs-project.style3 .project-item:hover .project-img a img {
transform: scale(1.2);
}
.rs-project.style3 .project-item:hover .project-content {
opacity: 1;
}
.rs-project.style3 .project-item:hover .project-content .portfolio-inner {
bottom: 50px;
}
.rs-project.style3 .owl-nav .owl-next,
.rs-project.style3 .owl-nav .owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 42px;
height: 42px;
line-height: 42px;
border-radius: 50%;
background: #ffffff;
text-align: center;
color: #101010;
transition: all 0.5s;
transition-delay: 0.70s;
opacity: 0;
visibility: hidden;
}
.rs-project.style3 .owl-nav .owl-next i:before,
.rs-project.style3 .owl-nav .owl-prev i:before {
content: "\f111";
font-family: Flaticon;
}
.rs-project.style3 .owl-nav .owl-next:hover,
.rs-project.style3 .owl-nav .owl-prev:hover {
color: #106eea;
}
.rs-project.style3 .owl-nav .owl-next {
right: -50px;
left: unset;
}
.rs-project.style3 .owl-nav .owl-next i:before {
content: "\f110";
}
.rs-project.style3:hover .owl-nav .owl-next,
.rs-project.style3:hover .owl-nav .owl-prev {
left: -50px;
transition-delay: 0s;
visibility: visible;
opacity: 1;
}
.rs-project.style3:hover .owl-nav .owl-next {
right: -50px;
left: unset;
}
.rs-project.style3.modify1 {
background-image: unset;
border-radius: unset;
padding: 100px 0;
margin-left: -80px;
}
.rs-project.style3.modify1.mod {
padding: 120px 0;
}
.rs-project.style3.modify1.mod .project-item .project-img a img {
width: 380px;
max-width: 380px;
}
.rs-project.style3.modify1 .owl-nav .owl-next,
.rs-project.style3.modify1 .owl-nav .owl-prev {
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
background: unset;
color: #fff;
border: 1px solid #fff;
transform: translateY(-50%);
transition: 0.6s ease all;
z-index: 9;
text-align: center;
visibility: visible;
opacity: 1;
}
.rs-project.style3.modify1 .owl-nav .owl-next i:before,
.rs-project.style3.modify1 .owl-nav .owl-prev i:before {
content: "\f111";
font-family: Flaticon;
font-size: 18px;
font-weight: 400;
}
.rs-project.style3.modify1 .owl-nav .owl-next:hover,
.rs-project.style3.modify1 .owl-nav .owl-prev:hover {
color: #ccc;
}
.rs-project.style3.modify1 .owl-nav .owl-next {
top: 350px;
right: 1704px;
}
.rs-project.style3.modify1 .owl-nav .owl-next i:before {
content: "\f110";
}
.rs-project.style3.modify1 .owl-nav .owl-prev {
left: -470px;
top: 350px;
}
.rs-project.style3.modify1.case-style3 {
margin-left: unset;
padding: 120px 0;
}
.rs-project.style4 .project-item {
position: relative;
overflow: hidden;
}
.rs-project.style4 .project-item .project-img img {
border-radius: 5px;
}
.rs-project.style4 .project-item .project-content {
position: absolute;
padding: 30px 20px 30px;
opacity: 0;
z-index: 1;
bottom: -150px;
left: 50%;
transform: translateX(-50%);
width: 86%;
z-index: 9;
background: #ffffff;
transition: 0.6s;
}
.rs-project.style4 .project-item .project-content .category {
margin: 0;
}
.rs-project.style4 .project-item .project-content .category a {
font-size: 16px;
color: #0B70E1;
}
.rs-project.style4 .project-item .project-content .title {
font-size: 20px;
font-weight: 700;
}
.rs-project.style4 .project-item .project-content .title a {
color: #0F0F0F;
}
.rs-project.style4 .project-item:hover .project-content {
opacity: 1;
bottom: 30px;
}
.rs-project.style5 .project-item {
position: relative;
overflow: hidden;
z-index: 1;
border-radius: 5px;
transition: all 0.3s ease;
}
.rs-project.style5 .project-item .project-img img {
border-radius: 5px;
}
.rs-project.style5 .project-item .project-content {
opacity: 0;
visibility: hidden;
}
.rs-project.style5 .project-item .project-content .p-icon {
position: absolute;
top: 40px;
right: 0px;
bottom: 20px;
text-align: right;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
border-radius: 50%;
transition: all 0.3s ease;
z-index: 11;
}
.rs-project.style5 .project-item .project-content .p-icon a {
display: block;
}
.rs-project.style5 .project-item .project-content .p-icon a i:before {
color: #1C1B1B;
}
.rs-project.style5 .project-item .project-content .project-inner {
position: absolute;
bottom: 0px;
left: 25px;
transition: all 0.3s ease;
}
.rs-project.style5 .project-item .project-content .project-inner .title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 5px;
}
.rs-project.style5 .project-item .project-content .project-inner .title a {
color: #ffffff;
}
.rs-project.style5 .project-item .project-content .project-inner .title a:hover {
color: #106eea;
}
.rs-project.style5 .project-item .project-content .project-inner .category {
font-size: 22px;
line-height: 37px;
font-weight: 600;
display: block;
}
.rs-project.style5 .project-item .project-content .project-inner .category a {
color: #ffffff;
}
.rs-project.style5 .project-item .project-content .project-inner .category a:hover {
color: #106eea;
}
.rs-project.style5 .project-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #1C232F;
opacity: 0;
visibility: hidden;
transition: .3s all ease;
}
.rs-project.style5 .project-item:hover .project-content {
opacity: 1;
visibility: visible;
}
.rs-project.style5 .project-item:hover .project-content .p-icon {
right: 25px;
}
.rs-project.style5 .project-item:hover .project-content .p-icon a {
display: block;
}
.rs-project.style5 .project-item:hover .project-content .p-icon a i:before {
color: #1C1B1B;
}
.rs-project.style5 .project-item:hover .project-content .project-inner {
bottom: 20px;
}
.rs-project.style5 .project-item:hover:before {
opacity: 0.5;
visibility: visible;
}
.rs-project.style6 .project-item {
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img {
position: relative;
}
.rs-project.style6 .project-item .project-img img {
border-radius: 5px;
}
.rs-project.style6 .project-item .project-img .plus-icon {
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50px;
color: #101010;
background: #fff;
position: absolute;
right: 30px;
top: 30px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img .plus-icon i {
font-size: 14px;
color: #101010;
}
.rs-project.style6 .project-item .project-content {
margin-top: 25px;
}
.rs-project.style6 .project-item .project-content .title {
font-size: 22px;
font-weight: 600;
line-height: 1.1;
margin-bottom: 5px;
}
.rs-project.style6 .project-item .project-content .title a {
color: #101010;
}
.rs-project.style6 .project-item .project-content .title a:hover {
color: #106eea;
}
.rs-project.style6 .project-item .project-content .category {
font-size: 16px;
line-height: 27px;
font-weight: 400;
display: block;
}
.rs-project.style6 .project-item .project-content .category a {
color: #106eea;
}
.rs-project.style6 .project-item:hover .project-img .plus-icon {
opacity: 1;
visibility: visible;
}
.rs-project.style6.modify1 .project-item .project-img .plus-icon {
background: #F9780F;
}
.rs-project.style6.modify1 .project-item .project-img .plus-icon i {
font-size: 16px;
font-weight: 300;
color: #ffffff;
}
.rs-project.style6.modify1 .project-item .project-content {
margin-top: 25px;
}
.rs-project.style6.modify1 .project-item .project-content .title {
font-size: 23px;
font-weight: 700;
line-height: 46px;
margin-bottom: 5px;
text-decoration: underline;
}
.rs-project.style6.modify1 .project-item .project-content .title a {
color: #101010;
}
.rs-project.style6.modify1 .project-item .project-content .title a:hover {
color: #106eea;
}
.rs-project.style6.modify2 .project-item .project-img .plus-icon {
background: #1273eb;
}
.rs-project.style6.modify2 .project-item .project-img .plus-icon i {
font-size: 24px;
line-height: 50px;
font-weight: 300;
color: #ffffff;
}
.rs-project.style6.modify2 .project-item .project-content {
margin-top: 25px;
}
.rs-project.style6.modify2 .project-item .project-content .title {
font-size: 25px;
font-weight: 700;
line-height: 53px;
margin-bottom: 0;
}
.rs-project.style6.modify2 .project-item .project-content .title a {
color: #101010;
}
.rs-project.style6.modify2 .project-item .project-content .title a:hover {
color: #106eea;
}
.rs-project.style6.modify3 .project-item {
overflow: hidden;
border-radius: 5px;
}
.rs-project.style6.modify3 .project-item .project-img {
position: relative;
overflow: hidden;
}
.rs-project.style6.modify3 .project-item .project-img a img {
transition: all .8s ease;
transform: scale(1);
}
.rs-project.style6.modify3 .project-item .project-content {
margin-top: 25px;
}
.rs-project.style6.modify3 .project-item .project-content .title {
font-size: 20px;
font-weight: 700;
line-height: 1.1;
margin-bottom: 5px;
}
.rs-project.style6.modify3 .project-item .project-content .title a {
color: #191821;
}
.rs-project.style6.modify3 .project-item .project-content .title a:hover {
color: #787CF2;
}
.rs-project.style6.modify3 .project-item .project-content .category {
font-size: 16px;
line-height: 27px;
font-weight: 400;
display: block;
}
.rs-project.style6.modify3 .project-item .project-content .category a {
color: #454545;
}
.rs-project.style6.modify3 .project-item:hover .project-img a img {
transform: scale(1.1);
border-radius: 5px;
}
.rs-project.style7 .project-item {
position: relative;
overflow: hidden;
border-radius: 5px;
}
.rs-project.style7 .project-item .project-img img {
transform: scale(1.2);
transition: 0.6s;
border-radius: 5px;
}
.rs-project.style7 .project-item .project-content {
position: absolute;
padding: 24px 30px;
opacity: 0;
z-index: 10;
top: 0;
visibility: hidden;
width: 100%;
height: 100%;
text-align: center;
transform: scale(1.3);
transition: 0.4s;
}
.rs-project.style7 .project-item .project-content .title {
font-size: 24px;
line-height: 30px;
font-weight: 600;
margin-bottom: 8px;
}
.rs-project.style7 .project-item .project-content .title a {
color: #ffffff;
}
.rs-project.style7 .project-item .project-content .title a:hover {
color: #106eea;
}
.rs-project.style7 .project-item .project-content .category {
font-size: 16px;
line-height: 26px;
font-weight: 500;
display: block;
}
.rs-project.style7 .project-item .project-content .category a {
color: #ffffff;
}
.rs-project.style7 .project-item .project-content .category a:hover {
color: #106eea;
}
.rs-project.style7 .project-item .project-content:before {
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
border-radius: 5px;
}
.rs-project.style7 .project-item:hover .project-img img {
transform: scale(1);
}
.rs-project.style7 .project-item:hover .project-content {
visibility: visible;
opacity: 1;
transform: scale(1);
}
.rs-project.style7 .project-item:hover .project-content:before {
opacity: 1;
visibility: visible;
}
.rs-project.style8 .project-item {
position: relative;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
}
.rs-project.style8 .project-item .project-img {
position: relative;
z-index: 1;
overflow: hidden;
}
.rs-project.style8 .project-item .project-img img {
width: 100%;
transition: 1.3s all ease;
}
.rs-project.style8 .project-item .project-content {
position: absolute;
padding: 17px 25px 15px;
opacity: 0;
visibility: hidden;
z-index: 1;
left: 0;
bottom: -100px;
text-align: left;
width: 100%;
z-index: 11;
transition: 0.6s;
height: 100%;
}
.rs-project.style8 .project-item .project-content .project-inner {
position: absolute;
bottom: -100px;
transition: 0.5s;
left: 30px;
}
.rs-project.style8 .project-item .project-content .project-inner .title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 5px;
}
.rs-project.style8 .project-item .project-content .project-inner .title a {
color: #ffffff;
}
.rs-project.style8 .project-item .project-content .project-inner .title a:hover {
color: #106eea;
}
.rs-project.style8 .project-item .project-content .project-inner .category {
font-size: 22px;
line-height: 37px;
font-weight: 600;
display: block;
}
.rs-project.style8 .project-item .project-content .project-inner .category a {
color: #ffffff;
}
.rs-project.style8 .project-item .project-content .project-inner .category a:hover {
color: #106eea;
}
.rs-project.style8 .project-item .project-content:before {
content: '';
position: absolute;
bottom: -150px;
left: 0;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
transition: all 0.4s;
border-radius: 5px;
transition: 0.6s;
}
.rs-project.style8 .project-item:hover .project-img img {
transform: scale(1.2);
}
.rs-project.style8 .project-item:hover .project-content {
opacity: 1;
visibility: visible;
bottom: 0;
}
.rs-project.style8 .project-item:hover .project-content .project-inner {
bottom: 30px;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 5px;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .title a {
color: #ffffff;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .title a:hover {
color: #106eea;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .category {
font-size: 22px;
line-height: 37px;
font-weight: 600;
display: block;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .category a {
color: #ffffff;
}
.rs-project.style8 .project-item:hover .project-content .project-inner .category a:hover {
color: #106eea;
}
.rs-project.style8 .project-item:hover .project-content:before {
opacity: 1;
bottom: 0;
visibility: visible;
}
.rs-project.style8.modify1 .project-item .project-content {
z-index: 1;
}
.rs-project.style8.modify1 .project-item .project-content .project-inner .title a {
color: #ffffff;
}
.rs-project.style8.modify1 .project-item .project-content .project-inner .title a:hover {
color: #ffffff;
}
.rs-project.style8.modify1 .project-item .project-content .project-inner .category a {
color: #ffffff;
}
.rs-project.style8.modify1 .project-item .project-content .project-inner .category a:hover {
color: #f2541b;
}
.rs-project.style9 .project-item {
position: relative;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
}
.rs-project.style9 .project-item .project-content {
position: absolute;
width: 100%;
bottom: -105%;
left: 40px;
transition: 0.4s;
}
.rs-project.style9 .project-item .project-content .project-inner .title {
font-size: 22px;
line-height: 28px;
font-weight: 600;
margin-bottom: 5px;
}
.rs-project.style9 .project-item .project-content .project-inner .title a {
color: #ffffff;
}
.rs-project.style9 .project-item .project-content .project-inner .title a:hover {
color: #106eea;
}
.rs-project.style9 .project-item .project-content .project-inner .category {
font-size: 16px;
line-height: 27px;
font-weight: 400;
display: block;
margin-bottom: 25px;
}
.rs-project.style9 .project-item .project-content .project-inner .category a {
color: #ffffff;
}
.rs-project.style9 .project-item .project-content .project-inner .category a:hover {
color: #106eea;
}
.rs-project.style9 .project-item .project-content .p-icon {
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50px;
background: #fff;
font-size: 24px;
}
.rs-project.style9 .project-item .project-content .p-icon a {
display: block;
}
.rs-project.style9 .project-item .project-content .p-icon i {
color: #101010;
}
.rs-project.style9 .project-item:before {
background: #03228f;
content: "";
position: absolute;
bottom: -105%;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.rs-project.style9 .project-item:hover .project-content {
bottom: 40px;
}
.rs-project.style9 .project-item:hover:before {
bottom: 0;
opacity: .8;
visibility: visible;
}
.rs-project.style10 .project-item {
position: relative;
overflow: hidden;
}
.rs-project.style10 .project-item .project-img img {
border-radius: 5px;
}
.rs-project.style10 .project-item .project-content {
position: absolute;
width: 100%;
height: 100%;
top: 30%;
left: 0;
text-align: center;
z-index: 10;
padding: 25px;
opacity: 0;
-webkit-transition: 0.3s all ease-out;
transition: 0.3s all ease-out;
border-radius: 5px;
}
.rs-project.style10 .project-item .project-content .title {
font-size: 24px;
line-height: 34px;
font-weight: 600;
margin-bottom: 6px;
}
.rs-project.style10 .project-item .project-content .title a {
color: #ffffff;
}
.rs-project.style10 .project-item .project-content .title a:hover {
color: rgba(255, 255, 255, 0.7);
}
.rs-project.style10 .project-item .project-content .category {
font-size: 16px;
line-height: 27px;
font-weight: 400;
}
.rs-project.style10 .project-item .project-content .category a {
color: #ffffff;
}
.rs-project.style10 .project-item .project-content:before {
content: '';
position: absolute;
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
transition: all .3s ease 0s;
border-radius: 5px;
}
.rs-project.style10 .project-item:hover .project-content {
opacity: 1;
top: 0;
}
.rs-project.style10 .project-item:hover .project-content:before {
opacity: 1;
}
.rs-project.style10 .owl-nav .owl-next,
.rs-project.style10 .owl-nav .owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
background: #ffffff;
text-align: center;
color: #101010;
transition: all 0.5s;
transition-delay: 0.70s;
opacity: 0;
visibility: hidden;
}
.rs-project.style10 .owl-nav .owl-next i:before,
.rs-project.style10 .owl-nav .owl-prev i:before {
content: "\f111";
font-family: Flaticon;
font-size: 18px;
}
.rs-project.style10 .owl-nav .owl-next:hover,
.rs-project.style10 .owl-nav .owl-prev:hover {
background: #106eea;
color: #ffffff;
}
.rs-project.style10 .owl-nav .owl-next {
right: 30px;
left: unset;
}
.rs-project.style10 .owl-nav .owl-next i:before {
content: "\f110";
}
.rs-project.style10:hover .owl-nav .owl-next,
.rs-project.style10:hover .owl-nav .owl-prev {
left: -5%;
transition-delay: 0s;
visibility: visible;
opacity: 1;
}
.rs-project.style10:hover .owl-nav .owl-next {
right: -5%;
left: unset;
} .progress-pie-part .box {
width: 100%;
display: block;
text-align: center;
color: #0a0a0a;
}
.progress-pie-part .box .chart {
position: relative;
}
.progress-pie-part .box .chart span {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
font-weight: 600;
color: #102b3e;
}
.progress-pie-part .box .title {
font-size: 22px;
line-height: 37px;
font-weight: 600;
color: #102b3e;
margin: 14px 0 0;
} .rs-case-study.primary-background {
background: linear-gradient(90deg, #03228f 40%, #0e73e4 90%);
} .rs-blog .blog-item {
transition: all 500ms ease;
border-radius: 5px;
box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
margin-top: 15px;
padding: 15px;
background: #fff;
}
.rs-blog .blog-item .image-wrap {
position: relative;
}
.rs-blog .blog-item .image-wrap .post-categories {
position: absolute;
z-index: 11;
bottom: 20px;
right: 20px;
z-index: 10;
}
.rs-blog .blog-item .image-wrap .post-categories li {
display: inline-block;
}
.rs-blog .blog-item .image-wrap .post-categories li a {
border-radius: 30px;
color: #ffffff;
background: #03228f;
background: -moz-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
background: -webkit-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
background: linear-gradient(to right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03228f', endColorstr='#0b70e1', GradientType=1);
transition: 0.4s;
font-size: 14px;
font-weight: 500;
padding: 6px 20px;
display: block;
}
.rs-blog .blog-item .image-wrap .post-categories li a:hover {
background: linear-gradient(to left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
}
.rs-blog .blog-item .blog-content {
padding: 30px 15px 18px 15px;
background: #fff;
}
.rs-blog .blog-item .blog-content .blog-meta {
margin-bottom: 10px;
display: flex;
}
.rs-blog .blog-item .blog-content .blog-meta .date {
font-size: 14px;
color: #454545;
}
.rs-blog .blog-item .blog-content .blog-meta .date i {
color: #106eea;
padding-right: 5px;
}
.rs-blog .blog-item .blog-content .blog-meta .admin {
font-size: 15px;
font-weight: 500;
color: #454545;
margin-left: 25px;
}
.rs-blog .blog-item .blog-content .blog-meta .admin i {
color: #106eea;
padding-right: 5px;
}
.rs-blog .blog-item .blog-content .blog-title {
font-weight: 600;
font-size: 20px;
margin-bottom: 12px;
line-height: 1.4;
}
.rs-blog .blog-item .blog-content .blog-title a {
color: #101010;
}
.rs-blog .blog-item .blog-content .blog-title a:hover {
color: #106eea;
}
.rs-blog .blog-item .blog-content .desc {
margin-bottom: 15px;
}
.rs-blog .owl-stage-outer {
padding-bottom: 10px;
margin-top: -10px;
}
.rs-blog .blog-item:hover {
transform: translateY(-10px);
}
.rs-blog.style2 .blog-item {
transition: all 500ms ease;
border-radius: 5px;
box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
margin-top: 15px;
padding: 15px;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories li a {
border-radius: 8px 8px 8px 8px;
background-image: linear-gradient(150deg, #da4511 0%, #e7b723 100%);
}
.rs-blog.style2 .blog-item .blog-content {
padding: 30px 15px 18px 15px;
background: #fff;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date {
font-size: 14px;
color: #454545;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date i {
color: #106eea;
padding-right: 5px;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin {
font-size: 15px;
font-weight: 500;
color: #454545;
margin-left: 25px;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin i {
color: #106eea;
padding-right: 5px;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a {
color: #101010;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a:hover {
color: #FF5600;
}
.rs-blog.style2 .owl-stage-outer {
padding: 20px;
margin: -20px;
}
.rs-blog.style3 .blog-item .image-wrap .post-categories li a {
border-radius: 3px 3px 3px 3px;
background-image: linear-gradient(120deg, #6e71db 0%, #9c9ff9 100%);
}
.rs-blog.style3 .blog-item .blog-content .blog-meta .date i {
color: #787cf2;
}
.rs-blog.style3 .blog-item .blog-content .blog-meta .admin i {
color: #787cf2;
padding-right: 5px;
}
.rs-blog.style3 .blog-item .blog-content .blog-title a {
color: #101010;
}
.rs-blog.style3 .blog-item .blog-content .blog-title a:hover {
color: #787cf2;
}
.rs-inner-blog .blog-item {
background: #fff;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
border-radius: 15px;
padding: 15px;
transition: 0.3s;
}
.rs-inner-blog .blog-item .blog-img {
position: relative;
}
.rs-inner-blog .blog-item .blog-img a img {
border-radius: 10px;
}
.rs-inner-blog .blog-item .blog-img .post-categories {
position: absolute;
z-index: 11;
bottom: 20px;
right: 20px;
z-index: 10;
}
.rs-inner-blog .blog-item .blog-img .post-categories li {
display: inline-block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a {
border-radius: 30px;
color: #ffffff;
background: #03228f;
background: -moz-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
background: -webkit-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
background: linear-gradient(to right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03228f', endColorstr='#0b70e1', GradientType=1);
transition: 0.4s;
font-size: 14px;
font-weight: 500;
padding: 6px 20px;
display: block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
background: linear-gradient(to left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
}
.rs-inner-blog .blog-item .blog-content {
padding: 25px 15px 25px;
overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
margin: 4px 0 10px;
font-size: 26px;
line-height: 35px;
font-weight: 700;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
color: #0a0a0a;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
color: #106eea;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
overflow: hidden;
margin: 0 0 5px;
padding: 0 0 12px;
font-size: 13px;
display: flex;
align-items: center;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
display: inline-block;
font-weight: 400;
font-size: 13px;
color: #999;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
color: #0B70E1;
margin-right: 3px;
font-size: 14px;
font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
display: inline-block;
padding: 0;
margin-right: 0;
line-height: normal;
color: #999;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
color: #0B70E1;
margin-right: 3px;
font-size: 14px;
font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
margin-right: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
font-size: 15px;
line-height: 27px;
font-weight: 400;
color: #454545;
margin-bottom: 20px;
}
.rs-inner-blog .widget-area .widget-title .title {
color: #101010;
font-size: 20px;
line-height: 26px;
font-weight: 600;
position: relative;
z-index: 1;
padding-bottom: 12px;
margin: 0;
}
.rs-inner-blog .widget-area .widget-title .title:before {
content: "";
position: absolute;
border: 0;
width: 50px;
height: 2px;
background: #106eea;
z-index: 1;
margin-left: 0;
bottom: 0;
left: 0;
}
.rs-inner-blog .widget-area .search-widget {
background: #fff;
padding: 40px 30px 40px;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
border: 1px solid #ddd;
color: #444444;
padding: 12px 17px;
width: 100%;
border-radius: 5px;
position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
background: transparent;
border: medium none;
color: #454545;
padding: 11px 15px 12px;
position: absolute;
display: block;
right: 0px;
top: 0;
z-index: 10;
font-size: 20px;
border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
font-weight: 600;
font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
color: #106eea;
}
.rs-inner-blog .widget-area .recent-posts {
background: #fff;
padding: 40px 30px;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
border-radius: 10px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
width: 100px;
float: left;
padding-right: 15px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
display: block;
font-size: 12px;
color: #888;
overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
font-size: 15px;
line-height: 22px;
font-weight: 500;
color: #0a0a0a;
display: block;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
color: #106eea;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date {
display: block;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i {
margin-right: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i:before {
font-size: 12px;
}
.rs-inner-blog .widget-area .categories {
background: #fff;
padding: 40px 30px 40px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
border-radius: 10px;
}
.rs-inner-blog .widget-area .categories li {
margin-top: 13px;
padding-top: 13px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .categories li a {
font-size: 15px;
font-weight: 500;
color: #101010;
}
.rs-inner-blog .widget-area .categories li a:hover {
color: #106eea;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta {
display: flex;
align-items: center;
padding: 0 0 30px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
color: #555;
font-size: 14px;
margin-right: 8px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
font-size: 13px;
margin-right: 3px;
color: #0B70E1;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
margin-right: 5px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
list-style: none;
display: inline-block;
padding-right: 10px;
color: #555;
font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
color: #0B70E1;
margin-right: 3px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
margin-right: 4px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
font-weight: 400;
color: #555;
font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
color: #106eea;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
color: #555;
font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
color: #0B70E1;
}
.rs-inner-blog .blog-details .blog-full .comment-title {
font-size: 24px;
margin-bottom: 40px;
margin-top: 35px;
}
.rs-inner-blog .blog-details .blog-full .comment-body {
display: flex;
border-bottom: 1px solid #ddd;
padding-bottom: 30px;
margin-bottom: 25px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .rstheme-logo {
margin-right: 28px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .rstheme-logo img {
border-radius: 50%;
max-width: unset;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta span {
display: block;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta span a {
color: #0a0a0a;
font-weight: 700;
line-height: 22px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-meta a {
font-size: 14px;
color: #909090;
}
.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
width: 100%;
padding: 15px 20px;
background-color: #F6F7F9;
border: none;
border-radius: 5px;
}
.rs-inner-blog .blog-details .blog-full .comment-note textarea {
height: 160px;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder { color: #454545;
opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder { color: #454545;
opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder { color: #454545;
opacity: 1;
} .rs-feature .icon-box-area {
padding: 50px 40px 41px 40px;
background-image: linear-gradient(90deg, #f69f6b 41%, #fbbb6a 100%);
border-radius: 5px 5px 5px 5px;
}
.rs-feature .icon-box-area .box-inner .icon-area {
margin-bottom: 15px;
}
.rs-feature .icon-box-area .box-inner .content-part .title {
font-size: 22px;
font-weight: 600;
line-height: 32px;
margin-bottom: 0;
}
.rs-feature .icon-box-area .box-inner .content-part .title a {
color: #fff;
}
.rs-feature .icon-box-area.blue-bg {
background-image: linear-gradient(90deg, #559cea 41%, #6ba3cb 100%);
}
.rs-feature .icon-box-area.purple-bg {
background-image: linear-gradient(90deg, #a040f3 41%, #a86ae3 100%);
}
.rs-feature .icon-box-area.pink-bg {
background-image: linear-gradient(90deg, #f954a1 41%, #f2a1c6 100%);
} .rs-call-action .action-wrap {
text-align: center;
margin: 0 auto;
max-width: 500px;
}
.rs-call-action .action-wrap .icon-img {
margin-bottom: 20px;
}
.rs-call-action .action-wrap .icon-img img {
width: 120px;
}
.rs-call-action .action-wrap .title {
font-size: 36px;
line-height: 50px;
font-weight: 700;
color: #ffffff;
text-decoration: underline;
margin-bottom: 15px;
}
.rs-call-action .action-wrap .title .watermark {
color: #FBAB9A;
}
.rs-call-action.style2 .action-wrap {
max-width: 520px;
}
.rs-call-action.style2 .action-wrap .title {
font-size: 42px;
color: #102b3e;
} .rs-partner {
background-image: linear-gradient(330deg, #00005b 0%, #020275 90%);
}
.rs-partner .partner-item .logo-img a {
overflow: hidden;
display: inline-block;
position: relative;
transition: all 0.3s ease-in-out;
}
.rs-partner .partner-item .logo-img a .hover-logo {
transition: all 0.3s ease-in-out;
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
visibility: hidden;
filter: grayscale(100%);
}
.rs-partner .partner-item .logo-img a .main-logo { transition: all 0.3s ease-in-out;
display: block;
}
.rs-partner .partner-item .logo-img a:hover .hover-logo {
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: block;
opacity: 3;
visibility: visible;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
filter: grayscale(0%);
}
.rs-partner .partner-item .logo-img a:hover .main-logo {
display: block;
visibility: hidden;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
filter: grayscale(100%);
}
.rs-partner.style2 {
box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.05);
background: #ffffff;
background-image: unset;
}
.rs-partner.style2.modify1 {
box-shadow: unset;
background: unset;
}
.rs-partner.style2.modify1 .title {
color: #717070;
font-size: 18px;
font-weight: 600;
}
.rs-partner.style3 {
background-image: unset;
background: url(../../../themes/oxit/assets/css/assets/images/bg/partners-bg.html);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-color: #00005B;
}
.rs-partner.style4 {
box-shadow: unset;
background-image: unset;
}
.rs-partner.style4.modify1 .partner-item {
padding: 0 10px;
}
.rs-partner.style5 {
background-image: linear-gradient(150deg, #03228f 46%, #0e73e4 100%);
} .rs-testimonial.main-home .testi-item .author-desc {
background: #ffffff;
padding: 70px 40px 80px 40px;
border-radius: 10px 10px 10px 10px;
box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
}
.rs-testimonial.main-home .testi-item .author-desc .desc {
text-align: center;
position: relative;
color: #333333;
padding: 61px 0px 10px 0px;
font-size: 17px;
line-height: 33px;
font-weight: 400;
}
.rs-testimonial.main-home .testi-item .author-desc .desc .quote {
width: 50px;
top: -13px;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.rs-testimonial.main-home .testi-item .author-desc .author-img {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 80px;
}
.rs-testimonial.main-home .testi-item .author-desc .author-img img {
width: 90px;
height: 90px;
border-radius: 50%;
}
.rs-testimonial.main-home .testi-item .author-part {
text-align: center;
padding-top: 70px;
}
.rs-testimonial.main-home .testi-item .author-part .name {
color: #0A0A0A;
font-size: 22px;
font-weight: 600;
display: block;
margin-bottom: 5px;
}
.rs-testimonial.main-home .owl-dots {
text-align: center;
margin-top: 47px;
}
.rs-testimonial.main-home .owl-dots .owl-dot {
width: 25px;
height: 8px;
display: inline-block;
margin: 0 6px;
padding: 3px 0;
border-radius: 30px;
border: none;
transition: all 0.3s ease;
background: #0B70E1;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-testimonial.main-home .owl-dots .owl-dot:hover,
.rs-testimonial.main-home .owl-dots .owl-dot.active {
width: 40px;
background: #0B70E1;
opacity: 1;
}
.rs-testimonial.main-home .owl-stage-outer {
padding: 45px 0;
margin: -45px 0;
}
.rs-testimonial.main-home.style2 .testi-item .author-desc {
background-image: linear-gradient(150deg, #000060 0%, #1e1eaa 98%);
box-shadow: unset;
}
.rs-testimonial.main-home.style2 .testi-item .author-desc .desc {
color: #ffffff;
font-size: 20px;
padding: 70px 50px 35px 50px;
}
.rs-testimonial.main-home.style2 .testi-item .author-part .name {
color: #ffffff;
}
.rs-testimonial.main-home.style2 .testi-item .author-part .designation {
color: #ffffff;
}
.rs-testimonial.main-home.style2.modify1 .overlayer {
position: relative;
}
.rs-testimonial.main-home.style2.modify1 .overlayer .testi-item .author-desc {
background-color: #03228F75;
background-image: unset;
box-shadow: unset;
border-radius: unset;
}
.rs-testimonial.main-home.style2.modify1 .overlayer:after {
background-color: #020E38;
opacity: 0.64;
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.rs-testimonial.main-home.style4 {
padding: 120px 0px 120px 0px;
border-radius: 270px 0px 0px 0px;
}
.rs-testimonial.main-home.style4 .testi-item {
padding: unset;
position: relative;
}
.rs-testimonial.main-home.style4 .testi-item .author-desc {
background: #ffffff;
padding: 40px 40px 80px 43px;
border-radius: 10px 10px 10px 10px;
box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
}
.rs-testimonial.main-home.style4 .testi-item .author-desc .desc {
text-align: unset;
position: unset;
color: #333333;
padding: 73px 0px 10px 0px;
font-size: 17px;
line-height: 33px;
font-weight: 400;
}
.rs-testimonial.main-home.style4 .testi-item .author-desc .desc .quote {
top: 44px;
position: absolute;
left: 7%;
transform: unset;
}
.rs-testimonial.main-home.style4 .testi-item .testimonial-content {
position: absolute;
display: flex;
align-items: center;
bottom: -40px;
}
.rs-testimonial.main-home.style4 .testi-item .testimonial-content .author-img img {
width: 90px;
height: 90px;
border-radius: 50px 50px 50px 50px;
}
.rs-testimonial.main-home.style4 .testi-item .testimonial-content .author-part {
padding-left: 15px;
text-align: unset;
padding-top: unset;
}
.rs-testimonial.main-home.style4.modify1 {
border-radius: unset;
position: relative;
}
.rs-testimonial.main-home.style4.modify1 .modify-gap {
padding-right: 220px;
padding-left: 50px;
}
.rs-testimonial.main-home.style4.modify1 .testi-img img {
max-width: 900px;
}
.rs-testimonial.main-home.style4.modify2 .testi-item .author-desc {
padding: 40px 40px 160px 43px;
}
.rs-testimonial.main-home.style4.modify2 .testi-item .testimonial-content {
bottom: 50px;
left: 34px;
}
.rs-testimonial.style3 .testi-item {
text-align: center;
}
.rs-testimonial.style3 .testi-item .author-desc {
background-image: linear-gradient(310deg, #0024ba 19%, #000060 65%);
padding: 100px 45px 40px 45px;
border-radius: 15px 15px 15px 15px;
box-shadow: -2px 16px 44px -32px rgba(0, 0, 0, 0);
position: relative;
}
.rs-testimonial.style3 .testi-item .author-desc .desc {
font-size: 18px;
line-height: 31px;
font-weight: 400;
color: #ffffff;
margin-bottom: 0;
}
.rs-testimonial.style3 .testi-item .author-desc .desc .quote {
width: 50px;
top: 36px;
position: absolute;
left: 44%;
}
.rs-testimonial.style3 .testi-item .author-desc:before {
top: 100%;
left: 15%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #061340;
border-width: 12px;
margin-left: -30px;
left: 55%;
z-index: 1;
}
.rs-testimonial.style3 .testi-item .testi-content .images-wrap img {
width: 90px;
height: 90px;
border-radius: 50%;
margin: 25px auto 18px;
}
.rs-testimonial.style3 .testi-item .testi-content .name {
font-size: 22px;
line-height: 32px;
font-weight: 600;
color: #101010;
display: block;
margin-bottom: 7px;
}
.rs-testimonial.style3 .testi-item .testi-content .name:hover {
color: #106eea;
}
.rs-testimonial.style3 .testi-item .testi-content .designation {
color: #878787;
margin-bottom: 0px;
}
.rs-testimonial.style3 .owl-dots {
text-align: center;
margin-top: 47px;
}
.rs-testimonial.style3 .owl-dots .owl-dot {
width: 25px;
height: 8px;
display: inline-block;
margin: 0 6px;
padding: 3px 0;
border-radius: 30px;
border: none;
transition: all 0.3s ease;
background: #0B70E1;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-testimonial.style3 .owl-dots .owl-dot:hover,
.rs-testimonial.style3 .owl-dots .owl-dot.active {
width: 40px;
background: #0B70E1;
opacity: 1;
}
.rs-testimonial.style3 .owl-stage-outer {
padding: 10px;
margin: -10px;
}
.rs-testimonial.style4 .testi-item {
background-color: #FDFDFD;
border-radius: 5px 5px 5px 5px;
padding: 60px 60px 60px 60px;
}
.rs-testimonial.style4 .testi-item .testi-content {
display: flex;
}
.rs-testimonial.style4 .testi-item .testi-content .images-wrap img {
width: 60px;
height: 60px;
border-radius: 4px 4px 4px 4px;
}
.rs-testimonial.style4 .testi-item .testi-content .testi-information {
padding-left: 15px;
position: relative;
}
.rs-testimonial.style4 .testi-item .testi-content .testi-information .testi-name {
color: #000000;
font-size: 20px;
font-weight: 500;
}
.rs-testimonial.style4 .testi-item .testi-content .testi-information .testi-title {
display: block;
color: #878787;
}
.rs-testimonial.style4 .testi-item .item-content-basic .desc {
color: #555555;
padding: 30px 0px 0px 0px;
}
.rs-testimonial.style4 .testi-item .item-content-basic .desc .quote {
width: 54px;
top: 55px;
position: absolute;
left: 71%;
z-index: 9;
}
.rs-testimonial.style4 .owl-nav .owl-next,
.rs-testimonial.style4 .owl-nav .owl-prev {
position: absolute;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
color: #FBFBFB;
border: 1px solid #fff;
transform: translateY(-50%);
transition: 0.6s ease all;
z-index: 9;
text-align: center;
}
.rs-testimonial.style4 .owl-nav .owl-next i:before,
.rs-testimonial.style4 .owl-nav .owl-prev i:before {
content: "\f111";
font-family: Flaticon;
font-size: 18px;
font-weight: 400;
}
.rs-testimonial.style4 .owl-nav .owl-next:hover,
.rs-testimonial.style4 .owl-nav .owl-prev:hover {
color: #ffffff;
}
.rs-testimonial.style4 .owl-nav .owl-next {
top: 249px;
left: -63%;
}
.rs-testimonial.style4 .owl-nav .owl-next i:before {
content: "\f110";
}
.rs-testimonial.style4 .owl-nav .owl-prev {
left: -75%;
top: 249px;
}
.rs-testimonial.style5 .testi-item {
background-image: linear-gradient(140deg, #03228f 0%, #4e95ed 100%);
padding: 70px 60px 70px 60px;
border-radius: 10px 10px 10px 10px;
text-align: center;
}
.rs-testimonial.style5 .testi-item p {
color: #fff;
font-size: 18px;
line-height: 35px;
margin-bottom: 0;
padding: 30px 35px 20px 35px;
}
.rs-testimonial.style5 .testi-item .testi-content {
display: flex;
align-items: center;
justify-content: center;
}
.rs-testimonial.style5 .testi-item .testi-content .testi-img {
padding-right: 15px;
}
.rs-testimonial.style5 .testi-item .testi-content .testi-img img {
width: 80px;
height: 80px;
border-radius: 50%;
}
.rs-testimonial.style5 .testi-item .testi-content .author-part {
text-align: left;
}
.rs-testimonial.style5 .testi-item .testi-content .author-part .name {
font-size: 16px;
line-height: 35px;
color: #fff;
letter-spacing: 1px;
margin-bottom: 0;
display: block;
}
.rs-testimonial.style5 .testi-item .testi-content .author-part .designation {
font-size: 14px;
line-height: 24px;
color: #fff;
display: block;
}
.rs-testimonial.style6 .testi-item {
background-color: #fff;
border-radius: 10px 10px 10px 10px;
box-shadow: 0px 0px 10px 0px rgba(232, 232, 232, 0.5);
padding: 92px 0px 90px 0px;
margin: 0 -15px 0 0;
}
.rs-testimonial.style6 .testi-item .testi-content {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 34px;
}
.rs-testimonial.style6 .testi-item .testi-content .images-wrap {
width: 90px;
height: 90px;
}
.rs-testimonial.style6 .testi-item .testi-content .images-wrap img {
border-radius: 50px 50px 50px 50px;
}
.rs-testimonial.style6 .testi-item .testi-content .testi-information {
padding: 0 0 0 25px;
text-align: left;
}
.rs-testimonial.style6 .testi-item .testi-content .testi-information .testi-name {
color: #102B3E;
font-size: 20px;
font-weight: 600;
line-height: 36px;
}
.rs-testimonial.style6 .testi-item .testi-content .testi-information .testi-title {
color: #404A50;
padding-bottom: 10px;
display: block;
}
.rs-testimonial.style6 .testi-item .testi-content .testi-information .rating img {
width: 100px;
}
.rs-testimonial.style6 .testi-item .item-content-basic {
padding: 0px 40px 0px 40px;
text-align: center;
}
.rs-testimonial.style6 .testi-item .item-content-basic p {
color: #272525;
font-size: 18px;
font-weight: 500;
font-style: italic;
line-height: 35px;
}
.rs-testimonial.style6 .testi-item .item-content-basic span img {
width: 32px;
top: 82%;
position: absolute;
left: 47%;
z-index: 9;
}
.rs-testimonial.style6 .owl-dots {
text-align: center;
margin-top: 47px;
}
.rs-testimonial.style6 .owl-dots .owl-dot {
width: 25px;
height: 8px;
display: inline-block;
margin: 0 6px;
padding: 3px 0;
border-radius: 30px;
border: none;
transition: all 0.3s ease;
background: #032390;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-testimonial.style6 .owl-dots .owl-dot:hover,
.rs-testimonial.style6 .owl-dots .owl-dot.active {
width: 40px;
background: #032390;
opacity: 1;
}
.rs-testimonial.style7 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/testimonial-bg.html);
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
}
.rs-testimonial.style7 .testi-main {
margin: 0px 0px 0px 0px;
padding: 0px 100px 0px 150px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content {
display: flex;
align-items: center;
border-radius: 3px;
background: #ffffff;
box-shadow: 0 0 30px #eee;
margin: 40px 37px 30px 100px;
padding: 50px 30px 50px 50px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .images-wrap img {
border-radius: 3px;
height: 263px;
max-width: 263px;
width: 263px;
margin-left: -150px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information {
padding-left: 45px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information p {
color: #102B3E;
font-size: 22px;
font-weight: 500;
font-style: italic;
line-height: 35px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information .testi-name {
color: #102B3E;
font-size: 20px;
font-weight: 600;
line-height: 36px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information .testi-title {
color: #404A50;
}
.rs-testimonial.style7 .owl-nav .owl-next,
.rs-testimonial.style7 .owl-nav .owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
background: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
text-align: center;
color: #ffffff;
}
.rs-testimonial.style7 .owl-nav .owl-next i,
.rs-testimonial.style7 .owl-nav .owl-prev i {
margin-top: 15px;
}
.rs-testimonial.style7 .owl-nav .owl-next i:before,
.rs-testimonial.style7 .owl-nav .owl-prev i:before {
content: "\f115";
font-family: Flaticon;
font-size: 18px;
font-weight: 400;
}
.rs-testimonial.style7 .owl-nav .owl-next:hover,
.rs-testimonial.style7 .owl-nav .owl-prev:hover {
background: linear-gradient(0deg, #03228f 10%, #0e73e4 100%);
color: #ffffff;
}
.rs-testimonial.style7 .owl-nav .owl-next {
right: -75px;
left: unset;
}
.rs-testimonial.style7 .owl-nav .owl-next i:before {
content: "\f114";
font-size: 18px;
font-weight: 400;
}
.rs-testimonial.style7 .owl-nav .owl-prev {
right: unset;
left: -105px;
}
.rs-testimonial.style7 .owl-nav .owl-prev i:before {
content: "\f115";
font-size: 18px;
font-weight: 400;
}
.rs-testimonial.style8 .testi-item {
background: #fff;
padding: 50px 35px;
border-radius: 4px;
}
.rs-testimonial.style8 .testi-item .item-content-basic span img {
width: 100px;
}
.rs-testimonial.style8 .testi-item .item-content-basic p {
font-size: 20px;
line-height: 35px;
font-weight: 500;
color: #101010;
margin-bottom: 32px;
padding-top: 20px;
}
.rs-testimonial.style8 .testi-item .testi-information {
display: flex;
align-items: center;
}
.rs-testimonial.style8 .testi-item .testi-information .img-part img {
border-radius: 50%;
}
.rs-testimonial.style8 .testi-item .testi-information .testi-content {
padding-left: 25px;
}
.rs-testimonial.style8 .testi-item .testi-information .testi-content .testi-name {
font-size: 20px;
line-height: 26px;
font-weight: 600;
color: #101010;
margin-bottom: 2px;
}
.rs-testimonial.style8 .testi-item .testi-information .testi-content .testi-title {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #454545;
margin-bottom: 0;
}
.rs-testimonial.style8 .owl-dots {
text-align: center;
margin-top: 47px;
}
.rs-testimonial.style8 .owl-dots .owl-dot {
width: 15px;
height: 8px;
display: inline-block;
margin: 0 6px;
padding: 3px 0;
border-radius: 30px;
background: #0d58ba;
border: none;
transition: all 0.3s ease;
}
.rs-testimonial.style8 .owl-dots .owl-dot:hover,
.rs-testimonial.style8 .owl-dots .owl-dot.active {
width: 40px;
opacity: 1;
background: #f2541b;
}
.rs-testimonial.style8 .owl-stage-outer {
padding: 10px;
margin: -10px;
}
.rs-testimonial.style9 .testi-item {
display: flex;
background-color: #fff;
border-radius: 5px 5px 5px 5px;
box-shadow: 0px 0px 15px 0px #eee;
padding: 40px 40px 15px 35px;
}
.rs-testimonial.style9 .testi-item .testi-content {
display: block;
margin-right: 30px;
flex: 0 0 30%;
padding-top: 12px;
max-width: 30%;
}
.rs-testimonial.style9 .testi-item .testi-content .images-wrap img {
width: 75px;
height: 75px;
border-radius: 50%;
margin-bottom: 12px;
}
.rs-testimonial.style9 .testi-item .testi-content .testi-information .testi-name {
font-size: 20px;
font-weight: 600;
line-height: 36px;
color: #191821;
}
.rs-testimonial.style9 .testi-item .testi-content .testi-information .testi-title {
color: #404A50;
}
.rs-testimonial.style9 .testi-item .testi-content .testi-information .ratings {
margin-top: 10px;
}
.rs-testimonial.style9 .testi-item .testi-content .testi-information .ratings img {
width: 100px;
}
.rs-testimonial.style9 .testi-item .item-content p {
font-size: 18px;
font-weight: 400;
line-height: 32px;
color: #454545;
}
.rs-testimonial.style9 .owl-dots {
text-align: center;
margin-top: 47px;
}
.rs-testimonial.style9 .owl-dots .owl-dot {
width: 25px;
height: 8px;
display: inline-block;
margin: 0 6px;
padding: 3px 0;
border-radius: 30px;
border: none;
transition: all 0.3s ease;
background: #787cf2;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-testimonial.style9 .owl-dots .owl-dot:hover,
.rs-testimonial.style9 .owl-dots .owl-dot.active {
width: 40px;
background: #787cf2;
opacity: 1;
}
.rs-testimonial.style9 .owl-stage-outer {
padding: 45px 0;
margin: -45px 0;
}
.rs-testimonial.style10 {
padding-left: 15%;
padding-top: 120px;
padding-bottom: 80px;
margin-top: -370px;
position: relative;
}
.rs-testimonial.style10 .slick-list {
padding: 15px 300px 15px 15px !important;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item {
display: flex;
align-items: center;
vertical-align: middle;
border-radius: 3px;
background: #fff;
box-shadow: 0 0 25px #eee;
padding: 30px 30px 30px 35px;
margin: 40px 45px 40px 100px;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .images-wrap {
position: relative;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .images-wrap img {
max-width: 263px;
width: 231px !important;
height: 314px !important;
margin-left: -150px;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content {
padding: 0px 0px 0px 30px;
position: relative;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content span img {
top: 74%;
position: absolute;
left: 73.5%;
opacity: 0.5;
width: 60px;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content p {
font-size: 16px;
font-style: italic;
margin: 0 27px 15px 0;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content .testi-informations .testi-name {
font-size: 18px;
color: #0A0A0A;
font-weight: 600;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slider.slider-for2 .testi-item .item-content .testi-informations .testi-title {
font-size: 15px;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow {
position: absolute;
font-size: 0;
background-image: linear-gradient(90deg, #483afa 0%, #982ef5 100%);
border: none;
color: #ffffff;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
z-index: 1;
top: -18%;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow:before {
content: "\f115";
font-family: Flaticon;
font-size: 18px;
font-weight: 400;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow.slick-prev {
right: 27%;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow.slick-next {
right: 22.5%;
}
.rs-testimonial.style10 .testi-top-section .slick-part .slick-arrow.slick-next:before {
content: "\f114";
} .rs-shop-part .woocommerce-result-count {
font-size: 15px;
line-height: 26px;
color: #454545;
font-weight: 400;
margin: 0;
}
.rs-shop-part .from-control {
float: right;
font-size: 15px;
color: #454545;
font-weight: 400;
vertical-align: top;
padding: 10px;
border: 1px solid #ced4da;
border-radius: 5px;
}
.rs-shop-part .product-list .image-product {
position: relative;
}
.rs-shop-part .product-list .image-product .overley i {
position: absolute;
bottom: 150px;
right: 13px;
background: transparent;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.rs-shop-part .product-list .image-product .overley i:before {
font-size: 30px;
color: #ffffff;
font-weight: 400;
background: #106eea;
border: none ;
padding: 8px 10px 8px;
height: 45px;
width: 45px;
line-height: 45px;
border-radius: 5px;
}
.rs-shop-part .product-list .image-product .onsale {
font-size: 13px;
color: #ffffff;
font-weight: 700;
line-height: 40px;
background: #106eea;
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
display: inline-block;
position: absolute;
top: 13px;
right: 13px;
}
.rs-shop-part .product-list .content-desc .loop-product-title {
margin: 0;
font-size: 18px;
line-height: 50px;
color: #454545;
font-weight: 700;
}
.rs-shop-part .product-list .content-desc .loop-product-title a {
color: #101010;
font-size: 18px;
line-height: 52px;
font-weight: 600;
}
.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
color: #106eea;
}
.rs-shop-part .product-list .content-desc .price {
font-size: 20px;
line-height: 30px;
color: #106eea;
font-weight: 700;
margin: 0;
}
.rs-shop-part .product-list .content-desc .price del {
opacity: 0.6;
padding-right: 10px;
}
.rs-shop-part .product-list:hover .image-product .overley i {
opacity: 1;
visibility: visible;
bottom: 13px;
} .rs-single-shop .single-product-image .images-single {
z-index: 1 !important;
}
.rs-single-shop .single-product-image img {
width: 100%;
}
.rs-single-shop .single-price-info .product-title {
font-size: 25px;
font-weight: 700;
margin-bottom: 12px;
}
.rs-single-shop .single-price-info .single-price {
color: #106eea;
font-weight: 600;
}
.rs-single-shop .single-price-info .some-text {
margin-top: 15px;
}
.rs-single-shop .single-price-info form {
margin-bottom: 30px;
}
.rs-single-shop .single-price-info form input {
height: 40px;
width: 70px;
line-height: 40px;
text-align: center;
padding-left: 10px;
border: 1px solid rgba(54, 54, 54, 0.1);
outline: none;
}
.rs-single-shop .single-price-info p.category {
margin: 0;
padding-top: 25px;
border-top: 1px solid #e6e6e6;
font-size: 14px;
}
.rs-single-shop .single-price-info p.category span {
font-weight: 700;
padding-right: 10px;
}
.rs-single-shop .single-price-info p.category a {
color: #454545;
}
.rs-single-shop .single-price-info p.category a:hover {
color: #106eea;
}
.rs-single-shop .single-price-info .tag {
margin: 0;
}
.rs-single-shop .single-price-info .tag span {
font-weight: 700;
}
.rs-single-shop .tab-area {
margin-top: 50px;
}
.rs-single-shop .tab-area ul.nav-tabs {
border-bottom: 1px solid #f0f0f0;
margin-bottom: 32px;
}
.rs-single-shop .tab-area ul.nav-tabs li {
margin-right: 3px;
}
.rs-single-shop .tab-area ul.nav-tabs li .nav-link {
padding: 10px 30px;
display: inline-block;
border-radius: 4px 4px 0 0;
font-size: 18px;
background: #f0f0f0;
color: #101010;
font-weight: 600;
}
.rs-single-shop .tab-area ul.nav-tabs li .nav-link:hover,
.rs-single-shop .tab-area ul.nav-tabs li .nav-link.active {
background: #106eea;
color: #ffffff;
}
.rs-single-shop .tab-area ul.nav-tabs li:last-child {
margin-right: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
font-weight: 700;
margin-bottom: 34px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
margin: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
margin-bottom: 5px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
margin-bottom: 23px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
font-size: 15px;
font-weight: 600;
color: #454545;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
max-width: 600px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
margin-bottom: 15px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
font-weight: 600;
display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
border: 1px solid rgba(54, 54, 54, 0.1);
padding: 10px 15px;
margin-bottom: 10px;
width: 100%;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
width: 100%;
padding: 10px 15px;
height: 75px;
border: 1px solid rgba(54, 54, 54, 0.1);
margin-bottom: 20px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
font-weight: 600;
margin-bottom: 18px;
display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
display: inline;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
color: #106eea;
font-weight: normal;
} .rs-cart .cart-wrap table.cart-table {
border: 1px solid rgba(0, 0, 0, 0.1);
width: 100%;
border-collapse: collapse;
}
.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
padding: 25px;
text-align: center;
border: 1px solid #ccc;
}
.rs-cart .cart-wrap table.cart-table th {
border: none;
font-size: 18px;
padding: 25px;
text-align: center;
vertical-align: middle;
font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table td {
border-bottom: none;
border-left: none;
border-right: none;
border-top: 1px solid #e6e6e6;
}
.rs-cart .cart-wrap table.cart-table .product-remove a {
margin: 0 auto;
color: #101010;
display: block;
border-radius: 100%;
border: 1px solid #ddd;
font-size: 16px;
font-weight: 400;
height: 20px;
width: 20px;
line-height: 17px;
text-align: center;
}
.rs-cart .cart-wrap table.cart-table .product-remove a:hover {
background: #ff0000;
color: #ffffff;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail {
min-width: 32px;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
width: 80px;
height: auto;
}
.rs-cart .cart-wrap table.cart-table .product-name a {
color: #454545;
font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-name a:hover {
color: #106eea;
}
.rs-cart .cart-wrap table.cart-table .product-price {
font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-quantity input {
border: 1px solid #e6e6e6;
border-radius: 4px;
padding: 0 0 0 10px;
max-width: 65px;
margin: 0 auto;
outline: none;
}
.rs-cart .cart-wrap table.cart-table .action .coupon {
float: left;
}
.rs-cart .cart-wrap table.cart-table .action .coupon input {
box-sizing: border-box;
border: 1px solid #d3ced2;
padding: 6px 6px 5px;
margin: 0 4px 0 0;
outline: none;
width: 320px;
border-radius: 4px;
height: 45px;
margin-right: 20px;
text-align: left;
padding-left: 22px;
}
.rs-cart .cart-collaterals {
width: 100%;
overflow: hidden;
}
.rs-cart .cart-collaterals .cart-totals {
float: right;
width: 48%;
}
.rs-cart .cart-collaterals .cart-totals .title {
font-weight: 700;
color: #454545;
text-transform: capitalize;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table {
text-align: left;
width: 100%;
border-collapse: collapse;
border-radius: 5px;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
font-size: 18px;
font-weight: 700;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
padding: 30px 10px;
} .rs-checkout .checkout-title {
margin-bottom: 30px;
}
.rs-checkout .checkout-title h3 {
font-size: 26px;
margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card {
border: unset;
border-top: 3px solid #106eea;
border-radius: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header {
border: none;
margin: 0;
border-radius: unset;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
margin-right: 10px;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
background: unset;
border: none;
color: #106eea;
transition: all 0.3s ease;
outline: none;
cursor: pointer;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
color: #106eea;
}
.rs-checkout .coupon-toggle .accordion .card .card-body {
border: 1px solid #d3ced2;
padding: 20px 20px 50px 20px;
margin-top: 2em;
text-align: left;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
width: 47%;
float: left;
margin-right: 50px;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
width: 100%;
height: 45px;
outline: none;
padding: 10px 18px;
color: #454545;
border: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-checkout .full-grid {
margin-top: 25px;
}
.rs-checkout .full-grid .form-content-box {
margin-bottom: 50px;
}
.rs-checkout .full-grid .form-content-box .form-group label {
line-height: 2;
display: block;
margin-bottom: 5px;
font-weight: 600;
}
.rs-checkout .full-grid .form-content-box .form-group select {
color: #666666;
opacity: .5;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border: 1px solid #ccc;
border-radius: 0;
height: 45px;
line-height: 45px;
cursor: pointer;
width: 100%;
outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group textarea {
height: 4em;
line-height: 1.5;
display: block;
box-shadow: none;
width: 100%;
border: 1px solid rgba(54, 54, 54, 0.1);
padding: 10px 18px;
margin: 0;
outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
border: 1px solid rgba(54, 54, 54, 0.1);
height: 45px;
padding: 10px 18px;
width: 100%;
margin: 0;
outline: none;
line-height: normal;
border-radius: unset;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
margin-bottom: 10px !important;
}
.rs-checkout .full-grid .ordered-product table {
width: 100%;
}
.rs-checkout .full-grid .ordered-product table tr th {
border: 1px solid #ccc;
padding: 9px 12px;
}
.rs-checkout .full-grid .ordered-product table tr td {
border: 1px solid #ccc;
padding: 6px 12px;
}
.rs-checkout .full-grid .payment-method .top-area {
border-bottom: 1px solid #d3ced2;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co {
margin-bottom: 20px;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co span {
font-weight: 600;
margin-right: 10px;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0 2em;
font-size: .92em;
border-radius: 2px;
line-height: 1.5;
background-color: #f9f9f9;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
content: '';
display: block;
border: 1em solid #f9f9f9;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -0.75em;
left: 0;
margin: -1em 0 0 2em;
} .rs-my-account .title {
font-size: 42px;
line-height: 52px;
font-weight: 600;
color: #101010;
margin: 0;
}
.rs-my-account .rs-login {
border: 1px solid rgba(54, 54, 54, 0.1);
padding: 20px;
text-align: left;
border-radius: 5px;
}
.rs-my-account .rs-login .form-group label {
display: block;
font-size: 15px;
line-height: 30px;
font-weight: 600;
color: #454545;
}
.rs-my-account .rs-login .form-group label span {
color: #106eea;
}
.rs-my-account .rs-login .form-group input {
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
border: 1px solid rgba(54, 54, 54, 0.1);
height: 45px;
}
.rs-my-account .rs-login .last-password a {
font-size: 15px;
line-height: 26px;
font-weight: 400;
color: #106eea;
}
.rs-my-account .rs-login p {
font-size: 15px;
line-height: 26px;
font-weight: 400;
color: #454545;
margin-bottom: 14px;
}
.rs-my-account .rs-login p a {
font-size: 15px;
line-height: 26px;
font-weight: 400;
color: #106eea;
} .rs-footer {
background: url(../../../themes/oxit/assets/images/oxit/footer-bg.png);
background-color: #F5F6F9;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.rs-footer .footer-top {
padding: 40px 0 15px;
}
.rs-footer .footer-top .footer-logo img {
width: 170px;
}
.rs-footer .footer-top .widget-title {
font-size: 22px;
line-height: 40px;
font-weight: 600;
color: #101010;
margin-bottom: 10px;
}
.rs-footer .footer-top .site-map li {
margin-bottom: 5px;
}
.rs-footer .footer-top .site-map li a {
font-size: 16px;
color: #454545;
}
.rs-footer .footer-top .site-map li a:hover {
color: #106eea;
}
.rs-footer .footer-top .footer-social li {
display: inline;
margin-right: 5px;
}
.rs-footer .footer-top .footer-social li a {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
color: #555;
text-align: center;
font-size: 15px;
transition: all .8s ease;
background: rgba(255, 255, 255, 0.9);
}
.rs-footer .footer-top .footer-social li a i {
line-height: 35px;
}
.rs-footer .footer-top .footer-social li a:hover {
color: #ffffff;
background: #106eea;
}
.rs-footer .footer-top .footer-social li:last-child {
margin: 0;
}
.rs-footer .footer-top .address-widget li {
padding: 0px 0px 8px 30px;
position: relative;
}
.rs-footer .footer-top .address-widget li .desc a {
color: #454545;
}
.rs-footer .footer-top .address-widget li .desc a:hover {
color: #106eea;
}
.rs-footer .footer-top .address-widget li i {
color: #106eea;
position: absolute;
left: 0px;
}
.rs-footer .footer-top .address-widget li i:before {
font-size: 20px;
}
.rs-footer .footer-top .widget-desc {
margin: 0;
}
.rs-footer .footer-top p {
margin: 30px 0 0;
position: relative;
}
.rs-footer .footer-top p input[type=email] {
border: none;
width: 91%;
font-size: 13px;
padding: 16px 60px 16px 20px;
margin: 0;
color: #0a0a0a;
overflow: hidden;
border-radius: 30px 0 0 30px;
background: #fff;
box-shadow: 0 0 25px #eeeeee;
}
.rs-footer .footer-top p input[type="submit"] {
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
border-radius: 50%;
padding: 15px 28px 15px;
font-family: "Flaticon";
font-size: 0;
border: none;
}
.rs-footer .footer-top p i {
position: absolute;
right: 0;
top: 0;
bottom: 0;
padding: 12px 20px;
pointer-events: none;
color: #ffffff;
}
.rs-footer .footer-top p ::-webkit-input-placeholder { color: #454545;
opacity: 1;
}
.rs-footer .footer-top p ::-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-footer .footer-top p :-ms-input-placeholder { color: #454545;
opacity: 1;
}
.rs-footer .footer-top p :-moz-placeholder { color: #454545;
opacity: 1;
}
.rs-footer .footer-bottom {
padding: 5px 0;
background: rgba(255, 255, 255, 0.4);
}
.rs-footer .footer-bottom .copyright p {
margin: 0;
}
.rs-footer .footer-bottom .copyright p a {
color: #454545;
}
.rs-footer .footer-bottom .copyright p a:hover {
color: #106eea;
}
.rs-footer .footer-bottom .copy-right-menu li {
display: inline-block;
position: relative;
padding: 0px 19px 0 25px;
}
.rs-footer .footer-bottom .copy-right-menu li a {
color: #454545;
}
.rs-footer .footer-bottom .copy-right-menu li a:hover {
color: #106eea;
}
.rs-footer .footer-bottom .copy-right-menu li:before {
display: block;
content: "";
position: absolute;
font-size: 18px;
background: #106eea;
left: 0;
top: 50%;
width: 6px;
height: 6px;
transform: translateY(-50%);
border-radius: 50%;
}
.rs-footer .footer-bottom .copy-right-menu li:first-child:before {
display: none;
}
.rs-footer.style1 .footer-top .widget-title {
color: #102b3e;
}
.rs-footer.style1 .footer-top .site-map li a:hover {
color: #f2541b;
}
.rs-footer.style1 .footer-top .footer-social li a:hover {
background: #f2541b;
}
.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
color: #f2541b;
}
.rs-footer.style1 .footer-top .address-widget li i {
color: #f2541b;
}
.rs-footer.style1 .footer-top p input[type="submit"] {
background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}
.rs-footer.style1 .footer-bottom .copyright p a:hover {
color: #f2541b;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
color: #f2541b;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
background: #f2541b;
}
.rs-footer.style1.home14-footer-style .footer-bottom .copyright p a:hover,
.rs-footer.style1.home14-footer-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.home14-footer-style .footer-top .address-widget li i,
.rs-footer.style1.home14-footer-style .footer-top .site-map li a:hover {
color: #ff7045;
}
.rs-footer.style1.home14-footer-style .footer-top p input[type="submit"],
.rs-footer.style1.home14-footer-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.home14-footer-style .footer-top .footer-social li a:hover {
background: #ff7045;
}
.rs-footer.style2 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/footer-bg2.html);
background-color: #F5F6F9;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.rs-footer.style2 .footer-top {
padding: 92px 0 65px;
}
.rs-footer.style2 .footer-top .footer-logo img {
height: 40px;
}
.rs-footer.style2 .footer-top .widget-title {
color: #ffffff;
}
.rs-footer.style2 .footer-top .site-map li a {
color: #ffffff;
}
.rs-footer.style2 .footer-top .site-map li a:hover {
color: #03228f;
}
.rs-footer.style2 .footer-top .footer-social li {
display: inline;
margin-right: 5px;
}
.rs-footer.style2 .footer-top .footer-social li a {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
color: #555;
text-align: center;
font-size: 15px;
transition: all .8s ease;
background: rgba(255, 255, 255, 0.9);
}
.rs-footer.style2 .footer-top .footer-social li a:hover {
color: #ffffff;
background: #106eea;
}
.rs-footer.style2 .footer-top .footer-social li:last-child {
margin: 0;
}
.rs-footer.style2 .footer-top .address-widget li {
padding: 0px 0px 16px 40px;
position: relative;
}
.rs-footer.style2 .footer-top .address-widget li .desc {
color: #ffffff;
}
.rs-footer.style2 .footer-top .address-widget li .desc a {
color: #ffffff;
}
.rs-footer.style2 .footer-top .address-widget li .desc a:hover {
color: #03228f;
}
.rs-footer.style2 .footer-top .widget-desc {
margin: 0;
}
.rs-footer.style2 .footer-top p input[type=email] {
box-shadow: unset;
}
.rs-footer.style2 .footer-bottom {
background: transparent;
border-color: rgba(80, 90, 100, 0.56) !important;
border-top: 1px solid;
}
.rs-footer.style2 .footer-bottom .copyright p {
color: #ffffff;
}
.rs-footer.style2 .footer-bottom .copyright p a {
color: #ffffff;
}
.rs-footer.style2 .footer-bottom .copyright p a:hover {
color: #03228f;
}
.rs-footer.style2 .footer-bottom .copy-right-menu li a {
color: #ffffff;
}
.rs-footer.style2.modify1 {
background: unset;
background-color: unset;
}
.rs-footer.style2.modify1 .footer-top .site-map li a:hover {
color: #1273EB;
}
.rs-footer.style2.modify1 .footer-top .address-widget li i:before {
color: #fd6509;
}
.rs-footer.style2.modify1 .footer-top .address-widget li .desc a:hover {
color: #1273EB;
}
.rs-footer.style2.modify1 .footer-bottom {
background: #000000;
border-color: unset;
border-top: unset;
}
.rs-footer.style2.modify1 .footer-bottom .copyright p {
color: #ffffff;
}
.rs-footer.style2.modify1 .footer-bottom .copyright p a {
color: #ffffff;
}
.rs-footer.style2.modify1 .footer-bottom .copyright p a:hover {
color: #1273EB;
}
.rs-footer.style2.modify1 .footer-bottom .copy-right-menu li a {
color: #ffffff;
}
.rs-footer.style2.modify1 .footer-bottom .copy-right-menu li a:hover {
color: #1273EB;
}
.rs-footer.style3 {
background: #F5F6F9;
background-size: cover;
}
.rs-footer.style3 .footer-top .widget-title {
color: #102b3e;
}
.rs-footer.style3 .footer-top .site-map li a:hover {
color: #1273EB;
}
.rs-footer.style3 .footer-top .footer-social li a:hover {
background: #787cf2;
}
.rs-footer.style3 .footer-top .address-widget li .desc a:hover {
color: #1273EB;
}
.rs-footer.style3 .footer-top .address-widget li i {
color: #1273EB;
}
.rs-footer.style3 .footer-top p input[type="submit"] {
background: #787cf2;
}
.rs-footer.style3 .footer-top p input[type="submit"]:hover {
opacity: .9;
}
.rs-footer.style3 .footer-bottom .copyright p a:hover {
color: #1273EB;
}
.rs-footer.style3 .footer-bottom .copy-right-menu li a:hover {
color: #1273EB;
}
.rs-footer.style3 .footer-bottom .copy-right-menu li:before {
background: #787cf2;
}
.rs-footer.style3.onepage-style4 {
background: url(../../../themes/oxit/assets/css/assets/images/bg/footer-bg.html);
background-color: #F5F6F9;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} .page-error {
background: url(../../../themes/oxit/assets/css/assets/images/bg/error.html);
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
display: flex;
align-items: center;
width: 100%;
height: 100vh;
}
.page-error .error-not-found {
position: relative;
background: #cfd0ef;
width: 650px;
padding: 50px;
height: 650px;
border-radius: 50%;
margin: 0 auto;
text-align: center;
}
.page-error .error-not-found .error-content {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.page-error .error-not-found .title {
font-size: 35px;
line-height: 52px;
font-weight: 700;
color: #101010;
margin-bottom: 30px;
}
.page-error .error-not-found .title span {
font-size: 251px;
line-height: 171px;
font-weight: 700;
color: #101010;
display: block;
padding-bottom: 70px;
} #scrollUp {
text-align: center;
bottom: 40px;
cursor: pointer;
display: none;
position: fixed;
right: 20px;
z-index: 999;
border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
border-radius: 50%;
height: 40px;
font-size: 24px;
font-weight: 600;
width: 42px;
color: #fff;
line-height: 36px;
transition: all 0.3s ease;
margin-left: 2px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
opacity: 0.8;
}
#scrollUp.oranage i {
background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}
#scrollUp.oranage2 i {
background: #ff7045;
}
#scrollUp.purple-color i {
background: #787cf2;
} .loader {
background-color: #ffffff;
height: 100%;
width: 100%;
position: fixed;
margin-top: 0;
top: 0;
z-index: 999999;
}
.loader .loader-container {
width: 50px;
height: 50px;
background-color: #106eea;
border-radius: 100%;
-webkit-animation: sk-scaleout 1s infinite ease-in-out;
animation: sk-scaleout 1s infinite ease-in-out;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.loader.orange-loader .loader-container {
background: #ff7045;
}
@-webkit-keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
}
100% {
-webkit-transform: scale(1);
opacity: 0;
}
}
@keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}  @keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
@-webkit-keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
.move-y {
animation: move-y 2s alternate infinite;
-webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(0, 10px, 0);
-webkit-transform: translate3d(0, 10px, 0);
}
}
.dance3 {
-webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
0% {
-webkit-transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
}
}
.dance {
-webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
0% {
-webkit-transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
}
}
.dance2 {
-webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
}
50% {
-webkit-transform: translate3d(15px, -15px, 0);
}
100% {
-webkit-transform: translate3d(0, -15px, 15px);
}
}
.watermark-animate {
-webkit-animation: watermark-animate 8s infinite;
animation: watermark-animate 8s infinite;
animation-direction: alternate-reverse;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
@keyframes watermark-animate {
0% {
left: 0;
}
100% {
left: 100%;
}
}
.rs-rain-animate {
position: relative;
}
.rs-rain-animate .container {
position: relative;
z-index: 1;
}
.rs-rain-animate .line-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: auto;
width: calc(100%);
pointer-events: none;
overflow: hidden;
z-index: 0;
max-width: 1240px;
}
.rs-rain-animate .line-inner .line {
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: calc(50%);
background: #fff;
z-index: 1;
}
.rs-rain-animate .line-inner .line:after {
content: "";
display: block;
position: absolute;
height: 80px;
width: 3px;
top: -20%;
left: -1px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 39%, #1273eb 130%, #1273eb 59%);
background-color: rgba(0, 0, 0, 0);
-webkit-animation: rain-line 13s 0s linear infinite;
animation: rain-line 13s 0s linear infinite;
animation-delay: 0s;
}
.rs-rain-animate .line-inner .line:nth-child(1) {
left: 2px !important;
}
.rs-rain-animate .line-inner .line:nth-child(1):after {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.rs-rain-animate .line-inner .line:nth-child(3) {
left: unset !important;
right: 2px;
}
.rs-rain-animate .line-inner .line:nth-child(3):after {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.rs-rain-animate .line-inner.style2 .line {
background: rgba(255, 255, 255, 0.1);
}
.rs-rain-animate .line-inner.style2 .line:after {
background-color: #fff;
}
.rs-rain-animate .line-inner.orange-dark .line {
background: rgba(255, 255, 255, 0.1);
}
.rs-rain-animate .line-inner.orange-dark .line:after {
background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
}
@keyframes rain-line {
0% {
top: -20%;
}
100% {
top: 100%;
}
}
@-webkit-keyframes rain-line {
0% {
top: -20%;
}
100% {
top: 100%;
}
}
.up-down {
animation: up-down 3s alternate infinite;
-webkit-animation: up-down 3s alternate infinite;
}
@keyframes up-down {
0% {
transform: translateY(10px);
-webkit-transform: translateY(0);
}
50% {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
}
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
}
}
@-webkit-keyframes up-down {
0% {
transform: translateY(30px);
-webkit-transform: translateY(0);
}
50% {
transform: translateY(-50px);
-webkit-transform: translateY(-50px);
}
100% {
transform: translateY(0);
-webkit-transform: translateY(0);
}
}
.horizontal {
animation-name: horizontal;
animation-duration: 12s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.horizontal.new-style {
animation-duration: 15s;
}
@keyframes horizontal {
0% {
transform: translateX(0);
}
50% {
transform: translateX(100px);
}
100% {
transform: translateX(0);
}
}
.vertical {
animation-name: vertical;
animation-duration: 12s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.vertical.new-style {
animation-duration: 15s;
}
@keyframes vertical {
0% {
transform: translateY(0);
}
50% {
transform: translateY(100px);
}
100% {
transform: translateY(0);
}
}
.rotated-style {
animation: rotated-style 5s linear infinite;
}
@keyframes rotated-style {
0% {
-webkit-transform: translate(0) rotate(0);
transform: translate(0) rotate(0);
}
25% {
transform: translate(-10px, 10px) rotate(10deg);
}
50% {
transform: translate(5px, -5px) rotate(25deg);
}
75% {
transform: translate(15px, -5px) rotate(15deg);
}
100% {
transform: translate(0) rotate(0);
}
}
.fadeinup {
animation-duration: 2s;
animation-name: fadeInUp;
}
@keyframes fadeinup {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.fadeinup2 {
animation-duration: 3s;
animation-name: fadeInUp;
}
@keyframes fadeinup2 {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
00% {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-duration: 2s;
animation-name: fadeInRight;
}
@keyframes  {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
 @media only screen and (min-width: 1300px) {
.container {
max-width: 1240px;
width: 100%;
}
} @media only screen and (max-width: 1700px) {
.rs-about.style2 .image-part img {
max-width: 45%;
}
.rs-testimonial.main-home.style4.modify1 .testi-img img {
max-width: 100%;
}
.rs-testimonial.main-home.style4.modify1 .modify-gap {
padding: 0 15px;
}
}
@media only screen and (max-width: 1440px) {
.rs-banner.style5 .banner-img .images-part {
right: 0;
}
.rs-banner.style5 .banner-content .title{
font-size: 48px;
}
.rs-banner.style3.modify1 .images-part img {
max-width: 590px;
}
.rs-banner.style3.modify1 .images-part {
right: 40px;
}
.rs-about.style2.modify1 .images img {
max-width: 575px;
}
.sec-right {
right: -15%;
}
.bg12 {
padding: 140px 100px 130px 30px;
}
.rs-project.style3 .project-item .project-content .portfolio-inner {
width: auto;
}
.rs-about .rs-animation-shape .bottom-shape,
.rs-about .rs-animation-shape .middle {
left: -40px;
}
}
@media only screen and (max-width: 1366px) {   
.full-width-header .rs-header.style2.btn-style .menu-area .main-menu .rs-menu ul.mega-menu {
right: -160px;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.mega-menu {
right: -300px;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li {
margin-right: 25px;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li,
.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li {
margin-left: 0;
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a {
padding-right: 30px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
margin-right: 42px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
padding-left: 25px !important;
padding-right: 25px !important;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.mega-menu {
right: -15px;
}
.rs-banner.style3 .images-part{
right: 0;
}
.rs-case-study .bg12 {
padding: 120px 120px 100px 50px;
}
.rs-banner.style6 .images-part{
right: 0;
}
.sec-left,
.sec-right {
display: none;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .quote-btn a {
padding-right: 20px;
font-size: 13px;
}
.arrow-btn {
top: 120%;
left: 50%;
}
}
@media only screen and (max-width: 1365px) {    
.full-width-header .rs-header .menu-area .container-fluid .main-menu .rs-menu ul.mega-menu {
min-width: 1150px;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.nav-menu li {
margin-right: 25px;
}
}
@media only screen and (max-width: 1299px) {
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
min-width: 1110px;
}
.full-width-header .rs-header .menu-area .container-fluid .main-menu .rs-menu ul.mega-menu {
min-width: 1050px;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.mega-menu {
right: -255px;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.mega-menu {
min-width: 1140px;
right: -315px;
}
.full-width-header .rs-header.style4 .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
min-width: 1060px;
right: -275px;
}
}
@media only screen and (max-width: 1199px) {
.lg-pl-pr-15,
.lg-col-padding > [class*="col-"] {
padding-right: 15px !important; 
padding-left: 15px !important;
}
.lg-pr-50 {
padding-right: 50px;
}
.full-width-header .rs-header .menu-area .container-fluid .main-menu .rs-menu ul.mega-menu {
min-width: 850px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
min-width: 930px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column {
min-width: 500px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title, 
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
padding: 10px;
}
.full-width-header .rs-header.style2.btn-style .menu-area .main-menu .rs-menu ul.mega-menu {
right: -15px;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.mega-menu {
right: -175px;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.mega-menu {
min-width: 960px;
right: -270px;
}
.full-width-header .rs-header.style4 .menu-area.sticky .main-menu .rs-menu ul.mega-menu {
min-width: 890px;
right: -230px;
}
.full-width-header .rs-header.style4 .menu-area .main-menu .rs-menu ul.nav-menu li {
margin-right: 18px;
} .full-width-header .rs-header .topbar-area.style2.modify1 .topbar-contact li {
margin-right: 0;
padding-right: 0;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li,
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li {
margin-right: 18px;
}
.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search > a {
padding-right: 0;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn {
display: none;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
padding: 50px 30px;
}
.rs-services.style2 .flip-box-inner .flip-box-wrap .back-front {
height: 100%;
}
.rs-testimonial.style3 .testi-item .author-desc {
padding: 100px 20px 40px;
}
.rs-counter.style2 .counter-top-area .counter-list {
display: block; 
}
.rs-counter.style2 .counter-top-area .counter-list .count-icon {
padding-right: 0;
margin-bottom: 30px;
}
.rs-video-wrap.style3 .rs-requset {
padding: 40px 40px;
}
.rs-banner.style9 .banner-content .title {
font-size: 46px;
line-height: 58px;
}
.rs-services.style8 .services-item {
padding: 50px 28px 50px 28px;
}
.rs-services.style8 .services-item .services-img img {
height: 70px;
width: 70px;
}
.sec-title4 .title {
font-size: 28px;
line-height: 1.2;
}
.sec-title3 .title {
font-size: 33px;
line-height: 35px;
}
.rs-banner.style9 .banner-content .desc {
font-size: 16px;
line-height: 29px;
}
.rs-services.style8 .services-item .services-content .services-title .title {
font-size: 19px;
line-height: 27px;
}
.rs-services.style4 .services-item .services-content .desc {
font-size: 14px;
}
.rs-video-wrap .video-item {
padding: 334px 0 395px;
}
.rs-banner.style2 .banner-content {
padding: 140px 0 120px;
}
.rs-services.style7 .services-item .services-content .services-txt {
padding-right: 0;
}
.sec-title6 .title.new-title {
font-size: 35px;
}
.rs-testimonial.style8 .testi-item .item-content-basic p {
font-size: 17px;
line-height: 32px;
}
.rs-testimonial.style8 .testi-item {
padding: 40px 28px;
}
.rs-process.style6 .tab-area .nav li .tab-item h3 {
font-size: 20px;
line-height: 32px;
}
.rs-process.style6 .tab-area .nav li .tab-item {
padding: 14px 16px;
}
h4 {
font-size: 21px;
}
.rs-banner.style3 .banner-content .title {
font-size: 35px;
line-height: 1.3;
}
.rs-banner.style3 .rs-videos .animate-border .popup-border {
left: 54%;
}
.rs-process.modify1 .rs-addon-number .number-text{
margin-left: 15px;
margin-right: 15px;
padding-left: 20px;
padding-right: 20px;
}
.rs-process.modify1 .rs-addon-number .number-text .number-area{
left: -54px;
}
.rs-cta.style1 .title-wrap .epx-title {
font-size: 33px;
line-height: 43px;
}
.rs-banner.style3.modify2 .rs-animation {
display: none;
}
.rs-banner.style3.modify2 .banner-img img {
max-width: 450px;
}
.rs-case-studies-single .services-add,
.rs-process.style3 .rs-addon-number{
padding-left: 20px;
padding-right: 20px;
}
.rs-services.style4.modify1 .services-item,
.rs-services.style4 .services-item{
padding-left: 15px;
padding-right: 15px;
}
.rs-about.style3 .rs-animation-image .middle-img {
left: 0;
top: 25px;
}
.progress-pie-part .box .title{
font-size: 20px;
}
.rs-banner.style7 .banner-content .title {
font-size: 40px;
margin: 0px 0px 17px 0px;
}
.rs-testimonial.style4 .owl-nav .owl-prev {
left: -76%;
}
.rs-testimonial.style4 .owl-nav .owl-next {
left: -60%;
}
.rs-testimonial.style4 .testi-item{
padding: 30px;
}
.rs-banner.style5 .banner-content .title {
font-size: 40px;
line-height: 1.4;
}
.rs-banner.style5 .banner-img .images-part{
max-width: 45%;
}
.rs-services.style6 .services-item {
padding: 0 20px;
}
.rs-services.style6 .services-item .services-content .services-title .title{
font-size: 20px;
}
.rs-banner.style5 .banner-content {
padding: 180px 0 200px;
}
.rs-banner.style6 .banner-content .title {
font-size: 40px;
line-height: 1.4;
}
.rs-banner.style6 .images-part {
right: 0;
max-width: 470px;
}
.rs-testimonial.style7 .testi-main{
padding-left: 100px;
padding-right: 60px;
}
.rs-about.style2.modify2 .about-img img {
max-width: 100%;
}
.rs-slider.style2 .slider-content .sl-title2,
.rs-slider.style2 .slider-content .sl-title{
font-size: 64px;
line-height: 74px;
}
.rs-slider.style2 .slider-content .sl-title{
margin-bottom: 10px;
}
.rs-services-single .services-add .title {
font-size: 20px;
}
.rs-services-single .services-add .contact a {
font-size: 26px;
}
.readon.learn-more {
padding: 14px 35px 14px 35px;
}
.rs-rain-animate .line-inner {
max-width: 960px;
}
.rs-banner.style3.modify1 .rs-videos .animate-border .popup-border {
left: 40px;
}
.rs-banner.style3.modify1 .images-part img {
max-width: 517px;
}
.rs-banner.style3.modify1 .banner-content .title {
font-size: 40px;
line-height: 56px;
}
.rs-services.style3 .services-item.services-item {
padding: 50px 30px;
}
.rs-about.style2.modify1 .images img {
max-width: unset;
width: 100%;
}
.rs-project.style3 .project-item .project-img a img {
width: 300px; 
max-width: 300px; 
}
.rs-project.style3.modify1.mod {
padding: 0 30px;
margin-left: 0;
}
.rs-case-study .bg12 {
padding: 112px 20px 80px 30px;
}
.rs-project.style3 .project-item .project-content .portfolio-inner {
left: 10px;
right: 10px;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title {
margin-top: 0;
font-size: 20px;
line-height: 24px;
margin-bottom: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.full-width-header.header-style2.md-mod .container-fluid {
padding-left: 40px;
padding-right: 40px;
}
.rs-blog .blog-item .blog-content {
padding: 30px 10px 18px;
}
.rs-testimonial.main-home .testi-item .author-desc .desc {
font-size: 15px;
}
.rs-testimonial.main-home .testi-item .author-desc {
padding: 60px 30px 70px;
}
.rs-pricing .pricing-table {
padding: 22px 30px 0;
}
.rs-project.style1 .project-item .project-content .title {
font-size: 20px;
margin-bottom: 5px;
}
.rs-project.style1 .project-item .project-content {
left: 30px;
right: 30px;
padding: 30px 0;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .quote-btn a {
font-size: 13px;
padding: 14px 10px;
padding-right: 20px;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul li i::before {
font-size: 14px;
padding-left: 10px;
}
.full-width-header .rs-header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search > a {
padding-right: 12px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
margin-right: 18px;
}
.arrow-btn {
top: 120%;
left: 50%;
}
.bg3 {
margin: 0 15px 0 0;
padding: 70px 30px 65px;
}
.sec-title .title{
font-size: 27px;
}
.rs-counter {
margin-top: -58px;
position: absolute;
min-width: 720px;
right: 100px;
}
.rs-services.main-home .services-item {
padding: 60px 20px 50px 25px;
}
.rs-about .rs-animation-shape .middle {
left: -20px;
top: -50px;
}
.rs-about .rs-animation-shape .bottom-shape {
left: -20px;
}
.rs-contact .contact-wrap {
padding: 25px 35px 50px;
}
.rs-banner.main-home .content-wrap .it-title {
font-size: 38px;
line-height: 1.3;
}
.rs-contact .contact-wrap .content-part .title {
font-size: 18px;
}
.rs-contact .contact-wrap .content-part .desc {
font-size: 14px;
}
.rs-technology .technology-item{
padding-left: 20px;
padding-right: 20px;
}
.rs-services.main-home.style1 .services-item .services-icon .image-part img {
width: 75px;
height: 75px;
}
.rs-services.main-home .services-item .services-content .services-text .services-title {
font-size: 19px;
}
.rs-services.main-home .services-item .services-content .services-desc p {
font-size: 14px;
}
.rs-services.main-home.style1 .services-item {
padding: 30px;
}
.rs-banner.style3.modify2 .banner-img {
right: 50px;
top: 166px;
}
.rs-services.style4 .services-item .services-content .title {
font-size: 18px;
}
.rs-about.style2.modify2 .about-img img {
max-width: 420px;
}
.rs-about.style2.modify2 .about-img {
right: 30px;
top: 150px;
}
.rs-industry .all-services .services-item .services-wrap .services-text .title {
font-size: 15px;
}
.rs-industry .all-services .services-item .services-wrap .services-icon img {
height: 60px;
width: 60px;
}
.rs-industry .all-services .services-item .services-wrap {
padding: 30px 20px;
}
.rs-feature .icon-box-area .box-inner .content-part .title{
font-size: 20px;
}
.rs-feature .icon-box-area{
padding-left: 18px;
padding-right: 18px;
}
}
@media screen and (min-width: 992px){
.nav-menu .rs-mega-menu > a:after, 
.nav-menu > .menu-item-has-children > a:after {
content: "\f107";
font-family: FontAwesome;
float: right;
margin: 2px 0 0 5px;
display: none;
}
.sticky{ 
background: #fff !important;
position: fixed !important;
top: 0px;
z-index: 999;
margin: 0 auto !important;
padding: 0;
left: 0;
right: 0;
width: 100%;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-name: sticky-animation;
animation-name: sticky-animation;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.full-width-header.home14style {
display: none;
}
}
@media only screen and (max-width: 991px) {
.hidden-md {
display: none !important;
}
.md-pr-0 {
padding-right: 0;
}
.sec-title2 .title,
.sec-title .title{
font-size: 30px;
line-height: 1.4;
}
.rs-process.modify1 .sec-title .title{
padding: 0 30px;
}
.md-center {
text-align: center !important;
}
.order-first,
.order-last {
order: unset;
}
.rs-project.style3{
padding: 75px 0 80px;
}
.md-pb-395{
padding-bottom: 395px;
}
.rs-banner.style3.modify2 .banner-content .banner-btn li .rs-videos .animate-border a{
left: 60%;
}
.rs-banner.style7 .banner-content {
padding: 178px 0 150px;
}
.rs-counter {
right: auto;
position: relative;
margin: 80px 30px 0;
min-width: auto;
}
.rs-process .process-wrap.bg3{
margin-right: 0;
}
.rs-slider.style1 .slider-content,
.rs-slider.style1 .slider-content.slide1 {
padding: 160px 0 170px;
} .logo-part {
float: left;
height: 81px;
line-height: 62px;
width: 200px;
}
.rs-call-action.style2 .action-wrap .title {
font-size: 36px;
}    
.main-menu {
width: 100%;
}
.full-width-header .rs-header.style4.modify1 .menu-area .logo-part img{
transition: 0.4s;
-webkit-transition: 0.4s;
max-height: 40px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu,
.full-width-header .rs-header .menu-area .container-fluid .main-menu .rs-menu ul.mega-menu,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu.two-column,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.mega-menu,
.full-width-header .rs-header.style2.btn-style .menu-area .main-menu .rs-menu ul.mega-menu,
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.mega-menu,
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.mega-menu,
.full-width-header .rs-header.style3.modify2 .menu-area .main-menu .rs-menu ul.mega-menu {
min-width: unset !important;
left: unset !important;
right: unset !important;
}
.full-width-header .rs-header.style3.modify1 .menu-area .main-menu .rs-menu ul.mega-menu,
.full-width-header .rs-header.style3.modify2 .menu-area .main-menu .rs-menu ul.mega-menu,
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.mega-menu {
margin-top: 0;
}
.full-width-header .rs-header.style4.modify1 .menu-area .box-layout {
background: unset;
margin-top: unset;
padding: 0px 20px;
}
.full-width-header .mobile-menu {
display: block;
height: 81px;
line-height: 81px;
}
.full-width-header .rs-header .topbar-area {
display: none;
}
.full-width-header .rs-header .menu-area .logo-area img{
max-width: 35px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
display: none;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
float: unset !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
right: unset;
left: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a,
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.nav-menu li a {
color: #111;
margin: 0 20px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
color: #106eea;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a::before {
display: none;
}
.full-width-header .menu-area.sticky .mobile-menu .rs-menu-toggle {
color: #106eea;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table {
display: block;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
color: #787CF2;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a {
color: #101010;
}
.full-width-header .rs-header.style3.modify3 .menu-area .row-table .main-menu .rs-menu ul.nav-menu li a:hover {
color: #787CF2;
}
.rs-cart .cart-wrap table.cart-table .action .coupon input{
width: 250px;
}
.rs-footer .footer-bottom .copy-right-menu,.copyright{
text-align: center;
}
.rs-footer .footer-top p{
max-width: 380px;
}
.rs-pricing .pricing-table{
max-width: 500px;
margin: 0 auto;
}
.rs-pricing {
margin-top: -190px;
}
.readon.buy-now {
padding: 7px 32px;
top: -24px;
}
.rs-pricing .pricing-table .pricing-table-body {
margin-bottom: 32px;
}
.rs-pricing .pricing-table .pricing-icon {
margin-bottom: 30px;
}
.rs-project.style1 .project-item .project-content .category {
font-size: 14px;
}
.rs-call-us .image-part img {
display: none;
}
.rs-counter.main-counter-home {
margin-top: 80px;
position: unset;
min-width: unset;
right: unset;
padding: 0;
}
.bg3 {
text-align: center;
margin: 0 31px 0 0;
padding: 80px 40px 80px;
}
.rs-about .rs-animation-shape .pattern {
position: unset;
top: 22px;
}
.rs-about .rs-animation-shape .bottom-shape {
left: -15px;
}
.rs-about .rs-animation-shape .middle {
left: -40px;
top: -56px;
}
.dance {
-webkit-animation: unset;
}
.dance2 {
-webkit-animation: unset;
}
.rs-banner.main-home {
min-height: 1200px;
}
.rs-banner.main-home .content-wrap {
padding-top: unset;
}
.rs-banner.main-home .content-wrap .it-title {
font-size: 47px;
line-height: 1.3;
}
.rs-contact .contact-wrap {
max-width: 450px;
}
.rs-about .rs-animation-shape .middle {
left: -15px;
top: -80px;
}
.rs-process .rs-addon-number .number-text .number-txt {
padding-right: 0;
}
.rs-services.main-home.style1 {
margin-top: 10px;
}
.rs-services.style6 .services-item .services-icon {
padding-bottom: 20px;
}
.rs-banner.style2 .banner-content .btn {
padding:16px 0 0;
}
.rs-banner.style2 .banner-content .readon.buy-now {
top: 0;
}
.rs-services.main-home.style2 .services-item {
padding: 65px 15px 35px;
margin: 0;
}
.rs-banner.style2 .banner-content {
padding: 230px 0 210px;
}
.rs-slider.style1 .slider-content .sl-title,
.rs-slider.style1 .slider-content .sl-sub-title{
margin-bottom: 0;
}
.rs-slider.style1 .slider-content .sl-desc{
font-size: 18px;
line-height: 1.3;
}
.rs-slider.style1 .slider-content .sl-sub-title{
line-height: 1.3;
font-size: 30px;
}
.rs-slider.style1 .slider-content .sl-title {
font-size: 65px;
line-height: 1.4;
margin-bottom: 10px;
}
.rs-counter.style2 {
padding: 80px 0 72px;
}
.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number {
padding: 0 0 5px;
margin: 0;
}
.rs-video-wrap {
margin-top: 0;
}
.rs-video-wrap .video-item {
padding: 234px 0 315px;
}
.rs-banner.style3{
padding: 150px 0 200px;
}
.rs-banner.style3 .banner-content .desc{
font-size: 18px;
}
.rs-banner.style3 .banner-content {
max-width: 420px;
}
.rs-banner.style3 .images-part{
top: 50%;
}
.rs-video-wrap .rs-requset {
padding: 70px 50px;
}
.rs-about.style2 .image-part {
position: relative;
margin-bottom: 30px;
}
.rs-about.style2 .image-part img {
max-width: 85%;
}
.rs-testimonial.style3 .testi-item .author-desc::before {
margin-left: 0;
left: 50%;
transform: translateX(-50%);
}
.rs-services.style2 .flip-box-inner {
max-width: 500px;
margin: 0 auto;
}
.rs-about.style3 .rs-animation-image .middle-img {
top: 5px;
}
.rs-project.style3.modify1.case-style3 {
padding: 90px 0;
}
.rs-case-study .bg12 {
padding: 75px 30px 20px;
}
.rs-case-study .rs-project.style3.modify1 {
padding: 0 30px 80px;
margin-left: 0;
}
.rs-industry .all-services .services-item {
width: 50%;
}
.rs-industry .all-services .services-item .services-wrap .services-icon img {
height: 50px;
width: 50px;
}
.rs-services.style3.modify1 .services-item.services-item {
padding: 50px 18px;
}
.rs-banner.style5 .banner-content .title {
font-size: 34px;
}
.rs-banner.style5 .banner-content .desc{
padding-right: 0;
}
.rs-banner.style5 .banner-img .images-part {
max-width: 37%;
}
.rs-testimonial.main-home.style4.modify1 .testi-img {
left: 125px;
top: 80px;
position: unset;
}
.rs-banner.style6 .banner-content .title {
font-size: 34px;
}
.rs-banner.style6 .banner-content{
padding: 80px 0 0;
}
.rs-banner.style6 .images-part {
max-width: 340px;
}
.sec-title6 .desc,
.rs-skillbar.style1.modify3{
padding-right: 0;
}
.md-pb-185 {
padding-bottom: 185px;
}
.rs-services.style3.modify2 .services-item {
padding: 35px 20px !important;
}
.rs-testimonial.main-home.style4.modify1 .testi-img img {
max-width: 100%;
}
.rs-testimonial.style7 .testi-main{
padding-left: 35px;
padding-right: 0;
}
.rs-testimonial.main-home.style4.modify1 {
padding: 80px 0;
}
.rs-testimonial.style7 .owl-nav .owl-next {
right: -28px;
}
.rs-testimonial.style7 .owl-nav .owl-prev {
left: -60px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information p{
font-size: 18px;
}
.rs-about.style2.modify2 .about-img {
position: unset;
}
.rs-banner.style3.modify2 .banner-img {
position: unset;
}
.rs-banner.style3.modify2 {
padding: 130px 0 0px;
}
.rs-banner.style8 .banner-content {
padding: 220px 0 260px;
}
.arrow-btn {
top: 87%;
}
.rs-banner.style8 .banner-content .title {
font-size: 42px;
line-height: 52px;
}
.rs-banner.style3.modify2 .banner-img img {
max-width: 100%;
}
.rs-video-wrap.style2 .rs-requset {
padding: 100px 40px 100px 40px;
}
.dance3 {
display: none;
}
.rs-about .software-img img {
max-width: 100%;
}
.sec-title4 .sub-text {
font-size: 14px;
}
.sec-title4 .title {
font-size: 30px;
}
.readon.buy-now.sl-btn {
padding: 14px 18px;
display: inline-block;
margin-top: 40px;
}
.rs-why-choose.style3 .features-wrap .title {
font-size: 36px;
}
.rs-services.style5 .services-item {
padding: 20px 20px 20px 20px;
margin: unset;
}
.rs-cta.style1 .button-wrap{
text-align: left;
}
.rs-services.style4 .services-item .services-content .title {
font-size: 20px;
}
.rs-services.style4.modify1.services3 .services-item {
margin: unset;
}
.rs-banner.style3.modify1 {
padding: 270px 0px 130px 0px;
}
.rs-banner.style3.modify1 .banner-content {
max-width: 470px; 
}
.rs-videos .animate-border.white-color.style3 .popup-border {
bottom: 320px;
}
.rs-contact.mod1 .contact-wrap {
max-width: 100%;
}
.rs-testimonial.main-home.style4.modify1.md-fixing {
padding: 70px 0 120px;
}
.rs-rain-animate .line-inner {
max-width: 720px;
}
.rs-project.style3 .project-item .project-img a img {
width: 100%;
max-width: 100%;
}
.rs-banner.style9 .images-part img {
max-width: 100%;
transform: unset;
}
.rs-banner.style9 .banner-content {
padding: 170px 0 100px;
}
.rs-about.style5 .about-bg .about-animate,
.rs-banner.style9 .banner-animation{
display: none;
}
.rs-services.style3.modify2 .services-item {
display: block;
}
.rs-services.style3.modify2 .services-item .services-content {
padding: unset;
}
.rs-services.style3.modify2 .services-item:hover .services-content {
padding: unset;
}
.rs-services.style3 .services-item .services-icon {
margin-bottom: 20px;
}
.rs-services.style3 .services-item .services-icon .image-part .main-img {
height: 60px;
width: 60px;
}
.rs-services.style3 .services-item .services-icon .image-part .hover-img {
height: 60px;
width: 60px;
}
.sec-title5 .title.title2 {
font-size: 28px;
line-height: 38px;
}
.rs-counter.style3.modify3 {
margin-top: unset;
}
.pb-215 {
padding-bottom: 80px;
}
.rs-counter.style3.modify3 .counter-top-area .counter-list .counter-text::before {
background: unset;
}
.rs-counter.style3.modify3 .counter-top-area {
padding: 70px 20px 80px 20px;
}
.md-center {
text-align: center !important;
}
.rs-call-action .sec-title3 .title {
font-size: 30px;
line-height: 40px;
}
}
@media only screen and (max-width: 767px) {
.rs-testimonial.style9 .testi-item .item-content p {
margin-top: 20px;
}
.rs-testimonial.style9 .testi-item .testi-content {
margin-right: 0;
max-width: unset;
}
.rs-testimonial.style9 .testi-item {
display: block;
padding: 30px 30px 10px 25px;
}
.rs-slider.style2 .slider-content .sl-title2, 
.rs-slider.style2 .slider-content .sl-title {
font-size: 50px;
line-height: 60px;
}
.rs-services.style5 .services-item .services-content {
padding: 0px 0px 0px 8px;
}
.rs-banner.style8 .banner-content .sub-title {
font-size: 16px;
line-height: 30px;
}
.rs-services.style3.modify2 .services-item {
margin: unset;
}
.rs-banner.style8 .banner-content .title {
font-size: 30px;
line-height: 40px;
}
.arrow-btn {
top: 73%;
}
.rs-banner.style8 .banner-content {
padding: 180px 0 220px;
}
.readon.started.get-ready3 {
padding: 12px 35px 12px 35px;
font-size: 14px;
}
.sec-title6 .title.new-title {
font-size: 26px;
}
.sec-title6 .sub-text {
font-size: 16px;
line-height: 30px;
}
.readon.qoute-btn {
font-size: 14px;
padding: 12px 26px;
}
.rs-services.style7 .services-item .services-content .services-title .title {
font-size: 20px;
line-height: 30px;
}
.rs-project.style8 .project-item .project-content .project-inner .category {
font-size: 20px;
line-height: 34px;
}
.sec-title6 .title {
font-size: 31px;
}
.gridFilter button + button {
margin-left: 5px;
}
.gridFilter button {
font-size: 14px;
padding: 4px 16px;
}
.rs-banner.style8 .banner-content .banner-btn li {
margin-right: 10px;
}
.rs-services.style5 .services-item .services-content .services-title {
font-size: 18px;
margin-bottom: 5px;
}
.rs-services.style5 .services-item .services-icon img {
height: 55px;
width: 55px;
}
.rs-case-study .rs-project.style3 .project-item {
max-width: 380px;
margin: 55px auto 0;
}
.rs-services.style5 .services-item .services-content .services-desc {
font-size: 14px;
}
.rs-banner.style7 .banner-content {
padding: 158px 0 130px;
}
.rs-project.style6.modify1 .project-item .project-content {
margin-top: 10px;
}
.rs-shop-part .from-control{
float: unset;
}
.rs-slider.style1 .slider-content .sl-title {
font-size: 50px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count{
font-size: 45px;
}
.rs-counter.style2 .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
top: 16px;
}
.rs-contact.style2 .contact-box-wrap {
padding: 70px 30px 70px 30px;
}
.rs-my-account .title,
.rs-team-Single .btm-info-team .con-info .title,
.rs-why-choose.style3 .features-wrap .title,
.rs-banner.style6 .banner-content .title,
.rs-call-action .action-wrap .title,
.rs-about.style4 .about-content .title,
.rs-banner.style5 .banner-content .title,
.sec-title5 .title,
.rs-banner.style3 .banner-content .title{
font-size: 28px;
}
.rs-step {
padding: 170px 0;
}
.rs-banner.style4 .banner-content{
padding-top: 100px;
padding-bottom: 100px;
}
.bg3 {
margin: unset;
padding: 60px 20px 60px;
}
.sec-title3 .desc {
font-size: 16px;
}
.sec-title3 .title {
font-size: 36px;
margin-bottom: 20px;
}
.sec-title .title{
font-size: 26px;
}
.rs-counter .counter-top-area .counter-list .counter-text .title {
font-size: 17px;
line-height: 1.2;
}
.rs-counter.style4 .counter-top-area .counter-list .counter-text .count-number .rs-count,
.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count {
font-size: 40px;
}
.rs-footer .footer-top p{
max-width: 280px;
}
.rs-blog .blog-item .blog-content .blog-title {
font-size: 17px;
}
.rs-pricing .pricing-table{
max-width: 420px;
}
.rs-pricing .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
font-size: 40px;
}
.rs-services.main-home .services-item .services-icon {
margin-bottom: 20px;
}
.rs-services.main-home .services-item .services-content .services-text .services-title {
font-size: 20px;
margin-bottom: 8px;
}
.rs-services.main-home .services-item .services-icon .image-part img {
width: 70px;
height: 70px;
}
.rs-services .bg-section .shape-part .left-side img{
height: 200px;
width: 200px;
}
.rs-services.style4.modify1 .services-item .services-icon img {
width: 40px;
height: 40px;
}
.rs-banner.style2 .banner-content .title {
font-size: 40px;
line-height: 50px;
}
.rs-banner.style2 .banner-content .title-small {
font-size: 25px;
line-height: 32px;
}
.rs-banner.style2 .banner-content {
padding: 190px 0 170px;
}
.rs-banner.style2 .banner-content .sub-title {
margin-bottom: 5px;
}
.rs-about .rs-animation-shape .middle-image2 .dance {
max-width: 335px;
}
.rs-banner.style3 .banner-content{
max-width: 100%;
}
.rs-banner.style4 .banner-content .title {
font-size: 45px;
line-height: 1.3;
}
.rs-testimonial .bg10{
padding-left: 30px;
padding-right: 30px;
}
.rs-about .rs-animation-shape .middle,
.rs-about .rs-animation-shape .bottom-shape,
.rs-process .shape-animation .shape-process,
.rs-banner.style6 .images-part,
.rs-banner.style5 .banner-img .images-part{
display: none;
}
.rs-banner.style5 .banner-img .layer-img {
bottom: 20px;
max-width: 100px;
}
.rs-banner.style5 .banner-content {
padding: 120px 0 60px;
}
.rs-testimonial.style6 .testi-item .item-content-basic{
padding-left: 20px;
padding-right: 20px;
}
.rs-counter.style4 .bg19{
padding: 80px 20px 35px;
}
.rs-banner.style6 .banner-content .desc{
padding-right: 0;
}
.rs-testimonial.style7 .testi-main,
.rs-testimonial.style7 .testi-main .testi-item .testi-content .testi-information{
padding-left: 0;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content{
margin: 30px;
display: block;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content{
padding: 30px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content .images-wrap img {
margin-left: 0;
margin-bottom: 20px;
height: auto;
width: auto;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
font-size: 23px;
line-height: 32px;
margin: 0 5px;
}
.mt-34 {
font-size: 24px;
}
h3 {
font-size: 23px;
}
.rs-testimonial.style5 .testi-item {
padding: 60px 40px 60px 40px;
}
.rs-testimonial.style5 .testi-item p {
font-size: 16px;
padding: 30px 20px 20px 20px;
}
.rs-rain-animate .line-inner {
max-width: 540px;
}
.rs-cart .cart-wrap table.cart-table td {
display: block;
}
.rs-cart .cart-wrap table.cart-table .action {
text-align: left !important;
}
.rs-cart .cart-wrap table.cart-table .action .coupon {
float: none;
margin-bottom: 30px;
text-align: left !important;
display: block;
}
.rs-cart .cart-wrap table.cart-table .action .coupon input {
padding: 0 20px;
margin: 0 10px 10px 0;
width: calc(100% - 200px);
}
.rs-cart .cart-wrap table.cart-table .action .update-cart button.add-btn {
display: block;
text-align: center;
width: 100%;
}
.rs-cart .cart-wrap table.cart-table th {
display: none;
}
.rs-cart .cart-collaterals .cart-totals {
float: none;
width: 100%;
}
}
@media only screen and (max-width: 575px) {
.full-width-header.header-style3 .rs-header .menu-area.sticky .container,
.full-width-header.header-style3 .rs-header .menu-area .container,
.md-container,
.sm-container,
.md-row-container {
max-width: 100%;
}
.xs-center {
text-align: center;
}
.container-fluid2 {
padding-left: 15px;
padding-right: 15px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .canvas-map iframe {
width: 300px;
}
.full-width-header .rs-header .right_menu_togle.custom .inner-offcanvas .off-menu ul.menu-part > li > a {
font-size: 25px;
line-height: 30px;
padding: 15px 0;
}
.full-width-header .rs-header .right_menu_togle.custom .inner-offcanvas .off-menu ul.menu-part li.has-children .toggle-btn {
top: 20px;
}
.rs-banner.style5 .banner-img .layer-img,
.rs-carousel .owl-dots {
display: none;
}
.rs-video-wrap .rs-requset {
padding: 60px 20px;
}
.rs-banner.style2 .banner-content .title {
font-size: 36px;
line-height: 46px;
}
.rs-call-action.style2 .action-wrap .title {
font-size: 32px;
}
.sec-title6 .title {
font-size: 26px;
line-height: 1.2;
}
.sec-title6 .title.new-title {
font-size: 23px;
}
.rs-industry .all-services .services-item {
width: 100%;
}
.rs-banner.style5 .banner-content{
padding-bottom: 0;
}
.rs-technology.style2 .technology-wrap{
max-width: 240px;
margin: 0 auto;
}
.rs-banner.style8 .banner-content .title {
font-size: 27px;
line-height: 37px;
}
.rs-banner.style8 .banner-content .sub-title {
font-size: 14px;
line-height: 27px;
}
.rs-slider.style2 .slider-content .sl-title2, 
.rs-slider.style2 .slider-content .sl-title {
font-size: 28px;
line-height: 38px;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
font-size: 20px;
line-height: 30px;
}
.rs-video-wrap .video-item {
padding: 145px 0 215px;
}
.rs-rain-animate .line-inner {
max-width: calc(100% - 15px);
}
.rs-about .rs-animation-shape .middle,
.rs-about .rs-animation-shape .bottom-shape {
left: -10px;
}
}
@media only screen and (max-width: 480px) {
.rs-testimonial.style9 .testi-item {
padding: 30px 18px 10px 20px;
}
.rs-banner.style9 .banner-content .sub-text {
font-size: 16px;
line-height: 26px;
}
.rs-banner.style9 .banner-content .title {
font-size: 40px;
line-height: 50px;
}
.rs-banner.style9 .banner-content {
padding: 150px 0 80px;
}
ul.listing-style li {
display: flex;
align-items: center;
}
.rs-banner.style7 .banner-content .desc {
font-size: 17px;
margin: 0px 0px 40px 0px;
}
.rs-banner.style7 .banner-content {
padding: 138px 0 110px;
}
.rs-banner.style7 .banner-content .title {
font-size: 26px;
margin: 0px 0px 16px 0px;
}
.rs-banner.style8 .banner-content .banner-btn li {
display: block;
margin: 0 0 20px;
}
.arrow-btn {
top: 82%;
}
.rs-call-action.style2 .action-wrap .title {
font-size: 24px;
}
.rs-testimonial.style5 .testi-item {
padding: 60px 20px 60px 20px;
}
.rs-testimonial.style5 .testi-item p {
padding: 30px 10px 20px 10px;
}
.sec-title4 .title {
font-size: 26px;
}
.rs-video-wrap.style2 .rs-requset {
padding: 80px 25px 80px 25px;
}
.rs-services.style3 .services-item .services-content .services-desc p {
font-size: 14px;
}
.sec-title6 .title.new-title {
font-size: 21px;
}
.rs-technology .technology-item {
padding: 20px 24px;
}
.rs-services.style2.modify1 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
font-size: 15px;
}
.rs-slider.style1 .slider-content .sl-sub-title{
font-size: 20px;
margin-bottom: 5px;
}
.rs-slider.style1 .slider-content .sl-desc{
margin-bottom: 25px;
}
.rs-slider.style1 .slider-content .sl-title{
font-size: 30px;
}
.rs-banner.style4 .banner-content .banner-btn li .rs-videos .animate-border a {
left: 80%;
}
.rs-services.style4.modify1 .services-item .services-content .title,
.rs-why-choose.style3 .features-content .features-list li span,
.rs-banner.style6 .banner-content .desc,
.rs-banner.style5 .banner-content .desc,
.rs-slider.style1 .slider-content .sl-desc {
font-size: 18px;
}
.rs-slider.style1 .slider-content, 
.rs-slider.style1 .slider-content.slide1 {
padding: 100px 0 110px;
}
.readon.learn-more.slider-btn {
font-size: 14px;
padding: 12px 18px;
}
.rs-faq .faq-content .accordion .card .card-header{
padding-bottom: 20px !important;
}
.rs-faq .faq-content .accordion .card .card-header .card-link {
font-size: 15px;
padding-right: 55px;
}
.container-fluid {
padding: 0 15px;
}
.rs-footer .footer-top p{
max-width: 100%;
}
.rs-cta.style1 .title-wrap .epx-title,
.sec-title2 .title {
font-size: 23px;
}
.rs-project.style6.modify2 .project-item .project-content .title{
font-size: 20px;
line-height: 1.5;
}
.rs-blog .blog-item .blog-content {
padding: 30px 10px 18px;
}
.rs-blog.style2 .blog-item .blog-content {
padding: 30px 10px 18px 10px;
}
.rs-about .rs-animation-shape .bottom-shape {
top: 260px;
}
.rs-testimonial.main-home .testi-item .author-desc .desc {
padding: 50px 0 10px;
font-size: 15px;
}
.rs-testimonial.main-home .testi-item .author-desc {
padding: 50px 30px 60px;
}
.rs-pricing .pricing-table{
max-width: 350px;
}
.rs-pricing .pricing-table .pricing-badge {
padding: 7px 14px 7px;
}
.rs-pricing .pricing-table .pricing-icon img {
width: 64px;
}
.rs-pricing .pricing-table .pricing-table-body li {
padding: 6px 0;
font-size: 14px;
}
.rs-pricing .pricing-table {
padding: 27px 27px 0;
}
.rs-banner.style5 .banner-content .title{
margin-bottom: 10px;
}
.rs-banner.style6 .banner-content .title,
.rs-banner.style5 .banner-content .title,
.rs-project .sec-title2 .title{
font-size: 22px;
}
.rs-project.style1 .project-item .project-content .title {
font-size: 18px;
line-height: 1.2;
margin-bottom: 4px;
}
.rs-project.style1 .project-item .project-content {
left: 30px;
right: 30px;
padding: 30px 0;
}
.rs-services.main-home .services-item .services-content .services-desc p {
font-size: 14px;
}
.rs-call-action .action-wrap .title{
line-height: 1.4;
}
.rs-call-action .action-wrap .title,
.rs-services.main-home .sec-title2 .title{
font-size: 24px;
}
.sec-title3 .title {
font-size: 34px;
margin-bottom: 15px;
}
.sec-title3 .desc {
font-size: 15px;
}
.sec-title .title {
font-size: 23px;
}
.mobil-section1 {
padding: 35px 30px 15px 30px !important;
}
.rs-banner.main-home .content-wrap .it-title {
font-size: 28px;
}
.rs-banner.main-home .content-wrap .description .desc {
font-size: 17px;
}
.rs-contact .contact-wrap .content-part .title {
font-size: 15px;
}
.rs-videos .animate-border.main-home .popup-border {
left: 24%;
}
.submit-btn {
padding: 15px;
font-size: 14px;
}
.rs-contact .contact-wrap .content-part .desc {
font-size: 12px;
}
.rs-testimonial.main-home.style2 .testi-item .author-desc {
padding: 40px 15px 50px;
}
.rs-testimonial.main-home.style2 .testi-item .author-desc .desc {
font-size: 17px;
padding: 60px 15px 25px;
}
.rs-testimonial .bg10,
.rs-testimonial.main-home.style4 .testi-item .author-desc{
padding-left: 20px;
padding-right: 20px;
}
.rs-banner.style3 .rs-videos .animate-border .popup-border {
left: 78%;
}
.rs-banner.style2 .banner-content {
padding: 150px 0 130px;
}
.rs-banner.style2 .banner-content .title {
font-size: 23px;
line-height: 33px;
margin-bottom: 10px;
}
.rs-banner.style2 .banner-content .sub-title {
font-size: 15px;
line-height: 25px;
}
.rs-banner.style2 .banner-content .title-small {
font-size: 19px;
line-height: 29px;
}
.rs-banner.style2 .banner-content .readon.buy-now.get-in {
padding: 9px 22px;
}
.rs-about .rs-animation-shape .middle-image2 .dance {
max-width: 233px;
}
.rs-banner.style4 .banner-content .title {
font-size: 28px;
}
.rs-testimonial.style7 .testi-main .testi-item .testi-content{
margin-left: 15px;
margin-right: 15px;
}
.rs-contact.mod1 .contact-wrap,
.rs-video-wrap.style3 .rs-requset,
.rs-case-studies-single .ps-informations,
.rs-testimonial.style7 .testi-main .testi-item .testi-content{
padding-left: 15px;
padding-right: 15px;
}
.rs-banner.style6 .banner-content .sub-text {
font-size: 15px;
margin-bottom: 5px;
}
.readon.started {
padding: 10px 25px;
}
.rs-banner.style3.modify2 .banner-content .banner-btn li .rs-videos .animate-border a {
display: none;
}
.rs-team-Single .btm-info-team .con-info .short-desc{
padding-right: 20px;
}
.rs-banner.style3.modify1 .banner-content .title {
font-size: 25px;
line-height: 41px;
}
.rs-banner.style3.modify1 .banner-content .desc {
font-size: 15px;
line-height: 25px;
}
.rs-videos .animate-border.white-color.style3 .popup-border {
bottom: 290px;
}
.rs-banner.style3.modify1 {
padding: 241px 0px 80px 0px;
}
.rs-counter.style4 {
margin-left: 0;
margin-right: 0;
}
}
@media only screen and (max-width: 320px) {
}