


@font-face {
  font-family: "Ubuntu Bold";
    src: url('../fonts/Ubuntu Bold.ttf');
}


@font-face {
  font-family: "ubuntu-regular";
    src: url('../fonts/ubuntu-regular.ttf');
}

@font-face {
  font-family: "Ubuntu-Light_0";
    src: url('../fonts/Ubuntu-Light_0.ttf');
}

@font-face {
  font-family: "Helvetica";
    src: url('../fonts/Helvetica.ttf');
}

@font-face {
  font-family: "Helvetica-Bold";
    src: url('../fonts/Helvetica-Bold.ttf');
}

@font-face {
  font-family: "Helvetica CE";
    src: url('../fonts/Helvetica CE.ttf');
}


@font-face {
  font-family: "HELVETICA-CONDENSED";
    src: url('../fonts/HELVETICA-CONDENSED.ttf');
}


html,body{
overflow-x:hidden;
width:100%;
scroll-behavior: smooth;
}

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

.overview1
{
    font-weight: 400;
  padding: 10px;
  /* color: #102344; */
  font-size: 18px;
  text-align: left;
  line-height: 32px;
}
.over-row{
   border-radius: 8px;
  padding: 24px;
  box-shadow: 1px 1px 5px 4px #8b8b8b;
  background: #102344;
  color: #fff;
}

.residences
{
font-weight:400;
padding:0px
}
.amenities
{
font-weight:400;
padding:0px
}
.gallery
{
font-weight:400;
padding:0px
}
.location
{
font-weight:400;
padding:0px
}
.about{
font-weight:400;
padding:0px
}

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


.textcenter{
text-align:center;
}

.textleft{
text-align:left;
}

.textright{
text-align:right;
}

.textjustify{
text-align:justify;
}
/* #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: 'Helvetica';
font-display: swap;
-webkit-font-smoothing: subpixel-antialiased;
font-size: calc(13px + .25vw);
color: #000;
line-height: 1.25;
overflow-x: hidden;
overflow-y: scroll;
position: relative;	
overflow: hidden;
/*letter-spacing: 1px;*/
}

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

section{
position:relative;
}

ul {
list-style: none;
}

a {
text-decoration: none;
}

img {
max-width: 100%;
}

p {
  color: #000;
  font-size: 14px;
    line-height: 1.4;
/*   margin: 20px 0; */
font-family: 'Helvetica';

}

.walkvideo{

margin: 20px;
}

.walkvideo iframe{
    width: 100%;
  height: 450px;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Ubuntu Bold';
-webkit-font-smoothing: antialiased;
font-weight: 300;
font-size:30px;
color:#000;
text-align:center;
/*margin-bottom: 15px;*/
}

.has-animation {
opacity: 0.01;
-webkit-transition: translateY(180px);
transform: translateY(180px);
transform-origin: 50% 0;
will-change: transform;
}


.textadd{
    display: inline-block;
  background: #d4a84a;
  padding: 16px 25px;
  color: #000;
  margin-top: -50px;
  z-index: 3;
  position: absolute;
 left: 20%;
  line-height: 1.5;
  right: 20%;
  text-align: center;
}





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

.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-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: 35px;
height: 35px;
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
}

@media only screen and (max-width:767px) {
  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("../../images/prev-button.png");
left: -31px;
right: auto
}
  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("../../images/next-button.png");
right: -31px;
left: auto
}
}


@media only screen and (min-width:768px) {
  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("../../images/prev-button.png");
left: 43px;
right: auto
}
  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("../../images/next-button.png");
right: 43px;
left: auto
}
}

.swiper-button-prev:hover {
  background-image: url("../../images/prev-button.png");
  /* Your styles when hovering */
}


.swiper-button-next:hover {
  background-image: url("../../images/next-button.png");
  /* Your styles when hovering */
}

.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-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: #000;
opacity: .2
}

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-bullet-active {
opacity: 1;
background: #007aff
}

.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 0px
}

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

