body h2,
body h3 {
	line-height: 1.3em
}

body h1,
body h3 {
	color: #fff;
	display: block
}

body h1,
body h2,
body h3 {
	display: block
}

article,
aside,
body,
div,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
img,
li,
nav,
p,
table,
td,
tr,
ul {
	margin: 0;
	padding: 0
}

a,
a i,
body input,
button {
	-webkit-transition: all .25s
}

.menu-overlay ul li a,
.mouse__scroll p,
body h1 {
	text-transform: uppercase
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1)
	}
	50% {
		opacity: 0
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -50%, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 50%, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-30%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	from {
		transform: translate3d(30%, 0, 0);
		visibility: visible
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes fadeIn {
	from {
		opacity: .9
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		transform: perspective(40px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInX
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 30%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -30%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInLeft {
	10% {
		opacity: 0;
		transform: translate3d(-5%, 0, 0)
	}
	20% {
		opacity: .1
	}
	30% {
		opacity: .2
	}
	40% {
		opacity: .3
	}
	50% {
		opacity: .5
	}
	60% {
		opacity: .6
	}
	70% {
		opacity: .7
	}
	80% {
		opacity: .8
	}
	90% {
		opacity: .9
	}
	100% {
		opacity: 1
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

body,
html {
	height: 100%
}

body {
	font-family: CrimsonText-Regular;
	font-size: 19px;
	color: #252525;
	line-height: 1.4em
}

body h1 {
	font-family: CrimsonText-Regular;
	font-weight: 700;
	font-size: 40px;
	line-height: .9em;
	padding: 0;
	margin-bottom: 26px
}

body h2 {
	font-family: CrimsonText-Regular;
	font-size: 26px;
	color: #3f444a;
	padding: 0;
	margin-bottom: 12px
}

body h3 {
	font-family: CrimsonText-Regular;
	font-size: 23px;
	padding: 0;
	margin-bottom: 14px
}

a,
button {
	text-decoration: none;
	transition: all .25s;
	color: #044c74;
	outline: 0
}

a i,
body input {
	transition: all .25s
}

.more-link:after,
a {
	-webkit-transition: all .25s
}

a {
	color: inherit;
	transition: all .25s;
	outline: 0
}

a:active,
a:focus,
a:hover {
	text-decoration: none;
	color: inherit;
	outline: 0
}

div:after,
div:before {
	font-family: FontAwesome
}

.call,
.menu-overlay ul li a {
	font-family: CrimsonText-Regular;
	color: #fff
}

.full_slider {
	height: 100vh
}

#background {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%)
}

video {
	object-fit: contain
}

.top-brand {
	margin-top: 40px
}

.call {
	font-size: 18px;
	font-weight: 300;
	margin-right: 48px
}

.call span {
	margin-right: 6px;
	position: relative;
}

.menu-btnNav {
	position: relative;
	top: 0;
	right: 0;
	height: 26px;
	width: 40px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease
}

.menu-btnNav:hover {
	opacity: .7
}

.menu-btnNav.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #fff;
	width: 100%
}

.menu-btnNav.active .middle {
	opacity: 0;
	background: #fff
}

.menu-btnNav.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #fff
}

.menu-btnNav span {
	background: url(../images/nag-bg.jpg);
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .35s ease;
	cursor: pointer
}

.menu-btnNav span.middle {
	width: 20px;
	right: 0;
	left: inherit
}

.menu-btnNav span.top {
	width: 30px;
	right: 0;
	left: inherit
}

.menu-btnNav span:nth-of-type(2) {
	top: 11px
}

.menu-btnNav span:nth-of-type(3) {
	top: 22px
}

.menu-overlay {
	position: fixed;
	background: #a99b91;
	background: -moz-linear-gradient(45deg, rgba(169, 155, 145, 1) 0, rgba(142, 133, 114, 1) 44%, rgba(134, 117, 106, 1) 59%, rgba(127, 108, 96, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(169, 155, 145, 1) 0, rgba(142, 133, 114, 1) 44%, rgba(134, 117, 106, 1) 59%, rgba(127, 108, 96, 1) 100%);
	    background: linear-gradient(45deg, #a5a4a4 0, #808080 44%, #808080 59%, #808080 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a99b91', endColorstr='#7f6c60', GradientType=1);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .55s, visibility .55s, height .55s;
	overflow: hidden
}

.full_slider h1:after,
.menu-overlay ul li a:after {
	left: 0;
	content: "";
	transition: all .25s
}

.menu-overlay.open {
	opacity: .99;
	visibility: visible;
	height: 100vh;
	animation: inherit;
	overflow: visible
}

#mask,
.button_submit,
.col-vr,
.download,
.full_slider,
.jarallax,
.menu-overlay ul li a {
	overflow: hidden
}

.menu-overlay.open li {
	animation: fadeInRight .5s ease forwards;
	animation-delay: .35s
}

.menu-overlay.open li:nth-of-type(2) {
	animation-delay: .4s
}

.menu-overlay.open li:nth-of-type(3) {
	animation-delay: .45s
}

.menu-overlay.open li:nth-of-type(4) {
	animation-delay: .5s
}

.menu-overlay nav {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
	font-weight: 400;
	text-align: center
}

.copy-right .pull-right p,
.mouse__scroll {
	text-align: right
}

.menu-overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%
}

.menu-overlay ul li {
	display: flex;
	position: relative;
	opacity: 0;
	line-height: 46px;
	justify-content: center
}

.menu-overlay ul li a:after {
	position: absolute;
	bottom: 10px;
	width: 0;
	height: 2px;
	background: #ffffff;
}

.menu-overlay ul li a:hover:after {
	width: 100%
}

.menu-overlay ul li a {
	margin-bottom: 0;
	padding-bottom: 10px;
	font-weight: 400;
	display: flex;
	position: relative;
	text-decoration: none;
	font-size: 26px;
	justify-content: center
}

.full_slider p,
.no-gap-heading {
	font-family: CrimsonText-Regular
}

.main-header .pull-right {
	display: flex;
	align-items: center;
	margin-top: 30px
}

.full_slider {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%!important;
	position: relative;
	padding: 0;
	margin: 0
}

.main-header {
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	z-index: 99
}

.full_slider h1 {
	font-size: 60px;
	margin-bottom: 0;
	line-height: 1.1em;
	position: relative
}

.full_slider h1:after {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0px;
	background: #0287cf;
}

.full_slider article:hover h1:after {
	width: 100%
}

.full_slider p {
	font-size: 23px;
	color: #fff;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 1.5em
}

.count-number li em,
.holder h2,
.more-link,
.spl-txt {
	font-family: CrimsonText-Regular;
}

.more-link {
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	margin-right: 48px;
	position: relative
}

.more-link:after,
.more-link:before {
	height: 2px;
	position: absolute;
	content: "";
	left: 0;
	bottom: -4px
}

.more-link:after {
	background: #7f6b5f;
	background: -moz-linear-gradient(left, rgba(127, 107, 95, 1) 0, rgba(196, 176, 164, 1) 52%, rgba(196, 176, 164, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(127, 107, 95, 1) 0, rgba(196, 176, 164, 1) 52%, rgba(196, 176, 164, 1) 100%);
background: linear-gradient(to right, rgb(131, 131, 131) 0, rgb(141, 135, 133) 52%, rgb(128, 128, 128) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f6b5f', endColorstr='#c4b0a4', GradientType=1);
	width: 100%;
	transition: all .25s
}

.more-link:hover:after {
	width: 0
}

.more-link:hover {
	color: #fff
}

.welcome__wrapper .more-link:hover {
	color: #0287d0;
}
.discover__area .more-link:hover {
	color: #0287d0;
}

.more-link:before {
	background: #0297e8;
	width: 0;
	-webkit-transition: all .25s;
	transition: all .25s
}

.more-link:hover:before {
	width: 100%
}

.full_slider .container {
	position: relative;
	display: flex;
	height: 100%
}

.full_slider article {
	position: absolute;
	left: 0;
	bottom: 3em;
	z-index: 9
}

.mouse__scroll {
	position: absolute;
	height: 71px!important;
	bottom: 9%;
	left: 0;
	z-index: 1;
	right: 0;
	margin: 0 auto;
	-webkit-animation: bounce 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

@keyframes bounce {
	from {
		transform: translate(0, 0)
	}
	to {
		transform: translate(0, 10px);
		animation-timing-function: ease-out
	}
}

.mouse__scroll p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	letter-spacing: 1px;
	font-size: .7em
}

.mouse__scroll span {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 41px;
	height: 41px;
	border: 2px solid #978982;
	text-shadow: 2px 2px 0 rgba(162, 162, 162, .8);
	border-radius: 50px;
	box-sizing: border-box;
	background: 0 0
}

.mouse__scroll span:before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 12px;
	height: 7px;
	margin-left: -6px;
	background: url(../images/arrow.png);
	border-radius: 100%;
	-webkit-animation: bounce 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	box-sizing: border-box
}

.coming-soon,
.welcome__wrapper h1 {
	text-fill-color: transparent;
	-webkit-animation: shine 4s linear infinite
}

from {
	transform: translate(0, 0)
}

to {
	transform: translate(0, 10px);
	animation-timing-function: ease-out
}

@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0
	}
	40% {
		opacity: 1
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

.common__wrapper {
	padding: 0px 0
}

.spl-txt {
	color: #252525;
	font-size: 18px;
	font-weight: 400
}

.welcome__wrapper h1 {
	font-size: 72px;
	line-height: 1em;
	background: linear-gradient(to right, #0083cc 20%, #2d9ad6 40%, #0275b5 60%, #0297e8 80%);
	background-size: 200% auto;
	color: #0297e8;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 4s linear infinite;
	/* padding: .4em 0 .3em; */
	margin-bottom: 0
}

@-webkit-keyframes shine {
	to {
		background-position: 200% center
	}
}

@keyframes shine {
	to {
		background-position: 200% center
	}
}

.inner-link:after,
.second__wrapper ul li a:after {
	background: #7f6b5f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f6b5f', endColorstr='#c4b0a4', GradientType=1)
}

.more-link:hover {
	color: #0287d0;
}

.inner-link {
	margin-top: 1.7em;
	color: #252525;
	display: inline-block;
	font-weight: 400
}

.inner-link:after {
	background: -moz-linear-gradient(left, rgba(127, 107, 95, 1) 0, rgba(196, 176, 164, 1) 52%, rgba(196, 176, 164, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(127, 107, 95, 1) 0, rgba(196, 176, 164, 1) 52%, rgba(196, 176, 164, 1) 100%);
	    background: linear-gradient(to right, #808080 0, #808080 52%, #808080 100%);
}

.holder h2,
.second__wrapper h1 {
	-webkit-background-clip: text;
	margin-bottom: 0;
	-webkit-text-fill-color: transparent
}

ul,
ul li {
	list-style-type: none
}

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

.holder span {
	margin-right: 5px
}

.holder h2 {
	font-size: 86px;
	font-weight: 700;
	background-image: -webkit-linear-gradient(92deg, #897569, #f3e5dd);
	line-height: 1em
}

.count-number li {
	display: inline-block;
	margin-left: 14px
}

.count-number li:first-child {
	margin-left: 0
}

.count-number li:last-child {
	float: right
}

.count-number li em {
	color: #252525;
	font-size: 20px;
	font-weight: 400;
	font-style: normal!important
}

.jarallax {
	position: relative;
	z-index: 0;
	height: auto
}

.jarallax>.jarallax-img {
	position: absolute;
	object-fit: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.second__wrapper .spl-txt {
	color: #252525
}

.second__wrapper article {
  max-width: 934px;
    display: inline-block;
}
.second__wrapper article p{
	margin-bottom:20px;
}

.second__wrapper h1 {
	background-image: -webkit-linear-gradient(112deg, #808080, #cecece);
	line-height: 1.2em;
	padding: 0px 0 28px
}

.second__wrapper p {
	color: #252525
}

.second__wrapper ul li span {
	background: url(../images/ar-2.png) center no-repeat;
	width: 30px;
	height: 30px;
	border: 1px solid #dcc5b4;
	display: inline-block;
	border-radius: 55%;
	margin-right: 20px
}

.director.one .card:before,
.director.two .card:before,
.dubai .card:before {
	content: "";
	border: 4px solid #0287d0;
}

.second__wrapper ul li {
	font-family: 'Crimson Text';
	font-size: 23px;
	color: #252525;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 16px;
	display: flex;
	align-items: center
}

.discover__area h1,
.second__wrapper ul li:last-child,
.st_box h1 {
	margin-bottom: 0
}

.second__wrapper ul li a {
	position: relative
}



.card,
.card .bg,
.second__wrapper ul li a:hover:after {
	width: 100%
}

.second__wrapper ul {
	margin-top: 48px;
	/*float: left*/
}
section.common__wrapper.second__wrapper.global.jarallax {
    padding: 48px 0px;
}
h2.transparent {
    visibility: hidden;
}
.second__wrapper.jarallax .container {
	display: block
}

.col-box,
.contact-details aside {
	display: inline-block;
	vertical-align: top
}

.second__wrapper .more-link.inner-link {
	/*float: left;*/
	margin-right: 0;
	color: #252525;
	margin-top: 1.5em
}

.second__wrapper .more-link.inner-link:hover {
	color: #0297e8;
}

.second__wrapper .inner-link:after {
	background: #a99b91;
	background: -moz-linear-gradient(45deg, rgba(169, 155, 145, 1) 0, rgba(142, 133, 114, 1) 44%, rgba(134, 117, 106, 1) 59%, rgba(127, 108, 96, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(169, 155, 145, 1) 0, rgba(142, 133, 114, 1) 44%, rgba(134, 117, 106, 1) 59%, rgba(127, 108, 96, 1) 100%);
	    background: linear-gradient(45deg, #a5a4a4 0, #808080 44%, #808080 59%, #808080 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a99b91', endColorstr='#7f6c60', GradientType=1);
	bottom: -4px
	
	
}

.discover__area .inner-link:after {
	background: #a99b91;
	background: -moz-linear-gradient(45deg, rgba(169, 155, 145, 1) 0, rgba(142, 133, 114, 1) 44%, rgba(134, 117, 106, 1) 59%, rgba(127, 108, 96, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(169, 155, 145, 1) 0, rgba(142, 133, 114, 1) 44%, rgba(134, 117, 106, 1) 59%, rgba(127, 108, 96, 1) 100%);
	    background: linear-gradient(45deg, #a5a4a4 0, #808080 44%, #808080 59%, #808080 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a99b91', endColorstr='#7f6c60', GradientType=1);
	bottom: -4px
}

.leader-wrapper h1 {
	background-image: -webkit-linear-gradient(100deg, #808080, #8c8c8c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.2em;
	padding: 0 0 17px;
	margin-bottom: 0
}

.card {
	position: relative;
	height: 100%;
	transform-style: preserve-3d
}

.card .title {
	position: relative;
	z-index: 2;
	transform: translateZ(20px)
}

.card .bg,
.st_box {
	position: absolute
}

.card .credits {
	font-size: 1.2vh;
	letter-spacing: .05em;
	opacity: .6;
	transform: translateZ(20px)
}

.card .bg {
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	background: url(../images/khalifa.jpg) center;
	background-size: cover
}

.director {
	width: 350px;
	height: 480px;
	float:right;
}

.director.one .card:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 18px;
	top: -18px
}

.st_box {
	right: -13em;
	top: 1em
}

.st_box h1 {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 18px;
	color: #0287d0;
	text-transform: capitalize;
	background-image: none;
	transform: none!important;
	-webkit-text-fill-color: inherit;
	position: relative;
	padding: 0 0 5px
}

.discover__area h1,
.inner-page h1,
.sub-pages li.active a {
	-webkit-text-fill-color: transparent
}

.st_box h1:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	left: -5em;
	bottom: 0
}

.st_box p {
	font-family: 'Crimson Text';
	font-style: italic;
	font-size: 20px
}

.director.two .card .bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/d2.jpg) center;
	background-size: cover
}

.director.two .card:before {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 18px;
	top: -18px
}

.director.two {
	margin-left: 22em;
	bottom: 8em;
	position: relative
}

.director.two .st_box {
	left: -13em;
	bottom: 1.5em;
	top: inherit;
	right: inherit;
	text-align: right
}

.director.two .st_box h1:after {
	content: "";
	position: absolute;
	width: 91%;
	height: 1px;
	background-color: #ccc;
	right: -5em;
	left: inherit;
	bottom: 0
}

.leader-wrapper .row>[class*=col-]:nth-of-type(2) {
	padding-left: 4em
}

.dubai {
	width: 100%;
	height: 336px;
	margin-top: 3em
}

.dubai .card .bg,
.dubai .card:before {
	position: absolute;
	width: 100%;
	height: 100%
}

.dubai .card .bg {
	z-index: -1;
	top: 0;
	left: 0;
	background: url(../images/d3.jpg) center;
	background-size: cover
}

.dubai .card:before {
	left: 18px;
	top: -18px
}

.bottom-footer:before,
.top-footer:before {
	content: ''
}

.tilt-area {
	height: auto
}

.leader-wrapper .more-link.inner-link {
	color: #00293b
}

.discover__area .inner-link,
.discover__area .spl-txt,
.discover__area p {
	color: #252525
}

.discover__area h1 {
    background-image: -webkit-linear-gradient(100deg, #ffffff, #bdbdbd);
	-webkit-background-clip: text;
	line-height: 1.2em;
	padding: 22px 0 17px
}

.discover__area .inner-link:after {
	background: #fff
}

.top-footer {
	height: 106px;
	position: relative
}
footer#footer {
    background-image: url(../images/apollonia-capital-footer-line.svg);
	background-repeat:no-repeat;
    background-position: top;
    padding-top: 30px;
    margin-top: 48px;
}
/*.top-footer:before {
 position: absolute;
    height: 3px;
    width: 87%;
    background-color: #0082c7;
    left: 0;
    bottom: 0px;
}*/

.top-footer .container {
	position: relative;
	padding: 0;
	background-color: #fff;
	width: 1240px
}

.bottom-footer .container {
	
	/*border-top: 5px solid red;
	border-image: linear-gradient(90deg, #8b796e, #9a8a7f) 1 stretch;*/
	padding: 44px 0 0;
	margin-top: 35px;
	position: relative;
	z-index: 12;
	width: 1240px;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

#lightcase-content .lightcase-inlineWrap{
	overflow-y: scroll !important;
}

.bottom-footer {
	position: relative;

}

.bottom-footer:before {
position: absolute;
    height: 0px;
    width: 100%;
    background-color: #808080;
    right: 0;
    top: 34px;
}

.button_submit:after,
.footer-logo:before {
	content: ""
}

.footer-logo {
    margin-top: 5.3em;
    position: relative;
    left: -3px;
}
/*.top-footer:after {
content: "";
    position: absolute;
    right: 0;
    height: 3px;
    background: #7f7d7c;
    width: 74%;
    bottom: -23px;
}*/
.footer-logo:before {
	width: 7px;
	height: 5px;
	background: url(../images/ft-bt.png);
	left: 5px;
	bottom: 10px;
	position: absolute;
	z-index: 15
}

.bottom-footer h2 {
	    color: #808080;
	font-family: CrimsonText-Regular;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 600;
}

.bottom-footer p,
.contact-fld .form-control {
	font-family: 'Crimson Text';
	    color: #808080;
	font-style: italic
}

.bottom-footer p {
	font-size: 18px
}

.contact-details aside:nth-of-type(2) {
	margin-left: 4em
}

.top-contact>[class*=col-]:nth-of-type(2) {
	padding-left: 3em
}

.contact-fld {
	margin-top: 20px
}

.contact-fld .form-control {
	border: 1px solid transparent;
	background: #e5e1df;
	font-size: 17px;
	border-radius: 0;
	box-shadow: none;
	height: 42px;
	padding-left: 24px;
	padding-right: 24px
}

.contact-fld .row>[class*=col-]:nth-of-type(1) {
	padding-right: 7px;
	width: 39.66666667%
}

.contact-fld .row>[class*=col-]:nth-of-type(2) {
	padding-left: 7px;
	width: 39.66666667%
}

.contact-fld .row>[class*=col-]:nth-of-type(3) {
	padding-left: 0;
	width: 18.66666667%
}

.button_submit {
	height: 42px;
	border-radius: 0;
	background-color: #808080;
	border: none;
	color: #fff;
	font-family: CrimsonText-Regular;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	position: relative;
	z-index: 1;
	user-select: none
}
.hero-txt.home {
   
    padding: 0em 0 10px;
  font-family: CrimsonText-Regular;
  
}
.button_submit:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -19;
	-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
	-moz-transition: all .4s cubic-bezier(.47, 0, .745, .715);
	transition: all .4s cubic-bezier(.47, 0, .745, .715);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
	background: #7f6b5f;
	background: -moz-linear-gradient(left, rgba(127, 107, 95, 1) 0, rgba(196, 176, 164, 1) 52%, rgba(196, 176, 164, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(127, 107, 95, 1) 0, rgba(196, 176, 164, 1) 52%, rgba(196, 176, 164, 1) 100%);
	background: linear-gradient(to right, #eeeeee  0, #808080  52%, #808080 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f6b5f', endColorstr='#c4b0a4', GradientType=1)
}

.button_submit:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible
}

.col-box {
	margin: 0 13px;
	max-width: 24%;
}
footer .col-box {
    margin: 0 13px;
    max-width: 40%;
}
.col-sm-7.pad {
    padding-left: 3em;
}
ul.social li:first-child {
    padding-left: 0px !important;
}
ul.social {
    margin-top: 12px;
}
.col-box:nth-of-type(1) {
	margin-left: 0
}

.bottom_contact {
	padding: 64px 0 30px
}

.social li a {
	font-size: 25px
}

.copy-right {
	padding: 52px 0 28px;
	position: relative;
	margin-top: 1.9em
}

.copy-right:before {
	height: 20px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    background: linear-gradient(-45deg, #948d89, #949494, #afafaf, #808080);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite
}

.bottom-footer p a:after,
.leader-area:before,
.sub-pages li a:after {
	content: ""
}

@-webkit-keyframes Gradient {
	0%,
	100% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
}

.copy-right p {
	font-family: 'Crimson Text';
	color: #a99b91;
	font-size: 18px;
	font-style: italic
}

.bottom-footer p a {
	position: relative
}

.bottom-footer p a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #808080;
	transition: all .25s
}

.bottom-footer p a:hover:after {
	width: 100%
}

.main-header.top-transparent-nav .logo-icon {
	opacity: 0;
	transition: all .3s linear;
	    position: absolute;
}

.main-header.top-transparent-nav.sticky .logo-icon {
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0
}

.call,
.nav-brand,
.sub-pages li a {
	position: relative
}

.main-header.top-transparent-nav.sticky .logo {
	opacity: 0
}

.close,
.sub-pages li.active span,
.sub-pages li:hover span {
	opacity: 1
}

.main-header.top-transparent-nav .logo {
	transition: all .3s linear;
	margin-top: 0
}

.main-header.top-transparent-nav.sticky .pull-right,
.main-header.top-transparent-nav.sticky .top-brand {
	margin-top: 8px
}

.main-header.top-transparent-nav.sticky {
	background: rgba(255, 255, 255, .9);
	height: 58px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .14)
}

.main-header.top-transparent-nav.sticky .menu-btnNav span.top,
.main-header.top-transparent-nav.sticky .menu-btnNav span:nth-of-type(3) {
	transform: none
}

.main-header.top-transparent-nav.sticky .menu-btnNav.active span.top {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	-moz-transform: translateY(10px) rotateZ(45deg);
	-ms-transform: translateY(10px) rotateZ(45deg);
	-o-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg)
}

.main-header.top-transparent-nav.sticky .menu-btnNav.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotateZ(-45deg);
	-moz-transform: translateY(-11px) rotateZ(-45deg);
	-ms-transform: translateY(-11px) rotateZ(-45deg);
	-o-transform: translateY(-11px) rotateZ(-45deg);
	transform: translateY(-11px) rotateZ(-45deg)
}

.call:hover {
	color: #028ad5;
}

.call.inner-call {
	color: #808080;
	font-weight: 400
}

.inner-page {
	margin-top: 171px;
	padding: 0 0 55px
}

.inner-page h1 {
	font-size: 65px;
	font-weight: 400;
	color: #7e6a5f;
    background-image: -webkit-linear-gradient(93deg, #0288d1, #0287d0);
	-webkit-background-clip: text;
	line-height: 1em;
	margin-bottom: 0
}

.hero-txt {
	font-size: 33px;
	line-height: 1.5em;
	padding: 3em 0 2em;
	font-family: 'Roboto Condensed';
	font-weight: 300
}

.inner-header {
	height: 300px;
	margin-top: 58px
}

.sub-pages li a {
	font-size: 22px;
	color: #1f1f1f;
	font-family: 'Crimson Text';
	font-style: italic;
	padding-left: 0;
	line-height: 1.1em;
	padding-right: 0;
	border: none!important
}

.sub-pages li a:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 2px;
	background: #847166;
	transition: all .25s
}

.sub-pages li:hover a:after {
	width: 100%
}

.sub-pages li {
	display: inline-flex;
	margin-bottom: 48px
}

.sub-pages li:last-child {
	margin-bottom: 0
}

.sub-pages li span {
	background: url(../images/ar3.png) center no-repeat;
	width: 30px;
	height: 30px;
	border: 1px solid #816e63;
	display: inline-block;
	border-radius: 55%;
	margin-right: 20px;
	opacity: 1;
	-webkit-transition: all .25s;
	transition: all .25s
}

.sub-pages li.active a {
	color: #7e6a5f;
	background-image: -webkit-linear-gradient(93deg, #7e6a5f, #7e6a5f);
	-webkit-background-clip: text
}

.subpage-inner .row>[class*=col-]:nth-of-type(2) {
	flex: 1
}

.subpage-inner .row {
	display: block
}

.col-vr {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.col-vr>[class*=col-]:nth-of-type(1) figure {
	background: #f4f1ef;
	padding: 50px 30px
}

.col-vr>[class*=col-] figure {
	flex: 1;
	height: 100%
}

.press-vr {
	display: flex;
	padding-bottom: 42px;
	margin-bottom: 42px;
	border-bottom: 1px solid #efebe8
}

.press-vr:nth-of-type(4) {
	border: none;
	padding: 0;
	margin: 0
}

.calendar {
	width: 34px;
	height: 34px;
	margin-top: 5px
}

.calendar p {
	font-size: 11px!important;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	text-align: center
}

#boxes .window,
.sub-inner h2,
.subpage-inner .count-number {
	text-align: left
}

.mnth {
	background: #7d6a5f;
	color: #fff;
	line-height: 15px
}

.yr {
	border: 1px solid #7d6a5f;
	color: #7d6a5f;
	line-height: 19px
}

.press-vr figcaption {
	vertical-align: top;
	margin-left: 32px;
	width: 95%
}

.press-vr figcaption h1 {
	color: #7e6a5f;
	font-size: 30px;
	text-transform: inherit;
	font-weight: 400;
	margin-bottom: 12px;
	line-height: normal
}

.press-vr .inner-link {
	margin-top: .9em
}

.press-vr .inner-link:hover {
	color: #00293b
}

.press-vr p {
	font-size: 19px;
	max-width: 474px
}

.ladership-wrapper {
	margin-top: 26px
}

.leader-area {
	position: relative;
	max-width: 273px;
	display: inline-block
}

.leader-area:before {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 4px solid #847167;
	left: 20px;
	top: -21px
}

.leader-details {
	display: inline-block;
	vertical-align: top
}

.leader-details .st_box {
	max-width: 282px;
	position: relative;
	right: 0;
	top: 1em;
	margin-bottom: 2em
}

.ladership-wrapper p {
	margin-bottom: 1em
}

.leader-details .st_box h1,
.leader-details .st_box p {
	font-size: 24px
}

.leader-details .st_box h1 {
	padding-bottom: 10px;
	margin-bottom: 10px
}

.leader-details .st_box h1:after {
	width: 72%;
	left: 0
}

.leader-details ul {
	margin:1em 0;
}

.leader-details .hero-txt {
	padding: 0;
	margin-top: .7em
}

.leader-details ul li {
	font-family: 'Crimson Text';
	font-style: italic;
	font-size: 18px;
	background: url(../images/ld-d.png) 0 4px no-repeat;
	padding-left: 2em;
	padding-bottom: 8px;
	margin-bottom: .5em
}

.contact-info figcaption .heading-txt,
.sub-inner h2 {
	font-family: 'Roboto Condensed';
	font-weight: 400
}

.leader-details ul li:last-child {
	background: url(../images/last-l.png) 0 4px no-repeat;
	padding-bottom: 0;
	margin: 0
}

.sub-inner h2,
.subpage-inner .count-number li em,
.subpage-inner .holder h2 {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.sub-inner p {
	margin-bottom: 1em
}

.no-gap {
	margin-bottom: 0!important
}

.subpage-inner .count-number li {
	margin-bottom: 37px;
	width: 100%
}

.subpage-inner .count-number li:last-child {
	float: none;
	margin-bottom: 0
}

.close,
.post-img {
	float: right
}

.subpage-inner .holder h2 {
	font-weight: 700;
	font-size: 90px;
	background-image: -webkit-linear-gradient(92deg, #897569, #b9a69a)
}

.subpage-inner .count-number li em {
	background-image: -webkit-linear-gradient(92deg, #897569, #69625e)
}

.sub-inner h2 {
	font-size: 50px;
	text-transform: uppercase;
	color: #897569;
	background-image: -webkit-linear-gradient(92deg, #0287d0, #028ad4);
	line-height: 1.2em
}

img {
	max-width: 100%
}

.khalifa {
	position: relative;
}
header {
    background: linear-gradient(360deg , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 100%);
}

.main-header.top-transparent-nav.sticky .call.inner-call {
	color: #808080;
	font-weight: 400
}

.main-header.top-transparent-nav.sticky .call {
	color: #847065
}

.contact-info {
	display: flex
}

#mask,
.contact-wrapper .row>[class*=col-]:nth-of-type(1) .row>[class*=col-]:nth-of-type(2):before {
	display: none
}

.contact-info figcaption {
	padding-left: .5em
}

.contact-info figcaption .heading-txt {
	color: #0287d0;
	margin-bottom: 9px;
	font-weight: 700;
	font-size: 26px;
	margin-top: 13px
}

.contact-info article {
	font-family: 'Crimson Text';
	color: #000;
	font-size: 18px;
	font-style: italic;
	line-height: 1.5em
}

.contact-info .inner-link {
	margin-top: 1.5em;
	font-size: 17px;
	font-family: 'Roboto Condensed';
	    color: #808080;
	margin-right: 48px;
	position: relative;
	font-style: normal;
	font-weight: 400
}

.location-icon {
	margin-right: 5px
}

.contact-wrapper .row>[class*=col-]:nth-of-type(1) .row>[class*=col-]:nth-of-type(2) {
	border: none;
	padding-left: 16px
}

.contact-wrapper .row>[class*=col-] figure:nth-of-type(2) {
	margin-top: 4em
}

.contact-wrapper .row>[class*=col-]:nth-of-type(2) {
	padding-left: 4em;
	position: relative
}

.contact-wrapper .row>[class*=col-]:nth-of-type(2):before {
	content: '';
	position: absolute;
	left: -25px;
	top: 0;
	width: 1px;
	height: 99%;
	background: #efebe8
}

.contact-wrapper article a {
	position: relative
}

.contact-wrapper article a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #847166;
	content: "";
	transition: all .25s
}

.contact-wrapper article a:hover:before {
	width: 100%
}

.contact-wrapper article a.more-link:after,
.contact-wrapper article a.more-link:before {
	bottom: 2px
}

.contact-fld-area form {
	background: #f4f1ef;
	padding: 42px;
	margin-top: 1em
}

.contact-fld-area form .form-control {
	background: #fff;
	height: 45px;
	font-size: 19px;
	font-family: 'Crimson Text';
	color: #a99b91;
	font-style: italic;
	border-radius: 0;
	box-shadow: none;
	padding-left: 1.2em;
	border: 1px solid transparent;
	-webkit-transition: all .25s;
	transition: all .25s
}

.contact-wrapper .spl-txt,
.download,
.second__wrapper ul.markets-list li {
	font-family: 'Roboto Condensed'
}

.contact-fld-area form .form-control:focus {
	border: 1px solid #a99b91
}

.contact-fld-area input::placeholder {
	color: #808080;
}

.contact-fld-area form textarea.form-control {
	height: auto
}

.contact-fld-area form .form-group {
	margin-bottom: 35px
}

.contact-fld-area form .button_submit {
	width: auto;
	padding: .5em 2.3em;
	height: auto
}

.contact-wrapper .spl-txt {
	color: #252525;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 30px
}

.baspoke-inner {
	padding-bottom: 0
}

.bespoke-wrapper {
	margin: 0;
	padding-top: 55px
}

.bespoke-wrapper h1 {
	font-size: 55px;
	font-weight: 400;
	color: #7e6a5f;
	background-image: -webkit-linear-gradient(93deg, #0287d0, #0287d0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.1em;
	margin: 30px 0 24px
}

.bespoke-wrapper p {
	font-size: 20px
}

.bespoke-wrapper .row>[class*=col-]:nth-of-type(1) {
	padding-right: 3em
}

.bespoke-wrapper .row>[class*=col-]:nth-of-type(2) {
	padding-left: 1.5em;
	padding-right: 1.5em
}

.bespoke-wrapper .row>[class*=col-]:nth-of-type(3) {
	padding-left: 3em
}

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000
}

#boxes .window {
	position: fixed;
	left: 0;
	top: 0;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 50px 50px 10px;
	border-radius: 0
}

.close {
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	filter: alpha(opacity=20);
	position: absolute;
	top: .7em;
	right: 1em
}

#boxes #dialog {
	width: 800px;
	height: auto;
	background: url(../images/pop-up-img.jpg);
	font-size: 15pt
}

#boxes h1,
.our-business h1 {
	font-weight: 400;
    color: #0287d1;
	background-image: -webkit-linear-gradient(93deg, #0287d0, #0287d0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

#boxes h1 {
	font-size: 44px;
	line-height: 1em;
	margin-bottom: 3px
}

.contact-fld {
	display: flex;
	align-items: center
}

.contact-fld .newslatter-area form {
	max-width: 375px
}

.newslatter-area {
	width: 70%
}

.our-business h1 {
	font-size: 55px;
	line-height: 1.1em;
	margin: 30px 0 24px
}

.our-business .row>[class*=col-]:nth-of-type(1) {
	padding-right: 2em
}

.our-business .row>[class*=col-]:nth-of-type(2) {
	padding-left: 2em
}

.our-business .row>[class*=col-] figure {
	margin-bottom: 50px
}

.our-business .row>[class*=col-]:nth-of-type(1) figure:nth-of-type(4) {
	margin-bottom: 0
}

.LFS-wrapper .row>[class*=col-] figure {
	border: 0px solid #e5e1df;
	padding: 24px;
	margin-bottom: 0
}

.LFS-wrapper .row>[class*=col-] figure figcaption p {
	padding-top: .5em
}

.LFS-wrapper .row>[class*=col-]:nth-of-type(1) figure {
	margin-right: 1em
}

.LFS-wrapper.charities-wrapper .row>[class*=col-]:nth-of-type(1) figure {
	margin-right: 0
}

.LFS-wrapper .row>[class*=col-]:nth-of-type(2) figure,
.LFS-wrapper .row>[class*=col-]:nth-of-type(3) figure,
.LFS-wrapper .row>[class*=col-]:nth-of-type(4) figure {
	margin-left: 0;
	margin-top: 1em
}

.LFS-wrapper figure .row {
	display: table;
	height: 100%
}

.LFS-wrapper figure .row>[class*=col-]:nth-of-type(2) {
	padding-left: 5px;
	height: 100%;
	display: table
}

.LFS-wrapper .row>[class*=col-] figure figcaption .inner-link {
	position: absolute;
	bottom: 0;
	left: 0
}

.LFS-wrapper .row>[class*=col-] figure figcaption .inner-link:hover {
	color: #00293b
}

.LFS-wrapper .row>[class*=col-] figure figcaption {
	position: relative;
	height: 100%
}

.LFS-wrapper .row>[class*=col-] figure figcaption a {
	color: #847065;
	font-weight: 700
}

.download,
.download:hover {
	color: #fff
}

.LFS-wrapper .row>[class*=col-] figure figcaption h1 {
	font-size: 36px;
	margin: 0
}

.our-business.LFS-wrapper .row>[class*=col-]:nth-of-type(1) {
	padding-right: 15px
}

.our-business.LFS-wrapper .row>[class*=col-]:nth-of-type(2) {
	padding-left: 15px
}

.our-business.LFS-wrapper .row>[class*=col-] .image-holder,
.our-business.LFS-wrapper .row>[class*=col-] .image-holder img {
	width: 100%
}

.newslatter-area .button_submit {
	width: auto;
	padding-left: 2em;
	padding-right: 2em
}

.jarallax .container {
	display: flex;
	align-items: center;
	height: 100%
}

.inner-page h1.white-txt {
	color: #fff;
	background-image: none;
	-webkit-text-fill-color: #fff
}

.bespoke-wrapper figure {
	word-wrap: break-word
}

.contact-wrapper article a::before {
	background: #0473a5
}

.discover__area .container {
	display: block
}

.download {
	height: 42px;
	border-radius: 0;
    background-color: #808080;
	border: none;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	user-select: none;
	padding: 8px 23px;
	margin-top: 2em;
	display: inline-block
}

.download:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -19;
	-webkit-transition: all .4s cubic-bezier(.47, 0, .745, .715);
	-moz-transition: all .4s cubic-bezier(.47, 0, .745, .715);
	transition: all .4s cubic-bezier(.47, 0, .745, .715);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
	background: #7f6b5f;
	background: -moz-linear-gradient(left, rgba(127, 107, 95, 1) 0, rgba(196, 176, 164, 1) 52%, rgba(196, 176, 164, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(127, 107, 95, 1) 0, rgba(196, 176, 164, 1) 52%, rgba(196, 176, 164, 1) 100%);
	background: linear-gradient(to right, #9a9a9a 0, #8a8a8a 52%, #808080 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f6b5f', endColorstr='#c4b0a4', GradientType=1)
}

.download:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible
}

.download span {
	margin-right: 5px
}

.common__wrapper.leader-wrapper {
	padding: 70px 0
}

.inner-list {
	margin: 5px 0 12px
}

.inner-list li {
	display: block;
	padding: 2px 5px 2px 20px;
	position: relative
}

.inner-list li:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	
    background: #0287d0;
	border-radius: 55%
}

.feedback:before,
.sub-inner p a:after {
	content: ""
}

.sub-inner .social {
	display: block;
	margin-top: 1.5em
}

.sub-inner .social li {
	display: inline-flex;
	align-items: center
}

.social li {
	display: inline-flex;
	padding: 0 6px
}

.no-js .inputfile+label,
.site__notice__box {
	display: none
}

.social li:last-child {
	padding-left: 0
}

.no-gap-heading {
	padding-bottom: 0!important;
	margin-top: 1em;
	font-size: 46px!important;
	font-weight: 300;
	font-style: italic;
	line-height: normal!important;
	text-transform: inherit;
	text-align: center
}

.legend,
.second__wrapper ul.markets-list li {
	text-transform: uppercase;
	-webkit-text-fill-color: transparent
}

.second__wrapper ul.markets-list li:first-child {
	padding-top: 0;
	border-top: none
}

.second__wrapper ul.markets-list li {
	line-height: 1.2em;
	padding: .5em 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 40px;
	font-style: normal;
	letter-spacing: 0;
	border-top: 1px solid #2b2b2b;
	color:#afa49e;
    -webkit-text-fill-color: #b8b8b8;
}

article.leader-details h2,
article.leader-details p {
	line-height: 1.5em;
	font-family: 'Roboto Condensed';
	font-weight: 300
}

.sub-inner .social li a {
	padding: 0 15px;
	color: #a99b91
}

.sub-inner .social li a:hover {
	opacity: .9
}

.sub-inner .social li:last-child a {
	padding-left: 0
}

.sub-inner p a {
	position: relative
}

.sub-inner p a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #847166;
	transition: all .25s
}

.sub-inner p a:hover:after {
	width: 100%
}

.tilt-area>[class*=col-]:nth-of-type(2) {
	padding-left: 15px!important
}

article.leader-details {
	margin-top: 2em
}

article.leader-details p {
	font-size: 23px;
	padding: 0
}

article.leader-details h2 {
	font-size: 34px;
	margin-bottom: 0
}

article.leader-details header p {
	font-family: 'Crimson Text';
	color: #3f444a;
	font-size: 22px;
	font-style: italic
}

article.leader-details header {
	margin-bottom: 1.5em;
	background: none;
}

.inner-page h1 span {
	font-size: 45px
}

.sub-inner .social li:first-child {
	padding-left: 0
}

.contact-fld-area.career-fld p.spl-txt {
	font-family: 'Roboto Condensed';
	color: #252525;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 30px
}

.contact-fld-area.career-fld form .form-group {
	margin-bottom: 17px
}

.inputfile.has-focus+label,
.inputfile:focus+label {
	outline: #000 dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}

.inputfile+label svg {
	vertical-align: middle;
	fill: currentColor;
	margin-top: .75em;
	margin-right: .25em;
	float: right
}

.inputfile-1+label {
	background-color: #fff;
	font-family: 'Crimson Text';
	color: #a99b91;
	font-style: italic;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 1.2em;
	padding-right: 16px;
	border-radius: 0;
	-webkit-transition: all .25s;
	transition: all .25s;
	text-align: left;
	margin-top: .5em;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: 400;
	border: 1px solid transparent
}

.input input,
.submit {
	transition: .2s ease-out
}

.inputfile-1+label:hover,
.inputfile-1.has-focus+label,
.inputfile-1:focus+label {
	background-color: #fff;
	border: 1px solid #a99b91
}

.form-group .inputfile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.input,
.legend,
.login {
	position: relative;
	width: 100%
}

#lightcase-case .site__notice__box {
	display: block
}

.login {
	top: 50%;
	display: table;
	background: #fff;
	border-radius: 4px
}

.input input,
.input span,
.legend,
.submit {
	display: block
}

.legend {
	background-image: -webkit-linear-gradient(112deg, #808080, #808080);
	-webkit-background-clip: text;
	line-height: 1.2em;
	border: none;
	margin-bottom: .4em;
	font-weight: 700;
	font-size: 30px;
	font-family: 'Roboto Condensed'
}

.input {
	margin: 15px auto
}

.input span {
	position: absolute;
	color: #969696;
	left: 10px;
	top: 8px;
	font-size: 20px
}

.input input {
	font-family: 'Crimson Text';
	font-size: 17px;
	font-style: italic;
	background: #e5e1df;
	width: 100%;
	padding: 10px 5px 10px 40px;
	border: 1px solid #d7d7d7;
	border-radius: 1px;
	color: #a1a1a1
}

.input input:focus {
	outline: 0;
	border-color: #7f6b5f
}

.submit {
	width: 45px;
	height: 45px;
	margin: 0 auto -15px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #808080;
	color: #808080;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 0 0 7px #fff
}

.submit:focus,
.submit:hover {
	background: #808080;
	color: #fff;
	outline: 0
}

.feedback {
	position: absolute;
	bottom: -70px;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #2ecc71;
	padding: 10px 0;
	font-size: 12px;
	display: none;
	opacity: 0
}

.feedback:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(46, 204, 113, 0);
	border-bottom-color: #2ecc71;
	border-width: 10px;
	margin-left: -10px
}

.coming-soon {
	font-size: 72px;
	line-height: 1em;
	/*background: linear-gradient(to right, #79746f 20%, #9f8c80 40%, #e9ba9f 60%, #79746f 80%);
	background-size: 200% auto;*/
	color: #79746f!important;
/*	background-clip: text;
	-webkit-background-clip: text;*/
	-webkit-text-fill-color: #79746f !important;
	/*animation: shine 4s linear infinite;*/
	padding: .4em 0 .3em;
	margin-bottom: 0;
	text-transform: capitalize;
	text-align: center;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media only screen and (min-width:1349px) and (max-width:1919px) {
	.container {
		width: 1270px
	}
	.count-number {
		text-align: center
	}
	.count-number li {
		margin-left: 3%
	}
	.sub-inner .count-number li {
		margin-left: 0
	}
	.welcome__wrapper.common__wrapper {
		padding-top: 48px
	}
	.common__wrapper {
		padding: 48px 0
	}
}

@media only screen and (min-width:1920px) {
	.container {
		width: 1366px
	}
	.full_slider {
		height: 85vh
	}
	.full_slider article {
		bottom: 15em
	}
	.count-number {
		text-align: center
	}
	.count-number li {
		margin-left: 9%
	}
	.mouse__scroll {
		text-align: left;
		bottom: 7.5em
	}
	.mouse__scroll span {
		left: 0;
		right: inherit
	}
	.common__wrapper {
		padding: 48px 0
	}
	.welcome__wrapper.common__wrapper {
		padding-top: 48px
	}
	.bottom-footer .container,
	.top-footer .container {
		width: 1366px!important
	}
	.no-gap-heading {
		padding-bottom: 0!important;
		margin-top: .5em;
		font-family: CrimsonText-Regular;
		font-size: 75px!important;
		font-style: italic;
		text-transform: capitalize
	}
	.sub-inner .count-number li {
		margin-left: 0
	}
}

.Disclaimer p {
	font-size: 19px;
	font-family: CrimsonText-Regular;
	font-size: 19px;
}

h2.legal {
	margin-top: 20px;
}

.site__notice__box h2 {
	font-family: 'Roboto Condensed';
	font-weight: 700;
	color: #7f6b5f !images;
}

.site__notice__box p {
	margin: 1em 0;
}

.coming-soon {
	font-size: 36px;
}

.site__notice__box ul li {
	font-family: CrimsonText-Regular;
	font-size: 19px;
	padding-left: 1em;
	position: relative;
}

.site__notice__box ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	background: #8b796e;
	border-radius: 55%;
}

.scroll-top {
    position: fixed;
    right: 20px;
    width: 40px;
    height: 40px;
    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;
    bottom: 80px;
    -webkit-transition: all .3s;
    transition: all .3s;
border: 2px solid #808080;
    background: #808080;
    z-index: 99;
    cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #808080 !important;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #808080 !important;
}
:-moz-placeholder { /* Firefox 18- */
 color: #808080 !important;
}

/* ---------------- new css --------- */
.second__wrapper p {
    color: #ffffff;
}

.second__wrapper ul li a { color:#fff}

.discover__area .inner-link, .discover__area .spl-txt, .discover__area p {
    color: #ffffff;
}


.second__wrapper h1 {
    background-image: -webkit-linear-gradient(112deg, #ffffff, #ffffff);
    line-height: 1.2em;
    padding: 0px 0 28px;
}

.second__wrapper .more-link.inner-link{ color:#fff}


.second__wrapper ul li { font-family: CrimsonText-Regular; font-style:normal; }