/* Framework.CSS

    Template Name:      Enabled Mobile Templates
    Template URL:       http://enableds.com
    Author:             Enabled
    Author URI:         http://themeforest.net/user/Enabled?ref=Enabled 
    Version:            11.0
    License:            Regular or Extended via ThemeForest
    Structure:          Each chapter from the structure can be located using 
                        CTRL + F ( Windows ) or CMD + F ( Mac ) The titles are
                        copy pasted as they are in the code.
	Table Of Contents:

    1. Reset
    2. Typography
    3. Reusable Classes
    4. Line Height Control
    5. Font Weight Control
    6. Wrapped Text
    7. Floats
    8. Columns
    9. Backgrounds
    10. Dividers
    11. Shadows
    12. Content Boxes
    13. Page Content Settings
    14. Page Transitions
    15. Header & Footer
    16. Menu System
    17. Highlight Changer
    18. Menu Design 
    19. Landing Page
    20. Call to Action
    21. Table Scroll
    22. Image Elements & Captions 
    23 .Cover Slider
    24. Map Full
    25. Tabs
    26. Accordions
    28. Dropdowns
    29. Chips
    30. Toggles
    31. Toasts
    32. Buttons
    33. Icons
    34. Social Grid
    35. Back to Top
    36. Pagination
    37. Gallery
    38. Responsive Videos and iframes
    39. Snackbars
    40. Checkboxes & Radios
    41. Inputs
    42. Notifications
    43. Quotes
    44. Reviews
    45. Pricing
    46. Link List
    47. Contact Form
    48. Ad Boxes
    49. Fixed Scroll Ads
    50. Add to Home
    51. Offline Detector
    52. Instant Articles
    53. Page Timeline
    54. Page Profile
    55. Page VCard
    56. Page Countdown
    57. PageApp Calendar
    58. PageApp Chat
    59. Reading Progress
    60. Slider Custom Settings
    61. Owl Carousel Plugin
    62. Gallery Plugin
    63. Dark Theme Settings

	Deleting the mentioned items above can be done by going to the CSS chapter below
	and deleting all the lines in the content. This will help increase loading speed!
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate3d(1, 1, 1);
    transform: translate3d(1, 1, 1);
    text-rendering: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

* {
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    background-color: #FFFFFF;
    height: 100%;
}

::-webkit-scrollbar {
    display: none;
}

::selection {
    background-color: #CCC;
    color: #000;
}

div,
a,
p,
img,
blockquote,
form,
fieldset,
textarea,
input,
label,
iframe,
code,
pre {
    display: block;
    position: relative;
}

textarea,
input {
    outline: none;
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
}

input {
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
    display: inline-block;
}

input[type='file'] {
    color: rgba(0, 0, 0, 0) !important;
}

textarea {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
}

label a {
    display: inline-block;
}

.no-click {
    pointer-events: none !important;
}

.no-transition {
    transition: all 0ms ease !important;
}

/*---Typography---*/
/*----------------*/
a {
    color: #2980b9;
}

p>a {
    display: inline;
    text-decoration: none;
}

p>a:hover {
    text-decoration: underline;
}

p>span {
    display: inline;
}

p strong {
    font-size: 13px;
    font-weight: 500;
}

span>a {
    display: inline;
}

a>span {
    display: inline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

strong a,
em a {
    display: inline;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    display: inline;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin-bottom: 27px;
}

th {
    vertical-align: middle;
    font-weight: bold;
}

tr {
    line-height: 18px;
}

td {
    text-align: center;
    padding: 9px 0px 9px 0px;
    line-height: 18px;
    vertical-align: middle;
}

.table tr.even td {
    background: #efefef;
}

th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #1f1f1f;
    line-height: 45px;
    background-color: #f6f6f6;
}

td {
    color: #666;
    background-color: #fdfdfd;
}

table {
    background-color: #f6f6f6;
    font-size: 12px;
}

ul,
ol {
    color: #666666;
    font-size: 13px;
    margin-left: 20px;
}

ul {
    margin-bottom: 30px;
}

ul ul {
    margin-bottom: 5px;
}

ol ol {
    margin-bottom: 5px;
}

ol {
    margin-bottom: 30px;
}

li {
    line-height: 24px;
    margin-bottom: 5px;
}

ol>li:last-child,
ul>li:last-child {
    margin-bottom: 0px;
}

sub,
sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -15px;
}

sub {
    bottom: 0px;
}

i {
    min-width: 12px;
}

.disabled {
    display: none !important;
}

.stop-scroll {
    overflow: hidden !important;
}

.no-click {
    pointer-events: none;
}

.no-border {
    border: none !important;
}

.responsive-image {
    display: block;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}

.responsive-image-full {
    display: block;
    height: auto;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    overflow: hidden;
}

.round-image {
    border-radius: 100%;
}

/*Typography*/
p {
    line-height: 28px;
    margin-bottom: 30px;
    font-size: 13px;
    color: #6c6c6c;
}

p strong {
    color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 5px;
    letter-spacing: -0.9px;
    font-weight: 700;
    font-family: 'IBM Plex Sans', sans-serif;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
    font-family: 'IBM Plex Sans', sans-serif;
}

h1 {
    font-size: 24px;
    line-height: 30px
}

h2 {
    font-size: 21px;
    line-height: 25px
}

h3 {
    font-size: 20px;
    line-height: 24px
}

h4 {
    font-size: 18px;
    line-height: 23px
}

h5 {
    font-size: 17px;
    line-height: 22px
}

.under-heading {
    margin-top: -8px;
    display: block;
}

.heading-icon {
    float: right;
    right: 0px;
    margin-top: 5px;
}

.color-skin {
    color: #000;
}

.color-black {
    color: #000 !important;
}

.color-white {
    color: #FFF !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-white {
    background-color: #FFF !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.highlight {
    color: #FFF;
    padding: 0px 5px;
}

.icon-list {
    list-style: none;
    padding-left: 5px;
}

.icon-list i {
    position: absolute;
    left: 0px;
    margin-top: 6px;
}

.border-box {
    border-left-style: solid;
    border-width: 4px !important;
    padding: 5px 0px 5px 15px;
}

.border-box strong,
.border-box em {
    display: block;
    font-style: normal;
}

