
@font-face {
	font-family: 'Microsoft Himalaya';
	src: url('../fonts/microsoft-himalaya/MicrosoftHimalaya.eot');
	src: url('../fonts/microsoft-himalaya/MicrosoftHimalaya.eot?#iefix') format('embedded-opentype'),
		url('../fonts/microsoft-himalaya/microsoft-himalaya-webfont.woff2') format('woff2'),
		url('../fonts/microsoft-himalaya/microsoft-himalaya-webfont.woff') format('woff'),
		url('../fonts/microsoft-himalaya/microsoft-himalaya.ttf') format('truetype'),
		url('../fonts/microsoft-himalaya/MicrosoftHimalaya.svg') format('svg');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif;
}
.title-font {
	font-family: 'Microsoft Himalaya';
	font-size: 50px;
	letter-spacing: 2px;
	color: #004621;
	line-height: 25px;
}

.title-font-2 {
	font-family: 'Microsoft Himalaya';
	font-size: 50px;
	letter-spacing: 2px;
	color: #004621;
	line-height: 20px;
}
.mobile-title{
	display: none;
}
.mobile-title-2{
	display: none;
}
.desktop-title{
	display: block;
}
.desktop-title-2{
	display: block;
}
.row-0{
	margin-left: 0;
	margin-right: 0;
}
.col-0{
	padding-left: 0;
    padding-right: 0;
}
.pd-30{
	padding: 30px 0;
}
.open-slide {
	background-color: #014722;
	z-index: 99 !important;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
}
.open-slide-logo{
    position: relative;
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
}
.stickyForm{
	display: none;
}
form label.error {
	width: 100% !important;
	padding: 10px 0;
	color: red;
	clear: both;
	margin: 0;
	display: none;
	font-weight: normal;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	letter-spacing: 0px;
	color: #9c9c9c;
}

::-moz-placeholder {
	/* Firefox 19+ */
	letter-spacing: 0px;
	color: #9c9c9c;
}

:-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0px;
	color: #9c9c9c;
}

:-moz-placeholder {
	/* Firefox 18- */
	letter-spacing: 0px;
	color: #9c9c9c;
}

/* sticky form code */
.stickyForm {
	position: fixed;
	top: 5%;
	width: 310px;
	right: -310px;
	text-align: center;
	padding: 17px;
	background: rgba(84, 84, 84, 0.81);
	border-radius: 11px 0px 0 11px;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	z-index: 9999;
}

.stickyForm.active {
	right: 0px;
}

.stickyForm .btn {
	background: #e20809;
	padding: 10px 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: -127px;
	color: #fff;
	height: 40px;
	border-radius: 7px 7px 0 0;
	font-size: 15px;
	cursor: pointer;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	border: 0;
	perspective: 100px;
	outline: 0 !important;
}

input#phone {
	/* padding-left: 50px !important; */
}

/* body .stickyForm * {
	color: #fff;
} */

body .stickyForm label {
	width: 100% !important;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm input[type="tel"],
body .stickyForm textarea,
body .stickyForm .intl-tel-input {
	width: 100% !important;
	border: 0;
	height: 35px;
	background: transparent;
	border-bottom: 1px solid #fff;
	margin-bottom: 13px;
}

.stickyForm [type="submit"] {
	background: #545454d9;
	color: white;
	border: 0;
	padding: 10px 25px;
	border-radius: 2px;
	border: 1px solid #616161;
}

body .stickyForm ._checkbox {
	margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
	text-align: left;
	margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
	width: 50% !important;
	float: left;
	padding-right: 5px;
}

body .stickyForm ._checkbox span {
	padding-left: 4px;
	font-size: 13px;
	float: left;
}

.stickyForm,
.stickyForm.active .btn {
	background: rgba(35, 35, 35, 0.77);
}

.stickyForm ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	letter-spacing: 0px;
	color: #ccc;
}

.stickyForm ::-moz-placeholder {
	/* Firefox 19+ */
	letter-spacing: 0px;
	color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0px;
	color: #ccc;
}

.stickyForm :-moz-placeholder {
	/* Firefox 18- */
	letter-spacing: 0px;
	color: #ccc;
}

body .stickyForm select {
	width: 100%;
	color: #fff;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #fff;
	height: 40px;
}

body .stickyForm .btn-group {
	margin-top: 20px;
}

body .stickyForm .error {
	margin-bottom: 0 !important;
}

body .stickyForm label.error {
	padding: 7px 0;
}

body .stickyForm [type="submit"] {
	background: #ff3c50 !important;
	color: #fff;
	height: 40px !important;
	padding: 0px 30px !important;
	/* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}

/* end of sticky form code */

.form-section form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.stickyForm .loading {
	top: -29px;
}

button.animate-btn {
	background-color: #004621;
	color: white;
	padding: 12px 30px;
	position: relative;
	transition: all .2s;
	border: 0;
	margin: 20px 0
}

button.animate-btn:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #004621;
	left: -8px;
	top: -7px;
	transition: all .3s;
}

button.animate-btn:hover {
	background-color: transparent;
	color: #004621;
	transition: all .2s;
}

button.animate-btn:hover:before {
	left: 0;
	top: 0;
}

header {
	position: relative;
	top: 0;
	z-index: 9;
	width: 100%;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 50px;
}
.menu_lists{
	display: none;
}
.navbar-menu ul {
	display: flex;
	gap: 50px;
	padding: 0 50px;
	margin: 0 50px;
}

.navbar-menu ul li {
	list-style: none;
	font-size: 16px;
}

.navbar-menu ul li a {
	text-decoration: none;
	color: black;
}

.raun-logo img {
	width: 140px;
}

header.fixed-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}

li.project-main-menu:hover ul.sub-menu{
	opacity: 1;
	visibility: visible;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}
li.project-main-menu{
	position: relative;
	cursor: pointer;
}
.project-main-menu ul.sub-menu {
    position: absolute;
    top: 22px;
    display: block;
    background: white;
    left: -50px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
}
ul.sub-menu li a{
	padding: 10px 30px;
	display: block;
}
ul.sub-menu li:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.menu_btn.btn11 {
	visibility: hidden;
	opacity: 0;
	display: none;
}

/* .homepage {
	width: 90%;
	margin: auto;
} */

.homepage-banner {
	position: relative;
	overflow: hidden;
}

.homepage-banner::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 35, 0.5);
	z-index: 1;
}

.homepage-title {
	color: #fff;
	position: absolute;
	bottom: 190px;
	left: 0;
	right: 0;
	z-index: 1;
}

.section-gap {
	margin: 50px 0;
}

.about-us-content p {
	margin: auto;
	width: 70%;
	font-size: 16px;
	line-height: 25px;
}

.title-border {
	border-bottom: 2px solid #FDD7A6;
	display: inline-block;
	margin: 20px 0;
	
}

.readmore-btn {
	margin: 30px;
}

.readmore-btn button{
    color: white;
}
.about-detail-wrapper {
	margin: 50px 0;
	position: relative;
}

.about-detail h2 {
	color: #FDD7A6;
	font-size: 55px;
	margin: 0;
	font-weight: 600;
}

.about-detail h3 {
	margin: 0;
}

.about-detail-wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	top: 35px;
	background-color: #FDD7A6;
	width: 160px;
	height: 1px;
}

.about-detail-wrapper::after {
	content: "";
	position: absolute;
	right: 0;
	top: 35px;
	background-color: #FDD7A6;
	width: 160px;
	height: 1px;
}
#brands {
	background-color: #f5f5f5;
}

.brand-slider-wrapper {
	padding: 50px 0;
}
.brand-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 130px;
}
.brand-slider-wrapper h3 {
	margin: 30px 0;
}

#brands .owl-dots {
	display: inline-flex;
	gap: 2px;
	justify-content: center;
	align-items: center;
	margin: 40px;
}

