/* Stylesheet */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	transition: 0.6s;
}

/* Font Family Css Start Here */
body {
	padding-right: 0px !important;
	overflow: unset !important;
}
.main-heading {
	font-family: var(--font-default);
	font-size: 70px;
	line-height: 80px;
}

.heading-font {
	font-family: var(--font-default);
	font-size: 45px;
	line-height: 55px;
}

.sub-heading {
	font-family: var(--font-default);
	font-size: 35px;
	line-height: 40px;
}

.inner-headings {
	font-family: var(--font-default);
	font-size: 19px;
	line-height: 31px;
}

.paragraph-font {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.8px;
}

.small-text {
    font-family: var(--font-default);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.tiny-text {
	font-family: var(--font-default);
	font-size: 12px;
	line-height: 20px;
}

@media (max-width: 1200px) {
	.main-heading {
		font-size: 63px;
		line-height: 1.4;
	}

	.heading-font {
		font-size: 40px;
		line-height: 1.4;
	}

	.sub-heading {
		font-size: 31px;
		line-height: 1.4;
	}

	.inner-headings {
		font-size: 19px;
		line-height: 1.4;
	}

	.paragraph-font {
		font-size: 16px;
		line-height: 1.4;
	}

	.small-text {
		font-size: 14px;
		line-height: 1.4;
	}

	.tiny-text {
		font-size: 11px;
		line-height: 1.4;
	}
}

@media (max-width: 991px) {
	.main-heading {
		font-size: 57px;
	}

	.heading-font {
		font-size: 36px;
	}

	.sub-heading {
		font-size: 27px;
	}

	.inner-headings {
		font-size: 17px;
	}

	.paragraph-font {
		font-size: 15px;
	}

	.small-text {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.main-heading {
		font-size: 50px;
	}

	.heading-font {
		font-size: 30px;
	}

	.sub-heading {
		font-size: 24px;
	}

	.inner-headings {
		font-size: 15px;
	}

	.paragraph-font {
		font-size: 14px;
	}

	.small-text {
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.main-heading {
		font-size: 42px;
	}
	.banner_sec .main-heading {
		font-size: 21px;
		line-height: 1.2;
	}
	.heading-font {
		font-size: 26px;
	}

	.sub-heading {
		font-size: 22px;
	}

	.inner-headings {
		font-size: 13px;
	}

	.paragraph-font {
		font-size: 13px;
	}

	.small-text {
		font-size: 11px;
	}
}

@media (max-width: 420px) {
	.main-heading {
		font-size: 33px;
	}

	.heading-font {
		font-size: 22px;
	}

	.sub-heading {
		font-size: 20px;
	}

	.inner-headings {
		font-size: 11px;
	}

	.paragraph-font {
		font-size: 12px;
	}

	.small-text {
		font-size: 10px;
	}
}

/* Font Family Css End Here */

/* Loader Css Start Here */
.loader-box {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 99999;
	top: 0;
}

#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2.7em;
	margin-left: -2.7em;
	width: 5.4em;
	height: 5.4em;
	background: transparent;
}

#hill {
	position: absolute;
	width: 7.1em;
	height: 7.1em;
	top: 1.7em;
	left: 1.7em;
	background-color: transparent;
	border-left: 0.25em solid whitesmoke;
	transform: rotate(45deg);
}

#hill:after {
	content: "";
	position: absolute;
	width: 7.1em;
	height: 7.1em;
	left: 0;
	background-color: transparent;
}

#box {
	position: absolute;
	left: 0;
	bottom: -0.1em;
	width: 1em;
	height: 1em;
	background-color: transparent;
	border: 0.25em solid whitesmoke;
	border-radius: 15%;
	transform: translate(0, -1em) rotate(-45deg);
	animation: push 2.5s cubic-bezier(0.79, 0, 0.47, 0.97) infinite;
}

@keyframes push {
	0% {
		transform: translate(0, -1em) rotate(-45deg);
	}

	5% {
		transform: translate(0, -1em) rotate(-50deg);
	}

	20% {
		transform: translate(1em, -2em) rotate(47deg);
	}

	25% {
		transform: translate(1em, -2em) rotate(45deg);
	}

	30% {
		transform: translate(1em, -2em) rotate(40deg);
	}

	45% {
		transform: translate(2em, -3em) rotate(137deg);
	}

	50% {
		transform: translate(2em, -3em) rotate(135deg);
	}

	55% {
		transform: translate(2em, -3em) rotate(130deg);
	}

	70% {
		transform: translate(3em, -4em) rotate(217deg);
	}

	75% {
		transform: translate(3em, -4em) rotate(220deg);
	}

	100% {
		transform: translate(0, -1em) rotate(-225deg);
	}
}