#headertop {
  position: fixed;
  z-index: 90;
  width: 100%;
  /*top:-7px;*/
  left: 0;
  padding: 0px 0;
  /*transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);*/
  z-index: 1111;
  background: #fff;
  }
  
  #headertop.fixed {
  background:  #fff;
  background-size: 240px;
  padding: 0px 0;
  box-shadow:0 2px 15px 2px rgba(0, 0, 0, 0.4)
  }

header {
position: fixed;
z-index: 90;
width: 100%;
top:35px;
left: 0;
padding: 0px 0;
transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
z-index: 1111;
background: #fff;
}

header.fixed {
background:  #fff;
background-size: 240px;
padding: 0px 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: 2em
}
.pLogo {
width: 200px;
}

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

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

nav ul {
display: flex;

}

@media only screen and (min-width: 678px) {
.highlights1{
    display: flex;
  flex-direction: row;
  align-items: center;
}
.br1{
  border-right:1px solid #fff;
}
}
@media only screen and (min-width: 678px) {
nav ul {
  margin-left:100px;
}
}

nav ul li {
padding: 0 23px;
}

nav ul li a {
color: #000;
letter-spacing: 1px;
font-size: 13px;
font-weight:500;
font-family:'Helvetica';
text-transform: uppercase;
}

.hamburger {
display: none;
}

.eq-header {
border: 2px solid #965a9c;
  color: #965a9c;
  font-weight:400;
  background-color: transparent;
  /* letter-spacing: 1px; */
  font-size: 14px;
    padding: 7px 26px 4px 26px;
    border-radius: 10px;
    text-transform: uppercase;
}
.callNow {
margin-right: 1rem;
color: #fff;
display: flex;
align-items: center;
}
.callNow img {
margin-right: 5px;
}


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



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

/* .sec-banner {

background-color: #fff;
width: 100%;
height: calc(var(--vh, 1vh) * 100);
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: 0;
/* background-color: rgba(0,0,0,.2); */
}
.slide-bgimg img {
display: block;
}

@media only screen and (max-width:767px) {
  
.main-slider .swiper-slide .slide-bgimg {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
/*display: flex;*/
/*    align-items: flex-end;*/
}
}
@media only screen and (min-width:768px) {
.main-slider .swiper-slide .slide-bgimg {
position: absolute;
/* top: 192px; */
left: 0;
width: 100%;
height: auto;
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: 4em;*/
/*top: 50%;*/
/*transform: translateY(-50%);*/

    
    display: flex;
  flex-direction: row;
  text-align: center;
  position: absolute;
  right: 50%;
  bottom: 2%;
  transform: translateY(-50%);
}

.sec-banner .swiper-pagination-bullet {
text-align: center;
opacity: 0.6;
color: #fff;
width: 20px;
height: 20px;
background: transparent;
border-radius: unset;
font-size: 14px;    /*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;

}

.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
font-size: 14px;
}

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


.bannerTxt1 {
font-size: 1.8em;
margin: 0.2em 0;
font-family: 'Roboto-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: #f4f3f6;
position: relative;
/*margin-bottom: 8rem;*/
}

.sec-overview .container {
/* display: flex; */
padding: 0 10em;
text-align:center;
}

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

.overview-para {
width: 58%;
}

.title1 {
  font-size: 28px;
  color:#000;
/*     font-family: 'EB Garamond', serif;; */
/*   text-transform: uppercase; */
margin-bottom:20px;
}


.title2 {
  font-size: 25px;
color: #000;
  font-family: 'Roboto-Regular';
/*   text-transform: uppercase; */
margin: 20px 0;
}

p.title3, h1.title3 {
font-size: 1.2em;
font-family: 'Roboto-Regular';
/* 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;
}

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

.configuration-para {
max-width: 80%;
margin: 0 auto;
}
.hardTxt {
  font-family: 'Roboto-Regular';
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 3px 3px 0px #000;
}
.hardTxt.inv {
   font-family: 'Roboto-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: block;
/* 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;
}

.gallerySlider {
position: relative;
}

.arrow-slide {
width: 55px;
height: 55px;
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: 40px;
height: 40px;
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;
}


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

.arrow-next {
top: 50%;
transform: translateY(-50%);
right:-5%;
/* background: #ddd; */
padding: 17px;
}

.arrow-prev {
top: 50%;
left: -5%;
/* background: #ddd; */
transform: scaleX(-1) translateY(-50%);
padding: 17px;
}
@media only screen and (min-width:768px) {
.arrow-next1 {
top: 50%;
transform: translateY(-50%);
right:5%;
/* background: #ddd; */
padding: 17px;
}

.arrow-prev1 {
top: 50%;
left: 5%;
/* background: #ddd; */
transform: scaleX(-1) translateY(-50%);
padding: 17px;
}
}

@media only screen and (max-width:767px) {
.arrow-next1 {
top: 50%;
transform: translateY(-50%);
right:-5%;
/* background: #ddd; */
padding: 17px;
}

.arrow-prev1 {
top: 50%;
left: -5%;
/* background: #ddd; */
transform: scaleX(-1) translateY(-50%);
padding: 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:#f4f3f6;
text-align: center;
}



.amenities-para {
margin-bottom: 2em;
}
#amenities-carousel {
position: relative;
}
#amenities-carousel 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: 90px;
}


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

