/*
Author : Shameer
Company: Pixelfloat

*/


/* RESET STYLE ------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Montserrat", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}

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

h1,
h2,
h3 {
	color: #004534;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	margin: 0 0 30px;
	padding: 0;
	line-height: 1;
}

h4,
h5 {
	color: #004534;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.3;
}

h1 {
	font-size: 46px;
	font-weight: 900;
	line-height: 1;
}

h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: capitalize;
}

h3 {
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
}

h4 {
	font-size: 30px;
	font-weight: 400;
}

h5 {
	font-size: 24px;
	font-weight: 500;
}

h6 {
	font-size: 20px;
	font-weight: 600;
	color: #004534;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
}

p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px;
	padding: 0;
	color: #231F20;
}

p a {
	text-decoration: underline;
	color: #231F20;
}

p a:hover {
	color: #004534;
}

strong {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #004534;
	transition: all 1s;
}

a:hover {
	color: #004534;
}

a img {
	border: none;
	outline: none;
}
::after,
::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
@media(max-width:1200px) {

	h1,
	h2,
	h3 {
		margin: 0 0 20px;
	}

	h4,
	h5,
	h6 {
		margin: 0 0 15px;
	}
}

@media(max-width:991px) {

	p {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media(max-width:767px) {

	h1,
	h2,
	h3 {
		margin: 0 0 15px;
	}

	h4,
	h5,
	h6 {
		margin: 0 0 10px;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 28px;
	}

	h5 {
		font-size: 24px;
	}

	h6 {
		font-size: 20px;
	}

}

@media(max-width:575px) {}



a::after,
a::before {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0;
}
a.yellow_button,
a.whtie_button,
a.button {
	display: inline-block;
	margin: 0;
	padding: 13px 30px;
	text-decoration: none;
	border-radius: 30px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #004534;
	border: 1px solid #004534;
}
a.whtie_button:hover,
a.button:hover { background:#fff200; color:#333; border-color:#333; }
a.yellow_button { background:#fff200; color:#333; border-color:#333; }
a.whtie_button {
	background: #fff;
	color: #004534; border:none;
}

a.readmore {
	font-weight: 500;
	color: #00276C;
}

a.readmore span {
	display: inline-block;
	margin: 0 5px 0 0;
}

a.readmore::after {
	content: '\f105';
}

a.readmore:hover {
	color: #004534;
}

a.readback {
	font-weight: 500;
	color: #004534;
}

a.readback::before {
	content: '\f060';
}

a.contact-button {
	color: #000;
	text-transform: uppercase;
}

@media(max-width:575px) {

	a.whtie_button,
	a.button {
		padding: 13px 20px;
		font-size: 13px;
	}
}





.text-center {
	text-align: center;
}



ul li,
ol li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}

ul li a,
ol li a {
	text-decoration: underline;
}

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





ul.listing {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.listing strong {
	font-weight: 600;
}

ul.listing li {
	position: relative;
	padding: 0 0 10px 20px;
	margin: 0;
}

ul.listing li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '-';
}






ul.wp-block-list {
	list-style-type: circle;
	padding-left: 20px;
	margin: 0 0 20px;
}

ul.wp-block-list li {
	color: #231F20;
	padding-left: 10px;
	/* Additional left margin for each list item, optional */
}

ul.wp-block-list li::marker {
	color: red;
}

/* FORM CONTENT ----------*/
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="email"],
textarea,
select,
option {
	color: #6C757D;
	font-size: 13px;
	font-weight: 400;
	background: #fff;
	border: 1px solid #E5E5E5;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="email"] {
	width: 100%;
	height: 46px;
	border-radius: 4px;
	padding: 10px 15px;
	margin: 20px 0 0;
}

input[type="date"] {
	max-width: 150px;
}

input[type="number"] {
	max-width: 130px;
}

select {
	width: 100%;
	height: 40px;
	padding: 10px 15px;
	margin: 0 0 15px;
}

