a,body {
    color: var(--ambed-gray,#8b827d)
}

.slider-link img,.thm-btn {
    display: inline-block;
    position: relative
}

#particles-js,.thm-btn:after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: -1
}

.section-title__line:before,.thm-btn:after {
    background-color: var(--ambed-base,#a47c68);
    content: ""
}

.about-one__call-icon:hover,.feature-one__single:hover .feature-one__arrow a,.main-header-three__top-inner,.main-menu-three__logo,.main-menu-three__logo-box:before,.project-one__img-holder,.quality-work__feature li .icon:before,.scroll-to-top:hover,.section-title__line:after,.team-one__single:hover .team-one__img-box:before,.thm-btn {
    background-color: var(--ambed-black,#3c3531)
}

.bootstrap-select .dropdown-menu > li.selected > a,.bootstrap-select .dropdown-menu > li > a:hover {
    background: var(--ambed-base,#a47c68);
    color: #fff
}

.preloader,.preloader__image {
    background-repeat: no-repeat;
    background-position: center center
}

.page-wrapper,.thm-btn,body.locked {
    overflow: hidden
}

.main-slider__title span,.welcome-one__person-name {
    font-family: var(--ambed-reey-font,"reeyregular")
}

.counter-one-bg,.google-map__one,.google-map__two-box,.leading-bg,.service-details__need-help-bg,.services-one-bg,.services-three-bg,.testimonial-one-bg {
    mix-blend-mode: luminosity
}

.bootstrap-select .dropdown-toggle:focus,.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,.thm-btn {
    outline: 0 !important
}

#ec-popnews-box-content,.home-showcase__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

:root {
    --ambed-head-font: white;
    --ambed-three: var(--ambed-black);
    --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: 50,50,49;
    --ambed-base: #f6861f;
    --ambed-base-rgb: 164,124,104;
    --ambed-primary: #f2eeeb;
    --ambed-primary-rgb: 242,238,235;
    --ambed-bdr-color: #e2ddda;
    --ambed-bdr-color-rgb: 226,221,218
}

.row {
    --bs-gutter-x: 30px
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}

body {
    font-family: var(--ambed-font,"Rubik",sans-serif);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

a,a:focus,a:hover,a:visited {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    color: var(--ambed-black,#3c3531);
    margin: 0
}

.faq-one-accrodion .accrodion-content p,p {
    margin: 0
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 0
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.slider-link img {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

::placeholder {
    color: inherit;
    opacity: 1
}

.thm-btn,.thm-btn:hover {
    color: var(--ambed-white,#fff)
}

.section-separator {
    border-color: var(--ambed-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0
}

.mobile-nav__container,.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,.1)
}

#particles-js {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: .4
}

.thm-btn {
    vertical-align: middle;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 50px;
    -webkit-transition: .5s linear;
    transition: .5s linear;
    z-index: 1
}

.thm-btn:after {
    width: 3px;
    -webkit-transition: .5s ease-in-out .1s;
    transition: .5s ease-in-out .1s;
    opacity: 1
}

.thm-btn:hover:after {
    opacity: 1;
    width: 100%
}

.section-title {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 69px
}

.section-title__tagline,.section-title__tagline-box {
    position: relative;
    display: inline-block
}

.section-title__tagline {
    color: #898989;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em
}

.section-title__title {
    margin: 1px 0 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700
}

.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%)
}

.preloader,.scroll-to-top {
    position: fixed;
    text-align: center
}

.section-title__line:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px
}

.section-title__line:after {
    position: absolute;
    bottom: 0;
    left: 45px;
    height: 2px;
    width: 4px;
    content: ""
}

.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: 0 !important
}

.bootstrap-select > .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: 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,.2)
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #fff;
    background: var(--ambed-black,#3c3531);
    -webkit-transition: .4s;
    transition: .4s
}

.bootstrap-select .dropdown-menu > li > a:hover {
    cursor: pointer
}

.preloader {
    background-color: #fff;
    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
}

.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-size: 136px auto;
    width: 100%;
    height: 100%
}

.about-one__dot img,.welcome-one__dot img {
    -webkit-animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: shapeMover;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.scroll-to-top {
    width: 45px;
    height: 45px;
    background: var(--ambed-base,#a47c68);
    bottom: 50px;
    right: 16px;
    z-index: 99;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px
}

.main-menu-two .main-menu__list > li.current > a,.main-menu-two .main-menu__list > li:hover > a,.scroll-to-top:hover i,.stricky-header.main-menu-two .main-menu__list > li.current > a,.stricky-header.main-menu-two .main-menu__list > li:hover > a {
    color: #fff
}

.main-header {
    width: 100%;
    background: 0 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 99;
    position: relative
}

.main-header__top {
    position: relative;
    display: block;
    background-color: var(--ambed-white,#fff);
    padding-bottom: 35px;
    margin-bottom: -35px
}

.main-header__top:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    content: "";
    background-color: #483e39
}

.main-header__top:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    content: "";
    background-color: var(--ambed-base,#a47c68)
}

.main-header__top-address li:before,.main-menu__search-box:before {
    width: 1px;
    background-color: var(--ambed-bdr-color,#e2ddda);
    content: ""
}

.main-header__top-inner {
    position: relative;
    display: block;
    padding: 36px 0 27px
}

.about-two__points-left,.main-header-three__top-left,.main-header-uc__top-left,.main-header__logo {
    position: relative;
    display: block;
    float: left
}

.about-two__points-right,.main-header-one__top-right,.main-header-three__top-right,.main-header-uc__top-right,.main-header__top-right,.main-menu-three__right,.main-menu-two__right,.main-menu__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-three,.main-header-three__top,.main-header__top-address-box,.main-menu,.main-menu-three__wrapper,.main-menu-two__wrapper,.main-menu__wrapper,.main-slider-three,.main-slider-three__content,.main-slider-two__content {
    position: relative;
    display: block
}

.main-header-three__top-address,.main-header-three__top-address li,.main-header-three__top-address li .icon,.main-header-three__top-right-menu,.main-header-three__top-right-menu li,.main-header__top-address,.main-header__top-address li,.main-menu-three__search-box,.main-menu-three__search-btn,.main-menu-two__call,.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-header__top-address li:before {
    position: absolute;
    top: -4px;
    bottom: -5px;
    right: -28px;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
}

.about-one__project-content .odometer-formatting-mark,.feature-one__single:last-child .feature-one__content:before,.main-header__top-address li:last-child:before,.main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > ul,.main-slider__nav .swiper-button-next::after,.main-slider__nav .swiper-button-prev::after,.mobile-nav__container .main-logo,.mobile-nav__container .main-menu__language,.mobile-nav__container .main-menu__login,.mobile-nav__container .topbar__buttons,.project-one__nav .swiper-button-next::after,.project-one__nav .swiper-button-prev::after,.stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul > li > ul,.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none
}

.main-header__top-address li + li {
    margin-left: 54px
}

.main-header__top-right-social a + a,.mobile-nav__buttons a + a {
    margin-left: 10px
}

.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,.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-header__top-right-social,.main-header__top-right-social a,.quality-work__feature,.quality-work__feature li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.main-header__top-address li .icon--location span {
    font-size: 48px;
    margin-left: -12px;
    margin-right: -12px
}

.main-header-three__top-right-menu li + li,.main-header__top-address li .content,.main-menu-two__call-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: .5s;
    transition: .5s
}

.main-header-three__top-right-social a:hover,.main-header__top-address li .content h5 a:hover,.main-menu .mobile-nav__toggler,.main-menu-two__call-number a:hover,.main-menu-two__search:hover,.main-menu-two__social a:hover,.main-menu__search:hover,.mobile-nav__buttons a:hover,.mobile-nav__contact li a:hover,.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,.mobile-nav__social a:hover {
    color: var(--ambed-base,#a47c68)
}

.main-header__top-right-social a,.main-menu .main-menu__list > li.current > a,.main-menu .main-menu__list > li:hover > a,.main-menu .mobile-nav__toggler:hover,.main-menu__search,.mobile-nav__buttons a,.stricky-header .main-menu__list > li.current > a,.stricky-header .main-menu__list > li:hover > a {
    color: var(--ambed-black,#3c3531)
}

.main-header__top-right-social a:hover,.mobile-nav__social a {
    color: var(--ambed-white,#fff)
}

.mobile-nav__close,.mobile-nav__contact li,.mobile-nav__top .main-menu__login a {
    color: var(--ambed-text-dark)
}

.main-header__top-right-social {
    display: flex;
    -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: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    background-color: var(--ambed-primary,#f2eeeb);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.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: .4s ease-in-out .1s;
    transition: .4s ease-in-out .1s;
    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-menu__wrapper-inner {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.1);
    padding-left: 40px;
    padding-right: 5px
}

.main-menu-three__left,.main-menu-two__left,.main-menu__left {
    display: block;
    float: left
}

.main-menu__main-menu-box {
    display: block
}

.main-menu__search-box,.main-menu__search-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.main-menu__search-btn-box {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0
}

.main-menu__search-box {
    display: flex;
    margin-right: 30px
}

.main-menu__search-box:before {
    position: absolute;
    top: -8px;
    bottom: -7px;
    left: -30px
}

.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;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__wrapper,.stricky-header {
    position: fixed;
    left: 0;
    visibility: hidden
}

.stricky-header.main-menu {
    padding: 0;
    background-color: var(--ambed-white,#fff)
}

.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: 0;
    padding-right: 0
}

.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
}

.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: .5s;
    transition: .5s;
    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(0);
    transform: translateX(-50%) translateY(0);
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 12px;
    border-left: 2px solid #3b3430;
    border-right: 2px solid #3b3430;
    -webkit-transition: .5s;
    transition: .5s
}

.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-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(0);
    transform: translateX(-50%) translateY(0);
    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 .5s,visibility .5s,-webkit-transform .7s;
    transition: opacity .5s,visibility .5s,transform .7s,-webkit-transform .7s;
    z-index: 99;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.1);
    background-color: #fff
}

.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(0);
    transform: scaleY(1) translateZ(0)
}

.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),.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: 16px;
    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: .5s;
    transition: .5s
}

.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,#fff)
}

.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 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.right-align,.stricky-header .main-menu__list li ul li ul 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.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
}

.list-unstyled .navbar,.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 {
    z-index: 991;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility .5s,-webkit-transform .5s;
    transition: transform .5s,visibility .5s,-webkit-transform .5s;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.05);
    box-shadow: 0 10px 60px 0 rgba(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
}

.mobile-nav__buttons a {
    font-size: 20px;
    cursor: pointer
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__wrapper {
    top: 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 .5s .5s,-webkit-transform .5s .5s;
    transition: transform .5s .5s,visibility .5s .5s,-webkit-transform .5s .5s
}

.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 .5s,-webkit-transform .5s;
    transition: transform .5s,visibility .5s,-webkit-transform .5s
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .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: 30px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .5s,visibility .5s,-webkit-transform .5s;
    transition: opacity .5s,visibility .5s,transform .5s,-webkit-transform .5s
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s .5s,visibility .5s .5s,-webkit-transform .5s .5s;
    transition: opacity .5s .5s,visibility .5s .5s,transform .5s .5s,-webkit-transform .5s .5s
}

.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;
    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,.1);
    margin-left: .5em
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border,.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 > 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: #fff;
    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: .5s;
    transition: .5s
}

.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: 0;
    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 .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    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(0);
    transform: rotate(0);
    background-color: #fff;
    color: var(--ambed-black,#3c3531)
}

.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__container {
    border-top: 1px solid rgba(255,255,255,.1)
}

.blog-details__meta,.blog-details__social-list,.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;
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-three__top-address li + li,.main-menu-three__btn-box,.mobile-nav__social a + a {
    margin-left: 30px
}

.mobile-nav__contact {
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    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
}

.main-header-uc__top-address li .text p a,.mobile-nav__contact li a {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.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
}

.main-header-two {
    background: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s
}

#ec-popnews-box,.feature-two-bg,.flag-icon,.main-slider-three__title span:before,.newsletter-shape-1,.services-one-bg,.site-footer-bg,.testimonial-one-bg,.welcome-one__experience-shape {
    background-repeat: no-repeat
}

.feature-two-bg,.newsletter-shape-1,.services-one-bg,.site-footer-bg,.testimonial-one-bg,.welcome-one__experience-shape,[class*=project-two-bg-] {
    background-size: cover;
    background-position: center
}

.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),.15);
    z-index: 1
}

.main-menu-two {
    background-color: #222a308a;
    padding: 0 60px
}

