@font-face {
	font-family: 'futurabookbt';
	src: url('../fonts/futurabookbt.eot');
	src: url('../fonts/futurabookbt.eot') format('embedded-opentype'),
		url('../fonts/futurabookbt.woff2') format('woff2'),
		url('../fonts/futurabookbt.woff') format('woff'),
		url('../fonts/futurabookbt.ttf') format('truetype'),
		url('../fonts/futurabookbt.svg#futurabookbt') format('svg');
}

/*COMMON CSS==================================================*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	font-family: 'futurabookbt';
	font-weight: normal;
	color: #ffffff;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	background-color: #121B40;
}

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;
	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: 17px;
}

tr {
	border-bottom: 1px solid #A0A0A0;
}

td {
	position: relative;
}

em {
	color: #FF0000;
}

/*--------------------*/
input,
textarea,
select,
form,
label {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-family: 'futurabookbt';
}

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: #646464;
}

/*--------------------*/
th {
	font-weight: 500;
	min-height: 42px;
}

/*ERROR MESSAGE==================================================*/
p.e {
	float: left;
	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 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	color: #222222;
}

p {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	line-height: 22px;
}

.editor-data {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.editor-data li,
.editor-data p,
.accrd-content li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
}

.editor-data ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 20px;
}

.editor-data ul li {
	list-style: disc;
}

/*BUTTON CSS==================================================*/
.button,
.button {
	display: inline-block;
	/* background-color: #ffffff; */
	padding: 10px 20px;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all ease-in-out 0.3s;
	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;
}

.button i,
input.button.fa,
.view-btn i {
	font-size: 14px;
}

.button:hover,
input.button:hover,
.view-btn:hover {
	/* background:#222222; */
	color: #ffffff
}

.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;
	-webkit-transition: all ease-in-out 0.3s;
	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;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

div.mxdialog a.del:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

div.mxdialog a.del:after {
	-webkit-transform: rotate(-45deg);
	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 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	/*background:#fff;*/
}

