@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;
}
@font-face {
    font-family: 'cinzel';
    src: url('../fonts/Cinzel-Regular.ttf') format('ttf'), url('../fonts/Cinzel-Regular.ttf') format('ttf');
    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: 'Montserrat';
    font-size: 14px !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: 10px;
    line-height: 20px;
}

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

.navbar-default {
    /*background: #ce9a33;*/
    background: #fff;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
}

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

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

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

.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: #c38d20;
}

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

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

    .nav-img {
        background: #FFFFFF;
    }

    .nav>li>img:first-child {
        margin-right: 8px;
    }
    .project-logo {
        width: 145px;
    }
    .md-none{
        display: none;
    }
    .viewiframe {
        height: 750px;
    }
}

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

    .navbar-brand>img {
        width: 100px;
        float: left;
        margin-top: 6px;
        margin-left: 0px;
    }

    .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: 21px auto !important;
        display: block;
    }
    .sm-none{
        display: none;
    }
}

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

.nav-call {
    border: 2px solid #c8982e;
    border-radius: 30px;
    padding: 3px 15px !important;
    color: #c8982e !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: 14px;
}

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

/*.nav-enquire {*/
/*border: 2px solid #c8982e;*/
/*border-radius: 30px;*/
/*padding: 3px 15px !important;*/
/*color: #c8982e !important;*/
/*margin-top: 10px;*/
/*}*/

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

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

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

.sec-head {
    font-size: 32px;
    /*font-weight: 600;*/
    color: #414041;
    /*font-family: 'palatinoitalic';*/
}

.sec-head1 {
    font-size: 25px;
    /*font-weight: 600;*/
    color: #414041;
    /*font-family: 'palatinoitalic';*/
    margin-top: 25px;
}

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

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

.head-line {
    width: 150px;
    height: 2px;
    background: #c8982e;
    /* background-color: #d0ad67; */
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.head-line1 {
    width: 150px;
    height: 2px;
    background: #fff;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.head-line.white {
    background: #fff !important;
}

.head-icon {
    /*width: 65px;*/
    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;*/
    background: #c8982e;
    color: #fff;
}

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

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

.feature-rwap h2 {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #ccc;
    font-style: italic;
}

.feature-rwap h3 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    color: #e5b5a5;
    /*height: 45px;*/
}

#aboutus ul li {
    /* width: 70%; */
    /* text-align: center; */
    margin: 0px auto;
    margin-bottom: 10px;
}

#aboutus ul {
    list-style: circle;
    margin-top: 10px;
}

.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: 150px;
    height: 2px;
    background: #c8982e;
    /*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: #c8982e;
}

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

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

    .sub-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: #fff !important;
        transition: ease all 0.5s;
    }

    #aboutus p {
        /*width: 100% !important;*/
    }

    .new {
        margin: 0 auto;
        display: table;
    }

    #kenytChatBubble {
        display: none !important;
    }
    .overlay {
        padding: 15% 2% !important;
    }
    .ebony{
        padding: 0px 25px 25px !important;
    }
}

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

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

    #carousel-example-generic {
        margin-top: 72px;
    }
}

#home {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}

/* -------------------  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: linear-gradient(to right, #ce9a33, #6a4d14);
    border: 2px solid #c8982e;
    cursor: pointer;
    border-radius: 0;
}

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

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

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

.box:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: calc(100% - 60px);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

/* ---------------------------------------------- */
/* ------------Configuration--------------------- */

.inner-banner.sesame .inner-overlay {
    position: initial !important;
    padding: 110px 0;
}

.sec-tittle h2 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 48px;
    margin-top: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #c8982e;
    font-family: 'Cinzel';
}

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

/* ---------------------------------------------- */
/* -------------------amenities----------------- */

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

.inner-banner.sesame .inner-overlay {
    position: initial !important;
    padding: 110px 0;
}

.inner-banner .inner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.amenities-icon {
    text-align: center;
    box-shadow: 1px 1px 25px #e0e0e0;
    box-shadow: 0 8px 8px -6px rgb(0 0 0 / 20%);
    padding: 10px 17px 32px;
    background: #f7f7f7;
    margin-bottom: 30px;
    height: 100%;
    transition: ease all 0.5s;
}

