html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

p {
    text-align: justify;
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
}


/* fonts */
@font-face {
    src: url('../fonts/UnderstockRegular.html');
    src: url('../fonts/UnderstockRegulard41d.html?#iefix') format('embedded-opentype'),
        url('../fonts/UnderstockRegular-2.html#UnderstockRegular') format('svg'),
        url('../fonts/UnderstockRegular.ttf') format('truetype'),
        url('../fonts/UnderstockRegular-3.html') format('woff'),
        url('../fonts/UnderstockRegular-4.html') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Omega-Sans-Light';
    src: url('../fonts/Omega-Sans-Light.ttf') format('truetype');

}

@font-face {
    font-family: 'Omega-Sans-Regular';
    src: url('../fonts/Omega-Sans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Omega-Sans-Medium';
    src: url('../fonts/Omega-Sans-Medium.eot');
    src: url('../fonts/Omega-Sans-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Omega-Sans-Medium.woff') format('woff'),
        url('../fonts/Omega-Sans-Medium.woff2') format('woff2'),
        url('../fonts/Omega-Sans-Medium.ttf') format('truetype'),
        url('../fonts/Omega-Sans-Medium.svg#Omega%20Sans%20Medium') format('svg'),
        url('../fonts/Omega-Sans-Medium.otf') format('otf');
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/Barlow-Bold.ttf') format('truetype');
}




body {
    line-height: 1;
    /* font-family: 'SourceSansPro-Regular'; */
    font-family: 'Omega-Sans-Regular';
    font-size: 16px !important;
    /* overflow-x: hidden; */
    font-weight: 300 !important;
}

body,
html {
    /* overflow-x: hidden; */
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.4;
}

img {
    margin-bottom: 0px;
}

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}


.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    display: none;
}

.visible-mb {
    display: none;
}

/* .main-timeline>.overflow-horizental {
    overflow: auto;
    display: flex;
    flex-flow: nowrap;
    width: 100%;
} */
/*-------------- CSS Resetter ----------*/



/* ::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #071828;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
} */


/*--------------------------------------------------------------------*/

#home-carousel {
    overflow: hidden;
    /*height: 100vh;*/
}

.carousel-control {
    background-image: none !important;
}

#home-carousel .carousel-inner .item .slide {
    width: 100%;
    /*height: 100vh;*/
    /*-webkit-animation: zoomin 40s ease-in infinite;*/
    /*animation: zoomin 40s ease-in infinite;*/
    /*transition: all .4s ease-in-out;*/
}

#home-carousel .carousel-inner .item:nth-child(2) img {
    /*filter: brightness(0.8);*/
}

#home-carousel .carousel-inner .item:nth-child(3) img {
    /*filter: brightness(0.8);*/
}

#home-carousel .carousel-inner .item .zoom {
    -webkit-animation: zoomin 60s ease-in infinite;
    animation: zoomin 60s ease-in infinite;
    transition: all .4s ease-in-out;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1)
    }
}

.carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Animation delays */

