
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../font/Montserrat-Medium.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../font/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../font/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../font/Montserrat-SemiBold.ttf');
}
@font-face {
    font-family: 'Axiforma Regular';
    src: url('../font/Kastelov-Axiforma-Regular.ttf');
}
@font-face {
    font-family: 'Axiforma Medium';
    src: url('../font/Kastelov-Axiforma-Medium.ttf');
}
@font-face {
    font-family: 'Axiforma Bold';
    src: url('../font/Kastelov-Axiforma-Bold.ttf');
}

@font-face {
    font-family: 'Axiforma ExtraBold';
    src: url('../font/Kastelov-Axiforma-ExtraBold.ttf');
}

.footernumber{
  margin-right:7px;
}
.mobileformeq{
 width:16px; margin-right:7px; 
}
/* .home
{
  font-weight:600;
  padding:10px
} */

.overview1
{
/*   font-weight:600;
  padding:10px */
}
.residences
{
/*   font-weight:600;
  padding:8px */
}
.amenities
{
/*   font-weight:600;
  padding:10px */
}
/* .gallery
{
  font-weight:300;
  padding:0px
}
.location
{
  font-weight:600;
  padding:10px
}
.about{
  font-weight:600;
  padding:10px
} */

* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline: 0;
/*   color: #fff; */
}

/* #Cursor
================================================== */
.cursor, .cursor2, .cursor3 {
position: fixed;
border-radius: 50%;
transform: translateX(-50%) translateY(-50%);
pointer-events: none;
left: -100px;
top: 50%;
mix-blend-mode: difference;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}

.cursor {
background-color: #fff;
height: 0;
width: 0;
z-index: 99999;
}

.cursor2, .cursor3 {
height: 10px;
width: 10px;
z-index: 99998;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out
}

.cursor2.hover, .cursor3.hover {
-webkit-transform: scale(6) translateX(-25%) translateY(-25%);
transform: scale(6) translateX(-25%) translateY(-25%);
border: none
}

.cursor2 {
border: 2px solid #fff;
box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

.cursor2.hover {
background: rgba(255, 255, 255, 1);
box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}

/*body {*/
/*width: 100%;*/
/*font-family: 'MMADE_TOMMY_Regular', sans-serif;*/
/*font-display: swap;*/
/*-webkit-font-smoothing: subpixel-antialiased;*/
/*font-size: calc(13px + .25vw);*/
/*color: #616162;*/
/*line-height: 1.25;*/
/*overflow-x: hidden;*/
/*overflow-y: scroll;*/
/*position: relative;*/
/*overflow: hidden;*/
/*letter-spacing: 1px;*/
/*}*/
html, body {
    overflow-x: hidden;
    width: 100%;
}
.viewport {
overflow: hidden;
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.scroll-container {
width: 100%;
position: absolute;
overflow: hidden;
z-index: 10;
display: flex;
justify-content: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.overlay {
z-index: 100;
position: fixed;
width: 100%;
height: 100%;
background: #fff;
top: 0%;
}

.logoLoading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.4em;
font-weight: bolder;
letter-spacing: 4px;
/* width: 150px; */
text-align: center;
z-index: 11;
}
main {
width: 100%;
}

ul {
list-style: none;
}

a {
text-decoration: none;
}

img {
max-width: 100%;
}

p {
margin-bottom: 0.8em;
    line-height: 20px;
    letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'MMADE_TOMMY_Regular';
-webkit-font-smoothing: antialiased;
font-weight: normal;
}

.has-animation {
opacity: 0.01;
-webkit-transition: translateY(180px);
transform: translateY(180px);
transform-origin: 50% 0;
will-change: transform;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.blur-slide{
    filter: blur(4px);
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	 
}
.swiper-slide-active {
  filter: blur(0);
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}


.swiper-button-next1,
.swiper-button-prev1 {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}


.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none !important;
	border: 1px solid #d0a445;
    background: none;
}


.swiper-button-next1.swiper-button-disabled,
.swiper-button-prev1.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none !important;
	border: 1px solid #d0a445;
    background: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	/*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
	/*left: 10px;*/
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	/*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination1 {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	/*opacity: .2;*/
	    margin: 0px 3px 0px 3px;

}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #000000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}


.container {
padding: 7px 4em;
}
.bg-none{
background-image: none;
}
header {
    background-image: url(../../images/header-bg.jpg);
    background-position: center center;
    background-size: cover;
position: fixed;
z-index: 90;
width: 100%;
top: 0;
left: 0;
padding: 13px 0;
  transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  z-index: 1111;
/*   background: #fff; */
}

header.fixed {
background-image: url(../../images/header-bg.jpg);
    background-position: center center;
    background-size: cover;
/*background-size: 240px;*/
padding: 13px 0;
box-shadow:0 2px 15px 2px rgba(0, 0, 0, 0.4)
}

header .container {
display: flex;
align-items: center;
justify-content: space-between;
}

.logo {
margin-right: 52em;
}
.pLogo {
width: 200px;
}

.logo img {
/* max-width: 180px; */
display: block;
}

.h-left {
display: flex;
align-items: center;
justify-content: space-between;
}


nav ul li {
/*padding: 0 10px;*/
}

nav ul li a {
color: #00aaa1;
letter-spacing: 1px;
font-size: 14px;
  font-weight:200;
}

.hamburger {
display: none;
}

.buttonnow {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
/*   box-shadow: 0 9px #999; */
}

.buttonnow:hover {background-color: #3e8e41}

.buttonnow:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.eq-header {
color: #000;
background-color: #fff;
/*letter-spacing: 1px;*/
font-size: 0.9em;
padding: 8px 15px;
border-radius: 3px;
}
.callNow {
margin-right: 1rem;
color: #000;
display: flex;
align-items: center;
}
.callNow img {
margin-right: 5px;
}


.footercallNow {
margin-right: 1rem;
color: #fff;
display: flex;
align-items: center;
}
.footercallNow img {
margin-right: 5px;
}



header .right {
display: flex;
align-items: center;
}

.sec-banner {

/*background-image: url('../../images/banner-img1.jpg');*/
background-color: #fff;
width: 100%;
/* height: calc(100vh - 60px); */
height: calc(var(--vh, 1vh) * 111);
position: relative;
}

.sec-banner .container {
position: absolute;
z-index: 11;
}

.main-slider.swiper-container {
width: 100%;
height: 100%;
position: relative;
transition: opacity .6s ease, -webkit-transform .3s ease;
transition: opacity .6s ease, transform .3s ease;
transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.sec-banner:hover .swiper-button-prev, .sec-banner:hover .swiper-button-next {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
visibility: visible;
}

/*.main-slider.swiper-container.loading {
opacity: 0;
visibility: hidden;
}*/

.main-slider .swiper-slide {
overflow: hidden;
position: relative;
}

.main-slider .swiper-slide > div:before{
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 67px;
/* background-color: rgba(0,0,0,.2); */
}
.slide-bgimg img {
display: block;
}
.main-slider .swiper-slide .slide-bgimg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
display: flex;
    align-items: flex-end;
}

.banner-next.swiper-button-next, .swiper-button-prev.banner-prev {
width: 44px;
opacity: 0;
visibility: hidden;
z-index: 11111;
position: absolute;
}

.main-slider .swiper-button-prev {
-webkit-transform: translateX(50px);
transform: translateX(50px);
}

.main-slider .swiper-button-next {
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}

.sec-banner .swiper-pagination {
display: flex;
flex-direction: column;
text-align: center;
position: absolute;
right: 8em;
top: 50%;
transform: translateY(-50%);
}

.sec-banner .swiper-pagination-bullet {
text-align: center;
    opacity: 0.6;
    color: #fff;
    /* width: auto; */
    /* height: auto; */
    background: transparent;
    border-radius: 100%;
    /* font-size: 21px; */
    /* font-weight: bold; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.8s ease-in-out;
    margin: 4px 0;
    border: 2px solid #020203;
    padding: 5px;

}

.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    font-size: -5px;
    background: #333;
    background: #d0a445;
    color: #d0a445;
    border-radius: 100px;
    /* height: 16px; */
    /*width: 88%;*/
    /* height: 14px; */
     border: 2px solid #d0a445; 
    padding: 5px;
}

.sec-banner .swiper-pagination-bullet:before {
content: '';
width: 2px;
height: 0px;
background: #fff;
display: inline-block;
transition: all 0.8s ease-in-out;
margin-bottom: 4px;
}

.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
height: 50px;
}

.scrollDown {
/*margin-top: 3em;
display: inline-block;*/
position: absolute;
bottom: 5em;
margin-left: 14em;
left: 0;
z-index: 88;
}
#about-carousel .swiper-pagination-bullet-active{
background-color: #fff;
}
#about-carousel .swiper-pagination-bullet {
background-color: rgba(255,255,255,0.5)	;
}
#about-carousel .swiper-pagination {
bottom: 0 !important;
}
.circle {
position: relative;
width: 60px;
height: 60px;
margin-left: 1em;
cursor: pointer;
}

.circle svg {
position: absolute;
width: 100%;
height: 100%;
}

.circle .arrowIcon {
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
width: 15px;
stroke: #fff;
}

.circle svg.circleFill {
z-index: 1;
stroke-dasharray: 222;
stroke-dashoffset: 222;
transition: all 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
stroke: rgba(255, 255, 255, 1);
}

.circle svg.circleFill.filled {
stroke-dashoffset: 38.5;
}

.circle svg.circleTrack {
z-index: 0;
stroke: rgba(255, 255, 255, 0.4);
}

.sec-banner .container {
display: flex;	/*justify-content: center;*/
align-items: center;
height: 100%;
color: #33204c;
/*   margin-left: 435px; */
/*   margin-top: -94px; */
/*    margin-right: 60px; */
  
}

.bannerTxt {
/* letter-spacing: 1px; */
max-width: 1500px;
margin-left: 21em;
text-align: center;
  margin-top:-17em;
}
.bannerTxt .title1 {
/*text-transform: uppercase;*/
}

.title1 {
font-size: 2em;
margin: 11px 0;
/* text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); */
  font-family: 'MMADE_TOMMY_Regular';
}
.bannerTxt1 {
font-size: 1.8em;
margin: 0.2em 0;
/* font-family: 'MMADE_TOMMY_Regular'; */
}
.bannerTxt .para {
/* text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); */
}

.upper {
text-transform: uppercase;
}

.sec-overview {
padding: 6em 0;
background-color: #fff;
}
.sec-location {
padding: 3em 0 0 0;
text-align: center;
background-color: #f6f2e3;
position: relative;
/*margin-bottom: 8rem;*/
}

.sec-overview .container {
display: flex;
padding: 0 10em;
}

.overview-title {
width: 42%;
padding-right: 3em;
}

.overview-para {
width: 58%;
}
.overview-para h1 {
font-family: sans-serif;
}

.title2 {
font-size: 28px;
    margin-bottom: 1.2em;
    color: #b79e63 !important;
    text-transform: uppercase;
    font-family: 'Axiforma Regular';
    font-weight: 100;
    text-align: left;
}
.title4{
    font-size: 24px;
    text-align: left;
    font-family: 'Montserrat-Medium';
    color: #b69d63;
        line-height: 36px;
}

p.title3, h1.title3 {
font-size: 1.2em;
font-family: sans-serif;
/* text-transform: uppercase; */
margin-bottom: 0.8em;
font-weight: 600;
}

[data-scrollmagic] {
opacity: 0;
}

.sec-configuration {
padding: 6em 0 0 0;
background-position: center;
background-size: cover;
color: #fff;
text-align: center;
position: relative;
}

.sec-configuration:after {
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
position: absolute;
z-index: 1;GOTHAM-MEDIUM_0
}

.sec-configuration .container {
position: relative;
z-index: 2;
}

.configuration-para {
max-width: 80%;
margin: 0 auto;
}
.hardTxt {
    font-family: 'MMADE_TOMMY_Regular';
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 3px 3px 0px #000;
}
.hardTxt.inv {
    font-family: 'MMADE_TOMMY_Regular';
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
    text-shadow: none;
}
.config-wraper {
position: relative;
max-width: 1000px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
bottom: -4em;
box-shadow: 0 0 8px 0px rgba(113, 113, 113, 0.08);
}

.config-wraper .config-box {
width: 50%;
background: #fff;
height: 200px;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #222;
}

.config-wraper .config-box:last-child {
border-right: 0;
}

.config-wraper .config-box h4 {
font-size: 1.7em;
margin-bottom: 0.5em;
color: #25203c;
}

.sec-gallery {
padding: 6em 0 6em 0;
background-color: #fff;
}

.sec-gallery .container {
padding: 0 10em;
position: relative;
}

