:root {
    --floens-font: "DM Sans", sans-serif;
    --floens-font2: "Plus Jakarta Sans", sans-serif;
    --floens-text: #353535;
    --floens-text-gray: #fff;
    --floens-base: #D4963C;
    --floens-base-rgb: 199, 132, 79;
    --floens-base2: #8A5133;
    --floens-base2-rgb: 138, 81, 51;
    --floens-gray: #DED8D3;
    --floens-gray-rgb: 222, 216, 211;
    --floens-gray2: #837F7B;
    --floens-gray2-rgb: 131, 127, 123;
    --floens-white: #ffffff;
    --floens-white-rgb: 255, 255, 255;
    --floens-white2: #F2EEEA;
    --floens-white2-rgb: 242, 238, 234;
    --floens-white3: #EBE3D9;
    --floens-white3-rgb: 235, 227, 217;
    --floens-black: #000000;
    --floens-black-rgb: 0, 0, 0;
    --floens-black2: #D4963C;
    --floens-black2-rgb: 43, 30, 22;
    --floens-dark-light: #AA96B4;
    --floens-dark-light-rgb: 170, 150, 180;
    --floens-border-color: #DED8D3;
    --floens-border-color-rgb: 222, 216, 211;
    --section-space: 120px;
    --floens-letter-space: 0.1em;
    --floens-letter-space-xl: -1.65px
}

section.projects-three {
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden
}

section.projects-three {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center
}

::selection {
    background-color: #000;
    color: #fff
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-75 {
    padding-top: 75px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-100 {
    padding-bottom: 100px
}

body {
    font-family: var(--floens-font, "DM Sans", sans-serif);
    color: var(--floens-text);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500
}

body.locked {
    overflow: hidden
}

a {
    color: var(--floens-base, #D4963C);
    transition: all 400ms ease
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none
}

::placeholder {
    color: inherit;
    opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--floens-font, "DM Sans", sans-serif);
    color: var(--floens-text);
    font-weight: 700
}

@media (max-width:575px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none
    }
}

.f-18 {
    font-size: 18px;
    margin-bottom: 0
}

p {
    font-family: var(--floens-font, "DM Sans", sans-serif);
    font-size: 16px;
    color: var(--floens-text);
    font-weight: 500;
    line-height: 1.75;
}

@media (max-width:575px) {
    p br {
        display: block
    }
}

::placeholder {
    color: inherit;
    opacity: 1
}

.floens-text-dark {
    color: var(--floens-text)
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

.section-space {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px)
}

@media (max-width:767px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width:575px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.section-space-two {
    padding-top: 111px;
    padding-bottom: var(--section-space, 120px)
}

@media (max-width:767px) {
    .section-space-two {
        padding-top: 93px;
        padding-bottom: 100px
    }
}

@media (max-width:575px) {
    .section-space-two {
        padding-top: 74px;
        padding-bottom: 80px
    }
}

.section-space-top {
    padding-top: var(--section-space, 120px)
}

@media (max-width:767px) {
    .section-space-top {
        padding-top: 100px
    }
}

@media (max-width:575px) {
    .section-space-top {
        padding-top: 80px
    }
}

.section-space-bottom {
    padding-bottom: var(--section-space, 120px)
}

@media (max-width:767px) {
    .section-space-bottom {
        padding-bottom: 100px
    }
}

@media (max-width:575px) {
    .section-space-bottom {
        padding-bottom: 80px
    }
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px
}

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

.row {
    --bs-gutter-x: 30px
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}

.gutter-y-40 {
    --bs-gutter-y: 40px
}

.gutter-y-50 {
    --bs-gutter-y: 50px
}

.gutter-y-60 {
    --bs-gutter-y: 60px
}

.custom-dropdown {
    position: relative;
    display: inline-block
}

#dropdownButton {
    width: 250px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 300ms ease
}

.custom-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0 10px 60px rgb(0 0 0 / .07);
    z-index: 99;
    padding: 0;
    border-radius: 0
}

.custom-dropdown:hover .dropdown-menu {
    display: flex
}

.dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    position: relative;
    transition: all 500ms ease;
    color: var(--floens-text)
}

.dropdown-menu li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 11px;
    background-color: var(--floens-base, #C7844F)
}

.dropdown-menu li a::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--floens-base, #C7844F);
    z-index: -1;
    transition: all 500ms ease
}

.dropdown-menu li a:hover {
    color: #fff
}

.dropdown-menu li a:hover::after {
    width: 100%;
    left: 0
}

.floens-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--floens-base);
    color: var(--floens-white, #ffffff);
    border: 1px solid var(--floens-base);
    font-size: 15px;
    font-weight: 700;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    padding: 20px 20.5px;
    transition: 500ms;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-right: 75px;
    line-height: 1;
    z-index: 1
}

.floens-btn:hover {
    color: var(--floens-base)
}

@media (max-width:575px) {
    .floens-btn {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 14px
    }
}

.floens-btn::before,
.floens-btn::after {
    content: "";
    background-color: var(--floens-white);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 500ms cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

.floens-btn::before {
    top: 0;
    left: 0;
    right: auto
}

.floens-btn::after {
    bottom: 0;
    right: 0;
    left: auto
}

.floens-btn:hover::before {
    width: 100%;
    right: 0;
    left: auto
}

.floens-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

.floens-btn span {
    position: relative;
    top: 1px;
    color: var(--floens-white)
}

.floens-btn i {
    position: relative;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 23.88px;
    color: var(--floens-white);
    transition: all 400ms ease
}

.floens-btn:hover span,
.floens-btn:hover i {
    color: var(--floens-base)
}

.floens-btn i::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), .5);
    transition: all 400ms ease
}

.floens-btn:hover i::after {
    background-color: RGBA(var(--floens-base-rgb), .5);
    transition: all 400ms ease
}