textarea {
	width: 100%;
	height: 100px;
	padding: 10px 15px;
	margin: 0 0 15px;
	resize: none;
	outline: none;
	border-radius: 3px;
}

input[type="submit"],
input[type="button"] {
	width: 100%;
	min-height: 50px;
	max-width: 220px;
	background: #004534;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	border: 1px solid #004534;
	outline: none;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background: #000;
	color: #004534;
	border-color: #004534;
}

button {
	border: none;
	outline: none;
	background: none;
}



/*  MENU  ----------*/
.menu-area {
	margin: 0;
	width: auto;
	float: left;
	transition: height 1s;
}

.top-menu {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: right;
}

.top-menu a {
	font-size: 15px;
	text-decoration: none;
	color: #999;
	font-weight: 600;
}

.top-menu a.button {
	background: none;
	font-size: 13px;
	padding: 5px 10px;
	margin: 0;
}


.top-menu a:hover,
.top-menu a.active,
.current-menu-item a {
	color: #fff200;
}

.top-menu li::before {
	display: none;
}

.top-menu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-menu ul li {
	clear: none;
	margin: 0;
	padding: 0px 5px;
	float: left;
	position: relative;
	border: none;
	line-height: 1em;
}

.top-menu ul li a {
	text-transform: uppercase;
	padding: 2px 2px;
	margin: 5px 5px 0 5px;
	display: inline-block;
}
.top-menu ul li a {
    text-transform: uppercase;
    padding: 2px 2px;
    margin: 5px 5px 0;
    display: inline-block;
    position: relative;
}

.top-menu ul li a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #fff200;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.top-menu ul li a:hover::after,
.top-menu ul li.current-menu-item > a::after,
.top-menu ul li a.active::after {
    width: 100%;
}



.top-menu ul li a:focus {
	border: none;
	outline: none;
}

.top-menu ul li ul {
	padding: 5px 0;
}

.top-menu ul li ul li a:hover {
	background: #eee;
}


/* DROP DOWN MENU  -*/
.top-menu .sub-menu {
	display: none;
}

.top-menu ul li.menu-item-has-children {
	cursor: pointer;
}

.top-menu ul li.menu-item-has-children a {
	padding-right: 20px;
}

ul.sub-menu {
	width: 250px;
	position: absolute;
	left: 4px;
	top: 28px;
	z-index: 2001;
	margin: 0;
	padding: 0;
	background: #f9f9f9;
	border-radius: 3px;
}

ul.sub-menu li {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
}

ul.sub-menu li a {
	width: 100%;
	float: left;
	clear: both;
	text-transform: capitalize;
	margin: 0;
	padding: 8px 10px;
	min-height: auto;
	text-align: left;
	color: #333;
	font-size: 13px;
	font-weight: 400;
}

ul.sub-menu li a:hover {
	color: #2d2d2d;
}

ul.sub-menu li:last-child {
	border: none;
}

.top-menu .drop-down-icon {
	position: absolute;
	right: 10px;
	top: 9px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	z-index: 2001;
}

.drop-down-icon i {
	line-height: 20px;
	color: #333;
}

.top-menu .submenu-active {
	display: block;
}

.menu-button {
	display: none;
	cursor: pointer;
	float: right;
	display: none;
	width: 50px;
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 2.6;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #004534;
	border-radius: 30px;
}

.menu-close {
	display: none;
	background: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 80px;
	right: 20px;
	text-align: center;
	line-height: 30px;
	font-size: 1.1em;
	color: #d20001;
	cursor: pointer;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	/*border:1px solid #3a88fa;*/
}

