/* @font-face {
    font-family: 'palatinoitalic';
    src: url('../fonts/palatino/palatino-italic-webfont.woff2') format('woff2'), url('../fonts/palatino/palatino-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

body {
    line-height: 1;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 16px !important;
    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: 20px;
    line-height: 20px;
}


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

.navbar-default {
    background: #fff;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    transition: ease all 0.5s;
}

.navbar-default.fixHeader {
    background: rgba(255, 255, 255, 0.9);
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
    color: #313131;
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ebba44;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    color: #ebba44;
}

.location-img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.callnow {
    width: 17px;
}

.download-bro img {
    position: fixed;
    top: 60px;
    z-index: 999;
    right: 10px;
    width: 45px;
}

.googlemap p {
    width: 180px;
    padding: 6px 20px !important;
    background: #ededed !important;
    margin-bottom: 0;
    position: relative;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 30px;
}

.googlemap span {
    position: absolute;
    top: 13px;
}

.googlemap img {
    width: 30px;
    margin-right: 6px;
}

.metro-logo {
    width: 130px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }

    .navbar-brand>img {
        float: left;
        margin-right: 15px;
        width: 220px;
        margin-top: 7px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: initial !important;
    }

    .navbar-brand>img {
        width: 130px;
        float: left;
        margin-top: 12px;
        margin-left: 12px;
    }

    .navbar-brand {
        padding: 0px;
    }

    .call-me {
        font-size: 23px !important;
    }

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

    .figure-img-right img {
        float: none !important;
        margin: 0px auto;
        display: block;
    }
}

.nav-logo {
    padding: 12px 15px !important;
}

.nav-call {
    border: 2px solid #ebba44;
    border-radius: 30px;
    padding: 3px 15px !important;
    color: #ebba44 !important;
    margin-top: 10px;
}

.navbar-nav>li>a {
    line-height: 30px !important;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
    font-size: 17px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    outline: none;
}


/*.nav-enquire {*/


/*border: 2px solid #cdaa65;*/


/*border-radius: 30px;*/


/*padding: 3px 15px !important;*/


/*color: #cdaa65 !important;*/


/*margin-top: 10px;*/


/*}*/

.carousel-inner>.item>img {
    width: 100% !important;
}

#hide-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 10px 0px;
    /*top: -60px;*/
    /*transition: top 0.3s;*/
}

.glob-sec {
    width: 100%;
    padding: 70px 0px;
}

.sec-head {
    font-size: 33px;
    /*font-weight: 600;*/
    color: #414041;
}

.head-center {
    text-align: center;
}

.sub-head {
    text-align: center;
    margin-top: 10px;
}

.head-line {
    background: #222222;
    height: 3px;
    border-radius: 10px;
    width: 75px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
}

.head-icon {
    width: 75px;
    margin: 0px auto;
    display: block;
    margin-bottom: 6px
}

.head-icon-left {
    width: 65px;
    /*margin: 0px auto;*/
    display: block;
    margin-bottom: 6px;
}

.grey-bg {
    background: #414041;
    color: #fff;
}

.feature-rwap {
    /*text-align: center;*/
    /*display: flex;*/
    /*width: 304px;*/
    margin: 0px auto;
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 8px;
}

.feature-rwap img {
    margin-bottom: 20px;
    width: 115px;
}

.feature-rwap h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #313131;
    font-style: italic;
}

.feature-rwap h3 {
    font-weight: 600;
    font-size: 58px;
    color: #b17e02;
    margin-right: 15px;
    margin-top: 2px;
    float: left;
}

.feature-rwap p {
    color: #ccc;
    font-size: 15px;
}

.light-grey {
    background: #f3f5f6;
}

.figure-rwap {
    background: rgba(229, 181, 165, 0.4);
    /*background: url("../images/patch2.png") #414041;*/
    width: 66%;
    /*margin-top: -7rem;*/
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}

.figure-rwap img {
    padding: 1rem 0;
    margin: 0 -5rem 0 3rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 400px;
}