.floens-btn--border {
    background-color: #fff0;
    border: 1px solid var(--floens-base, #C7844F);
    color: var(--floens-base, #C7844F)
}

.floens-btn--border::before,
.floens-btn--border::after {
    background-color: var(--floens-base, #C7844F)
}

.floens-btn--border i {
    color: var(--floens-base, #C7844F)
}

.floens-btn--border i::after {
    background-color: var(--floens-base, #C7844F)
}

.floens-btn--border:hover {
    color: var(--floens-white, #ffffff)
}

.floens-btn--border:hover i {
    color: var(--floens-white, #ffffff)
}

.floens-btn--border:hover i::after {
    background-color: var(--floens-white, #ffffff)
}

.floens-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

.floens-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: var(--floens-gray2, #837F7B);
    border: 1px solid var(--floens-border-color, #DED8D3);
    transition: all 400ms ease
}

.floens-social a:hover {
    color: var(--floens-white, #ffffff);
    background-color: var(--floens-base, #C7844F);
    border-color: var(--floens-base, #C7844F)
}

.tabs-box .tabs-content .tab:not(.active-tab) {
    display: none
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--floens-base, #C7844F)
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--floens-text);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px
}

.ul-list-one {
    margin-bottom: 0
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--floens-black, #000000)
}

@media (min-width:481px) {
    .ul-list-one li {
        font-size: 20px
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--floens-base, #C7844F);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon"
}

.preloader {
    position: fixed;
    background-color: var(--floens-white);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px auto;
    width: 100%;
    height: 100%
}

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: #fff0;
    position: fixed;
    bottom: 60px;
    right: -30px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease
}

.scroll-to-top__text {
    color: var(--floens-black);
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    margin-right: 8px
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--floens-base, #C7844F);
    position: relative;
    overflow: hidden
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--floens-black, #000000)
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 130px
}

@media (max-width:575px) {
    .scroll-to-top.show {
        bottom: 150px
    }
}

.floens-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible
}

.floens-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease
}

.floens-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 138%;
    margin-top: 60px
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    border: none;
    outline: none;
    border-radius: 50%;
    margin: 0;
    padding: 0
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
    border: none;
    outline: none;
    width: 44px;
    height: 44px;
    background-color: var(--floens-white2, #F2EEEA);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--floens-base);
    border-radius: 50%;
    font-size: 14px;
    transition: all 500ms ease
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span.icon-slide-left-arrow::before {
    position: relative;
    right: -19px
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span.icon-slide-right-arrow::before {
    position: relative;
    left: -19px
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
    background-color: var(--floens-base);
    color: var(--floens-white2, #F2EEEA)
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
    margin-top: 60px
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background-color: var(--floens-white3, #EBE3D9);
    border: 2px solid var(--floens-white, #ffffff);
    box-shadow: 0 0 2px rgba(var(--floens-black-rgb, 0, 0, 0), 1);
    margin: 0
}

.floens-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.floens-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--floens-base);
    border: 2px solid var(--floens-white2, #F2EEEA);
    box-shadow: 0 0 2px rgba(var(--floens-black-rgb, 0, 0, 0), 1)
}

.sec-title {
    display: flex;
    align-items: start;
    gap: 12px
}

.sec-title--border {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--floens-border-color, #DED8D3)
}

.sec-title__tagline {
    position: relative;
    top: -21px;
    margin: 0;
    margin-top: 30px;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    color: var(--floens-base);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg)
}

.formattedTitle {
    font-size: 1.5rem
}


@media (max-width:1280px) {
    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        gap: 101%
    }

    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
        color: #fff;
        background-color: var(--floens-base)
    }

    .projects-one .floens-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
        color: var(--floens-base)
    }
}

@media (max-width:1199px) {
    .sec-title {
        align-items: center
    }

    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 97%;
        margin-top: 60px
    }
}

@media (max-width:1199px) {
    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        gap: 95%
    }
}

@media (max-width:991px) {
    .sec-title__tagline {
        top: -22px
    }

    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        gap: 92%
    }
}

@media (max-width:820px) {
    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        gap: 90%
    }
}

@media (max-width:767px) {
    .sec-title__tagline {
        top: -23px
    }
}

@media (max-width:575px) {
    .sec-title {
        align-items: center
    }

    .sec-title__tagline {
        top: -24px
    }

    .projects-one .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        position: relative;
        margin-top: 0;
        bottom: 180px
    }

    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        gap: 92%
    }
}

@media (max-width:420px) {
    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        gap: 85%
    }
}

@media (max-width:360px) {
    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        gap: 82%
    }
}

.sec-title__tagline::before {
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: var(--floens-base2)
}

.sec-title__tagline::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: var(--floens-base, #C7844F)
}

.sec-title__title {
    margin: 0;
    font-size: 50px;
    color: #424242;
    font-weight: 700;
    line-height: 1.09;
    letter-spacing: var(--floens-letter-space-xl, -1.65px);
    margin-bottom: 0
}

@media (max-width:1199px) {
    .sec-title__title {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .sec-title__title {
        font-size: 40px
    }
}

@media (max-width:575px) {
    .sec-title__title {
        font-size: 35px
    }
}

@media (max-width:425px) {
    .sec-title__title {
        font-size: 33px
    }
}

.sec-title--center {
    display: block;
    text-align: center
}

.sec-title--center .sec-title__tagline {
    display: inline-block;
    margin: 0;
    margin-left: 27px;
    top: 0;
    writing-mode: horizontal-tb;
    transform: rotate(0deg)
}

.sec-title--center .sec-title__tagline::before {
    top: -1px;
    left: -27px
}

.sec-title--center .sec-title__tagline::after {
    top: -1px;
    left: -21px
}

.sec-title--center .sec-title__title {
    margin-top: 4px
}

.experience {
    position: absolute;
    min-width: 202px;
    padding: 10px;
    background-color: var(--floens-white, #ffffff);
    filter: drop-shadow(0 10px 30px rgb(0 0 0 / .15));
    z-index: 1;
    animation: zump 3s linear infinite
}

@media (max-width:575px) {
    .experience {
        min-width: 175px
    }
}

.experience__inner {
    display: flex;
    align-items: center;
    background-color: var(--floens-base)
}

.experience__year {
    padding: 24px 20.5px;
    height: 100%;
    text-align: center;
    font-size: 55px;
    color: var(--floens-white, #ffffff);
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: 0
}

@media (max-width:575px) {
    .experience__year {
        padding-top: 22px;
        padding-bottom: 22px;
        font-size: 45px
    }
}

.experience__text {
    transform: rotate(180deg);
    padding: 9px 0;
    font-size: 16px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 0;
    writing-mode: vertical-rl
}

@media (max-width:575px) {
    .experience__text {
        font-size: 13px
    }
}

.experience__text br {
    display: inline
}

.team-one {
    position: relative;
    background-color: var(--floens-white, #ffffff);
    overflow: hidden
}

@media (min-width:576px) {

    .team-one--page .team-one__carousel .owl-nav,
    .team-one--about .team-one__carousel .owl-nav {
        display: none !important
    }
}

@media (max-width:575px) {

    .team-one--page .team-one__carousel .owl-dots,
    .team-one--about .team-one__carousel .owl-dots {
        display: none !important
    }
}

.team-one--about {
    background-color: var(--floens-white2, #F2EEEA)
}

#founder.team-one--about {
    background-color: var(--floens-white)
}

.team-one--about .team-one__carousel .owl-nav button span {
    background-color: var(--floens-white, #ffffff) !important
}

.team-one--about .team-one__carousel .owl-nav button span:hover {
    background-color: var(--floens-base2, #8A5133) !important;
    color: var(--floens-white, #ffffff) !important
}

.team-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
    animation: zumpBottom 2s linear infinite
}

.team-one .container {
    position: relative;
    z-index: 1
}

.team-one__top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--floens-border-color, #DED8D3)
}

.team-one__top__right {
    position: relative;
    top: 5px;
    width: 100%;
    max-width: 473px;
    margin-left: auto;
    justify-content: end;
    display: flex;
    align-items: end;
    flex-direction: column
}

@media (max-width:991px) {
    .team-one__top__right {
        top: 0;
        margin-left: 0;
        justify-content: center;
        align-items: center;
        max-width: 100%
    }
}

@media (max-width:575px) {
    .team-one__top__right {
        align-items: center
    }
}

.team-one__top__text {
    line-height: 1.875;
    margin-bottom: 0
}

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--floens-base, #C7844F);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--floens-base, #C7844F);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991
}

.custom-cursor__hover {
    background-color: var(--floens-base, #C7844F);
    opacity: .4
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4
}

.topbar-one {
    display: block;
    background-color: var(--floens-base)
}

email {
    text-transform: lowercase
}

email:before {
    content: attr(data-user) "\0040"
}

email::after {
    content: attr(data-domain)
}

@media (min-width:1000px) {
    .topbar-one {
        display: block
    }
}

.topbar-one .container-fluid {
    max-width: 1702px
}

.topbar-one__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px
}

.topbar-one__info {
    display: flex;
    align-items: center;
    margin: 0
}

.topbar-one__info__item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--floens-text-gray, #9A8B82);
    text-transform: lowercase;
    line-height: 1.2
}

.topbar-one__info__item span {
    margin-right: 11px;
    font-size: 18px;
    color: var(--floens-white)
}

.topbar-one__info__item:hover span {
    color: var(--floens-base2)
}

.topbar-one__info__item span.icon-location {
    font-size: 16px
}

.topbar-one__info__item a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.topbar-one__info__item a:hover {
    background-size: 100% 1px
}

.topbar-one__info__item a:hover {
    color: var(--floens-base2)
}

.topbar-one__info__item address {
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0
}

.topbar-one__info__item+.topbar-one__info__item {
    margin-left: 30px
}

.topbar-one__info__icon {
    font-size: 14px;
    color: var(--floens-base, #C7844F);
    position: relative;
    top: 2px;
    margin-right: 9px
}

.topbar-one__social {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.topbar-one__social a {
    font-size: 15.65px;
    color: var(--floens-white);
    transition: all 400ms ease
}

.topbar-one__social a:hover {
    color: var(--floens-base2)
}

.topbar-one__social a+a {
    margin-left: 19px
}

@media (max-width:575px) {
    .topbar-one__info {
        flex-direction: column;
        align-items: start
    }

    .topbar-one__info__item {
        line-height: 1.8
    }

    .topbar-one__info__item+.topbar-one__info__item {
        margin-left: 0
    }
}

.main-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative
}

.lang-menu {
    margin-left: 30px;
    border-radius: 0;
    font-weight: 600
}

@media (max-width:1199px) {
    .main-header__inner {
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: space-around
    }
}

.main-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (max-width:767px) {
    .main-header__inner {
        justify-content: space-between
    }
}

@media (max-width:425px) {
    .lang-menu {
        margin-left: 5px
    }
}

.main-header--two {
    background-color: var(--floens-white, #ffffff)
}

.main-header--two .container-fluid {
    max-width: 1702px
}

.main-header--two.sticky-header--cloned {
    background-color: var(--floens-white, #ffffff);
    border: none
}

.main-header--two.sticky-header--cloned .main-menu .main-menu__list>li {
    padding-top: 40px;
    padding-bottom: 40px
}

.main-header--two .main-header__left {
    display: flex;
    align-items: center
}

.main-header--two .main-header__logo {
    margin-right: 80px
}

.main-header--two .main-header__logo svg {
    width: auto;
    height: 100%
}

.mobile {
    display: none
}

.not-mobile {
    display: block
}

@media (max-width:1399px) {
    .main-header--two .main-header__logo {
        margin-right: 30px
    }
}

@media (max-width:1299px) {
    .main-header--two .main-header__logo {
        margin-right: 20px
    }
}

@media (max-width:1199px) {
    .main-header--two .main-header__logo {
        margin-right: 0
    }
}

@media (max-width:575px) {
    .mobile {
        display: block
    }

    .not-mobile {
        display: none
    }
}

@media (max-width:360px) {
    .main-header--two .main-header__logo svg {
        max-width: 100%;
        height: auto
    }
}

.main-header--two .main-header__btn {
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 227px;
    line-height: normal;
    padding-right: 60px;
    padding-left: 5px;
    text-align: center
}

@media (max-width:1399px) {
    .main-header--two .main-header__btn {
        margin-left: 30px
    }
}

@media (max-width:767px) {
    .main-header--two .main-header__btn {
        display: none
    }
}

.main-header--two .main-menu .main-menu__list>li {
    padding-top: 40px;
    padding-bottom: 40px
}

.main-header--two .main-menu .main-menu__list>li.current>a,
.main-header--two .main-menu .main-menu__list>li:hover>a {
    color: var(--floens-black2)
}

.main-header--two .main-header__sidebar-btn {
    padding: 0;
    border: none;
    outline: none;
    background-color: #fff0;
    display: flex;
    align-items: center;
    margin-left: 40px
}

@media (max-width:1399px) {
    .main-header--two .main-header__sidebar-btn {
        margin-left: 30px
    }
}

@media (max-width:767px) {
    .main-header--two .main-header__sidebar-btn {
        position: relative;
        margin-left: 40px
    }

    .main-header--two .main-header__sidebar-btn::before {
        content: "";
        width: 1px;
        height: 19px;
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        background-color: var(--floens-gray, #DED8D3)
    }
}

@media (max-width:425px) {
    .main-header--two .main-header__sidebar-btn {
        margin-left: 30px
    }

    .main-header--two .main-header__sidebar-btn::before {
        left: -15px
    }
}

.main-header--two .main-header__sidebar-btn__box {
    width: 6px;
    height: 6px;
    background-color: var(--floens-black);
    transition: all 400ms ease
}

.main-header--two .main-header__sidebar-btn__box:nth-child(2) {
    background-color: var(--floens-base, #C7844F);
    margin: 0 9px
}

.main-header--two .main-header__sidebar-btn:hover .main-header__sidebar-btn__box {
    background-color: var(--floens-base, #C7844F)
}

.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: var(--floens-white, #ffffff);
    transform: translateY(-100%);
    box-shadow: 0 3px 18px rgba(var(--floens-black-rgb, 0, 0, 0), .07);
    visibility: hidden;
    pointer-events: none;
    transition: transform 500ms ease, visibility 500ms ease
}

.sticky-header--cloned.active {
    transform: translateY(0%);
    visibility: visible;
    pointer-events: auto
}

.sticky-header--cloned.main-header--one {
    border: 0
}

@media (min-width:1400px) {
    .sticky-header--cloned.main-header--one {
        width: 100%;
        padding-right: 40px
    }
}

.sticky-header--cloned.main-header--three .main-header__logo__one {
    display: none
}

.sticky-header--cloned.main-header--three .main-header__logo__two {
    display: inline-block
}

.sticky-header--cloned.main-header--three .main-menu .main-menu__list>li {
    padding-top: 40px;
    padding-bottom: 40px
}

.sticky-header--cloned.main-header--three .main-menu .main-menu__list>li>a {
    color: var(--floens-text)
}

.sticky-header--cloned.main-header--three .main-menu .main-menu__list>li.current>a,
.sticky-header--cloned.main-header--three .main-menu .main-menu__list>li:hover>a {
    color: var(--floens-black2)
}

.sticky-header--cloned.main-header--three .mobile-nav__btn span {
    background-color: var(--floens-black, #000000)
}

@media (max-width:1199px) {
    .sticky-header--cloned.main-header--three .main-header__cart {
        border-color: var(--floens-border-color, #DED8D3)
    }
}

.sticky-header--cloned.main-header--three .main-header__cart,
.sticky-header--cloned.main-header--three .main-header__search {
    color: var(--floens-black2)
}

.sticky-header--cloned.main-header--three .main-header__cart:hover,
.sticky-header--cloned.main-header--three .main-header__search:hover {
    color: var(--floens-base, #C7844F)
}

.mobile-nav__btn {
    width: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3
}

@media (min-width:1200px) {
    .mobile-nav__btn {
        display: none
    }
}

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--floens-base)
}

.mobile-nav__btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none
}

@media (min-width:1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul {
        display: flex
    }
}

.main-menu .main-menu__list>li {
    padding-top: 36.25px;
    padding-bottom: 36.25px;
    position: relative;
    margin-left: 32px
}

.main-menu .main-menu__list>li.dropdown>a {
    position: relative
}

.main-menu .main-menu__list>li+li {
    margin-left: 32px
}

@media (min-width:1300px) and (max-width:1399px) {
    .main-menu .main-menu__list>li+li {
        margin-left: 15px
    }
}

@media (min-width:1200px) and (max-width:1299px) {
    .main-menu .main-menu__list>li+li {
        margin-left: 12px
    }
}

.main-menu .main-menu__list>li>a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--floens-text);
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    line-height: 1;
    transition: all 500ms ease
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: var(--floens-black2);
    text-shadow: 0 0 .5px currentColor
}

.main-menu .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--floens-white, #ffffff);
    box-shadow: 0 10px 60px 0 RGBA(var(--floens-white-rgb, 255, 255, 255), .07);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / .07)
}

.main-menu .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0)
}

.main-menu .main-menu__list>.megamenu {
    position: static
}

.main-menu .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #fff0;
    box-shadow: none;
    padding: 0
}

.main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative
}

.main-menu .main-menu__list li ul li {
    margin-bottom: -1px
}

.main-menu .main-menu__list li ul li>a {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: var(--floens-text);
    font-family: var(--floens-font, "DM Sans", sans-serif);
    font-weight: 500;
    display: flex;
    text-transform: capitalize;
    padding: 12px 20px;
    transition: all 500ms ease;
    z-index: 1
}

.main-menu .main-menu__list li ul li>a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 11px;
    background-color: var(--floens-base, #C7844F);
    z-index: 1
}

.main-menu .main-menu__list li ul li>a::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--floens-base, #C7844F);
    z-index: -1;
    transition: all 500ms ease
}

.main-menu .main-menu__list li ul li:not(:last-child) a {
    border-bottom: 1px solid var(--floens-border-color, #DED8D3)
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
    color: var(--floens-white, #ffffff);
    border-bottom-color: #fff0
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
    left: 0;
    width: 100%
}

.main-menu .main-menu__list li ul li>ul {
    top: 0;
    left: 100%
}

.main-menu .main-menu__list li ul li>ul.finish {
    top: -100px
}

.main-menu .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%
}

.main-menu .main-menu__list li ul li>ul ul {
    display: none
}

@media (min-width:1200px) and (max-width:1400px) {

    .main-menu__list li:nth-last-child(1) ul li>ul,
    .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: 100%
    }
}

.mobile-nav__content .demo-one .container {
    padding-left: 15px;
    padding-right: 15px
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    flex: 0 0 100%
}

.mobile-nav__wrapper .home-showcase {
    margin-bottom: -1px;
    margin-top: 0;
    border-bottom: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), .1)
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0;
    background-color: #fff0;
    box-shadow: none
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--floens-white, #ffffff)
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--floens-black, #000000);
    opacity: .5;
    cursor: url(../images/close.png), auto
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--floens-white);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms
}

.mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0
}

.mobile-nav__content .logo-box {
    margin: 30px 0;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--floens-base);
    cursor: pointer;
    transition: all 400ms ease
}

.mobile-nav__close:hover {
    color: var(--floens-base, #C7844F)
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), .1)
}

.mobile-nav__content .main-menu__list ul li>a {
    padding-left: 1em
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), .1)
}

.mobile-nav__content .main-menu__list li>a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--floens-text);
    font-size: 16px;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    text-transform: capitalize;
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms
}

.mobile-nav__content .main-menu__list li ul li a {
    color: var(--floens-base)
}

.mobile-nav__content .main-menu__list li.current a {
    color: var(--floens-base)
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--floens-base)
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--floens-base);
    border: none;
    outline: none;
    color: var(--floens-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: var(--floens-white, #ffffff);
    color: var(--floens-base, #C7844F)
}

.mobile-nav__social {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--floens-white, #ffffff);
    transition: 500ms
}

.mobile-nav__social a+a {
    margin-left: 22px
}

.mobile-nav__social a:hover {
    color: var(--floens-base, #C7844F)
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 25px
}

.mobile-nav__contact li {
    color: var(--floens-text);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms
}

.mobile-nav__contact li a:hover {
    color: var(--floens-base, #C7844F)
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--floens-base, #C7844F);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--floens-white, #ffffff)
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none
}

@media (min-width:768px) and (max-width:1199px) {
    .mobile-nav__social a {
        display: none
    }
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0)
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    100% {
        -webkit-transform: translateY(0) translateX(0) rotate(0);
        transform: translateY(0) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0)
    }

    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg)
    }
}

@keyframes rectMove {

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

    25%,
    75% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg)
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg)
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px)
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px)
    }
}

@keyframes leafMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    25%,
    75% {
        transform: rotate(-2deg) translateX(5px)
    }

    50% {
        transform: rotate(-4deg) translateX(10px)
    }
}

@keyframes messageMove {

    0%,
    100% {
        transform: translateX(0)
    }

    25%,
    75% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(10px)
    }
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes flowerRotate {

    0%,
    100% {
        transform: rotate(0deg)
    }

    25%,
    75% {
        transform: rotate(5deg)
    }

    50% {
        transform: rotate(10deg)
    }
}

@keyframes zump {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes zumpBottom {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    50% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    50% {
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px)
    }

    33.3% {
        transform: translateX(-3px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.page-header {
    background-color: #f1f1f1;
    background-size: 200% 200%;
    background-position: 0% 50%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width:575px) {
    .page-header {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .4
}

.page-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
    transition: background-position 1s ease, transform 0.5s ease
}

.page-header__title {
    margin: 0;
    font-size: 50px;
    color: var(--floens-text);
    letter-spacing: -1.1px;
    text-transform: capitalize;
    margin-bottom: 14px
}

@media (max-width:1199px) {
    .page-header__title {
        font-size: 50px
    }
}

@media (max-width:991px) {
    .page-header__title {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .page-header__title {
        font-size: 40px
    }
}

@media (max-width:575px) {
    .page-header__title {
        font-size: 35px
    }
}

.floens-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0;
    margin-bottom: 0
}

.floens-breadcrumb li {
    font-size: 15px;
    color: var(--floens-black);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -.3px;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

.floens-breadcrumb li:first-child:hover {
    color: var(--floens-base)
}

.floens-breadcrumb li:not(:last-of-type)::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: 0;
    margin-left: 11px;
    margin-right: 11px
}

.floens-breadcrumb li i {
    position: relative;
    top: 0;
    margin-right: 9px;
    font-size: 14px;
    color: var(--floens-black)
}

.floens-breadcrumb li:first-child:hover i {
    color: var(--floens-base)
}

.floens-breadcrumb li span,
.floens-breadcrumb li a {
    color: inherit;
    display: inline-flex
}

.floens-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.floens-breadcrumb li a:hover {
    background-size: 100% 1px
}

.floens-breadcrumb li a:hover {
    color: var(--floens-base, #C7844F)
}

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin: 0
}

.form-one__group--grid {
    grid-gap: 30px
}

@media (min-width:576px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr)
    }
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative
}

.form-one__control__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 14px
}