@media (max-width: 991px) {
	.menu-button {
		display: block;
	}

	.menu-close {
		display: block;
	}

	.menu-area {
		height: 0px;
		overflow: hidden;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2001;
		background: #004534;
	}

	.menu-area .top-menu {
		margin: 0;
		padding: 50px 0;
	}

	.menu-area ul {
		margin: 0;
		padding: 0;
	}

	.menu-area ul li {
		width: 100%;
		float: left;
		text-align: center;
		margin: 10px 0 20px;
		padding: 0;
	}

	.menu-area ul li a {
		font-size: 1.4em;
		color: #fff;
	}

	.menu-area ul li a.button {
		font-size: 1.4em;
		padding: 10px 20px;
		border-color: #333;
		color: #333;
	}

	.menu-area ul li a:hover {
		color: #333;
	}

	.top-menu .drop-down-icon {
		width: 30px;
		height: 34px;
		border-radius: 15px;
		line-height: 34px;
		color: #fff;
		right: 10px;
		top: 0;
		background: rgba(256, 256, 256, 0.2);
	}

	.top-menu .sub-menu {
		float: left;
		width: 100%;
		margin: 5px auto 0 auto;
		float: none;
		padding: 0;
		clear: both;
		position: relative;
		top: 0;
		left: 0;
	}

	.top-menu .sub-menu li {
		margin: 0;
		padding: 0;
		text-align: center;
		border: none;
	}

	.top-menu .sub-menu li a {
		width: auto;
		display: inline-block;
		margin: 10px auto;
		padding: 2px;
		float: none;
		text-align: center;
		font-size: 18px;
		border: none;
	}

	.top-menu {
		text-align: center;
	}

	.top-menu ul {
		width: 100%;
	}

	.menu-area .top-phonecall {
		display: none;
	}

	.menu-area .quick-quote {
		display: none;
	}

}

@media (max-width: 767px) {}

@media (max-width:575px) {


	.menu-area {
		top: auto;
		bottom: 0;
	}
}

@media (max-width:380px) {
	.menu-button {
		width: 35px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}
}

/* menus script ---*/
.menu-active {
	height: 100vh;
	display: block;
	overflow-y: scroll;
}



/* owl carousel ------------- */
.owl-carousel .owl-nav div {
	width: 35px;
	height: 35px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	float: left;
	color: #7D7D7D;
	text-align: center;
	font-size: 17px;
	background: #fff;
	border-radius: 3px;
}

.owl-carousel .owl-nav div.owl-next {
	position: absolute;
	top: 40%;
	right: -45px;
}

.owl-carousel .owl-nav div.owl-prev {
	position: absolute;
	top: 40%;
	left: -45px;
}

.owl-carousel .owl-nav div:hover {
	background: #004534;
}


@media(max-width:767px) {
	.owl-carousel .owl-nav {
		display: none;
	}
}

.owl-carousel .owl-dots {
	margin: 10px 0 10px;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	padding: 0;
	background: #CCCFCE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #004534;
}

.next-slide,
.prev-slide {
	cursor: pointer;
}


.property_listing .owl-carousel .owl-dots {
	margin-top: 0;
	margin-bottom: 30px;
}

.property_listing .owl-carousel .owl-dots .owl-dot {
	background: #004534;
	border: 2px solid #fff;
	width: 14px;
	height: 10px;
}

.property_listing .owl-carousel .owl-dots .owl-dot.active {
	background: #fff;
	border: 2px solid #fff;
}









/* LAYOUT STYLES --------------- */

.full-block {
	width: 100%;
	float: left;
}

.section {
	width: 100%;
	float: left;
	margin: 0;
	padding: 50px 0;
}

@media(max-width:575px) {
	.section {
		padding: 40px 0;
	}
}

.whatsappCall {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 4003;
	animation: bounce 1s infinite;
}

.phoneCall {
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 30px;
	right: 110px;
	z-index: 4003;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

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

	60% {
		transform: translateY(-5px);
	}
}

/*HEADER ---*/

.header-container {
	width: 100%;
	float: left;
	background: none;
	animation-delay: 2s;
}

.header {
	padding: 20px 0;
	margin: 0; background:#004534;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4001; padding:10px 0;
	background: rgba(256, 256, 256, 0.9);
}

