* {
	--color: #43d3b1;
	--colorbtn: #43d3b1;
}

.page-builder {
	background-color: #fff;
	padding: 0px 15px 30px 15px;
}

.page-builder:first-child {
	padding-top: 30px !important;
}

@media (min-width: 768px) {
	.page-builder {
		padding: 0px 30px 60px 30px;
	}

	.page-builder:first-child {
		padding-top: 60px !important;
	}
}

.banner-slider {
	position: relative;
	z-index: 0;

	position: relative;
	z-index: 0;
}

.banner-slider .banner-image {
	animation: scale linear 10s forwards;
}

.arrow {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.arrow svg {
	width: 60px;
	height: 40px;
	fill: #fff;
}

.arrow-first {
	-webkit-animation: arrow-movement 2s ease-in-out infinite;
	animation: arrow-movement 2s ease-in-out infinite;
	bottom: 10px;
}

.arrow-second {
	-webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
	animation: arrow-movement 2s 1s ease-in-out infinite;
	bottom: 0;
}

.logo-dev-ct img {
	height: 45px;
}

.full-width {
	width: 100vw;
	margin-left: 50%;
	-webkit-transform: translateX(-50vw);
	transform: translateX(-50vw);
}

.fixed-wrap {
	display: none;
}

.salutation-select {
	width: 100px;
}

.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
	background: #fff;
}

.modal-dialog {
	margin-top: 100px;
}

.sf-menu > li > a.active {
	color: var(--primaryColor);
	font-weight: 600;
}

.p_content_video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.p_content_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p_content_video .note-video-clip {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.dialog-custom .modal-dialog {
	max-width: 460px;
}

.dialog-custom .modal-dialog img {
	max-width: 400px;
}

.news .thumbnail .caption h3 a {
	font-family: "Raleway", serif;
	color: var(--primaryColor);
	font-weight: 600;
	font-size: 20px;
}

.contact .heading h2 {
	font-family: "Raleway", serif;
	font-size: 32px;
	font-weight: 700;
	color: #adadad;
	position: relative;
	text-transform: uppercase;
}

.contact .heading h3 {
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-weight: 500;
	color: #adadad;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.thumbnail .photo img {
	max-height: 232px;
	min-height: 232px;
	object-fit: cover;
}

/*Banner Banner Default: START */
/* .home-page {
	height: 80vh;
} */

.hero-box {
	position: relative;
	box-sizing: border-box;
	max-width: 90%;
	margin: auto;
	overflow: hidden;
	border: 1px solid #e6e6e60a;
	z-index: 3;
	overflow: hidden;
}

.page-hero .hero-heading {
	max-width: 100%;
	margin: auto;
	text-shadow: 2px 1px 3px black;
	color: white;
}

.page-hero .hero-heading-description {
	max-width: 100%;
	margin: auto;
	color: white;
}

.single-page .hero-heading-description p {
	text-shadow: 2px 1px 3px black;
	color: white;
	font-size: 14px;
}

.home-page-content {
	margin-top: -20vh;
	margin-bottom: 30px;
}

.sub-banner {
	height: 50vh;
}

/*Page Content: START */

.page-content {
	margin-bottom: 30px;
	margin-top: -10vh;
}

/* @media (min-width: 600px) {
	.page-content {
	}
} */

.container-ct-home {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.contact-bg {
	border-top: 1px solid #eeeeee;
	position: relative;
	background-attachment: fixed;
}

.contact-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.25); */
	z-index: 0;
}

.contact-custom {
	background: #f3f3f3f0;
	border-top: 4px solid var(--primaryColor);
	padding: 5%;
	position: relative;
	z-index: 1;
}

.news .thumbnail .caption h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .thumbnail .caption p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.contact-item .text a {
	color: #a3a3a3;
}

.single-slide h1 {
	font-family: "Raleway", serif;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
}

.page-hero .text-page hero-heading {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
}

.page-hero .text-page hero-heading-description {
	vertical-align: middle;
	font-size: 15px;
}

.sf-menu .special-actions {
	padding: 0;
	float: right;
}

.sf-menu {
	float: left !important;
}

header .nav-wrapper {
	float: right !important;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.banner {
	width: 800px;
	height: 500px;
	background: #1a2026;
	z-index: 9999999;
	position: fixed;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	left: 50%;
}

.banner .fillerimg {
	height: 100%;
	width: 40%;
	background-size: cover;
	float: left;
	position: relative;
	z-index: 0;
}

.banner .block {
	height: 100%;
	float: left;
	width: 60%;
	padding: 50px;
	position: relative;
	z-index: 10;
}

.banner .bannerclose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	cursor: pointer;
	opacity: 0.6;
	z-index: 100;
}