.form-one__control--input {
    margin-bottom: -5px
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--floens-font, "DM Sans", sans-serif)
}

.form-one .bootstrap-select>.dropdown-toggle::after {
    display: none
}

.form-one .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 52px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: transparent !important;
    margin: 0;
    margin-top: -21px;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    color: var(--floens-text) !important;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 52px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
    border-bottom: 1px solid var(--floens-border-color, #DED8D3)
}

.form-one .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--floens-text)
}

@media (max-width:425px) {
    .form-one .bootstrap-select>.dropdown-toggle:before {
        right: 20px
    }
}

.form-one .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--floens-border-color, #DED8D3)
}

.form-one .bootstrap-select .dropdown-menu {
    border: none
}

.form-one .bootstrap-select .dropdown-menu>li>a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    font-weight: 400;
    color: var(--floens-text);
    background-color: var(--floens-white);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.form-one .bootstrap-select .dropdown-menu>li:hover>a,
.form-one .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--floens-base, #C7844F);
    color: var(--floens-white, #ffffff);
    border-color: var(--floens-base, #C7844F)
}

.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
    display: block;
    width: 100%;
    background-color: #fff0;
    color: var(--floens-text);
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border: none;
    outline: none;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--floens-border-color, #DED8D3);
    transition: all 300ms ease
}

.form-one input[type=text]::placeholder,
.form-one input[type=email]::placeholder,
.form-one textarea::placeholder {
    text-transform: capitalize
}

