.navbar-brand img {
	height: 100%;
	max-height: 50px;
	object-fit: contain;
}

[transition] {
	-webkit-transition-duration: var(--duration);
	transition-duration: var(--duration);
	--duration: 0.3s;
	-webkit-transition-timing-function: var(--timing);
	transition-timing-function: var(--timing);
	-webkit-transition-delay: var(--delay);
	transition-delay: var(--delay);
	-webkit-transition-property: var(--property);
	transition-property: var(--property);
	position: relative;
}

[transition="all"] {
	--property: all;
}

[transition="fade"] {
	--property: opactity, visibility;
	opacity: 0;
	visibility: hidden;
}

[transition="fade"]:hover {
	opacity: 1;
	visibility: visible;
}

img {
	max-width: 100%;
}

/** -- Common -- **/
a {
	color: var(--linkColor);
}

a:hover {
	text-decoration: none;
	color: var(--primaryColor);
}

a:focus {
	box-shadow: none;
	outline: none;
}

p {
	font-size: var(--textBlockSize);
}

button:focus {
	outline: none;
}

.btn:focus {
	box-shadow: none;
}

section {
	padding-top: var(--sessionSpaceTop);
}

.sl-overlay {
	background: rgba(0, 0, 0, 0.9) !important;
}

.hidden-md-up {
	display: none;
}

.cycle {
	border-radius: 50%;
}

.ns {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
section.ns.slider.h-50.cs-slider {
	/* height: 500px !important;
	 */
}
.img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	animation: scale 3s forwards;
	opacity: 0;
}

.slider .slider-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.youtube {
	width: 100%;
	height: 100%;
}

/** -- End Common -- **/
/** -- Bootstrap Cusomize -- **/
.btn {
	background-color: var(--buttonBackground);
	border-radius: 0;
	color: var(--buttonTextColor);
	border: 0;
}

.carousel {
	width: 100%;
	height: 100%;
}

.carousel .carousel-inner {
	width: 100%;
	height: 100%;
}

.carousel .carousel-item {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.card {
	margin-bottom: 24px;
	border-radius: 0;
	border: 0;
	background: transparent;
}

.card-img-top {
	border-radius: 0;
}

.dropdown-menu {
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

.form-control {
	border-radius: 0;
	border-width: 0.5px;
	border-color: rgba(0, 0, 0, 0.25);
	background-color: transparent;
}

.form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.25);
	font-weight: 100;
}

.form-control::-moz-placeholder {
	color: rgba(0, 0, 0, 0.25);
	font-weight: 100;
}

.form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.25);
	font-weight: 100;
}

.form-control:-moz-placeholder {
	color: rgba(0, 0, 0, 0.25);
	font-weight: 100;
}

.form-control:focus {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.25);
}

.form-row {
	margin-bottom: 12px;
	align-items: center;
}

.control-label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.list-group {
	border-radius: 0;
	border: 0;
}

.list-group-item-2 {
	border: 0;
	padding-left: 0;
	background: transparent;
	font-size: 16px;
	font-family: "Plus Jakarta Sans";
	font-weight: 300;
	padding: 4px;
	list-style: none;
}

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

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

.container .list-group-item {
	padding-left: 0;
	background: transparent;
	font-size: 16px;
	font-family: "Plus Jakarta Sans";
	font-weight: 300;
	padding: 4px;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	border: 1px solid #826c4a;
}

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

.panel-heading {
	border: 1px solid #826c4a;
	background-color: rgba(130, 108, 74, 0.64);
	font-size: 24px;
	color: #333;
	font-weight: 400;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.btn-shadow {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
	box-shadow: 0 4px #b2b2af;
}

.panel {
	margin-bottom: 15px;
}

/** -- End Bootstrap Cusomize -- **/
/** -- Header -- **/
header {
	background-color: #f5f5f5;
	transition: height 0.5s;
	position: relative;
	display: flex;
	align-items: center;
}

header:after {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 1px;
	background-color: #404040;
	content: "";
	transition: all 0.3s;
	opacity: 0;
}

body.scrolling header:after {
	opacity: 0.2;
}

header .navbar {
	padding: 0;
	height: 100%;
}

header .collapse {
	height: 100%;
}

header .navbar-nav {
	height: 100%;
}

/* header .nav-item {
    height: 100%;
} */

header .nav-item .nav-link {
	height: 100%;
	font-size: var(--headerNavTextSize);
	/* text-transform: uppercase; */
	/* letter-spacing: 1px; */
	color: var(--linkColor);
	font-weight: 400;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

header .navbar-expand-lg .nav-item .nav-link {
	padding-left: 15px;
	padding-right: 15px;
}

header .nav-item .nav-link:hover,
header .nav-item.active .nav-link,
header .nav-item .nav-link.active {
	color: var(--primaryColor);
}

header .nav-item .nav-link.active {
	font-weight: 600;
}

header .nav-item .nav-link span {
	position: relative;
}

header .nav-item .nav-link span:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background-color: var(--primaryColor);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: all 0.3s;
}

header .nav-item .nav-link:hover span:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

header .nav-item .dropdown-menu {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0;
}
/* 
header .contact-items {
    padding-right: 15px;
} */

header .contact-items .nav-item .nav-link {
	min-width: var(--headerHeight);
	font-size: 12px;
	padding-right: 15px;
}

header .contact-items .nav-item .nav-link span:after {
	top: 80%;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 0.5;
}

header .contact-items .nav-item.contact-numbers {
	background-color: var(--headerNumbersBackground);
	display: flex;
	flex-direction: column;
}

header .contact-items .nav-item.contact-numbers .nav-link {
	color: var(--headerNumbersTextColor);
	width: 100%;
	flex-grow: 1;
	font-size: var(--headerNumbersTextSize);
}

header .contact-items .nav-item.contact-numbers .nav-link:hover,
header .contact-items .nav-item.contact-numbers .nav-link[aria-expanded="true"] {
	background-color: var(--headerNumbersHoverBackground);
}

header .contact-items .nav-item.contact-numbers .nav-link [icon]:before {
	font-size: calc(var(--headerHeight) / 2);
}

header .contact-items .nav-item.contact-numbers .dropdown-toggle::after {
	content: none;
}

header .contact-items .nav-item.contact-numbers .dropdown-menu {
	background-color: var(--headerNumbersHoverBackground);
	left: auto;
	right: 0;
	width: 250px;
}

header .contact-items .nav-item.contact-numbers .dropdown-menu .nav-item .nav-link {
	padding: 12px 0;
	text-align: center;
}

header .contact-items .nav-item.contact-numbers .dropdown-menu .nav-item .nav-link:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

header .contact-items .nav-item.contact-email .nav-link {
	background-color: var(--headerContactEmailBackground);
	color: var(--headerContactEmailTextColor);
}

header .contact-items .nav-item.contact-email .nav-link:hover {
	background-color: var(--headerContactEmailHoverBackground);
	color: var(--headerContactEmailTextHoverColor);
}

header .contact-items .nav-item [icon]:before {
	font-size: calc(var(--headerHeight) / 2);
}

header .navbar-toggler {
	width: 40px;
	height: 40px;
	padding: 0;
	transition: all 0.3s;
}

header .navbar-toggler svg {
	width: 100%;
	height: 100%;
	fill: #826d4b;
}

body[header="vertical"] header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: var(--headerWidth);
	min-height: 100%;
	border-right: 1px solid #707070;
	overflow-x: hidden;
	overflow-y: auto;
}

