*,
.header .navbar ul li.more ul {
	padding: 0;
}
.contact-item:last-child,
.footer-box ul.footer-list-upper li,
.header .navbar {
	margin-bottom: 0;
}
.global-sub-title,
.global-title {
	padding-bottom: 10px;
	text-align: center;
	color: #444;
}
.contact-form .btn:hover,
body,
html {
	background-color: #000;
}
.footer-box h3 .text-header,
.global-title {
	letter-spacing: 1.5px;
}
#home-slider,
.post .thumb,
.property .thumb {
	height: 0;
	overflow: visible;
}
#home-slider .slider-thumb,
.post .thumb a div,
.property .thumb a div {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#toTop svg,
#toTop2 svg {
	fill: #fff;
	width: 50%;
	height: 50%;
}
#toTop,
#toTop2 {
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.paging-style .pagination > li > a,
a,
a:hover {
	text-decoration: none;
}
.contact-bar {
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
}
.navbar-brand {
	float: unset !important;
}
.contact-item {
	background-color: #fff;
	width: 100px;
	height: 60px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	position: relative;
	z-index: 0;
}
#hiddenButtons,
#toTop,
.header {
	position: fixed;
}
.navbar-brand > img {
	height: 80%;
	width: auto;
	max-width: 250px;
	padding: 5px 0;
}
.contact-item:after,
.contact-item:before {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: 0.3s;
}
.contact-item:before {
	content: attr(before);
}
.contact-item:after {
	content: attr(after);
	display: none;
}
.contact-item.whatsapp {
	background-color: #1ebea5;
	color: rgba(255, 255, 255, 0.75);
}
.contact-item i[icon] {
	margin-left: 6px;
}
.contact-item i[icon]:before {
	font-size: 36px;
	color: rgba(255, 255, 255, 0.75);
}
.contact-item.contact-style-1 {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.contact-item.contact-style-1:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	opacity: 0;
	z-index: 1;
}
.contact-item.contact-style-1:hover:before {
	width: 300px;
	opacity: 1;
}
* {
	margin: 0;
}
ul {
	list-style: none;
}
a {
	color: #a7a7a7;
}
svg {
	height: 100%;
	max-height: 100%;
}
a:hover {
	color: #fff;
}
.transition,
.transition:after,
.transition:before {
	--duration: 0.3s;
	-ms-transition: all var(--duration);
	-webkit-transition: all var(--duration);
	-moz-transition: all var(--duration);
	-o-transition: all var(--duration);
	transition: all var(--duration);
}
#p1 .property,
.contact-form {
	--duration: 1s;
}
.panel {
	border-radius: 0;
	border-width: 0;
	box-shadow: none;
	padding-top: 15px;
}
.panel .panel-heading {
	border-width: 0.1px;
	border-radius: 0;
}
.panel-heading h2 {
	margin: 0;
	font-weight: 200;
	font-size: 20px;
}
.panel-body h4 {
	font-size: 13px;
	font-weight: 200;
}
.panel-body h4 strong {
	font-weight: 400;
	margin-right: 5px;
}
.panel-body h4 a {
	margin-right: 5px;
	color: var(--primaryColor);
	font-weight: 200;
	position: relative;
}
.panel-body h4 a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0.5px;
	background-color: var(--primaryColor);
	content: "";
	opacity: 0;
	visibility: hidden;
}
#home-slider .slider-item.active .slider-entry .btn,
#home-slider .slider-item.active .slider-entry h2,
#home-slider .slider-item.active .slider-entry p,
#home-slider:hover .slider-pager,
#toTop.showUp,
#toTop2.showUp,
.panel-body h4 a:hover:after {
	opacity: 1;
	visibility: visible;
}
a:hover .fa-facebook {
	color: #4267b2;
}
a:hover .fa-youtube {
	color: #e62117;
}
body,
html {
	color: #111;
	font-size: 14px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	overflow-x: hidden;
	overflow-y: auto;
}
.header {
	width: 100%;
	z-index: 99999;
	transition: height 0.3s;
}
.header .navbar {
	border: 0;
	border-radius: 0;
}
.header .navbar .navbar-header {
	height: 100px;
	transition: height 0.3s;
	display: flex;
}
body.scrolling .header .navbar .navbar-header {
	height: 80px;
}
.header .navbar .navbar-brand {
	height: 100%;
	padding: 0;
	margin-left: 5px;
	margin-right: 30px;
	position: relative;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .navbar .contact-menu,
.header .navbar ul li {
	height: 100px;
	transition: height 0.3s;
}
.header .navbar .navbar-brand:after {
	width: 0;
	height: 70%;
	content: "";
	position: absolute;
	top: 15%;
	right: 0;
}
#main-menu {
	position: relative;
	display: flex !important;
	justify-content: flex-end;
}
#main-menu .nav {
	flex-grow: 1;
	display: flex;
	flex-wrap: nowrap;
}
.header .navbar ul li.more a,
.header .navbar ul li.more a:focus,
.header .navbar ul li.more a:link,
.header .navbar ul li.more a:visited {
	background-color: transparent;
	cursor: pointer;
}
.header .navbar ul li a {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 16px;
	text-transform: uppercase;
	font-family: Sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	white-space: nowrap;
	transition: 0.29s ease-in-out;
}

