.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	    font-size: 18px;
    line-height: 25px;
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

.footer__partners-list img {
	mix-blend-mode: multiply;
}

.form-field select {
	width: 100%;
	padding: 0 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	-webkit-appearance: none;
	/* Remove default styling in Chrome and Safari */
	-moz-appearance: none;
	/* Remove default styling in Firefox */
	appearance: none;
	/* Remove default styling in modern browsers */
}

/* Add a custom arrow to the dropdown */
.form-field select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	border-width: 6px 6px 0;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

/* Optional: Style the dropdown on focus */
.form-field select:focus {
	border-color: #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
	outline: none;
}

/* Optional: Style the options (if you want custom styles for the options) */
.form-field select option {
	padding: 10px;
	font-size: 16px;
	background-color: #fff;
	color: #333;
}

form select {
	border: none !important;
	background: transparent !important;
}

form select option {
	padding: 10px;
}

.form-field select:focus {
	box-shadow: none;
}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes spinnerRotate {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-ms-keyframes spinnerRotate {
	from {
		-ms-transform: rotate(0)
	}

	to {
		-ms-transform: rotate(360deg)
	}
}

#form_process {
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 1.1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 1.1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 1.1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	visibility: hidden
}

#error_data {
	display: block;
	width: 100%;
	color: red;
	font-size: 14px;
	margin: 10px;
	line-height: normal;
}

.file-wrapper {
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
    position: relative;
    margin-bottom: 12px;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;
    width: calc(100% - 2em);
}

.file-wrapper input {
	left: 0;
	opacity: .01;
	cursor: pointer;
	position: absolute;
	-moz-opacity: .01;
	filter: alpha(opacity=1)
}

.file-wrapper .file-button {
	color: #fff;
	float: left;
	cursor: pointer;
	margin-left: -20px;
	padding: 15px;
	background: linear-gradient(to right top, #9a8447, #a8914f, #b59e57, #c3ab60, #d1b868) !important;
	display: inline-block
}

.file-holder {
    top: 10px;
    padding-left: 0;
    position: relative;
}

.file-button i {
	margin-right: 8px;
}

form .alert {
	float: left;
}

.footer__partners-list img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 150px;
	max-height: unset;
	height: 80px;
	object-fit: contain;
}

.footer__mentions {
	display: block;
}

a.cb img {
	position: relative;
	top: -5px;

}

a.cb img {
	max-width: 75px;
}

.video {
	transform: scale(1.1);
}

ul.project_list {
	padding: 10px 20px;
}

ul.project_list {
	display: flex;
}

.project_list li {
	text-transform: uppercase;
	list-style: circle;
	margin: 0 20px;
	font-size: 14px;
	align-items: center;
	line-height: 30px;
}

.searchbar-item:not(:last-child):after {
	display: none;
}

h2.product-card-title {
	font-size: 24px;
	font-weight: bold;
}

.products-slider[style]:before {
	background-color: rgb(0 0 0 / 55%);
}

.split-menu-button {
	font-size: 16px;
}

span.highlight {
	color: #bfab4c;
	font-weight: bold;
}

body {
	font-family: "Poppins", sans-serif
}

.icon_i {
	margin: -3px 10px;
	width: 30px;
	height: auto;
}

img.icon_i {
	top: -4px;
	position: relative;

}

/*.projects_sec .slider-track {
    display: flex;
    width: 100%;
    justify-content: center;
}*/
button.footer__mentions-top {
	margin-top: 15px;
}

.loader__logo-icon svg {
	display: none !important;
}

.footer__mentions {
	font-size: 13px;
	color: #000;
}

.footer__inner p.title.title-xs {
	font-weight: 600;
}

.whatsapp-icon {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99;

}

.whatsapp-icon img {
	width: 40px;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: rgba(135, 150, 165, .1);
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background: #df3716 linear-gradient(45deg, #253746, #253746);
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: rgba(135, 150, 165, .1);
}

.mt_5 {
	margin-top: 5px;
}

.pp_gallery img {
	height: 100px;
	overflow: hidden;
	object-fit: cover;
}