body[header="vertical"] header .nav-item {
	height: auto;
}

body[header="vertical"] header .navbar {
	flex-direction: column;
}

body[header="vertical"] header .navbar .navbar-brand {
	height: auto;
	width: 100%;
	margin-right: 0;
	padding: 60px 0;
}

body[header="vertical"] header .navbar .navbar-collapse {
	width: 100%;
	flex-direction: column;
}

body[header="vertical"] header .navbar .navbar-nav {
	flex-direction: column;
	margin-left: 0 !important;
	width: 100%;
	height: auto;
}

body[header="vertical"] header .nav-items {
	padding-left: 30px;
}

body[header="vertical"] header .navbar .contact-items {
	flex-direction: row;
}

body[header="vertical"] header .navbar .contact-items .nav-item {
	flex-grow: 1;
}

body[header="vertical"] header .contact-items .nav-item.contact-numbers .dropdown-menu {
	top: auto;
	bottom: 100%;
	left: 0;
	right: auto;
	width: 200%;
}

body[header~="fixed"] header {
	position: relative;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.scrolling header {
}

/** -- End Header -- **/
/** -- Scrollbar -- **/
/* body[scrollbar="hide"]::-webkit-scrollbar {
	width: 0;
} */

body[scrollbar="custom"]::-webkit-scrollbar-track {
	background-color: transparent;
}

body[scrollbar="custom"]::-webkit-scrollbar {
	width: 10px;
	background-color: transparent;
}

body[scrollbar="custom"]::-webkit-scrollbar-thumb {
	background-color: #049cff;
}

header[custom~=""] {
}

/** -- End Scrollbar -- **/
/** -- Slider -- **/
.slider {
	width: var(--sliderWidth);
	height: calc(var(--sliderHeight) - var(--headerHeight));
}

.slider .slider-thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.slider .slider-thumb:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	opacity: 0;
	visibility: hidden;
	animation: ani_entry 1s forwards;
}

.slider .slider-entry {
	height: 100%;
	max-width: 90%;
	position: relative;
	z-index: 1;
	/* top: 0; */
	/* border-radius: 8px; */
	opacity: 0;
	visibility: hidden;
	animation: ani_entry 1s 0.2s forwards;
}

.slider .slider-entry .heading {
	color: var(--sliderHeadingColor);
	opacity: 0;
}

.slider .slider-entry span {
	font-size: 20px;
	font-weight: 100;
	color: white;
}

.slider .slider-entry h1 {
	font-size: 72px;
	font-weight: 600;
	margin-bottom: 48px;
	color: white;
}

.slider .slider-entry h6 {
	font-size: 26px;
	margin-bottom: 24px;
	font-weight: 100;
	-webkit-transform: translateY(300px);
	transform: translateY(300px);
}

.slider .slider-entry p {
	color: var(--sliderDescriptColor);
	line-height: 1.2;
	font-size: 16px;
	/* text-align: center; */
}

@media (max-width: 600px) {
	.slider .slider-entry h1 {
		margin-bottom: 40px !important;
		font-size: 40px;
	}
}

.slider .slider-entry p:last-child {
	margin-bottom: 0;
}

.slider .slider-entry hr {
	border-top: 1px solid #fff;
}

.slider .slider-entry .btn {
	background-color: var(--sliderButtonBackground);
	color: var(--sliderButtonColor);
	border: var(--sliderButtonBorder);
	font-size: var(--sliderButtonTextSize);
	text-transform: uppercase;
	font-weight: 100;
	transition: transform 2s, background-color 0.3s, color 0.3s, border 0.3s, opactiy 2s;
	opacity: 0;
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
}

.slider .slider-entry .btn:hover {
	background-color: var(--sliderButtonHoverBackground);
	color: var(--sliderButtonHoverColor);
	border: var(--sliderButtonHoverBorder);
}