.banner .block .textBox h2 {
	font-size: 33px;
	line-height: 40px;
	color: #fff;
}

.banner .block .textBox ul {
	margin-top: 30px;
	display: block;
}

.banner .block .textBox li {
	list-style: none;
	display: table-row;
	color: #9a9b9c;
}

.banner .block .textBox li::before {
	content: "·";
	font-size: 40px;
	display: table-cell;
	padding-right: 0;
	top: 7px;
	position: relative;
	line-height: 20px;
}

.banner .block .terms {
	position: absolute;
	bottom: 40px;
	color: #ddd;
	font-size: 13px;
}

.banner .enquiryButton {
	position: absolute;
	bottom: 40px;
	right: 45px;
	text-transform: uppercase;
}

.banner .enquiryButton a {
	border: 1px solid;
	padding: 10px 30px;
	font-size: 13px;
	color: #ddd;
}

.enquiryButton2 a {
	border: 1px solid;
	padding: 10px 30px;
	font-size: 13px;
	color: #fff;
}

.banner-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999;
}

.masthead .bg-container.home {
	position: relative;
	overflow: hidden;
	background-color: #1a2026;
}

/*----share call--*/

.buttons {
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1;
}

.button {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	position: absolute;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	right: 0;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	-webkit-animation: down var(--activeDuration) linear forwards;
	animation: down var(--activeDuration) linear forwards;
}

.buttons.active .button {
	-webkit-animation: up var(--activeDuration) linear forwards;
	animation: up var(--activeDuration) linear forwards;
}

.button svg {
	width: 50%;
	height: 50%;
	fill: #fff;
}

.button.phone {
	background-color: var(--primaryColor);
}

.button.phone2 {
	background-color: #000;
}

.button.email {
	background-color: #1da1f2;
}

.button.wechat {
	background-color: #7bb32e;
}

.button.facebook {
	background-color: transparent;
}

.button.facebook svg {
	width: 100%;
	height: 100%;
}

.button.whatsapp {
	background-color: #2cb742;
}

.button-wrap {
	position: absolute;
	bottom: 25px;
	right: 12px;
	z-index: 0;
}

.button-toggle {
	position: absolute;
	bottom: 25px;
	right: 12px;
	width: 55px;
	height: 55px;
	display: block;
	z-index: 1;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.button-toggle a {
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	border-radius: 50%;
}

.button-toggle a:before,
.button-toggle a:after {
	background-color: #1da1f2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.button-toggle a:before {
	width: 15px;
	height: 3px;
	z-index: 9;
}

.button-toggle a:after {
	width: 3px;
	height: 15px;
	z-index: 9;
}

.buttons.active .button-toggle :before,
.buttons.active .button-toggle a:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@-webkit-keyframes up {
	0% {
		bottom: 0;
		opacity: 0;
		visibility: hidden;
	}

	50% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes up {
	0% {
		bottom: 0;
		opacity: 0;
		visibility: hidden;
	}

	50% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes down {
	0% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		bottom: 0;
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes down {
	0% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		bottom: var(--activeBottom);
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		bottom: 0;
		opacity: 0;
		visibility: hidden;
	}
}

.page-content ul {
	margin-left: 20px;
}

.page-content ul li {
	padding-left: 1em;
	text-indent: -0.7em;
}

.page-content ul li::before {
	content: "• ";
	color: var(--primaryColor);
	/* or whatever color you prefer */
	font-weight: bold;
	font-size: 17px;
}

.sf-menu > li.dropdown > a.active:after {
	border-bottom: 3px solid transparent;
}

/* -----slider----- */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
	z-index: 9999999999999 !important;
}

.intl-tel-input {
	width: 100%;
}


.form-control {
	border: 2px solid #ccc;
}

#ec-form button {
	background: var(--primaryColor) none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-transform: uppercase;
	border-color: var(--primaryColor);
	border-radius: 0;
}

#fixedBottomBlock {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9990;
	height: 55px;
	width: 100%;
	overflow: visible;
	display: flex;
	border-top: 4px solid var(--primaryColor);
}

.cs-btn-phone1 {
	background-color: #ddd;
	color: #333;
	font-weight: 500;
	font-size: 18px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}

.cs-btn-phone2 {
	background: #ab7b19;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}

#fixedBottomBlock a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#fixedBottomBlock a span {
	color: #4c4c4c;
	font-weight: 600;
	font-size: 13px;
}

#primaryButton {
	background-color: #fff;
	color: var(--primaryColor);
	position: relative;
}

#enquiry {
	background: #fff;
	color: var(--primaryColor);
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#whatapps {
	background: #fff;
	color: var(--primaryColor);
}