.amenities-icon .icons-wrap {
    height: 90px;
    width: 90px;
    margin: 0px auto;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
}

.amenities-icon .flex-wrap:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    /*background: #c8982e;*/
    border-radius: 50%;
    opacity: 0.4;
    left: 50%;
    margin-left: -25px;
    top: 50px;
    z-index: 1;
}

.amenities-icon .icons-wrap img {
    width: 60px;
}

img {
    margin-bottom: 0px;
}

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

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

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

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

.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: 52%;
    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: #e5b5a5;
}

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

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

.click-price:hover,
.click-price:focus {
    background: transparent;
    color: #e5b5a5;
    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: #c8982e; */
    /*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-overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 70px 0;
}

.form-txt {
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 600;
}

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

.form-calltxt {
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    font-family: Oswald;
    font-weight: 600;
}

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

.popup-btn {
    margin: 0 auto;
    display: block;
    background: #c8982e;
    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;
    font-family: Oswald;
    outline: none !important;
}

.contact-sec {
    background: url(../images/config-bg.html) center;
    background-size: cover;
}

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

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

#contact-form .input-group-addon {
    background: #c8982e;
    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,
.form-btn:focus {
    margin: 0px auto;
    display: block;
    /*background: #e5b5a5;*/
    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;
    color: #fff;
    outline: none !important;
    border: 2px solid #fff;
    background: linear-gradient(to right, #ce9a33, #6a4d14);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.form-btn:hover {
    background: linear-gradient(to right, #6a4d14, #ce9a33);
    color: #fff;
    border: 2px solid #BF9724;
}

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

/* ------------ ---------------*/
/* ------------footer------------ */

.footer-sec {
    padding: 10px 0;
    background: #222222;
}

.privacy {
    background: #d2d2d2;
    padding: 10px 0;
}

/*---- 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: #ce9a33;
    color: #fff;
    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: #ce9a33;
    color: #fff;
    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: #ce9a33;
    color: #fff;
    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--------------*/

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

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

#broucher .input-group-addon {
    background: #ce9a33;
    color: #fff;
    border: 0;
}

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

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

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

#broucher .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: #ce9a33;*/
    color: #ffff;
    padding: 10px !important;
    background: #c8982e !important;
    /* background: -webkit-linear-gradient(to right, #ffa751, #ffe259) !important;
    background: linear-gradient(to right, #ffa751, #ffe259) !important; */
    outline: none !important;
}

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