/*Reusable Classes*/
.uppercase {
    text-transform: uppercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.left-text,
.center-text,
.right-text,
.text-center,
.text-right,
.text-left {
    display: block;
}

.text-left,
.left-text {
    text-align: left !important;
    display: block !important;
}

.text-right,
.right-text {
    text-align: right !important;
    display: block !important;
}

.text-center,
.center-text {
    text-align: center !important;
    display: block;
}

.text-center img,
.center-text img {
    margin: 0 auto;
}

.boxed-text-huge {
    width: 90%;
    max-width: 340px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.boxed-text-large {
    width: 85%;
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.boxed-text-medium {
    width: 80%;
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.boxed-text-small {
    width: 70%;
    max-width: 260px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.center-vertical {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.center-vertical-full {
    position: absolute;
    height: 100%;
    width: 100%;
}

.center-horizontal {
    margin: 0 auto;
}

/*Line Height Control*/
.line-height-small {
    line-height: 17px !important;
}

.line-height-medium {
    line-height: 24px !important;
}

.line-height-large {
    line-height: 26px !important;
}

.line-height-huge {
    line-height: 38px !important;
}

/*Font Weight Control*/
.thin {
    font-weight: 300 !important
}

.ultrathin {
    font-weight: 100 !important
}

.thiner {
    font-weight: 400 !important
}

.bold {
    font-weight: 600 !important
}

.regularbold {
    font-weight: 500 !important
}

.bolder {
    font-weight: 700 !important
}

.ultrabold {
    font-weight: 900 !important
}

.font-italic {
    font-style: italic;
}

.font-regular {
    font-style: normal;
}

.font-none {
    text-transform: none !important;
}

.font-uppercase {
    text-transform: uppercase !important;
}

.font-lowercase {
    text-transform: lowercase !important;
}

.font-capitalize {
    text-transform: capitalize !important;
}

/*Wrapped Text*/
.wrapped-text-small {
    padding: 2px 10px;
}

.wrapped-text-medium {
    padding: 5px 12px;
}

.wrapped-text-large {
    padding: 6px 14px;
}

/*Floats*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*Columns*/
.clear {
    clear: both;
}

.one-half {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.one-half.small-half {
    width: 35% !important;
    margin-right: 5%;
}

.one-half.large-half {
    width: 60% !important;
    margin-left: 0% !important;
}

.one-half.last-column {
    width: 48%;
    margin: 0% 0% auto 2%;
    float: left;
}

.one-third {
    width: 31.7%;
    margin-right: 2%;
    float: left;
}

.one-third.last-column {
    width: 31.7%;
    margin: 0% 0% auto 0%;
    float: left;
}

.one-half .content-boxed .content {
    margin-left: 8px;
    margin-right: 8px;
}

.one-third .content-boxed .content {
    margin-left: 8px;
    margin-right: 8px;
}

.one-half .content-boxed {
    margin-right: 0px;
}

.one-half.last-column .content-boxed {
    margin-right: 15px;
    margin-left: 0px;
}

/*Columns Div*/
.columns-three .col {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.columns-three .col:nth-child(3n+3) {
    margin-right: 0%;
}

.columns-two .col {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.columns-two .col:nth-child(2n+2) {
    margin-right: 0%;
}

.list-columns-left .column i,
.list-columns-left img {
    text-align: center;
    width: 65px !important;
    line-height: 65px;
    position: absolute;
    margin-top: 8px;
}

.list-columns-left .column h1 {
    padding-left: 80px;
    margin-bottom: 0px;
    font-size: 18px;
}

.list-columns-left .column p {
    padding-left: 80px;
    line-height: 22px;
}

.list-columns-left .column {
    min-height: 80px;
}

.list-columns-left .column span {
    padding-left: 80px;
    display: block;
    margin-top: -8px;
    font-size: 11px;
    margin-bottom: 5px;
}

.list-columns-right .column i,
.list-columns-right img {
    right: 0px;
    text-align: center;
    width: 65px !important;
    line-height: 65px;
    position: absolute;
    margin-top: 5px;
}

.list-columns-right .column h1 {
    padding-right: 80px;
    margin-bottom: 0px;
    font-size: 18px;
}

.list-columns-right .column p {
    padding-right: 90px;
    line-height: 22px;
}

.list-columns-right .column {
    min-height: 80px;
}

.list-columns-right .column span {
    padding-right: 80px;
    display: block;
    margin-top: -8px;
    font-size: 11px;
    margin-bottom: 5px;
}

/*Icon Columns*/
.icon-column-left i {
    position: absolute;
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    font-size: 36px;
    border-radius: 73px;
    margin-top: 3px;
}

.icon-column-left h1 {
    padding-left: 90px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.icon-column-left p {
    padding-left: 90px;
    font-size: 12px;
    line-height: 22px;
}

.icon-column-left span {
    padding-left: 90px;
    font-size: 10px;
    font-weight: 500;
    display: block;
    margin-top: -10px;
    margin-bottom: 3px;
}

.icon-column-right i {
    position: absolute;
    right: 0px;
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    font-size: 36px;
    border-radius: 73px;
    margin-top: 3px;
}

.icon-column-right h1 {
    padding-right: 90px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.icon-column-right p {
    padding-right: 90px;
    font-size: 12px;
    line-height: 22px;
}

.icon-column-right span {
    padding-right: 90px;
    font-size: 10px;
    font-weight: 500;
    display: block;
    margin-top: -10px;
    margin-bottom: 3px;
}

.icon-column-center i {
    margin: 0 auto;
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    font-size: 36px;
    border-radius: 70px;
    margin-top: 3px;
}

.icon-column-center h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}

.icon-column-center p {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.icon-column-center span {
    font-size: 10px;
    text-align: center;
    display: block;
    margin-top: -15px;
    padding-bottom: 10px;
    font-size: 10px;
}


/*Preloader*/
.loader-main {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: #FFF;
    will-change: opacity;
    transition: all 250ms ease;
}

.loader-active {
    will-change: opacity;
    transition: all 350ms ease;
    opacity: 1 !important;
}

.loader-inactive {
    will-change: opacity;
    transition: all 350ms ease;
    opacity: 0 !important;
    pointer-events: none !important;
}

.preload-spinner {
    animation: preload-spin1 1.2s ease infinite;
    clip: rect(0, 40px, 40px, 20px);
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
}

.preload-spinner:after {
    animation: preload-spin2 1.2s ease-in-out infinite;
    clip: rect(0, 40px, 40px, 20px);
    content: '';
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    border-style: solid;
    border-width: 3px;
    border-color: inherit;
}


@keyframes preload-spin1 {
    25% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(185deg)
    }
}

@keyframes preload-spin2 {
    0% {
        transform: rotate(-175deg);
    }

    100% {
        transform: rotate(175deg);
    }
}

.preload-small:after {
    border-width: 1px;
}

.preload-large:after {
    border-width: 10px;
}

.preload-medium:after {
    border-width: 5px;
}

.preload-full:after {
    border-width: 20px;
}

[data-gradient="gradient-1"] .page-bg,
[data-gradient="gradient-1"] .footer-menu .active-nav i,
[data-gradient="gradient-1"] .menu-box-gradient,
.gradient-1 {
    background: linear-gradient(0deg, #3D3949, #6772A4);
}

[data-gradient="gradient-2"] .page-bg,
[data-gradient="gradient-2"] .footer-menu .active-nav i,
[data-gradient="gradient-2"] .menu-box-gradient,
.gradient-2 {
    background-image: linear-gradient(180deg, #E96A57 0%, #C15140 100%);
}

[data-gradient="gradient-3"] .page-bg,
[data-gradient="gradient-3"] .footer-menu .active-nav i,
[data-gradient="gradient-3"] .menu-box-gradient,
.gradient-3 {
    background-image: linear-gradient(-180deg, #6eb148, #2d7335);
}

[data-gradient="gradient-4"] .page-bg,
[data-gradient="gradient-4"] .footer-menu .active-nav i,
[data-gradient="gradient-4"] .menu-box-gradient,
.gradient-4 {
    background-image: linear-gradient(-180deg, #188FB6, #0F5F79);
}

[data-gradient="gradient-5"] .page-bg,
[data-gradient="gradient-5"] .footer-menu .active-nav i,
[data-gradient="gradient-5"] .menu-box-gradient,
.gradient-5 {
    background-image: linear-gradient(180deg, #673c58, #492D3D);
}

[data-gradient="gradient-6"] .page-bg,
[data-gradient="gradient-6"] .footer-menu .active-nav i,
[data-gradient="gradient-6"] .menu-box-gradient,
.gradient-6 {
    background-image: linear-gradient(180deg, #c62f50, #6F1025);
}

[data-gradient="gradient-7"] .page-bg,
[data-gradient="gradient-7"] .footer-menu .active-nav i,
[data-gradient="gradient-7"] .menu-box-gradient,
.gradient-7 {
    background-image: linear-gradient(180deg, #413a65, #2b2741);
}

[data-gradient="gradient-8"] .page-bg,
[data-gradient="gradient-8"] .footer-menu .active-nav i,
[data-gradient="gradient-8"] .menu-box-gradient,
.gradient-8 {
    background-image: linear-gradient(0deg, #343341, #535468);
}

[data-gradient="gradient-9"] .page-bg,
[data-gradient="gradient-9"] .footer-menu .active-nav i,
[data-gradient="gradient-9"] .menu-box-gradient,
.gradient-9 {
    background-image: linear-gradient(180deg, #CCA64F, #996A22);
}



/*---Landing Page--*/

.landing-page {
    max-width: 350px;
    margin: 0 auto;
}

.landing-header {
    margin-top: 40px;
}

.landing-header a img {
    width: 215px;
    margin: 0 auto;
}

.landing-header em {
    text-align: center;
    display: block;
    font-style: normal;
    text-shadow: 0px 1px 0px #000000;
    margin-top: -5px;
}

.landing-header {
    margin-bottom: 50px;
}

.landing-footer {
    margin-top: 30px;
}

.landing-icons a i {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.landing-icons a {
    width: 33.3%;
    display: block;
    float: left;
    margin-bottom: 5%;
}

.landing-icons a em {
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    margin-top: 5px;
    text-shadow: 0px 1px 0px #000000;
}



/*Dividers*/
.divider {
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.divider-margins {
    margin: 0px 15px 30px 15px;
}

.divider-icon {
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

.content-boxed .divider-icon i {
    background-color: #FFF;
}

.divider-icon i {
    position: absolute;
    width: 50px;
    background-color: #FFF;
    text-align: center;
    margin-top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.divider-small {
    height: 2px;
    width: 80px;
    margin: auto auto 20px auto;
}

.divider-small-left {
    height: 2px;
    width: 80px;
    margin-bottom: 15px !important;
}

/*Shadows*/
.shadow-none,
.no-shadow {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-tiny {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) !important;
}

.shadow-small {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10) !important;
}

.shadow-medium {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-large {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

.shadow-huge {
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11), 0 5px 25px 0 rgba(0, 0, 0, 0.1) !important;
}

.text-shadow {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-small {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.text-shadow-medium {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.text-shadow-large {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}


/*Content Boxes*/
@media(max-width:325px) {
    .content {
        margin: 0px 15px 30px 15px !important;
    }

    .caption-margins {
        margin: 0px 15px 40px 15px !important;
    }
}

.under-content-button {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: -23px;
}

.content {
    margin: 0px 15px 30px 15px;
    background-color: #FFF;
}

.round-tiny,
.content-round-tiny,
.menu-box-round-tiny {
    border-radius: 7px !important;
    overflow: hidden;
}

.round-small,
.content-round-small,
.menu-box-round-small {
    border-radius: 10px !important;
    overflow: hidden;
}

.round-medium,
.content-round-medium,
.menu-box-round-medium {
    border-radius: 15px !important;
    overflow: hidden;
}

.round-large,
.content-round-large,
.menu-box-round-large {
    border-radius: 20px !important;
    overflow: hidden;
}

.round-huge,
.content-round-huge,
.menu-box-round-huge {
    border-radius: 33px !important;
    overflow: hidden;
}

.round-circle {
    border-radius: 100%;
}

.vertical-center {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.horizontal-center {
    display: block;
    margin: 0 auto;
}

.content-box {
    padding: 20px;
    margin: 0px 0px 30px 0px;
    margin: 0px 15px 30px 15px;
}

.content-box-full {
    padding: 0px !important;
}

.content-box-full-top {
    padding-top: 0px !important;
}

.content-box-full-bottom {
    padding-bottom: 0px !important;
}

.content-above {
    z-index: 3;
}

.content-overlay,
.content-background {
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.content-background {
    z-index: 1;
    background-size: cover;
}

/*Content Titles*/

.content-title {
    margin-bottom: 15px;
}

.content-title a {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
}

.content-title span {
    font-size: 11px;
    font-weight: 500;
    display: block;
    margin-top: -8px;
    margin-bottom: -5px;
}

.content-title a {
    margin-top: 12px;
}

.content-title.has-border a {
    position: absolute;
    left: 0px;
    right: 6px;
    z-index: 1;
    text-align: right;
    margin-top: 0px;
    font-size: 10px;
}

.content-title.has-border {
    border-left: solid 3px;
    background-color: transparent !important;
    padding-left: 10px;
}

.content-title.has-icon i {
    position: absolute;
    right: 0px;
    font-size: 14px;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 40px;
    line-height: 40px;
    top: 3px;
}


/*--Page Content Settings---*/
.footer-menu {
    transition: transform 350ms ease !important;
}

.page-content {
    transition: all 350ms ease;
}

.header {
    transition: transform 350ms ease;
}

.page-bg {
    transition: transform 350ms ease;
}

/*---Page Transitions---*/

.page-content-black {
    position: fixed;
    top: -100px;
    bottom: -100px;
    left: 0px;
    right: 0px;
}

/*--Header---*/

.header .header-title,
.header-nav .header-title {
    position: absolute;
    height: 57px;
    line-height: 57px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    z-index: 1;
    text-transform: uppercase;
    bottom: 0px;
}


.header-subtitle {
    font-size: 13px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    transform: translateX(-5px);
}

.header .header-logo,
.header-nav .header-logo {
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
}

.header-fixed,
.header-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 55px;
}

.header-auto-show {
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
}

.header-active {
    opacity: 1;
    pointer-events: all;
    transition: all 250ms ease;
}

.header-always-show .header {
    margin-top: 0px !important;
}

.header-static {
    position: relative !important;
}

.header-transparent {
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
    border: none !important;
}

.header-clear {
    padding-top: 55px;
}

.header-clear-small {
    padding-top: 20px;
}

.header-clear-medium {
    padding-top: 70px;
}

.header-clear-large {
    padding-top: 85px;
}

.header .header-icon {
    position: absolute;
    height: 55px;
    width: 45px;
    text-align: center;
    line-height: 53px;
    font-size: 12px;
    color: #FFF;
    bottom: 0px;
}

.header {
    height: 60px;
    z-index: 96;
    background-color: #1b1d21;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
}

.header-transparent-light {
    background-color: transparent;
    box-shadow: none !important;
}

.header-transparent-light a {
    color: #FFF;
}

.header-transparent-dark {
    background-color: transparent;
    box-shadow: none !important;
}

.header-transparent-dark a {
    color: #FFF;
}

.header-logo-center .header-icon-1 {
    left: 0px;
}

.header-logo-center .header-icon-2 {
    left: 45px;
}

.header-logo-center .header-icon-3 {
    right: 45px;
}

.header-logo-center .header-icon-4 {
    right: 0px;
}

.header-logo-center .header-title {
    width: 150px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
}

.header-logo-center .header-logo {
    background-position: center center;
    width: 150px !important;
    left: 50%;
    margin-left: -75px;
    text-align: center;
}

.header-logo-left .header-icon-1 {
    right: 0px;
}

.header-logo-left .header-icon-2 {
    right: 45px;
}

.header-logo-left .header-icon-3 {
    right: 90px;
}

.header-logo-left .header-icon-4 {
    right: 135px;
}

.header-logo-left .header-logo {
    left: 15px !important;
    margin-left: 0px !important;
}

.header-logo-left .header-title {
    left: 15px !important;
    margin-left: 0px !important;
}

.header-logo-right .header-icon-1 {
    left: 0px;
}

.header-logo-right .header-icon-2 {
    left: 45px;
}

.header-logo-right .header-icon-3 {
    left: 90px;
}

.header-logo-right .header-icon-4 {
    left: 135px;
}

.header-logo-right .header-logo {
    left: auto !important;
    right: 20px !important;
    margin-left: 0px !important;
}

.header-logo-right .header-title {
    left: auto !important;
    right: 20px !important;
    margin-left: 0px !important;
}

.header-logo-app .header-icon-1 {
    left: 3px;
}

.header-logo-app .header-icon-2 {
    right: 2px;
}

.header-logo-app .header-icon-3 {
    right: 45px;
}

.header-logo-app .header-icon-4 {
    right: 90px;
}

.header-logo-app .header-icon-5 {
    right: 135px;
}

.header-logo-app .header-logo {
    left: 0px !important;
    margin-left: 55px !important;
}

.header-logo-app .header-title {
    left: 0px !important;
    margin-left: 80px !important;
}

.header-logo {
    color: rgba(0, 0, 0, 0) !important;
}

.header-logo span {
    color: rgba(0, 0, 0, 0) !important;
}

/*Footer*/



.footer-socials {
    text-align: center;
}

.footer-socials a {
    display: inline-block;
    font-size: 22px;
    margin: 0px 7px 0px 7px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
}

.footer-socials a i {
    font-size: 14px;
    width: 40px;
    border-radius: 40px;
    line-height: 40px;
}

.footer-title {
    text-align: center;
}

.footer-title h1 {
    font-size: 32px;
    color: #FFF;
}

.footer-title span {
    font-size: 10px;
    margin-top: -5px;
    display: block;
}

.footer-text {
    color: #FFF;
    opacity: 0.6;
    font-size: 12px;
    text-align: center;
    max-width: 300px;
    margin: 10px auto 30px auto;
}

.footer-copyright {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    margin: 30px 0px 0px 0px;
    opacity: 0.3;
}


/*Footer Menu*/
.footer-menu-static {
    position: relative !important;
}

.footer-menu {
    z-index: 96;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: calc(60px + (constant(safe-area-inset-bottom)));
    height: calc(60px + (env(safe-area-inset-bottom)));
    border-top: solid 1px rgba(0, 0, 0, 0.03);
    transition: transform 350ms ease;
    background-color: #FFF;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

.footer-menu a {
    float: left;
    background-color: transparent !important;
}

.footer-6-icons a {
    width: 16.5%
}

.footer-5-icons a {
    width: 20%
}

.footer-4-icons a {
    width: 25%
}

.footer-3-icons a {
    width: 33.3%
}

.footer-2-icons a {
    width: 50%
}

.footer-menu a i {
    display: block;
    text-align: center;
    color: #4a4a4a;
    font-size: 16px;
    padding-top: 16px;
}

.footer-menu span {
    font-size: 8px;
    display: block;
    text-align: center;
    color: #666;
    margin-top: -1px;
}

.footer-menu .active-nav span {
    display: none;
}

.footer-menu-no-text span {
    opacity: 0;
}

.footer-menu-no-text .active-nav i {
    padding-top: 15px !important;
}

.footer-menu-no-text i {
    padding-top: 20px !important;
    font-size: 17px !important;
}

.footer-menu-no-text {
    height: calc(60px + (constant(safe-area-inset-bottom))) !important;
    height: calc(60px + (env(safe-area-inset-bottom))) !important;
}


.footer-menu-center-icon .active-nav span {
    display: none;
}

.footer-menu-center-icon i {
    margin-top: 0px;
    font-size: 16px !important;
}

.footer-menu .active-nav i {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2) !important;
    color: #FFF !important;
    width: 42px;
    height: 42px;
    margin: 7px auto 0px auto !important;
    border-radius: 12px;
    line-height: 11px;
}

.footer-menu-center-icon.footer-menu-no-text .active-nav i {
    padding-top: 16px !important;
}

.footer-menu-no-text .active-nav {
    background-color: #5D9CEC;
}

.footer-menu-center-icon .active-nav i {
    padding-top: 16px !important;
    background-color: #5D9CEC;
}

.footer-menu .active-nav {
    color: #5D9CEC;
}

/*Menu System*/
.menu-box,
.menu-hider {
    display: none;
    opacity: 0;
}

.menu-ready {
    display: block;
}

.menu-hider {
    pointer-events: none;
    transition: all 350ms ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.menu-hider-visible {
    transition: all 350ms ease;
    pointer-events: all;
    opacity: 1;
}


.page-content {
    z-index: 95;
    overflow-x: hidden;
    margin-bottom: -20px;
    box-shadow: 0 0px 25px 13px rgba(0, 0, 0, 0.08);
}

.page-footer-menu .page-content {
    padding-bottom: calc(60px + (constant(safe-area-inset-bottom)));
    padding-bottom: calc(60px + (env(safe-area-inset-bottom)));
}

.page-footer-menu .toast-bottom.toast-active {
    transform: translate(-50%, -50px) !important;
}

.page-footer-menu .ad-300x50-fixed {
    margin-bottom: calc(60px + (constant(safe-area-inset-bottom)));
    margin-bottom: calc(60px + (env(safe-area-inset-bottom)));
}

/*Menu Update*/
#menu-update {
    background-color: #FFF;
    position: fixed;
    z-index: 9999;
    width: 310px;
    height: 430px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    border-radius: 10px;
    transition: all 350ms ease;
}

.menu-active {
    opacity: 1 !important;
}

.menu-active-no-click {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: all !important;
}

#menu-install-pwa-ios {
    overflow: visible !important;
}

.fa-ios-arrow {
    transform: translateY(4px);
}

.theme-light .fa-ios-arrow {
    color: #FFF !important;
}


.menu-box {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    position: fixed;
    z-index: 99;
    transition: all 350ms ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    background-size: cover;

}

.menu-active {
    pointer-events: all !important;
    transition: all 350ms ease;
}

.menu-hider {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.5);
}

[data-menu-effect="menu-reveal"] {
    z-index: 90 !important;
    display: none;
}

[data-menu-effect="menu-reveal"][data-menu-type="menu-box-left"] {
    transform: translateX(0px) !important;
}

[data-menu-effect="menu-reveal"][data-menu-type="menu-box-right"] {
    transform: translateX(0px) !important;
}

[data-menu-type="menu-box-left"] {
    opacity: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 0px !important;
}

[data-menu-type="menu-box-right"] {
    opacity: 1;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px !important;
}

[data-menu-type="menu-box-top"] {
    opacity: 1;
    top: 0px;
    right: 0px;
    left: 0px;
}

[data-menu-type="menu-box-bottom"] {
    opacity: 1;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

[data-menu-type="menu-box-modal"] {
    transform-origin: 0% 0%;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: scale(0.9, 0.9) translate(-50%, -50%) !important;
}

.menu-active[data-menu-type="menu-box-modal"] {
    opacity: 1 !important;
    pointer-events: all !important;
    transform: scale(1, 1) translate(-50%, -50%) !important;
}

.menu-active[data-menu-type="menu-box-left"] {
    transform: translateX(0px) !important;
}

.menu-active[data-menu-type="menu-box-right"] {
    transform: translateX(0px) !important;
}

.menu-active[data-menu-type="menu-box-bottom"] {
    transform: translateY(0px) !important;
}

.menu-active[data-menu-type="menu-box-top"] {
    transform: translateY(0px) !important;
}


.menu-box-detached[data-menu-type="menu-box-top"] {
    opacity: 1;
    top: 15px;
    right: 10px;
    left: 10px;
    margin-top: -25px;
}

.menu-box-detached[data-menu-type="menu-box-bottom"] {
    opacity: 1;
    bottom: 15px;
    right: 10px;
    left: 10px;
    margin-bottom: -25px;
}

.close-menu-icon {
    position: absolute;
    height: 50px;
    width: 50px;
    font-size: 18px;
    text-align: center;
    right: -10px;
    top: 8px;
}

.header,
.footer-menu {
    transition: all 350ms ease !important;
}

.menu-hide-header {
    transform: translateY(-100%) !important;
    opacity: 1;
    transition: all 350ms ease !important;
}

.menu-hide-footer {
    transform: translateY(100%) !important;
    opacity: 1;
    transition: all 350ms ease !important;
}

.menu-box-detached[data-menu-type="menu-box-top"].menu-active {
    margin-top: 0px !important;
}

.menu-box-detached[data-menu-type="menu-box-bottom"].menu-active {
    margin-bottom: 0px !important;
}


.menu-box .page-bg {
    z-index: 0 !important;
}

.menu-box .menu-content {
    z-index: 1;
}


.page-bg {
    background-size: 500%;
    position: fixed;
    top: -120px;
    left: 0px;
    right: 0px;
    bottom: -120px;
    height: 150%;
    margin-top: -50%;
    z-index: 70;
    margin-top: 0;
    overflow: hidden !important;
    pointer-events: none !important;
}

.menu-box .page-bg {
    height: 0px;
    top: 0px;
    bottom: 0px;
}

.theme-dark .menu-content {
    background-color: rgba(0, 0, 0, 0.5);
}

.theme-dark .center-vertical-full {
    background-color: rgba(0, 0, 0, 0.5);
}

.theme-dark .page-bg div {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-bg div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.menu-hider-reveal {
    opacity: 0 !important;
    transition: all 0ms ease !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.share-icons {
    width: 260px;
    margin: 0 auto;
}

.share-icons a {
    width: 33.3%;
    float: left;
    margin-bottom: 30px;
}

.share-icons a i {
    overflow: visible;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    margin: 0 auto;
}

.share-icons a span {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
    font-weight: 500;
}


/*Menu Build*/
/*----------*/
.menu-header {
    background-color: rgba(0, 0, 0, 0.09);
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    margin-top: -30px !important;
    padding-top: 30px;
}

.menu-header .menu-logo {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 5px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 90px;
    height: 90px;
    z-index: 10;
    display: block;
    margin: 20px auto 15px auto;
}


.menu-header h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #777777;
}

.menu-header p {
    text-align: center;
    font-size: 11px;
    color: #F1ECEC;
    margin-top: -10px;
    opacity: 0.6;
    text-shadow: 0px 1px 0px #949292;
}

.menu-item {
    color: #FFFFFF !important;
    font-weight: 400 !important;
    font-size: 14px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 57px;
    transition: all 250ms ease;
}

.menu-item:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.submenu a:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.menu-list .fab {
    line-height: 34px !important;
}

.menu-item i:first-child {
    color: #FFFFFF !important;
    height: 35px;
    width: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 35px;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 67px 0 rgba(0, 0, 0, .12), 0 5px 14px 0 rgba(0, 0, 0, .2);
}

.menu-divider {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: #FFFFFF !important;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 900;
    margin-top: 30px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.menu-list span {
    position: absolute;
    right: 16px;
    font-size: 9px;
    background-color: rgba(255, 255, 255, 0.15);
    height: 20px;
    margin-top: 19px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 15px;
    min-width: 20px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.menu-copyright {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-style: normal;
    padding-top: 20px;
    font-weight: 300;
    font-size: 10px;
    display: block;
    border-top: solid 1px rgba(255, 255, 255, 0.03);
    margin-top: 20px;
    padding-bottom: 30px;
}

.menu-list .fa-angle-right {
    position: absolute;
    font-size: 10px;
    height: 55px;
    line-height: 57px;
    width: 55px;
    right: 0px;
    text-align: center;
}

[data-submenu]::after {
    display: none !important;
}

.active-menu::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f111';
    position: absolute;
    right: 25px;
    font-size: 7px;
    margin-top: 0px;
    z-index: 0;
}

.active-menu span {
    display: none;
}

.remove-dot::after {
    content: '' !important;
}

.active-menu {
    font-weight: 700 !important;
    transition: all 300ms ease;
    background-color: rgba(255, 255, 255, 0.03);
}

.active-menu i:first-child {
    animation-name: menuANI;
    animation-duration: 600ms;
    animation-timing-function: ease;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes menuANI {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}

/*Submenu Settings*/
.submenu a {
    line-height: 50px;
    padding-left: 75px;
    font-size: 12px;
    font-weight: 300;
    color: #D9D9D9;
}

.submenu {
    height: 0px;
    overflow: hidden;
    transition: all 350ms ease;
}

.submenu-line {
    height: 100%;
    position: absolute;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: 38px;
}

.submenu-deco {
    height: 1px;
    position: absolute;
    width: 40px;
    margin-top: 23px;
    left: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: 38px;
}

.submenu .fa-angle-right {
    font-size: 8px;
    margin-top: -2px;
}

.active-submenu {
    color: #FFFFFF !important;
    font-weight: 600 !important;
}


/*Menu Updates Bell*/
.bell-item {
    margin: 20px 20px 30px
}

.bell-item img {
    width: 70px;
    border-radius: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    text-align: center
}

.bell-item strong {
    color: #000;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 90px;
    font-weight: 600
}

.bell-item span {
    font-weight: 800;
    font-size: 8px;
    padding: 3px 6px;
    margin-left: 10px;
    border-radius: 3px;
    top: 8px;
    max-height: 16px;
    line-height: 11px;
    position: absolute;
    right: 10px;
    min-width: 50px;
    text-align: center
}

.bell-item em {
    position: absolute;
    margin-left: 90px;
    top: 20px;
    line-height: 20px;
    font-size: 12px !important;
    padding-top: 10px;
    font-style: normal;
    color: #868585;
    display: block
}

.bell-item em i:first-child {
    padding-left: 0 !important
}

.bell-item em i {
    padding: 0 10px;
    color: #1f1f1f
}



/*Highlight Changer*/

.theme-change-transition {
    transition: all 150ms ease !important;
}

.highlight-changer {
    width: calc(100% + 10px);
    margin-left: -5px;
    padding-bottom: 5px;
    margin-top: -10px;
}

.highlight-changer a {
    width: 16.5%;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: -15px;
}

.highlight-changer a i {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1) !important;
    margin-top: 10px;
    display: block;
    height: 30px;
    border-radius: 30px;
    margin-right: 5px;
    margin-left: 5px;
}

.highlight-changer a span {
    font-size: 10px;
    display: block;
    text-align: center;
    margin-top: -8px;
    margin-bottom: -5px;
    margin-right: -5px;
    margin-left: -5px;
}

.color-changer a {
    float: left;
    display: block;
    padding: 0px 20px 0px 20px;
    line-height: 40px;
}

.color-changer a i {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 20px;
    margin-top: 10px;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11)
}

.color-changer span {
    font-weight: 500;
    padding-left: 30px;
    display: block;
    line-height: 40px;
}

/*Call to Action*/
.visible-margin-slider .owl-stage-outer {
    overflow: visible !important;
}

.visible-margin-slider {
    padding: 0px 45px 0px 45px !important;
}

.single-slider {
    z-index: 50 !important;
}

.under-slider-button {
    z-index: 90;
    transform: translateY(-50px);
    margin-bottom: 30px;
}

.double-slider .owl-stage-outer {
    overflow: visible !important;
}

.double-slider {
    padding-left: 15px;
    padding-right: 15px;
}

.double-slider .under-slider-button {
    margin-bottom: -40px;
}

.cta-buttons {
    display: block;
    width: 280px;
    margin: 0px auto -1px auto;
    z-index: 10;
}

.cta-buttons a {
    display: inline-block;
}

/*Table Scroll*/
.table-scroll {
    overflow-x: scroll;
    padding: 0px 20px;
}

.table-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.theme-light table {
    border: solid 1px rgba(0, 0, 0, 0.08);
}

.table-scroll td {
    padding: 8px;
}

.table-scroll th {
    padding: 0px 10px;
}

.store-product-table {
    border: none !important;
}

.store-product-table td {
    text-align: left;
}

/*Image Elements & Captions*/
.caption-full {
    width: calc(100% + 40px);
    transform: translateX(-20px);
}

.caption .text-right {
    z-index: 99;
}

.caption-image {
    display: block;
    width: 100%;
    overflow: hidden !important;
}

.caption-top {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.caption-bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
    bottom: 0px;
}

.caption-center {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.caption-center .button {
    margin-top: -3px;
}

.bg-gradient {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.0) 0%,
            rgba(0, 0, 0, 0.0) 20%,
            rgba(0, 0, 0, 0.0) 30%,
            rgba(0, 0, 0, 0.0) 40%,
            rgba(0, 0, 0, 0.0) 60%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 1) 100%);
}

.bg-gradient-fade {
    bottom: 0px !important;
}

.bg-gradient-fade {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.0) 0%,
            rgba(0, 0, 0, 0.2) 30%,
            rgba(0, 0, 0, 0.4) 40%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.7) 60%,
            rgba(0, 0, 0, 1) 100%);
}

.caption-bottom p {
    margin-bottom: 10px;
}

.cover-slider {
    z-index: 2 !important;
    position: relative;
}

.caption-overlay {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: -1px;
    pointer-events: none;
}

.above-overlay {
    z-index: 2;
}

[data-height="cover"] .caption-top {
    margin-top: 55px;
}

[data-height="cover-header"] {
    overflow: visible !important;
    margin-bottom: 0px !important;
}

.caption {
    z-index: 2;
    margin-bottom: 30px;
    overflow: hidden;
}

.caption-margins {
    margin: 0px 15px 30px 15px;
}

.caption-cover {
    height: 100vh;
}

.caption-cover-header {
    height: calc(100vh - 55px);
}

.caption-background,
.caption-bg {
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.caption-icon-top-right {
    top: -30px;
    right: -40px;
}

.caption-icon-top-left {
    top: -30px;
    left: -40px;
}

.caption-icon-bottom-left {
    bottom: -50px;
    left: -50px;
}

.caption-icon-bottom-right {
    bottom: -50px;
    right: -50px;
}


.caption-height-10 {
    height: 10vh;
}

.caption-height-20 {
    height: 20vh;
}

.caption-height-30 {
    height: 30vh;
}

.caption-height-40 {
    height: 40vh;
}

.caption-height-50 {
    height: 50vh;
}

.caption-height-60 {
    height: 60vh;
}

.caption-height-70 {
    height: 70vh;
}

.caption-height-80 {
    height: 80vh;
}

.caption-height-90 {
    height: 90vh;
}

.caption-height-100 {
    height: 100vh;
}

.caption-image img {
    transition: all 450ms ease;
}

.caption-scale-image {
    transform: scale(1.05, 1.05) !important;
}

.caption-rotate-image {
    transform: rotate(5deg) scale(1.2, 1.2) !important;
}

.caption-grayscale-image {
    filter: grayscale(100%);
}

.caption-blur-image {
    filter: blur(5px);
}

.caption-hide-image {
    opacity: 0 !important;
}

.caption-hide div {
    transition: all 400ms ease;
}

.caption-author-left img {
    position: absolute;
    width: 30px;
}

.caption-author-left strong {
    position: absolute;
    font-size: 12px;
    margin-top: -3px;
    margin-left: 40px;
    color: #FFF;
}

.caption-author-left span {
    position: absolute;
    opacity: 0.4;
    font-size: 8px;
    margin-left: 40px;
    padding-top: 11px;
    color: #FFF;
}

.caption-author-right img {
    position: absolute;
    right: 0px;
    width: 30px;
}

.caption-author-right strong {
    position: absolute;
    right: 0px;
    font-size: 12px;
    margin-top: -3px;
    margin-right: 40px;
    color: #FFF;
}

.caption-author-right span {
    position: absolute;
    opacity: 0.4;
    right: 0px;
    font-size: 8px;
    margin-right: 40px;
    padding-top: 11px;
    color: #FFF;
}

.caption-icon img {
    position: absolute;
    width: 50px;
    left: 10px;
    top: 10px;
}

.caption-icon p {
    padding: 14px 90px 10px 70px;
    line-height: 20px;
    font-size: 12px;
}

.caption-icon .button {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 2;
}

.caption-under-button {
    transform: translateY(-55px);
    margin-bottom: -50px !important;
    z-index: 99;
}

.caption-badge {
    position: absolute;
    left: 50%;
    padding: 0px 15px 0px 15px;
    transform: translateX(-50%);
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.polaroid-effect {
    background-color: #FFF;
    padding: 5px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

/*Cover Slider*/
.cover-button {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px;
    text-align: center;
    z-index: 99 !important;
}

.is-on-homescreen .cover-button {
    bottom: 150px !important;
}

.is-on-homescreen .cover-next,
.is-on-homescreen .cover-prev {
    bottom: 60px !important;
}

.is-on-homescreen .cover-has-buttons .owl-dots {
    transform: translateY(-55px) !important;
}

.is-on-homescreen .cover-has-buttons .cover-button {
    margin-bottom: -50px !important;
}

.is-on-homescreen .owl-only-dots .owl-dots {
    transform: translateY(-70px) !important;
}

.cover-next,
.cover-prev {
    z-index: 99;
    position: absolute;
    bottom: 30px;
}

.cover-next {
    right: 20px;
}

.cover-prev {
    left: 20px;
}

.cover-has-buttons .owl-dots {
    transform: translateY(-25px);
}

.cover-no-buttons .cover-button,
.cover-no-buttons .cover-prev,
.cover-no-buttons .cover-next,
.cover-no-buttons .owl-dots {
    display: none;
}

.cover-controls {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 99;
}

.cover-controls a {
    position: absolute;
    line-height: 60px;
    width: 60px;
    text-align: center;
}

.cover-controls a:last-child {
    right: 0px;
}

/*Map Full*/
.map-full .cover-content,
.map-full .cover-overlay {
    transition: all 350ms ease
}

.hide-map {
    position: absolute;
    margin-top: -120px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    opacity: 0;
    z-index: 2;
}

.map-full .caption {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.map-full iframe {
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

.activate-map {
    opacity: 1;
    transition: all 250ms ease;
    transition: all 350ms ease;
}

.deactivate-map {
    opacity: 0;
    pointer-events: none;
    transition: all 350ms ease;
}

/*Font Increaser*/
.text-size-increase,
.text-size-decrease,
.text-size-default {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -3px !important;
}

.text-size-increase i {
    transform: scale(1.2, 1.2);
}

.text-size-default i {
    transform: scale(1.0, 1.0);
}

.text-size-decrease i {
    transform: scale(0.8, 0.8);
}

/*Tabs*/
.tab-content {
    display: none;
}

.tab-controls a {
    border: solid 1px rgba(0, 0, 0, 0.07);
    border-right: none;
    text-align: center;
    float: left;
    font-size: 12px;
    margin-right: -1px;
    color: #1f1f1f;
    transition: all 250ms ease;
}

.tab-controls a:last-child {
    border: solid 1px rgba(0, 0, 0, 0.07);
}

.tabs-large a {
    height: 45px;
    line-height: 44px;
    font-size: 14px;
}

.tabs-medium a {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
}

.tabs-small a {
    height: 33px;
    line-height: 32px;
    font-size: 12px;
}

.tabs-rounded a:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.tabs-rounded a:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.tabs-circled a:first-child {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.tabs-circled a:last-child {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.tab-slide-left {
    display: block !important;
    position: absolute;
    transform: translateX(-150%);
    transition: all 250ms ease;
}

.tab-slide-right {
    display: block !important;
    position: absolute;
    transform: translateX(-150%);
    transition: all 250ms ease;
}

.tab-slide-active {
    display: block !important;
    transform: translateX(0%) !important;
}

/*Accordion*/
[data-accordion] {
    cursor: pointer;
}

[data-accordion] i {
    transition: all 250ms ease;
}

[data-accordion] .fa-angle-down {
    font-size: 12px;
}

.accordion-content {
    display: none;
}

.accordion-round-small .accordion-toggle-first {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.accordion-round-small .accordion-toggle-last {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.accordion-round-medium .accordion-toggle-first {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-round-medium .accordion-toggle-last {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.accordion-round-large .accordion-toggle-first {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.accordion-round-large .accordion-toggle-last {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.accordion-toggle-last {
    border-bottom: none;
}

.accordion-style-1 a {
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    color: #FFF;
    padding: 0px 15px 0px 15px;
}

.accordion-style-1 .accordion-icon-right {
    font-size: 10px;
    float: right;
    line-height: 50px;
    width: 20px;
    text-align: center;
}

.accordion-style-1 .accordion-content {
    padding: 10px 0px 10px 0px;
}

.accordion-style-1 .accordion-icon-left {
    font-size: 12px;
    width: 25px;
    padding-right: 10px;
    transform: translateY(1px);
}

.accordion-style-2 a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 45px;
    padding: 0px 7px 0px 0px;
}

.accordion-style-2 .accordion-icon-right {
    font-size: 10px;
    float: right;
    line-height: 45px;
    width: 20px;
    text-align: center;
}

.accordion-style-2 .accordion-content {
    padding: 10px 0px 10px 0px;
}

.accordion-style-2 .accordion-icon-left {
    font-size: 12px;
    width: 25px;
    padding-right: 10px;
}

/*Dropdowns*/
.dropdown-content {
    display: none;
    padding-bottom: 20px;
}

.dropdown-style-1 i {
    position: absolute;
    top: 0px;
    width: 20px;
    text-align: center;
    line-height: 56px;
}

.dropdown-style-1 .dropdown-icon {
    position: absolute;
    right: 0px;
    left: auto;
    transition: all 250ms ease;
}

.dropdown-style-1 p {
    line-height: 55px;
    padding-left: 38px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
}

.dropdown-style-2 i {
    position: absolute;
    top: 0px;
    left: 15px;
    line-height: 50px;
}

.dropdown-style-2 .dropdown-icon {
    position: absolute;
    right: 20px;
    left: auto;
    transition: all 250ms ease;
}

.dropdown-style-2 p {
    line-height: 50px;
    padding-left: 45px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
}

/*Chips*/
.chip * {
    font-size: 12px;
}

.chip {
    display: inline-block;
    margin: 0px 10px 15px 0px;
    border-radius: 30px;
    padding-right: 15px;
}

.chip span {
    line-height: 29px;
}

.chip i {
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.chip img {
    display: inline;
    float: left;
    margin-right: 9px;
    border-radius: 30px;
    width: 30px;
    line-height: 30px;
}

.chip-medium {
    transform: scale(1.05, 1.05);
}

.chip-large {
    transform: scale(1.1, 1.1);
}

/*Toggles*/
.toggle-box-content {
    display: none;
}

.toggle-animated *,
.toggle-animated {
    transition: all 250ms ease;
}

.toggle-content {
    display: none;
    margin-top: 15px;
}

.toggle-switch input[type="checkbox"] {
    position: absolute;
    left: -999px;
}

.toggle-switch .fa-t1 {
    padding-left: 0px;
    margin-left: 0px;
}

.toggle-switch .fa-t2 {
    padding-right: 0px;
    margin-right: 1px;
}

.toggle-ios strong {
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.toggle-ios u {
    border: solid 1px rgba(152, 152, 152, 0.4);
}

.toggle-android strong {
    border: solid 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1)
}

.toggle-android .no-toggle-border {
    border: solid 1px rgba(0, 0, 0, 0) !important
}

.toggle-switch strong {
    display: block;
    position: absolute;
    top: 0px;
    right: 28px;
    z-index: 1;
    background-color: #FFF;
    border-radius: 30px;
}

.toggle-switch u {
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.toggle-switch i {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    text-align: center;
    z-index: 9;
    color: #FFF;
    float: left;
}

.toggle-switch .toggle-icon {
    line-height: 31px;
    float: left;
}

.toggle-with-icon .toggle-icon {
    float: left;
    margin-right: 12px;
    line-height: 29px;
    width: 29px;
    text-align: center;
}

.toggle-with-icon span {
    transform: translateY(1px);
    display: inline-block;
}

.toggle-with-icon em {
    display: block;
    font-size: 10px;
    margin-bottom: -10px;
    margin-top: -10px;
}

.toggle-has-icon span i {
    left: 0px;
    height: 29px !important;
    width: 29px !important;
    border-radius: 29px;
    line-height: 29px !important;
    margin-top: -2px;
}

.toggle-has-icon span {
    padding-left: 40px !important;
}


/*Classic Toggles*/
.toggle-icon i {
    position: absolute;
    right: 0px;
    width: 25px;
    text-align: center;
    line-height: 25px;
}

.theme-light .bg-toggle-transparent {
    background-color: rgba(0, 0, 0, 0.05);
}

.theme-dark .bg-toggle-transparent {
    background-color: rgba(255, 255, 255, 0.15);
}

/*Toasts*/
.toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    border-radius: 35px;
    overflow: hidden;
    z-index: 99;
    transition: all 350ms ease;
}

.toast-bottom {
    bottom: 20px;
    transform: translate(-50%, 150px);
    opacity: 0;
}

.toast-top {
    top: 35px;
    transform: translate(-50%, -150px);
    opacity: 0;
}

.toast-active {
    transform: translate(-50%, 0px) !important;
    opacity: 1 !important;
}

.toast p {
    font-size: 12px;
    padding: 0px 15px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
}

.toast .toast-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

/*Buttons*/
.button {
    color: #FFF;
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 250ms ease;
    font-weight: 800;
    text-transform: uppercase;
}

.button-icon i {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: inherit;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.button:hover {
    text-decoration: none;
}

.button-border {
    border: solid 1px;
}

.button-margins {
    margin-left: 15px;
    margin-right: 15px;
}

.button:active {
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.3) !important;
    transition: all 250ms ease;
}

.button-circle {
    border-radius: 65px;
}

.button-round {
    border-radius: 6px;
}

.button-round-small {
    border-radius: 6px;
}

.button-round-medium {
    border-radius: 7px;
}

.button-round-large {
    border-radius: 13px;
}

.button-round-huge {
    border-radius: 25px;
}

.button-xxs {
    padding: 5px 12px;
    font-size: 11px;
}

.button-xs {
    padding: 7px 17px;
    font-size: 11px;
}

.button-s {
    padding: 8px 18px;
    font-size: 12px;
}

.button-m {
    padding: 10px 20px;
    font-size: 13px;
}

.button-l {
    padding: 13px 26px;
    font-size: 15px;
}

.button-xl {
    padding: 15px 30px;
    font-size: 15px;
}

.button-xxl {
    padding: 17px 34px;
    font-size: 17px;
}

.button-full {
    display: block;
    text-align: center;
}

.button-icon-transparent i {
    background-color: transparent !important;
}

.button-icon-transparent {
    padding-left: 40px !important;
}

.button-center-tiny {
    width: 120px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.button-center-small {
    width: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.button-center-medium {
    width: 180px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.button-center-large {
    width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.button-center-huge {
    width: 250px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.button-icon-left i {
    padding-right: 15px;
}

.button-icon-right i {
    padding-left: 15px
}

.button-icon.button-full {
    text-align: left;
}

.button-xxs.button-icon i {
    width: 36px;
    line-height: 36px
}

.button-xxs.button-circle.button-icon i {
    border-radius: 36px
}

.button-xxs.button-icon {
    padding-left: 50px
}

.button-xxs.button-icon i {
    width: 40px;
    line-height: 33px;
}

.button-xxs.button-3d {
    border-bottom: solid 3px;
}

.button-xs.button-icon i {
    width: 40px;
    line-height: 40px;
}

.button-xs.button-circle.button-icon i {
    border-radius: 40px
}

.button-xs.button-icon {
    padding-left: 52px
}

.button-xs.button-3d {
    border-bottom: solid 4px;
    padding-top: 9px;
}

.button-s.button-icon i {
    width: 40px;
    line-height: 40px;
    font-size: 15px;
}

.button-s.button-circle.button-icon i {
    border-radius: 43px
}

.button-s.button-icon {
    padding-left: 55px
}

.button-s.button-3d {
    border-bottom: solid 4px;
    padding-top: 10px;
}

.button-m.button-icon i {
    width: 45px;
    line-height: 44px;
    font-size: 16px;
}

.button-m.button-circle.button-icon i {
    border-radius: 46px
}

.button-m.button-icon {
    padding-left: 60px
}

.button-m.button-3d {
    border-bottom: solid 4px;
    padding-top: 12px;
}

.button-l.button-icon i {
    width: 52px;
    line-height: 50px;
    font-size: 18px;
}

.button-l.button-circle.button-icon i {
    border-radius: 52px
}

.button-l.button-icon {
    padding-left: 63px
}

.button-l.button-3d {
    border-bottom: solid 4px;
    padding-top: 15px;
}

.button-xl.button-icon i {
    width: 55px;
    line-height: 55px;
    font-size: 18px;
}

.button-xl.button-circle.button-icon i {
    border-radius: 55px
}

.button-xl.button-icon {
    padding-left: 68px
}

.button-xl.button-3d {
    border-bottom: solid 6px;
    padding-top: 17px;
}

.button-xxl.button-icon i {
    width: 60px;
    line-height: 60px;
    font-size: 20px;
}

.button-xxl.button-circle.button-icon i {
    border-radius: 60px
}

.button-xxl.button-icon {
    padding-left: 70px
}

.button-xxl.button-3d {
    border-bottom: solid 8px;
    padding-top: 19px;
}

/*Icons*/
.icon {
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin: 0px 2px 15px 2px;
    transition: all 250ms ease;
}

.icon:active {
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.icon-circle {
    border-radius: 45px;
}

.icon-round {
    border-radius: 8px;
}

.icon-xxs i {
    width: 35px;
    line-height: 35px;
    font-size: 13px;
}

.icon-xs i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}

.icon-s i {
    width: 40px;
    line-height: 40px;
    font-size: 16px;
}

.icon-m i {
    width: 43px;
    line-height: 43px;
    font-size: 16px;
}

.icon-l i {
    width: 51px;
    line-height: 51px;
    font-size: 17px;
}

.icon-xl i {
    width: 55px;
    line-height: 55px;
    font-size: 18px;
}

.icon-xxl i {
    width: 60px;
    line-height: 60px;
    font-size: 19px;
}

.icon-full {
    display: block;
    text-align: center;
}

.icon-center-large {
    display: block;
    left: 50%;
    transform: translateX(-62%);
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.icon-center-medium {
    display: block;
    left: 50%;
    transform: translateX(-82%);
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.icon-center-small {
    display: block;
    left: 50%;
    transform: translateX(-48%);
    width: 40%;
    text-align: center;
}

.icon-center {
    left: 50%;
    transform: translateX(-46%);
    text-align: center;
}

/*Social Grid*/
@media(max-width:321px) {
    .social-grid-4 {
        width: 300px;
        margin: 0 auto;
    }
}

@media(min-width:321px) {
    .social-grid-4 {
        margin: auto 20px auto 20px;
    }

    .social-grid-3 {
        width: 280px;
        margin: 0 auto;
    }
}

.social-grid-4 a {
    width: 20%;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-left: 7px;
    margin-right: 7px;
}

.social-grid-4 a i {
    width: 50px;
    line-height: 50px;
    display: block;
    margin: 0 auto -5px auto;
}

.social-grid-4 a span {
    opacity: 0.5;
    font-size: 12px;
}

.social-grid-3 a {
    width: 33%;
    line-height: 50px;
    text-align: center;
    float: left;
}

.social-grid-3 a i {
    width: 50px;
    line-height: 50px;
    display: block;
    margin: 0 auto -5px auto;
}

.social-grid-3 a span {
    opacity: 0.5;
    font-size: 12px;
}


/*Grid Icons*/
.grid-icons {
    margin: 0px 5px 0px 5px;
}

.grid-icons a {
    float: left;
    margin-bottom: 5%;
    transition: all 350ms ease;
}

.grid-icons a i {
    color: #FFF;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    display: block;
    padding-top: 40px;
    padding-bottom: 15px;
}

.grid-icons a span {
    font-weight: 500;
    font-size: 13px;
    display: block;
    text-align: center;
    color: #FFF;
    padding-bottom: 40px;
}

.grid-icons-2 {
    padding: 0px 10px 0px 10px;
}

.grid-icons-2 a {
    width: 47.5%
}

.grid-icons-2 a:nth-child(2n+1) {
    margin-right: 5%;
}

.grid-icons-3 a i {
    font-size: 24px;
    padding-top: 25px
}

.grid-icons-3 a span {
    font-size: 12px;
    padding-bottom: 25px
}

.grid-icons-3 a {
    width: 30%
}

.grid-icons-3 a:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
}



/*Back to Top*/
.content .back-to-top-badge {
    transform: translate(0, 0) !important;
    width: 130px;
    margin: 30px auto 0px auto !important;
    left: auto;
    bottom: auto;
    display: block;
    position: relative !important;
}

.content .back-to-top-icon {
    transform: scale(1, 1) translate(0, 0px) !important;
    margin: 0px auto 30px auto;
    right: auto;
    bottom: auto;
    display: block;
    position: relative !important;
}

.back-to-top-badge {
    position: fixed;
    z-index: 996;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 70px);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 35px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    transition: all 250ms ease;
}

.back-to-top-icon {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 15px;
    display: inline-block;
    width: 35px;
    line-height: 35px;
    border-radius: 35px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    transform: scale(0, 0);
    transition: all 250ms ease;
}

.back-to-top-badge i {
    padding: 0px 10px 0px 0px;
}

.back-to-top-icon span {
    display: none
}

.back-to-top-badge.back-to-top-visible {
    transform: translate(-50%, 30px)
}

.back-to-top-icon.back-to-top-visible {
    transform: scale(1, 1)
}

.back-to-top-icon-square {
    border-radius: 0px
}

.back-to-top-icon-round {
    border-radius: 5px
}

.back-to-top-icon-circle {
    border-radius: 40px
}

/*---Pagination---*/
.pagination-round a {
    border-radius: 35px !important;
}

.pagination {
    width: 100%;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.pagination a {
    color: #1f1f1f;
    font-size: 11px;
    display: inline-block;
    width: 35px;
    line-height: 33px;
    height: 35px;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
}

/*Filter*/
.gallery-filter * {
    overflow: visible !important;
}

.gallery-filter-all {
    float: left !important;
    padding-left: 0px !important;
}

.gallery-filter-controls {
    padding: 0px;
    margin: 0px;
}

.gallery-filter-controls li {
    list-style: none;
    cursor: pointer;
    float: right;
    padding-left: 15px;
    font-weight: 500;
    color: #1f1f1f;
    font-size: 13px;
    transition: all 350ms ease;
}

.gallery-filter-controls li:first-child {
    padding-right: 30px;
}

.gallery-filter-controls {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.gallery-filter {
    transition: height 350ms ease;
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-filter a {
    width: 33.3%;
    padding: 5px;
    display: block;
    transition: height 350ms ease;
}

.gallery-filter a img {
    display: block;
    width: 100%;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

/*Thumbs*/
.gallery-thumbs {
    margin-bottom: 20px;
}

.gallery-thumbs:after,
.gallery-filter-controls,
.gallery-insta-controls:after {
    content: "";
    display: table;
    clear: both;
}

.gallery-thumbs span {
    color: #1f1f1f;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

.gallery-wide a {
    position: relative;
}

.gallery-wide strong {
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    z-index: 10;
    color: #FFF;
}

.gallery-wide img {
    margin-bottom: 0px;
}

.gallery-thumbs .polaroid-effect {
    padding: 4px;
}

.gallery-thumbs a {
    float: left;
}

.gallery-thumbs a img {
    margin-bottom: 0px;
    display: block;
    width: 100%;
}

.gallery-round a img {
    border-radius: 100%;
    overflow: hidden;
}

.gallery-square a img {
    border-radius: 3px;
    overflow: hidden;
}

.gallery-rounded a img {
    border-radius: 7px;
    overflow: hidden;
}

@media(min-width:340px) {
    .gallery-thumbs a {
        width: 31.33333333%;
        margin-bottom: 4%;
    }

    .gallery-thumbs a:nth-child(3n+2) {
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media(max-width:340px) {
    .gallery-filter a {
        width: 50%;
    }

    .gallery-thumbs a {
        width: 47% !important;
        margin-bottom: 6%;
    }

    .gallery-thumbs a:nth-child(odd) {
        margin-right: 6%;
    }
}

/*Thumbs*/
.gallery-thumbs {
    margin-bottom: 20px;
}

.gallery-thumbs:after,
.gallery-filter-controls,
.gallery-insta-controls:after {
    content: "";
    display: table;
    clear: both;
}

.gallery-thumbs span {
    color: #1f1f1f;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

.gallery-wide a {
    position: relative;
}

.gallery-wide strong {
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    z-index: 10;
    color: #FFF;
}

.gallery-wide img {
    margin-bottom: 0px;
}

.gallery-thumbs .polaroid-effect {
    padding: 4px;
}

.gallery-thumbs a {
    float: left;
}

.gallery-thumbs a img {
    margin-bottom: 0px;
}

.gallery-round a img {
    border-radius: 100%;
    overflow: hidden;
}

.gallery-square a img {
    border-radius: 3px;
    overflow: hidden;
}

@media(min-width:340px) {
    .gallery-thumbs a {
        width: 31.33333333%;
        margin-bottom: 4%;
    }

    .gallery-thumbs a:nth-child(3n+2) {
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media(max-width:340px) {
    .gallery-filter a {
        width: 50%;
    }

    .gallery-thumbs a {
        width: 47% !important;
        margin-bottom: 6%;
    }

    .gallery-thumbs a:nth-child(odd) {
        margin-right: 6%;
    }
}

/*Gallery Views*/

.gallery-view-controls a {
    float: left;
    width: 33.3%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #1f1f1f;
}

.theme-dark .gallery-view-controls a {
    color: #FFF;
}

.theme-dark .gallery-view-controls {
    border-bottom: solid 1px rgba(255, 255, 255, 0.07);
}

.gallery-view-controls {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.gallery-view-1 a {
    width: 30%;
    float: left;
}

.gallery-view-1 .caption {
    display: none;
}

.gallery-view-2 .caption {
    display: none;
}

.gallery-view-3 .caption {
    padding-top: 20px;
}

.gallery-view-1 a {
    margin-bottom: 5%;
}

.gallery-view-1 a:nth-child(3n-1) {
    margin: auto 5% auto 5%;
}

.gallery-view-2 a {
    width: 47.5%;
    margin-bottom: 5%;
    float: left;
}

.gallery-view-2 a:nth-child(2n-1) {
    margin-right: 5%;
}


/*Responsive Videos and iframes*/
.max-iframe {
    max-height: 300px !important;
    height: 300px !important;
    padding-bottom: 0px !important;
    margin: 0 auto;
}

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Snackbars*/

.snackbars-boxed a {
    left: 10px !important;
    right: 10px !important;
}

.page-footer-menu .snackbars a {
    bottom: 60px !important;
}

.snackbars a {
    font-size: 13px;
    height: 0px;
    padding-left: 50px;
    overflow: hidden;
    line-height: 45px;
    position: fixed;
    bottom: 15px;
    z-index: 99;
    left: 0px;
    right: 0px;
}

.snackbars a i {
    position: absolute;
    left: 0px;
    width: 45px;
    line-height: 45px;
    text-align: center;
}

.snackbar-active {
    animation-name: snackbar-show;
    animation-duration: 3s;
}

@keyframes snackbar-show {
    0% {
        height: 0px;
    }

    7% {
        height: 45px;
    }

    93% {
        height: 45px;
    }

    100% {
        height: 0px;
    }
}

.snackbar-round a {
    border-radius: 5px;
}

/*---Checkboxes & Radios---*/

.fac {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.fac label {
    margin: 0em 1em 0em 0em;
    padding-left: 1.5em;
    cursor: pointer;
    font-weight: inherit;
}

.fac>input+label:before,
.fac>span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    margin-top: 0.5px;
}

.fac>input+label:before {
    transition: opacity 150ms ease-in-out;
}

.fac input {
    display: none;
}

.checkboxes-demo .fac {
    display: block;
}

.fac-checkbox>input+label:before,
.fac-checkbox-round>input+label:before {
    opacity: 1;
}

.fac-checkbox>input:checked+label:before,
.fac>input:checked+label:before {
    opacity: 0;
}

.fac-radio>input+label:before,
.fac-checkbox-o>input+label:before,
.fac-checkbox-round-o>input+label:before {
    opacity: 0;
}

.fac-radio>input:checked+label:before,
.fac-checkbox-o>input:checked+label:before,
.fac-checkbox-round-o>input:checked+label:before {
    opacity: 1;
}

.fac-default>input+label:before,
.fac-default>span::after {
    color: #9d9d9d;
}

.fac-blue>input+label:before,
.fac-blue>span::after {
    color: #428bca;
}

.fac-green>input+label:before,
.fac-green>span::after {
    color: #5cb85c;
}

.fac-orange>input+label:before,
.fac-orange>span::after {
    color: #f0ad4e;
}

.fac-red>input+label:before,
.fac-red>span::after {
    color: #d9534f;
}

.fac-checkbox>span::after {
    content: "\f45c";
    opacity: 1;
}

.fac-checkbox>input[type=checkbox]+label:before {
    content: "\f00c";
    color: #FFFFFF !important;
    font-size: 10px !important;
    padding-left: 2px;
}

.fac-checkbox-round>span::after {
    content: "\f111";
}

.fac-checkbox-round>input[type=checkbox]+label:before {
    content: "\f00c";
    color: #FFFFFF !important;
    font-size: 8px !important;
    padding-left: 3px;
}

.fac-radio>span::after {
    content: "\f45c";
}

.fac-radio>input[type=radio]+label:before {
    content: "\f00c";
    color: #FFFFFF !important;
    font-size: 10px !important;
    padding-left: 2px;
}

.fac-radio-full>span::after {
    content: "\f00c";
    font-size: 12px !important;
}

.fac-radio-full>input[type=radio]+label:before {
    content: "\f111";
}

/*Inputs*/
.input-light i {
    color: #FFF;
}

.input-light span {
    color: #FFF !important;
}

.input-light em {
    color: #7c7c7c !important;
}

.input-light input {
    color: #FFF !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.input-light input::placeholder {
    color: #FFF;
}

.input-image {
    width: 90px;
    position: absolute;
    right: 20px;
    transform: translateY(-60px)
}

.content-boxed .input-style span {
    background-color: #FFF;
}

.menu .input-style span {
    background-color: #FFF;
}

.input-style span {
    background-color: #FFF;
}

.input-style-1 input {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    background-color: transparent;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    transition: all 250ms ease;
}

.input-style-1 textarea {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 28px;
    padding-right: 15px;
    padding-top: 14px;
    margin-top: -5px;
    margin-bottom: 15px;
    background-color: transparent;
    margin-left: 0px !important;
    padding-left: 0px !important;
    text-indent: 0px !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    transition: all 250ms ease;
}

.input-style-1 textarea:focus {
    line-height: 24px;
    height: 150px;
    transition: all 250ms ease;
}

.input-style-1 span {
    color: #2980b9;
    font-weight: 500;
    position: absolute;
    font-size: 10px;
    margin-top: -3px;
    opacity: 0;
    transition: all 250ms ease;
}

.input-style-1 em {
    position: absolute;
    top: 14px;
    font-size: 10px;
    font-style: normal;
    right: 0px;
    color: rgba(0, 0, 0, 0.3);
}

.input-style-1 em i {
    font-size: 12px;
    width: 15px;
    text-align: center;
    margin-top: 7px;
    display: block;
}

.input-style-1 input[type="date"] {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    background-color: transparent;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    transition: all 250ms ease;
    color: #818181;
}

.input-style-1 input[type="date"]::-webkit-inner-spin-button {
    opacity: 0;
}

.input-style-1 input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.input-style-1 input[type="date"]::-webkit-clear-button {
    opacity: 0;
}

.input-style-1-active {
    opacity: 1 !important;
}

.input-style-1-inactive {
    color: #cacaca !important;
}

.input-style-1 input:focus,
.input-style-1 select:focus {
    border-bottom: solid 1px rgba(0, 0, 0, 1);
}

.input-style-1 select {
    color: #818181;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: 14px;
}

.input-style-1.has-icon .input-icon {
    position: absolute;
    z-index: 10;
    margin-top: 20px;
    margin-left: 0px;
}

.input-style-1.has-icon input {
    padding-left: 30px;
}

.input-style-1.has-icon span {
    margin-left: 25px;
}

.input-style-1.has-icon .input-style-1-active {
    color: #4A89DC !important;
    transform: translateX(-25px);
    transition: all 150ms ease;
}

input[type="range"] {
    -webkit-appearance: none;
    height: 20px;
    width: 100%;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #F26B5E;
    position: relative;
    z-index: 3;
}

input[type="range"]::-webkit-slider-thumb:after {
    content: " ";
    height: 10px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 5px;
    background: #ff5b32;
    background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
}

/*Input Style 2*/
.input-style-2 {
    margin-bottom: 15px;
}

.input-style-2 span {
    pointer-events: none;
    color: #1f1f1f !important;
    position: absolute;
    font-size: 13px;
    z-index: 1;
    height: 22px;
    line-height: 20px;
    padding: 2px 5px 2px 5px;
    top: 14px;
    left: 10px;
    right: 10px;
    transition: all 150ms ease;
}

span.input-style-1-active {
    padding-right: 10px !important;
    right: auto !important;
}

.input-style-2 .input-style-1-active {
    color: #4A89DC !important;
    transform: translateY(-25px);
    transition: all 150ms ease;
}

.input-style-2 em {
    position: absolute;
    right: 10px;
    z-index: 2;
    font-size: 10px;
    font-style: normal;
    color: #cacaca;
    line-height: 53px;
}

.input-style-2 em i {
    font-size: 12px !important;
    margin-top: 5px !important;
}

.input-style-2 input,
.input-style-2 textarea,
.input-style-2 select {
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 14px;
    font-size: 13px;
    -webkit-appearance: none;
}

.input-style-2 input[type="date"]::-webkit-inner-spin-button {
    opacity: 0;
}

.input-style-2 input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.input-style-2 input[type="date"]::-webkit-clear-button {
    opacity: 0;
}

.input-style-2.has-icon .input-icon {
    position: absolute;
    z-index: 10;
    margin-top: 20px;
    margin-left: 15px;
}

.input-style-2.has-icon input {
    padding-left: 40px;
}

.input-style-2.has-icon span {
    margin-left: 25px;
}

.input-style-2.has-icon .input-style-1-active {
    color: #4A89DC !important;
    transform: translate(-25px, -25px);
    transition: all 150ms ease;
}

.ios-slider {
    height: 40px !important;
    background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
    background-size: 100% 3px;
    background-position: center;
    background-repeat: no-repeat;
}

.ios-slider::-webkit-slider-thumb {
    background-color: #FFF !important;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    height: 25px !important;
    width: 25px !important;
    box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.material-slider {
    height: 40px !important;
    background: linear-gradient(to right, #CCD1D9 0%, #CCD1D9 100%);
    background-size: 100% 18px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 3px 0px 3px;
}

.material-slider::-webkit-slider-thumb {
    background-color: #434A54 !important;
    border: solid 1px rgba(0, 0, 0, 0.1);
    height: 10px !important;
    width: 30px !important;
}

.classic-slider {
    height: 20px !important;
    background-color: #FFF;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 30px !important;
    background-size: 100% 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0px 3px 0px 3px;
    -webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.classic-slider::-webkit-slider-thumb {
    background-color: #5D9CEC !important;
    border: solid 1px rgba(0, 0, 0, 0.0);
    height: 16px !important;
    border-radius: 20px;
    width: 16px !important;
    box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.range-slider-icons {
    padding: 0px 30px 0px 30px;
}

.range-slider.range-slider-icons i {
    position: absolute;
    top: 0px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.range-slider .fa-range-icon-1 {
    left: 0px;
}

.range-slider .fa-range-icon-2 {
    right: 0px;
}

/*Progress Slider*/
.progress-container {
    width: 100%;
    height: 3px;
    background: #ccc;
    position: sticky;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.progress-line {
    height: 3px;
    background: #4caf50;
    width: 0%;
}

/*File Upload*/
.upload-file {
    text-indent: -999px;
    outline: none;
    width: 100%;
    height: 45px
}

.upload-file-text {
    pointer-events: none;
    margin-top: -50px !important;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
}

input[type=file] {
    color: transparent;
}


/*Search*/
.search-results {
    margin-top: 10px;
}

.disabled-search-list {
    max-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
}

.disabled-search {
    display: none;
}

.search-box {
    line-height: 40px;
}

.search-box input {
    width: 100%;
    color: #8d8f8e !important;
    background-color: #f0f1f5;
    padding-left: 40px;
    line-height: 50px;
    font-size: 12px;
    letter-spacing: 0.1px;
}

.search-box .fa-search {
    position: absolute;
    left: 0px;
    line-height: 52px;
    padding: 0px 15px 0px 15px;
}

.search-box .fa-times {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 10px;
    line-height: 50px;
    width: 50px;
    color: red !important;
    text-align: center;
}

.search-box input.bg-white {
    color: #000 !important;
}

.search-color input {
    color: #FFF;
}

.search-color input::placeholder {
    color: #666;
}

.search-color i {
    color: #8d8f8e !important;
    z-index: 10;
}

.search-icon-list a {
    color: #1f1f1f;
}

.search-icon-list {
    padding-left: 10px;
    padding-top: 10px;
}

.search-icon-list a {
    line-height: 35px;
}

.search-icon-list a i {
    padding-right: 10px;
}

.search-box-small {
    line-height: 40px !important;
}

.search-box-small input {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.search-box-small i {
    line-height: 43px !important;
}

/*Search Page*/
/*///////////*/


.search-trending ul {
    margin-left: 0px;
}

.search-trending li {
    font-size: 13px;
    line-height: 40px;
    list-style: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    padding-left: 0px;
}

.search-trending .fa-angle-right {
    position: absolute;
    right: 0px;
    line-height: 40px;
    color: #cacaca;
    font-size: 10px;
}

.search-page .search-result-list {
    min-height: 80px;
    margin-bottom: 20px;
}

.search-page .search-results img {
    width: 80px;
    position: absolute;
    border-radius: 10px;
}

.search-page .search-results h1 {
    font-size: 15px;
    font-weight: 600;
    padding-left: 100px;
    margin-bottom: 0px;
}

.search-page .search-results p {
    font-size: 12px;
    line-height: 20px;
    padding-left: 100px;
    padding-right: 80px;
}

.search-page .search-results a {
    position: absolute;
    right: 0px;
    height: 30px;
    line-height: 31px;
    padding: 0px 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    border-radius: 10px;
}

.disabled-search {
    display: none;
}

.disabled-search-item {
    display: none;
}

/*Menu Notification*/
.notification-item,
.bookmark-item,
.cart-item {
    margin-bottom: 18px;
}

.notification-item i,
.bookmark-item i,
.bookmark-item i {
    margin-top: 2px;
    width: 70px;
    height: 70px;
    font-size: 18px;
    line-height: 71px;
    border-radius: 70px;
    text-align: center;
}

.notification-item img,
.bookmark-item img,
.cart-item img {
    display: inline-block;
    margin-top: 1px;
    width: 70px;
    height: 70px;
    font-size: 18px;
    line-height: 71px;
    border-radius: 70px;
    text-align: center;
}

.notification-item strong,
.bookmark-item strong,
.cart-item strong {
    font-family: 'IMB Plex Sans', sans-serif;
    color: #1f1f1f;
    margin-top: 6px;
    position: absolute;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.notification-item u,
.bookmark-item u,
.cart-item u {
    position: absolute;
    right: 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    color: #1f1f1f;
    padding: 2px 10px 2px 10px;
    line-height: 15px;
    margin-top: 5px;
    border-radius: 3px;
}

.notification-item span,
.bookmark-item span,
.cart-item span {
    position: absolute;
    color: #1f1f1f;
    line-height: 20px;
    padding-left: 18px;
    padding-top: 28px;
    font-size: 12px;
    color: #868585;
}

.notification-item em,
.bookmark-item em,
.cart-item em {
    padding-top: 5px;
    display: block;
    font-size: 9px;
    color: #1f1f1f;
    opacity: 0.3;
    padding-left: 50px;
    font-style: normal;
}

.bookmark-item img,
.cart-item img {
    border-radius: 5px !important;
}

.bookmark-item strong,
.cart-item strong {
    margin-top: 0px !important;
}



/*Notifications*/
.notification-style {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 100;
    border-radius: 10px;
    opacity: 0.98;
    transform: translateY(-110%);
    transition: all 250ms ease;
}

.notification-active {
    transform: translateY(0%) !important;
}

.notification-style .notification-icon {
    padding: 5px 5px;
    display: block;
    background-color: rgba(255, 255, 255, 0.15);
}

.notification-style .notification-icon i:first-child {
    margin: 0px 5px 0px 10px;
    font-size: 10px;
}

.notification-style .notification-icon em {
    font-size: 11px;
    text-transform: uppercase;
    font-style: normal;
}

.notification-style .notification-icon i:last-child {
    position: absolute;
    right: 0px;
    line-height: 30px;
    width: 40px;
    text-align: center;
}

.notification-style h1 {
    margin: 10px 15px -7px 15px;
}

.notification-style p {
    line-height: 15px;
    margin: 5px 15px 18px 15px;
    color: rgba(255, 255, 255, 0.9);
}

.notification-android {
    left: 5px;
    right: 5px;
    top: 5px;
    border-radius: 3px;
}

.notification-android i {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 35px;
    margin-left: 15px;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    font-size: 13px;
}

.notification-android h1 {
    padding-left: 55px;
}

.notification-android p {
    padding-right: 60px;
    padding-left: 55px;
    font-size: 12px;
}

.notification-android strong {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
}

.notification-android .notification-buttons {
    width: 100%;
    margin-left: 70px;
    padding-top: 5px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.notification-android a {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
}

.notification-android .notification-buttons i {
    opacity: 0.6;
    font-size: 11px;
    position: relative;
    float: left;
    margin: 0px 10px 0px 0px;
    width: auto;
    transform: translateY(-5px);
}

.notification-material {
    left: 0px;
    right: 0px;
    top: 0px;
    border-radius: 0px;
}

.notification-material strong {
    font-size: 10px;
    font-weight: 400;
}

.notification-material em {
    text-transform: none !important
}

.notification-material .notification-icon {
    background-color: transparent !important;
    margin-bottom: -15px;
}

.notification-material img {
    position: absolute;
    width: 50px;
    border-radius: 50px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.notification-material p {
    padding-right: 50px;
}

/*Alerts*/
.alert-round-small {
    border-radius: 6px;
}

.alert-round-medium {
    border-radius: 8px;
}

.alert-round-large {
    border-radius: 13px;
}

.alert-small {
    line-height: 48px;
    font-size: 13px;
    margin-bottom: 30px;
}

.alert-small i:first-child {
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 48px;
    width: 48px;
    text-align: center;
    margin-right: 10px;
}

.alert-large {
    font-size: 13px;
    margin-bottom: 30px;
}

.alert-large strong {
    display: block;
    padding: 15px 0px 0px 70px;
    font-size: 16px;
    margin-bottom: -5px;
}

.alert-large span {
    display: block;
    padding: 0px 0px 15px 70px;
    opacity: 0.7;
}

.alert-large i:first-child {
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    line-height: 71px;
    width: 50px;
    text-align: center;
}

.alert .fa-times {
    position: absolute;
    width: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    right: 0px;
    font-size: 12px;
    opacity: 0.4;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
}

/*Quotes*/
.quote-1 {
    border-left-width: 4px;
    border-style: solid;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 30px 0px
}

.quote-1 img {
    display: inline;
    width: 65px;
    margin: 5px 15px 0px 0px;
    float: left;
    border-radius: 50px
}

.quote-no-border {
    border-left-width: 0px !important;
    padding: 0px !important
}

.quote-1 .fa-quote-right,
.quote-1 .fa-quote-left {
    position: absolute;
    top: 10px;
    opacity: 0.05;
    font-size: 50px
}

.quote-1 .fa-quote-right {
    top: auto;
    bottom: 40px;
    right: 0px
}

.quote-1 p {
    line-height: 26px;
    font-size: 13px;
    margin-bottom: 0px
}

.quote-1 strong {
    font-size: 12px;
    padding-top: 10px;
    display: block;
    text-align: right
}

.quote-1 span {
    position: absolute;
    bottom: 0px;
}

.quote-1 span i {
    padding-right: 3px;
}

/*Reviews*/
.review-1 em {
    position: absolute;
    right: 0px;
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 500
}

.review-1 em img {
    position: absolute;
    width: 38px;
    border-radius: 38px;
    left: -45px;
    margin: 4px 30px 0px 0px
}

.review-1 span {
    display: block;
    margin: -5px 0px 20px 0px
}

.review-1 span i {
    font-size: 14px;
    margin: -5px 1px 0px 0px
}

.review-1 u {
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 9px;
    text-decoration: none
}

.review-1 strong {
    display: block;
    font-size: 15px
}

.review-2 img {
    width: 120px;
    margin: 20px auto;
    border-radius: 120px
}

.review-2 h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.review-2 .review-stars {
    width: 120px;
    margin: 10px auto;
    color: #f39c12
}

.review-2 .review-stars i {
    font-size: 18px
}

.review-2 p {
    text-align: center;
    margin: 10px auto 30px auto;
    font-size: 15px;
    font-weight: 300
}

.review-2 em {
    text-align: center;
    display: block;
    font-size: 12px
}

.review-3 .review-icon {
    text-align: center;
    width: 100px;
    line-height: 100px;
    border-radius: 100px;
    margin: 0 auto 20px auto;
    display: block
}

.review-3 .review-image {
    text-align: center;
    width: 150px;
    line-height: 150px;
    border-radius: 150px;
    margin: 0 auto 20px auto;
    display: block
}

.review-3 p {
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    font-weight: 300
}

.review-3 a {
    text-align: center;
    font-weight: 800
}

.review-3 .review-stars i {
    font-size: 23px
}

.review-3 .review-stars {
    width: 145px;
    margin: 20px auto
}

.review-4 h1 {
    font-size: 30px;
    font-weight: 800
}

.review-4 h2 {
    font-size: 12px;
    position: absolute;
    margin: -27px 0px 0px 70px
}

.review-4 a {
    text-align: right;
    font-size: 12px
}

.review-4 .review-stars {
    color: #f39c12
}

.review-4 .review-stars i {
    margin: 0px 5px 20px 0px;
    font-size: 18px
}

.review-4 img {
    width: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    right: 0px
}

.review-4 p {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    line-height: 32px
}

.review-5 h1 {
    font-size: 50px;
    font-weight: 800
}

.review-5 h2 {
    font-size: 10px;
    position: absolute;
    margin: -43px 0px 0px 110px
}

.review-5 .review-stars {
    color: #f39c12;
    margin: -25px 0px 0px 110px
}

.review-5 .review-stars i {
    margin: 0px 2px 20px 0px;
    font-size: 16px
}

.review-5 img {
    width: 55px;
    border-radius: 55px;
    position: absolute;
    top: -15px;
    right: 0px
}

.review-5 p {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 32px
}

.review-5 a {
    text-align: right;
    font-size: 12px;
}

.review-6 h1 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: -5px
}

.review-6 em {
    font-size: 12px;
    padding-bottom: 10px;
    display: block
}

.review-6 h3 {
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px
}

.review-6 .review-stars {
    float: right;
    color: #f39c12;
    line-height: 30px
}

.review-6 .review-stars i {
    padding-left: 5px
}

/*Pricing*/
.pricing-1,
.pricing-2,
.pricing-3,
.pricing-4 {
    max-width: 280px;
    margin: 0 auto;
}

.pricing-single {
    max-width: 280px;
    margin: 0 auto;
}

.pricing-double-1 {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.pricing-double-2 {
    width: 48%;
    float: left;
}

.owl-carousel .pricing-1,
.owl-carousel .pricing-2,
.owl-carousel .pricing-3,
.owl-carousel .pricing-4 {
    border: none !important;
}

.pricing-1 {
    border: solid 1px rgba(0, 0, 0, 0.04);
    padding: 20px 0px 10px 0px;
}

.pricing-1 * {
    list-style: none;
}

.pricing-1 .pricing-icon {
    font-size: 50px;
}

.pricing-1 .pricing-title {
    font-size: 32px;
    padding: 20px 0px 0px 0px;
}

.pricing-1 .pricing-value {
    font-size: 40px;
    font-weight: 300;
    padding: 20px 0px 0px 0px;
}

.pricing-1 .pricing-value sup {
    font-size: 12px;
    top: -18px;
}

.pricing-1 .pricing-value sup:first-child {
    padding-right: 5px;
    top: -13px;
    font-size: 20px;
}

.pricing-1 .pricing-subtitle {
    opacity: 0.6;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
    padding: 0px 0px 10px 0px;
}

.pricing-1 .pricing-list {
    padding: 0px;
}

.pricing-1 .pricing-list li {
    line-height: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 500;
}

.pricing-1 .pricing-list li:last-child {
    border-bottom: none;
    margin-bottom: -20px;
}

.pricing-2 {
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 0px 0px 10px 0px;
}

.pricing-2 * {
    list-style: none;
}

.pricing-2 .pricing-icon {
    font-size: 50px;
    padding: 10px 0px 10px 0px;
}

.pricing-2 .pricing-title {
    font-size: 25px;
    padding: 15px 0px 15px 0px;
    margin: -10px 0px 20px 0px;
}

.pricing-2 .pricing-overtitle {
    font-size: 25px;
    padding: 15px 0px 15px 0px;
    margin: -10px 0px 0px 0px;
}

.pricing-2 .pricing-value {
    font-size: 43px;
    padding: 15px 0px 0px 0px;
}

.pricing-2 .pricing-value sup {
    font-size: 12px;
    top: -18px;
}

.pricing-2 .pricing-value sup:first-child {
    padding-right: 5px;
    top: -13px;
    font-size: 20px;
}

.pricing-2 .pricing-subtitle {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
}

.pricing-2 .pricing-list {
    padding: 0px;
}

.pricing-2 .pricing-list li {
    line-height: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 500;
}

.pricing-2 .pricing-list li:last-child {
    border-bottom: none;
}

.pricing-3 {
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 0px 0px 10px 0px;
}

.pricing-3 * {
    list-style: none;
}

.pricing-3 .button {
    max-width: 90%;
    margin: -10px auto 10px auto;
}

.pricing-3 .pricing-icon {
    font-size: 50px;
}

.pricing-3 .pricing-title {
    font-size: 28px;
    padding: 30px 0px 0px 20px;
}

.pricing-3 .pricing-value {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    padding: 20px 0px 20px 0px;
}

.pricing-3 .pricing-value sup {
    font-size: 12px;
    top: -18px;
}

.pricing-3 .pricing-value sup:first-child {
    padding-right: 5px;
    top: -13px;
    font-size: 20px;
}

.pricing-3 .pricing-subtitle {
    opacity: 0.6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 0px 0px 30px 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.pricing-3 .pricing-list {
    padding: 0px;
}

.pricing-3 .pricing-list i {
    padding-right: 20px;
    width: 30px;
}

.pricing-3 .pricing-list li {
    line-height: 50px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0px 0px 20px;
}

.pricing-4 {
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 0px 0px 10px 0px;
}

.pricing-4 * {
    list-style: none;
}

.pricing-4 .pricing-title {
    font-size: 18px;
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
}

.pricing-4 .pricing-value {
    font-size: 43px;
    padding: 30px 0px 20px 0px;
}

.pricing-4 .pricing-value sup {
    font-size: 12px;
    top: -18px;
}

.pricing-4 .pricing-value sup:first-child {
    padding-right: 5px;
    top: -13px;
    font-size: 20px;
}

.pricing-4 .pricing-subtitle {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    padding: 0px 0px 20px 0px;
    margin-top: -10px;
}

.pricing-4 .pricing-list {
    padding: 0px;
    margin-bottom: 20px;
}

.pricing-4 .pricing-list li {
    line-height: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 500;
}

.pricing-4 .pricing-list li:last-child {
    border-bottom: none;
}


/*Glowing Text*/
@keyframes glow-red-light {
    0% {
        color: #000;
    }

    50% {
        color: #ED5565;
    }

    0% {
        color: #000;
    }
}

@keyframes glow-red-dark {
    0% {
        color: #FFF;
    }

    50% {
        color: #ED5565;
    }

    0% {
        color: #FFF;
    }
}

.theme-light .glow-red {
    animation: glow-red-light 4s;
    animation-iteration-count: infinite;
}

.theme-dark .glow-red {
    animation: glow-red-dark 4s;
    animation-iteration-count: infinite;
}

/*Scaling Box*/
@keyframes scale-animation {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.02, 1.02)
    }

    0% {
        transform: scale(1, 1)
    }
}

.scale-box {
    animation: scale-animation 1.5s;
    animation-iteration-count: infinite;
}

.scale-hover:hover {
    transform: scale(0.95, 0.95);
    transition: all 350ms ease;
}

/*Link List*/
.menu-dark .link-list-1 span {
    color: #FFF;
}

.menu-dark .link-list-1 a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.03);
}

.link-list-no-border * {
    border: none !important;
}

.link-list-no-border a {
    margin-bottom: -10px;
}

.link-list-1.link-list-long-border span {
    margin-left: 0px;
    padding-left: 35px;
    font-size: 13px;
}

.link-list-2.link-list-long-border a {
    margin-left: 0px;
    padding-left: 45px;
}

.link-list-2.link-list-long-border i:first-child {
    left: 0px;
}

.link-list-2.link-list-icon-bg span {
    padding-left: 10px;
}

.link-list-2.link-list-icon-bg strong {
    padding-left: 10px;
}

.link-list-2.link-list-no-icon a {
    padding-left: 0px !important;
}

.link-list-1.link-list-no-icon span {
    margin-left: 0px !important;
}

.link-list-1.link-list-icon-bg span {
    padding-left: 10px;
}

.link-list-1.link-list-icon-bg i:first-child {
    width: 28px;
    height: 28px;
    line-height: 29px;
}


.link-list-1 a i:last-child {
    line-height: 50px;
    width: 20px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #666666;
}

.link-list-1 a {
    border-bottom: solid 1px rgba(0, 0, 0, 0.03);
}

.link-list-1 a i:first-child {
    line-height: 30px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 11px;
    left: 0px;
}

.link-list-1 a span {
    font-weight: 500;
    display: block;
    color: #1f1f1f;
    line-height: 50px;
    margin-left: 33px;
}

.link-list-1 em {
    font-size: 9px;
    font-weight: 700;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    right: 0px;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    z-index: 2;
    color: #FFF;
    padding: 0px 8px 0px 8px;
}

.link-list-2 a {
    line-height: 75px;
    margin-left: 45px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.link-list-2 a i:first-child {
    line-height: 35.5px;
    height: 35px;
    width: 35px;
    text-align: center;
    position: absolute;
    top: 39px;
    font-size: 14px;
    left: -45px;
}

.link-list-2 a i:last-child {
    line-height: 107px;
    width: 20px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 2px;
    color: #666666;
}

.link-list-2 a span {
    font-weight: 600;
    display: block;
    color: #1f1f1f;
    font-size: 15px;
    margin-top: -18px;
    padding: 8px 0px 8px 0px;
}

.link-list-2 a strong {
    position: absolute;
    margin-top: -65px;
    font-size: 11px;
    font-weight: 500;
    display: block;
    color: #a2a2a2;
}

.link-list-2 em {
    font-size: 9px;
    font-weight: 700;
    border-radius: 3px;
    position: absolute;
    top: 47px;
    right: 0px;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    z-index: 2;
    color: #FFF;
    padding: 0px 8px 0px 8px;
}

.link-list-3 a {
    padding: 13px 0px 13px 0px;
    margin-bottom: 20px;
    border: solid 1px rgba(0, 0, 0, 0.07);
}

.link-list-3 a i:first-child {
    position: absolute;
    left: 10px;
    line-height: 30px;
    margin-top: -1px;
    font-size: 20px;
    transform: translateY(-50%);
    top: 50%;
    width: 30px;
    text-align: center;
}

.link-list-3 a i:last-child {
    position: absolute;
    right: 5px;
    line-height: 30px;
    transform: translateY(-50%);
    margin-top: -6px;
    top: 50%;
    font-size: 16px;
    width: 50px;
    text-align: center;
}

.link-list-3 em {
    position: absolute;
    font-size: 7px;
    right: 0px;
    margin-top: -21px;
    width: 60px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-style: normal;
}

.link-list-3 span {
    font-weight: 700;
    color: #1f1f1f;
    font-size: 14px;
    display: block;
    padding-left: 53px;
}

.link-list-3 strong {
    font-weight: 400;
    font-size: 10px;
    display: block;
    margin-top: -9px;
    padding-left: 53px;
    color: #a2a2a2;
}

.link-list strong i {
    position: relative !important;
    width: 10px !important;
    padding-right: 10px !important;
    line-height: 10px !important;
    transform: translate(0px, -2px);
    font-size: 9px !important;
}

/*Contact Form*/
#menu-contact {
    width: calc(100% - 30px) !important;
}

#menu-contact textarea,
#menu-contact input {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
}

#menu-contact textarea {
    height: 80px !important;
}

.contact-form {
    margin-bottom: 15px;
}

.menu input[type="text"] {
    height: 35px;
    line-height: 35px;
}

.menu .form-field {
    margin-bottom: 5px;
}

.menu .form-field label {
    font-size: 12px;
    margin-bottom: -10px;
}

.form-field span {
    position: absolute;
    right: 0px;
    font-size: 9px;
    opacity: 0.5;
}

.form-field input,
.form-field textarea {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent !important;
    margin: 10px 0px 10px 0px;
}

.form-name input,
.form-email input {
    line-height: 40px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.form-text textarea {
    height: 145px;
    line-height: 24px;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 10px 10px 0px 10px;
    margin-bottom: 30px;
}

.contactSubmitButton {
    width: 100%;
    display: block;
    border-radius: 10px;
    color: #FFF !important;
    padding: 15px 0px !important;
}

.fieldHasError {
    border-bottom: solid 1px #BF263C !important;
}

.formValidationError {
    padding: 10px 0px;
    margin: 0px 0px 30px 0px;
}

/*Ad Boxes*/
.ad-300x50 {
    width: 300px;
    height: 50px;
    margin: 0 auto;
}

.ad-300x50-fixed {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    bottom: 0px;
    width: 300px;
    height: 50px;
    margin: 0 auto;
}

.is-on-homescreen.is-ios {
    bottom: 90px !important;
}

.ad-300x250 {
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

.ad-close {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 10px;
    line-height: 21px;
    width: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFF;
}

.hide-ad {
    transform: translate(-50%, 80px);
    transition: all 250ms ease;
}

/*Scroll Fixed Ads*/
.scroll-ad-visible {
    transform: translateY(0%) !important;
}

.scroll-ad {
    position: fixed;
    bottom: 10px;
    left: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, 0.99);
    z-index: 99;
    height: 80px;
    border-radius: 15px;
    transform: translateY(150%);
    transition: all 250ms ease;
}

.scroll-ad img {
    width: 60px;
    position: absolute;
    margin: 10px;
    border-radius: 10px;
}

.scroll-ad h1 {
    display: block;
    font-size: 18px;
    padding: 7px 0px 0px 80px;
    margin-bottom: -3px;
}

.scroll-ad em {
    padding: 0px 85px 0px 80px;
    font-style: normal;
    font-size: 11px;
    opacity: 0.7;
    display: block;
    line-height: 15px;
}

.scroll-ad a {
    width: 60px;
    font-size: 9px;
    right: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 50%;
    border-radius: 5px;
    transform: translateY(-50%);
}

/*---Added to Home---*/
.add-to-home-visible {
    opacity: 1 !important;
    pointer-events: all !important;
}

.add-to-home .close-add-to-home {
    pointer-events: none;
}

.add-to-home i {
    display: none;
}

.add-to-home-ios {
    bottom: 25px;
}

.add-to-home-ios i {
    width: 40px;
    text-align: center;
    position: absolute;
    font-size: 30px;
    left: 50%;
    bottom: -18px !important;
    margin-left: -21px;
    transform: rotate(180deg);
    color: #0f1215;
    display: block;
}

.add-to-home-ios .close-add-to-home {
    position: absolute;
    right: 13px;
    top: 13px;
    transform: scale(0.5, 0.5);
}

.add-to-home-android {
    top: 20px;
}

.add-to-home-android i {
    width: 40px;
    text-align: center;
    position: absolute;
    top: -18px;
    right: 15px;
    font-size: 30px;
    margin-left: -20px;
    color: #0f1215;
    display: block;
}

.add-to-home-android .close-add-to-home {
    position: absolute;
    right: 0px;
    top: 20px;
    transform: scale(0.5, 0.5);
}

.add-to-home {
    position: fixed;
    background-color: #0f1215;
    z-index: 99;
    left: 15px;
    right: 15px;
    border-radius: 10px;
    height: 80px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
}

.add-to-home h1 {
    position: absolute;
    padding-left: 75px;
    padding-top: 8px;
    color: #FFF;
    font-size: 13px;
}

.add-to-home p {
    color: #b4b4b4;
    position: absolute;
    font-size: 11px;
    padding-right: 20px;
    padding-left: 75px;
    padding-top: 35px;
    line-height: 14px;
}

.add-to-home img {
    width: 45px;
    margin-top: 17px;
    margin-left: 15px;
}

/*Notch Detection*/
.notch-hider {
    display: none;
}

.has-notch .notch-hider {
    display: block !important;
    background-color: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 990;
}

.has-notch #menu-navigation {
    padding-top: 30px !important;
}

.has-notch .menu-active[data-menu-type="menu-box-top"] {
    transform: translateY(30px) !important;
}

.has-notch .header-logo {
    margin-top: 17px !important;
}

.has-notch .header {
    height: 90px !important;
}

.has-notch .header-clear {
    padding-top: 95px;
}

.has-notch .header-clear-small {
    padding-top: 60px;
}

.has-notch .header-clear-medium {
    padding-top: 100px;
}

.has-notch .header-clear-large {
    padding-top: 125px;
}

.has-notch .lb-details {
    padding-top: 80px !important;
}

/*-Progress Bar-*/
.progress-padding {
    padding: 20px 20px;
}

.progress-bar-wrapper {
    display: block;
    overflow: hidden;
}

.progress-bar-wrapper em {
    position: absolute;
    left: 0px;
    right: 0px;
    font-style: normal;
    display: block;
    padding: 0px 15px;
    animation: pbar 1000ms 1;
}

@keyframes pbar {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.progress-bar {
    width: 0%;
    position: absolute;
    border-left: solid 0px #FFF;
    border-right: solid 0px #FFF;
    transition: width 500ms ease;
}

/*Offline Detector*/
.offline-message,
.online-message {
    position: fixed;
    transform: translateY(-200%);
    transition: all 350ms ease;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    line-height: 55px;
}

.offline-message-active,
.online-message-active {
    transform: translateY(0%);
}

/*Instant Articles*/
.instant-article {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    background-color: #FFF;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: all 250ms ease;
}

.instant-article-active {
    transform: translateX(0%) !important;
    transition: all 250ms ease;
}

/*Page Timeline*/
.timeline-cover {
    height: 350px;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0px;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
}

.timeline-cover .overlay {
    opacity: 0.8;
}

.timeline-cover .content {
    z-index: 10;
}

.timeline-body {
    padding-top: 10px;
    z-index: 2;
    background-color: #FFF;
    padding-bottom: 10px;
    box-shadow: none !important;
}

.timeline-header {
    height: 55px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.timeline-header .back-button {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #FFF;
    z-index: 11;
}

.timeline-header .menu-icon {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #FFF;
    z-index: 11;
}

.timeline-header .menu-icon em {
    background-color: #FFF;
}

.timeline-logo {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.timeline-deco {
    background-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 43px;
    width: 1px;
}

.timeline-item-content,
.timeline-item-content-full {
    background-color: #FFF;
    margin: 0px 10px 30px 70px;
    padding: 20px 15px;
}

.timeline-item-content-full {
    padding: 0px;
}

.timeline-item-content-full h5 {
    padding: 5px 15px 15px 15px;
}

.timeline-item .timeline-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0px;
    line-height: 45px;
    border-radius: 45px;
    top: 25px;
    font-size: 18px;
    text-align: center;
}


/*Timeline Center*/
.timeline-cover-center .timeline-sub-heading,
.timeline-cover-center .timeline-heading {
    padding-left: 0px;
    text-align: center;
}

.timeline-cover-center .timeline-image {
    top: 50%;
    bottom: auto;
    margin-top: -150px;
    left: 50%;
    margin-left: -60px;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    border-radius: 100px;
}

.timeline-body-center {
    padding-bottom: 40px;
}

.timeline-body-center .timeline-icon {
    width: 60px;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -31px;
    margin-top: -115px;
}

.timeline-body-center .timeline-deco {
    left: 50%;
    margin-left: -1px;
}

.timeline-body-center .timeline-item-content,
.timeline-body-center .timeline-item-content-full {
    margin: 120px 20px 20px 20px !important;
    padding: 20px;
}

/*Page Profile*/

.profile-header {
    min-height: 140px;
}

.profile-header .profile-left {
    padding: 0px 130px 0px 20px
}

.profile-header .profile-left h1 {
    font-weight: 600;
}

.profile-header .profile-left p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
}

.profile-header .profile-left a {
    float: left;
    font-weight: 600;
    font-size: 11px;
    margin-right: 20px;
}

.profile-header .profile-left a span {
    font-weight: 400;
    opacity: 0.5;
    padding-right: 5px;
}

.profile-header .profile-right {
    top: 0px;
    position: absolute;
    right: 10px;
}

.profile-header .profile-right img {
    width: 110px;
    height: 110px;
    border-radius: 110px;
}

.profile-header .profile-left h1 i {
    position: absolute;
    font-size: 13px;
    right: 140px;
    padding-top: 8px;
}


/*Page VCard*/
.vcard-field {
    border-left: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    padding-top: 5px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.vcard-field strong {
    color: #ababab;
    font-weight: 400;
    font-size: 10px;
}

.vcard-field i {
    position: absolute;
    top: 25px;
    width: 15px;
    text-align: center;
    right: 0px;
    opacity: 0.1;
}

.vcard-field a {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    margin-top: -10px;
    margin-bottom: 10px;
    opacity: 0.7;
}

/*Page Countdown*/
.countdown {
    width: 310px;
    margin: 0 auto;
}

.countdown .countdown-hours,
.countdown .countdown-minutes,
.countdown .countdown-years,
.countdown .countdown-seconds,
.countdown .countdown-days {
    float: left;
    width: 19%;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #FFF;
    padding: 13px 0px 10px 0px;
    margin: 0px 3% 0px 3%;
}

.countdown em {
    font-size: 10px;
    font-style: normal;
    display: block;
    margin-top: -5px;
    font-weight: 300;
    color: #FFF;
}

/*PageApp Calendar*/
.calendar {
    overflow: hidden;
}

.cal-title,
.cal-sub-title {
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 0px;
    padding: 0px 15px;
}

.cal-title-right {
    float: right;
    margin-top: -60px;
    line-height: 62px;
    height: 50px;
    padding-right: 20px;
}

.cal-title-left {
    float: left;
    margin-top: -60px;
    line-height: 62px;
    height: 50px;
    padding-left: 20px;
}

.cal-days a {
    width: 14.28%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 10px;
}

.cal-disabled {
    color: #cacaca !important;
}

.cal-selected span {
    z-index: 2;
    position: relative;
    color: #FFFFFF;
}

.cal-selected i {
    color: #000000;
    z-index: 0;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -16px 0px 0px -15px;
    text-align: center;
    line-height: 32px;
}

.cal-dates a {
    width: 14.2857142857%;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #666666;
    font-weight: 500;
}

.cal-dates-border a {
    overflow: hidden;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    border-left: solid 1px rgba(0, 0, 0, 0.05);
    border-right: solid 1px rgba(0, 0, 0, 0.05);
}

.cal-schedule {
    min-height: 80px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.055);
    border-left: solid 1px rgba(0, 0, 0, 0.05);
    border-right: solid 1px rgba(0, 0, 0, 0.05);
}

.theme-dark .cal-dates-border a {
    overflow: hidden;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    border-left: solid 1px rgba(255, 255, 255, 0.05);
    border-right: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .cal-schedule {
    min-height: 80px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    border-left: solid 1px rgba(255, 255, 255, 0.05);
    border-right: solid 1px rgba(255, 255, 255, 0.05);
}

.cal-schedule em {
    line-height: 20px;
    padding: 20px 20px 0px 0px;
    position: absolute;
    font-size: 11px;
    right: 0px;
    opacity: 0.2;
    font-style: normal;
}

.theme-dark .cal-schedule,
.theme-dark .cal-schedule em {
    color: #FFF;
}

.cal-schedule strong {
    display: block;
    padding: 17px 0px 0px 20px;
    font-size: 14px;
}

.cal-schedule span {
    display: block;
    font-size: 10px;
    color: #a2a2a2;
    margin: 0px 0px 0px -10px;
}

.cal-schedule span i {
    width: 50px;
    display: inline-block;
    text-align: center;
    padding: 0px 0px 0px 22px;
}

.cal-message i {
    position: absolute;
    height: 40px;
    line-height: 43px;
    font-size: 27px;
    right: 20px;
}

.cal-message {
    display: block;
    border-left: solid 1px rgba(0, 0, 0, 0.05);
    border-right: solid 1px rgba(0, 0, 0, 0.05);
}

.cal-message strong {
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 11px;
    padding-left: 20px;
}

/*-Pageapp Chat-*/
.speech-left {
    max-width: 240px;
    float: right;
    color: #FFF;
    border-bottom-right-radius: 0px !important;
}

.speech-right {
    max-width: 240px;
    float: left;
    border-bottom-left-radius: 0px !important;
}

.speach-image {
    padding: 0px !important;
}

.speach-image img {
    margin: 0px;
}

.speech-last {
    margin-bottom: 0px !important;
}

.speech-bubble {
    position: relative;
    border-radius: 17px;
    padding: 8px 15px;
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 13px;
    background-color: #E5E5EA;
    overflow: hidden;
}

.speech-bubble:after {
    content: '';
    display: block;
    clear: both;
}

.speech-read {
    font-size: 10px;
    font-style: normal;
    display: block;
    text-align: right;
    font-weight: 500;
    color: #9d9d9d;
    margin-bottom: 80px;
}

/*Reading Progress*/
#reading-progress-bar {
    height: 3px;
    top: 50px;
    position: fixed;
    z-index: 99;
    background: #4caf50;
    width: 0%;
    transition: all 300ms ease;
}

/*Slider Custom Settings*/
.next-slide-arrow,
.prev-slide-arrow {
    position: absolute;
    bottom: 50%;
    z-index: 15;
    height: 50px;
    line-height: 50px;
    margin-bottom: -75px;
    width: 50px;
    text-align: center;
}

.next-slide-arrow {
    right: 0px;
}

.prev-slide-arrow {
    left: 0px;
}

.next-slide-text {
    float: right;
    margin-top: -34px;
    z-index: 2;
}

/*Social Slider*/
.social-slider a {
    font-size: 30px;
    width: 100%;
    display: block;
}

.social-slider span {
    width: 55px;
    font-size: 9px;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #1f1f1f;
}

.social-slider a i {
    width: 50px;
    margin: 0 auto;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
}

/*Visible Slider*/

.visible-slider .owl-stage-outer,
.visible-slider-small .owl-stage-outer,
.visible-slider-medium .owl-stage-outer,
.visible-slider-large .owl-stage-outer,
.visible-slider2-small .owl-stage-outer,
.visible-slider2-medium .owl-stage-outer,
.visible-slider2-large .owl-stage-outer {
    overflow: visible !important;
}

.visible-slider {
    padding: 0px 15px 0px 15px !important;
}

.visible-slider-small {
    padding: 0px 40px 0px 15px !important;
}

.visible-slider-medium {
    padding: 0px 60px 0px 15px !important;
}

.visible-slider-large {
    padding: 0px 80px 0px 15px !important;
}

.visible-slider2-small {
    padding: 0px 40px 0px 40px !important;
}

.visible-slider2-medium {
    padding: 0px 60px 0px 60px !important;
}

.visible-slider2-large {
    padding: 0px 80px 0px 80px !important;
}

/*Nav Slider*/
.nav-slider a {
    opacity: 0.2;
    font-size: 28px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: -1.2px;
    transition: all 450ms ease;
    padding-top: 35px;
    padding-bottom: 45px;
}

.theme-dark .nav-slider a {
    color: #FFF;
}

.nav-slider-small a {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}

.nav-slider .owl-dots {
    display: none;
}

.active-nav-slider-item {
    opacity: 1 !important;
}

.over-nav-slider-item {
    opacity: 1 !important;
}

.cover-slider.owl-has-dots .owl-dots {
    position: absolute;
    bottom: 0px;
    transform: translateY(-36px);
}

.cover-slider.owl-has-dots-over .owl-dots {
    position: absolute;
    bottom: 0px;
    transform: translateY(-87px);
}

.walk-starter-page .caption-top:first-child {
    z-index: 99;
}

/* Owl Carousel v2.2.1 Copyright 2013-2017 David Deutsch  Licensed under  ()*/
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper,
.owl-dots {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: all 250ms ease !important
}

.owl-auto-height .owl-height {
    transition: all 250ms ease-in-out !important
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img,
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-dot,
.owl-dot.active {
    transition: all 250ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-no-dots .owl-dots {
    display: none !important
}

.content1-full-height .owl-dot {
    bottom: 20px !important;
}

.owl-no-dots .cover-content-bottom {
    bottom: 0;
    padding-bottom: 0
}

.owl-dots {
    text-align: center;
    bottom: 5px;
    width: 100%;
    backface-visibility: hidden
}

.owl-dot {
    border-radius: 50px;
    height: 8px;
    width: 8px;
    display: inline-block;
    background: rgba(139, 139, 139, .9);
    margin-left: 5px;
    margin-right: 5px
}

.owl-dot.active {
    background: #4A89DC
}

.owl-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    right: 0
}

.owl-next,
.owl-prev {
    width: 40px;
    height: 50px;
    position: absolute;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-top: -25px
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-has-dots .owl-dots {
    margin-top: 0px;
    margin-bottom: 0
}

.owl-has-dots-over .owl-dots {
    margin-top: -40px;
    margin-bottom: 10px
}

.owl-height {
    min-height: 500px;
    height: auto !important;
    height: 500px
}

.cover-slider {
    margin-bottom: 0
}

.cover-slider .owl-dots {
    z-index: 99;
    margin-top: -18px;
    margin-bottom: -5px;
    transform: translateY(-25px)
}

.next-slide,
.prev-slide {
    color: #fff;
    width: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    margin-top: -10px;
    top: 50%;
    transform: translateY(-70%);
    z-index: 99
}

.cover-slider [data-height=cover] {
    margin-bottom: 0 !important
}

.prev-slide {
    left: 15px
}

.next-slide {
    right: 15px
}

.owl-dots-over .owl-dots {
    transform: translateY(-60px);
    margin-bottom: -10px;
}

/* Lightbox v2.10.0 Copyright 2007, 2018 Lokesh Dhakar Released under the MIT license */
.lb-loader,
.lightbox {
    position: fixed;
    text-align: center;
    line-height: 0;
    left: 0
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: fixed;
    top: 0;
    bottom: 0 !important;
    left: 0;
    z-index: 9999;
    height: 100% !important;
    width: 100% !important;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: 1;
    display: none;
    overflow: hidden
}

.lightbox {
    right: 0;
    bottom: 0;
    top: 50% !important;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0)
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 50%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-dataContainer,
.lb-details {
    width: 100% !important;
    position: fixed
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-outerContainer {
    position: fixed !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important
}

.lb-dataContainer {
    bottom: -50%;
    left: 0;
    right: 0
}

.lb-closeContainer {
    position: fixed;
    left: 50%;
    bottom: -50%;
    padding-bottom: 70px;
    transform: scale(.8, .8);
    margin-left: -15px
}

.lb-details {
    padding-top: 30px;
    top: -50%;
    left: 0;
    right: 0;
    text-align: center !important
}

.lb-data .lb-caption {
    font-weight: 700;
    line-height: 1em;
    font-size: 16px;
    padding-bottom: 5px
}


/*Demo Code - Can Be Deleted*/
.demo-icon-font {
    width: 100%;
    margin-left: 25px;
}

.demo-icon-font article {
    width: 50px;
    height: 50px;
    display: inline-block;
    transform: scale(1.41, 1.41);
}

.demo-buttons a {
    margin-bottom: 15px;
    width: 29%;
    text-align: center;
    margin-right: 4%;
}

.demo-buttons a:nth-child(3n+0) {
    margin-right: 0%;
}

.chart-container {
    width: 100%;
    height: 350px;
}

.demo-color {
    width: 100%;
    line-height: 45px;
    padding-left: 20px;
    text-transform: capitalize;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.demo-color span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.5);
}

.demo-shadow {
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.08) !important;
    border: solid 1px rgba(0, 0, 0, 0.05) !important;
}

.demo-preloader {
    position: relative;
    height: 100px;
    width: 33%;
    float: left;
}

.demo-preloader2 {
    position: relative;
    height: 100px;
    width: 25%;
    float: left;
}

.demo-socials a {
    width: 44%;
    float: left;
    margin-right: 20px;
}

.demo-socials-icon a {
    float: left;
    margin-right: 20px;
}

.demo-colors {
    padding: 0px 0px 0px 0px;
    width: 300px;
    margin: -20px auto 0px auto !important;
    text-align: center;
}

.demo-colors li {
    width: 33.3%;
    float: left;
    list-style: none;
    margin-bottom: 10px;
    display: block;
}

.demo-colors i {
    transform: scale(1, 1);
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: block;
    transition: all 350ms ease;
}

.demo-colors i:hover {
    transform: scale(1.1, 1.1);
    transition: all 350ms ease;
}



/*Dark Theme*/

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark p strong {
    color: #FFF;
}

.theme-dark .menu .nav-title,
.theme-dark .menu .nav a i,
.theme-dark .menu .nav a span,
.theme-dark .menu .nav .active-nav i,
.theme-dark .menu .nav .active-nav span,
.theme-dark .header .header-icon,
.theme-dark .header .header-title,
.theme-dark .countdown div,
.theme-dark .link-list-3 span,
.theme-dark .link-list-2 a span,
.theme-dark .link-list-1 a span,
.theme-dark .link-list-1 a,
.theme-dark .search-icon-list a,
.theme-dark .fac label,
.theme-dark .pagination a,
.theme-dark .accordion-style-2 a,
.theme-dark .input-style-1 .input-icon,
.theme-dark .input-style-2 .input-icon,
.theme-dark .input-style-1 span,
.theme-dark .input-style-2 span,
.theme-dark .contact-form i,
.theme-dark .demo-icon-font article,
.theme-dark [data-tab],
.theme-dark .profile-2 .profile-stats a,
.theme-dark .vcard-field *,
.theme-dark .review-1 em,
.theme-dark .review-1 u,
.theme-dark .menu-divider,
.theme-dark .menu-selected span,
.theme-dark .review-1 strong {
    color: #FFF !important;
}

.theme-dark,
.theme-dark .page-bg,
.theme-dark #page,
.theme-dark .loader-main,
.theme-dark .instant-article,
.theme-dark .table tr.even td,
.theme-dark .timeline-body,
.theme-dark .search-box input,
.theme-dark table,
.theme-dark td {
    background-color: #1b1d21 !important;
}

.theme-dark .divider-icon i,
.theme-dark .input-style-2 span {
    background-color: #000;
}

.theme-dark .content-boxed .input-style-2 span,
.theme-dark .menu .input-style-2 span,
.theme-dark .content-boxed .input-style span,
.theme-dark .content-box,
.theme-dark .menu-box,
.theme-dark .bg-theme {
    background-color: #0f1117 !important;
}

.theme-dark #menu-update,
.theme-dark .menu-box {
    background-color: #1e2029 !important;
}

.theme-dark .content {
    background-color: rgba(255, 255, 255, 0);
}

.theme-dark .menu-box input,
.theme-dark .menu-box textarea {
    border: solid 1px rgba(255, 255, 255, 0.1) !important
}

.theme-dark .link-list-3 a,
.theme-dark .pricing-1,
.theme-dark .pricing-2,
.theme-dark .pricing-3,
.theme-dark .pricing-4,
.theme-dark .search-box,
.theme-dark .link-list-2 a,
.theme-dark .vcard-field,
.theme-dark .tab-controls a,
.theme-dark table {
    border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .input-style-1 input,
.theme-dark .input-style-1 select,
.theme-dark .input-style-1 textarea,
.theme-dark .input-style-2 input,
.theme-dark .input-style-2 select,
.theme-dark .input-style-2 textarea,
.theme-dark .link-list-1 a,
.theme-dark .form-field input,
.theme-dark .form-field textarea {
    color: #FFF !important;
    border-color: rgba(255, 255, 255, 0.06);
}

.theme-dark .link-list-1 a,
.theme-dark .link-list-2 a {
    border-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .input-style-1 em,
.theme-dark .input-style-2 em {
    color: #3c3c3c;
}

.theme-dark .classic-slider,
.theme-dark .timeline-deco {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.theme-dark th,
.theme-dark .header,
.theme-dark .notch-hider,
.theme-dark .polaroid-effect,
.theme-dark .timeline-item-content,
.theme-dark .tab-controls,
.theme-dark .menu .input-style span,
.theme-dark .timeline-item-content-full {
    background-color: #21252a;
    color: #FFF;
}

.theme-dark .header-transparent {
    background-color: rgba(255, 255, 255, 0) !important;
}

.theme-dark .header {
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .menu .nav a:hover. .theme-dark .menu .nav .active-subnav,
.theme-dark .menu .nav .divider {
    background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .divider {
    background-color: rgba(255, 255, 255, 0.07) !important;
}

.theme-dark .menu-hider {
    background-color: rgba(0, 0, 0, 0.75);
}

.theme-dark .menu .nav-submenu a {
    color: rgba(255, 255, 255, 0.5);
}

.theme-dark .gallery-filter-controls li {
    color: #FFF;
}

.theme-dark .tab-controls a {
    border-left: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .search-header input::placeholder {
    color: #FFF !important;
}

.theme-dark .search-header input {
    color: #FFF;
}

.theme-dark .search-trending li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.03);
}

.theme-dark .search-header .fa-search {
    color: #FFF;
}

.theme-dark .preload-spinner {
    border-color: rgba(255, 255, 255, 0.3);
}

.menu-box-content {
    z-index: 1;
}

.menu-box {
    background-color: #FFF;
}

.theme-light .bg-theme {
    background-color: #FFF
}

;

.theme-dark .bg-theme {
    background-color: #000;
}

.theme-light .color-theme {
    color: #1f1f1f !important;
}

.theme-dark .color-theme {
    color: #FFFFFF !important;
}

.theme-dark .header,
.theme-dark .footer-menu {
    background-color: #0e1112;
}

.theme-dark .input-style .input-icon,
.theme-dark .footer-menu a i,
.theme-dark .header a {
    color: #FFF;
}


.theme-dark .input-style-1 input {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.theme-light .header {
    background-color: #FFF;
}

.theme-light .header-title {
    color: #1f1f1f;
}

.theme-light .header-icon {
    color: #1f1f1f;
}

.header {
    z-index: 5000;
}

.btn-question-action.save-answer {
    width: 110px;
}

.save-button-text-with-loader {
    display: flex;
    justify-content: space-between;
}

.inline-loader {
    animation: preload-spin1 1.2s ease infinite;
    clip: rect(0, 40px, 40px, 20px);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid black;
}

.inline-loader:after {
    animation: preload-spin1 1.2s ease infinite;
    clip: rect(0, 40px, 40px, 20px);
    content: '';
    border-radius: 50%;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-width: 2px;
    display: block;
    border-color: white !important;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: start;
}

.justify-end {
    justify-content: end;
}

.items-start {
    align-items: start;
}

.items-end {
    align-items: end;
}

.items-center {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.gap-10 {
    gap: 10px;
}

.cursor-pointer {
    cursor: pointer;
}