#wechat {
	border-left: 1px solid #ddd;
	background: #fff;
	color: var(--primaryColor);
}

.primaryButton-50 {
	background-color: #ddd;
	color: #333;
	position: relative;
	width: 50% !important;
}

#enquiry-50 {
	background-color: #fff;
	color: var(--primaryColor);
	width: 50% !important;
}

.list-group-item {
	border: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.list-group-item:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* .sf-menu>li>a.active:after {
    color: #fff;
    position: absolute;
    content: "";
    top: 1px;
    right: 15px;
    left: 15px;
    border-bottom: 3px solid var(--primaryColor);
} */

.page-content h2 {
	color: #adadad;
	font-family: "Raleway", serif;
	font-size: 32px;
	font-weight: 700;
	position: relative;
}

@-webkit-keyframes flickering {
	0% {
		-webkit-transform: rotate(3deg) scale(1.02);
		-moz-transform: rotate(3deg) scale(1.02);
		transform: rotate(3deg) scale(1.02);
	}

	2% {
		-webkit-transform: rotate(5deg) scale(1.02);
		-moz-transform: rotate(5deg) scale(1.02);
		transform: rotate(5deg) scale(1.02);
	}

	4% {
		-webkit-transform: rotate(-4deg) scale(1.02);
		-moz-transform: rotate(-4deg) scale(1.02);
		transform: rotate(-4deg) scale(1.02);
	}

	6% {
		-webkit-transform: rotate(3deg) scale(1.02);
		-moz-transform: rotate(3deg) scale(1.02);
		transform: rotate(3deg) scale(1.02);
	}

	8% {
		-webkit-transform: rotate(-5deg) scale(1.02);
		-moz-transform: rotate(-5deg) scale(1.02);
		transform: rotate(-5deg) scale(1.02);
	}

	10% {
		-webkit-transform: rotate(1deg) scale(1.02);
		-moz-transform: rotate(1deg) scale(1.02);
		transform: rotate(1deg) scale(1.02);
	}

	12% {
		-webkit-transform: rotate(6deg) scale(1.02);
		-moz-transform: rotate(6deg) scale(1.02);
		transform: rotate(6deg) scale(1.02);
	}

	14% {
		-webkit-transform: rotate(-4deg) scale(1.02);
		-moz-transform: rotate(-4deg) scale(1.02);
		transform: rotate(-4deg) scale(1.02);
	}

	16% {
		-webkit-transform: rotate(-6deg) scale(1.02);
		-moz-transform: rotate(-6deg) scale(1.02);
		transform: rotate(-6deg) scale(1.02);
	}

	18% {
		-webkit-transform: rotate(3deg) scale(1.02);
		-moz-transform: rotate(3deg) scale(1.02);
		transform: rotate(3deg) scale(1.02);
	}

	20% {
		-webkit-transform: rotate(2deg) scale(1.02);
		-moz-transform: rotate(2deg) scale(1.02);
		transform: rotate(2deg) scale(1.02);
	}

	22% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
}

@keyframes flickering {
	0% {
		-webkit-transform: rotate(3deg) scale(1.02);
		-moz-transform: rotate(3deg) scale(1.02);
		transform: rotate(3deg) scale(1.02);
	}

	2% {
		-webkit-transform: rotate(5deg) scale(1.02);
		-moz-transform: rotate(5deg) scale(1.02);
		transform: rotate(5deg) scale(1.02);
	}

	4% {
		-webkit-transform: rotate(-4deg) scale(1.02);
		-moz-transform: rotate(-4deg) scale(1.02);
		transform: rotate(-4deg) scale(1.02);
	}

	6% {
		-webkit-transform: rotate(3deg) scale(1.02);
		-moz-transform: rotate(3deg) scale(1.02);
		transform: rotate(3deg) scale(1.02);
	}

	8% {
		-webkit-transform: rotate(-5deg) scale(1.02);
		-moz-transform: rotate(-5deg) scale(1.02);
		transform: rotate(-5deg) scale(1.02);
	}

	10% {
		-webkit-transform: rotate(1deg) scale(1.02);
		-moz-transform: rotate(1deg) scale(1.02);
		transform: rotate(1deg) scale(1.02);
	}

	12% {
		-webkit-transform: rotate(6deg) scale(1.02);
		-moz-transform: rotate(6deg) scale(1.02);
		transform: rotate(6deg) scale(1.02);
	}

	14% {
		-webkit-transform: rotate(-4deg) scale(1.02);
		-moz-transform: rotate(-4deg) scale(1.02);
		transform: rotate(-4deg) scale(1.02);
	}

	16% {
		-webkit-transform: rotate(-6deg) scale(1.02);
		-moz-transform: rotate(-6deg) scale(1.02);
		transform: rotate(-6deg) scale(1.02);
	}

	18% {
		-webkit-transform: rotate(3deg) scale(1.02);
		-moz-transform: rotate(3deg) scale(1.02);
		transform: rotate(3deg) scale(1.02);
	}

	20% {
		-webkit-transform: rotate(2deg) scale(1.02);
		-moz-transform: rotate(2deg) scale(1.02);
		transform: rotate(2deg) scale(1.02);
	}

	22% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1);
		-moz-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}
}