.stricky-header.main-menu-two {
    padding: 0 60px;
    background-color: var(--ambed-black,#3c3531)
}

.main-menu-two__logo {
    position: relative;
    display: block;
    float: left;
    padding: 27px 0;
    margin-right: 81px
}

.main-menu-two__main-menu-two-box {
    display: block;
    float: right
}

.main-header-three__top-right-content,.main-menu-two__search,.main-menu-two__social,.main-menu-two__social a,.welcome-one__person,.welcome-one__person-img {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    position: relative
}

.main-menu-two__social {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    padding: 38px 0
}

.main-menu-two__social a {
    height: 40px;
    width: 40px;
    display: flex;
    -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,#fff);
    font-size: 15px;
    background-color: var(--ambed-black,#a47c68);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.main-menu-two__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--ambed-white,#fff);
    -webkit-transition: .4s ease-in-out .1s;
    transition: .4s ease-in-out .1s;
    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)
}

.benefits-one__points-list li .text,.blog-details__meta li + li,.blog-one__meta li + li,.blog-sibebar__meta li + li,.contact-one__social a + a,.main-header-three__top-address li .text,.main-menu-two__social a + a,.site-footer__social a + a,.team-one__social a + a,.thm-breadcrumb li + li {
    margin-left: 10px
}

.main-menu-two__main-menu-two-inner {
    display: block;
    float: left;
    margin-left: 75px
}

.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-sub-title {
    font-size: 14px;
    line-height: 20px;
    color: #e7e7e7
}

.main-menu-two__call-number a,.main-menu-two__search {
    color: var(--ambed-white,#fff);
    -webkit-transition: .5s
}

.main-menu-two__call-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.main-menu-two__call-number a,.services-two__content,.thm-breadcrumb li a {
    transition: .5s
}

.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: rgba(var(--ambed-white-rgb,255,255,255),.15)
}

.main-menu-two__search {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    transition: .5s
}

.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: #e1e1e1
}

.main-header-one__top-address li .icon span,.main-header-three__top-address li .icon span,.main-header-three__top-right-social a,.main-header-uc__top-address li .icon span {
    font-size: 15px;
    color: var(--ambed-head-font)
}

.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 #fff;
    border-right: 2px solid #fff;
    bottom: -43px
}

.main-header-three__top-inner {
    position: relative;
    display: block;
    padding: 4px 80px 4px 302px;
    background-color: var(--ambed-three)
}

.main-header-one__top-address li .text p,.main-header-three__top-address li .text p,.main-header-uc__top-address li .text p {
    font-size: 12px;
    color: #bab1ac
}

.main-header-three__top-address li .text p a {
    color: var(--ambed-head-font);
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-three__top-address li .text p a:hover {
    color: #b9b9b9
}

.main-header-three__top-right-content {
    display: flex;
    -ms-flex-align: center
}

.main-header-three__top-right-social,.main-header-three__top-right-social a {
    -webkit-box-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox
}

.main-header-three__top-right-menu li a {
    font-size: 12px;
    color: var(--ambed-head-font);
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-three__top-right-menu li a:hover {
    color: #9d9d9d
}

.main-header-three__top-right-social {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 36px
}

.main-header-three__top-right-social a {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-three__top-right-social a + a {
    margin-left: 13px
}

.main-menu-three,.stricky-header.main-menu-three {
    padding: 0 60px 0 40px
}

.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;
    z-index: -1;
    background-color: var(--ambed-three)
}

.about-one__call-icon,.about-one__points-content-box:before,.about-one__project,.main-menu-three .main-menu__list > li > a .main-menu-border:before,.main-menu-three__logo-box:after,.stricky-header.main-menu-three .main-menu__list > li > a .main-menu-border:before {
    background-color: var(--ambed-base,#a47c68)
}

.main-menu-three__logo-box:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    right: -5px;
    left: 0;
    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;
    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%);
    background-color: var(--ambed-three)
}

.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__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
}

.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: .5s;
    transition: .5s
}

.about-one__call-text a:hover,.about-one__points-icon span,.blog-one__img > a,.blog-one__meta li a i,.blog-one__meta li a:hover,.blog-one__title a:hover,.main-menu-three__call-number h5 a:hover,.main-menu-three__search:hover,.main-slider__sub-title,.main-slider__title span {
    color: var(--ambed-base,#a47c68)
}

.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
}

.benefits-one__points-list li,.blog-one__meta,.feature-two__content-box,.leading__video-link,.main-menu-three__call-icon,.testimonial-one__img {
    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)
}

.about-one__call,.about-one__call-text,.about-one__points li + li,.about-one__points-text-box,.main-menu-three__call-number,.testimonial-one__client-content {
    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: .5s;
    transition: .5s
}

.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: -42px
}

.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 .5s,-webkit-transform .5s;
    transition: transform .5s,opacity .5s,-webkit-transform .5s
}

.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: #000;
    opacity: .75;
    cursor: pointer
}

.search-popup__content {
    width: 100%;
    max-width: 560px
}

.search-popup__content .form-searh,.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: 0;
    overflow: hidden
}

.blgo-three__carousel.owl-carousel .owl-stage-outer,.owl-with-shadow .owl-stage-outer,.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible
}

.search-popup__content .form-searh input[type=text],.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: 0;
    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 {
    position: relative;
    display: block;
    top: -35px;
    margin-bottom: -35px;
    z-index: 91
}

.main-slider .swiper-container {
    width: 100%
}

.main-slider .swiper-slide,.main-slider-two .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,.main-slider-three .image-layer-three,.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 1.5s ease-in,-webkit-transform 7s;
    transition: transform 7s,opacity 1.5s ease-in,-webkit-transform 7s;
    z-index: 1
}

.main-slider__icon,.main-slider__sub-title-box,.main-slider__title {
    -webkit-transition: opacity 2s,-webkit-transform 2s;
    opacity: 0;
    visibility: hidden
}

.main-slider .swiper-slide-active .image-layer,.main-slider-three .swiper-slide-active .image-layer-three,.main-slider-two .swiper-slide-active .image-layer-two {
    -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),.4);
    z-index: -1
}

.main-slider__content {
    position: relative;
    display: block;
    text-align: center
}

.main-slider__icon {
    position: relative;
    display: block;
    margin-bottom: 21px;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    transition: transform 2s,opacity 2s,-webkit-transform 2s
}

.main-slider__sub-title-box,.main-slider__title {
    transition: transform 2s,opacity 2s,-webkit-transform 2s
}

.about-one-wall img,.about-one__dot img,.feature-one__shape-1 img,.feature-one__shape-2 img,.main-slider__icon img,.quality-work-shape-1 img,.quality-work-shape-2 img,.quality-work-shape-3 img,.quality-work-shape-4 img,.quality-work-shape-5 img {
    width: auto
}

.main-slider__sub-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 700
}

.main-slider__sub-title-box {
    position: relative;
    display: block;
    max-width: 1160px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(120px);
    transform: translateY(120px)
}

.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,#fff);
    font-weight: 900;
    line-height: 80px;
    margin-top: -36px;
    margin-bottom: 11px;
    -webkit-transform: translateY(120px);
    transform: translateY(120px)
}

.main-slider-two__sub-title,.main-slider__btn-box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px)
}

.main-slider__btn-box {
    position: relative;
    display: block;
    transform: translateY(-120px);
    -webkit-transition: opacity 2s,-webkit-transform 2s;
    transition: transform 2s,opacity 2s,-webkit-transform 2s
}

