.agent-logo {}

.agent-logo img {
	width: 198px;
	margin-bottom: 16px;
}

.product-carousel .item {
	height: 280px;
}

.product-carousel.product-carousel-2 .item {
	height: 200px;
}

.product-carousel .item>img {
	object-fit: cover;
	height: 100%;
}

.spl-li {
	padding-left: 20px;
}

.spl-li .property-btn {
	padding: 7px 21px;
	text-transform: uppercase;
	font-weight: 600;
}

.footer-logo img {
	width: 198px;
	height: 60px;
	/* filter: brightness(30); */
	background: #fff;
	padding:5px;
}

.property-location-map {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.property-location-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

#product-details-carousel.owl-carousel .owl-nav.disabled {
	display: block;
}

#product-details-carousel.owl-carousel.owl-theme .owl-nav span {
	font-size: 80px;
	color: #ffffff;
	font-weight: 400;
	margin-top: -8px;
}

#product-details-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px solid #ea5a04;
	/* box-shadow: 2px 2px 4px #0000009e; */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#product-details-carousel.owl-carousel.owl-theme .owl-prev {
	position: absolute;
	left: 25px;
	opacity: 0;
	transition: 0.3s ease-in-out;
}

#product-details-carousel.owl-carousel.owl-theme:hover .owl-prev {
	left: 10px;
	opacity: 1;
	transition: 0.3s ease-in-out;
}

#product-details-carousel.owl-carousel.owl-theme .owl-next {
	position: absolute;
	right: 25px;
	opacity: 0;
	transition: 0.3s ease-in-out;
}

#product-details-carousel.owl-carousel.owl-theme:hover .owl-next {
	right: 10px;
	opacity: 1;
	transition: 0.3s ease-in-out;
}

#product-details-carousel .item {
	height: 400px;
}

#product-details-carousel .item>img {
	height: 100%;
	object-fit: cover;
}

.property-details-price {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	background: linear-gradient(-45deg, #d73443, #b12533, #dc3545, #dc3545);
	background-size: 400% 400%;
	-webkit-animation: Gradient 4s ease infinite;
	-moz-animation: Gradient 4s ease infinite;
	animation: Gradient 4s ease infinite;
	font-size: 15px;
	font-weight: 600;
	padding: 7px 7px;
	border-radius: 0px;
	border: 0px solid #424244;
	color: #fff;
	box-shadow: 4px 4px 15px rgb(12 35 34 / 17%);
}

.property-details-date {
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 4px 5px;
	background-color: #121212;
	box-shadow: 0 4px 15px rgb(255 255 255 / 20%);
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	z-index: 1;
}

.seller-corner-card {
	padding: 30px 30px 30px;
	background: #ffffff;
}

.seller-corner-card .form-group {
	margin-bottom: 12px;
}

.seller-corner-card .form-group label {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 4px;
	color: #18273f;
}

.seller-corner-card .form-group input,
.seller-corner-card .form-group select {
	height: 46px;
	background-color: #f7f8f9;
	border-radius: 5px;
	outline: 0;
	box-shadow: unset;
	color: #18273f;
	border: 1px solid #18273f;
	transition: 0.6s;
	padding: 10px 21px;
	font-size: 15px;
	width: 100%;
}

.seller-corner-card h2 {}

.seller-corner-card p {
	text-align: center;
}

.testimonial__block-card {
	padding: 10px 13px 10px 13px;
	border-radius: 0px;
	border: 1px solid #bdbdbd;
	border-radius: 6px;
	background-color: #fff;
	transition: all 0.3s ease;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 18%);
}

.testimonial__block-card p {
	color: #212529;
	text-align: justify;
	margin-bottom: 6px;
	font-size: 14px;
}

.testimonial-client-part h6 {
	margin-bottom: 4px;
}

.testimonial-client-part {
	border-top: 1px solid #af7d40;
	padding-top: 8px;
	position: relative;
}

.testimonial-client-part::after {
	font-family: FontAwesome;
	content: "\f10e";
	display: block;
	color: #af7d40;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 34px;
	z-index: 1;
}

.testimonial-stars i {
	color: #faaa0e;
}

@media only screen and (max-width:1399px) {}

@media only screen and (max-width:1199px) {

	.product-carousel .item {
		height: 220px;
	}

	.product-carousel.product-carousel-2 .item {
		height: 175px;
	}
}