.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: 'Roboto-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;
}
.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: 500px; */
position: relative;
z-index: 2;
display: block;
}
.mapImg {
  text-align: center;
  background-color: #f4f3f6;
  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: #280f3a;
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 only screen and (max-width:1024px) {
.logo {
margin-right: 1em;
}
nav ul li {
padding: 0 12px;
}
.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: 0px 0;
}
.artistMapSec img {
width: 100%;
}

nav {
position: fixed;
width: 100%;
height: 100%;
z-index: 111;
background: #fff;
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: red;*/
margin-left: 2em;
position: relative;
z-index: 1111;
}

.hamburger span {
width: 100%;
height: 1px;
background: #000;
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) {
.p-pd{
  padding:0px 15px;
}
.l-pd{
     padding: 40px 40px 0px 40px;
}
.l-pd1{
     padding:0px 40px 40px 40px;
}
.mr{
  margin-bottom: 18px;
}
 .highlights1{
    display: flex;
  flex-direction: row;
  align-items: center;
}
.callNow,
.eq-header {
/*display: none;*/
}
}
@media only screen and (max-width:767px) {
.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: row;
top: auto;
bottom: 30px;
right: auto;
left: 50%;
transform: translate(-50%,0);
z-index: 111;
}
.sec-banner .swiper-pagination-bullet {
flex-direction: row;
margin:0 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: 130px;
/*width: 40px;*/
/* height: 40px; */
}

nav ul li {
padding: 0.5em 0;
}

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

.title1{
font-size:40px;
}

 .title2 {
font-size:26px;
}

.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: 60px;
height: 60px;
top: 50%;
/* transform: translateY(-50%); */
}

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

.arrow-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.jpg');
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: #231235;
}
.sec-location .location-para .title2 {
color: #000;
}
.highlight-bg{
background: #e4e4e4;
  padding: 0px 10px 0px 12px;
}

.loc-pt{
    display: flex;
  flex-direction: row;
  align-items: center;
}

.ame-dis{
display: flex;
  flex-direction: column;
  align-items: center;
    margin-bottom: 25px;
}
.ame-text{
    font-weight: 600;
  padding-top: 10px;
}