.cta-one__btn,.main-slider-two__btn,.main-slider__btn {
    background-color: var(--ambed-white,#fff);
    color: var(--ambed-black,#3c3531)
}

.main-slider .swiper-slide-active .main-slider__btn-box,.main-slider .swiper-slide-active .main-slider__icon,.main-slider .swiper-slide-active .main-slider__sub-title-box,.main-slider .swiper-slide-active .main-slider__title {
    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,#fff);
    font-size: 20px;
    background-color: rgba(var(--ambed-white-rgb,255,255,255),.2);
    margin: 0;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.main-slider-two__sub-title,.main-slider-two__title {
    -webkit-transition: opacity 2s,-webkit-transform 2s;
    text-transform: uppercase;
    transition: transform 2s,opacity 2s,-webkit-transform 2s
}

.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-two {
    margin-top: 0
}

.main-slider-two .container {
    position: relative;
    padding-top: 19%;
    padding-bottom: 17%;
    z-index: 30
}

.slider-image-full {
    position: relative !important
}

.main-slider-two__sub-title {
    font-size: 18px;
    color: var(--ambed-white,#fff);
    font-weight: 500;
    letter-spacing: .2em;
    transform: translateY(-120px)
}

.main-slider-three__sub-title,.main-slider-two__title {
    -webkit-transform: translateY(-120px);
    opacity: 0;
    visibility: hidden
}

.main-slider-two__title {
    font-size: 36px;
    color: var(--ambed-white,#fff);
    font-weight: 900;
    line-height: 74px;
    margin-top: 8px;
    margin-bottom: 18px;
    transform: translateY(-120px)
}

.main-slider-three__btn-box,.main-slider-two__btn-box {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: opacity 2s,-webkit-transform 2s;
    transition: transform 2s,opacity 2s,-webkit-transform 2s
}

.main-slider-two .swiper-slide-active .main-slider-two__btn-box,.main-slider-two .swiper-slide-active .main-slider-two__sub-title,.main-slider-two .swiper-slide-active .main-slider-two__title {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

.main-slider-three .swiper-slide {
    position: relative;
    background-color: var(--ambed-primary,#f2eeeb)
}

.main-slider-three .container {
    position: relative;
    padding: 19% 2%;
    z-index: 30
}

.main-slider-three .image-layer-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 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,.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,.795956) 69%,#f2eeeb 100%,#f2eeeb 100%);
    z-index: -1
}

.main-slider-three__sub-title {
    font-size: 26px;
    color: var(--ambed-base,#a47c68);
    line-height: 20px;
    transform: translateY(-120px);
    -webkit-transition: opacity 2s,-webkit-transform 2s;
    transition: transform 2s,opacity 2s,-webkit-transform 2s
}

.main-slider-three__title {
    font-size: 43px;
    line-height: 59px;
    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: opacity 2s,-webkit-transform 2s;
    transition: transform 2s,opacity 2s,-webkit-transform 2s
}

.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);
    width: 269px;
    height: 24px;
    content: "";
    z-index: -1
}

.main-slider-three .swiper-slide-active .main-slider-three__btn-box,.main-slider-three .swiper-slide-active .main-slider-three__sub-title,.main-slider-three .swiper-slide-active .main-slider-three__title {
    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),.2);
    color: var(--ambed-white,#fff)
}

.blog-one__img > a:hover > span::after,.blog-one__img > a:hover > span::before,.feature-one__arrow a,.newsletter__input-box input[type=email],.project-one__content,.quality-work__progress .bar,.quality-work__video-icon,.services-one .section-title__line:after,.site-footer__social a:after,.testimonial-one__left .section-title__line:after {
    background-color: var(--ambed-white,#fff)
}

.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),1);
    color: var(--ambed-white,#fff)
}

.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,.feature-two-shape-2,.more-services-two-shape {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .5
}

.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,.about-two__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__img-box,.about-one__points li,.feature-one__icon,.quality-work__img,.quality-work__img-box {
    position: relative;
    display: block
}

.about-one__points-content-box,.about-one__points-icon,.project-details__social,.project-details__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.about-one__points-content-box {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid var(--ambed-base,#a47c68);
    padding: 23px 33px 23px 30px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    -webkit-transition: .8s 2ms;
    transition: .8s 2ms;
    z-index: 1
}

.about-one__points li:hover .about-one__points-content-box {
    border: 2px solid transparent
}

.about-one__img img,.about-one__small-img img {
    border-bottom-left-radius: 75px;
    border-top-right-radius: 75px
}

.about-one__points-content-box:before {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: 0;
    width: 5px;
    content: "";
    -webkit-transition: .5s;
    transition: .5s;
    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 {
    display: flex
}

.about-one__call,.about-one__contact-us,.project-one__nav,.team-one__social {
    display: -webkit-box;
    display: -ms-flexbox
}

.about-one__points-icon span {
    font-size: 32px;
    -webkit-transition: .5s;
    transition: .5s
}

.about-one__points li:hover .about-one__points-icon span {
    color: var(--ambed-white,#fff)
}

.about-one__points-text {
    font-size: 16px;
    color: var(--ambed-black,#3c3531);
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.about-one__call-icon,.about-one__points li:hover .about-one__points-text,.about-one__project-icon span,.about-one__project-text,.feature-one__single:hover .feature-one__arrow a i,.feature-one__single:hover .feature-one__icon span,.feature-one__single:hover .feature-one__title a,.services-one .section-title__title,.team-one__single:hover .team-one__name a,.team-one__social a,.team-one__title {
    color: var(--ambed-white,#fff)
}

.about-one__text-2,.quality-work__text-2,.service-details__text-1,.service-details__text-3,.testimonial-one__text-2,.welcome-one__text {
    font-size: 18px;
    line-height: 34px
}

.about-one__contact-us {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 39px
}

.about-one__call,.about-one__call-icon {
    -webkit-box-align: center;
    position: relative
}

.about-one__call {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.about-one__call-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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%;
    font-size: 26px;
    -webkit-transition: .5s;
    transition: .5s
}

.about-one__img,.about-one__small-img {
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px
}

.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: .5s;
    transition: .5s
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-right: 18px
}

.about-one__img {
    position: relative;
    display: block;
    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,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}

.about-one__img:hover:after {
    -webkit-animation: 1.5s shine;
    animation: 1.5s shine
}

.about-one__img img {
    width: 100%
}

.about-one__small-img {
    position: absolute;
    top: 90px;
    right: -150px
}

.about-one__project,.about-one__shape-1 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px
}

.about-one__small-img img {
    width: auto
}

.about-one__project {
    position: absolute;
    bottom: -90px;
    right: -65px;
    padding: 18px 27px 32px;
    z-index: 2
}

.about-one__shape-1,.blog-one__img > a > span::before,.blog-sidebar__bottom-box,.blog-sidebar__delivering-services,.blog-two,.blog-two-bg,.contact-page__social a,.feature-one__content,.google-map,.google-map-two,.message-one,.services-two,.services-two-bg,.team-details__progress .bar,.team-details__social a,.team-one__content,.team-one__img-box:before,body.boxed-wrapper {
    background-color: var(--ambed-primary,#f2eeeb)
}

.about-one__project-icon {
    position: relative;
    display: block;
    margin-bottom: 11px
}

.about-one__project-icon span {
    font-size: 65px;
    position: relative;
    display: block;
    text-align: center
}

.about-one__project-content,.error-page__inner {
    position: relative;
    display: block;
    text-align: center
}

.about-one__project-content h3 {
    color: var(--ambed-white,#fff);
    font-size: 40px;
    font-weight: 700;
    font-family: var(--ambed-font,"Rubik",sans-serif) !important;
    line-height: 45px !important
}

.about-one__project-text {
    line-height: 16px
}

.about-one__shape-1 {
    position: absolute;
    top: -40px;
    left: -40px;
    height: 235px;
    width: 235px
}

.about-one__dot {
    position: absolute;
    bottom: -15px;
    left: -54px;
    opacity: .3
}

.feature-one,.leading__left,.newsletter,.service-details__left {
    position: relative;
    display: block;
    z-index: 2
}

.feature-one__list,.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
}

.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;
    padding: 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__content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: var(--ambed-base,#a47c68);
    -webkit-transition: .5s;
    transition: .5s;
    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: .05;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    transition: .5s
}

.feature-one__single:hover .feature-one__shape-1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.feature-one__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .05;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s;
    transition: .5s
}

.feature-one__single:hover .feature-one__shape-2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.feature-one__icon span {
    position: relative;
    display: block;
    font-size: 63px;
    color: var(--ambed-base,#a47c68);
    -webkit-transition: .5s;
    transition: .5s
}

.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: .5s;
    transition: .5s
}

.feature-one__text {
    -webkit-transition: .5s;
    transition: .5s
}

.feature-one__single:hover .feature-one__text,.newsletter__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;
    -webkit-transition: .5s;
    transition: .5s
}

.quality-work__video-link,.services-one__icon,.sidebar__category-list li a span,.sidebar__post-list li {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

.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: .5s;
    transition: .5s
}

.services-one__img:after,.services-one__img:before {
    height: 0%;
    opacity: .8;
    -webkit-transition: .5s;
    content: ''
}

.services-one {
    position: relative;
    display: block;
    padding: 135px 0 25px
}

.services-one-bg,.services-one-bg-box {
    position: absolute;
    background-color: var(--ambed-black,#3c3531);
    z-index: 1;
    right: 0;
    left: 0;
    top: 0
}

.services-one-bg-box {
    bottom: 177px
}

.services-one-bg {
    bottom: 0;
    opacity: .08
}

.services-one .section-title {
    z-index: 3
}

.services-one .section-title__tagline {
    color: #c1b8b3
}

.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__icon,.services-one__img:after,.services-one__img:before {
    position: absolute;
    background-color: var(--ambed-black,#3c3531)
}

.quality-work__feature li .icon,.quality-work__progress .count-text,.quality-work__video-icon:hover,.services-one__single:hover .services-one__icon,.team-one__social a:hover {
    background-color: var(--ambed-base,#a47c68)
}

.services-one__img:before {
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    transition: .5s
}

.services-one__img:after {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .5s
}

.services-one__single:hover .services-one__img:after,.services-one__single:hover .services-one__img:before {
    height: 50%
}

.benefits-one__points-img img,.project-one__img img,.quality-work__img img,.services-one__img img {
    width: 100%
}

.services-one__icon {
    display: flex;
    -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;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 2
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--ambed-white,#fff);
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s
}

.services-one__single:hover .services-one__icon span {
    color: var(--ambed-white,#fff);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.services-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--ambed-bdr-color,#e2ddda);
    background-color: var(--ambed-white,#fff);
    padding: 32px 39px 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.services-one__single:hover .services-one__content {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.05);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.05)
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 2px
}

.services-one__text a {
    color: var(--ambed-base,#a47c68);
    -webkit-transition: .5s;
    transition: .5s
}

.services-one__text a:hover,.services-one__title a {
    color: var(--ambed-black,#3c3531)
}

.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,.team-one__title-shape {
    position: absolute;
    top: 0;
    left: 0
}

.quality-work-shape-2 {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1
}

.quality-work-shape-3 {
    position: absolute;
    bottom: 0;
    right: -24px
}

.quality-work-shape-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .7
}

.quality-work-shape-5 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7
}

.quality-work__left {
    position: relative;
    display: block;
    margin-right: 102px;
    margin-left: -367px
}

.quality-work__small-img {
    position: absolute;
    top: 70px;
    right: 64px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
    border: 6px solid rgba(var(--ambed-white-rgb,255,255,255),.3)
}

.benefits-one-shape img,.contact-page-shape-1 img,.feature-two-shape-1 img,.feature-two-shape-2 img,.more-services-two-shape img,.project-one-shape-1 img,.quality-work__small-img img,.team-details-shape-1 img,.why-choose-one-shape-2 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,#fff);
    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: flex;
    -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;
    border-radius: 50%;
    border: 2px solid var(--ambed-base,#a47c68);
    color: var(--ambed-base,#a47c68);
    -webkit-transition: .5s;
    transition: .5s
}

.quality-work__video-icon:hover {
    border-color: var(--ambed-base,#a47c68);
    color: var(--ambed-white,#fff)
}

.quality-work__video-icon span {
    font-size: 25px
}

.quality-work__right {
    position: relative;
    display: block;
    padding-top: 100px
}

.benefits-one__left .section-title,.quality-work__right .section-title,.welcome-one__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: flex;
    -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;
    border-radius: 50%;
    display: flex;
    -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%;
    -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: .4s cubic-bezier(.62,.21,.45,1.52);
    transition: .4s cubic-bezier(.62,.21,.45,1.52);
    z-index: -1
}

.contact-one__social a:after,.site-footer__social a:after {
    -webkit-transform-origin: top;
    -webkit-transform-style: preserve-3d
}

.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,#fff);
    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__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px
}

.brand-one__main-content,.newsletter__form,.newsletter__input-box,.newsletter__left,.project-one__content-box,.project-one__img,.project-one__img-holder,.project-one__inner,.project-one__left,.project-one__main-content,.project-one__more-project,.project-one__more-project-content,.project-one__right,.quality-work__progress-single,.team-one,.team-one__bottom,.team-one__img,.team-one__img-box,.team-one__single,.team-one__top,.team-one__top-left,.testimonial-one__carousel {
    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;
    border-radius: 0;
    margin-bottom: 21px
}

.project-one__nav .swiper-button-prev,.quality-work__progress .bar.marb-0,.team-one__top-left .section-title {
    margin-bottom: 0
}

.quality-work__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 8px;
    border-radius: 0;
    background: var(--ambed-base,#a47c68);
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.quality-work__progress .count-text {
    position: absolute;
    right: -41px;
    bottom: 21px;
    color: var(--ambed-white,#fff);
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.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
}

.benefits-one,.blog-details,.contact-page,.faq-page,.project-one,.service-details {
    position: relative;
    display: block;
    padding: 120px 0
}

.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 {
    cursor: pointer;
    width: 130px;
    height: 97px;
    overflow: hidden
}

.project-one__img-holder img {
    width: 100%;
    opacity: .6;
    -webkit-transition: .5s;
    transition: .5s
}

.project-one__img-holder:hover img,.swiper-slide-thumb-active .project-one__img-holder img {
    opacity: 1
}

.project-one__main-content .swiper-container {
    margin-right: -71px !important;
    padding-right: 71px
}

.project-one__left {
    margin: 0 66px
}

.project-one__right {
    margin-top: 60px
}

.project-one-shape-1 {
    position: absolute;
    top: -43px;
    right: -71px
}

.project-one__content {
    position: relative;
    display: block;
    -webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 60px 0 rgba(0,0,0,.15);
    padding: 52px 60px 60px;
    margin-bottom: 140px
}

.team-one__img,.team-one__img-box:before {
    box-shadow: rgba(50,50,93,.25) 0 0 3px -1px,rgba(0,0,0,.3) 0 0 3px -1px
}

.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: 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: .5s;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    height: 0
}

.blgo-three__carousel.owl-carousel .owl-item.active,.owl-with-shadow .owl-item.active,.project-one__thumb-box:hover .project-one__nav,.testimonial-one__carousel.owl-carousel .owl-item.active,[class*=project-two-bg-].active {
    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,#fff);
    background-color: rgba(var(--ambed-base-rgb,164,124,104),.9);
    border-radius: 0;
    margin: 0;
    text-align: center;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.project-one__nav .swiper-button-next:hover,.project-one__nav .swiper-button-prev:hover {
    color: var(--ambed-white,#fff);
    background-color: var(--ambed-black,#3c3531)
}

.project-one__nav .swiper-button-prev .angle-left {
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.project-one__more-project {
    margin-top: 50px
}

.project-one__more-project-content {
    text-align: center;
    border: 2px solid var(--ambed-black,#3c3531);
    border-radius: 30px;
    max-width: 635px;
    margin: 0 auto;
    padding: 13px 0
}

.brand-one__inner,.testimonial-one__client-info {
    border-bottom: 1px solid var(--ambed-bdr-color,#e2ddda)
}

.team-one__img,.team-one__img img,.team-one__img:before {
    border-top-right-radius: 51px
}

.project-one__more-project-content p {
    font-size: 18px;
    color: var(--ambed-black,#3c3531);
    font-weight: 500
}

.foter-about a,.foter-about a:hover,.news-more a {
    color: var(--ambed-white,#a47c68);
    -webkit-transition: .5s;
    transition: .5s
}

.project-one__more-project-content p a {
    color: var(--ambed-base)
}

.feature-two__title a:hover,.project-one__more-project-content p a:hover,.sidebar__comments-icon,.sidebar__comments-text-box p span,.sidebar__tags-list a,.team-one__name a,.welcome-one__person-name,.welcome-one__points li .text p {
    color: var(--ambed-black,#3c3531)
}

.team-one__img-box:before,.team-one__img:before {
    bottom: 0;
    -webkit-transition: .5s;
    left: 0;
    right: 0;
    content: ""
}

.team-one {
    padding: 136px 0
}

.team-one__top {
    margin-bottom: 69px
}

.team-one__top-left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.blog-two__right,.footer-widget__explore,.project-three__top-right,.team-one__top-right,.welcome-one__right,.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 70px
}

.team-one__single {
    margin-bottom: 30px
}

.team-one__img-box:before {
    position: absolute;
    top: 83px;
    transition: .5s
}

.team-one__img {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    z-index: 1
}

.team-one__img:before {
    position: absolute;
    top: 0;
    background-color: rgba(var(--ambed-black-rgb),.3);
    width: 0%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .5s;
    z-index: 1
}

.team-one__single:hover .team-one__img:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%
}

.blog-one__img img,.services-two__img img,.team-one__img img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-one__single:hover .blog-one__img img,.services-two__single:hover .services-two__img img,.team-one__single:hover .team-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.team-one__social {
    position: absolute;
    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: .7s;
    transition: .7s;
    z-index: 2
}

.feature-two__icon,.site-footer__social,.site-footer__social a,.team-one__social a,.testimonial-one__quote,.welcome-one__experience,.welcome-one__points li,.welcome-one__points li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.team-one__content,.team-one__social a {
    position: relative;
    -webkit-transition: .5s
}

.team-one__single:hover .team-one__social {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.team-one__social a {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #2f2a27;
    border-radius: 50%;
    font-size: 15px;
    height: 40px;
    width: 40px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .5s;
    z-index: 1
}

.team-one__title-shape img,.testimonial-one__img img {
    width: auto !important
}

.team-one__content {
    display: block;
    padding: 27px 20px 20px;
    border-bottom-left-radius: 51px;
    transition: .5s;
    z-index: 3;
    box-shadow: rgba(50,50,93,.25) 0 2px 3px -1px,rgba(0,0,0,.3) 0 2px 3px -1px
}

.blog-details__tags a:hover,.blog-three__right:before,.couonter-one,.cta-one__btn:after,.feature-three,.feature-three__top-icon:before,.leading-bg,.leading-bg-box,.project-two__hover,.service-details__need-help-icon:hover,.service-details__points-two-single:hover .service-details__points-two-icon,.services-two__single:hover .services-two__icon,.team-one__single:hover .team-one__content,.testimonial-one-bg-box,.why-choose-one__points li:hover .icon,.working-process__count {
    background-color: var(--ambed-black,#3c3531)
}

.team-one__title-box {
    position: absolute;
    top: -29px;
    left: 30px
}

.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;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em
}

.team-one__name {
    font-size: 19px;
    font-weight: 700;
    line-height: 34px;
    text-align: right
}

.team-one__name a {
    -webkit-transition: .5s;
    transition: .5s
}

.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 180px;
    z-index: 1
}

.testimonial-one-bg,.testimonial-one-bg-box {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.testimonial-one-bg {
    background-color: #fff;
    opacity: 5
}

.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,.testimonial-one__text {
    color: #c1b8b3
}

.footer-widget__explore-list li a:hover,.footer-widget__explore-list li a:hover:before,.footer-widget__services-list li a:hover,.footer-widget__services-list li a:hover:before,.footer-widget__title,.site-footer__social a,.testimonial-one__left .section-title__title {
    color: var(--ambed-white,#fff)
}

.testimonial-one__left .section-title__line,.welcome-one__right .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.testimonial-one__right {
    position: relative;
    display: block;
    margin-top: 35px
}

.blgo-three__carousel.owl-carousel .owl-item,.testimonial-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,visibility .5s;
    transition: opacity .5s,visibility .5s
}

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.15);
    box-shadow: 0 10px 60px 0 rgba(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: .5s;
    transition: .5s;
    -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: flex;
    -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: .5s;
    transition: .5s
}

.newsletter-shape-1,.newsletter__inner {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px
}

.testimonial-one__single:hover .testimonial-one__quote {
    background-color: var(--ambed-base,#a47c68);
    color: var(--ambed-white,#fff)
}

.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;
    padding-bottom: 7px;
    margin-bottom: 23px
}

.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: .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),.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: .1s linear .1s;
    transition: .1s linear .1s
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
    background-color: var(--ambed-base,#a47c68);
    opacity: 1
}

.btn:active,.btn:focus,.btn:hover,.testimonial-one__carousel.owl-carousel .owl-dot:focus {
    outline: 0
}

.blog-three__right,.brand-one,.project-details__details-box,.project-three__img-box,.welcome-one__img-box {
    position: relative;
    display: block;
    z-index: 1
}

.brand-one__inner {
    position: relative;
    display: block;
    padding: 60px 0
}

.brand-one__title {
    position: relative;
    display: flex;
    margin-right: 60px;
    margin-top: 9px;
    justify-content: center;
    align-items: center
}

.brand-one__title h2 {
    font-size: 20px;
    color: var(--ambed-black,#3c3531);
    font-weight: 500;
    line-height: 28px
}

.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: 28.33% !important;
    margin: 2% 2.5%;
    padding: 2%;
    border-radius: 25px 0;
    box-shadow: rgba(0,0,0,.1) 0 4px 12px
}

.brand-one__main-content .swiper-slide img:hover {
    opacity: .7;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.blog-one,.project-three,.services-page {
    position: relative;
    display: block;
    padding: 120px 0 90px
}

.blog-one--carousel,.gallery-page--carousel,.projects-page--carousel,.services-page--carousel,.team-page--carousel,.testimonials-page--carousel {
    padding-bottom: 120px
}

.blog-one__single,.project-three__single,.services-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.about-two__points-box,.blog-one__img,.services-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: rgba(50,50,93,.25) 0 0 3px -1px,rgba(0,0,0,.3) 0 0 3px -1px
}

.blog-one__img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--ambed-black-rgb),.5);
    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;
    -webkit-transition: opacity .5s,visibility .5s,-webkit-transform .5s;
    transition: opacity .5s,visibility .5s,transform .5s,-webkit-transform .5s;
    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;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .5s;
    transition: .5s
}

.blog-one__content,.blog-one__img > a > span::after {
    background-color: var(--ambed-primary,#f2eeeb);
    -webkit-transition: .5s
}

.blog-one__img > a > span::after {
    content: '';
    transition: .5s;
    width: 2px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.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;
    padding: 25px 21px 20px;
    transition: .5s;
    text-align: center;
    box-shadow: rgba(0,0,0,.15) 0 3px 3px 0
}

.blog-one__date,.cta-one,.footer-widget__title:before,.leading__video-icon,.newsletter-shape-1,.newsletter__inner,.site-footer__social a,.working-process__single:after,.working-process__single:before,.working-process__single:hover .working-process__count:before {
    background-color: var(--ambed-base,#a47c68)
}

.blog-one__single:hover .blog-one__content {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07)
}

.blog-one__date {
    position: absolute;
    top: -16px;
    right: 5px;
    padding: 8px 20px;
    z-index: 2
}

.blog-one__date p {
    font-size: 12px;
    color: var(--ambed-white,#fff);
    font-weight: 500;
    line-height: 22px
}

.blog-details__meta li a,.blog-one__meta li a,.blog-sibebar__meta li a {
    font-size: 14px;
    color: var(--ambed-gray,#8b827d);
    -webkit-transition: .5s;
    transition: .5s
}

.blog-one__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px
}

.blog-one__title a {
    color: var(--ambed-black,#3c3531);
    -webkit-transition: .5s;
    transition: .5s
}

.newsletter__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
    z-index: 1
}

.newsletter-shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-blend-mode: color-dodge;
    opacity: .08;
    z-index: -1
}

.newsletter__title {
    font-size: 30px;
    color: var(--ambed-white,#fff);
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 3px
}

.newsletter__right {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%
}

.newsletter__input-box input[type=email] {
    height: 60px;
    max-width: 500px;
    width: 100%;
    border: none;
    outline: 0;
    padding-left: 30px;
    padding-right: 170px;
    font-size: 14px;
    color: var(--ambed-gray,#8b827d);
    font-weight: 500
}

.newsletter__btn {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    border: none;
    line-height: 14px;
    padding: 15px 40px
}

.site-footer {
    position: relative;
    display: block;
    background: linear-gradient(157deg,#000 0,rgba(46,46,46,.9472163865546218) 24%,rgb(29 29 29 / 95%) 49%,rgb(38 38 38 / 97%) 77%,#121212 100%);
    margin-top: -110px;
    z-index: 1
}

.site-footer-bg,.site-footer__social a:after {
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    right: 0
}

.site-footer-bg {
    bottom: 0
}

.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
}

.footer-widget__logo img,.main-menu-three__logo img {
    max-width: 100%;
    height: auto;
    width: 194px
}

.benefits-one__points,.benefits-one__points-img,.benefits-one__points-single,.blog-two__bottom,.blog-two__top-left,.brand-two,.cta-one,.cta-one__img-1,.cta-one__img-box,.cta-one__left,.cta-one__right,.feature-three,.footer-widget__about-text-box,.footer-widget__explore-list,.footer-widget__services,.footer-widget__services-list,.leading__points,.project-two,.project-two__wrap,.welcome-one,.welcome-one__img-1,.welcome-one__left {
    position: relative;
    display: block
}

.footer-widget__about-text {
    color: #c1b8b3
}

.site-footer__social {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.site-footer__social a:hover {
    color: var(--ambed-base,#a47c68)
}

.site-footer__social a:after {
    content: "";
    height: 100%;
    -webkit-transition: .4s ease-in-out .1s;
    transition: .4s ease-in-out .1s;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.footer-widget__title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 32px
}

.footer-widget__title:before {
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 40px;
    content: ""
}

.blog-two:before,.footer-widget__contact-list li:hover .icon,.footer-widget__title:after,.leading__video-icon:hover,.more-services__btn:after,.services-two__content-inner {
    background-color: var(--ambed-white,#fff)
}

.footer-widget__title:after {
    position: absolute;
    bottom: -9px;
    left: 45px;
    height: 2px;
    width: 4px;
    content: ""
}

.footer-widget__explore-list li + li,.footer-widget__services-list li + li {
    margin-top: 6px
}

.footer-widget__explore-list li a,.footer-widget__services-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #c1b8b3;
    padding-left: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-widget__explore-list li a:before,.footer-widget__services-list li a:before {
    position: absolute;
    content: "\f105";
    font-size: 12px;
    -webkit-transition: .5s;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c1b8b3;
    transition: .5s
}

.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),.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: #fff;
    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: .5s;
    transition: .5s
}

.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,#fff);
    padding-top: 4px
}

.footer-widget__contact-list li .text p a {
    color: var(--ambed-white,#fff);
    -webkit-transition: .5s;
    transition: .5s
}

.footer-widget__contact-list li .text p a:hover {
    color: #c1b8b3
}

.site-footer__bottom {
    position: relative;
    display: block;
    background-color: #222
}

.feature-two-bg,.feature-two__inner {
    background-color: var(--ambed-base,#a47c68);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px
}

.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: .5s;
    transition: .5s
}

.feature-two__title a,.project-two__hover-title a,.project-two__title a,.site-footer__bottom-text a:hover {
    color: var(--ambed-white,#fff)
}

.feature-two {
    position: relative;
    display: block;
    padding: 0
}

.feature-two-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5
}

.feature-two__inner {
    position: relative;
    display: block;
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    z-index: 1
}

.feature-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-blend-mode: color-dodge;
    opacity: .05;
    z-index: -1
}

.blog-two-bg,.services-two-bg {
    background-blend-mode: luminosity
}

.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: 111px
}

.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),.3)
}

.couonter-one .odometer-formatting-mark,.feature-two__list li:last-child .feature-two__content-box:before {
    display: none
}

.feature-two__icon {
    position: relative;
    display: flex;
    -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,#fff);
    overflow: hidden;
    z-index: 1
}

.feature-two__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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: .4s cubic-bezier(.62,.21,.45,1.52);
    transition: .4s cubic-bezier(.62,.21,.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: .5s linear .1s;
    transition: .5s linear .1s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.feature-two__list li:hover .feature-two__icon span {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    color: var(--ambed-white,#fff)
}

.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: .2s linear .1s;
    transition: .2s linear .1s
}

.feature-two__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px
}

.feature-two__title a {
    -webkit-transition: .5s;
    transition: .5s
}

.welcome-one {
    padding: 0 0 137px
}

.welcome-one__left {
    margin-left: -70px;
    margin-right: 270px
}

.welcome-one__img-box:before {
    border: 5px solid #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,.welcome-one__img-1 img,.welcome-one__img-2,.welcome-one__img-2 img {
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px
}

.welcome-one__img-1 {
    z-index: 3
}

.welcome-one__img-1 img {
    width: 100%
}

.welcome-one__dot img,.welcome-one__img-2 img {
    width: auto
}

.welcome-one__img-2 {
    position: absolute;
    top: 125px;
    right: -270px;
    z-index: 1
}

.welcome-one__experience {
    position: absolute;
    bottom: -94px;
    left: 130px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 58px 35px 50px;
    z-index: 3
}

.welcome-one__experience-shape {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    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__points {
    position: relative;
    display: block;
    margin-top: 32px
}

.welcome-one__points li {
    position: relative;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.project-details__points li + li,.welcome-one__points li + li {
    margin-top: 8px
}

.welcome-one__points li .icon {
    position: relative;
    display: flex;
    -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;
    font-weight: 500
}

.welcome-one__person {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 9px;
    margin-top: 51px
}

.welcome-one__person-img {
    display: flex;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center
}

.comment-one__image,.comment-one__image img,.sidebar__comments-icon,.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
}

.porject-two-border,.porject-two-border-2,.porject-two-border-3 {
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(var(--ambed-white-rgb,255,255,255),.3);
    z-index: 2;
    position: absolute
}

.welcome-one__person-name {
    font-size: 24px;
    line-height: 34px
}

.porject-two-border {
    left: 25%
}

.porject-two-border-2 {
    left: 50%
}

.porject-two-border-3 {
    right: 25%
}

.project-two-title-shape,[class*=project-two-bg-] {
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0
}

[class*=project-two-bg-] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.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;
    background-position: top center;
    z-index: -1
}

.blog-two-bg,.contact-one__right-shape-1,.counter-one-bg,.feature-three-bg,.leading-bg,.page-header-bg,.services-two-bg,.testimonial-two-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.leading-bg,.services-two-bg {
    right: 0
}

.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,.5);
    padding: 50px 60px
}

.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__hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 56px 60px 60px;
    -webkit-transition: opacity .5s,visibility .5s,-webkit-transform .5s;
    transition: opacity .5s,visibility .5s,transform .5s,-webkit-transform .5s;
    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 {
    -webkit-transition: .5s;
    transition: .5s
}

.faq-one-accrodion .accrodion.active .accrodion-title h4,.more-services__btn:hover,.project-two__hover-title a:hover,.services-two__single:hover .services-two__title a {
    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,#fff);
    color: var(--ambed-black,#3c3531);
    padding: 10px 40px
}

.benefits-one-shape {
    position: absolute;
    bottom: -155px;
    right: 0;
    opacity: .5;
    z-index: 2
}

.benefits-one__left {
    position: relative;
    display: block;
    margin-right: 70px
}

.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-list,.blog-details__content,.blog-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 22px
}

.benefits-one__points-list li .icon {
    height: 15px;
    width: 15px;
    font-size: 9px;
    color: var(--ambed-white,#fff);
    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 p {
    font-size: 18px;
    color: var(--ambed-black,#3c3531)
}

.benefits-one__right,.leading__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: .5s;
    transition: .5s
}

.faq-one-accrodion .accrodion-title,.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;
    -webkit-transition: .2s linear .1s;
    transition: .2s linear .1s;
    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: .5s;
    transition: .5s
}

.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-title h4::before,.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    color: var(--ambed-white,#fff);
    text-align: center
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    background-color: var(--ambed-base,#a47c68);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    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: .5s;
    transition: .5s
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    background-color: var(--ambed-black,#3c3531);
    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: 0 40px 30px
}

.services-two {
    position: relative;
    display: block;
    padding: 121px 0 78px;
    overflow: hidden;
    z-index: 1;
    margin-top: 0
}

.services-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: .15;
    z-index: -1
}

.message-one-shape-1,.services-two-shape-1 {
    position: absolute;
    top: 0;
    left: -170px
}

.message-one-shape-1:before,.services-two-shape-1:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-top: 230px solid #e2ddda;
    border-left: 230px solid transparent;
    border-right: 230px solid transparent
}

.message-one-shape-2,.services-two-shape-2 {
    position: absolute;
    top: 167px;
    left: 0
}

.message-one-shape-2:before,.services-two-shape-2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-top: 160px solid transparent;
    border-left: 160px solid #fff;
    border-bottom: 160px solid transparent
}

.message-one-shape-3,.services-two-shape-3 {
    position: absolute;
    bottom: -90px;
    right: 0
}

.message-one-shape-3:before,.services-two-shape-3:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    border-top: 220px solid transparent;
    border-bottom: 220px solid transparent;
    border-right: 220px solid #e2ddda
}

.services-two__img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--ambed-black-rgb),.6);
    width: 0%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.services-two__single:hover .services-two__img:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%
}

.services-two__content,.services-two__content-inner {
    position: relative;
    display: block;
    -webkit-transition: .5s;
    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,.07))
}

.services-two__content-inner {
    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;
    transition: .5s
}

.more-services__inner,.services-two__icon {
    -webkit-box-align: center;
    background-color: var(--ambed-base,#a47c68)
}

.services-two__icon {
    position: absolute;
    top: -16px;
    left: 35px;
    height: 48px;
    width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 2
}

.services-two__icon span {
    font-size: 32px;
    color: var(--ambed-white,#fff);
    position: relative;
    display: inline-block;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.services-two__single:hover .services-two__icon span {
    -webkit-transform: scale(.9);
    transform: scale(.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: .5s;
    transition: .5s
}

.more-services {
    position: relative;
    display: block;
    margin: -43px 0 0;
    z-index: 2
}

.more-services .container {
    max-width: 1060px
}

.more-services__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    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,#fff)
}

.more-services__btn {
    padding: 10px 40px
}

.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
}

.leading__video-icon,.working-process__count,.working-process__count:before {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.working-process__single:before {
    position: absolute;
    top: -20px;
    left: 0;
    right: 50px;
    content: "";
    height: 4px;
    z-index: -1
}

.working-process__single:after {
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 50px;
    content: "";
    width: 4px;
    z-index: -1
}

.working-process__count,.working-process__count:before {
    position: absolute;
    height: 77px;
    width: 77px
}

.working-process__count {
    top: -43px;
    left: -40px
}

.working-process__count:before {
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 77px;
    text-align: center;
    font-weight: 700;
    color: var(--ambed-white,#fff);
    counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: .5s;
    transition: .5s
}

.leading__points li .icon span,.leading__video-icon:hover,.working-process__icon span,.working-process__single:hover .working-process__title a {
    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;
    position: relative;
    display: inline-block;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .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: .5s;
    transition: .5s
}

.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;
    z-index: 1
}

.leading-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .3;
    z-index: 1
}

.blog-two-bg,.feature-three-bg,.testimonial-two-bg {
    top: 0;
    opacity: .15
}

.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,#fff);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.cta-one__title,.leading__title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px
}

.cta-one__img-1,.cta-one__img-1 img {
    border-bottom-left-radius: 53px
}

.leading__video-icon .ripple:after,.leading__video-icon .ripple:before,.leading__video-link .ripple {
    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),.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--ambed-base-rgb,242,238,235),.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--ambed-base-rgb,242,238,235),.6);
    box-shadow: 0 0 0 0 rgba(var(--ambed-base-rgb,242,238,235),.6);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.leading__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.leading__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.leading__title {
    color: #e7e7e7;
    margin-top: 28px;
    margin-bottom: 10px
}

.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),.3);
    padding: 15px 30px
}

.leading__points li:nth-child(2),.leading__points li:nth-child(4) {
    background-color: rgba(var(--ambed-white-rgb,255,255,255),.1)
}

.blog-sibebar__meta,.couonter-one__content-box,.couonter-one__icon-box,.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
}