#brands .owl-dot {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #d9d9d9;
}

#brands .owl-dot.active {
	width: 9px;
	height: 9px;
	border-radius: 9px;
	background-color: #004621;
}

.brands-slider .item img {
    width: auto;
    max-height: 180px;
}

.project-detail-wrapper h4 {
	margin-top: 0;
}

.project-tab {
	margin: 40px 0;
}

.project-tab button {
	padding: 10px;
	width: 250px;
	background-color: white;
	color: #004621;
	border: 1px solid #004621;
	margin-left: -4px;
	border-bottom: 2px solid #004621;
}

.project-tab button.active {
	background-color: #004621;
	color: white;
}

.project-wrapper .projects {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.project-wrapper .projects.active {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.slider-content h3 {
	color: #34473a;
}

.project-content {
	width: 50%;
	margin: auto;
}

.slider-content p {
	color: #9d9d9d;
}

.slider-content {
	padding: 0px 10px;
}

.slider-content h3 {
	margin: 20px 0;
}

.number {
	color: #878787;
	margin: 40px 0;
}

.project-slider-right .owl-nav {
    position: absolute;
    right: 300px;
    bottom: 14px;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}
.project-slider-left .owl-nav{
	display: none;
}
.project-slider-right .owl-stage {
	padding-left: 0 !important;
}

.project-slider-right .owl-item img {
	filter: opacity(0.5);
}

.project-slider-right .owl-item.center img {
	filter: none;
}

.project-slider-right .owl-item {

	transform: scale(0.8);

	transition: all ease 0.6s;

	position: relative;

	z-index: 2;

	padding: 15px 0;

}

.project-slider-right .owl-item.center {

	transform: scale(1.0);

	transition: all ease 0.6s;

	position: relative;

	z-index: 2;

	padding: 15px 0;

}
.mobile-foundation{
	display: none;
}
.foundation-title {
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}

.foundation-wrapper {
	background-color: #f5f5f5;
	height: 100%;
}

.foundation-slider-right {
    border-left: 2px solid #dfdfdf;
}

.foundation-content {
	width: 80%;
	text-align: left;
	margin: auto;
}

.foundation-content img {
	width: 50px !important;
	height: 50px;
	margin: 0 !important;
}

.foundation-content h3 {
	margin: 10px 0;
}

.foundation-left {
	display: flex;
	height: 70vh;
	align-items: center;
	justify-content: center;
}

.foundation-slider-img img {
	width: 100% !important;
	border-radius: 10px;
	height: 100%;
}

.foundation-slider-img {
	padding:0px 50px ;
	margin:20px;
	padding-top: 50px;
	margin-bottom: 0;
}

.input-box input {
	border: none;
	border-bottom: 1px solid #dedede;
	padding: 20px;
	width: 100%;
	margin-bottom: 10px;
}

.input-box,
.contact-btn {
	width: 100%;
	margin-bottom: 10px;
}

.contact-btn button {
	border: 1px solid #004621;
	color: white;
	background-color: #004621;
	height: 60px;
	width: 100%;
	margin: 10px 0;
	font-size: 17px;
}

.contact-form {
	width: 70%;
	margin: auto;
	padding: 30px 0;
}

.contact-form input::placeholder {
	color: black;
	font-size: 17px;
}

h3.contact-us-title {
	margin-left: 70px;
	margin-top: 0px;
	padding-left: 60px;
}

.contact-right-side {
	background-color: #004621;
	padding: 15px 30px;
	margin-top: 50px;
}

.contact-info-wrapper {
	background-color: #004621;
	color: white;
	width: 60%;
	margin: 30px;
}
.contact-info a{
	color: #333333;
	text-decoration: none;
}
.address {
	border-bottom: 1px solid white;
}

.logo-wrapper p {
	margin-left: 40px;
}

.contact .contact-right-wrapper {
	padding: 0;
}

.contact-info-wrapper h3 {
	margin-bottom: 25px;
}

.contact-info-wrapper p {
	color: white;
	margin-bottom: 0;
	padding: 15px 0;
}

.address-logo {
	margin-right: 20px;
}

.contact-info {
	width: 100%;
}

.contact-us-logo {
	width: 30%;
}

.contact-us-wrapper {
	margin-top: 20px;
	position: relative;
}

.contact {
	padding: 30px 0;
}

.contact-info-wrapper::before {
	content: "";
	position: absolute;
	top: 28px;
	left: -19px;
	width: 50px;
	height: 45px;
	background-color: #FDD7A6;
}

.logo-wrapper span {
	position: absolute;
	top: 20px;
	left: 5px;
}

.logo-wrapper {
	position: relative;
}
.bg-img {
	position: relative;
}
.bg-img::before{
	content: none;
	transition: all 0.8s ease-in-out;
}
.bg-img img {
    width: 100%;
    height: 100%;
}
.coming-soon-text p {
    font-size: 70px;
    color: white;
	font-family: 'Microsoft Himalaya';
}
.coming-soon-text{
	position: absolute;
    right: 0;
	top: 40px;
    z-index: 1;
    left: 0;
    display: flex	;
    justify-content: center;
    align-items: center;
}
.prjt-logo img {
    width: 100px;
}
.prjt-logo {
    position: absolute;
    z-index: 1;
    left: 200px;
    bottom: 50px;
}
.view-property:hover {
    /* opacity: 1;
    visibility: visible; */
    /* bottom: 70px; */
	background-color: transparent;
    transition: all 0.8s ease-in-out;
}
a.view-property:hover{
	text-decoration: none;
	color: #004621;
	background-color: transparent;
    transition: all 0.5s ease-in-out;
}
.coming-soon-wrapper .view-property{
	transition: all 0.5s ease-in-out;
    position: absolute;
    /* opacity: 0; */
    /* visibility: hidden; */
    bottom: 45px;
    left: 23%;
    font-size: 13px;
    background-color: #004621;
    /* right: 0; */
    width: 140px;
    margin: auto;
    border: 1px solid #004621;
    color: white;
    padding: 7px;
    text-align: center;
    height: 40px;
    line-height: 25px;
	z-index: 1;
}

.coming-soon-wrapper{
	position: relative;
}
/* project page */
.mobile-prjt-btn{
	display: none;
}

.projectpage-banner {
    position: relative;
    overflow: hidden;
}
.projectpage-banner::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 35, 0.5);
	z-index: 1;
}

.projectpage-title {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 160px;
	z-index: 1;
}

.banner-title h4 {
	font-size: 22px;
	margin: 10px 0;
}

.banner-title h1 {
	font-size: 60px;
	margin: 20px 0;
	color: white !important;
	line-height: 25px;
}

.project-overview-wrapper {
	background-color: #f5f5f5;
	padding: 80px 0;
}

.project-overview-content p {
	font-size: 17px;
	margin: 15px 0;
	color: #4f4f4f;
}

.project-overview-content .download-btn {
	margin: 20px 0;
	color: white
}

.project-oveview-img {
	position: relative;
	z-index: 1;
	margin-top: 40px;
    padding: 20px 13px;
}

.project-oveview-img img {
	width: 100%;
	height: 100%;
}

.project-oveview-img:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    border: 3px #FDD7A6 solid;
    top: -1px;
    right: -38px;
    z-index: -9;
}
.location-accordion .accordion-item {
	border: none;
	border-bottom: 1px solid #ACA6A6;
	background-color: transparent;
}

.location-accordion .accordion-body {
	padding-top: 0;
	padding-bottom: 0;
}

.location-accordion table tr,

.location-accordion table td {
	border: none;
	color: #5a6a5f;
	font-size: 15px;
}

.location-accordion .table>tbody>tr>td {
	border: none;
	padding: 4px;
}

.location-accordion h2 .accordion-btn {
	background-color: transparent;
	font-size: 20px;
	color: #34473a !important;
}