.anim-item1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.anim-item2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.anim-item3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.carousel-caption h3 {
    /* font-family: 'Oswald', sans-serif; */
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slide-img1 {
    position: absolute;
    width: 20%;
    top: 24%;
    right: 40%;
    z-index: -1;
}

.cover-sec {
    /*height: 675px;*/
}

.cover-img {
    overflow: hidden;
    position: relative;
}

.cover-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.cover-content {
    /* height: 200px; */
    padding:60px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cover-tittle {
    color: #071828;
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Barlow-Bold';
}

.cover-tittle {
    color:#071828;
}

.cover-tittle span {
    font-weight: 300;
    color: #222222;
    font-size: 26px;
    /* font-family: 'Acumin-RPro'; */
}

.cover-content>div .row {
    margin-top: 30px;
}

.coversubhead {
    font-size: 20px;
    margin-top: 10px;
}

.cover-content p {
    color: #666666;
    font-size: 17px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 300;
    font-family: 'Omega-Sans-Regular';
    text-align: center;
}

.youtube {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #000 !important;
    /* font-family: 'Acumin-BdPro'; */
    font-weight: 500;
    text-decoration: none !important;
}

.youtube img {
    float: left;
    margin-right: 10px;
}

.full-imgsec {
    height: 380px;
    /* background-position: left; */
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: 22%;
    position: relative;
    overflow: hidden;
    background: #b49868;
    border: 1px solid #b49868;
}

.full-secoverlay {
    /*background: rgba(0, 0, 0, 0.3);*/
    height: 100%;
    width: 100%;
}

.item-center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-imgsec h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    position: relative;
    border: 2px solid;
    padding: 27px;
    z-index: 9;
    text-align: center;
    font-family: 'Barlow-Bold';
}

.full-imgsec h3 {
    text-align: center;
    position: relative;
    z-index: 9;
    margin-top: 16px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.a-scroll {
    position: absolute;
    top: 300px;
    width: 20%;
    left: 40%;
}

.a2-scroll {
    position: absolute;
    top: 541px;
    width: 20%;
    left: 40%;
}

.a3-scroll {
    position: absolute;
    top: 770px;
    width: 20%;
    left: 40%;
}

.a4-scroll {
    position: absolute;
    top: 1130px;
    width: 20%;
    left: 40%;
}

.coverlist {}

.coverlist li {
    font-size: 17px;
    margin-bottom: 10px;
    display: flex;
    /*align-items: center;*/
    color: #fff;
}

.coverlist li img {
    display: inline-block !important;
    width: 18px !important;
    margin-right: 7px;
}

.backscroll {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}

.amisec {
    padding: 20px 0 0;
}


.sec-tittle h2 {
    font-family: 'Barlow-Bold';
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.2;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #280f0e;
}

.headline {
    height: 2px;
    background: #000000;
    width: 70px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ami-imgwrap {
    position: relative;
}

.ami-imgwrap img {
    width: 100%;
    /* height: 350px; */
    object-fit: cover;
    object-position: bottom;
}

.amenities-content {
    height: 350px;
    background: #b49868;
    padding: 60px 50px;
    display: flex;
    align-items: center;
}

.amenities-content h2 {
    font-family: 'Barlow-Bold';
    margin-bottom: 0;
    font-size: 30px;
    line-height: 48px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    margin-left: 15px;
    color: #fff;
}

.ameline {
    height: 2px;
    background: #ffffff;
    width: 70px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.coverlist.amilist li {
    font-weight: 400;
    text-transform: capitalize;
}

.image {
    position: relative;
    width: 400px;
}

.image__img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: start;
    opacity: 0;
    transition: opacity 0.75s;
    padding: 50px;
    text-transform: uppercase;
}

.image__overlay--blur {
    backdrop-filter: blur(5px);
}



.image__overlay>* {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay:hover {
    opacity: 1;
}

.image__overlay:hover>* {
    transform: translateY(0);
}

.image__title {
    font-size: 2em;
}

.image__description {
    font-size: 1.25em;
    margin-top: 1rem;
    width: 60%;
    line-height: 1.2;
    text-align: left;
}


.owl-theme .owl-dots .owl-dot span {
    width: 28px !important;
    height: 4px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #222222 !important;
}

.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 3px;
    width: 100%;
}



.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-next {
    float: right;
    position: relative;
    right: 15px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    color: #fff !important;
}

.owl-prev {
    float: left;
    position: relative;
    left: 15px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    color: #fff !important;
}


.sec-location {
    padding: 20px 0;
}

button.owl-prev {
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
    top: 50%;
}

button.owl-next {
    position: absolute;
    right: 20px;
    transform: translateX(-50%);
    top: 50%;
}

.owl-carousel i.fa-solid.fa-angle-left,
.owl-carousel i.fa-solid.fa-angle-right {
    font-size: 30px;
}

.loc-hightxt {
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 1px;
    color: #666666;
    font-size: 17px;
    font-weight: 300;
    padding: 0 35px;
}

.loc-hightxt span {
    color: #222222;
}

.cust-conatiner {
    width: 75%;
    /*display: block;*/
    margin: 0 auto;
    display: table;
}


/*-----------location-------------------*/

.location-wrap {
    background: #ccbaba;
}

.line {
    border-bottom: 2px solid #071828;
}

.neighborhood-wraper .neighborhood-item {
    cursor: pointer;
    overflow: hidden;
    padding: 0 5px;
    margin-bottom: 10px;
    /* padding:0; */
}

.neighborhood-wraper .neighborhood-item .wrapper {
    position: relative;
}

.neighborhood-wraper .neighborhood-item .wrapper img {
    width: 100%;
}

.neighborhood-wraper .neighborhood-item .wrapper:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.neighborhood-wraper .neighborhood-item .content-data {
    color: #fff;
    text-align: center;
    width: 60%;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.neighborhood-wraper .neighborhood-item .title-data {
    margin-top: -70px !important;
}

.neighborhood-wraper .neighborhood-item .description-data {
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    /*visibility: hidden;*/
    /*-webkit-transition: all .2s ease-in-out 0s;*/
    /*-o-transition: all .2s ease-in-out 0s;*/
    /*transition: all .2s ease-in-out 0s;*/
    /*height: 95px;*/
    /*overflow: hidden;*/
    /*transition: all .4s ease 0s;*/
    /*bottom: -105px;*/
    height: 115px;
    bottom: 50%;
    margin-bottom: -125px;
    line-height: 19px;
}

.neighborhood-wraper .neighborhood-item .description-data,
.neighborhood-wraper .neighborhood-item .title-data {
    position: absolute;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.neighborhood-wraper .neighborhood-item .title-data {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    top: 50%;
    margin: 0 -50% 0 0;
    padding: 0;
    transition: all .4s ease 0s;
}


/*.neighborhood-wraper .neighborhood-item:hover .title-data {
    margin-top: -45px;
}

.neighborhood-wraper .neighborhood-item:hover .description-data {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    bottom: 50%;
    margin-bottom: -125px;
    line-height: 19px;
}

.neighborhood-wraper .neighborhood-item:hover .wrapper:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}*/


/*---------------------------------------*/

.map-btn {
    color: #222 !important;
    border: 2px solid #071828;
    padding: 10px;
    display: block;
    text-align: center;
    width: 237px;
    margin: 0 auto;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
    transition: ease all 0.5s;
}

.map-btn:hover {
    background: #071828;
    color: #ffffff !important;
    transition: ease all 0.5s;
}

.sec-gallery {
    padding: 20px 0;
}

.light-grey {
    background: #f3f3f3;
}

/* -------------------  TAB -----------------------*/

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px;
    /*margin-top: 50px;*/
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -6px;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #fff;
    background-color: #b49868;
    border: none;
    cursor: pointer;
    border-radius: 0;
    font-family: 'Omega-Sans-Medium';
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    color: #222222;
    /*padding: 9px 20px !important;*/
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: ease all 0.5s;
}

.mytab>li>a {
    color: #222222;
    padding: 9px 20px !important;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: ease all 0.5s;

}


/*-------------------------------------------------*/


/*---------------gallery----------------------*/

.gall-pd {
    padding: 0 5px !important;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    margin-bottom: 0px;
    /*box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);*/
}

.amenities-gallery img {
    max-height: 245px;
    transition: all 0.5s;
    min-height: 245px;
    object-fit: cover;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    /* background: rgba(226, 187, 108, 0.8); */
    position: absolute;
    top: 0;
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.amenities-gallery .gall-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
}

.amenities-gallery:hover img {
    transform: scale(1.19);
    transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
    /*transform: translate(0%, 0);*/
    opacity: 1;
    transition: all 0.5s;
    cursor: url(../../../dynamixavanya.co.in/images/hovericon.html), auto !important;
}

.amenities-gallery .ami-overlay h3 {
    text-align: center;
    line-height: 18px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: auto;
    background: #222;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    z-index: 2;
    right: 0;
    width: auto;
    display: inline-block;
}


.mt-4 {
    margin-top: 30px;
}

.padd-0 {
    padding: 0;
}

.pd-r0 {
    padding-right: 0;
}

.pd-l0 {
    padding-left: 0;
}

.contact-sec {
    background-size: cover;
    position: relative;
    background-position: center center;
}

.contact-overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 60px 0;
}

.form-txt {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
}

#contact-form input,
#contact-form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 0 0px 0px 0 !important;
    color: #222222;
    border-left: none;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #222222;
}

#contact-form .input-group-addon {
    background: #fff;
    color: #071828;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

.form-ico {
    font-size: 19px !important;
}

#contact-form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

#contact-form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.popup-btn,
.popup-btn:focus,
.popup-btn:hover,
.popup-btn:active:focus,
.popup-btn:active:hover {
    margin: 0 auto;
    display: block;
    background: #b49868;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 8px 25px 8px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.popup-btn>a,
.popup-btn>a:hover,
.popup-btn>a:focus {
    padding: 8px 25px 8px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.error {
    color: #ff0000;
}

[name="pricebudget"] {
    color: inherit;
}
.form-calltxt {
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}

.form-calltxt a {
    color: #fff !important;
    text-decoration: none !important;
}

.footer-sec {
    padding: 8px 0 8px;
    background: #b49868;
    position: relative;
    color: #fff;
}
.footer-sec p{margin: 0;text-align: center;}

.foot-logo>img {
    max-width: 170px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
}

.footer-sec p strong {
    text-align: center;
}


.footer-sec p a {
    color: #000000;
}

.interested {
    font-family: 'Omega-Sans-Medium';
    /* position: fixed; */
    z-index: 9999;
    text-transform: uppercase;
    bottom: 10px;
    right: 10px;
    background: #b49868 !important;
    border: none;
    letter-spacing: 2px;
    font-size: 12px !important;
    outline: none !important;
    padding: 10px 10px 10px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 7px;
    box-shadow: none;
    font-weight: 600;
    text-transform: uppercase;
}


/*----------Modal Design-------*/

.modal {
    z-index: 9999;
    background: rgba(185, 185, 185, 0.6);
}

.modal-content {
    background-color: #353535 !important;
}

.modal-body {
    background-size: cover;
    padding-bottom: 30px;
}

.modal-body .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    outline: none;
}

.modal-body .close span {
    height: 30px;
    width: 30px;
    display: block;
    font-size: 26px;
}

.modal-body h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin-top: -35px;
    margin-bottom: 10px;

}

.modal-body .disc-wrap p {
    font-size: 13px;
}

.modal-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}


.modal-body img {
    width: 110px;
    margin: 0px auto;
    display: block;
    position: relative;
    top: -60px;
    background: #fff;
    padding: 10px;
    border-radius: 37px;
}

.modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
}