.header .navbar ul li a:active {
	top: 1px;
	position: relative;
}

.header .navbar ul li.more ul li {
	height: 40px;
}
.header .navbar ul li.more ul li a:hover {
	color: #444;
	background-color: rgba(0, 0, 0, 0.1);
}
.header .navbar .contact-menu {
	margin-right: 0;
}
body.scrolling .header .navbar .contact-menu {
	height: 50px;
}
.header .navbar .contact-menu .call-me {
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .navbar .contact-menu .call-me a {
	align-self: flex-end;
	display: flex;
	align-items: center;
}
.footer-box ul li a:hover,
.global-read-more a:hover,
.header .navbar .contact-menu .call-me a:hover {
	color: var(--primaryColor);
}
.header .navbar .contact-menu .call-me a i {
	font-size: 25px;
	position: relative;
	padding-left: 30px;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: Sans-serif;
}
.header .navbar .contact-menu .call-me a i:before {
	font-family: FontAwesome;
	position: absolute;
	top: 1px;
	left: 0;
}
.header .navbar .contact-menu .language-contact {
	height: 40px;
	width: 100%;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
}
.header .navbar .contact-menu .language-contact li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	overflow: visible;
	margin-left: 8px;
}
.header .navbar .contact-menu .language-contact li a {
	background-color: transparent;
	width: 100%;
	height: 30px;
	border: 0.1px solid #ddd;
	color: #ab7b19;
	text-decoration: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .navbar .contact-menu .language-contact li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.contact-form .btn,
.global-read-more a:hover:after,
.global-read-more a:hover:before,
.header .navbar .contact-menu .language-contact li.contact-btn a,
.property .entry .panel h3:after {
	background-color: var(--primaryColor);
}
.header .navbar .contact-menu .language-contact li ul:before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.header .navbar .contact-menu .language-contact li ul {
	background-color: #fff;
	position: absolute;
	top: 120%;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}
.header .navbar .contact-menu .language-contact li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header .navbar .contact-menu .language-contact li ul li {
	width: 100%;
	margin-left: 0;
}
.header .navbar .contact-menu .language-contact li ul li a {
	border: 0;
	width: 100%;
	color: #444;
}
.header .navbar .contact-menu .language-contact li ul li a:hover {
	background-color: rgba(0, 0, 0, 0.25);
}
.header .navbar .contact-menu .language-contact li.contact-btn a:hover {
	background-color: #fff;
	color: var(--primaryColor);
}
.global-title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 200;
	position: relative;
}
.global-sub-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 200;
}
.global-read-more {
	margin-bottom: 30px;
	text-align: center;
}
.global-read-more a {
	display: block;
	position: relative;
	cursor: pointer;
}
.global-read-more a:after,
.global-read-more a:before {
	background-color: #ddd;
	position: absolute;
	top: 50%;
	width: 100px;
	content: "";
	height: 1px;
}
.global-read-more a:before {
	left: calc(50% - 150px);
}
.global-read-more a:after {
	right: calc(50% - 150px);
}
.contact-form {
	width: 100%;
	padding: 30px;
	border: 1px solid #ddd;
	-ms-transform: translateX(150px);
	-webkit-transform: translateX(150px);
	transform: translateX(150px);
	opacity: 1;
	visibility: visible;
	background: #fbfbfb;
	border-radius: 8px;
}
#home-slider .slider-pager,
#toTop,
.property {
	visibility: hidden;
	opacity: 0;
}
.contact-section.inview .panel,
.inview .contact-form {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.contact-form .form-group {
	margin-bottom: 20px;
}
.contact-form .control-label {
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 13px;
	text-align: left;
}
.contact-form .form-control {
	border-radius: 0;
	box-shadow: none;
	border: 0.1px solid rgba(0, 0, 0, 0.25);
}
.contact-form .form-control:focus {
	outline: 0;
	border-color: var(--primaryColor);
}
#enquiry,
#wechat {
	border-left: 1px solid #ddd;
	background: #fff;
}
.contact-form .btn {
	width: 150px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	border-radius: 0;
	border: 0;
}
.contact-form .note {
	padding: 15px 0 5px;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.contact-social {
	display: flex;
	padding: 20px 0;
	justify-content: center;
}
#page-content,
.post {
	padding: 30px 0;
}
.contact-social li a {
	font-size: 25px;
	margin-right: 30px;
	color: #aaa;
}
.property {
	width: 100%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
#page-content.inview .property {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	visibility: visible;
}
#p2 .property {
	--duration: 1.5s;
}
#p3 .property,
.post {
	--duration: 2s;
}
#p4 .property {
	--duration: 2.5s;
}
#p5 .property {
	--duration: 3s;
}
#p6 .property {
	--duration: 3.5s;
}
.property:hover {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.75);
}
.property .thumb {
	width: 100%;
	padding-top: 60%;
	position: relative;
}
.property .thumb a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
.post .entry h4 a,
.post .entry p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 82px;
	-webkit-box-orient: vertical;
}
.property .thumb a div {
	width: 100%;
	height: 100%;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.property .thumb:hover a div {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#home-slider .slider-entry .btn:hover:after,
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.footer-box h3:hover:after,
.img-responsive,
.property .entry,
.property .entry .panel h3:hover:after,
.thumbnail a > img,
.thumbnail > img {
	width: 100%;
}
.property .entry .panel h3 {
	margin: 0 0 15px;
	line-height: 1em;
	position: relative;
}
.property .entry .panel h3:after {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0.5px;
	content: "";
	left: 0;
}
.property .entry .panel h3 a {
	color: var(--primaryColor);
	font-weight: 300;
	font-size: 20px;
}
.property .entry .panel h4 {
	margin: 0 0 15px;
	line-height: 1em;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 400;
}
.property .entry .panel p {
	margin-bottom: 0;
	font-weight: 200;
	font-size: 13px;
}
.post {
	background-color: #fff;
	width: 100%;
	margin-bottom: 30px;
}
.footer-box ul li,
.footer-logo {
	margin-bottom: 15px;
}
/* #p1 .post {
	-ms-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
} */
#p2 .post {
	-ms-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
#p3 .post {
	-ms-transform: translateY(150px);
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
}
#p4 .post {
	-ms-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}
