body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a {
    color: #cab278;
}

/* Skip navigation link for accessibility */
.skip-nav:focus {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 10px 20px;
    background: #1a73e8;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    z-index: 99999;
}

div,
span,
h1,
h2,
h3,
h5,
p,
a,
ul,
li {
    font: inherit;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*:focus {
    outline: none;
}

body {
    position: relative;
    font-style: normal;
    line-height: 1.5;
    color: #000000;
}

section {
    background-color: #ffffff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}

h1,
h2,
h3,
h5 {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}

p,
li {
    letter-spacing: 0.5px;
    line-height: 1.7;
}

ul,
p {
    margin-bottom: 0;
    margin-top: 0;
}

a {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7 {
    word-break: break-word;
    word-wrap: break-word;
}

strong {
    font-weight: bold;
}

body {
    height: auto;
    min-height: 100vh;
}

.mbr-section-title {
    margin: 0;
    padding: 0;
    font-style: normal;
    line-height: 1.2;
    width: 100%;
}

.mbr-section-subtitle {
    line-height: 1.3;
    width: 100%;
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
    width: 100%;
}

.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #000000;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

@media (max-width: 767px) {

    .align-center {
        text-align: center;
    }
}

.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 600;
}

.mbr-bold {
    font-weight: 700;
}

.mbr-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

/* Images replacing amp-img: fill parent container */
.img img.mobirise-loader,
.image img.mobirise-loader,
.card-img img.mobirise-loader {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

img.mbr-temp {
    width: 100%;
}

.rounded {
    border-radius: 50%;
}

.is-builder .nodisplay+img[async],
.is-builder .nodisplay+img[decoding="async"] {
    display: none;
}

.img > a[aria-label],
.image > a[aria-label] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.mobirise-spinner {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    z-index: 4;
}

.mobirise-spinner em {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: slide 1s infinite;
}

.mobirise-spinner em:nth-child(1) {
    -webkit-animation-delay: 0.1s;
}

.mobirise-spinner em:nth-child(2) {
    -webkit-animation-delay: 0.2s;
}

.mobirise-spinner em:nth-child(3) {
    -webkit-animation-delay: 0.3s;
}

@-moz-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.mobirise-loader .amp-active>div {
    display: none;
}

.iconfont-wrapper {
    display: inline-block;
}

.mbr-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mbr-jc-c {
    justify-content: center;
}

.mbr-jc-e {
    justify-content: flex-end;
}

.mbr-column {
    flex-direction: column;
}

img {
    height: 100%;
    width: 100%;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

.container {
    padding: 0 1rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding: 0 1rem;
}

.btn {
    position: relative;
    font-weight: 600;
    margin: 0 0.5rem;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.1s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    line-height: 1;
    letter-spacing: 0.5px;
}

.btn {
    padding: 14px 30px;
    border-radius: 0px;
}

.btn-sm {
    padding: 10px 30px;
    border-radius: 0px;
}

.btn-md {
    padding: 10px 30px;
    border-radius: 0px;
}

.mbr-section-btn {
    margin: 0 -0.8rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

.btn .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    cursor: pointer;
    margin: 0 0.8rem 0 0;
}

section.menu {
    min-height: 80px;
    overflow: visible;
    padding: 0;
}

.menu-container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
}

@media (max-width: 991px) {
    .menu-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 767px) {
    .menu-container {
        padding: 0 1rem;
    }
}

.navbar {
    z-index: 100;
    width: 100%;
    position: absolute;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    word-break: break-word;
    z-index: 1;
}

.navbar-logo {
    margin: 0 0.8rem 0 0;
}

@media (max-width: 767px) {
    .navbar-logo img {
        width: 210px;
        height: 30px;
    }
    .navbar-logo {
        margin: 0px;
    }
    .cid-tqteO1hprr .mbr-column{
        margin-bottom:30px;
    }
}

.navbar-caption-wrap {
    display: flex;
}

.navbar .navbar-collapse {
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        overflow-y: auto;
        padding: 1rem 2rem;
        z-index: 1;
    }
}

@media (max-width: 991px) {

    .navbar.opened .navbar-collapse.show,
    .navbar.opened .navbar-collapse.collapsing {
        display: block;
    }

    .is-builder .navbar-collapse {
        position: fixed;
    }
}

.navbar-nav {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    min-width: 250px;
}

@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
    }
}

.navbar-nav .mbr-iconfont {
    margin: 0 0.2rem 0 0;
}

.nav-item {
    word-break: break-all;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link,
.navbar-caption {
    transition: all 0.2s;
    letter-spacing: 1px;
}

.nav-dropdown .dropdown-menu {
    min-width: 250px;
    position: absolute;
    left: 0;
    padding: 1.25rem 0;
}

.nav-dropdown .dropdown-menu .dropdown-item {
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.25rem 1.5rem;
    white-space: nowrap;
}

.nav-dropdown .dropdown-menu .dropdown {
    position: relative;
}

.dropdown-menu .dropdown:hover>.dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

.nav-dropdown .dropdown-submenu {
    top: 0;
    left: 100%;
    margin: 0;
}

.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown .dropdown-menu {
    opacity: 0;
    pointer-events: none;
}

.nav-item.dropdown:hover>.dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

.link.dropdown-toggle:after {
    content: "";
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
}

.navbar .dropdown.open>.dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .is-builder .nav-dropdown .dropdown-menu {
        position: relative;
    }

    .nav-dropdown .dropdown-submenu {
        left: 0;
    }

    .nav-dropdown .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem;
        margin: 0;
        justify-content: center;
    }

    .nav-dropdown .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .navbar.opened .dropdown-menu {
        top: 0;
    }

    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        content: "";
        margin-left: 0.25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 55%;
    }
}

.navbar-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .navbar-buttons {
        flex-direction: column;
    }
}

.menu-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-social-list a {
    margin: 0 0.5rem;
}

.menu-social-list a span {
    font-size: 1.5rem;
}

button.navbar-toggler {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
}

.hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1),
nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.ampstart-btn.hamburger {
    position: absolute;
    top: 25px;
    right: 15px;
    margin-left: auto;
    height: 20px;
    width: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

@media (min-width: 992px) {

    .ampstart-btn,
    #sidebar {
        display: none;
    }

    .dropdown-menu .dropdown-toggle:after {
        content: "";
        border-bottom: 0.35em solid transparent;
        border-left: 0.35em solid;
        border-right: 0;
        border-top: 0.35em solid transparent;
        margin-left: 0.3rem;
        margin-top: -0.3077em;
        position: absolute;
        right: 1.1538em;
        top: 50%;
    }
}

.close-sidebar {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.close-sidebar span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    top: 8px;
}

.close-sidebar span:nth-child(1) {
    transform: rotate(-45deg);
}

.close-sidebar span:nth-child(2) {
    transform: rotate(45deg);
}

.builder-sidebar {
    position: relative;
    height: 100vh;
    min-width: 250px;
    overflow: hidden auto;
    z-index: 1030;
    padding: 1rem 2rem;
    max-width: 20rem;
}

.builder-sidebar .dropdown:hover>.dropdown-menu {
    position: relative;
    text-align: center;
}

.is-builder section.horizontal-menu .ampstart-btn {
    display: none;
}

.is-builder section.horizontal-menu .dropdown-menu {
    z-index: auto;
    opacity: 1;
    pointer-events: auto;
}