.footer__partners-list img {
	opacity: .8;
}

.footer__partners-list li:hover img {
	opacity: 1;
}
#Redevelopment label.container-radio{
	padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 980px) {
	video#videoElement {
    height: auto;
    width: 100%;
}
	#Redevelopment label.container-radio {
    padding-left: 35px;
    padding-right: 25px;
    text-align: left;
}
	.products-slider .views{
		overflow: hidden;
	}
	.projects_sec .just_center {
        justify-content: unset !important;
    }
	.footer {
		padding: 40px;
		min-height: 85vh;
	}

	.footer__inner {
		padding: 2rem 2rem;
	}

	    .introduction-wrapper {
        min-height: 34vh;
    }

	.video-wrapper .video-controls {
		height: 30vh;
	}

	.media-cover video {
		height: 50vh;
	}

	.video-wrapper .video-controls {
		height: 30vh;
		padding: 20px;
		gap: 0;
	}
}
body{
	overflow-x: hidden;
}
@media (min-width: 767px) {
	
	
	
	.tabs-item {
    padding-inline: 10px;
}
	.reviews-slider-item{
		padding: 0 15px;
	}
.projects_sec .slider-controls {
    display: none;
	}}

@media (max-width: 767px) {
	.form-footer {
    margin-bottom: 0px !important;
}
	section#Reach_Us {
    padding-top: 60px;
}
	.products-slider .tabs {
    margin-top: 1rem;
    display: inline;
}
	.products-slider .views{
		overflow: hidden;
	}
	    .projects_sec .just_center {
        justify-content: unset !important;
			padding: 0 10px;
    }
	.loader .loader__logo img {
    max-width: 120px;
}
	.loader .loader__logo {
    width: 80px;
}
	article.team-card{
		display: block !important;
	}
	.footer__navigation .dis_flex{
		display: block;
	}

	.split-menu-button {
    font-size: 15px;
}
	.footer__partners-list img {
    max-width: 150px;
    padding: 10px;
}
	
/*	.footer__partners-list {
		display: block;
		float: left;
	}*/

	.introduction-wrapper {
		min-height: 60vh;
	}

	.header-logo img:not(:last-child) {
		padding: 5px;
	}

	.media-cover .video-wrapper iframe {
		display: none;
	}

	.video-wrapper .video-controls {
		height: 30vh;
		padding: 20px;
		gap: 0;
	}

	.media-cover video {
		height: 50vh;
	}

	.jc_center {
		justify-content: center;
	}
	
}

.split-menu-list {
	overflow-x: hidden;
}

.footer__navigation-item ul li a {
	text-transform: unset;

}

.header-logo-inner svg {
	display: block;
}

@media (min-width: 62.719rem) {
	.hero-content {
		min-height: 390px;
	}
}

.mb_30 {
	margin-bottom: 30px;
}

#Get_In_Touch .form-footer {
	gap: 0;
	justify-content: center;
	margin-top: 30px;
}

textarea.input {
	resize: none;
	min-height: 50px;
}

form .alert {
	float: unset;
}

.logos-image {
	max-width: 235px;
	mix-blend-mode: multiply;
}

.hero-content {
	display: flex;
	justify-content: center;
}

.hero {
	background-image: linear-gradient(90deg, #333f48, #333f48 65%, transparent 0, transparent)
}

@media (max-width: 63.96875rem) {
	.hero {
		background-color: #333f48
	}
}


    .management_team .team-card {
        grid-template-columns: 33fr 67fr;
    }

.management_team ul.team-list {
    display: block;
}

.client_logo li.logos-item {
    margin-bottom: 30px;
}

.logos-link{
	    background-color: #e5dcd6;
}
.logos-item{
	background-color: unset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input, select, textarea {
    min-width: 100% !important;
}.section-header h2 {
    padding-bottom: 35px;
}

.left_lable .form-label{text-align: left;}

.other-redevelopment-show{
	display: none;
}

#Redevelopment input[type=checkbox], #Redevelopment input[type=radio] {
    min-width: auto !important;
   /* appearance: auto;
    margin: 5px 10px;*/
}
/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ddd;
}
/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #000;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
label {
    position: relative;
}
label.container-radio {
    padding-left: 35px;
    padding-right: 25px;
}
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
    .footer__navigation {
        grid-template-columns: unset;
    }