/*  table---------------*/
      
      .element-apartments {
          background: #fff;
          padding: 5px;
          border: 1px solid #ccc;
      }
      
      .element-apartments .apartment-table {
          border: 0;
          margin: 0px auto;
          width: 100%;
      }
      
      .element-apartments .apartment-table thead {
          /*background: #e5b5a5;*/
          background: #414041;
          font-family: 'Roboto-Regular';
          font-weight: 800;
      }
      
      .element-apartments .apartment-table th {
          /*text-transform: uppercase;*/
          color: #fff;
          border-top: 1px solid #a7a9ac;
          border-bottom: 1px solid #a7a9ac;
          vertical-align: middle;
          /*font-family: 'palatinoitalic';*/
          font-weight: normal;
          font-size: 18px;
          padding: 15px 15px !important;
          background: #a7a9ac;
      }
      
      .element-apartments td,
      .element-apartments th {
          /*border-right: 0;*/
          /*text-align: center;*/
          /*padding: 15px;*/
          /*border-bottom: 1px solid #f37e20;*/
          /*vertical-align: middle;*/
          /*color: #FFFFFF;*/
          border-right: 0;
          text-align: center;
          padding: 10px;
          /* border-bottom: 1px solid #f37e20; */
          vertical-align: middle;
          color: #000;
          /*background: #fff;*/
      }
      
      .element-apartments .btn {
          border: none;
          font-size: 15px;
          color: #fff;
          padding: 5px 11px;
          border-radius: 0px;
          font-weight: 600;
          background: #f37e20;
      }
      
      .apartment-table>tbody>tr {
          background: #fff;
      }
      
      .apartment-table>tbody>tr:nth-of-type(even) {
          background: #ececec !important;
      }
      
      .element-apartments .btn:hover {
          border-color: #fff;
          color: #fff;
      }
      


    .button1 {
background-color:#b12024;
border: none;
color: white;
padding: 5px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
      border-radius:5px;
}


.amenities-icon {
  text-align: center;
  box-shadow: 0px 0px 15px #e0e0e0d6;
  /* box-shadow: 0 8px 8px -6px rgb(0 0 0 / 20%); */
  padding: 15px;
  background: #f7f7f7;
  margin-bottom: 30px;
  transition: ease all 0.5s;
}
   .amenities-icon .icons-wrap {
  height:70px;
  width: 72px;
  margin: 0px auto;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-bottom: 5px;
/*     display: flex; */
  justify-content: center;
  align-items: center;
  transition: ease all 0.5s;
}
   .icons-wrap:hover{
   
  height: 90px;
  width: 90px;
  margin: 0px auto;
  border: 2px solid #000;
  border-radius: 5%;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
/*     transition: ease all 0.5s; */

   }

.marginbottom{

margin-bottom: 20px;
}
.artimptag, .stockimg{
    }
    
    .artimptag::after{
      content:"Artistic Impression";
      position:absolute;
      color:#fff;
      bottom:0;
      left:0;
      font-size:10px;
      padding:3px 7px;
      text-shadow: 0px 0px 15px #000;
    }
    
    .artimptag1::after{
      content:"Artistic Impression";
      position:absolute;
      color:#fff;
      bottom:0;
      left:15px;
      font-size:10px;
      padding:3px 7px;
      text-shadow: 0px 0px 15px #000;
    }
    .stockimg::after{
      position:absolute;
      color:#fff;
      bottom:0;
      right:0;
      font-size:10px;
      padding:3px 7px;
      text-shadow: 0px 0px 15px #000;
    }




/***************triggerbuttons************************/
.triggerbtns div {
  display: inline-block;
  background: #fff;
  padding: 10px 70px;
  font-size: 18px;
  border-radius: 15px;
  color: #b4c24d;
      border: 1px solid #b4c24d;
          margin: 10px;
      cursor:pointer;
      transition:.5s ease;
    }     
.view360 {
width:80vw;height:30vw;
}

@media only screen and (max-width: 600px) {
.view360 {
  width:90vw !important;height:120vw !important;
}
}
     
     #ami1, #ami2{
       transition:.5s ease;
     }
/***************triggerbuttons************************/









/**********banner css**********/
 
   @media only screen and (min-width:768px) {
.banner-content {
position: absolute;
top: 57%;
left: 30%;
transform: translate(-50%, -50%);
text-align: left;
color: #fff; 
    z-index: 10;

}

}

@media only screen and (max-width:767px) {
.banner-content {
position: absolute;
top: 39%;
left: 57%;
transform: translate(-50%, -50%);
text-align: left;
color: #fff; 
    z-index: 10;
    width:70%;
}

}

.banner-text {
margin-bottom: 10px;
}

.banner-button {
margin-top: 8%;
}