.slider .swiper-slide-active .slider-entry .heading,
.slider .swiper-slide-active .slider-entry .btn {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
	background: none;
	background-color: var(--sliderPrevNextButtonBackground);
	width: var(--sliderPrevNextButtonWidth);
	height: var(--sliderPrevNextButtonHeight);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.swiper-button-next {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.swiper-button-prev {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

.slider:hover .swiper-button-prev,
.slider:hover .swiper-button-next {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.slider .swiper-button-next [icon],
.slider .swiper-button-prev [icon] {
	width: calc(var(--sliderPrevNextButtonWidth) / 2);
	height: calc(var(--sliderPrevNextButtonHeight) / 2);
	color: var(--sliderPrevNextButtonColor);
}

.slider .swiper-pagination {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	display: flex;
	justify-content: center;
	transition: all 0.5s;
}

.slider:hover .swiper-pagination {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.slider .swiper-pagination-bullet {
	width: var(--sliderPagerWidth);
	height: var(--sliderPagerHeight);
	background-color: var(--sliderPagerBackground);
	opacity: 1;
	transition: background-color 0.3s;
}

.slider .swiper-pagination-bullet:hover {
	background-color: var(--sliderPagerHoverBackground);
}

.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--sliderPagerActiveBackground);
}

body[header="vertical"] .slider {
	height: var(--sliderHeight);
}

/** -- End Slider -- **/
/** -- About Us -- **/
.about-us .heading {
	margin-bottom: 24px;
	text-transform: uppercase;
}

/** -- End About Us -- **/
/** -- Posts -- **/
.posts {
	padding: 100px 0;
}

/** -- End Posts -- **/

/** -- Contact -- **/

/** -- End Contact -- **/

/** -- Footer -- **/
.footer {
	background-color: #fff;
	color: #333333;
	padding: 30px 0;
	line-height: 1.5;
}

.footer-link span {
	display: inline-block;
	border-left: none;
	margin: 0px 15px 15px 0px;
	text-transform: uppercase;
	margin-right: 10px;
	background-color: #edecec;
	padding: 5px 5px;
	border: 1px solid;
	border-radius: 5px;
}

.footer-link span a {
	text-decoration: none;
	color: #333333;
}

.footer-link a:hover {
	color: #333333;
}

/** -- End Footer -- **/
html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-size: var(--textSize);
	font-weight: 400;
	line-height: 32px;
}

#wrapper {
	width: 100%;

	overflow-x: hidden;
}

body[header="vertical"] #wrapper {
	padding-left: var(--headerWidth);
}

/** -- Scroll -- **/

/** -- End Scroll -- **/
/* body::-webkit-scrollbar {
	width: 0;
} */

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.separator {
	width: 100%;
	color: #fff;
}

.separator .grid-item {
	padding: 50px;
	margin-bottom: 50px;
}

.grid-pre-title {
	font-size: 16px;
	font-family: "freight-text-pro";
	font-style: italic;
}

.separator h5 {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2;
}

.regular {
	font-size: 16px;
	font-family: "Plus Jakarta Sans";
	font-weight: 300;
}

.separator h6 {
	font-family: "freight-text-pro";
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
}

.separator h6 a {
	border-bottom: 1px solid;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	color: #fff;
}

.enquire {
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-weight: 100;
	font-size: 40px;
	line-height: 60px;
	font-weight: 300;
}

.card-text {
	font-size: 16px;
	font-family: "Plus Jakarta Sans";
	font-weight: 300;
}

.contact a {
	color: #000;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.slider-text {
	font-family: "freight-text-pro";
	font-size: 18px;
	transition: all 0.3s ease;
	color: #333;
	display: flex;
}

.slider-button {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 5px;
	padding: 5px 15px;
}

.slider-text i {
	margin-right: 5px;
}

.listnews {
	display: flex;
}

.property-item {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 113%;
	overflow: visible;
	background-color: #fcf5ed;
	margin-bottom: 40px;
}

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

.property-item .thumb {
	width: 100%;
}

.property-item .thumb a {
	width: 100%;
	height: 0;
	padding-top: 75%;
	overflow: visible;
	position: relative;
	display: block;
}

.property-item .thumb a .wrap {
	overflow: hidden;
}

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

.property-item .thumb a .wrap .image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	width: 100%;
	height: 100%;
}

.bg_charcoal {
	background-color: #2f3033;
}

.grid-m-caption {
	height: 135px;
	color: #fff;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	padding: 10px;
	margin-bottom: 30px;
}

.v-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.v-align h5 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 23px;
	max-height: 23px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #fff;
}

.st-btn {
	background-color: #fff;
	color: #333 !important;
	border: 1px solid rgba(0, 0, 0, 0.17);
}

.v-align .grid-m-pre-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 20px;
	max-height: 82px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.divider {
	text-align: center;
}

.divider:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 100%;
	border-bottom: 1px solid #000;
	margin: 15px 0px 45px 0px;
}

.discoverwallich {
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 35px;
	text-align: center;
}

.h-50 {
	height: 50vh;
}

#btns {
	position: fixed;
	width: 100%;
	height: 0;
	overflow: visible;
	left: 0;
	bottom: 10px;
	z-index: 9999;
	display: flex;
	justify-content: flex-end;
}

#btns-wrap {
	height: 60px;
	position: absolute;
	bottom: 0;
	right: 10px;
	display: flex;
	justify-content: flex-end;
}

#btns .btn {
	padding: 0;
	background-color: #fff;
	border: 1px solid #826c4a;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#btns .btn svg {
	width: 50%;
	height: 50%;
}

#btns .btn.phone {
	background-color: #ff8f24;
	border-color: #826c4a;
	bottom: 0px;
	right: 150px;
}

#btns .btn.phone svg {
	fill: #fff;
}