/*---modal form--*/


/*    ---map Popup------*/

#mapPop .modal-body {
    padding-bottom: 15px;
}

#mapPop .modal-dialog {
    width: 750px;
    max-width: 90%;
    margin: auto;
}

#mapPop h3 {
    margin-top: -50px;
    margin-bottom: 15px;
}


/*-------------------------------*/

.modal-body form input,
.modal-body form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    padding-left: 10px;
    color: #222222;
    border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
    color: #222222;
}

.modal-body form .input-group-addon {
    background: #fff;
    color: #071828;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

.form-ico {
    font-size: 19px !important;
    color: #b49868;
}

.modal-body form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

.modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}


/*-----------Modal End --------*/


/*---mobile fix footer----*/

.fixed-footer-cust {
    background: #b49868;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #fff !important;
    font-size: 14px;
}

.div-line {
    border-right: 1px solid #fff;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
}


/*---mobile fix footer----*/

#pageloader {
    background: rgba(34, 34, 34, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.loading-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-wrap img {
    width: 100px;
    transform: rotateY(0deg);
    -webkit-animation: rotateAnimation 2.5s ease-in infinite;
    animation: rotateAnimation 2.5s ease-in infinite;
    transition: all 0.5s ease-in-out;
}

@-webkit-keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes rotateAnimation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(90deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    75% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.sec-thankyou {
    padding: 50px 0;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #b49868;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #071828;
    border-radius: 25px;
}

.oops-greet {
    color: #071828;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}

.configsec {
    padding: 20px 0 20px;
    background: #f3f3f3;
}

.config-table {
    text-align: center;
    margin-bottom: 0;
}

.config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 15px 10px !important;
    color: #fff;
}

.config-table tr td {
    vertical-align: middle !important;
    padding: 15px 5px !important;
    background: #ffffff;
}

.config-table thead {
    background: #b49868;
    color: #222222;
    border: none !important;
}

.config-table>tbody>tr>td,
.config-table>tbody>tr>th,
.config-table>tfoot>tr>td,
.config-table>tfoot>tr>th,
.config-table>thead>tr>td,
.config-table>thead>tr>th {
    border: none !important;
}

.config-table tbody {
    background: #ffffff;
}


table{

.price-click,
.price-click:hover {
    background: #b49868;
    color: #fff;
    padding: 10px 7px;
    text-decoration: none !important;
}

.price-click:hover,
.price-click:focus {
    color: #fff;
}}

.imagepatch {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
}

.virtual-txt {
    font-size: 20px;
    font-weight: 600;
    color: #4e4e4e;
}

.svgwrap {
    display: block;
    text-align: center;
}

.svgwrap svg {
    width: 60px;
    height: 70px;
    fill: none;
    stroke: #071828;
    stroke-width: 2px;
    margin-right: 20px;
}

#videoicon:hover {
    cursor: pointer;
}

#videoicon path {
    stroke-dasharray: 161;
    stroke-dashoffset: 161;
    animation: line-animation 3s ease forwards infinite;
}