@-webkit-keyframes arrow-movement {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes arrow-movement {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

#mobile-hotline {
	background-color: var(--primaryColor);
	display: flex;
}

#mobile-hotline-phone {
	/* background-color: #00aedb;
    height: 40px;
    text-align: center;
    float: right; */
	width: 100%;
}

#mobile-hotline-cta {
	width: auto;
	/* height: 40px;
    background-color: #ff5a00;
    float: left; */
}

#mobile-hotline-phone a {
	margin-top: 7px;
	margin-left: 7px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	white-space: nowrap;
}

#mobile-hotline #mobile-hotline-phone span.phone {
	display: inline-block;
	margin-top: 1px;
	height: 24px;
}

#mobile-hotline #mobile-hotline-phone span.number {
	display: inline-block;
	vertical-align: middle;
	margin: -15px 0 0 3px;
}

#mobile-hotline-cta a {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	line-height: 40px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	width: 100%;
	white-space: nowrap;
}

.thumbnail-listing .photo img {
	min-height: auto;
}

.news .thumbnail-listing .caption h3 {
	font-family: inherit;
}

.rent-sale {
	background: var(--primaryColor);
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color: #fff;

	position: absolute;
	top: 0;
	left: 0;
}

.grid-offer-params span {
	padding-right: 10px;
}

.single-facilities-ct li i {
	color: #fff;
	width: 30px;
	height: 30px;
	background: var(--primaryColor);
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}

.single-facilities-ct li {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
}

.single-facilities-ct {
	padding: 0;
}

/* .single-slide .hero-heading-description {
	max-width: 80%;
	font-size: 20px;
	text-shadow: 2px 1px 3px black;
	margin: auto;
	margin-bottom: 12px;
	color: white;
}

.single-slide .hero-heading-description p {
	font-size: 20px;
	text-shadow: 2px 1px 3px black;
	color: white;
} */

.page-hero .text {
	top: 20vh;
}