div.mxdialog a.del:hover:after {
	-webkit-transform: rotate(45deg);
	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;
	-webkit-transition: all ease-in-out 0.3s;
	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 {
	-webkit-transform: rotate(180deg);
	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: #808080;
}

input[type=text],
input[type=password],
textarea {
	display: inline-block;
	width: 100%;
	height: 38px;
	color: #808080;
	background: transparent;
	padding: 0px 10px;
	resize: none;
	border: 1px solid #6d6d6d;
	transition: all 0.4s ease;
	-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;
	-webkit-box-shadow: 0 0 10px #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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.9);
	z-index: 10;
}

div.mxdialog h2.title {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div.mxdialog div.body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 90%;
	background: #946648;
	border: 0px solid #A0A0A0;
	padding: 25px 12px 20px 24px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	min-width: 500px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

div.mxdialog div.content {
	/* float: left; */
	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: #fff;
}

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 {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	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 {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
}

div.mxdialog ul {
	margin: 0;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

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: #946648;
	color: #fff;
	border: 1px solid transparent;
}

div.mxdialog input.button:hover {
	background-color: #946648;
	color: #fff;
}

/*SELECT BOX CSS==================================================*/
div.select-box {
	display: inline-block;
	float: left;
	width: 100%;
	height: 38px;
	position: relative;
	border: 1px solid #6d6d6d;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

div.select-box select {
	float: left;
	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;
	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: #808080;
	-webkit-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);
	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);
	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 {
	float: left;
	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%;
	float: left;
}

.mx-list.linear li,
.linear li {
	width: auto;
	margin-right: 10px;
}

/*FILE UPLOAD==================================================*/
div.mx-file-upload {
	clear: both;
	float: left;
	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; */
	float: left;
	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 {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: calc(100% - 80px);
}

div.mx-file-upload ul li {
	position: relative;
	width: 65px;
	height: 66px;
	margin: 2px;
	float: left;
	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 {
	float: left;
	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 {
	float: left;
	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: rgb(128, 128, 128);
}

::-moz-placeholder {
	color: rgb(128, 128, 128);
}

:-ms-input-placeholder {
	color: rgb(128, 128, 128);
}

:-moz-placeholder {
	color: rgb(128, 128, 128);
}

/*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;
	-webkit-box-shadow: inset 0 0 20px rgba(220, 0, 0, 0.4);
	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);
	transform: translateZ(50px);
}

.spinner .f2 {
	-webkit-transform: rotateY(90deg) translateZ(50px);
	transform: rotateY(90deg) translateZ(50px);
}

.spinner .f3 {
	-webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
	transform: rotateY(90deg) rotateX(90deg) translateZ(50px);
}

.spinner .f4 {
	-webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
	transform: rotateY(180deg) rotateZ(90deg) translateZ(50px);
}

.spinner .f5 {
	-webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
	transform: rotateY(-90deg) rotateZ(90deg) translateZ(50px);
}

.spinner .f6 {
	-webkit-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;
	transform-style: preserve-3d;
	-webkit-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;
	float: left;
	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% {
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	33% {
		-webkit-transform: rotateY(-90deg) rotateZ(90deg);
		transform: rotateY(-90deg) rotateZ(90deg);
	}

	50% {
		-webkit-transform: rotateY(180deg) rotateZ(90deg);
		transform: rotateY(180deg) rotateZ(90deg);
	}

	66% {
		-webkit-transform: rotateY(90deg) rotateX(90deg);
		transform: rotateY(90deg) rotateX(90deg);
	}

	83% {
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
	}
}

fieldset {
	float: left;
	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=====*/
div.form-wrap {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.form-list {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

ul.form-list li {
	float: left;
	width: 100%;
	margin: 0 0 18px 0;
	padding: 0 0px;
	position: relative;
}

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: 100%;
}

#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: #ffffff;
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .35s 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);
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
	-webkit-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 {
	float: left;
	width: 100%;
	margin: 80px 0 0;
	padding: 0;
}

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.wrapper-900 {
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

section {
	float: left;
	width: 100%;
	margin: 0;
	padding: 60px 0 0;
}

section.home-banner {
	padding: 0;
}

.header {
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #121B40;
	z-index: 10;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.header .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header.sticky-header {
	/* height: 50px; */
	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: 180px;
	max-width: 100%;
}

.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 180px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99;
}

.logo img {
	width: 160px;
	max-width: 100%;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

#nav-icon {
	display: none;
}

.menu-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.menu-box .headerCall {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #946648;
	padding: 6px 6px;
	border-radius: 6px;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.menu-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu-box ul li {
	float: left;
	width: auto;
	margin: 0px 15px;
}

.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 {
	color: #9d9d9d;
}

.menu-box .headerCall a {
	color: #fff;
}

.menu-box .headerCall:hover {
	background-color: #fff;
}

.menu-box .headerCall:hover a {
	color: #946648;
}

.menu-box ul li a:hover,
.menu-box ul li a.active {
	color: #ffffff;
}


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 {
	float: left;
	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 {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	background: #121B40;
}

section h4 {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #fbfcff;
	text-align: center;
	font-weight: normal;
}

section h5 {
	float: left;
	width: 100%;
	margin: 0 0 20px 0px;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

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 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
}

.hm-banner li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.hm-banner img {
	max-width: 100%;
}

/* rera-info */
section.about {
	text-align: center;
	padding-bottom: 60px;
}

section.about h6 {
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 18px;
}

section.about span {
	font-size: 12px;
}

.rera-info {
	float: left;
	width: 100%;
	margin: 40px 0 0;
	padding: 10px 20px;
	position: relative;
	background: #6a442b;
	text-align: center;
}

.rera-info p {
	margin: 0;
	font-size: 18px;
}

.rera-info a {
	color: #ffffff;
}

.rera-info img {
	margin-top: 10px;
}

/* project history */
.synophsis {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.synophsis p {
	font-size: 16px;
	margin-bottom: 30px;
}

.project-story .img-box {
	float: left;
	width: 100%;
}

.project-story .img-box img {
	width: 100%;
}

.discription {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
	/* background-color: #946648; */
}

.discription .left {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: #946648;
	text-align: center;
	padding: 20px 20px;
	margin: 0;
	min-height: 50px;
}

.discription .left h5 {
	margin: 0;
}

.discription .right {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: #946648;
	padding: 20px 20px;
	min-height: 50px;
}

.discription ul {
	list-style-type: disc;
	padding-left: 40px;
	max-width: 600px;
	margin: 0 auto;
}

.discription ul li {
	font-size: 18px;
	margin: 8px 0;
	list-style-type: square;
	float: left;
	width: 100%;
	text-align: left;
}

/* configuration */
.config-sec div.config-wrap {
	float: left;
	width: 100%;
	padding: 0 40px 0 0;
	margin: 0
}

.config-sec ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none
}

.config-sec ul li.row {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px;
}

.config-sec ul li.row .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	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: #946648;
	color: #fff;
}

.config-sec ul li.row div.col {
	float: left;
	width: 33.3333%;
	padding: 18px 0 15px;
	margin: 0;
	text-align: center;
	border-right: 2px solid #121B40;
	border-bottom: 2px solid #121B40;
}

.config-sec ul li.row div.col:last-child {
	border-right: 0
}

.config-sec ul li.row div.col span {
	color: #000;
	font-size: 15px;
}

.config-sec ul li.row.title div.col span {
	color: #fff;
	font-weight: 600;
}

.config-sec ul li.row div.col span a {
	color: #000;
	/* border-bottom: 1px solid #121B40; */
	padding: 0px !important;
	font-size: 14px !important;
	text-decoration: none !important;
}

.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 {
	float: left;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0
}

.config-sec ul li.row ul li div.col-wrap {
	float: left;
	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 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #121B40;
}

.config-sec ul li.row ul li div.price-form-inside {
	float: left;
	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: 24%;
	margin: 0 5px;
	padding: 0 0px;
	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 {
	float: left;
	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: #946648;
	color: #fff;
	/*    border: 1px solid #000;*/
}

.config-sec ul li.row ul li div.price-form ul.form-list li .button:hover {
	background-color: #946648;
	color: #fff;
}

.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 {
	float: left;
	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%;
	-webkit-transform: translate(-50%, -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 {
	float: left;
	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 {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	opacity: 1;
}

ul.amenities-slider li div.img-box img {
	width: 100%;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

ul.amenities-slider li.slick-slide.slick-current div.img-box img {
	-webkit-transform: scale(1);
	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: #946648;
	text-align: center;
	margin: 0;
	padding: 10px 20px;
	-webkit-transform: scale(1);
	transform: scale(1);
	font-size: 18px;
}

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;
	-webkit-transform: scale(.9);
	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 {
	-webkit-transform: scale(1.1);
	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 {float: left;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 {float: left;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:-15px;}
div.tab-content ul.slick-dots li{ float:none; position:relative; display:inline-block; width:6px; height:4px; margin:0 3px; padding: 0;cursor: pointer; border-radius:2px; -webkit-border-radius:2px; overflow:hidden;}
div.tab-content ul.slick-dots li button{width:100%; height:100%;background:#b8b8bc; padding:0; border:0; line-height:50px;}
div.tab-content ul.slick-dots li button:hover, 
div.tab-content ul.slick-dots li.slick-active{width:24px; }
div.tab-content ul.slick-dots li.slick-active button{ background:#222222;}
div.tab-content ul.slick-dots li button:before{display:none; }
 */
/* legacy video */
.legacy-wrap {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-wrap {
	float: left;
	width: 60%;
}

.video-wrap iframe {
	height: 100%;
}

.story-wrap {
	float: left;
	width: 40%;
	background: #946648;
	padding: 25px 25px;
	text-align: center;
}

.story-wrap h6 {
	font-weight: normal;
	margin-bottom: 15px;
}

/* contact-sec */
.contact-wrap {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 30px 0 0;
	padding: 0;
}

.contact-wrap div.form-wrap {
	float: left;
	width: 50%;
	padding: 30px 30px 0;
	background-color: #ffffff;
}

.contact-wrap input[type=text],
.contact-wrap input[type=password],
.contact-wrap textarea,
.contact-wrap div.select-box {
	font-family: 'futurabookbt';
	border: 0;
	border-bottom: 1px solid #6d6d6d;
}

.contact-wrap .button {
	background: #946648;
	color: #fff;
	/* border:1px solid #000; */
}

.contact-wrap input.button:hover {
	background-color: #946648;
	color: #fff;
}

.contact-wrap div.address-wrap {
	float: left;
	width: 50%;
	color: #ffffff;
	background-color: #946648;
	/* background-image: url(../images/location.png); */
	background-size: 180px;
	background-repeat: no-repeat;
	background-position: 15px -15px;
	padding: 50px 100px;
}

.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;
}

.contact-wrap div.address-wrap a.footerCall {
	margin-bottom: 0;
}

/* laocation advantage */
.locate-wrap {
	float: left;
	width: 100%;
	background: #f3f3f3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 0px;
}

.locate-wrap .location-list {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0;
}

.locate-wrap .location-list li {
	width: 13.16%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.locate-wrap .location-list li div.item {
	float: left;
	width: 100%;
	text-align: center;
}

.locate-wrap .location-list h3 {
	float: left;
	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 {
	float: left;
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
}

.location-map div.img-box img {
	float: left;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
	padding: 0;
}

/* disclaimer */
.disclaimer-popup .content a {
	color: #0845ed;
	margin: 0 0 0 5px;
}

.disclaimer {
	/* padding: 50px 0; */
	/* text-align: center; */
	float: none;
	padding: 0;
}

.disclaimer .content {
	float: left;
	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 a {
	text-decoration: underline;
	color: #fff;
	margin: 0 0 0px;
	display: inline-block;
	font-size: 18px;
	line-height: 0;
	padding: 5px 0;
}

/* footer */
footer {
	float: left;
	width: 100%;
	/* height: 85px; */
	position: relative;
	/* padding-bottom: 125px; */
}

.footer-wrap {
	float: left;
	width: 100%;
	background: #000;
	text-align: center;
	padding: 15px 0;
}

.footer-wrap p {
	color: #fff;
	margin: 0;
}

/* sticky form */
footer .sticky-form {
	float: left;
	width: 100%;
	background: #000;
	padding: 10px 0 5px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.sticky-form .title,
.footer-form .title {
	float: left;
	width: 15%;
}

.sticky-form .form-wrap,
.footer-form .form-wrap {
	float: left;
	width: 88%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sticky-form .form-wrap ul.form-list,
.footer-form .form-wrap ul.form-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sticky-form .form-wrap ul.form-list li,
.footer-form .form-wrap ul.footer-form-list li {
	width: 25%;
	margin: 0 5px;
	height: 40px;
}

.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 .button {
	/* border:1px solid #ffffff; */
	background: #946648 !important;
	padding: 8px 25px;
	height: 40px;
}

.sticky-form .button:hover {
	/* border:1px solid #ffffff; */
	background: #946648;
	color: #fff;
}

.sticky-form .title {
	width: 100%;
}

.sticky-form .form-wrap {
	width: 100%;
}

.sticky-form .form-wrap ul.form-list li {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.sticky-form .form-wrap ul.form-list li.cntry-code {
	width: 35%;
}

.sticky-form .form-wrap ul.form-list li.mob-no {
	width: 100%;
}

.sticky-form .form-wrap ul.form-list li.send-btn {
	width: 100%;
	text-align: center;
}

ul.form-list li .cta {
	width: 100%;
}

.sticky-form .button {
	background-color: #f5f5f5;
	padding: 12px 30px;
	color: #000000;
	border: 1px solid #cccccc;
}

footer section.sticky-form h4 {
	color: #ffffff;
}

footer .sticky-form {
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

footer .sticky-form.active {
	opacity: 1;
	visibility: visible;
	z-index: 6;
}

footer .sticky-form .wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

.copy {
	/* float: left; */
	width: 100%;
	margin: 0;
	padding: 20px;
	background: #946648;
	/* text-align: center; */
	color: #ffffff;
	position: absolute;
}



.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 {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 16px;
}

.callback-div h6 {
	float: left;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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 {
	float: left;
}

.grid-item img {
	margin: 0;
	padding: 0;
	border: 5px solid #FFF;
	-webkit-filter: grayscale(100%);
	-webkit-transition: .6s ease-in;
	transition: .6s ease-in;
}

.grid-item img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

.fp-tab-header {
	position: relative;
	text-align: center;
	margin-bottom: 20px
}

.fp-tab-header span,
.thankyou-button a {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 20px;
	padding: 8px 20px;
	color: #ffffff;
	background-color: #946648;
	text-transform: uppercase;
	min-width: 150px;
	text-align: center;
	margin: 0 5px;
	cursor: pointer;
}

.fp-tab-header span.active {
	background-color: #ffffff;
	color: #000000
}

.fp-tab-body {
	position: relative
}

.fp-tab-panel {
	position: relative;
	display: none
}

.fp-list {
	position: relative
}

.fp-list-item {
	float: left;
	width: 25%;
	padding: 15px
}

.fp-list-item a {
	display: block
}

.fp-list-item a img {
	display: block;
	width: 100%;
	height: auto
}

.fp-list-item span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 15px
}

.body {
	background-color: #121B40;
}

.desk-only {
	margin: 0 auto;
}

.video-wrap img {
	width: 100%;
}

.build {
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	/* -webkit-box-align: center; */
	-ms-flex-align: center;
	/* align-items: center; */
	/* -webkit-box-pack: center; */
	-ms-flex-pack: center;
	/* justify-content: center; */
}

.connect-box {
	text-align: center;
	width: 18%;
	float: left;
	padding: 10px;
	margin: 10px 10px 20px;
	/*    background: #fff;*/
}

.connect-txt p {
	margin-bottom: 0;
	padding-top: 8px;
	font-size: 16px;
	padding-bottom: 10px;
	color: #fff;
}

.connect-txt strong {
	color: #fff;
}

.icon-bxo {
	background: #946648;
	/* padding: 20px; */
	height: 0px;
	/* position: absolute; */
}

.build-1 {
	width: 60%;
	float: left;
	background: #6a442b;
	height: 200px;
}

.build-1 p {
	margin-bottom: 0;
	font-size: 20px;
}

.box-1 {
	width: 33.33%;
	float: left;
}

.build-2 {
	width: 40%;
	float: left;
	background: #946648;
	background: #6a442b;
	height: 200px;
	/* width: 100%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

section#project-story {
	/*	padding: 0;*/
}

.footer-box {
	float: left;
	width: 33.33%;
	text-align: center;
}

.build-2 p {
	font-size: 18px;
	margin-bottom: 0;
}

.build-2 img {
	width: 150px;
}

.bannerSlider img {
	width: 100%;
	max-width: 100%;
}

.bannerSlider .slick-arrow {
	z-index: 9;
	color: #fff;
	font-size: 40px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: auto;
	border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	cursor: pointer;
}

.bannerSlider .slick-arrow.next-arrow {
	left: auto;
	right: 0;
}

.bannerSlider .slick-arrow:hover {
	color: #fff;
	background-color: #946648;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.build-1 .row {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 30px;
}

.footer-form {
	position: fixed;
	bottom: 0;
	background-color: #000;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 0px;
}

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}

.mb-0 {
	margin-bottom: 0px;
}

.copy.footer-box-wrap {
	padding-bottom: 120px;
}

.error-side,
.error-banner,
.error-modal {
	display: none;
	color: red;
	font-size: 13px;
	position: absolute;
	right: 20px;
	top: 11px;
}

.error {
	border: 2px solid red !important;
	animation: errorPulse 0.3s linear 5 alternate;
}

.privacypage h4 {
	text-align: left;
}

.privacypage {
	padding-left: 10px;
	padding-right: 10px;
}

input#side_checkbox,
#footer_checkbox,
#modal_checkbox {
	height: 20px;
	width: 20px;
}
input[type='checkbox'] {
    accent-color: #946648;
    margin-right: 10px;
}
.footerterms-and-condition-block label{
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
}
.footer-query-box {
	margin: 10px auto;
	justify-content: center;
}
.check-box, .sidecheck-box {
    left: 0;
    top: 25px;
    background: rgb(37 36 36 / 90%);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    z-index: 5;
}
button:disabled{
	cursor: not-allowed;
	opacity: .5;
}
@keyframes errorPulse {
	0% {
		border-color: red;
	}

	100% {
		border-color: #ff8080;
	}
}

@media(max-width:767px) {
	.bannerSlider .slick-arrow {
		font-size: 26px;
	}

	.desk-only {
		display: none;
	}

	.menu-box .headerCall {
		position: relative;
		top: auto;
		right: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		background-color: #946648;
		padding: 0px 0px;
		border-radius: 6px;
		color: #fff;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
		display: inline-block;
	}
}