.intro .intro-body .price-a {
	padding: 0.3rem 2rem;
}
.intro .intro-body .price-a:hover {
	background-color: #2eca6a75;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.title-box-d .title-d:after {
	left: auto;
	right: 0;
}
.link-icon span {
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	padding-inline-start: 4px;
}
.title-c {
	-webkit-margin-start: -40px;
	-moz-margin-start: -40px;
	margin-inline-start: -40px;
}
.section-property .carousel-item-b {
	margin-bottom: 25px;
}
.section-property .img-box-a img {
	height: 450px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.section-property .card-header-a .card-title-a {
	padding-bottom: 1rem;
	font-size: 1.7rem;
}
.section-property .card-header-a p {
	color: #fff;
	font-size: 14px;
}
.socials-a .list-inline-item:not(:last-child) {
	margin: 0;
	-webkit-margin-end: 25px;
	-moz-margin-end: 25px;
	margin-inline-end: 25px;
}
.intro-single .title-single-box {
	border: 0;
	-webkit-border-start: 3px solid #2eca6a;
	-moz-border-start: 3px solid #2eca6a;
	border-inline-start: 3px solid #2eca6a;
	-webkit-padding-start: 25px;
	-moz-padding-start: 25px;
	padding-inline-start: 25px;
}
.section-about p {
	text-align: justify;
}
.sinse-box .sinse-title span {
	right: 15px;
}
.section-property .card-overlay-a-content p {
	text-align: justify;
}

.card-box-ico {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	border: 1.5px solid #2eca6abb;
	border-radius: 5px;
	padding: 35px 0px;
	height: 180px;
	text-align: center;
}

.card-box-ico i {
	font-size: 30px;
	padding: 20px 0px;
	color: #2eca6a;
}

.socials-a li i {
	color: white;
	font-size: 20px;

	transition: 500ms color;
}

.socials-a li i:hover {
	color: #2eca6a;
}

.copyright-footer p,
.copyright-footer a {
	color: white;
}

.copyright-footer a:hover {
	color: #2eca6a;
}

footer {
	background-repeat: no-repeat;
	width: 100% !important;
	background-size: 100%;
	padding: 50px 0px;
	position: relative;
}

.socials-footer ul li {
	font-size: 20px;
	padding: 0px 10px;
}
/*# sourceMappingURL=over.css.map */

.services-content img {
	width: 500px;
	height: 500px;
	object-fit: cover;
}

@media (max-width: 767px) {
	.services-content img {
		margin-bottom: 25px;
	}
}

/* *********************************************************************************** */
/* *********************************** Whatsapp Icon ********************************* */
/* *********************************************************************************** */
.whats {
	position: fixed;
	bottom: 5%;
	left: 2%;
	z-index: 200;
	display: inline-block;
	border: none !important;
	outline: none !important;
	background-color: #54cc61 !important;
	cursor: pointer;
	padding: 10px 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow:
		2px 2px 5px #b0afaf,
		-2px -2px 5px #b0afaf;
	box-shadow:
		2px 2px 5px #b0afaf,
		-2px -2px 5px #b0afaf;
}

@media screen and (max-width: 480px) {
	.whats {
		bottom: 2%;
	}
}

.whats:hover {
	-webkit-box-shadow:
		2px 2px 5px #7a7979,
		-2px -2px 5px #7a7979;
	box-shadow:
		2px 2px 5px #7a7979,
		-2px -2px 5px #7a7979;
}

.whats i {
	font-size: 45px;
	color: #fff;
}
