@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:wght@100;300;400;500;600;700&display=swap");
html {
    overflow-x: hidden;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #ffffff;
    overflow-x: hidden;
	font-family: "Poppins", sans-serif;
}
a {
	text-decoration: none;
}
.container {
    width: 100%;
    padding: 0 135px;
    max-width: 1200px;
    margin: 0 auto;
}
.containerall {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    overflow-x: hidden;
}
.preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.preloader .loader-div img {
    width: 100px;
    padding-right: 10px;
    background: transparent;
}
.banner_section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner_section .left_banner {
    width: 50%;
}
.banner_section .left_banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner_section .left_banner .slick-next,
.banner_section .left_banner .slick-prev {
    display: none !important;
}
.banner_section .right_banner {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #f2efea;
}
.banner_section .right_banner .logo {
    margin-top: 60px;
    width: 200px;
}
.banner_section .right_banner .logo img {
    width: 100%;
}
.banner_section .right_banner h1 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 124%;
    text-transform: uppercase;
    color: #996600;
    padding: 0;
    max-width: 460px;
    margin: 0 auto;
}
.banner_section .right_banner h6 {
    margin-top: 19px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 129.7%;
    color: #2f2f2f;
}
.banner_section .right_banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
}
.banner_section .right_banner ul li:first-child {
    list-style: none;
}
.banner_section .right_banner ul li:last-child {
    padding: 0 0px;
}
.banner_section .right_banner ul li {
    color: #996600;
    font-weight: 400;
    font-size: 20px;
    line-height: 129.7%;
    padding: 0 10px;
    text-align: center;
}
.banner_section .right_banner ul li span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 129.7%;
    text-decoration: none;
    text-align: center;
    color: #2f2f2f;
}
.banner_section .right_banner .btn {
    margin: 50px;
}
.banner_section .right_banner .btn a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.74px;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: 400px;
    padding: 18px;
    text-decoration: none;
    border: 1px solid #996600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.banner_section .right_banner .btn a:hover {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
    opacity: 0.85;
}
.banner_section .right_banner .btn_enquire {
    color: #996600;
    margin-right: 7px;
    margin-bottom: 10px;
}
.banner_section .right_banner a.btn_call {
    background-color: #996600;
    color: #ffffff;
    margin-right: 7px;
    margin-bottom: 10px;
    padding-left: 50px;
}
.banner_section .right_banner .btn_call:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/call.svg) no-repeat right;
    background-size: contain;
    left: 18px;
    -webkit-animation: call 9s ease-out 5s infinite;
    animation: call 9s ease-out 5s infinite;
}
@-webkit-keyframes call {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    11%,
    13%,
    5%,
    7%,
    9% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    10%,
    12%,
    14%,
    6%,
    8% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    15%,
    16%,
    17%,
    18%,
    19%,
    20%,
    21%,
    22%,
    23% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    80%,
    to {
        opacity: 1;
    }
    97% {
        scale: 1;
        opacity: 1;
    }
    to {
        scale: 2;
        opacity: 0;
    }
}
@keyframes call {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    11%,
    13%,
    5%,
    7%,
    9% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    10%,
    12%,
    14%,
    6%,
    8% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    15%,
    16%,
    17%,
    18%,
    19%,
    20%,
    21%,
    22%,
    23% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    80%,
    to {
        opacity: 1;
    }
    97% {
        scale: 1;
        opacity: 1;
    }
    to {
        scale: 2;
        opacity: 0;
    }
}
.heading_section {
    margin-top: 100px;
}
.heading_section h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 147.02%;
    text-align: center;
    color: #2f2f2f;
}
.heading_section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
}
.heading_section ul li:first-child {
    list-style: none;
}
.heading_section ul li:first-child span {
    font-weight: 700;
}
.heading_section ul li {
    font-weight: 400;
    font-size: 17px;
    line-height: 129.7%;
    color: #996600;
}
.heading_section ul li span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 129.7%;
    text-align: center;
    color: #2f2f2f;
    text-decoration: none;
    cursor: not-allowed;
}
.heading_section ul li:first-child span {
    font-weight: 700;
}
.project_section {
    margin-top: 100px;
}
.project_section .outer_project .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.project_section .outer_project .item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.project_section .outer_project .item:nth-child(2) .left_project {
    padding-left: 64px;
}
.project_section .outer_project .item .left_project {
    width: 50%;
    padding-right: 32.5px;
}
.project_section .outer_project .item .left_project h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 147.02%;
    color: #2f2f2f;
    margin-bottom: 7px;
}
.project_section .outer_project .item .left_project p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    mix-blend-mode: normal;
    margin: 7px 0px;
    padding: 7px 80px 7px 0;
}
.project_section .outer_project .item .left_project .items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.project_section .outer_project .item .left_project .items ul {
    width: 50%;
    margin-left: 5px;
}
.project_section .outer_project .item .left_project .items ul li {
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #996600;
}
.project_section .outer_project .item .left_project .items ul li span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    text-decoration: none;
}
.project_section .outer_project .item .right_project {
    width: 50%;
    padding: 0 32.5px;
    overflow: hidden;
}
.project_section .outer_project .item .right_project img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.finest_connectivity_section {
    background-color: #f2efea;
    padding-top: 75px;
    padding-bottom: 100px;
}
.finest_connectivity_section h3 {
    padding-right: 276px;
    margin-bottom: 30px;
}
.finest_connectivity_section .outer_finest {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.finest_connectivity_section .outer_finest .left_finest {
    width: 60%;
}
.finest_connectivity_section .outer_finest .left_finest h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 147.02%;
    color: #2f2f2f;
    margin-bottom: 7px;
}
.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav {
    --bold: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav > li {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 5px;
}
.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .sub-link-1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    color: #2f2f2f;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 44px;
    cursor: pointer;
	transition: all 0.16s ease-in-out;
}
.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .is-current,
.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .sub-link-1:hover {
    background-color: #f2efea;
    border-radius: 44px;
    font-weight: 700;
    border: 1px solid #996600;
}
.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav > li:first-child {
    margin-left: 0;
}
.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav .sub-link-1:after {
    content: attr(data-text);
    content: attr(data-text) / "";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: var(--bold);
}
#section-demonstration .serialtabs-nav-content ul {
	margin-top: 0;
}
.finest_connectivity_section .outer_finest .left_finest #section-demonstration p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.finest_connectivity_section .outer_finest .left_finest ul {
    margin-top: 25px;
}
.finest_connectivity_section .outer_finest .left_finest ul .list {
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #996600;
}
.finest_connectivity_section .outer_finest .left_finest ul .list span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    text-decoration: none;
}
.finest_connectivity_section .outer_finest .right_finest {
    width: 40%;
    display: block;
}
.finest_connectivity_section .outer_finest .right_finest .item {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.finest_connectivity_section .outer_finest .right_finest .item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
@media speech {
    .serialtabs-nav .sub-link-1:after {
        display: none;
    }
}
.floorplan_section {
    margin-top: 100px;
}
.floorplan_section h3 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 51px;
    color: #2f2f2f;
    margin-bottom: 26px;
}
.floorplan_section .serialtabs-nav-floor .list {
    list-style: none;
    margin-left: 20px;
}
.floorplan_section .serialtabs-nav-floor .list .sub-link-1 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    color: #2f2f2f;
    text-align: center;
    border: none;
    cursor: pointer;
	min-width: 70px;
    box-sizing: content-box;
}
.floorplan_section .serialtabs-nav-floor .list .is-current,
.floorplan_section .serialtabs-nav-floor .list .sub-link-1:hover {
    background: #e7e1d7;
    border-radius: 44px;
    border: none;
    font-weight: 700;
}
.floorplan_section .serialtabs-nav-content {
    width: 100%;
    border: 1px solid #9a9a9a;
}
.floorplan_section .serialtabs-nav-content img {
    width: 100%;
}
.floorplan_section .floor_img {
    width: 100%;
    border: 1px solid #9a9a9a;
}
.floorplan_section .floor_img img {
    width: 100%;
}