@media only screen and (min-width: 1440px) {
	/* .home-page {
		height: 80vh;
	} */
	.home-page .text {
		top: 20vh;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1439.98px) {
	.sticky .fixed-wrap {
		top: 60px;
	}

	.fixed-wrap {
		position: fixed;
		left: 5px;
		width: 0;
		height: 0;
		z-index: 4;
		overflow: visible;
		display: block;
	}

	.content {
		box-sizing: border-box;
		padding-left: 55px;
		height: 100%;
		flex-grow: 1;
		display: flex;
		flex-wrap: wrap;
	}

	.text-phone {
		width: 100%;
		white-space: nowrap;
		color: #fff;
		display: flex;
		align-items: center;
		font-size: 16px;
	}

	.numbers-phone {
		white-space: nowrap;
		align-items: center;
		flex-direction: column;
	}

	.numbers-phone a {
		text-decoration: none;
		color: #fff;
		display: flex;
		align-items: center;
		font-size: 16px;
		line-height: 1em;
		letter-spacing: 2.5px;
		width: 100%;
		margin-bottom: 5px;
		white-space: nowrap;
	}
}

@media screen and (min-width: 1200px) {
	.page-hero .text {
		top: 20vh;
	}

	.home-page .text {
		top: 20vh;
	}

	/* .contact-section-top {
		height: 90px;
		background: #f8f8f8;
    }
     */
	/*Banner Slider size576: START */

	/* body.sticky .contact-section-top {
        height: 60px;
		background: none;
    } */
}

.header-button {
	transition: all 0.3s;
	border-radius: 10px;
	padding: 14px 20px;
	gap: 24px;
	border-radius: 10px;
	border: 1px solid var(--primaryColor);
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slicknav_nav {
	display: block !important;
}

body.sticky .header-button {
	background: var(--primaryColor);
}

body.sticky .header-button li a {
	color: #fff;
}

body.sticky .header-button a i {
	color: #ffffff;
}
.header-button {
	display: flex;
}

.header-button li {
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
	/* font-weight: bold; */
}

.header-button li a {
	color: #4b4b4b;
}

.header-button li a i {
	margin-right: 8px;
	font-size: 16px;
	color: var(--primaryColor);
}

.header-button a i {
	color: var(--primaryColor);
}

ol,
ul {
	margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
	.contact-section-top {
		display: flex;
		align-items: center;
	}

	ul,
	li {
		margin-bottom: 0;
	}

	/* #contact-box-top:before {
        background-color: #f8f8f8;
		border-radius:6px;
        position: absolute;
        left: auto;
        right: auto;       
        top: 0px;
        white-space: nowrap;
        margin: 0 auto;
        padding: 0 5px;
        content: 'Enquiry Hotline';
        align-items: center;
        justify-content: center;
        display: flex;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        transition: all 0.5s;
        -webkit-transform-origin: center top;
        transform-origin: center center;
    } */

	/* body.sticky #contact-box-top:before {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        overflow: hidden;
        padding: 0;
    } */

	.container-ct-home {
		padding: 50px 30px;
		border-top: 5px solid var(--primaryColor);
	}
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.cta {
		background: rgba(68, 68, 68, 0.78);
		color: #fff;
		padding: 15px;
		position: fixed;
		display: flex;
		cursor: pointer;
		bottom: 0;
		align-items: center;
		width: 100%;
		justify-content: center;
		z-index: 5;
	}

	.cta span {
		padding-left: 10px;
	}

	.dialog-custom {
		padding-top: 100px !important;
	}

	/*Banner Slider: START */
	/* .home-page {
		height: 80vh;
	} */

	.home-page .text {
		top: 20vh;
	}

	.page-hero .text {
		top: 20vh;
	}

	/* .single-slide .hero-heading-description {
		max-width: 60%;
		margin: auto;
		font-size: 18px;
		text-shadow: 2px 1px 3px black;
		color: white;
	}

	.single-slide .hero-heading-description p {
		font-size: 18px;
		text-shadow: 2px 1px 3px black;
		color: white;
	} */

	.home-page-content {
		margin-top: -30vh;
	}

	/*-------------------------------------popup-----------------------------*/

	.banner {
		display: none;
	}

	.banner-overlay {
		display: none;
	}

	.banner {
		width: 800px;
		height: 500px;
		background: #444444;
		z-index: 100;
		position: fixed;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		left: 50%;
	}

	.banner .fillerimg {
		height: 100%;
		width: 100%;
		z-index: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.banner .block {
		height: 100%;
		top: 0;
		left: 40%;
		width: 60%;
		padding: 30px;
		position: absolute;
		z-index: 10;
		background: rgba(0, 0, 0, 0.5);
	}

	.banner .fillerimg .bannerclose {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 25px;
		cursor: pointer;
		opacity: 0.6;
	}

	.banner .block .textBox {
		width: 94%;
		overflow: auto;
	}

	.banner .block .textBox::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.banner .block .textBox::-webkit-scrollbar {
		width: 10px;
		background-color: transparent;
	}

	.banner .block .textBox::-webkit-scrollbar-thumb {
		background-color: #444;
		border: 2px solid #555555;
	}

	.banner .block .textBox h2 {
		font-size: 33px;
		line-height: 40px;
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 160px;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.banner .block .textBox ul {
		margin-top: 30px;
		max-height: 280px;
		color: #9a9b9c;
	}

	.banner .block .textBox li {
		list-style: none;
		display: table-row;
		color: #9a9b9c;
	}

	.banner .block .textBox li::before {
		content: "·";
		font-size: 40px;
		display: table-cell;
		padding-right: 0;
		top: 7px;
		position: relative;
		line-height: 20px;
	}

	.banner .block .terms {
		position: absolute;
		bottom: 78px;
		color: #ddd;
		font-size: 13px;
		width: 90%;
	}

	.banner .enquiryButton {
		position: absolute;
		text-transform: uppercase;
		width: 80%;
		left: 30px;
	}

	.banner .enquiryButton a {
		border: 1px solid;
		padding: 10px 30px;
		font-size: 13px;
		color: #ddd;
	}

	.enquiryButton2 a {
		border: 1px solid;
		padding: 10px 30px;
		font-size: 13px;
		color: #fff;
	}

	.banner-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.6);
		z-index: 4;
	}

	.container-ct-home {
		padding: 50px 30px;
		border-top: 5px solid var(--primaryColor);
	}
}

@media screen and (min-width: 992px) {
	.slicknav_menu {
		display: none;
	}
	.logo-dev-top {
		position: absolute;
		top: 0;
		right: 0;
	}

	.row-logo-dev {
		display: flex;
	}

	.logo-dev-footer {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}

	.logo-dev-ct {
		padding-right: 10px;
	}

	.logo-dev-ct img {
		height: 45px;
	}
}

@media only screen and (max-width: 991.98px) {
	header {
		display: none;
	}

	#menu {
		display: block !important;
	}

	header .logo {
		display: block !important;
	}

	/* .page-hero {
		height: 60vh;
	} */

	.popupmobile {
		float: right;
		max-height: 52px;
		display: flex !important;
		margin: 10px 5px 6px;
		justify-content: flex-end;
		background: #fff;
		width: 100%;
	}

	.popupmobile svg {
		height: 40px;
		width: 40px;
		animation: flickering 3s linear infinite;
		transform: rotate(0deg) scale(1);
	}

	.slicknav_menu_ct {
		padding: 0px;
		align-items: center;
	}

	/* body.sticky .slicknav_menu .slicknav_btn {
		z-index: 99999;
		position: fixed;
		right: 5px;
		top: 5px;
	}

	body.sticky .slicknav_menu .slicknav_nav {
		z-index: 9999;
		position: fixed;
		right: 0px;
		width: 100%;
		top: 0;
		padding-top: 75px;
		background: #000;
		overflow: auto;
		height: auto;
		max-height: 605px;
		box-shadow: 1px 2px 2px white;
	} */

	#menu {
		display: none;
	}

	header .logo {
		display: none !important;
	}

	header.sticky {
		display: none !important;
	}

	.logoimg {
		margin: 0px 5px;
		display: flex;
	}

	.logoimg img {
		max-height: 40px;
	}

	.slicknav_nav .slicknav_item a {
		border-top: none;
	}

	.slicknav_nav .slicknav_row:hover {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background: transparent;
	}

	.slicknav_nav li.slicknav_open {
		height: auto;
	}

	.slicknav_nav li ul {
		width: 100%;
	}

	.slicknav_nav li.slicknav_open ul {
		position: static;
		float: none;
		margin: 0px;
		border: none;
		box-shadow: 0 6px 12px transparent;
	}

	.slicknav_nav li.slicknav_open ul li a {
		line-height: 55px;
	}

	.dialog-custom .modal-dialog img {
		max-width: 230px;
	}

	/*  new socical */
	.drawer {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
	}

	.sticky .drawer {
		position: fixed;
		z-index: 9000;
		bottom: 0;
		width: 100%;
		height: 60px;
		-webkit-box-shadow: 0 0 0 1px var(--primaryColor);
		box-shadow: 0 0 0 1px var(--primaryColor);
		align-items: stretch;
		-ms-flex-align: stretch;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		background: #fff;
	}

	.drawer__item {
		height: 100%;
		width: 100%;
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
		font-size: 11px;
		line-height: 1.2;
		white-space: nowrap;
		text-decoration: none !important;
		color: #000;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}

	.drawer__item:hover {
		color: #000;
	}

	.drawer__icon {
		font-size: 21px;
		color: var(--primaryColor);
	}

	.drawer__item .cta-label {
		opacity: 0.8;
		display: block;
	}

	.more-menu .nav__item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.mobile-overlay.active {
		display: block !important;
	}

	.mobile-overlay {
		-webkit-animation: appearUp 0.25s ease-in-out;
		animation: appearUp 0.25s ease-in-out;
		position: fixed !important;
		bottom: 60px;
		right: 0;
		width: 22.5%;
		max-height: calc(100% - 60px);
		z-index: 4000;
		overflow: auto;
		padding: 0px;
		background: #fff;
	}

	.more-menu .nav__item a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border-bottom: 0;
		text-align: center;
	}

	.more-menu .nav__item a label {
		width: 100%;
		font-size: 12px;
	}

	.more-menu .nav__item a i {
		font-size: 28px;
	}

	.drawer + #footer {
		padding-bottom: 55px;
	}

	/* end new socical */
	.sub-banner .text-page h2 {
		font-size: 24px;
	}

	#fixedBottomBlock + .footer-bottom {
		padding-bottom: 55px;
	}

	.slicknav_menu {
		background: #ffffff;
		display: block;
		position: relative;
		z-index: 10000;
	}

	.scrollup {
		bottom: 24px !important;
	}

	.slicknav_nav a {
		color: #9a9a9a;
		text-align: center;
		height: 60px;
		border-bottom: 1px solid #888;
		line-height: 40px;
		padding-bottom: 5px;
		padding-top: 10px;
		font-weight: 700;
		text-transform: capitalize;
		font-size: 18px;
	}

	.slicknav_nav a:active {
		color: #fff;
	}

	.slicknav_nav a:hover {
		background: transparent !important;
	}

	.slicknav_nav li:last-child {
		border-bottom: none;
	}

	.single-slide p a {
		font-size: 14px;
	}

	/* ----------------------popup------------------------- */
	.banner {
		display: none;
	}

	.banner-overlay {
		display: none;
	}

	.banner {
		background: #444444;
		z-index: 999999;
		position: fixed;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		left: 50%;
	}

	.banner {
		width: 80%;
		height: 85%;
	}

	.banner .fillerimg {
		float: none;
		width: 100%;
		height: 35%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.banner .block {
		float: none;
		width: 100%;
		height: 65%;
		padding: 15px;
		position: relative;
	}

	.banner .block .bannerclose {
		top: -52%;
	}

	.banner .block .bannerclose {
		position: absolute;
		right: 10px;
		width: 25px;
		cursor: pointer;
		opacity: 0.6;
	}

	.banner .block .textBox {
		top: 42%;
	}

	.banner .enquiryButton {
		position: absolute;
		bottom: 25px;
		text-transform: uppercase;
		width: 75%;
	}

	.banner .enquiryButton a {
		border: 2px solid;
		padding: 10px 30px;
		font-size: 13px;
		color: var(--primaryColor);
		white-space: nowrap;
	}

	.banner .block .terms {
		position: absolute;
		bottom: 60px;
		color: #ddd;
		font-size: 13px;
		width: 90%;
	}

	.banner .block .textBox h2 {
		font-size: 22px;
		line-height: 30px;
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 160px;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.banner .block .textBox {
		width: 100%;
		overflow: auto;
	}

	.banner .block .textBox ul {
		max-height: 200px;
		-webkit-box-orient: vertical;
		color: #9a9b9c;
	}

	.banner-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 99999;
	}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	/*Banner Slider: START */
	/* .home-page {
		height: 80vh;
	} */

	.home-page .text {
		top: 20vh;
	}

	.page-hero .text {
		top: 20vh;
	}
	/* 
	.single-slide .hero-heading-description {
		max-width: 40%;
		margin: auto;
		font-size: 18px;
		text-shadow: 2px 1px 3px black;
		color: white;
	} */

	/* .single-slide .hero-heading-description p {
		text-shadow: 2px 1px 3px black;
		color: white;
		font-size: 18px;
		line-height: 1.5;
	} */

	.home-page-content {
		margin-top: -30vh;
	}

	.container-ct-home {
		padding: 40px 25px;
		border-top: 5px solid var(--primaryColor);
	}
}

