
@-ms-viewport {
    width: device-width;
}


@font-face {
    font-family: 'aqua_grotesqueregular';
    font-display: swap;
    src: url('/fonts/aqua/aqua-webfont.woff2') format('woff2'),
    url('/fonts/aqua/aqua-webfont.woff') format('woff');
    font-weight: normal;
}
/*ROBOTO*/
@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/fonts/roboto/Roboto-Black.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/fonts/roboto/Roboto-Bold.ttf") format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/fonts/roboto/Roboto-Light.ttf") format('truetype');
    font-weight: normal;
}


@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/fonts/roboto/Roboto-Medium.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/fonts/roboto/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
}


html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
}

iframe {
    border: 0;
}

body {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    color: #676767;
    line-height: 1.5;
    background-color: #F2F1EF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
}


.footer-header-container:hover .footer-header {
    text-decoration: underline;
}

.footer-header-container:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}

.footer-header-container {
    color: rgba(255, 255, 255, 0.8);
}

.has-bg-cover {
    position: relative;
}

.bg-size-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-size-contain {
    background-size: contain;
    background-repeat: no-repeat;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

.slice {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}

.slice-xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

.slice-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.slice-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}

.slice-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}

.slice-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
}

.slice-xxl {
    padding-top: 12rem;
    padding-bottom: 12rem;
    position: relative;
}

/* Heading Border */

/* General */

.bg-gray-dark {
    background-color: #333;
}

.bg-gray-light {
    background-color: #818a91;
}

.bg-gray-lighter {
    background-color: #eceeef;
}

.bg-black {
    background-color: #000000;
}

.bg-space-gray {
    background-color: #282d33;
}

.bg-blue {
    background-color: #0071F0 !important;
    color: #FFF;
}

.bg-blue .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important;
}

.bg-teal-blue {
    background-color: #5ac8fa !important;
}

.bg-green {
    background-color: #4cd964 !important;
    color: #FFF;
}

.bg-green .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important;
}

.bg-red {
    background-color: #ff3b30 !important;
    color: #FFF;
}

.bg-red .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important;
}

.bg-pink {
    background-color: #ff2d55 !important;
    color: #FFF;
}

.bg-pink .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important;
}

.bg-orange {
    background-color: #ff9500 !important;
    color: #FFF;
}

.bg-orange .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important;
}

.bg-yellow {
    background-color: #ffcc00 !important;
    color: #FFF;
}

.bg-yellow .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important;
}

.bg-purple {
    background-color: #5856d6 !important;
    color: #FFF;
}

.bg-purple .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    line-height: 1.46;
}

.heading {
    margin: 0 0 6px;
    padding: 0;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 1.46;
}

.heading > .icon,
.heading > a > .icon {
    display: inline-block;
    margin-right: 4px;
}

.heading-count {
    font-size: 0.875rem;
    margin-right: 0.625rem;
}

.heading-1 {
    font-size: 2.5rem !important;
    line-height: 1.3;
}

.heading-2 {
    font-size: 2rem !important;
    line-height: 1.3;
}

.heading-3 {
    font-size: 1.5rem !important;
    line-height: 1.3;
}

.heading-4 {
    font-size: 1.25rem !important;
}

.heading-5 {
    font-size: 1.125rem !important;
}

.heading-6 {
    font-size: 1rem !important;
}

.fancy-heading {
    font-family: "aqua_grotesqueregular", sans-serif;

}

@media (max-width: 991px) {
    .heading-responsive.heading-1 {
        font-size: 1.6666666667rem !important;
        line-height: 1.3;
    }

    .heading-responsive.heading-2 {
        font-size: 2rem !important;
        line-height: 1.3;
    }

    .heading-responsive.heading-3 {
        font-size: 1.5rem !important;
        line-height: 1.3;
    }

    .heading-responsive.heading-4 {
        font-size: 1.25rem !important;
    }

    .heading-responsive.heading-5 {
        font-size: 1.125rem !important;
    }

    .heading-responsive.heading-6 {
        font-size: 1rem !important;
    }
}
.heading-xs {
    font-size: 0.75rem !important;
}

.heading-sm {
    font-size: 0.875rem !important;
}

.heading-lg {
    font-size: 2.5rem !important;
}

.heading-xl {
    font-size: 3.75rem !important;
}

.heading-xl-x2 {
    font-size: 7.5rem !important;
}

.heading-xxl {
    font-size: 5rem !important;
}

@media (max-width: 991px) {
    .heading-responsive.heading-xl {
        font-size: 1.875rem !important;
    }

    .heading-responsive.heading-xl-x2 {
        font-size: 3.75rem !important;
    }

    .heading-responsive.heading-xxl {
        font-size: 2.5rem !important;
    }
}

.heading-inverse {
    color: white;
}

.heading-inverse > a {
    color: white;
}
/* ********** */

/* Buttons */
.btn {
    position: relative;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-align: center;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.btn-styled {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0.75rem 2rem;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-sm {
    font-size: 0.7rem !important;
}

.btn-styled.btn-xl {
    font-size: 1rem !important;
    padding: 1rem 2.5rem !important;
}

.btn-styled.btn-lg {
    font-size: 0.8rem !important;
    padding: 1rem 2rem !important;
}

.btn-styled.btn-sm {
    font-size: 0.6rem !important;
    padding: 0.625rem 1rem !important;
}

.btn-styled.btn-xs {
    font-size: 0.625rem !important;
    padding: 0.5rem 0.75rem !important;
}

@media (max-width: 767px) {
    .btn-xs-block {
        width: 100%;
    }
}
.btn-icon-left .icon,
.btn-icon-left .fa {
    margin-right: 0.625rem;
}

.btn-icon-right .icon,
.btn-icon-right .fa {
    margin-left: 0.625rem;
}

.btn-icon--2 {
    position: relative;
    padding-left: 40px !important;
}

.btn-icon--2 .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.btn-square {
    border-radius: 0px !important;
}

.btn-round {
    border-radius: 8px !important;
}

.btn-circle {
    border-radius: 10rem !important;
}

.btn-shadow {
    -webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
    -moz-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
}

.btn-italic {
    font-style: italic !important;
}

.btn-disable-hover {
    pointer-events: none !important;
}

@media (max-width: 767px) {
    .btn-container {
        margin-top: 2rem;
    }
}
@media (max-width: 991px) {
    .btn-container > .btn {
        margin-bottom: 1rem;
    }
}
@media (min-width: 992px) {
    .login-border {
        border-bottom: 3px solid #967655;
    }

    .btn-container > .btn {
        margin-right: 1.5rem;
        margin-bottom: 1rem;
    }

    .btn-container > .btn.btn-border-animated {
        margin-right: 3rem;
    }

    .btn-container > .btn:last-child {
        margin-right: 0;
    }
}
.btn-inline-links > a {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 5px;
}

.btn-inline-links > a:after {
    content: "-";
    position: absolute;
    right: 0;
    height: 20px;
    color: #6d0eb1;
}

.btn-inline-links > a:last-child:after {
    content: "";
}

.btn-white {
    color: #333;
    background-color: white;
    border: 1px solid white;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background-color: #e6e6e6;
    border-color: white;
    color: #333;
}

.btn-white.btn-outline {
    background-color: transparent;
    border-color: white;
    color: white;
}

.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
    background-color: white;
    border-color: white;
    color: #333;
}

.btn-gray-light {
    color: #eceeef;
    background-color: #818a91;
    border: 1px solid #818a91;
}

.btn-gray-light:active,
.btn-gray-light:focus,
.btn-gray-light:hover {
    background-color: #687077;
    border-color: #818a91;
    color: #eceeef;
}

.btn-gray-light.btn-outline {
    background-color: transparent;
    border-color: #818a91;
    color: #818a91;
}

.btn-gray-light.btn-outline:active,
.btn-gray-light.btn-outline:focus,
.btn-gray-light.btn-outline:hover {
    background-color: #818a91;
    border-color: #818a91;
    color: #eceeef;
}

.btn-gray-lighter {
    color: #333;
    background-color: #eceeef;
    border: 1px solid #eceeef;
}

.btn-gray-light:active,
.btn-gray-light:focus,
.btn-gray-light:hover {
    background-color: #d0d5d8;
    border-color: #eceeef;
    color: #333;
}

.btn-gray-light.btn-outline {
    background-color: transparent;
    border-color: #eceeef;
    color: #eceeef;
}

.btn-gray-light.btn-outline:active,
.btn-gray-light.btn-outline:focus,
.btn-gray-light.btn-outline:hover {
    background-color: #eceeef;
    border-color: #eceeef;
    color: #333;
}

.btn-gray-dark {
    color: #eceeef;
    background-color: #333;
    border: 1px solid #333;
}

.btn-gray-dark:active,
.btn-gray-dark:focus,
.btn-gray-dark:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #eceeef;
}

.btn-gray-dark.btn-outline {
    background-color: transparent;
    border-color: #333;
    color: #333;
}

.btn-gray-dark.btn-outline:active,
.btn-gray-dark.btn-outline:focus,
.btn-gray-dark.btn-outline:hover {
    background-color: #333;
    border-color: #333;
    color: #eceeef;
}

/* ********** */

/* Footer */
.footer {
    background: #111;
    color: rgba(255, 255, 255, 0.8);
}

.footer-top {
    padding: 4rem 0;
}

.footer-bottom {
    padding: 1.5rem 0;
    background: #131313;
}

.footer-bottom .copyright {
    font-size: 0.8rem;
}

.footer .heading {
    color: rgba(255, 255, 255, 0.8);
}

.footer ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul.footer-links li {
    margin-bottom: .5rem;
}