.price-btn {
    margin: 0px auto;
    display: block;
    background-image: none;
    text-shadow: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 8px 30px;
    transition: all 0.5s ease;
    font-weight: 800;
    /*background: #ce9a33;*/
    background: linear-gradient(to right, #ce9a33, #6a4d14);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    outline: none !important;
}

.price-btn:hover {
    background: linear-gradient(to right, #6a4d14, #ce9a33);
    color: #fff;
    border: 2px solid #BF9724;
}

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

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

.error {
    color: red;
}

.interested, .callButton {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    left: 10px;
    border: 2px solid #fff;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0px;
    font-size: 18px !important;
    background: linear-gradient(to right, #ce9a33, #6a4d14);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    outline: none !important;
    padding: 15px;
}

.dbroucher {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    /* background: #c8982e !important; */
    border: none;
    color: #fff;
    letter-spacing: 1px;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 18px !important;
    background: linear-gradient(to right, #ce9a33, #6a4d14);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    outline: none !important;
    padding: 15px;
}

.interested:hover,
.interested:focus {
    background: linear-gradient(to right, #6a4d14, #ce9a33);
    color: #fff;
    border: 2px solid #BF9724;
}

.dbroucher:hover,
.dbroucher:focus {
    background: linear-gradient(to right, #6a4d14, #ce9a33);
    color: #fff;
    border: 2px solid #BF9724;

}
.carousel-nav .owl-nav .owl-next:hover,
.owl-theme .owl-nav [class*=owl-]:hover,
.carousel-nav .owl-nav .owl-prev:hover{
    background-color: #BF9724 !important;
}
.fixed-footer-cust {
    /*background: #ce9a33;*/
    background: linear-gradient(to right, #ce9a33, #6a4d14);
    text-align: center;
    padding: 15px 0px 15px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}
@media screen and (max-width:768px) {
    .dbroucher {
        position: fixed;
        transform: rotate(270deg);
        right: -22.3%;
        bottom : 50%;
        font-size: 11px;
        padding: 10px 20px;
    }
    
}

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

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

.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;
    width: max-content;
}

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

.footer-sec {
    padding: 10px 0px;
    background: #222222;
    color: #fff;
    text-align: center;
}

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

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

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

.inner-banner {
    /*height: 450px;*/
    /* background: url(../images/amenities-banner.jpg); */
    position: relative;
    background-size: cover !important;
}

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

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #ce9a33;
    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: #ce9a33;
    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: #c8982e;
}

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

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

.ami-iconholder img {
    width: 90px;
    margin: 0px auto;
    display: block;
    margin-bottom: 15px;
    border: 3px outset #fff;
    padding: 15px;
}

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

@media (max-width: 470px) {
    .ami-iconholder p {
        height: 60px;
    }
    .thank-you-logo{
        width: 75%;
    }
}

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

.rera {
    width: 100px;
}

.rera-txt {
    font-size: 20px;
    margin-top: 14px
}

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

.partner {
    text-align: center;
}

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

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

.partner li img {
    width: 165px;
}

.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: #fff; */
    /* padding: 5px; */
    /*border: 1px solid #fff;*/
}

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

.element-apartments .apartment-table thead {
    /*background: #e5b5a5;*/
    background: #414041;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.element-apartments .apartment-table th {
    /*text-transform: uppercase;*/
    color: #fff;
    border-top: 1px solid #c8982e;
    border-bottom: 1px solid #c8982e;
    vertical-align: middle;
    /*font-family: 'palatinoitalic';*/
    font-weight: normal;
    font-size: 18px;
    padding: 15px 10px !important;
    background: #c8982e;
}

.element-apartments td,
.element-apartments th {
    /*border-right: 0;*/
    /*text-align: center;*/
    /*padding: 15px;*/
    /*border-bottom: 1px solid #c8982e;*/
    /*vertical-align: middle;*/
    /*color: #FFFFFF;*/
    border-right: 0;
    text-align: center;
    padding: 10px 5px;
    /* border-bottom: 1px solid #c8982e; */
    vertical-align: middle;
    color: #000;
    /*background: #fff;*/
}

.element-apartments .btn {
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 5px 11px;
    border-radius: 0px;
    font-weight: 600;
    /* background: #c8982e; */
}

.apartment-table>tbody>tr {
    background: #fff;
}

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

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

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

.btn-table {}

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

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

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

.contact-wrap h2 {
    color: #414041;
    /*font-family: 'palatinoitalic';*/
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}

.contact-wrap p a {
    color: #c8982e;
    text-decoration: none;
}

.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: #e5b5a5;
}

.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 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: center;
}

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

#configuration {
    /*background: #414041;*/
    background: url(../images/config-bg.webp);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

#contactus {
    background: url("../images/contact-bg.webp");
    background-size: cover;
    /*background: #414041;*/
    /*background-attachment: fixed;*/
    color: #fff;
}

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

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

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

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

#behind {
    background: url(../images/patch3.html) #414041;
}

#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 {
    margin-bottom: 20px;
}

.figure-img-right img {
    width: 85px;
    border: 1px solid #c8982e;
    /*padding: 5px;*/
    margin: 0px auto;
    display: block;
    margin-bottom: 20px;
}



#footer_icons {
    margin-top: 10px;
}

.footer-socials li {
    float: left;
    vertical-align: top;
    clear: none !important;
}

.footer-socials li {
    width: auto !important;
    display: inline-block !important;
    padding: 0;
}

.foo_social {
    text-align: center;
    color: #7f7f7f;
    font-size: 20px;
    margin: 0 10px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.foo_social.ico-facebook:hover {
    color: #3b5998;
}

.foo_social.ico-twitter:hover {
    color: #00a9ed;
}

.foo_social.ico-instagram:hover {
    color: #beb3a8;
}

.foo_social.ico-youtube:hover {
    color: #cd1b20;
}

.foo_social.ico-linkedin:hover {
    color: #015886;
}

.sub-footer {
    padding: 20px 0px;
    background: #414041;
    color: #fff;
}

.disc {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}

.nav-img {
    width: 70px;
    margin-top: 8px;
}

.navbar-brand img:first-child {
    margin-right: 5px;
}

#aboutus p {
    /*width: 70%;*/
    /*text-align: center;*/
    /*margin: 0px auto;*/
    /*margin-bottom: 10px;*/
}