@media screen and (max-width: 767.98px) {
	.single-slide {
		background-size: auto 100%;
		background-position-x: center;
		overflow: hidden;
	}
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.drawer__item .cta-label {
		font-size: 10px;
	}

	.logoimg img {
		max-height: 38px;
	}

	#mobile-hotline-cta a {
		font-size: 14px !important;
	}

	#mobile-hotline-phone a {
		font-size: 14px !important;
	}

	/*Banner Slider size576: START */
	/* .home-page {
		height: 70vh;
	} */

	.home-page .text {
		top: 20vh;
	}

	.page-hero .text {
		top: 20vh;
	}

	/* .single-slide .hero-heading-description {
		max-width: 80%;
		margin: auto;
		font-size: 16px;
		text-shadow: 2px 1px 3px black;
		color: white;
	}

	.single-slide .hero-heading-description p {
		font-size: 16px;
		text-shadow: 2px 1px 3px black;
		color: white;
		font-size: 16px;
		line-height: 1.5;
	} */

	.single-slide p .home-button {
		font-size: 16px;
		font-weight: bold;
		padding: 10px 15px;
	}

	.home-page-content {
		margin-top: -20vh;
	}

	.container-ct-home {
		padding: 30px 20px;
		border-top: 5px solid var(--primaryColor);
		margin: auto 5px;
	}
}