#videoicon polyline {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: line-animation 3s ease forwards infinite;
}

@keyframes line-animation {
    from {
        /*stroke-dashoffset: 300;*/
    }

    to {
        stroke-dashoffset: 0;
    }
}

.privacy {
    padding: 10px 0;
}

.privacy p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px;
    /* font-family: 'Acumin-RPro'; */
}

.privacy p span, #privacy_policy p span {
    font-weight: 800;
}


.virtula-txt {
    padding: 50px 0;
}

.band-txt {
    background: #280f0e;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    padding: 30px 0;
    font-size: 30px;
}

.band-txt p {
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.virtula-txt p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.btn-tour {
    margin-top: 50px;
    text-align: center;
}

.tour-click,
.tour-click:hover,
.tour-click:focus {
    display: inline-block;
    background: #280f0e;
    padding: 30px 20px;
    color: #fff;
    font-weight: 800;
    border-radius: 20px;
    width: 260px;
    text-align: center;
    text-decoration: none;
}

.carousel-indicators {
    text-align: center;
    list-style: none;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.direction-btn {
    display: none;
}

.direction-btn a>p {
    display: none;
}

#home-carousel .carousel-control span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 30px;
}


/*==================================================responsive css=======================================================================================================*/

@media (max-width: 1300px) {
    .a-scroll {
        position: absolute;
        top: 350px;
        width: 20%;
        left: 40%;
    }

    .a2-scroll {
        position: absolute;
        top: 800px;
        width: 20%;
        left: 40%;
    }

    .a3-scroll {
        position: absolute;
        top: 1590px;
        width: 20%;
        left: 40%;
    }

    .a4-scroll {
        position: absolute;
        top: 2240px;
        width: 20%;
        left: 40%;
    }


}


@media (max-width: 767px) {
    .amenities-gallery img {
        width: 100%;
        height: unset;
        transition: all 0.5s;
    }

    .pdm-0 {
        padding: 0 !important;
    }

    .slide-img1 {
        width: 60%;
        top: 28%;
        right: 20%;
    }

    .carousel-caption h3 {
        font-size: 19px;
        width: 77%;
        margin: 0 auto;
        line-height: 25px;
    }

    .cover-content {
        height: initial;
        padding: 60px 20px;
    }

    .cover-img img {
        height: initial;
    }

    .carousel-indicators {
        display: none;
    }

    .full-imgsec {
        background-size: cover;
        background-position: right;
    }

    .full-imgsec h2 {
        font-size: 19px;
        line-height: 35px;
        border: none;
        padding: 0px;
    }

    .coverlist li {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .ami-imgwrap img {
        height: initial;
    }

    .amenities-content {
        height: initial;
        padding: 40px 15px;
        min-height: 300px
    }

    .cust-conatiner {
        width: 90%;
        display: block;

    }

    .modal-dialog {
        margin-top: 70px !important;
    }


    .a-scroll {
        position: absolute;
        top: 490px;
        width: 60%;
        left: 20%;
    }

    .a2-scroll {
        top: 780px;
        width: 60%;
        left: 20%;
    }

    .a3-scroll {
        top: 330%;
        width: 60%;
        left: 20%;
    }

    .a4-scroll {
        top: 580%;
        width: 60%;
        left: 20%;
    }

    .mytab>li>a {
        padding: 9px 10px !important;
    }

    .price-click {
        display: block;
    }

    #home-carousel {
        height: initial;
    }

    #home-carousel .carousel-inner .item .slide {
        height: initial;
    }

    .owl-prev {
        left: 0px;
        bottom: 50px;
    }

    .owl-next {
        right: 0px;
        bottom: 50px;
    }

    .mobile-slider .owl-nav {
        position: static;
    }

    .mobile-slider .owl-prev {
        left: -15px;
        top: 20%;
        position: absolute;
        color: #b49868 !important;
    }

    .mobile-slider .owl-next {
        right: -30px;
        top: 20%;
        position: absolute;
        color: #b49868 !important;
    }

    .main-timelineslider .owl-prev,
    .main-timelineslider .owl-next {
        color: #b49868 !important;
        top: 0%;
    }

    .leftimg img {
        top: 0% !important;
    }

    .rightimg img {
        bottom: 0% !important;
    }

    #Contactus iframe {
        display: none;
    }

    .direction-btn {
        display: block;
        text-align: center;
    }

    .navigation-menu-list .direction-btn {
        opacity: 0;
    }

    .direction-btn a {
        text-align: center;
        color: #fff;
        display: inline-block;
        margin-top: 50px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 2px;
        border-bottom: 1px solid #ffffff;
        border: 1px solid;
        padding: 20px 10px;
        width: 180px;
    }



}