#btns .btn.whatsapp svg {
	fill: #fff;
}

#btns .btn.whatsapp {
	bottom: 0px;
	background-color: #01e675;
	border-color: #01e675;
}

#btns .btn.contact {
	bottom: 0px;
	right: 80px;
	border-color: #826c4a;
}

#btns .btn.contact svg {
	fill: #826c4a;
}

#btns-wrap > .btn {
	margin-left: 10px;
}

#btns .btn.phonecontent {
	position: fixed;
	background-color: #826c4a;
	color: #fff;
	border-color: #826c4a;
	height: 40px;
	right: -100%;
	border-radius: 20px;
	padding: 0 20px;
	z-index: 9999;
	font-size: 20px;
	white-space: nowrap;
	font-weight: 100;
	width: auto;
	letter-spacing: 1px;
	transition: right 0.3s;
}

#n1 {
	bottom: 80px;
}

#n2 {
	bottom: 130px;
}

#btns .btn.phonecontent.show {
	right: 10px;
}

#to-top {
	background-color: #826c4a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 10px;
	left: 2px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	z-index: 99989;
	transition: all 0.3s;
	border: 1px solid #826c4a;
	opacity: 0;
	padding: 0;
}

@media screen and (max-width: 991px) {
	#to-top {
		border-radius: 0;
		border-top-left-radius: 25%;
		border-top-right-radius: 25%;
		bottom: 0;
		width: 90xp;
		height: 25px;
	}
}

body.scrolling #to-top {
	opacity: 1;
}

#to-top:hover {
	cursor: pointer;
	background-color: #fff;
}

#to-top svg {
	fill: #fff;
	width: 40%;
	height: 40%;
}

#to-top:hover svg {
	fill: #826c4a;
}