.figure-rwap-right {
    float: right;
    background: rgba(229, 181, 165, 0.4);
    /*background: url("../images/patch2.png") #414041;*/
    width: 66%;
    /*margin-top: -8rem;*/
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}

.figure-rwap-right img {
    padding: 1rem 0;
    margin: 0 -5rem 0 -5rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 400px;
}

.head-line-left {
    width: 65px;
    height: 5px;
    background: #ebba44;
    /*margin: 0px auto;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

.sub-head-left {
    margin-top: 10px;
    font-weight: 600;
}

.sec-head span {
    font-size: 2.5em;
    color: #cdaa65;
}

.fig-padding {
    padding-top: 4em;
}

.marquee-wrap {
    width: 100%;
    height: 50px;
    background: #e0ad39;
}

.marquee-wrap img {
    width: 42px;
    position: relative;
    top: 3px;
}

.marquee-wrap marquee {
    font-size: 25px;
    line-height: 30px;
    margin-top: 9px;
}

#carousel-example-generic {
    padding-top: 80px;
}

@media only screen and (max-width: 767px) {
    .figure-rwap {
        width: 90%;
        /*margin-top: -7rem;*/
        margin-bottom: 20px;
        display: -webkit-box;
    }

    .figure-rwap img {
        /*width: 90%;*/
        width: 100%;
        margin: 0 -5rem 0 2rem;
    }

    .figure-rwap-right {
        width: 90%;
        margin-top: 10px;
    }

    .figure-rwap-right img {
        width: 95%;
        margin: 0 -5rem 0 -1rem;
    }

    .fig-padding {
        padding-top: 3em;
    }

    .connectivity {
        width: 83% !important;
    }

    .form-wrap {
        margin-top: 25px;
        padding: 20px 0px !important;
    }

    #footer {
        margin-bottom: 40px;
    }

    #carousel-example-generic {
        padding-top: 50px;
    }

    .rera-txt {
        font-size: 17px !important;
        line-height: 22px;
    }

    .sec-head {
        font-size: 25px !important;
    }

    #hide-menu {
        padding: 0px;
    }

    .navbar-collapse {
        padding-bottom: 10px;
    }

    .fixHeader {
        /*background: rgba(65, 64, 65, 0.9) !important;*/
        /*transition: ease all 0.5s;*/
    }

    .marquee-wrap marquee {
        font-size: 20px;
    }

    .marquee-wrap img {
        width: 34px;
    }
}

@media only screen and (min-width: 768px) {
    .padding {
        padding: 60px;
    }

    .carousel-inner>.item>img {
        height: 100vh;
    }
}

@media only screen and (max-width: 768px) {
    .padding {
        padding-top: 60px;
        margin-bottom: 53px;
    }
}


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

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

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

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
    color: #fff;
    background-color: #ebba44;
    border: 2px solid #ebba44;
    cursor: pointer;
    border-radius: 0;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
    color: #ebba44;
    padding: 9px 20px !important;
    border: 2px solid #ebba44;
    border-radius: 0;
    background-color: transparent;
}

.mytab>li>a {
    color: #ebba44;
    padding: 9px 20px !important;
    border: 2px solid #ebba44;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
}


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


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

.latest-post,
.latest-post-inner {
    min-height: 240px;
    max-height: 240px;
    margin-bottom: 30px;
}

.latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #ebba44;
}

.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
    color: #fff;
    position: relative;
}

.latest-post .latest-post-inner a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
    position: absolute;
    bottom: 30px;
}

.latest-post .latest-post-inner:before {
    content: "";
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
    background: transparent;
}

.latest-post .latest-post-inner .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
    background-color: #493e3e;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
    background-color: rgba(73, 62, 62, 0.7);
    transform: scale(1.2);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover:before {
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.latest-post .latest-post-inner:hover {
    background-color: rgba(229, 181, 165, 0.5);
}

.sl-prev {
    display: block !important;
}

.sl-next {
    display: block !important;
}


/*------------- End of gallery ------------------------*/

.tab-content-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 7%;
}