.fixed-header:hover {
	background: rgba(256, 256, 256, 1);
}
.fixed-header .top-menu a { color:#555; }
.fixed-header .top-menu a:hover, .fixed-header .top-menu a.active, .fixed-header .current-menu-item a { color:#004534; }
.fixed-header .top-quick-contact a { color:#555; }
.logo a img {
	max-width: 300px;
	width: 100%;
}

.navcontainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-contact { 
	width:100%;
	float: right; padding:0 12px 10px 0;
}

.top-quick-contact {
	float: right;
	cursor: pointer;
	margin: 0 0 0 16px;
	padding: 0;
}

.top-quick-contact a {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-content: center;
}

.top-quick-contact a img {
	height: 20px;
	display: inline-block;
	margin: 0 10px 0 0;
}

@media(max-width:991px) {
	.navcontainer {
		justify-content: flex-end;
	}

	.top-contact {
		margin-left: 20px;
	}

	.top-quick-contact a span {
		display: none;
	}

	.top-quick-contact a img {
		height: 25px;
	}
}

@media(max-width:767px) {
	.top-contact {
		display: none;
	}
}

/* BANNERS ---------- */
.banner-slider-container {
	width: 80%;
	margin: 0 auto;
	-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
	overflow: hidden;
}

.home_banner {
	width: 100%;
	float: left;
	margin: 0;
	padding:10px 0 0 0; background: #004534;
}

.banner {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}




.banner-image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.banner-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: center;
	transform: scale(1.1);
	transition: transform 5s ease;
	will-change: transform;
}

.banner-image.zoom img {
	transform: scale(1.2);
}

.banner-image::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.4);
}

.banner-caption {
	padding: 0% 0 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 300;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.banner h1 {
	max-width:800px; margin:0 auto 30px;
	text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
	font-size: 50px; line-height:1.1;
	text-align: left;
	color: #fff;
	text-align: center;
}

@media(max-width:1600px) {
	.banner-slider-container {
		width: 90%;
	}
}

@media(max-width:1400px) {
	.banner-slider-container {
		width: 92%;
	}
}

@media(max-width:1300px) {
	.banner-slider-container {
		width: 96%;
	}
}

@media(max-width:1200px) {
	.banner-slider-container {
		width: 100%;
	}

	.banner-caption {
		padding: 10% 0 0;
	}

	.banner h1 {
		font-size: 46px;
	}
}

@media(max-width:1199px) {
	.banner-slider-container {
		width: 92%;
	}
}

@media(max-width:991px) {
	.banner-caption {
		padding: 0;
	}
	.banner-image img { height:450px; }
	.banner h1 {
		font-size: 35px;
	}
}

@media(max-width:800px) {
	.banner-slider-container {
		width: 96%;
		border-radius: 20px;
	}
}

@media(max-width:767px) {
	.banner h1 {
		font-size: 32px;
	}
	.banner-slider img {
		height:400px;
	}
}

@media(max-width:575px) {
	
	.banner-caption {
		top: auto; bottom:30px;
  left: 0;
  z-index: 300;
  transform: translate(0%, 0%);
	}
	.banner-slider-container {
		width: 100%;
		margin-bottom: 30px;
	}
	.banner-slider img {
		height:300px;
	}

	.banner h1 {
		font-size: 24px; font-weight:700;
	}
	
}

.cat_slider .owl-carousel {
	z-index: 3001;
	margin-top: -50px;
}

.property-cat {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2000;
	border-radius: 20px;
	overflow: hidden;
}

.property-cat img {
	width: 100%;
	height: 220px;
	float: left;
	object-fit: cover;
	object-position: center;
}

.property-cat span {
	display: block;
	width: 100%;
	float: left;
	padding: 15px 0;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #004534;
}


@media(max-width:991px) {
	.property-cat img {
		height: 160px;
	}
}

@media(max-width:767px) {
	.property-cat img {
		height: 130px;
	}

	.property-cat span {
		font-size: 14px;
	}
}

@media(max-width:575px) {
	.cat_slider .owl-carousel {
		margin-top: 0;
	}

	.property-cat {
		margin: 0;
	}

	.property-cat img {
		height: 160px;
	}
}



.dot_pattern-block {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 0 130px;
	position: relative;
}

.dot_pattern-block:before {
	width: 100px;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/dot_pattern.png) repeat;
}

