@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: Adelia;
    src: url(../fonts/adelia.ttf);
}

/*** GENERIC CSS ***/
html,body {
	font-family: "Montserrat", serif;
}

body {
	font-size: 16px;
	color: #879296;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: none;
	color: #D2A47B;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #405861;
	font-weight: 400;
}

h1 {
	font-size:54px;
	line-height: 1.5;
}

h2 {
	font-size: 48px;
	line-height: 1.4;
}

h3 {
	font-size:35px;
	line-height: 1.5;
}

h4 {
	font-size:27px;
	line-height: 1.5;
}

h5 {
	font-size:24px;
	line-height: 1.5;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.visible-xs {
	display: none;
}

.normal-btn:hover {
	color: #9575cd !important;
	background: none !important;
}

.underlined {
	position: relative;
	display: inline-block;
}

.underlined::after {
	content:'';
	width:100px;
	background:#134db8;
	height: 4px;
	position:absolute;
	top:100%;
	left: 0%;
}

ul.list {
	color: #818181;
	font-family: "Montserrat", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding-left: 15px;
}

ul.list li {
	margin:0px 0px 2px 0px;
}

.img-rounded {
	border-radius: 15px;
}

.hover-animate {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hover-animate:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.section-title.white h6 {
	color: #fff;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	}
}

/*** HEADER ***/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 15px 40px;
	border-bottom: 1px solid #FFFFFF08;
}

.header.fixed ,.header.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #272525;
	z-index: 9;
}

.header.fixed .menu-btn div span {
	background: #fff;
}

.header.fixed .menu-btn {
	color: #fff;
}

.navbar-nav .nav-link {
	color: #fff;
	line-height: 17px;
	padding-bottom: 5px;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 400;
	letter-spacing: 1.12px;
	padding:0px 0px !important;
	font-size: 16px;
}

.navbar-brand {
	padding: 0px !important;
	margin: 0;
	width: 20%;
	text-align: center;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	color: #fff;
	opacity: .9;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: -.2px;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
	color: #fff;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link {
	color:#dcc367!important;
}

.navbar-light .navbar-nav .nav-item.active>a,
.header.innerheader .menu-btn span {
	color:#f0e6c5!important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
	background: #fff;
}

.navbar-expand-lg .navbar-nav>li {
	display:inline-block;
	vertical-align: top;
	margin-left: 16px;
}

.navbar-expand-lg .navbar-nav>li:first-child {
	margin: 0;
}