.tab-content-wrap h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.config-data {
    margin-left: -15px;
    margin-top: 18px;
}

.config-data li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #ebba44;
}

.config-data li span {
    float: right;
    font-weight: normal;
    color: #505050;
}

.click-price {
    background: #ebba44;
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 17px;
    padding: 10px 23px;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #ebba44;
    transition: ease all 0.5s;
}

.click-price:hover,
.click-price:focus {
    background: transparent;
    color: #ebba44;
    text-decoration: none;
    transition: ease all 0.5s;
}

.aminitieslist {}

.aminitieslist li {
    font-size: 15px;
    padding: 10px 10px;
}

.aminitieslist li::before {
    content: url("../images/checked.html");
    margin-right: 10px;
}

.aminitieslist li span {
    float: right;
}

.dir li {
    background: #656565;
    margin-bottom: 10px;
}

.form-wrap {
    padding: 25px 20px;
    /* background: #cdaa65; */
    /*box-shadow: 0 16px 40px rgba(202, 202, 202, 0.35);*/
}

.form-wrap h1 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 25px
}


/*  contact form -------------------*/

#contact-form input,
#contact-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
}

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

#contact-form .input-group-addon {
    background: #ebba44;
    color: #fff;
    border: 0;
}

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

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

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

#contact-form .selected-flag {
    background: #5d5d5d;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#contact-form .flag-container {
    padding: 0px !important;
}

.form-btn {
    margin: 0px auto;
    display: block !important;
    background: #ebba44;
    border: none;
    color: #fff;
    font-size: 18px !important;
    padding: 8px 39px 8px;
    transition: ease all 0.4s;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
}

.form-btn:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
    transition: ease all 0.4s;
}

.modal-dialog {
    top: 15% !important;
}


/*---- main Pop------*/

#main-popup input,
#main-popup select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#main-popup input::placeholder {
    color: #bebebe;
}

#main-popup .input-group-addon {
    background: #414041;
    color: #ebba44;
    border: 0;
}

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

#main-popup .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#main-popup .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#main-popup .flag-container {
    padding: 0px !important;
}


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


/*----------- price model--------------*/

#price-model input,
#price-model select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#price-model input::placeholder {
    color: #bebebe;
}

#price-model .input-group-addon {
    background: #414041;
    color: #ebba44;
    border: 0;
}

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

#price-model .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#price-model .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#price-model .flag-container {
    padding: 0px !important;
}


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


/*----------- i am  model--------------*/

#interested input,
#interested select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#interested input::placeholder {
    color: #bebebe;
}

#interested .input-group-addon {
    background: #414041;
    color: #ebba44;
    border: 0;
}

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

#interested .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#interested .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#interested .flag-container {
    padding: 0px !important;
}


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


/*----------- i am  model--------------*/

#brochure-form input,
#brochure-form select {
    height: 40px;
    border: none;
    width: 100%;
    background: #e4e4e4;
    letter-spacing: 1px;
}

#brochure-form input::placeholder {
    color: #bebebe;
}

#brochure-form .input-group-addon {
    background: #414041;
    color: #ebba44;
    border: 0;
}

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

#brochure-form .form-group {
    height: 40px;
    margin-bottom: 23px;
}

#brochure-form .selected-flag {
    background: #cf9450;
    width: 39px;
    border-radius: 3px 0px 0px 3px;
    height: 40px;
}

#brochure-form .flag-container {
    padding: 0px !important;
}


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

.modal-header {
    border-radius: 20px 20px 0px 0px;
}

.modal-body {
    border-radius: 0px 0px 20px 20px;
}

.modal-content {
    border-radius: 21px;
}

.modal-header {
    border: none;
    background: #ebba44;
    color: #ffff;
    padding: 10px !important;
}

