
:root {
    --ambed-font:
    'Rubik', sans-serif;
    --ambed-reey-font:
    "reeyregular";
    --ambed-gray: #8b827d;
    --ambed-gray-rgb: 139, 130, 125;
    --ambed-white: #ffffff;
    --ambed-white-rgb: 255, 255, 255;
    --ambed-black: #222a30;
    --ambed-black-rgb: 10, 53, 49;
    --ambed-base: #103256;
    --ambed-base-rgb: 164, 124, 104;
    --ambed-primary: #f2eeeb;
    --ambed-primary-rgb: 242, 238, 235;
    --ambed-bdr-color: #e2ddda;
}


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

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

body {
    font-family: var(--ambed-font, "Rubik", sans-serif);
    color: var(--ambed-gray, #8b827d);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

    body.locked {
        overflow: hidden;
    }

a {
    color: var(--ambed-gray, #8b827d);
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ambed-black, #3c3531);
    margin: 0;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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

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

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



.slider-link img {
    position: relative;
    display: inline-block;
    width: 100%;
    /* width: -webkit-fill-available; */

{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

;
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

;
display: block;
margin-left: auto;
margin-right: auto;
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

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

.section-separator {
    border-color: var(--ambed-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--ambed-black, #3c3531);
    color: var(--ambed-white, #ffffff);
    font-size: 14px;
    font-weight: 700;
    padding: 15px 50px 15px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

    .thm-btn:hover {
        color: var(--ambed-white, #ffffff);
    }

    .thm-btn:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 3px;
        background-color: var(--ambed-base, #a47c68);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-property: all;
        transition-property: all;
        opacity: 1;
        z-index: -1;
    }

    .thm-btn:hover:after {
        opacity: 1;
        width: 100%;
    }

.section-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 69px;
}

.section-title__tagline-box {
    position: relative;
    display: inline-block;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    color: #898989;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.section-title__title {
    margin: 0;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-top: 1px;
}

.section-title__line {
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title__linee {
    position: absolute;
    bottom: -11px;
    left: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.section-title__line:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: var(--ambed-base, #a47c68);
}

.section-title__line:after {
    position: absolute;
    bottom: 0;
    left: 45px;
    height: 2px;
    width: 4px;
    content: "";
    background-color: var(--ambed-black, #3c3531);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

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

    .bootstrap-select .dropdown-menu > li + li > a {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .bootstrap-select .dropdown-menu > li.selected > a {
        background: var(--ambed-base, #a47c68);
        color: #fff;
    }

    .bootstrap-select .dropdown-menu > li > a {
        font-size: 16px;
        font-weight: 500;
        padding: 4px 20px;
        color: #ffffff;
        background: var(--ambed-black, #3c3531);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .bootstrap-select .dropdown-menu > li > a:hover {
            background: var(--ambed-base, #a47c68);
            color: #fff;
            cursor: pointer;
        }

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-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-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 136px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--ambed-base, #a47c68);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

    .scroll-to-top i {
        color: #ffffff;
        font-size: 18px;
        line-height: 45px;
    }

    .scroll-to-top:hover {
        background-color: var(--ambed-black, #3c3531);
    }

        .scroll-to-top:hover i {
            color: #fff;
        }

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    width: 100%;
    background: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    position: relative;
}

.main-header__top {
    position: relative;
    display: block;
    background-color: var(--ambed-white, #ffffff);
    padding-bottom: 35px;
    margin-bottom: -35px;
}

    .main-header__top:before {
        position: absolute;
        top: 0;
        left: 0;
        /* height: 8px; */
        width: 50%;
        content: "";
        background-color: #483e39;
    }

    .main-header__top:after {
        position: absolute;
        top: 0px;
        right: 0;
        /* height: 8px; */
        width: 50%;
        content: "";
        background-color: var(--ambed-base, #a47c68);
    }

.main-header__top-inner {
    position: relative;
    display: block;
    padding: 36px 0 27px;
}

.main-header__logo {
    position: relative;
    display: block;
    float: left;
}

.main-header__top-right {
    position: relative;
    display: block;
    float: right;
}

.main-header__top-right-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0 2px;
}

.main-header__top-address-box {
    position: relative;
    display: block;
}

.main-header__top-address {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-header__top-address li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-header__top-address li:before {
            position: absolute;
            top: -4px;
            bottom: -5px;
            right: -28px;
            content: "";
            width: 1px;
            background-color: var(--ambed-bdr-color, #e2ddda);
            -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
        }

        .main-header__top-address li:last-child:before {
            display: none;
        }

        .main-header__top-address li + li {
            margin-left: 54px;
        }

        .main-header__top-address li .icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            top: -3px;
        }

            .main-header__top-address li .icon span {
                font-size: 30px;
                color: var(--ambed-base, #a47c68);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

        .main-header__top-address li .icon--location span {
            font-size: 48px;
            margin-left: -12px;
            margin-right: -12px;
        }

        .main-header__top-address li .content {
            margin-left: 20px;
        }

            .main-header__top-address li .content p {
                font-size: 12px;
                font-weight: 500;
                line-height: 12px;
            }

            .main-header__top-address li .content h5 {
                font-size: 14px;
                font-weight: 500;
                line-height: 26px;
            }

                .main-header__top-address li .content h5 a {
                    color: var(--ambed-black, #3c3531);
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .main-header__top-address li .content h5 a:hover {
                        color: var(--ambed-base, #a47c68);
                    }

.main-header__top-right-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    margin-top: -3px;
}

    .main-header__top-right-social a {
        position: relative;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--ambed-black, #3c3531);
        font-size: 15px;
        background-color: var(--ambed-primary, #f2eeeb);
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .main-header__top-right-social a:hover {
            color: var(--ambed-white, #ffffff);
        }

        .main-header__top-right-social a:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-color: var(--ambed-base, #a47c68);
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: all;
            transition-property: all;
            opacity: 1;
            -webkit-transform-origin: top;
            transform-origin: top;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: -1;
        }

        .main-header__top-right-social a:hover:after {
            opacity: 1;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        .main-header__top-right-social a + a {
            margin-left: 10px;
        }

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper-inner {
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding-left: 40px;
    padding-right: 5px;
}

.main-menu__left {
    display: block;
    float: left;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__right {
    position: relative;
    display: block;
    float: right;
}

.main-menu__search-btn-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

.main-menu__search-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}

    .main-menu__search-box:before {
        position: absolute;
        top: -8px;
        bottom: -7px;
        left: -30px;
        content: "";
        width: 1px;
        background-color: var(--ambed-bdr-color, #e2ddda);
    }

.main-menu__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    color: var(--ambed-black, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu__search:hover {
        color: var(--ambed-base, #a47c68);
    }

.stricky-header.main-menu {
    padding: 0px 0px;
    background-color: var(--ambed-white, #ffffff);
}

.stricky-header .main-menu__main-menu-box {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stricky-header .main-menu__wrapper-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: 29px;
    }

    .main-menu .main-menu__list > li > a,
    .stricky-header .main-menu__list > li > a {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--ambed-gray, #8b827d);
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-weight: 400;
    }

        .main-menu .main-menu__list > li > a > .main-menu-border,
        .stricky-header .main-menu__list > li > a > .main-menu-border {
            position: absolute;
            bottom: -20px;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
            opacity: 0;
            visibility: hidden;
            height: 0px;
            width: 12px;
            border-left: 2px solid #3b3430;
            border-right: 2px solid #3b3430;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .main-menu .main-menu__list > li > a > .main-menu-border:before,
            .stricky-header .main-menu__list > li > a > .main-menu-border:before {
                position: absolute;
                top: -7px;
                bottom: 0;
                left: 50%;
                width: 2px;
                background-color: var(--ambed-base, #a47c68);
                content: "";
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

    .main-menu .main-menu__list > li.current > a,
    .main-menu .main-menu__list > li:hover > a,
    .stricky-header .main-menu__list > li.current > a,
    .stricky-header .main-menu__list > li:hover > a {
        color: var(--ambed-black, #3c3531);
    }

        .main-menu .main-menu__list > li.current > a > .main-menu-border,
        .main-menu .main-menu__list > li:hover > a > .main-menu-border,
        .stricky-header .main-menu__list > li.current > a > .main-menu-border,
        .stricky-header .main-menu__list > li:hover > a > .main-menu-border {
            -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
            opacity: 1;
            visibility: visible;
            height: 11px;
        }

    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        opacity: 0;
        visibility: hidden;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0) translateZ(100px);
        transform: scaleY(0) translateZ(100px);
        -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
        transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
        transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
        transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
        z-index: 99;
        -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }


        .main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > ul,
        .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > ul {
            display: none;
        }

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

        .main-menu .main-menu__list > li > ul > li,
        .main-menu .main-menu__list > li > ul > li > ul > li,
        .main-menu .main-menu__list > li > ul > li > ul > li > ul > li,
        .main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul > li,
        .main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > ul > li,
        .stricky-header .main-menu__list > li > ul > li,
        .stricky-header .main-menu__list > li > ul > li > ul > li,
        .stricky-header .main-menu__list > li > ul > li > ul > li ul > li,
        .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul > li,
        .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > ul > li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            width: 100%;
            position: relative;
        }


            .main-menu .main-menu__list > li > ul > li + li,
            .main-menu .main-menu__list > li > ul > li > ul > li + li,
            .main-menu .main-menu__list > li > ul > li > ul > li > ul > li + li,
            .main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul > li + li,
            .stricky-header .main-menu__list > li > ul > li + li,
            .stricky-header .main-menu__list > li > ul > li > ul > li + li
            .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li + li,
            .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul > li + li {
                border-top: 1px solid rgba(var(--ambed-black-rgb, 60, 53, 49), 0.1);
            }

            .main-menu .main-menu__list > li > ul > li > a,
            .main-menu .main-menu__list > li > ul > li > ul > li > a,
            .main-menu .main-menu__list > li > ul > li > ul > li > ul > li > a,
            .main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > a,
            .stricky-header .main-menu__list > li > ul > li > a,
            .stricky-header .main-menu__list > li > ul > li > ul > li > a,
            .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > a,
            .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > a {
                font-size: 15px;
                line-height: 30px;
                color: var(--ambed-gray, #8b827d);
                letter-spacing: 0;
                font-weight: 400;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 10px 25px;
                -webkit-transition: 500ms;
                transition: 500ms;
            }

            .main-menu .main-menu__list > li > ul > li:hover > a,
            .main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
            .main-menu .main-menu__list > li > ul > li > ul > li > ul > li:hover > a,
            .main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul > li:hover > a,
            .stricky-header .main-menu__list > li > ul > li:hover > a,
            .stricky-header .main-menu__list > li > ul > li > ul > li:hover > a,
            .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li:hover > a,
            .stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul > li:hover > a {
                background-color: var(--ambed-base, #a47c68);
                color: var(--ambed-white, #ffffff);
            }

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

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

.main-menu-three__main-menu-three-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-two-inner .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}

    .main-menu-three__main-menu-three-box .main-menu__list > .megamenu > ul,
    .main-menu-two__main-menu-two-inner .main-menu__list > .megamenu > ul,
    .main-menu__wrapper .main-menu__list > .megamenu > ul {
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .main-menu-three__main-menu-three-box .main-menu__list > .megamenu > ul > li,
        .main-menu-two__main-menu-two-inner .main-menu__list > .megamenu > ul > li,
        .main-menu__wrapper .main-menu__list > .megamenu > ul > li {
            padding: 0 !important;
        }

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

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

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--ambed-black, #3c3531);
    cursor: pointer;
}

    .mobile-nav__buttons a + a {
        margin-left: 10px;
    }

    .mobile-nav__buttons a:hover {
        color: var(--ambed-base, #a47c68);
    }

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--ambed-base, #a47c68);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

    .main-menu .mobile-nav__toggler:hover {
        color: var(--ambed-black, #3c3531);
    }

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left 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;
    visibility: hidden;
}

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

    .mobile-nav__wrapper.expanded {
        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;
    }

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--ambed-black, #3c3531);
    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;
    -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;
}

.mobile-nav__wrapper.expanded .mobile-nav__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;
}

.mobile-nav__content .ambed-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--ambed-text-dark);
    cursor: pointer;
}

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

    .mobile-nav__content .main-menu__list > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li > ul {
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-left: 0.5em;
    }

        .mobile-nav__content .main-menu__list > li:not(:last-child),
        .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child),
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li:not(:last-child),
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li > ul > li:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

    .mobile-nav__content .main-menu__list > li > a > .main-menu-border {
        display: none !important;
    }

    .mobile-nav__content .main-menu__list > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li > a,
    .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 30px;
        color: #ffffff;
        font-size: 14px;
        font-family: var(--ambed-font, "Rubik", sans-serif);
        font-weight: 500;
        height: 46px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 500ms;
        transition: 500ms;
    }

        .mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
            color: var(--ambed-base, #a47c68);
        }

        .mobile-nav__content .main-menu__list > li > a > button,
        .mobile-nav__content .main-menu__list > li > ul > li > a > button,
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li > a > button,
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > a > button {
            width: 30px;
            height: 30px;
            background-color: var(--ambed-base, #a47c68);
            border: none;
            outline: none;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: -webkit-transform 500ms ease;
            transition: -webkit-transform 500ms ease;
            transition: transform 500ms ease;
            transition: transform 500ms ease, -webkit-transform 500ms ease;
            padding: 0;
        }

            .mobile-nav__content .main-menu__list > li > a > button.expanded,
            .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
            .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded,
            .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li > a > button.expanded {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                background-color: #fff;
                color: var(--ambed-black, #3c3531);
            }

        /* no menu after 2rd level dropdown */
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > a > button,
        .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > ul {
            display: none !important;
        }

    .mobile-nav__content .main-menu__list li.cart-btn span {
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .mobile-nav__content .main-menu__list li.cart-btn i {
        font-size: 16px;
    }

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .mobile-nav__top .main-menu__login a {
        color: var(--ambed-text-dark);
    }

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

        .mobile-nav__social a:hover {
            color: var(--ambed-base, #a47c68);
        }

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

    .mobile-nav__contact li {
        color: var(--ambed-text-dark);
        font-size: 14px;
        font-weight: 500;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

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

        .mobile-nav__contact li a {
            color: #ffffff;
            -webkit-transition: 500ms;
            transition: 500ms;
        }

            .mobile-nav__contact li a:hover {
                color: var(--ambed-base, #a47c68);
            }

        .mobile-nav__contact li > i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: var(--ambed-base, #a47c68);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            font-size: 11px;
            margin-right: 10px;
            color: #fff;
        }

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-header-two:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.15);
        z-index: 1;
    }

.main-menu-two {
    background-color: #ffffffe3;
    padding: 0px 60px;
    /* opacity: 0.7; */
}

.stricky-header.main-menu-two {
    padding: 0 60px;
    background-color: #fffffff5;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
}

.main-menu-two__left {
    display: block;
    float: left;
}

.main-menu-two__logo {
    position: relative;
    display: block;
    float: left;
    padding: 11px 0;
    margin-right: 81px;
}

.main-menu-two__main-menu-two-box {
    display: block;
    float: right;
}

.main-menu-two__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    padding: 38px 0;
}

    .main-menu-two__social a {
        position: relative;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--ambed-white, #ffffff);
        font-size: 15px;
        background-color: var(--ambed-black, #a47c68);
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .main-menu-two__social a:hover {
            color: var(--ambed-base, #a47c68);
        }

        .main-menu-two__social a:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-color: var(--ambed-white, #ffffff);
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: all;
            transition-property: all;
            opacity: 1;
            -webkit-transform-origin: top;
            transform-origin: top;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: -1;
        }

        .main-menu-two__social a:hover:after {
            opacity: 1;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        .main-menu-two__social a + a {
            margin-left: 10px;
        }

.main-menu-two__main-menu-two-inner {
    display: block;
    float: left;
    margin-left: 75px;
}

.main-menu-two__right {
    position: relative;
    display: block;
    float: right;
}

.main-menu-two__call-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
}

.main-menu-two__call {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu-two__call-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-menu-two__call-icon span {
        font-size: 30px;
        color: var(--ambed-base, #a47c68);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.main-menu-two__call-content {
    margin-left: 20px;
}

.main-menu-two__call-sub-title {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.main-menu-two__call-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

    .main-menu-two__call-number a {
        color: #000000;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .main-menu-two__call-number a:hover {
            color: var(--ambed-base, #a47c68);
        }

.main-menu-two__search-box {
    position: relative;
    display: block;
    margin-left: 60px;
}

    .main-menu-two__search-box:before {
        position: absolute;
        top: -10px;
        bottom: -10px;
        left: -30px;
        width: 1px;
        content: "";
        background-color: #0b3b5d;
    }

.main-menu-two__search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    color: #0b3b5d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu-two__search:hover {
        color: var(--ambed-base, #a47c68);
    }

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

    .main-menu-two .main-menu__list > li > a,
    .stricky-header.main-menu-two .main-menu__list > li > a {
        color: #000000;
    }

    .main-menu-two .main-menu__list > li.current > a,
    .main-menu-two .main-menu__list > li:hover > a,
    .stricky-header.main-menu-two .main-menu__list > li.current > a,
    .stricky-header.main-menu-two .main-menu__list > li:hover > a {
        color: #0d375a;
    }

    .main-menu-two .main-menu__list > li > a .main-menu-border,
    .stricky-header.main-menu-two .main-menu__list > li > a .main-menu-border {
        border-left: 2px solid #593a24;
        border-right: 2px solid #593a24;
        bottom: -43px;
    }

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
}

.main-header-three__top {
    position: relative;
    display: block;
}

.main-header-three__top-inner {
    position: relative;
    display: block;
    background-color: var(--ambed-black, #3c3531);
    padding-left: 325px;
    padding-right: 80px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.main-header-three__top-left {
    position: relative;
    display: block;
    float: left;
    /* padding-top: 6px; */
}

.main-header-three__top-address {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-header-three__top-address li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-header-three__top-address li + li {
            margin-left: 30px;
        }

        .main-header-three__top-address li .icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .main-header-three__top-address li .icon span {
                font-size: 15px;
                color: var(--ambed-white, #ffffff);
            }

        .main-header-three__top-address li .text {
            margin-left: 10px;
        }

            .main-header-three__top-address li .text p {
                font-size: 12px;
                color: #bab1ac;
            }

                .main-header-three__top-address li .text p a {
                    color: #ffffff;
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .main-header-three__top-address li .text p a:hover {
                        color: #b9b9b9;
                    }

.main-header-three__top-right {
    position: relative;
    display: block;
    float: right;
}

.main-header-three__top-right-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
}

.main-header-three__top-right-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-header-three__top-right-menu li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-header-three__top-right-menu li + li {
            margin-left: 20px;
        }

        .main-header-three__top-right-menu li a {
            font-size: 12px;
            color: #ffffff;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .main-header-three__top-right-menu li a:hover {
                color: #9d9d9d;
            }

.main-header-three__top-right-social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* padding: 0px 0 0 0; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 36px;
}

    .main-header-three__top-right-social a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        color: var(--ambed-white, #ffffff);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .main-header-three__top-right-social a:hover {
            color: var(--ambed-base, #a47c68);
        }

        .main-header-three__top-right-social a + a {
            margin-left: 13px;
        }

.main-menu-three {
    padding: 0 80px;
}

.stricky-header.main-menu-three {
    padding: 0 80px;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__left {
    display: block;
    float: left;
}

.main-menu-three__logo-box {
    position: relative;
    display: block;
    width: 240px;
    float: left;
}

    .main-menu-three__logo-box:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -10000000000px;
        content: "";
        right: 0;
        background-color: var(--ambed-black, #3c3531);
        z-index: -1;
    }

    .main-menu-three__logo-box:after {
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        right: -5px;
        left: 0;
        background-color: var(--ambed-base, #a47c68);
        z-index: -1;
        -webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    }

.main-menu-three__logo {
    position: relative;
    display: block;
    background-color: var(--ambed-black, #3c3531);
    padding: 10px 0 40px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}

.stricky-header .main-menu-three__logo {
    padding: 25px 0;
}

.main-menu-three__main-menu-three-box {
    display: block;
    float: right;
    margin-left: 50px;
}

.main-menu-three__right {
    position: relative;
    display: block;
    float: right;
}

.main-menu-three__search-btn-call {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0;
    /* padding-left: 50px; */
    /* padding-right: 63px; */
}

.main-menu-three__search-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu-three__search-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-menu-three__search-box:before {
        position: absolute;
        top: -8px;
        bottom: -8px;
        left: -30px;
        content: "";
        width: 1px;
        background-color: var(--ambed-bdr-color, #e2ddda);
    }

.main-menu-three__search {
    font-size: 24px;
    color: var(--ambed-black, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu-three__search:hover {
        color: var(--ambed-base, #a47c68);
    }

.main-menu-three__btn-box {
    margin-left: 30px;
}

.main-menu-three__call {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
}

.main-menu-three__call-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-menu-three__call-icon span {
        font-size: 30px;
        color: var(--ambed-base, #a47c68);
    }

.main-menu-three__call-number {
    margin-left: 20px;
}

    .main-menu-three__call-number p {
        font-size: 12px;
        line-height: 15px;
    }

    .main-menu-three__call-number h5 {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }

        .main-menu-three__call-number h5 a {
            color: var(--ambed-black, #3c3531);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .main-menu-three__call-number h5 a:hover {
                color: var(--ambed-base, #a47c68);
            }

.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
    padding-top: 41px;
    padding-bottom: 41px;
}

    .main-menu-three .main-menu__list > li > a .main-menu-border,
    .stricky-header.main-menu-three .main-menu__list > li > a .main-menu-border {
        bottom: -41px;
    }

        .main-menu-three .main-menu__list > li > a .main-menu-border:before,
        .stricky-header.main-menu-three .main-menu__list > li > a .main-menu-border:before {
            background-color: var(--ambed-base, #a47c68);
        }

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

    .search-popup.active {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

    .search-popup__content form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        background-color: #fff;
        border-radius: 0px;
        overflow: hidden;
    }

        .search-popup__content form input[type="search"],
        .search-popup__content form input[type="text"] {
            width: 100%;
            background-color: #fff;
            font-size: 16px;
            border: none;
            outline: none;
            height: 66px;
            padding-left: 30px;
        }

    .search-popup__content .thm-btn {
        padding: 0;
        width: 68px;
        height: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 0;
        right: -1px;
        border-radius: 0;
        background-color: var(--ambed-black, #3c3531);
        border: 0;
    }

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    top: -35px;
    margin-bottom: -35px;
    z-index: 91;
}

    .main-slider .swiper-container {
        width: 100%;
    }

    .main-slider .swiper-slide {
        position: relative;
        background-color: var(--ambed-black, #3c3531);
    }

    .main-slider .container {
        position: relative;
        padding-top: 17%;
        padding-bottom: 16%;
        z-index: 30;
    }

    .main-slider .image-layer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        transition: transform 7000ms ease, opacity 1500ms ease-in;
        transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        z-index: 1;
    }

    .main-slider .swiper-slide-active .image-layer {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    .main-slider .image-layer:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.4);
        z-index: -1;
    }

.main-slider__content {
    position: relative;
    display: block;
    text-align: center;
}

.main-slider__icon {
    position: relative;
    display: block;
    margin-bottom: 21px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

    .main-slider__icon img {
        width: auto;
    }

.main-slider__sub-title-box {
    position: relative;
    display: block;
    max-width: 475px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__sub-title {
    font-size: 24px;
    color: var(--ambed-base, #a47c68);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
}

.main-slider__sub-title-box {
    position: relative;
    display: block;
    max-width: 1160px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}


.main-slider__border-right {
    position: absolute;
    top: 9px;
    bottom: 0;
    right: 0;
    border-right: 6px solid var(--ambed-base, #a47c68);
    border-top: 6px solid var(--ambed-base, #a47c68);
    width: 70px;
}

.main-slider__title {
    font-size: 44px;
    color: var(--ambed-white, #ffffff);
    font-weight: 900;
    line-height: 80px;
    margin-top: -36px;
    margin-bottom: 11px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

    .main-slider__title span {
        color: var(--ambed-base, #a47c68);
        font-family: var(--ambed-reey-font, "reeyregular");
    }

.main-slider__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-black, #3c3531);
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title-box,
.main-slider .swiper-slide-active .main-slider__btn-box,
.main-slider .swiper-slide-active .main-slider__icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .main-slider__nav .swiper-button-next,
    .main-slider__nav .swiper-button-prev {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 100;
        width: 60px;
        height: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--ambed-white, #ffffff);
        font-size: 20px;
        background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.2);
        margin: 0;
        text-align: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .main-slider__nav .swiper-button-next:hover,
        .main-slider__nav .swiper-button-prev:hover {
            background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 1);
            color: var(--ambed-black, #3c3531);
        }

        .main-slider__nav .swiper-button-next::after,
        .main-slider__nav .swiper-button-prev::after {
            display: none;
        }

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
    margin-top: 0;
}

    .main-slider-two .swiper-slide {
        position: relative;
        background-color: var(--ambed-black, #3c3531);
    }

    .main-slider-two .container {
        position: relative;
        padding-top: 19%;
        padding-bottom: 17%;
        z-index: 30;
    }

.slider-image-full {
    position: relative !important;
}

.main-slider-two .image-layer-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    /* background-color: var(--ambed-black, #3c3531); */
    /* background-blend-mode: luminosity; */
    /* opacity: .40; */
    z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider-two__content {
    position: relative;
    display: block;
}

.main-slider-two__sub-title {
    font-size: 18px;
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__title {
    font-size: 36px;
    color: var(--ambed-white, #ffffff);
    font-weight: 900;
    line-height: 74px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-black, #3c3531);
}

.main-slider-two .swiper-slide-active .main-slider-two__sub-title,
.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
    position: relative;
    display: block;
}

    .main-slider-three .swiper-slide {
        position: relative;
        background-color: var(--ambed-primary, #f2eeeb);
    }

    .main-slider-three .container {
        position: relative;
        /* padding-top: 266px; */
        /* padding-bottom: 146px; */
        padding: 19% 2%;
        z-index: 30;
    }

    .main-slider-three .image-layer-three {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        transition: transform 7000ms ease, opacity 1500ms ease-in;
        transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        z-index: 1;
    }
        /*    .main-slider-three .image-layer-four {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        transition: transform 7000ms ease, opacity 1500ms ease-in;
        transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
        z-index: 1;
    }*/

        .main-slider-three .image-layer-three::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            /*            background: #f2eeeb;
            background: -webkit-gradient(linear, right top, left top, from(rgba(242, 238, 235, 0)), color-stop(40%, rgba(242, 238, 235, 0)), color-stop(69%, rgba(242, 238, 235, 0.795956)), color-stop(100%, #f2eeeb), to(#f2eeeb));
            background: linear-gradient(270deg, rgba(242, 238, 235, 0) 0%, rgba(242, 238, 235, 0) 40%, rgba(242, 238, 235, 0.795956) 69%, #f2eeeb 100%, #f2eeeb 100%);*/
            z-index: -1;
        }

    .main-slider-three .image-layer-four::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #f2eeeb;
        background: -webkit-gradient(linear, right top, left top, from(rgba(242, 238, 235, 0)), color-stop(40%, rgba(242, 238, 235, 0)), color-stop(69%, rgba(242, 238, 235, 0.795956)), color-stop(100%, #f2eeeb), to(#f2eeeb));
        background: linear-gradient(270deg, rgba(242, 238, 235, 0) 0%, rgba(242, 238, 235, 0) 40%, rgba(242, 238, 235, 0.795956) 69%, #f2eeeb 100%, #f2eeeb 100%);
        z-index: -1;
    }

    .main-slider-three .swiper-slide-active .image-layer-three {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

.main-slider-three__content {
    position: relative;
    display: block;
    /* min-height: 370px; */
}

.main-slider-three__sub-title {
    font-size: 26px;
    color: var(--ambed-base, #a47c68);
    line-height: 20px;
    opacity: 0;
    /* font-weight: bold; */
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__title {
    font-size: 43px;
    line-height: 59px;
    /* min-height: 73px; */
    color: var(--ambed-black, #3c3531);
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 31px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

    .main-slider-three__title span {
        position: relative;
        display: inline-block;
    }

        .main-slider-three__title span:before {
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            background-image: url(../images/shapes/main-slider-three-shape-1.png);
            background-repeat: no-repeat;
            width: 269px;
            height: 24px;
            content: "";
            z-index: -1;
        }

.main-slider-three__btn-box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__sub-title,
.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-three .main-slider__nav .swiper-button-next,
.main-slider-three .main-slider__nav .swiper-button-prev {
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.2);
    color: var(--ambed-white, #ffffff);
}

    .main-slider-three .main-slider__nav .swiper-button-next:hover,
    .main-slider-three .main-slider__nav .swiper-button-prev:hover {
        background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 1);
        color: var(--ambed-white, #ffffff);
    }

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 160px 0 73px;
}

.about-one-shape-2 {
    position: absolute;
    top: -325px;
    left: -325px;
    height: 650px;
    width: 650px;
    background-color: #f2eeeb;
    border-radius: 50%;
}

.about-one-wall {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .5;
}

    .about-one-wall img {
        width: auto;
    }

.about-one__left {
    position: relative;
    display: block;
    margin-right: 50px;
}

    .about-one__left .section-title {
        margin-bottom: 50px;
    }

    .about-one__left .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.about-one__text-1 {
    font-size: 24px;
    color: var(--ambed-base, #a47c68);
    font-weight: 500;
    line-height: 36px;
}

.about-one__points {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 44px;
    margin-bottom: 44px;
}

    .about-one__points li {
        position: relative;
        display: block;
    }

        .about-one__points li + li {
            margin-left: 20px;
        }

.about-one__points-content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--ambed-base, #a47c68);
    padding-left: 30px;
    padding-right: 33px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 2ms;
    transition-delay: 2ms;
    z-index: 1;
}

.about-one__points li:hover .about-one__points-content-box {
    border: 2px solid transparent;
}

.about-one__points-content-box:before {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: 0;
    width: 5px;
    content: "";
    background-color: var(--ambed-base, #a47c68);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    z-index: -1;
}

.about-one__points li:hover .about-one__points-content-box:before {
    opacity: 1;
    width: 100%;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.about-one__points-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .about-one__points-icon span {
        font-size: 32px;
        color: var(--ambed-base, #a47c68);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.about-one__points li:hover .about-one__points-icon span {
    color: var(--ambed-white, #ffffff);
}

.about-one__points-text-box {
    margin-left: 20px;
}

.about-one__points-text {
    font-size: 16px;
    color: var(--ambed-black, #3c3531);
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__points li:hover .about-one__points-text {
    color: var(--ambed-white, #ffffff);
}

.about-one__text-2 {
    font-size: 18px;
    line-height: 34px;
}

.about-one__contact-us {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 39px;
}

.about-one__call {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.about-one__call-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: var(--ambed-base, #a47c68);
    color: var(--ambed-white, #ffffff);
    font-size: 26px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .about-one__call-icon:hover {
        background-color: var(--ambed-black, #3c3531);
    }

.about-one__call-text {
    margin-left: 20px;
}

    .about-one__call-text p {
        line-height: 25px;
    }

    .about-one__call-text a {
        font-size: 20px;
        color: var(--ambed-black, #3c3531);
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .about-one__call-text a:hover {
            color: var(--ambed-base, #a47c68);
        }

.about-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-right: 18px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
    overflow: hidden;
    z-index: 2;
}

    .about-one__img:after {
        position: absolute;
        top: 0;
        left: -100%;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        z-index: 1;
    }

    .about-one__img:hover:after {
        -webkit-animation: shine 1.5s;
        animation: shine 1.5s;
    }

    .about-one__img img {
        width: 100%;
        border-bottom-left-radius: 75px;
        border-top-right-radius: 75px;
    }

.about-one__small-img {
    position: absolute;
    top: 90px;
    right: -150px;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
}

    .about-one__small-img img {
        width: auto;
        border-bottom-left-radius: 75px;
        border-top-right-radius: 75px;
    }

.about-one__project {
    position: absolute;
    bottom: -80px;
    right: -55px;
    background-color: var(--ambed-base, #a47c68);
    padding: 18px 27px 32px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: 2;
}

.about-one__project-icon {
    position: relative;
    display: block;
    margin-bottom: 11px;
}

    .about-one__project-icon span {
        font-size: 65px;
        color: var(--ambed-white, #ffffff);
        position: relative;
        display: block;
        text-align: center;
    }

.about-one__project-content {
    position: relative;
    display: block;
    text-align: center;
}

    .about-one__project-content h3 {
        color: var(--ambed-white, #ffffff);
        font-size: 40px;
        font-weight: 700;
        font-family: var(--ambed-font, "Rubik", sans-serif) !important;
        line-height: 45px !important;
    }

.about-one__project-text {
    color: var(--ambed-white, #ffffff);
    line-height: 16px;
}

.about-one__project-content .odometer-formatting-mark {
    display: none;
}

.about-one__shape-1 {
    position: absolute;
    top: -40px;
    left: -40px;
    height: 235px;
    width: 235px;
    background-color: var(--ambed-primary, #f2eeeb);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.about-one__dot {
    position: absolute;
    bottom: -15px;
    left: -54px;
    opacity: .3;
}

    .about-one__dot img {
        width: auto;
        -webkit-animation-name: shapeMover;
        animation-name: shapeMover;
        -webkit-animation-duration: 9s;
        animation-duration: 9s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    z-index: 2;
}

.feature-one__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-one__single {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}

.feature-one__content {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 40px 40px 40px;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

    .feature-one__content:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        content: "";
        background-color: var(--ambed-bdr-color, #e2ddda);
    }

.feature-one__single:last-child .feature-one__content:before {
    display: none;
}

.feature-one__content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: var(--ambed-base, #a47c68);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.feature-one__single:hover .feature-one__content:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.feature-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__shape-1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.feature-one__shape-1 img {
    width: auto;
}

.feature-one__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.05;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__shape-2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.feature-one__shape-2 img {
    width: auto;
}

.feature-one__icon {
    position: relative;
    display: block;
}

    .feature-one__icon span {
        position: relative;
        display: block;
        font-size: 63px;
        color: var(--ambed-base, #a47c68);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.feature-one__single:hover .feature-one__icon span {
    color: var(--ambed-white, #ffffff);
}

.feature-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .feature-one__title a {
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.feature-one__single:hover .feature-one__title a {
    color: var(--ambed-white, #ffffff);
}

.feature-one__text {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
    color: #f0d9cd;
}

.feature-one__arrow {
    position: relative;
    display: block;
    margin-top: 20px;
}

    .feature-one__arrow a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        background-color: var(--ambed-white, #ffffff);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.feature-one__single:hover .feature-one__arrow a {
    background-color: var(--ambed-black, #3c3531);
}

.feature-one__arrow a i {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--ambed-base, #a47c68);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__arrow a i {
    color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    padding: 135px 0 25px;
    /* margin-top: -149px; */
}

.services-one-bg-box {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 177px;
    background-color: var(--ambed-black, #3c3531);
    z-index: 1;
}

.services-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--ambed-black, #3c3531);
    mix-blend-mode: luminosity;
    opacity: .08;
    z-index: 1;
}

.services-one .section-title {
    z-index: 3;
}

.services-one .section-title__tagline {
    color: #c1b8b3;
}

.services-one .section-title__title {
    color: var(--ambed-white, #ffffff);
}

.services-one .section-title__line:after {
    background-color: var(--ambed-white, #ffffff);
}

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 5;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

    .services-one__img:before {
        position: absolute;
        content: '';
        background-color: var(--ambed-black, #3c3531);
        height: 0%;
        left: 0px;
        right: 0px;
        top: 0px;
        opacity: .8;
        z-index: 1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .services-one__img:after {
        position: absolute;
        content: '';
        background-color: var(--ambed-black, #3c3531);
        height: 0%;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: .8;
        z-index: 1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.services-one__single:hover .services-one__img:before,
.services-one__single:hover .services-one__img:after {
    height: 50%;
}

.services-one__img img {
    width: 100%;
}

.services-one__icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 20px;
    left: 40px;
    height: 106px;
    width: 106px;
    background-color: var(--ambed-black, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.services-one__single:hover .services-one__icon {
    background-color: var(--ambed-base, #a47c68);
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
    color: var(--ambed-white, #ffffff);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.services-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
    background-color: var(--ambed-white, #ffffff);
    padding: 32px 39px 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__content {
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    /* height: 100px; */
    line-height: 34px;
    margin-bottom: 2px;
}

.services-one__text a {
    color: var(--ambed-base, #a47c68);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .services-one__text a:hover {
        color: var(--ambed-black, #3c3531);
    }

.services-one__title a {
    color: var(--ambed-black, #3c3531);
}

/*--------------------------------------------------------------
# Quality Work
--------------------------------------------------------------*/
.quality-work {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 250px 0 0;
    margin-top: -256px;
    overflow: hidden;
    z-index: 2;
}

.quality-work-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

    .quality-work-shape-1 img {
        width: auto;
    }

.quality-work-shape-2 {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
}

    .quality-work-shape-2 img {
        width: auto;
    }

.quality-work-shape-3 {
    position: absolute;
    bottom: 0;
    right: -24px;
}

    .quality-work-shape-3 img {
        width: auto;
    }

.quality-work-shape-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .7;
}

    .quality-work-shape-4 img {
        width: auto;
    }

.quality-work-shape-5 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7;
}

    .quality-work-shape-5 img {
        width: auto;
    }

.quality-work__left {
    position: relative;
    display: block;
    margin-right: 102px;
    margin-left: -367px;
}

.quality-work__img-box {
    position: relative;
    display: block;
}

.quality-work__img {
    position: relative;
    display: block;
}

    .quality-work__img img {
        width: 100%;
    }

.quality-work__small-img {
    position: absolute;
    top: 70px;
    right: 64px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border: 6px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
}

    .quality-work__small-img img {
        width: auto;
    }

.quality-work__video-box {
    position: absolute;
    bottom: 145px;
    right: 90px;
}

.quality-work__curved-circle-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 188px;
    width: 188px;
    background-color: var(--ambed-black, #3c3531);
    border-radius: 50%;
}

    .quality-work__curved-circle-box .curved-circle {
        position: absolute;
        top: -2px;
        left: 0;
        font-size: 22px;
        font-weight: 400;
        color: var(--ambed-white, #ffffff);
        letter-spacing: .24em;
        text-transform: uppercase;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.quality-work__video-link {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quality-work__video-icon {
    height: 110px;
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 50%;
    border: 2px solid var(--ambed-base, #a47c68);
    color: var(--ambed-base, #a47c68);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .quality-work__video-icon:hover {
        background-color: var(--ambed-base, #a47c68);
        border-color: var(--ambed-base, #a47c68);
        color: var(--ambed-white, #ffffff);
    }

    .quality-work__video-icon span {
        font-size: 25px;
    }

.quality-work__right {
    position: relative;
    display: block;
    padding-top: 100px;
}

    .quality-work__right .section-title {
        margin-bottom: 49px;
    }

    .quality-work__right .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.quality-work__text-1 {
    font-size: 20px;
    color: var(--ambed-base, #a47c68);
    font-weight: 500;
    font-style: italic;
    line-height: 34px;
}

.quality-work__feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 47px;
}

    .quality-work__feature li {
        position: relative;
        display: block;
        padding-left: 98px;
        min-height: 77px;
    }

        .quality-work__feature li + li {
            margin-left: 27px;
        }

        .quality-work__feature li .icon {
            height: 77px;
            width: 77px;
            background-color: var(--ambed-base, #a47c68);
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

            .quality-work__feature li .icon:before {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: "";
                border-radius: 50%;
                background-color: var(--ambed-black, #3c3531);
                -webkit-transform: scale(0);
                transform: scale(0);
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                z-index: -1;
            }

        .quality-work__feature li:hover .icon:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        .quality-work__feature li .icon span {
            font-size: 32px;
            color: var(--ambed-white, #ffffff);
            position: relative;
            display: inline-block;
        }

        .quality-work__feature li .text {
            position: relative;
            display: block;
            top: 6px;
        }

            .quality-work__feature li .text p {
                font-size: 20px;
                color: var(--ambed-black, #3c3531);
                font-weight: 500;
                line-height: 30px;
            }

.quality-work__text-2 {
    font-size: 18px;
    line-height: 34px;
}

.quality-work__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}

.quality-work__progress-single {
    position: relative;
    display: block;
}

.quality-work__progress-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    font-weight: 700;
}

.quality-work__progress .bar {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 0px;
    margin-bottom: 21px;
}

.quality-work__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 8px;
    border-radius: 0px;
    background: var(--ambed-base, #a47c68);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.quality-work__progress .count-text {
    position: absolute;
    right: -41px;
    bottom: 21px;
    color: var(--ambed-white, #ffffff);
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    background-color: var(--ambed-base, #a47c68);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .quality-work__progress .count-text:before {
        position: absolute;
        bottom: -8px;
        left: 0;
        border: 4px solid var(--ambed-base, #a47c68);
        content: "";
        border-right: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

.quality-work__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.quality-work__progress .bar.marb-0 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    /* background-color: var(--ambed-primary, #f2eeeb); */
}

.project-one__inner {
    position: relative;
    display: block;
}

.project-one__thumb-box {
    position: absolute;
    bottom: 38px;
    left: 104px;
    max-width: 570px;
    width: 100%;
    height: 98px;
    z-index: 5;
}

#project-one__thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
}

.project-one__img-holder {
    position: relative;
    display: block;
    cursor: pointer;
    width: 130px;
    height: 97px;
    overflow: hidden;
    background-color: var(--ambed-black, #3c3531);
}

    .project-one__img-holder img {
        width: 100%;
        opacity: 0.6;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .project-one__img-holder:hover img,
    .swiper-slide-thumb-active .project-one__img-holder img {
        opacity: 1;
    }

.project-one__main-content {
    position: relative;
    display: block;
}

    .project-one__main-content .swiper-container {
        margin-right: -71px !important;
        padding-right: 71px;
    }

.project-one__left {
    position: relative;
    display: block;
    margin: 0px 66px 0;
}

.project-one__img {
    position: relative;
    display: block;
}

    .project-one__img img {
        width: 100%;
    }

.project-one__right {
    position: relative;
    display: block;
    margin-top: 60px;
}

.project-one__content-box {
    position: relative;
    display: block;
}

.project-one-shape-1 {
    position: absolute;
    top: -43px;
    right: -71px;
}

    .project-one-shape-1 img {
        width: auto;
    }

.project-one__content {
    position: relative;
    display: block;
    background-color: var(--ambed-white, #ffffff);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
    padding: 52px 60px 60px;
}

.project-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.project-one__text {
    padding-top: 23px;
    padding-bottom: 30px;
}

.project-one__nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 0;
    padding: 0 43px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.project-one__thumb-box:hover .project-one__nav {
    opacity: 1;
    visibility: visible;
}

.project-one__nav .swiper-button-next,
.project-one__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: var(--ambed-white, #ffffff);
    background-color: rgba(var(--ambed-base-rgb, 164, 124, 104), 0.9);
    border-radius: 0;
    margin: 0;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .project-one__nav .swiper-button-next:hover,
    .project-one__nav .swiper-button-prev:hover {
        color: var(--ambed-white, #ffffff);
        background-color: var(--ambed-black, #3c3531);
    }

    .project-one__nav .swiper-button-next::after,
    .project-one__nav .swiper-button-prev::after {
        display: none;
    }

.project-one__nav .swiper-button-prev {
    margin-bottom: 0px;
}

    .project-one__nav .swiper-button-prev .angle-left {
        position: relative;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.project-one__more-project {
    position: relative;
    display: block;
    margin-top: 50px;
}

.project-one__more-project-content {
    position: relative;
    display: block;
    text-align: center;
    border: 2px solid var(--ambed-black, #3c3531);
    border-radius: 30px;
    max-width: 635px;
    margin: 0 auto;
    padding: 13px 0px;
}

    .project-one__more-project-content p {
        font-size: 18px;
        color: var(--ambed-black, #3c3531);
        font-weight: 500;
    }

        .project-one__more-project-content p a {
            color: var(--ambed-base, #a47c68);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .project-one__more-project-content p a:hover {
                color: var(--ambed-black, #3c3531);
            }

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 136px 0 136px;
    /* background-color: var(--ambed-primary, #f2eeeb); */
}

.team-one__top {
    position: relative;
    display: block;
    margin-bottom: 69px;
}

.team-one__top-left {
    position: relative;
    display: block;
}

    .team-one__top-left .section-title {
        margin-bottom: 0;
    }

    .team-one__top-left .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.team-one__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.team-one__bottom {
    position: relative;
    display: block;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img-box {
    position: relative;
    display: block;
}

    .team-one__img-box:before {
        position: absolute;
        top: 83px;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: var(--ambed-gray, #f2eeeb);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.team-one__single:hover .team-one__img-box:before {
    background-color: var(--ambed-black, #3c3531);
}

.team-one__img {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    border-top-right-radius: 51px;
    overflow: hidden;
    z-index: 1;
}

    .team-one__img:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: #0000007a;
        border-top-right-radius: 51px;
        width: 0%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

.team-one__single:hover .team-one__img:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
}

.team-one__img img {
    width: 100%;
    border-top-right-radius: 51px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.team-one__social {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 65px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.team-one__single:hover .team-one__social {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.team-one__social a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--ambed-white, #ffffff);
    background-color: #2f2a27;
    border-radius: 50%;
    font-size: 15px;
    height: 40px;
    width: 40px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

    .team-one__social a + a {
        margin-left: 10px;
    }

    .team-one__social a:hover {
        background-color: var(--ambed-base, #a47c68);
    }

.team-one__content {
    position: relative;
    display: block;
    background-color: var(--ambed-gray, #f2eeeb);
    padding: 32px 20px 36px;
    border-bottom-left-radius: 51px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

.team-one__single:hover .team-one__content {
    background-color: var(--ambed-black, #3c3531);
}

.team-one__title-box {
    position: absolute;
    top: -29px;
    left: 30px;
}

.team-one__title-shape {
    position: absolute;
    top: 0;
    left: 0;
}

    .team-one__title-shape img {
        width: auto !important;
    }

.team-one__title-text {
    position: absolute;
    top: 45%;
    left: 82%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 250px;
}

.team-one__title {
    font-size: 14px;
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    /* width: auto !important; */
}

.team-one__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: right;
}

    .team-one__name a {
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.team-one__single:hover .team-one__name a {
    color: var(--ambed-white, #ffffff);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 180px;
    z-index: 1;
}

.testimonial-one-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--ambed-black, #3c3531);
    z-index: -1;
}

.testimonial-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    mix-blend-mode: luminosity;
    opacity: 5;
    z-index: -1;
}

.testimonial-one__left {
    position: relative;
    display: block;
    margin-right: 40px;
    z-index: 22;
}

    .testimonial-one__left .section-title {
        margin-bottom: 51px;
    }

    .testimonial-one__left .section-title__tagline {
        color: #c1b8b3;
    }

    .testimonial-one__left .section-title__title {
        color: var(--ambed-white, #ffffff);
    }

    .testimonial-one__left .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

        .testimonial-one__left .section-title__line:after {
            background-color: var(--ambed-white, #ffffff);
        }

.testimonial-one__text {
    color: #c1b8b3;
}

.testimonial-one__right {
    position: relative;
    display: block;
    margin-top: 35px;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

    .testimonial-one__carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .testimonial-one__carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .testimonial-one__carousel.owl-carousel .owl-item {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 500ms ease, visibility 500ms ease;
        transition: opacity 500ms ease, visibility 500ms ease;
    }

        .testimonial-one__carousel.owl-carousel .owl-item.active {
            opacity: 1;
            visibility: visible;
        }

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    padding: 50px 40px 40px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .testimonial-one__single:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.testimonial-one__quote {
    height: 57px;
    width: 57px;
    background-color: var(--ambed-bdr-color, #e2ddda);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: var(--ambed-base, #a47c68);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: -30px;
    left: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote {
    background-color: var(--ambed-base, #a47c68);
    color: var(--ambed-white, #ffffff);
}

.testimonial-one__text-2 {
    font-size: 18px;
    line-height: 34px;
}

.testimonial-one__client-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
    padding-bottom: 7px;
    margin-bottom: 23px;
}

.testimonial-one__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .testimonial-one__img img {
        width: auto !important;
        /* border-radius: 50%; */
    }

.testimonial-one__client-content {
    margin-left: 20px;
}

.testimonial-one__client-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 6px;
}

.testimonial-one__client-title {
    font-size: 12px;
    color: var(--ambed-base, #a47c68);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 12px;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 295px;
    right: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 320px;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 5px;
    height: 10px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
}

    .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        width: 118px;
        height: 10px;
        border-radius: 5px;
        background-color: transparent;
        margin: 0;
        padding: 0 !important;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

.testimonial-one__carousel.owl-carousel .owl-dot.active {
    background-color: var(--ambed-base, #a47c68);
    opacity: 1;
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    z-index: 1;
}

.brand-one__inner {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
    padding: 60px 0 60px;
}

.brand-one__title {
    position: relative;
    display: block;
    margin-right: 60px;
    margin-top: 9px;
}

    .brand-one__title h2 {
        font-size: 16px;
        color: var(--ambed-black, #3c3531);
        font-weight: 500;
        line-height: 28px;
    }

.brand-one__main-content {
    position: relative;
    display: block;
}

    .brand-one__main-content .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 13% !important;
    }

        .brand-one__main-content .swiper-slide img {
            width: 100%;
        }

        .brand-one__main-content .swiper-slide img {
            -webkit-transition: 500ms;
            transition: 500ms;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

            .brand-one__main-content .swiper-slide img:hover {
                opacity: .7;
                -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
            }

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.blog-one--carousel {
    padding-bottom: 120px;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

    .blog-one__img img {
        width: 100%;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.blog-one__single:hover .blog-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-one__img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000007a;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: var(--ambed-base, #a47c68);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

    .blog-one__img > a > span {
        position: relative;
    }

        .blog-one__img > a > span::before {
            content: '';
            width: 20px;
            height: 2px;
            background-color: var(--ambed-primary, #f2eeeb);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .blog-one__img > a > span::after {
            content: '';
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            width: 2px;
            height: 20px;
            background-color: var(--ambed-primary, #f2eeeb);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .blog-one__img > a:hover > span::before,
    .blog-one__img > a:hover > span::after {
        background-color: var(--ambed-white, #ffffff);
    }

.blog-one__single:hover .blog-one__img > a {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.blog-one__content {
    position: relative;
    display: block;
    background-color: #bcd2dd;
    padding: 39px 40px 28px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.blog-one__date {
    position: absolute;
    top: -16px;
    right: 5px;
    background-color: var(--ambed-base, #a47c68);
    padding: 8px 20px 8px;
    z-index: 2;
}

    .blog-one__date p {
        font-size: 12px;
        color: var(--ambed-white, #ffffff);
        font-weight: 500;
        line-height: 22px;
    }

.blog-one__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-one__meta li + li {
        margin-left: 10px;
    }

    .blog-one__meta li a {
        font-size: 14px;
        color: var(--ambed-gray, #8b827d);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-one__meta li a:hover {
            color: var(--ambed-base, #a47c68);
        }

        .blog-one__meta li a i {
            color: var(--ambed-base, #a47c68);
        }

.blog-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}

    .blog-one__title a {
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-one__title a:hover {
            color: var(--ambed-base, #a47c68);
        }

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter {
    position: relative;
    display: block;
    z-index: 2;
}

.newsletter__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--ambed-base, #a47c68);
    padding: 73.5px 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1;
}

.newsletter-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: var(--ambed-base, #a47c68);
    background-blend-mode: color-dodge;
    opacity: 0.08;
    z-index: -1;
}

.newsletter__left {
    position: relative;
    display: block;
}

.newsletter__title {
    font-size: 30px;
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 3px;
}

.newsletter__text {
    color: #f0d9cd;
}

.newsletter__right {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
}

.newsletter__form {
    position: relative;
    display: block;
}

.newsletter__input-box {
    position: relative;
    display: block;
}

    .newsletter__input-box input[type="email"] {
        height: 60px;
        max-width: 500px;
        width: 100%;
        border: none;
        outline: none;
        padding-left: 30px;
        padding-right: 170px;
        font-size: 14px;
        color: var(--ambed-gray, #8b827d);
        background-color: var(--ambed-white, #ffffff);
        font-weight: 500;
    }

.newsletter__btn {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    border: none;
    line-height: 14px;
    padding: 15px 40px 15px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: #343434;
    margin-top: -110px;
    z-index: 1;
}

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

.site-footer__top {
    position: relative;
    display: block;
    padding: 202px 0 91px;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: -12px;
}

.footer-widget__logo {
    position: relative;
    display: inline-block;
    padding-bottom: 22px;
    left: 50px;
    /* color: wheat; */
}

.footer-widget__about-text-box {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    color: #c1b8b3;
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

    .site-footer__social a {
        position: relative;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--ambed-white, #ffffff);
        font-size: 15px;
        background-color: var(--ambed-base, #a47c68);
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .site-footer__social a:hover {
            color: var(--ambed-base, #a47c68);
        }

        .site-footer__social a:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-color: var(--ambed-white, #ffffff);
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: all;
            transition-property: all;
            opacity: 1;
            -webkit-transform-origin: top;
            transform-origin: top;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: -1;
        }

        .site-footer__social a:hover:after {
            opacity: 1;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        .site-footer__social a + a {
            margin-left: 10px;
        }

.footer-widget__explore {
    position: relative;
    display: block;
    margin-left: 70px;
}

.footer-widget__title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--ambed-white, #ffffff);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 32px;
}

    .footer-widget__title:before {
        position: absolute;
        bottom: -9px;
        left: 0;
        height: 2px;
        width: 40px;
        content: "";
        background-color: var(--ambed-base, #a47c68);
    }

    .footer-widget__title:after {
        position: absolute;
        bottom: -9px;
        left: 45px;
        height: 2px;
        width: 4px;
        content: "";
        background-color: var(--ambed-white, #ffffff);
    }

.footer-widget__explore-list {
    position: relative;
    display: block;
}

    .footer-widget__explore-list li + li {
        margin-top: 6px;
    }

    .footer-widget__explore-list li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #c1b8b3;
        padding-left: 20px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .footer-widget__explore-list li a:hover {
            color: var(--ambed-white, #ffffff);
        }

        .footer-widget__explore-list li a:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            color: #c1b8b3;
            font-weight: 900;
            font-size: 12px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .footer-widget__explore-list li a:hover:before {
            color: var(--ambed-white, #ffffff);
        }

.footer-widget__services {
    position: relative;
    display: block;
}

.footer-widget__services-list {
    position: relative;
    display: block;
}

    .footer-widget__services-list li + li {
        margin-top: 6px;
    }

    .footer-widget__services-list li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #c1b8b3;
        padding-left: 20px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .footer-widget__services-list li a:hover {
            color: var(--ambed-white, #ffffff);
        }

        .footer-widget__services-list li a:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            color: #c1b8b3;
            font-weight: 900;
            font-size: 12px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .footer-widget__services-list li a:hover:before {
            color: var(--ambed-white, #ffffff);
        }

.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: -30px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
    margin-top: 9px;
}

    .footer-widget__contact-list li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
        margin-bottom: 20px;
        padding-bottom: 9px;
    }

        .footer-widget__contact-list li:last-child {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .footer-widget__contact-list li .icon {
            height: 40px;
            width: 40px;
            background-color: #2f2a27;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .footer-widget__contact-list li:hover .icon {
            background-color: var(--ambed-white, #ffffff);
        }

        .footer-widget__contact-list li .icon span {
            position: relative;
            display: inline-block;
            font-size: 20px;
            color: var(--ambed-base, #a47c68);
        }

        .footer-widget__contact-list li .text {
            margin-left: 15px;
            position: relative;
            top: -1px;
        }

            .footer-widget__contact-list li .text h5 {
                font-size: 14px;
                color: #c1b8b3;
                font-weight: 400;
                line-height: 14px;
            }

            .footer-widget__contact-list li .text p {
                font-size: 16px;
                font-weight: 500;
                color: var(--ambed-white, #ffffff);
                padding-top: 4px;
            }

                .footer-widget__contact-list li .text p a {
                    color: var(--ambed-white, #ffffff);
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .footer-widget__contact-list li .text p a:hover {
                        color: #c1b8b3;
                    }

.site-footer__bottom {
    position: relative;
    display: block;
    background-color: #222222;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    padding: 25px 0;
    float: left;
}

.site-footer__bottom-inner_right {
    position: relative;
    display: block;
    padding: 25px 0;
    float: right;
}

.site-footer__bottom-text {
    font-size: 15px;
    color: #c2b9b4;
}

    .site-footer__bottom-text a {
        color: #c2b9b4;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .site-footer__bottom-text a:hover {
            color: var(--ambed-white, #ffffff);
        }

.site-footer-two {
    /* margin-top: 0; */
}

    .site-footer-two .site-footer__top {
        /* padding: 112px 0 91px; */
    }

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
    position: relative;
    display: block;
    padding: 0 0 0px;
}

.feature-two-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}

    .feature-two-shape-1 img {
        width: auto;
    }

.feature-two-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .5;
}

    .feature-two-shape-2 img {
        width: auto;
    }

.feature-two__inner {
    position: relative;
    display: block;
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--ambed-base, #a47c68);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1;
}

.feature-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--ambed-base, #a47c68);
    background-blend-mode: color-dodge;
    opacity: 0.05;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: -1;
}

.feature-two__list {
    position: relative;
    display: block;
    overflow: hidden;
    counter-reset: count;
    padding: 60px 0;
}

    .feature-two__list li {
        position: relative;
        max-width: 296px;
        width: 100%;
        float: left;
    }

        .feature-two__list li + li {
            margin-left: 141px;
        }

.feature-two__content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .feature-two__content-box:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -70px;
        content: "";
        width: 1px;
        background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
    }

.feature-two__list li:last-child .feature-two__content-box:before {
    display: none;
}

.feature-two__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 104px;
    width: 104px;
    background-color: var(--ambed-white, #ffffff);
    overflow: hidden;
    z-index: 1;
}

    .feature-two__icon:before {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        content: "";
        background-color: var(--ambed-black, #3c3531);
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        z-index: -1;
    }

.feature-two__list li:hover .feature-two__icon:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--ambed-base, #a47c68);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-two__list li:hover .feature-two__icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color: var(--ambed-white, #ffffff);
}

.feature-two__content {
    margin-left: 30px;
}

.feature-two__count {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
}

    .feature-two__count:before {
        position: absolute;
        top: 4px;
        left: 0;
        height: 20px;
        width: 20px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #f0d9cd;
        counter-increment: count;
        content: "0" counter(count);
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

.feature-two__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

    .feature-two__title a {
        color: var(--ambed-white, #ffffff);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .feature-two__title a:hover {
            color: var(--ambed-black, #3c3531);
        }

/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
    position: relative;
    display: block;
    padding: 0px 0px 137px;
}

.welcome-one__left {
    position: relative;
    display: block;
    margin-left: -70px;
    margin-right: 270px;
}

.welcome-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

    .welcome-one__img-box:before {
        border-style: solid;
        border-width: 5px;
        border-color: #a47c68;
        background-color: rgba(9, 9, 9, 0);
        position: absolute;
        right: -55px;
        top: 40px;
        width: 181px;
        height: 167px;
        content: "";
        z-index: -1;
    }

.welcome-one__img-1 {
    position: relative;
    display: block;
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
    z-index: 3;
}

    .welcome-one__img-1 img {
        width: 100%;
        border-top-right-radius: 75px;
        border-bottom-left-radius: 75px;
    }

.welcome-one__img-2 {
    position: absolute;
    top: 125px;
    right: -270px;
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
    z-index: 1;
}

    .welcome-one__img-2 img {
        width: auto;
        border-top-right-radius: 75px;
        border-bottom-left-radius: 75px;
    }

.welcome-one__experience {
    position: absolute;
    bottom: -94px;
    left: 130px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 58px;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 3;
}

.welcome-one__experience-shape {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.welcome-one__experience:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: var(--ambed-base, #a47c68);
    content: "";
}

.welcome-one__experience-year h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

.welcome-one__experience-text {
    font-size: 20px;
    line-height: 26px;
    margin-left: 16px;
}

.welcome-one__dot {
    position: absolute;
    bottom: -26px;
    left: -110px;
    opacity: .3;
}

    .welcome-one__dot img {
        width: auto;
        -webkit-animation-name: shapeMover;
        animation-name: shapeMover;
        -webkit-animation-duration: 9s;
        animation-duration: 9s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

.welcome-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

    .welcome-one__right .section-title {
        margin-bottom: 49px;
    }

    .welcome-one__right .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.welcome-one__text {
    font-size: 18px;
    line-height: 34px;
}

.welcome-one__points {
    position: relative;
    display: block;
    margin-top: 32px;
}

    .welcome-one__points li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .welcome-one__points li + li {
            margin-top: 8px;
        }

        .welcome-one__points li .icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .welcome-one__points li .icon span {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                height: 16px;
                width: 16px;
                border-radius: 50%;
                border: 2px solid var(--ambed-base, #a47c68);
            }

                .welcome-one__points li .icon span:before {
                    position: absolute;
                    top: 2px;
                    bottom: 2px;
                    left: 2px;
                    right: 2px;
                    content: "";
                    border: 2px solid var(--ambed-base, #a47c68);
                    border-radius: 50%;
                }

        .welcome-one__points li .text {
            margin-left: 20px;
        }

            .welcome-one__points li .text p {
                font-size: 18px;
                color: var(--ambed-black, #3c3531);
                font-weight: 500;
            }

.welcome-one__person {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 9px;
    margin-top: 51px;
}

.welcome-one__person-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .welcome-one__person-img > img {
        border-radius: 50%;
    }

    .welcome-one__person-img:before {
        position: absolute;
        top: -9px;
        bottom: -9px;
        left: -9px;
        right: -9px;
        border: 2px solid var(--ambed-base, #a47c68);
        content: "";
        border-radius: 50%;
    }

.welcome-one__person-content {
    margin-left: 30px;
    position: relative;
    top: 7px;
}

.welcome-one__person-name {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--ambed-reey-font, "reeyregular");
    color: var(--ambed-black, #3c3531);
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
    position: relative;
    display: block;
}

.porject-two-border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    width: 1px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
    z-index: 2;
}

.porject-two-border-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
    z-index: 2;
}

.porject-two-border-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    width: 1px;
    background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.3);
    z-index: 2;
}

[class*=project-two-bg-] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    [class*=project-two-bg-].active {
        opacity: 1;
        visibility: visible;
    }

.project-two__wrap {
    position: relative;
    display: block;
}

.prject-two__title-box {
    position: relative;
    max-width: 370px;
    min-height: 70px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.project-two-title-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

.project-two__title-1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    top: 14px;
}

.project-two__content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 418px 0 0;
}

.project-two__single {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding-top: 266px;
}

.project-two__content {
    position: relative;
    display: block;
    background-color: rgba(47, 42, 39, 0.5);
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.project-two__sub-title {
    font-size: 14px;
    color: #c1b8b3;
    line-height: 20px;
}

.project-two__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

    .project-two__title a {
        color: var(--ambed-white, #ffffff);
    }

.project-two__hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--ambed-black, #3c3531);
    padding: 56px 60px 60px;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.project-two__single:hover .project-two__hover {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.project-two__hover-sub-title {
    font-size: 14px;
    color: #bab1ac;
    line-height: 20px;
}

.project-two__hover-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

    .project-two__hover-title a {
        color: var(--ambed-white, #ffffff);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .project-two__hover-title a:hover {
            color: var(--ambed-base, #a47c68);
        }

.project-two__hover-text {
    color: #bab1ac;
    padding-top: 20px;
    padding-bottom: 40px;
}

.project-two__btn {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-black, #3c3531);
    padding: 10px 40px 10px;
}

/*--------------------------------------------------------------
# Benefits One
--------------------------------------------------------------*/
.benefits-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.benefits-one-shape {
    position: absolute;
    bottom: -155px;
    right: 0;
    opacity: .5;
    z-index: 2;
}

    .benefits-one-shape img {
        width: auto;
    }

.benefits-one__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

    .benefits-one__left .section-title {
        margin-bottom: 49px;
    }

    .benefits-one__left .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.benefits-one__text {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 30px;
}

.benefits-one__points {
    position: relative;
    display: block;
}

.benefits-one__points-single {
    position: relative;
    display: block;
}

.benefits-one__points-img {
    position: relative;
    display: block;
}

    .benefits-one__points-img img {
        width: 100%;
    }

.benefits-one__points-list {
    position: relative;
    display: block;
    margin-top: 22px;
}

    .benefits-one__points-list li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .benefits-one__points-list li .icon {
            height: 15px;
            width: 15px;
            font-size: 9px;
            color: var(--ambed-white, #ffffff);
            background-color: var(--ambed-base, #a47c68);
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .benefits-one__points-list li .text {
            margin-left: 10px;
        }

            .benefits-one__points-list li .text p {
                font-size: 18px;
                color: var(--ambed-black, #3c3531);
            }

.benefits-one__right {
    position: relative;
    display: block;
    z-index: 3;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid transparent;
    border-radius: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .faq-one-accrodion .accrodion.active {
        border: 1px solid var(--ambed-bdr-color, #e2ddda);
    }

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 40px 21px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
    border-radius: 35px;
}

    .faq-one-accrodion .accrodion-title h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        color: var(--ambed-black, #3c3531);
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    border: 1px solid transparent;
    color: var(--ambed-base, #a47c68);
}

    .faq-one-accrodion .accrodion.active .accrodion-title h4 {
        color: var(--ambed-base, #a47c68);
    }

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-base, #a47c68);
    position: absolute;
    top: 50%;
    right: 0;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-black, #3c3531);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 30px;
}

    .faq-one-accrodion .accrodion-content p {
        margin: 0;
    }

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 297px 0 78px;
    overflow: hidden;
    z-index: 1;
    margin-top: -177px;
}

.services-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--ambed-primary, #f2eeeb);
    background-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
}

.services-two-shape-1 {
    position: absolute;
    top: 0;
    left: -170px;
}

    .services-two-shape-1:before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        border-top: 230px solid #e2ddda;
        border-left: 230px solid transparent;
        border-right: 230px solid transparent;
    }

.services-two-shape-2 {
    position: absolute;
    top: 167px;
    left: 0;
}

    .services-two-shape-2:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        border-top: 160px solid transparent;
        border-left: 160px solid #ffffff;
        border-bottom: 160px solid transparent;
    }

.services-two-shape-3 {
    position: absolute;
    bottom: -90px;
    right: 0;
}

    .services-two-shape-3:before {
        position: absolute;
        bottom: 0px;
        right: 0px;
        content: "";
        border-top: 220px solid transparent;
        border-bottom: 220px solid transparent;
        border-right: 220px solid #e2ddda;
    }

.services-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-two__img {
    position: relative;
    display: block;
    overflow: hidden;
}

    .services-two__img:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.8);
        width: 0%;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

.services-two__single:hover .services-two__img:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
}

.services-two__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.services-two__content {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-two__single:hover .services-two__content {
    -webkit-filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}

.services-two__content-inner {
    position: relative;
    display: block;
    background-color: var(--ambed-white, #ffffff);
    padding: 49px 20px 20px;
    -webkit-clip-path: polygon(0 1%, 100% 17%, 100% 100%, 0% 100%);
    clip-path: polygon(0 1%, 100% 17%, 100% 100%, 0% 100%);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-two__icon {
    position: absolute;
    top: -16px;
    left: 35px;
    height: 48px;
    width: 48px;
    background-color: var(--ambed-base, #a47c68);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.services-two__single:hover .services-two__icon {
    background-color: var(--ambed-black, #3c3531);
}

.services-two__icon span {
    font-size: 32px;
    color: var(--ambed-white, #ffffff);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.services-two__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 7px;
}

    .services-two__title a {
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.services-two__single:hover .services-two__title a {
    color: var(--ambed-base, #a47c68);
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
    position: relative;
    display: block;
    margin: -43px 0 0px;
    z-index: 2;
}

    .more-services .container {
        max-width: 1060px;
    }

.more-services__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--ambed-base, #a47c68);
    padding: 25px 50px;
}

.more-services__text {
    font-size: 18px;
    color: #f0d9cd;
    line-height: 34px;
}

    .more-services__text span {
        font-weight: 500;
        color: var(--ambed-white, #ffffff);
    }

.more-services__btn {
    padding: 10px 40px 10px;
}

    .more-services__btn:hover {
        color: var(--ambed-base, #a47c68);
    }

    .more-services__btn:after {
        background-color: var(--ambed-white, #ffffff);
    }

/*--------------------------------------------------------------
# Working Process
--------------------------------------------------------------*/
.working-process {
    position: relative;
    display: block;
    padding: 120px 0 60px;
}

    .working-process .section-title {
        margin-bottom: 114px;
    }

.working-process__inner {
    position: relative;
    display: block;
    counter-reset: count;
}

.working-process__single {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 40px 40px 60px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 60px;
    z-index: 2;
    margin-left: 40px;
}

    .working-process__single:before {
        position: absolute;
        top: -20px;
        left: 0;
        right: 50px;
        content: "";
        height: 4px;
        background-color: var(--ambed-base, #a47c68);
        z-index: -1;
    }

    .working-process__single:after {
        position: absolute;
        top: 0px;
        left: -20px;
        bottom: 50px;
        content: "";
        width: 4px;
        background-color: var(--ambed-base, #a47c68);
        z-index: -1;
    }

.working-process__count {
    position: absolute;
    top: -43px;
    left: -40px;
    height: 77px;
    width: 77px;
    background-color: var(--ambed-black, #3c3531);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

    .working-process__count:before {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 77px;
        width: 77px;
        font-size: 20px;
        line-height: 77px;
        text-align: center;
        font-weight: 700;
        color: var(--ambed-white, #ffffff);
        counter-increment: count;
        content: "0" counter(count);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.working-process__single:hover .working-process__count:before {
    background-color: var(--ambed-base, #a47c68);
}

.working-process__icon {
    position: relative;
    display: block;
    text-align: right;
    margin-bottom: -13px;
}

    .working-process__icon span {
        font-size: 62px;
        color: var(--ambed-base, #a47c68);
        position: relative;
        display: inline-block;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.working-process__single:hover .working-process__icon span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.working-process__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
}

    .working-process__title a {
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.working-process__single:hover .working-process__title a {
    color: var(--ambed-base, #a47c68);
}

/*--------------------------------------------------------------
# Leading
--------------------------------------------------------------*/
.leading {
    position: relative;
    display: block;
    padding: 120px 0 118px;
    z-index: 1;
}

.leading-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--ambed-black, #3c3531);
    z-index: 1;
}

.leading-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--ambed-black, #3c3531);
    mix-blend-mode: luminosity;
    opacity: .30;
    z-index: 1;
}

.leading__left {
    position: relative;
    display: block;
    z-index: 2;
}

.leading__video-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leading__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
    font-size: 22px;
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-base, #a47c68);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .leading__video-icon:hover {
        background-color: var(--ambed-white, #ffffff);
        color: var(--ambed-base, #a47c68);
    }

    .leading__video-link .ripple,
    .leading__video-icon .ripple:before,
    .leading__video-icon .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96px;
        height: 96px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-box-shadow: 0 0 0 0 rgba(var(--ambed-base-rgb, 242, 238, 235), 0.6);
        -o-box-shadow: 0 0 0 0 rgba(var(--ambed-base-rgb, 242, 238, 235), 0.6);
        -webkit-box-shadow: 0 0 0 0 rgba(var(--ambed-base-rgb, 242, 238, 235), 0.6);
        box-shadow: 0 0 0 0 rgba(var(--ambed-base-rgb, 242, 238, 235), 0.6);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .leading__video-icon .ripple:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
    }

    .leading__video-icon .ripple:after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
    }

.leading__title {
    font-size: 50px;
    color: #e7e7e7;
    font-weight: 900;
    line-height: 60px;
    margin-top: 28px;
    margin-bottom: 10px;
}

.leading__right {
    position: relative;
    display: block;
    z-index: 3;
}

.leading__points {
    position: relative;
    display: block;
}

    .leading__points li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.3);
        padding: 15px 30px;
    }

        .leading__points li:nth-child(2) {
            background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
        }

        .leading__points li:nth-child(4) {
            background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
        }

        .leading__points li .icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .leading__points li .icon span {
                font-size: 20px;
                color: var(--ambed-base, #a47c68);
            }

        .leading__points li .text {
            margin-left: 20px;
        }

            .leading__points li .text p {
                font-size: 18px;
                color: var(--ambed-white, #ffffff);
            }

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--ambed-primary, #f2eeeb);
    z-index: 1;
}

    .blog-two:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: var(--ambed-white, #ffffff);
        height: 285px;
        z-index: -1;
    }

.blog-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--ambed-primary, #f2eeeb);
    height: 578px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
}

.blog-two__top {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.blog-two__top-left {
    position: relative;
    display: block;
    margin-right: 190px;
}

    .blog-two__top-left .section-title {
        margin-bottom: 0;
    }

    .blog-two__top-left .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.blog-two__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.blog-two__right-text {
    margin-top: 18px;
}

.blog-two__bottom {
    position: relative;
    display: block;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
    position: relative;
    display: block;
    padding: 50px 0 50px;
}

    .brand-two .brand-one__inner {
        border-bottom: 0;
        border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
    }

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    background-color: var(--ambed-base, #a47c68);
}

.cta-one__left {
    position: relative;
    display: block;
    margin-right: 180px;
    margin-bottom: 110px;
}

.cta-one__img-box {
    position: relative;
    display: block;
}

.cta-one__img-1 {
    position: relative;
    display: block;
    border-bottom-left-radius: 53px;
}

    .cta-one__img-1 img {
        width: 100%;
        border-bottom-left-radius: 53px;
    }

.cta-one__img-2 {
    position: absolute;
    bottom: 0;
    right: -180px;
    border-bottom-right-radius: 53px;
}

    .cta-one__img-2 img {
        width: auto;
        border-bottom-right-radius: 53px;
    }

.cta-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 108px;
}

.cta-one__title {
    font-size: 50px;
    color: var(--ambed-white, #ffffff);
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 48px;
}

.cta-one__btn {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-black, #3c3531);
}

    .cta-one__btn:after {
        background-color: var(--ambed-black, #3c3531);
    }

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
    position: relative;
    display: block;
    background-color: var(--ambed-black, #3c3531);
    /* background-color: #73797e; */ z-index: 1;
}

.feature-three-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    z-index: -1;
}

.feature-three__top {
    position: relative;
    display: block;
    top: -60px;
}

.feature-three__top-inner {
    position: relative;
    display: block;
    background-color: var(--ambed-white, #ffffff);
    padding: 50px 80px 17px;
    border-top-right-radius: 52px;
    border-bottom-left-radius: 52px;
    border-bottom-right-radius: 52px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.feature-three__top-icon-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .feature-three__top-icon-list li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

.feature-three__top-icon-content {
    position: relative;
    display: block;
}

.feature-three__top-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: var(--ambed-base, #a47c68);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

    .feature-three__top-icon:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        border-radius: 50%;
        background-color: var(--ambed-black, #3c3531);
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        z-index: -1;
    }

.feature-three__top-icon-list li:hover .feature-three__top-icon:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.feature-three__top-icon span {
    font-size: 62px;
    color: var(--ambed-white, #ffffff);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feature-three__top-icon-list li:hover .feature-three__top-icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.feature-three__top-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 12px;
}

    .feature-three__top-title a {
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.feature-three__top-icon-list li:hover .feature-three__top-title a {
    color: var(--ambed-base, #a47c68);
}

.feature-three__bottom {
    position: relative;
    display: block;
    padding-top: 60px;
}

.feature-three__bottom-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature-three__bottom-left {
    margin-right: 30px;
}

.feature-three__bottom-text {
    font-size: 18px;
    color: #bab1ac;
    line-height: 34px;
}

    .feature-three__bottom-text span {
        color: var(--ambed-white, #ffffff);
        font-weight: 500;
    }

.feature-three__btn {
    padding: 10px 40px 10px;
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-black, #3c3531);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 120px 0 240px;
}

.why-choose-one-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 682px;
    height: 782px;
    background-color: var(--ambed-primary, #f2eeeb);
    border-top-right-radius: 74px;
    border-bottom-left-radius: 74px;
    border-bottom-right-radius: 74px;
    z-index: -1;
}

.why-choose-one-shape-2 {
    position: absolute;
    top: -100px;
    left: 105px;
    opacity: .50;
    z-index: -1;
}

    .why-choose-one-shape-2 img {
        width: auto;
    }

.why-choose-one-shape-3 {
    position: absolute;
    top: -278px;
    left: -325px;
    height: 650px;
    width: 650px;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 50%;
    z-index: -1;
}

.why-choose-one__left {
    position: relative;
    display: block;
    margin-left: 100px;
}

.why-choose-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    border-bottom-right-radius: 78px;
    z-index: 1;
}

    .why-choose-one__img:before {
        position: absolute;
        bottom: -30px;
        left: -30px;
        height: 186px;
        width: 180px;
        content: "";
        background-color: var(--ambed-base, #a47c68);
        border-top-right-radius: 52px;
        border-top-left-radius: 52px;
        border-bottom-right-radius: 52px;
        z-index: -1;
    }

    .why-choose-one__img img {
        width: 100%;
        border-top-left-radius: 78px;
        border-bottom-left-radius: 78px;
        border-bottom-right-radius: 78px;
    }

.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

    .why-choose-one__right .section-title {
        margin-bottom: 52px;
    }

    .why-choose-one__right .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.why-choose-one__points {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

    .why-choose-one__points li {
        position: relative;
        display: block;
        padding-left: 67px;
        border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

        .why-choose-one__points li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .why-choose-one__points li .icon {
            position: absolute;
            height: 40px;
            width: 40px;
            background-color: var(--ambed-primary, #f2eeeb);
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            top: 8px;
            left: 0;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .why-choose-one__points li:hover .icon {
            background-color: var(--ambed-black, #3c3531);
        }

        .why-choose-one__points li .icon span {
            position: relative;
            display: inline-block;
            font-size: 25px;
            color: var(--ambed-base, #a47c68);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .why-choose-one__points li:hover .icon span {
            color: var(--ambed-white, #ffffff);
        }

        .why-choose-one__points li .text h4 {
            font-size: 20px;
            font-weight: 700;
            line-height: 30px;
            margin-bottom: 13px;
        }

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
    padding: 120px 0 240px;
    margin-top: 0;
    z-index: 1;
}

.services-three-bg-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 580px;
    background-color: var(--ambed-primary, #f2eeeb);
    z-index: 1;
}

.services-three-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    mix-blend-mode: luminosity;
    opacity: .15;
}

/*--------------------------------------------------------------
# More Services Two
--------------------------------------------------------------*/
.more-services-two {
    position: relative;
    display: block;
    padding: 120px 0px 122px;
    z-index: 1;
}

.more-services-two-shape {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .50;
}

    .more-services-two-shape img {
        width: auto;
    }

.more-services-two__single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--ambed-black, #3c3531);
    padding: 57px 60px 57px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.more-services-two__img-box {
    position: relative;
    display: block;
}

.more-services-two__img {
    position: relative;
    display: inline-block;
    /* border-radius: 50%; */
    background-color: var(--ambed-black, #3c3531);
    /* border: 2px solid var(--ambed-base, #a47c68); */
}

    .more-services-two__img img {
        border-radius: 50%;
        /* mix-blend-mode: luminosity; */
        opacity: .30;
        width: 177px;
    }

.more-services-two__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .more-services-two__icon span {
        position: relative;
        display: inline-block;
        font-size: 62px;
        color: var(--ambed-white, #ffffff);
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.more-services-two__single:hover .more-services-two__icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.more-services-two__content {
    margin-left: 45px;
}

.more-services-two__sub-title {
    font-size: 16px;
    color: #c1b8b3;
}

.more-services-two__title {
    font-size: 30px;
    color: var(--ambed-white, #ffffff);
    font-weight: 700;
    margin-top: 13px;
    line-height: 36px;
}

.more-services-two__single-two {
    background-color: var(--ambed-base, #a47c68);
}

    .more-services-two__single-two .more-services-two__img {
        border: 2px solid var(--ambed-white, #ffffff);
    }

    .more-services-two__single-two .more-services-two__sub-title {
        color: #f0d9cd;
    }

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.project-three__top {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.project-three__top-left {
    position: relative;
    display: block;
}

    .project-three__top-left .section-title {
        margin-bottom: 0;
    }

    .project-three__top-left .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.project-three__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.project-three__top-text {
    margin-top: 18px;
}

.project-three__bottom {
    position: relative;
    display: block;
}

.project-three__container {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.project-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-three__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

    .project-three__img-box:before {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 0;
        left: 60px;
        background-color: var(--ambed-base, #a47c68);
        content: "";
        width: 2px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 2;
    }

.project-three__single:hover .project-three__img-box::before {
    height: 100%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-three__img-box:after {
    position: absolute;
    left: 0;
    bottom: 58px;
    background-color: var(--ambed-base, #a47c68);
    content: "";
    height: 2px;
    width: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
    width: 22%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

    .project-three__img:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: #0000006b;
        -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-property: all;
        transition-property: all;
        z-index: 1;
    }

.project-three__single:hover .project-three__img:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: all;
    transition-property: all;
}

.project-three__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.project-three__arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-three__arrow a {
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    color: var(--ambed-white, #ffffff);
}

.project-three__content {
    position: absolute;
    bottom: 50px;
    right: 40px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.project-three__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 38px;
}

    .project-three__title a {
        color: var(--ambed-white, #ffffff);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .project-three__title a:hover {
            color: var(--ambed-base, #a47c68);
        }

.project-three__sub-title {
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    opacity: .4;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.couonter-one {
    position: relative;
    display: block;
    padding: 72px 0 43px;
    background-color: var(--ambed-black, #3c3531);
    z-index: 1;
}

.counter-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
}

.couonter-one__list {
    position: relative;
    display: block;
}

.couonter-one__single {
    position: relative;
    float: left;
    margin-bottom: 30px;
}

    .couonter-one__single + .couonter-one__single {
        margin-left: 66px;
    }

.couonter-one__content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.couonter-one__icon-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .couonter-one__icon-box span {
        position: relative;
        display: inline-block;
        font-weight: bolder;
        font-size: 64px;
        color: var(--ambed-base, #a47c68);
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg);
    }

.couonter-one__single:hover .couonter-one__icon-box span {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
    color: var(--ambed-white, #ffffff);
}

.couonter-one__count-box {
    margin-left: 20px;
    position: relative;
    top: -4px;
}

.couonter-one__count-box-inner {
    position: relative;
    display: block;
}

    .couonter-one__count-box-inner h3 {
        font-size: 48px;
        font-weight: 400;
        line-height: 55px !important;
        font-family: var(--ambed-font, "Rubik", sans-serif) !important;
        color: var(--ambed-white, #ffffff);
    }

.couonter-one__text {
    font-size: 16px;
    line-height: 16px;
    color: #c1b8b3;
}

.couonter-one .odometer-formatting-mark {
    display: none;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 170px;
    background-color: var(--ambed-primary, #f2eeeb);
    z-index: 1;
}

.testimonial-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
}

.testimonial-two .section-title {
    margin-bottom: 109px;
}

.testimonial-two__inner {
    position: relative;
    display: block;
}

    .testimonial-two__inner .testimonial-one__carousel.owl-carousel .owl-dots {
        left: 0;
        bottom: -50px;
        background-color: rgba(var(--ambed-white-rgb, 255, 255, 255), 1);
    }

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
    position: relative;
    display: block;
    padding: 113px 0 174px;
}

.blog-three__left {
    position: relative;
    display: block;
    margin-right: 24px;
    z-index: 5;
}

.blog-three .section-title {
    margin-bottom: 40px;
}

.blog-three .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.blog-three__right {
    position: relative;
    display: block;
    z-index: 1;
}

    .blog-three__right:before {
        position: absolute;
        top: -170px;
        left: 170px;
        bottom: -175px;
        right: -1000000000px;
        content: "";
        background-color: var(--ambed-black, #3c3531);
        z-index: -1;
    }

.blgo-three__carousel {
    position: relative;
    display: block;
}

.blog-three__right .blog-one__single {
    margin-bottom: 0px;
}

.blgo-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blgo-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blgo-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
}

    .blgo-three__carousel.owl-carousel .owl-item.active {
        opacity: 1;
        visibility: visible;
    }

.blgo-three__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 70px;
    left: -300px;
    margin-top: 0 !important;
}

    .blgo-three__carousel.owl-theme .owl-nav .owl-prev {
        height: 55px;
        width: 55px;
        background: var(--ambed-primary, #f2eeeb);
        border-radius: 50%;
        color: var(--ambed-black, #3c3531);
        font-size: 15px;
        text-align: center;
        line-height: 55px;
        margin: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .blgo-three__carousel.owl-theme .owl-nav .owl-next {
        height: 55px;
        width: 55px;
        background: var(--ambed-primary, #f2eeeb);
        border-radius: 50%;
        color: var(--ambed-black, #3c3531);
        font-size: 15px;
        text-align: center;
        line-height: 55px;
        margin: 0;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .blgo-three__carousel.owl-theme .owl-nav .owl-prev {
        margin-right: 5px;
    }

    .blgo-three__carousel.owl-theme .owl-nav .owl-next {
        margin-left: 5px;
    }

        .blgo-three__carousel.owl-theme .owl-nav .owl-next span,
        .blgo-three__carousel.owl-theme .owl-nav .owl-prev span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .blgo-three__carousel.owl-theme .owl-nav .owl-next:hover,
        .blgo-three__carousel.owl-theme .owl-nav .owl-prev:hover {
            background-color: var(--ambed-base, #a47c68);
            color: var(--ambed-white, #ffffff);
        }

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

    .contact-one .row {
        --bs-gutter-x: 0px;
    }

.contact-one__left {
    position: relative;
    display: block;
}

.contact-one__form {
    position: relative;
    display: block;
    padding: 49px;
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
    background-color: var(--ambed-white, #ffffff);
}

    .contact-one__form .row {
        --bs-gutter-x: 20px;
    }

.contact-one__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .contact-one__form-input-box input[type="text"],
    .contact-one__form-input-box input[type="email"] {
        height: 60px;
        width: 100%;
        border: none;
        outline: none;
        background-color: var(--ambed-primary, #f2eeeb);
        font-size: 14px;
        color: var(--ambed-gray, #8b827d);
        font-weight: 400;
        padding: 0 30px 0;
    }

    .contact-one__form-input-box textarea {
        height: 160px;
        width: 100%;
        border: none;
        outline: none;
        background-color: var(--ambed-primary, #f2eeeb);
        font-size: 14px;
        color: var(--ambed-gray, #8b827d);
        font-weight: 400;
        padding: 20px 30px 30px;
    }

    .contact-one__form-input-box.text-message-box {
        height: 160px;
    }

.contact-one__btn {
    border: 0;
    width: 100%;
}

.contact-one__right {
    position: relative;
    display: block;
    background-color: var(--ambed-black, #3c3531);
    padding: 62px 60px 50px;
}

.contact-one__right-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
}

.contact-one__info {
    position: relative;
    display: block;
}

    .contact-one__info li + li {
        margin-top: 34px;
    }

.contact-one__info-box {
    position: relative;
    display: block;
}

    .contact-one__info-box p {
        font-size: 16px;
        color: #c1b8b3;
    }

    .contact-one__info-box h5 {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        color: var(--ambed-white, #ffffff);
    }

        .contact-one__info-box h5 a {
            color: var(--ambed-white, #ffffff);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .contact-one__info-box h5 a:hover {
                color: var(--ambed-base, #a47c68);
            }

.contact-one__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    border-top: 1px solid rgba(var(--ambed-white-rgb, 255, 255, 255), 0.1);
    padding-top: 42px;
}

    .contact-one__social a {
        position: relative;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--ambed-white, #ffffff);
        font-size: 15px;
        background-color: #2f2a27;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .contact-one__social a:hover {
            color: var(--ambed-base, #a47c68);
        }

        .contact-one__social a:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-color: var(--ambed-white, #ffffff);
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: all;
            transition-property: all;
            opacity: 1;
            -webkit-transform-origin: top;
            transform-origin: top;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: -1;
        }

        .contact-one__social a:hover:after {
            opacity: 1;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        .contact-one__social a + a {
            margin-left: 10px;
        }

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    margin-top: -60px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 515px;
    width: 100%;
    mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 99px 0 118px;
    z-index: 1;
    /* margin-top: -35px; */
}

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

    .page-header-bg:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.6);
    }

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}

    .page-header__inner h2 {
        font-size: 40px;
        color: var(--ambed-white, #ffffff);
        font-weight: 900;
        line-height: 50px;
        margin-top: 10px;
    }

.thm-breadcrumb {
    position: relative;
    display: block;
}

    .thm-breadcrumb li {
        position: relative;
        display: inline-block;
        color: #c1b8b3;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .thm-breadcrumb li + li {
            margin-left: 10px;
        }

        .thm-breadcrumb li a {
            position: relative;
            display: inline-block;
            color: #c1b8b3;
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .thm-breadcrumb li:hover a {
            color: var(--ambed-white, #ffffff);
        }

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sibebar {
    position: relative;
    display: block;
    padding: 120px 0 210px;
}

.blog-sideabr__left {
    position: relative;
    display: block;
}

.blog-sidebar__content {
    position: relative;
    display: block;
}

.blog-sidebar__single {
    position: relative;
    display: block;
}

    .blog-sidebar__single + .blog-sidebar__single {
        margin-top: 30px;
    }

.blog-sidebar__img {
    position: relative;
    display: block;
}

    .blog-sidebar__img img {
        width: 100%;
    }

.blog-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-sibebar__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-sibebar__meta li + li {
        margin-left: 10px;
    }

    .blog-sibebar__meta li a {
        font-size: 14px;
        color: var(--ambed-gray, #8b827d);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-sibebar__meta li a:hover {
            color: var(--ambed-base, #a47c68);
        }

        .blog-sibebar__meta li a i {
            color: var(--ambed-base, #a47c68);
        }

.blog-sidebar__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 2px;
    margin-bottom: 12px;
}

    .blog-sidebar__title a {
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-sidebar__title a:hover {
            color: var(--ambed-base, #a47c68);
        }

.blog-sidebar__text {
    padding-bottom: 20px;
}

.blog-sidebar__btn {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 30px 5px;
}

.blog-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 50px 60px 45px;
    margin-top: 30px;
}

.blog-sidebar__bottom-box-icon {
    margin-bottom: 21px;
}

.blog-sidebar__bottom-box-text {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}

.blog-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 50px 60px 47px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-sidebar__delivering-services-icon {
    margin-bottom: 20px;
}

.blog-sidebar__delivering-services-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

    .blog-sidebar__delivering-services-title a {
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-sidebar__delivering-services-title a:hover {
            color: var(--ambed-base, #a47c68);
        }

.blog-sidebar__video-link {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-sidebar__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76px;
    height: 56px;
    line-height: 79px;
    text-align: center;
    font-size: 23px;
    color: var(--ambed-white, #ffffff);
    background-color: var(--ambed-base, #a47c68);
    border-radius: 22%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .blog-sidebar__video-icon:hover {
        background-color: var(--ambed-white, #ffffff);
        color: var(--ambed-base, #a47c68);
    }

    .blog-sidebar__video-icon:before {
        position: absolute;
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -15px;
        content: "";
        border-radius: 50%;
        border: 1px solid var(--ambed-white, #ffffff);
        opacity: 0.1;
        z-index: 1;
    }

    .blog-sidebar__video-link .ripple,
    .blog-sidebar__video-icon .ripple:before,
    .blog-sidebar__video-icon .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 125px;
        height: 125px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -ms-box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
        -o-box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
        -webkit-box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
        box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb, 242, 238, 235), 0.6);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
        border-radius: 50%;
    }

    .blog-sidebar__video-icon .ripple:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
    }

    .blog-sidebar__video-icon .ripple:after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
    }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 700;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

    .sidebar__search-form input[type="search"] {
        display: block;
        border: none;
        outline: none;
        background-color: var(--ambed-base, #a47c68);
        color: var(--ambed-white, #ffffff);
        font-size: 18px;
        font-weight: 400;
        padding-left: 50px;
        height: 84px;
        width: 100%;
        padding-right: 80px;
    }

    .sidebar__search-form ::-webkit-input-placeholder {
        color: var(--ambed-white, #ffffff);
        opacity: 1;
    }

    .sidebar__search-form :-ms-input-placeholder {
        color: var(--ambed-white, #ffffff);
        opacity: 1;
    }

    .sidebar__search-form ::-ms-input-placeholder {
        color: var(--ambed-white, #ffffff);
        opacity: 1;
    }

    .sidebar__search-form ::placeholder {
        color: var(--ambed-white, #ffffff);
        opacity: 1;
    }

    .sidebar__search-form :-ms-input-placeholder {
        color: var(--ambed-white, #ffffff);
    }

    .sidebar__search-form ::-ms-input-placeholder {
        color: var(--ambed-white, #ffffff);
    }

    .sidebar__search-form button[type="submit"] {
        background-color: transparent;
        color: var(--ambed-white, #ffffff);
        font-size: 22px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 72px;
        outline: none;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

.sidebar__post {
    position: relative;
    display: block;
    padding: 45px 30px 32px;
    background-color: var(--ambed-primary, #f2eeeb);
}

    .sidebar__post .sidebar__title {
        margin-left: 20px;
    }

.sidebar__post-list {
    margin: 0;
}

    .sidebar__post-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 20px 15px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .sidebar__post-list li:hover {
            background-color: white;
        }

        .sidebar__post-list li + li {
            margin-top: 10px;
        }

.sidebar__post-image {
    margin-right: 20px;
}

    .sidebar__post-image > img {
        width: 70px;
    }

.sidebar__post-content {
    position: relative;
    top: 0;
}

    .sidebar__post-content h3 {
        font-size: 16px;
        margin: 0;
        line-height: 26px;
    }

.sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 400;
    color: var(--ambed-gray, #8b827d) !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .sidebar__post-content-meta i {
        color: var(--ambed-base, #a47c68);
        font-size: 15px;
        padding-right: 1px;
    }

.sidebar__post-content h3 a {
    color: var(--ambed-black, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 1px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 45px 30px 36px;
}

    .sidebar__category .sidebar__title {
        padding-left: 20px;
        margin-bottom: 9px;
    }

.sidebar__category-list {
    margin: 0;
}

    .sidebar__category-list li + li {
        margin-top: 4px;
    }

    .sidebar__category-list li a {
        color: var(--ambed-gray, #8b827d);
        font-size: 16px;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
        background: none;
        padding: 8px 20px 4px;
    }

        .sidebar__category-list li a:hover {
            background-color: white;
            -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
            color: var(--ambed-black, #3c3531);
        }

    .sidebar__category-list li.active a {
        background-color: white;
        -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
        color: var(--ambed-black, #3c3531);
    }

    .sidebar__category-list li a span {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        color: var(--ambed-base, #a47c68);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
    }

    .sidebar__category-list li a:hover span {
        color: var(--ambed-base, #a47c68);
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    .sidebar__category-list li.active a span {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        color: var(--ambed-base, #a47c68);
    }

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--ambed-primary, #f2eeeb);
    padding: 45px 45px 50px;
}

    .sidebar__tags .sidebar__title {
        margin-left: 5px;
        margin-bottom: 25px;
    }

.sidebar__tags-list {
    margin-top: -10px;
}

    .sidebar__tags-list a {
        font-size: 12px;
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: var(--ambed-white, #ffffff);
        display: inline-block;
        padding: 6px 20px 4px;
        margin-left: 5px;
        font-weight: 700;
    }

        .sidebar__tags-list a + a {
            margin-left: 5px;
            margin-top: 10px;
        }

        .sidebar__tags-list a:hover {
            color: var(--ambed-white, #ffffff);
            background: var(--ambed-base, #a47c68);
        }

.sidebar__comments {
    position: relative;
    display: block;
    background: var(--ambed-primary, #f2eeeb);
    padding: 45px 50px 42px;
}

    .sidebar__comments .sidebar__title {
        margin-bottom: 25px;
    }

.sidebar__comments-list {
    position: relative;
    display: block;
}

    .sidebar__comments-list li {
        position: relative;
        display: block;
        padding-left: 65px;
    }

        .sidebar__comments-list li + li {
            margin-top: 23px;
        }

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--ambed-white, #ffffff);
    border-radius: 50%;
    font-size: 15px;
    color: var(--ambed-black, #3c3531);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--ambed-base, #a47c68);
    color: var(--ambed-white, #ffffff);
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

    .sidebar__comments-text-box p span {
        color: var(--ambed-black, #3c3531);
    }

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: var(--ambed-gray, #8b827d);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
}

    .blog-details__img img {
        width: 100%;
    }

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-details__meta li + li {
        margin-left: 10px;
    }

    .blog-details__meta li a {
        font-size: 14px;
        color: var(--ambed-gray, #8b827d);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-details__meta li a:hover {
            color: var(--ambed-base, #a47c68);
        }

        .blog-details__meta li a i {
            color: var(--ambed-base, #a47c68);
        }

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
    margin-top: 2px;
    font-weight: 700;
}

.blog-details__text-1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.blog-details__text-2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding-top: 31px;
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 50px;
    border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
}

    .blog-details__bottom p {
        margin: 0;
    }

.blog-details__tags span {
    color: var(--ambed-black, #3c3531);
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700;
}

.blog-details__tags a {
    position: relative;
    color: var(--ambed-white, #ffffff);
    font-size: 12px;
    background-color: var(--ambed-base, #a47c68);
    display: inline-block;
    padding: 6px 20px 4px;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .blog-details__tags a:hover {
        background-color: var(--ambed-black, #3c3531);
        color: var(--ambed-white, #ffffff);
    }

    .blog-details__tags a + a {
        margin-left: 6px;
    }

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-details__social-list a {
        position: relative;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--ambed-black, #3c3531);
        font-size: 15px;
        background-color: var(--ambed-primary, #f2eeeb);
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .blog-details__social-list a:hover {
            color: var(--ambed-white, #ffffff);
        }

        .blog-details__social-list a:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-color: var(--ambed-base, #a47c68);
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: all;
            transition-property: all;
            opacity: 1;
            -webkit-transform-origin: top;
            transform-origin: top;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: -1;
        }

        .blog-details__social-list a:hover:after {
            opacity: 1;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        .blog-details__social-list a + a {
            margin-left: 10px;
        }

.blgo-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

    .blog-details__pagenation li {
        position: relative;
        float: left;
        font-size: 20px;
        color: var(--ambed-black, #3c3531);
        font-weight: 700;
        background-color: var(--ambed-primary, #f2eeeb);
        line-height: 34px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        max-width: 370px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 50px;
        padding-bottom: 56px;
    }

        .blog-details__pagenation li + li {
            margin-left: 30px;
        }

        .blog-details__pagenation li:hover {
            background-color: var(--ambed-base, #a47c68);
            color: var(--ambed-white, #ffffff);
        }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--ambed-black, #3c3531);
    font-size: 30px;
    margin-bottom: 52px;
    font-weight: 700;
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--ambed-bdr-color, #e2ddda);
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 45px;
}

    .comment-one__content h3 {
        margin: 0;
        font-size: 20px;
        color: var(--ambed-black, #3c3531);
        margin-bottom: 26px;
        font-weight: 700;
    }

    .comment-one__content p {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
    }

.comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
}

    .comment-one__image img {
        border-radius: 50%;
    }

.comment-form .comment-form__title {
    margin-top: -7px;
}

.comment-one__form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .comment-form__input-box input[type="text"],
    .comment-form__input-box input[type="email"],
    .comment-form__input-box input[type="number"],
    .comment-form__input-box input[type="tel"] {
        height: 60px;
        width: 100%;
        border: none;
        background-color: var(--ambed-primary, #f2eeeb);
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
        font-size: 14px;
        color: var(--ambed-gray, #8b827d);
        display: block;
    }

    .comment-form__input-box textarea {
        font-size: 14px;
        color: var(--ambed-gray, #8b827d);
        height: 188px;
        width: 100%;
        background-color: var(--ambed-primary, #f2eeeb);
        padding: 18px 30px 30px;
        border: none;
        border-radius: 0px;
        outline: none;
        margin-bottom: 0px;
    }

.comment-form__btn {
    border: none;
}

.comment-form__input-box.text-message-box {
    height: 188px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.services-page--carousel {
    padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.service-details__left {
    position: relative;
    display: block;
    z-index: 2;
}

.service-details__category {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 30px 30px 30px;
}

.service-details__category-list {
    position: relative;
    display: block;
}

    .service-details__category-list li + li {
        margin-top: 10px;
    }

    .service-details__category-list li a {
        color: var(--ambed-gray, #8b827d);
        font-size: 16px;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
        background: none;
        padding: 8px 30px 4px;
        background-color: var(--ambed-white, #ffffff);
    }

        .service-details__category-list li a:hover {
            background-color: var(--ambed-base, #a47c68);
            color: var(--ambed-white, #ffffff);
        }

    .service-details__category-list li.active a {
        background-color: var(--ambed-base, #a47c68);
        color: var(--ambed-white, #ffffff);
    }

    .service-details__category-list li a span {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        color: var(--ambed-gray, #8b827d);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
    }

    .service-details__category-list li a:hover span {
        color: var(--ambed-white, #ffffff);
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }

    .service-details__category-list li.active a span {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        color: var(--ambed-white, #ffffff);
    }

.service-details__need-help {
    position: relative;
    display: block;
    padding: 13px 50px 6px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    background-color: #e3ffed;
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--ambed-base, #a47c68);
    mix-blend-mode: luminosity;
    opacity: 0.9;
    z-index: -1;
}

.service-details__need-help-icon {
    height: 85px;
    width: 85px;
    background-color: #26d366;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 9px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .service-details__need-help-icon:hover {
        background-color: var(--ambed-black, #3c3531);
    }

    .service-details__need-help-icon span {
        font-size: 30px;
        color: var(--ambed-base, #a47c68);
    }

.service-details__need-help-title {
    font-size: 26px;
    color: var(--ambed-white, #ffffff);
    line-height: 32px;
    font-weight: 400;
}

.service-details__need-help-contact {
    position: relative;
    display: block;
    margin-top: 9px;
}

    .service-details__need-help-contact p {
        font-size: 16px;
        color: var(--ambed-white, #ffffff);
        margin: 0;
        line-height: 20px;
    }

    .service-details__need-help-contact a {
        font-size: 20px;
        color: var(--ambed-white, #ffffff);
        font-weight: 400;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .service-details__need-help-contact a:hover {
            color: var(--ambed-black, #3c3531);
        }

.service-details__download {
    position: relative;
    display: block;
    margin-top: 30px;
}

.service-details__download-btn {
    width: 100%;
    text-align: center;
}

.service-details__right {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
}

    .service-details__img img {
        width: 100%;
    }

.service-details__icon {
    position: absolute;
    left: 40px;
    bottom: 30px;
    height: 106px;
    width: 106px;
    background-color: var(--ambed-base, #a47c68);
    font-size: 65px;
    color: var(--ambed-white, #ffffff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 75px;
}

.service-details__content-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
}

.service-details__text-1 {
    font-size: 18px;
    line-height: 34px;
}

.service-details__text-2 {
    font-size: 18px;
    line-height: 34px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.service-details__text-3 {
    font-size: 18px;
    line-height: 34px;
}

.service-details__points-two {
    position: relative;
    display: block;
}

.service-details__points-two-single {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.service-details__points-two-content {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 34px 40px 33px;
}

.service-details__points-two-icon {
    height: 74px;
    width: 74px;
    background-color: var(--ambed-base, #a47c68);
    border-radius: 50%;
    font-size: 30px;
    color: var(--ambed-white, #ffffff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -70px;
    margin-bottom: 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__points-two-single:hover .service-details__points-two-icon {
    background-color: var(--ambed-black, #3c3531);
}

.service-details__points-two-content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 11px;
}

.service-details__points-two-content p {
    font-size: 16px;
    line-height: 30px;
}

.service-details__benefits {
    position: relative;
    display: block;
    margin-bottom: 50px;
    margin-top: 20px;
}

.service-details__benefits-img {
    position: relative;
    display: block;
}

    .service-details__benefits-img img {
        width: 100%;
    }

.service-details__benefits-right {
    position: relative;
    display: block;
    margin-top: -6px;
}

.service-details__benefits-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.service-betails__benefits-text-1 {
    font-size: 18px;
    color: var(--ambed-base, #a47c68);
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 31px;
}

.service-details__benefits-points {
    position: relative;
    display: block;
}

    .service-details__benefits-points li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .service-details__benefits-points li + li {
            margin-top: 3px;
        }

        .service-details__benefits-points li .icon {
            color: var(--ambed-base, #a47c68);
            font-size: 9px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            height: 16px;
            width: 16px;
            border: 1px solid var(--ambed-base, #a47c68);
            border-radius: 50%;
        }

            .service-details__benefits-points li .icon i {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                left: 1px;
            }

        .service-details__benefits-points li .text {
            margin-left: 15px;
        }

            .service-details__benefits-points li .text p {
                font-size: 16px;
                color: var(--ambed-black, #3c3531);
                font-weight: 500;
                line-height: 30px;
            }

/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.projects-page {
    position: relative;
    display: block;
    padding: 48px 0 160px;
}

.projects-page--carousel {
    padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.project-details__img-box {
    position: relative;
    display: block;
}

.project-details__img {
    position: relative;
    display: block;
}

    .project-details__img img {
        width: 100%;
    }

.project-details__details-box {
    position: relative;
    display: block;
    /* margin-left: 60px; */
    /* margin-right: 60px; */
    /* margin-top: -100px; */
    z-index: 1;
}

    .project-details__details-box:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        background-color: var(--ambed-base, #a47c68);
        content: "";
        z-index: 1;
    }

.project-details__details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: end;
    background-color: var(--ambed-white, #ffffff);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 45px 15px;
    /* border-top-right-radius: 48px; */
    /* border-bottom-left-radius: 48px; */
    /* border-bottom-right-radius: 48px; */
}

    .project-details__details li {
        position: relative;
        display: block;
    }

        .project-details__details li:before {
            position: absolute;
            top: 4px;
            bottom: 4px;
            right: -100px;
            content: "";
            width: 1px;
            background-color: var(--ambed-bdr-color, #e2ddda);
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
        }

        .project-details__details li:last-child:before {
            display: none;
        }

.project-details__details-content {
    position: relative;
    display: block;
}

.project-details__details-title {
    line-height: 26px;
    font-size: 16px;
    color: var(--ambed-base, #a47c68);
}

.project-details__details-name {
    font-weight: 500;
    color: var(--ambed-black, #3c3531);
    line-height: 30px;
    font-size: 16px;
}

    .project-details__details-name a {
        color: var(--ambed-black, #3c3531);
    }

.project-details__details-share {
    font-weight: 500;
    color: var(--ambed-black, #3c3531);
}

.project-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

    .project-details__social a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        color: var(--ambed-black, #3c3531);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .project-details__social a:hover {
            color: var(--ambed-base, #a47c68);
        }

        .project-details__social a + a {
            margin-left: 25px;
        }

.project-details__room-wallpapers {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 42px;
}

.project-details__room-wallpapers-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px;
}

.project-details__room-wallpapers-text {
    font-size: 18px;
    line-height: 34px;
}

.project-details__challenge {
    position: relative;
    display: block;
}

.project-details__challenge-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.project-details__challenge-text {
    font-size: 18px;
    line-height: 34px;
}

.project-details__challenge-progress {
    position: relative;
    display: block;
    margin-top: 49px;
    margin-bottom: 25px;
}

.project-details__progress-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.project-details__progress-single {
    position: relative;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    margin-bottom: 32px;
}

.project-details__progress-box {
    position: relative;
    display: block;
    height: 144px;
    width: 144px;
    margin: 0 auto;
    z-index: 1;
}

    .project-details__progress-box:before {
        position: absolute;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: #f9f9f9;
        border-radius: 50%;
        z-index: -1;
    }

    .project-details__progress-box:after {
        position: absolute;
        top: 6px;
        bottom: 6px;
        left: 6px;
        right: 6px;
        content: "";
        border-radius: 50%;
        border: 2px solid var(--ambed-base, #a47c68);
    }

    .project-details__progress-box canvas {
        position: relative;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .project-details__progress-box span {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        font-size: 30px;
        font-weight: 400;
        line-height: 1;
        color: var(--ambed-black, #3c3531);
        letter-spacing: 0.04em;
    }

.project-details__progress-content h3 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--ambed-black, #3c3531);
    margin-top: 11px;
    letter-spacing: 0.04em;
}

.project-details__progress-single-last {
    border: 0;
    padding: 0;
    margin: 0;
}

.project-details__points-box {
    position: relative;
    display: block;
}

.project-details__points-img {
    position: relative;
    display: block;
}

    .project-details__points-img img {
        width: 100%;
    }

.project-details__points-content-box {
    position: relative;
    display: block;
    margin-top: 13px;
    margin-left: 30px;
}

.project-details__points {
    position: relative;
    display: block;
}

    .project-details__points li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .project-details__points li + li {
            margin-top: 8px;
        }

        .project-details__points li .icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 16px;
            width: 16px;
            font-size: 9px;
            color: var(--ambed-base, #a47c68);
            border: 1px solid var(--ambed-base, #a47c68);
            border-radius: 50%;
        }

            .project-details__points li .icon span {
                position: relative;
                left: 1px;
            }

        .project-details__points li .text {
            margin-left: 15px;
        }

            .project-details__points li .text p {
                font-size: 18px;
                font-weight: 500;
                color: var(--ambed-black, #3c3531);
            }

.project-details__result {
    position: relative;
    display: block;
    margin-top: 52px;
}

.project-details__result-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.project-details__result-text {
    font-size: 18px;
    line-height: 34px;
}

.projectc-details__pagination-box {
    position: relative;
    display: block;
    margin-top: 109px;
}

.projectc-details__pagination-single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 50px 50px 50px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 30px;
}

.projectc-details__pagination-icon {
    position: relative;
    display: block;
}

    .projectc-details__pagination-icon a {
        font-size: 15px;
        color: var(--ambed-black, #3c3531);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 55px;
        width: 55px;
        background-color: var(--ambed-white, #ffffff);
        border-radius: 50%;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .projectc-details__pagination-icon a:hover {
            background-color: var(--ambed-base, #a47c68);
            color: var(--ambed-white, #ffffff);
        }

.projectc-details__pagination-content {
    margin-left: 30px;
    top: -5px;
    position: relative;
}

    .projectc-details__pagination-content span {
        font-size: 14px;
    }

    .projectc-details__pagination-content p {
        font-size: 20px;
        color: var(--ambed-black, #3c3531);
        font-weight: 700;
        line-height: 22px;
    }

.projectc-details__pagination-single-two {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .projectc-details__pagination-single-two .projectc-details__pagination-content {
        margin-left: 0;
        margin-right: 30px;
    }

/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
    position: relative;
    display: block;
    padding: 90px 0 90px;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 120px 0 127px;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: -26px;
}

    .about-two__left .section-title {
        margin-bottom: 48px;
    }

    .about-two__left .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.about-two__text-1 {
    font-size: 24px;
    color: var(--ambed-base, #a47c68);
    font-weight: 500;
    line-height: 36px;
}

.about-two__text-2 {
    font-size: 18px;
    line-height: 34px;
    padding-top: 35px;
    padding-bottom: 37px;
}

.about-two__points-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-two__points-left {
    position: relative;
    display: block;
    float: left;
}

.about-two__points-right {
    position: relative;
    display: block;
    float: right;
}

.about-two__points {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

    .about-two__points li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .about-two__points li + li {
            margin-left: 0px;
        }

        .about-two__points li .icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .about-two__points li .icon span {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 26px;
                color: var(--ambed-base, #a47c68);
            }

        .about-two__points li .text {
            margin-left: 10px;
        }

            .about-two__points li .text p {
                font-size: 18px;
                color: var(--ambed-black, #3c3531);
                font-weight: 700;
            }

.about-two__right {
    position: relative;
    display: block;
    margin-left: 240px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img-1 {
    position: relative;
    display: block;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

    .about-two__img-1 img {
        width: 100%;
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }

.about-two__img-2 {
    position: absolute;
    top: 80px;
    left: -185px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

    .about-two__img-2 img {
        width: auto;
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
    }

.about-two__dot {
    position: absolute;
    bottom: -80px;
    right: -40px;
    opacity: .30;
    z-index: -1;
}

    .about-two__dot img {
        width: auto;
        -webkit-animation-name: shapeMover;
        animation-name: shapeMover;
        -webkit-animation-duration: 9s;
        animation-duration: 9s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
    padding-top: 120px;
}

/*--------------------------------------------------------------
# Team page
--------------------------------------------------------------*/
.team-page {
    padding: 120px 0 90px;
}

.team-page--carousel {
    padding-bottom: 120px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: .50;
    z-index: 2;
}

    .team-details-shape-1 img {
        width: auto;
    }

.team-details__top {
    position: relative;
    display: block;
    padding: 120px 0 110px;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-top-right-radius: 50px;
}

    .team-details__top-img img {
        width: 100%;
        border-top-right-radius: 50px;
    }

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: var(--ambed-primary, #f2eeeb);
    letter-spacing: 0.35em;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -329px;
}

.team-details__top-right {
    position: relative;
    display: block;
    /* margin-left: 70px; */
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -8px;
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

.team-details__top-title {
    font-size: 16px;
    color: var(--ambed-base, #a47c68);
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

    .team-details__social a {
        position: relative;
        height: 45px;
        width: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        background-color: var(--ambed-primary, #f2eeeb);
        color: var(--ambed-black, #3c3531);
        font-size: 16px;
        border-radius: 50%;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .team-details__social a:hover {
            background-color: var(--ambed-base, #a47c68);
            color: var(--ambed-white, #ffffff);
        }

        .team-details__social a + a {
            margin-left: 10px;
        }

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--ambed-base, #a47c68);
    line-height: 47px;
}

.team-details__top-text-2 {
    font-size: 18px;
    line-height: 34px;
    padding-top: 8px;
    padding-bottom: 35px;
    max-height: 265px;
    overflow: auto;
}

.team-details__top-text-3 {
    font-size: 18px;
    line-height: 34px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
    padding-top: 111px;
    padding-bottom: 120px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    font-size: 18px;
    line-height: 34px;
    padding-top: 30px;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}

.team-details__progress-single {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--ambed-black, #3c3531);
    margin-bottom: 7px;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: var(--ambed-primary, #f2eeeb);
    border-radius: 7px;
    margin-bottom: 22px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--ambed-base, #a47c68);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--ambed-gray, #8b827d);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Message One
--------------------------------------------------------------*/
.message-one {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 120px 0 230px;
    overflow: hidden;
    z-index: 1;
}

.message-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    /* margin-bottom: 174px; */
}

.message-one-shape-1 {
    position: absolute;
    top: 0;
    left: -170px;
}

    .message-one-shape-1:before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        border-top: 230px solid #e2ddda;
        border-left: 230px solid transparent;
        border-right: 230px solid transparent;
    }

.message-one-shape-2 {
    position: absolute;
    top: 167px;
    left: 0;
}

    .message-one-shape-2:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        border-top: 160px solid transparent;
        border-left: 160px solid #ffffff;
        border-bottom: 160px solid transparent;
    }

.message-one-shape-3 {
    position: absolute;
    bottom: -90px;
    right: 0;
}

    .message-one-shape-3:before {
        position: absolute;
        bottom: 0px;
        right: 0px;
        content: "";
        border-top: 220px solid transparent;
        border-bottom: 220px solid transparent;
        border-right: 220px solid #e2ddda;
    }


.message-one .comment-form__btn {
    margin: 20px auto 0;
    display: block;
}

.message-one .comment-form__input-box input[type="text"],
.message-one .comment-form__input-box input[type="email"] {
    background-color: #f2eeeb;
    font-weight: 400;
}

.message-one .comment-form__input-box.text-message-box {
    height: 160px;
}

.message-one .comment-form__input-box textarea {
    background-color: #f2eeeb;
    height: 160px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Newsletter Two
--------------------------------------------------------------*/
.newsletter-two {
    margin-top: -110px;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonials-page {
    position: relative;
    display: block;
    padding: 150px 0 60px;
}

.testimonials-page--carousel {
    padding-bottom: 120px;
}

.testimonials-page .testimonial-one__single {
    margin-bottom: 60px;
}

.testimonials-page--carousel .testimonial-one__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
    position: relative;
    display: block;
    padding: 120px 0 158px;
}

.gallery-page--carousel {
    padding-bottom: 120px;
}

.gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-page__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

    .gallery-page__img:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        content: "";
        background-color: #0000007a;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
        -webkit-transform: translateY(-102%);
        transform: translateY(-102%);
        z-index: 1;
    }

.gallery-page__single:hover .gallery-page__img:before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-page__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-page__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

    .gallery-page__icon a {
        height: 77px;
        width: 77px;
        background-color: var(--ambed-base, #a47c68);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        font-size: 22px;
        color: var(--ambed-white, #ffffff);
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
        z-index: 2;
    }

.gallery-page__single:hover .gallery-page__icon a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.gallery-page__icon a:hover {
    background-color: var(--ambed-white, #ffffff);
    color: var(--ambed-black, #3c3531);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-page__left {
    position: relative;
    display: block;
}

.faq-page__right {
    position: relative;
    display: block;
}

    .faq-page__right .service-details__need-help {
        margin-top: 0px;
    }

.faq-page__btn-box {
    position: relative;
    display: block;
}

.faq-page__btn {
    width: 100%;
    text-align: center;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 71px 0 215px;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title-box {
    position: relative;
    display: block;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 350px;
    font-weight: 900;
    margin-bottom: 0;
    color: var(--ambed-base, #a47c68);
}

.error-page__tagline {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 12px;
    font-weight: 400;
    color: var(--ambed-black, #3c3531);
}

.error-page__text {
    font-size: 20px;
    font-weight: 400;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 56px auto 20px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--ambed-primary, #f2eeeb);
    font-size: 16px;
    color: var(--ambed-gray, #8b827d);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--ambed-black, #3c3531);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.contact-page-shape-1 {
    position: absolute;
    bottom: 95px;
    right: 0;
    opacity: .50;
}

    .contact-page-shape-1 img {
        width: auto;
    }

.contact-page__left {
    position: relative;
    display: block;
}

    .contact-page__left .section-title__line {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.contact-page__form {
    position: relative;
    display: block;
}

    .contact-page__form .comment-form__input-box.text-message-box {
        height: 155px;
    }

    .contact-page__form .comment-form__input-box textarea {
        height: 155px;
    }

.contact-page__right {
    position: relative;
    display: block;
    margin-left: 40px;
}

.contact-page__details {
    position: relative;
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding-top: 34px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    border-top: 4px solid var(--ambed-base, #a47c68);
}

.contact-page__details-list {
    position: relative;
    display: block;
}

    .contact-page__details-list li + li {
        margin-top: 28px;
    }

    .contact-page__details-list li p {
        font-size: 18px;
        color: var(--ambed-black, #3c3531);
        font-weight: 500;
    }

        .contact-page__details-list li p a {
            color: var(--ambed-black, #3c3531);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .contact-page__details-list li p a:hover {
                color: var(--ambed-base, #a47c68);
            }

.contact-page__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid var(--ambed-bdr-color, #e2ddda);
    padding-top: 39px;
    margin-top: 30px;
}

    .contact-page__social a {
        position: relative;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--ambed-black, #3c3531);
        font-size: 15px;
        background-color: var(--ambed-primary, #f2eeeb);
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .contact-page__social a:hover {
            color: var(--ambed-white, #ffffff);
        }

        .contact-page__social a:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-color: var(--ambed-base, #a47c68);
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: all;
            transition-property: all;
            opacity: 1;
            -webkit-transform-origin: top;
            transform-origin: top;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: -1;
        }

        .contact-page__social a:hover:after {
            opacity: 1;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        .contact-page__social a + a {
            margin-left: 10px;
        }

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
}

.google-map__two-box {
    position: relative;
    display: block;
    border: none;
    height: 530px;
    width: 100%;
    mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--ambed-base, #a47c68);
    -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(--ambed-base, #a47c68);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--ambed-base, #a47c68);
    opacity: 0.4;
}

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

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase__inner {
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__image {
    position: relative;
    background-color: var(--ambed-black, #3c3531);
    overflow: hidden;
}

    .home-showcase__image > img {
        width: 100%;
        -webkit-transition: 500ms ease;
        transition: 500ms ease;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .home-showcase__image:hover > img {
        opacity: 0.75;
    }

    .home-showcase__image:hover .home-showcase__buttons {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
    }

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.home-showcase__buttons__item {
    padding: 10px 38px;
    /* width: 100%; */
    text-align: center;
}

    .home-showcase__buttons__item + .home-showcase__buttons__item {
        margin-top: 10px;
    }

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--ambed-black, #3c3531);
    margin: 10px 0px 27px;
}

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

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

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

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
    background-color: var(--ambed-primary, #f2eeeb);
}

.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
# Dark Version
--------------------------------------------------------------*/
.main-header__logo .dark-logo {
    display: block;
}

.main-header__logo .light-logo {
    display: none;
}

.main-header__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.main-menu-two__logo .dark-logo {
    display: none;
}

.main-menu-two__logo .light-logo {
    display: block;
}

.main-menu-two__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.main-menu-three__logo .dark-logo {
    display: none;
}

.main-menu-three__logo .light-logo {
    display: block;
}

.main-menu-three__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/*--------------------------------------------------------------
# Owl Styles
--------------------------------------------------------------*/
.owl-with-shadow .owl-stage-outer {
    overflow: visible;
}

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

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

.owl-dot-one .owl-dots {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .owl-dot-one .owl-dots .owl-dot {
        margin: 0 5px;
    }

        .owl-dot-one .owl-dots .owl-dot span {
            margin: 0;
            display: block;
            width: 10px;
            height: 10px;
            background-color: var(--ambed-bdr-color, #e2ddda);
            border-radius: 50%;
            opacity: 1;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .owl-dot-one .owl-dots .owl-dot.active span {
            opacity: 1;
            background-color: var(--ambed-black, #3c3531);
        }

.owl-dot-one--lg .owl-dots {
    display: none;
}

@media (min-width: 1200px) {
    .owl-dot-one--lg .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.owl-dot-one--md .owl-dots {
    display: none;
}

@media (min-width: 768px) {
    .owl-dot-one--md .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.owl-dot-one--sm .owl-dots {
    display: none;
}

@media (min-width: 576px) {
    .owl-dot-one--sm .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.owl-nav-one .owl-nav {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .owl-nav-one .owl-nav button[class*=owl-] {
        margin: 0;
        padding: 0;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background-color: var(--ambed-bdr-color, #e2ddda);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        color: var(--ambed-gray, #8b827d);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        margin: 0 5px;
    }

        .owl-nav-one .owl-nav button[class*=owl-]:hover {
            background-color: var(--ambed-black, #3c3531);
            color: #fff;
        }

.owl-nav-one--lg .owl-nav {
    display: none;
}

@media (max-width: 1199.98px) {
    .owl-nav-one--lg .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.owl-nav-one--md .owl-nav {
    display: none;
}

@media (max-width: 767.98px) {
    .owl-nav-one--md .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.owl-nav-one--sm .owl-nav {
    display: none;
}

@media (max-width: 575.98px) {
    .owl-nav-one--sm .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

# sourceMappingURL=ambed.css.map
/*Sonradan eklenenler */
iframe {
    width: 100%;
}

.list-unstyled .navbar {
    padding: 0 !important;
}

    .list-unstyled .navbar .nav-link {
        padding: 0rem 1rem !important;
    }

    .list-unstyled .navbar a {
        font-size: 15px;
        color: #ffffff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .list-unstyled .navbar a:hover {
            color: var(--ambed-white, #ffffff) !important;
            -webkit-transition: all 500ms ease !important;
            transition: all 500ms ease !important;
        }

.list-unstyled .dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #3c3531;
}

.list-unstyled .dropdown-menu a {
    font-size: 14px;
    color: #646464;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
/*Teklif al modal */
.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    max-width: 591px;
}

.modal-content {
    border: none;
    position: relative;
    padding: 50px !important;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    background: #c859ff;
    background: -moz-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #c859ff), color-stop(100%, #ffab8c));
    background: -webkit-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
    background: -o-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
    background: -ms-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
    background: linear-gradient(45deg, #020202 0%, #5e5e5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c859ff', endColorstr='#ffab8c', GradientType=1 );
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

    .modal-content h3 {
        color: #fff;
        font-weight: 300;
    }

    .modal-content .modal-header {
        padding: 0;
        border: none;
    }

    .modal-content button.close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
        width: 40px;
        height: 40px;
        z-index: 1;
        text-shadow: none;
        background: rgba(0, 0, 0, 0.1);
    }

    .modal-content .modal-body {
        border: none;
    }

    .modal-content .modal-footer {
        border: none;
        background: #f8f8f8;
    }

    .modal-content .form-control {
        background: #00000029;
        border: none;
        padding: 0;
        height: 40px;
        color: rgb(255 255 255 / 80%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0;
    }

        .modal-content .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: rgba(255, 255, 255, 0.8) !important;
        }

        .modal-content .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: rgba(255, 255, 255, 0.8) !important;
        }

        .modal-content .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: rgba(255, 255, 255, 0.8) !important;
        }

        .modal-content .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: rgba(255, 255, 255, 0.8) !important;
        }

    .modal-content .btn {
        font-weight: 500;
        height: 52px;
    }

        .modal-content .btn .btn-primary {
            background: #f9e090 !important;
        }

    .modal-content .social {
        width: 100%;
    }

        .modal-content .social a {
            width: 100%;
            display: block;
            border: 1px solid rgba(255, 255, 255, 0.4);
            color: #000;
            background: #fff;
        }

            .modal-content .social a:hover {
                background: transparent;
                color: #fff;
            }

.btn {
    cursor: pointer;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

    .btn:hover, .btn:active, .btn:focus {
        outline: none;
    }

    .btn.btn-primary {
        background: var(--ambed-base, #a47c68);
        border: 1px solid #f9e090 !important;
        color: #fff;
    }

        .btn.btn-primary:hover {
            border: 1px solid #f9e090;
            background: var(--ambed-black, #a47c68);
            color: #ffffff;
        }

        .btn.btn-primary.btn-outline-primary {
            border: 1px solid #f9e090;
            background: transparent;
            color: #f9e090;
        }

            .btn.btn-primary.btn-outline-primary:hover {
                border: 1px solid transparent;
                background: #f9e090;
                color: #fff;
            }

.youtubeIframe iframe {
    height: 250px;
    width: 100%;
}

.youtubeDetayIframe iframe {
    height: 350px
}

.iletisimMobil {
    display: none;
}

.detayCollapse {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 120px 0 230px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: -109px;
}

.search-popup__content .form-searh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

    .search-popup__content form input[type="search"], .search-popup__content .form-searh input[type="text"] {
        width: 100%;
        background-color: #fff;
        font-size: 16px;
        border: none;
        outline: none;
        height: 66px;
        padding-left: 30px;
    }

/*collapse*/
$tcolor-white: #fff;
$tcolor-main: #234560;
$t1color2: #7B8B9E;
$t1color4: #A6C3DB;


.hide {
    display: none;
}



.card-main {
    /* width: 1024px; */
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
}

.sidebar {
    width: 25%;
    background-color: #234560;
}



.profile-pic {
    height: 100%;
    width: 100%;
    &:after
}

.list-group-item {
    font-size: 16px;
    font-weight: 500;
    color: $tcolor-white;
    background-color: $tcolor-main;
    text-align: center;
    border-color: $t1color2;
}


.rank {
    color: $t1color4;
}

.content {
    width: 100%;
    background-color: transparent;
    border-color: $t1color2;
    // padding-left: 5px;
}

.card-header {
    background-color: transparent;
    padding: 0;
}

.nav-item a:hover {
    color: var(--ambed-white, #ffffff);
}

.nav-tabs-style {
    display: none;
}

.nav-link-style {
    background-color: var(--ambed-black, #3c3531);
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    padding: 20px;
    border-color: var(--ambed-base, #a47c68);
}



    .nav-link-style.active {
        color: $tcolor-main;
        background-color: $tcolor-white;
        border: 1px solid $tcolor-main;
        border-bottom: $tcolor-white;
        z-index: 1;
    }




@media(min-width:768px) {

    .card-main {
        /* width: 768px; */
        flex-direction: row;
    }

    .sidebar {
        width: 25%;
    }

    .content {
        /* width: 75%; */
    }

    .nav-tabs-style {
        display: flex;
    }

    .nav-link-style {
        margin-right: 5px;
    }

    .card {
        border: none;
    }

    .card-header {
        background-color: transparent;
    }

    .card .card-header {
        display: none;
        color: $tcolor-white;
        background-color: $tcolor-main;
        font-weight: 500;
        padding: 20px;
        margin-left: 5px;
        border-color: $tcolor-main;
    }

    .card .collapse {
        display: block;
    }
}

@media(min-width:1024px) {

    .card-main {
        /* width: 100%; */
        flex-direction: row;
    }

    .sidebar {
        width: 25%;
    }

    .content {
        /* width: 75%; */
    }

    .nav-tabs-style {
        display: flex;
    }

    .nav-link-style {
        margin-right: 5px;
    }

    .card {
        border: none;
    }

    .card-header {
        background-color: transparent;
    }

    .card .card-header {
        display: none;
        color: $tcolor-white;
        background-color: $tcolor-main;
        font-weight: 500;
        padding: 20px;
        margin-left: 5px;
        border-color: $tcolor-main;
    }

    .card .collapse {
        display: block;
    }
}


@media(max-width:767px) {

    .tab-pane .card-header, .card .tab-pane {
        border: none;
    }

    .card-main {
        width: 375px;
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .content {
        width: 100%;
        text-align: left;
    }

    .tab-content .tab-pane {
        display: block !important;
        opacity: 1;
        border: none;
        width: 100%;
    }

    .nav-link-style {
        color: $tcolor-white;
        background-color: $tcolor-main;
        border-bottom: 1px solid $t1color2;
    }

    .card-header a:hover {
        color: $tcolor-main;
        background-color: $t1color4;
    }

    .collapsed {
        background-color: $tcolor-main;
    }

    /*  .main-header-one__top-left {
        display: none !important;
    }*/

    .main-header-one__top-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .main-header-one__top-right-social a + a {
        margin-left: 12px !important;
    }

    .main-slider__sub-title {
        font-size: 14px;
    }

    .main-slider__icon img {
        width: 7%;
        display: none;
    }

    .main-slider__icon {
        margin-bottom: 2px;
    }
}

.why-choose-one__points li .text h6 {
    font-size: 20px;
}


/*----  Whatsapp chat start  ----*/
.ec-style {
    display: inline-block;
    position: fixed;
    letter-spacing: 0.1px;
    z-index: 91;
}

    .ec-style .ec-button {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .ec-style .ec-button .whatsapp {
            width: 28px;
            height: 28px;
            background-image: url(../images/whatsapp.png);
            background-repeat: no-repeat;
            background-size: 100%;
            display: table;
            margin-right: 0;
            font-size: 25px;
            text-align: center;
            line-height: 38px;
            cursor: pointer;
            color: #2ab674;
        }

    .ec-style .ec-panel {
        display: none;
        margin-bottom: 5px;
        width: 275px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
        background-color: #fff;
    }

        .ec-style .ec-panel .ec-header {
            padding: 12px 15px 15px;
            text-align: center;
            color: #fff;
            background: #2ab674;
        }

        .ec-style .ec-panel .ec-body {
            min-width: 250px;
            white-space: nowrap;
            list-style: none;
            overflow-y: auto;
        }

    .ec-style .ec-header strong {
        font-size: 15px;
        line-height: 20px;
    }

    .ec-style .ec-header p {
        margin-bottom: 0;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
    }

    .ec-style .ec-list .d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ec-style .ec-list .ec-img-cont {
        position: relative;
    }

    .ec-style .ec-list .ec-user-img {
        height: 40px;
        /* width: 40px; */
        vertical-align: middle;
        border-radius: 50%;
    }

    .ec-style .ec-list .ec-status-icon {
        position: absolute;
        bottom: 5px;
        right: 1px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: 1px solid #fff;
        background-color: #a0a0a0;
    }

    .ec-style .ec-list .ec-online {
        background-color: #2ab674;
    }

    .ec-style .ec-list .ec-offline {
        background-color: #a0a0a0;
    }

    .ec-style .ec-list .ec-user-info {
        margin-top: 0;
        margin-bottom: auto;
        margin-left: 15px;
    }

        .ec-style .ec-list .ec-user-info span {
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
            color: #555;
        }

        .ec-style .ec-list .ec-user-info p {
            margin-bottom: 0;
            color: #888;
            font-size: 12px;
            line-height: 15px;
            font-weight: 300;
        }

    .ec-style .ec-list .ec-chat-icon {
        margin-top: -46px;
        right: -10px;
        position: absolute;
        color: #d4d4d4;
        font-size: 60px;
        opacity: 0.5;
        -webkit-transition: all 0.05s ease-in-out;
        transition: all 0.05s ease-in-out;
        overflow: hidden;
    }

    .ec-style .ec-body:hover {
        text-decoration: none;
        cursor: pointer;
    }

        .ec-style .ec-body:hover .ec-user-img {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .ec-style .ec-body li {
        display: block;
        padding: 10px;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
        border-bottom: 1px solid #eee;
        list-style-type: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .ec-style .ec-body li:hover {
            background-color: rgba(42, 182, 116, 0.07);
        }

            .ec-style .ec-body li:hover .ec-chat-icon {
                color: #555;
                -webkit-transition: all 0.05s ease-in-out;
                transition: all 0.05s ease-in-out;
            }

                .ec-style .ec-body li:hover .ec-chat-icon i {
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

    .ec-style .ec-body .ec-chat-icon i {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.ec-right-bottom {
    bottom: 15px;
    right: 15px;
    float: right;
}

.ec-left-bottom {
    bottom: 15px;
    left: 15px;
    float: left;
}

    .ec-right-bottom .ec-box,
    .ec-left-bottom .ec-box {
        background-color: #ffffff;
        border: 2px solid #2ab674;
    }

        .ec-left-bottom.ec-box:hover,
        .ec-right-bottom .ec-box:hover {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
        }

@keyframes ec-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes ec-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.rotateForward {
    -webkit-animation-name: rotateF;
    animation-name: rotateF;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes rotateF {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateF {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotateBackward {
    -webkit-animation-name: rotateB;
    animation-name: rotateB;
    -webkit-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes rotateB {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotateB {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.ec-panel .ec-body ul {
    margin: 0;
    padding: 0;
}

.ec-cart-float {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 70px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    z-index: 15;
    background: #ffffff;
}

    .ec-cart-float .ec-header-btn {
        position: relative;
        display: block;
    }

        .ec-cart-float .ec-header-btn .svg_img {
            width: 45px;
            height: 45px;
        }

        .ec-cart-float .ec-header-btn .ec-cart-count {
            position: absolute;
            top: 10px;
            right: 0;
            left: 0;
            bottom: 0;
            background: #3474d4;
            color: #ffffff;
            height: 18px;
            width: 18px;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: auto;
            font-size: 12px;
            line-height: 30px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

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

.ec-tools-sidebar {
    width: 200px;
    height: 100vh;
    position: fixed;
    right: -200px;
    top: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 16;
}

    .ec-tools-sidebar ::-webkit-scrollbar {
        width: 5px;
    }

    .ec-tools-sidebar ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .ec-tools-sidebar ::-webkit-scrollbar-thumb {
        background: #888;
    }

        .ec-tools-sidebar ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .ec-tools-sidebar .ec-tools-detail {
        height: calc(100vh - 60px);
        overflow-y: auto;
    }

    .ec-tools-sidebar .tool-title {
        padding: 15px;
        border-bottom: 1px solid #d9d9d9;
    }

        .ec-tools-sidebar .tool-title h3, .ec-tools-sidebar .tool-title .h3 {
            line-height: 28px;
            margin: 0;
            font-size: 16px;
            color: #777;
            font-weight: 700;
            text-transform: uppercase;
        }

    .ec-tools-sidebar .ec-tools-sidebar-toggle {
        position: absolute;
        top: 30%;
        right: 202px;
        width: 40px;
        height: 40px;
        color: #000;
        background-color: #373840;
        -webkit-transition: all ease-in 0.3s;
        transition: all ease-in 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 25px;
        z-index: -1;
        text-decoration: none;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

        .ec-tools-sidebar .ec-tools-sidebar-toggle img {
            width: 27px;
            -webkit-animation: rotation 3s infinite linear;
            animation: rotation 3s infinite linear;
        }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.ec-tools-sidebar .ec-tools-sidebar-content {
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
}

    .ec-tools-sidebar .ec-tools-sidebar-content h3, .ec-tools-sidebar .ec-tools-sidebar-content .h3 {
        margin-bottom: 10px;
        line-height: 20px;
        font-size: 14px;
        color: #777;
        font-weight: 600;
    }

    .ec-tools-sidebar .ec-tools-sidebar-content li {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang {
        width: 100%;
        height: 28px;
        padding-bottom: 29px;
        overflow: hidden;
        border: 1px solid #d9d9d9;
    }

        .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element span {
            display: none;
        }

        .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element select {
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            padding-right: 10px;
            background: url(../images/common/arrow-down-light.png);
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-repeat: no-repeat;
            background-position: 96% 42%;
            color: #777;
        }

            .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element select option {
                color: #777;
                background: #ffffff;
            }

        .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element .goog-te-gadget .goog-te-combo {
            margin: 0;
            border: 0;
            padding: 4px 5px;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element .goog-te-gadget .goog-te-combo:focus-visible, .ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element .goog-te-gadget .goog-te-combo:focus {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border: 0 !important;
                outline: none !important;
            }

.ec-tools-sidebar .ec-color-desc .ec-color-title {
    font-weight: 600;
    color: #ffffff;
    padding-right: 7px;
}

.ec-tools-sidebar .ec-color-desc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ec-tools-sidebar .ec-color-desc ul li {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

        .ec-tools-sidebar .ec-color-desc ul li a {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 50%;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            text-align: center;
        }

        .ec-tools-sidebar .ec-color-desc ul li:hover {
            margin-left: 0 !important;
        }

            .ec-tools-sidebar .ec-color-desc ul li:hover a {
                margin-left: 0 !important;
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

        .ec-tools-sidebar .ec-color-desc ul li a.colorcode1 {
            background-color: #3474d4;
        }

        .ec-tools-sidebar .ec-color-desc ul li a.colorcode2 {
            background-color: #7f77fd;
        }

        .ec-tools-sidebar .ec-color-desc ul li a.colorcode3 {
            background-color: #ff764b;
        }

        .ec-tools-sidebar .ec-color-desc ul li a.colorcode4 {
            background-color: #009688;
        }

        .ec-tools-sidebar .ec-color-desc ul li a.colorcode5 {
            background-color: #db3a5d;
        }

        .ec-tools-sidebar .ec-color-desc ul li.active {
            pointer-events: none;
        }

            .ec-tools-sidebar .ec-color-desc ul li.active a:before {
                content: "?";
                color: #ffffff;
                font-size: 12px;
                line-height: 1;
                position: relative;
                top: 0;
                font-family: "EcIcons";
                font-style: normal;
                font-weight: 400;
            }

.ec-tools-sidebar .ec-change-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    white-space: nowrap;
    height: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 90px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

    .ec-tools-sidebar .ec-change-mode > * {
        width: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        cursor: pointer;
        color: #ffffff;
        font-size: 12px;
        border-radius: 30px;
        overflow: hidden;
    }

    .ec-tools-sidebar .ec-change-mode .ec-mode-btn {
        width: 45px;
        pointer-events: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#000));
        background: linear-gradient(#737373, #000);
        padding: 0 10px 0;
        font-size: 10px;
        cursor: pointer;
    }

    .ec-tools-sidebar .ec-change-mode .ec-mode-switch > * {
        width: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0 10px 0;
    }

    .ec-tools-sidebar .ec-change-mode .ec-mode-off {
        background: -webkit-gradient(linear, left top, left bottom, from(#ff9a9a), to(red));
        background: linear-gradient(#ff9a9a, red);
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ec-tools-sidebar .ec-change-mode .ec-mode-on {
        background: -webkit-gradient(linear, left top, left bottom, from(#a1ff9e), to(#0b8600));
        background: linear-gradient(#a1ff9e, #0b8600);
        color: #ffffff;
        display: none;
    }

    .ec-tools-sidebar .ec-change-mode:hover {
        width: 90px;
    }

    .ec-tools-sidebar .ec-change-mode.active {
        width: 90px;
    }

        .ec-tools-sidebar .ec-change-mode.active .ec-mode-on {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .ec-tools-sidebar .ec-change-mode.active .ec-mode-off {
            display: none;
        }

.ec-tools-sidebar .ec-change-rtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    white-space: nowrap;
    height: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 90px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

    .ec-tools-sidebar .ec-change-rtl > * {
        width: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        cursor: pointer;
        color: #ffffff;
        font-size: 12px;
        border-radius: 30px;
        overflow: hidden;
    }

    .ec-tools-sidebar .ec-change-rtl .ec-rtl-btn {
        pointer-events: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#000));
        background: linear-gradient(#737373, #000);
        padding: 0 10px 0;
    }

    .ec-tools-sidebar .ec-change-rtl .ec-rtl-switch > * {
        width: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0 10px 0;
    }

    .ec-tools-sidebar .ec-change-rtl .ec-rtl-off {
        background: -webkit-gradient(linear, left top, left bottom, from(#ff9a9a), to(red));
        background: linear-gradient(#ff9a9a, red);
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ec-tools-sidebar .ec-change-rtl .ec-rtl-on {
        background: -webkit-gradient(linear, left top, left bottom, from(#a1ff9e), to(#0b8600));
        background: linear-gradient(#a1ff9e, #0b8600);
        color: #ffffff;
        display: none;
    }

    .ec-tools-sidebar .ec-change-rtl:hover {
        width: 90px;
    }

    .ec-tools-sidebar .ec-change-rtl.active {
        width: 90px;
    }

        .ec-tools-sidebar .ec-change-rtl.active .ec-rtl-on {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .ec-tools-sidebar .ec-change-rtl.active .ec-rtl-off {
            display: none;
        }

.ec-tools-sidebar .ec-fullscreen-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    white-space: nowrap;
    height: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 90px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

    .ec-tools-sidebar .ec-fullscreen-mode > * {
        width: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        cursor: pointer;
        color: #ffffff;
        font-size: 12px;
        border-radius: 30px;
        overflow: hidden;
    }

    .ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-btn {
        width: 45px;
        pointer-events: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#000));
        background: linear-gradient(#737373, #000);
        padding: 0 10px 0;
        font-size: 10px;
        cursor: pointer;
    }

    .ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-switch > * {
        width: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0 10px 0;
    }

    .ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-off {
        background: -webkit-gradient(linear, left top, left bottom, from(#ff9a9a), to(red));
        background: linear-gradient(#ff9a9a, red);
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-on {
        background: -webkit-gradient(linear, left top, left bottom, from(#a1ff9e), to(#0b8600));
        background: linear-gradient(#a1ff9e, #0b8600);
        color: #ffffff;
        display: none;
    }

    .ec-tools-sidebar .ec-fullscreen-mode:hover {
        width: 90px;
    }

    .ec-tools-sidebar .ec-fullscreen-mode.active {
        width: 90px;
    }

        .ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-on {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-off {
            display: none;
        }

.emp-wishlist-msg {
    padding: 30px 0;
    text-align: center;
    font-size: 50px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #777;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
}

#ec-popnews-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9998;
}

#ec-popnews-box-content {
    /* height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#ec-popnews-box {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #444444;
    width: 100%;
    max-width: 700px;
    padding: 30px;
    border: 0;
    display: none;
    z-index: 9999;
    text-align: center;
    border-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

    #ec-popnews-box h2, #ec-popnews-box .h2 {
        text-decoration: none;
        color: #444;
        display: block;
        font-size: 20px;
        line-height: 33px;
        font-weight: 600;
        margin: 0 auto 10px;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    #ec-popnews-box p {
        margin-bottom: 22px;
        color: #777;
    }

    #ec-popnews-box form {
        margin-bottom: 0px;
    }

    #ec-popnews-box input {
        height: 45px;
        background-color: transparent;
        border: 1px solid #ededed;
        color: #444444;
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0 15px;
        width: 100%;
        outline: none;
        background-color: #fff;
        border-radius: 30px;
    }

    #ec-popnews-box button {
        height: 40px;
        line-height: 42px;
        font-size: 16px;
        text-transform: uppercase;
        border-radius: 30px;
    }

#ec-popnews-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #777;
    border-color: #3474d4;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}


.form-checkbox .container {
    display: block;
    position: relative;
    padding-left: 21px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .form-checkbox .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.form-checkbox .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 15px;
    /* line-height: 25px; */
    width: 16px;
    background-color: #eee;
    border: 1px solid #b7b7b7;
}

/* On mouse-over, add a grey background color */
.form-checkbox .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-checkbox .container input:checked ~ .checkmark {
    background-color: #202020;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-checkbox .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-checkbox .container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    background-color: black;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-checkbox {
    bottom: 3px;
    position: fixed;
}

.disp-no-767 img {
    vertical-align: middle;
    max-width: 100%;
}



.ec-body a {
    color: #555;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}


/*---- Sat?n alma a??l?r penceresi  ----*/
.recent-purchase {
    width: 300px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #ffffff;
    z-index: 12;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

    .recent-purchase img {
        width: 70px;
        height: 75px;
        margin-right: 15px;
        display: inline-block;
        border: 1px solid #eeeeee;
    }

    .recent-purchase .detail {
        width: 65%;
        display: inline-block;
    }

        .recent-purchase .detail h6, .recent-purchase .detail .h6 {
            color: #444;
            font-size: 14px;
        }

        .recent-purchase .detail p {
            margin-bottom: 10px;
            font-size: 11px;
            color: #777;
        }

    .recent-purchase a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 20px;
        color: #777;
    }

        .recent-purchase a:hover {
            color: #555;
        }

.dropdown-left-manual {
    right: 0;
    left: auto;
    padding-left: 1px;
    padding-right: 1px;
}


.main-header-one__top {
    position: relative;
    display: block;
}

.main-header-one__top-inner {
    position: relative;
    display: block;
    /* background-color: var(--ambed-black, #3c3531); */
    /* padding-left: 80px; */
    /* padding-right: 80px; */
    padding-top: 4px;
    padding-bottom: 4px;
}

.main-header-one__top-left {
    position: relative;
    display: block;
    float: left;
    padding: 8px 5px;
}

.main-header-one__top-address {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-header-one__top-address li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-header-one__top-address li .icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .main-header-one__top-address li .icon span {
                font-size: 15px;
                color: var(--ambed-white, #ffffff);
            }

        .main-header-one__top-address li .text {
            margin-left: 10px;
        }

            .main-header-one__top-address li .text p {
                font-size: 12px;
                color: #bab1ac;
            }

                .main-header-one__top-address li .text p a {
                    color: #bab1ac;
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

        .main-header-one__top-address li + li {
            margin-left: 30px;
        }

.main-header-one__top-right {
    position: relative;
    display: block;
    float: right;
}

.main-header-one__top-right-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
}

.main-header-one__top-right-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-header-one__top-right-menu li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-header-one__top-right-menu li a {
            font-size: 12px;
            color: #fffdfd;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

.main-header-one__top-right-social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* padding: 0px 0 0 0; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-left: 40px; */
}

    .main-header-one__top-right-social a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        color: #ffffff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .main-header-one__top-right-social a + a {
            margin-left: 25px;
        }

.main-header-one__top-right-menu li + li {
    margin-left: 20px;
}

.main-header-one__top:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    z-index: -999;
    width: 38%;
    content: "";
    background-color: #222a30;
}

.main-header-one__top:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    z-index: -999;
    width: 62%;
    content: "";
    background-color: var(--ambed-base, #a47c68);
}



.main-header-uc__top {
    position: relative;
    display: block;
}

.main-header-uc__top-inner {
    position: relative;
    display: block;
    /* background-color: var(--ambed-black, #3c3531); */
    /* padding-left: 80px; */
    /* padding-right: 80px; */
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-header-uc__top-left {
    position: relative;
    display: block;
    float: left;
    /* padding: 8px 5px; */
}

.main-header-uc__top-address {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-header-uc__top-address li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-header-uc__top-address li .icon {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .main-header-uc__top-address li .icon span {
                font-size: 15px;
                color: var(--ambed-white, #ffffff);
            }

        .main-header-uc__top-address li .text {
            margin-left: 10px;
        }

            .main-header-uc__top-address li .text p {
                font-size: 12px;
                color: #bab1ac;
            }

                .main-header-uc__top-address li .text p a {
                    color: #ffffff;
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

        .main-header-uc__top-address li + li {
            margin-left: 30px;
        }

.main-header-uc__top-right {
    position: relative;
    display: block;
    float: right;
}

.main-header-uc__top-right-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
}

.main-header-uc__top-right-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-header-uc__top-right-menu li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-header-uc__top-right-menu li a {
            font-size: 12px;
            color: #fffdfd;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

.main-header-uc__top-social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* padding: 0px 0 0 0; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-left: 40px; */
}

    .main-header-uc__top-social a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        color: #ffffff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .main-header-uc__top-social a + a {
            margin-left: 13px;
        }

.main-header-uc__top-right-menu li + li {
    margin-left: 20px;
}

.main-header-uc__top:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 31px;
    z-index: -999;
    width: 50%;
    content: "";
    background-color: var(--ambed-black, #a47c68);
    opacity: 0.8;
}

.main-header-uc__top:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 31px;
    z-index: -999;
    width: 50%;
    content: "";
    background-color: var(--ambed-base, #a47c68);
    opacity: 0.8;
}


.uyeolbuton {
    background-color: var(--ambed-black, #3c3531);
    padding: 0px 7px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.3s linear;
}

    .uyeolbuton a {
        color: var(--ambed-white, #ffffff) !important;
    }

    .uyeolbuton:hover {
        background-color: var(--ambed-base, #a47c68);
        padding: 0px 7px;
        -webkit-transition: all 0.5s linear;
        transition: all 0.3s linear;
    }

.uyeolbutonOne {
    background-color: var(--ambed-base, #a47c68);
    padding: 0px 7px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.3s linear;
}

    .uyeolbutonOne a {
        color: var(--ambed-white, #ffffff) !important;
    }

    .uyeolbutonOne:hover {
        background-color: var(--ambed-black, #3c3531);
        padding: 0px 7px;
        -webkit-transition: all 0.5s linear;
        transition: all 0.3s linear;
    }

.girisYapOne {
    background-color: var(--ambed-black, #3c3531);
    padding: 0px 7px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.3s linear;
}

    .girisYapOne a {
        color: var(--ambed-white, #ffffff) !important;
    }

    .girisYapOne:hover {
        background-color: var(--ambed-base, #a47c68);
        padding: 0px 7px;
        -webkit-transition: all 0.5s linear;
        transition: all 0.3s linear;
    }

.main-header-uc__top-social {
    display: none;
}

.ptop {
    padding: 220px 0 111px !important;
}

.ptoplogin {
    padding: 146px 0 !important;
}

.d-whatsapp {
    height: 60px !important;
    width: 60px !important;
    border-radius: 9% !important;
    float: right !important;
    position: relative !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.8888em;
    line-height: 1em;
}

.facebook {
    background-color: #1877F2;
}

.twitter {
    background-color: #1DA1F2;
}

.pinterest {
    background-color: #BD081C;
}

.instagram {
    background-color: #E4405F;
}

.foter-about a, .news-more a {
    color: var(--ambed-base, #a47c68);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .foter-about a:hover {
        color: var(--ambed-white, #a47c68);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .news-more a:hover {
        color: var(--ambed-black, #a47c68);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.mypagevideo{
    position: fixed;
    right: 120px;
    bottom: 32px;
    visibility: visible;
    background-color: transparent;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 200000 !important;
}

.blog-sidebar__video-iconyt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 76px;
    height: 56px;
    line-height: 79px;
    text-align: center;
    font-size: 23px;
    color: var(--ambed-white, #ffffff);
    background-color: #ff0000;
    border-radius: 22%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

# sourceMappingURL=webimedya.css.map
