@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon78ed.eot?orkqwr');
    src: url('fonts/icomoon78ed.eot?orkqwr#iefix') format('embedded-opentype'), url('fonts/icomoon78ed.ttf?orkqwr') format('truetype'), url('fonts/icomoon78ed.woff?orkqwr') format('woff'), url('fonts/icomoon78ed.svg?orkqwr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shopping-cart:before {
    content: "\e900";
}

.icon-magnifying-glass:before {
    content: "\e901";
}

.icon-right-arrow:before {
    content: "\e902";
}

.icon-left-arrow:before {
    content: "\e91e";
}

.icon-up-arrow:before {
    content: "\e91f";
}

.icon-down-arrow:before {
    content: "\e920";
}

.icon-car-parking:before {
    content: "\e903";
}

.icon-ruler:before {
    content: "\e904";
}

.icon-condominium:before {
    content: "\e905";
}

.icon-bedroom:before {
    content: "\e906";
}

.icon-quote:before {
    content: "\e907";
}

.icon-telephone:before {
    content: "\e908";
}

.icon-email:before {
    content: "\e909";
}

.icon-residential:before {
    content: "\e90a";
}

.icon-sustainable:before {
    content: "\e90b";
}

.icon-world:before {
    content: "\e90c";
}

.icon-home-automation:before {
    content: "\e90d";
}

.icon-electric-appliance:before {
    content: "\e90e";
}

.icon-swimming-pool:before {
    content: "\e90f";
}

.icon-living-room:before {
    content: "\e910";
}

.icon-kitchen:before {
    content: "\e911";
}

.icon-bedroom-1:before {
    content: "\e912";
}

.icon-public-toilet:before {
    content: "\e913";
}

.icon-chair:before {
    content: "\e914";
}

.icon-apartment:before {
    content: "\e915";
}

.icon-bedroom-2:before {
    content: "\e916";
}

.icon-bathtub:before {
    content: "\e917";
}

.icon-manhattan:before {
    content: "\e918";
}

.icon-measurement:before {
    content: "\e919";
}

.icon-apartment-1:before {
    content: "\e91a";
}

.icon-town:before {
    content: "\e91b";
}

.icon-location:before {
    content: "\e91c";
}

.icon-close:before {
    content: "\e91d";
}

.privacy-sections h3 {
    margin: 10px 0px;
}

.privacy-sections h4 {
    color: #221c13;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0px;
}

.privacy-sections p {
    margin-bottom: 15px;
}


/**slick**/

.project-three {
    position: relative;
    display: block;
    padding: 75px 0 50px;
}

.project-three__top {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.project-three__top-left {
    position: relative;
    display: block;
}

.project-three__top-left .section-title {
    margin-bottom: 0;
}

.project-three__top-left .section-title__line {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.project-three__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.project-three__top-text {
    margin-top: 18px;
}

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

.project-three__container {
    position: relative;
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.project-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-three__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.project-three__img-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    left: 60px;
    background-color: var(--ambed-base, #a47c68);
    content: "";
    width: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__img-box::before {
    height: 100%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-three__img-box:after {
    position: absolute;
    left: 0;
    bottom: 58px;
    background-color: var(--ambed-base, #a47c68);
    content: "";
    height: 2px;
    width: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
    width: 50%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.project-three__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.9);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
    z-index: 1;
}

.project-three__single:hover .project-three__img:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: all;
    transition-property: all;
}

.project-three__img img {
    height: 322px;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.project-three__arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-three__arrow a {
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    color: var(--ambed-white, #ffffff);
}

.project-three__content {
    width: 100%;
    position: absolute;
    /* bottom: 25px;
    right: 0px;
   text-align: right;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); */
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__content {
    width: 100%;
    opacity: 1;
    top: 50%;
    left: 50%;
    padding: 0px 30px;
    /* -webkit-transform: translateY(0%);
    transform: translateY(0%); */
    transform: translate(-50%, -50%) !important;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.project-three__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 38px;
}

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

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

.project-three__sub-title {
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    opacity: .4;
}

.project-three__img .project-three__sub-title {
    padding: 0px 21px 0 26px;
}

.project-three__img-box:before {
    left: 22px !important;
}

.project-three__img-box:after {
    bottom: 22px !important;
}

.project-three__content .project-three__title {
    padding: 0 21px 0 26px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}