@media (max-width: 600px) {
	.nav-right ul {
		display: none;
	}
}

@media (max-width: 997px) {
	.nav-right {
		display: flex;
		align-items: center;
	}
	.nav-right ul {
		margin-right: 12px;
	}
}

@media screen and (min-width: 480px) and (max-width: 575.98px) {
	.drawer__item .cta-label {
		font-size: 10px;
	}

	.logoimg img {
		max-height: 38px;
	}

	#mobile-hotline-cta a {
		font-size: 14px !important;
	}

	#mobile-hotline-phone a {
		font-size: 14px !important;
	}
	/*Banner Slider: START */
	.home-page {
		min-height: 60vh;
		padding-bottom: 100px;
		padding-inline: 20px;
	}

	.home-page .text {
		top: 15vh;
	}

	.page-hero .text {
		top: 10vh;
	}

	.single-slide .text {
		top: 15vh;
	}

	/* .single-slide .hero-heading-description {
		max-width: 90%;
		margin: auto;
		text-shadow: 2px 1px 3px black;
		color: white;
		font-size: 16px;
		line-height: 1.5;
	}
	.single-slide .hero-heading-description p {
		color: white;
		font-size: 16px;
		line-height: 1.5;
	} */

	.single-slide p .home-button {
		font-size: 16px;
		font-weight: bold;
		padding: 8px 15px;
	}

	.home-page-content {
		margin-top: -20vh;
	}
	.container-ct-home {
		padding: 30px 20px;
		border-top: 3px solid var(--primaryColor);
		margin: auto 5px;
	}
}