.btn-submit {
	border-radius: 0;
	background: none;
	border: none;
	font-style: italic;
	margin-left: 10px;
	font-family: "freight-text-pro";
	font-size: 23px;
	font-weight: 600;
	border-bottom: 1px solid;
	color: #474747;
	padding: 1px 3px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.img-custom img {
	max-width: 95%;
	width: 100%;
	height: 38px;
}

.contact-info p {
	margin-bottom: 5px;
}

.tag:hover {
	background-color: rgba(130, 108, 74, 0.63) !important;
}

.tag:hover::after {
	border-left-color: rgba(130, 108, 74, 0.63) !important;
}

.footer-logo a img {
	max-height: 40px;
}

.select2-container--default .select2-selection--multiple {
	background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple {
	border-radius: 0px !important;
}

.slider-entry h6 {
	font-family: "freight-text-pro" !important;
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #c7b69c !important;
}

.sweet-alert {
	text-align: center;
	border-radius: 0px;
}

.sa {
	width: 100%;
	padding: 26px;
	background-color: #fff;
}

.sa-success {
	border-radius: 50%;
	border: 4px solid #a5dc86;
	box-sizing: content-box;
	height: 80px;
	padding: 0;
	position: relative;
	background-color: #fff;
	width: 80px;
	left: 41%;
}

.sa-success:after,
.sa-success:before {
	background: #fff;
	content: "";
	height: 120px;
	position: absolute;
	transform: rotate(45deg);
	width: 60px;
}

.sa-success:before {
	border-radius: 40px 0 0 40px;
	width: 26px;
	height: 80px;
	top: -17px;
	left: 5px;
	transform-origin: 60px 60px;
	transform: rotate(-45deg);
}

.sa-success:after {
	border-radius: 0 120px 120px 0;
	left: 30px;
	top: -11px;
	transform-origin: 0 60px;
	transform: rotate(-45deg);
	animation: rotatePlaceholder 4.25s ease-in;
}

.sa-success-placeholder {
	border-radius: 50%;
	border: 4px solid rgba(165, 220, 134, 0.25);
	box-sizing: content-box;
	height: 80px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 80px;
	z-index: 2;
}

.sa-success-fix {
	background-color: #fff;
	height: 90px;
	left: 28px;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 5px;
	z-index: 1;
}

.sa-success-tip,
.sa-success-long {
	background-color: #a5dc86;
	border-radius: 2px;
	height: 5px;
	position: absolute;
	z-index: 2;
}

.sa-success-tip {
	left: 14px;
	top: 46px;
	transform: rotate(45deg);
	width: 25px;
	animation: animateSuccessTip 0.75s;
}

.sa-success-long {
	right: 8px;
	top: 38px;
	transform: rotate(-45deg);
	width: 47px;
	animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {
	0%,
	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px;
	}
}

@keyframes animateSuccessLong {
	0%,
	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px;
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px;
	}
}

@keyframes rotatePlaceholder {
	0%,
	5% {
		transform: rotate(-45deg);
	}

	100%,
	12% {
		transform: rotate(-405deg);
	}
}

.svg-success {
	stroke-width: 2px;
	stroke: #8ec343;
	fill: none;
}

.svg-success path {
	stroke-dasharray: 17px, 17px;
	stroke-dashoffset: 0px;
	-webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
	animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.svg-success circle {
	stroke-dasharray: 76px, 76px;
	stroke-dashoffset: 0px;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	-webkit-animation: checkmark-circle 0.6s ease-in-out forwards;
	animation: checkmark-circle 0.6s ease-in-out forwards;
}

@keyframes checkmark {
	0% {
		stroke-dashoffset: 17px;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 76px;
	}

	100% {
		stroke-dashoffset: 0px;
	}
}

.sweet-alert h2 {
	color: #575757;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 10px 0;
	padding: 0;
	line-height: 40px;
	display: block;
}

.sweet-alert p {
	color: #797979;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	position: relative;
	text-align: inherit;
	float: none;
	margin: 10px 0;
	padding: 0;
	line-height: normal;
}

.sweet-alert .confirm {
	border-radius: 0px;
	background-color: #c3a15b;
	color: #fff;
	animation: 9s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.successMessage {
	animation: 4s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #333;
	font-weight: 500;
	margin-bottom: 15px;
}

.selected-flag {
	max-height: 35px;
}

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

.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;
}

.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;
}

[data-toggle="scroll"] {
	background: #fff;
	border: 1px solid #826c4a;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 80px;
	right: 12px;
	z-index: 10000;
	display: block;
	border-radius: 50%;
	display: none;
}

[data-toggle="scroll"]:before,
[data-toggle="scroll"]:after {
	position: absolute;
	content: "";
	width: 25%;
	height: 1px;
	background: #826c4a;
	top: calc(50% - 0.5px);
	transition: all 0.3s;
}

[data-toggle="scroll"][data-scroll="bottom"]:before {
	right: 50%;
	transform: skewY(40deg);
}

[data-toggle="scroll"][data-scroll="bottom"]:after {
	left: 50%;
	transform: skewY(-40deg);
}

[data-toggle="scroll"][data-scroll="top"]:before {
	right: 50%;
	transform: skewY(-40deg);
}

[data-toggle="scroll"][data-scroll="top"]:after {
	left: 50%;
	transform: skewY(40deg);
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.slider .slider-entry h6 {
		font-size: 20px;
	}

	.slider .slider-entry h1 hr {
		width: 40%;
		background-color: #fff;
		content: "";
		margin: 8px auto;
	}

	.slider .slider-entry h6 hr {
		width: 40%;
		background-color: #fff;
		content: "";
		margin: 8px auto;
	}

	.slider-text {
		font-size: 18px;
	}

	/* .nav-item .active {
        background: #fff;
        color: #826d4b !important;
    } */

	/* header .nav-item .nav-link span {
        position: static;
    } */

	/* header .nav-item {
        height: 100%;
        background: #826c4a;
    } */

	/* header .nav-item .nav-link {
        color: #fff;
        justify-content: center;
        border-bottom: 1px solid rgba(201, 201, 201, 0.5);
    }

    header .contact-items {
        padding-right: 0px;
    }

    header .contact-items .nav-item .nav-link {
        color: #fff;
        background: rgb(85, 70, 48);
    }

    header .contact-items .nav-item .nav-link span:after {
        opacity: 0;
    } */

	.footer {
		padding-bottom: 90px;
	}

	.slider-text h1 {
		font-size: 30px !important;
	}

	.footer-link {
		text-align: center;
	}

	.footer-logo {
		text-align: center;
		max-height: initial;
		padding-top: 24px;
	}

	.footer-logo a img {
		max-height: initial;
	}
}

.top-header {
	display: none;
}
body header {
	position: fixed !important;
	top: 0;
}

@media (max-width: 767.98px) {
	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar-brand img {
		max-height: 43px;
	}

	body {
		--headerHeight: 84px;
	}

	.hidden-md-up {
		display: flex;
	}

	body[header~="fixed"] header {
		display: block;
	}

	#salutation {
		margin-bottom: 15px;
	}

	.hidden-xs {
		display: none !important;
	}

	.pd15 {
		margin-top: 15px;
	}

	.ml-auto {
		width: 100%;
		/* font-weight: 600; */
		font-size: 18px;
	}

	.sa-success {
		left: 35% !important;
	}

	.iti-mobile .intl-tel-input.iti-container {
		top: 0px !important;
		bottom: 0px !important;
		left: 0px !important;
		z-index: 999999;
	}

	.cta {
		background: rgba(68, 68, 68, 0.78);
		color: #fff;
		padding: 15px;
		position: fixed;
		display: flex;
		cursor: pointer;
		/* top: 75px; */
		height: 50px;
		align-items: center;
		width: 100%;
		justify-content: center;
		z-index: 5;
	}

	.cta .cta-text {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.enquiryButton2 a {
		border: 1px solid;
		padding: 10px 11px;
		font-size: 11px;
		color: #fff;
		white-space: pre;
	}

	.banner {
		display: none;
	}

	.banner-overlay {
		display: none;
	}

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

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

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

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

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

	.banner .block .bannerclose {
		position: absolute;
		right: 10px;
		width: 25px;
		cursor: pointer;
		opacity: 0.6;
		background: black;
		border-radius: 5px;
		padding: 0;
	}

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

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

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

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

	.banner .block .textBox h2 {
		font-size: 22px;
		line-height: 30px;
		color: #000;
		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: 25%;
        transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        -webkit-transform: translateY(-60%);
        width: 85%; */
		overflow: auto;
	}

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

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

	#contact-section {
		padding-left: 15px;
		padding-right: 15px;
	}

	#fixed-right-block {
		display: none;
	}

	.fixed-right-block-w {
		display: none;
	}
}

/* iPhone6 ----------- */

@media only screen and (min-width: 375px) and (max-width: 667px) {
}

/* iPhone6 Plus ----------- */

@media only screen and (min-width: 414px) and (max-width: 736px) {
}

/* iPad ----------- */