.footer .footer-links > li > a {
    display: inline-block;
    padding: 0.25rem 0;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-links > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.footer .footer-links > li > .footer-link-date {
    display: block;
    margin-bottom: 0.5rem;
}

.footer p {
    font-size: 0.875rem;
}

.footer .social-media > li > a > i {
    color: rgba(255, 255, 255, 0.7);
}

.footer .social-media > li > a:hover > i {
    color: rgba(255, 255, 255, 0.5);
}

.footer .footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-menu > li {
    display: inline-block;
    margin-right: 1rem;
}

.footer .footer-menu > li > a {
    display: inline-block;
    padding: 0.25rem 0.4rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.footer .footer-menu-sm > li > a {
    font-size: 0.75rem;
}

.footer .footer-menu > li:last-child > a {
    margin-right: 0;
}

.footer .footer-menu > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.footer .footer-menu > li.logo-delimiter {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 991px) {
    .footer .footer-menu > li.logo-delimiter {
        display: none;
    }
}
.footer .copy-links {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.footer .copy-links li {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.75rem;
    color: #818a91;
}

.footer .copy-links li a {
    color: #818a91;
}

.footer .copy-links li a:hover {
    text-decoration: underline;
}

.footer-inverse {
    background: #eeeeee;
    color: rgba(0, 0, 0, 0.8);
}

.footer-inverse .footer-bottom {
    background: #ececec;
}

.footer-inverse .heading {
    color: rgba(0, 0, 0, 0.8);
}

.footer-inverse .footer-links > li > a {
    color: rgba(0, 0, 0, 0.7);
}

.footer-inverse .footer-links > li > a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.footer-inverse .social-media > li > a > i {
    color: rgba(0, 0, 0, 0.7);
}

.footer-inverse .social-media > li > a:hover > i {
    color: rgba(0, 0, 0, 0.5);
}

.footer-inverse .footer-menu > li > a {
    color: rgba(0, 0, 0, 0.7);
}

.footer-inverse .footer-menu > li > a:hover {
    color: rgba(0, 0, 0, 0.5);
}

/* ********** */

/* Forms */
label {
    font-weight: 400;
    font-size: 0.8rem;
    text-transform: none;
    color: rgba(0, 0, 0, 0.7);
}

textarea[resize="none"] {
    resize: none !important;
}

textarea[resize="both"] {
    resize: both !important;
}

textarea[resize="vertical"] {
    resize: vertical !important;
}

textarea[resize="horizontal"] {
    resize: horizontal !important;
}

.form-control,
.form-control > .btn {
    font-size: 0.875rem;
    font-weight: 400;
    color: #555;
    background-color: #FFF;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.form-control:focus {
    box-shadow: none;
}

.form-group textarea.form-control,
textarea.form-control {
    height: auto;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 2px;
}

.input-group-btn:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control-xl,
.input-group-xl > .form-control,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn {
    padding: 1.25rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: 2.9375rem !important;
}

.input-group-addon {
    color: #555;
    background-color: #FFF;
    border-color: #e6e6e6;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
/* ********** */

/* Text sizes */
.text-xs {
    font-size: 0.625rem !important;
}

.text-sm {
    font-size: 0.75rem !important;
}

.text-md {
    font-size: 0.875rem !important;
}

.text-lg {
    font-size: 1rem !important;
}

.fluid-paragraph {
    font-size: 1rem;
    width: 680px;
    margin: auto;
    padding: 0 20px;
    position: relative;
}

.fluid-paragraph h1:not(.heading),
.fluid-paragraph h2:not(.heading),
.fluid-paragraph h3:not(.heading),
.fluid-paragraph h4:not(.heading),
.fluid-paragraph h5:not(.heading),
.fluid-paragraph h6:not(.heading) {
    text-transform: none !important;
}

.fluid-paragraph-xs {
    width: 480px;
}

.fluid-paragraph-sm {
    width: 580px;
}

.fluid-paragraph-md {
    width: 780px;
}

.fluid-paragraph-lg {
    width: 880px;
}

.paragraph-xs > p {
    font-size: 0.8rem;
    line-height: 1.4;
}

.paragraph-sm > p {
    font-size: 0.875rem;
}

.paragraph-lg > p {
    font-size: 1.25rem;
}

.paragraph-excerpt {
    line-height: 1.6;
}

@media (max-width: 767px) {
    .fluid-paragraph {
        width: 100% !important;
    }
}
.quote-block-lg {
    line-height: 2.4rem;
}

.quote-icon {
    font-size: 2rem;
    display: inline-block;
}

.quote-icon--1::before {
    content: "\f347";
    font-family: "Ionicons";
    color: inherit;
}

.quote-icon-md {
    font-size: 3rem;
}

.quote-icon-lg {
    font-size: 4rem;
}

.quote-icon-xl {
    font-size: 5rem;
}

small,
.small {
    font-size: 70%;
}

strong {
    font-weight: 600;
}

blockquote .blockquote-source {
    font-size: 0.875rem;
}

blockquote .blockquote-source::before {
    content: '\2014 \00A0';
}

.icon-pic > i {
    font-size: 2.5rem;
}

.icon-pic > img {
    width: 2.5rem;
}

.icon-pic-md > i {
    font-size: 5rem;
}

.icon-pic-md > img {
    width: 5rem;
}

.icon-pic-lg > i {
    font-size: 10rem;
}

.icon-pic-lg > img {
    width: 10rem;
}

.icon-pic-xl > i {
    font-size: 20rem;
}

.icon-pic-xl > img {
    width: 20rem;
}

.alert {
    font-size: 0.875rem;
}

.alert strong {
    color: inherit !important;
    font-weight: 500;
}

.badge {
    padding: .45em .45em;
    font-size: 0.625rem;
    font-weight: 400;
}

.badge-inline {
    margin-right: 0.625rem;
}

.badge-inline + span {
    top: 2px;
    position: relative;
    font-size: 0.875rem;
}

.badge-inline + span > a {
    text-decoration: underline;
}

.badge-md {
    padding: 0.65em 1em;
}

.badge-lg {
    padding: 0.85em 1.25em;
}

.badge a {
    color: #FFF;
    font-weight: 500;
}

.badge-pill {
    padding: .45em .65em;
}

.badge-pill.badge-md {
    padding: 0.65em 1em;
}

.badge-pill.badge-lg {
    padding: 0.85em 1.25em;
}

.badge-duration {
    color: #6d0eb1;
    font-weight: 500;
}

p:not(.lead) {
    font-size: 0.875rem;
    line-height: 1.4rem;
}

.excerpt,
.excerpt p {
    color: #676767;
}

.link {
    color: #3452ff;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.link > i {
    margin-right: 5px;
    font-size: 0.875rem;
    position: relative;
    top: -1px;
}

.link-sm > i {
    margin-right: 5px;
    font-size: 0.625rem;
    position: relative;
    top: -1px;
}

.link-sm > .icon-lg {
    font-size: 0.875rem;
}

.link:hover {
    color: #0022e7;
    text-decoration: none;
    text-decoration: underline;
}
/* ********** */

/* Blocks */
.block-author {
    display: table;
}

.block-author:after,
.block-author:before {
    content: "";
    display: table;
}

.block-author:after {
    clear: both;
}

.block-author .author-image {
    width: 60px;
    display: table-cell;
}

.block-author .author-image-lg {
    width: 80px;
}

.block-author .author-image-sm {
    width: 40px;
}

.block-author .author-image-xs {
    width: 30px;
}

.block-author .author-image img {
    width: 100%;
    border-radius: 100%;
}

.block-author .author-info {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.875rem;
    color: #818a91;
}

.block-author .author-image + .author-info {
    padding-left: 10px;
}

.block-author .author-image-xs + .author-info {
    font-size: 0.75rem;
}

.block-author .author-info .author-name {
    display: inline-block;
    font-weight: 400;
}

.block-author .author-info .author-name > span {
    margin-right: 3px;
    color: #333;
}

.block-author .author-info .author-name > a {
    color: #818a91;
}

.block-author .author-info .author-name > a:hover {
    color: #6d0eb1;
}

.block-author .author-info .author-desc {
    font-weight: 400;
    font-size: 0.875rem;
}

.block-date-over {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 0.1rem;
    font-size: 0.75rem;
    text-align: center;
    font-weight: 500;
}

.block-price-over {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
}

.block-ribbon {
    position: absolute;
    top: 15px;
    z-index: 10;
}

.block-ribbon-square {
    width: 64px;
}

.block-ribbon-fixed {
    width: 74px;
    padding: 8px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0.25rem;
}

.block-ribbon-left {
    left: 15px;
}

.block-ribbon-right {
    right: 15px;
}

.block-caption-over {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    padding: 1rem;
}

.block-caption-half-over {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    padding: 30px 40px;
}

.block-caption-half-over--left {
    left: 0;
}

.block-caption-half-over--right {
    right: 0;
}

.block-image-holder .mask {
    border-radius: 0.5rem;
}

.block-image-holder .block-image img {
    max-width: 100%;
}

.block-image-holder .block-image-sm {
    width: 60%;
    margin: auto;
}

.block-image-holder:not(.no-radius) .block-image img {
    border-radius: 0.5rem;
}

.block-image-holder .block-info.block-info-over {
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 15px 0;
    background: #FFF;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0 0 0.5rem 0.5rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.block-image-holder .block-info.block-info-over > .block-info-inner {
    padding: 0 1.5rem;
    width: 100%;
    align-self: center;
}

.block-image-holder .block-info.block-info-over--animated {
    height: 80px;
}

.block-image-holder:hover .block-info.block-info-over--animated {
    height: 90px;
}

.block-image-holder .block-info.block-info-over--animated:hover {
    height: 100%;
    border-radius: 0.5rem;
}

.block-image-holder .block-info.block-info-over > .block-info-inner > .block-info-hidden-content {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.block-image-holder .block-info.block-info-over--animated:hover > .block-info-inner > .block-info-hidden-content {
    display: block;
    opacity: 1;
}

.block-image-holder .block-info-table {
    width: 100%;
    margin: 20px 0 0;
    color: #333;
    font-size: 0.7em;
}

.block-image-holder .block-info-over.block-info-over .heading {
    margin: 0;
    color: #333;
}

.block-image-holder .block-info-over.block-info-over .heading > a {
    color: #333;
}

.block-image-holder .block-info-over.block-info-over:hover .info-title > a {
    color: #333;
}

.block-image-holder .block-info-over.block-info-over--style-2 {
    height: 60px;
    width: calc(100% - 1.6rem);
    margin: 0.8rem;
    background: #FFF;
    border-radius: 0.5rem;
}

.block-image-holder .block-info-over--style-2.block-info-over--animated:hover {
    height: calc(100% - 1.6rem);
}

.block-image-holder .block-info-over.block-info-over--style-3 {
    height: 80px;
    width: 100%;
    background: #FFF;
    background: rgba(255, 255, 255, 0.8);
}

.block-image-holder .block-info-over.block-info-over--dark {
    background: rgba(0, 0, 0, 0.8);
    color: #787878;
}

.block-image-holder .block-info-over.block-info-over--dark-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
}

.block-image-holder:hover .block-info-over.block-info-over--dark-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
}

.block-image-holder .block-info-over.block-info-over--dark .heading,
.block-image-holder .block-info-over.block-info-over--dark .heading > a {
    color: #eceeef;
}

.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover,
.block-image-holder .block-info-over.block-info-over--dark .heading:hover a {
    color: #eceeef !important;
}

.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover {
    text-decoration: underline;
}

.block-image-holder .block-info-over--dark .block-info-table tr {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}

.block-image-holder .block-info-over--dark .block-info-table td {
    color: #eceeef;
    padding: 8px 0;
    border: 0;
}

.block-image-holder .block-info {
    padding: 1rem 0 !important;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 3;
    background: transparent;
}

.block-image-holder .image-mask {
    background-color: #282B30;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.45;
    transition: opacity 0.3s ease 0s;
}

.block-image-holder:hover .image-mask {
    opacity: 0;
}

.block--style-1 {
    border: 1px solid #f1f1f1;
}

.block.block--style-1 .block-subtitle {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0;
    text-transform: none;
    color: #818a91;
}

.block.block--style-1 img {
    max-width: 100%;
}

.block.block--style-1.grid .block-image {
    position: relative;
}

.block.block--style-1.grid .block-body {
    padding: 1.5rem 0;
}

.block.block--style-1.grid .image-title {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 6px 8px;
    font-weight: 500;
}

.block.block--style-1.grid .block-category {
    font-size: 11px;
    color: #6d0eb1;
    text-transform: uppercase;
}

.block.block--style-1.list {
    display: flex;
}

.block.block--style-1.list .block-image {
    max-width: 40%;
}

.block.block--style-1.list .block-image-sm {
    max-width: 25%;
}

.block.block--style-1.list .block-header {
    padding: 10px 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.block.block--style-1.list .block-content {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.block.block--style-1.list .block-body {
    padding: 1rem 0 1rem 2rem;
}

.block.block--style-1.list .block-content .block-body {
    padding-bottom: 15px;
}

.block.block--style-1.list .block-label {
    display: inline-block;
    padding: 6px 8px;
    font-size: 0.875rem;
    font-weight: 500;
}

.block.block--style-1.list .info {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    text-transform: uppercase;
    color: #818a91;
}

.block.block--style-1.list .block-footer {
    padding: 0.5rem 2rem;
    display: table;
    width: 100%;
}

.block.block--style-1.list .block-footer-fixed-bottom {
    position: absolute;
    bottom: 0;
}

.block.block--style-1.list .block-footer .meta-info span {
    float: left;
    margin-right: 8px;
    font-size: 11px;
}

.block.block--style-1.list .block-footer .meta-info span i {
    margin-right: 4px;
    font-size: 13px;
}

.block.block--style-1.list .image-title {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    .block.block--style-1.list {
        display: block;
    }

    .block.block--style-1.list .block-image {
        display: block;
        max-width: 100%;
        position: relative;
        margin-bottom: 1rem;
    }

    .block.block--style-1.list .block-body {
        display: block;
        padding: 1rem 2rem;
    }

    .block.block--style-1.list .block-footer-fixed-bottom {
        position: relative;
    }
}
.block--style-2 {
    display: flex;
    align-items: center;
    width: 100%;
}

.block--style-2 .heading {
    margin-bottom: 8px;
}

.block--style-2 .block-image {
    max-width: 45%;
    position: relative;
    padding: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    overflow: hidden;
}

.block--style-2 .block-image-lg {
    width: 48%;
}

.block--style-2 .block-image img {
    width: 100%;
}

.block--style-2 .block-body {
    display: table-cell;
    vertical-align: top;
    padding: 1.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.block--style-2:hover .mask {
    opacity: 0;
}

.block--style-2.v1 .block-image {
    width: 50%;
}

.block--style-2 .block-image-over {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.block--style-2.grid .block-image {
    display: block;
    max-width: 100%;
    border-radius: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.block--style-2.grid {
    display: block;
}

.block--style-2.grid .block-body {
    display: block;
    border-radius: 0.5rem;
}

.block--style-2.grid .block-body-over {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
}

.row-no-padding .block--style-2 {
    border-radius: 0;
}

.row-no-padding .block--style-2 .block-image {
    border-radius: 0;
}

.row-no-padding .block--style-2 .block-body {
    border-radius: 0;
}

@media (max-width: 767px) {
    .block--style-2 {
        display: block;
    }

    .block--style-2 .block-image {
        max-width: 100%;
    }

    .block--style-2 .block-body {
        display: block;
    }
}
.block--style-3 {
    border: 1px solid;
    border-color: #f1f1f1;
    background: #fff;
}

.block--style-3 img {
    max-width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
}

.block--style-3 .heading {
    margin-bottom: 10px;
}

.block--style-3 .block-footer {
    padding: 1.5rem 1.5rem;
}

.block--style-3 .block-footer h3 {
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: capitalize;
}

.block--style-3.block-fixed-width {
    width: 500px;
}

.text-xs-center .block--style-3.block-fixed-width {
    margin: auto;
}

@media (max-width: 767px) {
    .block--style-3.block-fixed-width {
        width: 90%;
    }
}
.block--style-3 .description {
    margin-bottom: 0;
}

.block--style-3 .block-quote-bullet {
    position: absolute;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    left: 50%;
    top: -23px;
    margin-left: -23px;
    background: #fff;
    font-size: 20px;
    border-radius: 100%;
}

.block--style-3 .block-price-text {
    margin-left: 2px;
    color: #818a91;
    font-size: 0.7em;
}

.block--style-3 .block-price {
    font-size: 18px;
    color: #6d0eb1;
    font-weight: 600;
}

.block--style-3 .capacity > i {
    font-size: 12px;
}

.block--style-3 .aux-info-wrapper {
    position: relative;
}

.block--style-3 ul.aux-info {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.block--style-3 ul.aux-info li {
    flex-grow: 1;
    margin: 0;
    padding: 14px 15px;
    border-right: 1px solid #f1f1f1;
    font-size: 0.75rem;
    position: relative;
    font-family: "Roboto", sans-serif;
    color: #818a91;
}

.block--style-3 ul.aux-info li i {
    font-size: 18px;
    margin-right: 4px;
    position: relative;
    top: 4px;
}

.block--style-3 ul.aux-info li:last-child {
    border: 0;
}

.block--style-3 ul.aux-info--over {
    background: #fff;
    display: table;
    position: absolute;
    bottom: 10px;
    width: 96%;
    left: 2%;
    border-radius: 2px;
}

.block--style-3-v2 {
    border: 0;
    background: transparent;
}

.block--style-3-v2 img {
    border-radius: 0.5rem;
}

.block--style-3-v2 .block-body {
    padding: 1.5rem 0;
}

.block--style-3-v2 .block-body > p {
    margin: 0;
}

.block--style-3-v2 .block-footer {
    padding-left: 0;
    padding-right: 0;
}

.block--style-3 > .block-image > .block-author {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    right: 30px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.block--style-3 > .block-image > .block-author img {
    border-radius: 100%;
}

.block--style-3.list .block-image {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    position: relative;
    padding: 15px;
}

.block--style-3.list .block-image-sm {
    width: 180px;
}

.block--style-3.list .block-image .btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.block--style-3.list .block-title-wrapper {
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 20px 25px;
    border-left: 1px solid #f1f1f1;
}

.block--style-3.list .block-body {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    border-top: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
    .block--style-3.list .block-image {
        display: block;
        width: 100%;
    }

    .block--style-3.list .block-title-wrapper {
        border-left: 0;
        border-top: 1px solid #f1f1f1;
    }

    .block--style-3.list .block-body {
        display: block;
        padding: 20px;
    }
}
.block--style-3.list .block-footer {
    padding: 12px 20px;
}

.block--style-4 .info-author:after,
.block--style-4 .info-author:before {
    content: "";
    display: table;
}

.block--style-4 .info-author:after {
    clear: both;
}

.block--style-4 .block-body {
    padding: 2rem;
}

.block--style-4 .info-author .author-img {
    display: table-cell;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
}

.block--style-4 .info-author .author-info {
    height: 75px;
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    text-align: left;
    border-bottom-left-radius: 0.5rem;
}

.block--style-4 .info-author .author-info .author-name {
    display: block;
    font-style: normal;
    font-weight: 500;
    color: #333;
}

.block--style-4 .info-author .author-info .author-pos {
    display: block;
    font-size: 85%;
}

.block--style-4-v1 {
    position: relative;
    margin-bottom: 34px;
}

.block--style-4-v1.bg-white {
    border: 1px solid #f1f1f1;
}

.block--style-4-v1 .block-body {
    padding: 2rem;
}

.block--style-4-v1 .block-body p {
    padding: 0 20px;
}

.block--style-4-v1 .info-author {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -32px;
    border-radius: 100%;
}

.block--style-4-v1 .info-author .author-img {
    padding: 3px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.block--style-4-v1 .info-author .author-img.z-depth {
    padding: 0;
    background: #fff;
    border: 0;
}

.block--style-4-v1 .info-author .author-img img {
    width: 100%;
    border-radius: 100%;
}

.block--style-4-v1 .block-body span.quote-icon {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.block--style-4-v1 .block-body span.quote-icon > i {
    font-size: 26px;
}

.block--style-4-v2 .block-body {
    position: relative;
    border-radius: 0.5rem;
}

.block--style-4-v2 .block-body:after {
    top: 100%;
    left: 32px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -10px;
}

.block--style-4-v2 .block-body > p {
    margin-bottom: 0;
}

.block--style-4-v2 .block-body .quote {
    display: inline-block;
    margin-right: 8px;
    font-size: 24px;
}

.block--style-4-v2 .block-body.bg-base-1:after {
    border-top-color: #6d0eb1;
}

.block--style-4-v2 .block-body.bg-white:after {
    border-top-color: white;
}

.block--style-4-v2 .info-author {
    margin-top: 1.25rem;
}

.block--style-4-v2 .info-author .author-img img {
    width: 64px;
}

.block--style-4-v2 .style-8-author {
    width: 100%;
    margin-top: 15px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.block--style-5 .block-image img {
    max-width: 100%;
    border-radius: 0.5rem;
}

.block--style-5 .block-title-upper {
    margin: 4px 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: 400;
}

.block--style-5 .block-info-text {
    margin-top: 15px;
    margin-bottom: 0;
}

.block--style-5 .block-caption--over {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    padding: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.block--style-5:hover .block-caption--over {
    height: 130px;
}

.block--style-5 .block-mask-caption--over {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
    color: #eceeef;
    border-radius: 0.5rem;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.block--style-5 .block-mask-caption--over.in,
.block--style-5:hover .block-mask-caption--over {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.block--style-5 .block-mask-caption--2.in {
    background: rgba(243, 99, 181, 0.9);
}

.swiper-slide:not(.swiper-slide-active) .block--style-5 .block-mask-caption--2.in {
    background: rgba(0, 0, 0, 0.9);
}

.block--style-5 .block-mask-caption--over .heading,
.block--style-5 .block-mask-caption--over .heading a {
    color: #eceeef;
}

.block--style-5 .block-mask-caption--over .heading:hover a {
    color: #eceeef !important;
}

.block--style-5 .block-footer {
    padding: 15px 20px;
}

.block-quote {
    position: relative;
}

.block-quote .quote-icon {
    font-size: 63px;
    color: #6d0eb1;
    float: left;
    font-family: Georgia;
    position: relative;
    top: -20px;
    margin-right: 10px;
}

.block-quote .quote-body {
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 28px;
}

.block-testimonial > .quote {
    position: absolute;
    top: -28px;
    left: 15px;
    font-size: 50px;
    color: #6d0eb1;
    z-index: 100;
}

.block-testimonial > .block-body {
    position: relative;
    background: white;
    border-radius: 0.5rem;
}

.block-testimonial > .block-body:after {
    top: 100%;
    left: 38px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -15px;
    border-top-color: white;
}

.block-testimonial .block-author {
    margin-top: 1.5rem;
}

.block.article > p {
    margin: 0;
}

.block.article .heading {
    margin: 0;
    padding: 0;
}

.block.article img {
    max-width: 100%;
    border-radius: 0.5rem;
}

.block.article .meta-tags a {
    display: inline-block;
    color: #6d0eb1;
}

.block.article .article-meta {
    margin-bottom: 10px;
}

.block.article .article-meta .article-labels {
    float: left;
}

.block.article .article-meta .article-date {
    float: right;
    font-size: 11px;
    padding: 0.2em 0 0.3em;
    text-transform: uppercase;
    text-align: right;
    color: #818a91;
}

.block.article .video-hover-play {
    font-size: 100%;
}

.block.article .video-hover-play a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.block.article .video-hover-play a:before {
    content: "\f144";
    font-family: FontAwesome;
    font-size: 30px;
    color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 46px;
    line-height: 46px;
    background: #1d2125;
    border-radius: 0.25rem;
    text-align: center;
}

.block.article .video-hover-play-centered a:before {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
}

.block.article .video-hover-play-inverse a:before {
    color: rgba(0, 0, 0, 0.7);
    background: #fff;
}

.block.article .video-hover-play a:hover:before {
    color: #FFF;
    background: #6d0eb1;
}

.block.article .video-hover-play-sm a:before {
    font-size: 16px;
    bottom: 8px;
    left: 8px;
    width: 30px;
    height: 24px;
    line-height: 24px;
}

.block.article.grid .block-image {
    position: relative;
    margin-bottom: 1rem;
}

.block.article.grid .image-title {
    bottom: 10px;
}

.block.article.grid .article-category {
    font-size: 11px;
    color: #6d0eb1;
    text-transform: uppercase;
}

.block.article.list {
    display: table;
    width: 100%;
}

.block.article.list .block-image {
    display: table-cell;
    position: relative;
}

.block.article--style-1.list .block-image {
    width: 50%;
}

.block.article--style-2.list .block-image {
    width: 30%;
}

.block.article--style-2.list .block-image-lg {
    width: 40%;
}

.block.article.list .block-body {
    display: table-cell;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
}

.block.article.list .block-body > .article-date {
    color: #818a91;
    font-size: 0.875rem;
}

.block.article--style-1.list .block-body.left {
    padding: 0 20px 0 0;
}

.block.article--style-1.list .block-body.right {
    padding: 0 0 0 20px;
}

.block.article--style-2.list .block-body.left {
    padding: 0 10px 0 0;
}

.block.article--style-2.list .block-body.right {
    padding: 0 0 0 10px;
}

.block.article.list .block-body p {
    margin-top: 15px;
}

.block.article.list .article-label {
    display: inline-block;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 8px;
}

.block.article.list .article-title {
    margin: 0 0 10px;
}

.block.article.list .article-info {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    text-transform: uppercase;
    color: #818a91;
}

.block.article--style-1.list .article-text {
    position: relative;
    padding-bottom: 25px;
}

.block.article.list .article-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f1f1f1;
}

.block.article.list .article-title-text {
    margin: 0 !important;
    line-height: 18px;
}

.block.article.list .block-footer {
    display: table;
    width: 100%;
}

.block.article.list .block-footer .meta-info span {
    float: left;
    margin-right: 8px;
    font-size: 11px;
}

.block.article.list .block-footer .meta-info span i {
    margin-right: 4px;
    font-size: 13px;
}

.block.article.list .image-title {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 10px;
    font-weight: 500;
}

.block.article.list .article-category {
    font-size: 11px;
    color: #6d0eb1;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .block.article.list .block-image {
        display: block;
        width: 100% !important;
    }

    .block.article.list .article-text {
        padding-bottom: 0;
    }

    .block.article.list .block-body {
        display: block;
        padding: 0 !important;
    }

    .block.article.list .block-body.left {
        margin-bottom: 20px;
    }

    .block.article.list .block-body.right {
        margin-top: 20px;
    }
}
.article-wrapper {
    padding: 1rem;
}

.article-wrapper--style-1 {
    background: #fcfcfc;
}

.article-wrapper--style-2 {
    background: #fff;
}

.article-wrapper .article-title {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: none !important;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    margin-bottom: 4px !important;
}

.article-wrapper .article-title > a {
    color: #333;
}

.article-wrapper .article-title > a:hover {
    color: #6d0eb1;
}

@media (max-width: 767px) {
    .article-wrapper .article-title {
        margin-top: 1rem;
    }
}
.card > .article-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.card > .article-wrapper .block-image > img {
    border-radius: 0;
}

.article-wrapper > .block.article {
    margin: 0;
    padding: 0;
}

.block.product {
    background: #fff;
    padding: 1px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.block.product .figure {
    padding: 1px;
}

.block.product .figure img {
    width: 100% !important;
}

.block.product .product-title {
    margin: 10px 0;
    padding: 0;
    border-bottom: 0;
    line-height: 0.9;
}

.block.product .product-title.heading {
    line-height: 1;
}

.block.product .product-title a {
    font-size: 1.125rem;
    color: #333;
}

.block.product .product-title a:hover {
    color: #6d0eb1;
}

.block.product figure {
    padding-bottom: 1px;
    border-bottom: 1px solid #f1f1f1;
}

.block.product .block-content {
    padding: 10px;
}

.block.product p {
    margin: 5px 0;
}

.block.product .price-wrapper {
    margin-top: 4px;
}

.block.product .price {
    padding: 4px 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.block.product .price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #ff3b30 !important;
    text-decoration: line-through;
}

.block.product .block-footer {
    border-top: 1px solid #f1f1f1;
    padding-top: 8px;
    margin-top: 10px;
}

.block.product .block-footer:after {
    display: table;
    content: "";
    clear: both;
}

.block.property {
    border: 1px solid #f1f1f1;
}

.block.property .block-content .content-title {
    font-size: 1rem;
    color: #6d0eb1;
    margin-bottom: 5px;
}

.block.property .block-content .price {
    font-size: 1.25rem;
    color: #ed1c94;
    font-weight: 600;
}

.block.property .block-content .period {
    font-size: 0.75rem;
    margin-left: 5px;
    color: #818a91;
}

.block.property .block-content .capacity {
    font-size: 12px;
    color: #818a91;
}

.block.property .block-footer ul.aux-info {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    background: #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.block.property .block-footer ul.aux-info li {
    display: table-cell;
    padding: 12px 15px;
    vertical-align: middle;
    border-right: 1px solid #f1f1f1;
    font-size: 0.75rem;
}

.block.property .block-footer ul.aux-info li:last-child {
    border: 0;
}

.block.property .block-footer ul.aux-info li i {
    font-size: 18px;
    margin-right: 8px;
    color: #333;
}

.block.property .block-footer--style-2 ul.aux-info {
    display: table;
    width: 100%;
    border: 1px solid #f1f1f1;
}

.block.property .block-footer--style-2 ul.aux-info li {
    padding: 10px;
    font-size: 11px;
    text-align: center;
}

.block.property .block-footer--style-2 ul.aux-info li i {
    display: block;
}

.block.property.list .block-title {
    padding: 1rem 1rem 0;
}

.block.property.list .block-title h3 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.block.property.list .block-title h3 > a {
    color: #333;
}

.block.property.list .block-image {
    display: table-cell;
    width: 250px;
}

.block.property.list .block-image img {
    width: 100%;
}

.block.property.list .block-body {
    padding: 12px;
}

.block.property.list .block-body .block-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 12px;
}

.block.property.list .block-content .description {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0.8rem;
}

@media (max-width: 767px) {
    .block.property.list .block-image {
        display: block;
        width: auto;
    }

    .block.property.list .block-body .block-content {
        display: block;
        padding-left: 0;
    }
}
.block.property.grid {
    border: 1px solid #f1f1f1;
}

.block.property.grid .block-title {
    padding: 15px 15px 0;
}

.block.property.grid .block-title h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}

.block.property.grid .block-body .block-image img {
    width: 100%;
}

.block.property.grid .block-body .block-content {
    padding-top: 15px;
}

.block.property.grid .block-body .block-content .description {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.block-post .block-post-body {
    padding: 0;
}

.block-post .block-post-body > .heading {
    margin-bottom: 0 !important;
    margin-top: 3rem !important;
}

.block-post > .block-post-body > p {
    margin-top: 2rem !important;
}

.block-post > .block-post-body > .tagcloud {
    margin-top: 2rem;
}

.block-post-share {
    margin-top: 2rem;
    padding: 2rem 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.block-post-comment-action {
    padding: 1rem 0;
}

.block-post-comment-action .heading {
    margin-bottom: 0;
}

.block-post-comments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-comment {
    display: table;
    width: 100%;
    margin-bottom: 2rem;
}

.block-comment:last-child {
    border-bottom: 1px solid rgba(243, 243, 243, 0.7);
}

@media (min-width: 768px) {
    .block-comment-reply {
        padding-left: 72px;
    }
}
.block-comment .block-image {
    display: table-cell;
    width: 72px;
    height: 72px;
}

.block-comment .block-body {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 2rem;
}

.block-comment .block-body > .block-body-inner {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(243, 243, 243, 0.7);
}

.block-comment:last-child .block-body > .block-body-inner {
    border: 0;
}

.block-body-inner .heading {
    margin: 0;
}

.block-comment .block-body .comment-date {
    font-size: 0.875rem;
    color: #818a91;
}

.block-comment .block-body .comment-text {
    margin-top: 1rem;
}

.block-comment .block-body .comment-options > a {
    font-size: 0.875rem;
    color: #818a91;
    margin-right: 0.75rem;
}

.block-comment .block-body .comment-options > a:hover {
    color: #6d0eb1;
}

.block-post-comments--style-1 {
    border: 1px solid #f1f1f1;
    border-radius: 0.25rem;
}

.block-post-comments--style-1 .block-comment {
    margin: 0;
    border-radius: 0;
    border: 0;
}

.block-post-comments--style-1 .block-comment-reply {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #f1f1f1;
}

@media (min-width: 768px) {
    .block-comment-reply {
        padding-left: 100px;
    }
}
.block-post-comments--style-1 > li {
    border-bottom: 1px solid #f1f1f1;
    padding: 2rem;
}

.block-post-comments--style-1 > li:last-child {
    border: 0;
}

.block-post-comments--style-1 li:nth-child(odd) {
    background: #fcfcfc;
}

.block-post-comments--style-1 li:nth-child(even) {
    background: #fafafa;
}

.block-post-comments--style-1 .block-comment-reply:last-child {
    border-bottom: 0;
}

.block-comment .block-image {
    display: table-cell;
    width: 60px;
    height: 60px;
}

.block-comment .block-body {
    padding-left: 40px;
}

.block-post-comments--style-1 .block-comment .block-body > .block-body-inner {
    border: 0;
    padding: 0;
}

/* ********** */

/* Show/Hide items on hover */
.show-on-hover .show-item {
    opacity: 0;
}

.show-on-hover .show-item {
    transition-delay: 0s;
    transition-delay: 0.5s;
}

.show-on-hover:hover .show-item {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* Button Elements */
.btn .badge {
    position: absolute;
    top: -10px;
    right: -10px;
}

/* Cards - General styling */
.card-wrapper > .card:not(:last-child) {
    margin-bottom: 2rem;
}

.card {
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.card-fluid {
    height: 100%;
}

.card-fluid .card-body,
.card-fluid .link-block {
    height: 100%;
}

.card > .mask {
    border-radius: 0.5rem;
}

@media (min-width: 992px) {
    .card-sticked-bottom {
        position: absolute;
        bottom: 0;
        border-radius: 0.5rem 0.5rem 0 0;
    }
}
/* Quick border classes for cards - Same classes as the global ones */
.card .border-top,
.card .border-right,
.card .border-bottom,
.card .border-left {
    border-color: #f1f1f1 !important;
}

/* Card spacers */
.card-spacer--top {
    padding-top: 4rem !important;
}

.card-spacer--top-lg {
    padding-top: 6rem !important;
}

.card-spacer--top-xl {
    padding-top: 8rem !important;
}

/* Cards contents */
.card-body {
    position: relative;
    padding: 1.5rem 1.5rem;
}

.card-body--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-body--overlay > .card-body-inner {
    width: 100%;
}

.card-body--overlap {
    position: relative;
    margin: -80px auto 0 auto;
    width: calc(100% - 30px);
    background: #fff;
    border-radius: 0.5rem;
}

.card-body > .lead {
    margin-bottom: 0;
}

.card > .card-title,
.card > .card-header {
    padding: 1.5rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}

.card-title .heading,
.card-header .heading {
    margin: 0;
    display: inline-block;
}

.card-title > .btn-aux {
    float: right;
    font-size: 0.875rem;
    color: #818a91;
}

.card-title > .btn-aux > .aux-text {
    display: inline-block;
    margin-left: 5px;
    color: #333;
}

.card-title > .btn-aux:hover > .aux-text {
    color: #6d0eb1;
}

/* Card navigation */
.card-header-tabs {
    margin-bottom: -1.5rem;
}

/* Card action buttons */
.card-icon-actions > a {
    display: inline-block;
    margin-right: 0.625rem;
    color: #818a91;
    font-size: 0.875rem;
}

.card-icon-actions-lg > a {
    font-size: 1.25rem;
    margin-right: 0.875rem;
}

.card-icon-actions > a:hover,
.card-icon-actions > .active {
    color: #333;
}

.card-icon-actions > a:last-child {
    margin-right: 0;
}

.card-icon-actions > .favorite:hover,
.card-icon-actions > .favorite.active {
    color: #ffcc00;
}

.card-icon-actions > .love:hover,
.card-icon-actions > .love.active {
    color: #ff3b30;
}

.card-icon-actions > .like:hover,
.card-icon-actions > .like.active {
    color: #007aff;
}

/* Card comment box */
.card-comment-box input,
.card-comment-box textarea {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0.3125rem 0;
    margin: 0;
    color: #333;
    font-size: 0.875rem;
    outline: none;
    resize: none;
}

/* Card actions */
.card-actions {
    padding: 1rem 0;
}

.card.bg-base-1 .card-title-wrapped {
    background: #640da3;
    border: 1px solid #5e0c99;
}

.card.bg-base-1 .card-title .heading {
    color: #FFF;
}

.card-inner-title-wrapper {
    padding: 1.5rem 0;
}

.card-inner-title {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
}

.card-inner-title > i {
    margin-right: 6px;
}

.card-inner-subtitle {
    margin: 4px 0 0 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 300;
    color: #818a91;
}

.card-inner-subtitle.subtitle-icon-aligned {
    padding-left: 1.5rem;
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 1.5rem;
    background: inherit;
}

@media (min-width: 992px) {
    .card-footer.absolute-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
.card-icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.card-icon-bg i {
    font-size: 10rem;
    color: rgba(0, 0, 0, 0.1);
    line-height: 0;
}

/* ********** */

.shape-container {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    transform: translateZ(0);
    overflow: hidden;
}

.shape-container[data-shape-position="top"] {
    top: 0;
    bottom: auto;
    transform: rotate(180deg);
}

.shape-container[data-shape-position="bottom"] {
    top: auto;
    bottom: 0;
}

.shape-container .shape-item {
    fill: #FFF;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .shape-container .shape-item {
        height: 33%;
    }
}

[class^="space-"] {
    display: block;
}

.space-xs-sm {
    margin-bottom: 1.5rem;
}

.space-xs-md {
    margin-bottom: 2.5rem;
}

.space-xs-lg {
    margin-bottom: 3.5rem;
}

.space-xs-xl {
    margin-bottom: 4.5rem;
}

@media (min-width: 768px) {
    .space-sm-sm {
        margin-bottom: 1.5rem;
    }

    .space-sm-md {
        margin-bottom: 2.5rem;
    }

    .space-sm-lg {
        margin-bottom: 3.5rem;
    }

    .space-sm-xl {
        margin-bottom: 4.5rem;
    }
}
@media (min-width: 992px) {
    .space-md-sm {
        margin-bottom: 1.5rem;
    }

    .space-md-md {
        margin-bottom: 2.5rem;
    }

    .space-md-lg {
        margin-bottom: 3.5rem;
    }

    .space-md-xl {
        margin-bottom: 4.5rem;
    }
}
@media (min-width: 1201px) {
    .space-lg-sm {
        margin-bottom: 1.5rem;
    }

    .space-lg-md {
        margin-bottom: 2.5rem;
    }

    .space-lg-lg {
        margin-bottom: 3.5rem;
    }

    .space-lg-xl {
        margin-bottom: 4.5rem;
    }
}
@media (max-width: 767px) {
    .space-xs-only-1 {
        clear: both;
        margin-bottom: 1rem;
    }

    .space-xs-only-2 {
        clear: both;
        margin-bottom: 2rem;
    }

    .space-xs-only-3 {
        clear: both;
        margin-bottom: 3rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .space-sm-only-1 {
        clear: both;
        margin-bottom: 1rem;
    }

    .space-sm-only-2 {
        clear: both;
        margin-bottom: 2rem;
    }

    .space-sm-only-3 {
        clear: both;
        margin-bottom: 3rem;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .space-md-only-1 {
        clear: both;
        margin-bottom: 1rem;
    }

    .space-md-only-2 {
        clear: both;
        margin-bottom: 2rem;
    }

    .space-md-only-3 {
        clear: both;
        margin-bottom: 3rem;
    }
}
@media (min-width: 1201px) {
    .space-lg-only-1 {
        clear: both;
        margin-bottom: 1rem;
    }

    .space-lg-only-2 {
        clear: both;
        margin-bottom: 2rem;
    }

    .space-lg-only-3 {
        clear: both;
        margin-bottom: 3rem;
    }
}
.no-margin {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

@media (min-width: 992px) {
    .mt--1 {
        margin-top: -1rem !important;
    }

    .mt--2 {
        margin-top: -2rem !important;
    }

    .mt--3 {
        margin-top: -3rem !important;
    }

    .mt--4 {
        margin-top: -4rem !important;
    }

    .mt--5 {
        margin-top: -5rem !important;
    }

    .mr--1 {
        margin-right: -1rem !important;
    }

    .mr--2 {
        margin-right: -2rem !important;
    }

    .mr--3 {
        margin-right: -3rem !important;
    }

    .mb--1 {
        margin-bottom: -1rem !important;
    }

    .mb--2 {
        margin-bottom: -2rem !important;
    }

    .mb--3 {
        margin-bottom: -3rem !important;
    }

    .ml--1 {
        margin-left: -1rem !important;
    }

    .ml--2 {
        margin-left: -2rem !important;
    }

    .ml--3 {
        margin-left: -3rem !important;
    }

    .ml--4 {
        margin-left: -4rem !important;
    }

    .ml--5 {
        margin-left: -5rem !important;
    }

    .mt-100 {
        margin-top: 100px !important;
    }

    .mb-100 {
        margin-bottom: 100px !important;
    }

    .mt-150 {
        margin-top: 150px !important;
    }

    .mb-150 {
        margin-bottom: 150px !important;
    }

    .mt-250 {
        margin-top: 250px !important;
    }

    .mb-250 {
        margin-bottom: 250px !important;
    }

    .mt-300 {
        margin-top: 300px !important;
    }

    .mb-300 {
        margin-bottom: 300px !important;
    }

    .mt--100 {
        margin-top: -100px !important;
    }

    .mb--100 {
        margin-bottom: -100px !important;
    }

    .mt--150 {
        margin-top: -150px !important;
    }

    .mb--150 {
        margin-bottom: -150px !important;
    }

    .mt--300 {
        margin-top: -300px !important;
    }

    .mb--300 {
        margin-bottom: -300px !important;
    }

    .pt-100 {
        padding-top: 100px !important;
    }

    .pb-100 {
        padding-bottom: 100px !important;
    }

    .pt-150 {
        padding-top: 150px !important;
    }

    .pb-150 {
        padding-bottom: 150px !important;
    }

    .pt-200 {
        padding-top: 200px !important;
    }

    .pb-200 {
        padding-bottom: 200px !important;
    }

    .pt-250 {
        padding-top: 250px !important;
    }

    .pb-250 {
        padding-bottom: 250px !important;
    }

    .pt-300 {
        padding-top: 300px !important;
    }

    .pb-300 {
        padding-bottom: 300px !important;
    }

    .pt--100 {
        padding-top: -100px !important;
    }

    .pb--100 {
        padding-bottom: -100px !important;
    }

    .pt--150 {
        padding-top: -150px !important;
    }

    .pb--150 {
        padding-bottom: -150px !important;
    }

    .pt--300 {
        padding-top: -300px !important;
    }

    .pb--300 {
        padding-bottom: -300px !important;
    }

    .rt-150 {
        position: relative;
        top: 150px !important;
    }
}
.top-10vh {
    top: 10vh;
}

.width-auto {
    width: auto !important;
}

.width-10 {
    width: 10% !important;
}

.width-20 {
    width: 20% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}

.height-auto {
    height: auto !important;
}

.font-size-1 {
    font-size: 1rem !important;
}

.font-size-2 {
    font-size: 2rem !important;
}

.font-size-3 {
    font-size: 3rem !important;
}

.font-size-4 {
    font-size: 4rem !important;
}

.font-size-5 {
    font-size: 5rem !important;
}

.font-size-6 {
    font-size: 6rem !important;
}

.font-size-7 {
    font-size: 7rem !important;
}

.font-size-8 {
    font-size: 8rem !important;
}

.font-size-9 {
    font-size: 9rem !important;
}

.font-size-10 {
    font-size: 10rem !important;
}

@media (min-width: 992px) {
    .font-size-md-1 {
        font-size: 1rem !important;
    }

    .font-size-md-2 {
        font-size: 2rem !important;
    }

    .font-size-md-3 {
        font-size: 3rem !important;
    }

    .font-size-md-4 {
        font-size: 4rem !important;
    }

    .font-size-md-5 {
        font-size: 5rem !important;
    }

    .font-size-md-6 {
        font-size: 6rem !important;
    }

    .font-size-md-7 {
        font-size: 7rem !important;
    }

    .font-size-md-8 {
        font-size: 8rem !important;
    }

    .font-size-md-9 {
        font-size: 9rem !important;
    }

    .font-size-md-10 {
        font-size: 10rem !important;
    }
}
@media (min-width: 1201px) {
    .font-size-lg-1 {
        font-size: 1rem !important;
    }

    .font-size-lg-2 {
        font-size: 2rem !important;
    }

    .font-size-lg-3 {
        font-size: 3rem !important;
    }

    .font-size-lg-4 {
        font-size: 4rem !important;
    }

    .font-size-lg-5 {
        font-size: 5rem !important;
    }

    .font-size-lg-6 {
        font-size: 6rem !important;
    }

    .font-size-lg-7 {
        font-size: 7rem !important;
    }

    .font-size-lg-8 {
        font-size: 8rem !important;
    }

    .font-size-lg-9 {
        font-size: 9rem !important;
    }

    .font-size-lg-10 {
        font-size: 10rem !important;
    }
}
.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-normal {
    text-transform: none !important;
}

.text-line-through {
    text-decoration: line-through;
}

.text-underline {
    text-decoration: underline;
}

.text-underline--none,
.text-underline--none:hover {
    text-decoration: none !important;
}

.no-border {
    border: 0 !important;
}

.border {
    border: 1px solid;
    border-color: #f1f1f1;
}

.border-top {
    border-top: 1px solid #f1f1f1;
}

.border-right {
    border-right: 1px solid #f1f1f1;
}

.border-bottom {
    border-bottom: 1px solid #f1f1f1;
}

.border-left {
    border-left: 1px solid #f1f1f1;
}

@media (min-width: 768px) {
    .border-md {
        border: 1px solid #f1f1f1;
    }

    .border-md-top {
        border-top: 1px solid #f1f1f1;
    }

    .border-md-right {
        border-right: 1px solid #f1f1f1;
    }

    .border-md-bottom {
        border-bottom: 1px solid #f1f1f1;
    }

    .border-md-left {
        border-left: 1px solid #f1f1f1;
    }
}
@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #f1f1f1;
    }

    .border-lg-top {
        border-top: 1px solid #f1f1f1;
    }

    .border-lg-right {
        border-right: 1px solid #f1f1f1;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #f1f1f1;
    }

    .border-lg-left {
        border-left: 1px solid #f1f1f1;
    }
}
.b-inverse {
    border-color: rgba(255, 255, 255, 0.15);
}

.no-radius {
    border-radius: 0 !important;
}

.strong {
    font-weight: bold !important;
}

.strong-100 {
    font-weight: 100 !important;
}

.strong-200 {
    font-weight: 200 !important;
}

.strong-300 {
    font-weight: 300 !important;
}

.strong-400 {
    font-weight: 400 !important;
}

.strong-500 {
    font-weight: 500 !important;
}

.strong-600 {
    font-weight: 600 !important;
}

.strong-700 {
    font-weight: 700 !important;
}

@media (min-width: 1200px) {
    .container-lg {
        max-width: 1500px;
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media (min-width: 768px) {
    .container-xs {
        width: 600px;
    }

    .container-sm {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container-xs {
        width: 750px;
    }

    .container-sm {
        width: 870px;
    }
}
@media (min-width: 1200px) {
    .container-xs {
        width: 750px;
    }

    .container-sm {
        width: 900px;
    }
}
.row-no-padding {
    margin: 0;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-sm-padding > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.row-cols-gutter-xs > [class*="col-"] {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
    margin-bottom: 5px !important;
}

.cols-space > div[class*='col-']:not(:last-child) {
    margin-bottom: 3rem;
}

@media (max-width: 575px) {
    .cols-xs-space > div[class*='col-']:not(:last-child) {
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    .cols-sm-space > div[class*='col-']:not(:last-child) {
        margin-bottom: 3rem;
    }
}
@media (max-width: 991px) {
    .cols-md-space > div[class*='col-']:not(:last-child) {
        margin-bottom: 3rem;
    }
}
@media (max-width: 1199px) {
    .cols-lg-space > div[class*='col-']:not(:last-child) {
        margin-bottom: 3rem;
    }
}
.cols-delimited > div[class*='col-']:not(:last-child) {
    border-right: 1px solid #f1f1f1;
}

@media (max-width: 575px) {
    .cols-xs-delimited > div[class*='col-']:not(:last-child) {
        border-right: 1px solid #f1f1f1;
    }
}
@media (max-width: 767px) {
    .cols-sm-delimited > div[class*='col-']:not(:last-child) {
        border-right: 1px solid #f1f1f1;
    }
}
@media (max-width: 991px) {
    .cols-md-delimited > div[class*='col-']:not(:last-child) {
        border-right: 1px solid #f1f1f1;
    }
}
@media (max-width: 1199px) {
    .cols-lg-delimited > div[class*='col-']:not(:last-child) {
        border-right: 1px solid #f1f1f1;
    }
}
@media (max-width: 575px) {
    .row-wrapper > .row .col-12:not(:last-child),
    .row-wrapper > .row:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .row-wrapper > .row .col-sm-12:not(:last-child),
    .row-wrapper > .row:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .row-wrapper .row .col-md-12:not(:last-child),
    .row-wrapper .row:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .row-wrapper > .row:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .container-over-top {
        min-height: 200px;
        margin: -150px auto 0;
        z-index: 10;
        position: relative;
        padding-top: 0;
    }

    .container-over-top .container-inner {
        border-radius: 0.25rem;
        padding: 2rem;
    }

    .container-over-top--style-2 {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        border-bottom: medium double #ccc;
    }
}
.col-wrapper--text {
    padding: 3rem;
}

@media (min-width: 992px) {
    .col-wrapper--text {
        padding: 3rem 7rem;
    }
}
.col-wrapper--spaced {
    padding: 3rem;
}

.col-wrapper--spaced-x {
    padding-left: 3rem;
    padding-right: 3rem;
}

.col-wrapper--spaced-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 992px) {
    .col-lg-space-left {
        padding-left: 2.5rem;
    }

    .col-lg-space-right {
        padding-right: 2.5rem;
    }
}

/* LINE SPACING */
.ls-1 {
    letter-spacing: 1px !important;
}

.ls-2 {
    letter-spacing: 2px !important;
}

.ls-3 {
    letter-spacing: 3px !important;
}

.ls-4 {
    letter-spacing: 4px !important;
}

.ls-5 {
    letter-spacing: 5px !important;
}

.line-height-1_2 {
    line-height: 1.2 !important;
}

.line-height-1_4 {
    line-height: 1.4 !important;
}

.line-height-1_5 {
    line-height: 1.5 !important;
}

.line-height-1_6 {
    line-height: 1.6 !important;
}

.line-height-1_8 {
    line-height: 1.8 !important;
}

.text-italic {
    font-style: italic !important;
}


/* z-depth */
.z-depth-1:not(.btn),
.z-depth-1--hover:not(.btn):hover,
.z-depth-1-top:not(.btn),
.z-depth-1-top--hover:not(.btn):hover,
.z-depth-1-bottom:not(.btn),
.swiper-slide > .block--style-4-v1:not(.btn),
.z-depth-1-bottom--hover:not(.btn):hover,
.z-depth-2:not(.btn),
.z-depth-2--hover:not(.btn):hover,
.z-depth-2-top:not(.btn),
.z-depth-2-top--hover:not(.btn):hover,
.z-depth-2-bottom:not(.btn),
.z-depth-2-bottom--hover:not(.btn):hover,
.z-depth-3:not(.btn),
.z-depth-3--hover:not(.btn):hover,
.z-depth-3-top:not(.btn),
.z-depth-3-top--hover:not(.btn):hover,
.z-depth-3-bottom:not(.btn),
.z-depth-3-bottom--hover:not(.btn):hover,
.z-depth-4:not(.btn),
.z-depth-4--hover:not(.btn):hover,
.z-depth-4-top:not(.btn),
.z-depth-4-top--hover:not(.btn):hover,
.z-depth-4-bottom:not(.btn),
.z-depth-4-bottom--hover:not(.btn):hover,
.z-depth-5:not(.btn),
.image-animate-wrapper:hover .image-animate--hover img:not(.btn),
.z-depth-5--hover:not(.btn):hover,
.z-depth-5-top:not(.btn),
.z-depth-5-top--hover:not(.btn):hover,
.z-depth-5-bottom:not(.btn),
.z-depth-5-bottom--hover:not(.btn):hover {
    border-color: transparent !important;
}

.z-depth-0,
.z-depth-0--hover:hover {
    box-shadow: none !important;
}

.z-depth-1,
.z-depth-1--hover:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1);
}

.z-depth-1-top,
.z-depth-1-top--hover:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.z-depth-1-bottom, .swiper-slide > .block--style-4-v1,
.z-depth-1-bottom--hover:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.z-depth-2,
.z-depth-2--hover:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

.z-depth-2-top,
.z-depth-2-top--hover:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.z-depth-2-bottom,
.z-depth-2-bottom--hover:hover {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1);
}

.z-depth-3,
.z-depth-3--hover:hover {
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1);
}

.z-depth-3-top,
.z-depth-3-top--hover:hover {
    box-shadow: 0 17px 50px rgba(0, 0, 0, 0.1);
}

.z-depth-3-bottom,
.z-depth-3-bottom--hover:hover {
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1);
}

.z-depth-4,
.z-depth-4--hover:hover {
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1), 0 25px 55px rgba(0, 0, 0, 0.1);
}

.z-depth-4-top,
.z-depth-4-top--hover:hover {
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.1);
}

.z-depth-4-bottom,
.z-depth-4-bottom--hover:hover {
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1);
}

.z-depth-5, .image-animate-wrapper:hover .image-animate--hover img,
.z-depth-5--hover:hover {
    box-shadow: 0 27px 24px rgba(0, 0, 0, 0.1), 0 40px 77px rgba(0, 0, 0, 0.1);
}

.z-depth-5-top,
.z-depth-5-top--hover:hover {
    box-shadow: 0 40px 77px rgba(0, 0, 0, 0.1);
}

.z-depth-5-bottom,
.z-depth-5-bottom--hover:hover {
    box-shadow: 0 27px 24px rgba(0, 0, 0, 0.1);
}

.z-depth--removed {
    border-width: 1px !important;
    box-shadow: none !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.img-center, .shop-minimalist .product .product-image img, .product-swiper-container .swiper-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.relative {
    position: relative;
}

.overflow--visible {
    overflow: visible !important;
}

.overflow--hidden {
    overflow: hidden !important;
}

/* Opacities */
.alpha-1,
.alpha-wrapper:hover .alpha-1--hover {
    opacity: 0.1;
}

.alpha-2,
.alpha-wrapper:hover .alpha-2--hover {
    opacity: 0.2;
}

.alpha-3,
.alpha-wrapper:hover .alpha-3--hover {
    opacity: 0.3;
}

.alpha-4,
.alpha-wrapper:hover .alpha-4--hover {
    opacity: 0.4;
}

.alpha-5,
.alpha-wrapper:hover .alpha-5--hover {
    opacity: 0.5;
}

.alpha-6,
.alpha-wrapper:hover .alpha-6--hover {
    opacity: 0.6;
}

.alpha-7,
.alpha-wrapper:hover .alpha-7--hover {
    opacity: 0.7;
}

.alpha-8,
.alpha-wrapper:hover .alpha-8--hover {
    opacity: 0.8;
}

.alpha-9,
.alpha-wrapper:hover .alpha-9--hover {
    opacity: 0.9;
}

/* Positions */
.pos-absolute {
    position: absolute !important;
}

.top-0 {
    top: 0;
}

.top-50px {
    top: 50px;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

/* Blocks */
.block-wrapper > .block:not(:last-child) {
    margin-bottom: 2rem;
}

.block {
    margin: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    cursor: default;
    border-radius: 0.5rem 0.5rem 0.5rem;
    -moz-border-radius: 0.5rem 0.5rem 0.5rem;
}

.block:after,
.block:before {
    display: table;
    content: "";
}

.block:after {
    clear: both;
}

a > .block {
    cursor: pointer;
}

.block.no-radius > .block-image img {
    border-radius: 0 !important;
}

.block .lead {
    margin-bottom: 0;
}

.block-stack-wrapper {
    border-radius: 0.25rem;
}

.block-stack-wrapper .row {
    background: #fff;
}

@media (max-width: 991px) {
    .block-stack-wrapper .row {
        margin-bottom: 20px;
    }
}
.block .block-body {
    padding: 1.5rem 1.5rem;
}

.block .block-body > p {
    margin-bottom: 0;
}

.block .block-image {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.block .block-image img {
    max-width: 100%;
}

.has-solid-shadow-left,
.has-solid-shadow-right {
    position: relative;
    z-index: 1;
}

.has-solid-shadow-left::before,
.has-solid-shadow-right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 35px);
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    z-index: -1;
    border-radius: 0.5rem;
}

.has-solid-shadow-left::before {
    top: 55px;
    left: -20px;
}

.has-solid-shadow-right::before {
    top: 55px;
    right: -20px;
}

.overlay-label {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 0.75rem;
    font-family: "Roboto", sans-serif;
}

.overlay-label.image-title--top {
    top: 15px;
    bottom: auto;
}

.overlay-label.image-title--bottom {
    top: auto;
    bottom: 15px;
}


/* Navbar styles */
.navbar {
    z-index: 100;
}

.atlas-mobile-nav-logo {
    height: 44px;
}

.navbar-container {
    position: relative;
}

.mobile-logo-margin {
    margin-bottom: -10px;
    margin-top: -10px;
}

@media (max-width: 991px) {
    .navbar-container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (min-width: 992px) {
    .navbar-container.container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;

    }

    .mobile-logo-margin {
        margin-bottom: 0;
        margin-top: 0;
    }
}


.navbar-floating {
    position: absolute;
    padding: 2rem;
    width: 100%;
    left: 0;
    z-index: 100;
}

.navbar-floating .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-floating .navbar {
    border-radius: 0.25rem;
}

@media (min-width: 992px) {
    .nav-logo-item .navbar-brand {
        padding: 0;
        line-height: 1;
        margin: 0 3rem;
    }

    .navbar-brand--centered {
        position: absolute;
        left: calc(50% - 70px);
    }
}
@media (max-width: 767px) {
    .navbar-container {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-nav .nav-link {
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #555;
    background: transparent;
}

.navbar--uppercase .navbar-nav .nav-link {
    font-size: 0.775rem;
    text-transform: uppercase;
}

.navbar--bold .navbar-nav .nav-link {
    font-weight: bolder !important;
}

.navbar-nav .nav-item-icon .nav-link {
    background: transparent;
    color: #555;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.navbar-nav .nav-item-icon .nav-link:focus,
.navbar-nav .nav-item-icon .nav-link:hover,
.navbar-nav .nav-item-icon.show .nav-link,
.navbar-nav .nav-item-icon.show .nav-link,
.navbar-nav .nav-item-icon.show .nav-link:focus {
    background: transparent !important;
    color: #6d0eb1 !important;
}

.navbar-nav .nav-item-icon .nav-link::after {
    border: 0;
}

.navbar-nav .nav-item-icon .nav-link .badge {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-15px);
}

.navbar-inverse .navbar-nav .nav-item-icon .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-inverse .navbar-nav .nav-item-icon .nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
    background: transparent;
}

.navbar-inverse .navbar-nav .show .nav-link,
.navbar-inverse .navbar-nav .show .nav-link:focus,
.navbar-inverse .navbar-nav .show .nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
    background: transparent;
}

@media (min-width: 992px) {
    .navbar--style-1 .navbar-nav .nav-link {
        position: relative;
        font-size: 0.875rem;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 0.6);
        background: transparent;
        padding: 2rem 1.25rem;
        border-radius: 0;
    }

    .navbar--style-1 .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 0;
    }

    .navbar--style-1 .navbar-nav .nav-link:focus,
    .navbar--style-1 .navbar-nav .nav-link:hover {
        color: #6d0eb1;
        background: transparent;
    }

    .navbar--style-1 .navbar-nav .show .nav-link,
    .navbar--style-1 .navbar-nav .show .nav-link:focus,
    .navbar--style-1 .navbar-nav .show .nav-link:hover {
        color: #6d0eb1;
        background: transparent;
    }

    .navbar--style-1 .navbar-nav .show .nav-link::after,
    .navbar--style-1 .navbar-nav .nav-link:hover::after,
    .navbar--style-1 .navbar-nav .nav-link:focus::after {
        content: '\f111';
        font-family: 'FontAwesome';
        font-size: 8px;
        color: #6d0eb1;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -24px);
    }

    .navbar--style-1 .navbar-nav .nav-item:first-child .nav-link:after {
        margin-left: -0.625rem;
    }

    .navbar--style-2 .navbar-nav .nav-link {
        position: relative;
        letter-spacing: 0;
        background: transparent;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 0;
    }

    .navbar--style-2 .navbar-nav .nav-link:focus,
    .navbar--style-2 .navbar-nav .nav-link:hover,
    .navbar--style-2 .navbar-nav .show .nav-link,
    .navbar--style-2 .navbar-nav .show .nav-link:focus,
    .navbar--style-2 .navbar-nav .show .nav-link:hover {
        background: transparent !important;
    }
}
.navbar-nav .dropdown-menu {
    margin: 0;
    background-color: #FFF;
    border: 0;
    border-radius: 0;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 220px;
        padding: 0 0.5rem;
        margin: 0;
        text-align: left;
        border: 0;
        border-top: 0;
        border-radius: 2px;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    }

    .navbar-nav .dropdown-menu-sm {
        min-width: 360px !important;
    }

    .navbar-nav .dropdown-menu-md {
        min-width: 600px !important;
    }

    .navbar-nav .dropdown-menu-lg {
        min-width: 760px !important;
    }

    .navbar-nav .dropdown-menu--left {
        left: 0;
        right: auto;
    }

    .navbar-nav .dropdown-menu--right {
        left: auto;
        right: 0;
    }

    .dropdown-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 2px;
    }
}
@media (max-width: 991px) {
    .navbar-transparent .dropdown-menu {
        background-color: transparent;
    }

    .dropdown-bg {
        display: none;
    }

    .dropdown-divider {
        border: 0;
        margin: 0;
    }
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.875rem 1.5rem;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #666;
}

.navbar-nav .dropdown-menu .dropdown-item .badge {
    position: absolute;
    right: 30px;
}

.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #3452ff;
    background-color: transparent;
}

.navbar-nav .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar-nav .dropdown-menu .open .dropdown-item {
    color: #3452ff;
    background-color: transparent;
}

@media (min-width: 992px) {
    .navbar-dropdown--inverse .dropdown-menu {
        background-color: #292f36;
        border-top: 0;
    }

    .navbar-dropdown--inverse .dropdown-menu .list-group-item {
        background-color: #292f36;
    }

    .navbar-dropdown--inverse .dropdown-menu:after {
        border-bottom-color: #292f36 !important;
    }

    .navbar-dropdown--inverse .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.7);
        border-bottom-color: rgba(30, 30, 30, 0.7);
    }

    .navbar-main.navbar-dropdown--inverse .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-dropdown--inverse .dropdown-menu .dropdown-item:focus,
    .navbar-dropdown--inverse .dropdown-menu .dropdown-item:hover {
        color: #3452ff;
        background-color: transparent;
    }

    .navbar-dropdown--inverse .dropdown-menu .open .dropdown-item {
        color: #3452ff;
        background-color: transparent;
    }
}
@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        margin-top: 0;
    }

    .navbar-nav .dropdown-menu::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        background: transparent;
        margin-top: 0;
    }

    .navbar-dropdown--arrow .navbar-nav .dropdown-menu {
        margin-top: 12px;
    }

    .navbar-dropdown--arrow .navbar-nav .dropdown-menu::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 12px;
        background: transparent;
        margin-top: -12px;
    }

    .navbar-dropdown--arrow .navbar-nav .dropdown-menu::after {
        bottom: 100%;
        right: 12px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(221, 221, 221, 0);
        border-bottom-color: #FFF;
        border-width: 8px;
        margin-left: -8px;
    }

    .navbar-dropdown--arrow .dropdown-menu.mega-dropdown-menu::after {
        border: 0;
    }

    .navbar--link-arrow .navbar-nav .nav-link {
        position: relative;
    }

    .navbar--link-arrow .navbar-nav .nav-item.show:not(.nav-item-icon) .nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        border-color: transparent;
        border-width: 10px;
        margin-left: -10px;
        z-index: 1100;
    }

    .navbar--link-arrow .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
        top: 0;
        border-top-color: #FFF;
    }

    .navbar--link-arrow .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
        bottom: -1rem;
        border-bottom-color: #FFF;
    }

    .navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
        border-top-color: #292f36;
    }

    .navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
        border-bottom-color: #292f36;
    }
}
.navbar-dropdown--uppercase .dropdown-menu .dropdown-item {
    font-size: 0.7rem;
    text-transform: uppercase !important;
}