#p5 .post {
	-ms-transform: translateY(250px);
	-webkit-transform: translateY(250px);
	transform: translateY(250px);
}
#p6 .post {
	-ms-transform: translateY(300px);
	-webkit-transform: translateY(300px);
	transform: translateY(300px);
}
#home-news.inview .post {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.post .thumb {
	width: 100%;
	padding-top: 40%;
	position: relative;
}
.post .thumb a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 40%;
	height: 100%;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}
.footer-box h3:after,
.footer-box ul.footer-list-upper li a:after {
	height: 0.5px;
	width: 0;
	content: "";
	background-color: var(--primaryColor);
	bottom: 0;
}
.post .thumb a div {
	width: 100%;
	height: 100%;
}
.post .entry .panel-body {
	padding: 30px 15px;
}
.post .entry h5 {
	text-align: center;
	color: #aaa;
	font-size: 20px;
	font-weight: 200;
	position: relative;
	margin-bottom: 30px;
}
.post .entry h5:after,
.post .entry h5:before {
	background-color: #ddd;
	position: absolute;
	top: 50%;
	width: 50px;
	content: "";
	height: 1px;
}
.post .entry h5:before {
	left: calc(50% - 120px);
}
.post .entry h5:after {
	right: calc(50% - 120px);
}
.post .entry h4 {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}
.post .entry h4:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 50px;
	height: 1px;
	background-color: #ddd;
	content: "";
	margin: 0 auto;
}
.post .entry h4 a {
	font-size: 22px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-line-clamp: 3;
}
.post .entry h4 a:after {
	display: none;
}
.post .entry h4 a:hover {
	color: #888;
}
.post .entry p {
	color: #888;
	font-size: 15px;
	line-height: 2em;
	font-weight: 300;
	padding: 0 15px;
	margin-bottom: 0;
	-webkit-line-clamp: 2;
}
.footer-box h3 .text-header,
.footer-box ul.footer-list-upper li a {
	color: white;
	font-size: 15px;
	font-weight: 100;
	text-transform: uppercase;
}
.footer {
	width: 100%;
	padding: 20px 0;
	background: var(--primaryColor);
}
.footer-logo {
	width: 100%;
	display: flex;
	justify-content: center;
}
.footer-logo img {
	width: 100%;
	height: auto;
}
.footer-box h3 {
	position: relative;
	padding-bottom: 5px;
}
.footer-box h3:after {
	position: absolute;
	left: 0;
}
.footer-box ul li a,
.footer-box ul li span {
	color: #ddd;
	font-weight: 200;
	font-size: 12px;
}
.footer-box ul.footer-list-upper {
	min-height: 118px;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.footer-box ul.footer-list-upper li a {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	position: relative;
}
.footer-box ul.footer-list-upper li a:after {
	position: absolute;
	left: 50%;
}
.footer-box ul.footer-list-upper li a:hover:after {
	width: 100%;
	left: 0;
}
.footer-social {
	min-height: 118px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.footer-social .social-list {
	display: flex;
	width: 100%;
	margin-bottom: 0;
	justify-content: center;
}
.footer-social .social-list li {
	margin-right: 15px;
	margin-bottom: 0;
}
.footer-social .social-list li a {
	font-size: 30px;
}
.footer-social .footer-copyright {
	color: #fff;
}
.sl-overlay {
	background: rgba(0, 0, 0, 0.9) !important;
}
#header {
	background: var(--primaryColor);
}
#home-slider {
	width: 100%;
	position: relative;
	margin-top: 0;
}
#home-slider .slider-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}
#home-slider .slider-items {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
#home-slider .slider-item {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#home-slider .slider-thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: 2s forwards scale;
	opacity: 0;
}
#temp-whatsapp:hover,
#temp:hover {
	background-position: 1% 50%;
	background-size: 300% 300%;
}
#home-slider .slider-entry {
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#page-content,
#primaryButton,
#toTop2:hover,
#toTop:hover {
	background-color: #fff;
}
#home-slider .slider-entry h2 {
	--duration: 1s;
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	position: relative;
	text-align: center;
	opacity: 1;
	visibility: visible;
}
#home-slider .slider-entry p {
	--duration: 2s;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	opacity: 1;
	visibility: visible;
	max-width: 360px;
}
#home-slider .slider-entry .btn {
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
	border: 2px solid;
	background-color: var(--primaryColor);
	border-radius: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#home-slider .slider-entry .btn i {
	margin-left: 20px;
	transform: translateY(-1px);
}
#home-slider .slider-entry .btn:after {
	display: block;
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.07);
	z-index: 1;
	right: 0;
	top: 0;
	transition: 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
	border-radius: 30px;
}
#home-slider .slider-pager {
	position: absolute;
	top: 50%;
	height: 0;
	width: 100%;
	overflow: visible;
	display: flex;
	justify-content: space-between;
}
#home-slider .slider-pager > div {
	cursor: pointer;
	width: 100px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	margin-top: -50px;
}
#home-slider .slider-pager i:before,
#toTop {
	display: flex;
	align-items: center;
	border-radius: 50%;
}
#home-slider .slider-pager i {
	color: #fff;
	font-size: 30px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#home-slider .slider-pager i:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
}
.contact-section {
	padding: 35px 15px;
}
.contact-section .panel {
	--duration: 1s;
	-ms-transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	transform: translateX(-150px);
	opacity: 1;
	visibility: visible;
}
#home-news {
	background-color: #444;
	padding: 110px 0;
}
#home-news .global-title {
	color: #444;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}