.intro_image {
	width: 100%;
	float: left;
}

.intro_image img {
	float: right;
}

.intro_block {
	width: 100%;
	padding-right: 100px;
}

.intro_block a {
	position: relative;
	width: 100%;
	display: block;
	color: #231F20;
	font-weight: 500;
}

.intro_block a:hover {
	color: #004534;
}

.intro_block a span {
	padding-right: 10px;
	background: #fff;
	display: inline-block;
}

.intro_block a::after {
	position: absolute;
	top: 9px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 2px;
	background: #D9D9D9;
	content: '';
}

.intro_year {
	width: 100%;
	text-align: right;
}

.intro_year h1 {
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.intro_year h1 span {
	text-align: right;
	color: #666;
}

@media(max-width:767px) {
	.intro_image img {
		width: 60%;
	}

	.dot_pattern-block {
		padding: 0 0 0 80px;
	}

	.dot_pattern-block:before {
		width: 50px;
	}
}



/* PROPERTIES LISTING ---- */

.property_block {
	width: 100%;
	float: left;
	margin: 0 0 30px;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
}

.property_thumb {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.property_thumb a {
	width: 100%;
	display: block;
	float: left;
}

.property_thumb a span {
	display: inline-block;
	margin: 0;
	padding: 4px 10px 5px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #999999;
	border-radius: 5px;
}

.property_thumb img {
	width: 100%;
	height: 200px;
	float: left;
	object-fit: cover;
	object-position: center;
}

.property_desc {
	width: 100%;
	float: left;
	margin: 0;
	padding: 20px 0 0;
	background: #fff;
}

.property_desc h5 {
	color: #231F20;
	margin: 0 0 5px;
	padding: 0;
}

.property_desc a.readmore_link {
	font-size: 14px;
	font-weight: 500;
}

.inner_banner .location,
.property_desc .location {
	width: 100%;
	float: left;
	padding: 0 0 10px 20px;
	color: #0098D8;
	font-weight: 500;
	position: relative;
}

.inner_banner .location::before,
.property_desc .location::before {
	content: '\f3c5';
	position: absolute;
	top: 0;
	left: 0;
}

.aminities_list {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}

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

.aminities_list ul li {
	padding: 2px 10px 2px 25px;
	margin: 0;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0 2px;
}

.property_desc .link_title {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	padding: 0;
}

.property_desc .link_title a {
	color: #231F20;
	font-size: 20px;
	font-weight: 700;
}

.property_desc .link_title p {
	margin: 10px 0 0;
	padding: 0;
	color: #231F20;
	font-size: 14px;
	text-align: inherit;
}

.property_desc .link_title a:hover {
	color: #004534;
}

.property_desc .price,
.property_price {
	font-size: 14px;
	color: #004534;
	font-weight: 600;
}

.bed {
	background: url(../images/aminities_icon_bed.png);
}

.bathroom {
	background: url(../images/aminities_icon_bathroom.png);
}

.area {
	background: url(../images/aminities_icon_area.png);
}

@media(max-width:575px) {
	.property_desc .link_title a {
		font-size: 18px;
	}

	.property_listing {
		margin-bottom: 40px;
	}
}


.property_page .property_desc {
	background: #f7f7f7;
}

.property-coverslider img {
	height: 500px;
	object-fit: cover;
	object-position: center;
}

@media(max-width:991px) {
	.property-coverslider img {
		height: 300px;
	}
}

@media(max-width:767px) {
	.property-coverslider img {
		height: 280px;
	}
}

@media(max-width:575px) {
	.property-coverslider img {
		height: 200px;
	}
}



.property_listing {
	margin: 0 0 60px;
	position: relative;
	background-color: #004534;
	background-image: url(../images/pattern-bg.png);
	background-repeat: repeat;
}

.property_listing::before {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	background: #004534;
	content: '';
}

.property_listing h2 {
	text-align: center;
	color: #fff;
}

.property_listing p {
	color: #fff;
	text-align: center;
}

.property_listing .property_desc {
	padding: 30px;
}



/* FOOTER ----------- */
.footer { 
  width:100%; float:left; 
	margin:0; padding:60px 0 30px;
	background:#0f172a; }

.footer p { 
	font-size:15px; color:#fff; margin:0; }
.footer a {
	color:#fff; text-decoration: none; }
.footer a:hover { color:#F9E4B7; text-decoration:none; }
.footer h6 { color:#fff200; font-weight: 700; }
.footerlogo { width:100%; float: left; margin:0 0 20px; padding:0 0 0 0; text-align:left; }
.footerlogo img { max-width:200px; }
.footerlogo a {}
.footer ul { list-style: none; margin:0 0 15px; padding:0; width:100%; float:left; }
.footer ul li { margin:0 0 15px; padding:0 0 0 20px; color:#fff; font-size:15px; }
.footer ul li a { color:#fff; }
.footer ul li::before { 
	position: absolute; top:4px; left:0;
	content:'\f105'; font-size:10px; }

ul.social-menu { list-style: none; margin:0 0 30px 0; padding:0; }
.footer ul.social-menu { width:100%; padding:20px 0 0 0; text-align:left; }
ul.social-menu li { display: inline-block; margin:5px 10px; padding:0; float:none; }
ul.social-menu ::before {font-family: "Font Awesome 6 Brands"; }
ul.social-menu li::before { display: none; } 
ul.social-menu li a { color:#fff; }
ul.social-menu li a svg { font-size:18px; }
ul.social-menu li a svg path { color:#fff !important; }

ul.address-list { list-style: none; }
ul.address-list li { padding-left:30px; }  
ul.address-list li a { text-decoration: none; color: inherit; }
ul.address-list li::before { position: absolute; top:0; left:0; font-size:16px; }

ul li.phone::before { content:'\f095'; }
ul li.email::before { content:'\f658'; }
ul li.location::before { content:'\f3c5'; font-size:20px; }


.copywrite { border-top:1px solid #ffffff10; margin:0; padding:20px 0 10px; text-align:center; }
.copywrite p { text-align: center; }
@media (max-width: 767px) {
	.footerlogo img { max-width:130px; }
	.footer ul.social-menu { margin-left:10px; }
}
ul.footer-sectorlist {}
ul.footer-sectorlist li { width:50%; float:left; text-align: left; }
ul.footer-sectorlist li a:hover {}
@media screen and (max-width:575px) {
	.footer h6 { text-align: center; }
	ul.footer-sectorlist li { width:100%; }
	.footer ul.social-menu {margin:0 0 30px; padding:0; }
	.footer ul li::before { position: relative; display: none;}
	.footer ul li { margin:0; padding:0 0 10px 0; }
	.footerlogo { text-align: center; }
	.footerlogo a img { max-width: 100%; width:200px; }
	.footerlogo ul.social-menu { margin:20px 0 10px; text-align: center; }
	.footerlogo ul li { margin:0; padding:0 10px; }
}

.footer-locations { 
	width:100%; float:left;
	margin:10px 0 20px; padding:40px 0 0 0;
	border-top:1px solid #00000020; border-bottom:1px solid #00000020; }
.footer-locations ul { margin:0 0 20px; padding:0; }
.footer-locations ul li { margin:0 0 20px; padding:0 20px 0 0; color:#F9E4B7;}
.footer-locations ul li a { font-weight:500; }

/*a.backtotop { 
	display: flex; align-items: center; }

.footer a.backtotop  { 
	float:right; }*/

a.backtotop {
    position: fixed; bottom: 35px; right: 100px; z-index: 1000;
    background-color: #00000050;
    font-size: 14px; color: #fff;
    padding: 5px 5px 5px 10px;
    border-radius:50px;
    text-decoration: none;
    display: none; /* Hidden initially */ }
a.backtotop span { 
	width:30px; height:30px; margin:0 0 0 10px; padding:0;
	display: inline-block; text-align: center; line-height: 2.2;
	background:#CFCFCF; color:#3d3d3d;
  border-radius: 30px; }
a.backtotop:hover {
    background-color: #000; text-decoration:none; color:#fff; }
a.backtotop span i {
    margin-left: 5px;
    font-size: 16px; }

@media (max-width: 575px) {
	.footer { text-align: center; }
	.footer p { text-align: center; }
	ul.footer-sectorlist li { text-align: center; }
}

/* HOME PAGE ---------- */

.home_content {
	padding: 0 0 60px;
}

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

.home_content .dot_pattern-block {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media(max-width:575px) {
	.home_content {
		padding-bottom: 40px;
	}
}

.team_strip {
	position: relative;
	min-height: 350px;
	background: url(../images/pexels-tomfisk-9784001.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.team_strip::before { 
	background:rgba(0,0,0,0.7);
	content:''; width:100%; height:100%; position:absolute; top:0; left:0;}

.team_strip h3,
.team_strip h4,
.team_strip h5,
.team_strip p {
	color: #fff;
}

.team_strip a.readmore {
	color: #fff;
}

@media(max-width:1200px) {
	.team_strip {
		min-height: 250px;
	}
}

@media(max-width:991px) {}

@media(max-width:767px) {
	.team_strip {
		min-height: unset;
	}
}

.accordion {
	width: 100%;
	margin: auto;
}

.accordion-item {
	border-bottom: 1px solid #ddd;
}

.accordion-question {
	cursor: pointer;
	padding: 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: background-color 0.3s ease;
}


.accordion-answer {
	display: none;
	padding: 15px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	font-size: 14px;
}

.faqsection {
	margin-bottom: 30px;
}

.faqsection .accordion {
	width: 75%;
	border-radius: 5px;
	overflow: hidden;
}

.faqsection .accordion-question {
	font-weight: 500;
	color: #fff;
	font-size: 16px;
}

.accordion-question:hover,
.accordion-question.active {
	color: #333;
	background-color: #f1f1f1; 
}
.faqsection .accordion-question:hover {
	color: #333;
}

.faqsection .accordion-answer {
	float: left;
	padding: 20px 35px 0px;
}

.faqsection .accordion-answer p {
	text-align: left;
	font-size: 14px;
	color: #444;
	line-height: 1.5;
}

.faqcontact {
	text-align: center;
}

.faqcontact p {
	text-align: center;
}

.faqcontact a.button {
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
}

.faqcontact a.button:hover {
	background: #fff;
	color: #004534;
}


@media(max-width:767px) {
	.faqsection .accordion {
		width: 100%;
	}
}


/* NEWS ---------- */
.news_strip a.button {
	float: right;
}

.news_thumb {
	width: 100%;
	float: left;
	margin: 0 0 30px;
}

.news_thumb-image {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 20px;
	border-radius: 10px;
	overflow: hidden;
}



.news_thumb-image a img {
	width: 100%;
	float: left;
	height: 350px;
	object-fit: cover;
	object-position: center;
	border: none;
	outline: none;
}

.news_thumb-image a span {
	margin: 0;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background: #004534;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.news_thumb-content {
	width: 100%;
	float: left;
}

.news_thumb-content h5 {
	margin: 0;
	padding: 0;
}

.news_thumb-content h5 a {
	color: #231F20;
}

.news_thumb-content h5 a:hover {
	color: #004534;
}

@media(max-width:1200px) {
	.news_thumb-image a img {
		height: 280px;
	}
}

@media(max-width:991px) {
	.news_thumb-image a img {
		height: 260px;
	}
}

@media(max-width:767px) {
	.news_thumb-image a img {
		height: 240px;
	}
}



/* inner page ----------------------- */
.inner_banner {
	position: relative;
	width: 100%;
	float: left;
	background: #E2EEF4;
	margin: 0;
	padding: 40px 0;
}

.inner_banner h1,
.inner_banner h2,
.inner_banner h3 {
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

ul.pagenation_list {
	list-style: none;
}

ul.pagenation_list li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 10px 0 15px;
}

ul.pagenation_list li::before {
	position: absolute;
	left: 0;
	content: '/';
}

ul.pagenation_list li:first-child {
	padding-left: 0;
}

ul.pagenation_list li:first-child::before {
	display: none;
}

ul.pagenation_list li a {
	text-decoration: none;
	color: #333;
}



.inner_banner .aminities_list {
	margin: 0;
	padding-bottom: 0;
}





/* ABOUT US PAGE -------------- */
.company-about {
	margin: 20px 0 40px;
	padding: 30px;
	border: 1px solid #c19239;
	border-radius: 15px;
}

.company-about h6 {
	margin: 30px 0;
	padding: 0;
}

.company-about img {
	text-align: center;
}

.company-about .logo {
	text-align: center
}

@media screen and (max-width:575px) {
	.company-about {
		text-align: center;
	}

	.company-about h6 {
		margin: 20px 0 0 0;
	}
}

f .whychooseus {
	position: relative;
	background: rgb(244, 248, 250);
	background: linear-gradient(0deg, rgba(244, 248, 250, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.whychooseus .titleblock {
	text-align: left;
}

.whychooseus .titleblock h1 {
	text-align: left;
}

@media(max-width:991px) {
	.whychooseus a.button {
		margin-bottom: 30px;
	}
}

.value-box {
	height:100%; border-radius: 10px;
	padding:20px 30px 30px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: all 2s;
}.value-box p { margin:0; }
.value-box:hover {
	background:#004534;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.value-box:hover h5,
.value-box:hover p {color:#fff; }



/* contact us ---------- */
.googlemap {
	width: 100%;
	margin: 0 0 30px;
}

.googlemap iframe {
	width: 100%;
	height: 400px;
	border-radius: 15px;
	overflow: hidden;
}

.write-to-us {
	padding: 50px;
	border-radius: 15px;
	border: 2px dashed #ddd;
	background: #fefefe;
}

@media screen and (max-width:575px) {
	.write-to-us {
		padding: 30px;
	}

}

ul.addresslist { margin:0 0 10px; list-style:none; padding:0;}
ul.addresslist li { margin:0; padding:0 0 10px 25px; }
ul.addresslist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; left:0; }
ul.addresslist li.location::before { content:'\f3c5'; }
ul.addresslist li.phone::before { content:'\f095'; font-size:15px; transform: scaleX(-1); }
ul.addresslist li.email::before { content:'\f658'; }
ul.addresslist li.web::before { content:'\f0ac'; }
ul.addresslist li.fax::before{ content:'\f1ac';}

ul.addresslist li a { text-decoration:none; color:#444; }
ul.addresslist li a:hover { color: #e82427; }
@media screen and (max-width:575px){
	ul.addresslist li { padding:0 0 10px; }
	ul.addresslist li::before { position: relative; margin:0 10px 0; top:0; }
}

/* scrap listing ----- */
.cover_image { width:100%; float:left; margin:0 0 30px; }
.cover_image img { 
	width:100%; height:350px; border-radius: 15px;
	object-position:center; object-fit:cover; }
@media screen and (max-width:767px) {
	.cover_image img { height:200px; }
}
.form-box { 
  width:100%; text-align: center;
  margin:0; padding:30px 25px; border-radius: 5px;
  background:#edfbe2; border:1px solid #83C9EB; }
.form-box h3 { color:#B4853A; margin:0 0 0; }
.form-box h5 { margin:0; padding:0; }
.form-box textarea { margin-top:20px; }
.form-box p { margin:0; }
.form-box p.agreetext{ font-size:12px; margin:0 0 10px; }

.scrapitem-contnet .chatwithus { 
	font-size:20px; font-weight:700; border:1px solid #004534; display:inline-block; margin:0; padding:10px 30px; border-radius:30px; }
.scrapitem-contnet .chatwithus:hover { background:#004534;}
.scrapitem-contnet .chatwithus:hover a { color:#fff; }
.scrapitem-contnet .chatwithus a:hover { text-decoration: none; }