/* Add other styles as needed */
dl, ol, ul{
       margin-bottom:0;
     }
    
      .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) * 100);
       } 
       
     }  
    
    
    @media only screen and (max-width:767px)
    {
      .hidetext{
        display:none;
      }
      .testiimg{
        position: absolute;
        top: -1%;
        left: 25%;
      }
        .testi{
        margin-top:10%;
      }
      .testidiv{
           box-shadow: 8px 5px 33px -8px rgba(0, 0, 0, 0.4);
           padding: 28px;
       }
      
}

@media only screen and (min-width:768px)
    {
      .testi{
        width: 80%;
        padding: 5%;
      }
      .testiimg{
        position: absolute;
        top: 4%;
        left: 25%;
      }
      .testidiv{
           box-shadow: 8px 5px 33px -8px rgba(0, 0, 0, 0.4);
           padding: 10%;
       }
      
}

@media screen and (max-width: 767px) {
   .galleryp {
  position: absolute;
 bottom: 14px;
  left: 12px;
        text-align:left;
  z-index:999;
}
}

      @media screen and (min-width: 768px) {
      .galleryp {
  position: absolute;
  top: 150px;
 /*bottom: 14px;*/
  left: 12px;
        text-align:left;
  z-index:999;
}
}

/************topnav**********/
.topnav {
overflow: hidden;
background-color: #253e77;
}
@media screen and (min-width: 768px) {
.topnav a {
float: right;
/*display: none;*/
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 13px;
}
}


@media screen and (max-width: 767px) {
.topnav a {
/*float: right;*/
/*display: none;*/
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 13px;
}
}

.topnav a:hover {
background-color: #ddd;
color: black;
}

.topnav a.active {
background-color: #04AA6D;
color: white;
}

.topnav .icon {
display: none;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {
    /*display: none;*/
    
}
.topnav a.icon {
  float: right;
  display: block;
}
}

@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}
}

@media only screen and (min-width:768px) {
.topnavmargin{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 17%;
  
}
}

/******tab section*****/

.tab {
overflow: hidden;
/*   border: 1px solid #aaa; */
/*   background-color: #f1f1f1; */
display: flex;
  justify-content: center;
  
}
.tab div {
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 15px;
font-size: 16px;
text-align:center;
}
.tab div:hover {
background-color: #fff;
box-shadow: 0px 0px 4px 0px #000;
      /*background-image: url("../../image/service2-hover1.png");*/



}
.tab div.active {
background-color: #fff;
box-shadow: 0px 0px 4px 0px #000;

}


.tabcontent {
  display: none;
  padding: 5px 15px 5px 15px;
/*     border: 1px solid #aaa; */
  border-top: none;
}


/*#pointed {*/
/*  position: relative;*/
/*  margin: 0 auto;*/
/*  width: 50px;*/
/*  padding: 4px;*/
/*  color: white;*/
/*  background-color: rgba(0, 0, 0, .8);*/
/*  min-height: 40px;*/
/*}*/

/*#pointed:before {*/
/*    position: absolute;*/
/*    top: 114%;*/
/*    left: 15px;*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    margin: -5px 0 0;*/
/*    border-top: solid 11px rgba(0, 0, 0, .8);*/
/*    border-right: solid 11px transparent;*/
/*    border-left: solid 11px transparent;*/
/*}*/

/*******footer*******/
.f-pd{
color:#fff;
padding:10px;
}


/*******client button*******/
@media only screen and (min-width:768px) {
.clientbutton{
background: #965a9c;
  color: #fff;
  border: none;
  padding: 25px 25px;
  border-radius: 10px;
      width: 150px;
}
}

@media only screen and (max-width:767px) {
.clientbutton{
background: #965a9c;
  color: #fff;
  border: none;
  padding: 20px 20px;
  border-radius: 10px;
      /*width: 150px;*/
}
.arrow {
  position: absolute;
  top: 32%;
  left: 86%;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  cursor: pointer;
}
}
@media only screen and (min-width:768px) {
  .arrow {
  position: absolute;
  top: 40%;
  left: 62%;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  cursor: pointer;
}
}


.arrow span {
 display: block;
  width: 1vw;
  height: 1vw;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(-5px, -5px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(10px, 10px);
  }
}