.dis_flex{
	display: flex;
}
.map_icon{
	font-size: 24px;
}

.video-wrapper video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

body.theme-fine-properties section.introduction .media-cover .video-wrapper video {
    top: 38%
}
.media-cover .video-wrapper video {
    aspect-ratio: 16/9;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}
.split-item-video .video-wrapper video {
        height: 103%
    }
.team-card-image{
	margin-bottom: 0;
}
article.team-card {
    display: inline-grid;
    align-items: center;
    padding: 20px;
    background: #ffffffde;
}
.team-list li.team-item {
    margin-bottom: 40px;
}

.blob-image-mask {
    fill: #fff;
}
article.team-card {
    display: inline-grid;
    align-items: center;
    padding: 20px;
    background: #ffffffde;
}
.loader .loader__logo img {
    max-width: 200px;
}
.loader .loader__logo  {
    width: unset;
}
.header-logo:hover img.logo_main {
    opacity: 0;
}

.project_page .product-card {
    clear: both;
    margin-bottom: 30px;
    height: auto;
}
.project_page ul.product-card-features {
    padding-bottom: 15px;
}
.projects_sec .just_center{
	justify-content: center;
}
.dsn-swiper-parallax-transform.p-relative.z-index-1 {
    background: #fff !important;
    margin-bottom: 30px;
    padding: 20px;
}
h2.post-title.word-wrap.title-block {
    font-size: 25px;
    font-weight: 500;
}
.archive-projectname a {
    display: block;
}
.grecaptcha-badge { visibility: hidden; }
div#login-confirmation {
    display: none !important;
}
.modal-header{
	margin-bottom: 0;
}
.spinner {
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  100% { transform: rotate(360deg); }
}

.dis_none{
	display: none;
}

.footer__partners-list {
 column-count: 5;
    grid-template-columns: repeat(5, 1fr); 
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
}
.footer__partners-list li {
    overflow: hidden;
    flex-basis: calc(100% / 7.60);
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}


@media (max-width: 767px) {
	label.container-radio {
    margin-bottom: 10px;
}
	
	#Redevelopment span.form-field {
    display: block;
    text-align: left;
}
	.team-list li.team-item{
		min-width: 100%;
	}
	.section-header h2 {
    padding-bottom: 0;
}
	    .team .team-card {
        max-width: 90%;
        margin: 0 10px;
    }
	.footer__partners-list img {
	margin: 0 auto;
        padding: 5px;
	}
.footer__partners-list {
 column-count: 2;
    grid-template-columns: repeat(2, 1fr);    
}
.footer__partners-list li {
    flex-basis: calc(100% / 2.2);
}
	.footer {
        padding: 150px min(2.5rem, 15px) min(2.5rem, 15px);
    }
}


span.tag_artistic {
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 999;
    color: #fff;
    font-size: 7px;
}

#projectinquiry .alert.alert-danger {
    clear: both;
    margin-top: 40px;
}
@media (max-width: 767px) {
	button.video-expand.icon-button.icon-button--black.icon-button--lg {
    display: none;
}
	    .introduction-wrapper {
        min-height: 30vh;
    }
	body video#videoElement{
		        object-fit: contain;
		height: auto !important;
    width: 100% !important;
	}
	footer.footer {
    padding: 30px 20px;
}
	.footer__inner {
    transform: unset !important;
	}}

.just_center .col-lg-4.col-md-6.col-sm-12:last-child {
    margin-top: 20px;
}
.banner_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .hero-content {
    min-height: 260px;
    color: #fff;
}

.overlay{
    position: relative;
}
.overlay:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000009e;
}
section#block-371 {
    padding-bottom: 0;
}
video#videoElement {
    width: 100%;
}
.cust-media-cover img{
	height: auto;
}