@media screen and (max-width: 479.98px) {
	/*Banner Slider: START */
	/* .home-page {
		height: 60vh;
	} */

	.home-page .text {
		top: 10vh;
	}
	/* 
	.page-hero {
		height: 60vh;
	} */

	.page-hero .text {
		top: 5vh;
	}

	/* .single-slide .hero-heading-description {
		max-width: 90%;
		margin: auto;
		text-shadow: 2px 1px 3px black;
		color: white;
		font-size: 16px;
		line-height: 1.5;
	}

	.single-slide .hero-heading-description p {
		color: white;
		font-size: 16px;
		line-height: 1.2;
	} */

	.single-slide p .home-button {
		font-size: 16px;
		font-weight: bold;
		border-radius: 30px;
		padding: 6px 5px;
		max-width: 280px;
	}

	.home-page-content {
		margin-top: -10vh;
	}

	.container-ct-home {
		padding: 20px 20px;
		border-top: 3px solid var(--primaryColor);
		margin: auto 3px;
	}
}

@media screen and (max-width: 997px) {
	.slicknav_nav a {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 40px;
		height: 40px;
		font-weight: normal;
		border-color: rgba(255, 255, 255, 0.25);
	}

	.slicknav_nav a.active {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.slicknav_nav .slicknav_row {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	/* body.sticky .slicknav_menu .slicknav_nav {
		max-height: 100vh;
		padding-top: 0;
	}

	body.sticky .slicknav_menu .slicknav_btn {
		box-shadow: none;
		top: 0;
	} */

	.slicknav_menu .slicknav_icon-bar {
		transition: all 0.3s;
		transform: rotate(0) translate(0, 0);
	}

	.slicknav_menu .slicknav_open .slicknav_icon-bar:first-child {
		transform: rotate(45deg) translate(5px, 3px);
	}

	.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
		width: 0;
	}

	.slicknav_menu .slicknav_open .slicknav_icon-bar:last-child {
		transform: rotate(-45deg) translate(8px, -6px);
	}

	.slicknav_nav li.slicknav_open ul li a {
		line-height: 40px;
		color: #fff;
		background-color: transparent;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.slicknav_nav li.slicknav_open ul {
		background-color: #1a1a1a;
	}

	.slicknav_nav li.slicknav_open ul li a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
}

@keyframes scale {
	0% {
		transform: scale(1.1);
		overflow: hidden;
	}
	10% {
		transform: scale(1.3);
		overflow: hidden;
	}
	100% {
		transform: scale(1);
		overflow: hidden;
	}
}
.intl-tel-input.separate-dial-code .selected-flag {
	background-color: rgba(0, 0, 0, 0) !important ;
}

.intl-tel-input .selected-flag .iti-arrow {
	right: 40px !important ;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
	padding-left: 43px !important;
}

.videoHero {
	position: fixed;
	z-index: 100100;
	top: 0;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.714);
	display: none;
	padding: 25% 5%;
}
.videoHero.openVideo {
	display: flex;
}
.videoHero i {
	color: #fff;
	font-size: 30px;
	margin-left: auto;
	margin-bottom: 20px;
	cursor: pointer;
	opacity: 0.8;
}
.videoHero i:hover {
	opacity: 1;
}
.videoHero iframe {
	width: 100%;
	height: 100%;
}
@media (min-width: 500px) {
	.videoHero {
		padding: 2% 10%;
	}
}
@media screen and (min-width: 1600px) {
	.videoHero i {
		margin-bottom: 50px;
		font-size: 40px;
	}
}

.custom-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding-inline: 15px;

	input[type="checkbox"] {
		margin-top: 6px;
	}
}

.px-4 {
	padding-inline: 15px;
}

.mb-4 {
	margin-bottom: 16px;
}


.footer-bottom {
	padding-block: 24px !important;
}

.logo-dev-footer {
	padding-block: 24px !important;
}