.lifestyle-wrap {
    padding: 10px;
    height: 141px;
}

.lifestyle-wrap img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.lifestyle-wrap p {
    color: #071828;
    text-align: center;
    font-size: 13px;
    padding: 0 3px;
}

.wrap {
    display: flex;
    padding-bottom: 7px;
}

.wrap-img {
    margin-right: 40px;
    width: 45px;
}

.wrap-txt {
    margin: auto 0;
}



.loc-img {
    padding: 50px 5px;
    display: block;
    margin: 0 auto;
}

.loc-text {
    text-align: center;
    padding: 50px 5px;
}

.loc-text li {
    line-height: 25px;
}

.loc-icon {
    display: block;
    margin: 0 auto;
}


.first-img img {
    display: block;
    margin: 0px auto;
}

.second-img img {
    display: block;
    margin: 0px auto;
    position: relative;
    top: 10px;
    z-index: 1;
}


/*---------------------------------*/
.main-timeline {
    overflow: auto;
}

.main-timeline .timeline {
    padding: 0;
    text-align: center;
    overflow: hidden;
    /* background: yellowgreen; */
    height: 315px;
}

.loc-box {
    height: 215px;
}

.line {
    border-bottom: 3px solid #ccc;

}

.loc-img {
    padding: 50px 5px;
    display: block;
    margin: 0 auto;
}