.navbar-dropdown--bold .navbar-nav .nav-link {
    font-weight: 600 !important;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: 0;
    border-radius: 2px;
}

.navbar-nav .dropdown-submenu > .dropdown-menu::after {
    border: 0 !important;
}

.navbar-nav .dropdown-submenu > a:before {
    content: "\f105";
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    font-size: 12px;
}

.dropdown-menu-search {
    padding: 20px !important;
    min-width: 420px !important;
    position: absolute;
}

.dropdown-form {
    padding: 0 !important;
    min-width: 340px !important;
}

.dropdown-form-inner {
    padding: 1rem 1.5rem !important;
}

.dropdown-form .btn-close-dropdown {
    display: none;
}

@media (max-width: 991px) {
    .dropdown-form {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100%;
    }

    .dropdown-form .btn-close-dropdown {
        display: inline-block !important;
        width: auto !important;
        position: relative;
        z-index: 100;
        right: 0;
        float: right;
        font-size: 20px !important;
        color: #818a91;
    }

    .dropdown-form .btn-close-dropdown:hover,
    .dropdown-form .btn-close-dropdown:focus {
        color: #333 !important;
    }
}
@media screen and (min-width: 1500px) {
    .megamenu > .dropdown-menu {
        min-width: auto;
        width: 100%;
        max-width: 1200px;
    }

    .justify-content-around .megamenu > .dropdown-menu {
        right: 50%;
        transform: translateX(50%);
    }
}
.navbar .dropdown-md .dropdown-menu {
    min-width: 780px;
}