.floorplan_section #tabs-nav-floor-2
{
    border: none;
}

.floorplan_section #tabs-nav-floor-2 .plans-outer
{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}

.floorplan_section #tabs-nav-floor-2 .plans-outer div.column
{
    /* border: 1px solid #ccc; */
    width: 33.33%;
    /* margin: 15px; */
}

.floorplan_section #tabs-nav-floor-2 .plans-outer div.img-outer
{
    border: 1px solid #ccc;
    margin: 20px;
}

.location-section .outer_location {
    width: 100%;
    margin-top: 100px;
}
.location-section .outer_location .right_location {
    width: 100%;
}
.location-section .outer_location .right_location .left_location {
    float: left;
    width: 50%;
    margin-right: 64px;
    margin-bottom: 30px;
}
.location-section .outer_location .right_location .left_location img {
    width: 100%;
}
.location-section .outer_location .right_location h3 {
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    margin: 0 0 14px;
    color: #2f2f2f;
}
.location-section .outer_location .right_location p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2f2f2f;
    margin-bottom: 30px;
    padding-right: 20px;
}
.about_section {
    background-color: #222222;
    margin-top: 100px;
    padding-bottom: 94px;
}
.about_section .outer_about {
    padding-top: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.about_section .outer_about .left_about {
    width: 50%;
    padding: 0 40px;
}
.about_section .outer_about .left_about img {
    width: 100%;
}
.about_section .outer_about .left_about h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 147.02%;
    color: #ffffff;
    margin: 28px 0;
}
.about_section .outer_about .left_about p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.6;
}
.about_section .outer_about .right_about {
    width: 50%;
    padding: 0 40px;
}
.about_section .outer_about .right_about img {
    width: 100%;
}
.about_section .outer_about .right_about h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 147.02%;
    color: #ffffff;
    margin: 28px 0;
}
.about_section .outer_about .right_about p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.6;
}
.botom_block {
    width: 100%;
    overflow: hidden;
}
.botom_block img {
	transition: all 1.2s ease-out;
}
.botom_block:hover img{
	transform:scale(1.1);
}
.sec2_img {
	width: 100%;
	overflow:hidden;
}
.sec2_img img {
	transition: all 1.2s ease-out;
}
.sec2_img:hover img{
	transform:scale(1.1);
}
.location-section {
    margin-bottom: 63px;
}
.footer_section {
    border-top: 1px solid #545353;
    padding-top: 100px;
    background-color: #222222;
}
.footer_section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 75px;
}
.footer_section .row .col1 {
    width: 25%;
}
.footer_section .row .col1 h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}
.footer_section .row .col1 p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    padding-right: 20px;
}
.footer_section .row .col2 {
    width: 25%;
    padding-left: 110px;
}
.footer_section .row .col2 h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}
.footer_section .row .col2 ul li {
    list-style: none;
    margin: 12px 0;
}
.footer_section .row .col2 ul li a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
	transition: all 0.2s ease-out;
}
.footer_section .row .col2 ul li a:hover {
    opacity: 1;
    color: #e6b450;
}
.footer_section .row .col3 {
    width: 25%;
    padding-left: 50px;
}
.footer_section .row .col3 h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}
.footer_section .row .col3 ul li {
    list-style: none;
    margin: 12px 0;
}
.footer_section .row .col3 ul li a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
	transition: all 0.2s ease-out;
}
.footer_section .row .col3 ul li a:hover {
    opacity: 1;
    color: #e6b450;
}
.footer_section .row .col4 {
    width: 25%;
}
.footer_section .row .col4 h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}
.footer_section .row .col4 p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    margin: 13px 0;
}
.footer_section .row .col4 p a {
	color: #ffffff;
    opacity: 0.7;
}
.footer_section .row .col4 p a:hover {
    opacity: 1;
    color: #e6b450;
}
.footer_section .row .col4 .social_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_section .row .col4 .social_media .items {
    padding-right: 28px;
}
.footer_section .row .col4 .social_media img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.footer_section .row .col4 .social_media img:hover {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
    opacity: 0.5;
}
.footer_section .disclamer {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.7);
    mix-blend-mode: normal;
    opacity: 0.6;
    padding-bottom: 100px;
}
.popup {
    display: none;
    position: fixed;
    max-width: 500px;
    width: 475px;
    top: 0px;
    left: 50%;
	z-index: 999;
    -webkit-transform: translate(-50%, 5%);
    transform: translate(-50%, 5%);
    padding: 43px 47px 52px 47px;
    background-color: #f2efea;
    -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}