.is-builder .menu {
    overflow: visible;
}

#sidebar {
    background-color: transparent;
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    z-index: 10000;
    overflow-y: auto;
    transition: right 0.3s ease;
}

#sidebar.sidebar-open {
    right: 0;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.card {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0 1rem;
}

@media (max-width: 767px) {
    .card:not(.last-child) {
        padding-bottom: 2rem;
    }
}

.card img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.gallery-img-wrap {
    position: relative;
    height: 100%;
}

.gallery-img-wrap:hover {
    cursor: pointer;
}

.gallery-img-wrap:hover .icon-wrap,
.gallery-img-wrap:hover .caption-on-hover {
    opacity: 1;
}

.gallery-img-wrap:hover:after {
    opacity: .5;
}

.gallery-img-wrap img {
    height: 100%;
}

.gallery-img-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.gallery-img-wrap .icon-wrap,
.gallery-img-wrap .img-caption {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

.gallery-img-wrap .icon-wrap,
.gallery-img-wrap .caption-on-hover {
    opacity: 0;
    transition: opacity 0.2s;
}

.gallery-img-wrap .icon-wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: .5rem;
    border-radius: 50%;
}

.gallery-img-wrap .amp-iconfont {
    color: #000;
    font-size: 1rem;
    width: 1rem;
    display: block;
}

.gallery-img-wrap .img-caption {
    left: 0;
    right: 0;
}

.gallery-img-wrap .img-caption.caption-top {
    top: 0;
}

.gallery-img-wrap .img-caption.caption-bottom {
    bottom: 0;
}

.gallery-img-wrap .img-caption:not(.caption-on-hover):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: opacity 0.2s;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 767px) {

    .gallery-img-wrap:after,
    .gallery-img-wrap:hover:after,
    .gallery-img-wrap .icon-wrap {
        display: none;
    }

    .gallery-img-wrap .caption-on-hover {
        opacity: 1;
    }
}

.is-builder .gallery-img-wrap .icon-wrap,
.is-builder .gallery-img-wrap .img-caption>* {
    pointer-events: all;
}

.amp-carousel-button {
    transition: all 0.4s;
    cursor: pointer;
    outline: none;
}

.amp-carousel-button {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
    background-size: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.dots-wrapper .dots span.current {
    background-color: #3e976b;
}

.amp-carousel-button-next {
    right: 0;
}

.amp-carousel-button-prev {
    left: 0;
}

/* Lightbox styles handled via inline JS */

.mbr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

@media (max-width: 767px) {
    .mbr-col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 768px) {
    .mbr-col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 992px) {
    .mbr-col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mbr-col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.mbr-pt-1 {
    padding-top: 0.5rem !important;
}

.mbr-pb-1 {
    padding-bottom: 0.5rem !important;
}

.mbr-pt-2 {
    padding-top: 1rem !important;
}

.mbr-pb-2 {
    padding-bottom: 1rem !important;
}

.mbr-p-2 {
    padding: 1rem !important;
}

.mbr-pt-3,
.mbr-py-3 {
    padding-top: 1.5rem !important;
}

.mbr-pb-3,
.mbr-py-3 {
    padding-bottom: 1.5rem !important;
}

.mbr-pt-4 {
    padding-top: 2rem !important;
}

.mbr-m-auto {
    margin: auto;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.mbr-pb-4 {
    padding-bottom: 2rem !important;
}

@media (max-width: 991px) {
    .md-pb {
        padding-bottom: 2rem;
    }
}

#scrollToTopMarker {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 300px;
}

#scrollToTopButton {
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: .4;
    z-index: 5000;
    font-size: 32px;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#scrollToTopButton:focus {
    outline: none;
}

#scrollToTopButton a:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 36%;
    width: 2px;
    left: calc(50% - 1px);
}

#scrollToTopButton a:after {
    content: '';
    position: absolute;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 40%;
    height: 40%;
    left: calc(30% - 1px);
    bottom: 30%;
    transform: rotate(-45deg);
}

.is-builder #scrollToTopButton a:after {
    left: 30%;
}

.mbr-medium {
    font-weight: 500;
}

@media (max-width: 991px) {
    .is-builder section.horizontal-menu .navbar-toggler {
        display: block;
    }
}

.amp-shop__title {
    font-weight: 600;
    padding-bottom: 5rem;
}

body {
    font-family: Poppins;
}

.display-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.25rem;
    line-height: 1.2;
    letter-spacing: 1px;
}

.display-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    line-height: 1.2;
}

.display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

.display-5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
}

.display-7 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1875rem;
    line-height: 1.6;
}

.display-4 .mbr-iconfont-btn {
    font-size: 1rem;
    width: 1rem;
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 2.6rem;
        font-size: calc(1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 1.6rem;
        font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-7 {
        font-size: 0.95rem;
        font-size: calc(1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.065625rem + (1.1875 - 1.065625) * ((100vw - 20rem) / (48 - 20))));
    }
}

.btn-secondary,
.btn-secondary:active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-secondary:disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary,
.btn-primary:active {
    background-color: #cab278;
    border-color: #cab278;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #bc9d53;
    border-color: #bc9d53;
    color: #ffffff;
}

.btn-primary:disabled {
    color: #ffffff;
    background-color: #bc9d53;
    border-color: #bc9d53;
}

.text-primary {
    color: #cab278;
}

.text-danger {
    color: #84c7a6;
}

.text-black {
    color: #010101;
}

a[class*="text-"],
.amp-iconfont {
    transition: 0.2s ease-in-out;
}

.amp-iconfont {
    color: #cab278;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #796430;
}

a.text-black:hover,
a.text-black:focus {
    color: #cccccc;
}

.mobirise-spinner em:nth-child(1) {
    background: #cab278;
}

.mobirise-spinner em:nth-child(2) {
    background: #000000;
}

.mobirise-spinner em:nth-child(3) {
    background: #7a7a7a;
}

#scrollToTopMarker {
    display: none;
}

#scrollToTopButton {
    background-color: #3e976c;
    border-radius: 50%;
}

#scrollToTopButton a:before {
    background: #ffffff;
}

#scrollToTopButton a:after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

.btn {
    border-radius: 100px;
}

.cid-tqteHJglMq.menu {
    min-height: 0px;
}

.cid-tqteHJglMq .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 80px;
    transition: all .3s;
    background: #ffffff;
    position: fixed;
}

.cid-tqteHJglMq .navbar.opened,
.cid-tqteHJglMq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-tqteHJglMq .navbar img {
    height: 100%;
}

.cid-tqteHJglMq .navbar .navbar-collapse {
    z-index: 1;
    min-width: 250px;
}

@media (min-width: 992px) {
    .cid-tqteHJglMq .navbar .navbar-collapse {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.cid-tqteHJglMq .navbar .main-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .cid-tqteHJglMq .navbar .navbar-collapse {
        background: #ffffff;
    }

    .cid-tqteHJglMq .navbar.opened .navbar-collapse.show,
    .cid-tqteHJglMq .navbar.opened .navbar-collapse.collapsing {
        display: block;
    }

    .cid-tqteHJglMq .navbar.opened .dropdown-menu {
        top: 0;
    }
}

.cid-tqteHJglMq .navbar-nav .nav-link {
    margin: .667em 1em;
    font-weight: 500;
}

.cid-tqteHJglMq .nav-dropdown .dropdown-menu {
    box-shadow: 0px 3px 21.88px 0.12px rgba(0, 0, 0, 0.1);
}

.cid-tqteHJglMq .nav-dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    text-align: inherit;
}