#home-news .global-title:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 50px;
	height: 1px;
	background-color: #404040;
	content: "";
	margin: 0 auto;
}
#home-news .global-sub-title {
	color: #404040;
	font-weight: 300;
	font-size: 13px;
	margin-bottom: 30px;
}
#toTop {
	right: 20px;
	bottom: 80px;
	background-color: var(--primaryColor);
	color: #fff;
	justify-content: center;
}
#fixedBottomBlock a,
#toTop2 {
	display: flex;
	align-items: center;
}
#toTop svg {
	margin-left: 7px;
	margin-top: 5px;
}
#toTop2:hover svg,
#toTop:hover svg {
	fill: var(--primaryColor);
}
#toTop2 svg {
	margin-left: 0.5px;
	margin-top: -2px;
}
#toTop2 {
	position: absolute;
	right: 6px;
	background-color: var(--primaryColor);
	color: #fff;
	border-radius: 50%;
	justify-content: center;
	opacity: 1;
	z-index: 9999;
	margin-top: -38px;
}
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #444;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: var(--primaryColor);
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background: var(--primaryColor);
}
#hiddenButtons.showUp,


#temp,
#temp-whatsapp {
	color: #fff;
	transition: background-position 0.7s, background-size 0.7s, border-color 0.7s;
}

hr.victoria {
	margin: 20px 90px;
	border: 0;
	border-top: 1px solid #a3895a;
}
.select2-container--default .select2-selection--multiple {
	border-radius: 0 !important;
}
.color-transparent {
	background-color: transparent !important;
	padding: 0 30px;
}
.text-web-cut {
	width: calc(50% - 15px);
	text-overflow: ellipsis;
	line-height: 22px;
	max-height: 82px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#fixedBottomBlock {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9990;
	height: 55px;
	width: 100%;
	overflow: visible;
	display: flex;
	border-top: 4px solid #404040;
}
#fixedBottomBlock a {
	width: 100%;
	height: 100%;
	justify-content: center;
}
#contact-menu,
#hiddenButtons .showUpButton {
	align-items: center;
	display: flex;
}
#fixedBottomBlock a span {
	color: #4d4d4d;
	font-weight: 700;
	font-size: 11px;
}
#primaryButton {
	color: var(--primaryColor);
	position: relative;
}
#enquiry {
	color: var(--primaryColor);
	border-right: 1px solid #ddd;
}
#whatapps {
	background: #fff;
	color: #34af23;
}
#wechat {
	color: #4dda39;
}
#hiddenButtons {
	width: 50%;
	height: auto;
	bottom: 55px;
	right: -100%;
	transition: right 0.3s, bottom 1s;
	z-index: 1;
	background: #ddd;
	color: #333;
}
#hiddenButtons .showUpButton {
	color: #333;
	width: 100%;
	height: 45px;
	padding-left: 10px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