.navbar .dropdown-lg .dropdown-menu {
    width: 850px;
}

.mega-dropdown-menu {
    padding: 1.5rem;
}

.mega-dropdown-menu > li {
    border: 0;
}

.mega-dropdown-menu .megadropdown-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-dropdown-menu .megadropdown-links .dropdown-item {
    display: block;
    padding: 6px 0;
    clear: both;
    line-height: 1.42857143;
    font-size: 0.8rem;
    text-transform: capitalize;
    font-weight: 400;
}

.navbar-dropdown--caps .mega-dropdown-menu > li > ul > li > a {
    font-size: 0.7rem;
    text-transform: uppercase;
}

.mega-dropdown-menu > li > ul > li > a:hover {
    color: #6d0eb1;
}

.mega-dropdown-menu .dropdown-header {
    padding: 14px 0;
}

.mega-dropdown-menu .meganav-section-title {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.875rem;
    font-weight: bolder;
    text-transform: none;
}

.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
    color: rgba(255, 255, 255, 0.7);
}

.mega-dropdown-menu .meganav-section-title.text-uppercase {
    font-size: 0.75rem;
}

.mega-dropdown-menu .meganav-section-title > a {
    color: #666;
}

.mega-dropdown-menu .meganav-section-title > a:hover {
    color: #3452ff;
}