.navbar-brand img,
.header .logo img {
	max-height: 105px;
	margin-right: 0px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav {
	align-items: center;
}

.navbar-nav .nav-item {
	position:relative;
}

@media only screen and (min-width:992px) {

	.navbar-nav li.dropdown:hover ul.sub-menu {
		display:block;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}


	.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a,
	.navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a {
		color:#dcc367!important;
		background: none !important;
	}

}

ul.sub-menu {
	min-width: 250px;
	padding: 10px 0px;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	text-align: left;
	margin: auto;
	background: none;
	margin-top: 0px;
	display: block;
	list-style: none;
	margin: 0;
	background: 0 0;
	position: absolute;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background: #fff;
}

.navbar-light .navbar-nav ul.sub-menu li {
	width:100%;
	position: relative;
}

.navbar-nav ul.sub-menu li a.nav-link {
	line-height: 1;
	transition: all .3s;
	text-transform: capitalize;
	display: inline-block;
	clear: both;
	white-space: nowrap;
	border: 0;
	margin: 0px;
	position:relative;
	padding: 10px 20px !important;
	color: #000 !important;
	border: none;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.2857142857em;
	font-weight: 400;
	text-transform: uppercase;
}

.navbar-collapse {
	width: 80%;
	padding: 10px 0 0 115px;
}

.navbar-collapse .navbar-nav {
	margin: 0 auto;
}


/**/
.menu-btn {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: .15em;
}

.menu-btn:hover {
	color: #9575cd !important;
}

.menu-btn div {
	position: relative;
	display: inline-block;
	width: 26px;
	margin-right: 12px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.menu-btn div span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.3s -webkit-transform ease;
	transition: 0.3s transform ease;
	margin: 7px 0px;
}

.side-menu {
	background:#fff;
	position:fixed;
	top:0px;
	right:0%;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
	padding: 55px 53px;
	width: 100%;
	display: none;
	overflow:hidden;
	overflow-y:auto;
}

.side-menu.intro {
	right: 0px;
	display: block;
	height: 100vh;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.side-menu ul.main-menu li a {
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	font-size: 32px;
	padding: 10px 30px;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	font-weight: 400;
	text-align: center;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active>a {
	background:none;
	color:#9575cd;
}

a.CloseBtn {
	float:right;
	color:#000;
	font-size:26px;
	margin:10px 10px 45px 15px;
	position: relative;
	z-index: 99;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
}

a.CloseBtn:before,
a.CloseBtn:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 50%;
	top: 50%;
}

a.CloseBtn:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu ul.main-menu.navbar-nav {
	margin-top:60px;
}

.side-menu ul.main-menu.navbar-nav li {
	margin: 0;
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
	border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
	background:none;
	color: #9575cd;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
	padding: 10px 0px;
	font-size: 14px;
	background: #ebebeb;
	color: #000;
}

.side-menu .menu-item-has-children {
	cursor: pointer;
}

.side-menu .menu-item-has-children>a {
	pointer-events: none;
	cursor: pointer;
	position: relative;
}

.side-menu .menu-item-has-children>a:after {
	content: '';
	width: 25px;
	height: 25px;
	background: #D2A47B;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 27px;
	z-index: 99;
	top: 51%;
	transform: translate(0px, -50%);
	right: 6px;
	content: "\f067";
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
	content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
	background:none;
	color:#D2A47B;
	border-bottom-color: rgba(11, 23, 23, .2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
	opacity: 1;
	visibility: visible !important;
	position: relative !important;
	left: 0 !important;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	background: #ccc;
	padding: 0px 0px !important;
	display: none !important;
	top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a {
	background: #D2A47B !important;
	color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
	margin: 0;
	padding: 0;
}

/*** banner ***/
.owl-carousel .owl-item .item {
	overflow: hidden;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

/*** mission-imginfo ***/
.mission-imginfo {
	padding: 50px 0 0 0;
}


/*** About ***/
.about {
	padding: 80px 0px 0px 0px;
}

.imgstyle {
	display: inline-block;
	position: relative;
}

.imgstyle img {
	max-width: 80%;
}

.about .right {
	padding: 25px;
}

.about .section-title {
	position: relative;
}

.about .section-title p {
	margin-bottom: 55px;
}

/*** projects ***/
.projects {
	padding: 60px;
	background: url(../img/bg_projet.webp) 50% 50% no-repeat;
	background-size: cover;
}

.project-box {
	border: 1px solid #fff;
	padding: 50px;
	margin: 50px;
}

.project-box:hover {
	background-color: #565555;
}

.project-box h3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #dcc367;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: .5rem;
	margin-top: 15px;
}

.project-box h3 a {
	color: #dcc367;
}

.project-box img {
	max-height: 111px;
	transition: all .3s;
}

.project-box a:hover img {
	transform: scale(1.1);
}

/*** buysell-about ***/
.buysell-about {
	padding: 0px 0px;
	overflow: hidden;
}

.buysell-about .section-title {
	padding: 0 25px;
}

.space-0>div {
	padding: 0px;
}

.buysell-about .section-title p {
	margin-bottom: 40px;
    color: #252022;
}


.buysell-about .section-title h2 {
	margin-bottom: 40px;
    color: #252022;
    font-size: 45px;
}
.why-buy .section-title h2{
	 color: #252022;
}

/*** mes-inscriptions ***/
.mes-inscriptions {
	padding: 50px;
	background: url(../img/bg_inscriptions.webp) 50% 50% no-repeat;
	background-size: cover;
}

.mes-inscriptions .section-title {
	padding: 50px;
	border: 1px solid #fff;
	border-radius: 40px;
}

.mes-inscriptions .btn-default:hover {
    background: #dcc367;
    color: #000;
}

.info-guide {
	padding: 100px 150px 50px 150px;
}

.info-guide .space>div {
	padding: 10px !important;
}

.info-guide .btn-default {
	margin-top: 50px;
}

/*** testimonials ***/
.testimonials {
	padding: 50px 10px 0px 10px;
}

.testimonials .owl-carousel .owl-nav [class*=owl-] {
	opacity: 0;
	position: absolute;
	width: 38px;
	height: 38px;
	top: 50%;
	margin-top: -27px;
	left: -30px;
	line-height: 32px;
	border: none;
	color: #323232;
	background-color: transparent;
	font-size: 58px;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.testimonials .owl-carousel .owl-nav .owl-next {
	right: -15px;
	left: auto;
}

.testibox {
	display: inline-block;
}

.testibox .bg {
	display: inline-block;
	width: 100%;
	background-color: #292929;
	padding: 25px 15px;
}

.testibox .bg p {
	color: #fff;
	margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}

.testibox .name {
	display: inline-block;
	width: 100%;
    color: #252022;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

.testibox .stars {
	display: inline-block;
	width: 100%;
	color: #dcc367;
	font-size: 20px;
}

.testibox .stars i {
	margin-right: 2px;
}

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

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #dcc367;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 5px 5px;
	background: #000;
}

/*** contact-form ***/
.contact-form {
	padding: 100px 0px 0px 0px;
}

.contact-form .space>div {
	padding: 10px;
}

.contact-form .space>div.right {
	padding-right: 80px;
}

.contact-form .section-title h2 {
	margin-bottom: 0px;
}

.contact-form .form-iframe {
	margin-top: -25px;
}


/*** footer ***/
.footer {
	position: relative;
	background-color: #272525;
	padding: 58px 60px 60px 60px;
	padding-bottom: 85px;
}

.contact-form .space>div {
	padding: 10px;
}

.footer .logo img {
	max-width: 250px;
}

.footer .remax img {
	max-height: 62px;
	margin-left: 10px;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: calc(27px / 2);
	margin-left: calc(27px / 2);
}

.footer ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: -.2px;
}

.footer ul li a:hover {
	color: #dcc367;
}

.footer p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 14px;
}

.footer p a {
	color: #fff;
	display: flex;
	align-items: start;
}

.footer p a:hover {
	color: #fff;
}

.footer p a:hover .fa {
	color: #fff;
}

.footer p .fa {
	color: #dcc367;
	font-size: 17px;
	min-width: 20px;
	text-align: center;
	margin-right: 2px;
}

.footer .width2 {
	width: 35%;
}

.footer .width3 {
	width: 10%;
}

.footer .width4 {
	width: 30%;
	padding-top: 40px;
}

.footer .social {
	margin-top: 60px;
}

.footer .social a {
	color: #fff;
	display: inline-block;
	background: #dcc367;
	line-height: 28px;
	min-width: 28px;
	text-align: center;
	font-size: 16px;
	margin-right: 2px;
}

.footer .social a:hover {
	background: #f0e6c5;
	color: #fff;
	opacity: .9;
	transform: scale(.9);
}

.footer .textinfo div {
	color: #879296;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

/*** copyright ***/
.copyright {
	padding: 0px 0px;
	background-image: linear-gradient(250deg, #dcc367 0%, #f0e6c5 100%);
	padding: 10px;
}

.copyright p {
	color: #000;
	margin: 0;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 15px;
	margin-bottom: 15px;
}

.copyright img {
	max-height: 58.3px;
	margin-left: 0px;
}

.copyright .links a {
	color: #000;
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	padding: 12px 24px;
	border-radius: 3px;
	text-align: center;
	transition: all .3s;
}

.copyright .links a:hover {
	color: #fff;
}


/*** vendre page ***/
.banner.innerpage {
	padding: 270px 0 190px;
}

.mes-inscriptions.buysellpage .section-title {
	padding: 0px;
}

.mes-inscriptions.buysellpage .section-title h2 {
	margin-bottom: 50px;
}

.mes-inscriptions.buysellpage .leftcontent {
	padding: 25px;
}

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

.icon-list li {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 12px 0;
}

.icon-list li:last-child {
	border: none;
}

.icon-list li .img {
	min-width: 24px;
	margin-right: 5px;
}

.mes-inscriptions.buysellpage .btn-default {
	margin-top: 35px;
}

.mes-inscriptions.buysellpage .width1 {
	width: 60%;
}

.mes-inscriptions.buysellpage .width2 {
	width: 40%;
}

.mes-inscriptions.buysellpage .width2 img {
	width: 100%;
}


/*** why-buy ***/
.why-buy {
	margin: 100px 0px;
	padding: 0 25px;
}

.why-buy p {
	color: #000;
}

.icon-list.checklist {
	margin-top: 25px;
}

.icon-list.checklist li {
	display: flex;
	align-items: center;
	color: #212529;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	border-bottom: none;
	padding-bottom: 0;
	margin-top:0;
	text-align: center;
	justify-content: center;
}

.icon-list li:last-child {
	border: none;
}

.icon-list.checklist li .fa {
	font-size: 24px;
	color: #dcc367;
}

.why-buy .btn-default {
	margin-top: 50px;
}


/*** evaluation-marchandepage ***/
.mes-inscriptions.evaluation-marchandepage {
	background: url(../img/bg_projet.webp) 50% 50% no-repeat;
	background-size: cover;
}

.mes-inscriptions.evaluation-marchandepage .section-title {
	padding: 25px;
}

.mes-inscriptions.evaluation-marchandepage p {
	color: #fff;
}

.mes-inscriptions.evaluation-marchandepage .icon-list.checklist li {
	color: #fff;
}

.mes-inscriptions.evaluation-marchandepage .btn-default {
	margin-top: 50px;
}


/*** contactpage-info ***/
.contactpage-info {

}

.contactpage-info .section-title {
	padding: 0 25px 0 50px;
}

.contactpage-info .section-title h2{
    color: #252022;
}

.contactpage-info p {
	margin-bottom: 0px;
	font-size: 18px;
	color: #000;
}

.contactpage-info p a {
	display: flex;
	align-items: start;
	color: #000;
}

.contactpage-info p a:hover {
	color: #000;
}

.contactpage-info p a:hover .fa {
	color: #f0e6c5;
}

.contactpage-info p .fa {
	color: #dcc367;
	font-size: 22px;
	min-width: 23px;
	margin-top: 3px;
	margin-right: 5px;
}

.contactpage-info .social {
	margin-top: 25px;
}

.contactpage-info .social a {
	color: #fff;
	display: inline-block;
	background: #dcc367;
	line-height: 28px;
	min-width: 28px;
	text-align: center;
	font-size: 14px;
	margin-right: 1px;
}

.contactpage-info .social a:hover {
	background: #f0e6c5;
	color: #fff;
	opacity: .9;
	transform: scale(.9);
}

/*** contact-map ***/
.contact-map iframe {
	margin: 0;
	width: 100%;
	height: 600px !important;
}

.banner.testi-title h1 {
	font-size: 48px;
	line-height: 50px;
}

.banner.teambanner {
	padding: 270px 0 190px;
	background-position: bottom center !important;
}

.banner.teambanner h6 {
	margin-top: 75px;
}


/*** Modal css ***/
.modalform {

}

.modalform .modal-dialog {
	max-width: 640px;
	margin: 0 auto;
}

.modalform .modal-content{
	border: none;
	border-radius: 0;
}

.modalform .modal-body {
	height: 100vh;
	overflow-y: scroll;
	padding: 10px;
}

.modalform .btn-close {
	color: #007bff;
	opacity: 1;
	position: absolute;
	top: 16px;
	right: 8px;
	font-size: 11px;
	outline: none !important;
	box-shadow: none !important;
}

.modalform .btn-close:hover {
	color: #ff1e1e;
	text-decoration: none;
	opacity: 1;
}


.modalform h6 {
	margin-top: 25px;
}

.video-custom {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.video-custom video {
	aspect-ratio: 1.77777;
	width: 100%;
	controls:false;
}

/* 
.video-custom ::-webkit-media-controls  {
display:none;
}

.video-custom.active :::-webkit-media-controls {
display:block;
} */

.video-custom .playbtn {
	opacity: .8;
	transition: all .5s;
	color: #fff;
	font-size: 100px;
	font-weight: 400;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	cursor: pointer;
}

/*** team-info ***/
.team-info {
	padding: 100px 25px 0px 25px;
}

.team-info .section-title h2 {
    color: #252022;
}

.team-box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-bottom: 50px;
	padding: 10px;
}

.team-box img {
	max-height: 450px;
	transition: transform .3s ease;
	margin-bottom: 25px;
}

.team-box img:hover {
	transform: scale(1.1);
}

.team-box h3 {
	font-size: 24px;
	font-weight: 400;
	color: #dcc367;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.team-box p {
	color: #000;
    color: #252022;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	margin-bottom: 25px;
}

.team-info .section-title {
	margin-top: 20px;
	margin-bottom: 120px;
}

/*** teamdetails-info ***/
.teamdetails-info {
	padding-top: 150px;
	padding-bottom: 45px;
}

.teamdetails-info .section-title {
	padding: 25px;
}


.teamdetails-info .section-title h2 {
	margin: 0;
	margin-bottom: 10px;
    color: #252022;
}

.teamdetails-info .section-title h6 {
	font-size: 22px;
	font-weight: 400;
    color: #dcc367;
	margin: 0;
}


.teamdetails-info p{
    color: #252022;
}

.teamdetails-info a.btn-default {
    border-color: #050F19;
    color: #050F19 !important;
}
.teamdetails-info a.btn-default:hover
 {
    background-color: #dcc367;
    border-color: #dcc367;
    color: #fff !important;
}
.teamdetails-info .img {
	display: inline-block;
	width: 72%;
}

.teamdetails-info .divider {
	display: block;
	background: #000;
	height: 1px;
	width: 85%;
	margin: 0 auto;
	margin-bottom: 35px;
}

.teamdetails-info .broker-contact-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.teamdetails-info .btn-default {
	text-transform: inherit;
}

.teamdetails-info .btn-default i {
	font-size: 16px;
	margin-right: 0px;
}



/*** nos-inscriptions ***/
.nos-inscriptions {
	padding: 50px;
	background: url(../img/bg_inscriptions.webp) 50% 50% no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}

.nos-inscriptions .section-title {
	padding: 50px;
	border: 1px solid #fff;
}

.nos-inscriptions .btn-default:hover {
	color: #dcc367;
	background: #000;
}

.nos-inscriptions .section-title .container-fluid {
	padding-left: 20px;
	padding-right: 15px;
}

.nos-inscriptions .section-title .container-fluid>.row {
	margin-right: -15px;
	margin-left: -15px;
}

.nos-inscriptions .section-title .container-fluid>.row>div {
	padding-right: 15px;
	padding-left: 15px;
}

.pagination {
	margin-top: 20px;
	margin-bottom: 1rem;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.registration-box {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 3rem;
}

.registration-box .img {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.registration-box .img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent 0, transparent 75%, #000);
	pointer-events: none;
	transition: all .4s ease-in-out;
}

.registration-box:hover .img:before {
	background: #000;
	opacity: 0.6;
}

.registration-box .img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent 0, transparent 75%, #000);
	pointer-events: none;
	transition: all .4sease-in-out;
}

.registration-box .img img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}

.registration-box:hover:before {
	bottom: 0;
	height: 100%;
}

.registration-box:before {
	content: "";
	position: absolute;
	left: 0;
	pointer-events: none;
	z-index: 2;
	content: "";
	bottom: 1.938vw;
	width: .313vw;
	height: 6.438vw;
	background-color: #cbaa45;
	transition: all .3s ease-in-out;
}

.registration-box:hover:after {
	opacity: 1;
}

.registration-box:after {
	content: "";
	position: absolute;
	left: 0;
	pointer-events: none;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
	border: .438vw solid #cbaa45;
	opacity: 0;
	transition: all .6s ease-in-out;
}

.registration-box .heading {
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.763vw;
	font-family: "Barlow Semi Condensed", serif;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 2.063vw;
	left: 2.375vw;
	z-index: 1;
	opacity: 0;
	display: flex;
	align-items: center;
}

.registration-box:hover .heading {
	opacity: 1;
}

.registration-box .heading div {
	padding: 0 .75vw;
}

.registration-box .heading div:first-child {
	padding-left: 0px;
}

.registration-box .ease {
	transition: all .4s ease-in-out;
}

.registration-box .heading div {
	position: relative;
}

.registration-box .heading div:last-child:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 2.313vw;
	background-color: #cbaa45;
	pointer-events: none;
}

.registration-box .sync-property-content {
	position: absolute;
	width: 100%;
	bottom: -5.688vw;
	left: 0;
	padding: 0 45px 40px 45px;
	z-index: 1;
	min-height: 12.25vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.registration-box .sync-property-content-address {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 1.863vw;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
}


.registration-box .sync-property-content-address div {
	font-size: 1.2vw;
	line-height: 1.6;
	margin-top: .313vw;
	color: #fff;
	margin-bottom: 10px;
}

.registration-box .sync-property-content-features {
	margin: 0 0 0 !important;
	padding: 0;
	opacity: 0;
}

.registration-box .sync-property-content-features i {
	font-size: 18px;
}

.registration-box:hover ul {
	opacity: 1;
	line-height: 1;
}


.registration-box .sync-property-content-features li:first-child {
	padding-left: 0;
}

.registration-box .sync-property-content-features li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 1.125vw;
	font-weight: 400;
	color: #fff;
	line-height: 1.8;
	text-transform: uppercase;
	padding: 0 .563vw;
}

.registration-box .sync-property-content-features li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 1vw;
	background-color: #fff;
	pointer-events: none;
}

.registration-box .sync-property-content-features li:last-child:after {
	display: none;
}

.registration-box .property-bottom-ctn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.registration-box .sync-property-content-price {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 31px;
	font-weight: 500;
	line-height: 1;
	color: #cbaa45;
	opacity: 0;
}

.registration-box .property-bottom-ctn a {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	transition: all .5s;
	line-height: 55px;
	background-color: #dcc367;
	background-image: linear-gradient(280deg, #dcc367 0%, #f0e6c5 100%);
	padding: 0px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all .3s ease;
}

.registration-box .property-bottom-ctn a:hover {
	color: #dcc367;
	background: #000;
}

.registration-box .sync-property-link-label {
	position: absolute;
	bottom: 2.375vw;
	right: 1.938vw;
	font-family: "Barlow Semi Condensed", serif;
	font-size: .938vw;
	font-size: 1.1vw;
	font-weight: 500;
	color: #fff;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	width: 6vw;
	padding: .875vw 0;
	background-color: #cbaa45;
	z-index: 1;
	opacity: 0;
}

.registration-box:hover .sync-property-link-label {
	opacity: 1;
}

.registration-box:hover .sync-property-content-price {
	opacity: 1;
}

.registration-box:hover .sync-property-content {
	bottom: 0;
	justify-content: flex-end;
}

.registration-box .property-hidden-ctn {
	opacity: 0;
}

.registration-box:hover .property-hidden-ctn {
	opacity: 1;
}

/*** propertiespage ***/
.nos-inscriptions.propertiespage {
	background: none;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 0px;
}

.nos-inscriptions.propertiespage .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

.nos-inscriptions.propertiespage .bg {
	padding: 32px 40px 40px;
	background-color: #272525;
	margin: 0 15px;
	margin: 0 auto;
}

.nos-inscriptions.propertiespage form {
	padding: 0px !important;
}

.search-form {
	max-width: 100%;
	display: flex !important;
	flex-wrap: wrap;
	padding: 0 !important;
}

.search-form>div {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.search-form select {
	width: 100%;
	height: 43px;
	padding: 0px 10px;
}

.search-form input {
	width: 100%;
	height: 43px;
}

/*** blog-info ***/
.blog-info {
	padding: 25px 15px;
	padding-bottom: 0px;
}

.blog-info .row {
	padding: 10px 0px;
}

.blog-info .row {
}

.blog-info .row>div {
	padding: 0px 17px;
	margin-bottom: 35px;
}

.blog-box {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	height: calc(100% + 0px);
}

.blog-box .img {
	width: 100%;
	padding-bottom: calc(.66* 100%);
	position: relative;
}

.blog-box .img img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
}


.blog-box .text {
	padding: 20px 20px;
}

.blog-box h3 {
	color: #dcc367;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 17px;
}

.blog-box .date {
	color: #adadad;
	font-size: 12px;
	line-height: 1.3em;
	font-family: "Montserrat", Sans-serif;
	margin-bottom: 13px;
}

.blog-box p {
    color: #252022;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
}

.blog-box .link {
	color: #dcc367;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
}


.banner.blogdetails {
	position: relative;
}

.banner.blogdetails .row {
	position: relative;
	z-index: 9;
}


/*** blogdetails css ***/
.banner.blogdetails:after {
	content: '';
	position: absolute;
	background-color: #000;
	opacity: .7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blogdetails-info {
	padding: 10px 10px 35px 10px;
	margin-top: 5%;
}

.blogdetails-info p {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 25px;
}

.blogdetails-info p:last-child {
	margin-bottom: 16px;
}

.blogdetails-info p a {
    color: #dcc367;
}

.blogdetails-info p a:hover {
    color: #000;
}

ul#privacy-menu li{
	list-style:none;
	display:inline-block;
}

.navbar-nav .current-menu-item > a {
	color:#f0e6c5!important;
}

/*.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link:after {
display: inline-block;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
margin-left: 6px;
display:none;
}*/

.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link {
	position: relative;
}

.icon-list li .img img{
	max-height:24px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #000;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	color:#fff;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #dcc367;
	color:#fff;
}
section.blogdetails-info.default-page {
	padding: 0px 25px;
	margin-top: 100px;
}

section.blogdetails-info.default-page ul {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 40px;
}

body.page-template-default .banner {
	padding: 270px 0 190px;
}

body.page-template-default .banner h1 {
	font-size: 48px;
	line-height: 50px;
	padding: 0 0 70px;
}

section.blogdetails-info.default-page h2 {
	font-size: 22px;
	text-align: left;
	margin-top: 25px;
	text-transform: initial;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #dcc367;
	font-weight: 700;
}

section.blogdetails-info.default-page p a {
	color: #007bff;
	text-decoration: underline;
}


.header .navbar-light .navbar-nav .nav-link {
	color: #fff;
	opacity: 1;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 29px;
	letter-spacing: 1px;
}

.header .navbar-light .navbar-nav .nav-item:hover>.nav-link,
.header .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link,
.header .navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link {
	color: #D2A47B !important;
}

.header ul.sub-menu {
	background-color: rgba(5, 15, 25, 0.9) !important;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
	padding: 7px 0;
}

.header .navbar-nav ul.sub-menu li a.nav-link {
	color: #fff !important;
	text-transform: none;
	padding: 7px 20px !important;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: inherit;
	text-transform: capitalize;
	width: 100%;
}

.header .navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a,
.header .navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a,
.header .navbar-light .navbar-nav .nav-item ul.sub-menu li.nav-item.current_page_item>.nav-link {
	color: #D2A47B !important;
	background: none !important;
}

.header .navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
	background: none !important;
}

.menu-item-has-children>a:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;

}
.menu-btn {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: .15em;
}

.menu-btn:hover {
	color: #fff !important;
	background: #D2A47B !important;
	border-color: #D2A47B !important;
}

.menu-btn div {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin-right: 7px;
	position: relative;
	top: 0px;
	background: #fff;
	vertical-align: middle;
	padding: 8px 10px 0px 10px;
}

.menu-btn div span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.3s -webkit-transform ease;
	transition: 0.3s transform ease;
	margin: 3px 0px;
}