.gallery-para {
max-width: 90%;
margin: 0 auto;
text-align: center;
}

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

.swiper-slide {
text-align: center;
font-size: 18px;
height: 100%;
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;
}

#gallery-carousel {
margin-top: 3em;
}

#gallery-carousel img {
width: 100%;
display: block;
}

#gallery-carouselh1 {
    margin-top: 3em;
    }
    
    #gallery-carouselh1 img {
    width: 100%;
    display: block;
    }
#gallery-carouselp1 {
margin-top: 3em;
}

#gallery-carouselp1 img {
width: 100%;
display: block;
}

#location-carousel {
    margin-top: 3em;
    }
    
    #location-carousel img {
    width: 100%;
    display: block;
    }


#gallery-carouself1 {
margin-top: 3em;
}

#gallery-carouself1 img {
width: 100%;
display: block;
}

#gallery-carouself2 {
margin-top: 3em;
}

#gallery-carouself2 img {
width: 100%;
display: block;
}

#gallery-carouself3 {
margin-top: 3em;
}

#gallery-carouself3 img {
width: 100%;
display: block;
}


#gallery-carousela1 {
margin-top: 3em;
}

#gallery-carousela1 img {
width: 100%;
display: block;
}
#gallery-carouselp2 {
margin-top: 3em;
}

#gallery-carouselp2 img {
width: 100%;
display: block;
}

#gallery-carouselp3 {
margin-top: 3em;
}

#gallery-carouselp3 img {
width: 100%;
display: block;
}
#gallery-carousel1 {
margin-top: 3em;
}

#gallery-carousel1 img {
width: 100%;
display: block;
}

#gallery-carousel2 {
margin-top: 3em;
}

#gallery-carousel2 img {
width: 100%;
display: block;
}

#gallery-carouselh {
margin-top: 3em;
}

#gallery-carouselh img {
width: 100%;
display: block;
}
#gallery-carouselc {
margin-top: 3em;
}

#gallery-carouselc img {
width: 100%;
display: block;
}


#gallery-carouselw {
margin-top: 3em;
}

#gallery-carouselw img {
width: 100%;
display: block;
}
#gallery-carouselv {
margin-top: 3em;
}

#gallery-carouselv img {
width: 100%;
display: block;
}

.gallerySlider {
position: relative;
}

.arrow-slide {
width: 45px;
    height: 45px;
position: absolute;
z-index: 111;
cursor: pointer;
/* display: none; */
align-items: center;
justify-content: center;
}



.arrow-slide-next {
width: 55px;
height: 55px;
position: absolute;
z-index: 111;
cursor: pointer;
/* display: none; */
align-items: center;
justify-content: center;
}


.amenitiesSliContainer {
position: relative;
}
.ame-slide {
width: 40px;
height: 40px;
position: absolute;
z-index: 111;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.ame-next {
width: 45px;
height: 45px;
position: absolute;
z-index: 111;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.ame-back {
width: 40px;
height: 40px;
position: absolute;
z-index: 111;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.ame-next1 {
width: 40px;
height: 40px;
position: absolute;
z-index: 111;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.ame-back1 {
width: 40px;
height: 40px;
position: absolute;
z-index: 111;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.amenitiesSliContainer .ame-prev1 {
left: 0;
top: 50%;
transform: scale(-1);
}
.amenitiesSliContainer .ame-next1 {
right: 0;
top: 50%;
}

.amenitiesSliContainer .ame-prev {
right: 42%;
    top: 88%;
transform: scale(-1);
}
.amenitiesSliContainer .ame-next {
top: 97.5%;
    right: 38%;
}
.arrow-next {
   top: -43px;
    transform: translateY(-50%);
    right: 0;
    background: #cdab5f;
    padding: 11px 17px;
}

.arrow-prev {
    top: -43px;
    right: 48px;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}


.arrow-nextb {
      top: 264px;
    transform: translateY(-50%);
    right: 39px;
    background: #cdab5f;
    padding: 11px 17px;
}

.arrow-prevb {
       
    top: 324px;

    right: 39px;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}


.arrow-nextt {
   top: 99%;
    transform: translateY(-50%);
    right: 17%;
    background: #cdab5f;
    padding: 11px 17px;
}

.arrow-prevt {
       top: 99%; 
       right: 20.7%;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}
.ame-next {
   top: -43px;
    transform: translateY(-50%);
    right: 0;
    background: #cdab5f;
    padding: 11px 17px;
}

.ame-prev {
    top: -43px;
    right: 48px;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}
.arrow-next1 {
top: -43px;
    transform: translateY(-50%);
    right: 0;
    background: #cdab5f;
    padding: 11px 17px;
}

.arrow-prev1 {
top: -43px;
    right: 48px;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}

.arrow-nextp1 {
top: 97%;
    transform: translateY(-50%);
    right: 13px;
    background: #d0a445;
    padding: 11px 17px;
}

.arrow-prevp1 {
top: 97%;
    right: 59px;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}

.arrow-nextlo {
    top: 122%;
    transform: translateY(-50%);
    right: 0px;
        background: #d0a445;
        padding: 11px 17px;
    }
    
    .arrow-prevlo {
        top: 122%;
        right: 46px;
        background: #d0a445;
        transform: scaleX(-1) translateY(-50%);
        padding: 11px 17px;
    }
.arrow-nextf1 {
  top: 51%;
    left: 36%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
        border: 1px solid #745003;
}

.arrow-prevf1 {
    top: 51%;
    left: 32%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
        border: 1px solid #745003;
}


.arrow-nextf2 {
top: 51%;
    left: 36%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
        border: 1px solid #745003;
}

.arrow-prevf2 {
    top: 51%;
    left: 32%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
        border: 1px solid #745003;
}

.arrow-nextf3 {
top: 51%;
    left: 36%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
        border: 1px solid #745003;
}

.arrow-prevf3 {
    top: 51%;
    left: 32%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
        border: 1px solid #745003;
}

.arrow-nexta1 {
top: 51%;
    left: 36%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
        border: 1px solid #745003;
}

.arrow-preva1 {
    top: 51%;
    left: 32%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
        border: 1px solid #745003;
}



.arrow-nextp2 {
top: 97%;
    transform: translateY(-50%);
    right: 13px;
    background: #d0a445;
    padding: 11px 17px;
}

.arrow-prevp2 {
top: 97%;
    right: 59px;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}

.arrow-nextp3 {
top: 97%;
    transform: translateY(-50%);
    right: 13px;
    background: #d0a445;
    padding: 11px 17px;
}

.arrow-prevp3 {
top: 97%;
    right: 59px;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}
.arrow-next2 {
top: -43px;
    transform: translateY(-50%);
    right: 0;
    background: #cdab5f;
    padding: 11px 17px;
}

.arrow-prev2 {
top: -43px;
    right: 48px;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}

.arrow-nexth {
top: -43px;
    transform: translateY(-50%);
    right: 0;
    background: #cdab5f;
    padding: 11px 17px;
}

.arrow-prevh {
top: -43px;
    right: 48px;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}



.arrow-nextc {
top: -43px;
    transform: translateY(-50%);
    right: 0;
    background: #cdab5f;
    padding: 11px 17px;
}

.arrow-prevc {
top: -43px;
       left: 0px;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}


.arrow-nextw {
    top: -43px;
    transform: translateY(-50%);
    right: 0;
    background: #cdab5f;
    padding: 11px 17px;
}

.arrow-prevw {
    top: -43px;
    right: 48px;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}


.arrow-nextv {
top: -43px;
    transform: translateY(-50%);
    right: 0;
    background: #cdab5f;
    padding: 11px 17px;
}

.arrow-prevv {
top: -43px;
    right: 48px;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}

.hoverWpr {
display: inline-block;
}

.hoverBtn {
display: flex;
position: relative;
text-transform: uppercase;
color: #444;
font-weight: bold;
font-size: 0.9em;
justify-content: center;
align-items: center;
}

.left-c {
width: 50px;
height: 100%;
left: 0;
position: absolute;
top: 50%;
transform: translate(-25px, -50%);
transition: all .65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.left-c:before {
content: '';
background: rgba(242, 242, 242, 1);
position: absolute;
height: 50px;
border-radius: 50%;
width: 50px;
right: 0;
}

.hoverBtn span {
padding: 1em 0;
position: relative;
z-index: 1;
letter-spacing: 0px;
word-spacing: 0px;
}

.hoverBtn:hover .left-c {
width: 100%;
transform: translate(25px, -50%);
}

.arrowSvgHover {
width: 20px;
margin-left: 5px;
transition: all .65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.hoverBtn:hover .arrowSvgHover {
transform: translateX(10px);
}

.sec-video {
position: relative;
padding: 6em 0;
}

.sec-video .bgInner {
position: absolute;
width: 0%;
height: 100%;
left: 0;
top: 0;
background: #000;
z-index: 1;
}

.sec-video .container {
position: relative;
z-index: 2;
display: flex;
}

.yt-video {
width: 50%;
position: relative;
overflow: hidden;
opacity: 0;
}

.yt-video img {
width: 100%;
position: relative;
z-index: 2;
}

.yt-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.video-para {
width: 50%;
color: #fff;
padding-left: 4em;
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: center;
}

.yt-video:after {
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 4;
position: absolute;
background: #000;
transition: all .65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.yt-video.reveal:after {
transform: translateX(100%);
}

.video-para .hoverBtn {
color: #fff;
margin-left: 1em;
}

.video-para .arrowSvgHover path {
fill: #fff;
}

.video-para .left-c:before {
content: '';
background: rgba(19, 19, 19, 1);
position: absolute;
height: 50px;
border-radius: 50%;
width: 50px;
right: 0;
}

.yt-thumb {
transform: scale(1.2);
transition: all 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
position: relative;
z-index: 2;
background-size: cover;
background-position: center;
cursor: pointer;
}

.yt-thumb:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}

.reveal .yt-thumb {
transform: scale(1);
}

.yt-thumb svg {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
z-index: 2;
}

.yt-thumb svg path {
fill: #fff;
}

.sec-amenities {
/* padding: 6em 0; */
background: #f6f2e3;
text-align: center;
}

.sec-amenities .container {
padding: 0 10em;	/*color: #fff;*/
}

.amenities-para {
margin-bottom: 2em;
}
#amenities-carousel {
position: relative;
}
#amenities-carousel svg {
width: 60px;
margin: 10px 0;
}
#amenities-carousel1 {
position: relative;
}
#amenities-carousel1 svg {
width: 60px;
margin: 10px 0;
}


.bannerDisclaimer {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    color: #fff;
    font-size: 10px;
}
#amenities-carousel .swiper-slide {
flex-direction: column;
}

#amenities-carousel .swiper-slide p {
font-size: 0.8em;
}

#amenities-carousel .swiper-slide img {
    max-width: 155px;
  	padding-bottom: 19px;
}

#amenities-carousel1 .swiper-slide {
flex-direction: column;
}

#amenities-carousel1 .swiper-slide p {
font-size: 0.8em;
}

#amenities-carousel1 .swiper-slide img {
    max-width: 90px;
}


.location-para {
background: #f78684;
background-size: 240px;
color: #000;
margin: 0 auto;
padding: 0em 3em;
text-align: center;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
z-index: 5;
/* box-shadow: 0px 15px 20px 0px #1a152f; */
/*   margin-top: -60px; */
      border-radius: 20px;
      width: 28%;
}

.sec-rera {
padding: 4em 0 2em 0;
background-color: #fff;
}

.sec-rera .container {
display: flex;
justify-content: center;
align-items: self-start;
}

.sec-rera p {
font-size: 0.8em;
}

.sec-rera img {
margin-right: 10px;
}

.sec-about {
background: #000;
background-size: 240px;
padding: 15em 0 4em 0;
position: relative;
}

.sec-about .container {
padding: 0 10em;
}

.sec-about p.small {
font-size: 0.8em;
color: #ddd;
}

.about-para {
color: #fff;
text-align: center;
}

#about-carousel {
margin-top: 2em;
color: #fff;
}

.countstep {
font-size: 3em;
font-family: 'MMADE_TOMMY_Regular';
}

#about-carousel p {
font-size: 0.9em;
text-align: left;
line-height: 1.2;
margin-left: 15px;
}

.mask {
display: none;
}
#gallery-carousel a .lazy-picture1{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture2{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture3{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture4{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture5{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture6{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture7{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture8{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture9{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture10{
position: relative;
display: block;
}