.modal-title {
    text-align: center;
    font-size: 20px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

.price-btn {
    margin: 0px auto;
    display: block !important;
    background-image: none;
    text-shadow: none;
    color: #fff;
    border: 2px solid #ebba44;
    border-radius: 0px;
    padding: 8px 30px;
    transition: all 0.5s ease;
    font-weight: 800;
    background: #ebba44;
}

.price-btn:hover {
    color: #414041;
    background-color: #fff !important;
    border-color: #414041;
    transition: ease 0.5s;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
    font-size: 30px !important;
    box-shadow: none;
    outline: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
    background: transparent !important;
}

.error {
    color: red;
}

.interested {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    /* background: #414041 !important; */
    border: 2px solid #fff;
    letter-spacing: 1px;
    font-size: 18px !important;
    outline: none !important;
    background: linear-gradient(175deg, #E2B14E, #FDE98B);
    color: #000;
}

.interested:hover,
.interested:focus {
    color: #ffffff !important;
}

.broucher-btn {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    left: 10px;
    /* background: #414041 !important; */
    background: linear-gradient(175deg, #E2B14E, #FDE98B);
    border: 2px solid #fff;
    letter-spacing: 1px;
    font-size: 18px !important;
    outline: none !important;
    color: #000;
}

.broucher-btn:hover,
.broucher-btn:focus {
    color: #ffffff !important;
}

.fixed-footer-cust {
    background: #ebba44;
    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;
    position: relative;
    top: 4px;
    transform: rotate(90deg);
}

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

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

.footer-sec {
    padding: 15px 0px;
    background: #f4eee2;
}

.foote-wrap {
    margin: 0px auto;
    display: block;
}

.foote-wrap img {
    margin: 6px auto;
    display: block;
}

.footer-logo {
    width: 180px;
}
.footer-logo-1 {
    width: 90px;
}

.bajaj {
    width: 260px;
    margin-top: 20px !important;
}

.foote-wrap p {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
}

.inner-banner {
    padding: 100px 0px;
    background: url(../images/gallery/general/01.jpg) center no-repeat;
    margin-top: 50px;
}

.banner-txt-thank h1 {
    margin: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #ebba44;
    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;
    transition: ease 0.5s;
}

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

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

.thank-menu {
    top: 0px !important;
}

.address-wrap {}

.address-wrap h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
}

.address-wrap p {}

b {
    font-weight: 600;
}

.call-me {
    font-size: 38px;
    font-weight: 900;
    color: #cdaa65;
}

.call-me:hover {
    color: #cdaa65;
}

.cust-container {
    width: 90%;
    margin: 0px auto;
    display: table;
}

.ami-iconholder {
    margin-bottom: 15px;
}

.ami-iconholder img {
    width: 85px;
    background-color: #FCDF77;
    padding: 14px;
    margin: 0px auto;
    border-radius: 50px;
    display: block;
    margin-bottom: 15px;
    transition: padding 200ms ease-out;
    box-shadow: 2px 2px 5px #000;
}

.ami-iconholder img:hover {
    padding: 2px;
    outline: 2px solid #000;
}

.ami-iconholder p {
    text-align: center;
}

@media (max-width: 470px) {
    .ami-iconholder p {
        height: 45px;
    }
}

.connectivity {
    width: 550px;
    margin: 0px auto;
    display: block;
}

#key-distance {
    background: #f3f3f3;
}

.rera-wrap {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    border: 4px solid #cdaa65;
}

.rera {
    width: 100px;
}

.rera-txt {
    font-size: 16px;
    margin-top: 14px;
    text-align: center;
}

.rera-txt a {
    color: #FFFFFF;
}

.cust-sec {
    padding-top: 25px;
}

.partner {
    text-align: center;
}

.partner li {
    display: inline-block;
    margin-right: 16px;
}

.partner li img {
    width: 173px;
}

.b-logo {
    width: 120px;
    margin-top: 10px;
}

.f-blogo {
    width: 111px !important;
}

.whylist {}

.whylist li {
    margin-bottom: 14px;
    line-height: 20px;
}


/*  table---------------*/

.element-apartments {
    background: #414041;
    /*padding: 10px;*/
    /*border: 1px solid #fff;*/
}

.element-apartments .apartment-table {
    border: 0;
    margin: 0px auto;
    width: 100%;
}

.element-apartments .apartment-table thead {
    background: #ebba44;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 800;
}

.element-apartments .apartment-table th {
    /*text-transform: uppercase;*/
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: normal;
    font-size: 22px;
    padding: 15px 15px !important;
}

.element-apartments td,
.element-apartments th {
    border-right: 0;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    color: #FFFFFF;
}

.element-apartments .btn {
    border: 1px solid #000;
    /* height: 34px; */
    line-height: 31px;
    padding: 0;
    width: 85px;
    /* font-size: 15px; */
    color: #000;
    /* font-weight: 800; */
    background: #dbd5d5;
}

.apartment-table>tbody>tr:nth-of-type(even) {
    /*background: #ececec !important;*/
}

.element-apartments .btn:hover {
    border-color: #fff;
    color: #fff;
}

.hvr-sweep-to-right:before {
    background: #ebba44 !important;
}

.btn-table {}

.callup {
    text-align: center;
    margin-top: 25px;
}

.callup p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
}