.menu-btn div span:nth-child(2) {
	width: 60%;
}

.side-menu {
	background:#fff;
	position:fixed;
	top:0px;
	right:0%;
	width: 33.33%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
	padding: 55px 53px;
	display: none;
	overflow:hidden;
	overflow-y:auto;
}

.side-menu.intro {
	right: 0px;
	display: block;
	height: 100vh;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.side-menu ul.main-menu li a {
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	padding: 10px 30px;
	-webkit-transition: 0.2s all ease;
	transition: 0.2s all ease;
	font-weight: 400;
	text-align: center;
}

.side-menu ul.main-menu .sub-menu li a {
	font-size: 18px;
}

.side-menu ul.main-menu li a:hover,
.side-menu ul.main-menu li.active>a {
	background:none;
	color:#D2A47B ;
}

a.CloseBtn {
	float:right;
	color:#000;
	font-size:26px;
	margin:10px 10px 45px 15px;
	position: relative;
	z-index: 99;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
}

a.CloseBtn:before,
a.CloseBtn:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 50%;
	top: 50%;
}

a.CloseBtn:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu ul.main-menu.navbar-nav {
	margin-top:60px;
}

.side-menu ul.main-menu.navbar-nav li {
	margin: 0;
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
	border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
	background:none;
	color: #D2A47B ;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
	padding: 10px 0px;
	font-size: 14px;
	background: #ebebeb;
	color: #000;
}