.none-color a {
	color: #333 !important;
}
#page-content a {
	color: #af842b;
}
#contact-menu a .fa:before {
	font-size: 20px;
}
.p_content_video {
	position: relative;
	padding-bottom: 56.25% !important;
}
.p_content_video .note-video-clip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#temp {
	background: -webkit-linear-gradient(180deg, rgba(203, 141, 16, 0.7), rgba(241, 188, 80, 0.75), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
	background: linear-gradient(270deg, rgba(203, 141, 16, 0.7), rgba(241, 188, 80, 0.75), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
	background-size: 300% 300%;
	background-position: 99% 50%;
}
#temp:hover {
	border-color: rgba(203, 141, 16, 0.7);
}
#temp-whatsapp {
	background: -webkit-linear-gradient(270deg, rgba(92, 203, 16, 0.7), rgba(179, 241, 80, 0.75), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
	background: linear-gradient(270deg, rgba(92, 203, 16, 0.7), rgba(179, 241, 80, 0.75), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));
	background-size: 300% 300%;
	background-position: 99% 50%;
}
#temp-whatsapp:hover {
	border-color: rgba(16, 203, 16, 0.7);
}
.ul-style {
	list-style: initial !important;
	padding-left: 40px;
}
.paging-style .pagination > li > a {
	color: var(--primaryColor);
	background-color: transparent;
	border: 1px solid var(--primaryColor);
}
.paging-style .pagination > .active > a {
	color: #fff !important;
	background-color: #c3a15b !important;
}
.logo-dev {
	height: 60px;
	margin: 15px auto;
	transition: 0.3s;
	text-shadow: 1px 1px #2c2c2c;
}
.logo-dev .row-logo-dev {
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-dev-ct {
	padding-right: 10px;
	height: 45px;
}
.logo-dev-ct img {
	width: auto;
	height: 100%;
}
span.select2.select2-container.select2-container--default {
	width: 100% !important;
}
.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;
}
@keyframes scale {
	0% {
		transform: scale(1.3);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.sub-page-banner {
	margin-top: 100px !important;
}
@media screen and (max-width: 1199.98px) {
	.header .navbar .navbar-brand:after {
		border-right: 0;
	}
	.header .navbar ul li {
		height: 70px;
	}
	.header .navbar .contact-menu {
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
	}
	.header .navbar .contact-menu .call-me,
	.header .navbar .contact-menu .language-contact {
		height: 100%;
		width: 50%;
	}
	.header .navbar .contact-menu .call-me a {
		align-self: initial;
	}
	.header .navbar .contact-menu .language-contact li a {
		border: none;
	}
	#home-slider .slider-pager {
		opacity: 1;
		visibility: visible;
	}
	#home-slider .slider-pager > div {
		margin-top: -25px;
	}
	.post .entry p {
		max-height: 53px;
		height: 53px;
	}
	.post .entry h4 a {
		height: 72px;
	}
}
@media (max-width: 359.98px) {
	.header .navbar .navbar-header {
		width: 100%;
	}
	.navbar-brand > img {
		max-height: 96%;
		max-width: 160px;
	}
	.cta-phone-mobile {
		padding-right: 200px !important;
	}
	.biz-contact-text {
		display: none;
	}
	.home-banner {
		padding-top: 180%;
	}
	.sub-page-banner {
		padding-top: 90%;
	}
	#home-slider .slider-entry {
		justify-content: flex-end;
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 360px) and (max-width: 575.98px) {
	.navbar-brand > img {
		max-height: 96%;
		max-width: 180px;
	}
	.home-banner {
		padding-top: 150%;
	}
	.sub-page-banner {
		padding-top: 90%;
	}
	#home-slider .slider-entry {
		justify-content: flex-end;
		padding-bottom: 50px;
	}
	#home-slider .slider-item.active .slider-entry h2 {
		font-size: 13px;
	}
	#home-slider .slider-item.active .slider-entry p {
		font-size: 11px;
	}
	#home-slider .slider-pager > div {
		padding: 0 5px;
		width: 50px;
	}
	.header .navbar .contact-menu .call-me a {
		align-self: flex-end;
	}
	.footer-box {
		width: 50%;
		margin: 0 auto;
	}
	.footer-box h4 {
		text-align: left;
	}
	.footer-box ul li a {
		display: flex;
		width: 100%;
		text-align: left;
		align-items: center;
	}
	.footer-box ul.footer-list-upper li a {
		justify-content: center;
	}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.home-banner {
		padding-top: 80%;
	}
	.sub-page-banner {
		padding-top: 60%;
	}
}
@media screen and (max-width: 767.98px) {
	.navbar-nav,
	.navbar-toggle .icon-bar:last-child {
		margin-bottom: 0;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #333;
	}
	.header .navbar ul li.more ul li a {
		color: #fff !important;
	}
	#home-slider .slider-entry h2 {
		font-size: 22px;
	}
	#home-slider .slider-entry hr:after {
		position: absolute;
		top: 65%;
		left: 0;
		right: 0;
		width: 40%;
		height: 1px;
		background-color: #fff;
		content: "";
		margin: 0 auto;
	}
	#home-slider .slider-entry hr {
		border-top: 1px solid transparent;
	}
	#main-menu {
		overflow: visible;
		display: block !important;
		justify-content: initial;
		padding: 0;
	}
	#main-menu.in .nav {
		display: block;
		padding: 0;
	}
	#main-menu .nav {
		width: 100%;
		float: left;
		margin: 0;
		flex-grow: initial;
	}
	/* #main-menu a.active {
		background-color: transparent !important;
	} */
	#contact-menu {
		position: absolute;
		top: -63px;
		right: 15%;
		height: 50px;
	}
	#contact-menu ul,
	#contact-menu ul li,
	#contact-menu ul li a {
		height: 100% !important;
	}
	#contact-menu ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact-ct {
		padding-top: 20px !important;
	}
	.header .navbar ul li a {
		padding: 15px;
		font-size: 14px;
		font-weight: 100;
	}

	.scrolling .header {
		top: 0;
	}
	.scrolling .navbar-toggle {
		height: 80px;
		transition: height 0.3s;
	}
	.navbar-toggle {
		height: 100px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 12px;
		top: 0;
		z-index: 9999;
		transition: height 0.3s;
	}
	.navbar-toggle .icon-bar {
		background-color: #acacac;
		width: 36px;
		margin-bottom: 10px;
	}
	.navbar-nav {
		width: 50%;
		margin-top: 0;
	}
	.header .navbar-nav li a {
		height: 30px;
	}
	.header .navbar .contact-menu {
		width: 50%;
		height: 100%;
		left: auto;
		right: 0;
		flex-direction: column;
	}
	.header .navbar .in .contact-menu {
		opacity: 1;
		visibility: visible;
	}
	.header .navbar .contact-menu .call-me {
		width: 100%;
	}
	.header .navbar .contact-menu .language-contact {
		width: 100%;
		padding: 0 15px;
	}
	.header .navbar .navbar-header {
		height: 100px;
	}
	.margin15px {
		margin-top: 15px;
	}
	footer {
		/* margin-bottom: 40px; */
	}
	.header .navbar .contact-menu .language-contact li a {
		border: none;
	}
	.header .collapse {
		display: block;
	}
	.header .collapse.in > * {
		display: initial;
	}
	.footer-box ul li a {
		display: flex;
		align-items: center;
	}
	.footer-box ul li a i {
		margin-right: 5px;
	}
}
@media screen and (max-width: 991.98px) {
	::-webkit-scrollbar {
		width: 0;
	}
	#footer .row {
		display: flex;
		flex-wrap: wrap;
	}
	#arrow-down,
	.banner,
	.banner-overlay {
		display: none;
	}
	.biz-contact-text {
		font-size: 11px;
	}
	.input-inline {
		width: 100% !important;
	}
	#home-news {
		padding: 25px 0;
	}
	.scrolling .logo-hotline {
		transition: 0.3s;
	}
	.scrolling .logo-hotline .numbers {
		font-size: 13px;
		transition: 0.3s;
	}
	.page-thank {
		margin-top: 56px;
	}
	#salutation {
		margin-bottom: 15px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		color: #ddd;
		line-height: 30px;
	}
	
	.enquiryButton2 a {
		padding: 3px;
		font-size: 15px;
		color: #ad7f46;
		white-space: pre;
		background: #dddddd61;
	}
	.banner {
		background: #444;
		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%;
		width: 80%;
		height: 85%;
	}
	.banner .fillerimg {
		float: none;
		width: 100%;
		height: 35%;
		background-size: cover;
	}
	.banner .block {
		float: none;
		width: 100%;
		height: 65%;
		padding: 30px;
		position: relative;
		background: #000;
		color: #fff;
	}
	.banner .block .bannerclose {
		top: -52%;
		position: absolute;
		right: 10px;
		width: 25px;
		cursor: pointer;
		opacity: 0.6;
		background: #000;
	}
	.banner .enquiryButton {
		position: absolute;
		bottom: 25px;
		text-transform: uppercase;
		width: 90%;
	}
	.banner .enquiryButton a {
		border: 1px solid;
		padding: 10px 30px;
		font-size: 13px;
		color: #9a9b9c;
	}
	.banner .block .terms {
		position: absolute;
		bottom: 60px;
		color: #9a9b9c;
		font-size: 13px;
		width: 90%;
	}
	.banner .block .textBox h2 {
		font-size: 22px;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 160px;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
	.banner .block .textBox {
		position: absolute;
		top: 45%;
		transform: translateY(-60%);
		-moz-transform: translateY(-60%);
		-o-transform: translateY(-60%);
		-webkit-transform: translateY(-60%);
		width: 79%;
		overflow: auto;
	}
	.banner .block .textBox ul {
		max-height: 170px;
		-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 (min-width: 992px) {
	#main-menu {
		height: 100px !important;
		align-items: center;
		transition: height 0.3s;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.navbar-nav,
	.navbar-toggle .icon-bar:last-child {
		margin-bottom: 0;
	}
	.home-banner {
		padding-top: 80%;
	}
	.sub-page-banner {
		padding-top: 60%;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav .open .dropdown-menu {
		background: #101010e8;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.header .navbar ul li.more ul li a {
		color: #fff !important;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		color: #ddd;
		line-height: 30px;
	}
	#home-slider .slider-entry h2 {
		font-size: 22px;
	}
	#home-slider .slider-entry hr:after {
		position: absolute;
		top: 65%;
		left: 0;
		right: 0;
		width: 40%;
		height: 1px;
		background-color: #fff;
		content: "";
		margin: 0 auto;
	}
	#home-slider .slider-entry hr {
		border-top: 1px solid transparent;
	}
	#main-menu.in .nav {
		display: block;
		padding: 0;
	}
	#main-menu .nav {
		width: 100%;
		float: left;
		margin: 0;
		flex-grow: initial;
	}
	#main-menu a.active {
		background-color: transparent !important;
	}
	#contact-menu {
		position: absolute;
		top: -63px;
		right: 15%;
		height: 50px;
	}
	#contact-menu ul,
	#contact-menu ul li,
	#contact-menu ul li a {
		height: 100% !important;
	}
	#contact-menu ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact-ct {
		padding-top: 20px !important;
	}
	.header .navbar ul li a {
		padding: 15px;
		font-size: 14px;
		font-weight: 100;
	}
	.scrolling .navbar-toggle {
		height: 70px;
		transition: height 0.3s;
	}
	.navbar-toggle {
		height: 100px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 12px;
		top: 0;
		z-index: 9999;
		transition: height 0.3s;
		display: block !important;
	}
	.navbar-toggle .icon-bar {
		background-color: #acacac;
		width: 36px;
		margin-bottom: 10px;
	}
	.navbar-nav {
		width: 50%;
		margin-top: 0;
	}
	.header .navbar-nav li a {
		height: 30px;
	}
	.header .navbar .contact-menu {
		width: 50%;
		height: 100%;
		left: auto;
		right: 0;
		flex-direction: column;
	}
	.header .navbar .in .contact-menu {
		opacity: 1;
		visibility: visible;
	}
	.header .navbar .contact-menu .call-me {
		width: 100%;
	}
	.header .navbar .contact-menu .language-contact {
		width: 100%;
		padding: 0 15px;
	}
	.navbar-brand > img {
		max-width: 250px;
		max-height: 96%;
	}
	.header .navbar .navbar-header {
		height: 100px;
	}
	.margin15px {
		margin-top: 15px;
	}
}
@media (max-width: 991px) {
	#main-menu,
	.navbar-toggle span {
		transition: 0.5s;
	}
	#main-menu,
	.header .navbar ul li {
		overflow: hidden;
	}
	#main-menu .nav {
		max-width: 550px;
		margin-inline: auto !important;
		float: none !important;
		flex-direction: column;
	}
	#main-menu a.active::after {
		width: 20%;
	}
	.dropdown-menu.submenu li a {
		padding-block: 15px !important;
	}
	.navbar-toggle.active span:nth-of-type(2) {
		width: 0;
	}
	.navbar-toggle.active span:first-of-type {
		transform: translate(0, 11px) rotate(-45deg);
	}
	.navbar-toggle.active span:nth-of-type(3) {
		transform: translate(0, -12px) rotate(45deg);
	}
	#main-menu {
		height: 0;
		width: 100%;
	}
	#main-menu .menu-item-st {
		height: 100%;
		width: 100%;
		overflow-y: scroll;
		padding-bottom: 100px;
	}
	#main-menu.active {
		height: calc(var(--vh, 1vh) * 100);
	}
	.dropdown-menu {
		position: unset !important;
		display: block;
		padding-bottom: 25px;
	}
	.header .navbar ul li a {
		height: 70px !important;
		padding-block: 25px;
		font-size: 16px;
	}
	#main-menu a::before {
		content: "";
		width: calc(100% - 30px);
		height: 1px;
		background-color: rgb(128, 128, 128, 0.5);
		position: absolute;
		bottom: 2px;
		left: 50%;
		transform: translateX(-50%);
	}
	.submenu a::before {
		display: none;
	}
}
@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}
	/* .open > .dropdown-menu {
		background-color: #333 !important;
	} */
	.scrolling #main-menu {
		height: 80px !important;
	}
	#main-menu .nav,
	#main-menu .nav li,
	.menu-item-st {
		height: 100%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.header .navbar ul li.more ul li a {
		color: #000 !important;
	}
	#home-slider {
		margin-top: 0;
	}
	.home-banner {
		padding-top: 50%;
	}
	.sub-page-banner {
		padding-top: 45%;
	}
	.hidden-ct-1k2 {
		display: none !important;
	}
	#fixed-right-block,
	#temp-whatsapp-2,
	.fixed-right-block-w {
		position: fixed;
		display: flex !important;
		cursor: pointer;
		right: 0;
	}
	.fixed-right-block-w {
		top: calc(55% - -45px) !important;
		height: 105px !important;
		background-color: #fff;
		z-index: 99999;
		border-radius: 0.5rem 0 0 0.5rem;
	}
	#fixed-right-block .block-header,
	.fixed-right-block-w .block-header {
		background-color: var(--primaryColor);
		width: 40px;
		height: 100%;
		border-radius: 0.5rem 0 0 0.5rem;
	}
	#temp-whatsapp-2,
	#temp-whatsapp-2 .block-header {
		background: #25d366 !important;
		border-radius: 0.5rem 0 0 0.5rem;
	}
	#fixed-right-block .block-header .block-toggle,
	#temp-whatsapp-2 .block-header .block-toggle,
	.fixed-right-block-w .block-header .block-toggle {
		width: 100%;
		height: 100%;
		white-space: nowrap;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		color: #fff;
		font-size: 14px;
		transition: 0.29s ease-in-out 1s;
	}
	#fixed-right-block:hover,
	#temp-whatsapp-2:hover,
	.fixed-right-block-w:hover {
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25), -3px -3px 3px rgba(0, 0, 0, 0.25);
		width: 50px;
	}
	#fixed-right-block .block-header:hover,
	#temp-whatsapp-2 .block-header:hover,
	.fixed-right-block-w .block-header:hover {
		width: 50px;
	}
	#temp-whatsapp-2 {
		top: calc(40% - -15px) !important;
		height: 120px !important;
		color: #fff;
		z-index: 99999;
	}
	#temp-whatsapp-2 .block-header {
		width: 40px;
		height: 100%;
	}
	#fixed-right-block {
		background-color: #fff;
		width: 40px;
		height: 105px;
		top: calc(25%);
		z-index: 9;
		border-radius: 0.5rem 0 0 0.5rem;
	}
	#fixed-right-block.showUp {
		width: 360px;
	}
	#fixed-right-block .block-header i {
		margin-right: 12px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#fixed-right-block .block-content {
		width: calc(100% - 60px);
		height: 100%;
		flex-grow: 1;
		overflow: hidden;
	}
	#fixed-right-block .block-content .block-numbers {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	#fixed-right-block .block-content .block-number {
		width: 100%;
		flex-grow: 1;
		display: flex;
		align-items: center;
		padding-right: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		box-sizing: border-box;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		position: relative;
		white-space: nowrap;
		opacity: 0.9;
		transition: opacity 0.3s;
	}
	#fixed-right-block .block-content .block-number:hover {
		opacity: 1;
	}
	#fixed-right-block .block-content .block-number:last-child {
		border-bottom: 0;
	}
	#fixed-right-block .block-content .block-number:after {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		box-sizing: border-box;
		content: "\f095";
		font-family: FontAwesome;
	}
	#fixed-right-block .block-content .block-number.whatsapp:after {
		content: "\f232";
	}
	#fixed-right-block .block-content .block-number.phone,
	#fixed-right-block .block-content .block-number.phone:after {
		background-color: #28303e;
	}
	#fixed-right-block .block-content .block-number.whatsapp,
	#fixed-right-block .block-content .block-number.whatsapp:after {
		background-color: #1ebea5;
	}
}
@media screen and (min-width: 1200px) {
	#header {
		top: 0;
		left: 0;
	}
	.header .navbar .navbar-header,
	.header .navbar ul li {
		transition: 0.3s;
	}
	.header .navbar ul li.more ul li a {
		color: #000 !important;
	}
	.home-banner {
		padding-top: 45%;
	}
	.sub-page-banner {
		padding-top: 40%;
	}
	.brochure-st a {
		color: #ddd !important;
		border: transition !important;
	}
	.post .entry h4 a {
		height: 72px;
	}
	.post .entry p {
		height: 53px;
	}
	.footer-social .social-list {
		justify-content: left;
	}
	#contact-menu a {
		height: 100%;
		white-space: nowrap;
	}
	body.scrolling #header {
		background-color: var(--primaryColor);
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.container-fluid::after,
	.container-fluid::before {
		display: none;
	}
	.container-fluid {
		display: flex;
		justify-content: space-between;
	}
}

.header .navbar ul li a:hover {
	background: white !important;
	color: var(--primaryColor) !important;
}

@media (max-width: 1023px) {
	.header .navbar ul li a:active {
		background: white !important;
		color: var(--primaryColor) !important;
	}
}

#main-menu a.active::after {
	border-color: white !important;
  transition: 0.29s  ease-in-out;
}

#main-menu a:hover.active::after,
#main-menu a:active.active::after {
	border-color: var(--primaryColor) !important;
}


@media (min-width: 992px) {
  .open > .dropdown-menu {
      background-color: white !important;
  }

  .header .navbar ul.submenu li a {
    color: var(--primaryColor) !important;
  }

  .header .navbar ul.submenu li a:hover {
    background-color: #f5f5f5 !important;
  }
}

#google_translate_element,.skiptranslate {
  display: none;
}