#gallery-carousel1 a .lazy-picture1{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture2{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture3{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture4{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture5{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture6{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture7{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture8{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture9{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture10{
position: relative;
display: block;
}
.locationContainer {
    /*max-width: 800px;*/
    margin: 0 auto;
    display: flex;
    position: relative;
    /*background-color: #d8dfcd;*/
}
.artistMapSec {
width: 100%;
position: relative;
}
.artistMapSec img {
max-width: 100%;
width: 700px;
position: relative;
z-index: 2;
/* display: block; */
}
.mapImg {
    text-align: center;
    background-color: #fff;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 3;
    justify-content: center;
}
.sec-location iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.mapBtn {
background-color: #bd9234;
color: #fff;
padding: 5px 15px;
position: absolute;
top: 0;
right: 0;
z-index: 999;
font-size: 14px;
}
.artistMapSec.hide .mapImg{
z-index: 1;
}
@media only screen and (max-width:1280px) {
.container {
padding: 0 2em;
}
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}
@media screen and (max-width: 1600px) {

    
    .title2 {
    font-size: 22px;
    margin-bottom: 1.2em;
    color: #b79e63 !important;
    text-transform: uppercase;
    font-family: 'Axiforma Regular';
    font-weight: 100;
    text-align: left;
}
}

@media screen and (min-width: 1600px) {
    .artimptag3::after {
    content: "Artistic Impression";
    position: absolute;
    /* background: #000; */
    color: #ededed;
    bottom: 36% !important;
    left: 13px;
    font-size: 10px;
    padding: 3px 7px;
    text-shadow: 0px 0px 15px #000;
    font-family: 'Montserrat-Regular';
}
    .artimptag2::after {
    content: "Artistic Impression";
    position: absolute;
    /* background: #000; */
    color: #ededed;
    bottom: 36% !important;
    left: 0;
    font-size: 10px;
    padding: 3px 7px;
    text-shadow: 0px 0px 15px #000;
    font-family: 'Montserrat-Regular';
}


    .container {
        width: 1400px !important;
    }
    
        .pillar-text {
        position: absolute;
        top: 16%;
        text-transform: uppercase;
        font-family: 'Axiforma ExtraBold';
        font-size: 190px !important;
        letter-spacing: -2.5px;
        color: #b69d63;
    }
    
        .logo {
        margin-right: 75em !important;
    }
        .mm-details {
        color: #000;
        background: #c3a96d;
        padding: 25px 25px 32px 25px;
        height: 379px !important;
    }
        .banner-breadcrum {
        position: absolute;
        bottom: 5%;
        left: 12% !important;
        color: #fff;
        font-family: 'Montserrat-Regular';
        font-size: 10px;
    }
        .project-title {
        font-size: 28px !important;
        text-transform: capitalize;
        font-family: 'Axiforma Regular';
        color: #f6cb84 !important;
        font-weight: 100;
        text-align: left;
    }
    .triggerbtns1 div{
        font-size: 18px !important;
    }
    .proj-btn-text {
        font-size:18px !important;
    }
    .pr-text1 {
        font-size:18px !important;
    }
    .pr-text2{
        font-size:16px !important;
    }
    
    .onClickTextOverImage{
                height: 279px !important;
    }
    
     .feature-project-bg{
             
    padding-top: 70px;
    background-image: url(../../images/project-bg1.jpg) !important;
    background-position: center center;
    background-size: cover;
    padding-bottom: 100px;
         }
         .about-us-bg{
    background-image: url(../../images/about-us-bg.jpg) !important;
    background-position: center center;
    background-size: cover;
}
.content-details {
    height:280px !important;
}
}
@media only screen and (max-width:1024px) {
.logo {
margin-right: 1em;
}
/* nav ul li {
padding: 0 8px;
} */
.logo img {
/* max-width: 120px; */
}

.bannerTxt {
margin-left: 0;
}

.sec-overview .container, .sec-amenities .container {
padding: 0 4em;
}

/*.sec-location iframe {
height: 50vh;
}
*/
.sec-eq .container {
padding: 0;
}
.locationContainer {
flex-direction: column;
}

}

@media only screen and (max-width:800px) {
.arrow-slide {
display: flex;
}
.cursor, .cursor2, .cursor3 {
display: none !important;
}

header {
padding: 14px 0;
}
.artistMapSec img {
width: 100%;
}

/* nav {
position: fixed;
width: 100%;
height: 100%;
z-index: 111;
background: #000;
left: 0;
top: 0;
display: none;
opacity: 0;
} */

/* nav ul {
display: flex;
flex-direction: column;
}

nav.open {
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}

nav ul li {
padding: 1em 0;
}

nav ul li a {
font-size: 2em;
} */

.configuration-para {
max-width: 100%;
}

.sec-gallery .container, .sec-about .container {
padding: 0 4em;
}

.overview-title, .overview-para {
width: 100%;
padding-right: 0;
}

.sec-overview .container, .sec-video .container {
flex-direction: column;
}

.yt-video {
margin-bottom: 4em;
}

.yt-video, .video-para {
width: 100%;
padding: 0;
}

.location-para {
padding: 2em;
}

.right {
display: flex;
align-items: center;
}

.hamburger {
display: block;
width: 35px;
height: 40px;	
background:#000;
margin-left: 2em;
position: relative;
z-index: 1111;
}

.hamburger span {
width: 100%;
height: 3.3px;
background: #fff;
display: block;
position: absolute;
transition: all 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
top: 25%;
}

.hamburger span:nth-child(2) {
top: 50%;
}

.hamburger span:nth-child(3) {
top: 75%;
}

.hamburger.open span:nth-child(1) {
transform: rotate(45deg);
top: 50%;
}

.hamburger.open span:nth-child(2) {
transform: scale(0);
}

.hamburger.open span:nth-child(3) {
transform: rotate(-45deg);
top: 50%;
}

}

