:root {
    --primary-color:#bf9e66;
    --secondary-color:#4f5152;
}
#header {
    position: relative;
    z-index: 999;
    padding: 10px 0 100px 0;
    height: auto;
}
#logo {
    display: inline-block;
    margin-top: -10px;
}

#logo img {
    width: 95px;
    height: auto;
    transform: translate3d(0, 0, 0);
}
#header .left-side {
    width: 84%;
}
#navigation{
    float: right;
    margin-top: 20px;
}

#header.cloned {
    padding: 0 0 0 0;
}
.mmenu-trigger{
        margin: 20px 0 0px 0;
}
.banner-search-wrap .btn-group .btn{
    border: 0px;
    border-radius: 1px;
    font-size: 15px;
    background: linear-gradient(-47deg, rgb(191 158 102 / 50%) 0%, rgb(191 158 102 / 50%) 100%);
    background: rgb(191 158 102 / 50%);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
    color: var(--secondary-color) !important;
    height: 46px;
    width: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 15px;
    padding-right: 15px;
}
.banner-search-wrap .btn.btn-yellow{
    height: 46px;
}
.banner-search-wrap .btn-group .btn.active {
    background: var(--primary-color) !important;
    color: #fff !important;
    font-weight: 700;
    background: linear-gradient(-47deg, var(--primary-color) 0%, var(--primary-color) 100%);
}
.banner-search-wrap .rld-single-select .single-select, .banner-search-wrap .rld-single-input input {
    height: 45px;
    line-height: 47px;
    width: 100% !important;
}
.custom-padding{
    padding-left: 5px;
    padding-right: 5px
}
.banner-search-wrap .rld-main-search .rld-single-input, .banner-search-wrap .rld-main-search .rld-single-select .single-select {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

.btn.btn-yellow {
    border: 0px;
    border-radius: 0 2.4rem 2.4rem  0 !important;
    font-size: 15px;
    background-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgb(191 158 102 / 50%);
    box-shadow: 0px 1px 4px 0px rgb(191 158 102 / 50%);
    color: #ffffff;
    height: 50px;
    width: 170px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid var(--primary-color) !important;
    line-height: 45px
}
.hp-6 .btn.btn-yellow:hover, .hp-6 a.btn.btn-yellow:hover{
    background-color: var(--secondary-color);
    background: var(--secondary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
}

.go-up, .listing-item.compact.thehp-1 .listing-badges span, .listing-item.compact.thehp-2 .listing-badges span, .listing-item.compact.thehp-2 .listing-badges span, .btn.btn-outline-light, .first-footer .newsletters h3::after, .hp1 .request h3::after, .hp1 .request .btn, .first-footer .netabout h3::after, .first-footer .navigation h3::after, .first-footer .widget h3::after, .first-footer .contactus h3::after, .services-home .bg-base, .first-footer .bloq-email .email input[type="submit"] {
    background: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}
.house-details.thehp-1 i, .hp1 .call-info ul li .fa, .visited-cities .starts .fa, .services-home a.text-base, .twitter-widget.contuct .twitter-area .text h5 a, .welcome .popup-youtube, .first-footer .contactus ul li .fa, .twitter-widget.contuct .twitter-area .icon-holder i, .twitter-widget.contuct .twitter-area .text h4, .inner-pages .twitter-widget.contuct .twitter-area .text h4{
    color: var(--primary-color) !important;
}
.hp-6 .rld-main-search{
/*    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.2);*/
    box-shadow: unset;
    border-radius: 2.5rem;
    height: auto;
    padding: 0;
    border:0 !important
}
.rld-main-search .btn-group{
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.hp-6 .rld-main-search .btn-group1 {
    border-radius: 2.4rem 0 0 2.4rem;
    background: linear-gradient(-47deg, #cdb997 0%, #cdb997 100%) !important;
}
#navigation.style-1 ul li:hover {
    background-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}
.first-footer .logo img {
    width: 100px;
}
/*https://d2fvuj1ffdxm4a.cloudfront.net/home_page/Website%20Homepage%20Banner%20Option%203.webp*/
/*.parallax-searchs.home15 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner2.webp) no-repeat center center;
}*/
.parallax-searchs.home15 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://d2fvuj1ffdxm4a.cloudfront.net/home_page/Website%20Homepage%20Banner%20Option%203.webp) no-repeat center center;
}
@-webkit-keyframes mover1 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover1 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

.call-buttons{
    position: fixed;
    bottom: 2rem;    
    z-index: 99;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}
.call-back-1 {
    right: 1rem;
    bottom: 1.2rem;
}
.call-back-2{
    left: 1rem;
    bottom: 1.2rem;
}
.call-buttons img {
	width: 45px;
	margin-bottom: 5px;
	display: block;

}
.go-up {
    position: fixed;
    bottom: 5.4rem;
    right: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    background: #c2a46f;
    padding: .8rem 1rem;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    display: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
/*.inner-pages .nice-select.open .list {
    width: 100%;
}*/
.portfolio-items .homes-content{
    padding-bottom: 10px !important;
}
.portfolio .price-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.6rem;
    padding-top: 0rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.portfolio .buttons-properties{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    padding-bottom: 0.5rem;
    padding-top: 0.85rem;
}
.portfolio .buttons-properties button, .portfolio .buttons-properties .btn{
    background-color: var(--primary-color);
    background-image: linear-gradient(315deg, var(--primary-color) 0%, #c2a46f 74%);
    text-align: center;
    border: 1px solid transparent;
    color: #fff !important;
}
.portfolio .buttons-properties button:hover, .portfolio .buttons-properties button:focus, .portfolio .buttons-properties .btn:hover, .portfolio .buttons-properties .btn:focus{
    background-color: #d2b48c;
    background-image: linear-gradient(315deg, #d2b48c 0%, #f5deb3 74%);
    box-shadow: unset;
    color: var(--secondary-color) !important;
}
.right-side.sign{
    margin-top: 30px;
    width: auto;
    padding: 0 20px 0 5px;
    margin-right: 50px;
}
.header-user-menu.user-menu{
    top: 0
}
.header-user-menu.user-menu .header-user-name{
    padding-top:0;
    padding-left: 2px;
    padding-right: 2px;
}
.signInBtn{
    padding-left: 15px
}
.header-widget.sign-in .header-user-menu.user-menu a {
    color: #50596E;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin-top: 0;
}
.portfolio .project-head img.property-img{
    height: 280px;
    object-fit: cover;
}
.headings-2 .project-status-price h5{
    margin-bottom:0
}
.headings-2 .project-status-price{
    display: flex;
    justify-content:space-between;
    align-items:center
}
.headings-2 .project-price-area{
    display: flex;
    flex-wrap:wrap;
    justify-content:flex-end
}
@media only screen and (max-width: 600px) {
    .headings-2 .project-status-price{
        margin-top: 8px
    }
    .headings-2 .project-price-area{
        justify-content:space-between;
        margin-top: 10px;
    }
    .banner-search-wrap .btn-group .btn{
            border-radius: 0 30px 0 0;
    }
    .banner-search-wrap .bg-white{
        background: transparent !important
    }
    .banner-search-wrap .rld-main-search{
        padding: 0 !important
    }
    .call-back-2{
        right: 10px;
        bottom: 1.2rem;
    }
/*
    .go-up {
        bottom: 1.2rem;
    }
*/
    .hp-6 .rld-main-search .btn-group1 {
        border-radius: 2.4rem 0 0 0;
    }
    .custom-padding{
        padding-right: 15px;
        padding-left: 15px;
    }
    .hp-6 .btn.btn-yellow {
        margin-top: 1px;
        width: 99% !important;
        border-radius: 0 0 2rem 2rem !important
    }
}

.portfolio .homes-content h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.buttons-properties .btn-call{
    background-color: #ea3934 !important;
}