/***style about page****/

.aboutp{
line-height:2;
font-size:13px
}

.abouth2{
font-weight:400;
text-align:left;
font-size:20px
}

@media only screen and (max-width:767px) {
   .mainlinemission{
      position: absolute;
  left: 29%;
  z-index: 10;
  top: 32px;
   }
   
   .mainlinevision{
       position: absolute;
  left: 32%;
  z-index: 10;
  top: 12%;
   }
   .vision{
       margin:10% 3% 10% 3%;
   }
   
    .squaremission{
   position: absolute;
  left: 50%;
  z-index: 10;
  top: -1px;
}
.squarevision{
      position: absolute;
  right: 47%;
  z-index: 14;
  bottom: -16px;
}

.divmarginleft{
   margin-left:0px
}

}



@media only screen and (min-width:768px) {
   .mainlinemission{
            position: absolute;
  left: 0%;
  z-index: 10;
  top: 40px;
   }
   
   .mainlinevision{
          position: absolute;
  left: -8%;
  z-index: 10;
  top: 2%;
   }
   
   /*.vision{*/
   /*    margin:21% 3% 0% 3%*/
   /*}*/
   
   .squaremission{
    position: absolute;
  left: -1px;
  z-index: 10;
  top: 50%;
}
.squarevision{
   position: absolute;
  right: -1px;
  z-index: 10;
  top: 50%;
}
 .divmarginleft{
   margin-left:30px
}  

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

}

@media only screen and (min-width:768px){
  .sticky1 {
  position: fixed;
  top: 118px;
  width: 100%;
 z-index: 999;
}   
    
}

 @media only screen and (max-width:767px){
    .sticky1 {
  position: fixed;
  top: 88px;
  width: 100%;
 z-index: 999;
} 
    
}




.mainheadingtesti{
  opacity: 0.1;
      color: #112756;
      font-size: 70px;
      text-transform: uppercase;
      position: relative;
      top: 20px;
       font-weight:400;
     font-family: 'Ubuntu Bold';
             letter-spacing: 11px;
  }
  
  .bannerheading{
      font-size: 40px;
      color: #ffffff;
      letter-spacing: 0px;
      margin-bottom: 12px;
      text-align: left;
      font-family: 'Ubuntu Bold';
  }
  
  @media only screen and (max-width:767px){

  
  .mainheadingtesti{
  opacity: 0.1;
      color: #112756;
      font-size: 39px;
      text-transform: uppercase;
      position: relative;
      top: 16px;
       font-weight:400;
     font-family: 'Ubuntu Bold';
             letter-spacing: 11px;
  }
  
  .bannerheading{
      font-size: 30px;
      color: #ffffff;
      letter-spacing: 0px;
      margin-bottom: 12px;
      text-align: left;
      font-family: 'Ubuntu Bold';
  }
  }
  
  /******************/
  .certificatebox{
    background: #fff;
    box-shadow: 2px 0px 6px 1px #0000001c;
       
  }



  @media only screen and (min-width:768px) {
.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: 20px;
    background: #ffffff24;
    padding: 8px;
    border-radius: 50px;
}
}


@media only screen and (max-width:767px) {
.icon-bar {
  position: fixed;
  top:70%;
  transform: translateY(-50%);
  z-index: 99;
  left: 10px;
    background: #ffffff24;
    padding: 8px;
    border-radius: 50px;
}
}

.icon-bar a {
  display: block;
  text-align: center;
  /* padding: 16px; */
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding: 5px 0;
}

/* .icon-bar a:hover {
  background-color: #000;
} */

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}


@media only screen and (min-width:768px) {
.overviewflex{
display: flex;
align-items: center;
}
}


/* ------------**************---------- */
.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
}

.counter {
  font-size: 40px;
  margin-top: 10px;
  color: #fff;
  background: #E2B453;
background: linear-gradient(to right, #e2b453 0%, #d86154 38%, #d8606f 25%, #929ed8 74%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Helvetica-Bold';
font-weight: 600;
}

#numbercounter{
  background:url(../../images/counterback.jpg);
  position:relative;
  /* background-attachment:fixed;
  background-position:center; */
  background-size:cover;


}
#download{
  background:url(../../images/downloadback.jpg);
  position:relative;
  /* background-attachment:fixed;
  background-position:center; */
  background-size:cover;


}