@media only screen and (max-width:767px) {
.callNow,
.eq-header {
display: none;
}
  .safety-pd{
             padding-right: 5px !important;
        padding-left: 5px !important;
         }
         .safety-mr{
                 margin-top: 25px;
         }
.safety-text2{
      font-size: 12px !important;
    font-family: 'Montserrat-Bold';
    text-align: center !important;
    background: #00000069;
    padding: 7px;
  }
.green-height{
        height: 595px;
}
.text-image{
    font-family: 'Montserrat-Regular';
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 8px 11px;
    color: white;
    background: #000000b0;
  }
.naccs .menu div {
    padding: 7px 20px 7px 0px;
    margin-bottom: 3px;
    color: $base-color;
    background: $second-color;
    border-bottom: 1px solid #b79d62;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    color: #b79d62;
}
.pd-csr{
    padding: 55px 26px !important;
}

  .quality-title{
                 color: #bc9c58;
    margin-bottom: 7px;
    /*text-align: center;*/
    font-size: 30px;
    font-family: Axiforma ExtraBold;
    text-transform: uppercase;
         }
 .comma-width{
                 width: 100%;
         }
.height-safety{
    height: 303.547px !important;;
}

  .active .text-safety{
    font-size: 13px;
    text-align: center !important;
    position: static;
    color:white;
   
  }
  
  .text-safety{
       font-size: 13px;
    text-align: center !important;
    position: static;
    /* position: absolute;*/
    /*bottom: 50%;*/
    /*font-size: 21px;*/
    /*color: white;*/
    /*text-align: center;*/
    /*left: 15%;*/
     
  }
.logo-width{
        width: 82%;
        
        margin-bottom: 15px;
    }
.quality-point-text {
    height: 235px;
}
.tab-text1 {
    font-family: 'Axiforma ExtraBold';
    font-size: 19px;
    text-transform: uppercase;
}
.refer-flex{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.form-pd{
text-align: left;
/* border-right: 2px solid #d0d0d085; */
padding: 17px 0px 0px 17px;
}

.form-pd1{
    padding: 17px 0px 0px 17px;
}
.height{
    max-height: 908px;
}
.tabs1{
    margin: 0 auto;
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    overflow-x: scroll !important;
}
.tabs{
    margin: 0 auto;
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
}


.arrow-nextt {
    top: 99%;
     transform: translateY(-50%);
     right: 39%;
     background: #cdab5f;
     padding: 11px 17px;
 }
.overview-pd{
    padding-top: 50px;
}

.title-logo{
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
         }

.mm-details{
    color: #000;
     background: #c3a96d;
        padding: 25px 15px 32px 15px;
 }
.project-title{
            font-size: 18px;
        text-transform: capitalize;
        font-family: 'Axiforma Regular';
        color: #f6cb84 !important;
        font-weight: 100;
        text-align: center;
        line-height: 21px;
        margin-top:29px;

}
.onClickTextOverImage div {
    /* position: absolute; */
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    /* border-radius: 16px; */
    /* padding-top: 35%; */
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-bottom: 15px;
    height: 305px;
}
.onClickTextOverImage {
    width: 100%;
    height: 305px;
    background-size: cover;
    display: inline-block;
    /* border-radius: 16px; */
    /* margin: 4px; */
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}
.values-bg {
    background: #fff;
    height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    /* padding: 10px; */
    width: 178px;
}

.tabs .tab-header > div {
    width: 100%;
    text-align: center;
    padding: 19px 0px;
    font-size: 18px;
    cursor: pointer;
    transition: color 300ms ease-in-out;
    margin: 7px;
}

.tabs .tab-header > div.active {
    color: #fff;
    background: #c3a96d;
    width: 100%;
    height: 298px;
    animation: zoom-in-zoom-out 1s ease-out;
}
.tabs .tab-header {
            /* position: relative; */
            width: 100%;
            display: flex;
            align-items: center;
            height: 368px;
            /* margin-top: -60px; */
            z-index: 2;
            justify-content: space-around;
            margin-top: 200px;
            flex-direction: column;
}
.project-border{
    box-shadow: 2px 2px 6px 1px #000000;
    border: 1px solid #0b0b0b;
    /* height: 587px;
    background: #fdf6e2; */
    
}
.brand-pd{
    padding: 91px 0px;
}
.brand-bg{
    background-image:url('../../images/brand-mob-bg.jpg');
    background-position: center center;
    background-size: cover;
}
.mm-flex {
           display: flex !important
;
        align-items: flex-start;
        margin: 15px 0px;
        flex-direction: column;
        padding-top: 13px;
}
.triggerbtns1 div {
      display: inline-block;
    padding: 13px 15px 13px 24px;
    font-size: 16px;
    /* border-radius: 5px; */
    color: #fff;
    margin: -2px;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
    width:100%;
    text-align:center;
      } 
.sub-nav {
    position: sticky;
    top: 48px;
    z-index: 999;
    background-color: #4a3112;
    width: 100%;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.4);
}
.flr-deta-pd1{
    padding-left: 0 !important; padding-right: 0 !important;
}
.location-pd{
    padding-left: 0 !important; padding-right: 0 !important;
}
.flr-deta-pd2{
    padding-left: 0 !important; padding-right: 0 !important;
}
    .sticky1 {
        position: fixed !important;
        top: 53px;
        width: 100%;
        z-index: 999;
        box-shadow: 1px 1px 6px 0px #000;
    }
.about1-flex {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.media-flex {
    display: flex;
        align-items: center;
        flex-direction: column;
}
.media-pd{
    padding: 30px 10px;
}
.about2-flex {
   display: flex;
  align-items: center;
flex-direction: column;
}
.mm-img-width{
    
        width: 38%;
                margin-top: 13px;

}
.img2 {
    z-index: 2;
    margin-left: 117px;
    margin-top: 90px;
}
 .mm-mr{
             padding-top: 70px;
    padding-bottom: 350px; 
         }
.download-btn{
     width: 74% !important;
        float: none;
        font-family: 'Axiforma Bold';
                font-size: 12px;
}
.privacy-pd{
        padding: 0px 30px !important;
}
.logo {
        margin-right: 7em;
    }
 .blog-style{
                display: flex;
        align-items: center;
        background: #fdf6e2;
        padding-left: 17px;
        flex-wrap: wrap;
        margin-top: 10px;
        padding-top: 22px;
        flex-direction: column;
         }
.floor-details{
    background: #fdf6e2;
    text-align: center;
    padding: 40px;
    width: 100%;
}

.overview-flex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-content: flex-start;
    align-items: flex-start;
}
 .logo-w{
             width: 114px !important;
    height: auto !important;
         }
header.fixed {
background-image: url(../../images/header-bg.jpg);
    background-position: center center;
    background-size: cover;
/*background-size: 240px;*/
padding: 7px 0;
box-shadow:0 2px 15px 2px rgba(0, 0, 0, 0.4)
}

.floor-mr{
        margin-bottom: 25px;
}
#gallery-carouself1 {
margin-top: 1em;
}
#gallery-carouself2 {
margin-top: 1em;
}
.arrow-prevtesti{
    top: 114% !important;
    left: 38%;
    background: #c8a75c;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
}
.arrow-nexttesti{
    top: 114% !important;
    right: 35%;

    transform: translateY(-50%);
    background: #cdab5f;
    padding: 11px 17px;


}
.arrow-prevf1 {
    top: 111% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-nextf1 {
    top: 111% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-prev2 {
    top: 111% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-next2 {
    top: 111% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-prevc {
    top: 115% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-nextc {
    top: 115% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}


.arrow-prevw {
    top: 111% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-nextw {
    top: 111% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}

.arrow-prevh {
    top: 111% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-nexth {
    top: 111% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}

.arrow-prevv {
    top: 111% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-nextv {
    top: 111% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}

.arrow-prev1 {
    top: 111% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-next1 {
    top: 111% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-prevf2 {
    top: 111% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-nextf2 {
    top: 111% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-prevf3 {
    top: 111% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-nextf3 {
    top: 111% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-preva1 {
    top: 132% !important;
    left: 36%;
    background: #d0a445;
    transform: scaleX(-1) translateY(-50%);
    padding: 11px 17px;
    border: 1px solid #745003;
}
.arrow-nexta1 {
    top: 132% !important;
    left: 49%;
    transform: translateY(-50%);
    background: #d0a445;
    padding: 11px 17px;
    border: 1px solid #745003;
}
.img-widt{
                 width: 20%;

         }
  .enquire-n{
             display: flex;align-items: center;    
             width: 55% !important;
        font-family: 'Montserrat-Medium' !important;
        text-transform: uppercase !important;
        float: left;
         }
nav ul {
    display: flex;
    flex-wrap: wrap;
}
.floor-flex {
    display: flex;
    align-items: flex-start;
    margin-top: 19px;
    flex-direction: column-reverse;
}
  .email-pd{
             padding: 0px 0px 0px 0px !important;
         }
.contact-form-mr{
    margin: 24px;
}
.banner-text{
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
   
}
.banner-text-style{
   text-transform: uppercase;
    font-family: 'Axiforma Bold';
    font-size: 16px;
    text-align: center;
}

.banner-breadcrum{
    position: absolute;
         bottom: 2%;
        left: 4%;
    color: #fff;
    font-family: 'Montserrat-Regular';
        font-size: 10px;
}

.banner-enq-btn{
    position: absolute;
          bottom: 0%;
        right: 3%;
    color: #fff;
    font-family: 'Montserrat-Regular';
        font-size: 10px;
}
 .footer-ul{
                 color: #fff !important;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    flex-wrap: wrap;
         }
.flip {
    transition: transform 1.5s ease;
    transform-style: preserve-3d;
}

.flip:hover {
    transform: rotateY(180deg);
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 119px;
    left: 100px;
}

.back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    font-family: 'Axiforma Bold';
}

.front {
    z-index: 2; 
   top: 78px;
    left: 99px;
}

.pillar-text {
    position: absolute;
    top: 16%;
    text-transform: uppercase;
    font-family: 'Axiforma ExtraBold';
    font-size: 49px;
    letter-spacing: -2.5px;
    color: #b69d63;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto;

}
.testi-image{
      margin-top: 97px;
      /*position: absolute;*/
      margin-left: -5px;
      z-index: 1;
}
.testi-title {
     position: absolute;
    top: -16%;
    left: 4%;
    z-index: 2;
}
  .banner-content {
   position: absolute;
   top: 82%;
    left: 39%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    text-align: left;
}
  .content {
  position: relative;
  margin: auto;
  overflow: hidden;
      margin-bottom: 44px;
}
 .f-pd {
   padding: 3px 10px;
      font-size: 12px;
    color: #fff;
    font-family: 'Axiforma Regular';
}
.slider-display{
        display: flex;
        justify-content: center;
}
.dis-tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.triggerbtns div {
    display: inline-block;
    background: #ebe9e9;
    padding: 10px 46px;
    font-size: 16px;
    /* border-radius: 5px; */
    color: #fff;
    border-right: 1px solid #ceac5f;
    /*margin: 2px;*/
    cursor: pointer;
    font-family: 'Montserrat-Regular';
    font-weight: 700;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
    transition: color 0.5s ease-in-out;
}

 /*.over-pad{*/
 /*            padding-bottom: 33px !important;*/
 /*        }*/
 .banner-content {
   position: absolute;
   top: 82%;
    left: 38%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    text-align: left;
}

.banner-arrow{
    top: 94%;
    left: 48%;
    width: 14px;
    position: absolute;
    z-index: 2;
    cursor:pointer;
}
.banner-text1 {
    color: #000000;
    font-size: 43px;
    /* font-weight: 600; */
    font-family: 'Axiforma Bold';
    letter-spacing: -2px;
    line-height: 34px;
}

}
@media only screen and (max-width:520px) {
.locationContainer {
flex-direction: column;
}
.artistMapSec {
width: 100%;
}
/*.sec-location iframe {
position: static;
width: 100%;
height: 400px;
}*/
/*.location-para {
transform: translate(-50%, -20%)
}*/
.sec-banner {
height: 100vh;
/*     height: calc((var(--vh, 1vh) * 100) - 36px); */
}
.slide-bgimg img {
height: 100%;
    width: fit-content;
/*     max-width: none; */
}
.sec-banner .swiper-pagination {
flex-direction: column;
    top: auto;
    bottom: 36px;
    right: 0;
    /* left: 50%; */
    transform: translate(-50%, 0);
    z-index: 111;
}
.sec-banner .swiper-pagination-bullet {
flex-direction: row;
    margin: 3px 4px;
}
.sec-banner .swiper-pagination-bullet:before {
height: 2px;
width: 0;
margin-bottom: 0;
margin-right: 4px;
}
.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
height: 2px;
width: 50px;
}
.logo img {
width: auto;
/*width: 40px;*/
height: 40px;
}

/* nav ul li {
padding: 0.5em 0;
}

nav ul li a {
font-size: 1.4em;
} */

.title1, .title2 {
font-size: 2em;
}

.container, .sec-overview .container, .sec-amenities .container, .sec-gallery .container, .sec-about .container {
padding: 0 1.5em;
}

.sec-overview, .sec-configuration, .sec-gallery, .sec-amenities {
/* padding: 4em 0; */
}

.config-wraper {
bottom: 0;
flex-direction: column;
}

.config-wraper .config-box {
width: 100%;
margin-top: 2em;
}

.gallery-para {
max-width: 100%;
}

.location-para {
width: 100%;
transform: none;
position: static;
}
.sec-about {
padding-top: 4em;
}

.sec-rera .container {
flex-direction: column;
align-items: center;
}

.sec-rera img {
margin: 0 0 10px 0;
}

.arrow-slide {
width: 43px;
height: 40px;
top: 108%;
/*transform: translateY(-50%);*/
}

.arrow-prev {
    left: 42%;
transform: scaleX(-1) translateY(-50%);
}

.arrow-nextlo {
    top: 112%;
    transform: translateY(-50%);
    right: 38%;

        background: #d0a445;
        padding: 11px 17px;
    }
    
    .arrow-prevlo {
        top: 112%;
        right: 51%;
        background: #d0a445;
        transform: scaleX(-1) translateY(-50%);
        padding: 11px 17px;
    }
.arrow-nextb{
    right: 33%;
        top: 104%;
}
.arrow-prevb{
    top: 104%;
        left: 42%;
}
.arrow-prevt{
        left: 40%;
}
.arrow-next {
    right: 35%;
}

.ame-prev {
left: 0;
transform: scaleX(-1) translateY(-50%);
}

.ame-next {
right: 0;
}
  


.scrollDown {
margin: 0 auto;
width: 60px;
left: 0;
right: 0;
bottom: 6em;
transform: scale(0.7) !important;
}
.circle {
margin: 0;
}

}

::-moz-selection {

/* Code for Firefox */
color: #fff;
background: #000;
}

::selection {
color: #fff;
background: #000;
}
.thankyou-section {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-image: url('../../images/banner/1.html');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.thankyou-section:before {
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1;
}
.thankContent {
max-width: 500px;
background-color: rgba(0,0,0,.2);
padding: 15px 30px;
position: relative;
z-index: 2;
text-align: center;
background-color: #fff;
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
}
.thankContent p {
font-size: 1.2rem;
}
.overview-title .title2,
.gallery-para .title2,
.amenities-para .title2,
.sec-location .title2
 {
color: #2c282c;
}
.sec-location .location-para .title2 {
color: #fff
}
 .leftmenulines {
      width: 30px;
    height: 30px;
      background-image: url("images/nav.html");
/*     background: #000; */
    display: inline-block;
/*     position: absolute; */
/*     transition: all 0.3s ease-in-out; */
    }
    
    
      @media (max-width:767px){
    .hidden-xs{
        display:none!important
    }
    }
    
    
    
    #google_translate_element select {
  		  padding: 7px !important;
      color: #000 !important;
      margin-right:10px;
      width:150px;
		}
    
    .goog-logo-link{
      display: none !important;
    }
    
    .goog-te-gadget{
          color: #fff0;
      font-size: 0px;
    }
    
    
    @media only screen and (min-width: 1241px){
        .logo{
            margin-right: 62em;
      }
    }
     
    @media only screen and (min-width: 1092px) and (max-width: 1240px){

        .logo {
margin-right: 51em;
    }
}
    
    @media only screen and (max-width: 1024px){
			.logo {
    margin-right: 7em;
    	}
    }
    
    
    @media only screen and (max-width: 480px){
			#google_translate_element select {
          width:70px;
			}
    }
    
    
    .goog-te-banner-frame{
/*       display:none !important; */
    }
    
    .goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

    #runfuntion{
   	 display:none;
/*   	  background: #fff; */
/*    	 color: #000; */
/*    	 padding: 5px 14px; */
   	 margin-right: 15px;
/*    	 border: 1px solid dimgrey; */
   	 cursor: pointer;
    }
    
    
    
        .hidetext
        { margin-top: -28px; margin-left: 261px; 
        }  
        
        @media only screen and (max-width:1024px)
          { 
            .hidetext
            { margin-top: 86px; margin-left: 211px;
             } 
            .main-slider .swiper-slide .slide-bgimg 
            { width: 100%;/* height: 45%; */ 
            }
              .sec-banner 
              { height: calc(var(--vh, 1vh) * 41);
             } 
             } 
                @media only screen and (max-width:767px)
                 {
                     .hidetext{ display:none; }  .sec-banner
                      { 
            height: calc(var(--vh, 1vh) * 85) ; 
            /* height: auto; */
         
        }  }  

     
      
      @media only screen and (max-width:760px)
      {
        .hidetext{
          display:none;
        }
      }
      .customer-btn{
        margin-top: 77px;
      }
         .triggerbtns1 div {
      display: inline-block;
    padding: 13px 15px 13px 24px;
    font-size: 14px;
    /* border-radius: 5px; */
    color: #fff;
    margin: -2px;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
    /*width:100%;*/
      } 
      
      
       
.view360 {
	width:80vw;height:30vw;
}

@media only screen and (max-width: 600px) {
  .view360 {
    width:90vw !important;height:120vw !important;
  }
}
 .carousel_control_plans {
            top: 240px;
            bottom: unset;
				}
    
    
    @media only screen and (max-width: 756px)
    {
				.carousel_control_plans {
            top: 120px;
            bottom: unset;
				}
    }
    
     @media only screen and (min-width:768px){
         
         .safety-pd{
             padding: 15px;
         }
         .safety-text2{
      font-size: 15px !important;
    font-family: 'Montserrat-Bold';
    text-align: center !important;
    background: #00000069;
    padding: 7px;
  }
         .mm-flex{
        display: flex !important;
    align-items: center;
        margin: 15px 0px;
        background: #c3a96d;
}
          .text-image{
    font-family: 'Montserrat-Regular';
    position: absolute;
    bottom: 0px;
    left: 11px;
    padding: 21px;
    color: white;
    background: #000000b0;
  }
          .naccs .menu div {
   padding: 7px 20px 7px 0px;
   margin-bottom: 22px;
   color: $base-color;
   background: $second-color;
   border-bottom: 1px solid #b79d62;
   cursor: pointer;
   position: relative;
   vertical-align: middle;
   font-weight: 700;
   transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
   color: #b79d62;
  }
  
         
         .quality-title{
                 color: #bc9c58;
    margin-bottom: 7px;
    text-align: center;
    font-size: 42px;
    font-family: Axiforma ExtraBold;
    text-transform: uppercase;
         }
         
         .comma-width{
                 width: 36%;
         }
           .height-safety{
    height: 400px !important;
}

                .active .text-safety{
    font-size: 20px;
    text-align: center !important;
    position: static;
    color:white;
   
  }
  
  .text-safety{
       font-size: 20px;
    text-align: center !important;
    position: static;
    /* position: absolute;*/
    /*bottom: 50%;*/
    /*font-size: 21px;*/
    /*color: white;*/
    /*text-align: center;*/
    /*left: 15%;*/
     
  }
        .quality-point-text {
            height: 166px !important;
        }
        .tab-text1{
            font-family: 'Axiforma ExtraBold';
            font-size: 23px;
            text-transform: uppercase;
          }

        .banner-mr{
            margin-top: 70px;
    }

        .btn-hr{
            border-top: 1px solid #ceac5fe0;
            width: 60%;
            text-align: center;
            position: absolute;
            margin-top: 33px;
            left: 19%;
        }
.counter-dis{
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
        .right-border{
            border-right: 1px solid #ceac5fe0;
        }
        
        .form-pd{
            text-align: left;
            border-right: 2px solid #d0d0d085;
            padding: 56px 62px 56px 79px;
        }
        .form-pd1{
            padding: 56px 62px 56px 79px;
        }
        .refer-flex{
            display: flex;
            align-items: center; 
            justify-content: flex-start;
        }
        .tabs1 {
            margin: 0 auto;
            display: flex;
            position: relative;
            height: 100%;
            align-items: center;
          }

          .tabs {
            margin: 0 auto;
            position: relative;
            height: 100%;
            align-items: center;
          }
          
        .customer-btn{
        margin-top: 30px;
    }
        .overview-pd{
            padding-top: 100px;
        }
        .arrow-prevtesti{
            top: 55%;
            left: 0px;
            background: #c8a75c;
            transform: scaleX(-1) translateY(-50%);
            padding: 11px 17px;
        }
        .arrow-nexttesti{
            top: 55%;
            right: 0px;
            transform: translateY(-50%);
            background: #cdab5f;
            padding: 11px 17px;
        
        
        }
         .title-logo{
             display: flex;
    justify-content: space-between;
    align-items: center;
         }
         
        .mm-details{
            color: #000;
             background: #c3a96d;
                padding: 25px 25px 32px 25px;
                height: 307px;
         }
.col {
    flex: 1 0 18%; /* The important bit. This percentage decides your columns. 
   The percent can be px. It just represents your minimum starting width.
    */
    margin: 5px;
   
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
        .project-title{
            font-size: 22px;
        text-transform: capitalize;
        font-family: 'Axiforma Regular';
        color: #f6cb84 !important;
           
                font-weight: 100;
        text-align: left;
    }
        .testi-width{
            width: 560px;
        }
        .btn-absolute{
            position: absolute !important;
            bottom: 19px;
        }
        .location-mr{
            margin: 0px 150px !important;
        }
        .floor-details{
            background: #fdf6e2;
        text-align: left;
        padding: 40px;
    }
        .onClickTextOverImage div{
            /* position:absolute; */
            color:#fff;
            /* /* padding:8px; */
            /* top:0;
            bottom:0;
            right:0;
            left:0;  */
            background-color:rgba(0,0,0,0.5);
            /* border-radius:16px; */
            /* padding-top:35%; */
            text-align:center;
            opacity:0;
            visibility:hidden;
            transition:.3s;
            margin-bottom: 15px;
          }
        .onClickTextOverImage{
            width:100%;
            height:229px;
            background-size:cover;
            display:inline-block;
            /* border-radius:16px; */
            /* margin:4px; */
            box-shadow:0 0 16px rgba(0,0,0,0.5);
            cursor:pointer;
            position:relative;
            margin-bottom: -6px;
          }
        .values-bg{
            background: #fff;
        height: 228px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        /* padding: 10px; */
        width: 178px;
    }
        .tabs .tab-header > div{
            width: 25%;
            text-align: center;
            padding: 15px 0px;
            font-size: 18px;
            cursor: pointer;
            transition: color 300ms ease-in-out;
            margin: 7px;
        }
        .tabs .tab-header > div.active{
            color: #fff;
            background: #c3a96d;
            width: 229px;
            height: 289px;
            animation: zoom-in-zoom-out 1s ease-out;
            
        }

        .tabs .tab-header{
            position: relative;
         width: 100%;
         display: flex;
         align-items: center;
         height: 60px;
         /*margin-top: -60px;*/
         z-index: 2;
         justify-content: space-around;
     }
        .project-border{
            box-shadow: 2px 2px 6px 1px #000000;
            border: 1px solid #0b0b0b;
            /* height: 569px;
            background: #fdf6e2; */
            
        }
        .brand-pd{
            padding-top: 200px;
    padding-bottom: 200px; 
        }

        .brand-bg{
            background-image:url('../../images/brand-bg2.jpg');
            background-position: center center;
            background-size: cover;
        }
        .ml12 {
            /*font-weight: 200;*/
            /*font-size: 1.8em;*/
            /*text-transform: uppercase;*/
            /*letter-spacing: 0.5em;*/
          }
          
          .ml12 .letter {
            display: inline-block;
            line-height: 1em;
          }
         .project-enquire{
             display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7070706b;
         }
         .dropdown-pd{
             padding-left:0px !important;
         }
         .sub-nav {
    position: sticky;
    top: 78px;
    z-index: 999;
    background-color: #4a3112;
    width: 100%;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.4);
}
         .location-pd{
    padding-right: 0 !important;
}
         .about-mr{
                    margin: 40px 40px !important;
         }
         .about1-flex{
        display: flex;
    align-items: center;
}
.media-pd{
    padding: 0px 40px !important;
}
.media-flex{
    display: flex;
align-items: center;
}
.about2-flex{
        display: flex;
    align-items: center;
}
        .mm-img-width{
    
        width: 62%;

}
         .img2 {
  z-index: 2;
     margin-left: 200px;
    margin-top: 55px;
}
         #wrapper {
  margin-left: 6%;
}
         .mm-mr{
             padding-top: 70px;
    padding-bottom: 120px; 
         }
         .over-pad{
             padding: 1px !important;
         }
         .download-btn{
        width: 23% !important;
        float: none;
        font-family: 'Axiforma Bold';
                font-size: 12px;
}
         .location-flex{
             display: flex;
    align-items: center;
    border: 1px solid #d09820;
    padding: 12px 12px 12px 0px;
         }
         .location-flex1{
            display: flex;
   align-items: center;
   /* border: 1px solid #d09820; */
   padding: 12px 12px 12px 0px;
        }
         .overview-flex{
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-top: 12px;
}
         .logo-w{
         width:157px;
         }
         .floor-mr{
        margin-bottom: 0px;
}
         .img-widt{
                 width: 8%;

         }
         .enquire-n{
             display: flex;align-items: center;    
             width: 73% !important;
    font-family: 'Montserrat-Medium' !important;
    text-transform: uppercase !important;
    float: right;
         }
         
         nav ul {
display: flex;
}

         .flr-deta-pd1{
             padding:0px 20px 0px 0px !important;
         }
          .flr-deta-pd2{
             padding:0px 0px 0px 41px !important;
         }
         .floor-flex{
    display: flex;
    align-items: flex-start;
    margin-top: 19px;
}
         .project-gallery{
             display: flex;
    align-items: flex-end;
    justify-content: space-between;
         }
         .sticky1 {
        position: fixed !important;
        top: 80px;
        width: 100%;
        z-index: 999;
        box-shadow: 1px 1px 6px 0px #000;
    }
         .email-pd{
             padding: 0px 0px 0px 15px !important;
         }
         
         .banner-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    color: #fff;
   
}
.banner-text-style{
   text-transform: uppercase;
    font-family: 'Axiforma Bold';
    font-size: 29px;
}

.banner-breadcrum{
    position: absolute;
    bottom: 5%;
    left: 9%;
    color: #fff;
    font-family: 'Montserrat-Regular';
        font-size: 10px;
}

.banner-enq-btn{
    position: absolute;
    bottom: 0%;
    right: 9%;
    color: #fff;
    font-family: 'Montserrat-Regular';
        font-size: 13px;
}
         .blog-style{
                 display: flex;
    align-items: center;
    background: #fdf6e2;
    padding-left: 17px;
         }
         .footer-ul{
             color: #fff !important;display: flex;text-transform: uppercase;font-size: 14px;
         }
         .pillar-text{
    position: absolute;
    top: 16%;
    text-transform: uppercase;
    font-family: 'Axiforma ExtraBold';
    font-size: 153px;
    letter-spacing: -2.5px;
    color: #b69d63;
}
         .banner-text1 {
   color: #000000;
    font-size: 66px;
    /* font-weight: 600; */
    font-family: 'Axiforma Bold';
    letter-spacing: -2px;
    line-height: 57px;
}
           .content {
  position: relative;
  margin: auto;
  overflow: hidden;
}
 /**********************************  */
.flip {
    transition: transform 1.5s ease;
    transform-style: preserve-3d;
}

.flip:hover {
    transform: rotateY(180deg);
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 119px;
    left: 119px;
}

.back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    font-family: 'Axiforma Bold';
}

.front {
    z-index: 2; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.grid-item {
    position: relative;
    height: 250px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}

.grid-item {
    background-color: rgb(2 2 2 / 45%);
    padding: 50px 69px;
    font-size: 30px;
    text-align: center;
}

.grid-item2 {
    background: #000;
}

.grid-text1 {
    font-family: 'Axiforma Regular';
    font-size: 12px;
    line-height: 14px;
    color: #cacaca;
}

.grid-text2 {
    color: #d6ad50;
    font-family: 'Axiforma Regular';
    margin-top: -28px;
    font-size: 26px;
}

.grid-counter {
    font-family: 'Axiforma Bold';
    color: #fff;
    font-size: 50px;
}

.grid-counter-text {
    font-family: 'Montserrat-Regular';
    color: #f3f3f3;
    font-size: 16px;
    margin-top: -28px;
}
/**********************************  */

.testi-image{
         margin-top: 57px;
      position: absolute;
      margin-left: -5px;
      z-index: 1;
}
         .f-pd {
            padding: 0px 26px 0px 16px;
      font-size: 13px;
    color: #fff;
    font-family: 'Axiforma Regular';
}
         .testi-common-bg{
             /* background-image: url(../../images/testi-bg2.jpg); */
    background-position: center center;
    background-size: cover;
        height: 300px;
}


.testi-container-mr{
             margin-left: 106px;
         }
         
          .testi-p-mr{
             text-align: left;
        margin-top: 39px;
    text-align: left;
    font-size: 13px !important;
    line-height: 16px;
         }
         
          .testi-title{
                 position: absolute;
       top: -2%;
    left: 19.7%;
    z-index: 2;
         }
         
          .testi-text-pd{
             padding-left: 39px !important;
             background: #fef6df;
         }
         
           .triggerbtns div {
     display: inline-block;
        background: #ebe9e9;
        padding: 13px 45px;
        font-size: 14px;
        /* border-radius: 5px; */
        color: #fff;
        border-right: 1px solid #ceac5f;
        margin: -1px;
        cursor: pointer;
        font-family: 'Montserrat-Regular';
        font-weight: 700;
        transition: color 0.5s ease-in-out;
        width: 24.9%;
        text-align: center;
      }    
        .banner-content {
   position: absolute;
   top: 64%;
    left: 22%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    text-align: left;
}
      
         }
        
         .testi-image-bg{
    /*             background-image: url(../../images/testi-comma.jpg);*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*height: 213px;*/
         }
         
        
        
         
         .con-pad{
             padding-bottom:0px !important;
         }
        
         /*p{*/
         /*    text-align:justify;*/
         /*}*/
         
       

.banner-arrow{
    top: 94%;
    left: 50%;
    width: 14px;
    position: absolute;
    z-index: 2;
    cursor:pointer;
}


     }
     @media only screen and (min-width:1280px){
  	#loadinggif img{
  			left:49%;
  	}
  }
    
    #loadinggif img{
  			left:45%;
  	}
  	
  	 .selected-dial-code{
    text-align:left;
    color:#fff;
  }
  .country-list{
    display: flex;
    flex-direction: column;
  }
  
  
  /*S***********************Sumadhura code start**************************8*/
  
 
  .banner-text2{
      color: #545454;
    font-family: Montserrat-Medium;
  }
  .banner-btn{
      border: none;
    background: #cead5f;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 11px;
   cursor:pointer;
  }
  .menu-style{
      font-family: 'Axiforma Medium';
    color: #fff;
  }
  
  .para-text{
      font-size: 16px;
    color: #c7c5c3;
    text-align: left;
    font-family: 'Montserrat-Regular';
  }
  .overview-text{
        color: #d6d6d5;
    font-size: 30px;
    font-family: 'Axiforma Regular';
    text-transform: uppercase;
    text-align: left;
    line-height: 31px;
  }
  
   .overview-text1{
  font-family: 'Montserrat-Regular';
    color: #d6d6d5;
   }
   
   
 

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  /*height: 99%;*/
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image{
  width: 100%;
}
.content-details1{
  position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    bottom: 10px;
    left: 0;
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 16px;
}

.content-details2{
  position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    /* width: 100%; */
    bottom: 10px;
    right: 0;
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 16px;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 229px;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
    color: #fff;
    font-size: 12px;
    text-align: center !important;
    padding-top: 63px;
}

.fadeIn-bottom{
  /* top: 80%; */
}

.project-text{
    text-align: left;
    color: #b79e63;
    /* margin-top: 17px; */
    background: #fdf6e2;
    padding: 18px;
    height: 243px;

}

.project-text1{
      color: #000;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
}

.project-text2{
      font-family: 'Axiforma Regular';
    font-size: 16px;
    margin-bottom: 16px;
    color: #d0a445;
}

.project-text3{
font-family: 'Montserrat-Regular';
    color: #000;
    font-size: 21px;
}

.project-text4{
font-family: 'Montserrat-Regular';
    font-size: 10px;
    position: relative;
    display: inline-block;
    /*font-weight: 800;*/
    color: #000000;
    overflow: hidden;
    background: linear-gradient(to right, #000, #000 50%, #000000 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    line-height: 19px;
}

.testi-text{
    font-family: 'Axiforma Regular';
    color: #000;
    letter-spacing: 6px;
}
.testi-p{
    color: #000;
    font-family: 'Montserrat-Regular';
    line-height: 24px;
}
.testi-wd{
        width: 147px;
}
.footer-text{
            color: #fff;
    font-family: 'Axiforma Regular';
    font-size: 13px;
        text-align: left;
}
.footer-text-ul{
color: #a7a7a7;
    font-family: 'Montserrat-Regular';
        text-align: left;
}
.footer-text-li{
    margin: 2px 0px;
        font-size: 12px;
}

.grid-item {
background-color: rgb(2 2 2 / 45%);
/*border: 1px solid rgba(0, 0, 0, 0.8);*/
padding: 50px 69px;
font-size: 30px;
text-align: center;
}

.grid-item2{
      background: #000;
}
.grid-text1{
  font-family: 'Axiforma Regular';
  font-size: 12px;
  line-height: 14px;
  color: #cacaca;
}
.grid-text2{
      color: #d6ad50;
  font-family: 'Axiforma Regular';
  margin-top: -10px;
  font-size: 26px;
}
.grid-counter{
  font-family: 'Axiforma Bold';
  color: #fff;
  font-size: 50px;
}
.grid-counter-text{
  font-family: 'Montserrat-Regular';
  color: #f3f3f3;
  font-size: 18px;
  margin-top: -28px;
}

/*.project-text4:hover{*/
    /*color:#fff;*/
/*   transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);*/
/*  background-position: 0%;*/
/*}*/

#flood-right {
  transition:.25s ease-in-out;
  box-shadow:inset 0px 0 0 0 #ff401a;
  color:rgba(0,0,0,.1);
  overflow:hidden;
}
.project-text4:hover {
    /*color:white;*/
        background-position: 0 100%;


  }
.vw-more-innr {
    position: absolute;
    top: -5px;
    right: 100px;
}

#vw-more {
    color: #34305e;
    font-size: 12px;
    text-transform: uppercase;
    background: url(../../images/shape.png) no-repeat;
    background-size: 100% 100%;
    width: 100px;
    padding: 14px 30px 38px;
    text-align: center;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    z-index: 99;
}
#vw-more:after {
    position: absolute;
    content: '';
    background: url(../../images/arrow.png) no-repeat;
    transform: rotate(180deg);
    background-size: 100% 100%;
    width: 16px;
    height: 10px;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
#vw-more.less:after {
    transform: none;
}

.image-anim{
     overflow: hidden;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
}
.lazy-picture img{
    -webkit-transition: all .4s ease-in-out;
 
}

.lazy-picture img:hover{
    transform: scale(1.05);
}


.project-btn{
        display: flex;
    align-items: center;
    /*background: #ceac5f;*/
    /*padding: 13px 23px;*/
    /*width: 58%;*/
    color: #fff;
}
.btn-style1{
        display: flex !important;
    align-items: center;
    padding: 13px 18px;
}
.proj-btn-text{
        overflow: hidden;
    background: linear-gradient(to right, #4a3112, #4a3112 50%, #4a3112 50%);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: 'Axiforma Regular';
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    font-size: 13px;
    position: relative;
    display: inline-block;
    font-weight:600;
}

.blog-text1{
    margin-bottom: 16px;
    color: #000000;
    font-family: 'Axiforma Bold';
    font-size: 14px;
}
.blog-text2{
        margin: 13px 0px;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #000;
}
.fb{
     transition: background-color 0.5s;
}
.fb:hover{
        background-color: #3b5998;
        transition: background-color 0.5s;
        border-radius: 2px;

}


.lnin{
     transition: background-color 0.5s;
     color:#c3a96d;
}
.lnin:hover{
        background-color:#006da8;
        transition: background-color 0.5s;
        border-radius: 2px;
        color: white;

}

.google{
     transition: background-color 0.5s;
}
.google:hover{
        background-color:#db4437;
        transition: background-color 0.5s;
        border-radius: 9px;

}

.insta{
     transition: background 0.5s;
}
.insta:hover{
            background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
        transition: background 0.5s;
        border-radius: 4px;

}

.yt{
     transition: background-color 0.5s;
}
.yt:hover{
        background-color:#f70000;
        transition: background-color 0.5s;
        border-radius: 6px;

}
.contact-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 54px;
    /* border-right: 1px solid #cead5f; */
    border: 1px solid #cead5f8a;
    padding: 13px;
    box-shadow: 1px 1px 3px 0px #000000;
}
.cont-det-text{
    font-family: 'Axiforma Bold';
    color: #fff;
    text-transform: uppercase;
    margin: 9px 0px;
    font-size: 15px;
}
.cont-det-text1{
color: #ccc;
    font-size: 12px;
    font-family: 'Montserrat-Regular';
}

.sub-header{
        display: flex;
    justify-content: flex-start;
    
    color: #fff;
}

.sub-hedaer-pd{
            padding: 0px 19px;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
color:#fff;
}

.sub-active{
    border-bottom:1px solid #fff;
}

.navbar-inverse.menu ul li a {
       color: #fff;
    font-size: 12px;
   
    font-family: 'Montserrat-Regular';
}
.navbar-inverse.menu ul li a:hover, .navbar-inverse.menu ul li a.active, .navbar-inverse.menu ul li a.active:hover {

border-bottom: 3px solid #f6cb84;
color:#d0a445;
}
.navbar-inverse {
    border-radius: 0;
}




.pr-text1{
        font-family: 'Montserrat-Regular';
    color: #cfcfcf;
        font-size: 15px;
        text-align: center !important;
}
.pr-text2{
    font-family: 'Montserrat-Medium';
    color: #d09b29;
        font-size: 14px;
        text-align: center !important;
}





.f-deta-text1{
    color: #9d792a;
    font-family: 'Axiforma Bold';
    text-transform: lowercase;
    text-transform: uppercase;
    font-size: 26px;
}
.f-deta-text2{
    font-family: 'Axiforma Bold';
    color: #000;
}
.f-deta-text3{
        font-family: 'Montserrat-Regular';
    font-size: 15px;
}



.swipe2right {
  position: relative;

  display: inline-block;
  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.swipe2right::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swipe2right:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.y2w {
  background-color: #ceac5f;
    color:#4a3112;
        font-weight: 600;
            cursor: pointer;
                
}
.y2w::before {
  background-color: #f6cb84;
}



.w2y:hover,
.y2w:hover {
  color: #000;
}
.y2b:hover,
.w2b:hover {
  color: #fff;
}
.img-hover:hover .img{
    filter: brightness(0);
}
 .nri-pd{
                  padding: 14px 20px 7px 20px;
               font-family: 'Montserrat-Regular';
               font-size: 12px;
                   cursor: pointer;
 }
 
 .nri-flex{
     display: flex !important;
    justify-content: space-between;
 }
 
 /* Timeline defaults */
/* --------------------------------------- */
 .h--timeline-container *, .h--timeline-events * {
	 outline: 0;
}
 .h--timeline-container, .h--timeline-events {
	 position: relative;
	 width: 100%;
	 max-width: 999px;
	 margin: 0 auto;
}
 .h--timeline-navigation-container ul, .h--timeline-navigation-container li, .h--timeline-events ol, .h--timeline-events li, .h--timeline-line ol, .h--timeline-line li {
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
}
 .h--timeline {
	 opacity: 0;
	 transition: opacity 0.2s;
	 font-family: sans-serif;
	 font-size: 1rem;
	 font-weight: normal;
	 line-height: 1.5;
}
 .h--timeline--loaded {
	 opacity: 1;
}
 .h--timeline-container {
	 height: 100px;
}
 .h--timeline-dates {
	 position: relative;
	 height: 100%;
     margin: 0px 40px;
	 overflow: hidden;
}
/* Timeline blur effect for start and end */
/* --------------------------------------- */
 .h--timeline-dates::after, .h--timeline-dates::before {
	 content: '';
	 position: absolute;
	 z-index: 2;
	 top: 0;
	 /*height: 100%;*/
	 width: 50px;
}
 .h--timeline-dates::before {
	 left: 0;
	 /*background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));*/
}
 .h--timeline-dates::after {
	 right: 0;
	 /*background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));*/
}
/* Timeline horizontal line */
/* --------------------------------------- */
 .h--timeline-line {
	 position: absolute;
	 z-index: 1;
	 left: -20px;
	 top: 49px;
	 height: 2px;
	 background-color: #f7f7f7;
	 transition: -webkit-transform 0.4s;
	 transition: transform 0.4s;
	 transition: transform 0.4s, -webkit-transform 0.4s;
}
 .h--timeline-filling-line {
	 position: absolute;
	 z-index: 1;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
	 background-color: #ffffff;
	 -webkit-transform: scaleX(0);
	 -ms-transform: scaleX(0);
	 transform: scaleX(0);
	 -webkit-transform-origin: left center;
	 -ms-transform-origin: left center;
	 transform-origin: left center;
	 transition: -webkit-transform 0.3s;
	 transition: transform 0.3s;
	 transition: transform 0.3s, -webkit-transform 0.3s;
}
/* Bullet points */
/* --------------------------------------- */
 .h--timeline-date {
	 position: absolute;
	 bottom: 0;
	 z-index: 2;
	 /* text-align: center; */
	 font-size: 15px;
	 padding-bottom: 0.75rem;
	 color: #868686;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 text-decoration: none;
	     font-family: 'Montserrat-Regular'
}
 .h--timeline-date:hover {
	 font-weight: 600;
}
 .h--timeline-date::after, .h--timeline-date::before {
	 content: '';
	 position: absolute;
	 left: 50%;
	 -webkit-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	 transform: translateX(-50%);
	 bottom: -8px;
	 height: 15px;
	 width: 15px;
	 border-radius: 50%;
	 border-width: 2px;
	 border-style: solid;
	 border-color: #ffffff;
	 background-color: #f7f7f7;
	 transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}
 .h--timeline-date::before {
	 bottom: -3px;
	 height: 9px;
	 width: 9px;
	 border-width: 0px;
	 border-color: transparent;
	 background-color: transparent;
	 z-index: 2;
}
 .h--timeline-date:hover::before, .h--timeline-date:hover::after {
	 transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}
 .h--timeline-date:hover::after {
	 background-color: #f7f7f7;
	 border-color: #6e1e46;
}
 .h--timeline-date--selected {
	 pointer-events: none;
	     color: #fff;
}
 .h--timeline-date--selected::after {
	 background-color: #f7f7f7;
	 border-color: #6e1e46;
}
 .h--timeline-date--selected::before {
	 background-color: #6e1e46;
}
 .h--timeline-date--older-event::after {
	 background-color: #6e1e46;
	 border-color: #6e1e46;
}
/* Caroussel navigation */
/* --------------------------------------- */
 .h--timeline-navigation {
	 font-size: 0;
	 position: absolute;
	 z-index: 1;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 height: 34px;
	 width: 34px;
	 border-radius: 50%;
	 border-width: 2px;
	 border-style: solid;
	 border-color: #f7f7f7;
	 transition: border-color 0.3s;
}
 .h--timeline-navigation::after {
	 content: '';
	 position: absolute;
	 height: 16px;
	 width: 16px;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translateX(-50%) translateY(-50%);
	 -ms-transform: translateX(-50%) translateY(-50%);
	 transform: translateX(-50%) translateY(-50%);
	 background: url('../../images/location-arrow1.png')
}
 .h--timeline-navigation:hover {
	 border-color: #d0a445;
}
 .h--timeline-navigation--prev {
	 left: 0;
	 -webkit-transform: translateY(-50%) rotate(180deg);
	 -ms-transform: translateY(-50%) rotate(180deg);
	 transform: translateY(-50%) rotate(180deg);
}
 .h--timeline-navigation--next {
	 right: 0;
}
 .h--timeline-navigation--inactive {
	 cursor: not-allowed;
}
 .h--timeline-navigation--inactive::after {
	 background-position: 0 -16px;
}
 .h--timeline-navigation--inactive:hover {
	 border-color: #f7f7f7;
}
/* Timeline events container */
/* --------------------------------------- */
 .h--timeline-events {
	 overflow: hidden;
	 transition: height 0.4s;
	 padding-top: 1rem;
	 padding-bottom: 3rem;
}
 .h--timeline-event {
	 position: absolute;
	 z-index: 1;
	 width: 100%;
	 left: 0;
	 top: 1rem;
	 -webkit-transform: translateX(-100%);
	 -ms-transform: translateX(-100%);
	 transform: translateX(-100%);
	 padding: 1px 5%;
	 opacity: 0;
	 -webkit-animation-duration: 0.4s;
	 animation-duration: 0.4s;
	 -webkit-animation-timing-function: ease-in-out;
	 animation-timing-function: ease-in-out;
}
 .h--timeline-event-content {
	 max-width: 800px;
	 margin: 2rem auto 0;
	 padding: 0rem;
	 /*border: 1px solid #f7f7f7;*/
	 border-radius: 5px;
	 box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
}
 .h--timeline-event--selected {
	 position: relative;
	 top: 0;
	 z-index: 2;
	 opacity: 1;
	 -webkit-transform: translateX(0);
	 -ms-transform: translateX(0);
	 transform: translateX(0);
}
/* Timeline animations */
/* --------------------------------------- */
 .h--timeline-event--enter-right, .h--timeline-event--leave-right {
	 -webkit-animation-name: cd-enter-right;
	 animation-name: cd-enter-right;
}
 .h--timeline-event--enter-left, .h--timeline-event--leave-left {
	 -webkit-animation-name: cd-enter-left;
	 animation-name: cd-enter-left;
}
 .h--timeline-event--leave-right, .h--timeline-event--leave-left {
	 animation-direction: reverse;
}
 .h--timeline-event-title {
	 color: #000;
	 font-size: 3rem;
	 font-weight: 600;
}
 .h--timeline-event-date {
	 display: block;
	 font-style: italic;
	 margin: 0.5rem auto;
	 margin: 1rem auto;
}
 .h--timeline-event-date::before {
	 content: '- ';
}
 @-webkit-keyframes cd-enter-right {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateX(100%);
		 transform: translateX(100%);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: translateX(0%);
		 transform: translateX(0%);
	}
}
 @keyframes cd-enter-right {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateX(100%);
		 transform: translateX(100%);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: translateX(0%);
		 transform: translateX(0%);
	}
}
 @-webkit-keyframes cd-enter-left {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateX(-100%);
		 transform: translateX(-100%);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: translateX(0%);
		 transform: translateX(0%);
	}
}
 @keyframes cd-enter-left {
	 0% {
		 opacity: 0;
		 -webkit-transform: translateX(-100%);
		 transform: translateX(-100%);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: translateX(0%);
		 transform: translateX(0%);
	}
}
/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
 .h--timeline-date::after, .h--timeline-date::before {
	 background-color: #d0a445;
}
 .h--timeline-date--selected::after {
	 background-color: #f7f7f7;
	 border-color: #6e1e46;
}
 .h--timeline-date--older-event::after {
	 background-color: #d0a445;
	 border-color: #ffffff;
}
 .h--timeline-line li:nth-child(even) .h--timeline-date {
	 bottom: -48px;
}
 .h--timeline-line li .h--timeline-date--selected::after, .h--timeline-line li .h--timeline-date:hover::after {
	 width: 21px;
	 height: 21px;
	 bottom: -9px;
	 background-color: #f7f7f7;
	 border-color: #d0a445;
}
 .h--timeline-line li:nth-child(even) .h--timeline-date::after {
	 bottom: 40px;
}
 .h--timeline-line li:nth-child(even) .h--timeline-date:hover::after, .h--timeline-line li:nth-child(even) .h--timeline-date--selected::after {
	 bottom: 39px;
}
 .h--timeline-line li:nth-child(even) .h--timeline-date::before {
	 bottom: 45px;
}
 .h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before, .h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
	 bottom: -3px;
}
/**/

