:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
::after,
::before {
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus {
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;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0
}
dt {
font-weight: 700
}
dd {
margin-bottom: .5rem;
margin-left: 0
}
blockquote {
margin: 0 0 1rem
}
b,
strong {
font-weight: bolder
}
small {
font-size: 80%
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent
}
a:hover {
color: #0056b3;
text-decoration: underline
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}
a:not([href]):not([tabindex]):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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg {
overflow: hidden;
vertical-align: middle
}
table {
border-collapse: collapse
}
caption {
padding-top: .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
}
select {
word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
-webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
-webkit-appearance: listbox
}
textarea {
overflow: auto;
resize: vertical
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}
progress {
vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}
output {
display: inline-block
}
summary {
display: list-item;
cursor: pointer
}
template {
display: none
}
[hidden] {
display: none!important
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2
}
.h1,
h1 {
font-size: 2.5rem
}
.h2,
h2 {
font-size: 2rem
}
.h3,
h3 {
font-size: 1.75rem
}
.h4,
h4 {
font-size: 1.5rem
}
.h5,
h5 {
font-size: 1.25rem
}
.h6,
h6 {
font-size: 1rem
}
.lead {
font-size: 1.25rem;
font-weight: 300
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .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-fluid-header{
max-width: 100%;
height: 98px;
padding: 4px;
}
.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 {
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: 1170px
}
}
.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%;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-ms-flex-order: -1;
order: -1
}
.order-last {
-ms-flex-order: 13;
order: 13
}
.order-0 {
-ms-flex-order: 0;
order: 0
}
.order-1 {
-ms-flex-order: 1;
order: 1
}
.order-2 {
-ms-flex-order: 2;
order: 2
}
.order-3 {
-ms-flex-order: 3;
order: 3
}
.order-4 {
-ms-flex-order: 4;
order: 4
}
.order-5 {
-ms-flex-order: 5;
order: 5
}
.order-6 {
-ms-flex-order: 6;
order: 6
}
.order-7 {
-ms-flex-order: 7;
order: 7
}
.order-8 {
-ms-flex-order: 8;
order: 8
}
.order-9 {
-ms-flex-order: 9;
order: 9
}
.order-10 {
-ms-flex-order: 10;
order: 10
}
.order-11 {
-ms-flex-order: 11;
order: 11
}
.order-12 {
-ms-flex-order: 12;
order: 12
}
.offset-1 {
margin-left: 8.333333%
}
.offset-2 {
margin-left: 16.666667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.333333%
}
.offset-5 {
margin-left: 41.666667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.333333%
}
.offset-8 {
margin-left: 66.666667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.333333%
}
.offset-11 {
margin-left: 91.666667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-ms-flex-order: -1;
order: -1
}
.order-sm-last {
-ms-flex-order: 13;
order: 13
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.333333%
}
.offset-sm-2 {
margin-left: 16.666667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.333333%
}
.offset-sm-5 {
margin-left: 41.666667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.333333%
}
.offset-sm-8 {
margin-left: 66.666667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.333333%
}
.offset-sm-11 {
margin-left: 91.666667%
}
}
@media (min-width:768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-ms-flex-order: -1;
order: -1
}
.order-md-last {
-ms-flex-order: 13;
order: 13
}
.order-md-0 {
-ms-flex-order: 0;
order: 0
}
.order-md-1 {
-ms-flex-order: 1;
order: 1
}
.order-md-2 {
-ms-flex-order: 2;
order: 2
}
.order-md-3 {
-ms-flex-order: 3;
order: 3
}
.order-md-4 {
-ms-flex-order: 4;
order: 4
}
.order-md-5 {
-ms-flex-order: 5;
order: 5
}
.order-md-6 {
-ms-flex-order: 6;
order: 6
}
.order-md-7 {
-ms-flex-order: 7;
order: 7
}
.order-md-8 {
-ms-flex-order: 8;
order: 8
}
.order-md-9 {
-ms-flex-order: 9;
order: 9
}
.order-md-10 {
-ms-flex-order: 10;
order: 10
}
.order-md-11 {
-ms-flex-order: 11;
order: 11
}
.order-md-12 {
-ms-flex-order: 12;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.333333%
}
.offset-md-2 {
margin-left: 16.666667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.333333%
}
.offset-md-5 {
margin-left: 41.666667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.333333%
}
.offset-md-8 {
margin-left: 66.666667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.333333%
}
.offset-md-11 {
margin-left: 91.666667%
}
}
@media (min-width:992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-ms-flex-order: -1;
order: -1
}
.order-lg-last {
-ms-flex-order: 13;
order: 13
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.333333%
}
.offset-lg-2 {
margin-left: 16.666667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.333333%
}
.offset-lg-5 {
margin-left: 41.666667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.333333%
}
.offset-lg-8 {
margin-left: 66.666667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.333333%
}
.offset-lg-11 {
margin-left: 91.666667%
}
}
@media (min-width:1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-ms-flex-order: -1;
order: -1
}
.order-xl-last {
-ms-flex-order: 13;
order: 13
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.333333%
}
.offset-xl-2 {
margin-left: 16.666667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.333333%
}
.offset-xl-5 {
margin-left: 41.666667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.333333%
}
.offset-xl-8 {
margin-left: 66.666667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.333333%
}
.offset-xl-11 {
margin-left: 91.666667%
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529
}
.table 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-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 {
color: #212529;
background-color: rgba(0, 0, 0, .075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
background-color: #b8daff
}
.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
border-color: #7abaff
}
.table-hover .table-primary:hover {
background-color: #9fcdff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #9fcdff
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
background-color: #d6d8db
}
.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #c8cbcf
}
.table-success,
.table-success>td,
.table-success>th {
background-color: #c3e6cb
}
.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
border-color: #8fd19e
}
.table-hover .table-success:hover {
background-color: #b1dfbb
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
background-color: #bee5eb
}
.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
border-color: #86cfda
}
.table-hover .table-info:hover {
background-color: #abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
background-color: #ffeeba
}
.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
border-color: #ffdf7e
}
.table-hover .table-warning:hover {
background-color: #ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
background-color: #f5c6cb
}
.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
border-color: #ed969e
}
.table-hover .table-danger:hover {
background-color: #f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
background-color: #fdfdfe
}
.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
border-color: #fbfcfc
}
.table-hover .table-light:hover {
background-color: #ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ececf6
}
.table-dark,
.table-dark>td,
.table-dark>th {
background-color: #c6c8ca
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #95999c
}
.table-hover .table-dark:hover {
background-color: #b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b9bbbe
}
.table-active,
.table-active>td,
.table-active>th {
background-color: rgba(0, 0, 0, .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: #343a40;
border-color: #454d55
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #343a40
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #454d55
}
.table-dark.table-bordered {
border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
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
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media (max-width:767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media (max-width:991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media (max-width:1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
border: 0
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.form-control {
transition: none
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .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: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 {
padding-right: 0;
padding-left: 0
}
.form-control-sm {
height: calc(1.5em + .5rem + 2px);
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
select.form-control[multiple],
select.form-control[size] {
height: auto
}
textarea.form-control {
height: auto
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .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: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, .9);
border-radius: .25rem
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #28a745;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center right calc(.375em + .1875rem);
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
display: block
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
border-color: #28a745;
padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus,
.was-validated .custom-select: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,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
display: block
}
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file: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 {
border-color: #28a745
}
.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 {
border-color: #34ce57;
background-color: #34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color: #28a745
}
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
border-color: #28a745
}
.custom-file-input.is-valid~.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 {
border-color: #28a745;
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: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, .9);
border-radius: .25rem
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat: no-repeat;
background-position: center right calc(.375em + .1875rem);
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
display: block
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
border-color: #dc3545;
padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus,
.was-validated .custom-select: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,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
display: block
}
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file: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 {
border-color: #dc3545
}
.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 {
border-color: #e4606d;
background-color: #e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color: #dc3545
}
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
border-color: #dc3545
}
.custom-file-input.is-invalid~.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 {
border-color: #dc3545;
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;
-ms-flex-negative: 0;
flex-shrink: 0;
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;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .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 (prefers-reduced-motion:reduce) {
.btn {
transition: none
}
}
.btn:hover {
color: #212529;
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
opacity: .65
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}
.btn-primary.focus,
.btn-primary:focus {
box-shadow: 0 0 0 .2rem rgba(38, 143, 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(38, 143, 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(130, 138, 145, .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(130, 138, 145, .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(72, 180, 97, .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(72, 180, 97, .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(58, 176, 195, .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(58, 176, 195, .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(222, 170, 12, .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(222, 170, 12, .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(225, 83, 97, .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(225, 83, 97, .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(216, 217, 219, .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(216, 217, 219, .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(82, 88, 93, .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(82, 88, 93, .5)
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 .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;
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;
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;
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;
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;
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;
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;
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;
text-decoration: none
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
box-shadow: none
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none
}
.btn-group-lg>.btn,
.btn-lg {
padding: .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 (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 (prefers-reduced-motion:reduce) {
.collapsing {
transition: none
}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
position: relative
}
.dropdown-toggle {
white-space: nowrap
}
.dropdown-toggle::after {
display: inline-block;
margin-left: .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-left {
right: auto;
left: 0
}
.dropdown-menu-right {
right: 0;
left: auto
}
@media (min-width:576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0
}
.dropdown-menu-sm-right {
right: 0;
left: auto
}
}
@media (min-width:768px) {
.dropdown-menu-md-left {
right: auto;
left: 0
}
.dropdown-menu-md-right {
right: 0;
left: auto
}
}
@media (min-width:992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0
}
.dropdown-menu-lg-right {
right: 0;
left: auto
}
}
@media (min-width:1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0
}
.dropdown-menu-xl-right {
right: 0;
left: auto
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
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;
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;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
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;
pointer-events: none;
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: 1 1 auto;
flex: 1 1 auto
}
.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
z-index: 1
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
z-index: 1
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start
}
.btn-toolbar .input-group {
width: auto
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.dropdown-toggle-split {
padding-right: .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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
margin-bottom: 0
}
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
z-index: 4
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-append,
.input-group-prepend {
display: -ms-flexbox;
display: flex
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
z-index: 3
}
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
margin-left: -1px
}
.input-group-prepend {
margin-right: -1px
}
.input-group-append {
margin-left: -1px
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .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-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
height: calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
padding-right: 1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem
}
.custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem
}
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label {
color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
background-color: #e9ecef
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px
}
.custom-control-label::after {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
border-color: #007bff;
background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .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::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
background-color: rgba(0, 123, 255, .5)
}
.custom-switch {
padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: .5rem
}
.custom-switch .custom-control-label::after {
top: calc(.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: .5rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label::after {
transition: none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(.75rem);
transform: translateX(.75rem)
}
.custom-switch .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(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
background-color: #fff;
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: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.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 {
display: none
}
.custom-select-sm {
height: calc(1.5em + .5rem + 2px);
padding-top: .25rem;
padding-bottom: .25rem;
padding-left: .5rem;
font-size: .875rem
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 1rem;
font-size: 1.25rem
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin-bottom: 0
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + .75rem + 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:disabled~.custom-file-label {
background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
content: attr(data-browse)
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-weight: 400;
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(1.5em + .75rem);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 .25rem .25rem 0
}
.custom-range {
width: 100%;
height: calc(1rem + .4rem);
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-range:focus {
outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.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;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance: none;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
transition: none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance: none;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
transition: none
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff
}
.custom-range::-moz-range-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: .2rem;
margin-left: .2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance: none
}
@media (prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
transition: none
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff
}
.custom-range::-ms-track {
width: 100%;
height: .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
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor: default
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav-link {
display: block;
padding: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default
}
.nav-tabs {
border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
margin-bottom: -1px
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .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-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:1200px) {
.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,%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,%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:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group>.card:not(:last-child) .card-header,
.card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius: 0
}
.card-group>.card:not(:last-child) .card-footer,
.card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0
}
.card-group>.card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group>.card:not(:first-child) .card-header,
.card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius: 0
}
.card-group>.card:not(:first-child) .card-footer,
.card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0
}
}
.card-columns .card {
margin-bottom: .75rem
}
@media (min-width:576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1
}
.card-columns .card {
display: inline-block;
width: 100%
}
}
.accordion>.card {
overflow: hidden
}
.accordion>.card:not(:first-of-type) .card-header:first-child {
border-radius: 0
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0
}
.accordion>.card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.accordion>.card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.accordion>.card .card-header {
margin-bottom: -1px
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .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-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;
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 (prefers-reduced-motion:reduce) {
.badge {
transition: none
}
}
a.badge:focus,
a.badge:hover {
text-decoration: none
}
.badge:empty {
display: none
}
.btn .badge {
position: relative;
top: -1px
}
.badge-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 10rem
}
.badge-primary {
color: #fff;
background-color: #007bff
}
a.badge-primary:focus,
a.badge-primary:hover {
color: #fff;
background-color: #0062cc
}
a.badge-primary.focus,
a.badge-primary:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.badge-secondary {
color: #fff;
background-color: #6c757d
}
a.badge-secondary:focus,
a.badge-secondary:hover {
color: #fff;
background-color: #545b62
}
a.badge-secondary.focus,
a.badge-secondary:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.badge-success {
color: #fff;
background-color: #28a745
}
a.badge-success:focus,
a.badge-success:hover {
color: #fff;
background-color: #1e7e34
}
a.badge-success.focus,
a.badge-success:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
color: #fff;
background-color: #17a2b8
}
a.badge-info:focus,
a.badge-info:hover {
color: #fff;
background-color: #117a8b
}
a.badge-info.focus,
a.badge-info:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
color: #212529;
background-color: #ffc107
}
a.badge-warning:focus,
a.badge-warning:hover {
color: #212529;
background-color: #d39e00
}
a.badge-warning.focus,
a.badge-warning:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.badge-danger {
color: #fff;
background-color: #dc3545
}
a.badge-danger:focus,
a.badge-danger:hover {
color: #fff;
background-color: #bd2130
}
a.badge-danger.focus,
a.badge-danger:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.badge-light {
color: #212529;
background-color: #f8f9fa
}
a.badge-light:focus,
a.badge-light:hover {
color: #212529;
background-color: #dae0e5
}
a.badge-light.focus,
a.badge-light:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
color: #fff;
background-color: #343a40
}
a.badge-dark:focus,
a.badge-dark:hover {
color: #fff;
background-color: #1d2124
}
a.badge-dark.focus,
a.badge-dark:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.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 (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 (prefers-reduced-motion:reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none
}
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start
}
.media-body {
-ms-flex: 1;
flex: 1
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit
}
.list-group-item-action:focus,
.list-group-item-action:hover {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef
}
.list-group-item {
position: relative;
display: block;
padding: .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.disabled,
.list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
@media (min-width:576px) {
.list-group-horizontal-sm {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal-sm .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-sm .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
}
@media (min-width:768px) {
.list-group-horizontal-md {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal-md .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-md .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
}
@media (min-width:992px) {
.list-group-horizontal-lg {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal-lg .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-lg .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
}
@media (min-width:1200px) {
.list-group-horizontal-xl {
-ms-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0
}
.list-group-horizontal-xl .list-group-item:first-child {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-xl .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0
}
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0
}
.list-group-flush .list-group-item:last-child {
margin-bottom: -1px
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff
}
.list-group-item-primary.list-group-item-action: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:hover {
color: #000;
text-decoration: none
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: .75
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
a.close.disabled {
pointer-events: none
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: .875rem;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .1);
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: .25rem
}
.toast:not(:last-child) {
margin-bottom: .75rem
}
.toast.showing {
opacity: 1
}
.toast.show {
display: block;
opacity: 1
}
.toast.hide {
display: none
}
.toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: .25rem .75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.toast-body {
padding: .75rem
}
.modal-open {
overflow: hidden
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0
}
.modal-dialog {
position: relative;
width: auto;
margin: .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, -50px);
transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
transition: none
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
-ms-flex-negative: 0;
flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: .3rem;
border-bottom-left-radius: .3rem
}
.modal-footer>:not(:first-child) {
margin-left: .25rem
}
.modal-footer>:not(:last-child) {
margin-right: .25rem
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem)
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem)
}
.modal-sm {
max-width: 300px
}
}
@media (min-width:992px) {
.modal-lg,
.modal-xl {
max-width: 800px
}
}
@media (min-width:1200px) {
.modal-xl {
max-width: 1140px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .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::before,
.bs-popover-top>.arrow::before {
bottom: 0;
border-width: .5rem .5rem 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-width: .5rem .5rem 0;
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::before,
.bs-popover-right>.arrow::before {
left: 0;
border-width: .5rem .5rem .5rem 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-width: .5rem .5rem .5rem 0;
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::before,
.bs-popover-bottom>.arrow::before {
top: 0;
border-width: 0 .5rem .5rem .5rem;
border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
top: 1px;
border-width: 0 .5rem .5rem .5rem;
border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -.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::before,
.bs-popover-left>.arrow::before {
right: 0;
border-width: .5rem 0 .5rem .5rem;
border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
right: 1px;
border-width: .5rem 0 .5rem .5rem;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
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.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.carousel-inner::after {
display: block;
clear: both;
content: ""
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
.carousel-item {
transition: none
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s .6s opacity
}
@media (prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: .5;
transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-control-next,
.carousel-control-prev {
transition: none
}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9
}
.carousel-control-prev {
left: 0
}
.carousel-control-next {
right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
.carousel-indicators li {
transition: none
}
}
.carousel-indicators .active {
opacity: 1
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: .25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: .2em
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
width: 1rem;
height: 1rem
}
.align-baseline {
vertical-align: baseline!important
}
.align-top {
vertical-align: top!important
}
.align-middle {
vertical-align: middle!important
}
.align-bottom {
vertical-align: bottom!important
}
.align-text-bottom {
vertical-align: text-bottom!important
}
.align-text-top {
vertical-align: text-top!important
}
.bg-primary {
background-color: #007bff!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc!important
}
.bg-secondary {
background-color: #6c757d!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62!important
}
.bg-success {
background-color: #28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34!important
}
.bg-info {
background-color: #17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b!important
}
.bg-warning {
background-color: #ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00!important
}
.bg-danger {
background-color: #dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130!important
}
.bg-light {
background-color: #f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5!important
}
.bg-dark {
background-color: #343a40!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124!important
}
.bg-white {
background-color: #fff!important
}
.bg-transparent {
background-color: transparent!important
}
.border {
border: 1px solid #dee2e6!important
}
.border-top {
border-top: 1px solid #dee2e6!important
}
.border-right {
border-right: 1px solid #dee2e6!important
}
.border-bottom {
border-bottom: 1px solid #dee2e6!important
}
.border-left {
border-left: 1px solid #dee2e6!important
}
.border-0 {
border: 0!important
}
.border-top-0 {
border-top: 0!important
}
.border-right-0 {
border-right: 0!important
}
.border-bottom-0 {
border-bottom: 0!important
}
.border-left-0 {
border-left: 0!important
}
.border-primary {
border-color: #007bff!important
}
.border-secondary {
border-color: #6c757d!important
}
.border-success {
border-color: #28a745!important
}
.border-info {
border-color: #17a2b8!important
}
.border-warning {
border-color: #ffc107!important
}
.border-danger {
border-color: #dc3545!important
}
.border-light {
border-color: #f8f9fa!important
}
.border-dark {
border-color: #343a40!important
}
.border-white {
border-color: #fff!important
}
.rounded-sm {
border-radius: .2rem!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-lg {
border-radius: .3rem!important
}
.rounded-circle {
border-radius: 50%!important
}
.rounded-pill {
border-radius: 50rem!important
}
.rounded-0 {
border-radius: 0!important
}
.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-none {
display: none!important
}
.d-inline {
display: inline!important
}
.d-inline-block {
display: inline-block!important
}
.d-block {
display: block!important
}
.d-table {
display: table!important
}
.d-table-row {
display: table-row!important
}
.d-table-cell {
display: table-cell!important
}
.d-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
display: none!important
}
.d-sm-inline {
display: inline!important
}
.d-sm-inline-block {
display: inline-block!important
}
.d-sm-block {
display: block!important
}
.d-sm-table {
display: table!important
}
.d-sm-table-row {
display: table-row!important
}
.d-sm-table-cell {
display: table-cell!important
}
.d-sm-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-sm-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:768px) {
.d-md-none {
display: none!important
}
.d-md-inline {
display: inline!important
}
.d-md-inline-block {
display: inline-block!important
}
.d-md-block {
display: block!important
}
.d-md-table {
display: table!important
}
.d-md-table-row {
display: table-row!important
}
.d-md-table-cell {
display: table-cell!important
}
.d-md-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-md-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:992px) {
.d-lg-none {
display: none!important
}
.d-lg-inline {
display: inline!important
}
.d-lg-inline-block {
display: inline-block!important
}
.d-lg-block {
display: block!important
}
.d-lg-table {
display: table!important
}
.d-lg-table-row {
display: table-row!important
}
.d-lg-table-cell {
display: table-cell!important
}
.d-lg-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-lg-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1200px) {
.d-xl-none {
display: none!important
}
.d-xl-inline {
display: inline!important
}
.d-xl-inline-block {
display: inline-block!important
}
.d-xl-block {
display: block!important
}
.d-xl-table {
display: table!important
}
.d-xl-table-row {
display: table-row!important
}
.d-xl-table-cell {
display: table-cell!important
}
.d-xl-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-xl-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media print {
.d-print-none {
display: none!important
}
.d-print-inline {
display: inline!important
}
.d-print-inline-block {
display: inline-block!important
}
.d-print-block {
display: block!important
}
.d-print-table {
display: table!important
}
.d-print-table-row {
display: table-row!important
}
.d-print-table-cell {
display: table-cell!important
}
.d-print-flex {
display: -ms-flexbox!important;
display: flex!important
}
.d-print-inline-flex {
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.embed-responsive-21by9::before {
padding-top: 42.857143%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-sm-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-sm-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-sm-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-sm-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-sm-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-sm-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-sm-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-sm-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-sm-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-sm-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-sm-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-sm-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-sm-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-sm-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-sm-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-sm-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-sm-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-sm-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-sm-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-sm-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-sm-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:768px) {
.flex-md-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-md-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-md-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-md-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-md-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-md-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-md-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-md-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-md-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-md-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-md-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-md-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-md-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-md-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-md-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-md-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-md-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-md-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-md-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-md-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-md-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-md-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-md-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-md-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-md-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-md-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-md-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:992px) {
.flex-lg-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-lg-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-lg-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-lg-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-lg-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-lg-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-lg-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-lg-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-lg-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-lg-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-lg-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-lg-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-lg-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-lg-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-lg-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-lg-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-lg-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-lg-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-lg-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-lg-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-lg-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-lg-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:1200px) {
.flex-xl-row {
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-xl-column {
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-xl-grow-0 {
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-xl-grow-1 {
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-xl-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-xl-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-xl-center {
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-xl-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-xl-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-xl-start {
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-xl-end {
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-xl-center {
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-xl-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-xl-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-xl-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-xl-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-xl-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-xl-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-xl-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-xl-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-xl-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-xl-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
.float-left {
float: left!important
}
.float-right {
float: right!important
}
.float-none {
float: none!important
}
@media (min-width:576px) {
.float-sm-left {
float: left!important
}
.float-sm-right {
float: right!important
}
.float-sm-none {
float: none!important
}
}
@media (min-width:768px) {
.float-md-left {
float: left!important
}
.float-md-right {
float: right!important
}
.float-md-none {
float: none!important
}
}
@media (min-width:992px) {
.float-lg-left {
float: left!important
}
.float-lg-right {
float: right!important
}
.float-lg-none {
float: none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
float: left!important
}
.float-xl-right {
float: right!important
}
.float-xl-none {
float: none!important
}
}
.overflow-auto {
overflow: auto!important
}
.overflow-hidden {
overflow: hidden!important
}
.position-static {
position: static!important
}
.position-relative {
position: relative!important
}
.position-absolute {
position: absolute!important
}
.position-fixed {
position: fixed!important
}
.position-sticky {
position: -webkit-sticky!important;
position: sticky!important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
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
}
.min-vw-100 {
min-width: 100vw!important
}
.min-vh-100 {
min-height: 100vh!important
}
.vw-100 {
width: 100vw!important
}
.vh-100 {
height: 100vh!important
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0)
}
.m-0 {
margin: 0!important
}
.mt-0,
.my-0 {
margin-top: 0!important
}
.mr-0,
.mx-0 {
margin-right: 0!important
}
.mb-0,
.my-0 {
margin-bottom: 0!important
}
.ml-0,
.mx-0 {
margin-left: 0!important
}
.m-1 {
margin: .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-n1 {
margin: -.25rem!important
}
.mt-n1,
.my-n1 {
margin-top: -.25rem!important
}
.mr-n1,
.mx-n1 {
margin-right: -.25rem!important
}
.mb-n1,
.my-n1 {
margin-bottom: -.25rem!important
}
.ml-n1,
.mx-n1 {
margin-left: -.25rem!important
}
.m-n2 {
margin: -.5rem!important
}
.mt-n2,
.my-n2 {
margin-top: -.5rem!important
}
.mr-n2,
.mx-n2 {
margin-right: -.5rem!important
}
.mb-n2,
.my-n2 {
margin-bottom: -.5rem!important
}
.ml-n2,
.mx-n2 {
margin-left: -.5rem!important
}
.m-n3 {
margin: -1rem!important
}
.mt-n3,
.my-n3 {
margin-top: -1rem!important
}
.mr-n3,
.mx-n3 {
margin-right: -1rem!important
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem!important
}
.ml-n3,
.mx-n3 {
margin-left: -1rem!important
}
.m-n4 {
margin: -1.5rem!important
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem!important
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem!important
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem!important
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem!important
}
.m-n5 {
margin: -3rem!important
}
.mt-n5,
.my-n5 {
margin-top: -3rem!important
}
.mr-n5,
.mx-n5 {
margin-right: -3rem!important
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem!important
}
.ml-n5,
.mx-n5 {
margin-left: -3rem!important
}
.m-auto {
margin: auto!important
}
.mt-auto,
.my-auto {
margin-top: auto!important
}
.mr-auto,
.mx-auto {
margin-right: auto!important
}
.mb-auto,
.my-auto {
margin-bottom: auto!important
}
.ml-auto,
.mx-auto {
margin-left: auto!important
}
@media (min-width:576px) {
.m-sm-0 {
margin: 0!important
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0!important
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0!important
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0!important
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0!important
}
.m-sm-1 {
margin: .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-n1 {
margin: -.25rem!important
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -.25rem!important
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -.25rem!important
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -.25rem!important
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -.25rem!important
}
.m-sm-n2 {
margin: -.5rem!important
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -.5rem!important
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -.5rem!important
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -.5rem!important
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -.5rem!important
}
.m-sm-n3 {
margin: -1rem!important
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem!important
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem!important
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem!important
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem!important
}
.m-sm-n4 {
margin: -1.5rem!important
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem!important
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem!important
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem!important
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem!important
}
.m-sm-n5 {
margin: -3rem!important
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem!important
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem!important
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem!important
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem!important
}
.m-sm-auto {
margin: auto!important
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto!important
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto!important
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto!important
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto!important
}
}
@media (min-width:768px) {
.m-md-0 {
margin: 0!important
}
.mt-md-0,
.my-md-0 {
margin-top: 0!important
}
.mr-md-0,
.mx-md-0 {
margin-right: 0!important
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0!important
}
.ml-md-0,
.mx-md-0 {
margin-left: 0!important
}
.m-md-1 {
margin: .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-n1 {
margin: -.25rem!important
}
.mt-md-n1,
.my-md-n1 {
margin-top: -.25rem!important
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -.25rem!important
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -.25rem!important
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -.25rem!important
}
.m-md-n2 {
margin: -.5rem!important
}
.mt-md-n2,
.my-md-n2 {
margin-top: -.5rem!important
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -.5rem!important
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -.5rem!important
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -.5rem!important
}
.m-md-n3 {
margin: -1rem!important
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem!important
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem!important
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem!important
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem!important
}
.m-md-n4 {
margin: -1.5rem!important
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem!important
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem!important
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem!important
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem!important
}
.m-md-n5 {
margin: -3rem!important
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem!important
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem!important
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem!important
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem!important
}
.m-md-auto {
margin: auto!important
}
.mt-md-auto,
.my-md-auto {
margin-top: auto!important
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto!important
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto!important
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto!important
}
}
@media (min-width:992px) {
.m-lg-0 {
margin: 0!important
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0!important
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0!important
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0!important
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0!important
}
.m-lg-1 {
margin: .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-n1 {
margin: -.25rem!important
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -.25rem!important
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -.25rem!important
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -.25rem!important
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -.25rem!important
}
.m-lg-n2 {
margin: -.5rem!important
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -.5rem!important
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -.5rem!important
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -.5rem!important
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -.5rem!important
}
.m-lg-n3 {
margin: -1rem!important
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem!important
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem!important
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem!important
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem!important
}
.m-lg-n4 {
margin: -1.5rem!important
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem!important
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem!important
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem!important
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem!important
}
.m-lg-n5 {
margin: -3rem!important
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem!important
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem!important
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem!important
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem!important
}
.m-lg-auto {
margin: auto!important
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto!important
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto!important
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto!important
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto!important
}
}
@media (min-width:1200px) {
.m-xl-0 {
margin: 0!important
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0!important
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0!important
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0!important
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0!important
}
.m-xl-1 {
margin: .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-n1 {
margin: -.25rem!important
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -.25rem!important
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -.25rem!important
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -.25rem!important
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -.25rem!important
}
.m-xl-n2 {
margin: -.5rem!important
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -.5rem!important
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -.5rem!important
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -.5rem!important
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -.5rem!important
}
.m-xl-n3 {
margin: -1rem!important
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem!important
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem!important
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem!important
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem!important
}
.m-xl-n4 {
margin: -1.5rem!important
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem!important
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem!important
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem!important
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem!important
}
.m-xl-n5 {
margin: -3rem!important
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem!important
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem!important
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem!important
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem!important
}
.m-xl-auto {
margin: auto!important
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto!important
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto!important
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto!important
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto!important
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
text-align: justify!important
}
.text-wrap {
white-space: normal!important
}
.text-nowrap {
white-space: nowrap!important
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.text-left {
text-align: left!important
}
.text-right {
text-align: right!important
}
.text-center {
text-align: center!important
}
@media (min-width:576px) {
.text-sm-left {
text-align: left!important
}
.text-sm-right {
text-align: right!important
}
.text-sm-center {
text-align: center!important
}
}
@media (min-width:768px) {
.text-md-left {
text-align: left!important
}
.text-md-right {
text-align: right!important
}
.text-md-center {
text-align: center!important
}
}
@media (min-width:992px) {
.text-lg-left {
text-align: left!important
}
.text-lg-right {
text-align: right!important
}
.text-lg-center {
text-align: center!important
}
}
@media (min-width:1200px) {
.text-xl-left {
text-align: left!important
}
.text-xl-right {
text-align: right!important
}
.text-xl-center {
text-align: center!important
}
}
.text-lowercase {
text-transform: lowercase!important
}
.text-uppercase {
text-transform: uppercase!important
}
.text-capitalize {
text-transform: capitalize!important
}
.font-weight-light {
font-weight: 300!important
}
.font-weight-lighter {
font-weight: lighter!important
}
.font-weight-normal {
font-weight: 400!important
}
.font-weight-bold {
font-weight: 700!important
}
.font-weight-bolder {
font-weight: bolder!important
}
.font-italic {
font-style: italic!important
}
.text-white {
color: #fff!important
}
.text-primary {
color: #007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
color: #0056b3!important
}
.text-secondary {
color: #6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54!important
}
.text-success {
color: #28a745!important
}
a.text-success:focus,
a.text-success:hover {
color: #19692c!important
}
.text-info {
color: #17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
color: #0f6674!important
}
.text-warning {
color: #ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
color: #ba8b00!important
}
.text-danger {
color: #dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
color: #a71d2a!important
}
.text-light {
color: #f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
color: #cbd3da!important
}
.text-dark {
color: #343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
color: #121416!important
}
.text-body {
color: #212529!important
}
.text-muted {
color: #6c757d!important
}
.text-black-50 {
color: rgba(0, 0, 0, .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
}
.text-decoration-none {
text-decoration: none!important
}
.text-break {
word-break: break-word!important;
overflow-wrap: break-word!important
}
.text-reset {
color: inherit!important
}
.visible {
visibility: visible!important
}
.invisible {
visibility: hidden!important
}
@media print {
*,
::after,
::before {
text-shadow: none!important;
box-shadow: none!important
}
a:not(.btn) {
text-decoration: underline
}
abbr[title]::after {
content: " (" attr(title) ")"
}
pre {
white-space: pre-wrap!important
}
blockquote,
pre {
border: 1px solid #adb5bd;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img,
tr {
page-break-inside: avoid
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
@page {
size: a3
}
body {
min-width: 992px!important
}
.container {
min-width: 992px!important
}
.navbar {
display: none
}
.badge {
border: 1px solid #000
}
.table {
border-collapse: collapse!important
}
.table td,
.table th {
background-color: #fff!important
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6!important
}
.table-dark {
color: inherit
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #dee2e6
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6
}
}@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=poppins:400,500,600,700,800&amp;display=swap"); body {
padding: 0;
font-size: 16px;
line-height: 26px;
margin: 0;
font-weight: 400;
overflow-x: hidden;
font-family: 'montserrat', sans-serif;
}
body .page_wapper {
position: relative;
overflow: hidden;
} body::-webkit-scrollbar {
width: 8px;
}
body.sbar_color_two {
overflow-x: hidden;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px #f4f4f4;
-moz-box-shadow: inset 0 0 6px #f4f4f4;
box-shadow: inset 0 0 6px #f4f4f4;
background: #f4f4f4;
}
body::-webkit-scrollbar-thumb {
background: #4f4039;
-webkit-box-shadow: inset 0 0 6px #4f4039;
-moz-box-shadow: inset 0 0 6px #4f4039;
box-shadow: inset 0 0 6px #4f4039;
}
body::-webkit-scrollbar-thumb:window-inactive {
background: #4f4039;
}  * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 0;
margin: 0;
font-family: 'arvo', serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
p {
padding: 0;
margin: 0;
font-size: 15px;
font-weight: 400;
line-height: 26px;
color: #003;
font-family: 'montserrat', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
ul {
padding: 0;
margin: 0;
}
ul li {
padding: 0;
margin: 0;
list-style: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.btn:focus {
outline: 0px;
-webkit-appearance: none;
appearance: none;
}
.theme_btn {
font-size: 14px;
text-transform: uppercase;
color: #000;
background: #fdea79;
display: inline-block;
width: 170px;
height: 50px;
line-height: 50px;
font-weight: 700;
transition: all .5s ease;
text-align: center;
font-family: 'montserrat', sans-serif;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.theme_btn:hover {
color: #252525;
}
.padding_zero {
padding: 0px;
}
@media (max-width:992px) {
.padding_zero {
padding: 0px 15px;
}
}
:focus {
outline: -webkit-focus-ring-color auto 0px;
}
button:focus {
outline: 0px dotted;
outline: 0px auto -webkit-focus-ring-color;
}
.owl-carousel .owl-item img {
width: auto!important;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
background: transparent!important;
}
#scroll {
position: fixed;
right: 30px;
bottom: 130px;
cursor: pointer;
width: 50px;
height: 50px;
background-color: #4f4039;
display: none;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
z-index: 99;
}
#scroll span {
transform: rotate(-90deg);
font-size: 18px;
display: block;
color: #fff;
}
#scroll i {
position: absolute;
color: #4f4039;
font-size: 18px;
top: -6px;
right: -11px;
}
#scroll:hover {
background-color: #fdea79;
color: #4f4039;
opacity: 1;
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)";
}
@media (max-width: 991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid {
padding-right: 15px!important;
padding-left: 15px!important;
}
}
.bsnav-mobile .navbar_right {
display: none;
}
.bsnav-mobile .search_link {
display: none;
}
.image {
position: relative;
}
.link {
position: absolute;
z-index: 99;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
}
.help-block.with-errors {
font-size: 15px;
color: #fff;
width: 100%;
text-align: center;
}
.any_questions .help-block.with-errors {
color: #252525;
}
.contact_type_two .help-block.with-errors {
color: #252525;
}
.estimations .help-block.with-errors {
color: #252525;
}
.form_appointment.app_type_two .help-block.with-errors {
color: #252525;
} .preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 999999999999999999;
background-color: #ffffff;
background-position: center center;
background-repeat: no-repeat;
background-image: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/preloader2.gif);
} .topbar {
padding: 10px 0px;
background: #1c1c1c;
}
.topbar p {
font-size: 15px;
color: #828282;
line-height: 26px;
}
.topbar p span.icon-leaf {
font-size: 16px;
color: #fdea79;
line-height: 26px;
margin-right: 5px;
}
.topbar p a {
font-size: 15px;
color: #fff;
line-height: 26px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar p a:hover {
color: #fdea79;
}
.topbar .topbar-two .top_bar_widgets_inner {
position: relative;
text-align: right;
}
.topbar ul li {
display: inline-block;
font-size: 15px;
color: #828282;
line-height: 26px;
margin-right: 20px;
line-height: 30px;
}
.topbar ul li:hover a {
color: #fdea79;
}
.topbar ul li:last-child {
margin: 0px;
}
.topbar ul li a {
color: #828282;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar ul li a.loca_pin {
position: relative;
display: inline-block;
width: 150px;
height: 30px;
background: #242424;
border-radius: 2px;
color: #fff;
text-align: center;
border: 1px solid #2b2b2b;
}
.topbar ul li a.loca_pin span {
font-size: 14px;
color: #fdea79;
line-height: 26px;
margin-right: 5px;
} .mid_bar {
position: relative;
padding: 35px 0px 30px;
}
.mid_bar .mid_bar_content {
position: relative;
margin-left: 86px;
}
.mid_bar.mid_type_two .mid_bar_content {
position: relative;
margin-left: 43px;
}
.mid_bar.mid_type_two .mid_bar_content {
position: relative;
margin-left: 43px;
}
.mid_bar .mid_bar_content li {
display: inline-block;
position: relative;
overflow: auto;
}
.mid_bar .mid_bar_content p.dark {
font-size: 18px;
font-weight: 600;
color: #252525;
}
.mid_bar .mid_bar_content p.light {
font-size: 16px;
color: #828282;
font-weight: 600;
font-family: 'Source Serif Pro', serif;
}
.mid_wapper {
position: relative;
}
.mid_wapper .icon {
float: left;
font-size: 34px;
color: #fdea79;
line-height: 50px;
margin-right: 10px;
}
.content_mid {
position: relative;
margin-left: 50px;
}
.content_mid span {
display: block;
}
.mid_bar .theme_btn {
border-radius: 30px;
} .navbar {
padding: 0px;
}
.header-style-v1 .navbar-collapse {
margin-left: 40px;
position: relative;
}
.site-logo {
position: relative;
}
@media(max-width:600px) {
.site-logo img {
width: 150px;
}
}
.header-style-v1 {
position: relative;
}
.header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in .site-logo img {
margin-top: -4px;
}
@media(max-width:1199px) {
.header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
padding: 20px 0px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}
}
.header-style-v1 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}
.header-style-v1 .site-logo img {
position: relative;
margin-top: -123px;
}
.header-style-v1 .navbar-collapse:before {
position: absolute;
content: '';
background: #1c1c1c;
width: 100%;
height: 100%;
left: 0;
-webkit-transform: skew(-30deg);
-moz-transform: skew(-30deg);
-ms-transform: skew(-30deg);
-o-transform: skew(-30deg);
transform: skew(-30deg);
z-index: -10;
top: 0;
}
.header-style-v1 .navbar-collapse:after {
position: absolute;
content: '';
background: transparent;
width: 161%;
height: 90%;
border: 1px dashed #4f4f4f;
-webkit-transform: skew(-30deg);
-moz-transform: skew(-30deg);
-ms-transform: skew(-30deg);
-o-transform: skew(-30deg);
transform: skew(-30deg);
z-index: -10;
left: 6px;
top: 4px;
}
.header-style-v1 .navbar_right::before {
position: absolute;
content: '';
background: #1c1c1c;
width: 53%;
height: 100%;
right: -50%;
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
-ms-transform: skew(-25deg);
-o-transform: skew(-25deg);
transform: skew(-25deg);
z-index: -10;
top: 0;
}
@media(max-width:3000px) and (min-width:1920px) {
.header-style-v1 .navbar-collapse::after {
width: 200%;
}
.header-style-v1 .navbar_right::before {
width: 110%;
right: -98%;
}
}
.header-style-v1 .navbar-expand-lg .navbar_left {
margin-left: 25px;
}
.header-style-v1 .navbar_right li {
margin-right: 12px;
}
.header-style-v1 .navbar_right li:last-child {
margin: 0px;
}
.header-style-v1 .navbar_right li a {
border-radius: 50px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
display: block;
border: 2px dotted #4f4f4f;
color: #828282;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.header-style-v1 .navbar_right li a:hover {
border: 2px dashed #fdea79;
color: #fdea79;
}
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link {
color: #fdea79;
}
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link::before {
position: absolute;
content: '';
border-radius: 50px;
width: 10px;
height: 10px;
background: #fdea79;
left: -5px;
top: 34px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
}
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link::before,
.header-style-v1 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link::before {
left: 3px;
opacity: 1;
}
.header-style-v1 .navbar-expand-lg .navbar-nav .nav-item.search_link .nav-link::before {
display: none;
}
.header-style-v1 .menu-item.dropdown .dropdown-menu {
margin-top: 0px!important;
}
.header-style-v1 .navbar_right.navbar-nav .search_link .nav-link {
padding: 0px;
border: 0px;
margin-right: 55px;
}
.header-style-v1 .navbar_right.navbar-nav .search_link::before {
position: absolute;
content: '';
left: -16px;
top: 4px;
background: rgba(255, 255, 255, .1);
width: 1px;
height: 30px;
}
.header-style-v1 .navbar_right.navbar-nav .menu-item.dropdown .dropdown-menu {
margin-top: 21px!important;
}
.search_link .dropdown-menu {
left: -202px!important;
width: 300px!important;
padding: 10px;
background: #252525!important;
}
.search_link .dropdown-menu input {
position: relative;
background: transparent;
border: 0px;
box-shadow: none;
border-radius: 3px;
height: 60px;
padding: 20px;
width: 100%;
color: #fff;
border: 1px dashed #6a6a6a;
font-size: 15px;
}
.search_link .dropdown-menu input::placeholder {
color: #808080;
}
.search_link .dropdown-menu form {
position: relative;
}
.search_link .dropdown-menu .nav_search .theme_btn {
width: 50px;
height: 52px;
line-height: 54px;
text-align: center;
position: absolute;
right: 4px;
top: 4px;
box-shadow: none;
color: #fff;
border: 0px;
margin: 0px!important;
background: #fdea79;
border-radius: 5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.search_link .dropdown-menu .nav_search .theme_btn:hover {
background: #fff;
color: #252525;
} .ban_lay_one {
position: relative;
margin-bottom: 10px;
}
.ban_lay_one span {
float: left;
color: #fff;
}
.ban_lay_one p {
margin-left: 75px!important;
padding-top: 10px!important;
font-weight: 600;
color: #fff;
}
.rev_slider_wrapper .border {
border: .5px solid rgba(255, 255, 255, .1)!important;
}
.rev_slider_wrapper .titel-1 {
color: #fff;
font-family: 'Source Serif Pro', serif;
font-weight: 700;
}
.rev_slider_wrapper .titel-2 {
font-family: 'montserrat', sans-serif;
color: #fff;
font-weight: 400;
}
.rev-btn ul li {
display: inline-block;
margin-right: 40px;
text-align: center!important;
}
.rev-btn ul li:last-child {
margin: 0px;
}
.rev-btn .theme_btn {
border-radius: 50px;
width: 190px;
height: 60px;
line-height: 60px!important;
border: 2px solid #FDEA79;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.rev-btn .theme_btn:hover {
background: #fff;
color: #4F4039;
border: 2px solid #fff;
}
.rev-btn .theme_btn.light {
border: 2px solid #fff;
background: transparent;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.rev-btn .theme_btn.light:hover {
border: 2px solid #FDEA79;
background: #FDEA79;
color: #4F4039;
}
.zeus.tparrows {
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.rev_slider_wrapper:hover .zeus.tparrows {
opacity: 1;
}
@media(max-width:768px) {
.zeus.tparrows {
display: none!important;
}
.theme_btn.light {
display: none;
}
}
@media(max-width:480px) {
.rev_type_three #slide-3049045-layer-3 {
display: none;
}
.rev_type_three #slide-3049046-layer-3 {
display: none;
}
.rev_type_three #slide-3049047-layer-3 {
display: none;
}
.rev_type_one #slide-3049045-layer-1,
.rev_type_one #slide-3049045-layer-5,
.rev_type_one #slide-3049045-layer-4 {
display: none;
}
.rev_type_one #slide-3049047-layer-1,
.rev_type_one #slide-3049047-layer-5,
.rev_type_one #slide-3049047-layer-4 {
display: none;
}
.rev_type_one #slide-3049046-layer-1,
.rev_type_one #slide-3049046-layer-5,
.rev_type_one #slide-3049046-layer-4 {
display: none;
}
.rev-btn ul li {
margin-right: 0px!important;
}
} .heading {
position: relative;
margin-bottom: 50px;
text-align: center;
}
.heading h2 {
font-family: 'montserrat', sans-serif;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
line-height: 26px;
color: #fdea79;
margin-bottom: 20px;
display: inline-block;
position: relative;
}
.heading.single h2 {
margin-left: 25px;
}
.heading.single {
text-align: left;
}
.heading h3 {
font-size: 40px;
font-weight: 700;
color: #4f4039;
line-height: 48px;
margin-bottom: 20px;
}
.heading.type_two {
text-align: left;
}
.heading.type_two h1 {
padding: 0px 0px;
}
@media (max-width:1000px) {
.heading h1 {
padding: 0px;
}
}
@media (max-width:600px) {
.heading h1 {
font-size: 30px;
line-height: 38px;
}
}
@media (max-width:768px) {
.heading {
margin-bottom: 30px;
}
}
.heading h1 span {
color: #fdea79;
}
.heading .broder_style_left::before {
position: absolute;
content: '';
background: #fdea79;
width: 4px;
height: 12px;
top: 7px;
left: -20px;
}
.heading .broder_style_left::after {
position: absolute;
content: '';
background: #fdea79;
width: 2px;
height: 12px;
top: 7px;
left: -24px;
}
.heading .broder_style_right::before {
position: absolute;
content: '';
background: #fdea79;
right: -20px;
width: 4px;
height: 12px;
top: 7px;
}
.heading .broder_style_right::after {
position: absolute;
content: '';
background: #fdea79;
width: 2px;
height: 12px;
right: -24px;
top: 7px;
}
.hom-serv{
padding: 0;
margin: 0;
font-size: 15px;
font-weight: 400;
line-height: 26px;
color: #fff;
font-family: 'montserrat', sans-serif
}
.head_type_two {
text-align: inherit;
}
.head_type_two span {
position: absolute;
font-size: 90px;
color: #4f4039;
top: -10px;
right: 0;
z-index: -1;
}
.fl-size span{
position: absolute;
font-size: 65px;
color: #4f4039;
top: -10px;
right: 0;
z-index: -1;
}
.head_type_two h3 {
padding: 0px;
}
.head_type_two h2 {
margin-left: 25px;
}
.heading.head_type_two .right_content {
position: relative;
padding-top: 37px;
padding-bottom: 20px;
}
.heading.head_type_two .right_content::before {
position: absolute;
width: 70px;
height: 3px;
background: #00A4CCFF;
top: 8px;
left: 0;
content: '';
}
.heading.head_type_two .right_content p {
font-size: 18px;
color: #4f4039;
line-height: 26px;
}
.heading_inner {
position: relative;
z-index: 0;
}
@media (max-width: 480px) {
.head_type_two span {
position: absolute;
font-size: 60px;
color: #4f4039;
top: -10px;
right: 0;
z-index: -1;
}
}
@media(max-width: 768px) and (min-width:481px){
.head_type_two span {
position: absolute;
font-size: 70px;
color: #4f4039;
top: -10px;
right: 0;
z-index: -1;
}
}
@media(max-width: 1024px) and (min-width:769px){
.head_type_two span {
position: absolute;
font-size: 60px;
color: #4f4039;
top: -10px;
right: 0;
z-index: -1;
}
}  .service_all.tp_one {
position: relative;
padding: 100px 0px 60px;
}
@media(max-width:3000px) and (min-width:1200px) {
.service_all.tp_one .heading h1 {
padding: 0px 200px;
}
}
.service_inner.type_one {
position: relative;
margin-bottom: 40px;
border: 5px solid #fff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
overflow: hidden;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_one:hover {
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .3);
cursor: pointer;
}
.service_inner.type_one .image {
display: block;
}
.service_inner.type_one .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_one:hover .overlay {
bottom: 0;
height: 100%;
}
.service_inner.type_one .image p {
color: #d6d6d6;
font-size: 15px;
position: absolute;
top: -300px;
left: 0%;
font-weight: 400;
padding: 0px 25px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_one:hover .image p {
top: 20px;
}
.service_inner.type_one .content_inner {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
}
.service_inner.type_one .content_inner .icon {
float: right;
width: 70px;
height: 70px;
line-height: 70px;
font-size: 30px;
color: #fff;
text-align: center;
background: #fdea79;
position: relative;
z-index: 10;
}
.service_inner.type_one .content_inner .icon::after {
position: absolute;
content: '';
height: 0px;
border-right: 10px solid #116d1b;
border-top: 16px solid transparent;
border-left: 5px solid transparent;
border-bottom: 5px solid #116d1b;
z-index: 0;
left: -15px;
top: 0px;
}
.service_inner.type_one .content_inner h2 {
position: absolute;
width: 200px;
height: 44px;
right: 70px;
text-align: center;
line-height: 44px;
bottom: 5px;
font-size: 22px;
font-weight: 700;
z-index: 0;
opacity: 1;
transform: translateX(0px);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.service_inner.type_one .content_inner h2 a {
color: #252525;
}
.service_inner.type_one:hover .content_inner h2 {
opacity: 0;
transform: translateX(250px);
}
.service_inner.type_one .content_inner h2::before {
content: '';
position: absolute;
background: #fff;
width: 220px;
height: 100%;
top: 0;
z-index: -10;
left: 0;
transform: skew(-30deg);
}
.service_inner.type_one .content_inner a.r_more {
position: absolute;
width: 200px;
height: 44px;
right: 70px;
text-align: center;
line-height: 47px;
bottom: 5px;
font-size: 22px;
font-weight: 700;
font-family: 'Source Serif Pro', serif;
z-index: 0;
opacity: 0;
transform: translateX(250px);
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_one .content_inner a.r_more::before {
content: '';
position: absolute;
background: #fff;
width: 220px;
height: 100%;
top: 0;
z-index: -10;
left: 0;
transform: skew(-30deg);
}
.service_inner.type_one:hover .content_inner a.r_more {
opacity: 1;
transform: translateX(0px);
}
@media(max-width:768px) {
.service_inner.type_one img {
width: 100%;
}
}
@media(max-width:400px) {
.service_inner.type_one .content_inner h2::before {
width: 180px;
}
.service_inner.type_one .content_inner h2 {
width: 180px;
right: 56px;
font-size: 18px;
}
} .about_type_one {
position: relative;
background: #f4f4f4;
padding: 100px 0px 90px;
}
.about_type_one .heading {
text-align: left;
margin-bottom: 20px;
}
.about_type_one .heading h1 {
padding: 0px;
}
.about_left {
position: relative;
}
.about_left .image {
position: relative;
border: 5px solid #fff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}
@media(max-width:1000px) {
.about_type_one .main_image {
width: 100%;
}
.about_left .image {
margin-bottom: 40px;
}
}
.about_left .place {
position: absolute;
bottom: 30px;
width: 100%;
left: 0;
}
.about_left h2 {
position: absolute;
font-size: 22px;
color: #252525;
line-height: 48px;
font-weight: 700;
background: #fff;
width: 250px;
text-align: center;
height: 48px;
right: 183px;
bottom: 0px;
}
.about_left .place img {
float: right;
margin-right: 33px;
}
@media (max-width: 1199px) {
.about_left .place img {
display: none;
}
.about_left h2 {
position: absolute;
font-size: 18px;
width: 220px;
right: 14px;
bottom: 10px;
}
.about_left .place {
bottom: 0;
}
}
#counter {
position: relative;
margin: 40px 0px 37px;
}
#counter .counter_inner {
position: relative;
display: inline-block;
}
#counter .counter_inner:first-child {
margin-right: 60px;
}
@media(max-width:1024px) {
#counter .counter_inner:first-child {
margin-right: 0px;
margin-bottom: 20px;
}
}
#counter .counter_inner span.icon {
float: left;
font-size: 60px;
line-height: 60px;
color: #fdea79;
}
#counter .counter_inner .text {
margin-left: 70px;
}
#counter .counter_inner .text span {
font-size: 30px;
color: #252525;
line-height: 36px;
font-family: 'Source Serif Pro', serif;
font-weight: 700;
}
#counter .counter_inner .text h5 {
font-size: 22px;
color: #252525;
line-height: 28px;
font-weight: 700;
}
.about_content .authourname {
font-size: 16px;
color: #808080;
line-height: 26px;
font-weight: 400;
font-family: 'montserrat', sans-serif;
padding-left: 60px;
position: relative;
}
.about_content .authourname::before {
position: absolute;
content: '';
background: #d4d4d4;
width: 50px;
height: 1px;
left: 0;
top: 11px;
}
.about_content .authourname span {
font-size: 20px;
color: #252525;
line-height: 26px;
font-weight: 700;
font-family: 'Source Serif Pro', serif;
} .nav-tabs {
border: 0px;
display: block;
text-align: center;
}
.nav-tabs .nav-item {
border: 0px;
margin: 0px;
border-radius: 0px;
display: inline-block;
}
.nav-tabs .nav-link {
border: 0px solid transparent;
border-radius: 0px!important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: inherit;
background-color: transparent;
border: 0px;
} .service_all.tp_two {
position: relative;
padding: 100px 0px 170px;
}
.service_all.tp_two .heading {
margin-bottom: 30px;
}
.service_all.tp_two .nav-tabs {
position: relative;
margin-bottom: 40px;
}
.service_all.tp_two .nav-tabs .nav-item:first-child::before {
position: absolute;
content: '';
width: 50px;
height: 20px;
border-radius: 30px;
background: #f4f4f4;
border: 1px solid #e2e2e2;
right: -28px;
top: 11px;
}
.service_all.tp_two .nav-tabs .nav-item:first-child .nav-link.active::after {
position: absolute;
content: '';
width: 14px;
height: 14px;
border-radius: 50px;
background: #fdea79;
top: 14px;
right: 4px;
}
.service_all.tp_two .nav-tabs .nav-item:last-child .nav-link.active::after {
position: absolute;
content: '';
width: 14px;
height: 14px;
border-radius: 50px;
background: #fdea79;
top: 14px;
left: 4px;
}
.service_all.tp_two .nav-tabs .nav-item {
position: relative;
}
.service_all.tp_two .nav-tabs .nav-item .nav-link {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
color: #aeaeae;
line-height: 26px;
}
.service_all.tp_two .nav-tabs .nav-item:first-child .nav-link {
margin-right: 22px;
}
.service_all.tp_two .nav-tabs .nav-item:last-child .nav-link {
margin-left: 22px;
}
.service_all.tp_two .nav-tabs .nav-item .nav-link.active {
color: #fdea79;
}
.service_inner.type_two {
position: relative;
margin: 0px 8px 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
background: #fff;
}
.service_inner.type_two::before {
position: absolute;
content: '';
width: 92%;
height: 94%;
top: 13px;
left: 14px;
border: 1px dashed #fdea79;
z-index: 10;
background: none;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_two:hover::before {
opacity: 1;
}
.service_inner.type_two .image img {
width: 100%!important;
}
.service_inner.type_two .content_inner {
position: relative;
padding: 30px 40px 35px;
z-index: 11;
}
.service_inner.type_two .content_inner h2 {
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin-bottom: 15px;
}
.service_inner.type_two .content_inner h2:hover a {
color: #fdea79;
}
.service_inner.type_two .content_inner h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_two .content_inner p {
margin-bottom: 17px;
padding-bottom: 17px;
border-bottom: 1px dashed #e2e2e2;
}
.service_inner.type_two .content_inner a.r_more {
text-transform: uppercase;
font-size: 14px;
color: #252525;
font-weight: 600;
line-height: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_two .content_inner a.r_more span {
margin-right: 10px;
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_two .content_inner a.r_more:hover {
color: #4f4039;
}
.service_inner.type_two .content_inner a.r_more:hover span {
color: #4f4039;
}
.service_inner.type_two .image {
display: block;
position: relative;
}
.service_inner.type_two .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.service_inner.type_two:hover .overlay {
bottom: 0;
height: 100%;
}
.service_inner.type_two .image span.icon {
color: #fdea79;
font-size: 39px;
line-height: 57px;
position: absolute;
top: 52%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.service_inner.type_two .image span.icon::after {
width: 95px;
height: 95px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fdea79;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -28px;
top: -21px;
}
.service_all.tp_two .owl-carousel .owl-nav,
.service_all.tp_two .owl-carousel .owl-nav.disabled {
display: block;
}
.service_all.tp_two .owl-carousel .owl-dots {
display: none;
}
.service_all.tp_two .owl-carousel .owl-nav {
position: absolute;
width: 100%;
margin-top: 10px;
height: auto;
text-align: center;
}
.service_all.tp_two .owl-carousel .owl-nav .owl-prev,
.service_all.tp_two .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_all.tp_two .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.service_all.tp_two .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
.service_all.tp_two .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.service_all.tp_two .owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.service_all.tp_two .owl-carousel .owl-nav .owl-prev:hover,
.service_all.tp_two .owl-carousel .owl-nav .owl-next:hover {
color: #fdea79;
border: 1px solid #fdea79;
} .project_all.tp_one {
position: relative;
background: #1c1c1c;
padding: 100px 0px 70px;
}
.project_all.tp_one .container {
padding: 0;
}
.project_all.tp_one .container .padding_num {
padding: 0px 15px;
margin-bottom: 20px;
}
.project_all.tp_one .heading {
text-align: left;
margin-bottom: 20px;
}
.project_all.tp_one .heading h1 {
padding: 0px;
color: #fff;
}
.project_inner.type_one {
position: relative;
margin-bottom: 30px;
border: 2px solid transparent;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
overflow: hidden;
}
.project_inner.type_one img {
width: 100%;
}
.project_inner.type_one:hover {
border: 2px solid #fdea79;
}
.project_inner.type_one .image {
display: block;
position: relative;
border: 1px solid #4f4039;
}
.project_inner.type_one .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: #4F4039B5;
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.project_inner.type_one:hover .overlay {
bottom: 0;
height: 100%;
}
.project_inner.type_one .image span.icon {
color: #fdea39;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 35%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.project_inner.type_one .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fdea39;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -21px;
}
.project_inner.type_one .content_inner {
position: absolute;
width: 100%;
text-align: center;
height: auto;
left: 0;
bottom: 0;
padding: 20px;
background: #1c1c1c;
opacity: 0;
transform: translateY(150px);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.project_inner.type_one .content_inner h2 {
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin-bottom: 5px;
}
.project_inner.type_one .content_inner h2 a {
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.project_inner.type_one .content_inner h2:hover a {
color: #fdea79;
}
.project_inner.type_one:hover .content_inner {
opacity: 1;
transform: translateY(0px);
}
.fliter_group ul {
display: block;
text-align: center;
border: 1px dashed #3b3b3b;
border-radius: 3px;
margin-top: 15px;
}
.fliter_group ul li {
display: inline-block;
padding: 15px 15px;
position: relative;
font-size: 16px;
color: #8d8d8d;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.fliter_group ul li::before {
position: absolute;
content: '';
right: 0;
top: 15px;
border: .5px dashed #3b3b3b;
width: 1px;
height: 25px;
}
.fliter_group ul li:last-child::before {
display: none;
}
.fliter_group ul li.active,
.fliter_group ul li:hover {
color: #fdea79;
} .features_all.tp_one {
position: relative;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/features-hme-1-bg.jpg);
background-position: 0 0;
background-size: cover;
background-repeat: no-repeat;
padding: 100px 0px 70px;
}
.features_inner.type_one {
position: relative;
background: #fff;
padding: 39px 25px;
text-align: center;
cursor: pointer;
z-index: 0;
margin-bottom: 30px;
}
.features_inner.type_one::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: #4f4039;
top: -100%;
opacity: 0;
left: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: -10;
}
.features_inner.type_one:hover::before {
opacity: 1;
top: 0;
}
.features_inner.type_one span.icon {
font-size: 60px;
line-height: 60px;
color: #4f4039;
margin-bottom: 25px;
font-weight: 500;
display: inline-block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.features_inner.type_one:hover span {
color: #fff;
}
.features_inner.type_one h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 10px;
}
.features_inner.type_one h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.features_inner.type_one:hover h2 a {
color: #fff;
}
.features_inner.type_one:hover p {
color: #fff;
}
.features_all.tp_one .owl-dots.disabled,
.features_all.tp_one .owl-dots {
display: block!important;
}
.features_all.tp_one .owl-dots {
position: relative;
bottom: -20px;
width: 100%;
margin: 0 auto;
text-align: center;
padding-bottom: 45px;
}
.features_all.tp_one .owl-dots .owl-dot {
position: relative;
width: 12px;
height: 12px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 2px solid #cacaca;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
--webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.features_all.tp_one .owl-nav {
display: none!important;
}
.features_all.tp_one .owl-dots .owl-dot:hover,
.features_all.tp_one .owl-dots .owl-dot.active {
border: 2px solid #4f4039;
} .testimonial_all.tp_one {
position: relative;
background: #fff;
padding: 100px 0px 90px;
}
.testimonial_all.tp_one .heading {
text-align: left;
margin-bottom: 20px;
}
.testimonial_all.tp_one .heading h1 {
padding: 0px;
}
.testimonial_inner.type_one {
position: relative;
margin: 10px 10px 10px 49px;
border-left: 3px solid #fdea79;
background: #fff;
cursor: pointer;
padding: 40px 30px 40px 0px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .09);
}
.testimonial_inner.type_one .image {
float: left;
margin-left: -45px;
margin-top: 60px;
position: relative;
}
.testimonial_inner.type_one .image::before {
position: absolute;
content: '';
width: 100px;
height: 100px;
left: -5px;
top: -5px;
border: 1px dashed #bebebe;
border-radius: 50px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_inner.type_one:hover .image::before {
border-color: #fdea79;
}
.testimonial_inner.type_one .content_inner {
margin-left: 85px;
}
.testimonial_inner.type_one .auhtour_name {
position: relative;
overflow: auto;
margin-bottom: 20px;
}
.testimonial_inner.type_one .auhtour_name span {
float: left;
font-size: 52px;
line-height: 60px;
color: #e8e8e8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_inner.type_one:hover .auhtour_name span {
color: #fdea79;
}
.testimonial_inner.type_one .name_authr {
position: relative;
margin-top: 5px;
margin-left: 75px;
}
.testimonial_inner.type_one .name_authr h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 0px;
color: #252525;
}
.testimonial_inner.type_one .name_authr p {
color: #fdea79;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_inner.type_one:hover .name_authr p {
color: #808080;
}
.testimonial_inner.type_one .content_inner p.description {
margin-bottom: 20px;
}
.testimonial_inner.type_one .content_inner ul li {
display: inline-block;
}
.testimonial_inner.type_one .content_inner ul li span {
font-size: 20px;
line-height: 20px;
color: #fdea79;
}
.testimonial_inner.type_one .content_inner ul li:last-child {
float: right;
font-size: 14px;
font-weight: 500;
line-height: 26px;
color: #aeadad;
text-transform: uppercase;
}
.testimonial_all.tp_one .owl-carousel .owl-nav,
.testimonial_all.tp_one .owl-carousel .owl-nav.disabled {
display: block;
}
.testimonial_all.tp_one .owl-carousel .owl-dots {
display: none;
}
.testimonial_all.tp_one .owl-carousel .owl-nav {
position: absolute;
width: auto;
height: auto;
text-align: center;
top: -103px;
right: 0;
}
.testimonial_all.tp_one .owl-carousel .owl-nav .owl-prev,
.testimonial_all.tp_one .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_all.tp_one .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.testimonial_all.tp_one .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
.testimonial_all.tp_one .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.testimonial_all.tp_one .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_all.tp_one .owl-carousel .owl-nav .owl-next:hover {
color: #fdea79;
border: 1px solid #fdea79;
}
@media(max-width:450px) {
.testimonial_inner.type_one {
margin: 60px 10px 10px;
}
.testimonial_inner.type_one .image {
float: none;
margin: -90px auto 0px;
position: relative;
width: 110px;
}
.testimonial_inner.type_one .image img {
margin: 0 auto;
}
.testimonial_inner.type_one .image::before {
left: 5px;
}
.testimonial_inner.type_one .content_inner {
margin-left: 30px;
margin-top: 30px;
}
.testimonial_inner.type_one .auhtour_name {
overflow: inherit;
}
} .quote_client_type_one {
position: relative;
padding: 90px 0px 90px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/get-a-quote-home-1-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.quote_client_type_one .gt_qute_inner {
position: relative;
text-align: center;
padding-bottom: 80px;
border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.quote_client_type_one .gt_qute_inner h1 {
font-size: 52px;
color: #fff;
padding: 0px 150px;
font-weight: 700;
line-height: 70px;
margin-bottom: 30px;
}
.quote_client_type_one .gt_qute_inner a.theme_btn {
background: transparent;
border: 2px solid #fff;
color: #fff;
border-radius: 50px;
width: 190px;
height: 60px;
line-height: 58px;
}
.quote_client_type_one .gt_qute_inner a.theme_btn:hover {
background: #4f4039;
color: #fdea79;
}
.quote_client_type_one .client_logo {
padding-top: 50px;
}
.client_logo .image img {
margin: 0 auto!important;
} .news_all.tp_one {
position: relative;
padding: 100px 0px 70px;
}
.news_all.tp_one .padding_btm {
margin-bottom: 20px;
}
.news_all.tp_one .heading {
text-align: left;
margin-bottom: 20px;
}
.news_all.tp_one .heading h1 {
padding: 0px;
}
.news_all.tp_one .more_news_btn {
position: relative;
text-align: right;
}
.news_all.tp_one .more_news_btn a.theme_btn {
border-radius: 50px;
margin-top: 25px;
}
.latest_news_inner.type_one {
position: relative;
margin: 0px 0px 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
background: #fff;
}
.latest_news_inner.type_one .content_inner {
position: relative;
padding: 30px;
z-index: 11;
}
.latest_news_inner.type_one .tag {
position: relative;
}
.latest_news_inner.type_one .tag a {
border: 1px dashed #fdea79;
padding: 6px 15px;
color: #fdea79;
}
.latest_news_inner.type_one .tag a span {
color: #fdea79;
margin-right: 10px;
line-height: 26px;
}
.latest_news_inner.type_one .content_inner h2 {
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin-bottom: 15px;
margin-top: 18px;
}
.latest_news_inner.type_one .content_inner h2:hover a {
color: #fdea79;
}
.latest_news_inner.type_one .content_inner h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.latest_news_inner.type_one .content_inner p {
margin-bottom: 17px;
}
.latest_news_inner.type_one .content_inner a.r_more {
text-transform: uppercase;
font-size: 14px;
color: #252525;
font-weight: 600;
line-height: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
margin-bottom: 20px;
padding-bottom: 17px;
border-bottom: 1px dashed #e2e2e2;
display: block;
}
.latest_news_inner.type_one .content_inner a.r_more span {
margin-right: 10px;
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.latest_news_inner.type_one .content_inner a.r_more:hover {
color: #fdea79;
}
.latest_news_inner.type_one .content_inner a.r_more:hover span {
color: #fdea79;
}
.latest_news_inner.type_one .image {
display: block;
position: relative;
}
.latest_news_inner.type_one .image img {
width: 100%;
}
.latest_news_inner.type_one .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.latest_news_inner.type_one:hover .overlay {
bottom: 0;
height: 100%;
}
.latest_news_inner.type_one .image span.icon {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 52%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.latest_news_inner.type_one .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -18px;
}
.latest_news_inner.type_one ul li {
display: inline-block;
margin-right: 8px;
font-size: 13px;
text-transform: uppercase;
color: #808080;
position: relative;
}
.latest_news_inner.type_one ul li:nth-child(2) {
margin-right: 20px;
}
.latest_news_inner.type_one ul li:nth-child(2)::before {
position: absolute;
height: 15px;
border: .5px dashed #bcbcbc;
content: '';
right: -13px;
top: 4px;
}
.latest_news_inner.type_one ul li span {
color: #fdea79;
margin-right: 5px;
}
@media(max-width:768px) {
.news_all.tp_one .more_news_btn a.theme_btn {
float: none;
margin-top: 0px;
margin-bottom: 30px;
}
.news_all.tp_one .more_news_btn {
text-align: left;
}
} .map-section {
position: relative;
}
.map-section .addres_outer {
position: relative;
}
.map-section .google-map {
height: 545px;
}
.map-section.type_two .google-map {
height: 610px;
}
.map-section .addres_inner {
position: absolute;
background: #fff;
padding: 30px;
top: -390px;
right: 0;
border-left: 3px solid #fdea79;
}
.map-section .addres_inner h3 {
font-size: 20px;
line-height: 28px;
font-weight: 700;
text-transform: uppercase;
color: #fdea79;
margin-bottom: 10px;
}
.map-section .addres_inner p {
margin-bottom: 8px;
}
.map-section .addres_inner p span {
color: #252525;
font-family: 'arvo', serif;
font-weight: 700;
font-size: 18px;
} .footer_type_one {
position: relative;
padding: 100px 0px 70px;
background: #111111;
}
.footer_type_one .logo_title {
margin-bottom: 25px;
}
.footer .footer_widgets {
position: relative;
margin-bottom: 30px;
}
@media(max-width:768px) {
.footer .footer_widgets {
position: relative;
margin-bottom: 50px;
}
}
.footer_type_one .footer_widgets.one p span {
color: #fdea79;
}
.footer_type_one .footer_widgets p.about_para {
margin-bottom: 27px;
}
.footer_type_one .footer_widgets .subscribe form {
position: relative;
}
.footer_type_one .footer_widgets .subscribe p {
font-family: 'arvo', serif;
font-size: 18px;
font-weight: 700;
color: #fff;
margin-bottom: 15px;
}
.footer_type_one .footer_widgets .subscribe input {
position: relative;
background: #202020;
border: 0px;
box-shadow: none;
border-radius: 3px;
height: 60px;
padding: 20px;
width: 100%;
color: #fff;
font-size: 15px;
}
.footer_type_one .arrow_btn {
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
box-shadow: none;
border: none;
background: transparent;
line-height: 60px;
color: #fdea79;
}
.footer .footer_widgets h2.title {
font-size: 24px;
margin-bottom: 26px;
position: relative;
padding-bottom: 12px;
border-bottom: 1px solid rgba(255, 255, 255, .1);
color: #fff;
font-weight: 700;
margin-top: 18px;
}
.footer_type_one .footer_widgets ul li {
position: relative;
margin-bottom: 12px;
margin-left: 22px;
}
.footer_type_one .footer_widgets ul li::before {
position: absolute;
content: '\e900';
left: -21px;
color: #525252;
font-family: 'icomoon';
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_type_one .footer_widgets ul li a {
color: #8d8d8d;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_type_one .footer_widgets ul li:hover a {
color: #fff;
}
.footer_type_one .footer_widgets ul li:hover::before {
color: #fdea79;
}
.footer_type_one .footer_widgets .latest_news_foot {
position: relative;
margin-bottom: 25px;
}
.footer_type_one .footer_widgets .latest_news_foot img {
float: left;
}
.footer_type_one .footer_widgets .latest_news_foot .text {
margin-left: 80px;
padding-top: 6px;
margin-bottom: 2px;
}
.footer_type_one .footer_widgets .latest_news_foot .text h2 {
font-size: 18px;
font-weight: 700;
margin-bottom: 5px;
}
.footer_type_one .footer_widgets .latest_news_foot .text h2 a {
color: #fff;
}
.footer_type_one .footer_widgets .latest_news_foot .text p {
text-transform: uppercase;
}
.footer_type_one .footer_widgets .latest_news_foot .text p span {
color: #fdea79;
margin-right: 10px;
}
.footer_last_type_one {
background: #111111;
padding: 12px 0px;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer_last_type_one ul {
text-align: right;
}
.footer_last_type_one p {
margin-top: 10px;
}
.footer_last_type_one ul li {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
border-radius: 50px;
border: 1px dashed rgba(255, 255, 255, .2);
}
.footer_last_type_one ul li a {
color: #828282;
}
.footer_last_type_one ul li {
margin-right: 10px;
}
.footer_last_type_one ul li:last-child {
margin-right: 0px;
}  .topbar.version_v2 {
position: relative;
background: #fff;
}
@media(max-width:3000px) and (min-width:1200px) {
.topbar.version_v2 {
height: 100px;
}
}
.topbar.version_v2 li,
.topbar.version_v2   li a {
color: #4f4039;
line-height: 33px;
display: inline-block;
vertical-align: middle;
line-height: normal;
}
.topbar.version_v2 .btn_v2 {
font-size: 14px;
line-height: 28px;
width: 116px;
height: 30px;
border-radius: 5px;
background: transparent;
border: 1px dashed #4f4039;
display: block;
text-align: center;
color: #4f4039;
text-transform: uppercase;
font-weight: 500;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar.version_v2 .btn_v2:hover {
font-size: 14px;
line-height: 28px;
width: 116px;
height: 30px;
border-radius: 5px;
background: transparent;
border: 1px solid #4f4039;
display: block;
text-align: center;
color: #fdea79;
text-transform: uppercase;
font-weight: 500; }
.topbar.version_v2 .social_media {
float: right;
}
.topbar.version_v2 .social_media li {
margin: 0px;
}
.topbar.version_v2 .left_side_elements li i {
font-size: 16px;
color: #4f4039;
margin-right: 8px;
}
.topbar.version_v2 .left_side_elements li span {
color: #4f4039;
}
.topbar.version_v2 .social_media li a {
border-radius: 50px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
display: block;
border: 1px dashed transparent;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar.version_v2 .social_media li:hover a {
color: #4f4039;
border: 1px dashed #fdea79;
} @media (min-width: 1200px) {
.header-style-v2 .container {
max-width: 1290px;
}
}
@media(max-width:3000px) and (min-width:1200px) {
.header-style-v2 .site-logo {
position: relative;
width: 400px;
text-align: center;
background: #fff; border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.header-style-v2 {
position: absolute;
z-index: 999;
width: 100%;
left: 0;
top: 52px;
background: transparent;
}
}
@media(max-width:1280px){
.header-style-v2 .site-logo{ width: 15%!important;
}
}
@media(max-width:1199px) {
.header-style-v2 {
padding: 20px 0px;
}
}
.bsnav-mobile .m-auto {
margin: inherit!important;
}
.header-style-v2 .bsnav {
background: transparent;
}
@media(max-width:3000px) and (min-width:1200px) {
.header-style-v2 .bsnav-sticky.bsnav-sticky-slide.sticked.in .site-logo {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}
}
@media(max-width:1199px) {
.header-style-v2 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
background: #fff;
padding: 20px 0px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}
}
.header-style-v2 .navbar-collapse {
background: #4f4039; padding-top: 27px;
padding-bottom: 27px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-link,
.header-style-v2 .navbar-nav.navbar_left .nav-link {
padding: 0px 30px!important;
border-radius: 5px;
background: transparent;
line-height: 46px;
text-align: center;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
@media(max-width:1440px) {
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-link,
.header-style-v2 .navbar-nav.navbar_left .nav-link {
padding: 0px 20px!important;
}
}
.header-style-v2 .navbar-nav.navbar_left .nav-link::before {
position: absolute;
content: '';
width: 1px;
height: 27px;
background: #000;
right: 0px;
top: 10px;
}
.header-style-v2 .menu-item.cart_items.dropdown .dropdown-menu {
left: -203px;
width: 300px;
padding: 10px;
}
.header-style-v2 .menu-item.cart_items.dropdown .dropdown-menu .cart_outer {
border: 1px dashed #6a6a6a;
padding: 15px;
border-radius: 5px;
}
.header-style-v2 .menu-item.cart_items .cart_item_inner {
position: relative;
margin-bottom: 20px;
}
.header-style-v2 .menu-item.cart_items .cart_item_inner .image {
position: relative;
float: left;
}
.header-style-v2 .menu-item.cart_items .cart_item_inner .content {
margin-left: 90px;
}
.header-style-v2 .menu-item.cart_items .cart_item_inner .content h2 {
color: #fff;
font-size: 18px;
font-weight: 700;
line-height: 26px;
}
.header-style-v2 .menu-item.cart_items .cart_item_inner .content p {
color: #fdea79;
}
.header-style-v2 .menu-item.cart_items .cart_btns .theme_btn {
border-radius: 50px;
border: 2px solid #fdea79;
height: 40px;
line-height: 38px;
width: 100%;
}
.header-style-v2 .menu-item.cart_items .cart_btns .theme_btn.light {
background: transparent;
border: 2px solid #fdea79;
color: #fdea79;
margin-bottom: 10px;
}
.navbar-nav.navbar_left .nav-item {
cursor: pointer;
}
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link {
color: #4f4039;
background: #fdea79;
}
.header-style-v2 .navbar-nav .dropdown-menu .nav-item .nav-link {
background: transparent!important;
}
.header-style-v2 .menu-item.dropdown .dropdown-menu {
margin-top: 27px!important;
}
.header-style-v2 .navbar-expand-lg .navbar-nav.navbar_right .nav-link,
.header-style-v2 .navbar-nav.navbar_right .nav-link {
padding: 10px 16px;
} .custome_rating_awards {
position: absolute;
z-index: 99;
width: 100%;
left: 0;
margin-top: -116px;
}
.custome_rating_awards .awards img {
height: 226px;
border-radius: 5px;
}
.customer_rating_inner {
position: relative;
padding: 40px 40px 37px;
border-radius: 5px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-12-customer-rating.jpg);
background-position: center center;
background-repeat: repeat;
background-size: cover;
}
.customer_rating_inner .content_inner {
position: relative;
}
.customer_rating_inner .content_inner .icon_lf {
float: left;
}
.customer_rating_inner .content_inner span {
font-size: 50px;
color: #4f4039;
line-height: 80px;
text-align: center;
position: relative;
z-index: 0;
display: block;
width: 80px;
}
.customer_rating_inner .content_inner span::after {
position: absolute;
content: '';
background: #fdea79;
border-radius: 5px;
width: 80px;
height: 80px;
left: 0;
z-index: -10;
}
.customer_rating_inner .content_inner .text {
margin-left: 110px;
padding-bottom: 25px;
border-bottom: 1px solid #fdea79    ;
}
.customer_rating_inner .content_inner .text h2 {
font-size: 30px;
line-height: 38px;
color: #fff;
margin-bottom: 8px;
}
.customer_rating_inner .content_inner .text p {
color: #fff;
}
.customer_rating_inner .desc {
padding-top: 25px;
font-size: 18px;
font-weight: 500;
color: #fff;
}
@media(max-width:992px) {
.dp_none {
display: none;
}
.custome_rating_awards {
padding: 60px 0px;
position: relative;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-12-customer-rating.jpg);
background-position: center center;
background-repeat: repeat;
background-size: cover;
margin: 0;
}
.customer_rating_inner {
background: transparent;
padding: 0px;
}
}
@media(max-width:768px) {
.customer_rating_inner .content_inner .icon_lf {
float: none;
}
.customer_rating_inner .content_inner .text {
margin-left: 0px;
margin-top: 40px;
}
} .service_all.tp_three {
position: relative;
background: #efefef;
padding: 220px 0px 100px;
}
.service_all.tp_three .heading h2 {
color: #4f4039;
}
.service_all.tp_three .heading h3 {
color: #4f4039;
font-size: 40px;
font-weight: 700;
}
.service_all.tp_three .head_type_two .broder_style_left::before {
background: #4f4039;
}
.service_all.tp_three .head_type_two span {
color: #4f4039;
}
.service_all.tp_three .head_type_two .broder_style_left::after {
background: #4f4039;
}
.service_inner.type_three {
position: relative;
min-height: 446px;
background: #4F4039;
border-radius: 10px;
padding: 45px 14px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
text-align: center;
border: 2px solid #FDEA79;
}
.service_inner.type_three:hover {
background: #1c1c1c;
border: 2px solid #fdea79;
}
.service_inner.type_three .icon_in span {
font-size: 60px;
line-height: 140px;
color: #4f4039;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_three:hover .icon_in span {
color: #fff;
}
.service_inner.type_three .icon_in {
position: relative;
margin-bottom: 20px;
text-align: center;
width: 140px;
height: 140px;
border-radius: 50%;
background: #fdea79;
margin: 0 auto;
border: 2px dotted #4f4039;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_three:hover .icon_in {
border: 2px solid #4f4039;
background: #4f4039;
}
.service_inner.type_three .icon_in::before {
position: absolute;
content: '';
width: 120px;
height: 120px;
top: 8px;
border-radius: 50%;
left: 8px;
color: #fdea79;
background: transparent;
border: 2px dotted #fdea79;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_three:hover .icon_in::before {
opacity: 1;
}
.service_inner.type_three .content_inner {
position: relative;
margin-top: 30px;
}
.service_inner.type_three .content_inner h2 a {
font-size: 22px;
margin-bottom: 10px;
font-weight: 700;
color: #fdea79;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
line-height: 30px;
display: block;
}
.service_inner.type_three:hover .content_inner h2 a {
color: #fff;
}
.service_inner.type_three .content_inner p {
margin-bottom: 30px;
}
.service_inner.type_three .rd_more {
position: relative;
width: 56px;
height: 56px;
overflow: hidden;
display: block;
margin: 0 auto;
background: #fdea79;
line-height: 26px;
text-align: center;
border-radius: 50px;
color: #4f4039;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_three .rd_more i {
font-size: 14px;
line-height: 56px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: inline-block;
}
.service_inner.type_three .rd_more span {
transform: translateX(-5px);
display: inline-block;
font-size: 14px;
font-weight: 500;
text-indent: -9999px;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
text-transform: uppercase;
transition: all .9s ease-in-out;
}
.service_inner.type_three:hover .rd_more {
width: 170px;
}
.service_inner.type_three:hover .rd_more span {
transform: translateX(0px);
display: inline-block;
margin-right: 10px;
text-indent: inherit;
}
@media(max-width:768px) {
}
@media(max-width:992px) {
.service_all.tp_three {
padding: 100px 0px;
}
} .about_type_two {
position: relative;
padding: 70px 0px 0px;
}
.about_type_two .about_inner {
position: relative;
}
.about_type_two .about_inner img.experience {
position: absolute;
top: 0;
left: -185px;
}
.about_type_two .heading {
margin-bottom: 30px;
}
.icon_box_outer {
position: relative;
padding-bottom: 31px;
border-bottom: 1px solid #e6e6e6;
margin: 30px 0px 15px;
}
.icon_box_outer span {
float: left;
font-size: 60px;
color: #4f4039;
}
.about_type_two .about_inner img.experience {
position: absolute;
top: 0;
left: -39px;
width: 170px;
height: auto;
}
@media only screen and (max-width: 480px) {
.about_type_two .about_inner img.experience {
position: absolute;
top: 0;
left: -10px;
width: 115px;
height: auto;
}
}
@media(min-width: 768px and max-width: 1024px){
.about_type_two .about_inner img.experience{
position: absolute;
top: 0;
left: -47px;
width: 152px;
height: auto;
}
}
@media(max-width:992px) {
.icon_box_outer .icon_box {
margin-bottom: 20px;
}
}
.icon_box_outer .text {
margin-left: 5px;
padding: 1px 0px 0px;
}
.about_type_two .first_desc {
margin-bottom: 15px;
}
.icon_box_outer .text h5 {
font-size: 22px;
line-height: 30px;
font-weight: 700;
}
.icon_box_outer.tp_two {
border: 0px;
}
.icon_box_outer.tp_two .text.one::before {
position: absolute;
content: '';
width: 1px;
height: 41px;
right: 10px;
top: 6px;
background: #e6e6e6;
}   
.icon_box_outer.tp_two .text.one {
margin-left: 0px;
}
.icon_box_outer.tp_two span {
font-size: 16px;
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
display: block;
background: #fdea79;
color: #4f4039;
border-radius: 50px;
}
.about_type_two .about_content {
position: relative;
padding: 60px 0px 70px;
}
@media(max-width:992px) {
.icon_box_outer.tp_two .text.one::before {
display: none;
}
} .features_all.tp_two {
position: relative;
background: #f4f4f4;
padding: 100px 0px 110px;
}
.features_all.tp_two .owl-nav {
display: none;
}
.features_all.tp_two .heading {
border-bottom: 1px solid #4f4039;
}
.features_all.tp_two .heading h3 {
margin-bottom: 25px;
}
.features_inner.type_two {
position: relative;
}
.features_inner.type_two::before {
position: absolute;
content: '';
background: #4f4039;
width: 1px;
height: 90%;
right: -21px;
top: 10px;
}
@media(max-width:600px) {
.features_inner.type_two::before {
display: none;
}
}
.features_inner.type_two .icon_in {
position: relative;
margin-bottom: 15px;
}
.features_inner.type_two .icon_in span {
font-size: 54px;
color: #4f4039;
line-height: 54px;
}
.features_inner.type_two .icon_in p {
position: absolute;
right: 10px;
top: 4px;
color: #fdea79;
font-size: 36px;
line-height: 42px;
font-family: 'arvo', serif;
font-weight: 700;
}
.features_inner.type_two h2 a {
font-size: 22px;
line-height: 30px;
margin-bottom: 10px;
display: block;
color: #4f4039;
font-weight: 700;
}
.opinion_type_one {
position: relative;
margin-top: 80px;
border-radius: 5px;
background: #fdea79;
}
.opinion_type_one .inner_content::before {
border: 1px dashed #fff;
width: 99%;
height: 89%;
position: absolute;
content: '';
top: 5px;
z-index: 20;
left: 6px;
border-radius: 5px;
}
.opinion_type_one .left_side h2 {
padding: 30px 25px 30px 25px;
font-size: 30px;
font-weight: 700;
color: #4f4039;
text-align: center;
line-height: 38px;
}
.opinion_type_one .right_side {
position: relative;
text-align: center;
z-index: 0;
padding: 25px 0px 25px 0px;
}
.opinion_type_one .right_side a {
width: 230px;
color: #4f4039;
border-radius: 30px;
}
.opinion_type_one .left_side .icon {
color: #fff;
font-size: 60px;
line-height: 100px;
text-align: center;
display: block;
z-index: 0;
position: relative;
}
.opinion_type_one .left_side .icon:after {
position: absolute;
z-index: -100;
content: '';
background: #4f4039;
width: 100%;
height: 100%;
text-align: center;
display: block;
top: 0;
left: 0;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.opinion_type_one .right_side::before {
width: 100%;
height: 100%;
background: #4f4039;
position: absolute;
content: '';
top: 0;
left: 0;
z-index: -10;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
@media(max-width:3000px) and (min-width:1200px) {
.opinion_type_one .left_side {
float: left;
width: 780px;
}
.opinion_type_one .right_side {
width: 340px;
float: right;
}
.opinion_type_one .left_side .icon {
float: left;
width: 100px;
height: 100px;
}
.opinion_type_one .left_side .icon:after {
width: 100px;
height: 100px;
}
.opinion_type_one .right_side::before {
width: 100%;
height: 100px;
}
.opinion_type_one .left_side h2 {
padding: 30px 25px 0px 149px;
}
.opinion_type_one .right_side {
padding: 25px 0px 0px 0px;
}
}
@media(max-width:1199px) {
.opinion_type_one .inner_content::before {
display: none;
}
.opinion_type_one .left_side .icon:after {
border-top-left-radius: 5px;
border-bottom-left-radius: 0px;
border-top-right-radius: 5px;
}
.opinion_type_one .right_side::before {
border-top-right-radius: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
} .contact_type_one {
position: relative;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-2-emergency-12.png);
background-color:  rgba(0, 0, 0, 0.5);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.contact_type_one .bg_appointment {
background: #1c1c1c;
position: relative;
z-index: 0;
}
.contact_type_one .bg_appointment::before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: #1c1c1c;
left: -50%;
top: 0;
z-index: -10;
}
.contact_type_one .bg_appointment::after {
position: absolute;
content: '';
z-index: -10;
width: 100%;
height: 100%;
background: #1c1c1c;
right: -50%;
top: 0;
display: block;
}
.contact_type_one .form_appointment {
position: relative;
z-index: 0;
padding: 100px 0px 90px 0px;
}
.contact_type_one .form_appointment::before {
position: absolute;
content: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-2-appointment-11.png);
z-index: -10;
bottom: -9px;
left: -316px;
}
.form_appointment .form-group {
margin-bottom: 20px;
position: relative;
}
.form_appointment .form-group.mg_top {
margin-top: 10px;
}
.form_appointment .form-group.mg_top.check_box {
margin-top: 24px;
}
.form_appointment input[type="text"],
.form_appointment .ui-selectmenu-button,
.form_appointment textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #383838!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
}
.form_appointment input ::placeholder {
color: #808080;
font-family: 'arvo', serif;
font-weight: 600;
}
.form_appointment .ui-selectmenu-button {
line-height: 23px!important;
}
.form_appointment textarea {
height: 120px!important;
line-height: inherit!important;
}
.form_appointment .ui-selectmenu-text {
color: #808080;
font-family: 'arvo', serif;
font-size: 16px;
}
.form_appointment [type="checkbox"]:checked,
.form_appointment [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.form_appointment [type="checkbox"]:checked+label,
.form_appointment [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #666;
}
.form_appointment [type="checkbox"]:checked+label:before,
.form_appointment [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #383838;
background: transparent;
}
.form_appointment [type="checkbox"]:checked+label:after,
.form_appointment [type="checkbox"]:not(:checked)+label:after {
content: '';
width: 15px;
height: 15px;
background: #fdea79;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.form_appointment [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.form_appointment [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.form_appointment .form-group.apbtn {
text-align: right;
}
@media(max-width:768px) {
.form_appointment .form-group.apbtn {
text-align: center;
}
}
.form_appointment .theme_btn {
border: 0px;
box-shadow: 0px;
border-radius: 30px;
height: 60px;
width: 190px;
}
.emergency_inner {
position: relative;
padding: 40px 40px 50px;
border-radius: 5px;
background: #fff;
}
.emergency_inner p {
margin-bottom: 30px;
}
.emergency_inner .icbox_text_up {
position: relative;
margin-bottom: 30px;
}
.emergency_inner .icbox_text_up span {
float: left;
font-size: 60px;
line-height: 70px;
}
.emergency_inner .icbox_text_up h2 {
margin-left: 80px;
font-size: 30px;
line-height: 38px;
font-weight: 700;
}
.emergency_inner .icbox_text_down span {
float: left;
font-size: 20px;
width: 60px;
height: 60px;
border-radius: 50px;
background: #fdea79;
display: block;
line-height: 60px;
text-align: center;
color: #4f4039;
}
.emergency_inner .icbox_text_down h2 {
margin-left: 80px;
font-size: 30px;
line-height: 38px;
font-weight: 700;
padding-top: 12px;
}
@media(max-width:3000px) and (min-width:1200px) {
.contact_type_one {
background-position: right;
}
.contact_type_one .bg_appointment::before {
left: -50%;
}
.contact_type_one .bg_appointment::after {
display: none;
}
.contact_type_one .form_appointment {
padding: 100px 50px 90px 0px;
}
}
@media(max-width:3000px) and (min-width:1610px) {
.emergency_inner {
position: absolute;
padding: 40px 40px 50px;
border-radius: 5px;
background: #fff;
width: 500px;
top: 175px;
left: 95px;
}
}
@media(max-width:1609px) and (min-width:1390px) {
.emergency_inner {
position: absolute;
padding: 40px 40px 50px;
border-radius: 5px;
background: #fff;
width: 100%;
top: 114px;
left: 66px;
}
}
@media(max-width:1389px) and (min-width:1200px) {
.emergency_inner {
position: relative;
margin-top: 129px;
}
}
@media(max-width:1199px) {
.contact_type_one .bg_appointment {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
.contact_type_one .bg_emergency {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
}
.emergency_inner {
width: 500px;
margin: 100px auto;
}
}
@media (max-width: 610px) {
.emergency_inner {
width: auto;
margin: 100px auto;
}
.emergency_inner .icbox_text_up span {
display: none;
}
.emergency_inner .icbox_text_up h2 {
margin: 0px;
}
.emergency_inner .icbox_text_down span {
font-size: 15px;
width: 36px;
height: 36px;
line-height: 40px;
}
.emergency_inner .icbox_text_down h2 {
margin-left: 35px;
font-size: 18px;
padding: 7px;
line-height: 26px;
}
} .project_all.tp_two {
position: relative;
padding: 100px 0px 70px;
}
.project_all.tp_two .heading {
border-bottom: 1px solid #e1e1e1;
}
.project_all.tp_two .heading h1 h3 {
margin-bottom: 25px;
}
.projet_inner.type_two {
position: relative;
overflow: hidden;
margin-bottom: 30px;
border-radius: 5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 10;
cursor: pointer;
}
.projet_inner.type_two img {
width: 100%;
}
.projet_inner.type_two:hover {
-ms-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); z-index: 11;
position: relative;
border-radius: 5px;
}
.projet_inner.type_two .image {
position: relative;
border-radius: 5px;
}
.projet_inner.type_two .image .overlay {
position: absolute;
bottom: 100%;
border-radius: 5px;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.projet_inner.type_two:hover .overlay {
bottom: 0;
height: 100%;
}
.projet_inner.type_two .image span {
color: #fdea79;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.projet_inner.type_two .image span::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fdea79;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -21px;
}
.projet_inner.type_two .content {
position: absolute;
width: 100%;
bottom: -100%;
left: 0;
z-index: 99;
background: #fdea79;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.projet_inner.type_two:hover .content {
bottom: 0;
}
.projet_inner.type_two .content h2 a {
font-size: 22px;
line-height: 30px;
color: #4f4039;
font-weight: 700;
display: block;
padding: 20px;
} .counter_type_two {
position: relative;
padding: 115px 0px 105px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-2-counter-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.counter_type_two .counter_inner .value {
position: relative;
margin-bottom: 10px;
}
.counter_type_two .counter_inner .value span {
float: left;
font-size: 60px;
line-height: 60px;
color: #fdea79;
}
.counter_type_two .counter_inner .value h5 {
font-size: 60px;
line-height: 60px;
color: #fff;
font-weight: 700;
margin-left: 75px;
padding-top: 12px;
}
.counter_type_two .counter_inner h2 {
font-size: 24px;
line-height: 30px;
color: #fff;
font-weight: 700;
}
@media(max-width:768px) {
.counter_type_two .counter_inner .value span {
float: none;
}
.counter_type_two .counter_inner .value h5 {
margin-left: 0px;
}
.counter_type_two .counter_inner {
text-align: center;
margin-bottom: 30px;
}
} .testimonial_all.tp_two {
position: relative;
padding: 100px 0px;
}
.testimonial_inner.type_two .content_inner {
position: relative;
border-radius: 8px;
background: #4f4039;
padding: 40px;
margin-bottom: 23px;
}
.testimonial_inner.type_two .content_inner::before {
position: absolute;
content: '';
height: 0px;
border-right: 43px solid transparent;
border-top: 43px solid #fdea70;
border-left: 6px solid #fdea70;
border-bottom: 7px solid transparent;
z-index: 0;
left: 42px;
bottom: -50px;
}
.testimonial_inner.type_two .content_inner p {
color: #fff;
margin-bottom: 30px;
}
.testimonial_inner.type_two .content_inner ul li span {
color: #fff;
font-size: 18px;
}
.testimonial_inner.type_two .content_inner .icon_inner {
position: relative;
}
.testimonial_inner.type_two .content_inner span.icon {
position: absolute;
transform: rotate(-180deg);
right: 0;
font-size: 54px;
color: #fdea70;
line-height: 64px;
top: -22px;
}
.testimonial_inner.type_two .authour_det {
position: relative;
margin-left: 70px;
}
.testimonial_inner.type_two .authour_det img {
float: left;
}
@media(max-width:600px) {
.testimonial_inner.type_two .authour_det {
margin-left: 0px;
margin-top: 60px;
}
}
.testimonial_inner.type_two .authour_name {
position: relative;
padding-top: 15px;
margin-left: 100px;
}
.testimonial_inner.type_two .authour_name h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 0px;
color: #000;
}
.testimonial_inner.type_two .authour_name p {
color: #4f4039;
}
.testimonial_all.tp_two .owl-carousel .owl-nav.disabled,
.testimonial_all.tp_two .owl-carousel .owl-nav {
display: block;
}
.testimonial_all.tp_two .owl-carousel .owl-dots {
display: none;
}
.testimonial_all.tp_two .owl-carousel .owl-nav {
position: relative;
width: 100%;
margin-top: 40px;
height: auto;
text-align: center;
}
.testimonial_all.tp_two .owl-carousel .owl-nav .owl-prev,
.testimonial_all.tp_two .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_all.tp_two .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.testimonial_all.tp_two .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
.testimonial_all.tp_two .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.testimonial_all.tp_two .owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.testimonial_all.tp_two .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_all.tp_two .owl-carousel .owl-nav .owl-next:hover {
color: #fdea79;
border: 1px solid #fdea79;
} .our_team.tp_one {
position: relative;
padding: 100px 0px 20px;
background: #f4f4f4;
}
.our_team.tp_one .heading {
border-bottom: 1px solid #e1e1e1;
}
.our_team.tp_one .heading h1 {
margin-bottom: 25px;
}
.our_team.tp_one .team_outer {
position: relative;
border-radius: 10px;
padding-bottom: 80px;
}
.our_team.tp_one .owl-carousel .owl-nav,
.our_team.tp_one .owl-carousel .owl-dot {
display: none;
}
.team_outer.type_one .image img {
width: 100%!important;
}
.team_outer.type_one .team_inner {
position: relative;
padding: 25px 25px 35px;
border-radius: 10px;
background: #fff;
}
.team_outer.type_oner .image {
position: relative;
border-radius: 10px;
overflow: hidden;
}
.team_outer.type_one .image img {
border-radius: 10px;
}
.team_outer.type_one .image .overlay {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#fdea79), color-stop(98%, rgba(32, 138, 46, 0)), to(rgba(32, 138, 46, 0)));
background: -webkit-linear-gradient(bottom, #fdea79 8%, rgba(17, 28, 85, 0) 98%, rgba(32, 138, 46, 0) 80%);
background: linear-gradient(to top, #fdea79 8%, rgba(32, 138, 46, 0) 98%, rgba(32, 138, 46, 0) 80%);
left: 0;
bottom: 0;
-webkit-transition: .5s;
transition: .5s;
opacity: 0;
border-radius: 10px;
}
.team_outer.type_one:hover .image .overlay {
opacity: 1;
}
.team_outer.type_one .image .overlay ul {
position: absolute;
bottom: 80px;
width: 100%;
text-align: center;
}
.team_outer.type_one .image .overlay ul li {
display: inline-block;
margin: 0px 5px;
}
.team_outer.type_one .image .overlay ul li a {
width: 45px;
display: block;
line-height: 45px;
text-align: center;
border: 1px dashed #4f4039;
height: 45px;
border-radius: 50px;
background: transparent;
color: #4f4039;
}
.team_outer.type_one .image .overlay ul li:nth-child(1) {
transform: translateY(150px);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.team_outer.type_one .image .overlay ul li:nth-child(2) {
transform: translateY(200px);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_outer.type_one .image .overlay ul li:nth-child(3) {
transform: translateY(250px);
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.team_outer.type_one .image .overlay ul li a {
color: #4f4039;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_outer.type_one:hover .image .overlay ul li {
transform: translateY(0px);
}
.team_outer.type_one .image .overlay ul li a:hover {
background: #fdea79;
border-style: solid;
}
.team_outer.type_one .image .overlay ul li:hover a {
color: #4f4039;
}
.team_outer.type_one .authour_det {
position: relative;
text-align: center;
}
.team_outer.type_one .authour_det .authour_name {
position: relative;
width: 199px;
padding: 12px 10px;
margin: 0 auto;
display: block;
background: #4f4039;
border-radius: 10px;
margin-top: -48px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_outer.type_one:hover .authour_det .authour_name {
background: #fdea79;
color: #4f4039;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .09);
}
.team_outer.type_one .authour_det .authour_name h2 {
font-size: 22px;
line-height: 38px;
color: #fdea79;
font-weight: 700;
}
.team_outer.type_one:hover .authour_det .authour_name h2 {
color: #252525;
}
.team_outer.type_one .authour_det .authour_name p {
color: #fff;
}
.team_outer.type_one:hover .authour_det .authour_name p {
color: #4f4039;
}
.team_outer.type_one .authour_det p.des {
margin: 30px 10px;
}
.team_outer.type_one .authour_det .icon_in {
position: relative;
}
.team_outer.type_one .authour_det .icon_in::before {
position: absolute;
content: '';
left: 0;
top: 22px;
width: 100%;
height: 1px;
border-bottom: 1px dashed #d2d2d2;
}
.team_outer.type_one .authour_det .icon_in span::before {
width: 45px;
position: relative;
display: block;
line-height: 45px;
text-align: center;
border: 1px dashed #d2d2d2;
height: 45px;
border-radius: 50px;
background: #fff;
transform: rotate(0);
margin: 0 auto;
z-index: 10;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #4f4039;
}
.team_outer.type_one:hover .authour_det .icon_in span::before {
transform: rotate(360deg);
}
.team_outer.type_one .authour_det .icon_in span:after {
position: absolute;
content: '';
width: 65px;
height: 65px;
display: inline-block;
background: #fff;
border-radius: 50px;
z-index: 0;
margin-left: -32px;
margin-top: -55px;
}
.team_outer.type_one .authour_det .phone_number {
position: relative;
text-align: center;
display: block;
}
.team_outer.type_one .authour_det .phone_number a::before {
position: absolute;
content: '';
height: 0px;
border-right: 10px solid transparent;
border-top: 10px solid #fdea79;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
z-index: -10;
top: -21px;
margin-left: 34px;
}
.team_outer.type_one .authour_det .phone_number a {
position: absolute;
width: 200px;
height: 50px;
line-height: 50px;
border-radius: 50px;
background: #4f4039;
display: block;
left: 0;
right: 0;
margin: 0 auto;
z-index: -10;
transform: translateY(-100px);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #fdea79;
font-family: 'arvo', serif;
}
.team_outer.type_one:hover .authour_det .phone_number a {
transform: translateY(56px);
} .quote_client_type_two {
position: relative;
padding: 96px 0px 108px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/get-a-quote-home-1-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.quote_client_type_two .gt_qute_inner {
position: relative;
text-align: center;
}
.quote_client_type_two .gt_qute_inner h3 {
font-size: 48px;
color: #fff;
padding: 0px 200px;
font-weight: 700;
line-height: 66px;
margin-bottom: 20px;
}
.quote_client_type_two .gt_qute_inner a.theme_btn {
background: transparent;
border: 2px solid #fff;
color: #fff;
border-radius: 50px;
width: 190px;
height: 60px;
line-height: 58px;
}
.quote_client_type_two .gt_qute_inner a.theme_btn:hover {
background: #fdea79;
color: #4f4039;
}
@media(max-width:1199px) {
.quote_client_type_two .gt_qute_inner h1 {
padding: 0px;
}
} .news_all.tp_two {
position: relative;
padding: 100px 0px 70px;
}
.news_all.tp_two .heading {
border-bottom: 1px solid #e1e1e1;
}
.news_all.tp_two .heading h1 {
margin-bottom: 25px;
}
.latest_news_inner.type_two {
position: relative;
border-radius: 10px;
background: #fff;
margin-bottom: 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
}
.latest_news_inner.type_two .image {
display: block;
position: relative;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.latest_news_inner.type_two .image img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
}
.latest_news_inner.type_two .image .overlay {
position: absolute;
top: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transition: .5s ease;
}
.latest_news_inner.type_two:hover .overlay {
top: 0;
height: 100%;
}
.latest_news_inner.type_two .image span.icon {
color: #fdea79;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 52%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.latest_news_inner.type_two .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fdea79;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -18px;
}
.latest_news_inner.type_two .content_inner {
position: relative;
padding: 50px 40px 25px;
}
.latest_news_inner.type_two .content_inner .tag_and_date {
position: absolute;
width: 100%;
left: 0;
padding: 0px 20px;
margin-top: -65px;
}
.latest_news_inner.type_two .content_inner .tag_and_date ul {
background: #fff;
padding: 15px 20px 10px;
border-radius: 10px;
}
.latest_news_inner.type_two .content_inner .tag_and_date ul li {
display: inline-block;
color: #808080;
font-size: 13px;
position: relative;
line-height: 28px;
text-transform: uppercase;
}
.latest_news_inner.type_two .content_inner .tag_and_date ul li span {
margin-right: 10px;
color: #4f4039;
}
.latest_news_inner.type_two .content_inner .tag_and_date ul li a {
color: #808080;
font-size: 13px;
display: block;
line-height: 22px;
}
.latest_news_inner.type_two .content_inner .tag_and_date ul li:first-child {
margin-right: 30px;
}
.latest_news_inner.type_two .content_inner .tag_and_date ul li:first-child::before {
background: #bcbcbc;
position: absolute;
content: '';
width: 1px;
height: 20px;
right: -18px;
}
.latest_news_inner.type_two .content_inner h2 a {
font-size: 22px;
line-height: 30px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
position: relative;
font-weight: 700;
color: #252525;
margin-bottom: 20px;
margin-top: 10px;
}
.latest_news_inner.type_two .content_inner h2:hover a {
color: #4f4039;
}
.latest_news_inner.type_two .content_inner h2 a::before {
width: 100%;
height: 1px;
border-bottom: 1px dashed #cccccc;
position: absolute;
left: 0;
content: '';
top: -22px;
}
.latest_news_inner.type_two .content_inner ul.rd_m_cmt {
position: relative;
}
.latest_news_inner.type_two .content_inner ul.rd_m_cmt li {
display: inline-block;
}
.latest_news_inner.type_two .content_inner ul.rd_m_cmt li a {
font-size: 14px;
text-transform: uppercase;
color: #888888;
font-weight: 500;
}
.latest_news_inner.type_two:hover .content_inner ul.rd_m_cmt li a {
color: #4f4039;
}
.latest_news_inner.type_two .content_inner ul.rd_m_cmt li a span {
margin-right: 5px;
font-size: 12px;
}
.latest_news_inner.type_two .content_inner ul.rd_m_cmt li:last-child {
float: right;
font-size: 14px;
border-radius: 5px;
color: #888888;
background: #f4f4f4;
border: 1px solid #e6e6e6;
width: 62px;
text-align: center;
height: 26px;
line-height: 26px;
}
.latest_news_inner.type_two .content_inner ul.rd_m_cmt li:last-child span {
line-height: 25px;
display: inline-block;
font-size: 12px;
margin-right: 5px;
} .client_logo_type_two {
position: relative;
padding: 65px 0px;
background: #f4f4f4;
height: 190px;
}
.client_logo_type_two .c_image img {
display: block;
opacity: .5;
filter: grayscale(100%);
margin: 0 auto;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.client_logo_type_two .c_image img:hover {
opacity: 1;
cursor: pointer;
filter: inherit;
} .footer_type_two {
position: relative;
padding: 100px 0px 0px;
background: #4f4039;
}
.footer_type_two .footer_last {
background: #4f4039;
}
.footer_type_two .title::before {
position: absolute;
content: '';
background: #fdea79;
width: 4px;
height: 12px;
top: 7px;
left: -20px;
}
.footer_type_two .title::after {
position: absolute;
content: '';
background: #fdea79;
width: 2px;
height: 12px;
top: 7px;
left: -24px;
}
.footer_type_two .footer_widgets h2.title {
margin-left: 24px;
color: #fdea79;
border-bottom: 0px;
margin-bottom: 12px;
}
.footer_type_two .about_para {
color: #fff;
margin-bottom: 30px;
}
.footer_type_two .office_location h3 {
font-size: 22px;
color: #fff;
font-weight: 700;
line-height: 30px;
margin-bottom: 13px;
}
.footer_type_two .office_location p {
color: #fff;
margin-bottom: 13px;
}
.footer_type_two .office_location a i {
font-size: 12px;
margin-right: 5px;
line-height: 20px;
color: #fff;
}
.footer_type_two .office_location a {
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
line-height: 20px;
color: #fff;
}
.footer_type_two .timing ul li {
display: inline-block;
color: #fff;
font-size: 16px;
}
.footer_type_two .timing ul li.closed {
color: #fdea79;
}
.footer_type_two .timing ul.first {
padding-bottom: 15px;
}
.footer_type_two .timing ul.mid {
padding: 15px 0px;
border-bottom: 1px solid #313131;
border-top: 1px solid #313131;
}
.footer_type_two .timing ul.last {
padding-top: 15px;
}
.footer_type_two .timing ul li:last-child {
float: right;
}
.footer .about_para span {
color: #fff;
}
.footer .follow_us li {
display: inline-block;
font-family: 'arvo', serif;
font-weight: 700;
font-size: 20px;
line-height: 26px;
margin-right: 15px;
color: #fff;
}
.footer .follow_us li i {
font-size: 18px;
color: #aaaaaa;
}
.footer .follow_us li:hover i {
color: #fdea79;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_last_type_two {
margin-top: 60px;
}
.footer_last_type_two {
background: #111111;
padding: 12px 0px;
border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer_last_type_two ul {
text-align: right;
}
.footer_last_type_two p {
margin-top: 10px;
}
.footer_last_type_two ul li {
display: inline-block;
position: relative;
text-align: center;
border-radius: 50px;
line-height: 45px;
margin-right: 20px;
}
.footer_last_type_two ul li a {
color: #828282;
}
.footer_last_type_two ul li::before {
position: absolute;
content: '';
width: 2px;
height: 16px;
background: #313131;
right: -12px;
top: 15px;
}
.footer_last_type_two ul li:last-child {
margin-right: 0px;
}
.footer_last_type_two ul li:last-child::before {
display: none;
}  .topbar.version_v3 {
position: relative;
padding: 8px 0px;
}
.topbar.version_v3 .left_side_elements .desc_tp {
line-height: 34px;
}
.topbar.version_v3 .left_side_elements .desc_tp i {
color: #fdea79;
margin-right: 10px;
}
.topbar.version_v3 .right_side_elements .desc_tp {
float: left;
line-height: 34px;
}
.topbar.version_v3 .right_side_elements .desc_tp i {
color: #fdea79;
margin-right: 10px;
}
.topbar.version_v3 .social_media li i {
width: 34px;
height: 34px;
background: #333333;
line-height: 34px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.topbar.version_v3 .social_media li {
margin-right: 10px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
text-align: center;
}
.topbar.version_v3 .social_media li:hover i {
color: #fff;
background: #fdea79;
} .mid_type_two {
padding: 35px 0px 73px;
}
.mid_type_two .mid_wapper {
margin-right: 0px;
}
.mid_type_two .mid_wapper .icon {
font-size: 50px;
}
.mid_type_two .mid_bar_content span.dark {
text-transform: uppercase;
font-size: 16px;
line-height: 28px;
font-weight: 700;
}
.mid_type_two .mid_bar_content span.light {
font-size: 16px;
font-weight: 400;
}
.mid_type_two .content_mid {
margin-top: 5px;
} @media (max-width:3000px) and (min-width:1200px) {
.header-style-v3 .site-logo {
display: none;
}
}
.header-style-v3 .collapse.navbar-collapse {
background: #fdea79;
padding: 0px 30px 0px 40px;
}
.header-style-v3 .menu-item .theme_btn {
background: #fff;
margin-left: 20px;
color: #252525;
border-radius: 30px;
margin-top: 14px;
}
.header-style-v3 .navbar-nav .menu-item:first-child a {
padding-left: 0px;
}
.header-style-v3 .bsnav {
background: transparent;
}
@media (max-width:3000px) and (min-width:1200px) {
.header-style-v3 {
position: absolute;
z-index: 999;
width: 100%;
left: 0;
margin-top: -39px;
background: transparent;
}
}
@media(max-width:1199px) {
.header-style-v3 {
padding: 20px 0px;
background: #fff;
}
}
.header-style-v3 .navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
padding: 26px 28px;
}
@media(max-width:1199px) {
.header-style-v3 .bsnav-sticky.bsnav-sticky-slide.sticked.in {
background: #fff;
padding: 20px 0px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}
}
.header-style-v3 .search_link a span {
font-size: 18px;
line-height: 48px;
}
.header-style-v3 .search_link .nav-link {
padding: 15px 22px!important;
}
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link {
color: #fff;
}
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link::before {
position: absolute;
content: '\f105';
font-family: 'FontAwesome';
right: 13px;
color: #fff;
font-size: 16px;
top: 25px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item.active .nav-link::before,
.header-style-v3 .navbar-expand-lg .navbar-nav.navbar_left .nav-item .nav-link:hover::before {
color: #fff;
transform: rotate(90deg);
}
.header-style-v3 .menu-item.dropdown .dropdown-menu {
margin-top: 0px!important;
} .service_box {
position: relative;
background: transparent;
margin-top: -100px;
}
.service_outer_box {
position: relative;
margin-bottom: 30px;
}
.service_outer_box .service_left {
float: left;
width: 190px;
}
.service_outer_box .service_left .service_up {
position: relative;
background: #fdea79;
height: 190px;
padding: 29px;
margin-bottom: 10px;
z-index: 0;
}
.service_outer_box .service_left .service_up::before {
position: absolute;
content: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-3-service-pattern.jpg);
top: 20px;
right: 6px;
z-index: -10;
}
.service_outer_box .service_left .service_up span {
font-size: 60px;
line-height: 62px;
color: #fff;
display: block;
margin-bottom: 15px;
}
.service_outer_box .service_left .service_up h2 a {
font-size: 24px;
font-weight: 700;
line-height: 30px;
color: #fff;
display: block;
}
.service_outer_box .service_left .service_down a {
position: relative;
display: block;
background: #f4f4f4;
width: 190px;
color: #252525;
}
.service_outer_box .service_left .service_down a span {
font-size: 14px;
line-height: 24px;
margin-right: 5px;
color: #fdea79;
}
.service_outer_box .service_right {
position: relative;
margin-left: 200px;
}
.service_outer_box .service_right img {
height: 250px;
}
.service_outer_box .service_right .image {
display: block;
position: relative;
}
.service_outer_box .service_right .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
opacity: 0;
height: 100%;
transition: .5s ease;
}
.service_outer_box:hover .service_right .overlay {
opacity: 1;
}
.service_outer_box .service_right .overlay ul {
padding: 35px 40px 40px;
position: absolute;
width: 100%;
left: 0;
top: 0;
overflow: hidden;
}
.service_outer_box .service_right .overlay li {
font-size: 16px;
line-height: 28px;
color: #fff;
font-weight: 400;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
.service_outer_box .service_right .overlay li::before {
position: absolute;
left: 0;
line-height: 26px;
font-size: 18px;
color: #fdea79;
content: "\e922";
font-family: 'icomoon' !important;
}
.service_outer_box .service_right .overlay li:nth-child(1) {
transform: translateX(-150px);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.service_outer_box .service_right .overlay li:nth-child(2) {
transform: translateX(-250px);
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.service_outer_box .service_right .overlay li:nth-child(3) {
transform: translateX(-350px);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_outer_box .service_right .overlay li:nth-child(4) {
transform: translateX(-450px);
-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out;
-ms-transition: all .8s ease-in-out;
-o-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;
}
.service_outer_box .service_right .overlay li:nth-child(5) {
transform: translateX(-550px);
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.service_outer_box:hover .service_right .overlay li {
transform: translateX(0px);
}
@media(max-width:992px) {
.service_outer_box .service_right img {
height: inherit;
width: 100%;
}
}
@media(max-width:768px) {
.service_outer_box .service_right img {
height: 250px;
width: inherit;
}
}
@media(max-width:570px) {
.service_outer_box .service_right img {
height: 100%;
width: 100%;
}
.service_outer_box .service_right {
margin-left: 0px;
}
.service_outer_box .service_left {
float: none;
width: 100%;
}
.service_outer_box .service_left .service_down a {
width: 100%;
margin-bottom: 10px;
}
.service_outer_box .service_left .service_up {
height: auto;
}
.service_outer_box .service_left .service_up::before {
top: 0;
}
}
@media(max-width:400px) {
.service_outer_box .service_right .image .overlay ul {
display: none;
}
} .about_type_three {
position: relative;
padding: 70px 0px 70px;
}
.about_type_three .heading {
margin-bottom: 25px;
}
.about_type_three .about_inner {
position: relative;
margin-bottom: 175px;
margin-top: 6px;
}
.about_type_three .first_desc {
margin-bottom: 15px;
}
.about_type_three .about_inner .image_one {
position: relative;
z-index: 2;
display: inline-block;
}
.about_type_three .icon_box_outer {
border: 0px;
margin-bottom: 5px;
}
.about_type_three .icon_box_outer .icon_box img {
float: left;
}
.about_type_three .icon_box_outer .text {
margin-left: 110px;
padding-top: 18px;
}
.about_type_three .theme_btn {
width: 190px;
height: 60px;
line-height: 60px;
border-radius: 30px;
}
.about_type_three .about_inner .image_two {
position: absolute;
right: 0;
top: 140px;
z-index: 1;
}
@media(max-width:420px) {
.about_type_three .about_inner .image_one {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
margin-bottom: 20px;
}
.about_type_three .about_inner .image_two {
position: relative;
top: 0;
}
.about_type_three .about_inner {
text-align: center;
}
.about_type_three .about_inner {
margin-bottom: 50px;
}
}
.about_type_three .about_inner .image_two .video-holder {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
text-align: center;
padding: 20px;
}
@media(max-width:320px) {
.about_type_three .about_inner .image_two .video-holder {
bottom: -20px;
}
}
.about_type_three .about_inner .image_two .video-holder .icon {
position: relative;
width: 100px;
float: left;
height: 100px;
border-radius: 50%;
background: transparent;
border: 1px dashed #fff;
text-align: center;
}
.about_type_three .about_inner .image_two .video-holder span {
font-size: 30px;
line-height: 100px;
color: #fdea79;
z-index: 0;
position: relative;
}
.about_type_three .about_inner .image_two .video-holder span::after {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
background: #fff;
content: '';
left: -25px;
top: -26px;
z-index: -1;
}
.about_type_three .about_inner .image_two .video-holder p {
text-align: left;
margin-left: 120px;
padding-top: 20px;
color: #fff;
font-size: 16px;
font-weight: 500;
}
.about_type_three .about_inner .image_two .ext_icon {
position: absolute;
bottom: -17px;
left: -173px;
display: block;
font-size: 179px;
color: #f3f3f3;
line-height: 179px;
transform: rotate(180deg);
z-index: -10;
}
.about_type_three .about_inner .image_one span {
position: absolute;
font-size: 60px;
color: #fff;
width: 100px;
line-height: 100px;
text-align: center;
height: 100px;
border-radius: 50%;
background: #fdea79;
z-index: 10;
right: -39px;
top: 96px;
}
@media (max-width:600px) {
.about_type_three .about_inner .image_one span {
display: none;
}
}
.about_type_three .about_inner .circle {
width: 220px;
height: 220px;
border-radius: 50%;
position: absolute;
top: -22px;
background: #f4f4f4;
right: 0;
display: block;
}
@media(max-width:992px) {
.about_type_three .about_inner .circle {
display: none;
}
.about_type_three .about_inner {
margin-top: 50px;
}
} .counter_type_three {
position: relative;
background: #1c1c1c;
padding: 110px 0px 81px;
}
.counter_type_three .counter_inner {
position: relative;
margin-bottom: 20px;
}
@media(max-width:992px) {
.counter_type_three .counter_inner {
margin-bottom: 40px;
}
}
.counter_type_three .counter_inner p {
font-size: 18px;
color: #fff;
padding-top: 15px;
border-top: 1px solid #333333;
}
.counter_type_three .counter_inner .value span {
float: left;
font-size: 95px;
color: #fdea79;
line-height: 108px;
}
.counter_type_three .value_text {
position: relative;
margin-bottom: 15px;
margin-left: 110px;
}
.counter_type_three .value_text h2 {
font-size: 24px;
font-weight: 700;
color: #fff;
line-height: 30px;
margin-bottom: 10px;
}
.counter_type_three .value_text .counter-value-plus {
font-size: 72px;
line-height: 72px;
color: #fff;
font-weight: 400;
}
@media(max-width:768px) {
.counter_type_three .counter_inner .value span {
float: none;
}
.counter_type_three .value_text {
margin-left: 0px;
}
.counter_type_three .counter_inner {
text-align: center;
}
} .service_all.tp_four {
position: relative;
padding: 100px 0px 70px;
}
.service_inner.type_four {
margin: 10px 15px 30px;
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.service_inner.type_four:hover {
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .1);
}
.service_inner.type_four .content {
position: relative;
padding: 0px 25px 25px;
}
.service_inner.type_four .image img {
width: 100%!important;
}
.service_inner.type_four .content .icon_heading span {
height: 70px;
width: 70px;
font-size: 29px;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
line-height: 74px;
background: #252525;
color: #fff;
text-align: center;
position: absolute;
left: 27px;
top: -78px;
}
.service_inner.type_four .content .icon_heading span:after {
height: 64px;
position: absolute;
content: '';
width: 64px;
top: 3px;
left: 3px;
border: 1px dashed #6a6a6a;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.service_inner.type_four .content .icon_heading h2 {
margin-top: 30px;
}
.service_inner.type_four .content .icon_heading h2 a {
font-size: 22px;
display: block;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
line-height: 30px;
color: #252525;
font-weight: 700;
}
.service_inner.type_four .content .icon_heading h2:hover a {
color: #fdea79;
}
.service_inner.type_four .owl-carousel .owl-item img {
width: 100%!important;
}
.service_inner.type_four .content p {
margin-bottom: 20px;
}
.service_inner.type_four .content a.rd_more {
display: block;
font-size: 14px;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
line-height: 26px;
color: #252525;
text-transform: uppercase;
font-weight: 600;
padding-left: 22px;
position: relative;
z-index: 10;
}
.service_inner.type_four .content a.rd_more::before {
content: "\e982";
font-size: 16px;
line-height: 26px;
margin-right: 5px;
color: #fdea79;
position: absolute;
left: 0;
font-family: 'icomoon' !important;
}
.service_inner.type_four .content a.rd_more::after {
position: absolute;
width: 188px;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
content: '';
height: 1px;
right: 0;
background: #e6e6e6;
z-index: -1;
top: 12px;
}
@media(max-width:420px) {
.service_inner.type_four .content a.rd_more::after {
width: 100px;
}
}
.service_inner.type_four:hover a.rd_more {
color: #fdea79;
}
.service_inner.type_four:hover .content a.rd_more::after {
background: #fdea79;
}
.service_inner.type_four:hover .content .icon_heading span {
background: #fdea79;
}
.service_inner.type_four:hover .content .icon_heading span:after {
border: 1px dashed #fff;
}
.service_all.tp_four .owl-carousel .owl-nav.disabled,
.service_all.tp_four .owl-carousel .owl-nav {
display: none;
}
.service_all.tp_four .owl-carousel .owl-dots.disabled {
display: block!important;
}
.service_all.tp_four .owl-dots {
position: relative;
bottom: -20px;
width: 100%;
margin: 0 auto;
text-align: center;
padding-bottom: 45px;
}
.service_all.tp_four .owl-dots .owl-dot {
position: relative;
width: 15px;
height: 15px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 1.9px dashed #cacaca;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
--webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.service_all.tp_four .owl-dots .owl-dot::before {
position: absolute;
content: '';
width: 5px;
height: 5px;
border-radius: 50px;
background: #fdea79;
top: 3px;
opacity: 0;
right: 3px;
}
.service_all.tp_four .owl-dots .owl-dot.active,
.service_all.tp_four .owl-dots .owl-dot:hover {
border: 1.9px dashed #fdea79;
}
.service_all.tp_four .owl-dots .owl-dot.active::before,
.service_all.tp_four .owl-dots .owl-dot.active:hover::before {
opacity: 1;
} .project_all.tp_three {
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-3-project-background.jpg);
background-position: center;
background-repeat: no-repeat;
position: relative;
background-size: cover;
padding: 100px 0px 130px;
}
.project_all.tp_three .heading {
text-align: left;
}
.project_all.tp_three .heading h1 {
padding: 0px;
color: #fff;
}
.project_all.tp_three a.view_more::before {
content: "\e982";
font-size: 16px;
line-height: 26px;
margin-right: 5px;
color: #fdea79;
position: absolute;
left: 0;
font-family: 'icomoon' !important;
}
.project_all.tp_three .view_more {
float: right;
font-size: 14px;
text-transform: uppercase;
color: #fff;
font-weight: 600;
position: relative;
padding-left: 20px;
margin-top: 58px;
}
@media(max-width:992px) {
.project_all.tp_three .view_more {
float: none;
margin-bottom: 30px;
display: block;
margin-top: 0px;
}
}
.projet_inner.type_three {
position: relative;
margin: 5px 5px 30px;
background: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
overflow: hidden;
}
.projet_inner.type_three .image {
position: relative;
}
.projet_inner.type_three .image img {
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.projet_inner.type_three .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(32, 158, 46, .8);
overflow: hidden;
width: 100%;
height: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.projet_inner.type_three:hover {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
}
.projet_inner.type_three:hover .image .overlay {
border-bottom-right-radius: 250px;
}
.projet_inner.type_three:hover .image img {
border-bottom-right-radius: 250px;
}
.projet_inner.type_three .image img {
width: 100%!important;
}
.projet_inner.type_three:hover .overlay {
bottom: 0;
height: 100%;
}
.projet_inner.type_three .content {
position: absolute;
bottom: 0;
padding: 25px 20px 25px 30px;
width: 100%;
}
.projet_inner.type_three .content h2 {
float: left;
width: 250px;
transform: translateX(-300px);
-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out;
-ms-transition: all .8s ease-in-out;
-o-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;
}
.projet_inner.type_three .content h2 a {
font-size: 24px;
line-height: 30px;
color: #fff;
font-weight: 700;
}
.projet_inner.type_three .content .extra_item {
float: right;
padding-top: 15px;
overflow: hidden;
}
.projet_inner.type_three .content .extra_item a {
transform: translateX(-300px);
-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out    
-ms-transition: all .8s ease-in-out;
-o-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;
opacity: 0;
display: block;
}
.projet_inner.type_three:hover .content h2 {
transform: translateX(0px);
}
.projet_inner.type_three:hover .content .extra_item a {
transform: translateX(0px);
opacity: 1;
}
.projet_inner.type_three .image span.icon {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.projet_inner.type_three .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -18px;
}
.better_opinion.style_two {
position: absolute;
z-index: 99;
width: 100%;
left: 0;
}
@media(max-width:992px) {
.better_opinion.style_two {
position: relative;
}
}
.better_opinion.style_two .opinion_type_one {
margin-top: 79px;
} .pricing_all.tp_one {
position: relative;
padding: 150px 0px 60px;
}
.price_inner.type_one {
position: relative;
border: 1px solid #e2e2e2;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
@media(max-width:3000px) and (min-width:1200px) {
.price_inner.type_one.active {
transform: translate(0px, -46px)
}
.price_inner.type_one {
margin-top: 80px;
}
}
@media(max-width:1199px) and (min-width:0px) {
.price_inner.type_one {
margin-bottom: 30px;
}
}
.price_inner.type_one .upper_content {
padding: 30px 30px 20px;
position: relative;
background: #f4f4f4;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.price_inner.type_one.active .upper_content {
background: #1c1c1c;
}
.price_inner.type_one:hover .upper_content {
background: #1c1c1c;
}
.price_inner.type_one .upper_content h5 {
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 700;
}
.price_inner.type_one:hover .upper_content h5 {
color: #fff;
}
.price_inner.type_one.active .upper_content h5 {
color: #fff;
}
.price_inner.type_one .upper_content .amount {
position: relative;
margin-top: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding-top: 15px;
border-top: 1px solid #e2e2e2;
}
.price_inner.type_one.active .upper_content .amount {
border-top: 1px solid #333333;
}
.price_inner.type_one:hover .upper_content .amount {
border-top: 1px solid #333333;
}
.price_inner.type_one .upper_content .amount h6 {
font-size: 18px;
color: #808080;
font-weight: 700;
}
.price_inner.type_one:hover .upper_content .amount h6 {
color: #fff;
}
.price_inner.type_one.active .upper_content .amount h6 {
color: #fff;
}
.price_inner.type_one .upper_content .amount h6 span {
font-size: 60px;
line-height: 72px;
font-weight: 700;
color: #fdea79;
}
.price_inner.type_one .upper_content .amount h6 sup {
font-size: 24px;
color: #fdea79;
top: -0.9em;
font-family: 'arvo', serif;
font-weight: 700;
}
.price_inner.type_one .lower_content {
position: relative;
background: #fff;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
padding: 30px;
overflow: hidden;
}
.price_inner.type_one .lower_content ul li {
font-size: 16px;
color: #808080;
position: relative;
padding: 10px 0px 10px 25px;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
line-height: 26px;
}
.price_inner.type_one .lower_content ul li:last-child {
border-color: #fff;
}
.price_inner.type_one .lower_content ul li::before {
content: '\f00c';
color: #fdea79;
position: absolute;
left: 0;
font-family: 'FontAwesome';
}
.price_inner.type_one .popular_tag {
position: absolute;
top: -28px;
background: #fdea79;
right: -1px;
padding: 1px 9px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
font-size: 14px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
}
.price_inner.type_one .lower_content .get_start {
position: relative;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.price_inner.type_one .lower_content .theme_btn {
border-radius: 30px;
width: 100%;
display: inline-block;
font-size: 14px;
line-height: 56px;
height: 56px;
font-weight: 500;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
left: 0;
margin-top: 20px;
margin-bottom: 20px;
}
@media(max-width:3000px) and (min-width:1200px) {
.price_inner.type_one:hover .lower_content .get_start {
height: 90px;
line-height: 90px;
}
.price_inner.type_one.active .lower_content .theme_btn {
transform: translateY(0px);
}
.price_inner.type_one:hover {
transform: translate(0px, -46px)
}
.price_inner.type_one:hover .lower_content .theme_btn {
transform: translateY(0px);
}
.price_inner.type_one.active .lower_content .theme_btn {
transform: translateY(0px);
}
.price_inner.type_one.active .lower_content .get_start {
height: 90px;
line-height: 90px;
}
.price_inner.type_one .lower_content .theme_btn {
transform: translateY(150px);
position: relative;
}
.price_inner.type_one .lower_content .get_start {
height: 0px;
}
.price_inner.type_one.active .lower_content .get_start {
height: auto;
line-height: inherit;
}
} .awards_type_one {
position: relative;
padding: 100px 0px 70px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-3-awward-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.awards_type_one .awards_inner {
position: relative;
padding: 40px 0px;
border: 1px solid #282828;
text-align: center;
margin-bottom: 30px;
}
.awards_type_one .awards_inner .icon span {
color: #fff;
font-size: 125px;
line-height: 125px;
margin-bottom: 25px;
display: block;
}
.awards_type_one .awards_inner .year {
position: relative;
margin-bottom: 20px;
}
.awards_type_one .awards_inner .year h5 {
font-size: 30px;
color: #fdea79;
line-height: 38px;
padding: 1px 15px;
font-weight: 700;
background: #000;
display: inline-block;
border: 1px solid #282828;
z-index: 10;
position: relative;
}
.awards_type_one .awards_inner .year::before {
position: absolute;
content: '';
background: #282828;
width: 100%;
height: 1px;
top: 22px;
left: 0px;
}
.awards_type_one .awards_inner h2 {
font-size: 24px;
font-weight: 700;
line-height: 30px;
color: #fff;
padding: 0px 40px;
}
.awards_type_one .awards_inner_mid {
position: relative;
text-align: center;
margin-bottom: 30px;
}
.awards_type_one .awards_inner_mid .icon {
color: #fdea79;
font-size: 100px;
line-height: 125px;
margin-bottom: 0px;
display: block;
}
.awards_type_one .awards_inner_mid p {
font-size: 16px;
color: #fdea79;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 30px;
}
.awards_type_one .awards_inner_mid h2 {
font-size: 30px;
color: #fff;
line-height: 38px;
font-weight: 700;
margin-bottom: 20px;
}
.awards_type_one .awards_inner_mid .view_all {
font-size: 14px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
}
.awards_type_one .awards_inner_mid .view_all span {
font-size: 14px;
color: #fdea79;
margin-right: 5px;
} .testimonial_all.tp_three {
position: relative;
padding: 100px 0px 70px;
background: #f4f4f4;
}
.testimonial_inner.type_three {
position: relative;
margin: 40px 15px 30px;
text-align: center;
cursor: pointer;
}
.testimonial_all.tp_three .owl-carousel .owl-nav {
display: none;
}
.testimonial_inner.type_three .upper_content {
position: relative;
background: #fff;
padding: 60px 30px 50px;
box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, .05);
margin-bottom: 50px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_inner.type_three:hover .upper_content {
background: #fdea79;
}
.testimonial_inner.type_three:hover .upper_content p {
color: #fff;
}
.testimonial_inner.type_three .upper_content .icon {
position: absolute;
left: 0;
top: -30px;
width: 100%;
}
.testimonial_inner.type_three .upper_content .icon span {
display: block;
position: relative;
font-size: 20px;
margin: 0 auto;
color: #fff;
background: #fdea79;
text-align: center;
width: 60px;
height: 60px;
border-radius: 50px;
line-height: 66px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_inner.type_three:hover .upper_content .icon span {
color: #fdea79;
background: #252525;
}
.testimonial_inner.type_three .upper_content .icon span::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border: 1px dashed #fdea79;
border-radius: 50px;
left: -5px;
top: -5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.testimonial_inner.type_three:hover .upper_content .icon span::after {
border: 1px dashed #252525;
}
.testimonial_inner.type_three .upper_content .rating {
position: absolute;
width: 100%;
left: 0;
bottom: -18px;
}
.testimonial_inner.type_three .upper_content .rating ul {
position: relative;
background: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .05);
display: inline-block;
width: 140px;
}
.testimonial_inner.type_three .upper_content .rating ul:before {
position: absolute;
content: '';
height: 0px;
border-right: 13px solid transparent;
border-top: 13px solid #fff;
border-left: 13px solid transparent;
border-bottom: 13px solid transparent; bottom: -26px;
margin-left: -15px;
}
.testimonial_inner.type_three .upper_content .rating ul li span {
font-size: 16px;
line-height: 40px;
color: #fdea79;
}
.testimonial_inner.type_three .lower_content .authour_name {
position: relative;
margin-top: 5px;
}
.testimonial_inner.type_three .lower_content .authour_name h2 {
font-size: 20px;
font-weight: 700;
line-height: 20px;
margin-bottom: 0px;
color: #252525;
} .news_all.tp_three {
position: relative;
padding: 100px 0px 70px;
}
.news_all.tp_three .theme_btn {
float: right;
border-radius: 50px;
}
.news_inner.type_three {
position: relative;
margin-bottom: 30px;
background: #fff;
padding: 30px 30px 26px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.news_inner.type_three .image {
position: relative;
float: left;
margin-top: 9px;
}
.news_inner.type_three .image:before {
position: absolute;
width: 100%;
height: 100%;
content: '';
background: transparent;
border-top: 15px solid #fff;
border-left: 15px solid #fff;
top: 0;
left: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.news_inner.type_three .image .date {
position: absolute;
width: 60px;
height: 60px;
background: #fdea79;
line-height: 22px;
display: block;
text-align: center;
color: #fff;
padding: 8px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
z-index: 10;
top: -4px;
left: -5px;
opacity: 1;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.news_inner.type_three .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(32, 158, 46, .8);
overflow: hidden;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.news_inner.type_three:hover .overlay {
opacity: 1;
}
.news_inner.type_three .content_inner {
position: relative;
margin-left: 125px;
}
.news_inner.type_three:hover .image:before {
border-top: 15px solid transparent;
border-left: 15px solid transparent;
}
.news_inner.type_three:hover .content_inner a.rd_more {
color: #fdea79;
}
.news_inner.type_three h2:hover a {
color: #fdea79;
}
.news_inner.type_three:hover .image .date {
opacity: 0;
}
.news_inner.type_three .content_inner p a {
display: block;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 5px;
color: #808080;
}
.news_inner.type_three .content_inner h2 a {
font-size: 22px;
font-weight: 700;
line-height: 28px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
margin-bottom: 10px;
color: #252525;
}
.news_inner.type_three .content_inner a.rd_more {
display: block;
font-size: 14px;
position: relative;
text-transform: uppercase;
line-height: 20px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-weight: 600;
}
.news_inner.type_three .content_inner a.rd_more::before {
position: absolute;
background: #e2e2e2;
width: 200px;
content: '';
height: 1px;
left: 102px;
top: 10px;
}
.news_inner.type_three .content_inner a.rd_more span {
font-size: 14px;
color: #fdea79;
margin-right: 5px;
line-height: 20px;
}
@media(max-width:768px) {
.news_inner.type_three .image {
float: none;
margin-bottom: 20px;
}
.news_inner.type_three .content_inner {
margin-left: 0px;
}
.news_inner.type_three .content_inner a.rd_more::before {
width: 50px;
}
.news_inner.type_three .image .overlay {
display: none;
}
.news_all.tp_three .theme_btn {
float: none;
margin-bottom: 30px;
}
} .client_logo_type_three {
position: relative;
position: relative;
padding: 65px 0px;
background: #fdea79;
}
.client_logo_type_three .c_image img {
display: block;
margin: 0 auto;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
} .contact_type_two {
position: relative;
padding: 100px 0px 70px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-3-contact-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.contact_type_two .offers_inner {
padding: 45px 40px;
text-align: center;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/hm-3-offers.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-bottom: 20px;
}
.contact_type_two .offers_inner h2 {
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin-bottom: 20px;
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.contact_type_two .offers_inner img {
margin-bottom: 15px;
}
.contact_type_two .offers_inner p {
font-size: 16px;
color: #fff;
margin-bottom: 15px;
}
.contact_type_two .offers_inner a.theme_btn {
width: 100%;
border-radius: 30px;
background: #1c8828;
height: 56px;
line-height: 56px;
}
.contact_type_two .form_inner {
padding: 40px 40px 20px;
background: #fff;
margin-bottom: 20px;
}
.contact_type_two input[type="text"],
.contact_type_two .ui-selectmenu-button,
.contact_type_two textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
}
.contact_type_two input ::placeholder {
color: #808080;
font-family: 'arvo', serif;
font-weight: 600;
}
.contact_type_two .ui-selectmenu-button {
line-height: 23px!important;
}
.contact_type_two textarea {
height: 120px!important;
line-height: inherit!important;
}
.contact_type_two .ui-selectmenu-text {
color: #808080;
font-family: 'arvo', serif;
font-size: 16px;
}
.contact_type_two .theme_btn {
border: 0px;
box-shadow: 0px;
border-radius: 30px;
height: 56px;
line-height: 56px;
width: 100%;
}
.contact_type_two .choose_us {
position: relative;
margin-bottom: 30px;
background: #fff;
border: 1px solid #e6e6e6;
}
.contact_type_two .choose_us .product_info {
width: 33.33%;
background: #fff;
padding: 23px 20px 20px;
text-align: center;
float: left;
}
@media(max-width:768px) {
.contact_type_two .choose_us .product_info {
width: 100%;
padding: 10px;
}
}
.product_info.mid {
border-right: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
}
.contact_type_two .choose_us .product_info h2 {
font-size: 20px;
font-weight: 600;
line-height: 28px;
color: #808080;
}
.contact_type_two .choose_us .product_info span {
font-size: 40px;
color: #fdea79;
display: inline-block;
vertical-align: middle;
line-height: normal;
margin-right: 20px;
} .address_type_one {
position: relative;
padding: 100px 0px 70px;
}
.address_type_one .address_inner {
position: relative;
margin-bottom: 30px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
padding: 40px 40px 30px;
cursor: pointer;
}
.address_type_one .address_inner .heading_add {
position: relative;
margin-bottom: 20px;
}
.address_type_one .address_inner .heading_add span {
float: left;
font-size: 50px;
color: #b8b8b8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
line-height: 50px;
}
.address_type_one .address_inner:hover .heading_add span {
color: #fdea79;
}
.address_type_one .address_inner .heading_add h2 {
font-size: 22px;
font-weight: 700;
position: relative;
margin-left: 70px;
padding-top: 2px;
line-height: 28px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #252525;
}
.address_type_one .address_inner .heading_add h2::before {
position: absolute;
content: '';
background: #e6e6e6;
width: 60px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
height: 2px;
bottom: -15px;
left: 0;
}
.address_type_one .address_inner:hover .heading_add h2::before {
background: #fdea79;
}
.address_type_one .address_inner span.bg_icon {
position: absolute;
font-size: 128px;
line-height: 128px;
color: #f4f4f4;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
right: 17px;
bottom: 14px;
z-index: -10;
opacity: 0;
}
.address_type_one .address_inner:hover span.bg_icon {
opacity: 1;
} .footer_type_three {
position: relative;
background: #1c1c1c;
padding: 100px 0px 70px;
}
.footer_type_three .footer_widgets {
position: relative;
margin-bottom: 30px;
}
.footer_type_three .title::before {
position: absolute;
content: '';
background: #fdea79;
width: 4px;
height: 12px;
top: 7px;
left: -20px;
}
.footer_type_three .title::after {
position: absolute;
content: '';
background: #fdea79;
width: 2px;
height: 12px;
top: 7px;
left: -24px;
}
.footer_type_three .footer_widgets h2.title {
margin-left: 24px;
border-bottom: 0px;
margin-bottom: 15px;
margin-top: 0;
}
.footer_type_three .logo_title {
margin-bottom: 30px;
}
.footer_type_three .review_custm {
position: relative;
margin-top: 30px;
}
.footer_type_three .review_custm span.use_icon {
float: left;
color: #fff;
position: relative;
font-size: 30px;
z-index: 0;
line-height: 60px;
width: 60px;
height: 60px;
text-align: center;
}
.footer_type_three .review_custm span.use_icon::after {
position: absolute;
content: '';
background: #fdea79;
width: 60px;
height: 60px;
border-radius: 50px;
z-index: -10;
left: 0;
top: 0;
}
.footer_type_three .right_side {
margin-left: 80px;
position: relative;
}
.footer_type_three .right_side h2 {
font-size: 18px;
line-height: 26px;
color: #fff;
font-weight: 700;
margin-bottom: 5px;
}
.footer_type_three .right_side p span {
font-size: 20px;
line-height: 20px;
color: #fdea79;
}
.footer_type_three .gallery_foot {
position: relative;
margin-top: 23px;
}
.footer_type_three .gallery_foot ul li {
display: inline-block;
position: relative;
margin-bottom: 10px;
margin-right: 5px;
}
.footer_type_three .gallery_foot ul li .image {
position: relative;
width: 80px;
overflow: hidden;
}
.footer_type_three .gallery_foot ul li a {
position: absolute;
left: 5px;
top: 5px;
width: 70px;
height: 70px;
background: rgba(32, 158, 46, .9);
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_type_three .gallery_foot ul li:hover a {
opacity: 1;
}
.footer_type_three .gallery_foot ul li a span {
font-size: 20px;
color: #fff;
line-height: 70px;
width: 70px;
height: 70px;
text-align: center;
}
.footer_type_three .gallery_foot ul li img {
position: relative;
}
.footer_type_three form {
margin: 20px 0px 25px;
}
.footer_type_three .social_media li i {
width: 34px;
height: 34px;
background: #333333;
line-height: 34px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_type_three .social_media li {
margin-right: 10px;
display: inline-block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
text-align: center;
}
.footer_type_three .social_media li a {
color: #fff;
}
.footer_type_three .social_media li:hover i {
color: #fff;
background: #fdea79;
}
.footer_type_three .social_media li h6 {
font-size: 18px;
color: #fff;
font-weight: 700;
margin-right: 10px;
}
.footer_type_three .footer_widgets form input {
position: relative;
background: #fff;
border: 0px;
box-shadow: none;
border-radius: 0px;
height: 60px;
padding: 20px;
width: 210px;
color: #808080;
font-size: 15px;
}
.footer_type_three .footer_widgets form input::placeholder {
color: #808080;
}
.footer_type_three .footer_widgets form button {
position: relative;
z-index: 0;
background: #000;
padding-left: 31px;
color: #fff;
text-transform: uppercase;
}
.footer_type_three .footer_widgets form button::before {
position: absolute;
content: '';
background: #fdea79;
height: 60px;
width: 160px;
top: -16px;
left: -7px;
z-index: -10;
}
.footer_type_three .footer_widgets form button::after {
position: absolute;
content: '';
background: #252525;
height: 40px;
width: 120px;
top: -6px;
left: 11px;
z-index: -10;
border-radius: 30px;
}
.footer_last_type_three {
background: #fdea79;
padding: 12px 0px;
}
.footer_last_type_three ul {
text-align: right;
}
.footer_last_type_three p {
margin-top: 10px;
color: #fff;
}
.footer_last_type_three ul li {
display: inline-block;
position: relative;
text-align: center;
border-radius: 50px;
line-height: 45px;
margin-right: 20px;
}
.footer_last_type_three ul li a {
color: #fff;
}
.footer_last_type_three ul li::before {
position: absolute;
content: '';
width: 2px;
height: 16px;
background: #fff;
right: -12px;
top: 15px;
}
.footer_last_type_three ul li:last-child {
margin-right: 0px;
}
.footer_last_type_three ul li:last-child::before {
display: none;
}
@media(max-width:500px) {
.footer_type_three .footer_widgets form input {
width: 100%;
}
.footer_type_three .footer_widgets form button::after {
display: none;
}
.footer_type_three .footer_widgets form button {
width: 100%;
border: 0px;
line-height: 60px;
padding: 0px 10px;
}
.footer_type_three .footer_widgets form button::before {
position: absolute;
content: '';
background: #fdea79;
height: 60px;
width: 100%;
top: 0;
left: 0;
z-index: -10;
}
.footer_last_type_three ul {
display: none;
}
.footer_last_type_three p {
text-align: center;
margin-top: 0px;
}
.footer_last_type_two ul {
display: none;
}
.footer_last_type_two p {
text-align: center;
margin-top: 0px;
}
.footer_last_type_one ul {
display: none;
}
.footer_last_type_one p {
text-align: center;
margin-top: 0px;
}
}  .page-header {
position: relative;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/page-header-image.png);
height: 351px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.page-header .header-title {
position: relative;
height: 351px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: left;
-ms-flex-pack: center;
justify-content: left;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.page-header .header-title .page-title {
font-size: 60px;
color: #fff;
line-height: 72px;
font-weight: 700;
}
@media(max-width:600px) {
.page-header .header-title .page-title {
font-size: 40px;
line-height: 48px;
}
.page-header .header-title {
-webkit-justify-content: center;
justify-content: center;
}
}
.page-header .breadcrumb_area {
position: relative;
}
.page-header .breadcrumb_area .breadcrumbs {
width: 100%;
z-index: 99;
bottom: 40px;
left: 0;
position: absolute;
padding: 0px 15px;
text-align: right;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
float: right;
position: relative;
font-size: 16px;
color: #fff;
font-weight: 600;
line-height: 26px;
margin-left: 25px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
margin-left: 25px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child {
margin-left: 0px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li::before {
position: absolute;
content: '';
height: 0px;
border-right: 6px solid #fff;
border-top: 6px solid transparent;
border-left: 6px solid transparent;
border-bottom: 6px solid transparent;
bottom: 7px;
left: -21px;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li:last-child::before {
display: none;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li a {
font-size: 16px;
color: #fff;
font-weight: 400;
line-height: 26px;
}
@media(max-width:600px) {
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li::before {
position: absolute;
content: '';
height: 0px;
border-right: 6px solid #fff;
border-top: 6px solid transparent;
border-left: 6px solid transparent;
border-bottom: 6px solid transparent;
bottom: 7px;
right: -21px;
transform: rotate(180deg);
left: inherit;
}
.page-header .breadcrumb_area .breadcrumbs .bread-crumb li {
float: none;
display: inline-block;
margin-right: 25px;
margin-left: 0px;
}
} .awards_type_two {
position: relative;
padding: 100px 0px 70px;
}
.awards_type_two .awards_inner {
position: relative;
margin-bottom: 30px;
}
.award_highlight_txt {
width: 408.5px;
height: 70px;
text-align: center;
background: #fff;
border-right: 5px solid #4f4039;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
position: absolute;
transform: rotate(-90deg);
top: 170px;
left: -170px;
}
@media(max-width:1199px) {
.award_highlight_txt {
position: absolute;
width: 100%;
height: auto;
top: inherit;
left: 0px;
bottom: 0;
transform: inherit;
}
}
.award_highlight_txt h6 {
line-height: 70px;
font-size: 18px;
color: #4f4039;
font-weight: 700;
}
@media(max-width:700px) {
.award_highlight_txt h6 {
line-height: 30px;
padding: 10px 0px;
}
}
.award_highlight_txt h6 span {
font-size: 14px;
color: #4f4039;
list-style: 20px;
margin-left: 0px;
margin-right: 20px;
}
.award_highlight_txt h6 span.second {
margin-left: 20px;
margin-right: 0px;
}
.awards_type_two .awards_inner .video-holder {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.awards_type_two .awards_inner .video-holder .icon {
position: relative;
width: 100px;
float: left;
height: 100px;
border-radius: 50%;
background: transparent;
border: 1px dashed #fff;
text-align: center;
}
.awards_type_two .awards_inner .video-holder span {
font-size: 30px;
line-height: 100px;
color: #fdea79;
z-index: 0;
position: relative;
}
.awards_type_two .awards_inner .video-holder span::after {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
background: #fff;
content: '';
left: -25px;
top: -26px;
z-index: -1;
} .about_our_comapny {
position: relative;
padding-bottom: 70px;
}
.about_our_comapny .about_company_inner {
position: relative;
margin-bottom: 30px;
}
.about_our_comapny .about_company_inner p.des_one,
.about_our_comapny .about_company_inner p.des_two {
margin-bottom: 20px;
}
.authour_quotes {
position: relative;
padding-top: 15px;
}
.authour_quotes .ath_img {
float: left;
position: relative;
}
.authour_quotes .ath_img span {
background: #fff;
position: absolute;
width: 40px;
border-radius: 50px;
text-align: center;
font-size: 20px;
height: 40px;
left: -14px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
line-height: 40px;
color: #fdea79;
}
.authour_quotes .quotes_in {
position: relative;
margin-left: 115px;
}
.authour_quotes .quotes_in h2 {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
color: #808080;
line-height: 28px;
}
.authour_quotes .quotes_in h6 {
font-size: 22px;
font-weight: 700;
color: #252525;
line-height: 30px;
}
.authour_quotes .quotes_in h6 span {
font-family: 'montserrat', sans-serif;
font-weight: 400;
color: #fdea79;
font-size: 16px;
}
.about_company_right {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
margin-bottom: 30px;
}
.about_company_right .nav-tabs {
position: relative;
border: 1px solid #e6e6e6;
box-shadow: 0px 14px 13px -10px rgba(0, 0, 0, .09);
}
.about_company_right .nav-tabs .nav-item .nav-link {
position: relative;
height: 139px;
padding: 0px;
background: #fff;
width: 180px;
}
@media(max-width:1199px) {
.about_company_right .nav-tabs .nav-item .nav-link {
width: 100px;
}
}
@media(max-width:400px) {
.about_company_right .nav-tabs .nav-item .nav-link {
width: 100%;
}
.about_company_right .nav-tabs .nav-item {
display: block;
}
}
.about_company_right .nav-tabs .nav-item .nav-link .mission {
position: relative;
padding: 25px 10px 10px;
height: 139px;
}
.about_company_right .nav-tabs .nav-item.show .nav-link .mission span,
.about_company_right .nav-tabs .nav-link.active .mission span {
color: #4f4039;
}
.about_company_right .nav-tabs .nav-item.show .nav-link .mission h2,
.about_company_right .nav-tabs .nav-link.active .mission h2 {
color: #4f4039;
}
.about_company_right .nav-tabs .nav-item:nth-child(2) .nav-link .mission {
border-right: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
}
.about_company_right .nav-tabs .nav-item .nav-link span {
font-size: 60px;
line-height: 60px;
margin-bottom: 10px;
display: block;
color: #a8a8a8;
}
.about_company_right .nav-tabs .nav-item .nav-link h2 {
font-size: 20px;
color: #808080;
font-weight: 700;
line-height: 26px;
}
.about_company_right .tab-content {
padding: 28px 30px;
position: relative;
border-right: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.about_company_right .tab-content .tab-pane {
font-size: 16px;
color: #808080;
line-height: 26px;
font-weight: 400;
} .our_team.tp_two {
position: relative;
padding: 100px 0px 10px;
}
.our_team.tp_two .heading {
text-align: left;
}
.our_team.tp_two .heading h1 {
padding: 0px;
}
.team_outer.type_two {
position: relative;
margin: 5px 15px 60px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.our_team.tp_two .owl-carousel .owl-dots {
display: none!important;
}
.our_team.tp_two .owl-carousel .owl-nav {
display: block!important;
}
.team_outer.type_two .image img {
width: 100%!important;
}
.team_outer.type_two .image {
position: relative;
overflow: hidden;
}
.team_outer.type_two .image .overlay {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
background: rgba(32, 158, 46, .8);
opacity: 0;
}
.team_outer.type_two:hover .image .overlay {
opacity: 1;
}
.team_outer.type_two .image .overlay p {
position: absolute;
top: 20px;
width: 100%;
text-align: center;
padding: 30px;
color: #fff;
}
@media(max-width:992px) {
.team_outer.type_two .image .overlay p {
display: none;
}
}
.team_outer.type_two .image .overlay p::before {
position: absolute;
content: '';
width: 84%;
height: 1px;
background: #fff;
left: 30px;
bottom: 14px;
opacity: .2;
}
.team_outer.type_two .image .overlay ul {
position: absolute;
bottom: 40px;
width: 100%;
text-align: center;
}
.team_outer.type_two .image .overlay ul li {
display: inline-block;
margin: 0px 5px;
}
.team_outer.type_two .image .overlay ul li a {
width: 45px;
display: block;
line-height: 45px;
text-align: center;
border: 1px dashed #fff;
height: 45px;
border-radius: 50px;
background: transparent;
color: #fdea79;
}
.team_outer.type_two .image .overlay ul li:nth-child(1) {
transform: translateY(150px);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.team_outer.type_two .image .overlay ul li:nth-child(2) {
transform: translateY(200px);
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.team_outer.type_two .image .overlay ul li:nth-child(3) {
transform: translateY(250px);
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}
.team_outer.type_two .image .overlay ul li:nth-child(4) {
transform: translateY(300px);
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.team_outer.type_two .image .overlay ul li a {
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.team_outer.type_two:hover .image .overlay ul li {
transform: translateY(0px);
}
.team_outer.type_two .image .overlay ul li a:hover {
background: #fff;
border-style: solid;
}
.team_outer.type_two .image .overlay ul li:hover a {
color: #fdea79;
}
.team_outer.type_two .content_inner {
position: relative;
margin: 25px;
background: #fff;
text-align: center;
}
.team_outer.type_two .content_inner::before {
position: absolute;
content: '';
background: #fdea79;
width: 100%;
left: 0;
opacity: 1;
height: 10px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
top: -30px;
}
.team_outer.type_two .content_inner h2 a {
color: #252525;
font-size: 22px;
display: block;
line-height: 28px;
font-weight: 700;
}
.team_outer.type_two .content_inner p {
color: #fdea79;
padding-bottom: 20px;
}
.team_outer.type_two:hover {
box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, .05);
}
.team_outer.type_two:hover .content_inner::before {
opacity: 0;
transform: translateY(-10px);
}
.our_team.tp_two .owl-carousel .owl-nav {
position: absolute;
width: auto;
height: auto;
text-align: center;
top: -110px;
right: 10px;
}
@media(max-width:600px) {
.our_team.tp_two .owl-carousel .owl-nav {
position: relative;
top: inherit;
right: inherit;
margin-bottom: 80px;
}
}
.our_team.tp_two .owl-carousel .owl-nav .owl-prev,
.our_team.tp_two .owl-carousel .owl-nav .owl-next {
color: #cacaca;
padding: 5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: inline-block;
}
.our_team.tp_two .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.our_team.tp_two .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 20px;
}
.our_team.tp_two .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.our_team.tp_two .owl-carousel .owl-nav .owl-prev:hover,
.our_team.tp_two .owl-carousel .owl-nav .owl-next:hover {
color: #fdea79;
} .process_type_one {
position: relative;
padding: 100px 0px 0px;
background: #1c1c1c;
}
.process_type_one .heading {
margin-bottom: 70px;
}
.process_type_one .heading h1 {
color: #fff;
}
.process_type_one .three_items_3 {
margin-bottom: -143px;
z-index: 1;
}
.process_type_one .owl-carousel .owl-nav.disabled,
.process_type_one .owl-carousel .owl-nav {
display: none;
}
.process_type_one .owl-carousel .owl-dots.disabled {
display: block!important;
}
.process_type_one .owl-dots {
position: relative;
bottom: -20px;
width: 100%;
margin: 0 auto;
text-align: center;
padding-top: 15px;
}
.process_type_one .owl-dots .owl-dot {
position: relative;
width: 12px;
height: 12px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 2px solid #fff;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
--webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.process_type_one .owl-dots .owl-dot:hover,
.process_type_one .owl-dots .owl-dot.active {
border: 2px solid #252525;
}
.process_type_one .porcess_outer {
position: relative;
padding: 8px;
background: #fff;
margin-top: 60px;
}
.process_type_one .arrow {
position: relative;
}
.process_type_one .arrow::before {
position: absolute;
content: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/about/arrow.png);
left: 0;
width: 100%;
margin: 0 auto;
text-align: center;
top: -22px;
}
.process_type_one .porcess_outer .process_inner {
padding: 65px 35px 35px;
text-align: center;
position: relative;
border: 1px dashed #e6e6e6;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.process_type_one .porcess_outer .process_inner .image {
position: absolute;
top: -60px;
left: 0;
width: 100%;
}
.process_type_one .porcess_outer .process_inner .image img {
padding: 8px;
position: relative;
margin: 0 auto;
border: 1px dashed #e6e6e6;
border-radius: 50%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.process_type_one .porcess_outer:hover .process_inner .image img {
border: 1px dashed transparent;
}
.process_type_one .porcess_outer:hover .process_inner {
border: 1px dashed #fdea79;
}
.process_type_one .process_inner .image_in {
display: inline-block;
position: relative;
margin-bottom: 20px;
}
.process_type_one .process_inner .image_in .overlay {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
background: #4f4039;
opacity: 0;
border-radius: 50%;
}
.process_type_one .porcess_outer:hover .process_inner .image_in .overlay {
opacity: 1;
}
.process_type_one .porcess_outer .process_inner .image_in h6 {
position: absolute;
top: 44px;
color: #fdea79;
left: 50px;
font-size: 20px;
}
.process_type_one .porcess_outer .process_inner .image::before {
position: absolute;
content: '';
width: 105px;
height: 50px;
background-color: #fff;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
bottom: 28px;
margin-left: 2px;
}
.process_type_one .porcess_outer .process_inner .content_inner {
position: relative;
}
.process_type_one .porcess_outer .process_inner .content_inner h2 a {
font-size: 22px;
color: #252525;
font-weight: 700;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
line-height: 28px;
margin-bottom: 8px;
}
.process_type_one .porcess_outer:hover .process_inner .content_inner h2 a {
color: #4f4039;
}
.quote_client_type_one.about {
padding-top: 235px;
} .error_page {
position: relative;
padding: 200px 0px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/404.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.error_og_inner {
text-align: center;
position: relative;
}
.error_og_inner h1 {
font-size: 200px;
line-height: 200px;
color: #fff;
font-weight: 700;
}
@media(max-width:600px) {
.error_og_inner h1 {
font-size: 100px;
line-height: 100px;
}
}
.error_og_inner h2 {
font-size: 40px;
line-height: 50px;
color: #fff;
font-weight: 700;
margin-bottom: 20px;
}
.error_og_inner p {
color: #fff;
padding-bottom: 30px;
font-size: 18px;
}
.error_og_inner .theme_btn {
background: #fff;
color: #252525;
width: 290px;
border-radius: 50px;
height: 60px;
line-height: 60px;
} .faq_type_one {
position: relative;
padding: 100px 0px 70px;
}
.faq_type_one .accordion {
position: relative;
margin-bottom: 40px;
}
.accordion>.card .card-header {
padding: 0px;
border-radius: 0px;
background: #fff;
border: 0px solid #e6e6e6!important;
margin: 0px;
position: relative;
}
.accordion>.card .card-header h5 button.btn {
padding: 14px 50px 14px 30px;
font-size: 20px;
font-weight: 700;
color: #4f4039 !important;
line-height: 30px;
text-decoration: none;
}
.accordion>.card .card-header h5 button.btn::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 0px;
font-size: 16px;
top: 0px;
height: 100%;
line-height: 60px;
width: 60px;
text-align: center;
}
.accordion>.card {
border-radius: 0px;
border: 0px solid #e6e6e6!important;
margin-bottom: 20px;
overflow: inherit;
}
.faq_type_one .btn-link.collapsed {
background: #fff!important;
border-radius: 0px;
color: #4f4039 !important;
border: 1px solid #e6e6e6!important;
}
.faq_type_one .btn-link.collapsed::before {
border-left: 1px solid #e6e6e6;
color: #888888!important;
}
.faq_type_one .btn-link {
background: #fdea79!important;
border-radius: 0px;
color: #fff!important;
border: 1px solid #198926!important;
}
.faq_type_one .btn-link::before {
border-left: 1px solid #198926;
color: #fff!important;
}
.faq_type_one .btn-link::after {
position: absolute;
content: '';
height: 0px;
border-right: 13px solid transparent;
border-top: 13px solid transparent;
border-left: 13px solid transparent;
border-bottom: 13px solid #fff;
bottom: 0;
left: 33px;
}
.faq_type_one .btn-link.collapsed::after {
display: none;
}
.faq_type_one .card-body {
padding: 30px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
border-bottom: 5px solid #fdea79;
font-size: 16px;
color: #808080;
line-height: 26px;
font-weight: 400;
}
.faq_type_one .any_questions {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.faq_type_one .any_questions h2 {
padding: 14px 30px;
color: #4f4039;
background: #fdea79;
font-weight: 700;
font-size: 24px;
line-height: 32px;
}
.faq_type_one .any_questions .form_inner {
position: relative;
padding: 25px 30px;
}
.faq_type_one .any_questions .form_inner label {
display: block;
font-size: 16px;
color: #808080;
line-height: 26px;
}
.faq_type_one .any_questions .form_inner .theme_btn {
border: 0px;
box-shadow: none;
width: 100%;
border-radius: 50px;
margin-top: 10px;
}
.faq_type_one input[type="text"],
.faq_type_one input[type="email"],
.faq_type_one textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
}
.faq_type_one textarea {
height: inherit;
} .pricing_plans.tp_two {
position: relative;
padding: 100px 0px 60px;
}
.price_inner.type_two {
padding: 8px;
margin-bottom: 30px;
position: relative;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.price_inner.type_two .price_innner_in {
position: relative;
border: 1px dashed transparent;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.price_inner.type_two:hover .price_innner_in {
border: 1px dashed #fdea79;
}
.price_inner.type_two.active .price_innner_in {
border: 1px dashed #fdea79;
}
.price_inner.type_two .upper_content {
padding: 30px 30px 20px;
position: relative;
background: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.price_inner.type_two .upper_content h5 {
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 700;
color: #252525;
}
.price_inner.type_two .upper_content .amount {
position: relative;
margin-top: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding-top: 15px;
border-top: 1px solid #e2e2e2;
}
.price_inner.type_two .upper_content .amount h6 {
font-size: 18px;
color: #808080;
font-weight: 700;
}
.price_inner.type_two .upper_content .amount h6 span {
font-size: 60px;
line-height: 72px;
font-weight: 700;
color: #fdea79;
}
.price_inner.type_two .upper_content .amount h6 sup {
font-size: 24px;
color: #fdea79;
top: -0.9em;
font-family: 'arvo', serif;
font-weight: 700;
}
.price_inner.type_two .lower_content {
position: relative;
background: #fff;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
padding: 30px;
overflow: hidden;
}
.price_inner.type_two .lower_content ul li {
font-size: 16px;
color: #808080;
position: relative;
padding: 10px 0px 10px 25px;
font-weight: 400;
border-bottom: 1px solid #e2e2e2;
line-height: 26px;
}
.price_inner.type_two .lower_content ul li:last-child {
border-color: #fff;
}
.price_inner.type_two .lower_content ul li::before {
content: '\f00c';
color: #fdea79;
position: absolute;
left: 0;
font-family: 'FontAwesome';
}
.price_inner.type_two .popular_tag {
position: absolute;
top: -37px;
background: #fdea79;
right: -1px;
padding: 1px 9px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
font-size: 14px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
}
.price_inner.type_two .lower_content .get_start {
position: relative;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
}
.price_inner.type_two.active .lower_content .get_start {
height: auto;
line-height: inherit;
}
.price_inner.type_two.active .lower_content .get_start {
height: 90px;
line-height: 90px;
}
.price_inner.type_two .lower_content .theme_btn {
border-radius: 30px;
width: 100%;
position: relative;
display: inline-block;
font-size: 14px;
line-height: 56px;
height: 56px;
font-weight: 500;
-webkit-transition: all .9s ease-in-out;
-moz-transition: all .9s ease-in-out;
-ms-transition: all .9s ease-in-out;
-o-transition: all .9s ease-in-out;
transition: all .9s ease-in-out;
left: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.price_inner.type_two.active .lower_content .theme_btn {
transform: translateY(0px);
}
.price_inner.type_two:hover .lower_content .theme_btn {
transform: translateY(0px);
}
.price_inner.type_two.active .lower_content .theme_btn {
transform: translateY(0px);
}
@media(max-width:3000px) and (min-width:992px) {
.price_inner.type_two:hover .lower_content .get_start {
height: 90px;
line-height: 90px;
}
.price_inner.type_two .lower_content .theme_btn {
transform: translateY(150px);
}
.price_inner.type_two.active {
transform: translate(0px, -46px)
}
.price_inner.type_two:hover {
transform: translate(0px, -46px)
}
.price_inner.type_two {
margin-top: 80px;
margin-bottom: 0px;
}
.price_inner.type_two .lower_content .get_start {
height: 0px;
}
} .testimonial_all.tp_five {
position: relative;
padding: 100px 0px 40px;
}
.testimonial_outer.type_five {
position: relative;
margin-bottom: 30px;
text-align: center;
}
.testimonial_outer.type_five ul {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
display: inline-block;
padding: 0px 20px;
margin-bottom: 10px;
}
.testimonial_outer.type_five ul li span {
font-size: 18px;
line-height: 40px;
color: #fdea79;
}
.testimonial_outer.type_five .content_inner {
position: relative;
padding: 20px;
}
.testimonial_outer.type_five .content_inner p {
margin-bottom: 10px;
}
.testimonial_outer.type_five .content_inner h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
color: #252525;
}
.testimonial_outer.type_five .authour_name p {
color: #fdea79;
} .two_column_grid {
position: relative;
padding: 100px 0px 70px;
}
.two_column_grid .project_grid_outer {
margin-bottom: 30px;
position: relative;
}
.two_column_grid .project_grid_outer .image {
position: relative;
}
.two_column_grid .project_grid_outer .image::before {
position: absolute;
content: '';
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.two_column_grid .project_grid_outer:hover .image::before {
height: 100%;
bottom: 0;
}
.two_column_grid .project_grid_outer .content_inner {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
z-index: 99;
padding: 20px;
}
.two_column_grid .project_grid_outer .content_inner .overlay_content {
position: relative;
display: inline-block;
}
.two_column_grid .project_grid_outer .content_inner h2 {
background: #fff;
position: relative;
z-index: 11;
display: inline-block;
padding: 15px 15px;
}
.two_column_grid .project_grid_outer .content_inner h2 a {
font-size: 22px;
line-height: 30px;
color: #252525;
font-weight: 700;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.two_column_grid .project_grid_outer .content_inner h2:hover a {
color: #fdea79;
}
.two_column_grid .project_grid_outer .content_inner .gallery_image {
position: absolute;
width: 60px;
height: 100%;
background: #fdea79;
top: 0;
right: -5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.two_column_grid .project_grid_outer .content_inner .gallery_image span {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
z-index: 10;
}
.two_column_grid .project_grid_outer:hover .content_inner .gallery_image {
right: -60px;
} .three_column_grid {
position: relative;
padding: 100px 0px 70px;
}
.three_column_grid .grid-item {
position: relative;
margin: 0px 0px 30px 0px;
}
.three_column_grid .gridthree {
margin: 0px 5px;
}
.three_column_grid .grid-item .image .overlay {
position: absolute;
top: 0;
left: 0;
background-color: rgba(32, 158, 46, .9);
overflow: hidden;
width: 100%;
height: 100%;
opacity: 0;
transition: .5s ease;
}
.three_column_grid .project_grid_outer:hover .image .overlay {
opacity: 1;
}
.three_column_grid .grid-item .image .overlay h2 {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 48%;
left: 0%;
-webkit-transform: translate(0%, 0%);
-ms-transform: translate(0%, 0%);
transform: translate(0%, 0%);
width: 100%;
text-align: center;
} .projects.grid_three {
position: relative;
padding: 100px 0px 70px;
}
.projects.grid_three .container {
padding: 0;
}
.projects.grid_three .padding_num {
padding: 0px 15px;
margin-bottom: 20px;
}
.projects.grid_three .fliter_group {
text-align: center;
margin-bottom: 30px;
}
.projects.grid_three .fliter_group ul {
display: inline-block;
text-align: center;
border: 1px dashed #d2d2d2;
border-radius: 3px;
padding: 0px 60px;
}
.projects.grid_three .fliter_group ul li {
display: inline-block;
padding: 15px 15px;
position: relative;
font-weight: 600;
font-size: 16px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.projects.grid_three .fliter_group ul li::before {
position: absolute;
content: '';
right: 0;
top: 15px;
border: .5px dashed #d2d2d2;
width: 1px;
height: 25px;
}
@media(max-width:600px) {
.projects.grid_three .fliter_group ul li::before {
display: none;
}
.projects.grid_three .fliter_group ul li {
display: block;
}
}
.projects.grid_three .fliter_group ul li.active,
.projects.grid_three .fliter_group ul li:hover {
color: #fdea79;
}
.project_inner.type_one.style_one .content_inner {
background: #fff;
}
.project_inner.type_one.style_one .content_inner h2 a {
color: #252525;
}
.project_inner.type_one.style_one .content_inner p {
color: #808080;
} .project_all.tp_four {
position: relative;
padding: 100px 0px 70px;
}
.project_all.tp_four .container {
padding: 0;
}
.project_all.tp_four .padding_num {
padding: 0px 15px;
margin-bottom: 20px;
}
.project_all.tp_four .fliter_group {
text-align: center;
margin-bottom: 30px;
}
.project_all.tp_four .fliter_group ul {
display: inline-block;
text-align: center;
border: 1px dashed #d2d2d2;
border-radius: 3px;
padding: 0px 60px;
}
.project_all.tp_four .fliter_group ul li {
display: inline-block;
padding: 15px 15px;
position: relative;
font-weight: 600;
font-size: 16px;
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
}
.project_all.tp_four .fliter_group ul li::before {
position: absolute;
content: '';
right: 0;
top: 15px;
border: .5px dashed #d2d2d2;
width: 1px;
height: 25px;
}
@media(max-width:600px) {
.project_all.tp_four .fliter_group ul li::before {
display: none;
}
.project_all.tp_four .fliter_group ul li {
display: block;
}
}
.project_all.tp_four .fliter_group ul li.active,
.project_all.tp_four .fliter_group ul li:hover {
color: #fdea79;
}
.project_inner.type_four {
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.project_inner.type_four .image {
display: block;
position: relative;
}
.project_inner.type_four .image img {
width: 100%;
}
.project_inner.type_four .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .9);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.project_inner.type_four:hover .overlay {
bottom: 0;
height: 100%;
}
.project_inner.type_four .image .overlay::before {
position: absolute;
content: '';
background: #fdea79;
width: 60px;
height: 0%;
right: 0;
top: 100%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.project_inner.type_four:hover .image .overlay::before {
height: 100%;
top: 0;
}
.project_inner.type_four .image span.icon {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 43%;
left: 42%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.project_inner.type_four .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -21px;
}
.project_inner.type_four .content_inner h2 {
position: absolute;
width: 100%;
left: -150px;
bottom: 0;
background: #fdea79;
padding: 16px 65px 16px 25px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
opacity: 0;
transition: all .6s ease-in-out;
}
.project_inner.type_four .content_inner h2 a {
color: #fff;
font-size: 24px;
display: block;
}
.project_inner.type_four .content_inner h2 span {
font-size: 13px;
float: right;
color: #fff;
line-height: 28px;
}
.project_inner.type_four .content_inner .meta_value {
position: absolute;
transform: rotate(90deg) scaleX(-1);
transform-origin: top right;
top: 78px;
right: 16px;
}
.project_inner.type_four .content_inner p {
color: #fff;
text-align: center;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.project_inner.type_four:hover .content_inner p {
opacity: 1;
transform: scaleX(-1);
}
.project_inner.type_four .content_inner p::before {
position: absolute;
content: '';
width: 58px;
height: .5px;
background: #fff;
margin-left: -65px;
top: 13px;
}
.project_inner.type_four:hover .content_inner h2 {
left: 0;
opacity: 1;
} .project_details {
position: relative;
padding: 100px 0px 100px;
}
.project_details .sub_title {
font-size: 36px;
line-height: 42px;
color: #252525;
margin-bottom: 20px;
font-weight: 700;
}
.project_details .project_description,
.project_details .project_scope {
position: relative;
margin-bottom: 50px;
}
.project_details .project_scope ul {
position: relative;
margin-top: 20px;
}
.project_details .project_scope ul li {
font-size: 16px;
line-height: 30px;
color: #808080;
padding-left: 30px;
}
.project_details .project_scope ul li::before {
content: "\e93b";
position: absolute;
font-size: 20px;
color: #fdea79;
font-family: 'icomoon';
left: 0;
}
.project_details .project_details_image {
position: relative;
}
.project_details .project_details_image .image {
position: relative;
margin-bottom: 10px;
}
.project_details .project_details_image .padding_lg {
padding-left: 5px;
}
.project_details .project_details_image .padding_rg {
padding-right: 5px;
}
.project_details .project_details_image_caro {
display: none;
margin-bottom: 50px;
}
.project_details .project_details_image {
display: block;
}
.project_details .project_details_image_caro .owl-carousel .owl-nav,
.project_details .project_details_image_caro .owl-carousel .owl-dot {
display: none!important;
}
@media(max-width:992px) {
.project_details .project_details_image {
display: none;
}
.project_details .project_details_image_caro {
display: block!important;
}
}
.project_details .project_details_image_caro img {
width: 100%!important;
}
.project_information {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
margin-bottom: 60px;
}
.project_information h2 {
padding: 14px 30px;
color: #fdea79;
background: #4f4039;
font-weight: 700;
font-size: 24px;
line-height: 32px;
}
.project_information .information_inner {
padding: 15px 30px 15px;
position: relative;
}
.project_information .information_inner .content {
position: relative;
padding: 15px 0px;
cursor: pointer;
border-bottom: 1px solid #e6e6e6;
}
.project_information .information_inner .content:last-child {
border-bottom: 0px;
}
.project_information .information_inner .content span {
float: left;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
border: 2px dotted #c0c0c0;
text-align: center;
font-size: 20px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #aeaeae;
}
.project_information .information_inner .content:hover span {
color: #4f4039;
border-color: #4f4039;
}
.project_information .information_inner .content .text_box {
margin-left: 80px;
}
.project_information .information_inner .content .text_box h3 {
font-size: 18px;
color: #252525;
font-weight: 700;
line-height: 26px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.project_information .information_inner .content:hover .text_box h3 {
color: #fdea79;
}
.project_details .estimations {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.project_details .estimations h2 {
padding: 14px 30px;
color: #fdea79;
background: #4f4039 ;
font-weight: 700;
font-size: 24px;
line-height: 32px;
}
.project_details .estimations .form_inner {
position: relative;
padding: 25px 30px;
}
.project_details .estimations .form_inner label {
display: block;
font-size: 16px;
color: #808080;
line-height: 26px;
}
.project_details .estimations .form_inner .theme_btn {
border: 0px;
box-shadow: none;
width: 100%;
border-radius: 50px;
margin-top: 10px;
}
.project_details input[type="text"],
.project_details input[type="email"],
.project_details textarea,
.project_details .ui-selectmenu-button {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
}
.project_details textarea {
height: inherit;
}
.project_details .ui-selectmenu-button {
line-height: 21px;
color: #808080;
font-size: 14px;
font-weight: 400;
font-family: 'montserrat', sans-serif;
}
.ui-selectmenu-button .ui-icon::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 0px;
color: #888888;
font-size: 16px;
top: 0px;
}
.ui-selectmenu-button .ui-icon {
text-indent: inherit;
}
.ui-menu-item .ui-menu-item-wrapper {
padding: 10px 20px!important;
background: #fff!important;
color: #808080;
font-family: 'montserrat', sans-serif;
font-size: 14px;
border-bottom: 1px solid #e6e6e6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
background: #fdea79!important;
color: #fff;
} .inner_pg_serice_one {
position: relative;
padding: 100px 0px 70px;
}
.inner_pg_serice_one .owl-nav {
display: none!important;
}
.inner_pg_serice_one .inner_heading {
text-align: center;
position: relative;
margin-bottom: 40px;
}
.inner_pg_serice_one .inner_heading h1 {
font-size: 40px;
line-height: 46px;
color: #252525;
font-weight: 700;
margin-bottom: 10px;
}
@media (max-width:3000px) and (min-width:1200px) {
.inner_pg_serice_one .inner_heading p {
padding: 0px 280px;
}
}
.inner_pg_serice_two {
position: relative;
padding: 0px 0px 70px;
}
.inner_pg_serice_two .owl-nav,
.inner_pg_serice_two .owl-dots {
display: none!important;
}
.inner_pg_serice_two .inner_heading {
text-align: center;
position: relative;
margin-bottom: 40px;
}
.inner_pg_serice_two .inner_heading h1 {
font-size: 40px;
line-height: 46px;
color: #252525;
font-weight: 700;
margin-bottom: 10px;
}
@media (max-width:3000px) and (min-width:1200px) {
.inner_pg_serice_two .inner_heading p {
padding: 0px 280px;
}
}
.service_inner.type_five {
position: relative;
margin: 0px 8px 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
background: #fff;
overflow: hidden;
}
.service_inner.type_five .image {
display: block;
position: relative;
}
.service_inner.type_five .image img {
width: 100%!important;
}
.service_inner.type_five .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 100%;
transition: .5s ease;
opacity: 0;
}
.service_inner.type_five:hover .image .overlay {
opacity: 1;
}
.service_inner.type_five span {
position: absolute;
font-size: 30px;
color: #fff;
width: 60px;
height: 60px;
line-height: 74px;
text-align: center;
background: #fdea79;
z-index: 0;
top: 0px;
left: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_five span::after {
position: absolute;
content: '';
width: 65px;
height: 27px;
background: #fdea79;
bottom: -17px;
left: -4px;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 5px;
transform: rotate(-17deg);
z-index: -1;
}
.service_inner.type_five .content_inner {
padding: 30px 30px 15px;
text-align: center;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_five:hover .content_inner {
background: #fff;
transform: translateY(-40px);
}
.service_inner.type_five .content_inner h2 {
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin-bottom: 7px;
}
.service_inner.type_five .content_inner h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_five .content_inner p {
padding-bottom: 15px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
border-bottom: 1px dashed transparent;
}
.service_inner.type_five:hover .content_inner p {
border-bottom: 1px dashed #e6e6e6;
}
.service_inner.type_five .content_inner a.r_more {
display: block;
padding-top: 15px;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
line-height: 22px;
color: #252525;
transform: translateY(83px);
position: absolute;
width: 100%;
z-index: 10;
left: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_five:hover .content_inner a.r_more {
transform: translateY(0px);
} .service_all.tp_six {
position: relative;
padding: 100px 0px 70px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/service/service-02-bg-1.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.service_all.tp_six .heading_content {
position: relative;
margin-bottom: 40px;
}
.service_all.tp_six .heading_content h1 {
font-size: 40px;
font-weight: 700;
color: #252525;
line-height: 50px;
}
.service_all.tp_six .heading_content p {
margin-bottom: 20px;
}
.service_all.tp_six .heading_content a {
font-size: 14px;
font-weight: 700;
color: #252525;
text-transform: uppercase;
}
.service_all.tp_six .heading_content a span {
font-size: 13px;
margin-right: 10px;
color: #fdea79;
}
.service_inner.type_six {
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 0;
background: transparent;
cursor: pointer;
padding: 25px 10px 25px 0px;
}
.service_inner.type_six::before {
position: absolute;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: -1;
background: #fff;
content: '';
cursor: pointer;
width: 106%;
height: 100%;
left: -20px;
top: 0px;
opacity: 0;
}
.service_inner.type_six:hover::before {
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .05);
opacity: 1;
}
.service_inner.type_six .icon {
font-size: 60px;
line-height: 60px;
color: #fdea79;
margin-bottom: 13px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: block;
}
.service_inner.type_six:hover {
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .05);
background: #fff;
opacity: 1;
}
.service_inner.type_six h2 a {
font-size: 22px;
font-weight: 700;
color: #252525;
display: block;
margin-bottom: 10px;
line-height: 28px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_inner.type_six:hover h2 a {
color: #fdea79;
}
.contact_type_three.style_one {
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/home-4-contact-bg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.contact_type_three.style_two {
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/service/service-02-contact-bg-1.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.contact_type_three.style_one input[type="text"],
.contact_type_three.style_one .ui-selectmenu-button,
.contact_type_three.style_one textarea {
position: relative;
width: 100%!important;
height: 60px;
background: #fff;
border: 1px solid transparent!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #aaaaaa;
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .01);
font-weight: 600;
}
@media(max-width:992px) {
.contact_type_three.style_one input[type="text"],
.contact_type_three.style_one .ui-selectmenu-button,
.contact_type_three.style_one textarea {
background: transparent;
border: 1px solid #383838!important;
color: #fff;
}
}
@media(max-width:3000px) and (min-width:992px) {
.contact_type_three.style_one .ui-state-hover,
.contact_type_three.style_one .ui-widget-content .ui-state-hover,
.contact_type_three.style_one .ui-widget-header .ui-state-hover,
.contact_type_three.style_one .ui-state-focus,
.contact_type_three.style_one.ui-widget-content .ui-state-focus,
.contact_type_three.style_one .ui-widget-header .ui-state-focus,
.contact_type_three.style_one .ui-button:hover,
.contact_type_three.style_one .ui-button:focus {
background: #fff!important;
}
.contact_type_three.style_one input::placeholder {
color: #aaaaaa;
}
.contact_type_three.style_one textarea::placeholder {
color: #aaaaaa;
}
.contact_type_three.style_one .form_appointment .ui-selectmenu-text {
color: #aaaaaa!important;
}
.contact_type_three.style_one .form_appointment [type="checkbox"]:checked+label:before,
.contact_type_three.style_one .form_appointment [type="checkbox"]:not(:checked)+label:before {
border: 1px solid #d4d4d4;
}
.contact_type_three.style_one .form_appointment [type="checkbox"]:checked+label,
.contact_type_three.style_one .form_appointment [type="checkbox"]:not(:checked)+label {
color: #808080;
}
}
.contact_type_three .project_consultation {
position: relative;
padding: 120px 0px 40px;
}
.contact_type_three .project_consultation h2 {
font-size: 40px;
line-height: 48px;
font-weight: 700;
color: #fff;
margin-bottom: 20px;
}
.contact_type_three .pro_box {
position: relative;
padding: 40px;
background: #fdea79;
border: 1px dashed #12761d;
margin-bottom: 40px;
}
.contact_type_three .pro_box h3 {
font-size: 24px;
font-weight: 700;
color: #fff;
line-height: 30px;
margin-bottom: 10px;
}
.contact_type_three .pro_box h6 {
font-size: 48px;
line-height: 54px;
color: #fff;
font-weight: 700;
margin-bottom: 0px;
}
.contact_type_three .pro_box p {
font-size: 16px;
color: #fff;
}
.contact_type_three .pro_box a {
width: 100%;
height: 50px;
line-height: 50px;
font-weight: 500;
border-radius: 50px;
background: #1c8828;
margin-top: 30px;
}
.contact_type_three .form_appointment {
padding: 100px 0px 70px 100px;
}
@media(max-width:992px) {
.contact_type_three .form_appointment {
padding: 0px 0px 70px 0px;
}
.contact_type_three.style_one {
background-position: 1% 0px;
}
.contact_type_three.style_two {
background-position: 61% 0px;
}
}
.contact_type_three.style_one .project_consultation {
padding: 100px 0px 40px;
}
.contact_type_three.style_one .heading h2 {
font-family: 'montserrat', sans-serif;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
line-height: 26px;
color: #fdea79;
margin-bottom: 20px;
display: inline-block;
position: relative;
}
.contact_type_three.style_one .pro_box {
background: #000;
}
.contact_type_three.style_one .pro_box h3 {
color: #fdea79;
}
.contact_type_three.style_one .heading {
margin-bottom: 0px;
}
.contact_type_three.style_one .heading h1 {
color: #fff;
}
.contact_type_three.style_one .heading .broder_style_left::before {
background: #fdea79;
}
.contact_type_three.style_one .heading .broder_style_left::after {
background: #fdea79;
} .testimonial_all.tp_four {
position: relative;
padding: 80px 0px 70px;
background: #fff;
}
.testimonial_all.tp_four.style_two {
position: relative;
padding: 100px 0px 70px;
background: #f6f2f1;
}
.testimonial_all.tp_four .owl-carousel .owl-nav.disabled {
display: block;
}
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-prev,
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-next {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
color: #a8a8a8;
border-radius: 50px;
border: 1px solid #a8a8a8;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
position: relative;
}
@media(max-width:1200px) {
.testimonial_all.tp_four .owl-carousel .owl-nav {
position: relative;
text-align: center;
}
}
@media(max-width:3000px) and (min-width:1200px) {
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-prev,
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-next {
position: absolute;
}
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-prev {
top: 45%;
left: 0;
}
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-next {
top: 45%;
right: 0;
}
}
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-next .icon-next {
transform: rotate(360deg);
display: block;
line-height: 60px;
}
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-prev .prev {
transform: rotate(180deg);
display: block;
line-height: 60px;
}
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-prev:hover,
.testimonial_all.tp_four .owl-carousel .owl-nav .owl-next:hover {
color: #fdea79;
border: 1px solid #fdea79;
}
.testimonial_all.tp_four .heading_inner {
position: relative;
margin-bottom: 20px;
text-align: center;
}
.testimonial_all.tp_four .heading_inner h1 {
font-size: 40px;
line-height: 48px;
color: #252525;
font-weight: 700;
}
.testimonial_inner.type_four {
position: relative;
background: #fff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
margin: 20px 20px 60px;
text-align: center;
padding: 40px 60px;
}
@media(max-width:450px) {
.testimonial_inner.type_four {
padding: 30px;
}
}
@media(max-width:3000px) and (min-width:992px) {
.testimonial_inner.type_four::before {
position: absolute;
content: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/leaves.png);
top: -31px;
left: 0;
}
}
.testimonial_all.tp_four.style_two .testimonial_inner.type_four::after {
position: absolute;
content: '';
height: 0px;
border-right: 33px solid transparent;
border-top: 33px solid #fff;
border-left: 33px solid #fff;
border-bottom: 33px solid transparent;
bottom: -51px;
left: 0px;
}
@media(max-width:3000px) and (min-width:1200px) {
.testimonial_type_five .single_items {
padding: 0px 60px;
}
.testimonial_inner.type_four {
margin: 60px 80px 30px;
padding: 60px 105px;
}
.testimonial_all.tp_four.style_two .testimonial_inner.type_four {
margin: 60px 80px 80px;
padding: 60px 105px;
}
}
.testimonial_inner.type_four ul {
position: relative;
margin-bottom: 20px;
}
.testimonial_inner.type_four ul li span {
font-size: 18px;
color: #fdea79;
}
.testimonial_inner.type_four h6 {
font-size: 20px;
color: #808080;
font-weight: 600;
line-height: 26px;
margin-bottom: 20px;
}
.testimonial_inner.type_four h2 {
font-size: 22px;
color: #252525;
font-weight: 700;
line-height: 28px;
}
.testimonial_inner.type_four h2 span {
font-size: 16px;
color: #fdea79;
}
.testimonial_inner.type_four span.icon {
position: absolute;
font-size: 60px;
line-height: 60px;
opacity: .05;
top: 93px;
left: 69px;
}
.view_all_testimonial {
position: relative;
text-align: right;
}
@media(max-width:3000px) and (min-width:1200px) {
.view_all_testimonial {
padding: 0px 80px;
}
}
.view_all_testimonial a {
position: relative;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
font-weight: 700;
color: #fdea79;
}
.view_all_testimonial a span {
display: inline-block;
vertical-align: middle;
line-height: normal;
margin-right: 8px;
}
.view_all_testimonial a::before {
position: absolute;
content: '';
bottom: 0;
right: 0;
width: 144px;
height: 1px;
background: #fdea79;
} .service_details {
position: relative;
padding: 100px 0px 70px;
}
.service_siderbar {
position: relative;
padding-right: 30px;
margin-bottom: 40px;
}
@media(max-width:992px) {
.service_siderbar {
padding: 0px;
}
}
.service_details .service_single_links {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
padding: 20px 40px;
margin-bottom: 40px;
}
.service_details .service_single_links ul li {
padding: 13px 0px;
border-bottom: 1px solid #e6e6e6;
position: relative;
overflow: hidden;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.service_details .service_single_links ul li:last-child {
border-bottom: 0px;
}
.service_details .service_single_links ul li a {
font-size: 16px;
color: #808080;
font-weight: 500;
line-height: 30px;
}
.service_details .service_single_links ul li:before {
content: "\e901";
font-family: 'icomoon';
position: absolute;
width: 60px;
height: 100%;
background: #fdea79;
top: 0;
left: 0;
line-height: 54px;
text-align: center;
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
transform: translateX(-161px);
}
.service_details .service_single_links ul li:hover {
padding-left: 80px;
}
.service_details .service_single_links ul li:hover:before {
transform: translateX(0px);
}
.service_details .offer_box {
position: relative;
margin-bottom: 40px;
}
.service_details .offer_box span.icon {
color: #fff;
font-size: 54px;
line-height: 110px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
z-index: 10;
width: 110px;
height: 110px;
border-radius: 50%;
background: #fdea79;
}
.service_details .offer_box span.icon::after {
color: #fff;
position: absolute;
content: '';
top: 5px;
left: 5px;
z-index: 15;
width: 100px;
height: 100px;
border-radius: 50%;
background: transparent;
border: 2px dotted #fff;
}
.service_details .offer_box img {
width: 100%!important;
}
.service_details .content_outer {
position: relative;
padding: 10px;
background: #1c1c1c;
}
.service_details .content_inner {
position: relative;
border: 1px dashed rgba(255, 255, 255, .5);
text-align: center;
padding: 40px 30px;
}
.service_details .content_inner h2 {
font-size: 24px;
color: #fdea79;
font-weight: 700;
line-height: 28px;
margin-bottom: 15px;
}
.service_details .content_inner h6 {
font-size: 40px;
line-height: 48px;
font-weight: 700;
color: #eaf721;
margin-bottom: 5px;
text-transform: uppercase;
}
.service_details .content_inner p {
color: #fff;
margin-bottom: 20px;
}
.service_details .content_inner a.theme_btn {
border-radius: 50px;
}
.service_details .pdf_download {
position: relative;
margin-bottom: 30px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/service/pdf-bg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 40px;
text-align: center;
}
.service_details .pdf_download img {
margin-bottom: 30px;
}
.service_details .pdf_download h2 {
font-size: 30px;
line-height: 36px;
font-weight: 700;
color: #fdea79;
margin-bottom: 30px;
}
.service_details .pdf_download a.theme_btn {
border-radius: 50px;
color: #4f4039;
background: #fdea79;
}
.service_details .service_details_image_caro {
display: none;
margin-bottom: 50px;
}
.service_details .service_details_image {
display: block;
}
.service_details .service_details_image_caro .owl-carousel .owl-nav,
.service_details .service_details_image_caro .owl-carousel .owl-dot {
display: none!important;
}
@media(max-width:992px) {
.service_details .service_details_image {
display: none;
}
.service_details .service_details_image_caro {
display: block!important;
}
}
.service_details .service_details_image_caro img {
width: 100%!important;
}
.service_details .service_details_image .padding_lg {
padding-left: 5px;
}
.service_details .service_details_image .image {
margin-bottom: 10px;
}
.service_details .service_details_image .padding_rg {
padding-right: 5px;
}
.left_service_details h2.sub_title {
font-size: 40px;
line-height: 48px;
font-weight: 700;
color: #252525;
margin-bottom: 20px;
}
.left_service_details .service_description {
position: relative;
margin-bottom: 40px;
}
.left_service_details .service_description p {
margin-bottom: 20px;
}
.left_service_details .service_description p span {
color: #fdea79;
font-weight: 700;
}
.service_details_image {
position: relative;
margin-bottom: 60px;
}
.services_include {
position: relative;
margin-bottom: 30px;
}
.services_include h2 {
font-size: 30px;
font-weight: 700;
color: #252525;
line-height: 36px;
margin-bottom: 10px;
}
.services_include p {
margin-bottom: 20px;
}
.services_include ul li {
font-size: 16px;
position: relative;
font-weight: 400;
color: #808080;
line-height: 38px;
padding-left: 30px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.services_include ul li::before {
position: absolute;
content: "\e922";
font-family: 'icomoon';
font-size: 20px;
color: #4f4039;
left: 0;
}
.services_include ul li:hover {
color: #fdea79;
}
.emergency_inner_ser {
position: relative;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/service/service_emer.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 20px 40px 40px;
text-align: center;
margin-bottom: 30px;
}
.emergency_inner_ser span {
font-size: 50px;
line-height: 50px;
color: #4f4039;
position: relative;
z-index: 0;
display: block;
margin-bottom: 45px;
}
.emergency_inner_ser span::after {
position: absolute;
content: '';
width: 80px;
height: 100px;
top: -20px;
margin-left: -66px;
background: #fff;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 50px;
z-index: -1;
}
.emergency_inner_ser h2 {
font-size: 30px;
font-weight: 700;
color: #fdea39;
line-height: 36px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.emergency_inner_ser p {
font-size: 30px;
font-weight: 700;
color: #fdea39;
line-height: 36px;
padding-top: 10px;
}
.different_services {
position: relative;
margin-bottom: 40px;
padding-top: 30px;
}
.different_services .nav-tabs .nav-item {
position: relative;
}
.different_services .nav-tabs .nav-item .nav-link {
position: relative;
padding: 0px;
}
.different_services .nav-tabs .nav-item .nav-link span {
font-size: 40px;
line-height: 50px;
display: block;
color: #4f4039;
float: left;
}
.different_services .nav-tabs .nav-item .nav-link h2 {
font-size: 20px;
color: #252525;
font-weight: 700;
text-align: left;
line-height: 26px;
margin-left: 60px;
}
.service_tb {
height: 90px;
width: 245px;
background: #fff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
padding: 19px 20px 20px 20px;
z-index: 0;
border: 2px solid #fff;
}
.service_tb::before {
content: "\f00c";
position: absolute;
top: -15px;
right: 30px;
font-size: 18px;
color: #fff;
width: 30px;
height: 30px;
border-radius: 50px;
line-height: 30px;
text-align: center;
font-family: 'FontAwesome';
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
z-index: 10;
background: #fdea79;
}
.different_services .nav-tabs .nav-item.show .nav-link .service_tb,
.different_services .nav-tabs .nav-link.active .service_tb {
border: 2px solid #fdea79;
z-index: 0;
}
.different_services .nav-tabs .nav-item.show .nav-link .service_tb::before,
.different_services .nav-tabs .nav-link.active .service_tb::before {
opacity: 1;
}
.service_details .tab-content {
padding: 30px 5px;
}
.different_services .df_service_inner {
position: relative;
}
@media(max-width:992px) {
.different_services .df_service_inner {
margin-bottom: 30px;
}
}
.different_services .df_service_inner p {
margin-bottom: 20px;
}
.different_services .df_service_inner ul li {
position: relative;
font-size: 16px;
color: #808080;
font-weight: 400;
line-height: 36px;
padding-left: 30px;
}
.different_services .df_service_inner ul li::before {
position: absolute;
content: '';
width: 10px;
height: 10px;
border-radius: 50px;
background: #4f4039;
left: 0;
top: 13px;
}
.different_services .image img {
width: 100%;
margin-top: 10px;
}
.service_details .app_type_two {
position: relative;
}
.service_details .app_type_two h2 {
font-size: 30px;
font-weight: 700;
line-height: 36px;
margin-bottom: 20px;
}
.app_type_two input[type="text"],
.app_type_two .ui-selectmenu-button,
.app_type_two textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #252525;
font-weight: 400;
}
.app_type_two input::placeholder {
color: #808080;
}
.app_type_two .form-group.date_clan::before {
position: absolute;
content: "\e91d";
top: 16px;
right: 20px;
font-size: 16px;
color: #808080;
font-family: 'icomoon';
}
.service_details .form_appointment.app_type_two [type="checkbox"]:checked+label:before,
.service_details .form_appointment.app_type_two [type="checkbox"]:not(:checked)+label:before {
border-color: #e6e6e6
} .blog_single_details {
position: relative;
padding: 100px 0px 70px;
}
.left_blog_details .blog_single_inner {
position: relative;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
margin-bottom: 40px;
}
.left_blog_details .blog_single_inner .content_inner {
position: relative;
padding: 30px;
}
.left_blog_details .blog_single_inner .content_inner p {
margin-bottom: 30px;
}
.left_blog_details .blog_single_inner .content_inner img {
margin-bottom: 30px;
}
.left_blog_details .blog_single_inner .content_inner .tag {
padding-bottom: 30px;
}
.left_blog_details .blog_single_inner .tag a {
border: 1px dashed #fdea79;
padding: 6px 15px;
color: #fdea79;
}
.left_blog_details .blog_single_inner .tag a span {
color: #fdea79;
margin-right: 10px;
line-height: 26px;
}
.left_blog_details .blog_single_inner .content_inner h2 {
margin-bottom: 20px;
}
.left_blog_details .blog_single_inner .content_inner h2 a {
font-size: 30px;
font-weight: 700;
line-height: 36px;
display: block;
color: #252525;
}
.left_blog_details .blog_single_inner .content_inner small {
font-size: 22px;
line-height: 30px;
padding: 4px 20px;
background: #fdea79;
font-weight: 700;
color: #fff;
margin-bottom: 30px;
display: block;
}
.left_blog_details .blog_single_inner ul {
position: relative;
margin-bottom: 20px;
}
.left_blog_details .blog_single_inner .content_inner ul li {
display: inline-block;
margin-right: 8px;
font-size: 13px;
text-transform: uppercase;
color: #808080;
position: relative;
margin-right: 20px;
}
.left_blog_details .blog_single_inner .content_inner ul li:last-child {
margin: 0px;
}
.left_blog_details .blog_single_inner .content_inner ul li span {
color: #fdea79;
margin-right: 5px;
}
.left_blog_details .blog_single_inner ul li::before {
position: absolute;
height: 15px;
border: .5px dashed #bcbcbc;
content: '';
right: -13px;
top: 4px;
}
.left_blog_details .blog_single_inner ul li:last-child::before {
display: none;
}
.left_blog_details .media_extra {
padding: 30px;
border-top: 1px solid #e6e6e6;
}
.left_blog_details .media_extra ul li {
display: inline-block;
font-size: 16px;
font-weight: 600;
color: #252525;
}
.left_blog_details .media_extra ul li a {
color: #808080;
font-weight: 400;
}
.left_blog_details .media_extra ul.media_icon {
float: right;
}
.left_blog_details .blog_single_inner .media_extra ul {
position: relative;
margin: 0px;
}
.left_blog_details .blog_single_inner .media_extra ul.tags_in {
padding-top: 8px;
}
.left_blog_details .blog_single_inner .media_extra ul li::before {
display: none;
}
.left_blog_details .blog_single_inner .media_extra ul.media_icon li {
margin-right: 10px;
}
.left_blog_details .blog_single_inner .media_extra ul.media_icon li a {
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
display: block;
border-radius: 50px;
border: 2px dotted #d2d2d2;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.left_blog_details .blog_single_inner .media_extra ul.media_icon li:last-child {
margin-right: 0px;
}
.left_blog_details .blog_single_inner .media_extra ul.media_icon li a:hover {
border: 2px dotted #fdea79;
color: #fdea79;
}
.next_prev_post {
position: relative;
margin-bottom: 40px;
}
.next_prev_post ul li {
width: 50%;
float: left;
}
.next_prev_post ul li .prev_post .image {
float: left;
width: 28%;
text-align: left;
margin-top: 5px;
}
.next_prev_post ul li .prev_post .text {
width: 72%;
float: right;
}
.next_prev_post ul li .prev_post .text p {
margin-bottom: 10px;
}
.next_prev_post ul li .prev_post .text p i {
margin-right: 10px;
}
.next_prev_post ul li .prev_post .text h2 {
font-size: 20px;
color: #252525;
font-weight: 700;
line-height: 26px;
}
.next_prev_post ul li .next_post .image {
float: right;
width: 28%;
text-align: right;
margin-top: 5px;
}
.next_prev_post ul li .next_post .text {
float: left;
width: 72%;
text-align: right;
}
.next_prev_post ul li .next_post .text p {
margin-bottom: 10px;
}
.next_prev_post ul li .next_post .text p i {
margin-left: 10px;
}
.next_prev_post ul li .next_post .text h2 {
font-size: 20px;
color: #252525;
font-weight: 700;
line-height: 26px;
}
.same_authour {
position: relative;
padding: 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
margin-bottom: 40px;
}
.same_authour .image {
float: left;
}
.same_authour .content {
margin-left: 120px;
position: relative;
}
@media(max-width:600px) {
.same_authour .image {
float: none;
margin-bottom: 30px;
}
.same_authour .content {
margin-left: 0px;
}
}
.same_authour .content h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
}
.same_authour .content p.work {
font-size: 16px;
font-weight: 500;
line-height: 26px;
color: #fdea79;
}
.same_authour .content p.desc {
padding: 20px 0px;
}
.same_authour .content ul li {
position: relative;
display: inline-block;
margin-right: 30px;
}
.same_authour .content ul li a.theme_btn {
border-radius: 50px;
}
.same_authour .content ul li a.share {
color: #808080;
}
.same_authour .content ul li a.share i {
font-size: 16px;
color: #808080;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
border: 1px solid #e6e6e6;
}
.commemts h2.title {
font-size: 30px;
font-weight: 700;
line-height: 36px;
margin-bottom: 30px;
}
.commemts .inner-coment {
position: relative;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #e6e6e6;
}
.commemts .inner-coment:last-child {
border: 0px;
}
.commemts .inner-coment.two {
padding-left: 100px;
}
.commemts .inner-coment .image {
float: left;
}
.commemts .inner-coment .comment-text {
margin-left: 100px;
}
.commemts .inner-coment .comment-text h2.name {
font-size: 20px;
font-weight: 700px;
margin-bottom: 10px;
}
.commemts .inner-coment .comment-text h2.name span {
color: #808080;
font-size: 16px;
font-weight: 400;
}
.commemts .inner-coment .comment-text p {
margin-bottom: 20px;
}
.commemts .inner-coment .comment-text a {
color: #252525;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
}
.comment_form {
position: relative;
background: #fff;
padding: 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .08);
margin-bottom: 35px;
}
.comment_form input[type="text"],
.comment_form textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
}
.comment_form textarea {
height: inherit;
}
.comment_form .check_box {
margin-top: 30px!important;
}
.comment_form .mg_top {
margin-top: 20px;
}
.comment_form [type="checkbox"]:checked,
.comment_form [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.comment_form [type="checkbox"]:checked+label,
.comment_form [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #666;
}
.comment_form [type="checkbox"]:checked+label:before,
.comment_form [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #e6e6e6;
background: transparent;
}
.comment_form [type="checkbox"]:checked+label:after,
.comment_form [type="checkbox"]:not(:checked)+label:after {
content: '';
width: 15px;
height: 15px;
background: #fdea79;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.comment_form [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.comment_form [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.comment_form .theme_btn {
border: 0px;
box-shadow: inherit;
border-radius: 50px;
}
.blog_siderbar {
position: relative;
margin-bottom: 30px;
margin-left: 30px;
}
.blog_siderbar .search_box {
position: relative;
margin-bottom: 30px;
}
@media(max-width:600px) {
.commemts .inner-coment.two {
padding-left: 0px;
}
}
@media(max-width:992px) {
.blog_siderbar {
margin-left: 0px;
}
}
.blog_siderbar .search_box input {
position: relative;
position: relative;
width: 100%!important;
height: 54px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px 30px;
line-height: 54px;
font-family: 'arvo', serif;
font-size: 16px;
color: #fff;
border-radius: 50px;
font-weight: 600;
}
.blog_siderbar .search_box .sch_btn {
width: 130px;
position: absolute;
top: 5px;
right: 5px;
height: 44px;
border-radius: 50px;
background: #fdea79;
border: 0px;
color: #fff;
box-shadow: inherit;
}
.blog_siderbar .category_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.category_blog {
position: relative;
margin-bottom: 30px;
}
.blog_siderbar .inner_box {
position: relative;
padding: 30px 25px;
}
.cat_inner ul li {
padding: 10px 20px;
margin-bottom: 8px;
border: 1px solid #e6e6e6;
overflow: hidden;
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.cat_inner ul li a {
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.cat_inner ul li:hover {
border: 1px solid #fdea79;
}
.cat_inner ul li:hover a {
color: #fdea79;
}
.cat_inner ul li span {
height: 100%;
width: 60px;
text-align: center;
color: #fff;
background: #fdea79;
display: block;
top: 0;
position: absolute;
line-height: 47px;
right: -100px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.cat_inner ul li:hover span {
right: 0;
}
.blog_siderbar .popular_post_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.popular_post_blog {
position: relative;
margin-bottom: 30px;
}
.popular_post_blog .blog_in {
position: relative;
margin-bottom: 15px;
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}
.popular_post_blog .blog_in:last-child {
border: 0px;
margin-bottom: 10px;
}
.popular_post_blog .blog_in .image {
float: left;
margin-top: 4px;
}
.popular_post_blog .image .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(32, 158, 46, .9);
overflow: hidden;
width: 100%;
height: 100%;
opacity: 0;
transition: .5s ease;
}
.popular_post_blog .blog_in:hover .image .overlay {
opacity: 1;
}
.popular_post_blog .image .overlay span {
color: #fff;
font-size: 30px;
line-height: 30px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.popular_post_blog .blog_in .content_inner {
margin-left: 90px;
position: relative;
}
.popular_post_blog .blog_in .content_inner h2 {
padding: 0;
border: 0px;
}
.popular_post_blog .blog_in .content_inner p {
position: relative;
font-size: 13px;
}
.popular_post_blog .blog_in .content_inner p span {
margin-right: 8px;
font-size: 13px;
}
.popular_post_blog .blog_in .content_inner h2 a {
font-size: 18px;
color: #252525;
font-weight: 700;
line-height: 24px;
display: block;
}
.blog_siderbar .archive_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.archive_blog {
position: relative;
margin-bottom: 30px;
}
.arch_inner ul li {
padding: 10px 20px;
margin-bottom: 8px;
border: 1px solid #e6e6e6;
overflow: hidden;
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.arch_inner ul li a::before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 19px;
color: #888888;
font-size: 16px;
top: 10px;
}
.arch_inner ul li a {
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.blog_siderbar .instagram_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.instagram_blog {
position: relative;
margin-bottom: 30px;
}
.insta_inner ul li {
display: inline-block;
}
.blog_siderbar .tag_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.tag_blog {
position: relative;
margin-bottom: 30px;
}
.tag_inner a {
font-size: 16px;
color: #808080;
margin-bottom: 10px;
display: inline-block;
margin-right: 10px;
position: relative;
}
.tag_inner a:nth-child(3) {
font-size: 20px;
}
.tag_inner a:nth-child(5) {
font-size: 20px;
}
.tag_inner a:nth-child(9) {
font-size: 20px;
}
.tag_inner a:nth-child(11) {
font-size: 20px;
}
.tag_inner a:nth-child(12) {
font-size: 20px;
}
.tag_inner a:nth-child(14) {
font-size: 20px;
}
.blog_siderbar .subscribe_blog {
border: 1px solid #e6e6e6;
position: relative;
}
.subscribe_blog {
position: relative;
margin-bottom: 30px;
}
.sub_inner input[type="text"] {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
}
.sub_inner input::placeholder {
color: #808080;
}
.sub_inner .theme_btn {
border-radius: 50px;
margin-top: 20px;
box-shadow: 0px;
width: 100%;
border: 0px;
}
.side_title {
font-size: 24px;
font-weight: 700;
line-height: 30px;
padding: 10px 20px 10px 40px;
border-bottom: 1px solid #e6e6e6;
}
.side_title::before {
position: absolute;
content: '';
width: 4px;
height: 15px;
background: #808080;
left: 28px;
top: 16px;
}
.side_title::after {
position: absolute;
content: '';
width: 2px;
height: 15px;
background: #808080;
left: 23px;
top: 16px;
} .blog_left_sidebar {
padding: 100px 0px 100px;
position: relative;
}
.left_sidebar_details.news_type_one {
padding: 0px;
}
.blog_left_sidebar .blog_siderbar {
margin-left: 0px;
margin-right: 30px;
}
@media(max-width:992px) {
.blog_left_sidebar .blog_siderbar {
margin-right: 0px;
}
}
.blog_right_sidebar {
padding: 100px 0px 100px;
position: relative;
}
.right_sidebar_details.news_type_one {
padding: 0px;
}
.blog_right_sidebar .blog_siderbar {
margin-left: 30px;
}
@media(max-width:992px) {
.blog_right_sidebar .blog_siderbar {
margin-left: 0px;
}
}
.latest_news_inner.type_four .bottom_box li::before {
display: none!important;
}
.latest_news_inner.type_four .bottom_box li a.theme_btn {
border-radius: 50px;
}
.latest_news_inner.type_four .bottom_box li:last-child {
float: right;
}
.latest_news_inner.type_four .bottom_box a.share i {
font-size: 16px;
color: #808080;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
border: 1px solid #e6e6e6;
margin-left: 10px;
}
.latest_news_inner.type_four {
position: relative;
margin: 0px 0px 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
background: #fff;
}
.latest_news_inner.type_four .content_inner {
position: relative;
padding: 30px;
z-index: 11;
}
.latest_news_inner.type_four .tag {
position: relative;
}
.latest_news_inner.type_four .tag a {
border: 1px dashed #fdea79;
padding: 6px 15px;
color: #fdea79;
}
.latest_news_inner.type_four .tag a span {
color: #fdea79;
margin-right: 10px;
line-height: 26px;
}
.latest_news_inner.type_four .content_inner h2 {
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin-bottom: 15px;
margin-top: 18px;
}
.latest_news_inner.type_four .content_inner h2:hover a {
color: #fdea79;
}
.latest_news_inner.type_four .content_inner h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.latest_news_inner.type_four .content_inner p {
margin: 25px 0px;
}
.latest_news_inner.type_four .content_inner a.r_more {
text-transform: uppercase;
font-size: 14px;
color: #252525;
font-weight: 600;
line-height: 24px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
margin-bottom: 20px;
padding-bottom: 17px;
border-bottom: 1px dashed #e2e2e2;
display: block;
}
.latest_news_inner.type_four .content_inner a.r_more span {
margin-right: 10px;
color: #808080;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.latest_news_inner.type_four .content_inner a.r_more:hover {
color: #fdea79;
}
.latest_news_inner.type_four .content_inner a.r_more:hover span {
color: #fdea79;
}
.latest_news_inner.type_four .image {
display: block;
position: relative;
}
.latest_news_inner.type_four .image img {
width: 100%;
}
.latest_news_inner.type_four .image .overlay {
position: absolute;
bottom: 100%;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .8);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.latest_news_inner.type_four:hover .overlay {
bottom: 0;
height: 100%;
}
.latest_news_inner.type_four .image span.icon {
color: #fff;
font-size: 30px;
line-height: 36px;
position: absolute;
top: 52%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.latest_news_inner.type_four .image span.icon::after {
width: 70px;
height: 70px;
position: absolute;
content: '';
border-radius: 50px;
border: 1px dashed #fff;
background: none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
left: -19px;
top: -18px;
}
.latest_news_inner.type_four ul li {
display: inline-block;
margin-right: 8px;
font-size: 13px;
text-transform: uppercase;
color: #808080;
position: relative;
}
.latest_news_inner.type_four ul li:nth-child(2) {
margin-right: 20px;
}
.latest_news_inner.type_four ul li:nth-child(2)::before {
position: absolute;
height: 15px;
border: .5px dashed #bcbcbc;
content: '';
right: -13px;
top: 4px;
}
.latest_news_inner.type_four ul li span {
color: #fdea79;
margin-right: 5px;
} .pagination_box {
position: relative;
text-align: center;
}
@media(max-width:992px) {
.pagination_box {
margin-bottom: 60px;
}
}
.pagination_box ul {
position: relative;
display: block;
text-align: center;
}
.pagination_box ul li {
display: inline-block;
padding: 0px 10px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
border-radius: 50px;
}
.pagination_box .page-item .page-link {
padding: 0px;
}
.pagination_box ul li a {
width: 52px;
height: 52px;
border-radius: 50px;
border: 2px solid #e6e6e6;
line-height: 50px;
text-align: center;
font-size: 16px;
color: #808080;
font-weight: 600;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.pagination_box .page-link:focus {
z-index: 2;
outline: 0;
box-shadow: none;
}
.pagination_box ul li:hover a {
background: #fff;
border: 2px solid #fdea79;
color: #fdea79;
}
.pagination_box_type_two {
position: relative;
margin-top: 30px;
}
.pagination_box_type_two ul {
display: block;
border-top: 1px solid #e6e6e6;
}
.pagination_box_type_two .page-item:first-child {
float: left;
border-right: 1px solid #e6e6e6;
}
.pagination_box_type_two .page-item:last-child {
float: right;
border-left: 1px solid #e6e6e6;
}
.pagination_box_type_two .page-item {
padding: 30px 50px;
border: 0px;
}
.pagination_box_type_two .page-item a {
border: 0px;
padding: 0px;
font-size: 16px;
font-weight: 700;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
color: #252525;
text-transform: uppercase;
}
.pagination_box_type_two .page-link:focus {
z-index: 2;
outline: 0;
box-shadow: none;
}
.pagination_box_type_two .page-link:hover {
color: #fdea79;
background: transparent;
} .address_type_two.style_one {
position: relative;
padding: 100px 0px;
background: #f3f3f3;
}
.address_type_two.style_one .address_inner {
position: relative;
text-align: center;
cursor: pointer;
background: #fff;
padding: 63px 40px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .01);
}
.address_type_two.style_one .addres_box .address_inner.mid {
padding: 40px 40px;
}
.address_type_two.style_one .address_inner span {
font-size: 70px;
color: #b8b8b8;
line-height: 76px;
margin-bottom: 15px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_two.style_one .address_inner h2 {
font-size: 22px;
color: #252525;
line-height: 28px;
font-weight: 700;
margin-bottom: 10px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_two.style_one .addres_box .address_inner a {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
color: #252525;
margin-top: 20px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_two.style_one .addres_box .address_inner:hover a {
color: #fdea79;
}
.address_type_two.style_one .addres_box .address_inner:hover span {
color: #fdea79;
}
.address_type_two.style_one .addres_box .address_inner:hover h2 {
color: #fdea79;
}
.address_type_two.style_two {
position: relative;
padding: 100px 0px;
}
.address_type_two.style_two .addres_box {
position: relative;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
padding: 40px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/address-box-contact.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
min-height: 358px;
}
.address_type_two.style_two .addres_box .address_inner {
position: relative;
text-align: center;
cursor: pointer;
}
.address_type_two.style_two .addres_box .address_inner.side {
padding: 30px 0px 30px;
}
@media (max-width:3000px) and (min-width:1200px) {
.address_type_two.style_two .addres_box .address_inner.mid {
padding: 10px 20px 10px;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
}
.address_type_two.style_two .addres_box .address_inner span {
font-size: 70px;
color: #b8b8b8;
line-height: 76px;
margin-bottom: 15px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_two.style_two .addres_box .address_inner h2 {
font-size: 22px;
color: #252525;
line-height: 28px;
font-weight: 700;
margin-bottom: 10px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_two.style_two .addres_box .address_inner a {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
color: #252525;
margin-top: 30px;
display: block;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.address_type_two.style_two .addres_box .address_inner:hover a {
color: #fdea79;
}
.address_type_two.style_two .addres_box .address_inner:hover span {
color: #4f4039;
}
.address_type_two.style_two .addres_box .address_inner:hover h2 {
color: #4f4039;
}
.form_contact {
position: relative;
padding-bottom: 100px;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/contact-form-inner-bg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.form_contact .form_contact_inner {
padding: 54px 54px 40px;
position: relative;
background: #fdea79;
z-index: 0;
}
.form_contact .form-group.mg_top.check_box {
margin-top: 16px;
}
@media (max-width:3000px) and (min-width:1200px) {
.form_contact .form_contact_inner::before {
width: 107%;
position: absolute;
height: 100px;
top: -100px;
left: -40px;
background: #fff;
content: '';
z-index: -10;
}
}
.form_contact .form_contact_inner .image_bg {
position: absolute;
bottom: 0px;
right: 0;
z-index: -1;
}
.form_contact .ui-selectmenu-button .ui-icon::before {
color: #808080;
}
.form_contact input[type="text"],
.form_contact .ui-selectmenu-button,
.form_contact textarea {
position: relative;
width: 100%!important;
height: 60px;
background: #fff;
border: 1px solid #fff!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #252525;
font-weight: 600;
}
.form_contact input::placeholder,
.form_contact textarea::placeholder {
color: #808080;
font-family: 'arvo', serif;
font-weight: 600;
}
.form_contact .ui-state-hover,
.form_contact .ui-widget-content .ui-state-hover,
.form_contact .ui-widget-header .ui-state-hover,
.form_contact .ui-state-focus,
.form_contact .ui-widget-content .ui-state-focus,
.form_contact .ui-widget-header .ui-state-focus,
.form_contact .ui-button:hover,
.form_contact .ui-button:focus {
background: #fff!important;
font-weight: 600!important;
}
.form_contact .ui-selectmenu-button {
line-height: 23px!important;
}
.form_contact textarea {
height: 120px!important;
line-height: inherit!important;
}
.form_contact .ui-selectmenu-text {
color: #808080;
font-family: 'arvo', serif;
font-size: 16px;
}
.form_contact [type="checkbox"]:checked,
.form_contact [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.form_contact [type="checkbox"]:checked+label,
.form_contact [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #fff;
}
.form_contact [type="checkbox"]:checked+label:before,
.form_contact [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #fff;
background: transparent;
}
.form_contact [type="checkbox"]:checked+label:after,
.form_contact [type="checkbox"]:not(:checked)+label:after {
content: '';
width: 15px;
height: 15px;
background: #fff;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.form_contact [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.form_contact [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.form_contact .form-group.apbtn {
text-align: right;
}
.form_contact .theme_btn {
border: 0px;
box-shadow: 0px;
border-radius: 30px;
height: 60px;
width: 190px;
background: #4f4039;
color: #fdea79;
} .topbar.version_v4 {
position: relative;
background: #fdea79;
}
.topbar.version_v4 .topbar-one ul li {
color: #fff;
position: relative;
line-height: 40px;
}
.topbar.version_v4 .topbar-one ul li i {
margin-right: 10px;
}
.topbar.version_v4 .topbar-one ul li:first-child {
margin-right: 35px;
}
.topbar.version_v4 .topbar-one ul li:first-child span {
font-weight: 600;
}
.topbar.version_v4 .topbar-one ul li:first-child::before {
position: absolute;
content: '';
width: 1px;
height: 25px;
background: rgba(255, 255, 255, .3);
top: 8px;
right: -20px;
}
.topbar.version_v4 ul.social_media li {
position: relative;
margin-right: 5px;
}
.topbar.version_v4 ul.social_media li.free_quote {
margin-right: 0px;
}
.topbar.version_v4 ul.social_media li a {
position: relative;
width: 40px;
display: block;
height: 40px;
text-align: center;
line-height: 38px;
border: 2px dotted #198c26;
background: #198c26;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
border-radius: 50px;
color: #fff;
}
.topbar.version_v4 ul.social_media li.free_quote a {
width: 140px;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
}
.topbar.version_v4 ul.social_media li a:hover {
background: #fdea79;
border: 2px dotted #fff;
}
.header-style-v4 .bsnav {
padding: 20px 0px;
}
.header-style-v4 .bsnav-sticky.bsnav-sticky-slide.sticked {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.header-style-v4 .navbar-expand-lg .navbar-nav .nav-link,
.header-style-v4 .navbar-nav .nav-link {
color: #252525;
padding: 24px 22px 20px;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item {
position: relative;
display: inline-block;
text-align: center;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item {
display: block;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item::before,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .dropdown-menu .nav-item::after {
display: none;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item::before {
position: absolute;
content: '';
width: 12px;
height: 10px;
background: transparent;
bottom: 15px;
border-right: 2px solid #fdea79;
border-left: 2px solid #fdea79;
margin-left: -5px;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item::after {
position: absolute;
content: '';
width: 2px;
height: 20px;
background: #fdea79;
bottom: 5px;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.active::before,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.active::after,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item:hover::before,
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item:hover::after {
opacity: 1;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.active::before {
bottom: 10px;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item.active::after {
bottom: 0;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item:hover::before {
bottom: 10px;
}
.header-style-v4 .navbar-expand-lg .navbar_left.navbar-nav .nav-item:hover::after {
bottom: 0;
}
.header-style-v4 .menu-item.dropdown .dropdown-menu {
margin-top: 20px!important;
}
.header-style-v4 .navbar_right .nav-item .nav-link {
padding: 0px;
margin-left: 30px;
}
.header-style-v4 .navbar_right .icon-search.icon {
width: 50px;
height: 50px;
line-height: 50px;
background: #fdea79;
color: #fff;
border-radius: 50px;
display: block;
text-align: center;
} .feature_all.tp_three {
position: relative;
margin-top: -60px;
}
.feature_all_inner {
position: relative;
background: #fff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
@media(max-width:3000px) and (min-width:1200px) {
.feature_all_inner .mid_column {
padding: 0px;
}
}
.feature_inner.type_three {
position: relative;
text-align: center;
padding: 50px 40px;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
border-bottom: 2px solid #fff;
}
.feature_inner.type_three:hover {
border-color: #fdea79;
}
.feature_inner.type_three.mid::before {
position: absolute;
content: '';
width: 1px;
height: 180px;
background: #e6e6e6;
left: 0;
bottom: 35px;
}
.feature_inner.type_three.mid::after {
position: absolute;
content: '';
width: 1px;
height: 180px;
background: #e6e6e6;
right: 0;
bottom: 35px;
}
.feature_inner.type_three.mid h3 {
position: absolute;
content: '';
width: 100%;
text-align: center;
top: -50px;
background: #fff;
left: 0;
height: 60px;
line-height: 85px;
border-radius: 10px;
font-size: 18px;
color: #fdea79;
text-transform: uppercase;
font-weight: 700;
}
@media(max-width:992px) {
.feature_inner.type_three.mid h3 {
display: none;
}
.feature_inner.type_three.mid::after {
display: none;
}
}
@media(max-width:768px) {
.feature_inner.type_three.mid::before {
display: none;
}
}
.feature_inner.type_three.mid h3::before {
position: absolute;
content: '';
z-index: 0;
width: 38px;
height: 23px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
border-right: 7px solid #fff;
border-top: 0px solid transparent;
border-left: 5px solid transparent;
border-bottom: 0px solid #fff;
left: -31px;
z-index: 2;
transform: rotate(23deg);
bottom: 12px;
z-index: 0;
}
.feature_inner.type_three.mid h3::after {
position: absolute;
content: '';
z-index: 0;
width: 38px;
height: 23px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
border-right: 5px solid transparent;
border-top: 0px solid transparent;
border-left: 7px solid #fff;
border-bottom: 0px solid #fff;
right: -31px;
z-index: 2;
transform: rotate(-23deg);
bottom: 12px;
z-index: 0;
}
.feature_inner.type_three small {
position: absolute;
display: block;
width: 100%;
left: 0;
text-align: center;
margin: 0 auto;
bottom: -21px;
}
.feature_inner.type_three .theme_btn {
border-radius: 50px;
height: 46px;
line-height: 46px;
width: 150px;
z-index: 40;
opacity: 0;
}
.feature_inner.type_three:hover .theme_btn {
opacity: 1;
}
.feature_inner.type_three span.icon {
font-size: 50px;
color: #fdea79;
line-height: 50px;
display: block;
margin-bottom: 15px;
}
.feature_inner.type_three h2 {
font-size: 22px;
font-weight: 700;
line-height: 28px;
margin-bottom: 5px;
}
.feature_inner.type_three h2 a {
color: #252525;
} .about_type_four {
position: relative;
padding: 120px 0px 100px;
}
.about_type_four .heading {
margin-bottom: 30px;
}
.about_inner_fr {
position: relative;
}
.about_inner_fr::before {
position: absolute;
content: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/home-4-about-img-bg.png);
top: -47px;
left: -138px;
z-index: -1;
}
.about_inner_fr .img_two {
position: absolute;
right: 65px;
bottom: -90px;
}
.about_inner_fr .img_two img {
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}
.about_inner_fr .img_two .icon {
position: absolute;
top: -45px;
display: block;
width: 90px;
height: 90px;
text-align: center;
font-size: 50px;
line-height: 90px;
background: #fdea79;
border-radius: 50px;
color: #fff;
right: -45px;
}
.about_inner_fr .img_two .icon:after {
width: 110px;
height: 110px;
border: 2px dotted #fdea79;
left: 0;
position: absolute;
content: '';
background: transparent;
border-radius: 50%;
left: -10px;
top: -10px;
}
.about_type_four .icon_box {
margin-bottom: 30px;
}
.about_type_four .icon_box_outer {
padding-bottom: 0px;
margin: 30px 0px 0px;
}
.about_type_four .icon_box_outer.tp_two span {
font-size: 40px;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
color: #fff;
}
.about_type_four .icon_box_outer .text {
margin-left: 85px;
}
.about_type_four .icon_box_outer .text h5 {
margin-bottom: 7px;
}
@media(max-width:768px) {
.about_inner_fr .img_two {
position: relative;
right: inherit;
bottom: inherit;
margin-bottom: 30px;
}
.about_inner_fr .img_two img {
width: 100%;
}
.about_inner_fr .img_two .icon {
right: 35px;
}
} .area_tp_one {
position: relative;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/home-4-areas-bg.jpg);
background-position: center;
background-repeat: no-repeat;
}
.areas_outer {
position: relative;
padding: 110px 0px 100px;
}
.area_tp_one .nav-tabs {
position: relative;
display: block;
float: left;
margin-left: -85px;
}
.area_tp_one .nav-tabs .nav-item {
display: block;
position: relative;
}
.area_tp_one .nav-tabs .nav-item .nav-link:before {
position: absolute;
content: '';
height: 0px;
border-right: 15px solid transparent;
border-top: 15px solid transparent;
border-left: 15px solid #fdea79;
border-bottom: 15px solid transparent;
z-index: 2;
right: -30px;
top: 55px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
}
.area_tp_one .nav-tabs .nav-item .nav-link.active::before {
opacity: 1;
}
.area_tp_one .nav-tabs .nav-item .nav-link {
display: block;
width: 140px;
height: 140px;
background: #fff;
padding: 26px 8px;
margin-bottom: 20px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.area_tp_one .nav-tabs .nav-item .nav-link.active {
background: #fdea79;
}
.area_tp_one .nav-tabs .nav-item .area_btn span {
font-size: 60px;
line-height: 60px;
color: #fdea79;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.area_tp_one .nav-tabs .nav-item .nav-link.active .area_btn span {
color: #fff;
}
.area_tp_one .nav-tabs .nav-item h2 {
font-size: 20px;
font-weight: 700;
color: #252525;
line-height: 26px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
padding-top: 5px;
}
.area_tp_one .nav-tabs .nav-item .nav-link.active .area_btn h2 {
color: #fff;
}
.area_tp_one .tab-content {
position: relative;
margin-left: 105px;
}
.area_tp_one .tab-content .areas_content h2 {
font-size: 30px;
line-height: 40px;
color: #fff;
margin-bottom: 10px;
font-weight: 700;
}
.area_tp_one .tab-content .areas_content p {
color: #aaaaaa;
margin-bottom: 17px;
}
.area_tp_one .tab-content .areas_content ul li {
font-size: 16px;
position: relative;
font-weight: 400;
color: #aaaaaa;
line-height: 38px;
padding-left: 30px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.area_tp_one .tab-content .areas_content ul li::before {
position: absolute;
content: "\e922";
font-family: 'icomoon';
font-size: 20px;
color: #fdea79;
left: 0;
}
.customer_rating {
position: relative;
text-align: center;
margin-top: -37px;
}
.custm_rating_inner {
width: 570px;
background: #eaf721;
margin: 0 auto;
height: 70px;
}
.custm_rating_inner .rating {
float: left;
width: 50%;
background: #fdea79;
height: 70px;
position: relative;
padding-top: 14px;
z-index: 0;
}
.custm_rating_inner .rating p i {
font-size: 20px;
color: #fff;
line-height: 20px;
margin: 0px 5px;
}
.custm_rating_inner .rating::before {
position: absolute;
content: '';
height: 0px;
border-right: 10px solid transparent;
border-top: 36px solid #fdea79;
border-left: 35px solid #fdea79;
border-bottom: 34px solid #fdea79;
z-index: -1;
right: -10px;
top: 0px;
}
.custm_rating_inner .rating h2 {
font-size: 16px;
font-weight: 700;
color: #fff;
margin-top: 0px;
text-transform: uppercase;
}
.custm_rating_inner .clients h2 {
font-size: 20px;
font-weight: 700;
color: #252525;
margin-top: 0px;
line-height: 74px;
}
@media(max-width:992px) {
.area_tp_one {
background-size: cover;
background-position: 88% 0;
}
.area_tp_one .nav-tabs {
position: relative;
display: inline-block;
float: none;
margin-left: 0px;
}
.area_tp_one .nav-tabs .nav-item {
display: inline-block;
margin-right: 20px;
}
.area_tp_one .nav-tabs .nav-item:last-child {
margin-right: 0px;
}
.area_tp_one .tab-content {
margin-left: 0px;
}
}
@media(max-width:768px) {
.custm_rating_inner {
width: auto;
height: auto;
background: #fdea79;
height: inherit;
padding: 30px;
}
.custm_rating_inner .rating {
float: none;
padding-top: 0px;
padding-bottom: 10px;
width: 100%;
height: inherit;
background: transparent;
border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.custm_rating_inner .rating::before {
display: none;
}
.custm_rating_inner .clients h2 {
color: #fff;
line-height: 26px;
margin-top: 10px;
}
.area_tp_one .nav-tabs .nav-item .nav-link:before {
display: none;
}
.area_tp_one .nav-tabs .nav-item {
margin-right: 0px;
}
} .service_all.tp_five.style_one {
padding: 100px 0px 100px;
}
.service_all.tp_five.style_one p.description {
font-size: 18px;
line-height: 26px;
margin-bottom: 20px;
text-align: center;
}
.service_all.tp_five.style_one .theme_btn {
margin: 0 auto;
display: block;
border-radius: 30px;
}
@media(max-width:3000px) and (min-width:1200px) {
.service_all.tp_five.style_one p.description {
padding: 30px 250px 0px;
}
} .gallery_facts {
margin-top: 210px;
position: relative;
background: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/img/resource/home-4-gallery-facts.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.gallery_facts .gallery_inner {
padding-bottom: 50px;
}
.gallery_facts .gallery_inner .single_item_center {
margin-top: -210px;
}
.gallery_facts .single_item_center .image img {
width: 100%!important;
}
.gallery_facts .single_item_center .pd0 {
padding: 0px;
}
@media(max-width:3000px) and (min-width:1200px) {
.gallery_facts .owl-carousel .owl-stage-outer {
overflow: inherit!important;
}
}
.gallery_facts .single_item {
position: relative;
}
.gallery_facts .single_item .image {
position: relative;
}
.gallery_facts .single_item .image a span.icon {
position: absolute;
content: '';
background: #fff;
color: #252525;
width: 35px;
height: 70px;
line-height: 70px;
text-align: center;
top: 35%;
}
.gallery_facts .single_item .image.before_img a span.icon {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
right: 0;
padding-left: 7px;
}
.gallery_facts .single_item .image.after_img a span.icon {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
left: 0;
padding-right: 7px;
}
.gallery_facts .single_item .image .theme_btn {
border-radius: 50px;
position: absolute;
width: 110px;
height: 40px;
line-height: 40px;
background: #fff;
color: #252525;
bottom: 20px;
}
.gallery_facts .single_item .image.before_img .theme_btn {
left: 20px;
}
.gallery_facts .single_item .image.after_img .theme_btn {
right: 20px;
}
.gallery_facts .owl-item.active.center .single_item .image .theme_btn {
background: #fdea79;
color: #fff;
}
.gallery_facts .owl-dots.disabled,
.gallery_facts .owl-dots {
display: block!important;
}
.gallery_facts .owl-dots {
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
padding-top: 45px;
}
.gallery_facts .owl-dots .owl-dot {
position: relative;
width: 12px;
height: 12px;
margin: 0px 4px;
border-radius: 50px;
display: inline-block;
background-color: transparent;
border: 2px solid #4f4f4f;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
--webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.gallery_facts .owl-nav {
display: none!important;
}
.gallery_facts .owl-dots .owl-dot:hover,
.gallery_facts .owl-dots .owl-dot.active {
border: 2px solid #fdea79;
}
@media( max-width:576px) {
.gallery_facts .single_item .image.before_img a span.icon {
bottom: 0px;
top: inherit;
right: inherit;
margin-left: -35px;
margin-bottom: -33px;
z-index: 10;
}
.gallery_facts .single_item .image.after_img a span.icon {
top: 0px;
left: inherit;
margin-top: -37px;
}
.gallery_facts .single_item .image {
text-align: center;
}
.gallery_facts .single_item .image.after_img .theme_btn {
bottom: inherit;
top: 20px;
}
.gallery_facts .single_item .image .theme_btn {
background: #fdea79;
color: #fff;
}
}
.gallery_facts .facts_inner {
padding: 20px 0px 70px;
}
.gallery_facts .counter_inner {
position: relative;
padding: 20px;
text-align: center;
margin-bottom: 30px;
z-index: 0;
}
.gallery_facts .counter_inner small.icon_bg {
position: absolute;
font-size: 220px;
line-height: 220px;
color: #242424;
top: 0;
display: block;
z-index: -10;
text-align: center;
margin: 0 auto;
width: 100%;
left: 0;
}
.gallery_facts .counter_inner span {
font-size: 60px;
color: #fdea79;
line-height: 60px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
margin-bottom: 20px;
display: block;
transform: translateY(-53px);
opacity: 0;
}
.gallery_facts .counter_inner h5 {
font-size: 48px;
line-height: 56px;
font-weight: 700;
color: #fff;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
transform: translateY(-30px);
}
.gallery_facts .counter_inner h2 {
font-size: 22px;
line-height: 28px;
color: #fff;
font-weight: 700;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
transform: translateY(-25px);
}
.gallery_facts .counter_inner:hover span {
transform: translateY(0px);
opacity: 1;
}
.gallery_facts .counter_inner:hover h5 {
transform: translateY(0px);
}
.gallery_facts .counter_inner:hover h2 {
transform: translateY(0px);
} .footer_type_four {
position: relative;
padding: 100px 0px 70px;
background: #1c1c1c;
}
.footer_type_four .footer_widgets h2.title {
margin-left: 24px;
border-bottom: 0px;
margin-bottom: 12px;
margin-top: 0px;
}
.footer_type_four .title::before {
position: absolute;
content: '';
background: #fdea79;
width: 4px;
height: 12px;
top: 7px;
left: -20px;
}
.footer_type_four .title::after {
position: absolute;
content: '';
background: #fdea79;
width: 2px;
height: 12px;
top: 7px;
left: -24px;
}
.media_contact h2 {
font-size: 20px;
color: #fff;
font-weight: 700;
margin-bottom: 20px;
margin-top: 20px;
line-height: 26px;
}
.footer_type_four ul.social_media li {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background: transparent;
border-radius: 50px;
border: 1px solid rgba(255, 255, 255, .2);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_type_four ul.social_media li a {
color: #828282;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_type_four ul.social_media li {
margin-right: 10px;
}
.footer_type_four ul.social_media li:hover {
background: #fdea79;
border-color: #fdea79;
color: #fff;
}
.footer_type_four ul.social_media li:hover a {
color: #fff;
}
.footer_type_four ul.social_media li:last-child {
margin-right: 0px;
}
.footer_type_four .links {
position: relative;
}
.footer_type_four .links li {
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin-bottom: 10px;
position: relative;
padding-left: 20px;
}
.footer_type_four .links li::before {
position: absolute;
content: '';
width: 10px;
height: 10px;
background: transparent;
border-radius: 50px;
border: 1px solid #454545;
left: 0;
top: 8px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_type_four .links li::after {
position: absolute;
content: '';
width: 4px;
height: 4px;
background: #fdea79;
border-radius: 50px;
left: 3px;
top: 11px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
}
.footer_type_four .links li:hover a {
color: #fdea79;
}
.footer_type_four .links li:hover::before {
border: 1px solid #fdea79;
}
.footer_type_four .links li:hover::after {
opacity: 1;
}
.footer_type_four .links li a {
color: #aaaaaa;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.footer_type_four .business_hours {
position: relative;
margin-bottom: 10px;
}
.footer_type_four .business_hours p span {
color: #fff;
}
.footer_type_four .emergency_contact {
position: relative;
margin-top: 5px;
padding-top: 15px;
border-top: 1px solid #454545;
display: inline-block
}
.footer_type_four .emergency_contact span {
display: block;
float: left;
font-size: 50px;
line-height: 50px;
color: #fdea79;
}
.footer_type_four .emergency_contact .text {
margin-left: 60px;
position: relative;
}
.footer_type_four .emergency_contact .text h5 {
color: #fff;
font-size: 18px;
line-height: 26px;
font-weight: 700;
}
.footer_type_four .footer_widgets form input {
position: relative;
background: #fff;
border: 0px;
box-shadow: none;
border-radius: 0px;
height: 52px;
padding: 20px;
width: 100%;
color: #808080;
font-size: 15px;
margin: 15px 0px 10px;
}
.footer_type_four .footer_widgets form .theme_btn {
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
width: 100%;
height: 52px;
line-height: 52px;
margin: 0px 0px 15px;
}
.footer_type_four .footer_widgets.sub_scribe p span {
color: #fdea79;
margin-right: 5px;
}
.footer_last_type_four {
background: #111111;
padding: 12px 0px;
}
.footer_last_type_four ul {
text-align: right;
}
.footer_last_type_four p {
margin-top: 10px;
}
.footer_last_type_four ul li {
display: inline-block;
position: relative;
text-align: center;
border-radius: 50px;
line-height: 45px;
margin-right: 20px;
}
.footer_last_type_four ul li a {
color: #828282;
}
.footer_last_type_four ul li::before {
position: absolute;
content: '';
width: 2px;
height: 16px;
background: #313131;
right: -12px;
top: 15px;
}
.footer_last_type_four ul li:last-child {
margin-right: 0px;
}
.footer_last_type_four ul li:last-child::before {
display: none;
} .product_all {
position: relative;
padding: 100px 0px 70px;
}
.products_items {
position: relative;
padding: 5px;
border: 2px solid #fff;
margin-bottom: 30px;
text-align: center;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.products_items:hover {
border: 2px solid #fdea79;
}
.products_items .cart_items {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
background-color: transparent;
overflow: hidden;
width: 100%;
height: 100%;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
opacity: 0;
}
.products_items:hover .cart_items {
opacity: 1;
}
.products_items .cart_items .cart_btns {
position: absolute;
text-align: center;
display: block;
margin: 0 auto;
width: 100%;
top: 45%;
}
.products_items .cart_items a {
position: relative;
}
.products_items .cart_items a small {
position: absolute;
width: 124px;
height: 30px;
line-height: 30px;
font-size: 14px;
top: -70px;
left: -31px;
color: #fdea79;
font-weight: 500;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
background: #fff;
text-transform: uppercase;
display: inline-block;
opacity: 0;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.products_items .cart_items a small::before {
position: absolute;
content: '';
height: 0px;
border-right: 10px solid transparent;
border-top: 10px solid #fff;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
bottom: -20px;
margin-left: 23px;
}
.products_items .cart_items a:hover small {
opacity: 1;
}
.products_items .cart_items a span {
position: relative;
background: #fff;
display: inline-block;
width: 56px;
height: 56px;
line-height: 63px;
border-radius: 50px;
text-align: center;
margin: 0 auto;
color: #b3b3b3;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.products_items .cart_items a:hover span {
color: #fdea79;
}
.products_items:hover .cart_items a {
color: #fdea79;
}
.products_items .product_content {
padding: 20px 10px;
}
.products_items small i {
font-size: 20px;
color: #fdea79;
padding: 0px 1px;
font-weight: 700;
}
.products_items .product_content h2 {
font-size: 20px;
font-weight: 700;
line-height: 26px;
margin-bottom: 5px;
}
.products_items .product_content h2 a {
color: #252525;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.products_items .product_content h2:hover a {
color: #fdea79;
}
.products_items .product_content p {
color: #fdea79;
font-weight: 600;
}
.products_items .product_content p span {
color: #808080;
text-decoration: line-through;
margin-right: 5px;
font-weight: 400;
} .login_register_area {
position: relative;
padding: 100px 0px 70px;
}
.login_register_area .sec_title {
font-size: 24px;
color: #252525;
font-weight: 700;
line-height: 30px;
margin-bottom: 15px;
}
.login_register_area input[type="text"],
.login_register_area input[type="email"],
.login_register_area .ui-selectmenu-button,
.login_register_area textarea {
position: relative;
width: 100%!important;
height: 60px;
background: #fff;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #252525;
font-weight: 600;
}
.login_register_area .form .input-field .icon-holder {
position: absolute;
right: 20px;
top: 21px;
}
.login_register_area .form .input-field .icon-holder i {
color: #b5b5b5;
}
.login_register_area .form .input-field {
position: relative;
margin-bottom: 30px;
}
.login_register_area .theme_btn {
box-shadow: 0px 0px 0px 0px transparent;
border: 0px;
border-radius: 30px;
}
.login_register_area .social-icon {
position: relative;
text-align: right;
}
.login_register_area .social-icon li {
display: inline-block;
}
.login_register_area .social-icon li:nth-child(2) {
margin-right: 5px;
margin-left: 5px;
}
.login_register_area .social-icon li:nth-child(2),
.login_register_area .social-icon li:nth-child(3) {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
text-align: center;
border: 1px solid #e6e6e6;
color: #b5b5b5;
}
.login_register_area .social-icon li {
color: #808080;
position: relative;
}
.login_register_area .social-icon li a {
color: #808080
}
.login_register_area .form.register p {
text-align: right;
margin-top: 10px;
}
.login_register_area [type="checkbox"]:checked,
.login_register_area [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.login_register_area [type="checkbox"]:checked+label,
.login_register_area [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #808080;
}
.login_register_area [type="checkbox"]:checked+label:before,
.login_register_area [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #e6e6e6;
background: transparent;
}
.login_register_area [type="checkbox"]:checked+label:after,
.login_register_area [type="checkbox"]:not(:checked)+label:after {
content: '';
width: 15px;
height: 15px;
background: #fdea79;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.login_register_area [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.login_register_area [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.login_register_area .remember-text {
position: relative;
margin-top: 20px;
}
@media(max-width:992px) {
.login_register_area .social-icon {
text-align: left;
}
.login_register_area .form.register p {
text-align: left;
}
.login_register_area .remember-text {
text-align: left;
margin-bottom: 40px;
}
}
@media(max-width:576px) {
.login_register_area .theme_btn {
width: 100%;
margin-bottom: 20px;
}
} .shopping_cart {
position: relative;
padding: 100px 0px 70px;
}
.cart_header h3 {
font-size: 20px;
font-weight: 700;
color: #252525;
line-height: 30px;
margin-bottom: 20px;
}
.cart_total_price h3 {
text-align: right;
}
.cart_header h3 span {
color: #808080;
font-size: 16px;
font-weight: 400;
}
.cart_total_price h3 span {
color: #fdea79;
}
.shopping_cart table {
position: relative;
}
.shopping_cart .table td,
.shopping_cart .table th {
border: 1px solid #e6e6e6;
position: relative;
vertical-align: middle;
line-height: normal;
padding: 20px 20px;
font-family: 'arvo', serif;
}
.shopping_cart .table th {
font-size: 18px;
color: #252525;
line-height: 30px;
font-weight: 700;
}
.shopping_cart .table th:first-child {
border-right: 0px;
}
.shopping_cart .table td:first-child {
border-right: 0px;
width: 120px;
padding-right: 0px;
}
.shopping_cart .table th:nth-child(2) {
border-left: 0px;
}
.shopping_cart .table td:nth-child(2) {
border-left: 0px;
padding-left: 0px;
font-size: 22px;
line-height: 26px;
font-weight: 700;
}
.shopping_cart .table td:nth-child(4) {
font: 20px;
color: #fdea79;
font-weight: 700;
}
.shopping_cart .table td:nth-child(5) {
font: 20px;
color: #252525;
font-weight: 700;
}
.shopping_cart .table td .icon-x-mark {
font-size: 20px;
color: #808080;
}
.shopping_cart .table td input[type="number"] {
border: 1px solid #e6e6e6;
height: 50px;
width: 50px;
color: #252525;
font-size: 18px;
font-weight: 700;
text-align: center;
display: block;
padding-left: 8px;
} .Products_checkout {
position: relative;
padding: 100px 0px 70px;
}
.check_up {
position: relative;
margin: 10px 0px 20px;
}
.check_up input[type="text"] {
position: relative;
height: 50px;
width: 100%;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 50px;
font-family: 'arvo', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
border-radius: 50px;
}
@media(max-width:3000px) and (min-width:1200px) {
.check_up input[type="text"] {
width: 300px;
}
}
.check_up .theme_btn {
border: 2px solid #fdea79;
line-height: 46px;
height: 50px;
border-radius: 50px;
}
@media(max-width:1199px) {
.check_up input[type="text"] {
margin-bottom: 5px;
}
.check_up .theme_btn {
width: 100%;
}
.check_up .theme_btn {
margin-bottom: 5px;
}
}
.check_up .theme_btn.update {
background: transparent;
color: #fdea79;
}
.Products_checkout input[type="text"],
.Products_checkout input[type="email"],
.Products_checkout .ui-selectmenu-button {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #808080;
padding: 0px 20px!important;
font-weight: 600;
margin-bottom: 20px;
}
.check_out_form .ui-selectmenu-text {
font-family: 'arvo', serif;
font-size: 16px;
color: #808080;
}
.check_out_form {
position: relative;
margin-bottom: 30px;
}
.check_out_form h2 {
font-size: 24px;
line-height: 28px;
color: #252525;
font-weight: 700;
margin-bottom: 20px;
}
.check_out_form .section-title.two {
margin-top: 30px;
}
.payment_methord h2 {
font-size: 24px;
line-height: 28px;
color: #252525;
font-weight: 700;
margin-bottom: 20px;
}
.Products_checkout [type="checkbox"]:checked,
.Products_checkout [type="checkbox"]:not(:checked) {
position: absolute;
left: -9999px;
}
.Products_checkout [type="checkbox"]:checked+label,
.Products_checkout [type="checkbox"]:not(:checked)+label {
position: relative;
padding-left: 41px;
cursor: pointer;
line-height: 28px;
display: inline-block;
color: #808080;
margin-bottom: 30px;
}
.Products_checkout [type="checkbox"]:checked+label:before,
.Products_checkout [type="checkbox"]:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 1px solid #e6e6e6;
background: transparent;
}
.Products_checkout [type="checkbox"]:checked+label:after,
.Products_checkout [type="checkbox"]:not(:checked)+label:after {
content: '';
width: 15px;
height: 15px;
background: #fdea79;
position: absolute;
top: 8px;
left: 8px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.Products_checkout [type="checkbox"]:not(:checked)+label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.Products_checkout [type="checkbox"]:checked+label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.payment_methord {
position: relative;
padding: 40px;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .08);
margin-bottom: 30px;
}
.payment_methord .payment_methord_inner p {
margin-bottom: 30px;
}
.payment_methord .payment_methord_inner label {
color: #252525!important;
font-size: 18px;
font-weight: 700;
font-family: 'arvo', serif;
line-height: 26px;
}
.payment_methord .payment_methord_inner .theme_btn {
border-radius: 50px;
width: 100%;
height: 55px;
line-height: 55px;
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
}
.product_order_pay {
position: relative;
padding: 40px;
border: 1px solid #e6e6e6;
}
.product_order_pay .product_content {
position: relative;
padding-bottom: 20px;
margin-bottom: 19px;
border-bottom: 1px solid #e6e6e6;
}
.product_order_pay .product_content .content {
float: left;
width: 70%;
}
.product_order_pay .product_content .content img {
float: left;
}
.product_order_pay .product_content .content h2 {
font-size: 22px;
font-weight: 700;
color: #252525;
line-height: 100px;
}
.product_order_pay .product_content h6 {
float: right;
line-height: 100px;
font-weight: 700;
font-size: 18px;
color: #808080;
}
.total_payment {
position: relative;
margin: 35px 0px 20px;
}
.total_payment h6 {
font-size: 18px;
color: #252525;
line-height: 26px;
font-weight: 700;
margin-bottom: 10px;
}
.total_payment h6 span {
float: right;
display: block;
font-weight: 700;
color: #808080;
}
.total_payment .final_total {
position: relative;
margin-top: 30px;
padding-top: 20px;
padding-bottom: 10px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.total_payment .final_total h6 span {
color: #fdea79;
}
.product_order_pay {
position: relative;
}
.product_order_pay .theme_btn {
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
border-radius: 50px;
width: 250px;
margin-top: 30px;
margin-bottom: 30px;
} .product_single {
position: relative;
padding: 100px 0px 50px;
}
.product_single .product_image {
position: relative;
margin-bottom: 30px;
}
.product_single .product_image img {
width: 100%;
}
.product_single .product_image a span {
position: absolute;
top: 10px;
font-size: 16px;
right: 10px;
width: 40px;
background: #fff;
height: 40px;
text-align: center;
display: block;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
line-height: 40px;
color: #252525;
}
.product_details {
position: relative;
margin-bottom: 30px;
}
.product_details .product_header {
position: relative;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}
.product_details .product_header .left {
float: left;
}
.product_details .product_header .right {
float: right;
}
.product_details .product_header h2 {
font-size: 30px;
line-height: 36px;
font-weight: 700;
color: #252525;
}
.product_details .product_header .right h6 {
font-size: 30px;
line-height: 36px;
font-weight: 700;
color: #fdea79;
margin-top: 10px;
}
.product_details .product_header p {
color: #808080;
}
.product_details .product_header p span {
color: #fdea79;
display: inline-block;
font-weight: 700;
}
.product_details .product_features {
position: relative;
}
.product_details .product_features p {
margin-bottom: 15px;
}
.product_details .quantity h2 {
font-size: 20px;
font-weight: 700;
line-height: 26px;
margin-bottom: 10px;
}
.product_details .quantity input[type="number"] {
border: 1px solid #e6e6e6;
height: 50px;
width: 50px;
color: #252525;
font-size: 18px;
font-weight: 500;
text-align: center;
display: inline-block;
padding-left: 8px;
margin-right: 20px;
}
.product_details .quantity label {
font-size: 20px;
font-weight: 700;
line-height: 26px;
color: #252525;
font-family: 'arvo', serif;
}
.product_details .quantity label span {
font-weight: 400;
color: #fdea79;
}
.add_to_cart {
position: relative;
margin: 30px 0px 20px;
}
.add_to_cart ul li {
display: inline-block;
}
.add_to_cart .dropdown-toggle::after {
display: none;
}
.add_to_cart a i.fa-share-alt {
font-size: 16px;
color: #808080;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50px;
border: 1px solid #e6e6e6;
margin-left: 10px;
}
.add_to_cart .dropdown-menu a {
font-size: 16px;
color: #fdea79;
padding: 10px;
}
.add_to_cart .dropdown-menu {
top: -36px!important;
left: -175px!important;
border: 0px;
background: #fff;
border-radius: 0px;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
padding: 10px 15px;
}
.add_to_cart .theme_btn {
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
border-radius: 30px;
}
.product_details .categories {
position: relative;
margin-bottom: 30px;
}
.product_details .categories ul li a {
color: #808080;
font-weight: 400;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.product_details .categories ul li {
display: inline-block;
font-size: 16px;
font-weight: 600;
color: #252525;
}
.product_details .accordion>.card .card-header h5 button.btn {
padding: 14px 0px 14px 0px;
font-size: 20px;
font-weight: 700;
color: #252525;
line-height: 30px;
text-decoration: none;
border-bottom: 1px solid #e6e6e6;
}
.product_details .accordion>.card .card-header h5 button.btn::before {
display: none;
}
.product_details .accordion>.card {
margin: 0px;
}
.product_details .accordion .main.n-active,
.product_details .accordion .main.active-min {
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
font-size: 16px;
font-weight: 400;
color: #aaa;
float: right;
padding-top: 7px;
}
.product_details .accordion .main.active-min {
display: none;
}
.product_details .accordion button.collapsed .main.n-active {
display: none!important;
}
.product_details .accordion button.collapsed .main.active-min {
display: block;
}
.product_details .card-body {
padding: 20px 0px;
}
.product_details .card-body .reviws_inner {
position: relative;
margin: 20px 0px;
}
.product_details .card-body .reviws_inner .image {
float: left;
}
.product_details .card-body .reviws_inner .content {
margin-left: 90px;
}
.product_details .card-body .reviws_inner .content h2 {
color: #252525;
font-size: 20px;
font-weight: 700;
line-height: 26px;
margin-bottom: 5px;
}
.product_details .card-body .reviws_inner .content h2 span {
color: #fdea79;
}
.product_details .card-body .reviws_inner .content h6 {
margin-bottom: 10px;
}
.product_details .card-body .reviws_inner .content h6 span {
color: #fdea79;
font-weight: 700;
}
.product_comments {
position: relative;
}
.product_comments h2 {
color: #252525;
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin-bottom: 5px;
}
.product_comments .form_inner {
position: relative;
margin: 20px 0px 30px;
}
.product_comments .form_inner label {
font-size: 16px;
line-height: 26px;
color: #808080;
font-weight: 400;
margin-bottom: 10px;
}
.product_comments input[type="text"],
.product_comments input[type="email"],
.product_comments textarea {
position: relative;
width: 100%!important;
height: 60px;
background: transparent;
border: 1px solid #e6e6e6!important;
padding: 20px;
line-height: 60px;
font-family: 'arvo', serif;
font-size: 16px;
color: #fff;
font-weight: 600;
}
.product_comments textarea {
height: inherit;
}
.product_comments .theme_btn {
border: 0px;
box-shadow: 0px 0px 0px 0px transparent;
border-radius: 50px;
}
.related_products {
position: relative;
padding-top: 50px;
margin-top: 50px;
border-top: 1px solid #e6e6e6;
}
.related_products h2 {
font-size: 30px;
line-height: 36px;
color: #252525;
font-weight: 700;
margin-bottom: 20px;
}
.related_products .owl-carousel .owl-nav {
position: absolute;
width: auto;
height: auto;
text-align: center;
top: -50px;
display: block!important;
right: 10px;
}
@media(max-width:600px) {
.related_products .owl-carousel .owl-nav {
position: relative;
top: inherit;
right: inherit;
margin-bottom: 80px;
}
}
.related_products .owl-carousel .owl-nav .owl-prev,
.related_products .owl-carousel .owl-nav .owl-next {
color: #cacaca;
padding: 5px;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
display: inline-block;
}
.related_products .owl-carousel .owl-nav .owl-prev {
margin-right: 10px;
}
.related_products .owl-carousel .owl-nav .owl-prev:hover,
.related_products .owl-carousel .owl-nav .owl-next:hover {
color: #fdea79;
} @media(max-width:1199px) {
.header-style-v1 .bsnav {
padding: 20px 0px;
}
.mid_bar {
display: none;
}
}
@media(max-width:1200px) {
.header-style-v1 .site-logo img {
margin: 0;
}
.topbar .topbar-two .top_bar_widgets_inner {
display: none;
}
.topbar-one {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align: center;
}
.quote_client_type_one .gt_qute_inner h1 {
padding: 0px;
}
}
@media(max-width:768px) {
.rev-btn .theme_btn {
border-radius: 50px;
width: 140px;
height: 40px;
line-height: 38px!important;
}
.service_type_one .image img {
width: 100%!important;
}
.quote_client_type_one .gt_qute_inner h1 {
font-size: 42px;
line-height: 50px;
}
}
@media(max-width:992px) {
.news_type_one .more_news_btn {
text-align: left;
margin-bottom: 30px;
}
.testimonial_all.tp_one .owl-carousel .owl-nav {
position: relative;
top: inherit;
bottom: -20px;
margin-bottom: 30px;
}
.bsnav-mobile .navbar_right::before {
display: none;
}
.bsnav-mobile .navbar_right {
display: none;
}
}
.fab{
color: #3b5998 ;
}
.insta{
color: #000;
}
.youtub{
color: #c4302b ;
}
.linkdn{
color: #0A66C2;
}
.about_main{
font-size: 40px;
font-weight: 700;
color: #4f4039;
}
.seo_h3.{
font-size: 45px;
font-weight: 700;
font-family: 'arvo', serif;
color: #4f4039;
line-height: 48px;
margin-bottom: 20px;
}.navbar-brand {
padding: 0;
margin: 0
}
.navbar-toggler {
border: none;
width: 32px;
height: 24px;
padding: 0;
position: relative;
border-radius: 0;
cursor: pointer
}
.navbar-toggler .navbar-toggler-icon {
top: 10px
}
.mobile-toggler {
position: absolute;
z-index: 100;
top: 12px;
left: 18px;
}
.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
background-color: #4f4039;
width: 100%;
height: 3px;
display: block;
position: absolute;
border-radius: 100px;
transition-property: transform;
transition-duration: .2s;
transition-timing-function: ease
}
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
content: "";
display: block
}
.navbar-toggler .navbar-toggler-icon::before {
top: 20px
}
.navbar-toggler .navbar-toggler-icon::after {
bottom: -10px
}
.navbar-toggler.toggler-spin .navbar-toggler-icon {
transition-duration: .22s;
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.navbar-toggler.toggler-spin .navbar-toggler-icon::before {
transition: top .1s .25s ease-in, opacity .1s ease-in
}
.navbar-toggler.toggler-spin .navbar-toggler-icon::after {
transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.navbar-toggler.toggler-spin.active .navbar-toggler-icon {
transform: rotate(225deg);
transition-delay: .12s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.navbar-toggler.toggler-spin.active .navbar-toggler-icon::before {
top: 0;
opacity: 0;
transition: top .1s ease-out, opacity .1s .12s ease-out
}
.navbar-toggler.toggler-spin.active .navbar-toggler-icon::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}
.navbar-toggler.toggler-elastic .navbar-toggler-icon {
top: 0;
transition-duration: 275ms;
transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
.navbar-toggler.toggler-elastic .navbar-toggler-icon::before {
top: 10px;
transition: opacity 125ms 275ms ease
}
.navbar-toggler.toggler-elastic .navbar-toggler-icon::after {
top: 20px;
transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}
.navbar-toggler.toggler-elastic.active .navbar-toggler-icon {
transform: translate3d(0, 10px, 0) rotate(135deg);
transition-delay: 75ms
}
.navbar-toggler.toggler-spring .navbar-toggler-icon {
top: 0;
transition: background-color 0s .13s linear
}
.navbar-toggler.toggler-spring.active .navbar-toggler-icon {
transition-delay: .22s;
background-color: #fdea79   ;
}
.navbar-toggler.active,
.navbar-toggler.active.btn,
.navbar-toggler.active.focus.btn,
.navbar-toggler.btn:active,
.navbar-toggler.btn:active:focus,
.navbar-toggler.btn:active:hover,
.navbar-toggler.btn:focus,
.navbar-toggler.btn:hover,
.navbar-toggler.btn:not(:disabled):not(.disabled).active,
.navbar-toggler.btn:not(:disabled):not(.disabled):active,
.navbar-toggler.focus.btn,
.navbar-toggler:active,
.navbar-toggler:active:focus,
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-togglerbutton.active,
.navbar-togglerbutton.active.focus,
.navbar-togglerbutton.focus,
.navbar-togglerbutton:active,
.navbar-togglerbutton:active:focus,
.navbar-togglerbutton:active:hover,
.navbar-togglerbutton:focus,
.navbar-togglerbutton:hover,
.navbar-togglerbutton:not(:disabled):not(.disabled).active,
.navbar-togglerbutton:not(:disabled):not(.disabled):active {
background: 0 0!important;
border: transparent!important
}
.menu-item.dropdown .dropdown-menu {
-webkit-transition: top 0.9s ease 0s, opacity 2s;
transition: top 0.9s ease 0s, opacity 2s;
position: absolute;
top: 120%;
left: 0;
width: 270px;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
background-color: #4f4039;
margin-top: 0px;
}
.menu-item.dropdown .dropdown-menu {
margin-top: 9px!important;
}
.menu-item.dropdown .dropdown-menu:before {
content: '';
width: 100%;
height: 35px;
position: absolute;
background-color: transparent;
left: 0;
top: -35px;
}
.menu-item.dropdown .dropdown-menu {
display: block;
}
.menu-item.dropdown .dropdown-menu {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link {
position: relative;
padding: 12px 15px 12px 35px!important;
text-align: left;
color: #fff;
line-height: normal;
margin: 10px;
border: 1px dashed #6a6a6a;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
border-radius: 5px;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link::after {
font-family: 'icomoon';
content: '\e900';
left: 12px;
position: absolute;
top: 13px;
font-size: 15px;
color: #fdea79;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item .nav-link::before {
display: none;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item:hover .nav-link::after {
color: #4f4039;
}
.navbar-expand-lg .navbar-nav.navbar_left .menu-item.dropdown .dropdown-menu .nav-item:hover .nav-link {
border: 1px dashed #4f4039;
background: #fdea79 !important;
color: #4f4039;
}
.menu-item.dropdown:hover>.dropdown-menu {
opacity: 1;
z-index: 9999;
top: 100%;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.bsnav {
background: #fff;
padding-top: 0;
padding-bottom: 0;
z-index: 50
}
.bsnav-transparent {
background: 0 0;
left: 0;
right: 0;
position: absolute
}
.navbar-nav .nav-item {
color: #000
}
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
color: #fff;
padding: 26px 22px;
display: block;
position: relative;
transition: .3s;
font-size: 14px;
cursor: pointer;
text-transform: uppercase;
font-weight: 600;
}
.navbar-expand-lg .navbar-nav.navbar_left .nav-item:hover .nav-link,
.navbar-nav.navbar_left .nav-item:hover .nav-link,
.navbar-nav.navbar_left .nav-item.active .nav-link {
color: #fdea79;
}
.nav-item .caret {
width: 0;
height: 0;
margin-left: 5px;
margin-top: -2.5px;
border: none;
border-left: solid 4px transparent;
border-right: solid 4px transparent;
border-top: solid 5px #444;
vertical-align: middle;
display: inline-block
}
.nav-item.active .caret,
.nav-item:hover .caret {
border-top-color: #64DD17
}
.bsnav-sticky {
left: 0;
right: 0;
position: fixed;
z-index: 999;
top: 0;
}
.bsnav-sticky.bsnav-sticky-slide {
position: relative
}
.bsnav-sticky.bsnav-sticky-slide.sticked {
position: fixed;
transform: translate3d(0, -100%, 0)
}
.bsnav-sticky.bsnav-sticky-slide.sticked.in {
transition: transform .4s .2s;
transform: translate3d(0, 0, 0);
}
.bsnav-sticky.bsnav-sticky-fade {
position: absolute
}
.bsnav-sticky.bsnav-sticky-fade.sticked {
position: fixed;
opacity: 0;
visibility: hidden
}
.bsnav-sticky.bsnav-sticky-fade.sticked.in {
transition: opacity .3s .2s;
opacity: 1;
visibility: visible
}
.bsnav-sticky[data-navbar-toggle] {
position: absolute;
top: 0;
right: 0;
left: 0
}
.bsnav-mobile,
.bsnav-mobile .bsnav-mobile-overlay,
.bsnav-sticky.navbar-fade,
.bsnav-sticky.navbar-slide {
left: 0;
position: fixed;
top: 0;
right: 0
}
.bsnav-mobile {
bottom: 0;
z-index: 999;
pointer-events: none
}
.bsnav-mobile .bsnav-mobile-overlay {
bottom: 0;
visibility: hidden;
pointer-events: none
}
.bsnav-mobile .navbar {
background: rgba(28, 28, 28, .9);
box-shadow: 0px 0px 8px 0px rgba(1, 1, 1, .05);
width: 300px;
padding: 50px 0 15px;
flex-flow: column;
top: 0;
bottom: 0;
right: 0;
position: absolute;
transition: .4s ease-in-out;
transform: translate3d(300px, 0, 0);
overflow: auto;
}
.navbar-toggler .fa.fa-close {
color: #fdea79;
}
.bsnav-mobile .navbar-nav {
width: 100%;
padding: 0px;
flex-direction: column
}
.bsnav-mobile .navbar-nav .nav-item .nav-link {
max-width: 100%;
padding: 15px 30px;
display: block;
border-bottom: 1px dashed rgba(255, 255, 255, .3);
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children .nav-link:before {
position: absolute;
content: '\f107';
font-family: 'FontAwesome';
right: 21px;
color: #888888;
font-size: 16px;
top: 14px;
transform: rotate(-90deg);
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children.in .nav-link:before {
transform: rotate(0deg);
color: #fff;
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children.in .nav-link {
color: #fff;
}
.bsnav-mobile .navbar-nav .nav-item:first-child .nav-link {
border-top: 1px dashed rgba(255, 255, 255, .3);
}
.bsnav-mobile .dropdown-menu {
background: transparent;
padding: 20px 20px 20px 20px;
border-bottom: 1px dashed rgba(255, 255, 255, .3);
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children.in .dropdown-menu .nav-item .nav-link {
color: #fff;
}
.bsnav-mobile .dropdown-menu .nav-item .nav-link:before {
display: none;
}
.bsnav-mobile .dropdown-menu .nav-item .nav-link {
border: 1px dashed rgba(255, 255, 255, .3)!important;
padding: 15px 15px;
margin-bottom: 5px;
}
.bsnav-mobile .navbar-nav .nav-item .nav-link>.title {
max-width: calc(100% - 20px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block
}
.bsnav-mobile .navbar-nav .nav-item .navbar-nav {
margin-left: -15px;
margin-right: -15px;
display: none;
box-sizing: content-box
}
.bsnav-mobile .navbar-nav .nav-item.active .navbar-nav {
display: block
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children>.nav-link {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-between
}
.bsnav-mobile .navbar-nav .nav-item.menu-item-has-children>.navbar-nav {
padding-top: 0;
padding-bottom: 30px
}
.bsnav-mobile .navbar-nav.active {
opacity: 1;
visibility: visible;
transform: translate3d(0, 0, 0)
}
.bsnav-mobile.in {
pointer-events: initial
}
.bsnav-mobile.in .navbar {
transform: translate3d(0, 0, 0)
}
.bsnav-mobile.in .bsnav-mobile-overlay {
visibility: visible;
pointer-events: initial
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
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(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/css/owl.video.play.html) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }@font-face{font-family:'FontAwesome';src:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fontawesome-webfont5b62.eot?v=4.6.3);src:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fontawesome-webfont5b62.woff2?v=4.6.3) format('woff2'),url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fontawesome-webfont5b62.woff?v=4.6.3) format('woff'),url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fontawesome-webfont5b62.ttf?v=4.6.3) format('truetype'),url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face {
font-family: 'icomoon';
src: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fonts/icomoond187.eot?p7hhgm);
src: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fonts/icomoond187.eot?p7hhgm#iefix) format('embedded-opentype'), url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fonts/icomoond187.ttf?p7hhgm) format('truetype'), url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fonts/icomoond187.woff?p7hhgm) format('woff'), url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/fonts/fonts/icomoond187.svg?p7hhgm#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"],
[class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-x-mark:before {
content: "\e99c";
}
.icon-shopping-cart:before {
content: "\e999";
}
.icon-heart-outline:before {
content: "\e99a";
}
.icon-exchange:before {
content: "\e99b";
}
.icon-phone-call:before {
content: "\e998";
}
.icon-emoticon-with-happy-face:before {
content: "\e997";
}
.icon-keyboard-left-arrow-button:before {
content: "\e995";
}
.icon-keyboard-right-arrow-button:before {
content: "\e996";
}
.icon-hours-phone-attention-service:before {
content: "\e994";
}
.icon-customer-service:before {
content: "\e993";
}
.icon-rightarrow-long:before {
content: "\e992";
}
.icon-law-user-cion:before {
content: "\e991";
}
.icon-multiple-users-silhouette:before {
content: "\e990";
}
.icon-email:before {
content: "\e98d";
}
.icon-time-call:before {
content: "\e98e";
}
.icon-cash-multiple:before {
content: "\e6eb";
}
.icon-place1:before {
content: "\e98f";
}
.icon-Hnetcom-image-3:before {
content: "\e98c";
}
.icon-first-place1:before {
content: "\e98a";
}
.icon-first-prize-3:before {
content: "\e98b";
}
.icon-Hnetcom-image-1:before {
content: "\e988";
}
.icon-Hnetcom-image:before {
content: "\e989";
}
.icon-leaf1:before {
content: "\e987";
}
.icon-signs:before {
content: "\e96f";
}
.icon-cottage1:before {
content: "\e970";
}
.icon-flower-shop1:before {
content: "\e971";
}
.icon-heart:before {
content: "\e972";
}
.icon-first-prize-1 .path1:before {
content: "\e973";
color: rgb(255, 234, 167);
}
.icon-first-prize-1 .path2:before {
content: "\e974";
margin-left: -1em;
color: rgb(255, 234, 167);
}
.icon-first-prize-1 .path3:before {
content: "\e975";
margin-left: -1em;
color: rgb(252, 215, 112);
}
.icon-first-prize-1 .path4:before {
content: "\e976";
margin-left: -1em;
color: rgb(252, 215, 112);
}
.icon-first-prize-1 .path5:before {
content: "\e977";
margin-left: -1em;
color: rgb(255, 234, 167);
}
.icon-first-prize-1 .path6:before {
content: "\e978";
margin-left: -1em;
color: rgb(255, 234, 167);
}
.icon-first-prize-1 .path7:before {
content: "\e979";
margin-left: -1em;
color: rgb(255, 234, 167);
}
.icon-first-prize-1 .path8:before {
content: "\e97a";
margin-left: -1em;
color: rgb(255, 234, 167);
}
.icon-first-prize-1 .path9:before {
content: "\e97b";
margin-left: -1em;
color: rgb(255, 130, 110);
}
.icon-first-prize-1 .path10:before {
content: "\e97c";
margin-left: -1em;
color: rgb(255, 130, 110);
}
.icon-first-prize-1 .path11:before {
content: "\e97d";
margin-left: -1em;
color: rgb(255, 130, 110);
}
.icon-first-prize-1 .path12:before {
content: "\e97e";
margin-left: -1em;
color: rgb(245, 247, 250);
}
.icon-first-prize-1 .path13:before {
content: "\e97f";
margin-left: -1em;
color: rgb(252, 215, 112);
}
.icon-first-prize-1 .path14:before {
content: "\e980";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-first-prize-1 .path15:before {
content: "\e981";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.icon-clover:before {
content: "\e982";
}
.icon-first-prize-2 .path1:before {
content: "\e983";
color: rgb(32, 158, 46);
}
.icon-first-prize-2 .path2:before {
content: "\e984";
margin-left: -1em;
color: rgb(32, 158, 46);
}
.icon-first-prize-2 .path3:before {
content: "\e985";
margin-left: -1em;
color: rgb(32, 158, 46);
}
.icon-first-prize-2 .path4:before {
content: "\e986";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-comment1:before {
content: "\e96e";
}
.icon-phone:before {
content: "\e96c";
}
.icon-river:before {
content: "\e96a";
}
.icon-first-prize1:before {
content: "\e96b";
}
.icon-hours-1:before {
content: "\e969";
}
.icon-leaves-2:before {
content: "\e96d";
}
.icon-telephone:before {
content: "\e968";
}
.icon-gardener-1:before {
content: "\e966";
}
.icon-fence:before {
content: "\e967";
}
.icon-guarantee1:before {
content: "\e965";
}
.icon-gardener:before {
content: "\e960";
}
.icon-snowflake:before {
content: "\e961";
}
.icon-irrigation-system:before {
content: "\e962";
}
.icon-leaves-1:before {
content: "\e963";
}
.icon-budget:before {
content: "\e964";
}
.icon-star-with-number-five:before {
content: "\e953";
}
.icon-headphones:before {
content: "\e951";
}
.icon-shopping-bag:before {
content: "\e952";
}
.icon-branch-with-leaves-black-shape:before {
content: "\e950";
}
.icon-avatar:before {
content: "\e95f";
}
.icon-leaf:before {
content: "\e900";
}
.icon-next:before {
content: "\e901";
}
.icon-pin:before {
content: "\e902";
}
.icon-time-and-date:before {
content: "\e903";
}
.icon-phone-call1:before {
content: "\e904";
}
.icon-search:before {
content: "\e905";
}
.icon-farmer:before {
content: "\e906";
}
.icon-farm:before {
content: "\e907";
}
.icon-arrow:before {
content: "\e908";
}
.icon-yard:before {
content: "\e909";
}
.icon-flower:before {
content: "\e90a";
}
.icon-shovel:before {
content: "\e90b";
}
.icon-tree:before {
content: "\e90c";
}
.icon-professions-and-jobs:before {
content: "\e90d";
}
.icon-snow:before {
content: "\e90e";
}
.icon-ui:before {
content: "\e90f";
}
.icon-plant:before {
content: "\e910";
}
.icon-guarantee:before {
content: "\e911";
}
.icon-contract:before {
content: "\e912";
}
.icon-percent:before {
content: "\e913";
}
.icon-quotation:before {
content: "\e914";
}
.icon-star:before {
content: "\e915";
}
.icon-night:before {
content: "\e916";
}
.icon-rate:before {
content: "\e917";
}
.icon-calendar:before {
content: "\e918";
}
.icon-leaf-1:before {
content: "\e919";
}
.icon-upload:before {
content: "\e91a";
}
.icon-next-1:before {
content: "\e91b";
}
.icon-audio:before {
content: "\e91c";
}
.icon-calendar-1:before {
content: "\e91d";
}
.icon-world:before {
content: "\e91e";
}
.icon-arrow-1:before {
content: "\e91f";
}
.icon-cottage:before {
content: "\e920";
}
.icon-flower-shop:before {
content: "\e921";
}
.icon-botanical:before {
content: "\e922";
}
.icon-lawn-mower:before {
content: "\e923";
}
.icon-snow-1:before {
content: "\e924";
}
.icon-water:before {
content: "\e925";
}
.icon-sports-and-competition:before {
content: "\e926";
}
.icon-smiley:before {
content: "\e927";
}
.icon-place:before {
content: "\e928";
}
.icon-clock:before {
content: "\e929";
}
.icon-mail:before {
content: "\e92a";
}
.icon-support:before {
content: "\e92b";
}
.icon-arrow-2:before {
content: "\e92c";
}
.icon-play:before {
content: "\e92d";
}
.icon-mountain:before {
content: "\e92e";
}
.icon-vision:before {
content: "\e92f";
}
.icon-value:before {
content: "\e930";
}
.icon-arrow-3:before {
content: "\e931";
}
.icon-autumn:before {
content: "\e932";
}
.icon-terraces:before {
content: "\e933";
}
.icon-discount:before {
content: "\e934";
}
.icon-factory:before {
content: "\e935";
}
.icon-page:before {
content: "\e936";
}
.icon-maps-and-location:before {
content: "\e937";
}
.icon-ruler:before {
content: "\e938";
}
.icon-calendar-2:before {
content: "\e939";
}
.icon-price:before {
content: "\e93a";
}
.icon-tick:before {
content: "\e93b";
}
.icon-folder:before {
content: "\e93c";
}
.icon-comment:before {
content: "\e93d";
}
.icon-next-2:before {
content: "\e93e";
}
.icon-cross:before {
content: "\e93f";
}
.icon-first-prize .path1:before {
content: "\e940";
color: rgb(32, 158, 46);
}
.icon-first-prize .path2:before {
content: "\e941";
margin-left: -1em;
color: rgb(32, 158, 46);
}
.icon-first-prize .path3:before {
content: "\e942";
margin-left: -1em;
color: rgb(32, 158, 46);
}
.icon-first-prize .path4:before {
content: "\e943";
margin-left: -1em;
color: rgb(32, 158, 46);
}
.icon-first-prize .path5:before {
content: "\e944";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-first-prize .path6:before {
content: "\e945";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-first-prize .path7:before {
content: "\e946";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-first-prize .path8:before {
content: "\e947";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-first-prize .path9:before {
content: "\e948";
margin-left: -1em;
color: rgb(23, 20, 18);
}
.icon-first-prize .path10:before {
content: "\e949";
margin-left: -1em;
color: rgb(23, 20, 18);
}
.icon-first-prize .path11:before {
content: "\e94a";
margin-left: -1em;
color: rgb(23, 20, 18);
}
.icon-first-prize .path12:before {
content: "\e94b";
margin-left: -1em;
color: rgb(245, 247, 250);
}
.icon-first-prize .path13:before {
content: "\e94c";
margin-left: -1em;
color: rgb(32, 158, 46);
}
.icon-first-prize .path14:before {
content: "\e94d";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-first-prize .path15:before {
content: "\e94e";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-first-place:before {
content: "\e94f";
}
.icon-map:before {
content: "\e954";
}
.icon-pin-1:before {
content: "\e955";
}
.icon-cart:before {
content: "\e956";
}
.icon-cultures:before {
content: "\e957";
}
.icon-cultures-1:before {
content: "\e958";
}
.icon-leaf-2:before {
content: "\e959";
}
.icon-love-and-romance:before {
content: "\e95a";
}
.icon-grass:before {
content: "\e95b";
}
.icon-correct:before {
content: "\e95c";
}
.icon-user:before {
content: "\e95d";
}
.icon-link:before {
content: "\e95e";
}x  .ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #e0e0e0;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
background: #1b1c1e;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/css/images/ui-icons_444444_256x240.html);
}
.ui-widget-header .ui-icon {
background-image: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/css/images/ui-icons_444444_256x240.html);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/css/images/ui-icons_555555_256x240.html);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon { }
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/css/images/ui-icons_777620_256x240.html);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/css/images/ui-icons_cc0000_256x240.html);
}
.ui-button .ui-icon { } .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/fonts/revicons/revicons90c6.html?5510888);src:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/fonts/revicons/revicons90c6.html?5510888#iefix) format('embedded-opentype'),url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/fonts/revicons/revicons90c6-2.html?5510888) format('woff'),url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/fonts/revicons/revicons90c6-3.html?5510888) format('truetype'),url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/fonts/revicons/revicons90c6-4.html?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/assets/gridtile.html)}.tp-dottedoverlay.twoxtwowhite{background:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/assets/gridtile_white.html)}.tp-dottedoverlay.threexthree{background:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/assets/gridtile_3x3.html)}.tp-dottedoverlay.threexthreewhite{background:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/assets/gridtile_3x3_white.html)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/assets/coloredbg.html)}.tp-caption.slidelink a span{background:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/assets/coloredbg.html)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(//smeeraenterprise.com/wp-content/themes/smeera-enterprise/revolution/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited
{
color:#0084B4!important;
}
.tp-caption.Twitter-Content a:hover
{
color:#0084B4!important;
text-decoration:underline!important;
}
.tp-caption.medium_grey,.medium_grey
{
background-color:#888;
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:20px;
font-weight:700;
line-height:20px;
margin:0;
padding:2px 4px;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.small_text,.small_text
{
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:14px;
font-weight:700;
line-height:20px;
margin:0;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.medium_text,.medium_text
{
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:20px;
font-weight:700;
line-height:20px;
margin:0;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.large_text,.large_text
{
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:40px;
font-weight:700;
line-height:40px;
margin:0;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.very_large_text,.very_large_text
{
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:60px;
font-weight:700;
letter-spacing:-2px;
line-height:60px;
margin:0;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.very_big_white,.very_big_white
{
background-color:#000;
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:60px;
font-weight:800;
line-height:60px;
margin:0;
padding:1px 4px 0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.very_big_black,.very_big_black
{
background-color:#fff;
border-style:none;
border-width:0;
color:#000;
font-family:Arial;
font-size:60px;
font-weight:700;
line-height:60px;
margin:0;
padding:1px 4px 0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.modern_medium_fat,.modern_medium_fat
{
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans", sans-serif;
font-size:24px;
font-weight:800;
line-height:20px;
margin:0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.modern_medium_fat_white,.modern_medium_fat_white
{
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans", sans-serif;
font-size:24px;
font-weight:800;
line-height:20px;
margin:0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.modern_medium_light,.modern_medium_light
{
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans", sans-serif;
font-size:24px;
font-weight:300;
line-height:20px;
margin:0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.modern_big_bluebg,.modern_big_bluebg
{
background-color:#4e5b6c;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans", sans-serif;
font-size:30px;
font-weight:800;
letter-spacing:0;
line-height:36px;
margin:0;
padding:3px 10px;
position:absolute;
text-shadow:none;
}
.tp-caption.modern_big_redbg,.modern_big_redbg
{
background-color:#de543e;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans", sans-serif;
font-size:30px;
font-weight:300;
letter-spacing:0;
line-height:36px;
margin:0;
padding:1px 10px 3px;
position:absolute;
text-shadow:none;
}
.tp-caption.modern_small_text_dark,.modern_small_text_dark
{
border-style:none;
border-width:0;
color:#555;
font-family:Arial;
font-size:14px;
line-height:22px;
margin:0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.boxshadow,.boxshadow
{		
box-shadow:0 0 20px rgba(0,0,0,0.5);
}
.tp-caption.black,.black
{
color:#000;
text-shadow:none;
}
.tp-caption.noshadow,.noshadow
{
text-shadow:none;
}
.tp-caption.thinheadline_dark,.thinheadline_dark
{
background-color:transparent;
color:rgba(0,0,0,0.85);
font-family:"Open Sans";
font-size:30px;
font-weight:300;
line-height:30px;
position:absolute;
text-shadow:none;
}
.tp-caption.thintext_dark,.thintext_dark
{
background-color:transparent;
color:rgba(0,0,0,0.85);
font-family:"Open Sans";
font-size:16px;
font-weight:300;
line-height:26px;
position:absolute;
text-shadow:none;
}
.tp-caption.largeblackbg,.largeblackbg
{
background-color:#000;
border-radius:0;
color:#fff;
font-family:"Open Sans";
font-size:50px;
font-weight:300;
line-height:70px;
padding:0 20px;
position:absolute;
text-shadow:none;
}
.tp-caption.largepinkbg,.largepinkbg
{
background-color:#db4360;
border-radius:0;
color:#fff;
font-family:"Open Sans";
font-size:50px;
font-weight:300;
line-height:70px;
padding:0 20px;
position:absolute;
text-shadow:none;
}
.tp-caption.largewhitebg,.largewhitebg
{
background-color:#fff;
border-radius:0;
color:#000;
font-family:"Open Sans";
font-size:50px;
font-weight:300;
line-height:70px;
padding:0 20px;
position:absolute;
text-shadow:none;
}
.tp-caption.largegreenbg,.largegreenbg
{
background-color:#67ae73;
border-radius:0;
color:#fff;
font-family:"Open Sans";
font-size:50px;
font-weight:300;
line-height:70px;
padding:0 20px;
position:absolute;
text-shadow:none;
}
.tp-caption.excerpt,.excerpt
{
background-color:rgba(0,0,0,1);
border-color:#fff;
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:36px;
font-weight:700;
height:auto;
letter-spacing:-1.5px;
line-height:36px;
margin:0;
padding:1px 4px 0;
text-decoration:none;
text-shadow:none;
white-space:normal!important;
width:150px;
}
.tp-caption.large_bold_grey,.large_bold_grey
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#666;
font-family:"Open Sans";
font-size:60px;
font-weight:800;
line-height:60px;
margin:0;
padding:1px 4px 0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.medium_thin_grey,.medium_thin_grey
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#666;
font-family:"Open Sans";
font-size:34px;
font-weight:300;
line-height:30px;
margin:0;
padding:1px 4px 0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.small_thin_grey,.small_thin_grey
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#757575;
font-family:"Open Sans";
font-size:18px;
font-weight:300;
line-height:26px;
margin:0;
padding:1px 4px 0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.lightgrey_divider,.lightgrey_divider
{
background-color:rgba(235,235,235,1);
background-position:initial;
background-repeat:initial;
border-color:#222;
border-style:none;
border-width:0;
height:3px;
text-decoration:none;
width:370px;
}
.tp-caption.large_bold_darkblue,.large_bold_darkblue
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#34495e;
font-family:"Open Sans";
font-size:58px;
font-weight:800;
line-height:60px;
text-decoration:none;
}
.tp-caption.medium_bg_darkblue,.medium_bg_darkblue
{
background-color:#34495e;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:20px;
font-weight:800;
line-height:20px;
padding:10px;
text-decoration:none;
}
.tp-caption.medium_bold_red,.medium_bold_red
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#e33a0c;
font-family:"Open Sans";
font-size:24px;
font-weight:800;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.medium_light_red,.medium_light_red
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#e33a0c;
font-family:"Open Sans";
font-size:21px;
font-weight:300;
line-height:26px;
padding:0;
text-decoration:none;
}
.tp-caption.medium_bg_red,.medium_bg_red
{
background-color:#e33a0c;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:20px;
font-weight:800;
line-height:20px;
padding:10px;
text-decoration:none;
}
.tp-caption.medium_bold_orange,.medium_bold_orange
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#f39c12;
font-family:"Open Sans";
font-size:24px;
font-weight:800;
line-height:30px;
text-decoration:none;
}
.tp-caption.medium_bg_orange,.medium_bg_orange
{
background-color:#f39c12;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:20px;
font-weight:800;
line-height:20px;
padding:10px;
text-decoration:none;
}
.tp-caption.grassfloor,.grassfloor
{
background-color:rgba(160,179,151,1);
border-color:#222;
border-style:none;
border-width:0;
height:150px;
text-decoration:none;
width:4000px;
}
.tp-caption.large_bold_white,.large_bold_white
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:58px;
font-weight:800;
line-height:60px;
text-decoration:none;
}
.tp-caption.medium_light_white,.medium_light_white
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:30px;
font-weight:300;
line-height:36px;
padding:0;
text-decoration:none;
}
.tp-caption.mediumlarge_light_white,.mediumlarge_light_white
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:34px;
font-weight:300;
line-height:40px;
padding:0;
text-decoration:none;
}
.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:34px;
font-weight:300;
line-height:40px;
padding:0;
text-align:center;
text-decoration:none;
}
.tp-caption.medium_bg_asbestos,.medium_bg_asbestos
{
background-color:#7f8c8d;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:20px;
font-weight:800;
line-height:20px;
padding:10px;
text-decoration:none;
}
.tp-caption.medium_light_black,.medium_light_black
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans";
font-size:30px;
font-weight:300;
line-height:36px;
padding:0;
text-decoration:none;
}
.tp-caption.large_bold_black,.large_bold_black
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans";
font-size:58px;
font-weight:800;
line-height:60px;
text-decoration:none;
}
.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#34495e;
font-family:"Open Sans";
font-size:34px;
font-weight:300;
line-height:40px;
padding:0;
text-decoration:none;
}
.tp-caption.small_light_white,.small_light_white
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:17px;
font-weight:300;
line-height:28px;
padding:0;
text-decoration:none;
}
.tp-caption.roundedimage,.roundedimage
{
border-color:#222;
border-style:none;
border-width:0;
}
.tp-caption.large_bg_black,.large_bg_black
{
background-color:#000;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:40px;
font-weight:800;
line-height:40px;
padding:10px 20px 15px;
text-decoration:none;
}
.tp-caption.mediumwhitebg,.mediumwhitebg
{
background-color:#fff;
border-color:#000;
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans";
font-size:30px;
font-weight:300;
line-height:30px;
padding:5px 15px 10px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.maincaption,.maincaption
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#212a40;
font-family:roboto;
font-size:33px;
font-weight:500;
line-height:43px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.miami_title_60px,.miami_title_60px
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#fff;
font-family:"Source Sans Pro";
font-size:60px;
font-weight:700;
letter-spacing:1px;
line-height:60px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.miami_subtitle,.miami_subtitle
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:rgba(255,255,255,0.65);
font-family:"Source Sans Pro";
font-size:17px;
font-weight:400;
letter-spacing:2px;
line-height:24px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.divideline30px,.divideline30px
{
background:#fff;
background-color:#fff;
border-color:#222;
border-style:none;
border-width:0;
height:2px;
min-width:30px;
text-decoration:none;
}
.tp-caption.Miami_nostyle,.Miami_nostyle
{
border-color:#222;
border-style:none;
border-width:0;
}
.tp-caption.miami_content_light,.miami_content_light
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#fff;
font-family:"Source Sans Pro";
font-size:22px;
font-weight:400;
letter-spacing:0;
line-height:28px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.miami_title_60px_dark,.miami_title_60px_dark
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#333;
font-family:"Source Sans Pro";
font-size:60px;
font-weight:700;
letter-spacing:1px;
line-height:60px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.miami_content_dark,.miami_content_dark
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#666;
font-family:"Source Sans Pro";
font-size:22px;
font-weight:400;
letter-spacing:0;
line-height:28px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.divideline30px_dark,.divideline30px_dark
{
background-color:#333;
border-color:#222;
border-style:none;
border-width:0;
height:2px;
min-width:30px;
text-decoration:none;
}
.tp-caption.ellipse70px,.ellipse70px
{
background-color:rgba(0,0,0,0.14902);
border-color:#222;
border-radius:50px 50px 50px 50px;
border-style:none;
border-width:0;
cursor:pointer;
line-height:1px;
min-height:70px;
min-width:70px;
text-decoration:none;
}
.tp-caption.arrowicon,.arrowicon
{
border-color:#222;
border-style:none;
border-width:0;
line-height:1px;
}
.tp-caption.MarkerDisplay,.MarkerDisplay
{
background-color:transparent;
border-color:#000;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
font-family:"Permanent Marker";
font-style:normal;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Restaurant-Display,.Restaurant-Display
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:Roboto;
font-size:120px;
font-style:normal;
font-weight:700;
line-height:120px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-Cursive,.Restaurant-Cursive
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:"Nothing you could do";
font-size:30px;
font-style:normal;
font-weight:400;
letter-spacing:2px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:400;
letter-spacing:2px;
line-height:17px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-Description,.Restaurant-Description
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:Roboto;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:3px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-Price,.Restaurant-Price
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:Roboto;
font-size:30px;
font-style:normal;
font-weight:300;
letter-spacing:3px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem
{
background-color:rgba(0,0,0,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:400;
letter-spacing:2px;
line-height:17px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.Furniture-LogoText,.Furniture-LogoText
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(230,207,163,1.00);
font-family:Raleway;
font-size:160px;
font-style:normal;
font-weight:300;
line-height:150px;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Furniture-Plus,.Furniture-Plus
{
background-color:rgba(255,255,255,1.00);
border-color:transparent;
border-radius:30px 30px 30px 30px;
border-style:none;
border-width:0;
box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
color:rgba(230,207,163,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:400;
line-height:20px;
padding:6px 7px 4px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Furniture-Title,.Furniture-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:700;
letter-spacing:3px;
line-height:20px;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Furniture-Subtitle,.Furniture-Subtitle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:300;
line-height:20px;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Gym-Display,.Gym-Display
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:80px;
font-style:normal;
font-weight:900;
line-height:70px;
padding:0;
text-decoration:none;
}
.tp-caption.Gym-Subline,.Gym-Subline
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:30px;
font-style:normal;
font-weight:100;
letter-spacing:5px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Gym-SmallText,.Gym-SmallText
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:300;
line-height:22;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Fashion-SmallText,.Fashion-SmallText
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:12px;
font-style:normal;
font-weight:600;
letter-spacing:2px;
line-height:20px;
padding:0;
text-decoration:none;
}
.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:60px;
font-style:normal;
font-weight:900;
letter-spacing:2px;
line-height:60px;
padding:0;
text-decoration:none;
}
.tp-caption.Fashion-TextBlock,.Fashion-TextBlock
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:400;
letter-spacing:2px;
line-height:40px;
padding:0;
text-decoration:none;
}
.tp-caption.Sports-Display,.Sports-Display
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:130px;
font-style:normal;
font-weight:100;
letter-spacing:13px;
line-height:130px;
padding:0;
text-decoration:none;
}
.tp-caption.Sports-DisplayFat,.Sports-DisplayFat
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:130px;
font-style:normal;
font-weight:900;
line-height:130px;
padding:0;
text-decoration:none;
}
.tp-caption.Sports-Subline,.Sports-Subline
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:32px;
font-style:normal;
font-weight:400;
letter-spacing:4px;
line-height:32px;
padding:0;
text-decoration:none;
}
.tp-caption.Instagram-Caption,.Instagram-Caption
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:20px;
font-style:normal;
font-weight:900;
line-height:20px;
padding:0;
text-decoration:none;
}
.tp-caption.News-Title,.News-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Roboto Slab";
font-size:70px;
font-style:normal;
font-weight:400;
line-height:60px;
padding:0;
text-decoration:none;
}
.tp-caption.News-Subtitle,.News-Subtitle
{
background-color:rgba(255,255,255,0);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Roboto Slab";
font-size:15px;
font-style:normal;
font-weight:300;
line-height:24px;
padding:0;
text-decoration:none;
}
.tp-caption.News-Subtitle:hover,.News-Subtitle:hover
{
background-color:rgba(255,255,255,0);
border-color:transparent;
border-radius:0 0 0 0;
border-style:solid;
border-width:0;
color:rgba(255,255,255,0.65);
text-decoration:none;
}
.tp-caption.Photography-Display,.Photography-Display
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:80px;
font-style:normal;
font-weight:100;
letter-spacing:5px;
line-height:70px;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-Subline,.Photography-Subline
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(119,119,119,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:3px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-ImageHover,.Photography-ImageHover
{
background-color:transparent;
border-color:rgba(255,255,255,0);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-size:20px;
font-style:normal;
font-weight:400;
line-height:22;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Photography-Menuitem,.Photography-Menuitem
{
background-color:rgba(0,0,0,0.65);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:2px;
line-height:20px;
padding:3px 5px 3px 8px;
text-decoration:none;
}
.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover
{
background-color:rgba(0,255,222,0.65);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Photography-Textblock,.Photography-Textblock
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:300;
letter-spacing:2px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-Subline-2,.Photography-Subline-2
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,0.35);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:3px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-ImageHover2,.Photography-ImageHover2
{
background-color:transparent;
border-color:rgba(255,255,255,0);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Arial;
font-size:20px;
font-style:normal;
font-weight:400;
line-height:22;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.WebProduct-Title,.WebProduct-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(51,51,51,1.00);
font-family:Raleway;
font-size:90px;
font-style:normal;
font-weight:100;
line-height:90px;
padding:0;
text-decoration:none;
}
.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(153,153,153,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:400;
line-height:20px;
padding:0;
text-decoration:none;
}
.tp-caption.WebProduct-Content,.WebProduct-Content
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(153,153,153,1.00);
font-family:Raleway;
font-size:16px;
font-style:normal;
font-weight:600;
line-height:24px;
padding:0;
text-decoration:none;
}
.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem
{
background-color:rgba(51,51,51,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:500;
letter-spacing:2px;
line-height:20px;
padding:3px 5px 3px 8px;
text-align:left;
text-decoration:none;
}
.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover
{
background-color:rgba(255,255,255,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(153,153,153,1.00);
text-decoration:none;
}
.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:90px;
font-style:normal;
font-weight:100;
line-height:90px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,0.35);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:400;
line-height:20px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,0.65);
font-family:Raleway;
font-size:16px;
font-style:normal;
font-weight:600;
line-height:24px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.FatRounded,.FatRounded
{
background-color:rgba(0,0,0,0.50);
border-color:rgba(211,211,211,1.00);
border-radius:50px 50px 50px 50px;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:30px;
font-style:normal;
font-weight:900;
line-height:30px;
padding:20px 22px 20px 25px;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.FatRounded:hover,.FatRounded:hover
{
background-color:rgba(0,0,0,1.00);
border-color:rgba(211,211,211,1.00);
border-radius:50px 50px 50px 50px;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.NotGeneric-Title,.NotGeneric-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:70px;
font-style:normal;
font-weight:800;
line-height:70px;
padding:10px 0;
text-decoration:none;
}
.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:13px;
font-style:normal;
font-weight:500;
letter-spacing:4px;
line-height:20px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover
{
background-color:transparent;
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.NotGeneric-Icon,.NotGeneric-Icon
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0);
border-radius:0 0 0 0;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:30px;
font-style:normal;
font-weight:400;
letter-spacing:3px;
line-height:30px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.15);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:27px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.MarkerStyle,.MarkerStyle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Permanent Marker";
font-size:17px;
font-style:normal;
font-weight:100;
line-height:30px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.Gym-Menuitem,.Gym-Menuitem
{
background-color:rgba(0,0,0,1.00);
border-color:rgba(255,255,255,0);
border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:2px;
line-height:20px;
padding:3px 5px 3px 8px;
text-align:left;
text-decoration:none;
}
.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover
{
background-color:rgba(0,0,0,1.00);
border-color:rgba(255,255,255,0.25);
border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Newspaper-Button,.Newspaper-Button
{
background-color:rgba(255,255,255,0);
border-color:rgba(255,255,255,0.25);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:13px;
font-style:normal;
font-weight:700;
letter-spacing:2px;
line-height:17px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover
{
background-color:rgba(255,255,255,1.00);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(0,0,0,1.00);
text-decoration:none;
}
.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(168,216,238,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:900;
line-height:20px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.Newspaper-Title,.Newspaper-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Roboto Slab";
font-size:50px;
font-style:normal;
font-weight:400;
line-height:55px;
padding:0 0 10px;
text-align:left;
text-decoration:none;
}
.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Roboto Slab";
font-size:50px;
font-style:normal;
font-weight:400;
line-height:55px;
padding:0 0 10px;
text-align:center;
text-decoration:none;
}
.tp-caption.Hero-Button,.Hero-Button
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.Hero-Button:hover,.Hero-Button:hover
{
background-color:rgba(255,255,255,1.00);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(0,0,0,1.00);
text-decoration:none;
}
.tp-caption.Video-Title,.Video-Title
{
background-color:rgba(0,0,0,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:30px;
font-style:normal;
font-weight:900;
line-height:30px;
padding:5px;
text-align:left;
text-decoration:none;
}
.tp-caption.Video-SubTitle,.Video-SubTitle
{
background-color:rgba(0,0,0,0.35);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:12px;
font-style:normal;
font-weight:600;
letter-spacing:2px;
line-height:12px;
padding:5px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-Button,.NotGeneric-Button
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover
{
background-color:transparent;
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.15);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:27px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.WebProduct-Button,.WebProduct-Button
{
background-color:rgba(51,51,51,1.00);
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:16px;
font-style:normal;
font-weight:600;
letter-spacing:1px;
line-height:48px;
padding:0 40px;
text-align:left;
text-decoration:none;
}
.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover
{
background-color:rgba(255,255,255,1.00);
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:2px;
color:rgba(51,51,51,1.00);
text-decoration:none;
}
.tp-caption.Restaurant-Button,.Restaurant-Button
{
background-color:rgba(10,10,10,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:17px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,224,129,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Gym-Button,.Gym-Button
{
background-color:rgba(139,192,39,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:600;
letter-spacing:1px;
line-height:15px;
padding:13px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Gym-Button:hover,.Gym-Button:hover
{
background-color:rgba(114,168,0,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Gym-Button-Light,.Gym-Button-Light
{
background-color:transparent;
border-color:rgba(255,255,255,0.25);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:600;
line-height:15px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover
{
background-color:rgba(114,168,0,0);
border-color:rgba(139,192,39,1.00);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Sports-Button-Light,.Sports-Button-Light
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:600;
letter-spacing:2px;
line-height:17px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Sports-Button-Red,.Sports-Button-Red
{
background-color:rgba(219,28,34,1.00);
border-color:rgba(219,28,34,0);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:600;
letter-spacing:2px;
line-height:17px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover
{
background-color:rgba(0,0,0,1.00);
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Photography-Button,.Photography-Button
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.25);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:600;
letter-spacing:1px;
line-height:15px;
padding:13px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Photography-Button:hover,.Photography-Button:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Newspaper-Button-2,.Newspaper-Button-2
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:900;
line-height:15px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Feature-Tour,.Feature-Tour
{
background-color:rgba(139,192,39,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:700;
line-height:17px;
padding:17px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Feature-Tour:hover,.Feature-Tour:hover
{
background-color:rgba(114,168,0,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Feature-Examples,.Feature-Examples
{
background-color:transparent;
border-color:rgba(33,42,64,0.15);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(33,42,64,0.50);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:700;
line-height:17px;
padding:15px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Feature-Examples:hover,.Feature-Examples:hover
{
background-color:transparent;
border-color:rgba(139,192,39,1.00);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(139,192,39,1.00);
text-decoration:none;
}
.tp-caption.subcaption,.subcaption
{
background-color:transparent;
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(111,124,130,1.00);
font-family:roboto;
font-size:19px;
font-style:normal;
font-weight:400;
line-height:24px;
padding:0;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.menutab,.menutab
{
background-color:transparent;
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(41,46,49,1.00);
font-family:roboto;
font-size:25px;
font-style:normal;
font-weight:300;
line-height:30px;
padding:0;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.menutab:hover,.menutab:hover
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(213,0,0,1.00);
text-decoration:none;
}
.tp-caption.maincontent,.maincontent
{
background-color:transparent;
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(41,46,49,1.00);
font-family:roboto;
font-size:21px;
font-style:normal;
font-weight:300;
line-height:26px;
padding:0;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.minitext,.minitext
{
background-color:transparent;
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(185,186,187,1.00);
font-family:roboto;
font-size:15px;
font-style:normal;
font-weight:400;
line-height:20px;
padding:0;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Feature-Buy,.Feature-Buy
{
background-color:rgba(0,154,238,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:700;
line-height:17px;
padding:17px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Feature-Buy:hover,.Feature-Buy:hover
{
background-color:rgba(0,133,214,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Feature-Examples-Light,.Feature-Examples-Light
{
background-color:transparent;
border-color:rgba(255,255,255,0.15);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:700;
line-height:17px;
padding:15px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover
{
background-color:transparent;
border-color:rgba(255,255,255,1.00);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Facebook-Likes,.Facebook-Likes
{
background-color:rgba(59,89,153,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:500;
line-height:22px;
padding:5px 15px;
text-align:left;
text-decoration:none;
}
.tp-caption.Twitter-Favorites,.Twitter-Favorites
{
background-color:rgba(255,255,255,0);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(136,153,166,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:500;
line-height:22px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.Twitter-Link,.Twitter-Link
{
background-color:rgba(255,255,255,1.00);
border-color:transparent;
border-radius:30px 30px 30px 30px;
border-style:none;
border-width:0;
color:rgba(135,153,165,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:500;
line-height:15px;
padding:11px 11px 9px;
text-align:left;
text-decoration:none;
}
.tp-caption.Twitter-Link:hover,.Twitter-Link:hover
{
background-color:rgba(0,132,180,1.00);
border-color:transparent;
border-radius:30px 30px 30px 30px;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Twitter-Retweet,.Twitter-Retweet
{
background-color:rgba(255,255,255,0);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(136,153,166,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:500;
line-height:22px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.Twitter-Content,.Twitter-Content
{
background-color:rgba(255,255,255,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(41,47,51,1.00);
font-family:Roboto;
font-size:20px;
font-style:normal;
font-weight:500;
line-height:28px;
padding:30px 30px 70px;
text-align:left;
text-decoration:none;
}
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"]{ 	
font-family: "Arial", sans-serif;
font-size: 15px;
color: #000;
background-color: #fff;
line-height: 46px;
padding: 0 20px;
cursor: text;
border: 0;
width: 400px;
margin-bottom: 0px;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
transition: background-color 0.5s;
border-radius: 0px;
}
.tp-caption.BigBold-Title,
.BigBold-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 110px;
line-height: 100px;
font-weight: 800;
font-style: normal;
font-family: Raleway;
padding: 10px 0px 10px 0;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
color: rgba(255, 255, 255, 0.50);
font-size: 15px;
line-height: 24px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.BigBold-Button,
.BigBold-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 15px 50px 15px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.50);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
color: rgba(41, 46, 49, 1.00);
font-size: 17px;
line-height: 28px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 30px 30px 30px 30px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
color: rgba(41, 46, 49, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 15px 70px 15px 50px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(41, 46, 49, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
color: rgba(41, 46, 49, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 14px 14px 14px 16px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(41, 46, 49, 0);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(41, 46, 49, 1.00);
border-color: rgba(41, 46, 49, 0);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 12px;
line-height: 12px;
font-weight: 600;
font-style: normal;
font-family: Raleway;
padding: 5px 5px 5px 5px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.35);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 2px;
text-align: left
}
.tp-caption.Video-Title,
.Video-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
padding: 5px 5px 5px 5px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1.00);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
color: rgba(255, 255, 255, 1.00);
font-size: 25px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
color: rgba(255, 255, 255, 1.00);
font-size: 25px;
line-height: 25px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 20px 12px 20px;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 5px 5px 5px 5px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 5px 5px 5px 5px
}
.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 800;
font-style: normal;
font-family: Raleway;
padding: 0px 0px 0px 0;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 20px 50px 20px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.15);
border-style: solid;
border-width: 2px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 3px
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
color: rgba(255, 255, 255, 1.00);
font-size: 14px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
text-shadow: none
}
.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
color: rgba(41, 46, 49, 1.00);
font-size: 33px;
line-height: 45px;
font-weight: 600;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
color: rgba(111, 124, 130, 1.00);
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
color: rgba(41, 46, 49, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
padding: 10px 10px 10px 10px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
color: rgba(111, 124, 130, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
color: rgba(41, 46, 49, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
color: rgba(111, 124, 130, 1.00);
font-size: 25px;
line-height: 25px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
color: rgba(111, 124, 130, 1.00);
font-size: 17px;
line-height: 28px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
color: rgba(41, 46, 49, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 15px 50px 15px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(41, 46, 49, 0.50);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(41, 46, 49, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
color: rgba(41, 46, 49, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 14px 14px 14px 16px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(41, 46, 49, 0.50);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(41, 46, 49, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 55px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Slab";
padding: 0 0 10px 0;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
color: rgba(168, 216, 238, 1.00);
font-size: 15px;
line-height: 20px;
font-weight: 900;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 17px;
font-weight: 700;
font-style: normal;
font-family: Roboto;
padding: 12px 35px 12px 35px;
text-decoration: none;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px;
text-align: left
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
font-size: 22px;
line-height: 26px;
color: rgb(255, 255, 255);
text-decoration: none;
background-color: transparent;
border-width: 0px;
border-color: rgb(0, 0, 0);
border-style: none;
text-shadow: none
}
@media only screen and (max-width: 767px) {
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] { width: 200px !important; }
}
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {	
font-family: "Arial", sans-serif;
line-height: 46px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
padding: 0 20px;
border: 0;
background: #009aee;
color: #fff;
border-radius: 0px;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.Concept-Title,
.Concept-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 5px
}
.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
color: rgba(255, 255, 255, 0.65);
font-size: 25px;
line-height: 25px;
font-weight: 700;
font-style: italic;
font-family: ""Playfair Display"";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Concept-Content,
.Concept-Content {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 1.00);
border-style: none;
border-width: 2px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 10px 8px 7px 10px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px;
letter-spacing: 1px;
text-align: left
}
.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 10px 8px 7px 10px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 0, 0, 1.00);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px;
letter-spacing: 1px;
text-align: left
}
.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
color: rgba(0, 0, 0, 0.65);
font-size: 25px;
line-height: 25px;
font-weight: 700;
font-style: italic;
font-family: "Playfair Display";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
color: rgba(0, 0, 0, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 5px
}
.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
color: rgba(0, 0, 0, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 10px 8px 7px 10px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px;
letter-spacing: 1px;
text-align: left
}
.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 1.00);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
color: rgba(0, 0, 0, 1.00);
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 1.00);
border-style: none;
border-width: 2px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Concept-Notice,
.Concept-Notice {
color: rgba(255, 255, 255, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 1.00);
border-style: none;
border-width: 2px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px
}
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
color: #fff !important;
border-bottom: 1px solid #fff !important;
font-weight: 700 !important;
}
.tp-caption.Concept-Content a:hover {
border-bottom: 1px solid transparent !important;
}
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
color: #000 !important;
border-bottom: 1px solid #000 !important;
font-weight: 700 !important;
}
.tp-caption.Concept-Content-Dark a:hover {
border-bottom: 1px solid transparent !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.Creative-Title,
.Creative-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
color: rgba(205, 176, 131, 1.00);
font-size: 14px;
line-height: 14px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px
}
.tp-caption.Creative-Button,
.Creative-Button {
color: rgba(205, 176, 131, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 15px 50px 15px 50px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(205, 176, 131, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px
}
.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
color: rgba(205, 176, 131, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(205, 176, 131, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.subcaption,
.subcaption {
color: rgba(111, 124, 130, 1.00);
font-size: 19px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 0, 0, 1.00);
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-shadow: none;
text-align: left
}
.tp-caption.RedDot,
.RedDot {
color: rgba(0, 0, 0, 1.00);        
font-weight: 400;
font-style: normal;        
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: left;
background-color: rgba(213, 0, 0, 1.00);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 5px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.RedDot:hover,
.RedDot:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.75);
border-color: rgba(213, 0, 0, 1.00);
border-style: solid;
border-width: 5px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
color: rgba(0, 0, 0, 1.00);
font-size: 40px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}
.tp-caption.Woo-Rating,
.Woo-Rating {
color: rgba(0, 0, 0, 1.00);
font-size: 14px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
color: rgba(0, 0, 0, 1.00);
font-size: 18px;
line-height: 18px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
color: rgba(0, 0, 0, 1.00);
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 75px 12px 50px;
text-decoration: none;
background-color: rgba(254, 207, 114, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(243, 168, 71, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 35px 12px 35px;
text-decoration: none;
background-color: rgba(254, 207, 114, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(243, 168, 71, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
color: rgba(0, 0, 0, 1.00);
font-size: 40px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
color: rgba(0, 0, 0, 1.00);
font-size: 18px;
line-height: 18px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
color: rgba(0, 0, 0, 1.00);
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 75px 12px 50px;
text-decoration: none;
background-color: rgba(254, 207, 114, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(243, 168, 71, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 35px 12px 35px;
text-decoration: none;
background-color: rgba(254, 207, 114, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(243, 168, 71, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px
}
.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
padding: 11px 8px 11px 12px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 0, 0, 0.50);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px;
text-align: left
}
.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 1.00);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Agency-Title,
.Agency-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 900;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px
}
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: italic;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 71px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.tp-caption.Agency-SmallText,
.Agency-SmallText {
color: rgba(255, 255, 255, 1.00);
font-size: 12px;
line-height: 12px;
font-weight: 900;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 5px
}
.tp-caption.Agency-Social,
.Agency-Social {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(51, 51, 51, 1.00);
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: none;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: none;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.tp-caption.Dining-Title,
.Dining-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px
}
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
color: rgba(255, 255, 255, 0.50);
font-size: 15px;
line-height: 15px;
font-weight: 700;
font-style: normal;
font-family: Lato;
padding: 17px 73px 17px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 2px
}
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Dining-Social,
.Dining-Social {
color: rgba(255, 255, 255, 1.00);
font-size: 25px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
tp-caption.Team-Thumb,
.Team-Thumb {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 22px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.Team-Name,
.Team-Name {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 900;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Team-Position,
.Team-Position {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Team-Description,
.Team-Description {
color: rgba(255, 255, 255, 1.00);
font-size: 18px;
line-height: 28px;
font-weight: 400;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Team-Social,
.Team-Social {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.Team-Social:hover,
.Team-Social:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.VideoControls-Play,
.VideoControls-Play {
color: rgba(0, 0, 0, 1.00);
font-size: 50px;
line-height: 120px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 7px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 40px;
line-height: 40px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: italic;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
color: rgba(0, 0, 0, 1.00);
font-size: 20px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
color: rgba(0, 0, 0, 1.00);
font-size: 20px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.soundcloudwrapper iframe {
width: 100% !important
}
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 35px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 5px
}
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
color: rgba(0, 0, 0, 1.00);
font-weight: 700;
font-style: normal;    
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: rgba(255, 255, 255, 0.10);
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-width: 0px;
border-radius: 5px 5px 5px 5px;
text-align: left;    
box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15)
}
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 50px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 2px
}
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
color: rgba(255, 255, 255, 1.00);
font-size: 15px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
color: rgba(255, 255, 255, 1.00);
font-size: 22px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
color: rgba(0, 0, 0, 0.25);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
background-color: #555555 !important;
}
.tp-fat {
font-weight: 900 !important;
}
.tp-caption.PostSlider-Category,
.PostSlider-Category {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 3px;
text-align: left
}
.tp-caption.PostSlider-Title,
.PostSlider-Title {
color: rgba(0, 0, 0, 1.00);
font-size: 40px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.PostSlider-Content,
.PostSlider-Content {
color: rgba(119, 119, 119, 1.00);
font-size: 15px;
line-height: 23px;
font-weight: 400;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.PostSlider-Button,
.PostSlider-Button {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 40px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 56px 1px 32px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left
}
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(238, 238, 238, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
} @media only screen and (max-width: 960px) {} @media only screen and (max-width: 768px) {} .tp-caption.LandingPage-Title,
.LandingPage-Title {
color:rgba(255,
255,
255,
1.00);
font-size:70px;
line-height:80px;
font-weight:900;
font-style:normal;
font-family:Lato;
padding:0 0 0 0px;
text-decoration:none;
background-color:transparent;
border-color:transparent;
border-style:none;
border-width:0px;
border-radius:0 0 0 0px;
text-align:left;
letter-spacing:10px
}
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: italic;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.LandingPage-Button,
.LandingPage-Button {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 54px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 35px 0px 35px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 3px
}
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
color: #89124e !important;
border-bottom: 1px solid transparent !important;
font-weight: bold !important;
}
.tp-caption.App-Content a:hover {
border-bottom: 1px solid #89124e !important;
}
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
color: rgba(255, 255, 255, 1.00);
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-style: normal;
font-family: Oswald;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #fff !important;
text-decoration: underline !important;
}
.tp-caption.Twitter-Content a:hover {
color: #fff !important;
text-decoration: none !important;
}
.soundcloudwrapper iframe {
width: 100% !important
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
color: rgba(255, 255, 255, 1.00);
font-size: 12px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 1px
}
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 37px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 20px 3px 20px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 154, 238, 1.00);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
color: rgba(164, 157, 143, 1.00);
font-size: 27px;
line-height: 35px;
font-weight: 600;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
#mc_embed_signup input#mce-EMAIL {
font-family: "Lato", sans-serif;
font-size: 15px;
color: #000;
background-color: #fff;
line-height: 46px;
padding: 0 20px;
cursor: text;
border: 1px solid #fff;
width: 400px;
margin-bottom: 0px;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
transition: background-color 0.5s;
border-radius: 0px;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
background-color: #fff;
border: 1px solid #666;
border-right: 0;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
font-family: "Lato", sans-serif;
line-height: 46px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 13px;
font-weight: 900;
padding: 0 20px;
border: 1px solid #009aee;
background: #009aee;
color: #fff;
border-radius: 0px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
background: #0083d4;
}
@media only screen and (max-width: 767px) {
#mc_embed_signup input#mce-EMAIL {
width: 200px;
}
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 15px;
line-height: 22px;
font-weight: 400;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 6px
}
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
color: rgba(255, 255, 255, 1.00);
font-size: 15px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
color: rgba(248, 124, 9, 1.00);
font-size: 12px;
line-height: 22px;
font-weight: 700;
font-style: normal;
font-family: lato;
padding: 0 0 0px 0;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
border-bottom: 1px solid #f87c09 !important
}
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.Agency-NavButton,
.Agency-NavButton {
color: rgba(51, 51, 51, 1.00);
font-size: 17px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
text-align: center
}
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(51, 51, 51, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
color: rgba(109, 177, 155, 1.00);
font-size: 12px;
line-height: 22px;
font-weight: 700;
font-style: normal;
font-family: lato;
padding: 0 0 0px 0;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
border-bottom: 1px solid #6db19b !important
}
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
color: rgba(153, 153, 153, 1.00);
font-size: 12px;
line-height: 22px;
font-weight: 700;
font-style: normal;
font-family: lato;
padding: 0 0 0px 0;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
border-bottom: 1px solid #999 !important
}
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
color: rgba(255, 255, 255, 1.00);
font-size: 12px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 1px
}
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
color: rgba(51, 51, 51, 1.00);
font-size: 15px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: "Permanent Marker";
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
color: rgba(255, 255, 255, 1.00);
font-size: 14px;
line-height: 60px;
font-weight: 900;
font-style: normal;
font-family: Roboto;
padding: 0px 50px 0px 50px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 104, 92, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 4px 4px 4px 4px;
letter-spacing: 2px
}
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 4px 4px 4px 4px;
cursor: pointer
}
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
color: rgba(255, 255, 255, 1.00);
font-size: 14px;
line-height: 14px;
font-weight: 500;
font-style: normal;
font-family: roboto;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 2px
}
.tp-flip-index {
z-index: 1000 !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
color: rgba(17, 17, 17, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: BenchNine;
padding: 21px 30px 16px 30px;
text-decoration: none;
text-align: left;
background-color: rgba(255, 255, 255, 0.90);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 3px
}
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 65px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: BenchNine;
padding: 21px 30px 16px 30px;
text-decoration: none;
text-align: left;
background-color: rgba(17, 17, 17, 0.90);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.TechJournal-Button,
.TechJournal-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 40px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
padding: 1px 30px 1px 30px;
text-decoration: none;
text-align: left;
background-color: rgba(138, 0, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px
}
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.TechJournal-Big,
.TechJournal-Big {
color: rgba(255, 255, 255, 1.00);
font-size: 120px;
line-height: 120px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 0px
}
.rev_slider {
overflow: hidden;
}
.effect_layer {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
#menu_forcefullwidth {
z-index: 5000;
position: fixed !important;
top: 0px;
left: 0px;
width: 100%
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: rgba(0, 150, 255, 1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 150, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: rgba(0, 150, 255, 1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 150, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 150, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: rgba(0, 150, 255, 1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 150, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.rev_slider {
overflow: hidden;
}
.effect_layer {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.gyges .tp-thumb {
opacity: 1
}
.gyges .tp-thumb-img-wrap {
padding: 3px;
background-color: rgba(0, 0, 0, 0.25);
display: inline-block;
width: 100%;
height: 100%;
position: relative;
margin: 0px;
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.gyges .tp-thumb-image {
padding: 3px;
display: block;
box-sizing: border-box;
position: relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: rgba(0, 150, 255, 1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-FooterLink,
.FullSiteBlock-FooterLink {
color: rgba(85, 85, 85, 1.00);
font-size: 15px;
line-height: 20px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.FullSiteBlock-FooterLink:hover,
.FullSiteBlock-FooterLink:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.fb-share-button.fb_iframe_widget iframe {
width: 115px!important;
}
#tp-socialwrapper {
opacity: 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
#menu_forcefullwidth {
z-index: 5000;
position: fixed !important;
top: 0px;
left: 0px;
width: 100%
}
#tp-menubg {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0); }
#mc_embed_signup input[type="email"] {
font-family: "Lato", sans-serif;
font-size: 16px;
font-weight: 400;
background-color: #fff;
color: #888 !important;
line-height: 46px;
padding: 0 20px;
cursor: text;
border: 0;
width: 400px;
margin-bottom: 0px;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
transition: background-color 0.5s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
color: #888 !important;
}
#mc_embed_signup input[type="email"]::-moz-placeholder {
color: #888 !important;
}
#mc_embed_signup input[type="email"]:-ms-input-placeholder {
color: #888 !important;
}
#mc_embed_signup input[type="email"]:focus {
background-color: #f5f5f5;
color: #454545;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
font-family: "Lato", sans-serif;
line-height: 46px;
font-size: 16px;
font-weight: 700;
padding: 0 30px;
border: 0;
background: #f04531;
text-transform: none;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
background: #e03727;
}
@media only screen and (max-width: 767px) {
#mc_embed_signup input[type="email"] {
width: 260px;
}
}
@media only screen and (max-width: 480px) {
#mc_embed_signup input[type="email"] {
width: 160px;
}
}
#rev_slider_167_6 .uranus.tparrows {
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0);
}
#rev_slider_167_6 .uranus.tparrows:before {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 40px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
#rev_slider_167_6 .uranus.tparrows:hover:before {
opacity: 0.75;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.ParallaxWebsite-FooterItem,
.ParallaxWebsite-FooterItem {
color: rgba(255, 255, 255, 0.50);
font-size: 16px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px
}
.tp-caption.ParallaxWebsite-FooterItem:hover,
.ParallaxWebsite-FooterItem:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.fb-share-button.fb_iframe_widget iframe {
width: 115px!important;
}
iframe.twitter-share-button {
display: none;
}
.fb-share-button.fb_iframe_widget iframe {
display: none;
}
.tp-caption.FullSiteBlock-Link, 
.FullSiteBlock-Link {
color: rgba(0,150,255,1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}.ares.tparrows {
cursor: pointer;
background: #fff;
min-width: 60px;
min-height: 60px;
position: absolute;
display: block;
z-index: 100;
border-radius: 50%;
}
.ares.tparrows:hover {}
.ares.tparrows:before {
font-family: "revicons";
font-size: 25px;
color: #aaa;
display: block;
line-height: 60px;
text-align: center;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
z-index: 2;
position: relative;
}
.ares.tparrows.tp-leftarrow:before {
content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
content: "\e81e";
}
.ares.tparrows:hover:before {
color: #000;
}
.ares .tp-title-wrap {
position: absolute;
z-index: 1;
display: inline-block;
background: #fff;
min-height: 60px;
line-height: 60px;
top: 0px;
margin-left: 30px;
border-radius: 0px 30px 30px 0px;
overflow: hidden;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform: scaleX(0);
-webkit-transform: scaleX(0);
transform-origin: 0% 50%;
-webkit-transform-origin: 0% 50%;
}
.ares.tp-rightarrow .tp-title-wrap {
right: 0px;
margin-right: 30px;
margin-left: 0px;
-webkit-transform-origin: 100% 50%;
border-radius: 30px 0px 0px 30px;
}
.ares.tparrows:hover .tp-title-wrap {
transform: scaleX(1) scaleY(1);
-webkit-transform: scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
position: relative;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform: translateX(200px);
text-transform: uppercase;
color: #000;
font-weight: 400;
font-size: 14px;
line-height: 60px;
white-space: nowrap;
padding: 0px 20px;
margin-left: 10px;
opacity: 0;
}
.ares.tp-rightarrow .tp-arr-titleholder {
transform: translateX(-200px);
margin-left: 0px;
margin-right: 10px;
}
.ares.tparrows:hover .tp-arr-titleholder {
transform: translateX(0px);
-webkit-transform: translateX(0px);
transition-delay: 0.1s;
opacity: 1;
} .ares.tp-bullets {}
.ares.tp-bullets:before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: transparent;
padding: 10px;
margin-left: -10px;
margin-top: -10px;
box-sizing: content-box;
}
.ares .tp-bullet {
width: 13px;
height: 13px;
position: absolute;
background: #e5e5e5;
border-radius: 50%;
cursor: pointer;
box-sizing: content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
background: #fff;
}
.ares .tp-bullet-title {
position: absolute;
color: #888;
font-size: 12px;
padding: 0px 10px;
font-weight: 600;
right: 27px;
top: -4px;
background: #fff;
background: rgba(255, 255, 255, 0.75);
visibility: hidden;
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
transition: transform 0.3s;
-webkit-transition: transform 0.3s;
line-height: 20px;
white-space: nowrap;
}
.ares .tp-bullet-title:after {
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
content: " ";
position: absolute;
right: -10px;
top: 0px;
}
.ares .tp-bullet:hover .tp-bullet-title {
visibility: visible;
transform: translateX(0px);
-webkit-transform: translateX(0px);
}
.ares .tp-bullet.selected:hover .tp-bullet-title {
background: #fff;
}
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
border-color: transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
visibility: hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
visibility: visible;
} .ares .tp-tab {
opacity: 1;
padding: 10px;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
border-bottom: 1px solid #e5e5e5;
}
.ares .tp-tab-image {
width: 60px;
height: 60px;
max-height: 100%;
max-width: 100%;
position: relative;
display: inline-block;
float: left;
}
.ares .tp-tab-content {
background: rgba(0, 0, 0, 0);
position: relative;
padding: 15px 15px 15px 85px;
left: 0px;
overflow: hidden;
margin-top: -15px;
box-sizing: border-box;
color: #333;
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
}
.ares .tp-tab-date {
display: block;
color: #aaa;
font-weight: 500;
font-size: 12px;
margin-bottom: 0px;
}
.ares .tp-tab-title {
display: block;
text-align: left;
color: #333;
font-size: 14px;
font-weight: 500;
text-transform: none;
line-height: 17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
background: #eee;
}
.ares .tp-tab-mask {} @media only screen and (max-width: 960px) {}
@media only screen and (max-width: 768px) {}  .custom.tparrows {
cursor: pointer;
background: #000;
background: rgba(0, 0, 0, 0.5);
width: 40px;
height: 40px;
position: absolute;
display: block;
z-index: 10000;
}
.custom.tparrows:hover {
background: #000;
}
.custom.tparrows:before {
font-family: "revicons";
font-size: 15px;
color: #fff;
display: block;
line-height: 40px;
text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
content: "\e825";
} .custom.tp-bullets {}
.custom.tp-bullets:before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: transparent;
padding: 10px;
margin-left: -10px;
margin-top: -10px;
box-sizing: content-box;
}
.custom .tp-bullet {
width: 12px;
height: 12px;
position: absolute;
background: #aaa;
background: rgba(125, 125, 125, 0.5);
cursor: pointer;
box-sizing: content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
background: rgb(125, 125, 125);
}
.custom .tp-bullet-image {}
.custom .tp-bullet-title {}    .dione.tparrows {
height: 100%;
width: 100px;
background: transparent;
background: rgba(0, 0, 0, 0);
line-height: 100%;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.dione.tparrows:hover {
background: rgba(0, 0, 0, 0.45);
}
.dione .tp-arr-imgwrapper {
width: 100px;
left: 0px;
position: absolute;
height: 100%;
top: 0px;
overflow: hidden;
}
.dione.tp-rightarrow .tp-arr-imgwrapper {
left: auto;
right: 0px;
}
.dione .tp-arr-imgholder {
background-position: center center;
background-size: cover;
width: 100px;
height: 100%;
top: 0px;
visibility: hidden;
transform: translateX(-50px);
-webkit-transform: translateX(-50px);
transition: all 0.3s;
-webkit-transition: all 0.3s;
opacity: 0;
left: 0px;
}
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
right: 0px;
left: auto;
transform: translateX(50px);
-webkit-transform: translateX(50px);
}
.dione.tparrows:before {
position: absolute;
line-height: 30px;
margin-left: -22px;
top: 50%;
left: 50%;
font-size: 30px;
margin-top: -15px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.dione.tparrows.tp-rightarrow:before {
margin-left: 6px;
}
.dione.tparrows:hover:before {
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
opacity: 0;
}
.dione.tparrows.tp-rightarrow:hover:before {
transform: translateX(20px);
-webkit-transform: translateX(20px);
}
.dione.tparrows:hover .tp-arr-imgholder {
transform: translateX(0px);
-webkit-transform: translateX(0px);
opacity: 1;
visibility: visible;
} .dione .tp-bullet {
opacity: 1;
width: 50px;
height: 50px;
padding: 3px;
background: #000;
background-color: rgba(0, 0, 0, 0.25);
margin: 0px;
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.dione .tp-bullet-image {
display: block;
box-sizing: border-box;
position: relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
width: 44px;
height: 44px;
background-size: cover;
background-position: center center;
}
.dione .tp-bullet-title {
position: absolute;
bottom: 65px;
display: inline-block;
left: 50%;
background: #000;
background: rgba(0, 0, 0, 0.75);
color: #fff;
padding: 10px 30px;
border-radius: 4px;
-webkit-border-radius: 4px;
opacity: 0;
transition: all 0.3s;
-webkit-transition: all 0.3s;
transform: translateZ(0.001px) translateX(-50%) translateY(14px);
transform-origin: 50% 100%;
-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
-webkit-transform-origin: 50% 100%;
opacity: 0;
white-space: nowrap;
}
.dione .tp-bullet:hover .tp-bullet-title {
transform: rotateX(0deg) translateX(-50%);
-webkit-transform: rotateX(0deg) translateX(-50%);
opacity: 1;
}
.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
background: rgba(255, 255, 255, 1);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0);
}
.dione .tp-bullet-title:after {
content: " ";
position: absolute;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
bottom: -8px;
}  .erinyen.tparrows {
cursor: pointer;
background: #000;
background: rgba(0, 0, 0, 0.5);
min-width: 70px;
min-height: 70px;
position: absolute;
display: block;
z-index: 1000;
border-radius: 35px;
}
.erinyen.tparrows:before {
font-family: "revicons";
font-size: 20px;
color: #fff;
display: block;
line-height: 70px;
text-align: center;
z-index: 2;
position: relative;
}
.erinyen.tparrows.tp-leftarrow:before {
content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
content: "\e825";
}
.erinyen .tp-title-wrap {
position: absolute;
z-index: 1;
display: inline-block;
background: #000;
background: rgba(0, 0, 0, 0.5);
min-height: 70px;
line-height: 70px;
top: 0px;
margin-left: 0px;
border-radius: 35px;
overflow: hidden;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
visibility: hidden;
opacity: 0;
}
.erinyen.tparrows:hover .tp-title-wrap {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
}
.erinyen.tp-rightarrow .tp-title-wrap {
right: 0px;
margin-right: 0px;
margin-left: 0px;
-webkit-transform-origin: 100% 50%;
border-radius: 35px;
padding-right: 20px;
padding-left: 10px;
}
.erinyen.tp-leftarrow .tp-title-wrap {
padding-left: 20px;
padding-right: 10px;
}
.erinyen .tp-arr-titleholder {
letter-spacing: 3px;
position: relative;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform: translateX(200px);
text-transform: uppercase;
color: #fff;
font-weight: 600;
font-size: 13px;
line-height: 70px;
white-space: nowrap;
padding: 0px 20px;
margin-left: 11px;
opacity: 0;
}
.erinyen .tp-arr-imgholder {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-position: center center;
background-size: cover;
}
.erinyen .tp-arr-img-over {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background: #000;
background: rgba(0, 0, 0, 0.5);
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
transform: translateX(-200px);
margin-left: 0px;
margin-right: 11px;
}
.erinyen.tparrows:hover .tp-arr-titleholder {
transform: translateX(0px);
-webkit-transform: translateX(0px);
transition-delay: 0.1s;
opacity: 1;
} .erinyen.tp-bullets {}
.erinyen.tp-bullets:before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: #555555; background: -moz-linear-gradient(top, #555555 0%, #222222 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222)); background: -webkit-linear-gradient(top, #555555 0%, #222222 100%); background: -o-linear-gradient(top, #555555 0%, #222222 100%); background: -ms-linear-gradient(top, #555555 0%, #222222 100%); background: linear-gradient(to bottom, #555555 0%, #222222 100%); filter: progid: dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222", gradienttype=0); padding: 10px 15px;
margin-left: -15px;
margin-top: -10px;
box-sizing: content-box;
border-radius: 10px;
box-shadow: 0px 0px 2px 1px rgba(33, 33, 33, 0.3);
}
.erinyen .tp-bullet {
width: 13px;
height: 13px;
position: absolute;
background: #111;
border-radius: 50%;
cursor: pointer;
box-sizing: content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
background: #e5e5e5; background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #999999)); background: -webkit-linear-gradient(top, #e5e5e5 0%, #999999 100%); background: -o-linear-gradient(top, #e5e5e5 0%, #999999 100%); background: -ms-linear-gradient(top, #e5e5e5 0%, #999999 100%); background: linear-gradient(to bottom, #e5e5e5 0%, #999999 100%); filter: progid: dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999", gradienttype=0); border: 1px solid #555;
width: 12px;
height: 12px;
}
.erinyen .tp-bullet-image {}
.erinyen .tp-bullet-title {} .erinyen .tp-thumb {
opacity: 1
}
.erinyen .tp-thumb-over {
background: #000;
background: rgba(0, 0, 0, 0.25);
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.erinyen .tp-thumb-more:before {
font-family: "revicons";
font-size: 12px;
color: #aaa;
color: rgba(255, 255, 255, 0.75);
display: block;
line-height: 12px;
text-align: left;
z-index: 2;
position: absolute;
top: 20px;
right: 20px;
z-index: 2;
}
.erinyen .tp-thumb-more:before {
content: "\e825";
}
.erinyen .tp-thumb-title {
font-family: "Raleway";
letter-spacing: 1px;
font-size: 12px;
color: #fff;
display: block;
line-height: 15px;
text-align: left;
z-index: 2;
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
padding: 20px 35px 20px 20px;
width: 100%;
height: 100%;
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
font-weight: 500;
}
.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
color: #aaa;
}
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
background: #fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
color: #000;
} .erinyen .tp-tab-title {
color: #a8d8ee;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
font-family: "Roboto Slab" margin-bottom: 5px;
}
.erinyen .tp-tab-desc {
font-size: 18px;
font-weight: 400;
color: #fff;
line-height: 25px;
font-family: "Roboto Slab";
}   .gyges.tp-bullets {}
.gyges.tp-bullets:before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: #777777; background: -moz-linear-gradient(top, #777777 0%, #666666 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #666666));
background: -webkit-linear-gradient(top, #777777 0%, #666666 100%);
background: -o-linear-gradient(top, #777777 0%, #666666 100%);
background: -ms-linear-gradient(top, #777777 0%, #666666 100%);
background: linear-gradient(to bottom, #777777 0%, #666666 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#777777", endColorstr="#666666", GradientType=0);
padding: 10px;
margin-left: -10px;
margin-top: -10px;
box-sizing: content-box;
border-radius: 10px;
}
.gyges .tp-bullet {
width: 12px;
height: 12px;
position: absolute;
background: #333;
border: 3px solid #444;
border-radius: 50%;
cursor: pointer;
box-sizing: content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1)); background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e1e1e1", GradientType=0); }
.gyges .tp-bullet-image {}
.gyges .tp-bullet-title {} .gyges .tp-thumb {
opacity: 1
}
.gyges .tp-thumb-img-wrap {
padding: 3px;
background: #000;
background-color: rgba(0, 0, 0, 0.25);
display: inline-block;
width: 100%;
height: 100%;
position: relative;
margin: 0px;
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.gyges .tp-thumb-image {
padding: 3px;
display: block;
box-sizing: border-box;
position: relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.gyges .tp-thumb-title {
position: absolute;
bottom: 100%;
display: inline-block;
left: 50%;
background: rgba(255, 255, 255, 0.8);
padding: 10px 30px;
border-radius: 4px;
-webkit-border-radius: 4px;
margin-bottom: 20px;
opacity: 0;
transition: all 0.3s;
-webkit-transition: all 0.3s;
transform: translateZ(0.001px) translateX(-50%) translateY(14px);
transform-origin: 50% 100%;
-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
-webkit-transform-origin: 50% 100%;
white-space: nowrap;
}
.gyges .tp-thumb:hover .tp-thumb-title {
transform: rotateX(0deg) translateX(-50%);
-webkit-transform: rotateX(0deg) translateX(-50%);
opacity: 1;
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
background: rgba(255, 255, 255, 1);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0);
}
.gyges .tp-thumb-title:after {
content: " ";
position: absolute;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
bottom: -8px;
} .gyges .tp-tab {
opacity: 1;
padding: 10px;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.gyges .tp-tab-image {
width: 60px;
height: 60px;
max-height: 100%;
max-width: 100%;
position: relative;
display: inline-block;
float: left;
}
.gyges .tp-tab-content {
background: rgba(0, 0, 0, 0);
position: relative;
padding: 15px 15px 15px 85px;
left: 0px;
overflow: hidden;
margin-top: -15px;
box-sizing: border-box;
color: #333;
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
}
.gyges .tp-tab-date {
display: block;
color: rgba(255, 255, 255, 0.25);
font-weight: 500;
font-size: 12px;
margin-bottom: 0px;
}
.gyges .tp-tab-title {
display: block;
text-align: left;
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: none;
line-height: 17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
background: rgba(0, 0, 0, 0.5);
}
.gyges .tp-tab-mask {} @media only screen and (max-width: 960px) {}
@media only screen and (max-width: 768px) {}  .hades.tparrows {
cursor: pointer;
background: #000;
background: rgba(0, 0, 0, 0.15);
width: 100px;
height: 100px;
position: absolute;
display: block;
z-index: 1000;
}
.hades.tparrows:before {
font-family: "revicons";
font-size: 30px;
color: #fff;
display: block;
line-height: 100px;
text-align: center;
transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
content: "\e825";
}
.hades.tparrows:hover:before {
color: #aaa;
background: #fff;
background: rgba(255, 255, 255, 1);
}
.hades .tp-arr-allwrapper {
position: absolute;
left: 100%;
top: 0px;
background: #888;
width: 100px;
height: 100px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
-webkit-transform: rotatey(-90deg);
transform: rotatey(-90deg);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
left: auto;
right: 100%;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: rotatey(90deg);
transform: rotatey(90deg);
}
.hades:hover .tp-arr-allwrapper {
-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-webkit-transform: rotatey(0deg);
transform: rotatey(0deg);
}
.hades .tp-arr-iwrapper {}
.hades .tp-arr-imgholder {
background-size: cover;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.hades .tp-arr-titleholder {}
.hades .tp-arr-subtitleholder {} .hades.tp-bullets {}
.hades.tp-bullets:before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: transparent;
padding: 10px;
margin-left: -10px;
margin-top: -10px;
box-sizing: content-box;
}
.hades .tp-bullet {
width: 3px;
height: 3px;
position: absolute;
background: #888;
cursor: pointer;
border: 5px solid #fff;
box-sizing: content-box;
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
-webkit-perspective: 400;
perspective: 400;
-webkit-transform: translatez(0.01px);
transform: translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
background: #555;
}
.hades .tp-bullet-image {
position: absolute;
top: -80px;
left: -60px;
width: 120px;
height: 60px;
background-position: center center;
background-size: cover;
visibility: hidden;
opacity: 0;
transition: all 0.3s;
-webkit-transform-style: flat;
transform-style: flat;
perspective: 600;
-webkit-perspective: 600;
transform: rotatex(-90deg);
-webkit-transform: rotatex(-90deg);
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
}
.hades .tp-bullet:hover .tp-bullet-image {
display: block;
opacity: 1;
transform: rotatex(0deg);
-webkit-transform: rotatex(0deg);
visibility: visible;
}
.hades .tp-bullet-title {} .hades .tp-thumb {
opacity: 1
}
.hades .tp-thumb-img-wrap {
border-radius: 50%;
padding: 3px;
display: inline-block;
background: #000;
background-color: rgba(0, 0, 0, 0.25);
width: 100%;
height: 100%;
position: relative;
margin: 0px;
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.hades .tp-thumb-image {
padding: 3px;
border-radius: 50%;
display: block;
box-sizing: border-box;
position: relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
background: rgba(255, 255, 255, 1);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0);
}
.hades .tp-thumb-title:after {
content: " ";
position: absolute;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
bottom: -8px;
} .hades .tp-tab {
opacity: 1;
}
.hades .tp-tab-title {
display: block;
color: #333;
font-weight: 600;
font-size: 18px;
text-align: center;
line-height: 25px;
}
.hades .tp-tab-price {
display: block;
text-align: center;
color: #999;
font-size: 16px;
margin-top: 10px;
line-height: 20px
}
.hades .tp-tab-button {
display: inline-block;
margin-top: 15px;
text-align: center;
padding: 5px 15px;
color: #fff;
font-size: 14px;
background: #219bd7;
border-radius: 4px;
font-weight: 400;
}
.hades .tp-tab-inner {
text-align: center;
}  .hebe.tparrows {
cursor: pointer;
background: #fff;
min-width: 70px;
min-height: 70px;
position: absolute;
display: block;
z-index: 1000;
}
.hebe.tparrows:hover {}
.hebe.tparrows:before {
font-family: "revicons";
font-size: 30px;
color: #aaa;
display: block;
line-height: 70px;
text-align: center;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
z-index: 2;
position: relative;
background: #fff;
min-width: 70px;
min-height: 70px;
}
.hebe.tparrows.tp-leftarrow:before {
content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
content: "\e825";
}
.hebe.tparrows:hover:before {
color: #000;
}
.hebe .tp-title-wrap {
position: absolute;
z-index: 0;
display: inline-block;
background: #000;
background: rgba(0, 0, 0, 0.75);
min-height: 60px;
line-height: 60px;
top: -10px;
margin-left: 0px;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform: scaleX(0);
-webkit-transform: scaleX(0);
transform-origin: 0% 50%;
-webkit-transform-origin: 0% 50%;
}
.hebe.tp-rightarrow .tp-title-wrap {
right: 0px;
-webkit-transform-origin: 100% 50%;
}
.hebe.tparrows:hover .tp-title-wrap {
transform: scaleX(1);
-webkit-transform: scaleX(1);
}
.hebe .tp-arr-titleholder {
position: relative;
text-transform: uppercase;
color: #fff;
font-weight: 600;
font-size: 12px;
line-height: 90px;
white-space: nowrap;
padding: 0px 20px 0px 90px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
margin-left: 0px;
padding: 0px 90px 0px 20px;
}
.hebe.tparrows:hover .tp-arr-titleholder {
transform: translateX(0px);
-webkit-transform: translateX(0px);
transition-delay: 0.1s;
opacity: 1;
}
.hebe .tp-arr-imgholder {
width: 90px;
height: 90px;
position: absolute;
left: 100%;
display: block;
background-size: cover;
background-position: center center;
top: 0px;
right: -90px;
}
.hebe.tp-rightarrow .tp-arr-imgholder {
right: auto;
left: -90px;
} .hebe.tp-bullets {}
.hebe.tp-bullets:before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: transparent;
padding: 10px;
margin-left: -10px;
margin-top: -10px;
box-sizing: content-box;
}
.hebe .tp-bullet {
width: 3px;
height: 3px;
position: absolute;
background: #fff;
cursor: pointer;
border: 5px solid #222;
border-radius: 50%;
box-sizing: content-box;
-webkit-perspective: 400;
perspective: 400;
-webkit-transform: translateZ(0.01px);
transform: translateZ(0.01px);
transition: all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
background: #222;
border-color: #fff;
}
.hebe .tp-bullet-image {
position: absolute;
top: -90px;
left: -40px;
width: 70px;
height: 70px;
background-position: center center;
background-size: cover;
visibility: hidden;
opacity: 0;
transition: all 0.3s;
-webkit-transform-style: flat;
transform-style: flat;
perspective: 600;
-webkit-perspective: 600;
transform: scale(0);
-webkit-transform: scale(0);
transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
border-radius: 6px;
}
.hebe .tp-bullet:hover .tp-bullet-image {
display: block;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
visibility: visible;
}
.hebe .tp-bullet-title {} .hebe .tp-tab-title {
color: #a8d8ee;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
font-family: "Roboto Slab" margin-bottom: 5px;
}
.hebe .tp-tab-desc {
font-size: 18px;
font-weight: 400;
color: #fff;
line-height: 25px;
font-family: "Roboto Slab";
}  .hephaistos.tparrows {
cursor: pointer;
background: #000;
background: rgba(0, 0, 0, 0.5);
width: 40px;
height: 40px;
position: absolute;
display: block;
z-index: 1000;
border-radius: 50%;
}
.hephaistos.tparrows:hover {
background: #000;
}
.hephaistos.tparrows:before {
font-family: "revicons";
font-size: 18px;
color: #fff;
display: block;
line-height: 40px;
text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
content: "\e82c";
margin-left: -2px;
}
.hephaistos.tparrows.tp-rightarrow:before {
content: "\e82d";
margin-right: -2px;
} .hephaistos.tp-bullets {}
.hephaistos.tp-bullets:before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: transparent;
padding: 10px;
margin-left: -10px;
margin-top: -10px;
box-sizing: content-box;
}
.hephaistos .tp-bullet {
width: 12px;
height: 12px;
position: absolute;
background: #999;
border: 3px solid #f5f5f5;
border-radius: 50%;
cursor: pointer;
box-sizing: content-box;
box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
background: #fff;
border-color: #000;
}
.hephaistos .tp-bullet-image {}
.hephaistos .tp-bullet-title {}  .hermes.tparrows {
cursor: pointer;
background: #000;
background: rgba(0, 0, 0, 0.5);
width: 30px;
height: 110px;
position: absolute;
display: block;
z-index: 1000;
}
.hermes.tparrows:before {
font-family: "revicons";
font-size: 15px;
color: #fff;
display: block;
line-height: 110px;
text-align: center;
transform: translateX(0px);
-webkit-transform: translateX(0px);
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
opacity: 0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
transform: translateX(20px);
-webkit-transform: translateX(20px);
opacity: 0;
}
.hermes .tp-arr-allwrapper {
overflow: hidden;
position: absolute;
width: 180px;
height: 140px;
top: 0px;
left: 0px;
visibility: hidden;
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s 0.3s;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.hermes.tp-rightarrow .tp-arr-allwrapper {
right: 0px;
left: auto;
}
.hermes.tparrows:hover .tp-arr-allwrapper {
visibility: visible;
}
.hermes .tp-arr-imgholder {
width: 180px;
position: absolute;
left: 0px;
top: 0px;
height: 110px;
transform: translateX(-180px);
-webkit-transform: translateX(-180px);
transition: all 0.3s;
transition-delay: 0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder {
transform: translateX(180px);
-webkit-transform: translateX(180px);
}
.hermes.tparrows:hover .tp-arr-imgholder {
transform: translateX(0px);
-webkit-transform: translateX(0px);
}
.hermes .tp-arr-titleholder {
top: 110px;
width: 180px;
text-align: left;
display: block;
padding: 0px 10px;
line-height: 30px;
background: #000;
background: rgba(0, 0, 0, 0.75);
color: #fff;
font-weight: 600;
position: absolute;
font-size: 12px;
white-space: nowrap;
letter-spacing: 1px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
box-sizing: border-box;
}
.hermes.tparrows:hover .tp-arr-titleholder {
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
} .hermes.tp-bullets {}
.hermes .tp-bullet {
overflow: hidden;
border-radius: 50%;
width: 16px;
height: 16px;
background-color: rgba(0, 0, 0, 0);
box-shadow: inset 0 0 0 2px #FFF;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
position: absolute;
}
.hermes .tp-bullet:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
content: ' ';
position: absolute;
bottom: 0;
height: 0;
left: 0;
width: 100%;
background-color: #FFF;
box-shadow: 0 0 1px #FFF;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
height: 100%;
} .hermes .tp-tab {
opacity: 1;
padding-right: 10px;
box-sizing: border-box;
}
.hermes .tp-tab-image {
width: 100%;
height: 60%;
position: relative;
}
.hermes .tp-tab-content {
background: rgb(54, 54, 54);
position: absolute;
padding: 20px 20px 20px 30px;
box-sizing: border-box;
color: #fff;
display: block;
width: 100%;
min-height: 40%;
bottom: 0px;
left: -10px;
}
.hermes .tp-tab-date {
display: block;
color: #888;
font-weight: 600;
font-size: 12px;
margin-bottom: 10px;
}
.hermes .tp-tab-title {
display: block;
color: #fff;
font-size: 16px;
font-weight: 800;
text-transform: uppercase;
line-height: 19px;
}
.hermes .tp-tab.selected .tp-tab-title:after {
width: 0px;
height: 0px;
border-style: solid;
border-width: 30px 0 30px 10px;
border-color: transparent transparent transparent rgb(54, 54, 54);
content: " ";
position: absolute;
right: -9px;
bottom: 50%;
margin-bottom: -30px;
}
.hermes .tp-tab-mask {
padding-right: 10px !important;
} @media only screen and (max-width: 960px) {
.hermes .tp-tab .tp-tab-title {
font-size: 14px;
line-height: 16px;
}
.hermes .tp-tab-date {
font-size: 11px;
line-height: 13px;
margin-bottom: 10px;
}
.hermes .tp-tab-content {
padding: 15px 15px 15px 25px;
}
}
@media only screen and (max-width: 768px) {
.hermes .tp-tab .tp-tab-title {
font-size: 12px;
line-height: 14px;
}
.hermes .tp-tab-date {
font-size: 10px;
line-height: 12px;
margin-bottom: 5px;
}
.hermes .tp-tab-content {
padding: 10px 10px 10px 20px;
}
}  .hesperiden.tparrows {
cursor: pointer;
background: #000;
background: rgba(0, 0, 0, 0.5);
width: 40px;
height: 40px;
position: absolute;
display: block;
z-index: 1000;
border-radius: 50%;
}
.hesperiden.tparrows:hover {
background: #000;
}
.hesperiden.tparrows:before {
font-family: "revicons";
font-size: 20px;
color: #fff;
display: block;
line-height: 40px;
text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
content: "\e82c";
margin-left: -3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
content: "\e82d";
margin-right: -3px;
} .hesperiden.tp-bullets {}
.hesperiden.tp-bullets:before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: transparent;
padding: 10px;
margin-left: -10px;
margin-top: -10px;
box-sizing: content-box;
border-radius: 8px;
}
.hesperiden .tp-bullet {
width: 12px;
height: 12px;
position: absolute;
background: #999999; background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e1e1e1)); background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%); background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%); background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%); background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%); filter: progid: dximagetransform.microsoft.gradient( startcolorstr="#999999", endcolorstr="#e1e1e1", gradienttype=0); border: 3px solid #e5e5e5;
border-radius: 50%;
cursor: pointer;
box-sizing: content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
background: #666;
}
.hesperiden .tp-bullet-image {}
.hesperiden .tp-bullet-title {} .hesperiden .tp-thumb {
opacity: 1;
-webkit-perspective: 600px;
perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
font-size: 12px;
position: absolute;
margin-top: -10px;
color: #fff;
display: block;
z-index: 10000;
background-color: #000;
padding: 5px 10px;
bottom: 0px;
left: 0px;
width: 100%;
box-sizing: border-box;
text-align: center;
overflow: hidden;
white-space: nowrap;
transition: all 0.3s;
-webkit-transition: all 0.3s;
transform: rotatex(90deg) translatez(0.001px);
transform-origin: 50% 100%;
-webkit-transform: rotatex(90deg) translatez(0.001px);
-webkit-transform-origin: 50% 100%;
opacity: 0;
}
.hesperiden .tp-thumb:hover .tp-thumb-title {
transform: rotatex(0deg);
-webkit-transform: rotatex(0deg);
opacity: 1;
} .hesperiden .tp-tab {
opacity: 1;
padding: 10px;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
border-bottom: 1px solid #e5e5e5;
}
.hesperiden .tp-tab-image {
width: 60px;
height: 60px;
max-height: 100%;
max-width: 100%;
position: relative;
display: inline-block;
float: left;
}
.hesperiden .tp-tab-content {
background: rgba(0, 0, 0, 0);
position: relative;
padding: 15px 15px 15px 85px;
left: 0px;
overflow: hidden;
margin-top: -15px;
box-sizing: border-box;
color: #333;
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
}
.hesperiden .tp-tab-date {
display: block;
color: #aaa;
font-weight: 500;
font-size: 12px;
margin-bottom: 0px;
}
.hesperiden .tp-tab-title {
display: block;
text-align: left;
color: #333;
font-size: 14px;
font-weight: 500;
text-transform: none;
line-height: 17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
background: #eee;
}
.hesperiden .tp-tab-mask {} @media only screen and (max-width: 960px) {}
@media only screen and (max-width: 768px) {}  .metis.tparrows {
background: #fff;
padding: 10px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
width: 60px;
height: 60px;
box-sizing: border-box;
}
.metis.tparrows:hover {
background: #fff;
background: rgba(255, 255, 255, 0.75);
}
.metis.tparrows:before {
color: #000;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.metis.tparrows:hover:before {
transform: scale(1.5);
} .metis .tp-bullet {
opacity: 1;
width: 50px;
height: 50px;
padding: 3px;
background: #000;
background-color: rgba(0, 0, 0, 0.25);
margin: 0px;
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
border-radius: 50%;
}
.metis .tp-bullet-image {
border-radius: 50%;
display: block;
box-sizing: border-box;
position: relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
width: 44px;
height: 44px;
background-size: cover;
background-position: center center;
}
.metis .tp-bullet-title {
position: absolute;
bottom: 65px;
display: inline-block;
left: 50%;
background: #000;
background: rgba(0, 0, 0, 0.75);
color: #fff;
padding: 10px 30px;
border-radius: 4px;
-webkit-border-radius: 4px;
opacity: 0;
transition: all 0.3s;
-webkit-transition: all 0.3s;
transform: translateZ(0.001px) translateX(-50%) translateY(14px);
transform-origin: 50% 100%;
-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
-webkit-transform-origin: 50% 100%;
opacity: 0;
white-space: nowrap;
}
.metis .tp-bullet:hover .tp-bullet-title {
transform: rotateX(0deg) translateX(-50%);
-webkit-transform: rotateX(0deg) translateX(-50%);
opacity: 1;
}
.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
background: rgba(255, 255, 255, 1);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(119, 119, 119, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(119, 119, 119, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0);
}
.metis .tp-bullet-title:after {
content: " ";
position: absolute;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
bottom: -8px;
}
.metis .tp-tab-number {
color: #fff;
font-size: 40px;
line-height: 30px;
font-weight: 400;
font-family: "Playfair Display";
width: 50px;
margin-right: 17px;
display: inline-block;
float: left;
}
.metis .tp-tab-mask {
padding-left: 20px;
left: 0px;
max-width: 90px !important;
transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}
.metis:hover .tp-tab-mask {
padding-left: 0px;
left: 50px;
max-width: 500px !important;
}
.metis .tp-tab-divider {
border-right: 1px solid transparent;
height: 30px;
width: 1px;
margin-top: 5px;
display: inline-block;
float: left;
}
.metis .tp-tab-title {
color: #fff;
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-family: "Playfair Display";
position: relative;
padding-top: 10px;
padding-left: 30px;
display: inline-block;
transform: translateX(-100%);
transition: 0.4s all;
}
.metis .tp-tab-title-mask {
position: absolute;
overflow: hidden;
left: 67px;
}
.metis:hover .tp-tab-title {
transform: translateX(0);
}
.metis .tp-tab {
opacity: 0.15;
transition: 0.4s all;
}
.metis .tp-tab:hover,
.metis .tp-tab.selected {
opacity: 1;
}
.metis .tp-tab.selected .tp-tab-divider {
border-right: 1px solid #cdb083;
}
.metis.tp-tabs {
max-width: 118px !important;
padding-left: 50px;
}
.metis.tp-tabs:before {
content: " ";
height: 100%;
width: 88px;
background: rgba(0, 0, 0, 0.15);
border-right: 1px solid rgba(255, 255, 255, 0.10);
left: 0px;
top: 0px;
position: absolute;
transition: 0.4s all;
}
.metis.tp-tabs:hover:before {
width: 118px;
}
@media (max-width: 499px) {
.metis.tp-tabs:before {
background: rgba(0, 0, 0, 0.75);
}
}  .persephone.tparrows {
cursor: pointer;
background: #aaa;
background: rgba(200, 200, 200, 0.5);
width: 40px;
height: 40px;
position: absolute;
display: block;
z-index: 100;
border: 1px solid #f5f5f5;
}
.persephone.tparrows:hover {
background: #333;
}
.persephone.tparrows:before {
font-family: "revicons";
font-size: 15px;
color: #fff;
display: block;
line-height: 40px;
text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
content: "\e825";
} .persephone.tp-bullets {}
.persephone.tp-bullets:before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background: #transparent;
padding: 10px;
margin-left: -10px;
margin-top: -10px;
box-sizing: content-box;
}
.persephone .tp-bullet {
width: 12px;
height: 12px;
position: absolute;
background: #aaa;
border: 1px solid #e5e5e5;
cursor: pointer;
box-sizing: content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
background: #222;
}
.persephone .tp-bullet-image {}
.persephone .tp-bullet-title {}  .uranus.tparrows {
width: 50px;
height: 50px;
background: transparent;
}
.uranus.tparrows:before {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 40px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.uranus.tparrows:hover:before {
opacity: 0.75;
} .uranus .tp-bullet {
border-radius: 50%;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
-webkit-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
background: transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
box-shadow: 0 0 0 2px #FFF;
border: none;
border-radius: 50%;
background: transparent;
}
.uranus .tp-bullet-inner {
background-color: rgba(255, 255, 255, 0.7);
-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
transition: background-color 0.3s ease, transform 0.3s ease;
top: 0;
left: 0;
width: 100%;
height: 100%;
outline: none;
border-radius: 50%;
background-color: #FFF;
background-color: rgba(255, 255, 255, 0.3);
text-indent: -999em;
cursor: pointer;
position: absolute;
}
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
transform: scale(0.4);
-webkit-transform: scale(0.4);
background-color: #fff;
}  .zeus.tparrows {
cursor: pointer;
min-width: 70px;
min-height: 70px;
position: absolute;
display: block;
z-index: 100;
border-radius: 35px;
overflow: hidden;
background: transparent;
border: 2px dotted #fff;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
}
.zeus.tparrows:hover {
background: #fff;
border: 2px solid #fff;
}
.zeus.tparrows:before {
font-family: "icomoon";
font-size: 20px;
color: #fff;
display: block;
line-height: 70px;
text-align: center;
z-index: 2;
position: relative;
}
.zeus.tparrows.tp-leftarrow:before {
content: "\e995";
}
.zeus.tparrows.tp-rightarrow:before {
content: "\e996";
}
.zeus.tparrows.tp-rightarrow:hover:before {
color: #4f4039;
}
.zeus.tparrows.tp-leftarrow:hover:before {
color: #4f4039;
}
.zeus .tp-title-wrap {
background: #000;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0px;
left: 0px;
position: absolute;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
border-radius: 50%;
}
.zeus .tp-arr-imgholder {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-position: center center;
background-size: cover;
border-radius: 50%;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
}
.zeus.tp-rightarrow .tp-arr-imgholder {
transform: translateX(100%);
-webkit-transform: translateX(100%);
}
.zeus.tparrows:hover .tp-arr-imgholder {
transform: translateX(0);
-webkit-transform: translateX(0);
opacity: 1;
}
.zeus.tparrows:hover .tp-title-wrap {
transform: scale(1);
-webkit-transform: scale(1);
opacity: 1;
} .zeus .tp-bullet {
box-sizing: content-box;
-webkit-box-sizing: content-box;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0);
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
width: 13px;
height: 13px;
border: 2px solid #fff;
}
.zeus .tp-bullet:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
border-radius: 50%;
background-color: #FFF;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
width: 135px;
height: 60px;
position: absolute;
background: #000;
background: rgba(0, 0, 0, 0.5);
bottom: 25px;
left: 50%;
margin-left: -65px;
box-sizing: border-box;
background-size: cover;
background-position: center center;
visibility: hidden;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 4px;
}
.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
z-index: 2;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.zeus .tp-bullet-title {
color: #fff;
text-align: center;
line-height: 15px;
font-size: 13px;
font-weight: 600;
z-index: 3;
visibility: hidden;
opacity: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
bottom: 45px;
width: 135px;
vertical-align: middle;
left: -57px;
}
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
transform: translateY(0px);
} .zeus .tp-thumb {
opacity: 1
}
.zeus .tp-thumb-over {
background: #000;
background: rgba(0, 0, 0, 0.25);
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.zeus .tp-thumb-more:before {
font-family: "revicons";
font-size: 12px;
color: #aaa;
color: rgba(255, 255, 255, 0.75);
display: block;
line-height: 12px;
text-align: left;
z-index: 2;
position: absolute;
top: 20px;
right: 20px;
z-index: 2;
}
.zeus .tp-thumb-more:before {
content: "\e825";
}
.zeus .tp-thumb-title {
font-family: "Raleway";
letter-spacing: 1px;
font-size: 12px;
color: #fff;
display: block;
line-height: 15px;
text-align: left;
z-index: 2;
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
padding: 20px 35px 20px 20px;
width: 100%;
height: 100%;
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
font-weight: 500;
}
.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
color: #aaa;
}
.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
background: #000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
color: #fff;
} .zeus .tp-tab {
opacity: 1;
box-sizing: border-box;
}
.zeus .tp-tab-title {
display: block;
text-align: center;
background: rgba(0, 0, 0, 0.25);
font-family: "Roboto Slab", serif;
font-weight: 700;
font-size: 13px;
line-height: 13px;
color: #fff;
padding: 9px 10px;
}
.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
color: #000;
background: rgba(255, 255, 255, 1);
} .post-tabs .tp-thumb {
opacity: 1
}
.post-tabs .tp-thumb-over {
background: #252525;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.post-tabs .tp-thumb-more:before {
font-family: "revicons";
font-size: 12px;
color: #aaa;
color: rgba(255, 255, 255, 0.75);
display: block;
line-height: 12px;
text-align: left;
z-index: 2;
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
}
.post-tabs .tp-thumb-more:before {
content: "\e825";
}
.post-tabs .tp-thumb-title {
font-family: "raleway";
letter-spacing: 1px;
font-size: 12px;
color: #fff;
display: block;
line-height: 15px;
text-align: left;
z-index: 2;
position: absolute;
top: 0px;
left: 0px;
z-index: 2;
padding: 15px 30px 15px 15px;
width: 100%;
height: 100%;
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
font-weight: 500;
}
.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
color: #aaa;
}
.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
background: #fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
color: #000;
}