.location-accordion .accordion-button:not(.collapsed)::after {
	background: none;
}

.location-accordion .accordion-button::after {
	background: none;
}

.location-accordion .accordion-btn:not(.collapsed) {

	background-color: transparent;
	box-shadow: none;
	color: #000;
}

.location-wrapper {
	margin: 30px 0;
}

.location-img {
	width: 100%;
	position: relative;
}

.location-img img {
	width: 100%;
}

.location-img:hover:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 35, 0.5);
	right: 0;
	left: 0;
	transition: transform 0.3s ease-in-out;
}

.location-content {
	position: absolute;
	bottom: 0px;
	left: 50px;
	z-index: 1;
}

.location-img:hover .location-content h3 {
	color: white;
	transform: translateY(-2px);
	transition: transform 0.4s ease-in-out;
}

.location-img:hover .location-content button {
	opacity: 1;
	transform: translateY(-2px);
	transition: transform 0.5s ease-in-out;
}

.location-img {
	transition: transform 0.5s ease-in-out;
	transform: translateY(12px);
	overflow: hidden;
}

.arrow-btn {
	margin-left: 10px;
}

.arrow-btn svg {
	margin-bottom: 5px;
}

.location-content button .arrow-btn {
	transition: transform 0.5s ease-in-out;
	transform: rotate(8deg);
	display: inline-block;
}

.location-content button:hover .arrow-btn {
	transform: rotate(43deg);
}


.location-img:hover .location-content {
	bottom: 32px;
}

.location-content h3 {
	color: #004621;
	margin-bottom: 23px;
	letter-spacing: 2px;
	transform: translateY(38px);
	transition: transform 0.5s ease-in-out;
}

.location-content button {
	background-color: transparent;
	border: 1px solid white;
	color: white;
	border-radius: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 25px;
	transform: translateY(80px);
	transition: transform 0.6s ease-in-out;
	font-size: 16px;
}

.location-accordion h2 {
	margin-top: 0;
	padding: 5px 0;
	position: relative;

}

.location-accordion .accordion-button:before {
	content: "";
	transform: none;
	transition: none;
	position: relative;
	bottom: 0px;
	left: 0px;
	top: 0;
	background-color: #004621;
	color: white;
	border-radius: 30px;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

.location-accordion .accordion-button:after {
	content: "+";
	font-size: 24px;
	transform: none;
	transition: none;
	position: absolute;
	bottom: 0px;
	left: 16px;
	top: 8px;
	color: white;
}

.location-accordion .accordion-button:not(.collapsed)::before {
	content: "";
	transform: none;
	transition: none;
	position: relative;
	bottom: 0px;
	left: 0px;
	top: 0;
	background-color: #004621;
	color: white;
	border-radius: 30px;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

.location-accordion .accordion-button:not(.collapsed)::after {
	content: "-";
	font-size: 25px;
	transform: none;
	transition: none;
	position: absolute;
	bottom: 0px;
	left: 18px;
	top: 6px;
	color: white;
}
.mobile-amenities{
	display: none;
}
.amenities-button-wrapper button {
	background-color: transparent;
	color: #004621;
	border: none;
	margin-left: -4px;
	border-bottom: 1px solid #dde0de;
}

.amenities-button-wrapper button.active {
	background-color: #004621;
	color: white;
	border-radius: 10px;
}

.amenities-img {
	/* display: none; */
	height: 0;
    opacity: 0;
	visibility: hidden;
    transition: opacity 1.6s ease;
}

.amenities-img.active {
	height: 100%;
	display: block;
	visibility: visible;
    opacity: 1;
    transition: all 0.7s ease;
}

.amenities-btn.active .amenities-icon-img img:last-child {
	display: block;
}

.amenities-btn.active .amenities-icon-img img:first-child {
	display: none;
}

.amenities-btn .amenities-icon-img img:first-child {
	display: block;
}

.amenities-btn .amenities-icon-img img:last-child {
	display: none;
}

.amenities-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .amenities-btn .amenities-content p {
	display: none;
} */
.amenities-content p {
    max-height: 0;               /* Initially hidden */
    overflow: hidden;            /* Hide overflow */
    transition: max-height 0.5s ease, opacity 0.5s ease; /* Transition for sliding */
    opacity: 0;                  /* Initially invisible */
}

.amenities-content.active p {
    max-height: 100px;          /* Set to a value that fits your content */
    opacity: 1;                  /* Make it visible */
}
.amenities-content {
	text-align: left;
	margin-left: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px;
}

.button-wrapper {
	display: flex;
	padding: 8px 5px;
}

.amenities-btn {
	display: block;
	width: 100%;
}
.amenities-button-wrapper .amenities-icon-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.amenities-img-wrapper,
.amenities-button-wrapper {
	margin: 0 10px;
}
.amenities-img-wrapper{
	height: 100%;
}

.amenities-wrapper {
	margin: 50px 0;
}

.amenities-icon-img img {
	width: 70px;
	margin: 0 10px;
}

#amenities {
	background-color: #f5f5f5;
	padding: 50px;
}

#gallery {
	padding: 30px 0;
}

.gallery-slider .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.gallery-slider .owl-prev img{
	transform: rotate(180deg);
}
.gallery-slider .owl-prev{
	margin-right: 1px;
}
.gallery-slider .owl-item img {
	filter: opacity(0.5);
}

.gallery-slider .owl-item.center img {
	filter: none;
}

.gallery-slider .owl-item {

	transform: scale(0.8);

	transition: all ease 0.6s;

	position: relative;

	z-index: 2;

	padding: 15px 0;

}

.gallery-slider .owl-item.center {

	transform: scale(1.0);

	transition: all ease 0.6s;

	position: relative;

	z-index: 2;

	padding: 15px 0;

}

#sitemap {
	background-color: #f5f5f5;
	padding: 50px;
}

.sitemap-img {
	margin: 30px 0;
}

.sitemap-img-right img {
	width: 100%;
}

.sitemap-img-left img {
	width: 100%;
}
.sitemap-wrapper {
	margin: 30px 0;
}

.faq-accordion .accordion-item {

	border: none;

	border-bottom: 1px solid #ACA6A6;
	background-color: transparent;
	margin-top: 12px;
    padding-bottom: 15px;
}

.faq-accordion table tr .faq-accordion table td {
	border: none;
	color: #5a6a5f;
	font-size: 15px;
}

.faq-accordion .table>tbody>tr>td {
	border: none;
	padding: 4px;
}

.faq-accordion h2 button {
	font-size: 17px;
	color: #4f4f4f !important;
}

.faq-accordion h2 {
	margin-top: 0px;
}

.faq-accordion .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

.faq-accordion .faq-content {
	padding: 20px;
	font-size: 17px;
	color: #6e6e6e;
	border: none;
	padding-top: 0;
	width: 90%;
}

.faq-accordion button {
	padding-bottom: 10px;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
	width: 25px;
	height: 25px;
	background-size: 25px;
}

.faq-accordion .accordion-button::after {
	width: 25px;
	height: 25px;
	background-size: 25px;

}

#commercial-projects {
	background-color: #f5f5f5;
	padding: 50px;
}

.commercial-img-wrapper {
	position: relative;
	/* display: inline-block;  */
}
.more-detail{
	display: inline-block;
}
.more-detail:hover{
	color: #FDD7A6;
	cursor: pointer;
}
.commercial-img img {
	width: 100%;
}
#commercial-project-slider .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
#commercial-project-slider .owl-prev img{
	transform: rotate(180deg);
}
#commercial-project-slider .owl-prev{
	margin-right: 1px;
}
.commercial-content {
    width: 250px;
    padding: 5px 10px;
    background-color: white;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    margin: auto;
    padding-left: 20px;
}

.commercial-img-wrapper:hover .commercial-content {
	opacity: 0.9;
}