.location-text{
    text-align: center;
    padding: 37px 0px;
    color: white;
    font-family: 'Montserrat-Medium';
        font-size: 18px;
        height: 271px;
        background: #d09820;
}
.location-text1{
    text-align: center;
    padding: 12px 0px;
    color: white;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    height: 235px;
    background: #d09820;
    width: 328px;

}

.download-text{
        font-size: 33px;
    font-family: 'Axiforma Regular';
    text-transform: uppercase;
    color: #f6cb84;

}
.download-text1{
 margin-bottom: 27px;
    margin-top: 0px;
    font-family: 'Montserrat-Regular';
    color: #dadada;
    font-size: 17px;
}



.image1 {
  position: absolute;
  width: 500px;
  height: 500px;
}

.img1 {
  -webkit-animation: appear 1s;
  animation: appear 1s;
  /*background-color: pink;*/
}

.img2 {
  -webkit-animation: appear 2s;
  animation: appear 2s;
  /*background-color: orange;*/
}



/* Chrome, Safari, Opera */
@-webkit-keyframes appear {
    0%   {opacity: 0; margin-left: -25%;}
    100% {opacity: 1;}
}

/* IE */
@keyframes appear {
    0%   {opacity: 0; margin-left: -25%;}
    100% {opacity: 1;}
}