.loc-text {
    text-align: center;
    padding: 20px 5px;
}

.li-head {
    font-weight: 700;
}

.loc-text li {
    line-height: 1.3;
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 4px;
    font-family: 'Omega-Sans-Regular';
}

.main-timeline .timeline-icon {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 65px;
    color: #727cb6;
    /* border-bottom: 3px solid #ccc; */
    position: relative;
}

.main-timeline .timeline-icon:before {
    /*content: "";*/
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #727cb6;
    margin: 0 auto;
    position: absolute;
    bottom: -9.5px;
    left: 0;
    right: 0;
}


.main-timeline .timeline-content {
    padding: 0 10px;
}

.main-timeline .post {
    font-size: 20px;
    color: #727cb6;
    margin: 0 0 20px 0;
}


.timeline-icon img {
    position: relative;
    top: 15px;
}

.timeline-icon img {
    /* width: 79px!important; */
    margin: auto;
}

.timeline-icon img.hidden-xs {
    max-width: 64px;
}

.projects-carousel .owl-stage-outer {
    padding-top: 15px;
}

.projects-carousel .owl-nav {
    margin-top: 20px;
}

.projects-carousel .owl-nav .owl-prev .owl-next button {
    height: 50px;
    width: 50px;
    background: #1c5581 !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #fff !important;
    font-size: 10px;
}

.patchc {
    position: absolute;
    bottom: 19px;
    right: 35px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -1px;
}

.rightimg img {
    position: absolute;
    transform: rotate(180deg);
    right: 5px;
    width: 14%;
    bottom: -87px;
}

.leftimg img {
    position: absolute;
    transform: rotate(360deg);
    left: 5px;
    width: 14%;
    top: -20%;
}

.headlogo {
    width: 90px;
    margin-right: 0px;
    margin-top: 0px;
}

.extrahei {
    padding: 49px;
}

.statu {
    text-align: end;
    position: absolute;
    right: 19px;
    bottom: 0px;
    font-size: 10px !important;
}

.statu2 {
    text-align: end;
    position: absolute;
    right: 19px;
    bottom: 0px;
    font-size: 10px !important;
}