#sheth {
    text-align: center;
    padding: 40px 0px !important;
    background: #f3f5f6;
}

.btn-info-read {
    background: none !important;
    padding: 0px;
    outline: none !important;
    box-shadow: none !important;
    color: #ce9a33;
    font-weight: 600;
}

.white-bg {
    background: #FFFFFF;
}

.readall-button {
    background: #c8982e;
    padding: 7px;
    color: #fff;
    margin-top: 12px;
}

.carousel-nav .owl-nav .owl-next {
    background: #c8982e !important;
    border: 2px solid transparent !important;
    padding: 5px !important;
    border-radius: 50% !important;
    outline: none;
    transition: ease all 0.5s;
}

.carousel-nav .owl-nav .owl-next:hover {
    background: transparent ;
    /* border: 2px solid #fff !important; */
    cursor: pointer;
    transition: ease all 0.5s;
}

.carousel-nav .owl-nav .owl-prev {
    background: #c8982e !important;
    padding: 5px !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    outline: none;
    transition: ease all 0.5s;
}

.carousel-nav .owl-nav .owl-prev:hover {

    cursor: pointer;
    transition: ease all 0.5s;
}

.carousel-nav .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

.carousel-nav .owl-nav img {
    width: 35px;
    display: block;
    /* border: 2px solid; */
    filter: invert();
    border-radius: 9px;
}

.carousel-nav .owl-nav p {
    width: 35px;
    display: block;
}

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

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 24px !important;
}

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

.overlay {
    background: #0000007a;
    width: 100%;
    padding: 3%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .amenities-icon {
        text-align: center;
        box-shadow: 1px 1px 25px #e0e0e0;
        box-shadow: 0 8px 8px -6px rgb(0 0 0 / 20%);
        padding: 0px 12px 24px;
        height: 137px;
        background: #f7f7f7;
        margin-bottom: 30px;
        transition: ease all 0.5s;
    }

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

    .boee3 {
        margin-bottom: 40px !important;
    }
    #configuration .container{
        padding: 0px !important;
    }
}

/*---- Accordition ----*/

.cst-accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    background: transparent;
    margin-bottom: 15px;
}

.cst-accordion a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid #c8982e;
    text-decoration: none;
    transition: ease all 0.5s;
    text-transform: uppercase;
    /*font-family: Oswald;*/
    letter-spacing: 1px;
    background: linear-gradient(to right, #ce9a33, #6a4d14);
}

.cst-accordion .panel-heading a.collapsed:hover,
.cst-accordion .panel-heading a.collapsed:focus {
    background: linear-gradient(to right, #6a4d14, #ce9a33);
    color: #fff;
    border: 2px solid #BF9724;
}

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

.cst-accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    /*text-align: center;*/
}

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

/* Add Indicator fontawesome icon to the left */

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

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

.cst-accordion .panel-body {
    padding: 15px;
    border: none !important;
    background: #f5f5f5;
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
}

.cst-accordion .panel-group .panel-heading {
    border-bottom: 0;
    background: transparent;
}

.cst-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.loc-list {}

.loc-list li {
    line-height: 20px;
    margin-bottom: 8px;
    display: flex;
}

.loc-list li::before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    color: #c8982e;
}

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

.amenities-icon:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.amenities-icon {
    text-align: center;
    box-shadow: 1px 1px 25px #e0e0e0;
    /* box-shadow: 0 8px 8px -6px rgb(0 0 0 / 20%); */
    padding: 15px;
    /* background: #f7f7f7; */
    margin-bottom: 30px;
    transition: ease all 0.5s;
}

.amenities-icon:hover .icons-wrap {
    border-radius: 0;
    border-color: #222;
    transition: ease all 0.5s;
}

.cover-content.oncenter {
    padding: 0 40px;
}

.cover-content {
    height: 100%;
    padding: 90px 40px;
}

.testimonial2 {
    /* margin: 50px 30px 30px 30px; */
    margin: 0;
    text-align: center;
    position: relative;
}