.img1 {
  z-index: 1;
}



/*.img1:hover{*/
/*  z-index:10;*/
/*}*/
/*.img2:hover{*/
/*  z-index:9;*/
/*}*/

.img1, .img2, .img3, .img4, .img5 {
  transition: all 2s;

}

/*.img1:hover, .img2:hover, .img3:hover, .img4:hover, .img5:hover {*/
/* opacity: 1;*/
	
/*}*/


.mm-social-img{
       float: right;
    background: white;
    border-radius: 2px;
    padding: 4px 5px 1px 5px;
}
.mm-team-mr{
    /*margin-bottom:30px;*/
    /*box-shadow: 0px 9px 30px 5px rgb(0 0 0 / 54%)*/
}

.li-icon-style{
    font-size: 18px; 
    
}
.awards-bg{
    margin-bottom: 30px;
    background: #eee5cd;
    padding: 17px 17px 31px 17px;
}
.award-text2{
    font-family: 'Montserrat-Bold';
    margin-top: 28px;
    color:#000;
}
.award-text1{
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    color: black;
}

.awards:hover {
    background-color: #ffffff;
    transition: background-color 0.5s;
}



@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;400&amp;family=Montserrat:wght@400;500;600;700&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    border: none;
    outline: none;
    scroll-behavior: smooth;
}
.tabs{
    position: relative;
    width: 100%;
}
.tabs .title{
    padding: 50px 20px 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: purple;
}
.tabs .tab-header,
.tabs .tab-indicator,
.tabs .tab-body{
    /* margin: 0 auto; */
    max-width: 650px;
    width: 100%
}