.coming-soon-btn{
	padding: 13px 30px;
	background-color: #004621;
	color: white;
	border: 1px solid #004621;
	margin: 20px 0;
}
.commercial-content .coming-soon-btn{
	margin: 20px 0;
}
.commercial-project-wrapper {
	margin: 40px 0;
}
#commercial-project-slider{
	display: flex;
}
.aboutuspage-banner {
	position: relative;
	overflow: hidden;
}

.aboutuspage-banner::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 35, 0.6);
	z-index: 1;
}

.aboutuspage-title {
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 150px;
	z-index: 1;
}

.about-us-para {
	font-size: 16px;
	color: #4f4f4f;
	width: 80%;
}

.about-us-para p {
	margin: 10px 0;
}

.aboutus-oveview-img {
    position: relative;
    margin-top: 70px;
    padding: 20px 13px;
}
.aboutus-oveview-img img {
	width: 100%;
	height: 100%;
}

.aboutus-oveview-img:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    border: 3px #FDD7A6 solid;
    top: -1px;
    right: -38px;
    z-index: -9;
}

.about-developer-img-1 img {
	width: 100%;
}

.about-developer-img-2 img {
	width: 100%;
}

.about-developer-img-2 {
	width: 85%;
}

.about-developer-img-1 {
	width: 85%;
}

.about-developer-wrapper {
	padding: 10px 0;
}

.about-developer-content-1 p,
.about-developer-content-2 p {
	margin-top: 20px;
}

.about-developer-content-2 {
	width: 90%;
}

.about-developer-content-1 {
	width: 85%;
}

#about-developers {
	background-color: #f5f5f5;
	padding: 50px;
	font-size: 16px;
	color: #4f4f4f;
}

.commitment-to-quality-wrapper {
	margin-bottom: 30px;
}
.commitment-to-quality{
	background-color: #f5f5f5;
	padding: 40px 0;
}
.commitment-to-quality-wrapper p {
	margin: auto;
	width: 65%;
	font-size: 16px;
	color: #4f4f4f;
}
.why-choose-us{
	width: 70%;
    margin: auto;
    font-size: 16px;
}
.why-choose-us li{
	margin-bottom: 10px;
}
.why-choose-us p{
	text-align: center;
}
.why-choose-us p:first-of-type {
    margin-top: 20px;
}
/* faq page */
#find-answer {
	background-color: #f5f5f5;
	padding: 50px;
	font-size: 17px;
	color: #4f4f4f;
}

.faqpage-banner {
	position: relative;
	overflow: hidden;
}

.faqpage-banner::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 35, 0.5);
	z-index: 1;
}

.faqpage-title {
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 150px;
	z-index: 1;
}

.searchbox {
    margin: 37px 0;
    text-align: end;
}
.searchbox input {
	padding: 10px 25px;
	border-radius: 23px;
	width: 270px;
	font-size: 17px;
	border: 1px solid #6e6e6e;
}

.searchbox svg {
	position: relative;
	right: 50px;
	width: 22px;
	height: 23px;
	top: -3px;
	/* bottom: 0px; */
}

.faq-accordion-2 {
	margin-top: 12px;
	border: none;
    padding-bottom: 15px;
	border-bottom: 1px solid #ACA6A6;
	background-color: transparent;
}

.faq-accordion-2 table tr .faq-accordion-2 table td {
	border: none;
	color: #5a6a5f;
	font-size: 15px;
}

.faq-accordion-2 .table>tbody>tr>td {
	border: none;
	padding: 4px;
}

.faq-accordion-2 h2 button {
	font-size: 17px;
	color: #4f4f4f !important;
padding-right: 35px;
}

.faq-accordion-2 h2 {
	margin-top: 0px;
}

.faq-accordion-2 .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

.faq-accordion-2 .faq-content {
	padding: 20px;
	font-size: 17px;
	color: #6e6e6e;
	border: none;
	padding-top: 0;
}

.faq-accordion button {
	padding-bottom: 10px;
}

.faq-accordion-2 .accordion-body {
	width: 85% ;
	margin: 0 40px;
	font-size: 17px;
	color: #6e6e6e;
}

.faq-accordion-2 .accordion-button:before {
	content: "";
	transform: none;
	transition: none;
	position: absolute;
	right: 50px;
	top: 14px;
	background-color: #004621;
	color: white;
	border-radius: 4px;
	width: 30px;
	height: 30px;
}

.faq-accordion-2 .accordion-button:after {
	content: "+";
	font-size: 40px;
	transform: none;
	transition: none;
	position: absolute;
	bottom: 0px;
	right: 50px;
	top: 6px;
	color: white;
	background: none;
	width: 26px;
	height: 26px;
	font-weight: 100;
}

.faq-accordion-2 .accordion-button:not(.collapsed)::before {
	content: "";
	transform: none;
	transition: none;
	position: absolute;
	right: 50px;
	top: 14px;
	background-color: #004621;
	color: white;
	border-radius: 4px;
	width: 30px;
	height: 30px;
}

.faq-accordion-2 .accordion-button:not(.collapsed)::after {
	content: "-";
	font-size: 40px;
	transform: none;
	transition: none;
	position: absolute;
	bottom: 0px;
	right: 46px;
	top: 4px;
	color: white;
	background: none;
	width: 26px;
	height: 26px;
	font-weight: 100;
}
.faq-accordion .accordion-button:focus,
.faq-accordion-2 .accordion-button:focus{
	box-shadow: none;
}
.find-answer-wrapper button {
	padding: 6px 35px;
	border: 1px solid #FDD7A6;
	background-color: #FDD7A6;
	color: black;
	margin-top: 10px;
}
.find-answer-wrapper button.animate-btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #FDD7A6;
    left: -8px;
    top: -7px;
    transition: all .3s;
}

.find-answer-wrapper button.animate-btn:hover:before {
	left: 0;
	top: 0;
}
.list-content{
	list-style: none;
}
.list-content li {
	margin: 10px 0;
}
.blogpage-banner,
.residentialpage-banner,
.commercialpage-banner {
	position: relative;
	overflow: hidden;
}
.blogpage-banner::before,
.residentialpage-banner::before,
.commercialpage-banner::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.5);
    z-index: 1;
}
#blogpage-section{
	margin: 50px 0;
}
#blogpage-section a {
    text-decoration: none;
    color: black;
}
#blogpage-section a:hover {
    text-decoration: none;
    color: black;
}
#blogpage-section a:active {
    text-decoration: none;
    color: black;
}
.blog-box-wrapper .prj-img-content{
	padding: 20px;
}
.blog-box-wrapper p.para{
	font-weight: 600;
    font-size: 12px;
	color: black;
}
.blog-box-wrapper {
    max-height: 370px;
    overflow: hidden;
    border: 0;
    margin-bottom: 40px;
    position: relative;
}
.blog-box-wrapper h4{
	font-size: 16px;
}
.blog-box-wrapper p{
	font-size: 14px;
	color: gray;
}
#prj-listing-page-section{
	margin: 50px 0;
}
.prj-wrapper {
	width: 90%;
    margin: auto;
  }
  .prj-location h5 {
	color: gray;
}
.prj-location p {
    font-size: 12px;
}
  .prj-lst-img-box {
	max-height: 370px;
    overflow: hidden;
    border: 0;
    margin-bottom: 40px;
	position: relative;
  }

  .prj-lst-img-box img,
  .blog-box-wrapper img {
    transition: all 0.4s ease-in-out;
    object-fit: cover;
    height: 200px;
    position: relative;
	overflow: hidden;
	width: 100%;
  }
  .prj-img{
	position: relative;
    overflow: hidden;
  }
  .prj-lst-img-box:hover .prj-img::before{
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 35, 0.5);
	z-index: 1;
  }
  .view-project{
	transition: all 0.4s ease-in-out;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    left: 0px;
    font-size: 13px;
    background-color: transparent;
    right: 0;
    width: 140px;
    margin: auto;
    border: 1px solid white;
    color: white;
    padding: 7px;
    text-align: center;
  }