@media only screen and (min-width: 768px) {
	.fixed-right-block-w {
		display: none;
	}

	#fixed-right-block {
		background-color: #fff;
		position: fixed;
		width: 60px;
		height: 240px;
		top: calc(50% - 100px);
		right: 0;
		transition: width 0.3s, box-shadow 0.3s;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), -1px -1px 3px rgba(0, 0, 0, 0.25);
		display: flex;
		cursor: pointer;
		z-index: 99999;
	}

	#fixed-right-block:hover {
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25), -3px -3px 3px rgba(0, 0, 0, 0.25);
	}

	#fixed-right-block.showUp {
		width: 360px;
	}

	#fixed-right-block .block-header {
		background-color: #a99b83;
		width: 60px;
		height: 100%;
	}

	#fixed-right-block .block-header i {
		margin-right: 12px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#fixed-right-block .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: 25px;
		font-weight: bold;
		letter-spacing: 1.5px;
	}

	#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;
		padding-right: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 26px;
		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.facebook:after {
		content: "\f003";
	}

	#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: #43d854;
	}

	#fixed-right-block .block-content .block-number.facebook,
	#fixed-right-block .block-content .block-number.facebook:after {
		background-color: #1e1e1e;
	}
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
	.contact-items {
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 1024px) {
	header .navbar-toggler {
		/* margin-right: 15px; */
	}

	body.scrolling header .navbar-toggler svg {
		/* width: 80%; */
		/* height: 80%; */
	}

	#mainNav.collapse.show {
		/* background-color: #FFF; */
		height: auto;
	}
}

@media screen and (max-width: 575px) {
	#to-top {
		right: 220px;
	}
}

@media only screen and (min-width: 1200px) {
	.slider .slider-entry {
		max-width: 60%;
	}

	.slider .slider-entry p {
		font-size: 24px;
	}

	#contactForm .ml-auto {
		margin-right: 28%;
	}

	.ml-auto {
		/* font-weight: 600; */
	}

	.bgcontact {
		height: 100%;
		max-height: 94vh;
	}

	/* #fixed-right-block {
		display: none;
	} */

	.fixed-right-block-w {
		position: fixed;
		width: 40px;
		height: 340px;
		top: calc(50% - 40px);
		right: 0;
		display: flex;
		flex-wrap: wrap;
		cursor: pointer;
		z-index: 99999;
		transition: all 0.29s ease-in-out 0s;
	}

	.fixed-right-block-w .block-header {
		width: 40px;
		height: 50%;
		border-radius: 15px 0px 0px 15px;
		transition: all 0.29s ease-in-out 0s;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25), -1px -1px 3px rgba(0, 0, 0, 0.25);
		border-radius: 15px 0px 0px 15px;
		margin-bottom: 10px;
	}

	.fixed-right-block-w .block-header:first-child {
		background-color: #43d854;
	}

	.fixed-right-block-w .block-header:last-child {
		background-color: #7bb32e;
		margin-bottom: 0;
	}

	.fixed-right-block-w .block-header i {
		margin-right: 12px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.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;
		font-weight: bold;
		letter-spacing: 4.5px;
	}
	#contact-section .container {
		padding: 30px 35px;
	}
	/* ***********************************popup************************************ */
}

#contact-section .form-row small {
	line-height: 1.5em;
	z-index: 0;
	position: relative;
	text-indent: 18px;
}

#contact-section .form-row {
	position: relative;
}

#contact-section .form-row input[type="checkbox"] {
	z-index: 1;
	position: relative;
	top: 2px;
	left: 0;
	margin-right: 15px;
}

.form-row__checkbox {
	margin-inline: 0 !important;
}

.cta h3 {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 0;
}

.cta .fa {
	display: none;
}

.cta > span {
	display: flex;
	align-items: center;
	margin-right: 12px;
}

.cta > span:first-child {
	height: 100%;
}

.cta > span:last-child {
	margin-right: 0;
}

.cta .enquiryButton2 a {
	padding-top: 0;
	padding-bottom: 0;
}

.cta {
	padding-top: 8px;
	padding-bottom: 8px;
}

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

.banner {
	display: none;
}

.banner-overlay {
	display: none;
}

.banner {
	width: 800px;
	max-width: 90%;
	height: 500px;
	background: white;
	color: black;
	z-index: 5;
	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;
}

.banner .block {
	height: 100%;
	float: left;
	width: 60%;
	padding: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.banner .block .bannerclose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: black;
	border-radius: 5px;
	padding: 0;
}

.banner .block .textBox {
	overflow: auto;
}

.banner .block .textBox h2 {
	font-size: 33px;
	line-height: 40px;
	color: #000;
	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: 170px;
	color: #9a9b9c;
	-webkit-padding-start: 0px;
}

.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 {
	font-size: 13px;
	color: #9a9b9c;
}

.banner .enquiryButton {
	text-transform: uppercase;
}

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

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

@media (max-width: 480px) {
	.cta h3 {
		font-size: 0.75rem;
	}

	.banner {
		z-index: 50;
	}

	.banner .fillerimg {
		width: 100%;
		height: 40%;
		position: relative;
		z-index: 0;
		float: none;
	}

	.banner .block {
		background-color: #fff;
		width: 100%;
		height: 60%;
		z-index: 10;
		float: none;
		top: 40%;
		left: 0;
		position: absolute;
	}
}
.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;
}
@-webkit-keyframes ani_entry {
	0% {
		opacity: 0;
	}

	50% {
		visibility: visible;
		opacity: 0.5;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

@-webkit-keyframes scale {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

body {
	font-family: "Plus Jakarta Sans";
}

h1,
h2,
h3,
h4,
h5,
h6,
.cs-slider .slider-text-cs h1 {
	font-family: "Plus Jakarta Sans" !important;
}

#header .container-fluid {
	padding-block: 20px;
	height: 100%;
	transition: 0.5s;
}

.scrolling #header .container-fluid {
	padding-block: 10px;
}

#header .main-button {
	padding: 5px 20px;
}

.main-button {
	display: inline-block;
	padding: 12px 20px;
	border-radius: 6px;
	background: var(--primaryColor);
	color: #fff;
	transition: 0.5s;
	border: 1px solid var(--primaryColor);
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
}