.values span > div.active{
    color: #fff;
   
}
.tabs .tab-indicator{
    position: relative;
    height: 60px;
    margin-top: -60px;
}
.tabs .tab-indicator > div{
    position: absolute;
    left: 0%;
    width: 25%;
    height: 100%;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    transition:  all 300ms ease-in-out;
}
.tabs .tab-body{
    position: relative;
}
.tabs .tab-body > div{
    position: absolute;
    width: 100%;
    padding: 20px;
    opacity: 0;
    top: -100vh
}
.tabs .tab-body > div > * {
    margin:10px 0px;
}

.tabs .tab-body > div > p {
    color:#555;
    font-size: 15px;
}

.tabs .tab-body > div.active{
    top:-84px;
    opacity: 1;
    transition: top 0ms ease-in-out 0ms,
                opacity 500ms ease-in-out 0ms;
}

.values1{
    color: #d69d23;
}
.values{
    font-size: 18px;
    margin-bottom: 1.2em;
     
    text-transform: uppercase;
    font-family: 'Axiforma Bold';
    text-align: center;
}




.values span{
    color:#d69d23;
}

.active.values span{
    color:#fff;
}
.hover-inn{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    z-index:9;
    transform:translateY(-50%) scale(0);
    transition:all .6s
}
.team-pic:hover .hover-inn{
    transform:translateY(-50%) scale(1)
}
.team-pic {
    position: relative;
    cursor:pointer;
}
.hover-inn img{
    width:66px;
    margin:auto;
    background: none !important;
}
.accordion {
  width: 100%;
  /*max-width: 1000px;*/
  /*margin: 2rem auto;*/
  font-family: 'Montserrat-Regular';
}
.accordion-item {
    background-color: #fdf6e2;
    color: #111;
    margin: 1rem 0;
    /* border-radius: 0.5rem; */
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
    padding: 20px;
}
.accordion-item1 {
    background-color: #fdf6e2;
    color: #111;
    /* margin: 1rem 0; */
    /* border-radius: 0.5rem; */
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
    /* padding: 20px; */
    border-bottom: 1px solid #cead5f;
}
.accordion-item-header {
    font-family: 'Axiforma Regular';
  /*padding: 1.5rem 3rem 1.5rem 1rem;*/
  /*min-height: 3.5rem;*/
  /*line-height: 1.25rem;*/
 text-transform: uppercase;
     padding-left: 12px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-header1 {
    font-family: 'Montserrat-Regular';
    /* padding: 1.5rem 3rem 1.5rem 1rem; */
    /* min-height: 3.5rem; */
    /* line-height: 1.25rem; */
    /* text-transform: uppercase; */
    padding-left: 12px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 36px;
}
.accordion-item-header1.active{
    font-family: 'Montserrat-Regular';
    /* padding: 1.5rem 3rem 1.5rem 1rem; */
    /* min-height: 3.5rem; */
    /* line-height: 1.25rem; */
    /* text-transform: uppercase; */
    padding-left: 12px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background: #cead5f;
    padding: 13px 36px;
}
.accordion-item-header1::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header1.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: 'Montserrat-Regular';
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.carrer-text1{
        font-family: 'Montserrat-Bold';
}
.career-li{
        display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.career-email{
    color: #bb8400;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
}
.input-file{
    font-family: 'Montserrat-Medium';
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;
}

.side-bar .menu .item a {
    /*color: #a5a4a4;*/
    /*font-size: 14px;*/
    /*text-decoration: none;*/
    display: block;
    /*padding: 0px 35px;*/
    /*line-height: 48px;*/
    /*text-transform: uppercase;*/
    /*text-align: left;*/
    cursor: pointer;
}

.side-bar .menu .item .sub-menu {
        background: #d1a94f;
    display: none;
    line-height: 41px;
        margin-top: 13px;
}
.side-bar .menu .item a .dropdown {
       position: absolute;
    /* right: 0; */
    margin: 3px 0px 0px 10px;
    transition: 0.3s ease;

}
.rotate{
 transform: rotate(90deg);
}


.mm-team-mr img{
    padding: 4px;
    background: #c3a96d;
}
.mob-dropdown{
        padding: 0px !important;
    background: #4a3112;
    display: flex;
    
}

.mm-bg{
    color: white;
    font-family: 'Montserrat-Regular';
    /*background: #c3a96d;*/
    box-shadow: 0px 9px 30px 5px rgb(0 0 0 / 54%)
}
.sold_out {
    top: 2em;
    left: -4em;
    color: #fff;
    display: block;
    position:absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #9d7b30;
    padding: 0.5em 5em 0.4em 5em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    font: bold 16px/1.2em Arial, Sans-Serif;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    z-index:10;
}
.sold_out:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -0.3em -5em;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    border: 2px rgba(255,255,255,0.7) dashed;
}

.img__wrapper{

  position:relative;
  overflow:hidden;
}
.img__wrapper img{
  width: 100%;
}
@media screen and (max-width: 1023px) {
    .banner-mr{
        margin-top: 50px;
}
    .sub-nav .mob-dropdown:before {
        background-color: #4a3112;
        color: #fff;
        border: 0;
    }
}

.moreless-button{
    color:#fff;
    cursor:pointer;
}

.moretext {
  display: none;
  
}

.sub-nav .nav-link.active {
    background: transparent;
    border-bottom: 2px solid #d6ad50;
    color: #d6ad50;
}


.popup-btn{
/*	position: absolute!important;*/
/*top: 111%;*/
/*    left: 20%;*/
/*	transform: translate(-50%,-50%);*/
}
.popup-btn1{
	position: absolute!important;
top: 124%;
    left: 20%;
	transform: translate(-50%,-50%);
}
.main-btn-rect,
.main-btn-circle{
	position: relative;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #FFFFF0;
	background-color: rgb(206 173 95);
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;	
	outline: none;
	cursor: pointer;
	z-index: 100;
}
.main-btn-rect {
	padding: 10px 80px;
	line-height: 30px;
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  background-color: rgb(3 3 3 / 61%) ;
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-color: #FFFFF0;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
  border: 1px solid #333;
    border-radius: 6px;
}
.popup.active .popup-content{
  margin-top: 0px;
}
.popup-content h6{
  display: table;
    font-size: 24px;
    text-align: center;
    margin: 19px auto;
    font-family: 'Axiforma Bold';
    text-transform: uppercase;
    font-weight: 100;
    color: #52421a;
}
.form-group{
	position: relative;
	width: 90%;
	margin: 0px auto;
}
form#send input, form#send textarea, form#send select{
	position: relative;
	margin-bottom: 32px;
	width: 100%;
	height: 29px;
	font-family: 'Montserrat-Regular';
	text-indent: 20px;
  background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #999999;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
}
form#send input:focus,
form#send textarea:focus{
	border-bottom: 1px solid rgb(63, 173, 168); 
    color: #000;
}
form#send label{
	position: absolute;
	/* top: 0; */
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
form#send input:focus + label,
form#send textarea:focus + label{
  color: rgb(63, 173, 168);
}
form#send .txt{
	line-height: 22px;
	left: 2px;
}
form#send .main-btn-rect {
	position: relative;
	display: block;
	padding: 12px 80px;
	margin: 0px auto;
	font-size: 14px;
}
form#send .main-btn-rect i {
	margin-right: 5px;
}
.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}
.share-wrap{
	position: absolute;
  display: inline-table;
	top: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.share-btn{
  color: #FFFFF0;
  padding: 7px 25px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  font-family:'Lobster', sans-serif;
  background-color: rgba(63, 173, 168, .8);
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.share-btn:hover{
  color: #FFFFF0;
  text-decoration: none;
  background-color: rgba(63, 173, 168, 1.0);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 2px;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 6px 9px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
@media only screen and (max-width: 768px){
  h1 {font-size: 25px;}
  h2 {font-size: 14px;}
  form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
  .popup-btn{padding: 11px 23px;
    font-size: 14px;}
}
.btn-ring {
    display: none;
}
.btn-ring:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: ring 1.2s linear infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.brand-button{
    background: none;
    color: white;
    font-family: 'Montserrat-Regular';
    border: 1px solid #bc9c58;
    padding: 10px 13px;
    border-radius: 30px;
}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
       /* font-weight: bold; */
       /* font-weight: bold; */
       font-weight: bold;
       margin-left: 2px;
       cursor: pointer;
       background: none;
       color: #bc9c58;
       font-family: 'Montserrat-Regular';
       /* border: 1px solid #bc9c58; */
       padding: 10px 13px;
       border-radius: 30px;
       text-transform: capitalize;
}

.add-read-more{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}


  
  
  
  .onClickTextOverImage.show div{
    opacity:1;
    /* padding-top:40%; */
    visibility:visible;
  }

  .morecontent span {
    display: none;
    color: #000 !important;
    font-weight: 600 !important;
    cursor:pointer !important;
  }
.morelink {
    display: block;
    color: #000 !important;
    font-weight: 600 !important;
    cursor:pointer !important;
}

.pdf {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.pdf {
    height: 100%;
    margin: 0;
    padding: 0;
}
.error {
    color: #483333;
    padding: 10px;
    background: #ffbcbc;
    border: #efb0b0 1px solid;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 350px;
}

.success {
    color: #483333;
    padding: 10px 20px;
    background: #cff9b5;
    border: #bce4a3 1px solid;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 350px;
}

.csr-text{
    background: #cead5f;
    padding: 16px;
    height: 258px;
}

.csr-text2{
    color: white;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
}
.media-hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #d8ab563d;
}

.about-us-bg{
    background-image: url(../../images/aboutus-bg.jpg);
    background-position: center center;
    background-size: cover;
}
.feature-project-bg{
             
    padding-top: 70px;
    background-image: url(../../images/project-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding-bottom: 100px;
         }
         
            .artimptag::after{
         content:"Artistic Impression"; 
        position:absolute;
/*         background: #000; */
        color:#ededed;
        bottom: 3px;
    left: 3px;
        font-size:10px;
        padding:3px 7px;
        text-shadow: 0px 0px 15px #000;
        font-family: 'Montserrat-Regular';
      }
      
       .artimptag2::after{
         content:"Artistic Impression"; 
        position:absolute;
/*         background: #000; */
        color:#ededed;
        bottom:42%;
        left:0;
        font-size:10px;
        padding:3px 7px;
        text-shadow: 0px 0px 15px #000;
        font-family: 'Montserrat-Regular';
      }
      
      .artimptag3::after{
         content:"Artistic Impression"; 
        position:absolute;
/*         background: #000; */
        color:#ededed;
        bottom:41%;
        left:13px;
        font-size:10px;
        padding:3px 7px;
        text-shadow: 0px 0px 15px #000;
        font-family: 'Montserrat-Regular';
      }
      .artimptag4::after{
         content:"Artistic Impression"; 
        position:absolute;
/*         background: #000; */
        color:#ededed;
        bottom:40%;
        left:10px;
        font-size:10px;
        padding:3px 7px;
        text-shadow: 0px 0px 15px #000;
        font-family: 'Montserrat-Regular';
      }
      
       .artimptag1::after{
         content:"Artistic Impression"; 
        position:absolute;
/*         background: #000; */
        color:#ededed;
        bottom:0;
        left:16px;
        font-size:10px;
        padding:3px 7px;
        text-shadow: 0px 0px 15px #000;
        font-family: 'Montserrat-Regular';
      }
      
      
      .stockimg::after{
        content: 'Stock Image';
    position: absolute;
    /* background: #000; */
    color: #e3e3e3;
    bottom: 0;
    left: 16px;
    font-size: 10px;
    padding: 3px 7px;
    text-shadow: 0px 0px 15px #000;
    font-family: 'Montserrat-Regular';
      }
      
        .stockimg1::after{
        content: 'Stock Image';
    position: absolute;
    /* background: #000; */
    color: #e3e3e3;
    bottom: 0;
    left: 0px;
    font-size: 10px;
    padding: 3px 7px;
    text-shadow: 0px 0px 15px #000;
    font-family: 'Montserrat-Regular';
      }
      
       .represent::after{
         content:"image For Representation Purpose Only"; 
        position:absolute;
/*         background: #000; */
        color:#ededed;
        bottom:0;
        left:3%;
        font-size:10px;
        padding:3px 7px;
        text-shadow: 0px 0px 15px #000;
        font-family: 'Montserrat-Regular';
      }
      
      .hr1{
              border-top: 1px solid #be9d44;
    margin: 2px 0px 30px 0px;
    width: 30%;
}


.list-wrapper {
	/*padding: 15px;*/
	/*overflow: hidden;*/
}

.list-item {
        margin: 25px 0px;
	/*border: 1px solid #EEE;*/
	/*background: #FFF;*/
	/*margin-bottom: 10px;*/
	/*padding: 10px;*/
	/*box-shadow: 0px 0px 10px 0px #EEE;*/
}

.list-item h4 {
	color: #FF7182;
	font-size: 18px;
	margin: 0 0 5px;	
}

.list-item p {
	margin: 0;
}

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 2px 0px 7px 3px #00000094;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #d8ab56;
	border-color: #463217;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #463217;
}
select {
    margin: 50px;
    width: 300px;
    background: #000;
    color: #000;
  }
  
  option:not(:checked) {
    background-color: #ceac5f;
    color: white;
    border-bottom: 1px solid #333;
  }
  option:with(:checked) {
    background-color: #FFF;
    color:#ceac5f;
  }

  select option:hover{
    background-color:#000 !important;
}


/* carrer tabs */

.wrapper {
    display: flex;
    gap: 10px;
  }
  
  /* section {
    width: 50%;
    border: 1px solid #ccc;
    padding: 20px;
  } */
  
  @media screen and (max-width: 960px) {
    .wrapper {
      flex-direction: column;
    }
    /* section {
      width: calc(100% - 100px);
    } */
  }
  
 
  
  .tab-content {
    padding: 15px 0px;
    /* background-color: #f9f9f9; */
    /* border: 1px solid #ddd; */
    display: none;
    width: calc(100% - 30px);
    left: 0;
  }
  
  .tab {
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -1px;
    font-family: "Axiforma Regular";
    padding: 10px 24px;
    transition: background-color 0.3s;
    border-radius: 47px;
    font-size: 12px;

  }
  
  .tab:hover {
    background-color: #ddd;
  }
  
  input[type="radio"] {
    display: none;
  }
  
  input[type="radio"]:checked + .tab {
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }
  
  input[type="radio"]:checked + .tab + .tab-content {
    position: absolute;
    widh: 100%;
    display: block;
  }
  
  /* JavaScript Tab Styles */
  .js-tab.active {
    background-color: rgb(206, 172, 95);
    border-bottom: 1px solid rgb(206, 172, 95);
    color: white;
  }
  
  .js-tab-content {
    display: none; /* Hide tab content by default */
  }
  
  /* Show the selected content for JavaScript tabs */
  .js-tab.active + .js-tab-content {
    display: block;
  }
  select {
    -webkit-appearance: none;
    outline: none;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 0;
    background: #ffffff00;
    /* border: 1px solid #d1d1d1; */
    padding: 0.5em 3.5em 0.5em 1em;
    /* background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc); */
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dbd5c478;
    font-family: 'Axiforma Regular' !important;
  }
  
  select {
    color: black;
  }
  
  .placeholder {
    color: gray
  }
  
  .green {
    color: #bb8400;
  }
  
  .red {
    color: #ff5d0c;
  }

  .line2{
    border-bottom: 1px solid #333;
  }

  /* quality css */
  .quality-btn{
    font-family: 'Montserrat-Regular';
    background: none;
    color: #fff;
    border: 1px solid #bc9c58;
    padding: 11px 23px;
    border-radius: 19px;
    font-size: 11px;
  }
  @import url('https://fonts.googleapis.com/css?family=Oswald');

  $base-color: #303F9F;
  $second-color: #3F51B5;
  $third-color: #FBC02D;
  $site: #303F9F;
  $light: #fff;
  
  
  .grid {
   list-style: none;
   margin-left: -40px;
  }
  
  .gc {
   box-sizing: border-box;
   display: inline-block;
   margin-right: -.25em;
   min-height: 1px;
   /* padding-left: 40px; */
   vertical-align: top;
  }
  
  .gc--1-of-3 {
   width: 33.33333%;
  }
  
  .gc--2-of-3 {
   width: 66.66666%;
  }
  
  .naccs {
   position: relative;
   max-width: 900px;
   margin: 1px auto 0;
  }
  
 
  .naccs .menu div:hover {
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .naccs .menu div span.light {
   height: 10px;
   width: 10px;
   position: absolute;
   top: 24px;
   left: 15px;
   background-color: $base-color;
   border-radius: 100%;
   transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .naccs .menu div.active span.light {
   background-color: $third-color;
   left: 0;
   height: 100%;
   width: 3px;
   top: 0;
   border-radius: 0;
  }
  
  .naccs .menu div.active {
   color: $third-color;
   /* padding: 15px 20px 15px 20px; */
   color: white;

  }
  
  ul.nacc {
   position: relative;
   height: 0px;
   list-style: none;
   margin: 0;
   padding: 0;
   transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  ul.nacc li {
   opacity: 0;
   transform: translateX(50px);
   position: absolute;
   list-style: none;
   transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  ul.nacc li.active {
   transition-delay: .3s;
   z-index: 2;
   opacity: 1;
   transform: translateX(0px);
  }
  
  ul.nacc li p {
   margin: 0;
  }

 

 
  
  .csr-text1{
      color: #ffffff;
    font-family: 'Axiforma Bold';
        margin: 14px 0px 25px 0px;

    font-size: 17px;
    text-transform:uppercase;
  }
  
  .csr-prifile{
          background: #ceb57a;
    color: #000;
    text-align: left;
       padding: 2px 21px 21px 21px;
  }
  
  