.testimonial2:before,
.testimonial2 .title:before {
    content: "";
    /*width: 3px;*/
    /*height: 50px;*/
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.cover-tittle {
    color: #ffffff;
    font-size: 28px;
    line-height: 45px;
    font-weight: 800;
    font-family: Cinzel;
    text-transform: uppercase;
}

.testimonial2 .description {
    padding: 45px;
    margin-bottom: 0;
    /* border: 5px solid #c8982e; */
    font-size: 18px;
    /* color: #fff; */
    line-height: 33px;
    /* background: #c8982e; */
    position: relative;
}


.cover-content p {
    /* color: #ffffff; */
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
    /* font-weight: 400; */
    margin: 0px 0px 0px;
}
.captive-1 p {
    line-height: 24px !important;
}
.captive {
    text-align: center;
}

.captive img {
    width: 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}

.captive h2 {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 2px;
}

.captive p {
    margin-top: 0;
    line-height: 16px;
}

.cover-content p {
    /* color: #ffffff; */
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
    /* font-weight: 400; */
    /* margin: 8px 0px 0px; */
}

/* .testimonial2:after {
    content: "";
    width: 3px;*/
    /*height: 50px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
} */
/* 
.testimonial2 .description:after {
    top: auto;
    bottom: 0;
}
 */

/* .testimonial2 .description:before,
.testimonial2 .description:after {
    content: "";
    width: 20%;*/
    /*height: 5px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
} */

.captive.bor {
    border-left: 2px dashed;
    border-right: 2px dashed;
}


@media (max-width: 767px) {
    .testimonial2 {
        margin: 50px 0px 30px 0px;
    }


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

    .cover-tittle {
        font-size: 28px;
    }

    .cover-tittle {
        color: #ffffff;
        font-size: 31px;
        line-height: 45px;
        font-weight: 500;
        margin-top: 30px;
        font-family: Cinzel;
        text-transform: uppercase;
    }

    .cover-content p {
        margin: 8px 8px 0px;
    }

    .captive {
        text-align: center;
        margin-bottom: 0;
        padding: 20px 0;
    }

    .captive img {
        margin: 0 auto;
    }

    .cover-content p {
        margin: 8px 8px 0px;
    }

    .captive.bor {
        /* border-left: 0; */
        /* border-right: 0; */
        /* border-top: 2px dashed; */
        /* border-bottom: 2px dashed; */
        border: none;
        position: relative;
    }

    .cover-content p {
        margin: 8px 8px 0px;
    }

    .captive.bor:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -70px;
        width: 140px;
        height: 5px;
        border-top: 2px dashed;
    }

    .cover-content p {
        margin: 8px 8px 0px;
    }

    .captive.bor:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -70px;
        width: 140px;
        height: 5px;
        border-bottom: 2px dashed;
    }

    .cover-content.oncenter {
        display: inherit;
        padding: 0px 0px !important;
    }

    .testimonial2 .description {
        padding: 0px;
    }
    .description .col-md-12.pd0{
        padding: 0;
    }
    .pricingTable{
        margin-bottom: 30px;
    }
}


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

.amenities-gallery img {
    max-height: 400px;
}

.project-block{
    margin: 10px 0px;
    border: 1px solid #fff;
    padding: 14px 4px;
}
.captive-1 h2{
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px;
    font-size: 18px;
}

@media (max-width: 767px){
    .project-block{
        margin: 7px 0px;
        border: 1px solid #fff;
        padding: 7px 0px;
    }
    .captive-1 h2 {
        font-weight: 400;
        line-height: 23px;
        margin-bottom: 2px;
        font-size: 16px;
    }
    .testimonial .description-box {
        padding: 10px !important;
      }
      .experience-heading{
        font-size: 25px !important;
        color: #c8982e;
        margin: 25px 0px;
      }
}


.qr-box {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.qr-box img {
    width: 25% !important;
    margin: auto;
    margin-bottom: 20px;

}
.qr-box p {
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    color: white;
}
.d-none{
    display: none;
}
.error-modal, .error-banner {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 5;
}
.error {
    border: 2px solid red;
    animation: error .2s linear 5 alternate .1s;
}
@keyframes error {
    0% {
        border: 2px solid black;
    }

    100% {
        border: 2px solid red;
    }
}
#floor-form .form-group.col-md-12 {
    position: relative;
    float: none;
    text-align: center;
}
.thank-you-container {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
}
.fa-mobile:before {
    content: "\f10b" !important;
}
.input-group-addon {
    background: #ce9a33;
    color: #fff;
    border: 0;
}