.callup a {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
    letter-spacing: 2px
}

.contact-wrap h2 {
    color: #fff;
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-wrap h2 span {
    font-weight: 300;
}

.address {
    text-align: center;
    margin-top: 10px;
}

.address li {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
}

.address li:first-child {
    margin-right: 18px;
}

.address li i {
    color: #ebba44;
}

.address li a {
    color: #414041;
    text-decoration: none;
}

.address-line {
    height: 2px;
    background: #414041;
    width: 200px;
    margin: 0px auto;
    margin-top: 8px;
    margin-bottom: 25px;
}

.social {}

.social li {
    display: inline;
    margin-right: 20px;
}

.social li:last-child {
    margin-right: 0px;
}

.social li a {
    color: #fff;
    transition: ease all 0.5s;
}

.social li a i {
    font-size: 22px;
    transition: ease all 0.5s;
}

.social li a i:hover {
    transition: ease all 0.5s;
    color: #cf9450;
}

.copy-right {
    /*font-family: 'Oswald', sans-serif;*/
    text-transform: uppercase;
    /*font-weight: 800;*/
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

#contact {
    background: #f5f5f5;
    padding: 75px 0;
}

#configuration {
    /*background: #414041;*/
    background: url(../images/20.jpg);
    background-position: center;
    background-size: cover;
}

#contactus {
    background: url("../images/14.jpg");
    background-size: cover;
    background-position: bottom;
}

@media (max-width: 400px) {
    .element-apartments {
        /* padding: 0px;
        overflow: scroll; */
    }
}

@media (max-width: 340px) {
    .feature-rwap h3 {
        font-size: 36px;
        margin-top: 8px;
    }

    .feature-rwap h2 {
        font-weight: 600;
        font-size: 19px;
        line-height: 25px;
        color: #313131;
        font-style: italic;
    }

    .feature-rwap {
        width: 100%;
    }
}

.reralist {
    text-align: center;
    /*margin-top: 10px;*/
}

.reralist li {
    /*display: inline-block;*/
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
}

.reralist li:first-child {
    /*margin-right: 5px;*/
    /*border-right: 2px solid;*/
    /*padding-right: 10px;*/
}


/*.reralist li i {*/


/*color: #ebba44;*/


/*}*/

.reralist li a {
    color: #414041 !important;
    text-decoration: none;
    font-weight: 600
}

.reralist li a:hover {
    color: #ebba44 !important;
    text-decoration: underline;
}

#behind {
    background: url(../images/behind.jpg);
    background-size: cover;
}

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

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.white {
    color: #fff !important;
}