.mega-dropdown-col-cover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.mega-dropdown-col-cover--left {
    border-radius: 2px 0 0 2px;
}

.mega-dropdown-col-inner {
    height: 100%;
    padding: 2rem;
}

@media (min-width: 992px) {
    .navbar-main .mega-dropdown-menu > .mega-dropdown-col {
        border-right: 1px solid #f9f9f9;
        padding: 0;
    }

    .navbar-main .mega-dropdown-menu > li > ul {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .mega-dropdown-menu .mega-dropdown-col-icon > a {
        position: relative;
        display: block;
        text-align: center;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #f9f9f9;
    }

    .mega-dropdown-menu .mega-dropdown-col-icon > a:hover {
        color: #6d0eb1;
    }

    .mega-dropdown-menu .mega-dropdown-col-icon > a > i {
        font-size: 90px;
    }

    .navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a:hover {
        color: #3452ff;
    }

    .mega-dropdown-menu .mega-dropdown-col:last-child > ul {
        border-right: 0;
    }
}
@media (max-width: 991px) {
    .mega-dropdown-menu {
        padding: 0 !important;
    }

    .mega-dropdown-menu .dropdown-header {
        padding: 0.75rem 2rem !important;
        border-bottom: 1px solid #f9f9f9;
    }

    .mega-dropdown-menu .mega-dropdown-col-icon {
        display: none;
    }

    .mega-dropdown-menu > li {
        padding: 0;
    }

    .mega-dropdown-menu > li > ul > li {
        border-bottom: 1px solid #f9f9f9;
    }

    .mega-dropdown-menu > li > ul > li > a {
        padding: 14px 30px;
        padding-left: 50px !important;
    }

    .mega-dropdown-menu > li > ul > li > a:before {
        content: "\f178";
        font-family: "FontAwesome";
        position: relative;
        left: -6px;
    }

    .navbar-inverse .mega-dropdown-menu .meganav-section-title {
        color: rgba(255, 255, 255, 0.7);
    }

    .navbar-inverse .mega-dropdown-menu .dropdown-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-dropdown--inverse .mega-dropdown-menu > li > ul > li {
        border-bottom: 1px solid rgba(30, 30, 30, 0.7);
    }
}

.dropdown-menu {
    border: 1px solid #eceff1;
    border-radius: 1px;
    line-height: 1;
    min-width: 12rem;
    box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
}

.dropdown-menu {
    font-size: 0.9rem;
}

.dropdown-menu .dropdown-item {
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
    background-color: rgba(162, 162, 162, 0.1);
    color: inherit;
}

.dropdown-menu .dropdown-item > i {
    margin-right: 1rem;
    font-size: 1.3rem;
    line-height: .75em;
    vertical-align: -17%;
}

.dropdown-header {
    padding-left: 1rem;
    padding-right: 1rem;
}

.dropdown-menu.dropdown-menu-sm {
    min-width: 100px;
    border: 0.1rem;
}

.dropdown-menu.dropdown-menu-lg {
    min-width: 260px;
    border-radius: 0.25rem;
}

.dropdown-menu.dropdown-menu-xl {
    min-width: 320px;
    border-radius: 0.25rem;
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }

    .dropdown--animated .dropdown-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}

