
@font-face {
    font-family: 'Neue Helvetica light';
    src: url('fonts/Helvetica\ Neue\ LT\ 45\ Light.ttf');
}

@font-face {
    font-family: 'Neue Helvetica Medium';
    src: url('fonts/Helvetica\ Neue\ LT\ 65\ Medium.ttf');
}

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

@font-face {
    font-family: 'PlayfairDisplaySC-Bold';
    src: url('fonts/PlayfairDisplaySC-Bold.ttf');
}
@font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: Regular;
    src: url(../css/icofont/icofont.woff2) format("woff2"), url(../css/icofont/icofont.woff2) format("woff")
}

[class*=" icofont-"],
[class^=icofont-] {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.icofont-rounded-down:before {
    content: "\ea99"
}

.icofont-rounded-up:before {
    content: "\eaa1"
}

.icofont-download:before {
    content: "\ef08"
}

.icofont-navigation-menu:before {
    content: "\efa2"
}

.icofont-close:before {
    content: "\eee4"
}

/*COMMON CSS==================================================*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Neue Helvetica light';
    font-weight: normal;
    color: #BF9855;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: #005D6A;
}

body,
html,
div,
p,
span,
ul,
li,
ol,
a,
img,
label,
form,
iframe,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;
    text-decoration: none;
    list-style-type: none;
}

/*--------------------*/
a {
    color: #f5f5f5;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/* a:hover{color:#f5f5f5;} */
h1,
h2,
h3,
h4,
h5,
h6 {
    display: inline-block;
    width: 100%;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 20px;
}

tr {
    border-bottom: 1px solid #A0A0A0;
}

td {
    position: relative;
}

em {
    color: #FF0000;
}

/*--------------------*/
input,
textarea,
select,
form,
label {
    margin: 0px;
    padding: 0px;
    outline: none;
}

button {
    outline: 0;
}

a img {
    border: 0px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #B37D20;
}

/*--------------------*/
th {
    font-weight: 500;
    min-height: 42px;
}

/*ERROR MESSAGE==================================================*/
p.e {

    width: 100%;
    margin: 1px 0;
    padding: 0;
    line-height: 12px !important;
    font-size: 12px !important;
    color: red !important;
    font-weight: normal;
    text-align: left;
}

.err input[type=text],
.err input[type=password],
.err textarea,
.err .mx-list {
    border: 1px solid #f5f5f5;
}

/*--------------------*/
label {

    width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #222222;
}

p {
    width: 100%;
    margin-bottom: 15px;
    line-height: 22px;
}

.editor-data {

    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.editor-data li,
.editor-data p,
.accrd-content li {

    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.editor-data ul {

    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
}

.editor-data ul li {
    list-style: disc;
}

/*BUTTON CSS==================================================*/
.button,
input.button {
    display: inline-block;
    background-color: #000;
    padding: 13.5px 20px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: #005D6A ;
    letter-spacing: 1.5px;
    font-family: 'Neue Helvetica Medium';
}

.button i,
input.button.fa,
.view-btn i {
    font-size: 14px;
}

.button:hover,
input.button:hover,
.view-btn:hover {
    background: #CDAA49;
    color: #ffffff;
    letter-spacing: 1.5px;
}

.button:before,
input.button:before,
.view-btn:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.fa-save:before,
.fa-floppy-o:before {
    display: none;
}

.button.arrow:after {
    content: "\f105";
    margin: -2px 0 0 10px;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
}

/*BTN CSS==================================================*/
a.btn,
input.btn {
    display: inline-block;
    line-height: 1;
    background-color: #ffffff;
    padding: 12px 20px 10px 20px;
    color: #f5f5f5 !important;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    text-transform: none;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    min-width: 80px;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}

a.btn i,
input.btn.fa {
    font-size: 14px;
}

a.btn:hover,
input.btn:hover {
    color: #222222 !important;
    border: 1px solid #222222;
}

a.btn:before,
input.btn:before {
    font-family: 'FontAwesome';
}

/*DEL BUTTON CSS==================================================*/
div.mxdialog a.del {
    display: inline-block;
    width: 25px;
    height: 26px;
    border: 1px solid #a0a0a0;
    position: relative;
}

div.mxdialog a.del:before,
div.mxdialog a.del:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5px;
    margin-top: -7px;
    transition: all ease-in-out 0.3s;
}

div.mxdialog a.del:before {
    transform: rotate(45deg)
}

div.mxdialog a.del:after {
    transform: rotate(-45deg)
}

div.mxdialog a.del:hover {
    background: #f5f5f5;
    border: 1px solid #f5f5f5
}

/* div.mxdialog a.del:hover:before,div.mxdialog a.del:hover:after{background:#f5f5f5;} */
div.mxdialog a.del:hover:before {
    transform: rotate(-45deg);
    /*background:#fff;*/
}

div.mxdialog a.del:hover:after {
    transform: rotate(45deg);
    /*background:#fff;*/
}

/*ADD BUTTON CSS==================================================*/
a.add {
    display: inline-block;
    width: 26px;
    height: 27px;
    border: 1px solid #a0a0a0;
    position: relative;
}

a.add:after,
a.add:before {
    content: "";
    width: 1px;
    height: 13px;
    background: #a0a0a0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5px;
    margin-top: -7px;
    transition: all ease-in-out 0.3s;
}

a.add:after {
    width: 1px;
    height: 13px;
    margin-top: -7px;
    margin-left: 0px;
}

a.add:before {
    width: 13px;
    height: 1px;
    margin-top: -1px;
    margin-left: -6px;
}

a.add:hover {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}

a.add:hover:after,
a.add:hover:before {
    background: #fff;
}

a.add:hover:after,
a.add:hover:before {
    transform: rotate(180deg);
}

/*FORM INPUT CSS==================================================*/
input[type=text],
input[type=password],
textarea,
div.select-box,
div.select-box select,
i.chk,
i.rdo {
    font-size: 14px;
    color: #005D6A;
}

input[type=text],
input[type=password],
textarea {
    display: inline-block;
    width: 100%;
    height: 38px;
    color: #005D6A;
    background: transparent;
    padding: 0px 10px;
    resize: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #6d6d6d;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

textarea {
    overflow: auto;
    padding: 10px;
    overflow-y: auto;
    scrollbar-color: rgba(130, 130, 130, 0.3) rgba(130, 130, 130, 0.5);
    scrollbar-width: thin;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus {
    outline: none;
    border: 1px solid #222;
    box-shadow: 0 0 10px #222;
}

input[xtype=date],
input[xtype=time],
input[xtype=datetime] {
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 15px;
    min-width: 110px;
}

/*--------------------*/
input[xtype=date] {
    background-image: url(../images/ico-date.png);
}

input[xtype=time] {
    background-image: url(../images/ico-time.png);
}

input[xtype=datetime] {
    background-image: url(../images/ico-date-time.png);
    background-size: 18px;
}


/*MX DIALOGUE==================================================*/
div.mxdialog,
div#mxloader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-y: auto;
    scrollbar-color: rgba(130, 130, 130, 0.3) rgba(130, 130, 130, 0.5);
    scrollbar-width: thin;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10;
}

div.mxdialog h2.title {

    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.mxdialog div.body {
    display: flex;
    max-height: 90%;
    background: #fff;
    border: 0px solid #A0A0A0;
    padding: 25px 12px 20px 24px;
    flex-flow: row wrap;
    position: relative;
    min-width: 500px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

div.mxdialog div.content {

    width: 100%;
    margin: 0px;
    padding: 0px 12px 0px 0px;
    max-height: 75vh;
    overflow: auto;
    overflow-y: auto;
    scrollbar-color: rgba(130, 130, 130, 0.3) rgba(130, 130, 130, 0.5);
    scrollbar-width: thin;
    font-size: 14px;
    color: #222222;
}

div.mxdialog div.mx-btn {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

div.mxdialog div.mx-btn a.button {
    margin: 0px 5px;
}

div.mxdialog h2 {

    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

div.mxdialog textarea,
/* div.mxdialog input[type=text], div.mxdialog input[type=password]{border:1px solid #dcdcdc;} */
div.mxdialog h1,
div.mxdialog h3,
div.mxdialog h4,
div.mxdialog h5,
div.mxdialog h6 {

    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

div.mxdialog ul li {
    width: 100%;
    margin-bottom: 15px;
}

div.mxdialog ul li.cta {
    text-align: center;
}

div.mxdialog ul li.cta input[type="button"],
div.mxdialog ul li.cta .button {
    float: none;
    display: inline-block;
}

div.mxdialog ul li:last-child {
    margin-bottom: 0;
}

div.mxdialog ul li.half {
    width: calc(50% - 10px);
    margin: 5px 5px 15px;
}

div.mxdialog ul li.one-third {
    width: calc(33.3333% - 10px);
    margin: 5px 5px 15px;
}

div.mxdialog ul li.one-fourth {
    width: calc(25% - 10px);
    margin: 5px 5px 15px;
}

div.mxdialog a.del {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    right: -12px;
    top: -12px;
    background: #f5f5f5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 0
}

div.mxdialog a.del:before,
div.mxdialog a.del:after {
    background: #222222;
}

div.mxdialog input.button {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000;
}

div.mxdialog input.button:hover {
    background-color: transparent;
    color: #000;
}

/*SELECT BOX CSS==================================================*/
div.select-box {
    display: inline-block;

    width: 100%;
    height: 38px;
    position: relative;
    border: 1px solid #6d6d6d;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

div.select-box select {

    width: 100%;
    height: 36px;
    padding: 0px 10px;
    outline: none;
    display: inline-block;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

div.select-box select option {
    background: #ffffff;
    color: #828282;
    padding: 5px 20px;
    border: 0px;
    cursor: pointer;
    border-bottom: 1px solid #A0A0A0;
}

div.select-box select option:hover {
    background: #ffffff;
}

div.select-box:after {
    color: #222222;
    right: 13px;
    top: 5px;
    padding: 0px;
    position: absolute;
    pointer-events: none;
}

div.select-box:after {
    content: '\f0d7';
    right: 0px;
    top: 0px;
    width: 38px;
    height: 36px;
    font-family: 'FontAwesome';
    position: absolute;
    pointer-events: none;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    font-size: 16px;
    color: #B37D20;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}


/*CUSTOM CHECKBOX CSS==================================================*/
i.chk {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 14px;
    min-height: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !important;
    line-height: 14px
}

i.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

i.chk em {
    position: absolute;
    top: -1px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: rgba(130, 130, 130, 0.4);
    z-index: 0;
    font-style: normal
}

i.chk:hover input~em {
    background-color: #828282;
}

i.chk input:checked~em {
    background-color: #f5f5f5;
}

i.chk em:after {
    content: "";
    position: absolute;
    display: none;
}

i.chk input:checked~em:after {
    display: block;
}

i.chk em:after {
    left: 5px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*CUSTOM RADIO CSS==================================================*/
i.rdo {
    display: inline-block;
    width: auto;
    min-width: 14px;
    min-height: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-style: normal;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !important;
}

i.rdo input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

i.rdo em {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: rgba(130, 130, 130, 0.4);
    z-index: 0;
    font-style: normal
}

i.rdo:hover input~em {
    background-color: #828282;
}

i.rdo input:checked~em {
    background-color: #f5f5f5;
}

i.rdo em:after {
    content: "";
    position: absolute;
    display: none;
}

i.rdo input:checked~em:after {
    display: block;
}

i.rdo em:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

i.rdo input[type=radio]~em {
    border-radius: 100%;
}

i.rdo input[type=radio]~em:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

/*MX-LIST CSS==================================================*/
.mx-list {

    width: 100%;
    padding: 2px 0px 14px 14px;
}

.mx-list li ul {
    margin-left: 20px;
}

.mx-list li {
    padding: 12px 7px 0px 0px !important;
    width: 100%;

}

.mx-list.linear li,
.linear li {
    width: auto;
    margin-right: 10px;
}

/*FILE UPLOAD==================================================*/
div.mx-file-upload {
    clear: both;

    width: 100%;
    padding: 5px;
    margin-top: 5px;
}

div.mx-file-upload div.drop {
    float: right;
    width: 70px;
    height: 70px;
    background: #bebebe;
    text-align: center;
    vertical-align: middle;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

table td div.mx-file-upload div.drop {
    width: 40px;
    height: 40px;
}

div.mx-file-upload div.drop:hover {
    background: #f5f5f5;
}

div.mx-file-upload div.drop a {
    display: block;
    /* background: #170F0F; */

    width: 100%;
    height: 100%;
    color: transparent;
    line-height: 14px;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
    background-image: url(../images/ico-upload-file.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center center;
}

table td div.mx-file-upload div.drop a {
    background-size: 20px;
}

div.mx-file-upload div.drop input {
    display: none;
}

div.mx-file-upload ul {

    margin: 0px;
    padding: 0px;
    height: 100%;
    width: calc(100% - 80px);
}

div.mx-file-upload ul li {
    position: relative;
    width: 65px;
    height: 66px;
    margin: 2px;

    background-color: rgba(220, 220, 220, 0.7);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    border: 1px solid #a0a0a0;
}

div.mx-file-upload ul li a {

    width: 100%;
    height: 64px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

div.mx-file-upload ul li img {
    max-width: 100%;
    max-height: 96%;
}

div.mx-file-upload ul li a.del {
    font-size: 10px;
    line-height: 15px;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: -8px;
    top: -8px;
    background-color: #f5f5f5;
    color: white;
    border-radius: 50%;
    text-align: center;
    display: none;
    border: 0;
    z-index: 1
}

div.mx-file-upload ul li:hover a.del {
    display: block;
}

div.mx-file-upload a.del:before,
div.mx-file-upload a.del:after {
    height: 9px;
    margin-top: -4.5px;
    border: 0;
    background: #fff;
}

div.mx-file-upload ul li a.no-img {

    width: 100%;
    height: 100%;
    background-color: #A0A0A0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/no-file.png);
    background-size: cover;
    line-height: 200px;
    overflow: hidden;
}

a[ext="xlsx"] {
    background-image: url(../images/ico-excel.png);
}

a[ext="docx"] {
    background-image: url(../images/ico-doc.png);
}

a[ext="pdf"] {
    background-image: url(../images/ico-pdf.png);
}

a[ext="pptx"] {
    background-image: url(../images/ico-ppt.png);
}

a[ext="csv"] {
    background-image: url(../images/ico-csv.png);
}

a[ext="zip"] {
    background-image: url(../images/ico-zip.png);
}

a[ext="xlsx"] img,
a[ext="docx"] img,
a[ext="pdf"] img,
a[ext="pptx"] img,
a[ext="csv"] img,
a[ext="zip"] img {
    display: none;
}

/*SCROLL BAR CSS===================================*/
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: rgba(130, 130, 130, 0.3);
}

::-webkit-scrollbar-thumb {
    background: #f5f5f5;
    padding: 0px 0px;
}

/*PLACEHOLDER CSS==================================================*/
::-webkit-input-placeholder {
    color: #005D6A;
}

::-moz-placeholder {
    color: #005D6A;
}

:-ms-input-placeholder {
    color: #005D6A;
}

:-moz-placeholder {
    color: #005D6A;
}

/*PROGRESS BAR==================================================*/
div#mxloader {
    display: block;
    position: relative;
    z-index: 6;
}

div#mxmsg {
    display: none;
    min-height: 30px;
    min-width: 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: #f5f5f5;
    background-color: #FFF;
}

div.progress {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    background: #828282;
}

.spinner div {
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(../images/logo-m.png);
    background-repeat: no-repeat;
    box-shadow: inset 0 0 20px rgba(220, 0, 0, 0.4);
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    vertical-align: top;
    color: #dc0000;
    padding: 3px;
}

.spinner .f1 {
    -webkit-transform: translateZ(50px);
    -ms-transform: translateZ(50px);
    transform: translateZ(50px);
}

.spinner .f2 {
    -webkit-transform: rotateY(90deg) translateZ(50px);
    -ms-transform: rotateY(90deg) translateZ(50px);
    transform: rotateY(90deg) translateZ(50px);
}

.spinner .f3 {
    -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
    -ms-transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
    transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
}

.spinner .f4 {
    -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
    -ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
    transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
}

.spinner .f5 {
    -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
    -ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
    transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
}

.spinner .f6 {
    -webkit-transform: rotateX(-90deg) translateZ(50px);
    -ms-transform: rotateX(-90deg) translateZ(50px);
    transform: rotateX(-90deg) translateZ(50px);
}

.spinner {
    -webkit-animation: spincube 8s ease-in-out infinite;
    animation: spincube 8s ease-in-out infinite;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50px 50px 0;
    -ms-transform-origin: 50px 50px 0;
    transform-origin: 50px 50px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -50px;
}

div.progressall,
div.progressall span {
    display: block;

    width: 30%;
    height: 1px;
    margin: 10px;
    padding: 0px;
    background-color: blue;
    clear: both;
}

div.progressall span {
    margin: 0px;
    background-color: red;
}

@-webkit-keyframes spincube {
    16% {
        -webkit-transform: rotateY(-90deg);
    }

    33% {
        -webkit-transform: rotateY(-90deg) rotateZ(90deg);
    }

    50% {
        -webkit-transform: rotateY(180deg) rotateZ(90deg);
    }

    66% {
        -webkit-transform: rotateY(90deg) rotateX(90deg);
    }

    83% {
        -webkit-transform: rotateX(90deg);
    }
}

@keyframes spincube {
    16% {
        -ms-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    33% {
        -ms-transform: rotateY(-90deg) rotateZ(90deg);
        transform: rotateY(-90deg) rotateZ(90deg);
    }

    50% {
        -ms-transform: rotateY(180deg) rotateZ(90deg);
        transform: rotateY(180deg) rotateZ(90deg);
    }

    66% {
        -ms-transform: rotateY(90deg) rotateX(90deg);
        transform: rotateY(90deg) rotateX(90deg);
    }

    83% {
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
}

fieldset {

    width: calc(100% - 30px);
    margin-left: 15px;
    border: 2px solid #dcdcdc;
    padding: 15px;
}

fieldset legend {
    font-size: 18px;
}

fieldset legend h3 {
    font-size: 100%
}

/*FORM CSS=====*/

 #contact ul.form-list {
    width: 100%;
    margin: 0;
    padding: 40px 35px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    background: #fff;
}

ul.form-list li {

    width: 100%;
    margin: 0 0 18px 0;
    padding: 0 8px;
}

ul.form-list li.w35 {
    width: 40%;
}

ul.form-list li.w65 {
    width: 60%;
}

ul.form-list li.center {
    text-align: center;
}

ul.form-list li .cta {
    text-align: center;
}

ul.form-list li.cntry-code {
    width: 35%;
}

ul.form-list li.mob-no {
    width: 65%;
}

#nav-icon {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 98;
    display: none;
    margin-top: -2px
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #B37D20;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav-icon span:nth-child(even) {
    left: 50%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#nav-icon span:nth-child(odd) {
    left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
    top: 0;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
    top: 9px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
    top: 18px;
}

#nav-icon.open span {
    background: #ffffff;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
    left: 4px;
    top: 5px;
}

#nav-icon.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 5px;
}

#nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon.open span:nth-child(5) {
    left: 4px;
    top: 12px;
}

#nav-icon.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 12px;
}

.desk-only {
    display: block !important;
}

.mob-only {
    display: none !important;
}

.container {

    width: 100%;
    margin: 80px 0 0;
    padding: 0;
}

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.wrapper-900 {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

section {

    width: 100%;
    margin: 0;
    padding: 40px 0 ;
}

section.home-banner {
    padding: 0;
}

.header {
    position: fixed;
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0E2F36;
    z-index: 10;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.header .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header.sticky-header {
    height: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header.sticky-header .logo {
    width: 190px;
}

.logo {
    position: absolute;
    top: 55%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 190px;
    transition: all ease-in-out 0.3s;
     -webkit-transition: all ease-in-out 0.3s;
}


.logo img {
    max-width: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

#nav-icon {
    display: none;
}

.menu-box {
    flex: 1;
    display: flex;
    justify-content: center;
}

.menu-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu-box ul li {

    width: auto;
    margin: 0px 20px;
}

.menu-box ul li:nth-child(3) {
    margin-right: 120px;
}

.menu-box ul li:nth-child(4) {
    margin-left: 120px;
}

.menu-box ul li a {
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 400;
    font-size: 20px;
}

.menu-box ul li a:hover,
.menu-box ul li a.active {
    color: #BF9855;
}

#highlight{
    scroll-margin-top: 1rem;
  }
div.form-wrap.ask-expert {
    display: none;
    position: absolute;
    right: 35px;
    top: 0px;
    width: 370px;
    padding: 0px 10px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
    /* border-bottom-left-radius:30px;-webkit-border-bottom-left-radius:30px;border-bottom-right-radius:30px;-webkit-border-bottom-right-radius:30px; */
}

div.form-wrap.ask-expert h2 {

    width: 100%;
    margin: 0;
    padding: 15px;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
}

div.form-wrap.ask-expert div.select-box,
div.form-wrap.ask-expert input[type=text] {
    background: #000;
}

section.thank-you-wrap {

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #fff;
}

section h4 {

    width: 100%;
    margin: 20px 0px;
    text-transform: uppercase;
    color: #fbfcff;
    text-align: center;
    font-weight: normal;
}

section h5 {

    width: 100%;
    margin: 0 0 20px 0px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #484848;
}



section.thank-you-wrap h4 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    background-image: url(../images/ttl-bg.png);
    padding-bottom: 20px;
}

section.thank-you-wrap p {
    text-align: center;
}

/* home banner */
.hm-banner {

    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style-type: none;
}

.hm-banner li {

    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.hm-banner img {
    max-width: 100%;
}

/* rera-info */
section.about {
    text-align: center;
}

section.about h3 {
    font-family: 'PlayfairDisplaySC-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.09em;
    color: #393124;
}

.about h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 43px;
    color: #fff;
    font-family: 'PlayfairDisplaySC-Bold';
    text-transform: uppercase;
}

.about h4 {
    font-family: 'PlayfairDisplaySC-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    margin: 5px 0px 20px 0px;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about p {
    float: none;
     
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 138.8%;
    text-align: center;
    letter-spacing: 0.025em;

    color: #393124;
}

section .about-card {
    background: #E8E8E8;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 2rem;
}

section.about span {
    font-size: 20px;
letter-spacing: 1px;
}

.rera-info {

    width: 100%;
    margin: 40px 0 0;
    padding: 10px 20px;
    position: relative;
    color: #fff;
    text-align: center;
}

.rera-info p {
    margin: 0;
    font-size: 12px;
}

.rera-info a {
    color: #ffffff;
}

.rera-info img {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* project history */
.synophsis {

    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.synophsis p {
    font-size: 16px;
    margin-bottom: 30px;
}

.project-story .img-box {

    width: 100%;
}

.project-story .img-box img {
    width: 100%;
}

section.project-story h5 {
     
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 128%;
    text-transform: none;

    text-align: center;
    letter-spacing: 0.04em;

    color: #FFFFFF;

}


.discription {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}

.discription .left {
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 0;
}

.discription .left h5 {
    margin: 0;
}

.discription .right {

    display: flex;
    align-items: center;
    width: 100%;
    background: #000000;
    padding: 0px 20px;
    min-height: 200px;
}

.discription ul {
    list-style-type: disc;
    padding-left: 40px;
    max-width: 600px;
    margin: 0 auto;
}

.discription ul li {
    font-size: 15px;
    margin: 8px 0;
    list-style-type: square;

    width: 100%;
    text-align: left;
}

/* configuration */
.config-sec div.config-wrap {

    width: 100%;
    padding: 0 40px 0 0;
    margin: 0
}

.config-sec ul {

    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.config-sec ul li.row {

    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}

.amenities-section {
    padding: 120px 20px 20px;
    
}
#amenities{
    background-image: url('../images/amenities-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -185px;
    z-index: 1;
    position: relative;
}
.amenities-heading {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 8px 0px 0px;
}

.config-sec ul li.row .col-wrap {
    display: flex;
    justify-content: center;
    /* background: url('../images/amenities-bg.png'); */
    opacity: 0.86;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
}

.config-sec ul li.row:first-child {
    margin: 0;
}

.config-sec ul li.row:last-child {
    margin: 0
}

.config-sec ul li.row.title .col-wrap {
    background: #ffffff;
}

.config-sec ul li.row div.col {

    width: 33.3333%;
    padding: 20px 0 40px;
    margin: 0;
    text-align: center;
    /*border-right: 2px solid #383022;
    border-bottom: 2px solid #383022;*/
}

.config-sec ul li.row div.col:last-child {
    border-right: 0
}

.config-sec ul li.row div.col span {
    color: #ffffff;
    font-size: 16px;
}

.config-sec ul li.row.title div.col span {
    color: #000000;
    font-weight: 600;
}

.config-sec ul li.row div.col span a {
    color: #ffffff;
    border-bottom: 1px solid #383022;
}

.config-sec ul li.row div.heading {
    background: #f2d379;
    padding: 15px 0;
    text-align: center
}

.config-sec ul li.row div.heading span {
    color: #000;
    font-size: 16px;
    line-height: 20px
}

.config-sec ul li.row ul,
.config-sec ul li.row ul li {

    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.config-sec ul li.row ul li div.col-wrap {

    width: 100%;
    padding: 0;
    margin: 0;
}

.config-sec ul li.row ul li div.col {
    display: inline-block
}

.config-sec ul li.row ul li div.price-form {

    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #383022;
}

.config-sec ul li.row ul li div.price-form-inside {

    width: 100%;
    padding: 20px 50px;
    margin: 0
}

div.price-form-inside p {
    color: #484848;
}

.config-sec ul li.row ul li div.price-form ul.form-list li {
    display: inline-block;
    width: 25%;
    margin: 0 -2px;
    padding: 0 10px;
    position: relative
}

.config-sec ul li.row ul li div.price-form ul.form-list li .form-icon {
    position: absolute;
    top: 13px;
    left: 13px
}

.config-sec ul li.row ul li div.price-form ul.form-list li .form-icon img {
    width: 18px
}

.config-sec ul li.row ul li div.price-form ul.form-list li .text {

    width: 100%;
    color: #000;
    padding: 10px 10px 10px 40px;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #abaaaa;
    line-height: 22px;
    border-radius: 0;
    -webkit-border-radius: 0
}

.config-sec ul li.row ul li div.price-form ul.form-list li select.text {
    padding: 5px 10px 5px 10px;
}

.config-sec ul li.row ul li div.price-form ul.form-list li.full {
    width: 100%;
    text-align: center;
    margin: 20px 0 0
}

.config-sec ul li.row ul li div.price-form ul.form-list li div.select-box {
    background: transparent;
    border: 0;
}

.config-sec ul li.row ul li div.price-form ul.form-list li div.select-box:after {
    height: 34px;
}

.config-sec ul li.row ul li div.price-form ul.form-list li .button {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.config-sec ul li.row ul li div.price-form ul.form-list li .button:hover {
    background-color: transparent;
    color: #000;
}

.config-sec::-webkit-input-placeholder {
    color: #9b968e;
    font-size: 16px;
    opacity: 1
}

.config-sec::-moz-placeholder {
    color: #9b968e;
    font-size: 16px;
    opacity: 1
}

.config-sec:-ms-input-placeholder {
    color: #9b968e;
    font-size: 16px;
    opacity: 1
}

.config-sec:-moz-placeholder {
    color: #9b968e;
    font-size: 16px;
    opacity: 1
}

.config-sec div.img-box {

    position: relative;
    width: 35%;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover
}

.config-sec div.data {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center
}

.config-sec div.data a.play-btn {
    display: inline-block
}

.config-sec div.data a.play-btn img {
    width: 60px;
    max-width: 100%
}

.config-sec div.data p {
    color: #fff;
    font-size: 14px;
    padding: 5px 0 0;
    text-transform: capitalize
}

.config-sec div.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2)
}

/* Aminities gallery */
ul.amenities-slider {

    width: 100%;
    margin: 0;
    /* padding: 0 80px; */
}

ul.amenities-slider li {
    position: relative;
}

ul.amenities-slider li div.img-box {
    width: 100%;
    opacity: 0.2;
    padding: 0px 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

ul.amenities-slider li.slick-slide.slick-current div.img-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    opacity: 1;
}

ul.amenities-slider li div.img-box img {
    width: 100%;
    /* transform: scale(0.9); */
}

ul.amenities-slider li.slick-slide.slick-current div.img-box img {
    transform: scale(1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

ul.amenities-slider li p {
    display: none;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    transform: scale(1);
}

ul.amenities-slider li.slick-slide.slick-current p {
    display: block;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 55px;
    margin: 0;
    padding: 0;
    background: center no-repeat;
    border: 0;
    line-height: 200px;
    overflow: hidden;
    background-size: 100%;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transform: scale(.9)
}

.slick-arrow.slick-next {
    margin: 0 0 0 5px;
    right: 10px;
    left: auto;
    z-index: 1;
    background-image: url(../images/next-arrow.png);
    background-size: 16px;
    background-position: center;
}

.slick-arrow.slick-prev {
    margin: 0 5px 0 0;
    left: 10px;
    right: auto;
    z-index: 1;
    background-image: url(../images/prev-arrow.png);
    background-size: 16px;
    background-position: center;
}

.slick-arrow:hover {
    transform: scale(1.1)
}

/*
div.tab-menu {margin: 0 0 30px;padding: 0;text-align: center}
ul.tab-list {display: inline-block;width: auto;margin: 0;padding: 0}
ul.tab-list li {display: inline-block;margin: 0 8px;padding: 0}
ul.tab-list li a {display: inline-block;position: relative;font-size: 16px;line-height: 24px;margin: 15px 20px 0;padding: 8px 0;color: #aaaaaa;text-transform: uppercase;}
ul.tab-list li a:hover, ul.tab-list li a.active{color:#000000;}
.gallery ul.tab-list{border-bottom:1px solid #666666;}
 div.tab-content ul {width: 100%;margin: 0;padding: 0;list-style: none}
div.tab-content ul .slick-track {margin: 0 auto}
div.tab-content ul li {display: inline-block;width: 100%;margin: 0;padding: 0;position: relative;text-align: center}
div.tab-content ul li a.fancybox-thumb {display: inline-block;position: relative;width: 100%;margin: 0;padding: 0;z-index: 1}
div.tab-content ul li:focus {outline: 0}
div.tab-content ul li div.img-box {position: relative;width: 100%;margin:0;padding: 0 10px;text-align: center; }
div.tab-content ul li figcaption {float:left; width:100%; margin:10px 0px;}
div.tab-content ul li figcaption h6{float:left; width:100%; margin:0; padding:0; font-size:16px; font-weight:normal; color:#484848;}
div.tab-content ul li div.img-box img {width: 100%;}
div.tab-content ul li div.img-box div.overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: url(../images/play-btn.png) no-repeat rgba(0, 0, 0, .5);background-position: center center;background-size: 60px}
div.floor-plan.gallery div.tower-wrap div.tab-content ul li div.img-box img,div.floor-plan.gallery div.tower-wrap div.tab-content ul li.slick-current div.img-box img {border: 0}
div.tab-content ul li a.plan-download {display: inline-block;width: auto;font-size: 16px;color: #f5f5f5;background-image: url(../images/icon-imgs.png);background-repeat: no-repeat;background-size: 58px;background-position: 155% -118px;padding: 0 26px 3px 0;border-bottom: 1px solid #f5f5f5;margin: 15px 0 0}
div.tab-content ul li a.plan-download{display:none !important;}


div.floor-plan.gallery div.tower-wrap div.tab-content ul li a.plan-download {color: #ba8a2d;border-bottom: 1px solid #ba8a2d;background-position: 155% -118px}
 */
div.tab-content ul.slick-dots {position: absolute; display:block; width:100%; padding:0; margin:0; list-style:none; text-align:center; bottom:-3px;}
div.tab-content ul.slick-dots li{ float:none; position:relative; display:inline-block; width:10px; height:10px; margin:0 3px; padding: 0;cursor: pointer;}
div.tab-content ul.slick-dots li button{width:100%; height:100%; padding:0; border:1px solid #000; line-height:50px;  font-size: 0px; background: transparent;  border-radius: 50%; }
div.tab-content ul.slick-dots li button:hover, 
div.tab-content ul.slick-dots li.slick-active{width:10px; }
div.tab-content ul.slick-dots li.slick-active button{ background:#000;}
div.tab-content ul.slick-dots li button:before{display:none; }

/* legacy video */
.legacy-wrap {

    display: flex;
}

.video-wrap {

    width: 60%;
}

.video-wrap iframe {
    height: 100%;
}

.story-wrap {

    width: 100%;
    background: #000000;
    padding: 40px 50px;
    text-align: center;
}

.story-wrap h6 {
    font-weight: normal;
    margin-bottom: 15px;
}

/* contact-sec */
.contact-wrap {

    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 30px 0 0;
    padding: 0;
}

.contact-wrap div.form-wrap {
    width: 50%;
}
.contact-wrap input[type=text],
.contact-wrap input[type=password],
.contact-wrap textarea,
.contact-wrap div.select-box {
    font-family: 'Neue Helvetica light';
    border: 0;
    border-bottom: 1px solid #6d6d6d;
}

.contact-wrap input.button {
    background: #000000;
    color: #fff;
    border: 1px solid #000;
}

.contact-wrap input.button:hover {
    background-color: transparent;
    color: #000;
}

.contact-wrap div.address-wrap {
    width: 50%;
    color: #ffffff;
    /* background-image: url(../images/location.png); */
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: 15px -15px;
    padding: 70px 170px;
}

.contact-wrap div.address-wrap h6 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 25px;
}

.locate-wrap .location-list h3 {
    margin-bottom: 25px;
}

.contact-wrap div.address-wrap a {
    display: inline-block;
    text-decoration: underline;
    /* margin-bottom: 25px; */
}

/* laocation advantage */
.locate-wrap {

    width: 100%;
    background: #f3f3f3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px 0px;
}

.locate-wrap .location-list {

    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.locate-wrap .location-list li {
    width: 13.16%;
    justify-content: center;
}

.locate-wrap .location-list li div.item {

    width: 100%;
    text-align: center;
}

.locate-wrap .location-list h3 {

    width: 100%;
    font-size: 28px;
    line-height: 30px;
    color: #222222;
}

.locate-wrap .location-list h3 span {
    font-size: 70%;
}

.locate-wrap .location-list p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}

/* map section */
.location-map div.img-box {

    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
}

.location-map div.img-box img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

/* disclaimer */
.disclaimer-popup .content a {
    color: #0845ed;
    margin: 0 0 0 5px;
}

.disclaimer {
    padding: 28px 0;
    text-align: left;
    font-family: 'Neue Helvetica light';
}

.disclaimer h5{
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
}

.disclaimer .content {

    width: 100%;
    background: #f3f3f3;
    text-align: center;
    padding: 20px 50px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.disclaimer .content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.disclaimer .content a {
    color: #285edb;
}


.disclaimer p{
 font-family: 'Neue Helvetica light';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 146.4%;
text-align: center;
letter-spacing: 0.03em;
color: #E0E0E0;
}
/* footer */
footer {

    width: 100%;
    height: 51px;
    position: relative;
    padding-bottom: 125px;
}

.footer-wrap {

    width: 100%;
    background: #000;
    text-align: center;
    padding: 15px 0;
}

.footer-wrap p {
    color: #fff;
    margin: 0;
}

/* sticky form */
footer .sticky-form {

    width: 100%;
    background: #000000;
    padding: 10px 0 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.sticky-form .title {

    width: 12%;
}

.sticky-form .form-wrap {

    width: 88%;
    margin-top: 10px;
}

.sticky-form .form-wrap ul.form-list {
    display: flex;
    align-items: center;
}

.sticky-form .form-wrap ul.form-list li {
    width: 27%;
    margin: 0;
    height: 52px;
}

.sticky-form .form-wrap ul.form-list li.cntry-code {
    width: 16%;
}

.sticky-form .form-wrap ul.form-list li.send-btn {
    width: 15%;
}

.sticky-form .form-wrap div.select-box,
.sticky-form .form-wrap input[type=text] {
    background: #fff;
    border-color: #000;
}

.sticky-form input.button {
    border: 1px solid #fff;
    background: #000;
    padding: 8px 25px
}

.sticky-form input.button:hover {
    border: 1px solid #ffffff;
    background: transparent;
    color: #fff;
}

.copy {

    width: 100%;
    margin: 0;
    padding: 20px;
    background: #000000;
    text-align: center;
    color: #ffffff;
}



.loader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/pre-loader.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 64px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: none;
}

.callback-div {
    padding: 0 0 24px;
    position: fixed;
    right: -242px;
    top: 22%;
    vertical-align: top;
    z-index: 10000;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.callback-div ul.form-list li.w35,
.callback-div ul.form-list li.w65 {
    width: 100%;
}

.callback-div h5 {

    width: 100%;
    margin: 0 0 5px 0;
    font-size: 16px;
}

.callback-div h6 {

    width: 100%;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.callback-div.active {
    right: -1px;
}

.instant-switch {
    background: url(../images/handle.png) no-repeat scroll 0 0;
    border-radius: 5px 3px 0 4px;
    cursor: pointer;
    display: inline-block;
    height: 182px;
    vertical-align: top;
    width: 36px;
}

.content-switcher {
    background-color: #fff;
    border: 1px solid #cccccc;
    display: inline-block;
    margin: 2px 0 0 -4px;
    padding: 16px 16px 0;
    vertical-align: top;
    width: 242px;
    color: #484848
}

.content-switcher input.button {
    background: #000;
    color: #ffffff;
    border: 1px solid #000;
}

.content-switcher input.button:hover {
    background-color: transparent;
    color: #000;
}

.hide {
    background-color: #FFFFFF;
    color: #484848;
    border-radius: 0 5px 0 0;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 4px;
    width: 40px;
    cursor: pointer;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

/*div.mxdialog.popup-form .body{
    background-repeat:no-repeat; background-position:center; background-size:cover; background-image:url(../images/popup-bg.jpg);


/* ---- .element-item ---- */
.grid {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.grid-item {}

.grid-item img {
    margin: 0;
    padding: 0;
    border: 5px solid #FFF;
    /* -webkit-filter: sepia(100%); */
    transition: .6s ease-in;
}

.grid-item img:hover {
    filter: none;
    -webkit-filter: sepia(100%);
}

.grid-item-nocolor img {
    margin: 0;
    padding: 0;
    border: 5px solid #FFF;
    transition: .6s ease-in;
}

.grid-item-nocolor img:hover {
    -webkit-filter: sepia(100%);
    transition: .6s ease-in;
}

.fp-tab-header {
    position: relative;
    text-align: center;
    margin: 25px 0px 20px;
}

.fp-tab-header a {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 20px;
    text-transform: uppercase;
    min-width: 130px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    margin: 0 5px;
    font-family: 'Neue Helvetica Medium';}

.fp-tab-header a.active {
    background-color: #BF9855;
    color: #ffffff;
}

.fp-tab-body {
    position: relative
}

.fp-tab-panel {
    position: relative;
    display: none;
    margin-top: 15px;
}

.fp-list {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.fp-list-item {
    max-width: 32%;
    margin: 6px;
    flex-basis: 32%;
    position: relative;
}

.fp-list-item a {
    display: block
}

.fp-list-item a img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #B37D20;
    cursor: zoom-in;
}

.fp-list-item span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 15px
}

#sideerror_name {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 28px;
    top: 104px;
}

#sideerror_mobile {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 28px;
    top: 159px;
}

#sideerror_email {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 28px;
    top: 215px;
}



#fterror_name {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    left: 14%;
    top: 40px;
}

#fterror_mobile {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    left: 43%;
    top: 40px;
}

#fterror_email {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 20.5%;
    top: 40px;
}

.error-pricing {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 77px;
}



#getintoucherror_name {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 28px;
}

#getintoucherror_mobile {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 80px;
}

#getintoucherror_email {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 137px;
}

#modalerror_name {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 77px;
}

#modalerror_mobile {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 128px;
}

#modalerror_email {
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 181px;
}

.d-none {
    display: none;
}

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

.about-sec, .details-text, .details-image {
    maxwidth: 50%;
    flex-basis: 50%;
}
.about-hr{
    width: 85%;
    margin: auto;
    color: #BF9855;
}
.about-text-left {
    width: 50%;
    margin-left: 3rem;
    /* text-align: justify; */
}

.about-text-right {
    width: 50%;
    margin-right: 2rem;
    text-align: justify;
}

.download-brochure {
    text-align: center;
}

.btn-download-brochure {
    padding: 20px 30px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Neue Helvetica Medium';
    letter-spacing: 1px;
    transition: all ease-in-out 0.3s;
    border: 1px solid #F4E3BB;
    background: linear-gradient(to right, #003035 50%, #005D6A 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.btn-download-brochure:hover {
    background-position: left bottom;
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {

    .discription .right {
        display: table-column !important;
    }

    .about-text-left {
        margin-left: 0px !important;
        width: 100% !important;
        padding: 15px;
        text-align: left;
    }

    .about-text-right {
        margin-right: 0px !important;
        width: 100%;
        padding: 15px;
        text-align: left;
    }


    .d-flex {
        flex-direction: column;
    }

    .about-sec {
        width: 100%
    }

    .about-text {
        width: 100%;
        margin-left: 0rem;
        padding: 20px;
    }

    .download-brochure {
        text-align: center;
    }
    .detail-row {
        flex-wrap: wrap;
    }
    table {
        width: 100% !important;
    }
}

.error {
    border: 1px solid red !important;
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 2px red;
}

.sidebuttonload {
    display: none;
}

.privacy {
    margin-top: 8rem;
    padding: 20px 40px;
}

.privacy h4 {
    text-align: left !important;
}

.sub-title {
    font-size: 18px;
    margin-top: 5px;
    font-style: italic;
}


.unit-heading {
    font-family: 'PlayfairDisplaySC-Regular';
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    font-size: 32px;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.amenities-row .col-1,
.amenities-row .col-3 {
    flex-basis: 35%;
    max-width: 35%;
}

.amenities-row .col-2 {
    flex-basis: 20%;
    max-width: 20%;
}
.unit-row .col-1,
.unit-row .col-3 {
    flex-basis: 33%;
    max-width: 33%;
}

.unit-row .col-2 {
    flex-basis: 34%;
    max-width: 34%;
}
.highlight-row .col-1,
.highlight-row .col-3 {
    flex-basis: 43%;
    max-width: 43%;
}

.highlight-row .col-2 {
    flex-basis: 24%;
    max-width: 24%;
}
.highlight-row {
    margin-bottom: 20px;
}
.facilities-container {
    position: absolute;
    top: -350px;
    left: 4%;
    z-index: 1;
}

.location-row .col-1,
.location-row .col-3 {
    flex-basis: 28%;
    max-width: 28%;
}

.location-row .col-2 {
    flex-basis: 48%;
    max-width: 48%;
}

.hr hr {
    border-color: #BF9855;
}

.unit-row, .location-row,
.highlight-row, .contact-row,
.amenities-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-row .col-1,
.contact-row .col-3 {
    flex-basis: 35%;
    max-width: 35%;
}

.contact-row .col-2 {
    flex-basis: 20%;
    max-width: 20%;
}
.plan-description h4 {
    font-family: 'PlayfairDisplaySC-Regular';
    color: #fff;
    font-size: 28px;
    margin: 0px;
}
.plan-description p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140.9%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #393939;
    margin-top: 5px;
    font-family: 'Neue Helvetica Medium';
    margin-bottom: 50px;
}

.detail-col .detail {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Neue Helvetica Medium';
    color: #fff;
}
.detils-heading {
    font-family: 'Neue Helvetica Medium';
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.detail-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.detail-col {
    flex-basis: 33%;
    max-width: 33%;
    text-align: center;
    border-right: 1px solid #BF9855;
    padding: 15px 0px;
}
.detail-col:last-child{
    border-right: none;
}

.apartments-row {
    padding-top: 20px;
}
.apartment-heading hr {
    border: 1px solid #FFE2B0;
}
.apartment-heading, .highlight-heading {
    font-family: 'PlayfairDisplaySC-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 133.9%;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
    text-transform: uppercase;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.appartment-details,.highlight-details {
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-family: 'Neue Helvetica Light';
}
.highlight-details {
    color: #fff !important;
}
.highlight-details hr, .appartment-details hr {
    width: 8%;
    margin-left: 0px !important;
    border: 1px solid #B37D20;
    margin-top: 3px;
}
.heading-border {
    border: 1px solid #FFE2B0;
    margin-bottom: 30px;
}

.about-project-card{
    padding: 20px 120px;
    text-align: center;
    background: #BF9855;
    box-shadow: 4px 4px 23px rgba(99, 71, 24, 0.1);
    border-radius: 4px;
}

.about-project-card h6{
     
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 111.87%;
/* identical to box height, or 27px */

text-align: center;
letter-spacing: 0.09em;
text-transform: uppercase;

color: #000000;
}

.about-project-card h4{
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 111.87%;
/* or 20px */

text-align: center;
letter-spacing: 0.055em;
text-transform: uppercase;

color: #FFFFFF;

}

.about-project-card span{
     
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 126.37%;
/* or 18px */

text-align: center;
letter-spacing: 0.055em;
text-transform: uppercase;

color: #FFFFFF;


}

.project-address{
     
font-style: normal;
font-weight: 500;
font-size: 16px !important;
line-height: 135.87% !important;
/* or 22px */

text-align: center;
letter-spacing: 0.115em;
text-transform: uppercase;

color: #0A0909 !important;
}

.project-add-hr{
    width: 40%;
    margin: auto;
}

h4.exquisite-heading{
    font-family: 'PlayfairDisplaySC-Regular';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 43px;
letter-spacing: 0.100em;
text-transform: uppercase;
background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.terms-condition {  
    font-style: normal;
    font-weight: 400;
    font-size: 8px !important;
    line-height: 140.9%;
    letter-spacing: -0.025em;
    color: #fff;
}



.detail-row p {
    font-size: 18px;
}

#show-more-content{
    transition:all ease-in-out 0.3s ;
  }

  .banner-carousel .img-box img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: cssAnimation 9s 3 ease-in-out forwards;
    animation: cssAnimation 9s 3 ease-in-out forwards;
  }
  .bg-img{
   background-image: url("../images/highlight-bg.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
  }
  .ncr-heading {
    font-family: 'PlayfairDisplaySC-Regular';
    font-weight: 400;
    font-size: 40px;
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    background: linear-gradient(114deg, #F4E3BB 15%, #CDAA49 65.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.details-text p {
    font-weight: 300;
    color: #F9F6F2;
    font-size: 18px;
    width: 85%;
}
.w-100{
    width: 100%;
}
.col-4{
    max-width: 23%;
    flex-basis: 23%;

}
.floor-plan-img {
    width: 100%;
    border: 1px solid #B37D20;
}
#highlight{
    background-image: url("../images/highlight-bg.jpg");
    background-size: cover;
}
.addres-container {
    font-size: 18px;
    line-height: 27px;
    margin-top: 25px;
    font-family: 'Neue Helvetica Medium';
    text-transform: uppercase;
}
.frmEnquiry {
    padding: 20px;
    width: 80%;
    margin: auto;
    border: 1px solid #CDAB6D;
}
section{
    width: 100%;
    overflow-x: hidden !important;
}
.address-heading {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}
section#Facilities {
    z-index: 2;
    position: relative;
    padding-top: 0px;
}
.tab-content {
    width: 90%;
    margin: auto;
}
.enquire-now {
    position: fixed;
    bottom: 20px;
    right: 15px;
    left: auto;
    background: #F4E8B6;
    border-radius: 5px;
    color: #013237;
    text-decoration: none;
    padding: 15px 30px;
    line-height: 100%;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 999999;
    border: none;
    background: linear-gradient(to right, #C4A054 50%, #FFF8E7 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    font-family: 'Neue Helvetica Medium';
}
.popup_heading {
    text-align: center;
    font-family: 'Neue Helvetica Medium';
    font-size: 18px;
    text-transform: uppercase;
    color: #005D6A;
}
.pulse {
    animation: pulse-animation 2s infinite;
}
.location-img{
    cursor: zoom-in;
}

.privacy p {
    color: #fff;
    font-family: 'Neue Helvetica Light';
}

html{
    scroll-behavior: smooth;
}
.thank-you-page,#privacy-page {
    background: #005D6A;
}
.developer-logo{
    width: 200px;
    margin-bottom: 20px;
}
span.heading-span {
    font-size: 36px !important;
}
@keyframes pulse-animation{
    0% {
        box-shadow: 0 0 0 0px #BF9654;
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

  @keyframes cssAnimation {
    from {
      -webkit-transform: scale(1) translate(0px);
    }
    to {
      -webkit-transform: scale(1.3) translate(0px);
    }
  }
  @-webkit-keyframes cssAnimation {
    from {
      -webkit-transform: scale(1) translate(0px);
    }
    to {
      -webkit-transform: scale(1.3) translate(0px);
    }
  }
  .blinking {
    animation: blinkingText 1.2s infinite;
    text-transform: uppercase;
    font-weight: 400;
}

@keyframes blinkingText {
    0% {
        color: #fff;
    }

    49% {
        color: #fff;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}
.price{

    background-image: linear-gradient(-225deg, #c29d51  0%, #c29d51  29%, #F4E3BB 67%, #c29d51  100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-transform: uppercase;
    /* text-fill-color: transparent; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;

    position: relative;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-left: 20px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
table, th, td {
    border: 1px solid #fff !important;
    text-align: center;
    padding: 5px;
    color: #fff;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 70%;
    margin: 30px auto 30px;
}