#contactus{
  background:url(../../images/contact/contactsectionback.jpg);
  position:relative;
  /* background-attachment:fixed;
  background-position:center; */
  background-size:cover;


}



.dyesp{
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
    font-weight: 600;
    font-size:16px;
}

.footera a{
  text-transform: uppercase;
  font-weight: 200;
    font-size:12px;
    line-height: 2;
    color:#e4e4e4;
    font-family: 'Helvetica';
}

.footera p{
  text-transform: uppercase;
  font-weight: 200;
    font-size:12px;
    line-height: 2;
    color:#e4e4e4;
    font-family: 'Helvetica';
}

.footera h1{
  text-transform: uppercase;
  font-size:16px;
  color:#f9d757;
  text-align:left;
  font-weight:200;
  margin-bottom:10px;
  line-height: 2;
  font-family: 'Ubuntu-Light_0';
}


@media only screen and (min-width:768px){
  .footerflex{
      
       display: flex;
      align-items: center;
      justify-content: space-between;
      margin-left: 3%;
  }
  .footerflexul{
       display: flex;
  }
}

@media only screen and (max-width:767px){
  /*.footerflex{*/
      
  /*     display: flex;*/
  
  /*}*/
  .footerflexul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 2;
    padding:0px important;
  }
}
@media only screen and (min-width:768px){
.f-pd1 {
  color: #e4e4e4;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 100;
  text-transform: uppercase;
  font-family: 'Helvetica';
}
}

@media only screen and (max-width:767px){
.f-pd1 {
  color: #e4e4e4;
  /* padding: 0 30px; */
  font-size: 13px;
  font-weight: 100;
  text-transform: uppercase;
}
}
/* @media only screen and (max-width:767px){
.footercenter{
  text-align:center;
}
}

@media only screen and (min-width:768px){
  .footercenter{
    text-align:left;
  }
  } */

  /* @media only screen and (max-width:767px){
    .footercenter h1{
      text-align:center;
    }
    }
    
    @media only screen and (min-width:768px){
      .footercenter h1{
        text-align:left;
      }
      } */
      @media only screen and (max-width:767px){
        .mainheading{
          text-align:center;
        }
        .logovectorabout{
          position: absolute;
    left: 22%;
    top: -26px;
        }
         .logovectorquality{
          position: absolute;
    left: 5%;
    top: -26px;
        }
        .logovectortile{
          position: absolute;
     left: 12%;
        /*left: 18%;*/
    top: -26px;
        }

        .logovectorbehave{
          position: absolute;
          left: 88px;
          top: 34px;
        }

        }
        
        @media only screen and (min-width:1600px) {
          .logovectortile {
              position: absolute;
              left: 180px !important;
              top: 20px;
          }
          .logovectorbehave {
            position: absolute;
            left: 180px !important;
            top: 20px;
        }
          
      }
        @media only screen and (min-width:768px){
          .mainheading{
            text-align:left;
          }

          .logovectorabout{
            position: absolute;
            left: -16px; 
            top: -26px;
          }
          .logovectorquality{
            position: absolute;
            left: -16px; 
            top: -26px;
          }
          
          .logovectortile{
            position: absolute;
          /*left: 89px;*/
          /*top: 58px;*/
           left: -16px; 
            top: -26px;
          }
          .logovectorbehave {
            position: absolute;
            left: 88px;
            top: 34px;
        }
          }
        
          #aboutsectback{
            background:url(../../images/about/aboutback.jpg);
            position:relative;
            /* background-attachment:fixed; */
            background-position:unset;
            background-size:cover;
          
          
          }
            #contactsecback{
            background:url(../../images/contact/mainsec-back-contact.jpg);
            position:relative;
            /* background-attachment:fixed; */
            background-position:unset;
            background-size:cover;
          
          
          }
         

          #visionmission{
            background:url(../../images/about/aboutback1.jpg);
            position:relative;
            /* background-attachment:fixed; */
            background-position:center;
            background-size:cover;
          
          
          }
          @media only screen and (min-width:768px){
          #sec-message{
            background:url(../../images/about/aboutback3.jpg);
            position:relative;
            /* background-attachment:fixed; */
            background-position:center;
            background-size:cover;
          
          }
          }

          /* @media only screen and (max-width:767px){
            #sec-message{
              background:url(../../images/about/aboutback3-mob.jpg);
              position:relative;
              background-position:center;
              background-size:cover;
            
            }
            } */

          @media only screen and (min-width: 768px) {
            .banner-content1 {
                position: absolute;
                top: 56%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
                color: #fff;
                z-index: 10;
            }
        }

        @media only screen and (max-width: 767px) {
          .banner-content1 {
              position: absolute;
              top: 68%;
              left: 68%;
              transform: translate(-50%, -50%);
              text-align: center;
              color: #fff;
              z-index: 10;
              width: 70%;
          }
      }