.figure-img img {
    width: 550px;
    border: 1px solid #ebba44;
    padding: 5px;
    width: 400px;
    border: 1px solid #c4a063;
    padding: 5px;
    margin: 0 auto;
    /*margin-top: 25px;*/
    max-width: 100%;
    box-shadow: -1px 0px 7px 3px;
    max-width: 100%;
}

.figure-img-right img {
    width: 550px;
    border: 1px solid #ebba44;
    padding: 15px;
    max-width: 100%;
    float: right;
}

.figure-img.sm img {
    width: 480px;
}

.figure-img-right.sm img {
    width: 400px;
}

.social-wrap {
    text-align: center;
    margin-top: 25px;
}

.social-wrap p {
    font-size: 26px;
    margin-bottom: 20px;
}

.social-icon {}

.social-icon li {
    display: inline-block;
    margin-right: 20px;
}

.social-icon li a img {
    width: 58px;
}

.social-icon li:last-child {
    margin-right: 0px;
}

#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media screen and (max-height: 575px) {

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.overlay {
    width: 100%;
    padding: 70px 0px;
    background: url(../images/pattern.png) rgba(0, 0, 0, 0.5);
    background-repeat: repeat;
}

.stamp {
    font-size: 13px;
}

.stamp sup {
    color: red;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.milestone {
    text-align: center;
    font-size: 22px;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#rera-pop .modal-header {
    background: #ebba44;
    color: #fff;
}


/*#rera-pop .modal-header .close {*/


/*opacity: 1;*/


/*color: #fff;*/


/*margin-top: 0px !important;*/


/*}*/

#rera-pop .modal {
    display: block !important;
}

#rera-pop .modal-dialog {
    overflow-y: initial !important
}

#rera-pop .modal-body {
    /*height: 300px;*/
    overflow-y: auto;
}

#rera-pop .modal-footer {
    padding: 4px;
    background: #e8e8e8;
}

.disclaimer-ol {
    padding-left: 20px;
}

.disclaimer-ol li {
    margin-bottom: 10px;
}

.disc-btn {
    text-align: center;
    display: block;
    color: #333;
}

.disc-btn:hover {
    color: #333;
}

.overflow {
    height: unset;
    overflow: hidden;
    padding: 5px;
    margin: 0 auto;
    margin-top: 25px;
    max-width: 100%;
    box-shadow: -1px 0px 7px 3px;
    max-width: 100%;
}

.panels1 {
    width: 200%;
}

.panels {
    width: 200%;
}