.main-button svg,
.main-button span,
.main-button svg path {
	transition: 0.5s;
}
.main-button.--white {
	background-color: #fff !important;
	color: var(--primaryColor) !important;
	span {
		color: var(--primaryColor) !important;
	}
}

.main-button:hover {
	background: #fff !important;
	color: var(--primaryColor) !important;
	span {
		color: var(--primaryColor) !important;
	}
}

.main-button:hover svg,
.main-button:hover svg path {
	fill: var(--primaryColor) !important;
}

.main-button.--white:hover {
	background: var(--primaryColor) !important;
	color: #fff !important;
	span {
		color: #fff !important;
	}
	svg,
	svg path {
		fill: #fff !important;
	}
}

.main-button.--white:hover svg,
.main-button:hover svg path {
	fill: #fff !important;
}

.dropdown-item {
	color: var(--linkColor);
}

.dropdown-item.active,
.dropdown-item:active {
	color: #16181b !important;
	text-decoration: none;
	background-color: #e9e9e9 !important;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler.active-nav svg:first-of-type {
	transform: scale(0);
}

.navbar-toggler.active-nav svg:last-of-type {
	transform: translate(-50%, -50%) scale(1);
}

.navbar-toggler svg {
	transition: 0.5s;
}

.navbar-toggler svg:last-of-type {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
}

.slider .slider-entry {
	padding-block: 180px 120px;
}

.slider .container {
	padding: 0;
}

.cs-slider .slider-text-cs {
	text-align: left !important;
	align-items: flex-start !important;
	max-width: 588px;
}

.slider .slider-entry .main-button {
	margin-top: 48px;
}

.slider .slider-entry {
	max-width: 588px;
	padding-inline: 20px;
}

@media (max-width: 360px) {
	#mainNav .navbar-nav:last-of-type {
		flex-direction: column !important;
	}
}

@media (max-width: 600px) {
	.slider .slider-entry {
		padding-block: 160px 110px;
	}

	.cs-slider .slider-text-cs h1 {
		font-size: 40px !important;
		margin-bottom: 40px !important;
	}

	.slider .slider-entry .main-button {
		margin-top: 40px;
	}

	#contact-section-id {
		padding-top: 80px;
	}

	#mainNav {
		position: relative;
	}

	.navbar-right ul {
		display: none !important;
	}

	#mainNav .navbar-nav:last-of-type {
		/* flex-direction: column !important; */
		position: absolute;
		bottom: 0;
		height: auto;
		background-color: #f5f5f5;
	}

	#mainNav .navbar-nav:last-of-type .nav-item {
		width: 100%;
	}

	#mainNav .navbar-nav:last-of-type .nav-item a {
		width: 100%;
		text-align: center;
	}

	#mainNav .navbar-nav:first-of-type {
		padding-bottom: 180px !important;
	}
}

@media (min-width: 600px) and (max-width: 997px) {
	#mainNav .navbar-nav:last-of-type {
		display: none !important;
	}
}

@media (max-width: 997px) {
	.nav-link.dropdown-toggle {
		cursor: pointer;
	}

	#contact-section-id {
		padding-top: 84px;
	}

	#header .container-fluid {
		padding-inline: 0;
		padding-bottom: 0;
	}

	.navbar-mobile {
		padding-bottom: 20px;
		transition: 0.5s;
	}

	.scrolling .navbar-mobile {
		padding-bottom: 10px;
	}

	.ml-auto {
		padding: 13px 20px 13px 20px;
		/* font-weight: 600; */
		font-size: 18px;
	}

	header .collapse {
		background-color: var(--secondaryColor) !important;
	}

	#mainNav .navbar-nav:first-of-type .nav-item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 16px 0;
	}

	header .nav-link {
		padding: 0 !important;
	}

	.dropdown-menu {
		padding-top: 16px;
		background: transparent;
		border: none !important;
	}
	#mainNav .navbar-nav:last-of-type {
		flex-direction: row;
		gap: 20px;
		padding-block: 32px;
	}
	.navbar-right {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.navbar-right ul {
		margin-bottom: 0;
		list-style: none;
		display: flex;
		align-items: center;
	}

	.dropdown-toggle {
		display: flex;
		justify-content: space-between;
	}

	.dropdown-toggle::after {
		width: 18px;
		height: 9px;
		background: url("../images/arrow-down.svg") center/contain no-repeat !important;
		border: none !important;
		transition: 0.5s;
	}

	.navbar-collapse {
		background-color: #fff;
	}

	#mainNav {
		height: 0;
		overflow: hidden;
		transition: 0.5s;
	}

	#mainNav.active-nav {
		height: calc((var(--vh, 1vh) * 100) - 80px);
	}

	#mainNav .navbar-nav:first-of-type {
		height: 100%;
		overflow-y: auto;
	}

	.dropdown-menu {
		display: block;
	}

	.dropdown {
		height: 64px;
		min-height: 64px;
		transition: 0.5s;
		padding-block: 0 !important;
		overflow: hidden;
	}

	.dropdown .nav-link {
		height: 64px !important;
	}

	.dropdown.active .dropdown-toggle::after {
		transform: rotate(180deg);
	}
}

@media (min-width: 997px) and (max-width: 1279px) {
	.contact-items {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1279px) {
	#mainNav .navbar-nav {
		padding-inline: 40px !important;
	}

	.navbar-mobile {
		padding-inline: 40px !important;
	}
}