a.view-project:hover{
	text-decoration: none;
	color: white;
}

a.view-project:active,
a.view-property:active{
	text-decoration: none;
	color: white;
}
a.view-project,
a.view-property{
	text-decoration: none;
	color: white;
}
  .prj-lst-img-box:hover .view-project{
    opacity: 1;
    visibility: visible;
	top: -150px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
  }
.prj-lst-img-box:hover img{
	height: 270px;
	transition: all 0.4s ease-in-out;

  }
  .prj-lst-img-box:hover .prj-location{
    opacity: 0;
	transition: all 0.5s ease-in-out;
  }
  .prj-lst-img-box .prj-location{
    opacity: 1;
	transition: all 0.5s ease-in-out;
  }

  .prj-img-content {
	padding: 20px 40px;
    background-color: #f5f5f5;
    position: relative;
    min-height: 280px;
  }
  .main-banner-single-blog .banner-title h1 {
    font-size: 40px;
  }
  .sidebar{
	position: sticky;
	top: 100px;
	padding-top: 50px;
	}
  
	.sidebar #wp-block-search__input-1{
		padding: 12px 30px;
		border: 1px solid #000;
		border-radius: 50px 0 0 50px;
		width: 100%;
		font-size: 18px;
		outline-offset: 0px;
	}
	.sidebar .wp-block-search__inside-wrapper button{border: 1px solid #000;border-radius: 0 50px 50px 0;margin: 0;}
	.sidebar .wp-block-search__inside-wrapper{
		position: relative;
		margin: 20px 0px;
	}
	.sidebar #wp-block-categories-1{
		padding: 10px 18px;
		border: 1px solid #000;
		border-radius: 50px;
		width: 400px;
		font-size: 18px;
		outline-offset: 0px;
	}
	.sidebar label.wp-block-search__label.has-small-font-size {
		font-size: 22px !important;
	}
	.sidebar .wp-block-categories__label{font-size: 22px;margin-bottom: 10px;}
	.sidebar .form-select-wrapper select{
				/* display: block; */
			/* width: 100%; */
			/* padding: .375rem 2.25rem .375rem .75rem; */
			/* font-size: 1rem; */
			/* font-weight: 400; */
			/* line-height: 1.5; */
			/* color: var(--bs-body-color); */
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			background-color: var(--bs-body-bg);
			background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
			background-repeat: no-repeat;
			background-position: right .75rem center;
			background-size: 16px 12px;
			border: var(--bs-border-width) solid var(--bs-border-color);
			border-radius: var(--bs-border-radius);
			transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
			--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	}
	.sidebar{

	}
	ol > li::marker {
		font-weight: bold;
	  }
	  .search-bar #blog-search {
		padding: 12px 20px;
		margin: 20px 0px;
		border: 1px solid #000;
		border-radius: 50px;
		width: 400px;
		font-size: 18px;
		outline-offset: 0px;
	}
	.search-bar img {
		position: absolute;
		top: 0;
		bottom: 0;
		right: -20px;
		left: 0;
		margin: auto 30px auto auto;
		width: 15px;
	}
	.category-box .form-select {
		padding: 12px 30px;
		font-size: 18px;
		border-radius: 50px;
		border: 1px solid #000;
	}
	.blog-search-components {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		padding-top: 30px;
	}
	.search-bar {
		position: relative;
		text-align: center;
	}
	.not-found .nthng-fnd{font-size: 18px;text-align: center;}
	.sidebar label#wp-block-search__input-1-error {
		position: absolute;
		bottom: -40px;
		left: 10px;
	}
/* blog page */	
.commercialpage-title,
.residentialpage-title{
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 150px;
	z-index: 1;
}
.blogpage-title{
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 80px;
	z-index: 1;
}
.blogpage-banner,
.commercialpage-banner, 
.residentialpage-banner{
	position: relative;
	overflow: hidden;
}

/* contact us page */
.contactuspage-banner {
	position: relative;
	overflow: hidden;
}

.contactuspage-banner::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 35, 0.5);
	z-index: 1;
}

.contactuspage-title {
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 150px;
	z-index: 1;
}

.contactpage .input-box input,
.contactpage .input-box textarea {
	border: 1px solid #9d9d9d;
	padding: 16px;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
}

.contactpage .input-box,
.contact-btn {
	width: 100%;
	margin-bottom: 10px;
}

.contactpage .contact-btn button {
	border: 1px solid #004621;
	color: white;
	background-color: #004621;
	height: 60px;
	width: 100%;
	margin: 10px 0;
	font-size: 17px;
}

.contactpage .contact-form {
	width: 100%;
	padding: 0;
}

.contactpage .contact-form input::placeholder,
.contactpage .contact-form textarea::placeholder {
	color: black;
	font-size: 17px;
}

.contactus-right-side {
	margin-left: 50px;
}

.contactus-img img {
	width: 100%;
}

.contactus-img {
	margin: 30px 0;

}

.contact-page-wrapper {
	margin: 30px 0;
}

.contact-page-wrapper p {
	font-size: 16px;
	padding: 10px 0;
}

.contact-page-wrapper .title-border {
	margin: 5px 0;
}

.contact-page-wrapper .address-logo {
	margin-right: 20px;
}

.contact-page-wrapper .logo-wrapper p {
	margin-left: 40px;
}
/* disclaimer & privacy pages */
.privacy .text-4{
	font-size: 15px;
}
.disclaimer a:hover{
	text-decoration: none;
	color: white;
}

.disclaimer a:active{
	text-decoration: none;
	color: white;
}
.disclaimer a{
	text-decoration: none;
	color: white;
}
.copyright{
	margin-bottom: 0;
}
/* 404 page */
.not-found-page {
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.not-found-page h1 {
    font-size: 250px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 28px;
    opacity: 0.7;
}
.not-found-page p {
    font-size: 15px;
    font-weight: 500;
    color: #717171;
}
/* footer page */
footer {
	background-color: #004621;
	color: white;
}
.quick-links ul {
    display: flex;
	justify-content: center;
    gap: 40px;
    padding: 0 50px;
    margin: 0 50px;

}
.quick-links ul li {
    list-style: none;
}
.quick-links h3{
	display: none;
}
footer a {
    color: white;
    text-decoration: none !important;
}
.quick-links a:hover {
    color: #FDD7A6;
}
.quick-links a:active {
    color: white;
}
.quick-links a {
    color: white;
}
.disclaimer{
	padding-top: 30px;
}
.disclaimer a:hover{
	color: #FDD7A6;
}
.disclaimer a:active{
    color: white;
}
.disclaimer a{
    color: white;
	text-decoration: none;
}
.mobile-footer{
	display: none;
}
.desktop-footer-logo {
}
.mobile-footer-logo{
	display: none;
}

.desktop-footer-logo img,
.mobile-footer-logo{
	width: 150px;
}
.follow-us-wrapper {
	margin-top: 30px;
}
.mobile-followus{
	display: none;
}
.follow-us-logo {
	color: white;
	padding-top: 5px;
}
.follow-us-logo ul{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
	padding-left: 0;
}
/* 
.flex-center-align {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
} */
.contact-info-wrapper a{
	color: white;
}
.social-icon {
    width: 30px;
    height: 30px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}
.social-icon a {
    line-height: 12px;
}
.social-icon a:hover {
	text-decoration: none;
	color: white;
}
.contact-us-logo {
    width: 50%;
    margin-left: 15px;
}
#section-wipes section {
    background-color: #f5f5f5;
	padding-bottom: 30px;
}
.table-custom-text{
	display: flex;
	white-space: break-spaces;
}
.contact-popup-form{
	width: 45%;
	z-index:9 !important;
	min-height: auto;

}
.contact-popup-form .input-box input {
    border: 1px solid #dedede ;
	padding: 10px;
}
.contact-popup-form .contact-btn button{
	height: 45px;
}
.contact-popup-form form{
	padding: 30px;
}
.single-post .nav-links{
display: none;
}
/* mobile reponsive */
@media only screen and  (max-width: 1250px) {
	.contactuspage-title,
	.faqpage-title,   
	.projectpage-title,
	.aboutuspage-title,
	.commercialpage-title, .residentialpage-titl{
	 bottom: 30px;
    left: 50px;
	}
section.section-gap.mobile-foundation {
    margin-top: 0;
}
.desktop-foundation{
	display: none;
}
}
@media only screen and (min-width: 1250px) and (max-width: 1350px) {
	#section-wipes .panel3{
		padding-bottom: 50px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.faq-accordion-2 .accordion-button:not(.collapsed)::before {
		right: 20px;
	}
	.faq-accordion-2 .accordion-button:before {
		right: 20px;
	}
    .faq-accordion-2 .accordion-button:not(.collapsed)::after {
		right: 20px;
    }
	.faq-accordion-2 .accordion-button:after {
		right: 20px;
	}
	}