.popup h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 147.02%;
    color: #2f2f2f;
    text-align: center;
}
.popup .close-btn {
    position: absolute;
    top: 26px;
    right: 26px;
    height: 29px;
    width: 29px;
    font-size: 0;
    cursor: pointer;
	transition: all 0.2s ease-out;
	background: url(../images/close.svg) no-repeat center;
}
.popup .close-btn:hover {
	background: url(../images/close-hvr.svg) no-repeat center;
}
.popup .popupform .form_element input,
.popup .popupform .form_element textarea {
    margin-top: 24px;
    display: block;
    width: 100%;
    outline: none;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #cec6ba;
    font-family: "Poppins", sans-serif;
}
.popup .popupform .form_element .error {
    color: #a94442;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    float: right;
}
.popup .popupform .btn_submit {
    width: 100%;
    padding: 20px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.74px;
    text-transform: uppercase;
    color: #ffffff;
    background: #996600;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
	border: none;
	transition: all 0.2s ease-out;
}
.popup .popupform .btn_submit .loading {
    display: none;
    margin-left: 10px;
}
.popup .popupform .btn_submit:hover {
    background: #222222;
	color: #ffaa00;
	
}
.popup .popupform .status {
    display: none;
    color: #996600;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.74px;
}
.popup .popupform .success {
    color: #996600;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.74px;
    margin-top: 15px;
}
.whtsup_link {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}
.whtsup_link a {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../images/whatsapp.png) no-repeat center;
	background-color: #2ba71b;
    border-radius: 50%;
	animation: pulse-whatsapp-animation 2s infinite;
}
.fx_ph_link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.fx_ph_link a {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../images/telephone.png) no-repeat center;
	background-color: #2196f3;
    border-radius: 50%;
	animation: pulse-phone-animation 2s infinite;
}
@keyframes pulse-whatsapp-animation {
	0% {
		box-shadow: 0 0 0 0 #2ba71b;
	}
	100% {
		box-shadow: 0 0 0 20px transparent;
	}
}
@keyframes pulse-phone-animation {
	0% {
		box-shadow: 0 0 0 0 #2196f3;
	}
	100% {
		box-shadow: 0 0 0 20px transparent;
	}
}
.book_site_visit {
	right: -63px;
	top: 46vh;
    z-index: 10;
	position: fixed;
	-moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.book_site_visit a {
	border: 1px solid #996600;
	background-color: #996600;
	padding: 18px 24px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
    letter-spacing: 2px;
	transition: all 0.2s ease-out;
}
.book_site_visit a:hover {
	color: #996600;
    background: #fff;
}
@media (max-width: 1496px) {
    .banner_section .right_banner h1 {
        max-width: 460px;
    }
}
@media (max-width: 1343px) {
    .banner_section .right_banner h1 {
        max-width: 450px;
    }
}
@media (max-width: 1281px) {
    .banner_section .right_banner .btn {
        margin: 38px 0;
    }
    .floorplan_section .outer_location .right_location p {
        padding-right: 25px;
    }
    .about_section .outer_about .left_about h4 {
        font-size: 28px;
    }
    .about_section .outer_about .right_about h4 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1280px) and (min-height: 800px) {
    .banner_section .right_banner h1 {
        font-size: 70px;
    }
}

@media screen and (min-width: 1100px) and (max-height: 650px) {
	.banner_section .right_banner h1 {
		font-size: 36px;
	}
}
@media (max-width: 1158px) {
    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .sub-link-1 {
        font-size: 12px;
    }
    .serialtabs-nav .sub-link-1 {
        padding: 15px 19px;
    }
}
@media (max-width: 1130px) {
	.banner_section .right_banner .logo {
		margin-top: 48px;
	}
	.banner_section .right_banner h1 {
		font-size: 36px;
	}
	.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav > li {
		margin-left: 0px;
		width: 100%;
		margin-bottom: 26px;
	}
	.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .sub-link-1 {
		font-size: 14px;
		width: 100%;
		border-radius: 0;
		border: 1px solid #2f2f2f;
		align-items: flex-start;
		background: url(../images/dropdown.png) no-repeat; 
		background-position: right 12px center;
	}
	.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .is-current, .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .sub-link-1:hover {
		border-color: #996600;
		border-radius: 0;
	}
	.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li .is-current {
		background-image: url(../images/up-arrow.png); 
	}
	#section-demonstration .serialtabs-nav-content ul {
		list-style: disc;
	}
	#section-demonstration .serialtabs-nav-content ul li {
		margin-left: 0;
	}
	.finest_connectivity_section {
		padding-bottom: 20px;
	}
	.location-section {
		margin-bottom: 0;
	}
	.about_section .outer_about {
		margin: 0 0;
	}
	.about_section .outer_about .left_about {
		width: 50%;
		padding: 0 2%;
	}
	.about_section .outer_about .right_about {
		width: 50%;
		padding: 0 2%;
	}
}
@media (max-width: 1025px) {
    .banner_section .right_banner h6 {
        font-size: 19px;
    }
    .banner_section .right_banner ul li a {
        font-size: 18px;
    }
    .banner_section .right_banner .btn {
        margin: 14px 0;
    }
    .heading_section h3 {
        font-size: 31px;
    }
    .finest_connectivity_section .outer_finest .right_finest {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .project_section .outer_project .item .left_project p {
        padding: 7px 28px 7px 0;
    }
    .floorplan_section .outer_location .right_location p {
        padding-right: 20px;
    }

    .floorplan_section #tabs-nav-floor-2 .plans-outer div.column
    {
        width: 50%;
    }

    .floorplan_section #tabs-nav-floor-2 .plans-outer div.img-outer
    {
        margin: 15px;
    }

    .about_section .outer_about .left_about h4 {
        font-size: 22px;
    }
    .about_section .outer_about .right_about h4 {
        font-size: 22px;
    }
}
@media (max-width: 923px) {
    .heading_section h3 {
        font-size: 26px;
    }
	.popup .popupform .btn_submit {
		padding: 16px 20px;
	}
}
@media (max-width: 906px) {
    .heading_section h3 {
        font-size: 26px;
    }
}
@media (max-width: 888px) {
    .banner_section .right_banner h1 {
        font-size: 28px;
    }
	.banner_section .right_banner ul li span {
		font-size: 16px;
	}
	.banner_section .right_banner .logo {
		margin-top: 20px;
	}
    .banner_section .right_banner h6 {
        margin-top: 17px;
        font-size: 17px;
    }
    .banner_section .right_banner ul li a {
        font-size: 16px;
    }
	.banner_section .right_banner ul {
		margin-bottom: 20px;
	}
	.banner_section .right_banner .btn a {
		padding-top: 12px;
		padding-bottom:12px;
	}
	.heading_section {
		margin-top: 38px;
	}
	.project_section {
		margin-top: 34px;
	}
    .heading_section h3 {
        font-size: 26px;
    }
	.project_section .outer_project .item:nth-child(2) .left_project {
		padding-left: 0;
	}
	.project_section .outer_project .item .left_project {
		padding-right: 0;
	}
	.project_section .outer_project .item .left_project p {
		padding: 0;
	}
	.project_section .outer_project .item {
		margin-bottom: 30px;
	}
    .project_section .outer_project .item .left_project h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .project_section .outer_project .item .left_project p {
        font-size: 15px;
        line-height: 23px;
    }
    .project_section .outer_project .item .left_project .items ul li a {
        font-size: 15px;
    }
    .finest_connectivity_section {
        margin-top: 0px;
		padding-top: 40px;
    }
    .finest_connectivity_section .outer_finest .left_finest {
        width: 100%;
    }
    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 26px;
        padding-right: 450px;
    }
    .finest_connectivity_section .outer_finest .right_finest {
        margin-top: 20px;
        width: 100%;
    }
    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 28px;
        line-height: 125.02%;
    }
    .finest_connectivity_section .outer_finest .left_finest p {
        font-size: 15px;
        line-height: 23px;
    }
    .floorplan_section h3 {
        font-size: 28px;
    }
    .location-section .outer_location .right_location h3 {
        font-size: 28px;
    }
    .location-section .outer_location .right_location p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 15px;
        padding-right: 24px;
    }
	.about_section {
		margin-top: 20px;
		padding-bottom: 42px;
	}
	.footer_section {
		padding-top: 50px;
	}
	.footer_section .row {
		margin-bottom: 30px;
	}
	.footer_section .row {
		margin-bottom: 20px;
	}
	.footer_section .disclamer {
		padding-bottom: 35px;
	}
}
@media (max-width: 768px) {
	.containerall {
		width: 95%;
	}
	.banner_section .right_banner .logo {
		margin-top: 34px;
	}
	.banner_section .right_banner .btn a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
    .banner_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .banner_section .left_banner {
        width: 100%;
    }
    .banner_section .right_banner {
        width: 100%;
    }
    .banner_section .right_banner h1 {
        font-size: 38px;
    }
    .heading_section {
        margin-top: 52px;
    }
    .heading_section h3 {
        font-size: 21px;
    }
    .project_section {
        margin-top: 5px;
    }
    .project_section .outer_project .item .left_project {
        width: 100%;
        margin-top: 20px;
    }
    .project_section .outer_project .item:nth-child(2) .left_project {
        padding-left: 0px;
    }
    .project_section .outer_project .item .right_project {
        width: 100%;
        margin-top: 20px;
        padding: 20px 0;
    }
    .project_section .outer_project .item {
        padding-bottom: 0;
        margin-bottom: 0px;
    }
    .project_section .outer_project .item .left_project h3 {
        font-size: 26px;
    }
    .project_section .outer_project .item .left_project p {
        font-size: 14px;
        line-height: 23px;
    }
    .finest_connectivity_section {
        padding-top: 61px;
        padding-bottom: 0;
    }
    .finest_connectivity_section .outer_finest .left_finest {
        width: 100%;
    }
    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 26px;
        padding-right: 450px;
    }
    .finest_connectivity_section .outer_finest .right_finest {
        margin-top: 20px;
        width: 100%;
    }
    .finest_connectivity_section .outer_finest .right_finest .item {
        padding: 20px;
    }
	.location-section .outer_location .right_location .left_location {
		margin-right: 30px;
		margin-bottom: 20px;
	}
	.location-section .outer_location {
		margin-top: 42px;
	}
	.about_section {
		margin-top: 30px;
	}
    .floorplan_section {
        margin-top: 65px;
    }

    .floorplan_section #tabs-nav-floor-2 .plans-outer div.column
    {
        width: 100%;
    }

    .floorplan_section #tabs-nav-floor-2 .plans-outer div.img-outer
    {
        margin: 15px 0;
    }

    .about_section {
        margin-top: 50px;
        padding-bottom: 40px;
    }
    .about_section .outer_about {
        padding-top: 55px;
    }
    .about_section .outer_about .left_about h4 {
        font-size: 18px;
    }
    .about_section .outer_about .left_about p {
        font-size: 14px;
        padding-right: 10px;
    }
    .about_section .outer_about .right_about h4 {
        font-size: 18px;
    }
    .about_section .outer_about .right_about p {
        font-size: 14px;
        padding-right: 0;
    }
    .footer_section {
        padding-top: 80px;
    }
    .footer_section .row .col1 {
        width: 50%;
    }
    .footer_section .row .col2 {
        width: 50%;
        padding-left: 80px;
    }
    .footer_section .row .col3 {
        width: 50%;
        padding-left: 0px;
        margin-top: 10px;
    }
    .footer_section .row .col4 {
        width: 50%;
        padding-left: 80px;
        margin-top: 10px;
    }
    .popup {
        max-width: 500px;
        width: 340px;
        height: auto;
        padding: 32px 30px;
    }
    .popup .form .form_element input,
    .popup .form .form_element textarea {
        margin: 16px 0;
        padding: 14px;
    }
	.banner_section .left_banner img {
		display:block;
		width: 100%;
		height: auto;
		-o-object-fit: unset;
		object-fit: unset;
	}
	.book_site_visit a {
		padding: 12px 17px;
	}
	.fx_ph_link {
		right: 12px;
	}
	.fx_ph_link a {
		width: 40px;
		height: 40px;
	}
	.whtsup_link {
		left: 12px;
	}
	.whtsup_link a {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 700px) {
	.project_section .outer_project .item {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.finest_connectivity_section {
		padding-top: 40px;
	}
	.serialtabs-nav {
		margin-bottom: 0;
	}
	.finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav > li:last-child {
		margin-bottom: 0;
	}
	.floorplan_section {
		margin-top: 38px;
	}
	.about_section {
		margin-top: 15px;
	}
	.footer_section {
		padding-top: 48px;
	}
	.container {
		width: 95%;
		padding: 0 15px;
	}
	.project_section .outer_project .item .left_project .items {
		display: block;
	}
	.project_section .outer_project .item .left_project .items ul {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 650px) {
    .banner_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .banner_section .left_banner {
        width: 100%;
    }
    .banner_section .right_banner {
        width: 100%;
    }
    .heading_section .container {
        padding: 0 20px;
    }
    .project_section .outer_project .item .left_project {
        width: 100%;
    }
    .project_section .outer_project .item .right_project {
        width: 100%;
    }
    .finest_connectivity_section .outer_finest .left_finest {
        width: 100%;
    }
    .finest_connectivity_section .outer_finest .right_finest {
        width: 100%;
    }
    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li:first-child {
        margin-left: 20px;
    }
    .serialtabs-nav[data-serialtabs-mode="accordion"] .serialtabs-nav-content {
        border-top: 0;
    }
    .serialtabs-nav .sub-link-1 {
        padding: 15px 17px;
    }
    .location-section .outer_location {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .location-section .outer_location .left_location {
        width: 100%;
    }
    .location-section .outer_location .right_location {
        width: 100%;
    }
    .about_section .outer_about .left_about {
        width: 100%;
    }
    .about_section .outer_about .right_about {
        width: 100%;
    }
    .footer_section .row .col1 {
        width: 50%;
    }
    .footer_section {
        padding-top: 80px;
    }
    .footer_section .row .col2 {
        width: 50%;
        padding-left: 80px;
    }
    .footer_section .row .col3 {
        width: 50%;
        padding-left: 0px;
        margin-top: 10px;
    }
    .footer_section .row .col4 {
        width: 50%;
        padding-left: 80px;
        margin-top: 10px;
    }
	.banner_section .right_banner h1 {
		font-size: 26px;
	}
}
@media (max-width: 590px) {
    .location-section .outer_location {
        margin-top: 58px;
    }
    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 26px;
        padding-right: 250px;
    }
    .finest_connectivity_section .outer_finest .left_finest ul .list {
    }
    .finest_connectivity_section .outer_finest .right_finest {
        display: none;
    }
    .finest_connectivity_section .outer_finest .left_finest ul .list:first-child {
        margin-left: 0;
    }
    .project_section .outer_project .item .left_project p {
        padding: 7px 0 7px 0;
    }
	.banner_section .right_banner ul li span {
		font-size: 16px;
		line-height: 28px;
	}
	.banner_section .right_banner ul {
		margin-bottom: 17px;
	}
	.about_section .outer_about .left_about {
		width: 100%;
		padding: 0;
	}
	.about_section .outer_about {
		margin: 0;
	}
	.about_section .outer_about .right_about {
		width: 100%;
		padding: 0;
		margin-top: 24px;
	}
	
}
@media (max-width: 450px) {
    .banner_section .right_banner .logo {
        margin-top: 20px;
        width: 50%;
    }
    .heading_section {
        margin-top: 55px;
    }
    .heading_section ul li:first-child span {
        font-size: 12px;
    }
    .heading_section ul li span {
        font-size: 12px;
    }
	.project_section .outer_project .item .left_project {
		margin-top: 0;
	}
    .project_section {
        margin-top: 10px;
    }
    .project_section .outer_project .item {
        margin-bottom: 0px;
    }
    .project_section .outer_project .item {
        padding-bottom: 4px;
    }
    .project_section .outer_project .item .left_project h3 {
        font-size: 24px;
    }
    .project_section .outer_project .item .left_project p {
        font-size: 14px;
    }
    .project_section .outer_project .item .left_project .items ul li a {
        font-size: 14px;
    }
    .project_section .outer_project .item .right_project {
        margin-top: 20px;
    }
    .finest_connectivity_section .outer_finest .left_finest h3 {
        font-size: 24px;
        padding-right: 0;
    }
    .serialtabs-nav {
        margin-bottom: 10px;
    }
    .finest_connectivity_section .outer_finest .right_finest .item {
        width: 100%;
        padding: 119px;
    }
    .finest_connectivity_section .outer_finest .left_finest #section-demonstration .serialtabs-nav li:first-child {
        margin-left: 0px;
    }
    .location-section .outer_location .right_location p {
        font-size: 14px;
        padding-right: 25px;
    }
    .location-section .outer_location {
        margin-top: 28px;
    }
    .location-section .outer_location .right_location .left_location {
		width: 100%;
    }
	.floorplan_section {
		margin-top: 24px;
	}
	.floorplan_section h3 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.location-section .outer_location .right_location h3 {
		font-size: 24px;
	}
    .about_section .outer_about {
        padding-top: 36px;
    }
    .about_section .outer_about .left_about {
        padding: 0 20px;
    }
    .about_section .outer_about .right_about {
        padding: 0 20px;
    }
    .about_section .outer_about .left_about p {
        padding-bottom: 24px;
    }
    .footer_section .row {
        margin-bottom: 20px;
    }
    .footer_section .row .col1 {
        width: 100%;
    }
    .footer_section {
        padding-top: 40px;
    }
    .footer_section .row .col2 {
        width: 100%;
        padding-left: 0px;
    }
    .footer_section .row .col2 h6 {
        margin-top: 10px;
    }
    .footer_section .row .col3 {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }
    .footer_section .row .col4 {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }
    .footer_section .disclamer {
        padding-bottom: 25px;
    }
}

@media (max-width: 430px){
	.serialtabs-nav[data-serialtabs-mode="accordion"] .serialtabs-nav-content {
		padding-bottom: 0;
	}
	.floorplan_section .serialtabs-nav-floor .list {
		margin-left: 0;
		margin-bottom: 24px;
	}
	.serialtabs-nav-floor[data-serialtabs-mode="accordion"] {
		margin-bottom: 0;
	}
	.floorplan_section .serialtabs-nav-floor .list .sub-link-1 {
		border: 1px solid #2f2f2f;
	}
	.floorplan_section .serialtabs-nav-floor .list .is-current, .floorplan_section .serialtabs-nav-floor .list .sub-link-1:hover {
		border-radius: 0;
		border-color: transparent;
	}
	.book_site_visit a {
		padding: 6px 17px;
		font-size: 12px;
	}
	.book_site_visit {
		right: -62px;
	}
	.banner_section .right_banner .btn a {
		font-size: 12px;
		padding: 10px 12px;
	}
	.banner_section .right_banner a.btn_call {
		padding-left: 36px;
	}
	.banner_section .right_banner .btn_call:before {
		left: 10px;
	}
}
@media (max-width: 390px) {
    .banner_section .right_banner h1 {
        font-size: 24px;
    }
	.banner_section .right_banner ul li span {
		font-size: 15px;
		line-height: 24px;
	}
}
@media (max-width: 375px) {
    .heading_section {
        margin-top: 42px;
    }
    .heading_section ul {
        margin-top: 14px;
    }
    .finest_connectivity_section {
        margin-top: 0px;
        padding-bottom: 0;
    }
    .finest_connectivity_section .outer_finest .left_finest ul {
        margin-top: 20px;
    }
    .finest_connectivity_section .outer_finest .right_finest .item {
        width: 100%;
        padding: 94px;
    }
    .about_section {
        margin-top: 20px;
        padding: 0px 20px;
    }
    .about_section .outer_about .left_about {
        padding: 20px 0px;
    }
    .about_section .outer_about .right_about {
        padding: 0 0px;
    }
    .footer_section .row .col2 h6 {
        margin-top: 10px;
    }
}
@media (max-width: 330px) {
	.banner_section .right_banner .btn a {
		padding: 8px 8px;
	}
	.banner_section .right_banner a.btn_call {
		padding-left: 32px;
	}
	.banner_section .right_banner .btn_call:before {
		left: 8px;
	}
}