.heightover {
    width: 92.6% !important;
}


@media (max-width: 768px) {


    .line {
        border-bottom: none;
    }

    .main-timelineslider.owl-carousel .owl-item img {
        width: auto;
    }

    .cover-content {
        height: auto;
    }

    .image__overlay {
        opacity: 1;
    }

    .image__description {
        font-size: 1rem;
        margin-top: 2rem;
        width: 100%;
    }



}


@media (max-width: 767px) {



    .line {
        border-bottom: none;
    }

    .main-timeline .timeline {
        height: auto;
        /* min-width: 100%; */
    }

    .main-timeline .timeline-icon {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .loc-text {
        padding: 0;
        height: auto;
    }

    .timeline-icon img {
        top: 0;
        padding: 20px 30px;
    }

    .loc-hightxt {
        margin-bottom: 0;
        /* font-family: 'Acumin-RPro'; */
        text-align: justify;
        letter-spacing: 1px;
        padding: 0;
    }

    .headlogo {
        width: 70px;
        margin-right: 10px;
        margin-top: -2px;
    }

    .extrahei {
        display: block;
        padding: 16px;
    }

    .full-imgsec {
        height: 279px;
        background-position: inherit;
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        overflow: hidden;
        background-image: url(../images/Bg.html);
        border: none;
    }

    .lifestyle-wrap {
        height: auto;
        display: inline-flex;
        align-items: center;
    }

    .cover-content p {
        color: #666666;
        font-style: normal;
        font-weight: 300;
        text-align: justify !important;

    }

    .cover-tittle {
        font-size: 30px !important;
        font-weight: 100;
        text-transform: uppercase;
        text-align: center !important;
    }

    .cover-tittle span {
        font-weight: 300;
        color: #222222;
        font-size: 30px !important;
        /* font-family: 'Acumin-RPro'; */
    }

    .heightover {
        width: 100% !important;
    }

}

.thnk-center {
    padding: 200px 15px;
    text-align: center;
}

.thnk-center h1 {
    font-size: 50px;
}

.ap-lead-form-cont {
    /* display: flex; */
    /* justify-content: space-between; */
    text-align: center;
    margin: 0 auto;
}

.am-input-container.af-using-label {
    display: inline-block;
    width: 30%;
    margin: 0 5px;
}

.af-focussed {
    width: 30% !important;
}

.ap-lead-form .ap-agree {
    color: #fff;
    font-size: 13px;
}

.am-input-container .am-input {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff !important;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 7px !important;
    color: #222222;
    border-left: none;
    position: relative;
}

.am-input-container.phone .am-input {
    padding-left: 15px;
}

.am-input-container.af-focussed .am-input-label {
    position: absolute;
    left: 15px;
    z-index: 9;
    color: #555;
    font-size: 0px !important;
}

.am-button.af-primary:not(.af-bordered),
.send-otp-btn {
    display: block;
    background: #b49868 !important;
    border: none !important;
    color: #fff;
    font-size: 16px;
    padding: 16px 25px 16px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    width: 170px;
    height: 100%;
    margin-bottom: 15px;
}

button.send-otp-btn:disabled {
    opacity: 0.7;
}

#topregister-form .send-otp-btn,
#register-form .send-otp-btn {
    position: absolute;
    right: 0;
    height: 43.2px;
    top: 0;
    padding: 0;
}

.pd-l0 {
    position: static;
}

#register-form,
#topregister-form {
    position: relative;
}

button.verify-otp-btn {
    background: #b49868 !important;
    border: none !important;
    color: #fff;
    font-size: 13px;
    padding: 16px 12px 16px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: -0;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: max-content;
}

.new-form input.otp-input {
    width: 100px !important;
    padding: 11px 12px 11px;
    height: auto;
}

#register-form .otp-row,
#topregister-form .otp-row {
    position: absolute;
    width: max-content;
    right: 0;
    margin: 0 auto;
    text-align: center;
    left: 0;
    bottom: -100px;
}

#register-form .otp-row>.col-md-12.col-12.pd0,
#topregister-form .otp-row>.col-md-12.col-12.pd0,
#brochure-form .otp-row .col-md-12.col-12.pd0,
#price-popup .otp-row .col-md-12.col-12.pd0,
#price-mobilepopup .otp-row .col-md-12.col-12.pd0 {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