/* banner-form-css */
.banner-form-container {
    padding-top: 40px;
    text-align: center;
    /* padding-bottom: 40px; */
    /* background: #1b1b23; */
  }
  .banner-form-title {
    color: #c8982e;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0px;
  }
  .banner-query-box{
    position: relative;
    margin-bottom: 20px;
  }
  .banner-query-box.d-flex{
    display: flex;
  }
  .banner-btn{
    padding: 11px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: linear-gradient(to right, #ce9a33, #6a4d14);
    color: #ffffff;
    border: 1px solid #c8982e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .banner-btn:hover{
    color: #ffffff;
    background: linear-gradient(to right, #6a4d14, #ce9a33);
    border: 1px solid #c8982e;
  }
  .banner-form-container  .input-group-addon:first-child {
    border-right: 0;
    width: 40px;
    background: #c8982e;
}
.textbg{
    background-image: linear-gradient(-225deg, #ce9a33 0%, #083b66 29%, #ce9a33 67%, #fff 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 5s linear infinite;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 20px;
}
@keyframes textclip {
    100% {
        background-position: 200% center;
    } 
}
.modal-body p {
    text-align: center;
    margin-bottom: 10px;
}




/*----------------------------- */
.testimonial {
    margin: 0 20px 50px;
  }
  
  .testimonial .pic {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
  }
  
  .testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  
  .testimonial .testimonial-profile {
    display: inline-block;
    position: relative;
    top: 15px;
  }
  
  .testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
  }
  
  .testimonial .post {
    display: block;
    font-size: 14px;
    color: #93b86b;
  }
  
  .testimonial .description-box {
    padding: 20px 22px;
    font-size: 15px;
    color: #fff;
    height: 100px;
    text-align: center;
    line-height: 25px;
    margin: 0;
    position: relative;
    align-content: center;
    background-image: linear-gradient(to right, #ce9a33, #6a4d14);
  }
  
  .testimonial .description-box:before,
  .testimonial .description-box:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #c8982e transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
  }
  
  .testimonial .description-box:after {
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
  }
  
  .about-carousel.owl-carousel .owl-item img {
    width: 60px;
}
.captive-1 {
    display: flex;
    justify-content: space-around;
}
.pricingTable {
    background-color: #fff;
    text-align: center;
    padding: 35px 0 0;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    transition: ease all 0.5s;
}
.pricingTable .pricingTable-header {
    background: linear-gradient(transparent, transparent, #e7e7e7);
    padding: 0 0 20px;
}
.pricingTable .title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.pricingTable .title:after {
    content: "";
    /* background: #F63459; */
    width: 100px;
    height: 3px;
    margin: 10px auto 0;
    display: block;
    clear: both;
    background-image: linear-gradient(to right, #ce9a33, #6a4d14);
}
.pricingTable .title:nth-child(2)::after{
    background-image: none;
    margin: 0px;
}
.pricingTable .title:nth-child(2){
    margin: 0px;
}
.pricingTable .price-value {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 2px;
    display: block;
}
.pricingTable .pricingTable-header {
    background: linear-gradient(transparent, transparent, #e7e7e7);
    padding: 0 0 20px;
}
.pricingTable .pricing-content {
    background: #c8982e;
    border-radius: 0 0 20px 20px;
    padding: 23px 30px;
    background-image: linear-gradient(to right, #ce9a33, #6a4d14);

}
.pricingTable:hover {
    -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
    transform: translateY(-10px);
    transition: ease all 0.5s;
}
.pricingTable .pricingTable-signup a:hover {
    letter-spacing: 1px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    padding: 14px;
}
.pricingTable .pricingTable-signup a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    /* font-style: italic; */
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px;
    font-weight: 600;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.5s;
}
.btn-danger.active, .btn-danger:active{
    background-color: #ce9a33 !important;
}
.w-100{
    width: 100%;
}
#iframeContainer{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.cursor-pointer{
    cursor: pointer;
}
.experience-heading{
    font-size: 32px;
    color: #c8982e;
    font-family: 'cinzel';
  }