.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one textarea:focus {
    color: var(--floens-black2);
    border-color: var(--floens-base, #C7844F)
}

.form-one textarea {
    height: 143px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    border: 1px solid var(--floens-border-color, #DED8D3);
    background-color: var(--floens-white)
}

.form-one .bootstrap-select>.dropdown-toggle {
    display: flex;
    align-items: center
}

.form-one .bootstrap-select>.dropdown-toggle .filter-option {
    display: flex;
    align-items: center
}

.google-map {
    position: relative
}

.google-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 558px;
    width: 100%
}

.google-map__contact {
    overflow: hidden;
    background-color: var(--floens-gray, #DED8D3)
}

.contact-map {
    position: relative
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
}

.main-footer {
    position: relative;
    background-color: var(--floens-white);
    box-shadow: -5px -5px 20px 4px rgba(var(--floens-black-rgb, 0, 0, 0), .07)
}

.main-footer__top {
    padding-top: 100px;
    padding-bottom: 80px
}

.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    background-size: cover;
    background-position: center center
}

.main-footer .container {
    position: relative;
    z-index: 1
}

.main-footer__bottom__inner {
    padding: 10px 0;
    border-top: 1px solid rgba(var(--floens-black-rgb, 255, 255, 255), .5)
}

@media (max-width:767px) {
    .main-footer__bottom__copyright {
        text-align: center
    }
}

@media (max-width:767px) {
    .main-footer .floens-social {
        justify-content: center
    }
}

@media (max-width:992px) {
    .main-footer__top .container {
        max-width: 100%
    }
}

@media (max-width:575px) {
    .main-footer__top {
        padding-top: 80px;
        padding-bottom: 40px
    }

    .main-footer__bottom__inner {
        padding: 5px 0
    }
}

.main-footer .floens-social a {
    border-color: RGBA(var(--floens-white-rgb, 255, 255, 255), .1)
}

.main-footer__copyright {
    color: var(--floens-text);
    margin: 0;
    text-transform: capitalize
}

.main-footer__copyright a {
    color: var(--floens-text);
    margin: 0;
    text-transform: capitalize;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.main-footer__copyright a:hover {
    color: var(--floens-base);
    background-size: 100% 1px
}

.footer-widget {
    margin-bottom: 0
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 0
}

.footer-widget__about-text {
    color: var(--floens-text-gray);
    padding-right: 5px;
    margin-bottom: 31px
}

@media (max-width:1199px) {
    .footer-widget__about-text {
        width: 100%;
        max-width: 370px
    }
}

.footer-widget__newsletter {
    position: relative;
    width: 100%;
    max-width: 370px
}

.footer-widget__newsletter input[type=text] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    height: 58px;
    background-color: var(--floens-white, #ffffff);
    color: var(--floens-text);
    font-size: 14px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 56px;
    transition: all 500ms ease
}

.footer-widget__newsletter input[type=text]::placeholder {
    text-transform: capitalize
}

.footer-widget__newsletter input[type=text]:focus {
    color: var(--floens-black2)
}

.footer-widget__newsletter button[type=submit] {
    position: relative;
    padding: 0;
    background-color: #fff0;
    width: auto;
    height: auto;
    border: none;
    outline: none;
    color: var(--floens-base, #C7844F);
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    transition: all 500ms ease
}

.footer-widget__newsletter button[type=submit]:hover {
    color: var(--floens-black2)
}

.footer-widget__newsletter button[type=submit]::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    background-color: var(--floens-gray, #DED8D3);
    transition: all 500ms ease
}

.footer-widget__newsletter button[type=submit]:hover::after {
    background-color: var(--floens-base, #C7844F)
}

.footer-widget__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.footer-widget__title-box {
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    background-color: var(--floens-base2, #8A5133)
}

.footer-widget__title-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8.75px;
    height: 8.75px;
    background-color: var(--floens-base, #C7844F)
}

.footer-widget__title {
    font-size: 18px;
    color: var(--floens-black);
    text-transform: capitalize;
    margin: 0
}

.footer-widget--links-one {
    position: relative;
    right: -26px;
    padding-left: 50px
}

@media (max-width:1199px) {
    .footer-widget--links-one {
        right: 0;
        padding-left: 30px
    }
}

@media (max-width:991px) {
    .footer-widget--links-one {
        padding-left: 0
    }
}

@media (max-width:1199px) {
    .footer-widget--links-two {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .footer-widget--links-two {
        padding-left: 0
    }
}

@media (max-width:1199px) {
    .footer-widget--contact {
        padding-left: 0
    }
}

@media (max-width:991px) {
    .footer-widget--contact {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .footer-widget--contact {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .footer-widget {
        margin-bottom: 30px
    }
}

.footer-widget__links {
    margin: 0
}

.footer-widget__links li {
    font-size: 16px;
    color: var(--floens-text);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 2.25
}

.footer-widget__links li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.footer-widget__links li a:hover {
    background-size: 100% 1px
}

.footer-widget__links li a:hover {
    color: var(--floens-base, #C7844F)
}

.footer-widget__info {
    margin: 0
}

.footer-widget__info li {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--floens-text);
    font-weight: 500;
    line-height: 18px
}

.footer-widget__info li+li {
    margin-top: 20px
}

.footer-widget__info li:nth-child(1) {
    display: block
}

.footer-widget__info li:nth-child(1) a {
    line-height: 1.866;
    text-transform: capitalize
}

.footer-widget__info li span {
    font-size: 18px;
    color: var(--floens-base);
    margin-right: 15px
}

.footer-widget__info li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.footer-widget__info li a:hover {
    background-size: 100% 1px
}

.footer-widget__info li a:hover {
    color: var(--floens-base)
}

.footer-widget__text {
    font-size: 14px;
    color: var(--floens-text);
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 21px;
    max-width: 201px
}

.about-one {
    position: relative;
    background-color: var(--floens-white, #ffffff)
}

.about-one .container {
    position: relative;
    z-index: 1
}

.about-one__image-grid {
    position: relative;
    width: calc(100% - 30px);
    display: grid;
    grid-template-columns: calc(50% - 30px) calc(50% + 30px);
    gap: 30px
}

@media (max-width:991px) {
    .about-one__image-grid {
        width: calc(100% - 200px)
    }
}

@media (max-width:767px) {
    .about-one__image-grid {
        width: calc(100% - 100px)
    }
}

@media (max-width:575px) {
    .about-one__image-grid {
        width: calc(100% - 40px);
        gap: 20px
    }
}

@media (max-width:425px) {
    .about-one__image-grid {
        width: calc(100% - 15px);
        gap: 15px
    }
}

.about-one__image__one {
    margin-bottom: 30px
}

@media (max-width:575px) {
    .about-one__image__one {
        margin-bottom: 20px
    }
}

@media (max-width:425px) {
    .about-one__image__one {
        margin-bottom: 15px
    }
}

.about-one__image img {
    max-width: 100%
}

@media (max-width:991px) {
    .about-one__image img {
        width: 100%
    }
}

.about-one__circle-text {
    position: relative;
    position: absolute;
    top: 24.5%;
    left: 31.3%;
    width: 156px;
    height: 156px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 11
}

.about-one__circle-text__bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 156px;
    height: 156px;
    border-radius: 50%
}

.about-one__circle-text__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about-one__curved-circle {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    animation: rotate 10s infinite linear
}

.about-one__curved-circle__item {
    width: 156px;
    position: relative;
    top: 5px;
    left: 0
}

.about-one__curved-circle__item span {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--floens-black);
    letter-spacing: .2em
}

.about-one__circle-text:hover .about-one__curved-circle__item span {
    color: rgba(var(--floens-base-rgb), 1)
}

.about-one__content {
    margin-top: 0
}

@media (max-width:991px) {
    .about-one__content {
        margin-top: 0
    }
}

.about-one .sec-title {
    padding-bottom: 30px;
    margin-bottom: 33px
}

.about-one__content__text {
    margin-bottom: 0
}

.about-one__text-title {
    font-size: 20px;
    color: var(--floens-text);
    line-height: 1.4;
    margin-bottom: 14px
}

.about-one__text {
    margin-bottom: 30px
}

.about-one__service {
    position: relative;
    display: flex;
    gap: 21px
}

.about-one__service--one {
    padding-right: 21px
}

@media (max-width:1199px) {
    .about-one__service--one {
        padding-right: 0
    }
}

.about-one__service--one::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: -9px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 21.5px);
    background-color: var(--floens-border-color, #DED8D3)
}

@media (max-width:1199px) {
    .about-one__service--one::after {
        display: none
    }
}

.about-one__service--two {
    padding-left: 9px
}

@media (max-width:1199px) {
    .about-one__service--two {
        padding-left: 0
    }
}

.about-one__service__icon {
    position: relative;
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--floens-white2, #F2EEEA);
    overflow: hidden;
    transition-duration: 800ms;
    z-index: 1
}

.about-one__service__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--floens-base, #C7844F);
    transition-duration: 800ms;
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    border-radius: 50%
}

.about-one__service__icon span {
    font-size: 35px;
    color: var(--floens-base2, #8A5133);
    transition: all 400ms ease
}

.about-one__service:hover .about-one__service__icon::after {
    bottom: -50%
}

.about-one__service:hover .about-one__service__icon span {
    color: var(--floens-white, #ffffff);
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.about-one__service__title {
    font-size: 16px;
    line-height: 1.75;
    text-transform: capitalize;
    margin-bottom: 3px
}

.about-one__service__text {
    margin-bottom: 0
}

.about-one__button {
    margin-top: 30px
}

.about-one__shape {
    position: absolute;
    clip-path: polygon(0 61%, 100% 0%, 100% 39%, 0% 100%);
    animation: zump 2s linear infinite
}

.about-one__shape--one {
    right: 0;
    bottom: 120px
}

@media (max-width:1799px) {
    .about-one__shape--one {
        right: -50px
    }
}

@media (max-width:1599px) {
    .about-one__shape--one {
        right: -140px
    }
}

@media (max-width:1399px) {
    .about-one__shape--one {
        right: -170px
    }
}

@media (max-width:1320px) {
    .about-one__shape--one {
        display: none
    }
}

.about-one__shape--two {
    top: 120px;
    left: 0
}

@media (max-width:1799px) {
    .about-one__shape--two {
        left: -50px
    }
}

@media (max-width:1599px) {
    .about-one__shape--two {
        left: -140px
    }
}

@media (max-width:1399px) {
    .about-one__shape--two {
        left: -170px
    }
}

@media (max-width:1320px) {
    .about-one__shape--two {
        display: none
    }
}

.contact-one {
    position: relative;
    background-color: var(--floens-white)
}

.contact-one .container {
    position: relative;
    z-index: 1
}

.contact-one__content {
    margin-top: 21px
}

@media (max-width:991px) {
    .contact-one__content {
        margin-top: 0
    }
}

.contact-one .sec-title {
    padding-bottom: 29px;
    margin-bottom: 32px
}

.contact-one__text {
    margin-bottom: 31px
}

.contact-one__info {
    padding: 45px 30px;
    position: relative;
    overflow: hidden
}

.contact-one__info__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1
}

.contact-one__info__content {
    position: relative;
    z-index: 11
}

.contact-one__info__item+.contact-one__info__item {
    margin-top: 25px
}

.contact-one__info__item {
    display: table
}

.contact-one__info__item__inner {
    display: flex;
    align-items: start
}

@media (max-width:575px) {
    .contact-one__info__item__inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.contact-one__info__item__inner  br {
    display: block !important;
}

.contact-one__info__icon {
    position: relative;
    flex-shrink: 0;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--floens-black);
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease
}

.contact-one__info__icon::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.contact-one__info__icon span {
    font-size: 15px;
    color: var(--floens-white, #ffffff)
}

.contact-one__info__icon span.icon-paper-plane {
    font-size: 14px
}

.contact-one__info__item:hover .contact-one__info__icon::after {
    bottom: -50%
}

.contact-one__info__text {
    margin: 0;
    padding: 9px 11px 10px 11px;
    font-size: 15px;
    color: var(--floens-text);
    line-height: 18px;
    background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), .5)
}

.contact-one__info__text.address {
    text-transform: capitalize
}

.contact-one__info__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.contact-one__info__text a:hover {
    background-size: 100% 1px
}

.contact-one__form {
    position: relative;
    margin-left: 30px;
    padding: 40px;
    background-color: #f1f1f1;
    z-index: 11
}

@media (max-width:991px) {
    .contact-one__form {
        margin-left: 0
    }
}

@media (max-width:500px) {
    .contact-one__form {
        padding: 30px
    }
}

.contact-one__form__bg {
    display: none
}

.contact-one__form__title {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.375;
    margin-bottom: 45px
}

@media (max-width:575px) {
    .contact-one__form__title {
        font-size: 22px
    }
}

.contact-one__form__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 5px;
    height: calc(100% - 16px);
    background-color: var(--floens-base, #C7844F)
}

@media (max-width:500px) {
    .contact-one__form__title::before {
        left: -30px
    }
}

.contact-one__form.form-one textarea {
    height: 105px
}

.contact-one__image-one {
    clip-path: polygon(30% 0, 100% 0, 68% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: -185px
}

@media (max-width:1799px) {
    .contact-one__image-one {
        left: -200px
    }
}

@media (max-width:1599px) {
    .contact-one__image-one {
        left: -305px
    }
}

@media (max-width:1399px) {
    .contact-one__image-one {
        display: none
    }
}

.contact-one__image-two {
    position: absolute;
    right: -300px;
    bottom: 0;
    width: 827px;
    height: 662px;
    clip-path: polygon(30% 0, 100% 0%, 67% 100%, 0% 100%)
}

@media (max-width:991px) {
    .contact-one__image-two {
        height: 600px
    }
}

@media (max-width:767px) {
    .contact-one__image-two {
        display: none
    }
}

@media (min-width:576px) {
    .gallery-one__carousel .owl-nav {
        display: none !important
    }
}

@media (max-width:575px) {
    .gallery-one__carousel .owl-dots {
        display: none !important
    }
}

.gallery-one .container-fluid {
    width: 100%;
    max-width: 1702px
}

.gallery-one .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px
}

@media (max-width:1599px) {
    .gallery-one .row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px
    }
}

@media (max-width:1199px) {
    .gallery-one .row {
        --bs-gutter-x: 25px;
        --bs-gutter-y: 25px
    }
}

@media (max-width:767px) {
    .gallery-one .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px
    }
}

.gallery-one__card {
    position: relative;
    overflow: hidden;
    background-color: var(--floens-black, #000000)
}

.gallery-one__card img {
    transform: scale(1);
    display: block;
    width: 100%;
    transition: transform 500ms ease, opacity 500ms ease;
    opacity: 1;
    height: auto
}

.gallery-one__card__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(var(--floens-black-rgb, 43, 30, 22), .8);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center
}

.gallery-one__card__hover .img-popup {
    position: relative
}

.gallery-one__card:hover img {
    transform: scale(1.05);
    opacity: .9;
    mix-blend-mode: screen
}

.gallery-one__card:hover .gallery-one__card__hover {
    transform-origin: top center;
    transform: scale(1, 1)
}

.gallery-one__card__icon {
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
    background-color: var(--floens-base, #C7844F);
    border-radius: 50%;
    transition: all 400ms ease
}

.gallery-one__card__icon:hover {
    background-color: var(--floens-white, #ffffff)
}

@media (max-width:767px) {
    .gallery-one__card__icon {
        width: 42px;
        height: 42px
    }
}

.gallery-one__card__icon::after,
.gallery-one__card__icon::before {
    content: "";
    width: 2px;
    height: 20px;
    background-color: var(--floens-white, #ffffff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 400ms ease
}

@media (max-width:767px) {

    .gallery-one__card__icon::after,
    .gallery-one__card__icon::before {
        height: 15px
    }
}

.gallery-one__card__icon::after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.gallery-one__card__icon:hover::before,
.gallery-one__card__icon:hover::after {
    background-color: var(--floens-base, #C7844F)
}

.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms
}

.sidebar-one.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms
}

.sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--floens-black, #000000);
    opacity: .5;
    cursor: url(../images/close.png), auto
}

.sidebar-one__content {
    width: 350px;
    background-color: var(--floens-white);
    z-index: 10;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.sidebar-one__content::-webkit-scrollbar {
    display: none
}

.sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms
}

.sidebar-one__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: var(--floens-base, #C7844F);
    cursor: pointer;
    transition: all 400ms ease
}

.sidebar-one__close:hover {
    color: var(--floens-base, #C7844F)
}

.sidebar-one__item:not(:last-child) {
    margin-bottom: 30px
}

.sidebar-one__title {
    font-size: 22px;
    color: var(--floens-black);
    line-height: 1.5;
    margin-bottom: 16px
}

.sidebar-one__about__text {
    color: var(--floens-text);
    margin-bottom: 0
}

.sidebar-one__info__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-one__info__list li {
    display: flex;
    font-size: 15px;
    color: var(--floens-text);
    font-weight: 500;
    line-height: 18px
}

.sidebar-one__info__list li+li {
    margin-top: 20px
}

.sidebar-one__info__list li span {
    position: relative;
    top: -1px;
    font-size: 18px;
    color: var(--floens-base);
    margin-right: 15px
}

.sidebar-one__info__list li span.icon-location-2 {
    position: relative;
    top: 4px
}

.sidebar-one__info__list li address {
    color: inherit;
    line-height: 1.866;
    text-transform: capitalize;
    margin: 0
}

.sidebar-one__info__list li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.sidebar-one__info__list li a:hover {
    background-size: 100% 1px
}

.sidebar-one__info__list li a:hover {
    color: var(--floens-base2)
}

.sidebar-one .floens-social a {
    color: var(--floens-base);
    border-color: RGBA(var(--floens-base-rgb, 255, 255, 255), .1)
}

.sidebar-one .floens-social a:hover {
    color: var(--floens-white)
}

.sidebar-one .floens-social a:hover span svg {
    fill: #D4963C;
}

.sidebar-one .floens-social a:hover span svg {
    fill: #FFFFFF;
}

.product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 6px
}

@media (max-width:767px) {
    .product__info-top {
        display: block
    }
}

.dropdown-menu.show {
    inset: 0 -31px auto -31px
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: var(--floens-black);
    text-align: center
}

.contact-one .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: var(--floens-text);
    text-align: center
}

.product__item {
    position: relative;
    background-color: var(--floens-white, #ffffff);
    transition: all 500ms ease
}

.product__item__image {
    background-color: var(--floens-white, #ffffff);
    position: relative;
    overflow: hidden
}

.product__item__image img {
    width: 100%;
    height: auto;
    transition: all 500ms ease;
    transform: scale(1)
}

.product__item:hover .product__item__image img {
    transform: scale(1.05)
}

.product__item__content {
    border-left: 1px solid var(--floens-border-color, #DED8D3);
    border-right: 1px solid var(--floens-border-color, #DED8D3);
    border-bottom: 1px solid var(--floens-border-color, #DED8D3);
    position: relative;
    text-align: center;
    padding: 15px 10px;
    transition: all 500ms ease;
    height: 80px;
    justify-content: center;
    display: flex;
    align-items: center
}

.product__item:hover .product__item__content {
    border-color: var(--floens-base, #C7844F)
}

.product-overview .product__item__title {
    font-size: 20px;
    line-height: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 0
}

.product-overview {
    background-color: var(--floens-white2)
}

.product__item__title {
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0
}

.product__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.product__item__title a:hover {
    background-size: 100% 1px
}

.product__item__title a:hover {
    color: var(--floens-base, #C7844F)
}

.product-page {
    padding-top: 95px
}

@media (max-width:767px) {
    .product-page {
        padding-top: 75px
    }
}

@media (max-width:575px) {
    .product-page {
        padding-top: 55px
    }
}

@media (max-width:991px) {
    .product-page--left {
        padding-top: 120px
    }
}

@media (max-width:767px) {
    .product-page--left {
        padding-top: 100px
    }
}

@media (max-width:575px) {
    .product-page--left {
        padding-top: 80px
    }
}

.product-page--carousel {
    padding-top: 120px
}

@media (max-width:767px) {
    .product-page--carousel {
        padding-top: 100px
    }
}

@media (max-width:575px) {
    .product-page--carousel {
        padding-top: 80px
    }
}

@media (min-width:576px) {
    .product-page__carousel .owl-nav {
        display: none !important
    }
}

@media (max-width:575px) {
    .product-page__carousel .owl-dots {
        display: none !important
    }
}

.product-page .post-pagination {
    justify-content: center;
    margin-top: 30px
}

@media (max-width:991px) {
    .product-page .post-pagination {
        margin-top: 20px
    }
}

.product-details {
    position: relative
}

.product-details__gallery-top {
    position: relative;
    background-color: var(--floens-white, #ffffff)
}

.product-details__gallery-top__img {
    width: 100%;
    display: block
}

.product-details__gallery-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.product-details__gallery-thumb-slide {
    width: 85px !important;
    cursor: pointer;
    border: 1px solid #fff0;
    transition: all 400ms ease
}

.product-details__gallery-thumb-slide.swiper-slide-thumb-active {
    border-color: var(--floens-base, #C7844F)
}

.product-details__gallery-thumb__img {
    width: 100%;
    display: block
}

.product-details__content {
    position: relative;
    margin-top: 24px
}

@media (max-width:1199px) {
    .product-details__content {
        margin-top: 0
    }
}

.product-details__excerpt {
    margin-top: 21.5px;
    padding-bottom: 20px
}

.product-details__excerpt__text1 {
    line-height: 1.875;
    margin-bottom: 0
}

.product-details__content__title {
    color: var(--floens-black2);
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0
}

.product-details__description-wrapper {
    margin-top: 0;
    background-color: var(--floens-white2, #F2EEEA)
}

.formats .row {
    --bs-gutter-x: 0px
}

.tile-page .formats .row {
    padding-bottom: 30px
}

.formats p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 1
}

.format-1,
.format-2,
.format-3,
.format-4,
.format-5,
.format-6 {
    background-color: var(--floens-base)
}

.product-details__description {
    position: relative
}

.product-details__description__title {
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 21px
}

.product-details__description__text {
    line-height: 1.875;
    font-weight: 400;
    margin-bottom: 0
}

@media (max-width:1199px) {
    .tile-page .formats .row {
        padding-bottom: 0;
        padding: 0 10px
    }
}

.tile-page .formats .row {
    padding: 0 0
}

.format-2 {
    position: relative;
    left: 5px
}

.format-5 {
    position: relative;
    left: 0
}

@media (min-width:576px) {
    .pricing-page__carousel .owl-nav {
        display: none !important
    }
}

@media (max-width:575px) {
    .pricing-page__carousel .owl-dots {
        display: none !important
    }
}

.pricing-page .sec-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.pricing-page .sec-title__title {
    margin-top: 0
}

.pricing-page__main-tab-box {
    position: relative;
    display: block
}

.pricing-page__main-tab-box .tab-box-buttons {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.pricing-page__main-tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 9.5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--floens-border-color, #DED8D3);
    z-index: 1
}

@media (max-width:575px) {
    .pricing-page__main-tab-box .tab-buttons {
        margin-top: 0
    }
}

.pricing-page__main-tab-box .tab-buttons .tab-btn {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: var(--floens-text);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.42px;
    text-transform: capitalize;
    transition: all 500ms ease
}

.pricing-page__main-tab-box .tab-buttons .tab-btn:hover {
    color: var(--floens-base, #C7844F)
}

.pricing-page__main-tab-box .tab-buttons .tab-btn .tab-btn__switch {
    display: flex;
    align-items: center;
    gap: 10px
}

.pricing-page__main-tab-box .tab-buttons .tab-btn .tab-btn__switch__box {
    display: inline-block;
    width: 40px;
    height: 21.172px;
    flex-shrink: 0;
    background-color: var(--floens-gray2, #837F7B);
    border-radius: 30px;
    position: relative;
    cursor: pointer
}

.pricing-page__main-tab-box .tab-buttons .tab-btn .tab-btn__switch__box::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: var(--floens-white, #ffffff);
    border-radius: 50%;
    top: 2.5px;
    left: 2px;
    transition: all 400ms ease
}

.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--floens-base, #C7844F)
}

.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__switch .tab-btn__switch__box.active {
    background-color: var(--floens-base, #C7844F);
    transition: all 400ms ease
}

.pricing-page__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__switch .tab-btn__switch__box.active::after {
    transform: translate(19px, 0);
    transition: all 400ms ease
}

.pricing-page__main-tab-box .tab-buttons .tab-btn:nth-child(1).active-btn {
    color: var(--floens-text)
}

.pricing-page__main-tab-box .tabs-content {
    margin-top: 20px;
    position: relative;
    display: block
}

.pricing-page__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10
}

.pricing-page__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    /*! margin-top: 0px; */
}

.pricing-card {
    background-color: var(--floens-white);
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px;
    overflow: hidden;
    transition: all 500ms ease
}

.pricing-card:hover {
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px
}

.pricing-card__top {
    position: relative;
    padding: 30px 40px 31px;
    overflow: hidden
}

@media (max-width:1199px) {
    .pricing-card__top {
        padding: 20px 20px 21px
    }

    .pricing-card {
        height: 100%
    }
}

.pricing-card__top__content {
    position: relative;
    z-index: 1
}

.pricing-card__top__bg {
    position: relative;
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 500ms ease
}

.pricing-card__top__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--floens-black-rgb, 0, 0, 0), .7)
}

.pricing-card:hover .pricing-card__top__bg {
    top: 0;
    left: 0;
    height: 100%
}

.pricing-card__title {
    position: relative;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: -.72px;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: all 500ms ease
}

@media (max-width:1199px) {
    .pricing-card__title {
        font-size: 20px
    }
}

.pricing-card__title::before {
    content: "";
    width: 3px;
    height: calc(100% - 22px);
    background-color: var(--floens-base, #C7844F);
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%)
}

@media (max-width:1199px) {
    .pricing-card__title::before {
        left: -20px;
        height: calc(100% - 18px)
    }
}

.pricing-card__price {
    margin-bottom: 11px;
    transition: all 500ms ease;
    letter-spacing: normal
}

.pricing-card__price span {
    margin-left: -2px;
    font-size: 14px;
    color: var(--floens-text);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.42px;
    text-transform: capitalize;
    transition: all 500ms ease
}

.pricing-card__text {
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: -.32px;
    margin-bottom: 0;
    transition: all 500ms ease
}

.pricing-card__discount {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    background-color: var(--floens-base2, #8A5133);
    text-align: center;
    font-size: 12px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -.36px;
    text-transform: capitalize;
    border-radius: 100px
}

.pricing-card__content {
    position: relative;
    padding: 30px;
    background-color: var(--floens-white);
    transition: all 500ms ease
}

.pricing-card__content__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    transition: all 500ms ease;
    animation: zumpBottom 2s linear infinite
}

.pricing-card:hover .pricing-card__content {
    background-color: var(--floens-white, #ffffff)
}

.pricing-card:hover .pricing-card__content__bg {
    opacity: 1
}

.pricing-card__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 36px 40px 33px;
    border-top: 1px solid var(--floens-border-color, #DED8D3);
    border-bottom: 1px solid var(--floens-border-color, #DED8D3);
    z-index: 1
}

@media (max-width:1199px) {
    .pricing-card__list {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pricing-card__list li+li {
    margin-top: 10px
}

.pricing-card__list li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    letter-spacing: -.32px
}

.pricing-card__list li span {
    position: relative;
    top: 4px;
    font-size: 16px;
    color: var(--floens-gray, #DED8D3)
}

.pricing-card__list li.active span {
    color: var(--floens-base, #C7844F)
}

.pricing-card__button {
    padding: 40px
}

@media (max-width:1199px) {
    .pricing-card__button {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px
    }
}

.pricing-card__btn {
    display: block;
    padding-left: 23px;
    padding-right: 70px;
    text-align: left;
    background-color: var(--floens-white, #ffffff);
    color: var(--floens-base, #C7844F)
}

.pricing-card__btn i {
    right: 15px
}

.pricing-card__btn i::after {
    background-color: var(--floens-gray, #DED8D3);
    transition: all 400ms ease
}

.pricing-card:hover .pricing-card__btn {
    background-color: var(--floens-base, #C7844F);
    color: var(--floens-white, #ffffff)
}

.pricing-card:hover .pricing-card__btn i::after {
    background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), .3)
}

.offer-one {
    background-color: var(--floens-white, #ffffff);
    counter-reset: offerServiceNumber
}

.offer-one__top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--floens-border-color, #DED8D3)
}

.offer-one .sec-title {
    width: 100%;
    margin-bottom: 30px
}

.offer-one__text {
    padding-left: 3px;
    margin-bottom: 0
}

.offer-one__main-tab-box {
    padding: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 36.4% auto;
    align-items: start;
    gap: 30px;
    background-color: var(--floens-white2, #F2EEEA)
}

@media (max-width:1199px) {
    .offer-one__main-tab-box {
        grid-template-columns: 40% auto
    }
}

@media (max-width:991px) {
    .offer-one__main-tab-box {
        grid-template-columns: auto
    }
}

@media (max-width:425px) {
    .offer-one__main-tab-box {
        padding: 20px
    }
}

.offer-one__main-tab-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.offer-one__main-tab-box .tab-box-buttons {
    position: relative;
    z-index: 1;
    background-color: var(--floens-white2, #F2EEEA)
}

.offer-one__main-tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none
}

.offer-one__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1
}

@media (max-width:1199px) {
    .offer-one__main-tab-box .tab-buttons .tab-btn {
        padding: 0 25px
    }
}

@media (max-width:540px) {
    .offer-one__main-tab-box .tab-buttons .tab-btn {
        padding: 0 15px
    }
}

.offer-one__main-tab-box .tab-buttons .tab-btn::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--floens-base, #C7844F);
    z-index: -1;
    transition: all 500ms ease
}

.offer-one__main-tab-box .tab-buttons .tab-btn:hover::after {
    left: 0;
    width: 100%
}

.offer-one__main-tab-box .tab-buttons .tab-btn:not(:last-child) .tab-btn__inner {
    border-bottom: 1px solid var(--floens-border-color, #DED8D3)
}

.offer-one__main-tab-box .tab-buttons .tab-btn__inner {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 18.75px 0 18.75px 0;
    background-color: #fff0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    font-size: 22px;
    color: var(--floens-text, #7A736A);
    font-weight: 500;
    line-height: 1.66;
    text-transform: capitalize;
    transition: all 500ms ease
}

@media (max-width:1199px) {
    .offer-one__main-tab-box .tab-buttons .tab-btn__inner {
        padding: 17px 0 17px 0;
        font-size: 18px
    }
}

@media (max-width:540px) {
    .offer-one__main-tab-box .tab-buttons .tab-btn__inner {
        font-size: 16px;
        padding-left: 0
    }
}

.offer-one__main-tab-box .tab-buttons .tab-btn__inner::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: -10px;
    transform: translateY(-50%);
    width: 3px;
    height: calc(100% - 61px);
    background-color: var(--floens-base, #C7844F)
}

@media (max-width:1199px) {
    .offer-one__main-tab-box .tab-buttons .tab-btn__inner::before {
        left: -25px;
        height: calc(100% - 51px)
    }
}

@media (max-width:540px) {
    .offer-one__main-tab-box .tab-buttons .tab-btn__inner::before {
        left: -15px;
        height: calc(100% - 49px)
    }
}

@media (max-width:540px) {
    .offer-one__main-tab-box .tab-buttons .tab-btn__inner::after {
        font-size: 14px
    }
}

.offer-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner {
    color: var(--floens-white, #ffffff);
    border-color: var(--floens-base, #C7844F)
}

.offer-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__inner::after {
    color: var(--floens-white, #ffffff)
}

.offer-one__main-tab-box .tab-buttons .tab-btn__icon {
    font-size: 28.66px;
    color: var(--floens-gray, #DED8D3);
    transition: all 500ms ease
}

@media (max-width:1199px) {
    .offer-one__main-tab-box .tab-buttons .tab-btn__icon {
        font-size: 24px
    }
}

@media (max-width:540px) {
    .offer-one__main-tab-box .tab-buttons .tab-btn__icon {
        font-size: 20px
    }
}

.offer-one__main-tab-box .tab-buttons .tab-btn:hover .tab-btn__icon {
    color: var(--floens-white, #ffffff)
}

.offer-one__main-tab-box .tab-buttons .tab-btn.active-btn {
    background-color: var(--floens-base, #C7844F)
}

.offer-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner {
    color: var(--floens-white, #ffffff);
    border-color: var(--floens-base, #C7844F)
}

.offer-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__inner::after {
    color: var(--floens-white, #ffffff)
}

.offer-one__main-tab-box .tab-buttons .tab-btn.active-btn .tab-btn__icon {
    color: var(--floens-white, #ffffff)
}

.offer-one__main-tab-box .tabs-content {
    position: relative;
    display: block;
    z-index: 1
}

.offer-one__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10
}

.offer-one__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    /*! margin-top: 0px; */
}

.offer-one__service {
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 30px 17px;
    background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), .92)
}

@media (max-width:1199px) {
    .offer-one__service {
        flex-direction: column;
        align-items: flex-start
    }
}

.offer-one__service__image {
    position: relative;
    flex-shrink: 0;
    width: 52.7%
}

@media (max-width:1199px) {
    .offer-one__service__image {
        width: 100%
    }
}

.offer-one__service__image img {
    width: 100%;
    display: block;
    clip-path: polygon(30% 0, 100% 0%, 67% 100%, 0% 100%)
}

.offer-one__service__shape {
    position: absolute;
    width: 55px;
    height: 44px;
    background-color: var(--floens-base, #C7844F);
    clip-path: polygon(31% 0, 100% 0%, 69% 100%, 0% 100%)
}

.offer-one__service__shape--one {
    top: 26px;
    left: 54px;
    animation: rectMove 8s linear 0s infinite
}

@media (max-width:1199px) {
    .offer-one__service__shape--one {
        left: 85px
    }
}

@media (max-width:991px) {
    .offer-one__service__shape--one {
        left: 130px
    }
}

@media (max-width:767px) {
    .offer-one__service__shape--one {
        left: 77px
    }
}

@media (max-width:575px) {
    .offer-one__service__shape--one {
        display: none
    }
}

.offer-one__service__shape--two {
    right: 63px;
    bottom: 23px;
    animation: rectMove 8s linear 2s infinite
}

@media (max-width:1199px) {
    .offer-one__service__shape--two {
        right: 97px
    }
}

@media (max-width:991px) {
    .offer-one__service__shape--two {
        right: 140px
    }
}

@media (max-width:767px) {
    .offer-one__service__shape--two {
        right: 83px
    }
}

@media (max-width:575px) {
    .offer-one__service__shape--two {
        display: none
    }
}

.offer-one__service__content {
    position: relative;
    top: -3px;
    flex-grow: 1
}

@media (max-width:1199px) {
    .offer-one__service__content {
        top: 0;
        width: 100%
    }
}

.offer-one__service__title {
    font-size: 24px;
    line-height: 1.66;
    text-transform: capitalize;
    margin-bottom: 0
}

@media (max-width:425px) {
    .offer-one__service__title {
        font-size: 20px
    }
}

.offer-one__service__text {
    margin-bottom: 16px
}

@media (max-width:425px) {
    .offer-one__service__text {
        font-size: 15px
    }
}

.offer-one__service__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.offer-one__service__list li+li {
    margin-top: 8px
}

.offer-one__service__list li {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 16px;
    color: var(--floens-black2, #2B1E16);
    font-weight: 700;
    line-height: 1.75;
    text-transform: capitalize
}

@media (max-width:425px) {
    .offer-one__service__list li {
        gap: 8px;
        font-size: 14px
    }
}

.offer-one__service__list li span {
    position: relative;
    top: -1px;
    font-size: 16px;
    color: var(--floens-base2, #8A5133)
}

.reliable-one {
    position: relative;
    z-index: 1;
    background-color: var(--floens-white, #ffffff);
    padding-top: 200px
}

@media (max-width:1024px) {
    .reliable-one {
        padding-top: 150px
    }
}

@media (max-width:767px) {
    .reliable-one {
        padding-top: 150px
    }
}

@media (max-width:575px) {
    .reliable-one {
        padding-top: 181px
    }
}

@media (max-width:490px) {
    .reliable-one {
        padding-top: 151px
    }
}

.reliable-one__image {
    margin-left: 31px;
    position: relative;
    width: 100%;
    max-width: 338px
}

@media (max-width:991px) {
    .reliable-one__image {
        margin-left: 0
    }
}

@media (max-width:490px) {
    .reliable-one__image {
        max-width: 280px
    }
}

@media (max-width:375px) {
    .reliable-one__image {
        margin-left: 15px
    }
}

@media (max-width:360px) {
    .reliable-one__image {
        max-width: 280px
    }
}

.reliable-one__image::before,
.reliable-one__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid var(--floens-border-color, #DED8D3)
}

@media (max-width:490px) {

    .reliable-one__image::before,
    .reliable-one__image::after {
        display: none
    }
}

@media (max-width:1199px) {
    .reliable-one__image::before {
        right: -19px
    }
}

.reliable-one__image::after {
    top: -34px;
    right: -129px
}

@media (max-width:1199px) {
    .reliable-one__image::after {
        right: -49px
    }
}

.reliable-one__image img {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1
}

.reliable-one__image__inner {
    position: relative;
    position: absolute;
    top: -101px;
    right: -170px;
    width: 100%;
    max-width: 276px
}

@media (max-width:1199px) {
    .reliable-one__image__inner {
        right: -95px
    }
}

@media (max-width:490px) {
    .reliable-one__image__inner {
        max-width: 240px;
        right: -45px
    }
}

@media (max-width:425px) {
    .reliable-one__image__inner {
        max-width: 215px;
        top: -70px;
        right: -25px
    }
}

.reliable-one__image__three {
    width: auto !important;
    position: absolute !important;
    left: -48px;
    bottom: 0
}

@media (max-width:1199px) {
    .reliable-one__image__three {
        left: -50px
    }
}

@media (max-width:490px) {
    .reliable-one__image__three {
        width: 330px !important
    }
}

@media (max-width:425px) {
    .reliable-one__image__three {
        width: 260px !important;
        left: -35px
    }
}

.reliable-one__experience {
    left: -61px;
    bottom: 29px
}

@media (max-width:1399px) {
    .reliable-one__experience {
        left: -30px
    }
}

@media (max-width:1199px) {
    .reliable-one__experience {
        left: -40px
    }
}

@media (max-width:1023px) {
    .reliable-one__experience {
        left: -80px
    }
}

@media (max-width:375px) {
    .reliable-one__experience {
        left: -20px
    }
}

.reliable-one__content {
    margin-top: 0;
    padding-left: 28px
}

@media (max-width:1199px) {
    .reliable-one__content {
        padding-left: 15px
    }
}

@media (max-width:991px) {
    .reliable-one__content {
        margin-top: 0;
        padding-left: 0
    }
}

.reliable-one .sec-title {
    margin-bottom: 30px
}

.reliable-one__text {
    margin-bottom: 30px
}

.reliable-one--home {
    padding-top: 207px
}

@media (max-width:991px) {
    .reliable-one--home {
        padding-top: 122px
    }

    .reliable-one__images {
        margin-top: 70px
    }
}

@media (max-width:767px) {
    .reliable-one--home {
        padding-top: 93px
    }
}

@media (max-width:575px) {
    .reliable-one--home {
        padding-top: 73px
    }

    .reliable-one__images {
        margin-top: 30px
    }
}

@media (max-width:490px) {
    .reliable-one--home-three {
        padding-top: 181px
    }
}

@media (max-width:575px) {
    .reliable-one--home-three {
        padding-top: 130px;
        padding-bottom: 80px
    }
}

.reliable-one--home .reliable-one__content {
    margin-top: -53px;
    padding-left: 0
}

@media (max-width:991px) {
    .reliable-one--home .reliable-one__content {
        margin-top: 0
    }
}

.reliable-one--home .reliable-one__info--two {
    padding-left: 9px;
    position: relative
}

@media (max-width:1199px) {
    .reliable-one--home .reliable-one__info--two {
        padding-left: 0
    }
}

.reliable-one--home .reliable-one__info--two::before {
    content: "";
    width: 1px;
    height: 65px;
    background-color: var(--floens-gray, #DED8D3);
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%)
}

@media (max-width:1199px) {
    .reliable-one--home .reliable-one__info--two::before {
        display: none
    }
}

.reliable-one--home .reliable-one__info__title {
    letter-spacing: normal
}

.reliable-one--home .reliable-one__btn {
    margin-top: 43px
}

.reliable-one--home .reliable-one__image {
    margin-left: 32px
}

@media (max-width:991px) {
    .reliable-one--home .reliable-one__image {
        margin-top: 90px;
        margin-left: 0
    }
}

@media (max-width:520px) {
    .reliable-one--home .reliable-one__image {
        margin-left: 20px
    }
}

@media (max-width:375px) {
    .reliable-one--home .reliable-one__image {
        margin-top: 80px
    }
}

.reliable-one--home .reliable-one__image::before,
.reliable-one--home .reliable-one__image::after {
    display: none
}

.reliable-one--home .reliable-one__image__inner {
    top: -87px;
    right: -200px
}

@media (max-width:1199px) {
    .reliable-one--home .reliable-one__image__inner {
        top: -70px;
        right: -50px
    }
}

@media (max-width:1023px) {
    .reliable-one--home .reliable-one__image__inner {
        top: -70px;
        right: -80px
    }
}

@media (max-width:490px) {
    .reliable-one--home .reliable-one__image__inner {
        max-width: 240px
    }
}

@media (max-width:425px) {
    .reliable-one--home .reliable-one__image__inner {
        max-width: 215px;
        right: -45px
    }
}

@media (max-width:375px) {
    .reliable-one--home .reliable-one__image__inner {
        max-width: 190px;
        right: -30px
    }
}

@media (max-width:360px) {
    .reliable-one--home .reliable-one__image__inner {
        right: -25px
    }
}

.reliable-one--home .reliable-one__experience {
    left: auto;
    right: -135px;
    bottom: 15px
}

@media (max-width:1199px) {
    .reliable-one--home .reliable-one__experience {
        right: -80px
    }
}

@media (max-width:991px) {
    .reliable-one--home .reliable-one__experience {
        right: -135px
    }
}

@media (max-width:520px) {
    .reliable-one--home .reliable-one__experience {
        left: -20px;
        right: auto
    }
}

.services-one .item {
    height: 100%
}

.service-card {
    position: relative;
    padding: 30px;
    height: 100%
}

.service-card .service-card__content p {
    margin-bottom: 0
}

.service-card .service-card__content:hover p {
    color: var(--floens-text)
}

.service-card::before,
.service-card::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0
}

.service-card::before {
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #fff0;
    border-left: 1px solid #fff0;
    transition: all 0.6s linear
}

.service-card::after {
    right: 0;
    top: 0;
    border-top: 1px solid #fff0;
    border-right: 1px solid #fff0;
    transition: all 0.6s linear
}

.service-card:hover::before,
.service-card:hover::after {
    border-color: var(--floens-base, #C7844F);
    width: 100%;
    height: 100%
}

.service-card__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--floens-white);
    z-index: -1;
    transition-delay: 100ms;
    transition-timing-function: ease-in-out;
    transition-duration: 400ms;
    transition-property: all;
    transform-style: preserve-3d;
    opacity: 1;
    transform-origin: bottom;
    transform: scaleY(1)
}

.service-card:hover .service-card__bg {
    opacity: 0;
    transform: scaleY(0)
}

.service-card__top {
    position: relative;
    display: flex;
    gap: 30px;
    margin-bottom: 16px;
    z-index: 1
}

.service-card__image {
    width: calc(100% - 100px);
    flex-shrink: 0
}

@media (max-width:412px) {
    .service-card__image {
        width: calc(100% - 80px)
    }
}

.service-card__image img {
    width: 100%;
    display: block
}

.hero-slider .service-card__image img {
    width: 124%;
    height: 80%;
    display: block
}

.service-card__icon {
    width: 70px;
    flex-shrink: 0
}

@media (max-width:412px) {
    .service-card__icon {
        width: 50px
    }
}

.service-card .service-card__icon span {
    color: var(--floens-base)
}

@media (max-width:412px) {
    .service-card__icon span {
        font-size: 50px
    }
}

.service-card__content {
    position: relative;
    z-index: 1
}

.service-card__title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.72px;
    text-transform: capitalize;
    margin-bottom: 16px
}

@media (max-width:412px) {
    .service-card__title {
        font-size: 21px
    }
}

.service-card__title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    color: inherit
}

.service-card__title a:hover {
    background-size: 100% 1px
}

.service-card:hover .service-card__title {
    color: var(--floens-text)
}

.service-card-two {
    padding: 30px 30px 10px 30px;
    position: relative;
    overflow: hidden;
    background-color: var(--floens-white, #ffffff);
    box-shadow: 0 5px 60px 0 rgb(0 0 0 / .1)
}

.monuments .service-card-two {
    padding: 30px 30px 30px 30px
}

@media (max-width:375px) {
    .service-card-two {
        padding: 20px
    }
}

.service-card-two__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    transition: all 500ms ease
}

.service-card-two:hover .service-card-two__bg {
    top: 0;
    height: 100%
}

.service-card-two__image {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
    overflow: hidden
}

.service-card-two__image img {
    display: block;
    width: 100%;
    transition: all 500ms ease
}

.service-card-two:hover .service-card-two__image img {
    transform: scale(1.1)
}

.service-card-two__content {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.service-card-two__title {
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.72px;
    text-transform: capitalize;
    margin-bottom: 0;
    max-width: 250px
}

@media (max-width:1199px) {
    .service-card-two__title {
        max-width: 250px
    }
}

@media (max-width:991px) {
    .service-card-two__title {
        font-size: 22px
    }
}

@media (max-width:575px) {
    .service-card-two__title {
        font-size: 20px
    }
}

.service-card-two .service-card-two__title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    color: inherit;
    transition: all 500ms ease
}

/* .service-card-two__title a:hover {
    background-size: 100% 1px
} */

.service-card-two:hover .service-card-two__title a,
.service-card-two .service-card-two__image:hover .service-card-two__title a  {
    background-size: 100% 1px;
    color: var(--floens-black2);
}

.service-card-two:hover .service-card-two__title {
    color: var(--floens-black)
}

#why-us.service-card-two__bottom {
    display: flex;
    align-items: center;
    gap: 40px 10px;
    flex-wrap: wrap;
    justify-content: end
}

.service-card-two__bottom {
    display: flex;
    align-items: center;
    gap: 40px 0;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: space-between
}

.service-card-two__link {
    color: var(--floens-base, #C7844F);
    top: 13px;
    padding: 0 70px 0 0;
    background-color: #fff0;
    margin-left: -149px;
    transition: all 500ms ease;
    border: none
}

.service-card-two__link:hover {
    color: var(--floens-white, #ffffff)
}

@media (max-width:575px) {
    .service-card-two__link {
        font-size: 13px;
        margin-left: -134px
    }
}

.service-card-two__link::before,
.service-card-two__link::after {
    display: none
}

.service-card-two__link i {
    color: var(--floens-base, #C7844F)
}

.service-card-two__link i::after {
    background-color: RGBA(var(--floens-white2-rgb, 242, 238, 234), .2)
}

.service-card-two__link:hover i {
    color: var(--floens-white, #ffffff)
}

.service-card-two__link:hover i::after {
    background-color: RGBA(var(--floens-white2-rgb, 242, 238, 234), .7)
}

.service-card-two:hover .service-card-two__link,
.service-card-two:hover .service-card-two__link i {
    margin-left: 0;
    color: var(--floens-black)
}

.service-card-two__icon {
    font-size: 50px;
    color: var(--floens-base, #C7844F);
    transition: all 500ms ease
}

@media (max-width:1199px) {
    .service-card-two__icon {
        font-size: 40px
    }
}

.service-card-two:hover .service-card-two__icon {
    color: var(--floens-white, #ffffff)
}

.services-one {
    position: relative;
    background-color: #f1f1f1
}

.services-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: luminosity
}

.services-one .container {
    position: relative;
    z-index: 1
}

.services-one__top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid RGBA(var(--floens-border-color-rgb, 222, 216, 211), .25)
}

.services-one__top__button {
    text-align: right
}

.services-one__top__btnservices-two {
    padding-left: 19.5px;
    padding-right: 72px;
    background-color: #fff0;
    border: 1px solid RGBA(var(--floens-white-rgb, 255, 255, 255), .2)
}

.services-one__top__btn::before,
.services-one__top__btn::after {
    background-color: var(--floens-base, #C7844F)
}

.services-one__top__btn i {
    right: 19px
}

.services-one .sec-title__tagline,
.services-one .sec-title__title {
    color: var(--floens-text)
}

.services-one .container-fluid {
    position: relative;
    z-index: 1;
    margin-bottom: 110px
}

@media (min-width:576px) {
    .services-one .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .services-one .container-fluid {
        margin-bottom: 90px
    }
}

@media (max-width:575px) {
    .services-one .container-fluid {
        margin-bottom: 70px
    }
}

@media (min-width:530px) {
    .services-one__carousel .owl-nav {
        display: none !important
    }
}

@media (max-width:575px) {
    .services-one__carousel .owl-dots {
        display: none !important
    }
}

.services-one__container {
    position: relative
}

.services-one__cursor {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-color: var(--floens-base2, #8A5133);
    opacity: 0;
    transform: scale(1);
    transition: all 500ms ease;
    z-index: 11;
    pointer-events: none
}

.services-one__cursor i {
    font-size: 14px;
    color: var(--floens-white, #ffffff)
}

.services-one__cursor__text {
    font-size: 14px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -.42px;
    text-transform: capitalize
}

.services-one__carousel:hover+.services-one__cursor {
    opacity: 1
}

.services-one__info {
    position: relative;
    z-index: 1;
    margin-top: 0
}

.services-one__info__inner {
    position: relative;
    padding: 59px 61px 55px;
    background-color: var(--floens-base2, #8A5133);
    overflow: hidden
}

@media (max-width:767px) {
    .services-one__info__inner {
        padding: 49px 40px 53px
    }
}

@media (max-width:575px) {
    .services-one__info__inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.services-one__info__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply
}

.services-one__info .row {
    position: relative;
    z-index: 1
}

.services-one__info__left {
    width: 100%;
    max-width: 490px
}

.services-one__info__title {
    color: var(--floens-white, #ffffff);
    line-height: 1;
    letter-spacing: -.9px;
    margin-bottom: 18px
}

.services-one__info__text {
    padding-right: 10px;
    color: RGBA(var(--floens-white-rgb, 255, 255, 255), .7);
    margin-bottom: 0
}

.services-one__info__right {
    display: table;
    margin-left: auto
}

@media (max-width:991px) {
    .services-one__info__right {
        margin-left: 0
    }
}

.services-one__info__right__inner {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.services-one__info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--floens-white, #ffffff);
    border-radius: 50%
}

@media (max-width:767px) {
    .services-one__info__icon {
        width: 55px;
        height: 55px
    }
}

@media (max-width:575px) {
    .services-one__info__icon {
        width: 50px;
        height: 50px
    }
}

.services-one__info__icon span {
    font-size: 29.27px;
    color: var(--floens-base2, #8A5133)
}

@media (max-width:767px) {
    .services-one__info__icon span {
        font-size: 24px
    }
}

@media (max-width:575px) {
    .services-one__info__icon span {
        font-size: 22px
    }
}

.services-one__info__right:hover .services-one__info__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.services-one__info__number {
    font-size: 30px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.9px;
    text-transform: capitalize;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.services-one__info__number:hover {
    background-size: 100% 1px
}

@media (max-width:991px) {
    .services-one__info__number {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .services-one__info__number {
        font-size: 22px
    }
}

@media (max-width:575px) {
    .services-one__info__number {
        font-size: 20px
    }
}

.services-one__info__shape-one {
    position: absolute;
    right: 36.3%;
    bottom: -1px;
    width: 139px;
    height: 110px;
    background-color: var(--floens-black2);
    clip-path: polygon(30% 0, 100% 0%, 69% 100%, 0% 100%);
    z-index: 1
}

@media (max-width:1199px) {
    .services-one__info__shape-one {
        bottom: -60px
    }
}

@media (max-width:991px) {
    .services-one__info__shape-one {
        display: none
    }
}

.services-one__info__shape-two {
    position: absolute;
    right: 44.6%;
    bottom: -1px;
    width: 100px;
    height: 79px;
    background-color: var(--floens-base2, #8A5133);
    clip-path: polygon(32% 0, 100% 0%, 72% 100%, 0% 100%)
}

@media (max-width:1199px) {
    .services-one__info__shape-two {
        bottom: -60px
    }
}

@media (max-width:991px) {
    .services-one__info__shape-two {
        display: none
    }
}

.services-two__top {
    margin-bottom: 50px
}

.services-two .container-fluid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991px) {
    .services-two__carousel .owl-nav {
        width: 100%;
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: 50%;
        left: 51%;
        transform: translateX(-50%);
        margin-top: 0 !important;
        justify-content: flex-end !important
    }
}

@media (max-width:575px) {
    .services-two__carousel .owl-nav {
        left: 55%
    }
}

@media (max-width:420px) {
    .services-two__carousel .owl-nav {
        left: 55%
    }
}

@media (min-width:992px) {
    .services-two__carousel .owl-nav {
        width: 100%;
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: 50%;
        left: 67%;
        transform: translateX(-50%);
        margin-top: 0 !important;
        justify-content: flex-end !important
    }
}

@media (min-width:1200px) {
    .services-two__carousel .owl-nav {
        max-width: 1100px
    }
}


@media (min-width:1440px) {
    .services-two__carousel .owl-nav {
        max-width: 980px !important; 
        left: 66%;
    }

    .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        gap: 139%;
    }
}


@media (max-width:1280px) {
    .services-two__carousel .owl-nav {
        left: 54%
    }
}


@media (max-width:1024px) {
    .services-two__carousel .owl-nav {
        left: 52%
    }
}

@media (max-width:992px) {
    .services-two__carousel .owl-nav {
        left: 51%
    }
}

@media (max-width:575px) {
    .services-two__carousel .owl-nav {
        left: 55%
    }
}

@media (max-width:360px) {
    .services-two__carousel .owl-nav {
        left: 55%
    }
}

.services-two .service-card-two {
    background-color: var(--floens-white2, #F2EEEA);
    box-shadow: 0 0 0 #fff0
}

.services-two .service-card-two__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--floens-black);
    width: 65px;
    height: 65px;
    background-color: var(--floens-white);
    border-radius: 50%
}

@media (max-width:991px) {
    .services-two .service-card-two__icon {
        font-size: 30px;
        width: 65px;
        height: 65px
    }
}

@media (max-width:390px) {
    .services-two .service-card-two__icon {
        font-size: 25px;
        width: 55px;
        height: 55px
    }
}

.services-two .service-card-two:hover .service-card-two__icon {
    color: var(--floens-black);
    background-color: var(--floens-white2, #F2EEEA)
}

.services-page--two .service-card:hover .service-card__title {
    color: var(--floens-black2)
}

.services-page--two .service-card:hover .service-card__title:hover {
    color: var(--floens-base, #C7844F)
}

@media (min-width:576px) {
    .services-page__carousel .owl-nav {
        display: none !important
    }
}

@media (max-width:575px) {
    .services-page__carousel .owl-dots {
        display: none !important
    }
}

.finishes .service-details__list li {
    position: relative;
    font-size: 16px;
    color: var(--floens-black2);
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 11px
}

.finishes .service-details__list {
    max-width: 300px;
    height: 195px
}

.finishes .service-details__info__image {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 20% 100%)
}

@media (max-width:1199px) {
    .finishes .service-details__list {
        max-width: 300px;
        height: 100%
    }
}

@media (max-width:992px) {
    .finishes .service-details__list {
        max-width: 435px;
        height: 100%
    }
}

@media (max-width:575px) {
    .finishes .service-details__list {
        height: 100%
    }
}

.service-details__sub-title {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.72px;
    text-transform: capitalize;
    margin-bottom: 13px
}

@media (max-width:575px) {
    .service-details__sub-title {
        font-size: 22px
    }
}

@media (max-width:425px) {
    .service-details__sub-title {
        font-size: 20px
    }
}

.service-details__text {
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.875
}

.service-details__inner-two {
    margin-bottom: 31px
}

.service-details__text-two {
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.875;
    margin-bottom: 26px
}

.service-details__info {
    position: relative;
    padding: 40px;
    background-color: var(--floens-white2, #F2EEEA);
    overflow: hidden;
    margin-bottom: 31px
}

@media (max-width:1199px) {
    .service-details__info {
        padding: 30px
    }

    .col-xl-6:last-child .service-details__info {
        margin-bottom: 0
    }
}

@media (max-width:575px) {
    .service-details__info {
        padding: 25px
    }
}

.service-details__info__image {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%)
}

@media (max-width:1199px) {
    .service-details__info__image {
        right: -130px
    }
}

@media (max-width:991px) {
    .service-details__info__image {
        right: -100px
    }
}

@media (max-width:767px) {
    .service-details__info__image {
        display: none
    }
}

.service-details__list {
    margin-bottom: 0;
    width: 100%;
    max-width: 380px
}

@media (max-width:991px) {
    .service-details__list {
        max-width: 420px
    }
}

@media (max-width:767px) {
    .service-details__list {
        max-width: 100%
    }

    .granite-page .service-details__list.appli {
        margin-bottom: 30px
    }
}

.service-details__list li {
    position: relative;
    font-size: 16px;
    color: var(--floens-black2);
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 11px
}

@media (max-width:575px) {
    .service-details__list li {
        font-size: 16px
    }
}

.service-details__list li+li {
    margin-top: 20px
}

.product-details__excerpt .service-details__list li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: var(--floens-base, #C7844F);
    background-color: var(--floens-white2);
    border-radius: 50%;
    transition: all 400ms ease
}

.product-details__excerpt .service-details__list li {
    color: var(--floens-text)
}

.product-details__excerpt .service-details__list li:hover>span {
    color: var(--floens-base, #C7844F);
    background-color: var(--floens-white2)
}

.service-details__list li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: var(--floens-base, #C7844F);
    background-color: var(--floens-white, #ffffff);
    border-radius: 50%;
    transition: all 400ms ease
}

.service-details__list p {
    margin-bottom: 0
}

@media (max-width:1199px) {
    .service-details__list li+li {
        margin-top: 10px
    }
}

@media (max-width:575px) {
    .service-details__list li>span {
        width: 30px;
        height: 30px;
        font-size: 13px
    }
}

.service-details__list li:hover>span {
    color: var(--floens-white, #ffffff);
    background-color: var(--floens-base, #C7844F)
}

.projects-one {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: var(--floens-white2, #F2EEEA);
    overflow: hidden
}

.projects-one .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
    margin-top: 30px;
    gap: 50px
}

@media (max-width:1399px) {
    .projects-one {
        padding-top: 204px;
        padding-bottom: 204px
    }
}

@media (max-width:1299px) {
    .projects-one {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width:767px) {
    .projects-one {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width:575px) {
    .projects-one {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .projects-one .floens-owl__carousel--basic-nav.owl-carousel .owl-nav {
        margin-top: 0;
        gap: 75vw
    }
}

.projects-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: luminosity
}

.projects-one .container {
    position: relative;
    z-index: 1
}

.projects-one__container {
    margin-top: 0
}

@media (max-width:1199px) {
    .projects-one__container {
        margin-top: 30px
    }
}

@media (min-width:530px) {
    .projects-one__container {
        padding-left: 0;
        padding-right: 0
    }
}

.projects-one__carousel {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    width: calc(50% - 45px) !important;
    z-index: 11 !important;
}

@media (max-width:1299px) {
    .projects-one__carousel {
        width: 100% !important;
        position: static !important;
        transform: translateY(0) !important;
        z-index: 99 !important;
    }
}

.projects-one__carousel .owl-item {
    direction: ltr
}

.projects-one__carousel .owl-nav {
    direction: ltr
}

@media (min-width:1300px) {
    .projects-one__carousel .owl-nav {
        position: absolute;
        right: -195px;
        bottom: 0;
        margin-top: 0 !important
    }
}

.projects-one__carousel .owl-nav button span {
    background-color: var(--floens-white, #ffffff) !important
}

.projects-one__carousel .owl-nav button span:hover {
    background-color: var(--floens-base) !important;
    color: var(--floens-white, #ffffff) !important
}

.projects-one__carousel .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

@media (max-width:1299px) {
    .projects-one__content-col {
        margin-top: 10px
    }
}

@media (min-width:1300px) {
    .projects-one__content-col {
        margin-left: auto
    }
}

.projects-one__content {
    margin-top: 0
}

.projects-one .sec-title {
    margin-bottom: 30px
}

.projects-one__text {
    margin-bottom: 0
}

@media (min-width:1300px) {
    .projects-one__button {
        text-align: right
    }
}

.projects-one__shape {
    position: absolute;
    right: -186px;
    bottom: 0;
    clip-path: polygon(30% 0, 100% 0%, 68% 100%, 0% 100%);
    animation: zumpBottom 3s linear infinite
}

@media (max-width:1600px) {
    .projects-one__shape {
        right: -230px
    }
}

@media (max-width:1499px) {
    .projects-one__shape {
        right: -270px
    }
}

@media (max-width:1399px) {
    .projects-one__shape {
        display: none
    }
}

.projects-three {
    padding-top: 104px;
    padding-bottom: 103px;
    position: relative
}

@media (max-width:2000px) {
    .projects-three {
        padding-top: 78px;
        padding-bottom: 78px;
        position: relative
    }
}

@media (max-width:1199px) {
    .projects-three {
        padding-top: 252px;
        padding-bottom: 252px
    }
}

@media (max-width:1023px) {
    .projects-three {
        padding-top: 134px;
        padding-bottom: 135px
    }
}

@media (max-width:819px) {
    .projects-three {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width:767px) {
    .projects-three {
        padding-top: 94px
    }
}

@media (max-width:575px) {
    .projects-three {
        padding-top: 74px
    }
}

.projects-three__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.projects-three__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--floens-white2, #F2EEEA)
}

.projects-three .container {
    position: relative;
    z-index: 11
}

.projects-three__top {
    border-bottom: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5)
}

.projects-three__top__button {
    text-align: right
}

.projects-three .sec-title__tagline,
.projects-three .sec-title__title {
    color: var(--floens-white, #ffffff)
}

.projects-three__grid {
    display: flex;
    margin-bottom: 0
}

.projects-three .container .row .col-12 {
    padding: 50px 0;
    border-bottom: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
    border-top: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5)
}

.projects-three .container .row .col-12.tiles {
    padding: 50px 0;
    border-bottom: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
    border-top: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5)
}

@media (max-width:767px) {
    .projects-three__grid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 0;
        display: flex;
        flex-direction: column
    }

    .projects-three .container .row .col-12 {
        padding: 30px 0;
        border-bottom: none;
        border-top: none
    }

    .projects-three .container .row .col-12.tiles {
        padding: 0 0
    }
}

@media (max-width:575px) {
    .projects-three__grid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 80px;
        display: flex;
        flex-direction: column
    }

    .projects-three__top {
        border-bottom: none
    }

    .projects-three__grid {
        margin-bottom: 0
    }

    .projects-three .container .row .col-12 {
        padding-bottom: 0;
        border-bottom: none;
        border-top: none
    }

    .projects-three .container .row .col-12.tiles {
        padding: 0 0
    }
}

@media (max-width:460px) {
    .projects-three__grid {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

.projects-three__card {
    position: relative;
    padding: 20px 20px 30px 20px;
    min-height: 400px;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
    transition: all 500ms ease
}

.projects-three__card:first-child {
    border-left: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
    display: flex;
    justify-content: center;
    align-items: center
}

.projects-three__card--one {
    border-left: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5)
}

@media (min-width:1200px) and (max-height:800px) {
    .projects-three__card {
        min-height: 100% !important;
        height: auto
    }
}

@media (max-width:1199px) and (min-height:600px) {
    .projects-three__card {
        min-height: 150px !important;
        height: auto
    }
}

@media (max-width:360px) and (max-height :992px) {
    .projects-three__card {
        min-height: 150px !important;
        height: auto
    }
}

@media (max-width:540px) and (max-height :992px) {
    .projects-three__card {
        min-height: 150px !important;
        height: auto
    }
}

@media (max-width:767px) {
    .projects-three__card--three {
        border-right: 0;
        border-left: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5)
    }
}

@media (max-width:991px) {
    .projects-three__card--four {
        border-left: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5)
    }
}

@media (max-width:819px) {
    .projects-three__card {
        min-height: 370px
    }
}

@media (max-width:767px) {
    .projects-three__card--five {
        border-left: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5)
    }

    .projects-three__card {
        border-bottom: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
        border-top: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5)
    }
}

@media (max-width:575px) {
    .projects-three {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .projects-three__card {
        min-height: 154px;
        border-bottom: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
        border-top: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5)
    }
}

@media (max-width:460px) {
    .projects-three__card {
        border: 0;
        border-right: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
        border-left: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
        border-bottom: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
        border-top: 1px solid RGBA(var(--floens-base-rgb, 242, 238, 234), .5);
        padding: 20px 20px 20px 20px
    }
}

.projects-three__card__bg {
    width: 100%;
    height: 0;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    transition: all 500ms ease
}

.projects-three__card__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #cd9c54 0%, #fff0 70%)
}

.projects-three__card:hover .projects-three__card__bg {
    top: 0;
    height: 100%
}

.projects-three__card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.projects-three__card__tagline {
    display: inline-block;
    position: relative;
    padding: 8px 10px 6px;
    font-size: 14px;
    color: var(--floens-white, #ffffff);
    line-height: 1.14;
    text-transform: uppercase;
    margin-bottom: 0;
    background-color: #fff0;
    border: 1px solid RGBA(var(--floens-white2-rgb, 242, 238, 234), .2);
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease
}

.projects-three__card__tagline::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--floens-white, #ffffff);
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.projects-three__card__title {
    font-size: 60px;
    color: var(--floens-text);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.72px;
    text-transform: capitalize;
    margin-bottom: 0
}

.projects-three__card:hover .projects-three__card__tagline {
    color: var(--floens-base2, #8A5133);
    border-color: var(--floens-white, #ffffff)
}

.projects-three__card:hover .projects-three__card__tagline::after {
    bottom: -50%
}

.projects-three__card:hover {
    border-color: #fff0
}

.projects-three__card .projects-three__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 1000ms ease;
    font-size: 55px;
}

.projects-three__card .projects-three__card__title a:hover {
    background-size: 100% 1px
}

@media (max-width:1199px) {
    .projects-three__card__title {
        font-size: 45px
    }
}

@media (max-width: 575px) {
    .projects-three__card .projects-three__card__title a {
        font-size: 30px;
    }
}
.projects-three__card__title {
    text-align: center
}

.project-card {
    position: relative;
    overflow: hidden
}

.project-card__image {
    display: block;
    position: relative;
    overflow: hidden
}

.project-card__image img {
    width: 100% !important;
    display: block !important
}

.project-card__tagline {
    padding: 8px 10px 6px;
    position: relative;
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 14px;
    color: var(--floens-base2, #8A5133);
    line-height: 1.14;
    text-transform: uppercase;
    margin-bottom: 0;
    background-color: var(--floens-white, #ffffff);
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transform: translateX(-700px) scale(.1) skewX(95deg);
    transition: 500ms ease, opacity 0s, transform 800ms cubic-bezier(.68, -.55, .265, 1.55)
}

.project-card__tagline::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    background-color: var(--floens-base, #C7844F);
    transition-duration: 800ms;
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.project-card__tagline:hover {
    color: var(--floens-white, #ffffff)
}

.project-card__tagline:hover::after {
    bottom: -50%
}

.project-card:hover .project-card__tagline {
    opacity: 1;
    transform: translateX(0) scale(1) skewX(0deg)
}

.project-card__links {
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    bottom: 30px;
    opacity: 0;
    transform: translateY(150%);
    transition: opacity 500ms ease, transform 500ms ease
}

@media (max-width:1599px) {
    .project-card__links {
        left: 25px;
        width: calc(100% - 50px)
    }
}

.project-card__links__inner {
    position: relative;
    padding: 25.04px 100px 24px 30px;
    display: flex;
    align-items: center;
    background-color: var(--floens-white, #ffffff)
}

@media (max-width:1599px) {
    .project-card__links__inner {
        padding: 20.04px 90px 19px 20px
    }
}

.project-card--large .project-card__links {
    width: calc(100% - 290px)
}

@media (max-width:1599px) {
    .project-card--large .project-card__links {
        width: calc(100% - 300px)
    }
}

.project-card:hover .project-card__links {
    opacity: 1;
    transform: translateY(0)
}

.project-card .project-card__links h3 {
    color: var(--floens-base);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 2000ms ease
}

.project-card:hover .project-card__links h3 {
    color: var(--floens-base);
    background-size: 100% 1px
}

.project-card__title {
    font-size: 24px;
    line-height: 1.166;
    text-transform: capitalize;
    margin-bottom: 0
}

.project-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.project-card__title a:hover {
    background-size: 100% 1px
}

.project-card__title:hover {
    color: var(--floens-base, #C7844F)
}

@media (max-width:1599px) {
    .project-card__title {
        font-size: 22px
    }
}

@media (max-width:991px) {
    .project-card__title {
        font-size: 20px
    }
}

@media (max-width:575px) {
    .project-card__title {
        font-size: 18px
    }

    .projects-three__card__title {
        font-size: 35px;
        font-weight: 500
    }

    .projects-three__card__title.one,
    .projects-three__card__title.two {
        top: 35px
    }
}

@media (max-width:430px) {
    .project-card__title {
        font-size: 16px
    }
}

.project-card__link {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 100%;
    background-color: var(--floens-base, #C7844F);
    font-size: 38.66px;
    color: var(--floens-white, #ffffff)
}

@media (max-width:1599px) {
    .project-card__link {
        width: 67px;
        font-size: 32px
    }
}

.evaluation-schedule {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden
}

@media (max-width:767px) {
    .evaluation-schedule {
        padding-top: 96px
    }
}

@media (max-width:575px) {
    .evaluation-schedule {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.evaluation-schedule::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.evaluation-schedule .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 1776px
}

.evaluation-schedule__content {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1199px) {
    .evaluation-schedule__content {
        max-width: 700px;
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    .evaluation-schedule__content {
        max-width: 650px
    }
}

@media (max-width:767px) {
    .evaluation-schedule__content {
        max-width: 550px
    }
}

@media (max-width:575px) {
    .evaluation-schedule__content {
        margin-bottom: 0
    }
}

.evaluation-schedule__tagline {
    font-size: 16px;
    color: var(--floens-white, #ffffff);
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media (max-width:575px) {
    .evaluation-schedule__tagline {
        font-size: 14px
    }
}

.evaluation-schedule__title {
    font-size: 70px;
    color: var(--floens-text);
    line-height: normal;
    letter-spacing: .7px;
    text-transform: capitalize;
    margin-bottom: 23px
}

@media (max-width:1399px) {
    .evaluation-schedule__title {
        font-size: 55px
    }
}

@media (max-width:1199px) {
    .evaluation-schedule__title {
        font-size: 50px
    }
}

@media (max-width:991px) {
    .evaluation-schedule__title {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .evaluation-schedule__title {
        font-size: 40px
    }
}

@media (max-width:575px) {
    .evaluation-schedule__title {
        font-size: 35px
    }
}

.evaluation-schedule__btn {
    padding-right: 76px
}

@media (max-width:412px) {
    .evaluation-schedule__btn {
        font-size: 12px
    }
}

@media (min-width:1600px) {
    .error-404 .container {
        max-width: 1264px
    }
}

.error-404__content {
    text-align: center;
    overflow: hidden
}

.error-404__top {
    position: relative
}

.error-404__title {
    padding-top: 237px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 450px;
    color: var(--floens-base, #C7844F);
    font-weight: 1000;
    line-height: 1
}

@media (max-width:1399px) {
    .error-404__title {
        font-size: 400px
    }
}

@media (max-width:1199px) {
    .error-404 {
        padding-top: 35%
    }

    .error-404__title {
        font-size: 320px
    }
}

@media (max-width:992px) {
    .error-404 {
        padding-top: 25%
    }
}

@media (max-width:767px) {
    .error-404__title {
        font-size: 200px
    }
}

@media (max-width:575px) {
    .error-404__title {
        padding-top: 200px;
        font-size: 160px
    }
}

@media (max-width:425px) {
    .error-404__title {
        padding-top: 180px;
        font-size: 130px
    }
}

.error-404__title__one {
    position: relative;
    transform: rotate(10deg)
}

.error-404__title__one::before {
    content: "";
    width: 44px;
    height: 4px;
    background-color: var(--floens-base, #C7844F);
    position: absolute;
    left: 0;
    bottom: 106px;
    transform: rotate(-10deg)
}

@media (max-width:1399px) {
    .error-404__title__one::before {
        bottom: 92px
    }
}

@media (max-width:1199px) {
    .error-404__title__one::before {
        bottom: 67px
    }
}

@media (max-width:767px) {
    .error-404__title__one::before {
        display: none
    }
}

.error-404__title__two {
    position: relative;
    top: 73px;
    transform: rotate(-10deg);
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke-width: 10px;
    -webkit-text-stroke-color: var(--floens-base, #C7844F)
}

@media (max-width:1199px) {
    .error-404__title__two {
        top: 40px
    }
}

@media (max-width:767px) {
    .error-404__title__two {
        top: 20px
    }
}

.error-404__title__three {
    position: relative;
    transform: rotate(-10deg)
}

.error-404__title__three::before {
    content: "";
    width: 44px;
    height: 4px;
    background-color: var(--floens-base, #C7844F);
    position: absolute;
    right: 0;
    bottom: 106px;
    transform: rotate(10deg)
}

@media (max-width:1399px) {
    .error-404__title__three::before {
        right: -10px;
        bottom: 92px
    }
}

@media (max-width:1199px) {
    .error-404__title__three::before {
        right: -20px;
        bottom: 63px
    }
}

@media (max-width:767px) {
    .error-404__title__three::before {
        display: none
    }
}

.error-404__bottom {
    padding-top: 45px;
    position: relative;
    z-index: 1;
    background-color: var(--floens-white, #ffffff);
    margin-top: -137px
}

@media (max-width:1399px) {
    .error-404__bottom {
        margin-top: -120px
    }
}

@media (max-width:1199px) {
    .error-404__bottom {
        margin-top: -90px
    }
}

@media (max-width:767px) {
    .error-404__bottom {
        margin-top: 50px
    }
}

.error-404__bottom::after {
    content: "";
    width: 380px;
    height: 4px;
    background-color: var(--floens-base, #C7844F);
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%)
}

.error-404__bottom__shape {
    position: absolute;
    top: 29px;
    left: 13.3%;
    z-index: -1
}

.error-404__sub-title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.48px;
    text-transform: capitalize;
    margin-bottom: 12px
}

.error-404__text {
    font-size: 15px;
    line-height: normal;
    letter-spacing: -.3px;
    text-transform: capitalize;
    margin-bottom: 25px
}

.error-404__cloud-one {
    position: absolute;
    top: 0;
    right: 29.2%;
    animation: moveHorizontal 3s linear infinite
}

@media (max-width:767px) {
    .error-404__cloud-one {
        width: 100px
    }
}

@media (max-width:425px) {
    .error-404__cloud-one {
        width: 70px
    }
}

.error-404__cloud-two {
    position: absolute;
    top: 23.2%;
    right: 10.7%;
    animation: moveHorizontal 3s linear infinite
}

@media (max-width:767px) {
    .error-404__cloud-two {
        width: 100px
    }
}

@media (max-width:425px) {
    .error-404__cloud-two {
        width: 70px
    }
}

.error-404__cloud-three {
    position: absolute;
    top: 10.5%;
    left: 6%;
    animation: moveHorizontal 3s linear infinite
}

@media (max-width:767px) {
    .error-404__cloud-three {
        width: 100px
    }
}

@media (max-width:425px) {
    .error-404__cloud-three {
        width: 70px
    }
}

.error-404__rain-one {
    position: absolute;
    top: 18.5%;
    right: 28.8%;
    -webkit-animation: rainMove 1500ms infinite;
    animation: rainMove 1500ms infinite
}

@media (max-width:991px) {
    .error-404__rain-one {
        right: 50%
    }
}

@media (max-width:767px) {
    .error-404__rain-one {
        width: 20px
    }
}

@media (max-width:767px) {
    .error-404__rain-one {
        width: 13px
    }
}

.error-404__rain-two {
    position: absolute;
    top: 42%;
    right: 13%;
    -webkit-animation: rainMove 1500ms infinite;
    animation: rainMove 1500ms infinite
}

@media (max-width:991px) {
    .error-404__rain-two {
        right: 0
    }
}

@media (max-width:767px) {
    .error-404__rain-two {
        width: 20px
    }
}

@media (max-width:767px) {
    .error-404__rain-two {
        width: 13px
    }
}

.error-404__rain-three {
    position: absolute;
    top: 33.4%;
    left: 16.5%;
    -webkit-animation: rainMove 1500ms infinite;
    animation: rainMove 1500ms infinite
}

@media (max-width:767px) {
    .error-404__rain-three {
        width: 20px
    }
}

@media (max-width:767px) {
    .error-404__rain-three {
        width: 13px
    }
}

.error-404__rain-four {
    position: absolute;
    top: 26.2%;
    left: 3.5%;
    -webkit-animation: rainMove 1500ms infinite;
    animation: rainMove 1500ms infinite
}

@media (max-width:767px) {
    .error-404__rain-four {
        width: 20px
    }
}

@media (max-width:767px) {
    .error-404__rain-four {
        width: 13px
    }
}

.error-404__search {
    position: absolute;
    top: 0;
    left: 0;
    animation: leafMove 6s ease infinite
}

@media (max-width:1199px) {
    .error-404__search {
        width: 500px
    }
}

@media (max-width:991px) {
    .error-404__search {
        display: none
    }
}

@keyframes rainMove {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 40px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.grecaptcha-badge {
    bottom: 60px;
    z-index: 999
}

@media (max-width:575px) {
    .grecaptcha-badge {
        bottom: 30px !important;
        z-index: 999
    }
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-info {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}

.close {
    color: #000;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    opacity: .3;
    text-shadow: none;
    vertical-align: middle
}

.edges .team-one__top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--floens-border-color, #DED8D3)
}

.edge-shape {
    width: 140px;
    height: 60px;
    background-color: var(--floens-base);
    margin: 15px auto
}

.rounded-edge {
    border-radius: 0 10px 10px 0
}

.rounded-straight {
    border-top-right-radius: 10px
}

.square-edge {
    clip-path: polygon(0 0, 85% 0, 100% 30%, 100% 100%, 0 100%)
}

.double-straight {
    clip-path: polygon(0% 0, 90% 0, 100% 20%, 100% 84%, 90% 100%, 0% 100%, 0 86%, 0 15%)
}

.half-bullnose {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 0
}

.full-bullnose {
    border-radius: 0 50px 50px 0
}

.joint-bar {
    width: 100%;
    height: 20px;
    background-color: var(--floens-base);
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    margin: 30px 0
}

.shape {
    width: 120px;
    height: 120px;
    background-color: var(--floens-base);
    position: relative;
    margin: 0 auto
}

.shape-label {
    margin-top: 10px;
    font-weight: 700;
    text-align: center
}

.shape-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0
}

.birds-beak {
    clip-path: polygon(20% 0%, 100% 0%, 100% 60%, 60% 60%, 60% 100%, 0% 100%, 0% 20%)
}

.birds-beak::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 113%;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: top left
}

.birds-beak-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.birds-beak-container .rectangle-vertical {
    background-color: var(--floens-base);
    width: 68%;
    height: 83%;
    position: relative;
    top: 20px
}

.birds-beak-container .rectangle-horizontal {
    background-color: var(--floens-base);
    width: 102px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 15%
}

.birds-beak-container::after {
    content: '';
    position: absolute;
    top: 2%;
    left: 0;
    width: 113%;
    height: 2px;
    background-color: #fff;
    transform: rotate(40deg);
    transform-origin: top left
}

.corner-45 {
    clip-path: polygon(20% 0%, 100% 0%, 100% 60%, 60% 60%, 60% 100%, 0% 100%, 0% 20%)
}

.corner-45::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 113%;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: top left
}

.soft-corner-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.soft-corner-container .rectangle-vertical {
    background-color: var(--floens-base);
    width: 60%;
    height: 100%;
    position: relative;
    top: 0;
    border-top-left-radius: 20px
}

.soft-corner-container .rectangle-horizontal {
    background-color: var(--floens-base);
    width: 102px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 15%
}

.soft-corner-container::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 113%;
    height: 2px;
    background-color: #fff;
    transform: rotate(44deg);
    transform-origin: top left
}

.quality-pack {
    background-color: var(--floens-white2, #F2EEEA)
}

@media (max-width:575px) {

    .services-two,
    .team-one--about,
    .offer-one,
    .evaluation-schedule,
    .services-one,
    .team-one,
    .contact-one,
    .edges,
    .quality-pack,
    .product-details.manufacturing,
    .product-details__description-wrapper.format-sec,
    .product-details.application,
    .tile-finish,
    .tile-format,
    .projects-one,
    .packing-details {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .error-404 {
        padding-top: 170px;
        padding-bottom: 80px
    }

    .shape-container {
        margin-bottom: 30px
    }

    .shape-container:last-child {
        margin-bottom: 0
    }
}

@media (max-width:400px) {
    .error-404 {
        padding-top: 100px;
        padding-bottom: 80px
    }
}

body {
    top: 0px !important
}

.mobile-nav__content .main-menu__list li:not(.current)>a {
    color: var(--floens-text)
}

.mobile-nav__content .main-menu__list li.current>a {
    color: var(--floens-base)
}