@media only screen and (max-width:991px) {
	.spl-li {
		padding-left: 0px;
		margin-top: 16px;
	}

	.offcanvas {
		overflow: hidden;
	}

	.offcanvas-header {
		box-shadow: 0px 0px 0px 1px #b0b0b0;
	}

	.offcanvas-body .navbar-nav {
		text-align: center;
	}

	.navbar .navbar-nav .nav-item .nav-link {
		font-size: 14px;
		padding: 10px !important;
		/* border-bottom: 1px solid #af7d40 !important; */
	}

	.testimonial__block-card p {
		font-size: 12px;
	}

	#product-details-carousel .item {
		height: 220px;
	}

}

@media only screen and (max-width:767px) {
	.testimonial__block-card p {
		font-size: 12px;
	}
}

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


/* @media only screen and (max-width:320px) {
	.product-carousel .item {
		height: 135px;
	}
} */


#home-banner-carousel {
	border-radius: 30px;
	/* padding: 15px; */
	margin-bottom: 90px;
	overflow: hidden;
	/* background: linear-gradient(to top, #10469133 1%, rgb(34 52 69 / 0%) 66%);
	border: 2px dashed #af7d40; */
	box-shadow: 0 4px 15px rgb(12 35 34 / 70%);
}

#home-banner-carousel .item img {
	border-radius: 25px;
}

@media only screen and (max-width:991px) {
	.footer-logo p {
		text-align: justify;
	}
}


/* spl-carousel-start */

button:focus {
	outline: 0;
}

.owl-carousel-stacked {
	margin-top: 20px;
	margin-bottom: 70px;
}

.owl-carousel-stacked .owl-item.center {
	transform: scale(2.5) !important;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0px 5px rgb(0 0 0 / 78%);
}

.owl-carousel-stacked .owl-item {
	transition: .6s all;
	transform: scale(1) !important;
	border-radius: 12px;
	overflow: hidden;
}

.owl-carousel-stacked .left-of-center {
	transform: scale(2) translateX(27%) !important;
	border-radius: 12px;
	overflow: hidden;
	filter: grayscale(0.8);
	box-shadow: 0 0px 5px rgb(0 0 0 / 78%);
	transition: .9s all;
}

.owl-carousel-stacked .right-of-center {
	transform: scale(2) translateX(-27%) !important;
	border-radius: 12px;
	overflow: hidden;
	filter: grayscale(0.8);
	box-shadow: 0 0px 5px rgb(0 0 0 / 78%);
	transition: .9s all;
}

.owl-carousel-stacked .center {
	z-index: 2;
	/* transition: 0.75s ease-in-out; */
}

.owl-carousel-stacked .owl-carousel {
	position: relative;
}

.owl-carousel-stacked .owl-prev,
.owl-carousel-stacked .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
	color: #ddd !important;
}

.owl-carousel-stacked .owl-prev {
	left: 0;
}

.owl-carousel-stacked .owl-next {
	right: 0;
}

.owl-carousel-stacked .owl-dots {
	text-align: center;
}

.owl-carousel-stacked .owl-dot {
	cursor: pointer;
	background-color: #fff !important;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0px 3px;
	border-radius: 4px;
}

.owl-carousel-stacked .owl-dot.active {
	background-color: #af7d40 !important;
}

.owl-carousel-stacked .owl-stage-outer {
	padding: 130px 0;
}

@media only screen and (max-width:1399px) {
	.owl-carousel-stacked {
		margin-top: 0px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width:1199px) {
	.owl-carousel-stacked .owl-stage-outer {
		padding: 100px 0;
	}
}

@media only screen and (max-width:991px) {
	.owl-carousel-stacked .owl-stage-outer {
		padding: 70px 0;
	}

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

@media only screen and (max-width:767px) {
	.owl-carousel-stacked {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.owl-carousel-stacked .owl-stage-outer {
		padding: 90px 0;
	}
}

@media only screen and (max-width:575px) {
	.owl-carousel-stacked .owl-stage-outer {
		padding: 18% 0;
	}
}

@media only screen and (max-width:435px) {
	.home-banner-text h1 {
		font-size: 29px;
	}
}

/* spl-carousel-end */

/* typewriter-js-css-start */

#typewriter {}

.cursor {
	border-left: 2px solid #af7d40;
}


/* typewriter-js-css-end */