@media only screen and (min-width: 991px) and (max-width: 1100px) {
.about-detail h2 {
    font-size: 45px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
	
	.homepage-title {
        bottom: 70px;
    }
	.title-font{
		line-height: normal;
	}
	.title-font-2{
		line-height: normal;
	}
	header {
        padding: 8px 20px;
    }
	.project-main-menu ul.sub-menu{
		padding: 0 !important;
		margin: 0 !important;
	}
	.homepage-title {
		bottom: 100px;
	}
	.about-detail-wrapper::after {
		width: 100px
	}
	.about-detail-wrapper::before {
		width: 100px
	}
	.number {
		margin: 20px 0;
	}
	.footer-wrapper {
		width: 100%;
	}
	.mobile-foundation {
		display: block;
	}
	.foundation-title {
		border-bottom: none;
	}
	.foundation-slider-img {
		padding: 0px;
		margin: auto;
		width: 80%;
	}
	.foundation-left {
		height: auto;
		margin: 50px 0;
	}
	.foundation-content {
		width: 70%;
	}
	.foundation-slider .owl-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 40px;
	}
	.foundation-slider .owl-prev img{
		transform: rotate(180deg);
	}
	.foundation-slider .owl-prev{
		margin-right: 1px;
	}
	.slider-content {
		padding: 0px;
	}
	
	.about-us-para {
		width: 100%;
	}
	
	.about-developer-img-2 {
		margin-top: 30px;
	}
	.commitment-to-quality-wrapper p {
		width: 100%;
	}
	.why-choose-us {
		width: 100%;
	}
	#commercial-projects {
		padding: 50px 0;
	}
	.commercial-content {
		top: 15px;
	}
	.searchbox svg {
    top: -35px;
    right: 20px;
	}
	.quick-links {
        padding: 20px 0;
    }
	.contact-info-wrapper {
		width: 70%;
	}
	.desktop-amenities{
		display: block;
	}
	.mobile-amenities{
		display: none;
	}
	#amenities {
		padding: 50px 0;
	}
}
@media only screen and (max-width: 1200px) {
.navbar-menu ul {
	display: flex;
	gap: 50px;
	padding: 0 20px;
	margin: 0 20px;
}
}
@media only screen and (max-width: 1024px) {

ul.sub-menu {
	position: relative;
	top: 0px;
	background: white;
	left: 0px;
	padding: 0;
	display: none
}
ul.sub-menu{
	display: none;
}
ul.sub-menu li {
    padding: 0px; 
    list-style: none;
}
ul.sub-menu li a {
    margin: 0px;
}
ul.sub-menu li:first-of-type {
    border-bottom: none;
}
.container {
	width: 100%;
}
.contact-popup-form {
    width: 100%;
}
header {
	padding: 15px 30px;
}
.homepage-title {
	bottom: 80px;
}
.project-content {
	width: 70%;
}
.project-content-right {
	margin-top:0px;
}
.slider-content {
	padding-top: 0;
}
.footer-wrapper {
	width: 100%;
}
.contact {
	padding-bottom: 0;
}
.contact-form {
    width: 80%;
}
h3.contact-us-title {
     margin-left: 0px;
}
.contact-info-wrapper {
    width: 80%;
}

.about-us-para {
	width: 95%;
}
.about-developer-img-2 {
	margin-top: 50px;
}

.aboutus-oveview-img:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    border: 3px #FDD7A6 solid;
    top: 0px;
    right: -8px;
    z-index: -9;
}
.project-oveview-img:before {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    border: 3px #FDD7A6 solid;
    top: -1px;
    right: -8px;
    z-index: -9;
}
.commitment-to-quality-wrapper p {
	width: 100%;	
}
.download-btn-wrapper{
	margin-left: 15px;
}
#amenities {
	padding: 50px 0;
}
.amenities-img-wrapper, .amenities-button-wrapper {
	margin: 0 ;
}
/* .searchbox svg {
    top: -35px;
    right: 20px;
} */
.contactus-right-side {
    margin-left: 0px;
}
}

@media only screen and (max-width: 1023px) {
	.main-banner-single-blog .banner-title h1 {
		line-height: 30px;
	}
	.project-main-menu ul.sub-menu{
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
		margin-left: 20px;
	}
	.navbar-menu li.project-main-menu:hover ul.sub-menu{
		position: static;
	}
	.quick-links ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: unset !important;
        padding: 15px 0;
        margin: 0;
		gap: 10px;
	}
	.quick-links ul li a {
        text-decoration: none;
        margin: 10px 0;
	}
	.form-section label {
		width: 100% !important;
		height: auto !important;
	}

	.form-section label input,
	.form-section label select {
		margin-bottom: 10px;
		height: 40px !important;
	}

	.form-section {
		width: 80%;
		margin: auto;
		float: none;
	}

	.form-section .btn-group {
		float: none;
		margin-top: 5px;
	}

	/* custom codes here */

	.title-font{
		font-size: 35px;
		text-align: center;
		line-height: normal;
	}
	.title-font-2{
		font-size: 35px;
		text-align: left;
		line-height: normal;
	}
	.mobile-title{
		display: block;
		margin: 0;
	}

	.desktop-title-2{
		display: none;
	}
	.mobile-title-2 {
        display: block;
        font-size: 20px;
    }
	.hide-title{
		display: none;	
	}
	.mobile-title-wrapper{
		position: relative;
		display: inline-block;
		text-align: center;
	}
	/* .mobile-title::after{
		content: "";
		width: 50%;
		height: 1.7px;
		background-color: #FDD7A6;
		position: absolute;
		right: 0;
		top: 35px;
	} */
	.contactuspage-title,
	.faqpage-title,   
	.projectpage-title,
	.aboutuspage-title
	.commercialpage-title, 
	.residentialpage-title{
	 bottom: 30px;
    left: 30px;
	}

	.homepage-title {
        bottom: 190px;
    }
	.title-border {
		margin: 0px 0;
	}
	.section-gap {
		margin: 30px 0;
	}
	.brand-slider-wrapper {
		padding: 0px;
	}
	.about-detail-wrapper {
		margin: 0px 0;
	}
	.foundation-wrapper {
        padding: 20px 0;
    }
	#about-developers {
        padding: 30px 0;
    }
	.project-detail-wrapper h4 {
		font-size: 15px;
	}
	#amenities {
		padding: 30px 0;
	}
	.contact-right-side {
		margin-top: 20px;
	}
	#find-answer {
		padding: 30px 0;
	}
	.contactpage .contact-form {
		padding: 20px 0;
	}
	.contact-page-wrapper {
		margin: 0px 0;
	}
	header {
		padding: 12px 40px;
	}
	.navbar-menu {
        display: none;
    }

    /* Hamburgur menu */
    .menu_btn.btn11 {
        visibility: visible;
        opacity: 1;
        display: block;
    }
	.menu_lists{
		display: block;
	}
	
	.menu_lists {
        position: fixed;
        top: 105px;
        background-color: white;
        color: black !important;
        width: 100%;
		height: 100Vh;
        z-index: 19;
        right: 100%;
		-webkit-transition: .35s ease-in-out;
		-o-transition: .35s ease-in-out;
		transition: .35s ease-in-out;

    }
	.menu_lists.active{
		right: 0%;
	}

	.menu_lists li a{
	color: black !important;
	}
    .btn11 {
        position: relative;
        width: 30px;
        height: 40px;
        top: -10px;
        left: 0px;
        transition-duration: .5s;
        margin: auto;
        margin-right: 0;
    }

    .btn11 .icon-left {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: #212121
    }

    .btn11 .icon-left:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: -10px
    }

    .btn11 .icon-left:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: 10px
    }

    .btn11 .icon-left:hover {
        cursor: pointer
    }

    .btn11 .icon-right {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: #212121;
        left: 15px
    }

    .btn11 .icon-right:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: -10px
    }

    .btn11 .icon-right:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: 10px
    }

    .btn11.open .icon-left {
        transition-duration: .5s;
        background: 0 0
    }

    .btn11.open .icon-left:before {
        transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px)
    }

    .btn11.open .icon-left:after {
        transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px)
    }

    .btn11.open .icon-right {
        transition-duration: .5s;
        background: 0 0
    }

    .btn11.open .icon-right:before {
        transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px)
    }

    .btn11.open .icon-right:after {
        transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px)
    }

    .btn11:hover {
        cursor: pointer
    }


    ul.custom_class {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: unset !important;
        padding: 15px 0;
        margin: 0;
        color: black;

    }
	ul.custom_class li a{
		color: black;
	}

    .menu_lists li a {
        text-decoration: none;
        color: black;
        display: block;
        margin: 10px 0;
        padding-left: 35px;
        font-size: 16px;
    }
	li .social-icon a{
		padding-left: 0;
	}