#register-form .submit-btn-wrapper,
#topregister-form .submit-btn-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -105px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ap-lead-form .ap-agree-box {
    text-align: center !important;
    margin: 0 auto;
    display: inline-flex !important;
}

.ap-lead-form .ap-agree-box {
    display: flex;
    align-items: center;
    justify-self: center;
}
.ap-lead-form .ap-agree-box input[type=checkbox] {
    width: 20px;
}

.ap-lead-form .ap-agree {
    display: inline;
    padding-left: 10px;
}

.am-input-container.phone .am-input {
    left: 0;
    padding-left: 60px !important;
}

.am-input-container select {
    max-width: 60px !important;
    height: auto !important;
}

.am-input-container .am-input-label {
    color: #222222 !important;
    top: 26px !important;
    left: 10px !important;
}


#contact-form .am-input-container.af-using-label,
#contact-form .am-input-container {
    /* display:block;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0!important; */
}

#contact-form .ap-lead-form .ap-agree-box input[type=checkbox] {
    width: 20px;
}

.am-input-container.af-error .am-input-label,
.am-input-container.af-focussed .am-input-label,
.am-input-container.af-valid .am-input-label {
    font-size: 0 !important;
}

.sec-thankyou {
    padding: 200px 0;
}

.zigzag-row .cover-sec:nth-child(odd)>.row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.coverlist{margin: 0!important;}



@media (min-width: 1300px) {
    .send-otp-btn {
        width: 150px;
    }

    #brochure-form .otp-row,
    #price-popup .otp-row {
        position: absolute;
        right: 0;
        bottom: 162px;
        left: 50%;
        width: max-content;
        padding-left: 15px;
        padding-right: 15px;
    }

    #brochure-form .send-otp-btn,
    #price-popup .send-otp-btn {
        width: 100%;
    }

    #brochure-form .submit-btn-wrapper #budget_cost_brochure,
    #price-popup .submit-btn-wrapper #budget_cost_price {
        width: 100%;
    }

    #brochure-form .submit-btn-wrapper,  #price-popup .submit-btn-wrapper {
        position: absolute;
        left: 52.5%;
        width: auto;
        bottom: 100px;
    }
}

@media (min-width: 1400px) {
    .send-otp-btn {
        width: 172px;
    }
}

@media (min-width: 1600px) {
    .send-otp-btn {
        width: 180px;
    }
}

@media (min-width: 1700px) {
    .send-otp-btn {
        width: 215px;
    }
}

@media (max-width: 767px) {

    .am-input-container.af-using-label,
    .am-input-container.af-using-label {
        width: 100% !important;
    }

    .modal-body img {
        width: 150px;
    }

    .am-input-container .am-input-error {
        top: 0;
        font-size: 13px;
        font-weight: 600;
    }

    .interested {
        position: static;
        background: transparent !important;
        border: none;
        letter-spacing: inherit;
        font-size: 14px !important;
        padding: inherit !important;
    }

    #home-carousel {
        padding-top: 35px;
    }

    .visible-mb {
        display: block;
    }


    .flex-order-two {
        order: 2;
    }

    .flex-order-one {
        order: 1;
    }

    .foot-logo>img {
        max-width: 40% !important;
        position: static;
        margin: 20px auto 0;

    }

    #topregister-form .send-otp-btn,
    #register-form .send-otp-btn {
        bottom: -105px;
        top: inherit;
        left: 0;
        margin: 0 auto;
    }
    #topregister-form .checkbox,
    #register-form .checkbox {
      text-align: left;
    }

    #price-popup .send-otp-btn, #price-mobilepopup .send-otp-btn,  #price-popup .otp-row, #price-mobilepopup .otp-row {
        height: auto;
        bottom: 70px;
        left: 0;
        margin: 0 auto;
        right: 0;
        position: absolute;
        z-index: 2;
    }
    #price-popup .otp-row, #price-mobilepopup .otp-row{ bottom: 2px;width: max-content;text-align: center;}

    
#price-popup .submit-btn-wrapper, #price-mobilepopup .submit-btn-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[type="checkbox"]:checked+label.box-field, [type="checkbox"]:checked+label+label.box-field, [type="checkbox"]:not(:checked)+label.box-field, [type="checkbox"]:not(:checked)+label+label.box-field {
    font-size: 13px !important;
}


}


.am-input-container .am-input-error {
    top: 0 !important;
}