@media (min-width: 992px) {
    .cid-tqteHJglMq .nav-dropdown .dropdown-menu .dropdown-item {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

.cid-tqteHJglMq .nav-item.dropdown .dropdown-menu {
    z-index: -1;
}

.cid-tqteHJglMq .nav-item.dropdown:hover>.dropdown-menu {
    z-index: 1;
}

.cid-tqteHJglMq .nav-dropdown .dropdown-submenu {
    top: 0;
}

@media (min-width: 992px) {
    .cid-tqteHJglMq .nav-dropdown .dropdown-submenu {
        width: 200px;
    }

    .cid-tqteHJglMq .nav-dropdown .dropdown-submenu .dropdown {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .cid-tqteHJglMq .navbar {
        flex-direction: row;
    }
}

.cid-tqteHJglMq .navbar-brand {
    flex-shrink: 0;
    transition: all .3s;
}

.cid-tqteHJglMq .navbar-brand .navbar-caption {
    line-height: inherit;
    font-weight: 600;
}

.cid-tqteHJglMq .navbar-brand .navbar-logo a {
    outline: none;
    display: flex;
}

.cid-tqteHJglMq .dropdown-item.active,
.cid-tqteHJglMq .dropdown-item:active {
    background-color: transparent;
}

.cid-tqteHJglMq .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-tqteHJglMq .navbar-buttons {
    text-align: center;
}

.cid-tqteHJglMq button.navbar-toggler {
    display: none;
    outline: none;
}

.cid-tqteHJglMq .navbar-dropdown {
    padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
    .cid-tqteHJglMq .navbar-dropdown {
        padding: 1.25rem 1rem;
    }
}

.cid-tqteHJglMq .hamburger span,
.cid-tqteHJglMq .close-sidebar span {
    background-color: #232323;
}

.cid-tqteHJglMq .builder-sidebar {
    background-color: #ffffff;
}

.cid-tqteHJglMq img.mobirise-loader {
    width: 30px;
}

.cid-tqteJXzcWl {
    padding-top: 9rem;
    padding-bottom: 3rem;
    min-height: 50vh;
    background-image: url("assets/images/mbr-1920x1270.webp");
    background-image: image-set(url("assets/images/mbr-1920x1270.webp") type("image/webp"), url("assets/images/mbr-1920x1270.jpg") type("image/jpeg"));
}

@media (min-width: 1025px) {
    .cid-tqteJXzcWl {
        background-image: url("assets/images/mbr-1920x1270-full.webp");
        background-image: image-set(url("assets/images/mbr-1920x1270-full.webp") type("image/webp"), url("assets/images/mbr-1920x1270.jpg") type("image/jpeg"));
    }
}

.cid-tqteJXzcWl .mbr-overlay {
    background: #000000;
    opacity: 0.5;
}

.cid-tqteJXzcWl .title-block {
    height: 100%;
    justify-content: space-between;
    padding: 1rem 5rem 1rem;
    z-index: 1;
}

.cid-tqteJXzcWl .subtitle2 {
    padding-left: 1.25rem;
    border-left: 2px solid;
}

.cid-tqteJXzcWl .mbr-section-title {
    padding-bottom: 1.85rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.cid-tqteJXzcWl .mbr-section-subtitle {
    color: #cab278;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}

.cid-tssodiJoI6 {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.cid-tssodiJoI6 .text__block {
    padding: 0 80px 30px 16px;
}

.cid-tssodiJoI6 .subtext {
    margin-bottom: 15px;
    background-color: #f8f5ed;
    line-height: 21px;
    padding: 8px 20px;
    display: inline-block;
    color: #8a7434;
}

.cid-tssodiJoI6 .divider {
    width: 5px;
    background-color: #cab278;
}

.cid-tssodiJoI6 .inner-item {
    margin-bottom: 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    position: relative;
    padding: 40px 50px 40px 30px;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.cid-tssodiJoI6 .inner-item:hover {
    transform: translateY(-15px);
}

.cid-tssodiJoI6 .inner-item:hover .card__title {
    color: #fff;
}

.cid-tssodiJoI6 .inner-item:hover .card__text {
    color: #fff;
    opacity: 0.75;
}

.cid-tssodiJoI6 .inner-item:hover .mbr-overlay {
    top: 0%;
}

.cid-tssodiJoI6 .inner-item:hover img.mobirise-loader {
    top: 0%;
    opacity: 1;
    filter: brightness(50%);
}

.cid-tssodiJoI6 .inner-item .mbr-overlay {
    transition: all 0.3s ease-out;
    background-color: #000;
    top: 100%;
}

.cid-tssodiJoI6 img.mobirise-loader {
    border-radius: 10px;
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.17s ease-out 0.18s;
}

.cid-tssodiJoI6 .text__box {
    z-index: 2;
    width: 100%;
}

.cid-tssodiJoI6 .card__title {
    margin-top: 23px;
    transition: all 0.3s ease;
}

.cid-tssodiJoI6 .card__text {
    transition: all 0.3s ease;
}

.cid-tssodiJoI6 .service__icon {
    width: 58px;
    height: 58px;
    padding: 15px;
}

.cid-tssodiJoI6 .service__icon .mbr-iconfont {
    font-size: 28px;
    width: 28px;
}

.cid-tssodiJoI6 .item1 {
    background-color: #41a9e0;
    color: #ffffff;
}

.cid-tssodiJoI6 .item2 {
    background-color: #6e8fc7;
    color: #ffffff;
}

.cid-tssodiJoI6 .item3 {
    background-color: #e66c67;
    color: #ffffff;
}

.cid-tssodiJoI6 .item4 {
    background-color: #34b794;
    color: #ffffff;
}

@media (min-width: 991px) {
    .cid-tssodiJoI6 .push {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .cid-tssodiJoI6 .text__block {
        padding: 0 16px 30px;
    }
}

.cid-tssodiJoI6 .subtext {
    color: #8a7434;
}

.cid-tqteUmiMYS {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-color: #f7f7f7;
}

.cid-tqteUmiMYS .mbr-section-subtitle {
    color: #595959;
}

.cid-tqteUmiMYS .mbr-section-title {
    color: #000;
}

.cid-tqteUmiMYS .mbr-text {
    color: #3e976b;
}

.cid-tqteUmiMYS .mbr-text .text-primary {
    color: #8a7434;
}

.cid-tqteO1hprr {
    padding-top: 0rem;
    padding-bottom: 5rem;
    background-color: #f7f7f7;
}

.cid-tqteO1hprr img.mobirise-loader {
    object-fit: cover;
    transition: 0.5s;
}

.cid-tqteO1hprr .b-images .left-column,
.cid-tqteO1hprr .b-images .right-column {
    width: 100%;
    height: 100%;
}

.cid-tqteO1hprr .b-images .left-column .img,
.cid-tqteO1hprr .b-images .right-column .img {
    width: 100%;
    position: relative;
}

.cid-tqteO1hprr .b-images .left-column .img {
    height: 600px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    overflow: hidden;
}

.cid-tqteO1hprr .b-images .right-column {
    justify-content: space-between;
}

.cid-tqteO1hprr .b-images .right-column .img {
    height: 290px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .cid-tqteO1hprr .b-images .img:hover img {
        transform: scale(1.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    }
}

.cid-tqteO1hprr .img .img-text {
    position: absolute;
    height: 100%;
    width: 45%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    z-index: 1;
    transition: 0.5s;
    pointer-events: none;
    justify-content: flex-end;
}

.cid-tqteO1hprr .img .img-text>* {
    pointer-events: auto;
    text-align: right;
    padding-right: 25px;
}

.cid-tqteO1hprr .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(35, 35, 35, 0.5);
    pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cid-tqteO1hprr .b-images .left-column {
        margin-bottom: 10px;
    }

    .cid-tqteO1hprr .b-images .right-column .img {
        margin-bottom: 10px;
        height: 300px;
    }

    .cid-tqteO1hprr .img-text {
        opacity: 1;
        margin: 0;
        top: 0;
        right: 0;
        height: 100%;
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 2rem 0;
    }
}

@media (max-width: 767px) {
    .home-grid-business {
        gap: 30px;
    }
    .cid-tqteO1hprr .b-images .left-column .img,
    .cid-tqteO1hprr .b-images .right-column .img {
        height: 300px;
    }
    .cid-tqteO1hprr .b-images .left-column .img {
        margin-bottom: 30px;
    }

    .cid-tqteO1hprr .b-images .left-column .img .img-text,
    .cid-tqteO1hprr .b-images .right-column .img .img-text {
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(35, 35, 35, 0.2);
    }

    .filterBoxCat form .searchNumber {
        margin-bottom: 10px;
    }
}

.cid-tsyjufqilj {
    padding-top: 75px;
    padding-bottom: 45px;
    background-image: url("assets/images/mbr-1-1920x1280.webp");
    background-image: image-set(url("assets/images/mbr-1-1920x1280.webp") type("image/webp"), url("assets/images/mbr-1-1920x1280.jpg") type("image/jpeg"));
}

.cid-tsyjufqilj .mbr-overlay {
    background-color: #efefef;
    opacity: 0.9;
}

.cid-tsyjufqilj .text-block {
    margin: auto;
}

.cid-tsyjufqilj .text-block>* {
    padding-right: 2rem;
    padding-left: 2rem;
}

.cid-tsyjufqilj .title {
    color: #000000;
}

.cid-tsyjufqilj .text {
    color: #000000;
}

.cid-tqyaKvsjQG {
    padding-top: 5rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.cid-tqyaKvsjQG .mbr-section-subtitle {
    color: #595959;
}

.cid-tqyaKvsjQG .mbr-section-title {
    color: #000;
}

.cid-tqyaKvsjQG .mbr-text {
    color: #3e976b;
}

.cid-tqyaKvsjQG .mbr-text .text-primary {
    color: #8a7434;
}

.cid-tsysNO9PxR {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.cid-tsysNO9PxR .card {
    transition: transform 0.5s ease;
    margin-bottom: 30px;
}

.cid-tsysNO9PxR .inner-item {
    border-radius: 30px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

.cid-tsysNO9PxR .image {
    height: 200px;
    min-height: 200px;
    width: 100%;
    position: relative;
}

.cid-tsysNO9PxR .image img.mobirise-loader,
.cid-tsysNO9PxR .image img,
.cid-tsysNO9PxR .image .mbr-overlay {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cid-tsysNO9PxR .mbr-overlay {
    background-color: #efefef;
    opacity: 0.45;
    z-index: 1;
    pointer-events: none;
}

.cid-tsysNO9PxR .post {
    position: absolute;
    left: 0;
    bottom: -1px;
    border-top-right-radius: 10px;
    background-color: #ffffff;
    z-index: 7;
}

.cid-tsysNO9PxR .post .post__text {
    padding: 12px 30px 0px;
}

.cid-tsysNO9PxR .post .mbr-iconfont {
    margin-right: 10px;
    font-size: 18px;
    width: 18px;
    top: 2px;
    position: relative;
    color: #cab278;
}

.cid-tsysNO9PxR .card:hover {
    transform: translateY(-15px);
}

.cid-tsysNO9PxR .card:hover .next {
    opacity: 1;
    top: -70px;
}

.cid-tsysNO9PxR .card-text {
    padding: 0 30px 20px;
    position: relative;
}

.cid-tsysNO9PxR .card__title {
    margin-top: 30px;
}

.cid-tsysNO9PxR .card__text {
    margin-top: 18px;
    color: #4c4c4d;
}

.cid-tsysNO9PxR .next {
    height: 55px;
    width: 55px;
    position: absolute;
    top: -65px;
    opacity: 0;
    right: 15px;
    transition: transform 0.2s ease-in, all 0.3s ease;
    background-color: #cab278;
    z-index: 8;
    align-items: center;
}

.cid-tsysNO9PxR .next:hover {
    transform: translateY(-5px);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.cid-tsysNO9PxR .next>a {
    display: flex;
}

.cid-tsysNO9PxR .next .mbr-iconfont {
    width: 20px;
    font-size: 20px;
    color: #000000;
    margin-left: 2px;
}

.cid-tqtgQGQjwx {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-image: url("assets/images/mbr-3-1920x1280.webp");
    background-image: image-set(url("assets/images/mbr-3-1920x1280.webp") type("image/webp"), url("assets/images/mbr-3-1920x1280.jpg") type("image/jpeg"));
}

.cid-tqtgQGQjwx .mbr-overlay {
    background: #f7f7f7;
    opacity: 0.95;
}

.cid-tqtgQGQjwx .mbr-section-title {
    color: #8a7434;
    text-align: right;
}

.cid-tqtgQGQjwx .content {
    max-width: 800px;
    margin: auto;
}

.cid-tqtgQGQjwx .mbr-text {
    color: #000000;
}

.cid-tsyrsbeTi5 {
    padding-top: 5rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.cid-tsyrsbeTi5 .mbr-section-subtitle {
    color: #595959;
}

.cid-tsyrsbeTi5 .mbr-section-title {
    color: #000;
}

.cid-tsyrsbeTi5 .mbr-text {
    color: #3e976b;
}

.cid-tsyrsbeTi5 .mbr-text .text-primary {
    color: #8a7434;
}

.cid-tsyjSObnpU {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.cid-tsyjSObnpU .card {
    transition: transform 0.5s ease;
    margin-bottom: 30px;
}

.cid-tsyjSObnpU .inner-item {
    border-radius: 30px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

.cid-tsyjSObnpU .image {
    height: 240px;
    min-height: 200px;
    width: 100%;
    position: relative;
}

.cid-tsyjSObnpU .image img.mobirise-loader,
.cid-tsyjSObnpU .image img,
.cid-tsyjSObnpU .image .mbr-overlay {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cid-tsyjSObnpU .mbr-overlay {
    background-color: #efefef;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}

.cid-tsyjSObnpU .post {
    position: absolute;
    left: 0;
    bottom: -1px;
    border-top-right-radius: 10px;
    background-color: #ffffff;
    z-index: 7;
}

.cid-tsyjSObnpU .post .post__text {
    padding: 12px 30px 0px;
}

.cid-tsyjSObnpU .post .mbr-iconfont {
    margin-right: 10px;
    font-size: 18px;
    width: 18px;
    top: 2px;
    position: relative;
    color: #cab278;
}

.cid-tsyjSObnpU .card:hover {
    transform: translateY(-15px);
}

.cid-tsyjSObnpU .card:hover .next {
    opacity: 1;
    top: -70px;
}

.cid-tsyjSObnpU .card-text {
    padding: 0 30px 20px;
    position: relative;
}

.cid-tsyjSObnpU .card__title {
    margin-top: 30px;
}

.cid-tsyjSObnpU .card__text {
    margin-top: 18px;
    color: #4c4c4d;
}

.cid-tsyjSObnpU .next {
    height: 55px;
    width: 55px;
    position: absolute;
    top: -65px;
    opacity: 0;
    right: 15px;
    transition: transform 0.2s ease-in, all 0.3s ease;
    background-color: #cab278;
    z-index: 8;
    align-items: center;
}

.cid-tsyjSObnpU .next:hover {
    transform: translateY(-5px);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.cid-tsyjSObnpU .next>a {
    display: flex;
}

.cid-tsyjSObnpU .next .mbr-iconfont {
    width: 20px;
    font-size: 20px;
    color: #000000;
    margin-left: 2px;
}

.cid-tsyjSObnpU .divider__card {
    height: 1px;
    background-color: #000000;
    margin-top: 30px;
    opacity: 0.2;
}

.cid-tsyjSObnpU .bottom__block {
    padding-top: 21px;
}

.cid-tsyjSObnpU .admin {
    width: 45%;
    margin-right: 10px;
}

.cid-tsyjSObnpU .amp-iconfont {
    font-size: 16px;
    color: #cab278;
    width: 16px;
    margin: 0 5px;
    text-align: center;
    display: inline-block;
}

.cid-tsyjSObnpU .social {
    width: 55%;
}

.cid-tsyjSObnpU .social>*:last-child .amp-iconfont {
    margin-right: 0;
}

.cid-tssstDWCiN {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f7f7f7;
}

.cid-tssstDWCiN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-tssstDWCiN .btn-wrap {
    padding: 1.5rem 2rem;
    border: 2px solid #313131;
    position: relative;
}

.cid-tssstDWCiN .btn-wrap:hover {
    opacity: .6;
}

.cid-tssstDWCiN .btn-wrap .top-text {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f7f7f7;
    width: 50%;
    color: #313131;
    letter-spacing: 1px;
}

.cid-tssstDWCiN .btn-wrap .bottom-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background: #f7f7f7;
    width: 50%;
    color: #313131;
    letter-spacing: 1px;
}

.cid-tssstDWCiN .btn-wrap .phone-text {
    color: #313131;
    display: block;
    position: relative;
    font-weight: 500;
    z-index: 1;
}

.cid-tssstDWCiN .btn-wrap a.full-link {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cid-tqtfhvNRtJ {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url("assets/images/mbr-720x1080.jpg");
}

.cid-tqtfhvNRtJ .mbr-overlay {
    background-color: #000000;
    opacity: 0.9;
}

.cid-tqtfhvNRtJ a:hover {
    text-decoration: underline;
}

.cid-tqtfhvNRtJ .title-column {
    padding-bottom: 1.875rem;
    color: #cab278;
}

.cid-tqtfhvNRtJ .column1-text {
    color: #ffffff;
}

.cid-tqtfhvNRtJ .column2-item {
    color: #ffffff;
}

.cid-tqtfhvNRtJ .column3-item {
    color: #ffffff;
}

.cid-tqtfhvNRtJ .social-wrap a {
    text-decoration: none;
}

.cid-tqtfhvNRtJ .iconfont-wrapper {
    width: 2.7rem;
    height: 2.7rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 1rem;
}

.cid-tqtfhvNRtJ .amp-iconfont {
    color: #ffffff;
    font-size: 1.7rem;
}

.cid-tqtfhvNRtJ img.mobirise-loader {
    width: 100px;
}

@media (max-width: 767px) {
    .cid-tqtfhvNRtJ img.mobirise-loader {
        max-width: 55px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .cid-tqtfhvNRtJ .column {
        padding: 20px 0;
        text-align: center;
    }
}

[class*="-iconfont"] {
    display: inline-flex;
}
.cid-trY8qotRa7 {
    padding-top: 8rem;
    padding-bottom: 3rem;
    background-image: url("assets/images/mbr-1920x1280.jpg");
}

.cid-trY8qotRa7 .mbr-overlay {
    background-color: #efefef;
    opacity: 0.6;
}

.cid-trY8qotRa7 .mbr-section-subtitle {
    color: #4a4a4a;
}

.cid-trY8qotRa7 .mbr-section-title {
    color: #000;
}

.cid-trTTLCYjsp {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-trTTLCYjsp .blok-text__subtitle {
    padding-bottom: 1.875rem;
}

.cid-trTTLCYjsp .card-wrapper .card .img {
    width: 100%;
}

.cid-trTTLCYjsp .card-wrapper .card .img img.mobirise-loader {
    object-fit: cover;
}

.cid-trTTLCYjsp .blok-text__subtitle__h4 {
    color: #595959;
}

.cid-trTTLCYjsp .block-text__title__h3 {
    color: #3e976b;
}

.cid-trTN2r0XzB {
    padding-top: 8rem;
    padding-bottom: 3rem;
    background-color: #f7f9ff;
}

.cid-trTN2r0XzB .mbr-section-subtitle {
    color: #595959;
}

.cid-trTN2r0XzB .mbr-section-title {
    color: #000;
}

.cid-trTN2r0XzB .mbr-text {
    color: #3e976b;
}

.cid-trTQcWKq5z {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

.cid-trTQcWKq5z .mbr-row {
    justify-content: space-between;
}

.cid-trTQcWKq5z .item {
    padding-bottom: 2rem;
}

.cid-trTQcWKq5z .btn:not([class*="-outline"]) {
    padding: 1rem 4rem;
}

.cid-trTQcWKq5z p {
    cursor: pointer;
}

.cid-trTQcWKq5z .field-input {
    padding: 0.7rem 1rem;
    font-size: 1rem;
    background-color: #ffffff;
    border-color: #cccccc;
    color: #000000;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}

.cid-trTQcWKq5z .field-input::-webkit-input-placeholder,
.cid-trTQcWKq5z .field-input::-webkit-input-placeholder {
    color: #cccccc;
}

.cid-trTQcWKq5z .field-input:-moz-placeholder,
.cid-trTQcWKq5z .field-input:-moz-placeholder {
    color: #cccccc;
}

.cid-trTQcWKq5z .field-input:hover,
.cid-trTQcWKq5z .field-input:focus {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #232323;
    box-shadow: none;
    outline: none;
}

.cid-trTQcWKq5z .field-input:hover::-webkit-input-placeholder,
.cid-trTQcWKq5z .field-input:focus::-webkit-input-placeholder,
.cid-trTQcWKq5z .field-input:hover::-webkit-input-placeholder,
.cid-trTQcWKq5z .field-input:focus::-webkit-input-placeholder {
    color: #cccccc;
}

.cid-trTQcWKq5z .field-input:hover:-moz-placeholder,
.cid-trTQcWKq5z .field-input:focus:-moz-placeholder,
.cid-trTQcWKq5z .field-input:hover:-moz-placeholder,
.cid-trTQcWKq5z .field-input:focus:-moz-placeholder {
    color: #cccccc;
}

.cid-trTQcWKq5z input::-webkit-clear-button {
    display: none;
}

.cid-trTQcWKq5z input::-webkit-inner-spin-button {
    display: none;
}

.cid-trTQcWKq5z input::-webkit-outer-spin-button {
    display: none;
}

.cid-trTQcWKq5z input::-webkit-calendar-picker-indicator {
    display: none;
}

@media (max-width: 767px) {
    .cid-trTQcWKq5z .mbr-col-auto {
        margin: auto;
    }
}


.cid-trTRIc3UaV {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

.cid-trTRIc3UaV * {
    word-break: break-word;
}

.cid-trTRIc3UaV .price-sign {
    vertical-align: top;
}

.cid-trTRIc3UaV .items-list-wrap .list-item {
    display: flex;
}
.cid-trTRIc3UaV .card{
    margin-bottom:30px;
}
.cid-trTRIc3UaV .card .display-7{
    font-size: 16px;
}
.cid-trTRIc3UaV .iconfont-wrapper {
    margin-right: 0.5rem;
    width: 1rem;
    height: auto;
}

.cid-trTRIc3UaV .amp-iconfont {
    color: #000000;
    font-size: 1rem;
    width: 1rem;
    vertical-align: middle;
}

.cid-trTRIc3UaV .card-inner,
.cid-trTRIc3UaV .card-price-wrap,
.cid-trTRIc3UaV .list-item {
    background: transparent;
}

.cid-trTRIc3UaV .card-inner *,
.cid-trTRIc3UaV .card-inner {
    position: relative;
}

.cid-trTRIc3UaV .card-inner .mbr-overlay {
    opacity: 0.6;
    background-color: #efefef;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 7%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.cid-trTRIc3UaV .card-inner div:not(.mbr-overlay) {
    z-index: 1;
}

.cid-trTRIc3UaV .items-list .list-item {
    padding: 0.4rem 0;
}

.cid-trTRIc3UaV .card-inner {
    padding: 2rem 2rem;
}

.cid-trTRIc3UaV .card-price-wrap {
    padding: 1rem 0;
}

.cid-trTRIc3UaV .card-head {
    border-bottom: 1px solid #767676;
    padding: 0;
}

.cid-trTRIc3UaV .card-button {
    padding: 0;
    margin: 0;
}

.cid-trTRIc3UaV .card-button .btn {
    margin: 0rem;
    margin-top: 1rem;
}
.mbr-black {
    color: #000000;
}
.cid-trTRIc3UaV * {
    word-break: break-word;
}

.cid-trTRIc3UaV h1, 
.cid-trTRIc3UaV h2, 
.cid-trTRIc3UaV h3, 
.cid-trTRIc3UaV h4, 
.cid-trTRIc3UaV h5 {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
.mbr-pb-2 {
    padding-bottom: 1rem !important;
}

.mbr-pt-1 {
    padding-top: 0.5rem !important;
}
.mbr-regular {
    font-weight: 400;
}

.cid-ts56eR1mL7 {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .cid-ts56eR1mL7 .text-block {
        padding-right: 15%;
    }
}

.cid-ts56eR1mL7 .accordion section {
    background-color: transparent;
    overflow: visible;
}

.cid-ts56eR1mL7 .header_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cid-ts56eR1mL7 .section-title {
    background-color: transparent;
    padding: 22px 10px 25px 0;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    border: none;
    border-bottom: 2px solid #cccccc;
    cursor: pointer;
}

.cid-ts56eR1mL7 .content .mbr-text {
    padding-top: 17px;
}

.cid-ts56eR1mL7 .iconfont-wrapper .mbr-iconfont {
    vertical-align: middle;
    font-size: 16px;
    width: 16px;
    color: #000000;
}

.cid-ts56eR1mL7 .text-block h4 {
    color: #7a7a7a;
}

.cid-ts56eR1mL7 .text-block h3 {
    color: #3e976c;
}
.i-amphtml-accordion-content, .i-amphtml-accordion-header {
    margin: 0;
}
.cid-ts56eR1mL7 .tab-title{
    margin: 0;        
    padding: 0;        
}

.cid-ts54fzZ68T {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #ffffff;
}

.cid-ts54fzZ68T .figure {
    background-color: #fafafa;
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
}

.cid-ts54fzZ68T .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-ts54fzZ68T .mbr-row>* {
    padding: 0 2rem;
}

.cid-ts54fzZ68T .text-block {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.cid-ts54fzZ68T .video-block {
    margin: auto;
    width: 100%;
}

.cid-ts54fzZ68T .mbr-section-title {
    margin-bottom: 3rem;
    color: #7a7a7a;
}

@media (max-width: 992px) {
    .cid-ts54fzZ68T .mbr-section-title {
        margin-bottom: 1rem;
    }
}

@media (max-width: 992px) {

    .cid-ts54fzZ68T .video-block,
    .cid-ts54fzZ68T .text-block {
        padding: 0;
        margin-bottom: 2rem;
    }
}

.cid-ts54fzZ68T .shadow-light {
    -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.2);
}

.cid-trY4WYJ1yy {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.cid-trY4WYJ1yy .card-wrapper .card .img {
    width: 100%;
}

.cid-trY4WYJ1yy .card-wrapper .card .img img.mobirise-loader {
    object-fit: cover;
}
.blueHeaderTitle{
    padding-top: 7rem;
    padding-bottom: 3rem;
    background-color: #f7f9ff;
}

.cid-trXORjQ9EN {
    padding-top: 0rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}
.cid-trXORjQ9EN .iconfont-wrapper svg{
    fill:#3e976b;
}

.cid-trXORjQ9EN .item {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cid-trXORjQ9EN .item .item__icon {
    padding-bottom: 0rem;
}

.cid-trXORjQ9EN .item .item__icon .iconfont-wrapper {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.cid-trXORjQ9EN .item .item__icon .iconfont-wrapper span.amp-iconfont {
    font-size: 1.5rem;
    color: #3e976b;
}

.cid-trXORjQ9EN .wrapper-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px;
    background-color: transparent;
}

.cid-trXORjQ9EN .wrapper-item p {
    line-height: 1px;
}

.cid-trXORjQ9EN .item-text {
    color: #999999;
}

@media (max-width: 767px) {
    .cid-trXORjQ9EN .wrapper-item {
        margin-bottom: 15px;
    }
}

.cid-trXORjQ9EN .flex-row {
    display: flex;
    flex-wrap: wrap;
    background: #f7f9ff;
    padding: 25px 15px 0px;
}

.cid-trXT2LoCeI {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
}

.cid-trXT2LoCeI .mbr-text {
    color: #212127;
}

.cid-trXOjSpQE1 {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

.cid-trXOjSpQE1 .item {
    margin-bottom: 2rem;
    cursor: pointer;
}

.cid-trXOjSpQE1 .item-wrapper {
    width: 100%;
    position: relative;
}

.cid-trXOjSpQE1 img.mobirise-loader,
.cid-trXOjSpQE1 img {
    object-fit: cover;
    height: 300px;
}





/* new styles */
.sold_out-box{
    font-size: 25px;
    background: #ed9c9c;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 6px;
    top: -15px;
    position: relative;
}
.filterBoxCat .flexLinePrice div:first-child{
    margin-right: 10px;
}
.filterBoxCat .flexLinePrice{
    display: flex;
}
.filterBoxCat form select{
    min-width: 100px;
}
.filterBoxCat form:last-child .form-group:last-child{
    justify-content: flex-end;
}
.filterBoxCat form:last-child select,
.filterBoxCat form:last-child input{
    border: 0px;
    padding-bottom: 5px;
    border-bottom: 3px solid #e7eaf4;
    background: none;
}
.filterBoxCat form:first-child select,
.filterBoxCat form:first-child input{
    border: 0px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
    background: none;
}
.filterBoxCat form:first-child .form-group:last-child{
    margin-right: 0px;
}
.filterBoxCat .form-group{
    margin-left: 15px;
    margin-right: 15px;
}
.filterBoxCat form label{
    margin-right: 10px;
    font-size: 12px;
}
.filterBoxCat form .btn{
    width: max-content;
    cursor: pointer;
    margin: 0px;
}
.filterBoxCat form:first-child{
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.filterBoxCat form .searchNumber input,
.filterBoxCat form .searchNumber{
    width: 100%;
}
.formFilterTwo .form-group .padd-col input{
    width: 100%;
}
.formFilterTwo .form-group .padd-col{
    margin-right: 15px;
}
.formFilterTwo .form-group:last-child{
    background: none;
    padding: 0px;
}
.formFilterTwo .form-group{
    margin-bottom: 30px;
    background: #f7f9ff;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    width: 30.62%;
    justify-content: space-between;
}
.formFilterTwo{
    flex-wrap: wrap;
}
.btn-default{
    border:0px;
    margin-right: 15px;
}
.filterBoxCat form{
    display: flex;
    align-items: center;
    justify-content: end;
}
.filterBoxCatBusiness form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filterBoxCat{
    background:#fff;
    padding:30px;
    padding-bottom:0px;
    margin-left: -30px;
    margin-right: -30px;
    border-radius:30px 30px 0 0;
    margin-top:30px;
    display: flex;
    flex-direction: column;
}
.filterHeader{
    padding-bottom:0px;
}
.titleHeaderBoxList{
    overflow: unset;
}
.listContainerHeader{
    overflow: auto;
}
.result_search_list{
	display:none;
	background:#fff;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 7%);
    border-radius: 10px;
	position:absolute;
	left:15px;
	top:10px;
	z-index:10;
    min-width: 300px;
    max-width: 50%;
}
.result_search_list .line a{
    display: flex;
    align-items: center;
    background: #fbfbfb;
    padding: 10px;
    border-radius: 10px;
}
.result_search_list .line{
	padding-bottom:10px;
}
.result_search_list .close{
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 50px;
    cursor: pointer;
    color: #cab278;
}
.search_boxi{
	position:relative;
	float:left;
	margin-top:0px;
	font-size:14px;	
    width:100%;
}
.result_search_list .boxPadd .title{
    padding-bottom: 20px;
}
.result_search_list .boxPadd,
.search_boxi .boxPadd{
	padding:15px;
	padding-bottom:30px;
}
.result_search_list .mini_img_search{
	height:40px;
	width:70px;
	overflow:hidden;
    margin-right: 15px;
	float:left;
}
.search_boxi .mini_text_search{
	float:left;
}
.search_boxi .search{
	float:right;
	width:200px;
	padding:10px;
	border:1px solid #ddd;
}
.pagination_new ul li.active{
    font-weight: 600;
    border: 1px solid #cab278;
}
.pagination_new ul li{
    list-style-type: none;
    padding: 2px 15px;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.pagination_new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pagination_new ul{
    margin:0px;
    padding:0px;
    display: flex;
}
input#serch_input,
input#serch_replies_box{
    font-size: 18px;
    padding: 0px;
    width: 100%;
    border:0px;
    background: transparent;
}
.faq_cat_title.active{
    font-weight: 600 !important;
}
.faq_cat_title{
    cursor: pointer;
}
.iconfont-wrapper svg{
    fill: #cab278;
}
.card-inner ul{
    margin-left:0px;
    padding-left: 0px;
}
.breadcrumbs_box ul{
    margin:0px;
    padding:0px;
    display: flex;
}
.breadcrumbs_box ul li{
    list-style-type: none;
    margin-right: 10px;
}
.boxContentText ul {
    padding-left: 15px;
}
.boxContentText ul, .boxContentText p {
    margin-bottom: 15px;
}
.langBox{
    margin:0px;
    padding:0px;
    display: flex;
    margin-right: 20px;
}
.langBox .lang a{
    display: flex;
}
.langBox .lang{
    list-style-type: none;
    margin: 2px;
}
.langBox .langenable .langstr {
    opacity: 1;
}
.langBox .langstr {
    max-width: 30px;
    height: auto;
    cursor: pointer;
    border: 1px solid #464646;
    opacity: 0.3;
}
.navbar-logo img{
    width: 210px;
    height: 30px;
}
.b-images .img-title{
    color: #fff;
}
.subtext.rounded__10{
    border-radius:30px;
}
#cookie-notification .mbr-section-btn{
    margin-top: 1rem;
    width: 100%;
    display: block;
}

.nav-link.link.display-4{
    font-size: 0.8rem;
    text-transform: uppercase;
}
.footer_links a{
    font-size: 14px;
    color: #fff;
}
.date_footer{
    position: relative;
    display: block;
    font-size: 12px;
    color: #999;
}

.formQuickBox div:first-child{
    margin-left: -40px;
    margin-right: -40px;
}
.map-content #map-contact,
.map-content #map-contact iframe{
    height: 400px;
}
.mrg-60{
    padding-top: 60px;
}
.mrg-30{
    padding-bottom: 30px;
}
.mrg-40{
    padding-top: 50px;
}
.whiteBg{
    background:#fff;
}
.cardItemImg{
    margin-bottom: 30px;
}
.service__icon svg{
    fill: #fff;
}
.card-text-box svg{
    fill:#fff;
}
.whith-overlay .mbr-overlay {
    background-color: #efefef;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .langBox {
        margin: 0px;
        padding: 0px;
        display: flex;
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}
/* ==========================================================================
   Custom New Styles (merged from css/custom-new.css)
   ========================================================================== */
/* ==========================================================================
   Specialization Blocks - Color Backgrounds on Hover
   ========================================================================== */

.cid-tssodiJoI6 .inner-item-color {
	position: relative;
	min-height: 180px;
	background-color: #fff;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cid-tssodiJoI6 .inner-item-color .card__title {
	color: #000;
	position: relative;
	z-index: 2;
	transition: color 0.3s ease;
}

.cid-tssodiJoI6 .inner-item-color .text__box {
	position: relative;
	z-index: 2;
}

/* Pseudo-element for bottom-to-top fill */
.cid-tssodiJoI6 .inner-item-color::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	border-radius: 10px;
	transition: height 0.3s ease;
	z-index: 1;
}

.cid-tssodiJoI6 .item1-bg::before {
	background-color: #41a9e0;
}

.cid-tssodiJoI6 .item2-bg::before {
	background-color: #6e8fc7;
}

.cid-tssodiJoI6 .item3-bg::before {
	background-color: #e66c67;
}

.cid-tssodiJoI6 .item4-bg::before {
	background-color: #34b794;
}

.cid-tssodiJoI6 .inner-item-color:hover::before {
	height: 100%;
}

.cid-tssodiJoI6 .inner-item-color:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.cid-tssodiJoI6 .inner-item-color:hover .card__title {
	color: #fff;
}


/* ==========================================================================
   Listing Contact Bar Styles
   ========================================================================== */

.listing-contact-bar {
	background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
	padding: 18px 0;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	z-index: 99;
	position: relative;
}

/* Sticky Contact Bar */
.listing-contact-bar.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	-webkit-animation: slideDown 0.4s ease-out;
	animation: slideDown 0.4s ease-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes slideDown {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideDown {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* Header hide on sticky */
#menu2-0 .navbar {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
	                    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
	            opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#menu2-0.header-hidden .navbar {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

/* Placeholder to prevent content jump */
.contact-bar-placeholder {
	display: none;
}

.contact-bar-placeholder.is-active {
	display: block;
}

.contact-bar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.contact-info {
	display: flex;
	align-items: center;
	gap: 35px;
	flex-wrap: wrap;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.2s;
}

.contact-item:hover {
	color: #cab278;
}

.contact-item svg {
	flex-shrink: 0;
	stroke: #cab278;
}

.contact-btn {
	background: #fff;
	color: #1f2937;
	padding: 14px 32px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	transition: all 0.2s;
}

.contact-btn:hover {
	background: #3e976b;
	color: #fff;
	transform: translateY(-1px);
}

/* ==========================================================================
   Listing Contact Form Styles
   ========================================================================== */

.listing-contact-form {
	background: #f8fafc;
	padding: 60px 0;
}

.contact-form-wrapper {
	max-width: 700px;
	margin: 0 auto;
}

.contact-form-box {
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.contact-form-title {
	font-size: 28px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 30px;
	text-align: center;
}

.inquiry-form .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.inquiry-form .form-group {
	margin-bottom: 20px;
}

.inquiry-form label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
	margin-bottom: 8px;
}

.inquiry-form input,
.inquiry-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
	outline: none;
	border-color: #cab278;
	box-shadow: 0 0 0 3px rgba(202, 178, 120, 0.15);
}

.inquiry-form .readonly-field {
	background: #f3f4f6;
	color: #6b7280;
	cursor: not-allowed;
}

.inquiry-form textarea {
	resize: vertical;
	min-height: 100px;
}

.form-submit {
	text-align: center;
	margin-top: 10px;
}

.submit-btn {
	background: #1f2937;
	color: #fff;
	padding: 16px 50px;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}

.submit-btn:hover {
	background: #374151;
}

.submit-btn:disabled {
	background: #9ca3af;
	cursor: not-allowed;
}

/* ==========================================================================
   Success Message Styles
   ========================================================================== */

.contact-form-success {
	background: #fff;
	border-radius: 16px;
	padding: 60px 40px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.05);
	text-align: center;
}

.success-icon {
	margin-bottom: 24px;
}

.success-title {
	font-size: 24px;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 12px;
}

.success-text {
	font-size: 16px;
	color: #6b7280;
}

/* ==========================================================================
   Form Error Styles
   ========================================================================== */

.form-error {
	background: #fef2f2;
	color: #dc2626;
	padding: 12px 16px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 14px;
}

/* ==========================================================================
   Contacts Page Form Styles
   ========================================================================== */

#form01-q .contact-form-box {
	margin-top: 30px;
	max-width: 100%;
}

#form01-q .inquiry-form .form-row {
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

#form01-q .contact-form-success {
	margin-top: 30px;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media (max-width: 768px) {
	/* Breadcrumbs - inline list */
	.bread_list,
	.bread_list .breadcrumbs_box,
	.bread_list .breadcrumbs_box ul {
		display: block;
		text-align: left;
	}

	.bread_list .breadcrumbs_box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.bread_list .breadcrumbs_box ul li {
		display: inline;
		font-size: 13px;
		line-height: 1.8;
	}

	/* Footer - merge updates columns */
	.footer2 .column3 .title-column {
		display: none;
	}

	.footer2 .column2,
	.footer2 .column3 {
		padding-top: 0;
	}

	.footer2 .mbr-col-md-3 {
		margin-bottom: 0;
	}

	/* Video page - fix layout */
	.cid-ts54fzZ68T {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.cid-ts54fzZ68T .figure {
		display: none;
	}

	.cid-ts54fzZ68T .mbr-row {
		flex-direction: column;
	}

	.cid-ts54fzZ68T .video-block,
	.cid-ts54fzZ68T .text-block {
		width: 100%;
		padding: 0 15px;
	}

	.cid-ts54fzZ68T .text-block {
		margin-top: 20px;
	}

	/* Features section - 2 column grid on mobile */
	#features4-1p .flex-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px 20px;
		padding: 20px 15px 20px 15px;
	}

	.cid-tqteJXzcWl .title-block {
		height: 100%;
		justify-content: space-between;
		padding: 1rem 15px 1rem;
		z-index: 1;
	}

	.Testimonials1.cid-tqtgQGQjwx .mbr-section-title{
		text-align: center;
	}
	.cid-trTQcWKq5z .mbr-row {
		gap: 25px;
	}

	.cid-tqteO1hprr .img .img-text>* {
		padding-right: 0px;
		text-align: center;
	}

	.footer2.cid-tqtfhvNRtJ .title-column {
		text-align: center;
	}

	#features4-1p .mbr-col-sm-12 {
		width: 100%;
		padding: 0;
	}

	#features4-1p .wrapper-item {
		margin: 0;
		padding: 0;
	}

	#features4-1p .item {
		gap: 8px;
	}

	#features4-1p .item__icon {
		display: none;
	}

	#features4-1p .item-title {
		font-size: 14px;
		padding-bottom: 2px;
	}

	#features4-1p .item-text {
		font-size: 11px;
		opacity: 0.7;
		word-break: break-word;
		overflow-wrap: break-word;
	}

	/* Contact Bar - compact single line */
	.listing-contact-bar {
		padding: 12px 0;
	}

	.contact-bar-inner {
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 10px;
	}

	.contact-info {
		gap: 30px;
	}

	/* Hide text, show only icons */
	.contact-item span {
		display: none;
	}

	.contact-item {
		font-size: 0;
	}

	.contact-item svg {
		width: 24px;
		height: 24px;
	}

	.contact-btn {
		padding: 10px 18px;
		font-size: 13px;
		white-space: nowrap;
	}

	/* Form styles */
	.inquiry-form .form-row {
		grid-template-columns: 1fr;
	}

	.contact-form-box {
		padding: 30px 20px;
	}
}

/* Filter forms mobile layout - must be at end to override */
@media (max-width: 767px) {
    .filterBoxCat {
        padding: 20px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .filterBoxCat form,
    .filterBoxCat form:first-child,
    .filterBoxCatBusiness form {
        flex-direction: column;
        align-items: stretch;
    }
    .formFilterTwo .form-group {
        width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
    }
    .formFilterTwo {
        flex-direction: column;
    }
    .filterBoxCat .flexLinePrice {
        flex-direction: column;
    }
    .filterBoxCat .flexLinePrice div:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .filterBoxCat .form-group {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