@media (min-width: 992px) {
    .show > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1000;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}
.dropdown-submenu .dropdown-toggle i {
    font-size: 10px;
    position: absolute;
    right: 14px;
    top: 8px;
    color: #a3a7bd;
}

@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        border-color: #e8e8e8;
    }

    .dropdown-submenu .dropdown-menu .dropdown-item {
        padding-left: 2rem;
    }
}
@media (min-width: 992px) {
    .dropdown-submenu .dropdown-menu {
        left: 98%;
        top: -2px;
        border-radius: 0.25rem !important;
    }
}
.dropdown-extend {
    position: initial;
}

.dropdown-extend-menu {
    width: 100%;
}

@media (min-width: 768px) {
    .dropdown-extend-menu {
        padding: 20px 30px;
    }
}
@media (min-width: 768px) {
    .dropdown-extend-menu .dropdown-item {
        margin: 5px 0;
    }
}
.dropdown-extend-menu .dropdown-item i {
    margin-right: 3px;
    font-size: 14px;
    color: #6b7386;
}

@media (max-width: 767px) {
    .dropdown-extend-menu .dropdown-item i {
        display: none;
    }
}

.background-image-holder .container {
    position: relative;
    height: 100%;
}

.c-gray-dark {
    color: #333 !important;
}

.c-gray {
    color: #676767 !important;
}

.c-gray-light {
    color: #818a91 !important;
}

.c-gray-lighter {
    color: #eceeef !important;
}

.c-gray-lightest {
    color: #f7f7f9 !important;
}

.c-black {
    color: #000000 !important;
}

.c-white {
    color: white !important;
}