.leading__points li .text {
    margin-left: 20px
}

.project-details__points li .text,.service-details__benefits-points li .text {
    margin-left: 15px
}

.leading__points li .text p {
    font-size: 18px;
    color: var(--ambed-white,#fff)
}

.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1
}

.blog-two-bg,.blog-two:before {
    position: absolute;
    right: 0;
    z-index: -1;
    left: 0;
    content: ""
}

.blog-two:before {
    bottom: 0;
    height: 285px
}

.blog-two-bg {
    height: 578px
}

.blog-two__top,.project-three__top {
    position: relative;
    display: block;
    margin-bottom: 70px
}

.blog-two__top-left {
    margin-right: 190px
}

.blog-three__right .blog-one__single,.blog-two__top-left .section-title,.project-three__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-text,.project-three__top-text {
    margin-top: 18px
}

.brand-two {
    padding: 50px 0
}

.brand-two .brand-one__inner {
    border-bottom: 0;
    border-top: 1px solid var(--ambed-bdr-color,#e2ddda)
}

.cta-one__left {
    margin-right: 180px;
    margin-bottom: 110px
}

.cta-one__img-1 img {
    width: 100%
}

.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 {
    margin-left: 70px;
    margin-top: 108px
}

.cta-one__title {
    color: var(--ambed-white,#fff);
    margin-bottom: 48px
}

.feature-three {
    z-index: 1
}

.feature-three-bg,.testimonial-two-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: luminosity;
    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,#fff);
    padding: 50px 80px 17px;
    border-top-right-radius: 52px;
    border-bottom-left-radius: 52px;
    border-bottom-right-radius: 52px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07)
}

