
*
{	
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:#5A6870;
	 
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --ball-color: #2CA5AA; 
  --green-color: #2CA5AA;
  --grey-color: #5A6870;
  --border-color: #31BEC4; 
  --light_grey-color: #F2F2F2;

}

::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--ball-color)
}

html , body
{

	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#5A6870;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--green-color)
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *, .FormResult2 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic , .italic *
{
	font-style:italic !important
}
.white
{
	color:#FFF
}



.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-17, .font-17 *
{
	font-size:1.0625rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.line-100
{
	line-height:6.25rem
}
.mt-130
{
	margin-top:8.125rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;
	display:none
}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:35px;
	margin:0;
	background: var(--green-color);
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:var(--white-color)
}

.trigger > div.close > span:nth-child(2){

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:var(--white-color)
}
.trigger > div.close > span:nth-child(3){

	display:none
}
.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.pl-100
{

	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-24 , .line-24 *
{
	line-height:1.5rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-26 , .line-26 *
{
	line-height:1.625rem
}
.line-27 , .line-27 *
{
	line-height:1.6875rem
}
.line-28 , .line-28 *
{
	line-height:1.75rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-32 , .line-32 *
{
	line-height:2rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
.line-80 , .line-80 *
{
	line-height:5rem
}
.ai-initial
{
	align-items:initial
}
.ai-c
{
	align-items:center
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.z-50
{
	z-index:50
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out  window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out  window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out  circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.z-70 {
    z-index: 70;
}
.ac-sb
{
		align-content:space-between
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.jc-sa
{
	    justify-content: space-around !important
}
.font-light , .font-light * {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-medium , .font-medium * {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-semibold ,.font-semibold * {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.font-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/**************************************************************/
.gap-10
{
	gap:0.625rem
}
.gap-20
{
	gap:1.25rem
}
.gap-40
{
	gap:2.5rem
}
.gap-50
{
	gap:3.125rem
}
.gap-80
{
	gap:5rem
}
.fl{
	float:left
}
.ltr
{
	direction:ltr
}
.white_color
{
	color:#FFF
}
.border-top-bottom-1
{
	border-top:1px solid var(--border-color);
	border-bottom:1px solid var(--border-color);
}
.border-top-bottom-2
{
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
}
.border-top-bottom-3
{
	border-top:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
}
.border-top-1
{
	border-top:1px solid #D6D6D6;
}
.border_1
{
	border:1px solid #C2C2C2
}
.border_2
{
	border:1px solid #979797
}
.border_3
{
	border:1px solid #B9B9B9
}
.bg_1
{
	background:var(--light_grey-color)
}
.bg_2
{
	background:var(--grey-color)
}
.bg_3
{
	background:var(--green-color)
}
.color_1
{
	color:var(--green-color)
}
.red{color:#E02020}
.title_before:before
{
	position:absolute;
	bottom:0;
	left:0;
	z-index:50;
	width:100px;
	height:3px;
	background:var(--green-color);
	content:'';
}


.clients_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.clients_grid .child.featured {
  grid-row-end: span 3;
}

.clients_grid .child {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.clients_box:before
{
	position:absolute;
	top:0;
	left:30px;
	width:40px;
	height:12px;
	background:var(--green-color);
	content:'';
	z-index:40;
}
.clients_grid .child.featured .clients_box:before
{
	height:80px;
}
.clients_grid .child.featured .h100
{
	    height: calc(100% - 20px);
}

.cover-opacity-1
{
	position:relative;
}
.cover-opacity-1:before
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.2);
	content:'';	
}
/*///////////////////////////////////////*/
footer
{
	background:var(--green-color)
}
.f_menu li {
    display: block;
}
.footer_link a
{
  border-radius: 4px;
  background-color: #1F8286;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);

}
.footer_link a:hover
{
  border-radius: 4px;
  background-color: var(--green-color);
  color:#FFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);

}
.f_menu  a:hover , .border-top-bottom-1 a:hover
{
	color:var(--grey-color)
}
.over_header {
    z-index: 200;
    overflow: hidden;
}
header .img-bg {
    width: 100%;
    height: 350px;
    position: relative;
    -webkit-animation: kenburns-bottom 3s ease-out both;
    animation: kenburns-bottom 3s ease-out both;
}
header .img-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
	opacity:0.7;
     background-color: rgba(0,0,0,0.2);

}
.header-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}
.home_page .header-box
{
	height:auto
}
.opacity-70 * , .opacity-70
{
	opacity:70%
}
section
{
	
}
.stellarnav
{
	width:auto
}
.stellarnav li a 
{
	color:#FFF
}
.stellarnav li a:hover  , .stellarnav li a.active
{
	color:var(--green-color)
}
.stellarnav > ul > li > a {
    padding: 0;
}

.stellarnav ul {
    display: flex;
    justify-content: flex-end;
	gap:3.75rem;
}
.bread_box
{
	min-width:40%;
	background:var(--green-color);
	border-radius: 0 100px 0 0;
	display: inline-block;
}
.bread_box:before
{
	width:100%;
	height:100%;
	background:var(--green-color);
	right:100%;
	top:0;
	position:absolute;
	content:'';
	z-index:50
}
.breadcrumbs a
{
	opacity:70%
}

.breadcrumbs li
{
	margin-right:10px;
}
.map_f
{
	height:500px;
	overflow:hidden;
	background:var(--green-color)
}
.map_f iframe
{
	width:100%;
	height:100%;
	
}
.contact-form label
{
	display:block;
	margin-bottom:5px;
	font-weight: 500;
}
.contact-form button[type=submit]
{
	height:50px;
	width:200px;
    background-color: var(--green-color);border-radius: 5px;

}
.contact-form button[type=submit]:hover
{
    background-color: var(--grey-color)
}
button[disabled]
{
	opacity:0.5;
	cursor:inherit
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {

    border-color:#CAC2C2;border-radius: 5px;
}
.contact-form textarea {
 height:60px;
}
.c_social li a
{
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  border: 2px solid #979797;
  border-radius: 10px;	
}
.c_social li a:hover
{
	color:#FFF;
	background:var(--green-color);
	border-color:var(--green-color);
}
.c_social li a:hover *
{
	color:#FFF;
}
.contact_logo
{
	position: absolute;
    right: -160px;
    top: 0;
    z-index: 10;
    width: 400px;
}
.services_desc h3
{
	line-height:2.1875rem;font-size:1.5rem
}
.order-2
{
	order:2;
}
.order-1
{
	order:1
}
.h-all-100 *
{
	height:100%
}
.work_with_us .colw-50:nth-child(1) .work_box , .work_with_us .colw-50:nth-child(2) .work_box
{
	border-bottom:1px solid #FFF
}
.work_with_us .colw-50:nth-child(2n+2) 
{
	border-left:1px solid #FFF
}
.work_bg:before
{
	background:url('../img/bg1.jpg') no-repeat top center;
	width:100%;
	height:425px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	content:'';
}
.work_with_us .colw-50:last-child .mb-50 , .work_with_us .colw-50:nth-last-child(2) .mb-50
{
	margin-bottom:0
}
.points
{
	position:absolute;
    top: 22px;
    right: 22px;
	z-index:5;
}
.points1
{
    position: absolute;
    bottom: -90px;
    right: -40px;
    z-index: 5;
}

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.min-370
{
	min-height:370px;
}
.clients_box
{
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 19px 0 rgba(152,148,148,0.5);
	
}
.projects_box
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;	
}
.projects_a_box a
{
	width:50px;
	height:50px;
	border-radius:50%;
	background:#FFF
}
.swiper-grid-column>.swiper-wrapper {
    flex-direction: initial;
}
.property_details ul
{
	display:flex;
	flex-wrap:wrap
}
.property_details li
{
	width:33.33%
}
.youtube
{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  transform:translate(-50%,-50%)  ;
}
.file_hover .border_2:hover
{
	background:var(--light_grey-color)
}
.prop_price
{
	position:absolute;
	top:20px;
	left:20px;
	z-index:50;
	display: flex;
}
.prop_payment
{
	position:absolute;
	top:20px;
	right:20px;
	z-index:50;
	display: flex;
}
.prop_payment span
{
	background:#F7B500
}
.prop_type
{
	position:absolute;
	bottom:0;
	left:20px;
	z-index:50;
	display: flex;
}
.prop_type .bg_white
{

	border-radius: 5px 5px 0 0;
}
.properties_box:hover
{
	background:#F2F2F2
}
.properties_search input[type=text] , .properties_search select
{
  border: 1px solid #E2E1E1;
  border-radius: 5px;
  background-color: #F5F5F5;	
}
.properties_search input[type=submit] , .properties_search_box input[type=submit]
{

  background-color: var(--green-color);	
}
.properties_search input[type=submit]:hover , .properties_search_box input[type=submit]:hover
{

  background-color: #1F8286;
}
.advanced_click
{
	cursor:pointer
}


.properties_search button , .advanced_click
{

  background-color: #FFF;
	width:100%;
	height:50px;  
}
.properties-slider .swiper-button-next:after , .properties-slider .swiper-button-prev:after{
	display:none
}
.properties-slider .swiper-button-next
{
	bottom:30px;
	right:30px;
	left:auto;
	top:auto;
	width:50px;
}
.properties-slider .swiper-button-prev
{
	bottom:30px;
	right:95px;left:auto;top:auto;width:50px;
}


.properties_search_box input[type=text] , .properties_search_box select , .properties_search_box input[type=number]
{
  border: 1px solid #E2E1E1;
  border-radius: 5px;
  background-color: #FFFFFF;	
}
.properties_search_box button.filter_button
{

	background-color: #FFF;
	width:100%;
	height:50px;  
	border:1px solid var(--green-color)
}
.properties_search_box input[type=checkbox], .properties_search_box input[type=radio]
{
	width:20px;
}

.properties_search_box input[type=radio]
{
	border-radius:50%;
}
.advance_search
{
	display:none
}

.home_projects .img-bg
{
	height:350px;width: 100%;
}
.button_link a:hover
{
	color:#FFF;
	background:var(--grey-color)
}

.brands_box_image
{
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
	height:200px;
}
.brands_box_image img
{
	width:150px;
}
.click
{

	left:50%;
	bottom:-36px;
	position:absolute;
	z-index:50;
	transform:translateX(-50%)
}
.bg_before_1
{
	position:relative
}
.bg_before_1:before
{
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:80%;
	z-index:20;
	content:'';border-radius:5px;
	background:var(--green-color)
}
.coming-slider .img-bg
{
	height:550px;
	width:100%;
	position:relative
}
.coming-slider .img-bg:before
{
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index:20;
	content:'';
	background-color: rgba(0,0,0,0.2);

}
.coming_box{
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index:30;	
}
.coming_text
{
	font-style:italic;
	font-weight:300;
display:flex;
gap:20px;	
align-items:center
}
.coming_text:before
{
	width:35px;
	border-radius:5px;
	height:10px;    display: inline-block;
	background:var(--green-color);
	content:'';
}
.coming_text:after
{
	width:35px;
	border-radius:5px;
	height:10px;    display: inline-block;
	background:var(--green-color);
	content:'';	
}

.banners_main_box
{
	height:100vh;
	
}
.banners_main
{
	position:relative;
}


.banners_bg
{
	height:100%;
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat
}
.banners_bg:before
{
	
	background: linear-gradient(180deg, rgba(89,88,88,0.75) 0%, rgba(47,47,47,0) 100%);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;	
}
.banners_main:after
{
	background: #FFF;
    content: '';
    width: 100%;
    height: 161px;
    z-index: 20;
    clip-path: ellipse(60% 80% at 50% 100%);
    position: absolute;
    bottom: 0;
    left: 0;	
}
.home_page1 header
{
    position: absolute;
    z-index: 500;
    width: 100%;
	left:0;
	top:0;	
}
.home_page1 .header-box
{
	position:relative
}
.banners_text
{
	position:absolute;
	z-index:20;
	left:0;
	bottom:150px;
	width:100%;
}

.banners_text .properties_search input[type=text],.banners_text .properties_search select
{
	border-radius:0;  color: #5A6870;
	background-color:white;
	height:60px;
}
.banners_text  input[type=submit]
{
	height:60px;
}
.banners_text select {

    background: #FFF url(../img/Triangle.svg) 95% no-repeat;

}

.btn-whatsapp-pulse {

	color: white;
	position: fixed;
	z-index:5000;
	bottom: 20px;
	right: 20px;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	/*animation-name: pulse;*/
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse i
{
	color:#FFF
}
.btn-whatsapp-pulse img
	{

		position:absolute;
		z-index:50
	}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 50px;
	right: 20px;
	animation-play-state: paused;
	    width: 100px;
}

.btn-whatsapp-pulse-border::before {
	
	position: absolute;
	border-radius: 50%;
	padding: 20px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.home_form input[type=text] , .home_form input[type=email],.home_form  select ,.home_form  textarea
{
  border-radius: 8px;
  background-color: #F0EFEF;
  color:#000;
}
.home_form input::placeholder , .home_form textarea::placeholder  {
  color: #000;
  opacity: 1; /* Firefox */
}

.home_form input::-ms-input-placeholder , .home_form textarea::-ms-input-placeholder{ /* Edge 12 -18 */
  color: #000;
}
.home_form select {

    background: #F0EFEF url(../img/tri.svg) 95% no-repeat;

}
.home_form  textarea{
	height:150px;
}

.home_form button[type=submit]
{
	height:50px;
	width:200px;
    background-color: var(--green-color);border-radius: 5px;

}
.home_form button[type=submit]:hover
{
    background-color: var(--grey-color)
}

#hidden-content , #hidden-content-1, #hidden-content-2
{
	display:none;
	overflow: initial !important;
	 margin: 60px 30px !important;
}
.close-p
{
	position:absolute;
	top:25px;
	right:25px;
	cursor:pointer;
	z-index:50
}
#hidden-content .fancybox-close-small  , #hidden-content-1 .fancybox-close-small, #hidden-content-2 .fancybox-close-small
{
	display:none
}
.file-custom {
    position: absolute;
    width: 65px;
    height: 25px;
    right: 0;
    top: 12px;
}
.file-custom img
{
	width:20px;
}
.file_none {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 0;
}
#file
{
	 background-color: #F0EFEF;
	 border:0;
	 font-weight:600;
	 text-align:center;
	 color:#F3F3F3;
	 cursor:pointer;
	 border-radius: 5px;
}
.fancybox-enabled
{
	overflow:hidden !important
}
.by_class:hover
{
	color:var(--grey-color)
}
.header_logo img , .footer_logo img
{
	width:180px
}
.ame_icon
{

	width:25px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// LOADERRRRRRRRR*/
a.tt-link {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 100%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215,.61,.355,1) !important;
    background-size: 0 100%;
    border: none;
    opacity: 1;
}
a.tt-link:hover, a.tt-link:focus {
    background-size: 100% 100%;
    opacity: 1;
}

body.tt-transition .ptr-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #EDEDED;
    z-index: 100;
}
body.tt-transition .ptr-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 105;
    transform: translate(-50%, -50%);
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// BALLLLLLLLLLLLLL*/
#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--ball-color);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: var(--ball-color);
}
#magic-cursor {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
}
body.tt-magic-cursor #magic-cursor {
    display: block;
}
/* Ball view 
============= */
#ball.ball-view {
	background-color: var(--ball-color);
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}
#ball .ball-view-inner {
	padding: 0 5px;
	opacity: 0;color: #FFF;
	visibility: hidden;
	transform: scale(0);
}
#ball .ball-view-inner i {
	font-size: 19px;
}


/* Ball drag 
============= */
#ball .ball-drag {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 5px;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	transition: all 0.3s;
}
#ball .ball-drag::before,
#ball .ball-drag::after {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	font-size: 16px;
	color: #FFF;
	height: 10px;
	line-height: 10px;

	/* Font Awesome */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
#ball .ball-drag::before {
	content: "\f060"; /* Font Awesome */
	left: 0;
	transform: translate3d(-30px, 0, 0);
	transition: all 0.25s;
}
#ball .ball-drag::after {
	content: "\f061"; /* Font Awesome */
	right: 0;
	transform: translate3d(30px, 0, 0);
	transition: all 0.25s;
}
/* Ball close 
============== */
#ball.ball-close-enabled {
	opacity: 1 !important;
}
#ball .ball-close {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
}
#ball .fa-arrow-right
{
	font-size:35px !important;
	color:#FFF
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tt-object
{
	object-fit: cover;
    object-position: 50% 50%;
    width: 100%;	
}
.ph-caption-title-ghost1 {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 5%;
    font-size: calc(16px + 19.5vw);
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    white-space: nowrap;
    line-height: 1;
    opacity: .1;
    z-index: 1;
    pointer-events: none;
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// LINK HOVER UP*/
.tt-pn-link {
    position: relative;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}
/* Page nav title */
.tt-pn-title,
.tt-pn-hover-title {
	display: block;
	left: 0;
	width:100%;
	transition: transform .5s cubic-bezier(0.51, 0.57, 0.17, 1);
}
.tt-pn-title {
	position: relative;
	transform: translate3d(0, 0, 0);
}
/* Page nav hover title */
.tt-pn-hover-title {
	position: absolute;
	width: 100%;
	color: #FFF;
	white-space: nowrap;
	transform: translate3d(0, 100%, 0);

	/* Ellipsis */
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 1024px) {
	.tt-pn-hover-title {
		display: none;
	}
}
/* Page nav hover */
@media (min-width: 1025px) {
	.tt-pn-link:hover .tt-pn-title {
		transform: translate3d(0, -100%, 0);
		transition-delay: 0.1s;
	}
	.tt-pn-link:hover .tt-pn-hover-title {
		transform: translate3d(0, 0, 0);
		transition-delay: 0.1s;
	}
}
.pgi-image {
    position: relative;
}
.ttgr-height {
    position: relative;
    padding-bottom: 25%;
}
.ttgr-height-40 {
    position: relative;
    padding-bottom: 40%;
}
.ttgr-height-50 {
    position: relative;
    padding-bottom: 50%;
}
.ttgr-height-100 {
    position: relative;
    padding-bottom: 100%;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// IMAGE HOVER  */
@media (min-width: 768px) {
    .tt-gallery-item-inner {
        clip-path: inset(0 0 0 0);
        overflow: hidden;
        transition: clip-path 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    }
}
@media (min-width: 768px) {
    .tt-gallery-item:hover .tt-gallery-item-inner {
         clip-path: inset(3% 3% 3% 3%); 
    }
}
.d-none-menu
{
	display:none !important
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fancybox-slide--iframe .fancybox-content{
    width: 50% !important;
    height: 50% !important;
  }
  
 .pgi-image-properties
 {
	 height:300px;
 }  
  .pgi-image-properties *
  {
	width:100%;
	height:100%	  
  }
 .pgi-image-properties img
 {
	object-fit: fill;

 } 
 
 
  .pgi-image-projects
 {
	 height:350px;
 }  
  .pgi-image-projects *
  {
	width:100%;
	height:100%	  
  }
 .pgi-image-projects img
 {
	object-fit: fill;

 } 
 
 
 
 
.pagination
{	
	text-align:center;
	margin:25px 0 50px 0;
}

.pagination li 
{	
	margin: 0 10px;
    border: 1px solid #D6D6D6;
    width: 25px;
    border-radius: 5px;
}.pagination li  a
{	
	color:#000;    opacity: 70%;

}

.pagination li.active 
{

	  background:#2CA5AA
	
} 
.pagination li.active span
{
	  color: #FFF;
	
}  
 .title_capi
 {
	 text-transform:capitalize
 } 
  
  
  
  
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.d-none-m{display:none}
.ttgr-height-40 {padding-bottom: 55%;}.ttgr-height-50 {padding-bottom: 75%;}
.updates-slider-sub{height:auto;width:100%}
}
/*xm*/@media all and (max-width: 868px){
	.fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    height: 50% !important;
}
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mb-25-xm{margin-bottom:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm > div{width:33.33%}
.flex-row-xm div:first-child{width:100%;align-items: center;display: flex;justify-content: center;}
.flex-row-xm  div .appointment_box{width:270px}
.pb-25-xm{padding-bottom:1.5625rem;}
.d-none-xm{display:none !important;}
.jc-c-xm{justify-content:center}
.pl-0-xm{padding-left:0}
.pt-0-xm{padding-top:0}
.order-2-xm{order:2}
.order-1-xm{order:1}
.px-25-xm{padding-right:1.5625rem;padding-left:1.5625rem;}
.pt-50-xm{padding-top:3.125rem;}
.mr-0-xm{margin-right:0}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.stellarnav .menu-toggle{padding:0}
.ttgr-height1{min-height:300px;}
.clip_1_bg:before{width:55px;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu ul li:hover > ul {display: none;opacity: 0;visibility: hidden;transition: none; /* Remove transitions on mobile */}
.trigger_header{display:block}
.slided {-ms-transform: translate(-320px,0);-webkit-transform: translate(-320px,0);transform: translate(-320px,0);}
.trigger{display: block;position:relative;float: right;    margin-left: 25px;width: 45px;}
nav{position: fixed;z-index: 500;width: 320px;    overflow: scroll;height: 100vh;box-sizing: border-box;background: #000;left: 100%;padding: 20px;top: 0;
transition: .7s;-moz-transition: .7s;-webkit-transition: .7s;z-index:100000;display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;}

.menu ul{flex-wrap:wrap;flex-direction: column;justify-content: center;}
.menu ul li {width:100%;margin:0;height: auto;border-left:0}
.menu ul li a{    color: #FFF;padding: 20px 0px;font-size: 20px;   width: 100%;display:inline-block;text-align:center}
.menu ul ul li{width:100%}
.menu ul ul {display:none}
.menu ul ul ul{position:relative;left:auto;top:auto;    padding-left: 0;}
.r_arrow.child2.active{transform: rotate(90deg);}
.menu-cur , .r_arrow{float:right;}
.subMenu.active{display: block !important;opacity: 1 !important;visibility: visible !important;    position: inherit;}
.r_arrow.child1 img , .r_arrow.child2 img{filter: brightness(0) invert(1);width:20px !important;}
header nav li a.active , .menu ul li:hover a{color: #FFF;}
.subMenu.active .has-submenu li{background:#545454}
.menu ul li:hover a {background-color:transparent;}
.r_arrow{display:block}
#hidden-content .fancybox-close-small {
    display: block;
}
#hidden-content{margin:0 auto !important}.close-p{display:none}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.map{height:300px;}
.f_gallery-slider-arrow-box .swiper-button-prev-1{left:20%}
.f_gallery-slider-arrow-box .swiper-button-next-1{right:20%}
.cc_ww_100{width:calc(100% + 20px)}
.gap-50 {gap: 2rem;}
.stellarnav a {color: #FFF;float: left;}
.stellarnav .menu-toggle span.bars span{background:#FFF}
.stellarnav.mobile.right > ul {left: auto;right:0}
.stellarnav > ul > li > a {color: #777;}
.stellarnav.mobile li a {}
.stellarnav.mobile.right .close-menu{text-align:left;}
.stellarnav a.dd-toggle .icon-plus{float:left;        margin-left: 15px;margin-top: 5px;}
.stellarnav .icon-close{float:left;}.close-menu.full{color:#777}
.ttgr-height-40 , .ttgr-height-50 {padding-bottom: 100%;}
.stellarnav > ul > li {width: 100%;}
.stellarnav > ul > li > a.active:before{display:none}

#hidden-content .fancybox-close-small , #hidden-content-1 .fancybox-close-small, #hidden-content-2 .fancybox-close-small{
    display: block;
}
#hidden-content , #hidden-content-1, #hidden-content-2{margin:0 auto !important}.close-p{display:none}
.d-none-menu{display:block !important}
.stellarnav a{float:right}
.icon-close{display:none !important}
.order-2{order:1}
.exclusive_projects_box img{width:100%;object-fit: cover;}
.pgi-image-projects {height: 250px;}
.property_details li{width:50%}
.mt-15-xm{margin-top:0.9375rem}
.coming-slider .img-bg{height:350px;}
.banners_main_box{    height: 70vh;}
}
.fa-whatsapp{display:none}
/*s*/@media all and (max-width: 576px){
html, body{font-size:12px;overflow-x:hidden}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mb-25-s{margin-bottom:1.5625rem;}
.pb-25-s{padding-bottom:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.mt-15-s{margin-top:0.9375rem;}
.ml-0-s{margin-left:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
.px-0-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
.pt-0-s{padding-top:0}
.pr-0-s{padding-right:0}
.py-50-s{padding-top:3.125rem;padding-bottom:3.125rem;}
.ml-20-s{margin-left:20px;}
.border-left-s{border:0}
.w-100-s{width:100%}
.ai-c-s {align-items: center;}
.d-flex-s{display:flex}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.map_f{height:300px;}
.header_logo img{max-width:150px;}
.bread_box{min-width:100%}
.work_with_us .colw-50:nth-child(2n+2){border:0}
.points{width:75px;}
.font-40, .font-40 * {font-size: 2rem;}
.clients_grid {grid-template-columns: 1fr;}
.clients_grid .child.featured .clients_box:before{height:12px;}
.clients_grid .child.featured .h100{height:auto}
.property_details li{width:100%}
.font-50, .font-50 * {font-size: 2.5rem;line-height:2.5rem}
.button_link .px-45 {padding-left: 2rem;padding-right: 2rem;}
.fancybox-slide .px-75 {padding-left: 25px;padding-right: 25px;}
.over_header {overflow: inherit;}
.fancybox-slide{padding:22px !important;}
.fancybox-close-small{top:0;right:0}
.banners_main_box{    height: 600px;}
.order_2{order:1}
.order_1{order:2}
.projects_box{padding-right:15px;padding-left:15px;}
.projects_a_box a{width:30px;height:30px;}
header .img-bg {    height: 260px;}
}

/*s*/@media all and (max-width: 400px){
.advanced_click{padding:0 10px;}
.advanced_click img{width:20px;}
}
.overflow_hidden
{
	overflow:hidden
}


