.aboutpageheadings{
    background:linear-gradient(to right, #f9d757 20%, #ec605b 40%, #ed6a86 50%, #bd92f8 55%, #6cc7dc 100%);
  /*background:linear-gradient(to right, #f9d757 20%, #ec605b 40%, #ed6a86 50%, #bd92f8 70%, #6cc7dc 100%);*/
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
    
    
      @media only screen and (max-width:767px){
          .certificateheading{
              margin-bottom:20px;    background: linear-gradient(to right, #f9d757, #ec605b, #ed6a86, #bd92f8, #6cc7dc);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 50px;
    font-weight: 600;
    opacity: 0.5;text-align:center; margin: 0 20px;
          }
      }
      
      @media only screen and (min-width:768px){
          .certificateheading{
              margin-bottom:20px;    background: linear-gradient(to right, #f9d757, #ec605b, #ed6a86, #bd92f8, #6cc7dc);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 70px;
    font-weight: 600;
    opacity: 0.5;text-align:center; margin: 0 20px;
          }
      }
      
      .banner-breadcrum {
        position: absolute;
        bottom: 5%;
        left: 12% !important;
        color: #fff;
        font-size: 10px;
        z-index: 99;
    }
    .banner-breadcrum .activeb{
    background: linear-gradient(to right, #e2b453 10%, #ed6a86 11%, #ed6a86 60%, #ed6a86 60%, #bd92f8 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    
    
     @media only screen and (min-width:768px){
         .flexdeskonly{
             display: flex;justify-content: space-between;
         }
     }
     
     
    
.dropbtn {
  background-color: #04AA6D;
  color: #000 !important;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 25px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

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

.dropdown:hover .dropbtn {background-color: #fff;
  color: #000;}



 @media only screen and (min-width:768px) {
 .textborder {
    content: '';
    display: block;
    width: 36px;
 height: 4px;
    background: #d4b871;
    margin: 0 auto;
    /*margin-top: 10px;*/
    margin-right: 0px;
    /*border-radius: 3px;*/
} 
.imgradius{
    border-top-left-radius: 50px;border-bottom-left-radius: 50px;
}
.divradius{
    border-top-right-radius: 50px;border-bottom-right-radius: 50px;
}
}
@media only screen and (max-width:767px) {
 .textborder {
    content: '';
    display: block;
    width: 36px;
    height: 4px;
    background: #d4b871;
    margin: 0 auto;
    /*margin-top: 0px;*/
    margin-right: 3px;
    /*border-radius: 3px;*/

}   
}

.producttextgradian{
background: linear-gradient(to right, #e2b453 10%, #ed6a86 11%, #ed6a86 60%, #ed6a86 60%, #bd92f8 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.eq-header1 {
    color: #000;
    font-weight: 600;
    background-color: #f9d343;
    /* letter-spacing: 1px; */
    font-size: 16px;
    padding: 10px 25px;
    
}








/********/
/*body{background-color:#000; overflow:hidden;}*/


[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
	height: 50px;
	width: 40px;
	margin: 0px 0 0 -40px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 10%;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}