/* Loader Css End Here */

/* Variable Css Start Here */
a {
	text-decoration: none;
}

figure {
	margin: 0;
}

.padd-40 {
	padding: 40px 0;
}

.padd-60 {
	padding: 60px 0;
}

.radius-10 {
	border-radius: 10px;
}

.gradient-background {
	background: linear-gradient(to right,
			#059804,
			#049103,
			#048903,
			#038202,
			#037b02,
			#067404,
			#096d06,
			#0b6607,
			#0f5d0a,
			#12540d,
			#134c0e,
			#14430f);
}

.light-text {
	color: var(--light-color);
}

.dark-text {
	color: var(--dark-color);
}

.theme-color {
	color: var(--extra-color-1);
}

.tagline .theme-color:hover {
	color: var(--extra-color-2);
	transition: .06s;
}

/* .tagline .theme-color:hover {
	color: var(--extra-color-1);
} */
.forgot .theme-color:hover {
	color: var(--extra-color-1);
}

.text-ellipsis-two {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-ellipsis-five {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


.tpr-inputs,
.tpr-inputs::placeholder {
	color: #999999;
	height: 45px;
	border: 0;
	border-radius: 5px;
	transition: 0.6s;
}
.tpr-inputs::placeholder {
	font-size: 17px;
	color: #00000094;
}
.tpr-inputs:focus {
	box-shadow: 0px 0px 7px var(--extra-color-1);
}

.tpr-select {
	background-image: url("../img/down-caret.png");
	background-repeat: no-repeat;
	background-position: center right 10px;
}

.fields-group {
	display: flex;
	gap: 10px;
}

.tpr-btn {
	border: 0;
	color: #fff;
	font-family: "neue-book";
	font-size: 18px;
	width: 170px;
	border-radius: 6px;
	box-shadow: none;
	height: 45px;
	transition: 0.6s;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: fit-content;
	padding: 9px;
}

.tpr-btn .btn-txt {
	position: relative;
	color: var(--light-color);
}

.tpr-btn:before {
	content: "";
	background: #14450f;
	width: 100%;
	height: 180%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	transform: translatex(150%);
	transition: 0.6s;
}

.tpr-btn:hover:before {
	transform: translateX(0);
}

*/ .heading-wrapper .paragraph-font {
	width: 60%;
	margin: 0px auto;
}

.link-btns:hover .icon {
	transform: translateX(10px);
}

.link-btns:hover .icon svg {
	transform: translateX(10px);
}

.grey-text {
	color: #929292;
}

@media (max-width: 768px) {
	/* .main-heading {
		font-size: 40px;
		line-height: 50px;
	} */

	/* .heading-font {
		font-size: 30px;
		line-height: 40px;
	} */

	.heading-wrapper .paragraph-font {
		width: 100%;
	}

	.tpr-btn {
		width: 120px;
	}

	.padd-40 {
		padding: 20px 0;
	}
}

/* @media (max-width: 575px) {
	.main-heading {
		font-size: 30px;
		line-height: 40px;
	}
} */

/* Variable Css Start Here */

/* Dark Black Background Modal */
.DarkModal {
	background: #000000a6;
}

/* Dark Black Background Moda */

/* Show Password Field Css */
.password-field .showPass {
	bottom: 15px;
	right: 15px;
	border: 0;
	box-shadow: none;
}

.password-field .tpr-inputs {
	padding-right: 50px;
}

.password-field .showPass.active svg path {
	stroke: #048e03;
}
.complete-header {
    height: 145px;
}

.complete-header .fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
@media (max-width: 1200px){
	.complete-header {
		height: 136px;
	}
}
@media (max-width: 768px){
	.complete-header {
		height: 133px;
	}
}
@media (max-width: 576px){
	.complete-header {
		height: 121px;
	}
}
/* Show Password Field Css */

/* Contact Us Css Start Here */
.border-inputs {
	border: 1px solid #eaeaea;
	height: 50px;
}

.contact_us textarea {
	height: 120px;
	resize: none;
}

.contact-information .info {
	width: 33%;
	background: #f5f5f5;
	height: 140px;
	text-align: center;
}

.contact-information .inner-box img {
	height: 19px;
	object-fit: contain;
}

.inner-box .text .paragraph-font {
	display: block;
	height: 40px;
	padding-top: 7px;
}

.inner-box .text .paragraph-font:hover {
	color: var(--extra-color-1);
}

@media (max-width: 1200px) {
	.inner-box .text .paragraph-font {
		font-size: 13px;
		line-height: 1.2;
		display: block;
		height: 40px;
		padding-top: 7px;
	}
}

@media (max-width: 991px) {
	.inner-box .text .paragraph-font {
		font-size: 11px;
	}
}

@media (max-width: 576px) {
	.contact-information {
		flex-wrap: wrap;
	}

	.contact-information .info {
		width: 48%;
	}
}

@media (max-width: 420px) {
	.contact-information .info {
		width: 100%;
	}
}

/* Contact Us Css End Here */

/* Faqs Css Start Here */
.faqs_sec .accordion-item {
	background: #f5f5f5;
}

.accordion-item .accordion-button {
	box-shadow: none;
	border: 0;
	color: #000;
	justify-content: space-between;
}

.accordion-item .accordion-button .text {
	width: calc(100% - 30px);
}

.accordion-item .accordion-button::after {
	display: none;
}

.accordion-item .accordion-button .icon {
    /* background: #c6c6c6; */
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-image: url("../img/plus.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

/* .faqs_sec .accordion-item .accordion-button .icon i {
	position: relative;
	top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faqs_sec .accordion-item .accordion-button .icon i:before {
	width: 8px;
	display: block;
}

.accordion-item .accordion-button[aria-expanded="true"] .icon {
	background: linear-gradient(to right,
			#059804,
			#049103,
			#048903,
			#038202,
			#037b02,
			#067404,
			#096d06,
			#0b6607,
			#0f5d0a,
			#12540d,
			#134c0e,
			#14430f);
}

.accordion-item .accordion-button[aria-expanded="true"] .icon i:before {
	width: 10px;
} */

.accordion-item .accordion-button[aria-expanded="true"] .icon {
	transform: rotate(-90deg);
	background-image: url("../img/cross.png");
	background-repeat: no-repeat;
}

/* Faqs Css End Here */

/* Blogs Css Start Here */
.blog_sec select {
	height: 45px;
	color: #58595b;
}

.sorted-filter {
	max-width: 15%;
	min-width: 140px;
}

.blog_box .blog-img img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.blog_box .blog-content p {
	color: #a9a9a9;
}

@media (max-width: 576px) {
	.blog_box .blog-img img {
		height: 109px;
		object-fit: cover;
	}

	.blog_box .blog-content p {
		-webkit-line-clamp: 2;
		margin-bottom: 4px;
	}
}

/* Blogs Css End Here */

/* Page Banner Sec Css Start Here */
.pageheader {
	background-position: bottom !important;
	height: 400px;
}

/* Page Banner Sec Css End Here */

/* Pagination Css Start Here */
.pagination .pagi a {
	background: #d9d9d9;
	width: 23px;
	height: 23px;
}

.pagination .pagi .active {
	background: linear-gradient(to right,
			#059804,
			#049103,
			#048903,
			#038202,
			#037b02,
			#067404,
			#096d06,
			#0b6607,
			#0f5d0a,
			#12540d,
			#134c0e,
			#14430f);
	transform: scale(1.2);
}

.pagination .arrow a {
	background: transparent;
	color: #d9d9d9;
	font-size: 17px;
}

.pagination .arrow:hover a {
	color: #0d710a;
}

/* Pagination Css End Here */

/* Testimonial Sec Css Start Here */
.slide-box {
	background: #f5f5f5;
}

/* Testimonial Sec Css End Here */

/* Header Css Start Here */
header {
	background: #f4f4f4;
}

header .menus {
	margin: 0;
	padding: 0;
	list-style: none;
}

header .menus .menu-items {
	display: inline-block;
	padding: 0px 12px;
}

header .menus .menu-items .menu-link {
	position: relative;
	color: var(--dark-color);
}

header .menus .menu-items .menu-link:before {
	content: "";
	background: #048b03;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0px;
	transition: 0.6s;
}

header .menus .menu-items .menu-link:hover:before {
	width: 100%;
}

header .right-bar {
	display: flex;
	align-items: center;
	justify-content: end;
}

.multilingual .language-container {
	padding: 0px 5px;
	cursor: pointer;
}

.multilingual .language-container:first-child {
	border-right: 1px solid var(--dark-color);
}

.multilingual .language-container .checkmark .language-name {
	margin: 0;
}

.multilingual .language-container input:checked~.checkmark .language-name {
	color: var(--extra-color-1);
}

.currency-converter {
	display: flex;
	align-items: center;
	margin: 0px 20px;
}

.currency-converter .icon {
	background: var(--dark-color);
	color: var(--light-color);
	width: 33px;
	height: 33px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

.currency-converter .property {
	margin-right: 10px;
}

.currency-converter .value {
	font-family: var(--font-body);
	background: transparent;
	padding: 0;
	border: 0;
	outline: none;
	box-shadow: none;
}

.search .searchBtn {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid var(--dark-color);
	background: transparent;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .right-bar .canvas-button button {
	border: 0;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	font-size: 22px;
	margin-left: 15px;
	display: none;
}

.bottom-header .additional-menus {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.bottom-header .additional-menus .menu-items {
	padding: 0px 12px;
}

.bottom-header .additional-menus .menu-items .menu-link {
	position: relative;
	color: var(--light-color);
}

.bottom-header .additional-menus .menu-items .menu-link:before {
	content: "";
	background: #fff;
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: 0;
	transition: 0.6s;
}

.bottom-header .additional-menus .menu-items .menu-link:hover:before {
	width: 100%;
}
.bottom-header .additional-menus .menu-items.without-hover .menu-link:hover:before {
	width: 0%;
}

.bottom-header .additional-menus .menu-btn .menu-link:before {
	display: none !important;
}

.bottom-header .additional-menus .menu-btn {
	border: 1px solid var(--light-color);
	padding: 4px 14px;
	border-radius: 5px;
	margin: 0px 7px;
	transition: 0.6s;
}

.bottom-header .additional-menus .menu-btn .menu-link {
    display: flex;
    align-items: center;
    padding: 5px 9px;
}

.bottom-header .additional-menus .menu-btn .txt {
	margin-left: 8px;
}

.bottom-header .additional-menus .menu-btn:hover {
	background: var(--light-color);
}

.bottom-header .additional-menus .menu-btn .txt {
    margin-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden !important;
    max-width: 130px;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.bottom-header .additional-menus .menu-btn:hover span {
	color: var(--extra-color-1);
}

.bottom-header .additional-menus .menu-btn:hover svg path {
	fill: var(--extra-color-1);
}

@media (max-width: 1200px) {
	.bottom-header .additional-menus .menu-items {
		padding: 0px 6px;
	}

	header .menus {
		display: none;
	}

	header .multilingual {
		display: none;
	}

	header .currency-converter {
		display: none;
	}

	header .right-bar .canvas-button button {
		display: block;
	}

	.bottom-header .additional-menus {
		justify-content: end;
	}

	.bottom-header .additional-menus .menu-items {
		display: none;
	}

	.bottom-header .additional-menus .menu-btn {
		display: block;
	}
}

@media (max-width: 991px) {
	.bottom-header .additional-menus {
		justify-content: center;
	}

	.mobile-header .menu-assets .inner-wrapper .topbar-detail {
		height: 100%;
		padding-top: 41px;
	}
}

@media (max-width: 576px) {
	.bottom-header .additional-menus .menu-btn .menu-link {
		padding: 4px;
	}

	.contain-drop .drop-down {
		width: 135px;
	}
}

/* Header Css End Here */

/* Mobile Header Css Start Here */
.mobile-header {
	position: fixed;
	z-index: 9999;
	width: 30%;
	height: 100%;
	top: 0;
	transition: 0.6s;
	transform: translateX(150%);
	right: 0;
}



.mobile-header .close-btn {
	border: 0;
	background: transparent;
	position: absolute;
	right: 20px;
	top: 20px;
}

/* .mobile-header .menu-assets .mobile-navs {
	overflow-y: scroll;
	margin-top: 25px;
	height: 300px;
} */

.mobile-header .menu-assets .inner-wrapper {
	width: 100%;
	padding: 0 20px;
}

.mobile-header .menu-assets .mobile-navs .menu-items .menu-link {
	font-size: 18px;
}

.mobile-header .menu-assets .mobile-navs .menu-items {
	margin: 0 0 10px;
}

.mobile-header .menu-assets .topbar-detail .multilingual {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.mobile-header .multilingual .language-container:first-child {
	border-right: 1px solid var(--light-color);
}

.mobile-header .menu-assets .topbar-detail .currency-converter {
	padding: 10px 0 0;
	border-bottom: 1px solid #fff;
}

.mobile-header .multilingual .language-container input:checked~.checkmark .language-name {
	color: var(--dark-color);
}

.mobile-header .menu-assets .topbar-detail .currency {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

.mobile-header .menu-assets .topbar-detail .currency select {
	border: 1px solid #fff;
	height: 35px;
	box-shadow: none;
	background: transparent;
	width: 100%;
	color: #fff;
}

@media (max-width: 991px) {
	.mobile-header.show {
		transform: translateX(0%);
	}
}
@media (max-width: 768px) {
	.mobile-header {
		width: 100%;
	}
}

/* Mobile Header Css End Here */

/* Search Modal Css Start Here */
#searchModal .search-group .search-button {
	right: 15px;
	top: 8px;
}

/* Search Modal Css End Here */

/* Change Currency Modal Css Start Here */
#changeCurrency .modal-dialog {
	max-width: 35%;
}

#changeArea .modal-dialog {
	max-width: 35%;
}

/* Change Currency Modal Css End Here */

/* Banner Css Start Here */
.banner_sec {
	position: relative;
}

.banner_sec .image-slides .slider-images {
	position: relative;
	height: 540px;
	width: 100%;
	object-fit: cover;
	filter: opacity(0.4);
}

.top-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 60%;
	margin: 0px auto;
	height: 100%;
}

.inner-content-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.filter_form {
	height: 200px;
}

.toggle-filters {
	overflow: hidden;
	transition: 0.6s;
	height: 0;
}

.toggle-filters.show-data {
	height: 82px;
	overflow: visible;
}

.action-btns .cta-btn {
	display: none;
}

.action-btns.show-data .cta-btn {
	display: inline;
}

.action-btns .expand-filter,
.action-btns .cta-btn {
	border: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.action-btns .expand-filter .fa-angle-up {
	font-weight: 700;
	font-size: 18px;
	color: #000;
}

.action-btns .cta-btn {
	border-left: 1px solid var(--dark-color);
	padding: 0 8px;
	color: #0085ff;
}

.banner_sec .banner-image-slider .slick-dots {
	bottom: 5px;
	z-index: 9;
}

.banner_sec .banner-image-slider .slick-dots li button:before {
	font-size: 0;
	background: var(--light-color);
	opacity: 1;
	border-radius: 50%;
	border: 2px solid var(--light-color);
	width: 14px;
	height: 15px;
}

.banner_sec .banner-image-slider .slick-dots li.slick-active button:before {
	background: linear-gradient(to right,
			#059804,
			#049103,
			#048903,
			#038202,
			#037b02,
			#067404,
			#096d06,
			#0b6607,
			#0f5d0a,
			#12540d,
			#134c0e,
			#14430f);
	border-radius: 50%;
	width: 17px;
	height: 17px;
	top: -1px;
}

@media (max-width: 1280px) {
	.top-content {
		max-width: 70%;
	}
}

@media (max-width: 768px) {
	.top-content {
		max-width: 90%;
	}

	.banner_sec .banner-image-slider .slick-dots {
		bottom: 20px;
	}

	/* .toggle-filters {
		height: 100%;
	} */

	/* .toggle-filters.show-data {
		height: 100%;
	} */

	.filter_form {
		height: auto;
	}
}

@media (max-width: 575px) {
	.banner_sec .image-slides .slider-images {
		height: 650px;
	}
}

/* Banner Css End Here */

/* Showcase Sec Css Start Here */
.showcase_sec .video-box {
	position: relative;
}

div#mute-btn.show {
	opacity: 1 !important;
}

div#mute-btn {
	bottom: 45px !important;
	margin-right: 12px;
	height: fit-content;
}

/* div#mute-btn img {
    filter: brightness(0)invert(1);
    max-width: 52%;
} */
div#mute-btn img {
	filter: brightness(0)invert(1);
	max-width: 33px;
	max-height: 33px;
	margin: auto;
	display: block;
}

.showcase_sec .video-box .play-btn.show:hover {
	opacity: 1 !important;
}

.showcase_sec .video-box video {
	height: 450px;
	object-fit: cover;
}

.showcase_sec .video-box .play-btn {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	margin: 0px auto;
}

.showcase_sec .video-box .play-btn .playing {
	width: 70px;
	border: 0;
	box-shadow: none;
	height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.showcase_sec .video-box .play-btn .playing i {
	font-size: 28px;
	color: #fff;
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.waves-block {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border: 0;
}

.waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgb(255 255 255 / 58%);
	opacity: 0;
	border-radius: 100%;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@media (max-width: 768px) {
	.showcase_sec .video-box .play-btn .playing {
		height: 60px;
	}

	.showcase_sec .video-box video {
		height: 300px;
	}
}

@media (max-width: 575px) {
	.showcase_sec .video-box .play-btn {
		width: fit-content;
	}

	.showcase_sec .video-box .play-btn .playing {
		height: 80px;
	}

	.showcase_sec.padd-40 {
		width: 100%;
		overflow-x: hidden;
	}

	.celebrity_sec .short-description p {
		font-size: 12px;
		line-height: 1.6;
	}

	.celebrity_sec .profile-about {
		padding: 30px 16px;
	}

	section.detail_about_project .description_box.grey-border td {
		min-width: 107px;
	}
}

/* Showcase Sec Css End Here */

/* Project Card Css Start Here */
.project_box {
	position: relative;
}

.project_box .top-details {
	position: relative;
}

.coming-soon {
	background: #ffffff59;
	backdrop-filter: blur(10px);
}

.project_box .content-wrapper li {

	margin-bottom: 6px;
}

.project_box .content-wrapper h5 {
	line-height: 1;
	position: relative;
	top: -3px;
}

.project_box .content-wrapper h5 .tiny-text {
	line-height: 1;
}

.coming-soon .coming-soon-txt {
	animation: circleScale 3s infinite;
}

@keyframes circleScale {
	0% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.project_box .top-details .details-tag {
	z-index: 2;
}

.project_box .top-details .details-tag .project-type .txt {
	background: var(--extra-color-3);
}

.project_box .top-details .details-tag .project-location .txt {
	background: var(--light-color);
}

.project_box .top-details .details-tag .discounted-tag .txt {
	background: var(--extra-color-2);
}

.project_box .top-details .details-tag .project-status .txt {
	background: #dd7700;
}

.project_box .top-details .details-tag .project-tags .txt {
	border-radius: 5px;
}

.favourite_projects .delete-btn span {
	background: #cb0000 !important;
	display: flex;
	align-items: flex-start;
	border-radius: 5px;
}

.project_box .project-image .projectImg {
	height: 240px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.project_box .top-details .sold-tag {
	position: absolute;
	bottom: 0;
	right: 0;
}

.project_box .project-detail .icon {
	background: #cfe3ce;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project_box .project-detail .icon img {
	width: 13px;
}

@media (max-width: 768px) {
	.project_box .project-image .projectImg {
		height: auto;
	}
}

/* Project Card Css End Here */

/* Celebrity Sec Css Start Here */
.celebrity_sec .profile-about {
	background: #f5f5f5;
}

.celebrity_sec .profile-about .profile-img .profile-picture {
    border-radius: 15px 0px 0px 15px;
    min-width: 100%;
}

.celebrity_sec .short-description p {
	font-size: 16px;
	line-height: 23px;
	color: #808080;
}

@media (max-width: 1388px) {
	.celebrity_sec .profile-about .profile-img .profile-picture {
		height: 320px;
		object-fit: cover;
	}
}

@media (max-width: 991px) {
	.celebrity_sec .profile-about .profile-img .profile-picture {
		border-radius: 0;
		margin: 0px auto;
		display: table;
	}

	.celebrity_sec .profile-about .profile-img {
		margin-bottom: 20px;
	}

	.celebrity_sec .profile-about {
		padding: 30px 30px;
		text-align: center;
	}
}

/* Celebrity Sec Css End Here */

/* Builder Partner Css Start Here */
.feature_builder .builder-logo {
	background: #f5f5f5;
	height: 180px;
}

.feature_builder .builder-logo .builder-img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	margin: auto;
	mix-blend-mode: darken;
	transition: 0.6s;
	cursor: pointer;
}

.feature_builder .builder-logo .builder-img:hover {
	transform: scale(1.3);
}

.similar-dots .slick-dots {
	bottom: -35px;
}

.similar-dots .slick-dots li button {
	padding: 0;
}

.similar-dots .slick-dots li {
	margin: -1px;
}

.similar-dots .slick-dots li button:before {
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
}

.similar-dots .slick-dots li.slick-active button:before {
	background-image: linear-gradient(to right,
			#059804,
			#049103,
			#048903,
			#038202,
			#037b02,
			#067404,
			#096d06,
			#0b6607,
			#0f5d0a,
			#12540d,
			#134c0e,
			#14430f);
	opacity: 1;
	transform: scale(1.3);
}

@media (max-width: 768px) {
	.feature_builder {
		overflow-x: hidden;
	}
}

/* Builder Partner Css End Here */

/* Footer Css Start Here */
footer {
	background: #000;
}

.newsletter_box .tpr-inputs {
	border: 1px solid var(--light-color);
	background: transparent;
	color: var(--light-color);
	font-family: var(--font-default);
	height: 50px;
	padding: 10px 15px;
}

.newsletter_box .news-btn {
	border: 1px solid var(--light-color);
	box-shadow: none;
	background: var(--light-color);
	height: 50px;
	border-radius: 5px;
	padding: 0 25px;
}

.newsletter_box .news-btn:hover {
	color: #fff;
	background: transparent;
}

.footer-content {
	margin: 0px auto;
	display: table;
}

.footer-content .footer-menus .menu-items .menu-links {
	position: relative;
}

.footer-content .footer-menus .menu-items .menu-links:before {
	content: "";
	background: #fff;
	width: 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	transition: 0.6s;
}

.footer-content .footer-menus .menu-items .menu-links:hover:before {
	width: 100%;
}

.footer-content .social-icons li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 20px;
	transition: 0.1s;
}

.footer-content .social-icons li:hover a {
	color: #fff;
}

.footer-img {
	max-width: 161px;
	object-fit: contain;
}

.twitter-logo {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.twitter-logo:hover svg {
	transition: 0.6s all;
	filter: brightness(0)invert(1);
}

.twitter-logo svg {
	max-width: 16px;
	max-height: 18px;
}


@media (max-width: 991px) {
	.newsletter_box {
		text-align: center;
	}

	.newsletter_box .sub-heading {
		padding-bottom: 20px;
	}

	.footer-content {
		margin: 0;
	}
	#changeCurrency .modal-dialog,#changeArea .modal-dialog {
		max-width: 420px;
	}

	#changeCurrency .modal-dialog .modal-body,#changeArea .modal-dialog .modal-body{
		padding: 27px 20px 14px !important;
	}
}

@media (max-width: 768px) {
	.footer-content {
		margin: 15px 0 0 0;
	}

	.newsletter_box .news-btn {
		width: 100%;
	}

	.newsletter_box .tpr-inputs {
		min-width: 72%;
	}

}

@media (max-width: 576px) {
	.tpr-btn {
		/* width: 90px; */
		font-size: 12px;
		height: 36px;
	}

	.pageheader {
		height: 444px;
	}
}

/* Footer Css End Here */

/* Stylesheet */

.contain-drop {
	position: relative;
}


.contain-drop .drop-down a {
	font-family: var(--font-default);
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
}

.contain-drop .drop-down a.logout {
	color: #C50000;
}

.contain-drop .drop-down {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	border-radius: 2px;
	border: 1px solid #c5bcb05c;
	width: 145px;
	padding: 15px 15px 15px;
	position: absolute;
	top: 37px;
	overflow: hidden;
	transition: 0.6s all;
	background-color: #FFF;
	left: 0px;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
}

.contain-drop .drop-down .drop-list:last-child {
	border-top: 1px solid #D3D3D3;
	margin-top: 7px;
	padding-top: 7px;
}

.contain-drop .drop-down .drop-list {
	padding: 2px 4px;
}

.contain-drop:hover .drop-down {
	visibility: visible;
	opacity: 1;
}



/* Search box */
section.our_best_price .slick-list.draggable {
	width: 100%;
}

.search-box {
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	padding: 25px 0px;
	transition: 0.6s;
	transform: translateY(-150%);
}

.search-box.show {
	transform: translateY(0%);
}

.search-box .form-group {
	display: flex;
	align-items: center;
	position: relative;
}

.search-box .form-group button {
	border: 0;
	background: transparent;
	position: absolute;
	right: 0;
	outline: none;
	padding: 10px 20px;
}

.search-box .form-group input {
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.search-box .cancel {
	text-align: right;
	padding: 10px 0px;
}

.search-box .cancel svg {
	color: #000;
	width: 35px;
	height: 35px;
}
@media (max-width: 576px){
	#bottom-on-mobile button {
		margin-left: auto;
		margin-right: auto;
	}
	#bottom-on-mobile {
		order: 9;
	}
	.toggle-filters.show-data {
		height: 125px !important;
	}
	.footer-content.with-content {
		position: relative;
		padding-bottom: 22px;
	}

	.footer-content .copyright {
		position: absolute;
		bottom: -14px;
	}
	div#inquiryModal .modal-dialog .modal-body {
		padding: 24px 24px !important;
	}
	section.project_plans.padd-40 {
		max-width: 100%;
		overflow-x: hidden;
	}
	
}

.whatsapp-send-message {
    position: fixed;
    bottom: 62px;
    right: 43px;
    z-index: 999;
    text-align:center;
}

.whatsapp-send-message img {
    height: 65px;
    width: 65px;
}

section.testimonial_sec .testimonial_box .topbar figure .rounded-circle {
    height: 60px;
	width: 60px;
	object-fit: cover;
}

.whatsapp-send-message .animate-text {
    animation: bounce 2s infinite;
    display:block;
    font-size: 17px;
    font-weight: 600;
    opacity: 0;
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(0px, 0px);
        letter-spacing: 0px;
    }
    40% {
        transform: translate(10px, 10px);
        letter-spacing: 1px;
    }
    60% {
        transform: translate(15px, 15px);
        letter-spacing: 2px;
    }
}

body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: linear-gradient(to right,
    #059804,
    #049103,
    #048903,
    #038202,
    #037b02,
    #067404,
    #096d06,
    #0b6607,
    #0f5d0a,
    #12540d,
    #134c0e,
    #14430f);
}


























.filter_form.the-filter-form .form-group {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 10px;
    position: relative;
}

.filter_form.the-filter-form .form-group label {
    font-size: 11px;
}

.filter_form.the-filter-form .form-group .with-default-style {
    background-color: transparent;
    border: 0px;
    text-align: left;
    font-size: 13px;
    height: 34px;
    align-items: end;
}

.filter_form.the-filter-form .form-group .with-default-style:focus {
    outline: none;
}

.filter_form.the-filter-form .form-group .drop-down-here {
    position: absolute;
    top: calc(100% + 15px);
    width: 320px;
    background-color: #FFF;
    left: 0px;
    padding: 12px;
    border: 1px solid #000;
    border-radius: 12px;
    z-index: 999;
}

.filter_form.the-filter-form .form-group .drop-down-here .drop-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.filter_form.the-filter-form .form-group .drop-down-here .drop-header button {
    background-color: transparent;
    border: 0px;
    font-size: 10px;
}

.filter_form.the-filter-form .form-group .drop-down-here .drop-header button.active {
    font-weight: 700;
    color: #33a137;
}

.filter_form.the-filter-form .form-group .drop-down-here .property-categories .properties-list {
    padding-left: 0px;
    list-style: none;

    flex-wrap: wrap;
    gap: 11px;
    display: flex;
}

.filter_form.the-filter-form .form-group .drop-down-here .property-categories .properties-list .single-property {
    width: calc(50% - 6px);
}

.filter_form.the-filter-form .form-group .drop-down-here .property-categories .properties-list .single-property .property-btn {
    background-color: #FFF;
    border: 1px solid #dedede;
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 7px 3px;
    border-radius: 5px;
}

.filter_form.the-filter-form .form-group .drop-down-here .property-categories .properties-list .single-property .property-btn.active {
    background-color: #0792ea;
    color: #FFF;
}

.filter_form.the-filter-form .with-drop {
    background-image: url("../img/drop-close.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 11px;
	appearance: none;
	padding-right: 17px;
}
.filter_form.the-filter-form .form-group .with-default-style.d-flex {
    background-position: right bottom 5px;
}
.filter_form.the-filter-form .form-submit {
    height: 100%;
}

.filter_form.the-filter-form .form-submit .btn {
    /* background-color: #33a137; */
    width: 100%;
    display: block;
    height: 100%;
    /* color: #FFF; */
    /* border-radius: 0px; */
}

.filter_form.the-filter-form .max-min-container {
    display: flex;
}

.filter_form.the-filter-form .max-min-container .single-contianer {
    width: calc(50% - 5px);
}

.filter_form.the-filter-form .max-min-container .single-contianer .sequence-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    height: 217px;
    overflow-y: scroll;
}

.filter_form.the-filter-form .max-min-container .single-contianer .sequence-list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.max-min-container .single-contianer .sequence-list::-webkit-scrollbar-track {
    background: #a9a9a9;
}

/* Handle */
.max-min-container .single-contianer .sequence-list::-webkit-scrollbar-thumb {
    background: #d6d6d6;
}

/* Handle on hover */
.max-min-container .single-contianer .sequence-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.filter_form.the-filter-form .max-min-container .single-contianer .sequence-list .single-sequence .sequence-btn {
    background-color: #FFF;
    border: 1px solid #dedede;
    width: 100%;
    font-size: 13px;
    padding: 7px 5px;
}

.filter_form.the-filter-form .max-min-container .single-contianer .sequence-list .single-sequence .sequence-btn.active {
    background-color: #0792ea;
    color: #FFF;
}
.content-slides.banner-text-here p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-body);
    font-size: 19px;
    line-height: 20px;
}
.mobile-header.show {
    height: 100vh;
    overflow-y: scroll;
}
@media (max-width: 576px) {
	.filter_form.the-filter-form .form-group {
		padding: 8px;
	}
	
	.filter_form.the-filter-form .form-group .with-default-style {
		font-size: 11px;
		height: 22px;
	}
	
	.filter_form.the-filter-form .form-group label {
		font-size: 9px;
	}
	.content-slides.banner-text-here p {
		font-size: 15px;
	}
	.whatsapp-send-message img {
		height: 44px;
		width: 44px;
	}
	
	.whatsapp-send-message {
		bottom: 18px;
		right: 24px;
	}
}