.panels__side {
    float: left;
    width: 50%;
    -webkit-perspective: 400px;
    perspective: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.panels__side--left,
.panels__side--right {
    will-change: transform;
    position: relative;
    left: -25%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.panels__side--left1,
.panels__side--right1 {
    will-change: transform;
    position: relative;
    left: -25%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.panels__side--left {
    background: #f4d03f;
    background: url("../images/figure5.html") center/cover;
    background-size: contain;
}

.panels__side--left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    opacity: 0.85;
}


/* .panels__side--left:hover .arrow {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
} */

.panels__side--right {
    background: #19b5fe;
    background: url("../images/figure6.html") center/cover;
    background-size: contain;
}

.panels__side--right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.85;
}


/* .panels__side--right:hover .arrow {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
} */

.panels__side--left-active {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.panels__side--left-active .panels__side--inner-left {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.panels__side--left-active .arrow {
    -webkit-transform: translate(0%, 0%) rotate(180deg) !important;
    transform: translate(0%, 0%) rotate(180deg) !important;
}

.panels__side--right-active {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.panels__side--right-active .panels__side--inner-right {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.panels__side--right-active .arrow {
    -webkit-transform: translate(0%, 0%) rotate(180deg) !important;
    transform: translate(0%, 0%) rotate(180deg) !important;
}

.panels__side--left-hidden {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.panels__side--right-hidden {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.panels__side--inner {
    cursor: pointer;
}

.panels__side--inner-left,
.panels__side--inner-right,
.panels__side--inner {
    will-change: transform;
    padding: 0 0vw;
    height: 60vh;
    border: 1px solid #000;
}

.panels__side--inner-left {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    transition-delay: 0.1s;
    /* background: url("//unsplash.it/1330/900") center/cover; */
}

.panels__side--inner-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #f4d03f; */
    z-index: -1;
    opacity: 0.85;
}

.panels__side--inner-right {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition-delay: 0.1s;
    /* background: url("//unsplash.it/1250/900") center/cover; */
}

.panels__side--inner-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #19b5fe; */
    z-index: -1;
    opacity: 0.85;
}

.panels__headline {
    margin: 0;
    font-size: 40px;
    text-align: center;
    color: #1a1a1a;
}

.panels p {
    font-size: 15px;
    margin: 0;
}

.hide {
    display: block;
}

.hide1 {
    display: block;
}

@media (max-width: 640px) {
    .panels {
        width: 100%;
        height: 200vh;
    }

    .ami-iconholder img {
        width: 60px;
        margin: 0px auto;
        display: block;
        margin-bottom: 1px;
    }

    .hide {
        display: none;
    }

    .hide {
        display: block;
    }

    .panels1 {
        width: 100%;
        height: 200vh;
    }

    .overflow {
        height: 100vh;
        overflow: hidden;
    }

    .panels__side {
        float: none;
        width: 100%;
        height: 100vh;
        display: block;
        text-align: center;
    }

    .panels__side--left,
    .panels__side--right {
        top: -25%;
        left: 0;
    }

    .panels__side--left,
    .panels__side--right1 {
        top: -25%;
        left: 0;
    }

    .panels__side--left:hover .arrow {
        -webkit-transform: translate(-50%, -80%) rotate(90deg);
        transform: translate(-50%, -80%) rotate(90deg);
    }

    .panels__side--right:hover .arrow {
        -webkit-transform: translate(-50%, -20%) rotate(90deg);
        transform: translate(-50%, -20%) rotate(90deg);
    }

    .panels__side--left-active {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    .panels__side--left-active .panels__side--inner-left {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        padding-top: 50px;
        overflow: scroll;
    }

    .panels__side--left-active .arrow {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
        transform: translate(-50%, -50%) rotate(-90deg) !important;
    }

    .panels__side--right-active {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .panels__side--right-active .panels__side--inner-right {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        overflow: scroll;
        padding-top: 50px;
    }

    .panels__side--right-active .arrow {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg) !important;
        transform: translate(-50%, -50%) rotate(-90deg) !important;
    }

    .panels__side--left-hidden {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .panels__side--right-hidden {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    .panels__side--inner-left,
    .panels__side--inner-right,
    .panels__side--inner {
        height: 50vh;
        /* padding: 2vh 8vw; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .panels__side--inner-left {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    .panels__side--inner-right {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    .panels__headline {
        font-size: 23px;
    }

    .panels p {
        font-size: 12px;
        line-height: 14px;
    }
}

#crown {
    background-size: cover;
    padding: 30px 0px;
    /*background: url(../images/patern.png) #f3f5f6;*/
    /* background-repeat: no-repeat; */
    /* background: linear-gradient(-45deg, #f89834, #e91e63, #f25536, #7c7c7c); */
    /* background-size: 400% 400%; */
    /* -webkit-animation: Gradient 15s ease infinite; */
    /* -moz-animation: Gradient 15s ease infinite; */
    /* animation: Gradient 15s ease infinite; */
}

.section-title {
    font-size: 40px;
    /* margin-bottom: 20px; */
    font-family: 'Bai Jamjuree', sans-serif;
    color: #d9692a;
}

.section-subtitle {
    font-size: 25px;
    margin-bottom: 50px;
    font-family: 'Bai Jamjuree', sans-serif;
}

.section-subtitle:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #252122;
    bottom: -22px;
}

.section-subtitle:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #252122;
    bottom: -22px;
}

.overview {
    padding: 25px 0px;
}

.blow-banner img {
    width: 100px;
    display: block;
    box-shadow: inset -1px 0px 7px 0px;
    padding: 20px;
    margin: 0px auto;
    border-radius: 20px;
}

.blow-banner p {
    color: #272727;
    margin-top: 20px;
    font-size: 14px;
    /*font-weight: 600;*/
    text-align: center;
}

.abc1 {
    /* background: url(../../../images/back.png); */
    background: url(../images/head-icon.png) no-repeat bottom right;
    height: 60%;
    width: 100%;
    position: absolute;
    opacity: 0.2;
}

.abc {
    /* background: url(../../../images/back.png); */
    background: url(../images/head-icon.png) no-repeat bottom left;
    height: 60%;
    width: 100%;
    position: absolute;
    opacity: 0.2;
}

.heading-02 {
    /* font-family: 'Intro'; */
    font-weight: 300;
    font-size: 17px;
    color: #000;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.panel-group {
    margin-bottom: 20px;
}

#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

#accordion a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ebba44;
    text-decoration: none;
    color: #ebba44;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #ebba44;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}

#location p {
    color: #000;
    background: #ebba4438;
    padding: 5px 10px;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
    background-color: #ebba44;
    color: white;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a:not(.collapsed) {
    color: white;
    background-color: #ebba44;
    transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
    color: white;
}

.sppb-addon-latest-posts .latest-posts1 .latest-post,
.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
    min-height: 280px;
    margin-bottom: 0;
}

.sppb-addon-latest-posts .latest-posts1 .latest-post {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
    padding: 50px 30px;
    position: relative;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border: 2px solid #ebba44;
    box-shadow: 1px 1px 15px 1px;
}

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner:hover {
    background-color: #0a2c5165;
}

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner .link-icon a i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner:hover .link-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
}

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner .link-icon {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    color: #fff;
    z-index: 999;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner .link-icon a {
    background-color: #493e3e;
    display: table;
    height: 50px;
    width: 50px;
    border-radius: 30px;
}

.adr {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #000;
    margin-top: 21px;
    line-height: 20px;
}

.wrap {
    height: 100%;
    position: relative;
}

.fa-hand-o-left {
    font-size: 45px !important;
}

.fa-hand-o-right {
    font-size: 45px !important;
}

.location-list {}

.location-list li {
    background: #ebba44;
    color: #222;
    margin-bottom: 4px;
    padding: 10px 10px;
    line-height: 33px;
    font-size: 18px;
}

@media (max-width: 640px) {

    .sppb-addon-latest-posts .latest-posts1 .latest-post,
    .sppb-addon-latest-posts .latest-posts1 .latest-post .latest-post-inner {
        /* min-height: 330px; */
        min-height: 240px;
        margin-top: 22px;
        /* max-height: 240px; */
        /* margin-bottom: 30px; */
    }

    .fa-hand-o-left {
        font-size: 34px !important;
        transform: rotate(90deg);
    }

    .fa-hand-o-right {
        font-size: 34px !important;
        transform: rotate(90deg);
    }
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    margin-top: 78px;
}

.fa-envelope:before,
.fa-phone:before {
    color: #EBBA44;
}


.navbar-toggle {
    background-color: #ECC262 !important;
}

.carousel-indicators {
    display: none;
}




.sticky-container {
    background-color: #ECC262;
    box-shadow: gray -1px 1px;
    padding: 10px 5px 5px 5px;
    position: fixed;
    top: 45%;
    right: 0px;
    width: 30px;
    height: auto;
    z-index: 9999;
    margin-top: 24px;
    text-align: center;
    height: 100px;


}

.sticky-container:hover {
    width: 40px;
}


.sticky-container a {
    /* padding: 0 !important; */
    display: block;
    text-align: left;
    height: 24px;
    width: 24px;
    padding: 8px 16px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px 0 0;

}


.sticky-container img {
    max-height: 100%;
}

.sticky-container p {
    writing-mode: vertical-lr;
    color: #000;

}