/* home page */
	.about-us-content p {
		width: 100%;
	}
	.about-detail-content{
		margin: 10px 0;
	}
	.project-content-wrapper {
        padding: 0 50px;
        margin-left: 35px;
    }
	.project-slider-left .owl-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        position: static;
    }
	.project-slider-left .owl-prev img{
	transform: rotate(180deg);
	}
	.project-slider-left .owl-prev{
		margin-right: 1px;
	}
	.project-slider-right .owl-nav{
		display: none;
	}
	.project-tab {
		margin: 40px 10px;
		display: flex;
		justify-content: center;
	}
	.number {
		margin: 0;
	}
	.project-tab button {
		padding: 0 10px;
		width: 210px;
		background-color: white;
		color: #004621;
		border: 1px solid #004621;
		margin-left: -4px;
		border-bottom: 2px solid #004621;
		height: 50px;
	}
	.slider-content {
		padding: 0px;
	}
	.mobile-foundation{
		display: block;
	}
	.foundation-content {
		width: 80%;
		text-align: left;
		margin: auto;
	}
	.foundation-left {
		height: 100%;
	}
	.foundation-wrapper {
		padding: 20px 0;
	}
	.foundation-title {
		padding: 0;
		border-bottom:none;
	}
	.foundation-slider-img {
		padding:50px 0px ;
		padding-top: 0;
	}
	.foundation-slider .owl-nav {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.foundation-slider .owl-prev img{
		transform: rotate(180deg);
	}
	.foundation-slider .owl-prev{
		margin-right: 1px;
	}
	
	/* about us page */
	.about-us-para{
		width: 100%;
	}
	
	.commitment-to-quality-wrapper p{
		width: 100%;
		text-align: left;
	}
	.why-choose-us {
		width: 100%;
	}
	.why-choose-us p {
		text-align: left;
	}
	.about-developer-wrapper{
		padding: 0;
	}
	.about-developer-img-1{
		width: 100%;
		margin: 20px 0;
	}
	.about-developer-content-1 {
        width: 100%;
        padding-bottom: 20px;
    }
	.about-developer-img-2{
		width: 100%;
		margin: 20px 0;
	}
	.about-developer-content-2{
		width: 100%;
	}
	
	.project-slider-right .owl-item img {
		filter: none;
	}
	.project-content {
    	width: 100%;
	}
	/* project page */
	.project-overview-wrapper{
		padding-top: 40px;
		padding-bottom:40px ;
	}
	.project-overview-content{
		margin-top: 40px;
	}
	
	.project-overview-content .download-btn-wrapper{
		text-align: center;
	}
	.prj-lst-img-box .view-project{

	  }
	.location-img{
		margin-bottom: 50px;
	}
	.mble-amenities-content {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }
	.amenities-icon-img{
		margin-right: 10px;
	}
	.amenities-wrapper{
		margin-top:0 ;
	}
	.amenities-button-wrapper{
		margin-top: 30px !important;
		margin: 0;
	}
	.amenities-img-wrapper{
		margin: 0;
		min-height: 300px;
	}
	.amenities-content {
		margin-left: 0px;
	}
	.desktop-amenities{
		display: none;
	}
	.mobile-amenities{
		display: block;
	}
	.amenities-slider .owl-nav {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.amenities-slider .owl-prev img{
		transform: rotate(180deg);
	}
	.amenities-slider .owl-prev{
		margin-right: 1px;
	}
	#gallery{
		padding: 0;
	}
	#sitemap{
		padding: 50px 0;
	}
	.sitemap-img-left{
		margin: 30px 0;
	}
	.sitemap-img-right{
		margin-top: 30px;
	}
	.sitemap-img-right img {
		width: 70%;
	}
    #commercial-projects {
        padding: 30px 0;
        margin: 40px 0;
    }
	#commercial-project-slider{
		display: block;
	}
	.commercial-content {
		top: 33px;
	}
	.gallery-slider .owl-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 0;
	}
	.gallery-slider .owl-prev img{
		transform: rotate(180deg);
	}
	.gallery-slider .owl-prev{
		margin-right: 1px;
	}
	.gallery-slider .owl-item img {
		filter: none;
	}
	h3.contact-us-title {
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
		text-align: center;
		padding-top: 0px;
	}
	.contact-form {
		width: 100%;
		padding: 0;
	}
	.contact {
		padding: 0;
	}
	.contact-info-wrapper::before {
		display: none;
	}
    .contact-info-wrapper {
        width: 100%;
        padding: 20px 0;
        margin: 0px;
    }
	.contact-us-wrapper {
		display: none;
	}
	.faq-wrapper h3{
		text-align: center;
   		margin-bottom: 30px;
	}

	/* faq page */
	.searchbox {
		margin: 20px 0;
		float: none;
		clear: none;
		text-align: center;
	}
	.faq-accordion-2 .accordion-body {
		width: 95%;
		margin: 0;
		margin-left: 20px;
	}
	.faq-accordion-2 .accordion-button:not(.collapsed)::before {
		right: 0;
		width: 25px;
		height: 25px;
		top: 10px;
	}
	.faq-accordion-2 .accordion-button:before {
		right: 0;
		width: 25px;
		height: 25px;
		top: 10px;

	}
    .faq-accordion-2 .accordion-button:not(.collapsed)::after {
        right: -2px;
        width: 20px;
        height: 20px;
        top: 3px;
        font-size: 30px;
    }
	.faq-accordion-2 .accordion-button:after {
		right: 1px;
		width: 20px;
		height: 20px;
		top: 5px;
		font-size: 30px;
	}
	.faq-accordion-2 h2 button {
		width: 100%;
	}
	/* contact us page */
	.contactus-right-side {
		margin-left: 0px;
	}
	/* footer page */
	.footer-wrapper {
		width: 100%;
	}
	.quick-links h3{
		display: block;
	}
	.quick-links{
		padding-top: 0px;

	}
	.desktop-footer-logo {
		display: none;

	}
	.mobile-footer{
		display: block;
	}
	.mobile-footer{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mobile-footer-logo{
		display: block;
	}
    .mobile-followus {
        display: block;
        margin-top: 30px !important;
    }
	.row-sm-reverse{
		flex-direction: column-reverse;
	}

	.banner-title h1 {
		font-size: 50px;
		line-height: 25px;
	}
	.banner-title h4 {
		font-size: 20px;
	}
	.about-detail-wrapper::before {
		display: none;
    }
	.about-detail-wrapper::after {
		display: none;
    }


}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.coming-soon-wrapper .view-property {
		bottom: 30px;
		left: 22%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.homepage-title {
        bottom: 130px;
    }


	.sitemap-img-right img {
		width: 50%;
	}

	.desktop-footer-logo {
		display: block;

    }
	.mobile-footer{
		display: none;
	}
	.desktop-footer-logo {
		margin:  0;
		padding-top: 0px;
	}
	footer {
		padding-top: 30px;
	}
	.quick-links {
        padding-top: 0px;
    }
	.follow-us-wrapper {
		margin-top: 20px;
		padding-top: 20px;
	}
	.quick-links{
		padding-top: 20px;
	}
	.prjt-logo img {
		width: 80px;
	}
	.prjt-logo {
		left: 110px;
		bottom: 20px;
	}
	.coming-soon-wrapper:hover .view-property {
		bottom: 40px;
	}
}
@media only screen and (max-width: 996px) {

	.form-section label {
		width: 15% !important;
	}	
	
}
@media only screen and (max-width: 996px) {	
	#blogpage-section .blog-main-content{
		padding-bottom: 40px;
	}
	.single-page-wrapper{
		flex-direction: column-reverse;
	}
	.sidebar #wp-block-categories-1 {
		width: 100%;
	}
	.sidebar .wp-block-search__inside-wrapper {
		width: 100% !important;
	}
	/* .main-banner-single-blog.blogpage-banner {
		margin-top: 110px;
	} */
	.single-page-wrapper ol, .single-page-wrapper ul{
		margin-left: 10px;
	}
}
@media only screen and (max-width: 768px) {

	.prjt-logo {
		position: absolute;
		z-index: 1;
		left: 0;
		bottom: auto;
		top: 25%;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.coming-soon-wrapper .view-property {
		transition: all 0.4s ease-in-out;
		position: absolute;
		opacity: 1;
		visibility: visible;
		display: flex;
			align-items: center;
			justify-content: center;
			left: 0;
			right: 0;
			top: 50%;
			bottom: auto;
			z-index: 1;
	}
	.coming-soon-wrapper:hover .view-property{
		left: 0;
		right: 0;
		top: 50%;
		bottom: auto;
	}
	.desktop-prjt-btn{
		display: none;
	}
	.mobile-prjt-btn{
		display: block;
		width: 160px;
        text-align: center;
        padding: 10px 20px;
        margin: 20px 0;
		}

	.commercial-content {
        top: 80px;
        opacity: 0.9;
    }
	.mb-mt-110{
		margin-top: 110px;
	}
	/* custom codes */
	.faq-accordion-2 button{
		padding-right: 25px;
	}
	.desktop-footer-logo {
		display: block;

    }
	.mobile-footer{
		display: none;
	}
	 .blog-search-components{
		display: block;
		padding: 0 20px;
	}
	.search-bar #blog-search {
		width: 100%;
	}
	.prj-img-content{
		min-height: auto;
	}
	.prj-lst-img-box{
		max-height: none;
	}
	.main-banner-single-blog.blogpage-banner img {
		height: 70vh;
		object-fit: cover;
	}

}
@media only screen and (min-width: 480px) and (max-width: 1022px) {

	.banner-title h1 {
        font-size: 60px;
    }
	.banner-title h4 {
        font-size: 17px;
    }
	.aboutus-oveview-img {
		margin: 30px 0;
	}
	.contact-form {
        width: 80%;
	}
	.blogpage-title{
		left: 40px;
	}

}
@media only screen and (max-width: 600px) {
.main-banner-single-blog .banner-title h1 {
	font-size: 20px;
}
.main-banner-single-blog .banner-title h1.title-font-2 {
	font-size: 30px;
}
}
@media only screen and (max-width: 479px) {

	/* .section-gap {
		margin: 0px 0;
	} */
	.nav-previous,.nav-next{
		text-align: center;
	 }
	 .nav-next a{
		margin: 0;
		line-height: 50px;	 }
	.nav-title{
		font-size: 10px;
	}
	header {
        padding: 3px 30px;
    }
	.menu_lists {
        top: 88px;
	}
	.aboutuspage-title,
	.projectpage-title,
	.faqpage-title,
	.contactuspage-title,
	.blogpage-title,.commercialpage-title, .residentialpage-title{
		left: 20px;
	}
	.homepage-title h1{
        font-size: 40px !important;
	}
	.homepage-title h3{
        font-size: 18px;
	}
	.banner-title h1 {
        font-size: 50px;
    }
	.banner-title h4 {
        font-size: 17px;
		line-height: 25px;
    }
	h4,h3{
		font-size: 17px;
	}
	.title-font{
		font-size: 35px;
		text-align: center;
		line-height: normal;
		margin-bottom: 20px;
	}
	.title-font-2{
		font-size: 60px;
		text-align: left;
		line-height: normal;
		margin-bottom: 20px;
	}
	.mb-mt-110 {
        margin-top: 90px;
    }
	#about-developers {
        padding-top: 0px;
        margin-bottom: 0;
    }
	.about-detail-wrapper::before {
		display: none;
	}
	.about-detail-wrapper::after {
		display: none;
	}
	/* #section-gap-mble{
		margin: 20px 0 !important;
	} */
	.sitemap-img-right img {
		width: 70%;
	}
	.project-content-wrapper {
        margin-left: 0px;
    }
	.aboutus-oveview-img {
		margin: 30px 0;
	}
	.commercial-content {
		top: 50px;
		opacity: 0.9;
	}
	.searchbox svg {
		right: 50px;
		top: -3px;
	}
    .foundation-slider-img {
        padding: 20px 0px;
        padding-top: 0;
    }
	.foundation-slider .owl-nav {
        margin-top: 30px;
    }
	.about-detail h2 {
		font-size: 45px;
	}
	.faq-wrapper h3 {
        font-size: 24px;
    }
	.contact-page-wrapper h3{
		font-size: 24px;
	}
	.mobile-footer-logo {
    }
	.follow-us-wrapper {
		margin-top: 30px;
	}
	.location-accordion-wrapper{
		padding: 0 ;
	}
	#amenities {
        padding-top: 0;
    }
	#gallery {
        margin-top: 0;
    }

	#sitemap {
        padding: 10px 0;
    }
	#commercial-projects {
        padding: 30px 0;
    }
	.faq-accordion .faq-content {
		width: 100%;
	}	
	.faq-accordion-2 .accordion-button:not(.collapsed)::before {
        right: -5px;
        width: 20px;
        height: 20px;
        top: 10px;
    }
	.faq-accordion-2 .accordion-button:not(.collapsed)::after {
        right: -10px;
        width: 20px;
        height: 20px;
        top: 0px;
        font-size: 30px;
    }
	.faq-accordion-2 .accordion-button:before {
        right: -5px;
        width: 20px;
        height: 20px;
        top: 10px;
    }
	.faq-accordion-2 .accordion-button:after {
        right: -8px;
        width: 20px;
        height: 20px;
        top: 6px;
        font-size: 25px;
    }
	.contact-popup-form form {
		padding: 0px;
	}
}