@media (min-width: 997px) {
	header .container-fluid {
		padding-inline: 40px;
	}

	#contact-section-id {
		padding-top: 88px;
	}

	.navbar-right ul {
		display: none !important;
	}

	#mainNav .navbar-nav:first-of-type {
		gap: 28px;
		padding-right: 0 !important;
	}

	.dropdown.show .nav-link,
	.dropdown:hover .nav-link {
		color: var(--primaryColor);
	}

	.dropdown.show .nav-link::before,
	.dropdown:hover .nav-link::before {
		opacity: 1;
	}

	.dropdown-menu {
		background: #f5f5f5;
		border-radius: 8px;
		border: none;
		padding-block: 16px;
		left: -10px;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.dropdown-item:focus,
	.dropdown-item:hover {
		background-color: transparent;
		color: var(--primaryColor);
	}

	.nav-link {
		position: relative;
		padding-inline: 0 !important;
	}

	.nav-link::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		background: var(--primaryColor);
		width: 100%;
		height: 3px;
		border-radius: 100px;
		opacity: 0;
	}

	.dropdown-toggle::after {
		display: none;
	}
}

@media (min-width: 1280px) {
	header .container-fluid {
		padding-inline: 72px;
	}

	.navbar-collapse {
		flex-basis: auto;
	}

	.navbar-expand-lg {
		justify-content: flex-end;
	}

	.contact-items {
		margin-left: 32px !important;
	}

	.navbar-nav {
		font-weight: 500;
		color: #9a9a9a !important;
	}
}

@media (max-width: 1600px) {
	.phone2 {
		display: none;
	}
}

header .col-12 {
	padding-inline: 0;
}

.form-row__checkbox {
	flex-wrap: nowrap !important;
	align-items: flex-start;

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

.modal-open.modal {
	opacity: 1 !important;
}

.modal-open .modal {
	opacity: 1 !important;
}

.modal-dialog {
	margin: auto !important;
}

.style-montbo-btn {
	background-color: var(--primaryColor);
	align-items: center;
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.style-montbo-btn:hover {
	background-color: white;
	border-color: var(--primaryColor);
	transition: color 0.3s ease 0s;
}

.style-montbo-span {
	font: normal normal 200 16px/1.2em "open sans condensed", sans-serif;
	transition: color 0.3s ease 0s;
	color: #fff;
	display: inline-block;
	padding: 10px 50px;
	white-space: normal;
}

.style-montbo-span:hover {
	color: var(--primaryColor);
	transition: color 0.3s ease 0s;
}
.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.vertical-align {
		display: block;
	}
}

.size_01 {
	font-size: 28px;
	font-weight: 900;
}
@media (max-width: 768px) {
	.size_01 {
		font-size: 20px;
	}
}
.size_02 {
	font-size: 25px;
}
@media (max-width: 768px) {
	.size_02 {
		font-size: 16px;
	}
}

.bg-02 {
	background: linear-gradient(90deg, var(--primaryColor) 20.3%, #ffffff00 0%);
	padding: 50px 0px;
}

@media (max-width: 1024px) {
	.bg-02 {
		background: linear-gradient(90deg, var(--primaryColor) 0%, #ffffff00 0%);
		padding: 0px 0px 50px 0px;
	}
}

.ban-text li:last-child {
	border-width: 0;
}
.ban-text {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(4, 1fr);
	grid-template-columns: repeat(4, 1fr);
	grid-auto-flow: row dense;
	padding: 0px;
	margin-top: 60px;
}

@media (max-width: 991px) {
	ul.ban-text li:nth-child(2) {
		border-right: unset;
	}
}

@media (max-width: 991px) {
	.ban-text {
		-ms-grid-columns: repeat(2, 1fr);
		grid-template-columns: repeat(2, 1fr);
	}
}

.ban-text li {
	display: block;
	float: left;
	padding: 20px;
	border-right: 1px solid var(--primaryColor);
}

@media (max-width: 768px) {
	.ban-text li {
		display: block;
	}
}

@media (max-width: 991px) {
	.ban-text li {
		margin: 10px;
		position: relative;
		padding: 10px;
	}
}

ul.ban-text li:first-child:after,
ul.ban-text li:nth-child(2):after {
	border-right: unset;
	border-bottom: 0px solid var(--primaryColor);
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: -10px;
	left: -10px;
}

@media (max-width: 991px) {
	ul.ban-text li:first-child:after,
	ul.ban-text li:nth-child(2):after {
		border-right: unset;
		border-bottom: 1px solid var(--primaryColor);
		content: "";
		position: absolute;
		height: 2px;
		width: 100%;
		bottom: -10px;
		left: -10px;
	}
}

@media (max-width: 480px) {
	ul.ban-text li:first-child,
	ul.ban-text li:nth-child(3) {
		padding-right: 10px;
		margin-left: 0px;
	}
}

@media (max-width: 480px) {
	ul.ban-text li {
		padding: 0px;
	}
}

@media (max-width: 480px) {
	ul.ban-text li:first-child:after,
	ul.ban-text li:nth-child(2):after {
		left: -5px;
	}
}

.ul.ban-text {
	padding: 0;
	list-style: none;
}

.ol,
u.ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;

	overflow-wrap: break-word;
}

.vertical-alignxs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.style_hr_xs {
	border-bottom: 0px solid #363062;
	width: 40%;
}

@media (max-width: 767px) {
	.style_hr_xs {
		border-bottom: 5px solid #dfdfdf;
		width: 50px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}
.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.vertical-align {
		display: block;
	}
}


.border_right {
	border-right: 1px solid var(--primaryColor);
}

@media (max-width: 767px) {
	.border_right {
		border-right: 0px dashed #fecf67;
		border-bottom: 0px dashed #fecf67;
	}
} 
 
.bg_location {
	background: linear-gradient(270deg, var(--primaryColor) 18%, #e9e1d6 0%);
	padding: 50px 0px;
}

@media (max-width: 1024px) {
	.bg_location {
		background: linear-gradient(90deg, #e9e1d6 100%, #e9e1d6 0%);
	}
}