.feature-three__top-icon-list,.feature-three__top-icon-list li,.team-details__social,.team-details__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    position: relative
}

.feature-three__top-icon-list {
    display: flex;
    -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 {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.couonter-one__list,.feature-three__top-icon-content,.more-services-two__img-box,.project-three__bottom,.project-three__top-left {
    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%;
    -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: .4s cubic-bezier(.62,.21,.45,1.52);
    transition: .4s cubic-bezier(.62,.21,.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,#fff);
    position: relative;
    display: inline-block;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.feature-three__top-icon-list li:hover .feature-three__top-icon span {
    -webkit-transform: scale(.9);
    transform: scale(.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: .5s;
    transition: .5s
}

.blog-sibebar__meta li a i,.blog-sibebar__meta li a:hover,.blog-sidebar__title a:hover,.contact-one__info-box h5 a:hover,.contact-one__social a:hover,.couonter-one__icon-box span,.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,#fff);
    font-weight: 500
}

.feature-three__btn {
    padding: 10px 40px;
    background-color: var(--ambed-white,#fff);
    color: var(--ambed-black,#3c3531)
}

.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: .5;
    z-index: -1
}

.why-choose-one-shape-3 {
    position: absolute;
    top: -278px;
    left: -325px;
    height: 650px;
    width: 650px;
    background-color: var(--ambed-white,#fff);
    border-radius: 50%;
    z-index: -1
}

.services-three-bg-box,.why-choose-one__points li .icon {
    background-color: var(--ambed-primary,#f2eeeb);
    position: absolute
}

.why-choose-one__img,.why-choose-one__img img {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    border-bottom-right-radius: 78px
}

.why-choose-one__left {
    position: relative;
    display: block;
    margin-left: 100px
}

.why-choose-one__img {
    position: relative;
    display: block;
    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
}

.blog-details__img img,.blog-sidebar__img img,.service-details__img img,.why-choose-one__img img {
    width: 100%
}

.why-choose-one__right .section-title {
    margin-bottom: 52px
}

.blog-three .section-title__line,.project-three__top-left .section-title__line,.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;
    display: none
}

.why-choose-one__points li .icon {
    height: 40px;
    width: 40px;
    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: .5s;
    transition: .5s
}

.why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: var(--ambed-base,#a47c68);
    -webkit-transition: .5s;
    transition: .5s
}

.more-services-two__icon span,.thm-breadcrumb li:hover a,.why-choose-one__points li:hover .icon span {
    color: var(--ambed-white,#fff)
}

.why-choose-one__points li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px
}

.services-three {
    padding: 120px 0 240px;
    margin-top: 0;
    z-index: 1
}

.services-three-bg-box {
    bottom: 0;
    left: 0;
    right: 0;
    height: 580px;
    z-index: 1
}

.more-services-two__img,.more-services-two__single {
    background: linear-gradient(157deg,#000 0,rgba(46,46,46,.9472163865546218) 24%,rgb(29 29 29 / 95%) 49%,rgb(38 38 38 / 97%) 77%,#121212 100%);
    position: relative
}

.services-three-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .15
}

.more-services-two {
    position: relative;
    display: block;
    padding: 120px 0 122px;
    z-index: 1
}

.more-services-two__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 57px 60px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 15px
}

.more-services-two__img {
    display: inline-block
}

.contact-page__social a:after,.custom-cursor__cursor-two,.custom-cursor__hover,.more-services-two__single-two,.project-three__img-box:after,.project-three__img-box:before {
    background-color: var(--ambed-base,#a47c68)
}

.more-services-two__img img {
    border-radius: 10px;
    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;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.more-services-two__single:hover .more-services-two__icon span {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.more-services-two__content {
    margin-left: 45px
}

.contact-one__info-box p,.more-services-two__sub-title {
    font-size: 16px;
    color: #c1b8b3
}

.more-services-two__title {
    font-size: 30px;
    color: var(--ambed-white,#fff);
    font-weight: 700;
    margin-top: 13px;
    line-height: 36px
}

.more-services-two__single-two .more-services-two__img {
    border: 2px solid var(--ambed-white,#fff)
}

.more-services-two__single-two .more-services-two__sub-title {
    color: #f0d9cd
}

.project-three__container {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.project-three__img-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    left: 60px;
    content: "";
    width: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 2
}

.project-three__single:hover .project-three__img-box::before {
    height: 100%;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.project-three__img-box:after {
    position: absolute;
    left: 0;
    bottom: 58px;
    content: "";
    height: 2px;
    width: 0;
    -webkit-transition: .7s;
    transition: .7s;
    z-index: 2
}

.project-three__single:hover .project-three__img-box:after {
    width: 22%;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    box-shadow: rgba(50,50,93,.25) 0 0 3px -1px,rgba(0,0,0,.3) 0 0 3px -1px
}

.project-three__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--ambed-black-rgb),.7);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(.5);
    transform: perspective(400px) rotateX(90deg) scaleY(.5);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .5s ease-in-out .1s;
    transition: .5s ease-in-out .1s;
    z-index: 1
}

.project-three__single:hover .project-three__img:before {
    -webkit-transform: perspective(400px) rotateX(0) scaleY(1);
    transform: perspective(400px) rotateX(0) scaleY(1);
    -webkit-transition: .7s ease-in-out .1s;
    transition: .7s ease-in-out .1s
}

.project-three__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.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: .7s;
    transition: .7s;
    z-index: 2
}

.project-three__single:hover .project-three__arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.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,#fff)
}

.project-three__content {
    position: absolute;
    max-width: 65%;
    bottom: 60px;
    right: 40px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .7s;
    transition: .7s;
    z-index: 2
}

.contact-one__right-shape-1,.counter-one-bg {
    bottom: 0;
    left: 0
}

.project-three__single:hover .project-three__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.project-three__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 38px
}

.project-three__title a {
    color: var(--ambed-white,#fff);
    -webkit-transition: .5s;
    transition: .5s
}

.project-three__title a:hover {
    color: #fff
}

.project-three__sub-title {
    color: var(--ambed-white,#fff);
    font-weight: 500;
    opacity: .4
}

.couonter-one {
    position: relative;
    display: block;
    padding: 72px 0 43px;
    z-index: 1
}

.counter-one-bg {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .15;
    z-index: -1
}

.couonter-one__single {
    position: relative;
    float: left;
    margin-bottom: 30px
}

.couonter-one__single + .couonter-one__single {
    margin-left: 66px
}

.couonter-one__icon-box span {
    position: relative;
    display: inline-block;
    font-weight: bolder;
    font-size: 64px;
    -webkit-transition: .5s linear .1s;
    transition: .5s linear .1s;
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
    color: #fff
}

.couonter-one__single:hover .couonter-one__icon-box span {
    -webkit-transform: scale(.9) rotateY(360deg);
    transform: scale(.9) rotateY(360deg);
    color: var(--ambed-white,#fff)
}

.couonter-one__count-box {
    margin-left: 20px;
    position: relative;
    top: -4px
}

.blgo-three__carousel,.blog-sideabr__left,.blog-sidebar__content,.blog-sidebar__img,.blog-sidebar__single,.comment-one__image,.contact-one__info,.contact-one__info-box,.contact-one__left,.couonter-one__count-box-inner,.service-details__category,.service-details__category-list,.service-details__img,.service-details__need-help,.service-details__points-two,.service-details__right,.sidebar__search,.testimonial-two__inner,.thm-breadcrumb {
    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,#fff)
}

.couonter-one__text {
    font-size: 15px;
    line-height: 16px;
    color: #c1b8b3
}

.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 170px;
    background-color: var(--ambed-primary,#f2eeeb);
    z-index: 1
}

.testimonial-two .section-title {
    margin-bottom: 109px
}

.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 {
    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__right:before {
    position: absolute;
    top: -170px;
    left: 170px;
    bottom: -175px;
    right: -1000000000px;
    content: "";
    z-index: -1
}

.blgo-three__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: -52px;
    left: -290px;
    margin-top: 0 !important
}

.blgo-three__carousel.owl-theme .owl-nav .owl-next,.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: .5s;
    transition: .5s
}

.contact-one__form-input-box input[type=email],.contact-one__form-input-box input[type=text],.contact-one__form-input-box textarea {
    border: none;
    background-color: var(--ambed-primary,#f2eeeb);
    font-size: 14px;
    color: var(--ambed-gray,#8b827d);
    font-weight: 400;
    width: 100%;
    outline: 0
}

.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,#fff)
}

.contact-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1
}

.contact-one .row {
    --bs-gutter-x: 0px
}

.contact-one__form {
    position: relative;
    display: block;
    padding: 49px;
    border: 1px solid var(--ambed-bdr-color,#e2ddda);
    background-color: var(--ambed-white,#fff)
}

.comment-one__form .row,.contact-one__form .row {
    --bs-gutter-x: 20px
}

.comment-form__input-box,.contact-one__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.contact-one__form-input-box input[type=email],.contact-one__form-input-box input[type=text] {
    height: 60px;
    padding: 0 30px
}

.contact-one__form-input-box textarea {
    height: 160px;
    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;
    right: 0;
    opacity: .05
}

.contact-one__info li + li {
    margin-top: 34px
}

.contact-one__info-box h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--ambed-white,#fff)
}

.contact-one__info-box h5 a {
    color: var(--ambed-white,#fff);
    -webkit-transition: .5s;
    transition: .5s
}

.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),.1);
    padding-top: 42px
}

#ec-popnews-close,.blog-sidebar__video-link,.contact-one__social a,.recent-purchase {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.contact-one__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    -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,#fff);
    font-size: 15px;
    background-color: #2f2a27;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.contact-one__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--ambed-white,#fff);
    -webkit-transition: .4s ease-in-out .1s;
    transition: .4s ease-in-out .1s;
    opacity: 1;
    transform-origin: top;
    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)
}

.google-map {
    position: relative;
    display: block;
    margin-top: -60px
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 515px;
    width: 100%
}

.page-header {
    position: relative;
    display: block;
    padding: 99px 0 100px;
    z-index: 1
}

.page-header-bg,.page-header-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.page-header-bg {
    z-index: -1
}

.page-header-bg:before {
    content: "";
    background-color: rgba(var(--ambed-black-rgb),.6)
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15
}

.page-header__inner h1,.page-header__inner h2 {
    font-size: 36px;
    color: var(--ambed-white,#fff);
    font-weight: 700;
    line-height: 50px;
    margin-top: 10px
}

.thm-breadcrumb li,.thm-breadcrumb li a {
    display: inline-block;
    color: #c1b8b3;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: .5s;
    position: relative;
    text-transform: uppercase
}

.thm-breadcrumb li {
    letter-spacing: .2em;
    transition: .5s
}

.blog-sibebar {
    position: relative;
    display: block;
    padding: 120px 0 210px
}

.blog-sidebar__single + .blog-sidebar__single,.sidebar__single + .sidebar__single {
    margin-top: 30px
}

.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: .5s;
    transition: .5s
}

.blog-sidebar__text {
    padding-bottom: 20px
}

.blog-sidebar__btn {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 30px
}

.blog-sidebar__bottom-box {
    position: relative;
    display: block;
    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;
    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: .5s;
    transition: .5s
}

.blog-details__meta li a i,.blog-details__meta li a:hover,.blog-sidebar__delivering-services-title a:hover,.blog-sidebar__video-icon:hover,.sidebar__post-content-meta i {
    color: var(--ambed-base,#a47c68)
}

.blog-sidebar__video-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    -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: 64px;
    line-height: 79px;
    text-align: center;
    font-size: 23px;
    color: var(--ambed-white,#fff);
    background-color: var(--ambed-base,#a47c68);
    border-radius: 22%;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.sidebar__category,.sidebar__post {
    background-color: var(--ambed-primary,#f2eeeb);
    display: block
}

.sidebar__comments,.sidebar__tags {
    background: var(--ambed-primary,#f2eeeb)
}

.blog-sidebar__video-icon:hover,.sidebar__comments-icon {
    background-color: var(--ambed-white,#fff)
}

.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,#fff);
    opacity: .1;
    z-index: 1
}

.blog-sidebar__video-icon .ripple:after,.blog-sidebar__video-icon .ripple:before,.blog-sidebar__video-link .ripple {
    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),.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb,242,238,235),.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb,242,238,235),.6);
    box-shadow: 0 0 0 0 rgba(var(--ambed-primary-rgb,242,238,235),.6);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    border-radius: 50%
}

.blog-sidebar__video-icon .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.blog-sidebar__video-icon .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.ec-style .ec-list .ec-img-cont,.sidebar__category,.sidebar__post,.sidebar__post-content,.sidebar__search-form,.sidebar__tags {
    position: relative
}

@media (max-width: 991px) {
    .sidebar {
        margin-top:50px
    }
}

.sidebar__title {
    margin: 0 0 3px;
    font-size: 20px;
    font-weight: 700
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: 0;
    background-color: var(--ambed-base,#a47c68);
    color: var(--ambed-white,#fff);
    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,#fff);
    opacity: 1
}

.sidebar__search-form:-ms-input-placeholder {
    color: var(--ambed-white,#fff);
    opacity: 1;
    color: var(--ambed-white,#fff)
}

.sidebar__search-form::-ms-input-placeholder {
    color: var(--ambed-white,#fff);
    opacity: 1;
    color: var(--ambed-white,#fff)
}

.sidebar__search-form::placeholder {
    color: var(--ambed-white,#fff);
    opacity: 1
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: var(--ambed-white,#fff);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: 0;
    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 {
    padding: 45px 30px 32px
}

.main-header-one__top-right-menu li + li,.main-header-uc__top-right-menu li + li,.sidebar__post .sidebar__title {
    margin-left: 20px
}

.sidebar__post-list {
    margin: 0
}

.sidebar__post-list li {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.sidebar__post-list li:hover {
    background-color: #fff
}

.sidebar__post-list li + li {
    margin-top: 10px
}

.sidebar__post-image {
    margin-right: 20px
}

.sidebar__post-image > img {
    width: 70px
}

.sidebar__post-content {
    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: .5s;
    transition: .5s
}

.sidebar__post-content-meta i {
    font-size: 15px;
    padding-right: 1px
}

.sidebar__post-content h3 a {
    color: var(--ambed-black,#3c3531);
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 1px;
    display: block;
    font-size: 16px;
    font-weight: 700
}

.sidebar__category {
    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: .5s;
    transition: .5s;
    display: block;
    background: 0 0;
    padding: 8px 20px 4px
}

.sidebar__category-list li a:hover,.sidebar__category-list li.active a {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.05);
    box-shadow: 0 10px 60px 0 rgba(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: .5s;
    transition: .5s;
    color: var(--ambed-base,#a47c68);
    text-align: center;
    display: flex;
    -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 {
    display: block;
    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;
    -webkit-transition: .4s;
    transition: .4s;
    background: var(--ambed-white,#fff);
    display: inline-block;
    padding: 6px 20px 4px;
    margin-left: 5px;
    font-weight: 700
}

.blog-details__img,.blog-details__left,.blog-details__pagenation,.project-details,.project-details__img,.project-details__img-box,.projects-page,.service-details__benefits,.service-details__benefits-img,.service-details__benefits-points,.sidebar__comments,.sidebar__comments-list,.sidebar__comments-list li {
    display: block;
    position: relative
}

.sidebar__tags-list a + a {
    margin-left: 5px;
    margin-top: 10px
}

.sidebar__tags-list a:hover {
    color: var(--ambed-white,#fff);
    background: var(--ambed-base,#a47c68)
}

.sidebar__comments {
    padding: 45px 50px 42px
}

.message-one-bg,.service-details__need-help-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px
}

.sidebar__comments-list li {
    padding-left: 65px
}

.sidebar__comments-list li + li {
    margin-top: 23px
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    font-size: 15px;
    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: .4s;
    transition: .4s
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--ambed-base,#a47c68);
    color: var(--ambed-white,#fff)
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: var(--ambed-gray,#8b827d)
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
    margin-top: 2px;
    font-weight: 700
}

.blog-details__text-1,.blog-details__text-2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0
}

.blog-details__text-2 {
    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;
    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,#fff);
    font-size: 12px;
    background-color: var(--ambed-base,#a47c68);
    display: inline-block;
    padding: 6px 20px 4px;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details__pagenation li,.blog-details__social-list a {
    background-color: var(--ambed-primary,#f2eeeb);
    position: relative
}

.blog-details__tags a:hover {
    color: var(--ambed-white,#fff)
}

.blog-details__tags a + a {
    margin-left: 6px
}

.blog-details__social-list a {
    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;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.blog-details__pagenation li,.comment-one__content h3 {
    font-size: 20px;
    color: var(--ambed-black,#3c3531);
    font-weight: 700
}

.blog-details__social-list a:hover,.contact-page__social a:hover,.mobile-nav__wrapper .home-showcase__title,.nav-item a:hover {
    color: var(--ambed-white,#fff)
}

.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: .4s ease-in-out .1s;
    transition: .4s ease-in-out .1s;
    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 li {
    float: left;
    line-height: 34px;
    -webkit-transition: .5s;
    transition: .5s;
    max-width: 370px;
    width: 100%;
    padding: 50px 60px 56px
}

.blog-details__pagenation li + li,.main-header-one__top-address li + li,.main-header-uc__top-address li + li {
    margin-left: 30px
}

.blog-details__pagenation li:hover {
    background-color: var(--ambed-base,#a47c68);
    color: var(--ambed-white,#fff)
}

.comment-form__title,.comment-one__title {
    margin: 0 0 52px;
    color: var(--ambed-black,#3c3531);
    font-size: 30px;
    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 0 26px
}

.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-form .comment-form__title {
    margin-top: -7px
}

.comment-form__input-box input[type=email],.comment-form__input-box input[type=number],.comment-form__input-box input[type=tel],.comment-form__input-box input[type=text] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--ambed-primary,#f2eeeb);
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    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: 0;
    outline: 0;
    margin-bottom: 0
}

.comment-form__btn,.modal-content .modal-body {
    border: none
}

.comment-form__input-box.text-message-box {
    height: 188px
}

.service-details__category {
    background-color: var(--ambed-primary,#f2eeeb);
    padding: 30px
}

.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: .5s;
    transition: .5s;
    display: block;
    background: 0 0;
    padding: 8px 30px 4px;
    background-color: var(--ambed-white,#fff)
}

.service-details__category-list li a:hover,.service-details__category-list li.active a {
    background-color: var(--ambed-base,#a47c68);
    color: var(--ambed-white,#fff)
}

.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: .5s;
    transition: .5s;
    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,#fff);
    -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,#fff)
}

.service-details__need-help {
    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-position: center;
    background-color: var(--ambed-base,#a47c68);
    opacity: .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: .5s;
    transition: .5s
}

.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,#fff);
    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,#fff);
    margin: 0;
    line-height: 20px
}

.service-details__need-help-contact a {
    font-size: 20px;
    color: var(--ambed-white,#fff);
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s
}

.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__icon {
    position: absolute;
    left: 40px;
    bottom: 30px;
    height: 106px;
    width: 106px;
    background-color: var(--ambed-base,#a47c68);
    font-size: 65px;
    color: var(--ambed-white,#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
}

.service-details__content {
    position: relative;
    display: block;
    margin-bottom: 75px
}

.service-details__content-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 18px
}

.service-details__text-2 {
    font-size: 18px;
    line-height: 34px;
    padding-top: 33px;
    padding-bottom: 33px
}

.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,#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;
    margin-top: -70px;
    margin-bottom: 13px;
    -webkit-transition: .5s;
    transition: .5s
}

.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 {
    margin-bottom: 50px;
    margin-top: 20px
}

# sourceMappingURL=ambed.css.map iframe,.modal-content .social,.project-details__img img,.project-details__points-img img,.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-bottom: 31px
}

.main-header-one__top-address,.main-header-one__top-address li,.main-header-one__top-address li .icon,.main-header-one__top-right-menu,.main-header-one__top-right-menu li,.main-header-one__top-right-social,.main-header-uc__top-address,.main-header-uc__top-address li,.main-header-uc__top-address li .icon,.main-header-uc__top-right-menu,.main-header-uc__top-right-menu li,.project-details__points li,.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 p {
    font-size: 16px;
    color: var(--ambed-black,#3c3531);
    font-weight: 500;
    line-height: 30px
}

.projects-page {
    padding: 48px 0 160px
}

.project-details {
    padding: 120px 0 0
}

.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,#fff);
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / 10%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 45px
}

.about-two__img-box,.project-details__challenge,.project-details__details li,.project-details__details-content,.project-details__points,.project-details__points-box,.project-details__points-img,.projectc-details__pagination-icon,.team-details {
    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)
}

.main-header__logo .light-logo,.main-menu-three__logo .dark-logo,.main-menu-two__logo .dark-logo,.owl-dot-one--lg .owl-dots,.project-details__details li:last-child:before {
    display: none
}

.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 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.project-details__social a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: var(--ambed-black,#3c3531);
    -webkit-transition: .5s;
    transition: .5s
}

.contact-page__details-list li p a:hover,.error-page__title,.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__challenge-text,.project-details__room-wallpapers-text {
    font-size: 18px;
    line-height: 34px
}

.project-details__challenge-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px
}

.project-details__challenge-progress {
    position: relative;
    display: block;
    margin-top: 49px;
    margin-bottom: 25px
}

.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: 0;
    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: .04em
}

.project-details__progress-content h3 {
    margin: 11px 0 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--ambed-black,#3c3531);
    letter-spacing: .04em
}

.project-details__progress-single-last {
    border: 0;
    padding: 0;
    margin: 0
}

.project-details__points-content-box {
    position: relative;
    display: block;
    margin-top: 13px;
    margin-left: 30px
}

.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 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
}

.about-two__text-2,.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;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 30px
}

.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,#fff);
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.about-two__img-1,.about-two__img-1 img,.about-two__img-2,.about-two__img-2 img {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px
}

.projectc-details__pagination-icon a:hover {
    background-color: var(--ambed-base,#a47c68);
    color: var(--ambed-white,#fff)
}

.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
}

.about-two__points li,.about-two__points li .icon {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.projectc-details__pagination-single-two .projectc-details__pagination-content {
    margin-left: 0;
    margin-right: 30px
}

.similar-project {
    position: relative;
    display: block;
    padding: 90px 0
}

.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,.contact-page__left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.about-two__text-2 {
    padding-top: 35px;
    padding-bottom: 37px
}

.about-two__points {
    position: relative;
    display: block;
    margin-bottom: 19px
}

.about-two__points li {
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.about-two__points li + li {
    margin-left: 0
}

.about-two__points li .text,.contact-page__social a + a,.main-header-one__top-address li .text,.main-header-uc__top-address li .text,.team-details__social a + a {
    margin-left: 10px
}

.about-two__points li .icon {
    display: flex;
    -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 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-1 {
    position: relative;
    display: block;
    border-bottom-right-radius: 80px
}

.about-two__img-1 img {
    width: 100%;
    border-bottom-right-radius: 80px
}

.about-two__img-2 {
    position: absolute;
    top: 80px;
    left: -185px;
    border-top-left-radius: 80px
}

.about-two__img-2 img {
    width: auto;
    border-top-left-radius: 80px
}

.about-two__dot {
    position: absolute;
    bottom: -80px;
    right: -40px;
    opacity: .3;
    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 {
    padding-top: 120px
}

.team-page {
    padding: 120px 0 90px
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: .5;
    z-index: 2
}

.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: .35em;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -329px
}

.contact-page__form,.contact-page__left,.error-page__title-box,.faq-page__btn-box,.faq-page__left,.faq-page__right,.gallery-page,.gallery-page__img,.gallery-page__single,.message-one,.team-details__bottom,.team-details__bottom-left,.team-details__bottom-right,.team-details__progress,.team-details__progress-single,.team-details__top-content,.team-details__top-right,.testimonials-page {
    position: relative;
    display: block
}

.team-details__top-content {
    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 {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px
}

.team-details__social a {
    height: 45px;
    width: 45px;
    display: flex;
    -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: 16px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s
}

.gallery-page__icon a,.team-details__social a:hover {
    background-color: var(--ambed-base,#a47c68);
    color: var(--ambed-white,#fff)
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--ambed-base,#a47c68);
    line-height: 47px
}

.team-details__top-text-2,.team-details__top-text-3 {
    font-size: 18px;
    line-height: 34px
}

.team-details__top-text-2 {
    padding-top: 8px;
    padding-bottom: 35px;
    max-height: 265px;
    overflow: auto
}

.team-details__bottom {
    border-top: 1px solid var(--ambed-bdr-color,#e2ddda);
    padding-top: 111px;
    padding-bottom: 120px
}

.team-details__bottom-left {
    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 {
    margin-left: 70px
}

.team-details__progress {
    width: 100%
}

.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;
    border-radius: 7px;
    margin-bottom: 22px
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 13px;
    border-radius: 7px;
    background-color: var(--ambed-base,#a47c68);
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.team-details__progress .count-text {
    position: absolute;
    right: 0;
    bottom: 21px;
    color: var(--ambed-gray,#8b827d);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1
}

#ec-popnews-box form,.team-details__progress .bar.marb-0 {
    margin-bottom: 0
}

.message-one {
    padding: 120px 0 230px;
    overflow: hidden;
    z-index: 1
}

.message-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1
}

.message-one .comment-form__btn {
    margin: 20px auto 0;
    display: block
}

.message-one .comment-form__input-box input[type=email],.message-one .comment-form__input-box input[type=text] {
    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 {
    margin-top: -110px
}

.testimonials-page {
    padding: 150px 0 60px
}

.testimonials-page .testimonial-one__single {
    margin-bottom: 60px
}

.gallery-page__single,.testimonials-page--carousel .testimonial-one__single {
    margin-bottom: 30px
}

.gallery-page {
    padding: 120px 0 158px
}

.gallery-page__img {
    overflow: hidden;
    z-index: 1;
    border: 6px solid #f0f0f0;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px
}

.gallery-page__icon,.gallery-page__img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0
}

.gallery-page__icon,.gallery-page__icon a {
    -webkit-box-align: center;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox
}

.gallery-page__img:before {
    content: "";
    background-color: rgba(var(--ambed-black-rgb),.8);
    -webkit-transition: .7s;
    transition: .7s;
    -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 .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.gallery-page__single:hover .gallery-page__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.gallery-page__icon {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery-page__icon a {
    height: 77px;
    width: 77px;
    display: flex;
    -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;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s
}

.gallery-page__single:hover .gallery-page__icon a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.gallery-page__icon a:hover {
    background-color: var(--ambed-white,#fff);
    color: var(--ambed-black,#3c3531)
}

.faq-page__right .service-details__need-help {
    margin-top: 0
}

.faq-page__btn {
    width: 100%;
    text-align: center
}

.error-page {
    position: relative;
    display: block;
    padding: 71px 0 215px
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 350px;
    font-weight: 900;
    margin-bottom: 0
}

.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: 0;
    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: 0;
    bottom: 0;
    width: 72px;
    outline: 0;
    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-shape-1 {
    position: absolute;
    bottom: 95px;
    right: 0;
    opacity: .5
}

.contact-page__form .comment-form__input-box textarea,.contact-page__form .comment-form__input-box.text-message-box {
    height: 155px
}

.contact-page__right {
    position: relative;
    display: block;
    margin-left: 40px
}

.contact-page__details {
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.05);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.05);
    padding: 34px 50px 40px;
    border-top: 4px solid var(--ambed-base,#a47c68)
}

.contact-page__details-list,.ec-cart-float .ec-header-btn,.google-map-two,.main-header-one__top,.main-header-uc__top {
    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: .5s;
    transition: .5s
}

.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;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.contact-page__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transition: .4s ease-in-out .1s;
    transition: .4s ease-in-out .1s;
    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)
}

.google-map__two-box {
    position: relative;
    display: block;
    border: none;
    height: 530px;
    width: 100%
}

.custom-cursor__cursor,.custom-cursor__cursor-two {
    position: fixed;
    z-index: 999991;
    pointer-events: none
}

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--ambed-base,#a47c68);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px),-50%);
    transform: translate(calc(-50% + 5px),-50%)
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: .3;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: width .3s,height .3s,opacity .3s;
    transition: width .3s,height .3s,opacity .3s
}

.custom-cursor__hover {
    opacity: .4
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4
}

.home-showcase__inner {
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 60px 0 rgba(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: .5s;
    transition: .5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.home-showcase__image:hover > img {
    opacity: .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;
    -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: .5s;
    transition: .5s
}

.home-showcase__buttons__item {
    padding: 10px 38px;
    text-align: center
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
    margin-top: 10px
}

.home-showcase__title {
    margin: 10px 0 27px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--ambed-black,#3c3531)
}

.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 0;
    background-color: rgba(0,0,0,0)
}

.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 100px 0 rgba(0,0,0,.08)
}

.ec-style .ec-body li:last-child,.form-checkbox .container input:checked ~ .checkmark:after,.main-header__logo .dark-logo,.main-menu-three__logo .light-logo,.main-menu-two__logo .light-logo {
    display: block
}

.main-header__logo img,.main-menu-three__logo img,.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)
}

.owl-with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,visibility .5s,-webkit-transform .5s;
    transition: opacity .5s,visibility .5s,transform .5s,-webkit-transform .5s
}

.owl-dot-one .owl-dots .owl-dot span,.owl-nav-one .owl-nav button[class*=owl-] {
    border-radius: 50%;
    background-color: var(--ambed-bdr-color,#e2ddda);
    -webkit-transition: .5s
}

.owl-dot-one .owl-dots,.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-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;
    opacity: 1;
    transition: .5s
}

.owl-dot-one .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: var(--ambed-black,#3c3531)
}

@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,.owl-dot-one--lg .owl-dots,.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 .mobile-nav__toggler,.mobile-nav__buttons {
        display: none
    }
}

.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,.owl-nav-one--lg .owl-nav {
    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 button[class*=owl-] {
    margin: 0 5px;
    padding: 0;
    width: 50px;
    height: 50px;
    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);
    transition: .5s
}

.owl-nav-one .owl-nav button[class*=owl-]:hover {
    background-color: var(--ambed-black,#3c3531);
    color: #fff
}

@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
    }
}

.ec-tools-sidebar .ec-change-mode.active .ec-mode-off,.ec-tools-sidebar .ec-change-rtl.active .ec-rtl-off,.ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-off,.ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element span,.iletisimMobil,.nav-tabs-style,.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
    }
}

.list-unstyled .navbar .nav-link {
    padding: 0 1rem !important
}

.list-unstyled .navbar a {
    font-size: 15px;
    color: var(--ambed-head-font);
    -webkit-transition: .5s;
    transition: .5s
}

.list-unstyled .navbar a:hover {
    color: var(--ambed-white,#fff) !important;
    -webkit-transition: .5s !important;
    transition: .5s !important
}

.dropdown-item:hover,.list-unstyled .dropdown-item:focus {
    color: #1e2125;
    background-color: #3c3531
}

.list-unstyled .dropdown-menu a {
    font-size: 14px;
    color: #646464;
    -webkit-transition: .5s;
    transition: .5s
}

.modal {
    background: rgba(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,.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%);
    -webkit-box-shadow: 0 10px 34px -15px rgba(0,0,0,.24);
    -moz-box-shadow: 0 10px 34px -15px rgba(0,0,0,.24);
    box-shadow: 0 10px 34px -15px rgba(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,.1)
}

.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,.2);
    border-radius: 0
}

.modal-content .form-control::-webkit-input-placeholder {
    color: rgba(255,255,255,.8) !important
}

.modal-content .form-control::-moz-placeholder {
    color: rgba(255,255,255,.8) !important
}

.modal-content .form-control:-ms-input-placeholder {
    color: rgba(255,255,255,.8) !important
}

.modal-content .form-control:-moz-placeholder {
    color: rgba(255,255,255,.8) !important
}

.modal-content .btn {
    font-weight: 500;
    height: 52px
}

.modal-content .btn .btn-primary {
    background: #f9e090 !important
}

.modal-content .social a {
    width: 100%;
    display: block;
    border: 1px solid rgba(255,255,255,.4);
    color: #000;
    background: #fff
}

.modal-content .social a:hover {
    background: 0 0;
    color: #fff
}

.btn {
    cursor: pointer;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px
}

.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: #fff
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #f9e090;
    background: 0 0;
    color: #f9e090
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #f9e090;
    color: #fff
}

.youtubeIframe iframe {
    height: 210px;
    width: 100%
}

.youtubeDetayIframe iframe {
    height: 350px;
    width: 100%;
}

.detayCollapse {
    position: relative;
    display: block;
    background-color: var(--ambed-primary,#f2eeeb);
    padding: 120px 0 230px;
    overflow: hidden;
    z-index: 1;
    margin-bottom: -109px
}

.card-main {
    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%
}

.list-group-item {
    font-size: 16px;
    font-weight: 500;
    color: $tcolor-white;
    background-color: $tcolor-main;
    text-align: center;
    border-color: $t1color2
}

.card-header,.content,.ec-body a {
    background-color: transparent
}

.rank {
    color: $t1color4
}

.content {
    width: 100%;
    border-color: $t1color2
}

.card-header {
    padding: 0
}

.nav-link-style {
    background-color: var(--ambed-black,#3c3531);
    color: var(--ambed-white,#fff);
    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;
    border-bottom: none;
    z-index: 1
}

@media(min-width: 768px) {
    .card-main {
        flex-direction:row
    }

    .sidebar {
        width: 25%
    }

    .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 {
        flex-direction:row
    }

    .sidebar {
        width: 25%
    }

    .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) {
    .card-main,.content,.sidebar {
        width:100%
    }

    .collapsed,.nav-link-style {
        background-color: var(--ambed-black)
    }

    .card .tab-pane,.tab-pane .card-header {
        border: none
    }

    .card-main {
        flex-direction: column
    }

    .content {
        text-align: left
    }

    .tab-content .tab-pane {
        display: block !important;
        opacity: 1;
        border: none;
        width: 100%
    }

    .nav-link-style {
        color: #fff;
        border-bottom: 1px solid
    }

    .card-header a:hover {
        color: #fff;
        background-color: var(--ambed-base)
    }

    .main-header-one__top-inner {
        padding-left: 0 !important;
        padding-right: 0 !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
}

.ec-style {
    display: inline-block;
    position: fixed;
    letter-spacing: .1px;
    z-index: 99999999999
}

.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,.479);
    box-shadow: 0 0 5px rgba(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,.ec-tools-sidebar .ec-change-mode.active .ec-mode-on,.ec-tools-sidebar .ec-change-rtl.active .ec-rtl-on,.ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ec-style .ec-list .ec-user-img {
    height: 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: .5;
    -webkit-transition: 50ms ease-in-out;
    transition: 50ms ease-in-out;
    overflow: hidden
}

.ec-style .ec-body:hover {
    text-decoration: none;
    cursor: pointer
}

.ec-style .ec-body .ec-chat-icon i,.ec-style .ec-body li:hover .ec-chat-icon i,.ec-style .ec-body:hover .ec-user-img,.ec-tools-sidebar .ec-tools-sidebar-content li {
    -webkit-transition: .3s ease-in-out;
    transition: .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: .3s ease-in-out;
    transition: .3s ease-in-out
}

.ec-style .ec-body li:hover {
    background-color: rgba(42,182,116,.07)
}

.ec-style .ec-body li:hover .ec-chat-icon {
    color: #555;
    -webkit-transition: 50ms ease-in-out;
    transition: 50ms ease-in-out
}

.ec-right-bottom {
    bottom: 15px;
    right: 15px;
    float: right
}

.ec-left-bottom {
    bottom: 15px;
    left: 15px;
    float: left
}

.ec-left-bottom .ec-box,.ec-right-bottom .ec-box {
    background-color: #fff;
    border: 2px solid #2ab674
}

.ec-left-bottom.ec-box:hover,.ec-right-bottom .ec-box:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
    box-shadow: 0 0 8px rgba(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: .65s;
    animation-duration: .65s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes rotateF {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateF {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotateBackward {
    -webkit-animation-name: rotateB;
    animation-name: rotateB;
    -webkit-animation-duration: .65s;
    animation-duration: .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(0);
        transform: rotate(0)
    }
}

@keyframes rotateB {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.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: 0 0 8px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    z-index: 15;
    background: #fff
}

.ec-tools-sidebar,.ec-tools-sidebar-overlay {
    height: 100vh;
    z-index: 16;
    top: 0;
    position: fixed
}

.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: #fff;
    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%;
    left: 0;
    background-color: rgba(0,0,0,.5)
}

.ec-tools-sidebar {
    width: 200px;
    right: -200px;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

#ec-popnews-bg,.modal-backdrop {
    background-color: rgba(0,0,0,.5)
}

.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: .3s ease-in;
    transition: .3s ease-in;
    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,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 5px
}

.ec-tools-sidebar .ec-tools-sidebar-toggle img {
    width: 27px;
    -webkit-animation: 3s linear infinite rotation;
    animation: 3s linear infinite rotation
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    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 .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 select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 10px;
    background: url(../images/common/arrow-down-light.png) 96% 42% no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #777
}

.ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element select option {
    color: #777;
    background: #fff
}

.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,.ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element .goog-te-gadget .goog-te-combo:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important
}

.ec-tools-sidebar .ec-color-desc .ec-color-title {
    font-weight: 600;
    color: #fff;
    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: .2s linear;
    transition: .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: #fff;
    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,.ec-tools-sidebar .ec-change-rtl,.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: .2s linear;
    transition: .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 > *,.ec-tools-sidebar .ec-change-rtl > *,.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: #fff;
    font-size: 12px;
    border-radius: 30px;
    overflow: hidden
}

.ec-tools-sidebar .ec-change-mode .ec-mode-btn,.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;
    font-size: 10px;
    cursor: pointer
}

.ec-tools-sidebar .ec-change-mode .ec-mode-switch > *,.ec-tools-sidebar .ec-change-rtl .ec-rtl-switch > *,.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
}

.ec-tools-sidebar .ec-change-mode .ec-mode-off,.ec-tools-sidebar .ec-change-rtl .ec-rtl-off,.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: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ec-tools-sidebar .ec-change-mode .ec-mode-on,.ec-tools-sidebar .ec-change-rtl .ec-rtl-on,.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: #fff;
    display: none
}

.ec-tools-sidebar .ec-change-mode.active,.ec-tools-sidebar .ec-change-mode:hover,.ec-tools-sidebar .ec-change-rtl.active,.ec-tools-sidebar .ec-change-rtl:hover,.ec-tools-sidebar .ec-fullscreen-mode.active,.ec-tools-sidebar .ec-fullscreen-mode:hover {
    width: 90px
}

.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
}

.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 {
    opacity: 1 !important
}

#ec-popnews-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9998
}

#ec-popnews-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: #444;
    width: 100%;
    max-width: 700px;
    padding: 30px;
    border: 0;
    display: none;
    z-index: 9999;
    text-align: center;
    border-radius: 30px;
    background-position: center;
    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 input,.recent-purchase .detail .h6,.recent-purchase .detail h6 {
    color: #444;
    font-size: 14px
}

#ec-popnews-box input {
    height: 45px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    outline: 0;
    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: flex;
    -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: 0;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-checkbox .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.form-checkbox .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 15px;
    width: 16px;
    background-color: #eee;
    border: 1px solid #b7b7b7
}

.main-header-one__top:after,.main-header-one__top:before {
    height: 38px;
    position: absolute;
    top: 0;
    z-index: -999;
    content: ""
}

.form-checkbox .container:hover input ~ .checkmark {
    background-color: #ccc
}

.form-checkbox .container input:checked ~ .checkmark {
    background-color: #202020
}

.form-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.form-checkbox .container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    background-color: #000;
    height: 9px;
    border: solid #fff;
    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;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    border: 0;
    cursor: pointer
}

.recent-purchase {
    width: 300px;
    padding: 15px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    z-index: 12;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
    box-shadow: 0 0 8px rgba(0,0,0,.2)
}

.recent-purchase img {
    width: 70px;
    height: 75px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid #eee
}

.recent-purchase .detail {
    width: 65%;
    display: inline-block
}

.recent-purchase .detail p {
    margin-bottom: 10px;
    font-size: 11px;
    color: #777
}

.recent-purchase a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
    color: #777
}

.recent-purchase a:hover {
    color: #555
}

.main-header-one__top-inner {
    position: relative;
    display: block;
    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 li .text p a {
    color: #bab1ac;
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-one__top-right-content,.main-header-uc__top-right-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.main-header-one__top-right-menu li a,.main-header-uc__top-right-menu li a {
    font-size: 12px;
    color: #fffdfd;
    -webkit-transition: .5s;
    transition: .5s
}

.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: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-one__top-right-social a + a {
    margin-left: 25px
}

.main-header-one__top:before {
    left: 0;
    width: 38%;
    background-color: #222a30
}

.main-header-one__top:after {
    right: 0;
    width: 62%;
    background-color: var(--ambed-base,#a47c68)
}

.main-header-uc__top:after,.main-header-uc__top:before {
    position: absolute;
    top: 0;
    height: 31px;
    z-index: -999;
    width: 50%;
    content: "";
    opacity: .8
}

.main-header-uc__top-inner {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0
}

.main-header-uc__top-social {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.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: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.main-header-uc__top-social a + a {
    margin-left: 13px
}

.main-header-uc__top:before {
    left: 0;
    background-color: var(--ambed-black,#a47c68)
}

.main-header-uc__top:after {
    right: 0;
    background-color: var(--ambed-base,#a47c68)
}

.girisYapOne,.uyeolbuton,.uyeolbutonOne:hover {
    background-color: var(--ambed-black,#3c3531);
    padding: 0 7px;
    -webkit-transition: .5s linear;
    transition: .3s linear
}

.girisYapOne a,.uyeolbuton a,.uyeolbutonOne a {
    color: var(--ambed-white,#fff) !important
}

.girisYapOne:hover,.uyeolbuton:hover,.uyeolbutonOne {
    background-color: var(--ambed-base,#a47c68);
    padding: 0 7px;
    -webkit-transition: .5s linear;
    transition: .3s linear
}

.ptop {
    padding: 210px 0 158px !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: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    padding: .5rem 0;
    margin: .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: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem .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%;
    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
}

.news-more a:hover {
    color: var(--ambed-black,#a47c68);
    -webkit-transition: .5s;
    transition: .5s
}

.dropdown-left-manual {
    right: 0;
    left: auto;
    padding-left: 1px;
    padding-right: 1px
}

.header-btn-white {
    color: #fff !important
}

.btn-sm {
    display: inline-flex !important;
    justify-content: center
}

.mypage-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/dienthoai.png) center center no-repeat rgba(30,30,30,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #d21414;
    background-size: 70%
}

.mypage-alo-phone {
    position: fixed;
    left: 17px;
    bottom: 81px;
    visibility: visible;
    background-color: transparent;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 200000 !important
}

.sidebar-menu > li > a {
    display: block;
    font-size: 15px !important;
    padding: 8px 30px 4px;
    position: relative;
    white-space: nowrap;
    border-radius: 4px;
    background-color: #fff
}

.sidebar-menu li a:focus,.sidebar-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--ambed-base) !important
}

.Refimg img {
    width: 100%
}

.lazyload {
    opacity: 0;
    transition: opacity 0.3s
}

.lazyload.lazyloaded {
    opacity: 1
}

.lazy-bg {
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s
}

.lazy-bg.lazyloaded {
    opacity: 1
}
