@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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--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%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent
}
@-ms-viewport {
width: device-width
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus {
outline: 0!important
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: .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
}
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: .5rem;
margin-left: 0
}
blockquote {
margin: 0 0 1rem
}
dfn {
font-style: italic
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:hover {
color: #0056b3;
text-decoration: underline
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):focus {
outline: 0
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg:not(:root) {
overflow: hidden
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit
}
label {
display: inline-block;
margin-bottom: .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
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[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: .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-cancel-button,
[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: .5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit
}
.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, .1)
}
.small,
small {
font-size: 80%;
font-weight: 400
}
.mark,
mark {
padding: .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: .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: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
max-width: 100%;
height: auto
}
.figure {
display: inline-block
}
.figure-img {
margin-bottom: .5rem;
line-height: 1
}
.figure-caption {
font-size: 90%;
color: #6c757d
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word
}
a>code {
color: inherit
}
kbd {
padding: .2rem .4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: .2rem
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700
}
pre {
display: block;
font-size: 87.5%;
color: #212529
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media (min-width:576px) {
.container {
max-width: 540px
}
}
@media (min-width:768px) {
.container {
max-width: 720px
}
}
@media (min-width:992px) {
.container {
max-width: 960px
}
}
@media (min-width:1200px) {
.container {
max-width: 1140px
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.col,
.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%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-ms-flex-order: -1;
order: -1
}
.order-last {
-ms-flex-order: 13;
order: 13
}
.order-0 {
-ms-flex-order: 0;
order: 0
}
.order-1 {
-ms-flex-order: 1;
order: 1
}
.order-2 {
-ms-flex-order: 2;
order: 2
}
.order-3 {
-ms-flex-order: 3;
order: 3
}
.order-4 {
-ms-flex-order: 4;
order: 4
}
.order-5 {
-ms-flex-order: 5;
order: 5
}
.order-6 {
-ms-flex-order: 6;
order: 6
}
.order-7 {
-ms-flex-order: 7;
order: 7
}
.order-8 {
-ms-flex-order: 8;
order: 8
}
.order-9 {
-ms-flex-order: 9;
order: 9
}
.order-10 {
-ms-flex-order: 10;
order: 10
}
.order-11 {
-ms-flex-order: 11;
order: 11
}
.order-12 {
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.333333%
}
.offset-2 {
margin-left: 16.666667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.333333%
}
.offset-5 {
margin-left: 41.666667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.333333%
}
.offset-8 {
margin-left: 66.666667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.333333%
}
.offset-11 {
margin-left: 91.666667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.333333%
}
.offset-sm-2 {
margin-left: 16.666667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.333333%
}
.offset-sm-5 {
margin-left: 41.666667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.333333%
}
.offset-sm-8 {
margin-left: 66.666667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.333333%
}
.offset-sm-11 {
margin-left: 91.666667%
}
}
@media (min-width:768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.333333%
}
.offset-md-2 {
margin-left: 16.666667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.333333%
}
.offset-md-5 {
margin-left: 41.666667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.333333%
}
.offset-md-8 {
margin-left: 66.666667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.333333%
}
.offset-md-11 {
margin-left: 91.666667%
}
}
@media (min-width:992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.333333%
}
.offset-lg-2 {
margin-left: 16.666667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.333333%
}
.offset-lg-5 {
margin-left: 41.666667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.333333%
}
.offset-lg-8 {
margin-left: 66.666667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.333333%
}
.offset-lg-11 {
margin-left: 91.666667%
}
}
@media (min-width:1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}
.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%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent
}
.table td,
.table th {
padding: .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 .table {
background-color: #fff
}
.table-sm td,
.table-sm th {
padding: .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, .05)
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, .075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
background-color: #b8daff
}
.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-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-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-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-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-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-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-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, .075)
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, .075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #212529
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #32383e
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, .075)
}
@media (max-width:575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.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;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.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;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.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;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
border: 0
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce) {
.form-control {
transition: none
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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:not([size]):not([multiple]) {
height: calc(2.25rem + 2px)
}
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(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5
}
.col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5
}
.col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
padding-right: 0;
padding-left: 0
}
.form-control-sm,
.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: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
height: calc(1.8125rem + 2px)
}
.form-control-lg,
.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: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
height: calc(2.875rem + 2px)
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .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: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #28a745
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(40, 167, 69, .8);
border-radius: .2rem
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
border-color: #28a745
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
display: block
}
.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 {
background-color: #71dd8a
}
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
display: block
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
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 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.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~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
border-color: inherit
}
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
display: block
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #dc3545
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1;
color: #fff;
background-color: rgba(220, 53, 69, .8);
border-radius: .2rem
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
border-color: #dc3545
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
display: block
}
.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 {
background-color: #efa2a9
}
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
display: block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
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 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.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~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
border-color: inherit
}
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
display: block
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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;
margin-top: 0;
margin-right: .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;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce) {
.btn {
transition: none
}
}
.btn:focus,
.btn:hover {
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
opacity: .65
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
background-image: none
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 .2rem rgba(0, 123, 255, .5)
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62
}
.btn-secondary.focus,
.btn-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .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 .2rem rgba(108, 117, 125, .5)
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34
}
.btn-success.focus,
.btn-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .5)
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b
}
.btn-info.focus,
.btn-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .5)
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00
}
.btn-warning.focus,
.btn-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .5)
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130
}
.btn-danger.focus,
.btn-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .5)
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5
}
.btn-light.focus,
.btn-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .5)
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124
}
.btn-dark.focus,
.btn-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .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 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
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 .2rem rgba(0, 123, 255, .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 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
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 .2rem rgba(108, 117, 125, .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 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
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 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
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 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
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 .2rem rgba(52, 58, 64, .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 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
border-color: transparent;
box-shadow: none
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none
}
.btn-group-lg>.btn,
.btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.btn-group-sm>.btn,
.btn-sm {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: .5rem
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.fade {
transition: opacity .15s linear
}
@media screen and (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 .35s ease
}
@media screen and (prefers-reduced-motion:reduce) {
.collapsing {
transition: none
}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
position: relative
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .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: .5rem 0;
margin: .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, .15);
border-radius: .25rem
}
.dropdown-menu-right {
right: 0;
left: auto
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .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: .125rem
}
.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .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: .125rem
}
.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .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: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}
.dropdown-item {
display: block;
width: 100%;
padding: .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;
background-color: transparent
}
.dropdown-menu.show {
display: block
}
.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}
.dropdown-item-text {
display: block;
padding: .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: 0 1 auto;
flex: 0 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-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
margin-left: -1px
}
.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:first-child {
margin-left: 0
}
.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: .5625rem;
padding-left: .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: .375rem;
padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .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+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0
}
.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 {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0
}
.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3
}
.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 {
margin-left: -1px
}
.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,
.input-group>.custom-file:not(:first-child) .custom-file-label::after {
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+.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: .375rem .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: .25rem
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
margin-top: 0
}
.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;
z-index: -1;
opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:active~.custom-control-label::before {
color: #fff;
background-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label {
color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
background-color: #e9ecef
}
.custom-control-label {
margin-bottom: 0
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: 0;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #dee2e6
}
.custom-control-label::after {
position: absolute;
top: .25rem;
left: 0;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
background-color: #007bff
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-radio .custom-control-label::before {
border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
background-color: #007bff
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
background-size: 8px 10px;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: .75rem;
background-image: none
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef
}
.custom-select::-ms-expand {
opacity: 0
}
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: .375rem;
padding-bottom: .375rem;
font-size: 75%
}
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: .375rem;
padding-bottom: .375rem;
font-size: 125%
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0
}
.custom-file-input:focus~.custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-input:focus~.custom-file-label::after {
border-color: #80bdff
}
.custom-file-input:lang(en)~.custom-file-label::after {
content: "Browse"
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25rem
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(calc(2.25rem + 2px) - 1px * 2);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: 1px solid #ced4da;
border-radius: 0 .25rem .25rem 0
}
.custom-range {
width: 100%;
padding-left: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-range:focus {
outline: 0
}
.custom-range::-moz-focus-outer {
border: 0
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-appearance: none;
appearance: none
}
.custom-range::-webkit-slider-thumb:focus {
outline: 0;
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: .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-appearance: none;
appearance: none
}
.custom-range::-moz-range-thumb:focus {
outline: 0;
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff
}
.custom-range::-moz-range-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
appearance: none
}
.custom-range::-ms-thumb:focus {
outline: 0;
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff
}
.custom-range::-ms-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: .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
}
.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: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none
}
.nav-link.disabled {
color: #6c757d
}
.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: .25rem;
border-top-right-radius: .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: .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: .5rem 1rem
}
.navbar>.container,
.navbar>.container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}
.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .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: .5rem;
padding-bottom: .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: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media (max-width:575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
display: none
}
}
@media (max-width:767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
display: none
}
}
@media (max-width:991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
display: none
}
}
@media (max-width:1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
padding-right: 0;
padding-left: 0
}
}
@media (min-width:1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
display: none
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-preferred-size: auto;
flex-basis: auto
}
.navbar-expand .navbar-toggler {
display: none
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(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, .9)
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, .5);
border-color: rgba(0, 0, 0, .1)
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, .5)
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(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, .5)
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, .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, .5);
border-color: rgba(255, 255, 255, .1)
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, .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, .125);
border-radius: .25rem
}
.card>hr {
margin-right: 0;
margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem
}
.card-title {
margin-bottom: .75rem
}
.card-subtitle {
margin-top: -.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: .75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, .03);
border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
border-top: 0
}
.card-footer {
padding: .75rem 1.25rem;
background-color: rgba(0, 0, 0, .03);
border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
margin-right: -.625rem;
margin-bottom: -.75rem;
margin-left: -.625rem;
border-bottom: 0
}
.card-header-pills {
margin-right: -.625rem;
margin-left: -.625rem
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem
}
.card-img {
width: 100%;
border-radius: calc(.25rem - 1px)
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.card-deck .card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-deck {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px
}
.card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px
}
}
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.card-group>.card {
margin-bottom: 15px
}
@media (min-width:576px) {
.card-group {
-ms-flex-flow: row wrap;
flex-flow: row wrap
}
.card-group>.card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0
}
.card-group>.card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group>.card:first-child .card-header,
.card-group>.card:first-child .card-img-top {
border-top-right-radius: 0
}
.card-group>.card:first-child .card-footer,
.card-group>.card:first-child .card-img-bottom {
border-bottom-right-radius: 0
}
.card-group>.card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group>.card:last-child .card-header,
.card-group>.card:last-child .card-img-top {
border-top-left-radius: 0
}
.card-group>.card:last-child .card-footer,
.card-group>.card:last-child .card-img-bottom {
border-bottom-left-radius: 0
}
.card-group>.card:only-child {
border-radius: .25rem
}
.card-group>.card:only-child .card-header,
.card-group>.card:only-child .card-img-top {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.card-group>.card:only-child .card-footer,
.card-group>.card:only-child .card-img-bottom {
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0
}
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
border-radius: 0
}
}
.card-columns .card {
margin-bottom: .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:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0
}
.accordion .card:not(:first-of-type) .card-header:first-child {
border-radius: 0
}
.accordion .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.accordion .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: .25rem
}
.breadcrumb-item+.breadcrumb-item {
padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .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: .25rem
}
.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6
}
.pagination-lg .page-link {
padding: .75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: .3rem;
border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: .2rem;
border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: .2rem;
border-bottom-right-radius: .2rem
}
.badge {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem
}
.badge:empty {
display: none
}
.btn .badge {
position: relative;
top: -1px
}
.badge-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 10rem
}
.badge-primary {
color: #fff;
background-color: #007bff
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
color: #fff;
text-decoration: none;
background-color: #0062cc
}
.badge-secondary {
color: #fff;
background-color: #6c757d
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
color: #fff;
text-decoration: none;
background-color: #545b62
}
.badge-success {
color: #fff;
background-color: #28a745
}
.badge-success[href]:focus,
.badge-success[href]:hover {
color: #fff;
text-decoration: none;
background-color: #1e7e34
}
.badge-info {
color: #fff;
background-color: #17a2b8
}
.badge-info[href]:focus,
.badge-info[href]:hover {
color: #fff;
text-decoration: none;
background-color: #117a8b
}
.badge-warning {
color: #212529;
background-color: #ffc107
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
color: #212529;
text-decoration: none;
background-color: #d39e00
}
.badge-danger {
color: #fff;
background-color: #dc3545
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
color: #fff;
text-decoration: none;
background-color: #bd2130
}
.badge-light {
color: #212529;
background-color: #f8f9fa
}
.badge-light[href]:focus,
.badge-light[href]:hover {
color: #212529;
text-decoration: none;
background-color: #dae0e5
}
.badge-dark {
color: #fff;
background-color: #343a40
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
color: #fff;
text-decoration: none;
background-color: #1d2124
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: .3rem
}
@media (min-width:576px) {
.jumbotron {
padding: 4rem 2rem
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0
}
.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .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: .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: .75rem;
background-color: #e9ecef;
border-radius: .25rem
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width .6s ease
}
@media screen and (prefers-reduced-motion:reduce) {
.progress-bar {
transition: none
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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 {
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 {
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: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.list-group-item:focus,
.list-group-item:hover {
z-index: 1;
text-decoration: none
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom: 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: .5
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
opacity: .75
}
.close:not(:disabled):not(.disabled) {
cursor: pointer
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none
}
.modal-open {
overflow: hidden
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%)
}
@media screen and (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
transition: none
}
}
.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
.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, .2);
border-radius: .3rem;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .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;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem
}
.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
margin-left: .25rem
}
.modal-footer>:not(:last-child) {
margin-right: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2))
}
.modal-sm {
max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
max-width: 800px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
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: .875rem;
word-wrap: break-word;
opacity: 0
}
.tooltip.show {
opacity: .9
}
.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
padding: .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: .4rem .4rem 0;
border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
left: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
right: 0;
border-width: .4rem .4rem .4rem 0;
border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
padding: .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 .4rem .4rem;
border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
right: 0;
width: .4rem;
height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
left: 0;
border-width: .4rem 0 .4rem .4rem;
border-left-color: #000
}
.tooltip-inner {
max-width: 200px;
padding: .25rem .5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
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: .875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: .5rem;
margin: 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: .5rem
}
.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
border-width: .5rem .5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
bottom: 1px;
border-top-color: #fff
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
margin-left: .5rem
}
.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
left: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
border-width: .5rem .5rem .5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
left: 1px;
border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
top: calc((.5rem + 1px) * -1)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
border-width: 0 .5rem .5rem .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
top: 1px;
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: -.5rem;
content: "";
border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
right: calc((.5rem + 1px) * -1);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
border-width: .5rem 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
right: 1px;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
display: none
}
.popover-body {
padding: .5rem .75rem;
color: #212529
}
.carousel {
position: relative
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.carousel-item {
position: relative;
display: none;
-ms-flex-align: center;
align-items: center;
width: 100%;
transition: -webkit-transform .6s ease;
transition: transform .6s ease;
transition: transform .6s ease, -webkit-transform .6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px
}
@media screen and (prefers-reduced-motion:reduce) {
.carousel-item {
transition: none
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block
}
.carousel-item-next,
.carousel-item-prev {
position: absolute;
top: 0
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translateX(0);
transform: translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.active.carousel-item-right,
.carousel-item-next {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.active.carousel-item-right,
.carousel-item-next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
}
.active.carousel-item-left,
.carousel-item-prev {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.active.carousel-item-left,
.carousel-item-prev {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
}
.carousel-fade .carousel-item {
opacity: 0;
transition-duration: .6s;
transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
opacity: 0
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
-webkit-transform: translateX(0);
transform: translateX(0)
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
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: .5
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .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: transparent no-repeat center center;
background-size: 100% 100%
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 10px;
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 {
position: relative;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
background-color: rgba(255, 255, 255, .5)
}
.carousel-indicators li::before {
position: absolute;
top: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""
}
.carousel-indicators li::after {
position: absolute;
bottom: -10px;
left: 0;
display: inline-block;
width: 100%;
height: 10px;
content: ""
}
.carousel-indicators .active {
background-color: #fff
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center
}
.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 {
border-radius: .25rem!important
}
.rounded-top {
border-top-left-radius: .25rem!important;
border-top-right-radius: .25rem!important
}
.rounded-right {
border-top-right-radius: .25rem!important;
border-bottom-right-radius: .25rem!important
}
.rounded-bottom {
border-bottom-right-radius: .25rem!important;
border-bottom-left-radius: .25rem!important
}
.rounded-left {
border-top-left-radius: .25rem!important;
border-bottom-left-radius: .25rem!important
}
.rounded-circle {
border-radius: 50%!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
}
}
.position-static {
position: static!important
}
.position-relative {
position: relative!important
}
.position-absolute {
position: absolute!important
}
.position-fixed {
position: fixed!important
}
.position-sticky {
position: -webkit-sticky!important;
position: sticky!important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal
}
.shadow-sm {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow {
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(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
}
.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: .25rem!important
}
.mt-1,
.my-1 {
margin-top: .25rem!important
}
.mr-1,
.mx-1 {
margin-right: .25rem!important
}
.mb-1,
.my-1 {
margin-bottom: .25rem!important
}
.ml-1,
.mx-1 {
margin-left: .25rem!important
}
.m-2 {
margin: .5rem!important
}
.mt-2,
.my-2 {
margin-top: .5rem!important
}
.mr-2,
.mx-2 {
margin-right: .5rem!important
}
.mb-2,
.my-2 {
margin-bottom: .5rem!important
}
.ml-2,
.mx-2 {
margin-left: .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: .25rem!important
}
.pt-1,
.py-1 {
padding-top: .25rem!important
}
.pr-1,
.px-1 {
padding-right: .25rem!important
}
.pb-1,
.py-1 {
padding-bottom: .25rem!important
}
.pl-1,
.px-1 {
padding-left: .25rem!important
}
.p-2 {
padding: .5rem!important
}
.pt-2,
.py-2 {
padding-top: .5rem!important
}
.pr-2,
.px-2 {
padding-right: .5rem!important
}
.pb-2,
.py-2 {
padding-bottom: .5rem!important
}
.pl-2,
.px-2 {
padding-left: .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-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: .25rem!important
}
.mt-sm-1,
.my-sm-1 {
margin-top: .25rem!important
}
.mr-sm-1,
.mx-sm-1 {
margin-right: .25rem!important
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: .25rem!important
}
.ml-sm-1,
.mx-sm-1 {
margin-left: .25rem!important
}
.m-sm-2 {
margin: .5rem!important
}
.mt-sm-2,
.my-sm-2 {
margin-top: .5rem!important
}
.mr-sm-2,
.mx-sm-2 {
margin-right: .5rem!important
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: .5rem!important
}
.ml-sm-2,
.mx-sm-2 {
margin-left: .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: .25rem!important
}
.pt-sm-1,
.py-sm-1 {
padding-top: .25rem!important
}
.pr-sm-1,
.px-sm-1 {
padding-right: .25rem!important
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: .25rem!important
}
.pl-sm-1,
.px-sm-1 {
padding-left: .25rem!important
}
.p-sm-2 {
padding: .5rem!important
}
.pt-sm-2,
.py-sm-2 {
padding-top: .5rem!important
}
.pr-sm-2,
.px-sm-2 {
padding-right: .5rem!important
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: .5rem!important
}
.pl-sm-2,
.px-sm-2 {
padding-left: .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-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: .25rem!important
}
.mt-md-1,
.my-md-1 {
margin-top: .25rem!important
}
.mr-md-1,
.mx-md-1 {
margin-right: .25rem!important
}
.mb-md-1,
.my-md-1 {
margin-bottom: .25rem!important
}
.ml-md-1,
.mx-md-1 {
margin-left: .25rem!important
}
.m-md-2 {
margin: .5rem!important
}
.mt-md-2,
.my-md-2 {
margin-top: .5rem!important
}
.mr-md-2,
.mx-md-2 {
margin-right: .5rem!important
}
.mb-md-2,
.my-md-2 {
margin-bottom: .5rem!important
}
.ml-md-2,
.mx-md-2 {
margin-left: .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: .25rem!important
}
.pt-md-1,
.py-md-1 {
padding-top: .25rem!important
}
.pr-md-1,
.px-md-1 {
padding-right: .25rem!important
}
.pb-md-1,
.py-md-1 {
padding-bottom: .25rem!important
}
.pl-md-1,
.px-md-1 {
padding-left: .25rem!important
}
.p-md-2 {
padding: .5rem!important
}
.pt-md-2,
.py-md-2 {
padding-top: .5rem!important
}
.pr-md-2,
.px-md-2 {
padding-right: .5rem!important
}
.pb-md-2,
.py-md-2 {
padding-bottom: .5rem!important
}
.pl-md-2,
.px-md-2 {
padding-left: .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-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: .25rem!important
}
.mt-lg-1,
.my-lg-1 {
margin-top: .25rem!important
}
.mr-lg-1,
.mx-lg-1 {
margin-right: .25rem!important
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: .25rem!important
}
.ml-lg-1,
.mx-lg-1 {
margin-left: .25rem!important
}
.m-lg-2 {
margin: .5rem!important
}
.mt-lg-2,
.my-lg-2 {
margin-top: .5rem!important
}
.mr-lg-2,
.mx-lg-2 {
margin-right: .5rem!important
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: .5rem!important
}
.ml-lg-2,
.mx-lg-2 {
margin-left: .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: .25rem!important
}
.pt-lg-1,
.py-lg-1 {
padding-top: .25rem!important
}
.pr-lg-1,
.px-lg-1 {
padding-right: .25rem!important
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: .25rem!important
}
.pl-lg-1,
.px-lg-1 {
padding-left: .25rem!important
}
.p-lg-2 {
padding: .5rem!important
}
.pt-lg-2,
.py-lg-2 {
padding-top: .5rem!important
}
.pr-lg-2,
.px-lg-2 {
padding-right: .5rem!important
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: .5rem!important
}
.pl-lg-2,
.px-lg-2 {
padding-left: .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-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: .25rem!important
}
.mt-xl-1,
.my-xl-1 {
margin-top: .25rem!important
}
.mr-xl-1,
.mx-xl-1 {
margin-right: .25rem!important
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: .25rem!important
}
.ml-xl-1,
.mx-xl-1 {
margin-left: .25rem!important
}
.m-xl-2 {
margin: .5rem!important
}
.mt-xl-2,
.my-xl-2 {
margin-top: .5rem!important
}
.mr-xl-2,
.mx-xl-2 {
margin-right: .5rem!important
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: .5rem!important
}
.ml-xl-2,
.mx-xl-2 {
margin-left: .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: .25rem!important
}
.pt-xl-1,
.py-xl-1 {
padding-top: .25rem!important
}
.pr-xl-1,
.px-xl-1 {
padding-right: .25rem!important
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: .25rem!important
}
.pl-xl-1,
.px-xl-1 {
padding-left: .25rem!important
}
.p-xl-2 {
padding: .5rem!important
}
.pt-xl-2,
.py-xl-2 {
padding-top: .5rem!important
}
.pr-xl-2,
.px-xl-2 {
padding-right: .5rem!important
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: .5rem!important
}
.pl-xl-2,
.px-xl-2 {
padding-left: .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-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
}
.text-justify {
text-align: justify!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-normal {
font-weight: 400!important
}
.font-weight-bold {
font-weight: 700!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: #0062cc!important
}
.text-secondary {
color: #6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #545b62!important
}
.text-success {
color: #28a745!important
}
a.text-success:focus,
a.text-success:hover {
color: #1e7e34!important
}
.text-info {
color: #17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
color: #117a8b!important
}
.text-warning {
color: #ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
color: #d39e00!important
}
.text-danger {
color: #dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
color: #bd2130!important
}
.text-light {
color: #f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
color: #dae0e5!important
}
.text-dark {
color: #343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
color: #1d2124!important
}
.text-body {
color: #212529!important
}
.text-muted {
color: #6c757d!important
}
.text-black-50 {
color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
color: rgba(255, 255, 255, .5)!important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.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
}
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");  .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-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}.owl-carousel .animated{animation-duration:1s;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 .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s 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(//www.ssbm-sa.com/wp-content/themes/ssbm/css/owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;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,.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,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media 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}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0} * {
margin: 0;
padding: 0;
}
body {
font-family: 'Roboto', sans-serif;
background: #fff;
overflow-x: hidden;
}
.darker-blue{
background: linear-gradient(180deg,#240044 0,#0f0240 25%,#400959 40%,#0f0240 65%,#0f0240);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
color: #222;
line-height: 1.4;
font-weight: 500;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
outline: none;
}
li {
list-style: none;
}
p {
font-weight: 400;
line-height: 1.5;
color:#000;
font-size: 16px;
text-align: justify;
margin-bottom: 10px;
}
img {
max-width: 100%;
height: auto;
}
ul,
ol {
margin: 0;
padding: 0;
}
.section-header{
position: relative;
margin-bottom: 50px
}
.section-title {
font-size: 44px;
margin-bottom: 20px;
margin-top: 0;
position: relative;
text-align: center;
color: #fff;
}
.section-header .desc{
max-width: 800px;
text-align: center;
margin: 0 auto
}
.bg-title {
margin-bottom: -37px;
margin-left: -30px;
font-size: 66px;
opacity: .04;
font-weight: bold;
text-align: center;
line-height: 1;
text-transform: uppercase;
}
.has-print{
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
width: 90px;
height: 90px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/shape1.html) no-repeat;
}
.header-area .light.classy-nav-container a{
color: #fff
}
.header-area.sticky .light.classy-nav-container a{
color: #333
}
.header-area.sticky .classy-navbar-toggler .navbarToggler span{
background: #333 !important
}
#preloader {
position: fixed;
width: 100%;
height: 100%;
z-index: 99999;
top: 0;
left: 0;
background: #4834d4;
background: -webkit-linear-gradient(to right, #24477a, #1f92ac);
background: -webkit-linear-gradient(left, #24477a, #1f92ac);
background: linear-gradient(to right, #24477a, #1f92ac);
}
.preload-content {
position: absolute;
top: 50%;
left: 50%;
margin-top: -35px;
margin-left: -35px;
z-index: 100;
}
#dream-load {
width: 70px;
height: 70px;
border-radius: 50%;
border: 3px;
border-style: solid;
border-color: transparent;
border-top-color: rgba(255, 255, 255, 0.5);
-webkit-animation: dreamrotate 2400ms linear infinite;
animation: dreamrotate 2400ms linear infinite;
z-index: 999;
}
#dream-load:before {
content: "";
position: absolute;
top: 7.5px;
left: 7.5px;
right: 7.5px;
bottom: 7.5px;
border-radius: 50%;
border: 3px;
border-style: solid;
border-color: transparent;
border-top-color: rgba(255, 255, 255, 0.5);
-webkit-animation: dreamrotate 2700ms linear infinite;
animation: dreamrotate 2700ms linear infinite
}
#dream-load:after {
content: "";
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
border-radius: 50%;
border: 3px;
border-style: solid;
border-color: transparent;
border-top-color: rgba(255, 255, 255, 0.5);
-webkit-animation: dreamrotate 1800ms linear infinite;
animation: dreamrotate 1800ms linear infinite
}
@-webkit-keyframes dreamrotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes dreamrotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.full-width{
width: 100%
}
.width-90{
max-width: 90px
}
.width90{
max-width: 90%
}
.width-80{
max-width: 80%
}
.fs-48{
font-size: 48px !important
}
.bigger-text{
font-size: 5rem !important;
line-height: 1
}
.relative{
position: relative;
}
.hidden{
overflow: hidden;
}
.block{
display: block;
}
@media only screen and (max-width: 767px) {
.fs-48{
font-size: 36px !important
}
.bigger-text{
font-size: 3rem !important;
line-height: 1
}
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
.mt-50 {
margin-top: 50px;
}
.mt-70 {
margin-top: 70px;
}
.mt-100 {
margin-top: 100px;
}
.mt-150 {
margin-top: 150px;
}
.mr-15 {
margin-right: 15px;
}
.mr-30 {
margin-right: 30px;
}
.mr-50 {
margin-right: 50px;
}
.mr-100 {
margin-right: 100px;
}
.no-padding-right{
padding-right: 0 !important
}
.no-padding-left{
padding-left: 0 !important
}
.no-padding-top{
padding-top: 0 !important
}
.no-padding-bottom{
padding-bottom: 0 !important
}
@media (max-width: 767px){
.no-padding-right{
padding-right: 15px !important
}
.no-padding-left{
padding-left: 15px !important
}
}
.mb-0{
margin-bottom: 0 !important
}
.mt-0{
margin-top: 0 !important
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-100 {
margin-bottom: 100px;
}
.ml-15 {
margin-left: 15px;
}
.ml-30 {
margin-left: 30px;
}
.ml-50 {
margin-left: 50px;
}
.ml-100 {
margin-left: 100px;
}
@media (max-width: 992px){
.double-bg{
background-size: cover !important
}
.mt-s{
margin-top: 30px !important
}
.mb-s{
margin-bottom: 30px !important
}
.padding-t-md-0{
padding-top: 0 !important
}
}
@media (max-width: 767px){
.mt-x{
margin-top: 30px !important
}
.main-ilustration-5,
.main-ilustration-55{
height: 65vh !important
}
}
@media (max-width: 480px){
.welcome_area.ico {
height: 100vh !important;
}
.main-ilustration-5,
.main-ilustration-55{
display: none;
}
.integration-text{
font-size: 12px
}
.integration-icon .badge{
display: none;
}
.spons{
border-top: 1px solid #eee
}
.spons img{
width: 80%
}
}
.section-padding-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.section-padding-100-70 {
padding-top: 100px;
padding-bottom: 70px;
}
.section-padding-0-70 {
padding-top: 0px;
padding-bottom: 70px;
}
.section-padding-70-70 {
padding-top: 70px;
padding-bottom: 70px;
}
.section-padding-70-100 {
padding-top: 70px;
padding-bottom: 100px;
}
.section-padding-100-85 {
padding-top: 100px;
padding-bottom: 85px;
}
.section-padding-100-50 {
padding-top: 100px;
padding-bottom: 50px;
}
.section-padding-0-100 {
padding-top: 0px;
padding-bottom: 100px;
}
.section-before:before{
content: '';
position: absolute;
top: -75px;
left: 50%;
transform: translateX(-50%);
height: 150px;
width: 150px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/shape1.html) no-repeat;
background-size: contain;
}
.scew-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/bg-header1.html) no-repeat;
background-size: cover
}
.sec-before:before{
content: '';
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
height: 580px;
width: 200px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/sec-before.html) no-repeat;
background-size: cover;
}
.sec-before2:before{
content: '';
position: absolute;
bottom: 0;
right: 0;
height: 580px;
width: 500px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/sec-before2.html) no-repeat;
background-size: cover;
}
.sec-before3:before{
content: '';
position: absolute;
top: 0;
right: 0;
height: 580px;
width: 500px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/app/bubbules.html) no-repeat;
background-size: cover;
-webkit-animation: floating2 7s infinite;
-o-animation: floating2 7s infinite ;
animation: floating2 7s infinite ;
}
@media (max-width: 992px){
.sec-before:before,
.sec-before2:before,
.sec-before3:before{
display: none;
}
}
.sec-img-bg:before{
content: '';
position: absolute;
width: 300px;
height: 100%;
top: 0;
left: 0;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/sec-img-bg.html) no-repeat top right;
}
.pettern2{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/pettern2.html) repeat;
background-size: 25%;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee
}
.travel-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/travel-bg.html) no-repeat;
background-size: cover
}
.relative{
position: relative;
}
.box-shadow {
-webkit-box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: relative;
display: block;
top: 0;
}
.section-padding-0-100 {
padding-top: 0;
padding-bottom: 100px;
}
.section-padding-100-0 {
padding-top: 100px;
padding-bottom: 0;
}
.section-padding-100-50 {
padding-top: 100px;
padding-bottom: 50px;
}
.section-padding-0-50 {
padding-top: 0;
padding-bottom: 50px;
}
.section-padding-50-0 {
padding-top: 50px;
padding-bottom: 0;
}
.section-padding-200 {
padding-top: 200px;
padding-bottom: 200px;
}
.section-padding-0-200 {
padding-top: 0;
padding-bottom: 200px;
}
.section-padding-200-0 {
padding-top: 200px;
padding-bottom: 0;
}
.section-padding-200-100 {
padding-top: 200px;
padding-bottom: 100px;
}
.section-padding-150 {
padding-top: 150px;
padding-bottom: 150px;
}
.section-padding-150-0 {
padding-top: 150px;
padding-bottom: 0;
}
.section-padding-0-150 {
padding-top: 0;
padding-bottom: 150px;
}
.section-padding-50-150 {
padding-top: 50px;
padding-bottom: 150px;
}
.section-heading {
position: relative;
z-index: 1;
margin-bottom: 20px;
}
.section-heading.text-center p {
text-align: center;
}
.section-heading h2 {
font-size: 30px;
text-transform: uppercase;
margin-bottom: 0;
font-weight: 700;
color: #222;
}
.section-heading > p {
margin-bottom: 0;
line-height: 1.6;
font-size: 16px;
margin: 0 auto;
}
.who-we-contant .res-header{
margin-bottom: 30px
}
.res-header{
position: relative;
margin-bottom: 80px
}
.res-header h6{
font: 500 40px 'Great Vibes', cursive;
text-transform: capitalize;
color: #cea676 !important;
letter-spacing: 3px;
margin: 0 0 -20px 0;
}
.res-header h4{
margin: 10px 0;
color: #4e4e4e
}
.heade-before-after:before{
content: "";
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/food/head-before.html) no-repeat scroll 0px 10px;
display: inline-block;
height: 35px;
width: 60px;
margin-right: 20px;
}
.heade-before-after:after{
content: "";
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/food/head-after.html) no-repeat scroll 0px 10px;
display: inline-block;
height: 35px;
width: 60px;
margin-left: 20px;
} .reservation .reservation-content{
-webkit-box-shadow: 0px 30px 100px -38px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 30px 100px -38px rgba(0,0,0,0.3);
box-shadow: 0px 30px 100px -38px rgba(0,0,0,0.3);
}
.reservation .opening{
background-color: #21201e;
padding: 30px;
text-align: center;
}
.reservation .opening-time{
padding: 30px;
border: 1px dashed #cea676;
}
.reservation .opening-time h3{
color: #fff !important;
padding: 0 0 60px 0
}
.reservation .opening-time .openning-days{
font-size: 18px;
color: #666;
text-transform: uppercase;
}
.reservation .opening-time p{
font-size: 14px;
color: #fff;
margin-bottom: 0
}
.reservation hr{
margin: 40px 0
}
.reservation .opening-time p:last-child{
font-size: 20px;
color: #cea676;
margin-bottom: 0
}
.reservation-content{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/food/reservation-bg.html) no-repeat center center;
background-size: cover
}
.reservation .reservation-online{
padding: 60px;
}
.b-contact__form form > div span {
position: relative;
left: 20px;
top: 32px;
color: #eee
}
.b-contact__form input[type='text'] {
background: transparent;
border: 1px solid #555555;
padding: 10px 0 10px 45px;
border-radius: 30px;
width: 100%;
font-size: 13px
}
.b-contact__form input:focus{
outline: 0;
border-color: #cea676
}
#scrollUp {
bottom: 20px;
font-size: 20px;
line-height: 50px;
right: 20px;
width: 50px;
background-color: transparent;
color: #fff;
text-align: center;
height: 50px;
border-radius: 50% 50%;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
text-transform: uppercase;
background-color: #24477a;
box-shadow: 1px 6px 24px 0 rgb(13 0 0 / 24%);
}
.bg-overlay {
position: relative;
z-index: 1;
}
.has-gradient{
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
}
.has-border-top{
border-top: 1px solid #eee
}
@media (max-width: 992px){
.has-border-top-md{
border-top: 1px solid #eee
}
}
.bg-overlay:after {
background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
}
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.height-400 {
height: 400px;
}
.height-600 {
height: 600px;
}
.height-700 {
height: 700px;
}
.height-800 {
height: 800px;
}
.height-900 {
height: 900px;
}
.height-1000 {
height: 1000px;
}
.more-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.more-dots span {
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
margin-bottom: 0;
display: inline-block;
background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.login-btn {
position: relative;
z-index: 1;
color: #fff;
font-size: 12px !important;
font-weight: 600;
text-transform: uppercase;
line-height: 34px;
padding: 0 20px;
min-width: 100px;
color: #fff !important;
background: #1f92ac;
height: 35px;
border-radius: 0;
outline: none;
float: right;
margin-top: 35px;
}
.login-btn:hover,
.login-btn:focus {
color: #fff;
background: #24477a;
border-color: #24477a;
outline: none;
box-shadow: none;
}
.more-btn {
position: relative;
z-index: 1;
min-width: 160px;
height: 48px;
line-height: 48px;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
padding: 0 20px;
text-align: center;
text-transform: uppercase;
color: #fff;
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
border-radius: 0px;
background: #1f92ac;
-webkit-transition: all 500ms;
transition: all 500ms;
}
.more-btn:hover {
color: #fff;
background: #24477a;
border-color: #24477a;
}
.more-btn.orange{
background-image: -webkit-linear-gradient(to right,#1f92ac 0,#1f92ac 51%,#1f92ac 100%);
background-image: linear-gradient(to right,#1f92ac 0,#1f92ac 51%,#1f92ac 100%);
color: #333
}
.more-btn.pink{
background: #F69;
border: 0;
box-shadow: 0 20px 43px 0 rgba(216,58,131,.32);
}
.info-btn{
position: relative;
z-index: 1;
min-width: 160px;
font-size: 15px;
padding: 12px 20px;
background: transparent;
font-weight: 500;
display: inline-block;
color: #fff;
text-transform: uppercase;
}
.info-btn:before{
position: absolute;
content: '';
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: -1;
background: #1f92ac ;
transition: all .5s ease-in-out;
}
.info-btn.brown:before{
background: #cea676
}
.info-btn:hover:before{
width: 100%;
}
.info-btn:hover{
color: #fff;
} .client-logo-row {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 50.625rem;
margin: 0 auto;
}
.client-logo {
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/diamond-shape.html) center no-repeat;
background-size: cover;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
width: 6.875rem;
height: 8.125rem;
margin: 0 -.3rem;
}
.client-logo img {
margin: -10px 6px 0 0;
max-height: 2rem;
max-width: 3rem;
}
@media (min-width: 1024px){
.client-logo img {
max-width: 3.5rem;
max-height: 3rem;
}
}
.about-sec-img{
position: relative;
text-align: left;
}
.about-sec-img:before{
content: '';
position: absolute;
right: 15px;
bottom: 0;
width: 90%;
height: 96%;
z-index: -1;
border: 10px solid #3b61b9;
}
.about-sec-img img{max-width: 90%;margin-bottom: 40px} .nav{transition: all .5s ease-in}
.navbar-brand {
color: #fff;
font-size: 25px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
margin: 0
}
.lh-55px { line-height: 55px; }
.navbar-nav .menu-item a  {
padding: 6px 8px;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
color: #fff;
text-transform: uppercase;
display: block;
}
.navbar-nav .menu-item a:hover, .navbar-nav .menu-item.active a {
color:#fff;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
border-top:3px solid #1f92ac;
}
.dropdown-item:hover{background-color:#1f92ac;color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
-moz-transition: padding-top .3s,padding-bottom .3s;
transition: padding-top .3s,padding-bottom .3s;
border: none;
}
.shrink {
animation: .3s ease-in-out;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.navbar-white .navbar-brand:hover{color:#fff}
.navbar-dark .navbar-brand:hover{color:#333} @media (max-width:500px)
{
.navbar{ background: rgb(215, 223, 239);}
.navbar-nav{
color:#fff;
z-index:1;
margin-top:5px;
}
.navbar-nav .nav-item .nav-link{
padding: 0.7em 1em!important;
font-size: 100%;
font-weight: 500;
}
}
.navbar-dark .navbar-toggler,
.navbar-white .navbar-toggler,
.navbar-cyan .navbar-toggler{
background: #0093af ;
border: 0;
border-radius: 0;
}
.navbar-dark .navbar-toggler:focus,
.navbar-white .navbar-toggler:focus,
.navbar-cyan .navbar-toggler:focus{
border: 0 !important;
outline: none !important;
}
.navbar-white .navbar-toggler-icon{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
@media(max-width: 992px){
.shrink{animation:none;}
.login-btn{
margin-left: 15px !important;
margin-top: 15px !important
}
.navbar-collapse .navbar-nav .menu-item a {
padding: 5px 12px;
color: #333
}
.navbar-expand-lg.navbar-dark {background: rgb(215, 223, 239);}
.navbar-collapse{
padding-top: 20px;
background: #fff
}
.header-video{
display: none;
}
}
.navbar-white.shrink .navbar-brand,
.shrink .navbar-nav .menu-item a {
color: #333
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-nav .menu-item a {color: #333}
.navbar-cyan .navbar-brand,
.navbar-cyan .navbar-nav .menu-item a {color: #04d0ff} .hero-section{
position: relative;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
.hero-section.app{
position: relative;
min-height: 700px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/header-app.html) no-repeat bottom center;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
.hero-section.app img{
width: 100%
}
.hero-section.ico-header5{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/header-bg5.html) no-repeat top center;
background-size: cover
}
.hero-section.curved-section:before{
content: '';
position: absolute;
width: 103%;
height: 100%;
left: 0px;
right: 0px;
bottom: -3px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/curve.html) no-repeat bottom;
z-index: 0
}
.hero-section.curved-section .welcome-content{
margin-top: 0
}
.hero-section.app2{
position: relative;
min-height: 100vh;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
.app2{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/hero-app-bg.html) no-repeat center, linear-gradient(90deg, #5f36ff 0, #b719f6 100%);
}
.app3{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/app2-bg.html) no-repeat center;
background-size: cover;
}
.agency-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/agency-bg.html) no-repeat center;
background-size: cover
}
.creamy{
position: absolute;
width: 500px;
height: 500px;
top: 10%;
right: 50%;
-webkit-animation: floating3 7s infinite;
-o-animation: floating3 7s infinite ;
animation: floating3 7s infinite ;
transform: translate(-50%, -50%);
border-radius: 50%;
background: linear-gradient(90deg, #5f36ff 0, #b719f6 100%)
}
@keyframes floating3 {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translate(0px, 0px) scale(1);
}
25% {
transform: rotateX(0deg) translate(10px, 190px) scale(1.3);
}
50% {
transform: rotateX(0deg) translate(190px, 230px) scale(1);
}
75% {
transform: rotateX(0deg) translate(170px, 190px) scale(1.3);
}
100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translate(0px, 0px) scale(1);
}
}
.cd-intro.v2 {
margin: 0em auto;
}
.cd-intro.v2 .cd-headline.clip span{
display: inline;
padding: 0 !important
}
.cd-intro.v2 .cd-headline.clip .cd-words-wrapper {
vertical-align: middle;
}
.banner_slides .owl-nav {
position: absolute;
top: 40%;
left: 0;
right: 0;
}
.banner_slides .owl-nav .owl-prev, .banner_slides .owl-nav .owl-next {
position: absolute;
height: 50px;
width:50px;
line-height:50px;
border-radius:50% 50%;
color: inherit;
background: rgba(0,0,0,.6);
border: none;
z-index: 100;
text-align:center;
}
.banner_slides .owl-nav .owl-prev i, .banner_slides .owl-nav .owl-next i {
font-size: 2.5rem;
color: #cecece;
line-height:inherit;
}
.banner_slides .owl-nav .owl-prev {
left: 25px;
}
.banner_slides .owl-nav .owl-next {
right: 25px;
}
#canvasplus {
width: 100%;
height: 100%;
position: absolute;
opacity: .6;
z-index: 0
}
.hero-section.fullwidth-header{
padding-top: 100px;
padding-bottom: 365px;
background-color: #446beb;
background-image: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/fullwidth-header.html);
background-position: 58% 100%;
background-size: 1200px;
background-repeat: no-repeat;
text-align: center;
}
.hero-section.fullwidth-header .special-head.dark{
padding-left: 0
}
.hero-section.fullwidth-header .special-head.dark:before{
display: none;
}
.city-img{
position: relative;
bottom: -50px
}
@media (max-width: 991px){
.hero-section.fullwidth-header{
padding-bottom: 285px;
background-position: 50% 100%;
background-size: 753px;
}
.special-pb{
padding-bottom: 100px
}
}
@media (max-width: 991px){
.hero-section.fullwidth-header{
background-position: 50% 100%;
background-size: 897px;
}
}
.hero-section.gradient{
overflow: visible;
background-image: linear-gradient(106deg,#d787f5,#3634bb);
}
@media (min-width: 767px ){
.hero-section.curved-section{
padding-top: 150px
}
}
@media (min-width: 992px ){
.hero-section.curved-section{
padding-top: 100px
}
}
@media (max-width: 767px){
.hero-section.curved-section img.curved{
display: none;
}
}
.hero-section.curved-section .special-head{
padding-left: 0
}
.hero-section.curved-section .special-head:before{
display: none;
}
.welcome_area {
position: relative;
z-index: 1;
width: 100%;
height: 900px !important;
}
.hero-content {
width: 100%;
height: 100%;
background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
position: absolute !important;
top: 0;
left: 0;
z-index: 10;
}
.hero-content.globe{
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.75));
}
.hero-content.with-after{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/bg_hero.svg) no-repeat center right;
}
.hero-content.with-after-before{
background-image: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/bg_hero1.html),url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/bg_hero2.html);
background-position: right top,left bottom;
background-size: auto;
background-repeat: no-repeat;
}
.hero-content.soft1{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/soft1.html) no-repeat top right;
background-size: 65% 100%;
}
.hero-section.soft2{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/soft2.html) no-repeat bottom center;
background-size: cover;
}
@media (max-width: 992px){
.hero-content.soft1{
background-size: 100%
}
}
.hero-content.creative{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/header3.html) no-repeat center right;
background-size: cover
}
.hero-content.pizza {
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/banner-bg.html) no-repeat right top;
}
.hero-section.fuel {
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/header-bg3.html) no-repeat right bottom;
background-size: cover;
padding-top: 60px;
padding-bottom: 765px;
}
.hero-section.corporate-bg-1{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/background-image.html) no-repeat center center;
background-size: cover;
}
.hero-section.corporate-bg-2{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/header-creative-2.html) no-repeat center center;
background-size: cover;
}
.hero-section.hos-bg-1{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/hos-bg.html) no-repeat center top;
background-size: cover;
}
.hero-section.hos-bg-2{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/hos-bg-2.html) no-repeat center top;
background-size: cover;
}
@media(max-width: 1200px){
.hero-section.hos-bg-1,
.hero-section.hos-bg-2{
background-position: top left
}
}
.hero-section.corporate-bg-5{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/wp_1.html) no-repeat center center;
background-size: cover;
}
.hero-section.blue-bg{
background: #2e39bf;
overflow: hidden;
}
.hero-section.bg1{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/header-bg1.jpg) no-repeat left center;
background-size: cover;
position: relative;
}
.hero-section.blue-bg:before{
height: 700px;
content: '';
width: 150%;
left: 0;
bottom: -324px;
background: rgba(37,46,176,1);
display: inline-block;
position: absolute;
transform: rotate(155deg);
}
@media (min-width: 1200px){}
.hos-img-header {
max-width: 170%;
margin-top: 120px;
}
}
.hero-content.tringle{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/tringle.html) no-repeat center right;
}
.hero-content.scew{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/header2-2.html) no-repeat center top;
}
.hero-content.trans{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/trans.html) no-repeat right top;
}
.hero-content.transparent{
background: transparent;
}
.hero-content.dark-blue{
background: rgb(33, 0, 67, 0.9);
}
.hero-content .ico-counter{
margin: 100px 7% 0;
}
@media (max-width: 992px){
.hero-content .ico-counter,
.hero-content .service-img-wrapper .image-box{
margin-top: 0px !important
}
}
.hero-content .service-img-wrapper .image-box .rings{
position: absolute;
top: 50%;
z-index: -1;
margin: 0 auto;
left: 50% !important;
width: 120%;
transform: translate(-50%, -50%);
animation: unset;
-webkit-animation: unset;
}
.welcome-content {
position: absolute;
z-index: 1;
top: 25%;
right:0;
left:0;
margin:0 auto;
text-align:center;
max-width:650px;
}
.promo-section {
margin-bottom: 30px;
}
.promo-section.bg{
background: #ff966a;
padding: 10px 20px;
display: inline-block;
}
.promo-section.bg2{
background: #1f92ac ;
padding: 10px 20px;
display: inline-block;
}
.promo-section.bg .special-head{
text-transform: uppercase;
color: #fff;
font-weight: 600;
margin-bottom: 0;
letter-spacing: 1px;
}
.subscribe-section{
background: #fff;
padding: 15px;
display: inline-block;
border-radius: 35px !important
}
.subscribe-section .input-wrapper{
position: relative;
display: inline-block;
}
.subscribe-section input{
padding: 10px 10px 10px 40px;
position: relative;
border: 1px solid #eee;
min-width: 350px;
border-radius: 25px;
}
.subscribe-section input:focus{
border-radius: 25px;
outline: none;
border-color: #1f92ac
}
.subscribe-section i{
font-size: 20px;
color: #1f92ac;
position: absolute;
z-index: 1;
top: 13px;
left: 15px
}
.special-head{
color: #1f92ac;
padding-left: 40px;
font-size: 18px;
position: relative;
}
.special-head:before{
content: '';
background: #1f92ac;
position: absolute;
top: 50%;
left: 0;
width: 30px;
height: 2px;
}
.special-head.dark{
color: #f8f517;
font-weight: bold;
}
.special-head.dark:before{
background: #fff
}
.integration-link {
padding: 8px 10px;
display: inline-block;
vertical-align: top;
position: relative;
letter-spacing: .58px;
font-size: 14px;
color: #333;
line-height: 24px;
color: #d5d5ea
}
.integration-link:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background : #eee;
border-radius: 100px;
}
.integration-link.dark-int:before{
background-image: linear-gradient(to bottom right,#766ee6 0,#3540b0);
}
.integration-link.dark-int .integration-text{
color: #fff
}
.integration-icon {
margin: 0 5px 0 0;
}
.integration-icon .badge{
background: #14cab1;
margin-bottom: 0;
font-size: 12px;
font-weight: 500;
color: #fff;
border-radius: 100px;
padding: 6px 13px;
}
.integration-text {
margin: 0 7px 0 0;
color: #7e7b7b
}
.integration-link>* {
position: relative;
z-index: 2;
display: inline-block;
vertical-align: top;
}
.main-ilustration{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/hero-bg.html) no-repeat center 65%;
height: 100vh;
background-size: contain;
}
.main-ilustration-2{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/robot-1.html) no-repeat center bottom;
height: 100vh;
bottom: 0;
background-size: contain;
}
.main-ilustration-3{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/robot-2.html) no-repeat center bottom;
height: 100vh;
bottom: 0;
background-size: cover;
}
.main-ilustration-4{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/head-bg-1.html) no-repeat center 65%;
height: 100vh;
background-size: cover;
}
.main-ilustration-5{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/about-5.html) no-repeat center 65%;
height: 75vh;
background-size: 100%;
}
.main-ilustration-55{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/hero.html) no-repeat center 65%;
height: 75vh;
background-size: 100%;
}
.header-ilustration-1{
min-width: 0px;
margin-top: 60px;
position: relative;
}
.header-ilustration-1 img{
width: 100%;
border-radius: 10px
}
.header-ilustration-1.small img{
width: 85%
}
.header-ilustration-1.big img{
width: 105%
}
.has-shadow {
-webkit-box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
box-shadow: 0 9px 68px 0 rgba(62,57,107,.2);
border-radius: 10px
}
.overlay:after{
background: rgba(0,0,0,.3);
width: 100%;
height: 100%;
content: '';
position: absolute;
top: 0px;
left: 0px;
}
.overlay.v2:after{
background: rgba(255, 255, 255, 0.95)
}
@media (min-width: 991px){
.circle-m:before{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/circle-m.png) no-repeat center center;
background-size: contain;
width: 250px;
height: 250px;
content: '';
position: absolute;
animation: floating2 7s infinite;
-webkit-animation: floating2 7s infinite;
top: -50px;
left: -50px;
}
}
.header-ilustration-1 .video-btn-container{
position: absolute;
width: 150px;
height: 150px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/video-btn-bg.html) no-repeat center center;
background-size: cover;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.header-ilustration-1 .video-btn-container .video-icon a{
background: #fff;
color: #2ea9fd;
}
.bub-right{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/bg_hero.svg) no-repeat center right;
}
.bub-left{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/benefits-bg.html) no-repeat center left;
}
@media (max-width: 992px){
.header-ilustration-1{
margin-top: 0
}
.bub-right{
background-size: cover;
}
.bub-left{
background-size: cover;
}
}
.main-ilustration-6{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/illustration-header.html) no-repeat center 65%;
height: 100vh;
background-size: 100%;
}
.main-ilustration-7{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/trunk.html) no-repeat center 65%;
height: 100vh;
background-size: 80%;
}
.main-ilustration-8{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/header-area-ill.html) no-repeat center 65%;
height: 100vh;
background-size: 100%;
}
.main-ilustration-88{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/desktop.html) no-repeat center 65%;
height: 100vh;
background-size: 100%;
}
.main-ilustration-9{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/travel.html) no-repeat center 65%;
height: 100vh;
background-size: 100%;
}
.main-ilustration-10{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/pizza-header.html) no-repeat center 65%;
height: 100vh;
background-size: 80%;
}
.main-ilustration-11{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/app/app3.html) no-repeat center 65%;
height: 100vh;
background-size: 100%;
}
@media (max-width: 992px){
.main-ilustration-5,
.main-ilustration-55{
height: 65vh
}
.mt-md-30{
margin-top: 30px !important
}
.mb-md-30{
margin-bottom: 30px
}
}
@media (max-width: 1200px){
.main-ilustration-3{
background-size: contain;
background-position: left;
}
.main-ilustration-3 .inovation{
right: 0% !important;
top: 5%;
display: inline-table;
}
.main-ilustration-3 .inovation.num2{
right: 5%;
top: 27%;
}
}
@media (max-width: 767px){
.mt-sm-30{
margin-top: 30px
}
.mt-sm-0{
margin-top: 0px !important
}
.mb-sm-30{
margin-bottom: 30px
}
.main-ilustration-6{
height: 65vh
}
.welcome-content{
padding-right: 15px
}
.main-ilustration-3{
background-size: contain;
background-position: left;
}
.main-ilustration-3 .inovation{
right: 0% !important;
top: 42%;
display: inline-table;
}
.main-ilustration-3 .inovation.num2{
right: 5%;
top: auto;
}
.welcome-small-wrapper{
position: absolute;
width: 38%;
}
.welcome-content-small{
position: absolute;
top: -30px;
}
.welcome-content.ill{
margin-top: 120px !important
}
.header-ilustration-1 .video-btn-container{
width: 150px;
height: 150px
}
}
@media (max-width: 480px){
.main-ilustration-6,
.header-ilustration-1{
display: none;
}
.welcome-content {
vertical-align: middle;
}
.main-ilustration-3{
display: none;
}
.welcome-small-wrapper{
display: none;
}
}
.main-ilustration-2:before{
content: '';
position: absolute;
width: 30%;
height: 1000px;
left: 50%;
top: -30%;
transform: rotate(21deg);
background: rgba(0, 0, 128, 0.7);
}
.main-ilustration-3 .inovation{
position: absolute;
bottom: 10%;
right: -15%;
width: 40%;
background: #0d003b;
padding: 20px;
}
.inovation.num2{
right: -57%;
}
.inovation h5{
padding-left: 25px;
position: relative;
}
.inovation h5:before{
content: '';
position: absolute;
top: 12px;
left: 0;
width: 15px;
height: 2px;
background: #25cbd3;
}
.inovation p{
font-size: 12px;
margin-bottom: 0;
}
@media (min-width: 1200px){
.main-ilustration {
min-width: 650px;
}
.hos-bg-1 .welcome-content {margin-top: 40px}
}
.welcome-content h2 {
font-size: 52px;
font-weight: 500;
margin-bottom: 20px;
}
.welcome-content h1 {
font-size: 32px;
font-weight: 600;
margin-bottom: 15px;
}
.agency-header{
position: relative;
padding-left: 50px;
}
.agency-header span{
position: absolute;
top: 17px;
left: -25px;
font-size: 48px;
font-weight: bolder;
text-transform: uppercase;
transform: rotate(270deg);
}
.welcome-content h1.artficial{
font-size: 38px
}
.welcome-content p {
font-size: 17px;
color: #fff;
margin-bottom: 25px;
text-align:center;
}
.gradient-text {
font-weight: bold;
display: inline-block;
background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.gradient-text.blue {
background-image: linear-gradient(35deg, #1f92ac 0%, #1f92ac 100%);
}
.gradient-text.cyan{
background-image: linear-gradient(135deg, #1f92ac 0%, #1f92ac 100%) !important
}
p.artficial{
padding-left: 20px;
border-left: 1px solid #fff;
position: relative;
}
p.artficial:before{
content: '';
position: absolute;
left: -5px;
top: -8px;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid #fff
}
.welcome-content-small{
margin-bottom: 50px
}
.welcome-content-small h4{
margin-bottom: 20px
}
.welcome-content-small p.artficial{
font-size: 12px
}
.welcome-video-area {
position: relative;
z-index: 1;
margin-top: 90px;
}
.welcome-video-area .welcome-thumb {
position: relative;
z-index: 1;
margin-top: 30px;
border: 1px solid #25cbd3;
border-radius: 15px;
padding: 0px 30px 0;
}
.welcome-video-area .welcome-thumb img {
width: 100%;
border-radius: 15px;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
position: relative;
top: -30px
}
.video-icon {
position: absolute;
top: 50%;
left: 50%;
font-size: 40px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 10;
color: #4834d4;
}
.video-btn {
background-color: #1f92ac ;
width: 70px;
height: 70px;
color: #fff;
border: none;
border-radius: 50%;
line-height: 70px;
padding: 0;
text-align: center;
min-width: 70px;
font-size: 24px;
}
.video-btn.v2{
width: 50px;
height: 50px;
line-height: 50px;
min-width: 50px;
font-size: 16px;
}
.video-btn:hover {
background-color: #4834d4;
color: #fff;
}
.fullscreen-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
z-index: -100;
}
.fullscreen-bg__video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
height: 300%;
top: -100%;
}
}
@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
width: 300%;
left: -100%;
}
}
.welcome_area.video .desc{
max-width: 60%;
margin: 0 auto
}
@media (max-width: 767px) {
.fullscreen-bg {
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/css/video/video-frame.html) center center / cover no-repeat;
}
.welcome_area.video .desc{
max-width: 80%;
margin: 0 auto
}
.fullscreen-bg__video {
display: none;
}
}
.video-bg-illution{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100vw;
height: 100vh;
background: #010111;
z-index: 50;
opacity: .7;
}
.our-commit h6{
} .item-feat{
border: 2px solid #ddd;
position: relative;
margin-bottom: 30px;
transition: all 0.3s;
}
.item-feat:after {
content: '';
width: 40px;
height: 16px;
position: absolute;
top: -5px;
left: -5px;
display: block;
background: #fff;
}
.item-feat h3 {
background: #fff;
padding: 5px 0;
padding-top: 10px;
font-size: 22px;
font-weight: 600;
transform: translate(-10px, 0);
}
.item-feat span.number {
font-size: 1.8rem;
font-weight: 800;
transition: all 0.3s;
}
.item-feat p {
padding: 0 30px 30px 30px;
margin-bottom: 0;
}
.item-feat:hover,
.item-feat.hover {
border-color: #3f88fb;
}
.item-feat:hover span.number,
.item-feat.hover span.number{
color: #3f88fb;
} .food-img-wrapper,
.food-img img{
transition: all 1.5s ease-in-out;
overflow: hidden;
}
.food-img-wrapper:hover .food-img img{
transform: scale(1.1);
}
.offer-box {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: flex-end;
-ms-flex-align: center;
align-items: flex-end;
}
.seafood-box{
position: absolute;
left:0;
top: 0;
width: 100%;
height: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.offer-info{
position: absolute;
top: 30px;
left: 30px;
}
.offer-info.v2{
position: absolute;
top: 30px;
right: 30px;
left: auto;
}
.offer-info h4{
font-size: 40px;
margin-bottom: 0;
line-height: 1;
font-weight: 500
}
.offer-info p{
font-size: 52px;
font-weight: 700;
line-height: 1;
}
.food-img-wrapper .text-wrapper {
width: 370px;
background: #1f92ac ;
padding: 3%;
margin-right: 50px;
overflow: hidden;
height: auto;
}
.seafood-box .sea-text{
width: 370px;
margin-left: 50px;
overflow: hidden;
height: auto;
}
.offer-text{
text-transform: uppercase;
color: #fff;
float: right;
}
.offer-text p{
font-size: 50px;
font-weight: bold;
line-height: 1;
margin-bottom: 0;
color: #fff
}
.uppercase{
text-transform: uppercase;
}
.offer-text .text-big{
font-size: 116px;
margin-bottom: 0;
color: #fff;
margin-top: 15px
}
@media (min-width: 450px){
.food-img-wrapper .text-wrapper .percent {
letter-spacing: -15px;
font-size: 200px;
line-height: 1;
font-weight: bold;
color: #fff;
}
} .partners{
padding: 0 0 70px
}
.partner-box{
border: 1px solid #25cbd3;
border-radius: 10px;
padding: 20px 10px;
text-align: center;
vertical-align: middle;
background-color: #0d003b;
margin-bottom: 30px;
transition: all .3s ease-in-out;
}
.partner-box:hover{
background: #25cbd3;
cursor: pointer;
}
.b-text {
color: #272e3a !important;
}
.w-text{
color: #fff !important
}
.w-text p {
color: #fff;
}
.g-text{
color: #ececec !important
}
.b-text{
color: #333 !important
}
.p-text{
color: blueviolet !important
}
.green-text{
color: #1f92ac !important;
}
.o-text {
color: #faaf52 !important;
}
.brown-text{
color: #cea676 !important
}
.bold{
font-weight: 600 !important
}
.bolder{
font-weight: 700 !important
}
.normal{
font-weight: 500 !important
}
.thin{
font-weight: 400 !important
} .double-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/section-bg.svg) no-repeat center left;
background-size: contain
}
.double-bg-1{
position: relative;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/section-bg.html) no-repeat top right;
background-size: cover
}
.double-bg-2{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/two-sec-bg.html) no-repeat center left;
background-size: cover
}
.about-us-area {
position: relative;
z-index: 1;
}
.about-bg{
position: relative;
}
.sky-bg{
background: #f4f9ff;
}
.blue-back{
background: #2e39bf;
overflow: hidden;
}
.blue-back:before{
height: 100%;
content: '';
width: 100%;
left: 0;
bottom: 0px;
opacity: .5;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/wire.html) repeat;
position: absolute;
}
@media (min-width: 1200px){
.about-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/about-bg.html) no-repeat right top;
background-size: contain;
position: absolute;
width: 71%;
height: 100%;
content: '';
right: -18%;
top: 0;
z-index: -1;
}
.welcome-content h1.big {
font-size: 45px;
}
}
.who-we-contant h4 {
margin-bottom: 10px;
font-size: 30px;
text-transform: uppercase;
}
.our-mission-area {
position: relative;
z-index: 10;
width: 100%;
overflow: hidden;
height: 400px !important;
}
.our-mission-content {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
}
.single-mission {
position: relative;
z-index: 1;
text-align: center;
}
.single-mission i {
font-size: 50px;
margin-bottom: 30px;
display: block;
color: #fff;
}
.single-mission h6 {
margin-bottom: 15px;
}
.single-mission p {
margin-top: 0;
margin-bottom: 0
}
.preview-thumb{
position: relative;
}
.preview-thumb .preview-mobile{
position: absolute;
left: 16%;
top: 5%
}
.moving-text{
position: absolute;
bottom: 0;
left: 0;
width: 200rem;
height: 70%;
font-size: 260px;
font-weight: bold;
text-transform: uppercase;
color: #f9f9f9;
visibility: inherit;
background: transparent url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/crypto.html) repeat-x scroll 0 100%;
-webkit-animation: cloudwash 120s linear infinite;
-moz-animation: cloudwash 120s linear infinite;
animation: cloudwash 10s linear infinite;
}
@-webkit-keyframes cloudwash {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
}
@keyframes cloudwash {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
100% {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); }
}
.welcome-meter {
position: relative;
z-index: 1;
}
.welcome-meter.arficial{
position: relative;
z-index: 1;
height: 427px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/ai-illustration.html) no-repeat;
background-size: 137%;
background-position: center center;
}
@media (max-width: 992px){
.welcome-meter.arficial{
background-size: 100%;
}
}
.growing-company p {
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
}
.growing-company p .counter {
color: #fff;
}
.box-shadow:hover {
-webkit-box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
top: -3px;
}
.article {
background: #fff;
padding: 25px 15px 15px;
border: 1px solid #00dcd8;
margin-bottom: 30px;
text-align: left;
border-radius: 5px;
transition: all .4s ease-in-out;
}
.articlev2{
background: #fff;
border: none;
margin-bottom: 30px;
text-align: left;
border-radius: 5px;
transition: all .4s ease-in-out;
padding: 35px 15px 15px;
border-bottom: 3px solid orange
}
.articlev2 img{
margin-bottom: 10px
}
.hos-article{
border: 1px solid #00dcd8;
margin-bottom: 30px;
text-align: left;
border-radius: 5px;
transition: all .4s ease-in-out;
}
.article__icon {
font-size: 40px;
position: relative;
color: #00dcd8;
}
.article__icon .flag-img{
position: absolute;
bottom: 19.8%;
width: 30px;
right: 12.7%;
}
.article__title {
font-size: 18px;
margin-top: 8px;
color: #333
}
.article p{color: #888}
.article:hover,
.article.hover{
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
}
.article:hover .article__title,
.article:hover p,
.article:hover .article__icon,
.article.hover .article__title,
.article.hover p,
.article.hover .article__icon {
color: #fff
}
.con-info {
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/con-info.jpg) no-repeat center left;
background-size: cover;
text-align: left;
padding: 100px 0px;
position: relative;
}
.con-info:after {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
content: "";
right: 0;
left: 0;
top: 0;
bottom: 0;
}
.con-info .container {
z-index: 1;
position: relative;
}
@media (max-width: 992px){
.con-info .info-btn{
margin-top: 30px
}
} .features{
position: relative;
}
.services-block-four{
position:relative;
margin-bottom:30px;
}
.icon-img-box{
position: absolute;
left: 0;
top: 0;
}
.icon-font-box{
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
border: 2px solid #2da4ee
}
.res-features{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/food/res-features.html) no-repeat center center;
background-size: cover
}
.res-features .services-block-four:hover .icon-img-box{
background: #444
}
.res-features .icon-img-box{
position: absolute;
left: 0;
top: 0;
height: 55px;
width: 55px;
transition: all .5s ease-in-out;
line-height: 50px;
text-align: center;
background: #1f92ac ;
}
.icon-font-box i{
font-size: 24px;
font-weight: 500;
color: #2da4ee;
}
@media (max-width: 480px){
.icon-img-box,
.icon-font-box{
position: relative;
margin-bottom: 15px
}
.icon-font-box .width-80{
width: 100% !important
}
.services-block-four .inner-box {
padding-left: 0px !important;
}
}
.services-block-four .inner-box{
position:relative;
padding-left:100px;
}
.services-block-four.v2{
background: transparent;
}
.services-block-four.v3{
background: #fff;
}
.has-border-bottom{
border-bottom: 3px solid orange
}
.services-block-four.v2 .inner-box{
position:relative;
padding-left:70px;
}
.services-block-four.v2 .inner-box .icon-img-box{
max-width: 50px
}
.services-block-four.v2 .inner-box .text{
color: #888;
}
.services-block-four.v2 .inner-box h3 a{
color: #42526e !important
}
.services-block-four.v3 .inner-box{
padding-left:70px;
}
.services-block-four.v4 {
position: relative;
background: transparent;
padding: 20px 0 ;
}
.services-block-four.v4 .inner-box{
padding-left: 85px;
}
.services-block-four.v4:after {
content: '';
position: absolute;
width: 95%;
height: 100%;
top: 0;
right: 0;
border-radius: 15px;
z-index: -1;
background: rgba(106, 102, 102, 0.05)
}
.services-block-four.v4  .icon-img-box{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.services-block-four.v4 .inner-box .text{
margin-bottom: 0
}
.bg-ring{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/bread-bg.html) no-repeat center center;
background-size: cover;
}
.features .services-block-four{
box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
-webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
padding: 30px 20px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
overflow: hidden;
}
.special .services-block-four {
box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
-webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
padding: 20px 20px 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.special .services-block-four .inner-box {
position: relative;
padding-left: 160px;
}
.demo-video.features .services-block-four{
padding: 25px 20px 15px;
margin-bottom: 20px
}
.licenes .services-block-four .inner-box .icon-box{
font-size: 56px;
border-radius: 0%
}
.licenes .services-block-four .inner-box .icon-box:after{
border-radius: 0%
}
.services-block-four .inner-box .icon-box:after, .services-block-four .inner-box .icon-box:before{
background: #25cbd3
}
.services-block-four .inner-box .icon-box{
position:absolute;
left:0px;
top:0px;
width:100px;
height:100px;
border: 2px solid;
font-size:40px;
line-height:98px;
text-align:center;
border-radius:50%;
margin-bottom:20px !important;
transition: .3s ease;
}
.service-img-wrapper .image-box{
position: relative;
}
@media (max-width: 1200px){
.service-img-wrapper .image-box .rings{
left: 3% !important;
}
.service-img-wrapper .image-box{
margin-top: 0 !important
}
}
@media (min-width: 992px){
.special-size{
max-width: 140%;
margin-left: -100px
}
}
@media (max-width: 992px){
.service-img-wrapper .image-box{
margin-top: 30px !important
}
.service-img-wrapper .image-box.no-mt{
margin-top: 0px !important
}
.service-img-wrapper .phone-img{
padding: 0 10% !important
}
.service-img-wrapper .image-box .rings {
left: 17% !important;
width: 66%;
}
}
.service-img-wrapper .image-box .rings{
position: absolute;
top: 5%;
z-index: -1;
margin: 0 auto;
left: 10%;
transform: translate(-50%, -50%);
}
.services-block-four .inner-box .icon-box span {
position: relative;
z-index: 99;
}
.services-block-four .inner-box:hover .icon-box,
.services-block-four .inner-box:hover .icon-box span {
color: #fff;
transition: .5s ease;
}
.services-block-four .inner-box .icon-box:after {
position:absolute;
content:'';
left:0;
top:0;
width:100%;
height:100%;
border-radius: 50%;
transform: scale(0);
transition: .7s ease;
}
.services-block-four .inner-box:hover .icon-box:after {
transform: scale(1);
transition: .7s ease;
}
.services-block-four .inner-box .icon-box:before{
position:absolute;
content:'';
left:50%;
top:100%;
width:1px;
height:95%;
background: #25cbd3
}
.services-block-four:last-child .inner-box .icon-box:before{
display:none;
}
.services-block-four .inner-box h3{
position:relative;
font-size:18px;
font-weight:600;
text-transform:capitalize;
}
.services-block-four.how .inner-box{
padding-left: 70px
}
.services-block-four.how{
padding: 30px;
margin-bottom: 30px;
background: #fff
}
.services-block-four.now{
background: #291674
}
@media (max-width: 992px){
.service-img-wrapper.how .image-box img{
width: 100%;
margin-bottom: 50px
}
}
.services-block-four .inner-box .step{
position: absolute;
left: 0px;
top: 0px;
width: 40px;
height: 40px;
border: 2px solid;
background: #7d60f9;
border-color: #7d60f9;
font-size: 18px;
color: #fff;
line-height: 40px;
text-align: center;
border-radius: 50%;
margin-bottom: 20px !important;
transition: .3s ease;
}
.services-block-four.how .inner-box .text{
margin-bottom: 0
}
.services-block-four .inner-box h3 a{
color: #fff;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.services-block-four .inner-box .icon-box{
color: #25cbd3
}
.services-block-four .inner-box h3 a:hover{
}
.services-block-four .inner-box .text{
font-size:14px;
color:#ececec;
margin-top:8px;
margin-bottom:10px;
}
.services-block-four .inner-box .read-more{
font-weight:500;
font-size:13px;
text-transform:uppercase;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.services-block-four .inner-box .read-more:hover{
color:#253267;
}
.service-img-wrapper .image-box img,
.floating{
animation: floating2 7s infinite;
-webkit-animation: floating2 7s infinite;
}
@media (min-width: 992px){
.service-img-wrapper .image-box{
margin-top: 0px;
}
}
@media (max-width: 992px){
.service-img-wrapper .image-box img{
width: 100%;
}
}
@media (max-width: 767px){
.services-block-four{
margin-bottom: 40px
}
}
@media (max-width: 480px){
.services-block-four .inner-box .step{
position: relative;
}
}
.service-img-wrapper .image-box {
position: relative;
}
@keyframes floating2 {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
50% {
-webkit-transform: rotateX(0deg) translateY(15px);
-moz-transform: rotateX(0deg) translateY(15px);
-ms-transform: rotateX(0deg) translateY(15px);
-o-transform: rotateX(0deg) translateY(15px);
transform: rotateX(0deg) translateY(15px);
}
100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
}
@-webkit-keyframes floating2 {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
50% {
-webkit-transform: rotateX(0deg) translateY(15px);
-moz-transform: rotateX(0deg) translateY(15px);
-ms-transform: rotateX(0deg) translateY(15px);
-o-transform: rotateX(0deg) translateY(15px);
transform: rotateX(0deg) translateY(15px);
}
100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
}
.features-list{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/feature-bg.html) no-repeat center center;
background-size: cover;
padding: 30px;
border-radius: 20px;
}
.features-list.v2{
background-image: linear-gradient(35deg, #17EAD9 0%, #6078EA 100%);
background-image: -webkit-linear-gradient(35deg, #17EAD9 0%, #6078EA 100%)
}
.features-list.v3{
background: #1e3953;
padding: 50px 30px
}
.list-marked li{
top: 8px;
padding: 7px 0;
color: #fff;
left: 0;
}
.list-marked i{
font-weight: normal;
margin-right: 10px;
color: cyan;
border: 1px solid cyan;
padding: 5px;
line-height: 30px;
text-align: center;
background: transparent;
width: 30px;
height: 30px;
}
.counter-boxed-warrper{
overflow: hidden;
position: relative;
box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
-webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
-webkit-border-radius: 0 20px 20px 0;
-moz-border-radius: 0 20px 20px 0;
border-radius: 0 20px 20px 0;
padding-bottom: 30px;
}
.counter-boxed-warrper.v3{
background: #1e3953;
}
.counter-boxed-warrper:before{
content: '';
width: 100%;
height: 64%;
position: absolute;
top: 0;
left: 0;
background: #f1f6fc;
z-index: -1;
border-radius: 0 0px 274px 0px;
}
.counter-boxed{
padding: 30px 20px 0;
}
.counter-boxed .counter{
font-size: 36px
}
.box-list .text-bismark {
color: #96aabf;
font-size: 16px
}
@media(max-width: 767px){
} .creative-facts{
background: none;
padding: 0
}
.contera{
background: #0093af;
position: relative;
padding: 56px 30px
}
@media (min-width: 1200px){
.creative-facts{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/bg1.png) no-repeat center left;
background-size: 170% 100%;
padding: 100px
}
.contera:before{
content: '';
position: absolute;
top: 0;
left: -120px;
width: 70px;
height: 100%;
border-top: 284px solid transparent;
border-right: 120px solid #0093af;
position: absolute;
}
}
.fact-item{
position: relative;
margin-bottom: 30px
}
.fact-item img{
width: 64px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.fact-item .fact-info{
display: inline-block;
padding-left: 85px;
}
.fact-item .fact-number{
font-size: 32px;
line-height: 33px;
}
.fact-item .fact-header{
padding-top: 5px;
font-size: 17px;
} .swiper-container.screenshots-slider {
width: 100%;
height: 100%;
position: relative;
padding: 80px 0;
}
.swiper-container.screenshots-slider::before {
content: '';
width: 400px;
height: 100%;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/transparent-iphone.html) no-repeat;
background-position: center center;
background-size: 100%;
display: block;
position: absolute;
top: 0;
left: 50%;
z-index: -1;
transform: translateX(-50%);
}
.swiper-container.screenshots-slider img {
width: 255px;
} @media (max-width: 450px) {
section.screenshots .screenshots-slider::before {
display: none !important;
}
} .intro{
position: relative;
z-index: 0;
margin-top: -50px
}
.beans{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/food/beans.html) no-repeat;
background-size: 23% 100%;
background-position: right;
}
.caffen{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/food/coffee.html) no-repeat;
background-size: 25% 100%;
background-position: right;
}
@media (max-width: 992px){
.beans,
.caffen{
background: transparent;
}
}
.intro .no-r-l{
padding-right: 0px;
padding-left: 0px;
}
.intro .intro-box{
color: #fff;
padding: 35px 25px;
}
.intro .intro-box h4{
margin-top: 25px;
font-size: 18px;
color: #fff;
margin-bottom: 15px;
text-transform: uppercase;
}
.intro .box-1{
background-color:#0487d9;
}
.intro .box-2{
background-color:#1998e7 ;
}
.intro .box-3{
background-color:#2da4ee ;
}
.intro .box-4{
background-color:#43adf0 ;
}
.intro .intro-box p{
color: #efefef;
margin-bottom: 0px;
font-size: 14px
}
.img-info{
display: inline-block;
text-align: center;
height: 60px;
padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.intro{
position: relative;
z-index: 0;
margin-top: 100px
}
} .agency-sec{
background: #fff;
padding: 50px 30px 17px
}
.side-feature-list-item.v2 {
font-size: 14px;
padding: 3px 0;
}
.side-feature-list-item.v2 .check-mark-icon-font{
color: #18d7a5;
font-size: 16px;
width: 25px;
} .demo-video{
position: relative;
}
.demo-video .welcome-video-area{
margin-top: 0
}
@media (max-width: 992px){
.vertical-social{
display: none !important;
}
}
.vertical-social {
position: fixed;
top: 50%;
transform: translateY(-50%);
left: 0;
background: #0d003b;
height: 370px !important;
margin-left: 30px;
border-radius: 40px;
padding: 30px 15px;
z-index: 999;
transition: 1s;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
box-shadow: 0px 4px 13px 0 rgba(168,67,253,.3);
overflow: hidden;
border-bottom: 3px solid #a843fd;
}
.vertical-social li{
padding: 7px 0;
text-align: center;
}
.vertical-social li a{
color: #fff;
opacity: .6;
font-size: 22px;
}
.vertical-social li a:hover{
opacity: 1;
}
.header-social{
position: absolute;
top: 60%;
transform: translateY(-50%);
left: 0;
height: 370px !important;
margin-left: 30px;
}
.social-text{
position: relative;
margin-bottom: 0;
transform: rotate(270deg);
text-transform: uppercase;
}
.header-social-list{
position: relative;
text-align: center;
margin-top: 120px
}
.header-social-list:before{
content: '';
position: absolute;
top: -65px;
left: 50%;
width: 2px;
height: 50px;
background: #fff
}
.header-social-list li{
padding: 3px
}
.header-social-list li a{
font-size: 16px;
color: #fff
}
@media (max-width: 767px){
.header-social{
display: none;
}
}
.restaurant-head{
font: 500 44px 'Great Vibes', cursive;
text-transform: capitalize;
color: #cea676 !important;
letter-spacing: 3px;
} .trust-section{
position: relative;
padding: 100px 0 60px
}
.trust-item{
background-color: #fff;
border-radius: 10px;
margin-bottom: 40px;
padding: 0 35px;
min-height: 205px;
padding-top: 37px;
padding-bottom: 25px;
box-shadow: 4px 4px 10px 0 rgba(168,67,253,.3);
overflow: hidden;
border-bottom: 3px solid #a843fd;
}
.ico-platform-logo{
margin-bottom: 25px;
min-height: 75px
}
.check {
height: 40px;
margin: 0 -10px;
background-color: rgba(13,0,59,.9);
border-radius: 5px;
color: #25cbd3;
position: relative;
}
.check .value {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-size: 24px;
font-weight: 600;
text-shadow: 0 0 5px rgba(0,243,255,.5);
}
.check .check-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/checkmark.html) 50% no-repeat;
background-size: contain;
width: 31px;
height: 23px;
}
.gradient-section-bg{
background-image: linear-gradient(106deg,#d787f5,#3634bb);
background-image: -webkit-linear-gradient(106deg,#d787f5,#3634bb);
overflow: hidden;
}
.gray-bg{
background: #f4f4f7
}
.gray1-bg{
background: #d5ddfe
}
.transparent{
background: transparent !important
}
.hos-sec-1{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/con-info.jpg) no-repeat center left;
background-size: cover;
overflow: hidden;
position: relative;
}
.hos-sec-1:before{
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
background: rgba(0,0,0,.4);
}
.corporate-sec-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/corporate-sec-bg.html) no-repeat center center;
background-size: cover
}
.resturant-bg-2{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/resturant-bg-2.html) no-repeat center bottom;
background-size: cover
}
.world-map{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/world-map.html) no-repeat center center;
background-size: cover
}
.coffee-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/coffee-bg.html) no-repeat center bottom;
background-size: cover
}
.coffee-sec{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/food/coffee-bg.html) no-repeat center center;
background-size: cover
}
.ico-about-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/ico-about-bg.html) no-repeat center center;
background-size: cover
}
.ico-header4{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/header-bg4.html) no-repeat top center;
background-size: cover
}
.ico-header6{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/header-bg6.html) no-repeat bottom center;
background-size: cover
}
.striples-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/striples-bg.html) no-repeat top center;
background-size: cover
}
.ico-bg1{
background-image: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/header-bg3.jpg);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center left
}
.ico-bg2{
background-image: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/header-bg2.jpg);
background-position: top center;
background-repeat: no-repeat;
position: relative;
background-size: cover;on: top
}
.ico-bg2:before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: radial-gradient(black, transparent);
z-index: 0;
}
.ico-bg2:after {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
height: 20px;
width: 100%;
background-size: cover;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/after-bg.png) repeat-x;
background-position: bottom left;
}
.ico-bg3{
background-image: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/header-bg2.html);
background-repeat: no-repeat;
background-position: top
}
.res-about{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/food/about-bg.html) no-repeat center center;
background-size: cover
}
.corporate-sec-bg2{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/corporate-sec-bg2.html) no-repeat center center;
background-size: cover
}
.hero-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/hero-bg.html) no-repeat center;
background-size: cover;
}
.image {
position: relative;
left: 0px;
margin-bottom: -100px;
}
.image {
position: relative;
left: 0px;
margin-bottom: -100px;
}
.image img{
max-width: 72%
}
.globe-text{
position: absolute;
bottom: 20%;
left: 10%;
max-width: 60%;
}
.globe-text h3{
font-size: 36px;
font-weight: 700 !important;
}
.numbers-box{
margin-right: -50px
}
.numbers-box.v2{
margin-left: -50px;
margin-right: 0;
}
.numbers-box h2{
font-size: 65px;
font-weight: 700 !important
}
.apis-sec:before{
content: '';
position: absolute;
width: 100%;
height: 500px;
background: #fff;
bottom: -200px;
left: 0;
-ms-transform: skewY(-6deg);
transform: skewY(-6deg);
}
.api-box{
padding: 50px;
background: #fff;
position: relative;
margin-bottom: 30px
}
.api-box:before{
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 42%;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/api1-bg.html) no-repeat ;
background-size: cover
}
.api-box.v2:before{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/api2-bg.html) no-repeat ;
height: 42%;
background-size: 55%;
background-position: right center;
}
@media (max-width: 991px) {
.image {
margin-bottom: 0px !important;
}
.image img{
max-width: 77% !important
}
.numbers-box{
margin-right: 0px
}
.numbers-box.v2{
margin-left: 0px
}
.clearfix-sp{
clear: both;
}
}
@media (max-width: 1200px) {
.image {
margin-bottom: -100px;
}
.image img{
max-width: 90%
}
}
.token-distribution{
padding-bottom: 100px;
overflow: hidden;
}
@media (max-width: 767px) {
.token-info-wapper{
margin-top: 30px;
}
.globe-text h3{
font-size: 26px;
}
}
.token-info {
width: 100%;
margin-bottom: 20px;
float: left;
display: -ms-flexbox;
display: flex;
}
.token-info .info-wrapper {
border: 1px solid #eee;
border-radius: 0 10px 10px 0;
padding: 19px 15px;
background-color: #fff;
width: 100%;
position: relative;
-ms-flex: 1;
flex: 1;
display: -ms-flexbox;
display: flex;
box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
-webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
}
.token-info .info-wrapper.one{
border-left: 7px solid #997dea
}
.token-info .info-wrapper.two{
border-left: 7px solid #e66392
}
.token-info .info-wrapper.three{
border-left: 7px solid #2acd72
}
.token-info .info-wrapper.four{
border-left: 7px solid #9898ef
}
.token-info .info-wrapper.five{
border-left: 7px solid #f5a67e
}
.info-wrapper .token-icon {
right: 40px;
width: 38px;
height: 38px;
font-size: 45px;
line-height: 38px;
font-weight: 700;
opacity: 0.06;
position: absolute;
top: 50%;
transform: translateY(-50%);
background-position: 50%;
background-size: contain;
background-repeat: no-repeat;
}
.info-wrapper .token-icon.img{
opacity: 1
}
.info-wrapper .token-descr {
display: block;
font-size: 16px;
color: #333;
padding-left: 10px;
font-weight: 500;
line-height: 1.25;
} .steps .item_single_content{
background-image: linear-gradient(-177deg,#FCD3BB 7%,#F88691 90%,#F88691 100%);
z-index: 5;
padding: 120px 20px 40px;
-webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.11);
box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
}
.steps .box-wrapper1{
padding-top: 50px
}
.steps .service_icon{
width: 125px;
height: 125px;
background: #fff;
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
line-height: 125px;
border-radius: 50%;
}
.steps .item_single_content h6{
font-size: 20px;
margin-bottom: 20px;
font-weight: 700;
}
.steps .item_single_content p{
margin-bottom: 0;
color: #f8efef
}
.steps .item_single_content.specialitem{
background: #fff;
padding: 140px 20px 60px;
z-index: 6;
position: relative;
}
.steps .item_single_content.specialitem p{
color: #888
}
.steps .item_single_content.specialitem .service_icon{
background-image: linear-gradient(-177deg,#FCD3BB 7%,#F88691 90%,#F88691 100%);
top: -50px
} .service_single_content {
position: relative;
z-index: 1;
transition: all .3s ease-in-out;
}
.service_single_content .service_icon i {
font-size: 30px;
margin-bottom: 20px;
color: #fff;
display: block;
}
.embed-video {
max-width: 250px !important;
height: auto !important;
}
.how .service_icon{
padding: 30px;
position: relative;
border: 2px solid #00dcd8;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
max-width: 140px;
border-radius: 50%;
transition: all .3s ease-in-out;
}
.how .service_icona{
padding: 30px;
position: relative;
width: 130px;
height: 130px;
margin: 0 auto;
vertical-align: middle;
margin-bottom: 30px;
border: 2px solid #eee;
max-width: 140px;
border-radius: 50%;
transition: all .3s ease-in-out;
}
.how.v2 .service_icon{
border-color: transparent;
background-image: linear-gradient(to right,#ff9059 0,#fca336 100%)
}
@media (max-width: 992px){
.how {
border-top: 1px solid #eee
}
}
.how .service_icon .white-icon{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.how .service_single_content:hover .service_icon {
background: #fff
}
.how .service_single_content:hover .white-icon{
visibility: hidden;
}
.service_icon.video-i{
max-width: 100%
}
.service_icon .step-num{
position: absolute;
top: 0px;
right: -10px;
background:#21d397 ;
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 40px;
color: #fff;
}
.service_icon{
display: block;
max-width: 70px;
height: 70px;
line-height: 70px;
margin: 0 auto;
margin-bottom: 10px;
background-color: #0093af;
}
.service_icon img {
max-width: 60px;
}
.service_icon i {
color: #fff;
}
.service_single_content h6 {
margin-bottom: 5px;
font-size: 19px;
font-weight: 600;
}
.service_single_content ul li {
text-align: left;
position: relative;
padding-left:25px;
font-size:15px;
margin-bottom: 10px;
color: #333;
}
.service_single_content ul li:before {
position: absolute;
content: "\f0a4";
font-size:16px;
font-family:'FontAwesome';
color: #0093af;
left: 0;
top: -2px;
}
.hos-features .feature_single_content{
position: relative;
overflow:hidden;
}
.service_slides .feature_single_content{
margin:0 15px;
overflow: hidden;
}
.feature_single_content .feature-info{
width: 100%;
top: -20px;
display: block;
background: #1f92ac;
max-width: 320px;
margin-left: auto;
margin-right: auto;
padding:10px;
color: #fff;
font-weight: 500;
overflow: hidden;
transition: .2s ease-in-out;
position: relative;
text-align: center;
}
.feature_single_content .feature-info a {
color: #fff;
}
.feature_single_content.food{
margin-bottom: 50px
}
.feature_single_content.food .service_img{
overflow: hidden;
}
.feature_single_content.food .service_img img{
transition: all .5s ease-in-out
}
.feature_single_content.food:hover .service_img img{
transform: scale(1.2)
}
.feature_single_content.food .feature-info{
width: 35%;
background: #1f92ac
}
.red-bg{
background: #1f92ac  !important
}
.b-world__item-val {
margin: 25px 0 10px 0;
text-align: left;
}
.b-world__item-val-title {
font: 400 10px 'Open Sans',sans-serif;
margin-right: 10px;
}
.b-world__item-val-circles {
display: inline-block;
}
.b-world__item-val-circles span {
width: 10px;
height: 10px;
border-radius: 100%;
display: inline-block;
vertical-align: middle;
position: relative;
}
.b-world__item-val-circles span {
background-color: #1f92ac ;
fill: #1f92ac ;
}
.b-world__item-val-circles span.m-empty {
border: 1px solid #dddddd;
background: none!important;
}
.b-world__item-num {
display: inline-block;
padding: 3px 12px;
border-radius: 13px;
font: 400 10px 'Open Sans',sans-serif;
border: 1px solid #dddddd;
margin-left: 10px;
}
.b-world__title {
margin: 20px 0 25px 0;
font: 600 16px 'Open Sans',sans-serif;
padding: 0 0 0 10px;
text-align: left;
border-left: 3px solid #1f92ac ;
}
.label-chief {
position: absolute;
top: 20px;
left: 20px;
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
color: #1f92ac  ;
font-family: 'Great Vibes', cursive;
font-size: 25px;
line-height: 17px;
font-style: italic;
text-align: center;
border-radius: 50%;
box-shadow: 2px 3px;
transition: 350ms ease-out;
}
.feature_single_content .service_img {
overflow:hidden;
-webkit-transition: all 500ms;
transition: all 500ms;
}
.feature_single_content .service_img img{
width: 100%;
-webkit-transition: all 500ms;
transition: all 500ms;
}
.feature_single_content .service_img:hover {
transform: scale(1.5);
}
.feature_single_content .feature-info:hover {
background: #1d487b;
color: #fff;
}
.side-feature-list-item {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 15px;
font-weight: 500;
line-height: 1.6;
}
.check-mark-icon {
margin-right: 16px;
width: 30px;
height: 30px
}
.check-mark-icon-font{
font-size: 20px;
margin-right: 2px;
line-height: 30px;
width: 30px;
height: 30px;
color: #1f92ac;
margin-top: 10px;
}
.foot-c-info {
color: #333;
}
.foot-c-info a {
color: #333;
}
.c-bg{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/c-bg.jpg) repeat;
} .call_to_action_area {
position: relative;
z-index: 1;
width: 100%;
height: 500px !important;
}
.cta-content h2 {
font-size: 40px;
margin-bottom: 15px;
}
.cta-content p {
font-size: 18px;
margin-bottom: 25px;
}
.cta-content-area {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
background: rgba(72, 52, 212, 0.95);
background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
} .our-team{
border: 1px solid #cea676;
border-radius: 30px;
text-align: center;
margin-bottom: 30px;
overflow: hidden;
}
.our-team .team_img{
position: relative;
overflow: hidden;
}
.our-team .team_img:after{
content: "";
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.2);
position: absolute;
bottom: -100%;
left: 0;
transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
bottom: 0;
}
.our-team img{
width: 100%;
height: auto;
}
.our-team .social{
padding: 10px 0 10px 0;
margin: 0;
list-style: none;
position: absolute;
top: -100%;
right: 30px;
background: #cea676;
border-radius: 0 0 20px 20px;
z-index: 1;
transition: all 0.3s ease 0s;
}
.our-team:hover .social{
top: 0;
}
.our-team .social li a{
display: block;
padding: 10px 15px;
font-size: 15px;
color: #fff;
}
.our-team:hover .social li a:hover{
color: #000;
}
.our-team .team-content{
padding: 20px 0;
background: #fff;
}
.our-team .title{
margin: 0 0 25px 0;
font: 600 16px 'Open Sans',sans-serif;
color: #000;
text-transform: capitalize;
margin: 0 0 20px;
position: relative;
}
.our-team .title:before{
content: "";
width: 25px;
height: 1px;
background: #cea676;
position: absolute;
bottom: -10px;
right: 50%;
margin-right: 9px;
transition-duration: 0.25s;
}
.our-team .title:after{
content: "";
width: 25px;
height: 1px;
background: #cea676;
position: absolute;
bottom: -10px;
left: 50%;
margin-left: 9px;
transition-duration: 0.25s;
}
.our-team:hover .title:before,
.our-team:hover .title:after{
width: 50px;
}
.our-team .post{
display: inline-block;
font: 500 14px 'Open Sans',sans-serif;
color: #666;
text-transform: capitalize;
}
.our-team .post:before{
content: "";
display: block;
width: 7px;
height: 7px;
border-radius: 50%;
background: #cea676;
margin: 0 auto;
position: relative;
top: -13px;
}
.our-team.ico-team{
border: 1px solid #5128ff;
}
.our-team.ico-team .social{
background: #ff6699
}
.our-team.ico-team .team-content{
padding: 20px 0 30px
}
.our-partners .team-member {
border: 2px solid #eaeaea;
}
.our-partners .team-member {
display: inline-block;
padding: 0px;
width: 100%;
text-align: center;
margin: 0 0 30px 0;
background-color: transparent;
transition: all .4s ease-in-out;
}
.our-partners .team-member:hover {
cursor: pointer;
border-color: #1d66f6;
}
.half{
width: 80px;
height: 2px;
background: #FFC107;
}
.who-we-contant.new{
margin-right: -100px;
padding: 50px;
position: relative;
padding-right: 100px;
border: 10px solid #ba97f5;
border-right: 0;
}
@media (max-width: 992px){
.who-we-contant.new{
margin-right: 0;
padding-right: 50px
}
}
.who-we-contant.new:before{
content: '';
position: absolute;
width: 10px;
height: 30%;
top: 0;
right: 0;
background: #ba97f5
}
.seperator{
width: 5px;
background: #FFC107;
text-align: center;
height: 60%;
margin: 0 auto
}
.icon-icon{
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 80px;
line-height: 74px;
text-align: center;
border-radius: 50%
}
.icon-icon img{
max-width: 45px
}
.icon-icon.bg1{
background-image: linear-gradient(-12deg,#FF895B 0,#FFEC9E 100%);
}
.icon-icon.bg2{
background-image: linear-gradient(-151deg,#FCD3BB 0,#F88691 94%);
}
.icon-icon.bg3{
background-image: linear-gradient(-19deg,#A2F8E4 0,#4BC39D 100%);
}
.icon-icon.bg4{
background-image: linear-gradient(-12deg,#2a57d7 0,#9eeeff 100%);
} .doc-box{
position: relative;
padding: 0 30px 30px;
text-align: center;
margin-bottom: 30px
}
.doc-content{
z-index: 3;
position: relative;
}
.doc-footer{
position: absolute;
bottom: 0;
left: 0;
z-index: 0;
width: 100%;
height: 60%;
background: linear-gradient(to right, #14aff5, #23d0ec);
}
.indexed-label{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/doc-bg.html) no-repeat right center;
color: #fff;
font-weight: 700;
padding: 5px 15px;
position: absolute;
top: 20px;
left: 0 ;
width: 60%
} .compare{
position: relative;
background-color: #2C225A;
float: left;
width: 100%;
position: relative;
background-image: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/team-img/ico/ico-about-bg.html);
background-size: 140%;
}
.compare .vs-text {
position: absolute;
top: 55px;
border-radius: 50%;
left: 50%;
width: 50px;
margin-left: -25px;
background: rgba(7, 7, 52, 0.6);
height: 50px;
display: block;
color: #fff;
padding-top: 8px;
font-size: 24px;
font-weight: bold;
text-align: center;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.compare .title-box .title-center{
color: #fff
}
.compare .title-box .description{
color: #eaebfb
}
.compare-box {
padding: 50px 60px 20px 60px;
margin-bottom: 30px;
background: linear-gradient(to right, #fe86a7, #ffa493);
}
@media (max-width: 767px){
.compare-box {
padding: 30px 20px 1px;    }
}
.compare-box-right {
background: rgba(1, 7, 53, 0.1);
border-bottom-right-radius: 80px;
-webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
background: linear-gradient(to right, #14aff5, #23d0ec);
margin-bottom: 30px
}
.compare-box .compare-heading .title {
display: block;
color: #fff;
font-weight: bold;
text-transform: uppercase;
font-size: 29px;
padding-bottom: 20px;
}
.compare-box .compare-heading p {
font-size: 18px;
color: #41faa4;
margin: 0;
}
.unfeat-list li{
width: 100%;
margin-bottom: 30px;
}
.unfeat-list li .icon {
border: 2px solid #2cd3ee;
border-radius: 50%;
width: 74px;
height: 74px;
position: relative;
float: left;
}
.unfeat-list li .icon img {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.unfeat-list li .desc{
overflow: hidden;
padding-left: 20px;
}
.unfeat-list li .desc .title {
display: block;
color: #fff;
font-weight: 600;
font-size: 22px;
padding-bottom: 12px;
}
.unfeat-list li .desc p {
margin: 0;
font-size: 14px;
color: #eaebfb;
line-height: 1.7;
}
.progress.prog,
.progress.prog .progress-bar{
min-height: 25px
}
@media (max-width: 767px){
.progress.prog{
display: none;
}
}
.progress.prog .progress-bar.percent{
margin-left: 3px;
margin-right: 3px;
}
.br-10{
border-radius: 10px
}
.bg1{
background: #e82d53
}
.bg2{
background: #f2724a
}
.bg3{
background: #f2b94a
}
.bg4{
background: #94db21
}
.bg5{
background: #1ac995
}
.bg6{
background: #4cb8f5
}
.bg7{
background: #2f80ed
}
.bg8{
background: #8a27e5
}
.bg9{
background: #bb6bd9
}
.bg10{
background: #eb6cde
} .section_5-content {
width: 100%;
padding-top: 200px;
padding-bottom: 200px
}
.section_5-slider-trumb {
display: inline-block;
width: 100%;
left: 0;
height: 4px;
background-color: #5892f5;
position: relative;
border-radius: 3px
}
#section_5-slider-circle {
position: relative
}
#section_5-slider-circle .data_cir {
top: 0;
position: absolute;
margin-left: -8px;
margin-top: -16px;
width: 16px;
height: 16px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #5892f5;
border: 4px solid #000;
-webkit-box-shadow: 0 0 6px 2px #5892f5;
-moz-box-shadow: 0 0 6px 2px #5892f5;
box-shadow: 0 0 6px 2px #5892f5
}
#section_5-slider-circle .data_cir-content {
position: relative;
width: 200px;
height: auto;
display: inline-block;
margin-left: -60px;
text-align: center
}
#section_5-slider-circle .data_cir-content p {
font-size: 13px;
color: #5892f5;
line-height: 2
}
#section_5-slider-circle .data_cir-content>div {
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
flex-direction: column;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center
}
#section_5-slider-circle .data_cir-content div {
font-size: 13px;
color: #777;
letter-spacing: 0;
width: 100%;
line-height: 20px
}
@media (max-width: 1200px){
#section_5-slider-circle .data_cir-content div{
width: 94%;
font-size: 11px
}
}
#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content {
bottom: 44px;
-webkit-transform: translateY(-100%) translateX(-18%);
-ms-transform: translateY(-100%) translateX(-18%);
-moz-transform: translateY(-100%) translateX(-18%);
-o-transform: translateY(-100%) translateX(-18%);
transform: translateY(-100%) translateX(-18%)
}
#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content {
top: 55px;
-webkit-transform: translateX(-18%);
-ms-transform: translateX(-18%);
-moz-transform: translateX(-18%);
-o-transform: translateX(-18%);
transform: translateX(-18%)
}
#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content .roadmap_img {
-ms-order: -1;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
-webkit-order: -1;
-moz-box-ordinal-group: 0;
order: -1
}
#section_5-slider-circle .data_cir:nth-child(2n) .roadmap_content_info {
margin-top: 20px
}
#section_5-slider-circle .data_cir:nth-child(2n+1) .roadmap_content_info {
margin-bottom: 20px
}
#section_5-slider-circle .data_cir .data_cir-content ul {
text-align: left;
position: relative
}
#section_5-slider-circle .data_cir .data_cir-content ul::before {
content: '';
position: absolute;
border-left: 1px solid #5892f5;
left: -14px;
opacity: .2;
width: 45%;
height: -webkit-calc(100% + 37px);
height: -moz-calc(100% + 37px);
height: calc(100% + 37px)
}
#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before {
border-top: 1px solid #5892f5;
margin-top: -46px
}
#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content ul::before {
border-bottom: 1px solid #5892f5;
margin-top: 10px
}
#section_5-slider-circle .data_cir .data_cir-content ul li {
padding-left: 5px;
list-style: disc;
color: #5892f5
}
#section_5-slider-circle .data_cir .data_cir-content ul li span {
color: #777
}
.roadmap .section-heading > p{
padding-left: 15px;
padding-right: 15px
}
#section_5-slider-circle .data_cir .data_cir-content .roadmap_img {
width: 50px;
height: 50px;
margin: 0 auto;
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
justify-content: center;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #5892f5;
-webkit-box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5);
-moz-box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5);
box-shadow: 0 0 6px 1px rgba(0, 228, 255, .5)
}
#section_5-slider-circle .data_cir::before {
content: '';
opacity: .6;
position: absolute;
display: block;
width: 1px;
height: 40px;
background-color: #5892f5;
left: -webkit-calc(50% - 1px);
left: -moz-calc(50% - 1px);
left: calc(50% - 1px)
}
#section_5-slider-circle .data_cir:nth-child(2n+1)::before {
top: -44px
}
#section_5-slider-circle .data_cir:nth-child(2n)::before {
top: 17px
}
#section_5-slider-circle .data_cir::after {
content: attr(data-date);
position: absolute;
display: block;
color: #222;
color: #777;
width: 50px;
color: #fff;
font-size: 12px;
left: 0;
text-align: center;
-webkit-transform: translateX(-35%);
-ms-transform: translateX(-35%);
-moz-transform: translateX(-35%);
-o-transform: translateX(-35%);
transform: translateX(-35%)
}
.form-block-rcl>.login-message {
color: #fff;
}
#section_5-slider-circle .data_cir:nth-child(2n+1)::after {
top: 30px
}
#section_5-slider-circle .data_cir:nth-child(2n)::after {
top: -45px
}
#section_5-slider-circle .data_cir.next {
background-color: #000;
border: 4px solid #000;
-webkit-box-shadow: 0 0 6px 2px #5892f5;
-moz-box-shadow: 0 0 6px 2px #5892f5;
box-shadow: 0 0 6px 2px #5892f5
}
@media (max-width: 992px){
.section_5-slider-trumb {
width: 4px;
height: -webkit-calc(100% - 4px);
height: -moz-calc(100% - 4px);
height: calc(100% - 4px);
top: 4px;
position: absolute;
left: -webkit-calc(45vw + 8px);
left: -moz-calc(45vw + 8px);
left: calc(45vw + 8px);
}
.section_5-content {
position: relative;
}
.section_5-content {
padding-top: 0;
padding-bottom: 0;
}
#section_5-slider-trumb {
width: 4px;
height: -webkit-calc(100% - 4px);
height: -moz-calc(100% - 4px);
height: calc(100% - 4px);
top: 4px;
position: absolute;
left: -webkit-calc(45vw + 8px);
left: -moz-calc(45vw + 8px);
left: calc(45vw + 8px);
}
#section_5-slider-circle .data_cir {
margin-top: 0px;
margin-bottom: 150px;
position: relative;
left: 0!important;
margin-left: -webkit-calc(45vw + 2px);
margin-left: -moz-calc(45vw + 2px);
margin-left: calc(45vw + 2px);
}
#section_5-slider-circle .data_cir:last-child{
margin-bottom: 0!important
}
#section_5-slider-circle .data_cir::before {
top: 3px!important;
height: 1px;
width: 40px;
left: auto;
right: 14px;
}
#section_5-slider-circle .data_cir-content {
margin-left: 60px;
-webkit-transform: translateY(0)!important;
-ms-transform: translateY(0)!important;
-moz-transform: translateY(0)!important;
-o-transform: translateY(0)!important;
transform: translateY(0)!important;
top: 0!important;
bottom: 0!important;
width: 250px;
}
#section_5-slider-circle .data_cir-content div{
width: 100%;
font-size: 14px;
}
#section_5-slider-circle .data_cir:nth-child(2n) .data_cir-content ul::before,
#section_5-slider-circle .data_cir:nth-child(2n+1) .data_cir-content ul::before{
display: none;
}
#section_5-slider-circle .data_cir:first-child .data_cir-content>div {
-webkit-transform: none!important;
-ms-transform: none!important;
-moz-transform: none!important;
-o-transform: none!important;
transform: none!important;
text-align: left;
}
#section_5-slider-circle .data_cir-content>div {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-box;
display: flex;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
height: auto;
}
.roadmap_img {
display: none!important;
}
#section_5-slider-circle .data_cir::after {
left: auto;
right: 55px;
color: #222;
padding: 5px 7px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
top: 4px!important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border: 1px solid #5892f5;
}
#section_5-slider-circle .data_cir::after {
width: 70px;
}
} .timeline-split{
position: relative;
width: 100%
}
.timeline-split .timeline {
position: relative;
padding: 50px;
overflow: hidden
}
.timeline-split .timeline h3{
font-size: 22px;
color: #25cbd3
}
.timeline-split .timeline span{
color: #666;
display: block;
margin-bottom: 10px
} .timeline-split .timeline::before {
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
display: block;
position: absolute;
top: 0;
left: 50%;
background: #25cbd3;
left: calc(50% - 10px);
} .timeline-split .timeline::after {
content: "";
width: 2px;
height: 4000px;
display: block;
position: absolute;
top: 10px;
left: 50%;
left: calc(50% - 1px);
background: #25cbd3;
} .timeline-split .timeline .block {
width: 50%;
padding: 30px;
background: #0d003b;
border: 1px solid #25cbd3;
width: calc(50% - 74px);
text-align: left;
position: relative;
}
.timeline .block .date{
padding: 5px 10px;
display: inline-block;
background: #25cbd3;
margin: 10px 0;
color: #fff;
font-size: 13px;
border-radius: 15px;
}
.timeline .block .between{
padding: 5px 10px;
display: inline-block;
color: #fff;
} .timeline-split .timeline .block::before {
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
background: #25cbd3;
top: 30px;
}
.timeline-split .timeline .block.block-left::after,
.timeline-split .timeline .block.block-right::after {
content: "";
width: 79px;
height: 2px;
position: absolute;
background: #25cbd3;
top: 34px;
z-index: 0;
right: -78px;
}
.timeline-split .timeline .block.block-right::after{
left: -80px
} .timeline-split .timeline .block.block-left {
text-align: right;
}
.timeline-split .timeline .block.block-left::before {
right: -80px;
}
.timeline .block p{
margin-bottom: 0
} .timeline-split .timeline .block.block-right {
text-align: left;
margin-left: 50%;
margin-left: calc(50% + 74px);
}
.timeline-split .timeline .block.block-right::before {
left: -80px;
} @media (max-width: 992px) {
.timeline-split .timeline {
padding: 50px 20px;
}
.timeline-split .timeline h3 {
font-size: 19px;
}
} @media (max-width: 992px) {
.timeline-split .timeline .block.block-left::after {
left: -80px;
}
.timeline-split .timeline::after {
left: 9px;
}
.timeline-split .timeline::before {
left: 0;
}
.timeline-split .timeline .circle {
left: 2px;
}
.timeline-split .timeline .block {
width: 100% !important;
text-align: left;
padding-left: 20px;
}
.timeline-split .timeline .block::before {
left: -15px;
}
.timeline-split .timeline .block.block-left {
text-align: left;
}
.timeline-split .timeline .block.block-right {
margin-left: 0;
}
.timeline-split .timeline .block.block-right::before {
left: -15px;
}
.mt-30{
margin-top: 30px
}
} .mfp-wrap {
z-index: 6000;
}
.mfp-bg {
z-index: 5500;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: 0;
text-align: center;
display: inline-block;
width: 40px;
height: 40px;
color: #fff;
line-height: 40px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
padding-right: 0;
}
.mfp-iframe-holder .mfp-close {
top: 0;
} .single_gallery_item {
position: relative;
z-index: 1;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
margin-bottom: 30px;
}
.gallery-hover-overlay {
position: absolute;
width: calc(100% - 30px);
height: 100%;
top: 0;
left: 15px;
z-index: 10;
background-color: rgba(72, 52, 212, 0.8);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
padding: 30px;
text-align: center;
}
.single_gallery_item:hover .gallery-hover-overlay {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.portfolio-menu button {
line-height: 1;
background-color: transparent;
color: rgba(255, 255, 255, 0.5);
font-size: 13px;
text-transform: uppercase;
padding: 8px 15px 5px;
border-radius: 30px;
}
.portfolio-menu button.active {
color: #fff;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.port-more-view i{
color: #69dec4;
font-size: 20px;
margin-top: 30px;
}
.port-more-view > a {
color: #fff;
}
.port-hover-text h3 {
font-size: 14px;
color: #d8d0d0 !important;
margin-bottom: 0;
}
.port-hover-text > a {
font-size: 18px;
color: #fff;
margin-bottom: 10px;
display: inline-block;
text-transform: capitalize;
} .cool-facts-area {
padding: 100px 0 70px;
}
.single_cool_fact {
position: relative;
z-index: 1;
background: #0d003b;
border: 1px solid #25cbd3;
border-bottom: 3px solid #25cbd3;
border-radius: 0 0 20px 20px;
padding: 30px;
overflow: hidden;
margin-bottom: 30px;
}
.cool_fact_icon i {
font-size: 40px;
margin-top: 15px;
color: #fff;
}
.cool_fact_detail h3 {
font-size: 36px;
margin-top: 15px;
}
.cool_fact_detail h2 {
font-size: 14px;
margin-bottom: 0;
text-transform: uppercase;
} .facts .left-crown{
left: inherit;
right: -6.7%
}
.facts .next-section{
right: inherit;
}
.fact-box{
position:relative;
margin-top:26px;
}
.fact-box .inner{
position:relative;
padding:50px 15px 30px;
max-width:250px;
margin:0 auto;
text-align:center;
border:2px solid #1f92ac;
border-radius:0px 0px 5px 5px;
border-top:none;
}
.fact-box .inner:before{
content:'';
position:absolute;
right:0px;
top:0px;
width:60px;
border-bottom:2px solid #1f92ac;
}
.fact-box .inner::after{
content:'';
position:absolute;
left:0px;
top:0px;
width:60px;
border-bottom:2px solid #1f92ac;
}
.fact-box .icon-box{
position:absolute;
left:50%;
top:-30px;
margin-left:-30px;
width:60px;
height:60px;
line-height:48px;
font-size:42px;
}
.fact-box .content{
position:relative;
}
.count-outer{
position:relative;
font-size:42px;
line-height:1.4em;
font-weight:700;
color:#333;
margin-bottom:7px;
}
.count-outer .count-text{
font-weight:700;
}
.fact-box .counter-title{
position:relative;
font-size:16px;
line-height:30px;
font-weight:600;
color:#333;
}
@media (max-width:992px) {
.fact-box-sm{
margin-top: 60px !important
}
}
@media (max-width:767px) {
.fact-box-xs{
margin-top: 60px !important
}
} .single_price_table_content {
padding: 50px;
margin-bottom: 30px;
position: relative;
z-index: 2;
border-radius: 6px;
}
.single_price_table_content.active {
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.price_table_text {
margin-bottom: 45px;
}
.price_table_text > h5 {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 20px;
}
.price_table_text > h1 {
font-size: 48px;
margin-bottom: 25px;
line-height: 1;
color: #3964f9
}
.price_table_text > p,
.table_text_details > p {
font-size: 16px;
font-weight: 400;
margin-bottom: 0;
line-height: 1;
}
.table_text_details > p {
margin-bottom: 20px;
} .single-testimonial{
border-radius: 15px;
border: 1px solid #eee;
position: relative;
margin: 0 15px;
overflow: hidden;
padding: 30px 20px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/cards-bg.png), #fff;
}
.single-brand{
border: 1px solid #ddd;
position: relative;
margin: 0 15px;
overflow: hidden;
padding: 16px 20px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/cards-bg.png), #fff;
}
.icon_wrapper:after {
content: '';
border-right: 120px solid transparent;
border-top: 120px solid #ff9600;
position: absolute;
left: 0px;
top: 0px;
}
.icon_wrapper img{
top: 20px;
left: 12px;
max-width: 41px;
color: #fff;
z-index: 3;
position: absolute;
}
.icon_wrapper i {
top: 20px;
left: 15px;
color: #fff;
font-size: 36px;
z-index: 3;
position: absolute;
}
.icon_foot:before {
content: '';
border-left: 80px solid transparent;
border-bottom: 80px solid #1f92ac;
position: absolute;
right: 0px;
bottom: 0px;
}
.icon_foot img{
top: 20px;
left: 12px;
max-width: 41px;
color: #fff;
z-index: 3;
position: absolute;
}
.icon_foot i {
bottom: 12px;
right: 8px;
color: #fff;
font-size: 28px;
z-index: 3;
position: absolute;
transition: all .4s ease-in-out;
}
.icon_foot:hover i{
right: 5px;
}
.testimonial-description {
position: relative;
z-index: 2;
background-color: transparent;
text-align: center;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.testimonial_image {
height: 100px;
width: 100px;
margin: auto;
}
.testimonial_image > img {
border-radius: 50%;
}
.testimonial_text > p {
font-weight: 500;
color: #fff;
margin-top: 20px;
margin-bottom: 25px;
font-size: 14px;
}
.admin_text > h5 {
font-size: 20px;
font-weight: 600;
color: #fff;
margin-top: 0;
margin-bottom: 5px;
}
.admin_text > p {
color: #fff;
font-weight: 500;
margin-bottom: 0;
}
.brand_slides .owl-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
}
.brand_slides .owl-dot {
margin: 0 5px;
line-height: 1;
color: #fff;
width: 10px;
height: 10px;
line-height: 10px;
text-align: center;
font-size: 12px;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.brand_slides .owl-dot.active {
box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
} .single-team-member {
position: relative;
z-index: 1;
padding: 0 30px;
margin-bottom: 100px;
}
.single-team-member.hos{
padding: 0 !important;
}
.team-member-thumb {
width: 190px;
height: 190px;
overflow: hidden;
position: relative;
border-radius: 50%;
margin:0 auto;
margin-bottom: 20px;
}
.team-member-thumb.hos {
overflow: hidden;
width: auto;
height: auto;
border: 1px solid #eee;
background: #fff;
border-bottom: 0;
border-radius: 0;
position: relative;
margin: 0 auto;
margin-bottom: 0px;
transition: all .4s ease-in-out;
}
.team-member-thumb.hos:hover{
border-color: #5785e8
}
.team-info h5 {
color: #7057f9;
text-transform: uppercase;
font-size: 18px;
text-align: center;
margin-bottom: 0px;
}
.team-info p {
color: #a592b4;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 0;
text-align: center;
}
.team-social-icon{
text-align: center;
position: absolute;
top: 20px;
right: 4%;
}
.team-social-icon a {
font-size: 22px;
margin-top: 10px;
width: 40px;
height: 40px;
border: 2px solid #1445ad;
background: #1f92ac;
line-height: 40px;
display: inline-block;
} .subscribe-wrapper {
padding: 60px;
overflow: hidden;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0 10px 80px rgba(15,62,153,.3);
}
.subscribe{
position: relative;
}
.subscribe .section-heading > p{
color: #eee
}
.subscribe .section-heading{
margin-bottom: 30px
}
.subscribe .service-text{
padding-top: 0
}
.subscribe .title-box{
margin-bottom: 30px
}
.telegram-text{
font-size: 20px;
color: #fff;
margin-right: 10px;
position: relative;
z-index: 2
}
.social-list{
display: inline-block;
margin-bottom: 0;
height: 40px;
position: relative;
z-index: 2;
}
.social-list li{
float: left;
padding: 0 14px
}
.social-list li a{
font-size: 34px;
color: #fff;
opacity: .8
}
.social-list li a:hover{
opacity: 1
}
.subscribe .buy-tokens i{
margin-right: 10px
}
.button {
position: relative;
z-index: 0;
overflow: hidden;
display: inline-block;
padding: 14px 40px;
font-size: 16px;
z-index: 2;
line-height: 1.25;
color: #25cbd3;
background: #fff;
border: 0 solid;
border-radius: 40px;
font-weight: 600;
letter-spacing: 0.02em;
text-transform: none;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
cursor: pointer;
vertical-align: middle;
user-select: none;
transition: 250ms all ease-in-out;
box-shadow: 0 3px 21px 4px rgba(41, 41, 58, 0.2);
}
.button:hover{
background: #25cbd3;
color: #fff
}
.button i{
margin-right: 10px
} .what-we-do{
position: relative;
}
@media(max-width: 767px){
.what-we-do{
padding-bottom: 50px
}
}
.what-we-do .outer{
position:relative;
padding-top:20px;
}
.what-we-do .outer .inner-circle{
position:absolute;
left:50%;
margin-left:-150px;
top:50%;
margin-top:-150px;
width:300px;
height:300px;
border:1px dashed #d0d0d0;
line-height:300px;
text-align:center;
border-radius:50%;
z-index:2;
}
.what-we-do .outer .phone{
position: absolute;
width: 100%;
left: 50%;
top: -110px;
transform: translateX(-50.5%);
}
.what-we-do .outer:after{
content:'';
position:absolute;
left:50%;
margin-left:-250px;
top:50%;
margin-top:-250px;
width:500px;
height:500px;
border:1px solid #f5f5f5;
border-radius:50%;
}
.what-we-do .outer .header-wraperumn{
float:right;
}
.service-box-three{
position:relative;
margin-bottom:30px;
z-index:1;
}
.what-we-do .outer .service-box-three{
margin-bottom:50px;
}
.what-we-do .outer .service-box-three:first-child{
left:0px;
top:10px;
}
.what-we-do .outer .service-box-three:last-child{
margin-bottom:0px;
left:0px;
top:0px;
}
.service-box-three .inner-box{
position:relative;
display:block;
text-align:right;
padding-right:110px;
}
.service-box-three .icon-box{
position:absolute;
right:0px;
top:0px;
width:72px;
height:72px;
text-align:center;
line-height:58px;
color: #fff !important;
font-size:30px;
border-radius:50%;
background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
}
.service-box-three.v2 .icon-box{
background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%)
}
.service-box-three .icon-box img{
max-width: 35px;
top: 25%;
position: relative;
transform: translateY(-50%);
}
.service-box-three h3{
position:relative;
line-height:1.6em;
font-size:17px;
text-transform:capitalize;
margin-bottom:15px;
font-weight:600;
}
.service-box-three h3 a{
position:relative;
color:#5785e8;
}
.service-box-three .text{
position:relative;
line-height:1.7em;
color: #888
}
.service-box-four{
position:relative;
margin-bottom:30px;
z-index:1;
}
.what-we-do .outer .service-box-four{
margin-bottom:50px;
}
.what-we-do .outer .service-box-four:last-child{
margin-bottom:0px;
top:0px;
}
.service-box-four .inner-box{
position:relative;
display:block;
text-align:left;
padding-left:110px;
}
.service-box-four .icon-box{
position:absolute;
left:0px;
top:0px;
width:72px;
height:72px;
text-align:center;
line-height:58px;
color:#fff !important;
font-size:30px;
border-radius:50%;
background-image: linear-gradient(to right, #7450fe 0%, #21d397 100%);
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
}
.service-box-four.v2 .icon-box{
background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%)
}
.service-box-four .icon-box img{
max-width: 35px;
top: 25%;
position: relative;
transform: translateY(-50%);
}
.service-box-four h3{
position:relative;
line-height:1.6em;
font-size:17px;
text-transform:capitalize;
margin-bottom:15px;
font-weight:600;
}
.service-box-four h3 a{
position:relative;
color:#5785e8;
transition:all 300ms ease;
-moz-transition:all 300ms ease;
-webkit-transition:all 300ms ease;
-ms-transition:all 300ms ease;
-o-transition:all 300ms ease;
}
.service-box-four .text{
position:relative;
line-height:1.7em;
color: #888
}
@media (min-width: 1200px){
.outer .right-column{
margin-left: 33.3%
}
.res-img-wrapper img{
max-width: 128%;
margin-top: -100px;
}
.extended{
padding: 30px
}
.extended:before{
content: '';
position: absolute;
width: 900px;
height: 100%;
left: 0;
top: 0;
z-index: -1;
background: aliceblue
}
.extended.v2:before{
background: linear-gradient(90deg, #5f36ff 0, #b719f6 100%);
border-radius: 15px
}
}
@media only screen and (max-width: 1200px){
.what-we-do .outer .inner-circle{
display:none;
}
.what-we-do .outer .service-box-three:first-child,
.what-we-do .outer .service-box-three:last-child,
.what-we-do .outer .service-box-four:first-child,
.what-we-do .outer .service-box-four:last-child{
left:0px;
top:0px;
right:0px;
bottom:0px;
}
}
@media only screen and (max-width: 767px){
.what-we-do .outer:before,
.what-we-do .outer:after{
display:none;
}
.what-we-do .outer .service-box-three,
.what-we-do .outer .service-box-four{
padding: 0 20px
}
.what-we-do .outer .service-box-three:last-child,
.what-we-do .outer .service-box-four:last-child,
.what-we-do .outer .service-box-three,
.what-we-do .outer .service-box-four{
margin-bottom:50px;
}
.service-box-three .inner-box,
.service-box-four .inner-box{
padding-left:0px;
padding-right:0px;
text-align:center;
}
.service-box-three .icon-box,
.service-box-four .icon-box{
position:relative;
display:block;
left:0px;
top:0px;
right:0px;
bottom:0px;
margin:0 auto 30px;
}
} .featured-meal-wrapper{
position: relative;
}
@media (min-width: 1200px){
.meal-pic{
margin-left: -150px;
max-width: 120%;
}
.featured-meal-desc .row.special-width{
max-width: 70%
}
}
@media (max-width: 767px){
.featured-meal-wrapper .featured-bg{
max-width: 110%;
}
}
@media (max-width: 650px){
.featured-meal-wrapper .featured-bg{
max-width: 120%;
}
}
@media (max-width: 550px){
.featured-meal-wrapper .featured-bg{
max-width: 180%;
}
.res-header.special{
padding-top: 50px
}
}
.featured-meal-desc{
position: absolute;
left: 15%;
top: 0;
width: 100%;
height: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.featured-meal-desc p{
max-width: 60%
} .news .news-post {
float: left;
width: 100%;
background: #fff;
position: relative;
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 20px #DFDFDF;
-moz-box-shadow: 0px 0px 20px #DFDFDF;
-ms-box-shadow: 0px 0px 20px #DFDFDF;
-o-box-shadow: 0px 0px 20px #DFDFDF;
box-shadow: 0px 0px 20px #DFDFDF;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.news .news-post img {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.news .news-post:hover img, .news .news-post:focus img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.news .news-post .news-post-image {
position: relative;
overflow: hidden;
z-index: 1;
}
.news .news-post .news-post-image .news-overlay {
z-index: 1;
background: rgba(0, 0, 0, 0.3);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.news .news-post .news-post-image .news-category {
margin: 20px 0 0 15px;
float: left;
z-index: 2;
position: absolute;
}
.news .news-post .news-post-image .news-category > a {
font-size: 12px;
font-weight: 700;
padding: 5px 15px;
line-height: 1.5;
font-family: "Open Sans", Arial, sans-serif;
text-transform: uppercase;
color: #fff;
border: 1px solid #1f92ac;
margin: 0 4px 4px 0;
background: #1f92ac;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.news .news-post .news-post-image .news-category > a:hover {
background: transparent;
border: 1px solid #fff;
}
.news .news-post .news-post-image .news-category > a:hover,
.news .news-post .news-post-image .news-category > a:active,
.news .news-post .news-post-image .news-category > a:focus {
text-decoration: none;
}
.news .news-post .news-post-text {
padding: 20px;
}
.news .news-post .news-post-text h3 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 15px;
font-weight: 500;
}
.news .news-post .news-post-text h3 a {
color: #222;
}
.news .news-post .news-post-text h3 a:hover {
color: #ffb426;
}
.news .news-post .news-post-text h3 a:hover, .news .news-post .news-post-text h3 a:active, .news .news-post .news-post-text h3 a:focus {
text-decoration: none;
}
.news .news-post .news-post-text p {
font-size: 14px;
margin-bottom: 0;
color: #a6a6a6;
}
.news .news-post .news-post-text p:last-child {
margin-bottom: 0 !important;
}
.news .news-post .news-post-meta {
border-top: 1px solid #f0f0f0;
padding: 10px 20px;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 400;
}
.news .news-post .news-post-meta a {
font-size: 13px;
margin-right: 10px;
margin-bottom: 20px;
color: #b3b3b3;
}
.news .news-post .news-post-meta a i {
display: inline-block;
margin-right: 5px;
color: #1f92ac
}
.news .news-post .news-post-meta a:hover, .news .news-post .news-post-meta a:active, .news .news-post .news-post-meta a:focus {
text-decoration: none;
}
.news .news-post .news-post-meta a:hover {
color: #3b61b9;
}
.single-blog-area {
position: relative;
z-index: 1;
margin-bottom: 100px;
}
.post-meta{margin-top: 20px}
.post-meta p {
color: rgba(255, 255, 255, 0.7);
font-size: 12px;
text-transform: uppercase;
}
.post-meta p a {
color: #fff;
font-size: 12px;
text-transform: uppercase;
margin-right: 30px;
}
.post-title {
margin-bottom: 10px;
display: block;
}
.blog_thumbnail {
margin-bottom: 15px;
}
.blog_thumbnail img {
width: 100%;
}
.single-blog-area blockquote {
background-color: rgba(139, 193, 206, 0.1);
padding: 30px;
border-radius: 3px;
margin: 30px 0;
display: block;
}
.single-blog-area blockquote span {
margin-bottom: 0;
color: #222;
font-size: 12px;
text-transform: uppercase;
}
.comment_area {
border-top: 1px solid rgba(25, 13, 206, 0.7);
border-bottom: 1px solid rgba(25, 13, 206, 0.7);
padding-top: 80px;
padding-bottom: 50px;
}
.comment_area .title {
margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
.comment_area .comment-content {
padding: 20px 15px;
}
}
.comment_area .comment-content .comment-author {
-webkit-box-flex: 0;
-ms-flex: 0 0 79px;
flex: 0 0 79px;
min-width: 79px;
margin-right: 55px;
border-radius: 50%;
}
@media only screen and (max-width: 767px) {
.comment_area .comment-content .comment-author {
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
min-width: 60px;
margin-right: 15px;
}
}
.more-info{
color: #1f92ac;
}
.comment_area .comment-content .comment-author img {
border-radius: 50%;
}
.comment_area .comment-content .comment-meta {
margin-bottom: 30px;
}
.comment_area .comment-content .comment-meta .post-date {
color: #21d397;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 0;
display: block;
}
.comment_area .comment-content .comment-meta .post-author {
margin-bottom: 15px;
display: block;
color: #0067da;
}
.comment_area .comment-content .comment-meta p {
margin-bottom: 15px;
font-size: 14px;
font-family: "Open Sans", sans-serif;
line-height: 2;
}
.comment_area .comment-content .comment-meta .comment-reply {
font-size: 11px;
color: #0056b3;
text-transform: uppercase;
}
.comment_area .single_comment_area {
margin-bottom: 30px;
}
.comment_area .single_comment_area:last-of-type {
margin-bottom: 0;
}
.comment_area .children .single_comment_area {
margin-left: 50px;
margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.comment_area .children .single_comment_area {
margin-left: 15px;
}
}
.single_comment_area .children .single_comment_area .comment-meta {
margin-bottom: 0;
} .group {
position: relative;
z-index: 1;
margin-bottom: 30px;
}
.group input,
.group textarea {
font-size: 12px;
font-style: italic;
padding: 10px;
display: block;
width: 100%;
height: 45px;
border: none;
background-color: transparent;
color: #fff;
border-radius: 0;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.group input:focus,
.group textarea:focus {
outline: none !important;
box-shadow: none !important;
background-color: transparent !important;
}
.group label {
color: #fff;
font-style: italic;
font-size: 12px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 0;
top: 14px;
-webkit-transition: 0.5s ease all;
transition: 0.5s ease all;
margin-bottom: 0;
}
.group .bar {
position: relative;
display: block;
width: 100%;
}
.group .bar:before,
.group .bar:after {
content: '';
height: 2px;
width: 0;
bottom: 0;
position: absolute;
background-color: #fff;
-webkit-transition: 0.5s ease all;
transition: 0.5s ease all;
}
.group .bar:before {
left: 50%;
}
.group .bar:after {
right: 50%;
}
.group textarea {
height: 130px;
} .group input:focus ~ label,
.group textarea:focus ~ label,
.group input:valid ~ label,
.group textarea:valid ~ label {
top: -17px;
font-size: 12px;
color: #fff;
}
.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group textarea:focus ~ .bar:after {
width: 50%;
background-color: #fff;
}
input:required,
textarea:required {
box-shadow: none !important;
} .footer-area {
position: relative;
z-index: 1;
padding: 0;
}
.footer-content-area{
padding: 75px 0 30px 0;
margin-top: 100px;
background: #1f92ac !important;
}
.footer-content-area.demo{
margin-top: 70px
}
.footer-logo{
margin-bottom: 15px
}
.footer-logo a{
color: #fff;
font-size: 20px
}
.footer-side-thumbnail {
position: absolute;
width: 50%;
top: 0;
left: 0;
height: 100%;
background-size: cover;
background-position: top center;
opacity: 0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.copywrite_text > p {
margin-bottom: 10px;
color: #d4d3d3 !important;
font-size: 13px;
}
.copywrite_text > p > a {
color: #fff;
}
.footer-social-info a i {
font-size: 22px;
color: #fff;
margin:0 8px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.footer-social-info a i:hover {
color: #fff;
}
.contact_info_area .contact_info {
text-align: left !important;
}
.contact_info_area .contact_info h5 {
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
}
.contact_info_area .contact_info p {
margin-bottom: 0;
font-size: 13px;
color: #fff
}
.contact_info_area .contact_info p a {
color: #fff
}
.contact_info_area .contact_info p a:hover {
color: #fff;
}
.contact_info_area .contact_info a:hover p{
color: #fff
}
.contact_info_area .contact_info ul {
list-style-type: none;
margin: 0 0 0 15px;
padding: 0;
}
.contact_info_area .contact_info ul li {
margin-bottom: 10px;
font-size: 13px;
color: #fff;
width: 50%;
float: left;
list-style:disc;
}
.contact_info_area .contact_info ul li a {
margin-bottom: 5px;
color: #fff;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.contact_info_area .contact_info ul li a:hover {
color: #fff;
} .breadcumb-area {
position: relative;
z-index: 1;
height: 350px;
}
.breadcumb-content {
position: absolute !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
background-image: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/con-info.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.breadcrumb {
padding: 0;
margin-bottom: 0;
list-style: none;
background-color: transparent;
border-radius: 0;
}
.breadcumb--con .title {
font-size: 32px;
margin-bottom: 12px;
margin-left: 0;
font-weight: 600;
text-shadow: 1px 1px #000;
}
.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item > a {
font-size: 13px;
text-transform: uppercase;
color: #fff;
text-shadow: 1px 1px #000;
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.page-link {
color: #fff;
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.05);
margin: 0 2px;
border: 1px solid #222;
color: #333;
width: 40px;
height: 40px;
text-align: center;
} .search-widget-area form {
position: relative;
z-index: 1;
}
.search-widget-area form input {
width: 100%;
height: 45px;
border: 2px solid #007bff;
background-color: transparent;
padding: 0 15px;
color: #fff;
font-size: 12px;
border-radius: 30px;
}
.search-widget-area form button {
width: 60px;
height: 45px;
background-color: transparent;
padding: 0 15px;
color: #fff;
font-size: 14px;
border-radius: 30px;
position: absolute;
top: 0;
right: 0;
z-index: 100;
}
.widget-title h5 {
margin-bottom: 30px;
font-size: 18px;
text-transform: capitalize;
border-bottom: 2px solid #007bff;
padding: 0 0 5px 0;
}
.dont-miss-post-content > a {
font-size: 16px;
color: #222;
display: block;
margin-top: 15px;
}
.dont-miss-post-content > span {
font-size: 12px;
color: #007bff;
display: block;
text-transform: uppercase;
}
.subscribe-form input {
width: 100%;
height: 45px;
border-radius: 45px;
border: 2px solid #007bff;
padding: 0 20px;
font-size: 12px;
font-style: italic;
color: #fff;
margin-bottom: 15px;
background-color: rgba(255, 255, 255, 0.1);
}
.subscribe-form button {
width: 100%;
height: 45px;
border-radius: 45px;
border: none;
font-size: 12px;
padding: 0;
text-transform: uppercase;
color: #fff;
margin-bottom: 15px;
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
} .timelineBox {
width: 100%;
height: auto;
overflow: hidden;
border-radius: 2px;
}
.timelineHeader {
padding: 32px;
padding: 32px;
padding: 2rem;
background: #e91e63;
position: relative;
z-index: 3;
}
.timelineHeader h3 {
font-size: 32px;
font-size: 32px;
font-size: 2rem;
margin: 0;
}
.timelineHeader h3 + span {
font-size: 19.2px;
font-size: 19.2px;
font-size: 1.2rem;
color: #fff;
}
.timelineBody {
max-height: 480px;
overflow-x: hidden;
overflow-y: auto;
}
.timelineBody .timeline {
padding: 2em;
margin: 0;
list-style: none;
position: relative;
z-index: 2;
}
.timelineBody .timeline li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 1em 0;
position: relative;
}
.timelineBody .timeline li:before{
position: absolute;
content: '';
left: 7px;
top: 0;
width: 1px;
height: 100%;
background: #25cbd3
}
.timelineBody .timeline li:last-child {
margin-bottom: 0;
}
.timelineBody .timeline .timelineDot {
height: 15px;
width: 15px;
background: #fff;
border-radius: 2rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 15px;
flex: 0 0 15px;
margin-right: auto;
margin-top: 6px;
box-shadow: 0 0 8px #56cb5f;
}
.timelineBody .timeline .timelineDot:after {
content: '';
position: absolute;
top: 25px;
left: 3px;
height: 9px;
width: 9px;
background: #25cbd3;
border-radius: 50%;
}
.timelineBody .timeline .timelineDate {
font-size: 14px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
padding: 0;
}
.timelineBody .timeline .timelineDate p {
color: #25cbd3;
}
.timelineBody .timeline .timelineWork {
font-size: 16px;
margin-left: auto;
-webkit-box-flex: 0;
-ms-flex: 0 0 65%;
flex: 0 0 65%;
}
.timelineBody .timeline .timelineWork h6 {
color: #fff;
}
.timelineBody .timeline .timelineWork span {
display: block;
color: #bdbdbd;
font-size: 13px;
}
.lock {
position: relative;
overflow: hidden;
}
.lock img {
display: inline-block;
vertical-align: middle;
float: left;
margin: 0px 20px;
}
.lock img:first-child {
margin-left: 0;
}
.lock .ball {
width: 6px;
height: 6px;
border-radius: 3px;
margin: 38px 4px 0 4px;
vertical-align: middle;
display: inline-block;
float: left;
}
.lock .ball.ball_active {
background: #1666ed;
background: -moz-linear-gradient(45deg, #1666ed 0%, #57c6f3 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #1666ed), color-stop(100%, #57c6f3));
background: -webkit-linear-gradient(45deg, #1666ed 0%, #57c6f3 100%);
background: -o-linear-gradient(45deg, #1666ed 0%, #57c6f3 100%);
background: -ms-linear-gradient(45deg, #1666ed 0%, #57c6f3 100%);
background: linear-gradient(45deg, #1666ed 0%, #57c6f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1666ed', endColorstr='#57c6f3', GradientType=1 );
}
.lock .ball.ball_blue {
background: #22047a;
}
.hero-section .lock .ball{
margin-top: 25px
}
.hero-section .lock .ball.ball_blue {
background: #eee;
} .spread-map{
overflow: hidden;
}
.spread-map .sec-title{
margin-bottom: 0
}
.spread-map .counter-container{
margin-top: 20px
}
@media (max-width: 767px){
.spread-map .map-container{
margin-top: 30px
}
.token-allocation .visa{
margin-bottom: 30px
}
}
.spread-map .s-list-icon{
position: absolute;
top: 8px;
padding: 7px;
border: 1px solid;
left: 0;
}
.spread-map .s-list-desc{
padding-left: 45px;
}
.counter-wrapper{
position: relative;
margin-top: 20px;
color: #222;
z-index: 5;
}
.counter-wrapper .icon-box {
position: relative;
width: 50px;
height: 50px;
margin-bottom: 20px;
border: 2px solid #ffb426;
}
.counter-wrapper .icon-box img{
position: absolute;
max-width: 30px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.counter-wrapper .counter{
color: #ffb426;
font-size: 20px;
text-align: left;
font-weight: 700;
font-family: 'Roboto', sans-serif;
margin-bottom: 5px;
}
.counter-wrapper h5{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 24px;
} .download{
position: relative;
background-image: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/download-bg2.html), url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/download-bg3.html), -webkit-linear-gradient(-73deg,#d787f5,#3634bb);
background-size:  894px 660px, 1005px 663px, 100%;
box-shadow: rgba(6, 28, 66, 0.1) 0px 20px 40px;
padding: 100px 0px;
background-repeat: no-repeat;
background-position:  calc(50% - 370px) 50%, calc(50% - 455px) 50%, center center;
}
@media (max-width: 992px){
.download {
margin-top: 0px;
background-image:  url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/download-bg2.html), -webkit-linear-gradient(-73deg,#d787f5,#3634bb);;
background-size: 100%, 100%;
padding: 100px 0px;
background-position: 50% 100%, center center;
}
}
.spread-map .map-container{
position: relative;
}
.indicator {
position: absolute;
z-index: 9;
width: 2.2em;
height: 2.2em;
cursor: pointer;
}
.indicator-item {
width: 30px;
height: 30px;
left: 50%;
top: 50%;
margin: -15px 0 0 -15px;
position: absolute;
border-radius: 50%;
border: 2px solid #e35583;
-webkit-animation: pulse 0.6s infinite alternate;
animation: pulse 0.6s infinite alternate;
}
@-webkit-keyframes pulse {
from { -webkit-transform: scale3d(0.5,0.5,1); }
to { -webkit-transform: scale3d(1,1,1); }
}
@keyframes pulse {
from { -webkit-transform: scale3d(0.5,0.5,1); transform: scale3d(0.5,0.5,1); }
to { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
.indicator:hover .indicator-item {
border-color: #071e33;
}
.indicator:first-child {
top: 10%;
left: 40%;
}
.indicator:nth-child(2) {
top: 19%;
left: 13%;
}
.indicator:nth-child(3) {
top: 40%;
left: 50%;
}
.indicator:nth-child(4) {
top: 20%;
left: 70%;
}
.indicator-content {
position: absolute;
z-index: 99;
width: 250px;
left: 50%;
bottom: 100%;
font-size: 14px;
line-height: 1.4;
text-align: left;
font-weight: 400;
color: #fffaf0;
background: transparent;
opacity: 0;
margin: 0 0 20px -150px;
cursor: default;
pointer-events: none;
font-family: 'open-sans', cursive;
-webkit-font-smoothing: antialiased;
-webkit-transition: opacity 0.3s 0.3s;
transition: opacity 0.3s 0.3s;
}
.indicator:hover .indicator-content {
opacity: 1;
pointer-events: auto;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.indicator-content span {
display: block;
}
.indicator-text {
border-bottom: 3px solid #ffb426;
overflow: hidden;
-webkit-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s 0.3s;
}
.indicator:hover .indicator-text {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.indicator-inner {
background: #1e3953;
padding: 10px 15px;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.indicator:hover .indicator-inner {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.s-list li {
margin-bottom: 10px;
color: #777;
position: relative;
font-size: 15px
}
.s-list span.fa {
font-size: 16px;
color: #5892f5;
margin-right: 10px;
}
.spread-map .s-list li{
min-height: 50px
}
.spread-map .single-service-item{
min-height: 519px
}
.hotel-item{
position: relative;
border-radius: 10px
}
.hotel-item .review{
position: absolute;
padding: 5px 9px;
top: 15px;
right: 15px;
font-size: 14px;
font-weight: 600;
color: #fff;
background: #0066d6;
border-radius: 5px;
}
.hotel-info{
position: absolute;
width: 100%;
background: -webkit-linear-gradient(top,transparent,#000);
background: linear-gradient(to bottom,transparent,#000);
padding: 25px 20px 5px;
bottom: 0;
left: 0;
}
.hotel-info h6{
color: #fff !important;
text-align: left;
}
.hotel-item .stars i{
font-size: 12px;
color: #fff
} .ico-counter{
background-image: -webkit-linear-gradient(73deg,#d787f5,#3634bb);
background-image: linear-gradient(73deg,#d787f5,#3634bb);
padding: 45px 40px;
border-radius: 20px
}
@media (max-width: 767px) {
.ico-counter{
margin-bottom: 30px;
padding: 45px 15px;
}
}
.counter-down{
position: relative;
}
.conuter-header{
overflow: hidden;
position: relative;
}
.timer-body-block{
display: flex
}
.count-down .table-cell {
position: relative;
width: 25%
}
.count-down .tab-val {
width: 90%;
font-size: 30px;
font-weight: 500;
height: 75px;
line-height: 75px;
margin: 0 auto;
background-color: #190345;
color: #ffffff;
}
.count-down .tab-metr {
margin-top: 15px;
font-size: 16px;
color: #ffffff;
}
@media (max-width: 480px) {
.count-down .tab-metr{
font-size: 14px
}
}
.conuter-header h3{
font-weight: 600;
font-size: 24px;
color: #fff
}
.conuter-header h4{
font-size: 18px;
text-transform: uppercase;
}
.counterdown-content{
padding: 30px 0 0;
}
.clock-wrapper{
position: relative;
background: #fff;
padding: 30px 0 15px 9px;
border-radius: 14px;
overflow: hidden;
border: 1px solid
}
.dollar-earning{
font-size: 24px;
font-weight: 600;
padding-left: 10px;
color: #fff;
}
.btc-earning{
font-size: 24px;
font-weight: 600;
padding-right: 45px;
color: #fff;
position: relative;
}
.ico-sales-status{
overflow: hidden;
}
.ico-sales-status p{
font-size: 12px;
margin-bottom: 0;
color: rgba(255, 255, 255, 0.62)
}
.btc-earning span{
font-size: 13px;
font-weight: bold;
position: absolute;
right: 10px;
top: 6px;
}
.ico-progress {
margin: 20px 10px;
}
.ico-progress ul{
margin-bottom: 5px
}
.ico-progress li {
font-size: 18px;
font-weight: 400;
}
.ico-progress li.title {
float: left;
padding-left: 30px;
font-weight: 500;
color: #fff
}
.ico-progress li.strength {
float: right;
font-weight: 500;
color: #fff
}
.ico-progress .current-progress {
width: 100%;
height: 16px;
position: relative;
background: rgba(191, 191, 191, .6);
border-radius: 7px
}
.ico-progress .current-progress:before{
content: '';
position: absolute;
width: 1px;
height: 26px;
bottom: -5px;
left: 12%;
background: #fff
}
.current-progress .progress-bar{
border-radius: 7px;
height: 100%;
background-image: -webkit-linear-gradient(left, #fb881d 0%, #ffad34 100%);
background-image: -o-linear-gradient(left, #fb881d 0%, #ffad34 100%);
background-image: -webkit-gradient(linear, left top, right top, from(#fb881d), to(#ffad34));
background-image: linear-gradient(to right, #fb881d 0%, #ffad34 100%);
}
.ico-progress span {
color: #e8e0f3;
font-size: 12px;
font-weight: 700;
padding-top: 7px;
display: inline-block;
}
.doc-element{
background-color: #1d025c;
border-radius: 4px;
border-bottom: 2px solid #25cbd3;
position: relative;
transition: .5s;
cursor: pointer;
padding: 20px;
margin-top: 20px;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.doc-element:before {
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
transition: .3s;
right: 15px;
width: 27px;
height: 34px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/pdf.html) 50% no-repeat;
background-size: contain;
}
.doc-element:after {
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;
transition: .3s;
right: 15px;
width: 27px;
height: 30px;
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/svg/view.html) 50% no-repeat;
background-size: contain;
opacity: 0;
}
.doc-element .document-entry .title {
font-size: 14px;
color: #fff;
line-height: 1.35;
}
.doc-element:hover {
background-color: #25cbd3;
}
.doc-element:hover:after {
opacity: 1;
}
.ico-info-table{
border-radius: 7px;
overflow: hidden;
border: 1px solid #eee;
box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
-webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
} .more-btn-group dl {
width: 100%;
}
.more-btn-group dt {
cursor: pointer;
padding: 15px 25px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 0;
color: #fff;
font-weight: 500;
}
.more-btn-group dt:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.more-btn-group dd {
margin: 0;
padding: 15px 25px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.more-btn-group.hos dd {
margin: -15px 30px 15px;
padding: 15px 25px 0px;
background: #fff;
margin-bottom: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} .ripple {
position: absolute;
height: .25em;
width: .25em;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: -1;
border-radius: 50%;
background: rgba(255, 255, 255, 0.2);
-webkit-transform-origin: center 50%;
transform-origin: center 50%;
-webkit-transition: opacity 1.6s;
transition: opacity 1.6s;
-webkit-animation: ripple 1.6s;
animation: ripple 1.6s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.ripple-active {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@-webkit-keyframes ripple {
0% {
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
100% {
-webkit-transform: scale3d(50, 50, 50);
transform: scale3d(50, 50, 50);
}
}
@keyframes ripple {
0% {
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
100% {
-webkit-transform: scale3d(50, 50, 50);
transform: scale3d(50, 50, 50);
}
} .cd-intro.default-title > h2 {
font-size: 50px;
}
.cd-headline.clip b,
.cd-words-wrapper b {
font-weight: 500;
}
.cd-headline {
font-weight: 500;
} #particles-js {
height: 900px;
width: 100%;
position: relative;
z-index: 1;
}
#particles-js canvas.particles-js-canvas-el {
position: absolute !important;
top: 0 !important;
left: 0 !important;
} .snow-content-text {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 2;
}
.fullwidth {
width: 100vw !important;
height: 100vh !important;
}
@media only screen and (max-width: 991px) and (min-width: 768px){
.welcome_area.ico{
height: 1200px !important
}
} .welcome_area .welcome_slides .owl-prev,
.welcome_area .welcome_slides .owl-next {
color: #fff;
font-size: 24px;
left: -100px;
margin-top: -44px;
position: absolute;
text-align: center;
top: calc(50% + 90px);
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
z-index: 99;
}
.welcome_area .welcome_slides .owl-next {
right: -100px;
left: auto;
}
.welcome_area .welcome_slides:hover .owl-next {
right: 30px;
}
.welcome_area .welcome_slides:hover .owl-prev {
left: 30px;
} .bird {
background-size: cover;
width: 352px;
height: 500px;
-webkit-animation: fly-cycle 1s -0.5s steps(10) infinite;
animation: fly-cycle 1s -0.5s steps(10) infinite;
}
@-webkit-keyframes fly-cycle {
100% {
background-position: -3600px 0;
}
}
@keyframes fly-cycle {
100% {
background-position: -3600px 0;
}
}
.bird {
position: absolute;
top: 23%;
left: 10%;
z-index: -1;
} .welcome-content .subscribe-email {
width: 70%;
height: 55px;
border: none;
padding: 0 25px;
border-radius: 8px;
font-size: 12px;
font-style: italic;
}
.cementary{
position: relative;
background: rgba(0,0,0,.8);
padding: 50px
}
.cementary:before{
content: '';
width: 94%;
position: absolute;
height: 94%;
top: 3%;
left: 3%;
border: 5px solid #1f92ac;
} body.light-version {
background: #fff !important;
}
.light-version p {
color: #333;
}
.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6,
.light-version .growing-company p .counter,
.light-version .service_single_content .service_icon i,
.light-version .portfolio-menu button,
.light-version .post-meta p a,
.light-version .group label,
.light-version input:focus ~ label,
.light-version textarea:focus ~ label,
.light-version input:valid ~ label,
.light-version textarea:valid ~ label,
.light-version .copywrite_text > p > a {
color: #222;
}
.light-version .more-btn-group dt {
color: #fff;
border: 1px solid #f2f4f8;
background-image: linear-gradient(to right, #846FF4 0%, #F17674 100%);
background-image: -webkit-linear-gradient(to right, #846FF4 0%, #F17674 100%);
border-radius: 25px;
margin-bottom: 15px;
}
.light-version .more-btn-group dt.v2{
background: #ff9600;
}
.light-version .more-btn-group dt:first-child {
border-top: 1px solid #f2f4f8;
}
.light-version .timelineBox {
background: #f2f4f8;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.light-version .single-mission h6,
.light-version .single-mission p,
.light-version .welcome-content h2,
.light-version .cool_fact_detail h3,
.light-version .cool_fact_detail h2,
.light-version .cta-content h2,
.light-version .cta-content p,
.contact_info_area .contact_info h5{
color: #fff;
}
.light-version .portfolio-menu button.active {
color: #222;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.light-version .single-team-member{
padding: 30px
}
.light-version .single-team-member:after {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: linear-gradient(to right, #846FF4 0%, #F17674 100%);
background-image: -webkit-linear-gradient(to right, #846FF4 0%, #F17674 100%);
content: "";
z-index: -5;
}
.light-version .single-team-member.hos .team-info{
background: #1f92ac;
padding: 20px 0 15px;
}
.light-version .single-team-member.v2:after{
background: #f4f9ff
}
.light-version .faq-timeline-area{
background: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/bg-img/bread-bg.html) no-repeat center center;
background-size: cover
}
.light-version .trust-item{
border: 1px solid #ddd
}
.light-version .subscribe h2,
.light-version .demo-video h2,
.light-version .subscribe .group label,
.light-version .subscribe .group input{
color: #fff
}
.light-version .subscribe .group input{
border-bottom-color: rgba(255, 255, 255, 0.2) !important
}
.light-version .demo-video{
background: linear-gradient(to right, #4834d4, #341f97);
overflow: hidden;
border-top: 1px solid #eee
}
.light-version .demo-video p{
color: rgba(255,255,255,.7)
}
.light-version .our_services_area{
padding-bottom: 70px
}
.service_single_content {
background-color: #fff;
background-image: url(//www.ssbm-sa.com/wp-content/themes/ssbm/images/core-images/cards-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none;
position: relative;
padding: 40px 30px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
-webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.11);
box-shadow: 0 5px 40px 0 rgba(0,0,0,.11);
border:1px solid #ddd;
}
.service_single_content p{
margin-bottom: 0
}
.light-version .our_blog_area{
background: #edf6fd
}
.light-version .group input,
.light-version .group textarea {
color: #222 !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.contact_form.green{
padding: 50px;
background: #1f92ac;
}
.light-version .group input:focus ~ .bar:before,
.light-version .group textarea:focus ~ .bar:before,
.light-version .group input:focus ~ .bar:after,
.light-version .group textarea:focus ~ .bar:after {
background-color: #222;
}
.light-version .brand_slides .owl-dot {
color: #222;
background-color: #ddd;
}
.light-version .brand_slides .owl-dot.active {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
background: #0093af
}
.res-features .brand_slides .owl-dot {
color: #222;
background-color: #fff;
}
.res-features .brand_slides .owl-dot.active {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
background: tan
}
.res-features .single-testimonial{
background: #fff
}
.res-features .single-brand{
background: #fff
}
.res-features .icon_wrapper:after{
border-top-color: #cea676
} .demo-item {
-webkit-box-shadow: 0 2px 28px rgba(0,0,0,.1);
box-shadow: 0 2px 28px rgba(0,0,0,.1);
transition: all .3s ease-in;
overflow: hidden;
background: #fff;
margin-bottom: 30px
}
@media (min-width: 1200px){
h1.ag-header{
font-size: 88px;
text-transform: uppercase;
font-weight: bold;
}
.demo .container {
max-width: 1280px;
}
.hero-section img{
max-width: 1o0%;
}
.spec-ml{
margin-left: -50px
}
.hero-section.gradient img{
margin-bottom: -300px;
margin-left: -100px
}
.hero-section .curved{
max-width: 100%;
margin-top: 30px
}
}
.demo-item:hover{
-webkit-box-shadow: 0 1px 28px rgba(255,152,0,.66);
box-shadow: 0 1px 28px rgba(255,152,0,.66);
transform: translate(0,-9px);
-webkit-transform: translate(0,-9px);
}
.preview-link{text-align: center;}
.preview-demo{
position: relative;
display: inline-block;
padding: 20px 30px;
width: 100%;
font-weight: 700;
color: #673AB7;
text-transform: uppercase;
border: 1px solid #673AB7;
}
.preview-demo i{
margin-left: 10px
}
.preview-demo:hover{
color: #333
}
.header {
background-color: #fff;
box-shadow: 0 0 2px 1px #ccc;
position: relative;
}
.header.sticky {
position:fixed;
top:0;
left:0;
right:0;
background-color: #fff;
-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
z-index:9;
}
.floating-icons {
text-align:center;
font-size: 14px;
transition: bottom .2s;
z-index: 98;
margin-bottom:15px;
}
.floating-icons .floating-button {
position: relative;
border-radius: 50% 50%;
display: inline-block;
cursor: pointer;
overflow: hidden;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin:0 3px;
box-shadow: 1px 6px 24px 0 rgb(13 0 0 / 24%);
}
.floating-icons .floating-button img {
width: 100%;
height: auto;
max-width: 100%;
border-radius: 50% 50%;
margin: 0 auto;
}
.footer-copywrite-info {
text-align: center;
padding-top: 30px;
margin-top: 40px;
border-top: 1px solid #1488a2;
}
.footer-copywrite-info p {
color: #fff;
font-size: 13px;
font-weight: 400;
text-align: center;
}
.footer-copywrite-info p a {
color: #fff;
}
.footer-social-info {
margin-bottom: 15px;
}
.dropdown-menu {
border: 0;
border-radius: 0;
margin: 0;
background-color: #1f92ac;
}
.dropdown:hover>.dropdown-menu {
display: block;
min-width: 200px;
padding: 0;
}
.dropdown>.dropdown-toggle:active {
pointer-events: none;
}
.dropdown-menu .menu-item a {
display: block;
width: 100%;
padding: 8px 16px;
clear: both;
font-size: 13px;
font-weight: 500;
color: #fff;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-menu > .menu-item:hover a {
background-color: #24477a ;
color: #fff;
}
.dropdown-menu .dropdown-menu {
left:200px;
top:0;
}
.dropdown-menu .dropdown-menu .menu-item a {
background-color: #1f92ac !important;
}
.dropdown-menu .dropdown-menu .menu-item:hover a {
background-color: #24477a !important;
}
.modal-title {
color: #0093af !important;
font-weight: 600;
text-transform: uppercase;
}
.modal-header {
border: 0;
}
.modal-content {
padding: 25px;
}
.navbar-nav .nav-item .dropdown-menu li {
text-transform: uppercase;
}
.close:focus {
border: 0 !important;
outline: none !important;
}
.form-control {
border-radius: 0;
width:100%;
}
.form-group label {
margin-bottom: 0;
}
.banner-image {
position: relative;
}
.banner-image:before {
content: "";
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
margin: 0 auto;
background: rgb(0,0,0,.2);
background: linear-gradient(0deg, rgba(0,0,0,.2) 30%, rgba(0,0,0,0.2) 60%);
}
.text-primary, .text-primary a {
color: #1f92ac!important;
}
.sidebar-list {
background-color: #1f92ac;
padding: 20px;
}
.sidebar-list ul {
list-style-type: none;
margin: 0;
padding: 0
}
.sidebar-list ul li {
border-bottom: 1px solid #1888a1;
text-transform: uppercase;
font-size: 13px;
}
.sidebar-list ul li:last-of-type {
border-bottom: 0;
}
.sidebar-list ul li a {
padding: 10px 0;
color: #fff;
display: block;
}
.sidebar-list ul li a:hover {
color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
color: #fff;
}
.map iframe {
width: 100%;
border: 0;
}
.list {
margin-left:25px;
}
.list li {
font-size: 16px;
color:#000;
list-style-type: disclosure-closed;
}
.list li::marker {
color: #17a2b8;
font-size:15px;
}
.list li a {
color:#333;
}
.list li a:hover {
color:#1f92ac;
}
.footer-social-info {
text-align:center;
}
.footer-social-info a:hover {
color: #fff;
}
.main-menu {
display:inline-block;
background:#1f92ac;
float: right;
margin-top: 25px;
}
.form-group label {
width: 100%;
}
.service_slides .owl-nav {
position: absolute;
top: 40%;
width: 100%;
}
.service_slides .owl-nav .owl-prev {
position: absolute;
left: -25px;
}
.service_slides .owl-nav .owl-next {
position: absolute;
right: -25px;
}
.service_slides .owl-nav .owl-prev, .service_slides .owl-nav .owl-next {
font-size: 2rem;
color: #24477a;
}
.mobile-menu-close {
position: absolute;
right: 20px;
top: 10px
}
.mobile-menu-close i {
font-size: 24px;
color: #fff;
padding: 15px
}
.mobile-menu-dropper {
width: 300px;
height: 100%;
position: fixed;
right: -300px;
overflow-y: scroll;
top: 0px;
bottom: 0px;
z-index: 200;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 60px 30px;
float: left;
background: #1f92ac;
text-align: left
}
.mobile-menu-dropper ul.menu {
margin: 0 0 0 25px;
padding: 0;
list-style: none
}
.mobile-menu-dropper ul.menu li {
font-size: 16px;
color: #fff;
border-bottom: solid 1px #1488a2;
font-weight: 500;
text-transform: uppercase;
}
.mobile-menu-dropper ul.menu li:last-of-type {
border-bottom: 0
}
.mobile-menu-dropper ul.menu li a {
color: #fff;
padding: 12px 0;
display: block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 14px;
}
.mobile-menu-dropper ul.menu li a:hover, .mobile-menu-dropper ul.menu li a.active {
color: #fff;
background: none;
}
.mobile-menu-dropper ul li.menu-item-has-children.opened span.plus-icon::before {
content: "\f068" !important;
}
.mobile-menu-dropper ul li.menu-item-has-children span.plus-icon {
left: -30px;
position: absolute;
top: 12px;
}
.mobile-menu-dropper ul li.menu-item-has-children span.plus-icon::before {
font-family: "FontAwesome";
color: #fff;
content: "\f067";
cursor: pointer;
font-size: 16px;
position: absolute;
}
.mobile-menu-dropper ul li.menu-item-has-children .dropdown-menu {
position: inherit;
background: none;
top: inherit;
border: 0;
display: none;
float: none;
}
.mobile-menu-dropper .dropdown-toggle::after {
display: none;
}
.mobile-menu-dropper .dropdown-menu .dropdown-menu {
left:inherit;
margin-left:25px;
}
.mobile-menu-dropper .dropdown-menu .dropdown-menu .menu-item a {
background:none !important;
}
.mobile-menu-dropper .dropdown-menu > .menu-item:hover a {
background:none !important;
}
.mobile-menu-link {
display: none;
position: absolute;
right: 20px;
top: 22px;
padding: 6px 12px;
background-color: #1f92ac;
line-height: 1;
}
.mobile-menu-link i {
color: #fff;
font-size: 25px
}
.call-us-sec .h3, .call-us-sec h3 {
font-size: 1.50rem;
}
.call-us-sec .h2, .call-us-sec h2 {
font-size: 1.75rem;
}
#values .service_single_content {
height:auto;
padding:15px 5px;
}
#values .service_single_content .service_icon {
border-radius:50% 50%;
}
#values .service_single_content .service_icon i {
margin-bottom:0;
line-height:70px;
}
.border {
border-color:#17a2b8!important;
}
.wp-block-columns {
gap: 0.5rem !important;
}
.wp-block-image figcaption {
margin-bottom:0 !important;
margin-top:5px !important;
font-size:14px !important;
line-height:1.2;
}
.wp-block-table td .fas.fa-circle {
font-size:6px !important;
}
.gradient-title1 {
background-color: rgba(37, 184, 215, 1);
background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);
}
.gradient-title2 {
background-color: rgba(222, 0, 0, 0.8);
background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}
.gradient-title3 {
background-color: rgba(187, 149, 34, 1);
background-image: linear-gradient(to right, #c1c161 0%, #c19d00 0%, #d4c25d 100%);
}
.col-bg1 {
background-color:#2e4a69;
}
.col-bg2 {
background-color:#69434a;
}
.col-bg3 {
background-color:#5b5748;
}
.col-bg1, .col-bg3 {
min-height:205px;
}
.floating-wpp {
position: fixed;
bottom: 15px;
left: 15px;
font-size: 14px;
transition: bottom .2s;
z-index: 9;
width: 50px ;
height: 50px ;
}
.floating-wpp .floating-wpp-button {
position: relative;
border-radius: 50% 50%;
box-shadow:1px 6px 24px 0 rgb(13 0 0 / 24%);
display: block;
transition: box-shadow .2s;
cursor: pointer;
overflow: hidden;
width: 50px;
height: 50px ;
line-height: 50px;
text-align: center;
}
.floating-wpp .floating-wpp-button img{
position: absolute;
width: 100%;
height: auto;
max-width: 100%;
object-fit: cover;
border-radius: 50% 50%;
margin: 0 auto;
right: 0;
left: 0;
}
.floating-call {
position: fixed;
bottom: 15px;
right: 15px;
font-size: 14px;
transition: bottom .2s;
z-index: 9;
width: 50px ;
height: 50px ;
}
.floating-call .floating-call-button {
position: relative;
border-radius: 50% 50%;
box-shadow:1px 6px 24px 0 rgb(13 0 0 / 24%);
display: block;
transition: box-shadow .2s;
cursor: pointer;
overflow: hidden;
width: 50px;
height: 50px ;
line-height: 50px;
text-align: center;
}
.floating-call .floating-call-button img{
position: absolute;
width: 100%;
height: auto;
max-width: 100%;
object-fit: cover;
border-radius: 50% 50%;
margin: 0 auto;
right: 0;
left: 0;
}@media only screen and (min-width: 992px) and (max-width: 1199px) {
.welcome-content h2 {
font-size: 42px;
}
.timelineBody {
max-height: 545px;
}
.team-member-thumb {
width: 150px;
}
.post-meta p a {
margin-right: 15px;
}
.post-title h4 {
font-size: 20px;
}
.single-team-member {
padding: 20px;
}
.cd-intro.default-title > h2 {
font-size: 42px;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome_area {
height: 700px !important;
}
.welcome_single_slider.height-900 {
height: 700px;
}
.welcome-content h2 {
font-size: 30px;
}
.cta-content h2 {
font-size: 30px;
}
.timelineBody {
max-height: 640px;
}
.price_table_text > h1 {
font-size: 36px;
}
.price_table_text > p,
.table_text_details > p {
font-size: 13px;
}
.login-btn {
margin: 30px;
}
.cd-intro.default-title > h2 {
font-size: 36px;
}
} @media only screen and (max-width: 980px) {
.main-menu, .btn.login-btn {
display: none;
}
.mobile-menu-link {
display: block;
}
}
@media only screen and (max-width: 767px) {
.login-btn {
margin: 30px;
}
.welcome-content h2 {
font-size: 24px;
}
.welcome-content {
padding: 0 10%;
}
.more-btn {
height: 38px;
line-height: 38px;
padding: 0 14px;
min-width: inherit;
}
.welcome-content p {
font-size: 14px;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
max-height: 45px;
}
.dream-btn {
min-width: 130px;
padding: 0 20px;
font-size: 10px;
}
.single_cool_fact {
margin-bottom: 50px;
}
.classy-navbar {
height: 60px;
}
.who-we-contant h4 {
font-size: 24px;
}
.sonar {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.cta-content h2 {
font-size: 24px;
}
.cta-content p {
font-size: 14px;
}
.timelineBox {
margin-top: 100px;
}
.our-mission-area {
height: 1000px !important;
}
.section-heading h2 {
font-size: 24px;
}
.post-meta p a {
margin-right: 15px;
}
.post-title h4 {
font-size: 20px;
}
.footer-side-thumbnail {
width: 100%;
}
.welcome_single_slider.height-900 {
height: 600px;
}
.welcome_area.sliders {
height: 600px !important;
}
.cd-intro.default-title > h2 {
font-size: 24px;
}
.welcome_area.animated-headline {
height: 600px !important;
}
.welcome_area.animated-headline {
height: 600px !important;
}
.dream-btn.video-btn {
min-width: 70px;
padding: 0;
font-size: 20px;
}
.welcome-video-area {
margin-top: 0;
}
.timelineBody .timeline {
padding: 1em;
}
.timelineBody .timeline .timelineDate {
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
padding: 0;
}
.footer-copywrite-info {
text-align: left;
}
.breadcumb--con {
display:none;
}
.welcome-content {
text-align: center;
}
.sidebar-area {
margin-top: 100px;
}
.breadcumb-area {
height: 200px;
}
.banner_slides .owl-nav .owl-prev, .banner_slides .owl-nav .owl-next {
width:30px;
height:30px;
line-height:30px;
}
.banner_slides .owl-nav .owl-prev i, .banner_slides .owl-nav .owl-next i {
font-size: 1.2rem;
}
}
@media only screen and (max-width: 767px) {
.section-padding-100-70 {
padding-top: 50px;
padding-bottom: 35px;
}
.section-padding-100 {
padding-top: 50px;
padding-bottom: 50px;
}
.section-heading {
margin-bottom: 20px;
padding: 0 15px;
}
.banner-image img {
object-fit: cover;
}
.welcome-content h1 {
display: none;
}
.welcome_area {
height: 1100px !important;
}
.welcome_area.none{
height: 100vh !important;
}
.sonar {
-webkit-transform: scale(1);
transform: scale(1);
}
.welcome-content h2 {
font-size: 30px;
}
.dream-btn {
min-width: 160px;
padding: 0 20px;
font-size: 12px;
}
.single-team-member:after {
width: 50%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.welcome-content h2 {
font-size: 36px;
}
.dream-btn {
min-width: 160px;
padding: 0 20px;
font-size: 12px;
}
.cd-intro.default-title > h2 {
font-size: 30px;
}
.single-team-member:after {
width: 80%;
}
}
@media only screen and (max-width: 640px) {
.contact_info_area .contact_info ul li {
width: 100%;
}
.navbar-brand {
max-width: 80%;
}
.service_slides .owl-nav .owl-prev {
left: -10px;
}
.service_slides .owl-nav .owl-next {
right: -10px;
}
}