.side-menu .menu-item-has-children {
	cursor: pointer;
}

.side-menu .menu-item-has-children>a {
	pointer-events: none;
	cursor: pointer;
	position: relative;
}

.side-menu .menu-item-has-children>a:after {
	content: '';
	width: 25px;
	height: 25px;
	background: #D2A47B ;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 27px;
	z-index: 99;
	top: 51%;
	transform: translate(0px, -50%);
	right: 6px;
	content: "\f067";
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
	content: "\f068";
}

.side-menu ul.navbar-nav li a:hover {
	background:none;
	color:#D2A47B ;
	border-bottom-color: rgba(11, 23, 23, .2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
	opacity: 1;
	visibility: visible !important;
	position: relative !important;
	left: 0 !important;
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
	background: #ccc;
	padding: 0px 0px !important;
	display: none !important;
	top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a {
	background: #D2A47B  !important;
	color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
	display: block !important;
	pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
	margin: 0;
	padding: 0;
}

.why-buy .btn-default , .buysell-about .btn-default ,.nos-inscriptions.propertiespage a.btn-default {
    border-color: #050F19;
    color: #050F19 !important;
}
.why-buy .btn-default:hover,.buysell-about .btn-default:hover ,.nos-inscriptions.propertiespage a.btn-default:hover
 {
    background-color: #dcc367;
    border-color: #dcc367;
    color: #fff !important;
}


.nos-inscriptions a.btn-default {
    border-color: #dcc367;
    color: #fff !important;
}
.nos-inscriptions a.btn-default:hover
 {
    background: #dcc367 !important;
    color: #000 !important;
}

.home-evaluation-section .section-title h6 {
    color: #dcc367 !important;
}

.no-results.not-found .search-form {
    display: none !important;
}

/* new properties card */
.property-card {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.property-card .img {
	position: relative;
	width: 100%;
	height: 400px;
	border-radius: 40px;
	z-index: 1;
}

.property-card .img::after {
	content: "";
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 90%);
	border-radius: 40px;
}

.property-card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
}

.property-card .property-info-ctn {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -35px;
	z-index: 2;
	border-radius: 40px;
	padding: 20px 25px;
	transition: all .3s ease-in-out;
}

.property-card:hover .property-info-ctn {
	bottom: 0;
}

.property-card .property-info-ctn h3 {
	font-size: 22px;
	line-height: 1.2;
	color: #fff;	
}

.property-card .property-price {
	margin-bottom: 10px;
}

.property-card .property-price p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
	color: #dcc367;
}

.property-card .property-rooms-ctn {
	display: flex;
	align-items: center;
	gap: 12px;
}

.property-card .property-rooms-ctn p {
	margin-bottom: 0;
}

.property-card .see-more-ctn {
	display: flex;
	justify-content: end;
	align-items: center;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.property-card:hover .see-more-ctn {
	opacity: 1;
}

.property-card .see-more-ctn p {
	font-weight: 600;
	color: #dcc367;
	margin: 0 5px 0 0;
}

.property-card:hover .see-more-ctn img {
    transition: transform 500ms ease-in-out;
}

.property-card:hover .see-more-ctn img {
	transform: translateX(10px);
}
