.slide-box {
	display: none;
	background-color: #0f1329;
	width: 100%;
	padding: .8em 0;
	color: #fff;
	text-transform: uppercase
}

.slide-box a {
	color: #fff
}

@media screen and (max-width:600px) {
	.slide-box {
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 999
	}
}

.slide-box [class*=col-] {
	border-left: 1px solid #c36333
}

.main_nav {
	width: 9%;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: 0;
	height: auto;
	z-index: 1040;
	top: 0
}

@media screen and (max-width:600px) {
	.main_nav {
		z-index: 1041
	}
}

.main_nav .menu-txt {
	position: relative;
	top: 16px;
	left: -6px
}

@media screen and (max-width:600px) {
	.main_nav .menu-txt {
		left: 4px;
		top: 0
	}
}

@media screen and (max-width:600px) {
	.main_nav .navbar {
		padding-top: 0;
		padding-bottom: 0
	}
}

.main_nav .navbar .menu--icon {
	width: 75%;
	display: block;
	position: relative;
	height: 79px;
	margin: 0 auto;
	cursor: pointer
}

.main_nav .navbar .menu--icon .menu_part {
	height: 2px;
	position: absolute;
	background: #fff;
	right: 0;
	margin: auto;
	left: 0;
	border-radius: 0;
	-webkit-transition: all .35s cubic-bezier(.8, 0, .2, 1.3);
	transition: all .35s cubic-bezier(.8, 0, .2, 1.3);
	top: calc(50% - ((5px)) + -2px);
	width: 50%
}

.main_nav .navbar .menu--icon .menu_part:nth-last-of-type(1) {
	top: calc(50% - ((8px)) + -5px)
}

.main_nav .navbar .menu--icon .menu_part:nth-last-of-type(2) {
	top: calc(50% - ((4px)) + 2px);
	left: 50px
}

.main_nav .navbar .menu--icon .menu_part:nth-last-of-type(3) {
	top: calc(50% - ((0px)) + 9px)
}

.main_nav .navbar .menu--icon:hover .menu_part:nth-last-of-type(2) {
	left: 0
}

.main_nav .close {
	display: none;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	text-transform: uppercase;
	float: none;
	padding: .5rem 1rem;
	z-index: 1111;
	width: 9%
}

.main_nav .close .menu--icon {
	width: 75%;
	display: block;
	position: relative;
	height: 79px;
	margin: 0 auto;
	cursor: pointer
}

.main_nav .close .menu--icon .menu_part1 {
	height: 2px;
	position: absolute;
	background: #fff;
	right: 0;
	margin: auto;
	left: 0;
	border-radius: 0;
	-webkit-transition: all .35s cubic-bezier(.8, 0, .2, 1.3);
	transition: all .35s cubic-bezier(.8, 0, .2, 1.3);
	top: calc(50% - ((5px)) + -2px);
	width: 50%
}

.main_nav .close .menu--icon .menu_part1:nth-last-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
	top: calc(64% - ((8px)) + -5px)
}

.main_nav .close .menu--icon .menu_part1:nth-last-of-type(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(66% - ((8px)) + -5px)
}

@media screen and (max-width:1366px) {
	.logo-main img {
		height: 90px
	}
}

@media screen and (max-width:1024px) {
	.logo-main img {
		height: 80px
	}
}

@media screen and (max-width:768px) {
	.logo-main img {
		height: 60px
	}
}

@media screen and (max-width:600px) {
	.logo-main img {
		height: 65px
	}
}

@media screen and (max-width:600px) {
	.logo-main {
		display: none
	}
}

.main_nav--wsmall {
	width: 6%
}

@media screen and (max-width:768px) {
	.main_nav--wsmall {
		width: 8%
	}
}

@media screen and (max-width:600px) {
	.main_nav--wsmall {
		width: 100%;
		height: 50px
	}
}

.main_nav--wsmall .logo-mob {
	display: none
}

@media screen and (max-width:600px) {
	.main_nav--wsmall .logo-mob {
		display: block;
		width: 17%;
		float: left;
		margin: 0 0 0 3%
	}
}

#navigationWrap {
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 50px 0;
	overflow: hidden;
	font-family: Roboto, sans-serif;
	z-index: 104
}

@media screen and (max-width:768px) {
	#navigationWrap {
		width: 93%
	}
}

@media screen and (max-width:600px) {
	#navigationWrap {
		width: 100%
	}
}

#navigationWrap .transition-bg,
#navigationWrap .transition-bg__white {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #333;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

#navigationWrap .transition-bg__white {
	background-color: #333
}

#navigationWrap .container {
	position: relative;
	/* width: 83%; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	height: 100%
}

@media screen and (max-width:1440px) {
	#navigationWrap .menu-logo {
		height: 80px
	}
}

#navigationWrap nav {
	margin: 1% auto 0
}

#navigationWrap nav ul {
	list-style-type: none;
	padding: 0
}

#navigationWrap nav ul li {
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: .6s ease;
	transition: .6s ease;
	margin: 0 0 .4em
}

@media screen and (max-width:1366px) {
	#navigationWrap nav ul li {
		margin: 0 0 .2em
	}
}

#navigationWrap nav ul li .active {
	position: relative;
	color: #fff
}

#navigationWrap nav ul li a {
	display: inline-block;
	color: #f0a63c;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	-webkit-transition: .6s ease;
	transition: .6s ease;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	padding: .3em
}

@media screen and (max-width:1440px) {
	#navigationWrap nav ul li a {
		font-size: 18px
	}
}

@media screen and (max-width:1366px) {
	#navigationWrap nav ul li a {
		font-size: 16px
	}
}

@media screen and (max-width:600px) {
	#navigationWrap nav ul li a {
		font-size: 14px
	}
}

#navigationWrap nav ul li a::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	background-color: #fff;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	height: 3px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#navigationWrap nav ul li a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 3px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

#navigationWrap nav ul li a.link-small {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: .6s ease;
	transition: .6s ease
}

@media screen and (max-width:1440px) {
	#navigationWrap nav ul li a.link-small {
		font-size: 16px
	}
}

@media screen and (max-width:1280px) {
	#navigationWrap nav ul li a.link-small {
		font-size: 14px
	}
}

@media screen and (max-width:600px) {
	#navigationWrap nav ul li a.link-small {
		font-size: 13px
	}
}

#navigationWrap nav ul li a.link-small:hover {
	color: #f0a63c
}

#navigationWrap nav ul li a:hover {
	color: #fff;
	-webkit-transition: .6s ease;
	transition: .6s ease
}

#navigationWrap nav ul li a:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

#navigationWrap nav ul li a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

#navigationWrap nav ul li a.no-before::before {
	content: none
}

#navigationWrap nav ul li a.no-before:hover {
	color: #fff;
	-webkit-transition: .6s ease;
	transition: .6s ease;
	padding: 0
}

#navigationWrap nav ul li ul {
	margin: 5px 0 0
}

#navigationWrap nav ul li ul li {
	padding: 0 0 0 4%;
	margin: 0 0 5px
}

#navigationWrap nav ul li ul li a {
	font-weight: 400
}

#navigationWrap .social-media {
	position: absolute;
	left: 32.5%;
	bottom: 1%
}

@media screen and (max-width:1440px) {
	#navigationWrap .social-media {
		bottom: -9%
	}
}

#navigationWrap .social-media p a {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #fff;
	margin: 0 5px;
	font-size: 22px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 1rem;
	text-align: center;
	padding-top: 4px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 0 40px #333;
	box-shadow: inset 0 0 0 40px #333;
	color: #fff
}

@media screen and (max-width:1440px) {
	#navigationWrap .social-media p a {
		width: 30px;
		height: 30px;
		padding-top: 2px;
		font-size: 18px
	}
}

#navigationWrap .social-media p a:hover {
	-webkit-box-shadow: inset 0 0 0 3px #f0a63c;
	box-shadow: inset 0 0 0 3px #f0a63c;
	color: #f0a63c
}

header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 11
}

@-webkit-keyframes circle-full {
	from {
		-webkit-clip-path: circle(0 at 0 0);
		clip-path: circle(0 at 0 0)
	}

	to {
		-webkit-clip-path: circle(100% at 100%);
		clip-path: circle(100% at 50%);
		opacity: 1
	}
}

@keyframes circle-full {
	from {
		-webkit-clip-path: circle(0 at 0 0);
		clip-path: circle(0 at 0 0)
	}

	to {
		-webkit-clip-path: circle(100% at 50%);
		clip-path: circle(100% at 50%);
		opacity: 1
	}
}

.patch-anim {
	-webkit-animation-name: patch-anim;
	animation-name: patch-anim;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes patch-anim {
	from {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes patch-anim {
	from {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@media screen and (max-width:600px) {
	.lg-backdrop {
		z-index: 1041
	}
}

@keyframes ping {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(.4);
		transform: translate(-50%, -50%) scale(.4);
		opacity: 1
	}

	80% {
		-webkit-transform: translate(-50%, -50%) scale(1.4);
		transform: translate(-50%, -50%) scale(1.4);
		opacity: .3
	}

	100% {
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
		opacity: 0
	}
}

.close-trigger,
.menu-trigger {
	position: absolute;
	top: 51px;
	right: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	z-index: 333;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	font-size: 18px;
	background: #fff;
	padding: .9em 2em 0;
	border-radius: 2em;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
	border: 1px solid #ccc
}

@media screen and (max-width:1660px) {

	.close-trigger,
	.menu-trigger {
		right: 28px
	}
}

@media screen and (max-width:1440px) {

	.close-trigger,
	.menu-trigger {
		right: 19px;
		top: 30px;
		padding: .9em 1.5em 0
	}
}

@media screen and (max-width:1024px) {

	.close-trigger,
	.menu-trigger {
		right: 8px
	}
}

@media screen and (max-width:600px) {

	.close-trigger,
	.menu-trigger {
		right: 2%;
		top: 6px;
		font-size: 11px;
		letter-spacing: 1px
	}
}

.close-trigger:hover,
.menu-trigger:hover {
	-webkit-box-shadow: 0 3px 15px rgba(232, 129, 27, .4);
	box-shadow: 0 3px 15px rgba(232, 129, 27, .4)
}

.close-trigger:hover #nav-icon span:nth-child(2),
.close-trigger:hover #nav-icon span:nth-child(3),
.menu-trigger:hover #nav-icon span:nth-child(2),
.menu-trigger:hover #nav-icon span:nth-child(3) {
	width: 100%
}

.close-trigger .menu-name,
.menu-trigger .menu-name {
	position: relative;
	top: 2px;
	font-family: 'Nexa Book';
	color: #e8811b
}

.close-trigger #nav-icon,
.menu-trigger #nav-icon {
	width: 35px;
	height: 45px;
	position: relative;
	margin: 0 .6em 0 auto;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

@media screen and (max-width:1440px) {

	.close-trigger #nav-icon,
	.menu-trigger #nav-icon {
		height: 39px
	}
}

.close-trigger #nav-icon.open span:nth-child(1),
.menu-trigger #nav-icon.open span:nth-child(1) {
	top: 18x;
	width: 0%;
	left: 50%
}

.close-trigger #nav-icon.open span:nth-child(2),
.menu-trigger #nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%
}

.close-trigger #nav-icon.open span:nth-child(3),
.menu-trigger #nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 100%
}

.close-trigger #nav-icon.open span:nth-child(4),
.menu-trigger #nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%
}

.close-trigger #nav-icon span,
.menu-trigger #nav-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #e8811b;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

@media screen and (max-width:1440px) {

	.close-trigger #nav-icon span,
	.menu-trigger #nav-icon span {
		width: 86%
	}
}

.close-trigger #nav-icon span:nth-child(1),
.menu-trigger #nav-icon span:nth-child(1) {
	top: 0
}

.close-trigger #nav-icon span:nth-child(2),
.close-trigger #nav-icon span:nth-child(3),
.menu-trigger #nav-icon span:nth-child(2),
.menu-trigger #nav-icon span:nth-child(3) {
	width: 61%;
	top: 11px
}

@media screen and (max-width:1440px) {

	.close-trigger #nav-icon span:nth-child(2),
	.close-trigger #nav-icon span:nth-child(3),
	.menu-trigger #nav-icon span:nth-child(2),
	.menu-trigger #nav-icon span:nth-child(3) {
		top: 10px
	}
}

.close-trigger #nav-icon span:nth-child(4),
.menu-trigger #nav-icon span:nth-child(4) {
	top: 23px
}

@media screen and (max-width:1440px) {

	.close-trigger #nav-icon span:nth-child(4),
	.menu-trigger #nav-icon span:nth-child(4) {
		top: 20px
	}
}

.close-trigger:hover .menu-trigger-bar:before,
.menu-trigger:hover .menu-trigger-bar:before {
	width: 100%
}

.close-trigger:hover .close-trigger-bar:before,
.menu-trigger:hover .close-trigger-bar:before {
	width: 100%
}

.close-trigger {
	z-index: 5;
	top: 42px
}

@media screen and (max-width:600px) {
	.close-trigger {
		top: 24px
	}
}

.menu-trigger-bar {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #fff;
	margin-bottom: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative
}

@media screen and (max-width:600px) {
	.menu-trigger-bar {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.menu-trigger-bar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #f0a63c;
	-webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
	transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.menu-trigger-bar.top {
	width: 50%
}

@media screen and (max-width:600px) {
	.menu-trigger-bar.top {
		width: 100%
	}
}

.menu-trigger-bar.middle:before {
	left: auto;
	right: 0
}

.menu-trigger-bar.bottom {
	width: 50%;
	margin-left: 50%
}

@media screen and (max-width:600px) {
	.menu-trigger-bar.bottom {
		width: 100%;
		margin-left: 0
	}
}

.close-trigger-bar {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #ffff;
	position: relative
}

.close-trigger-bar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #f0a63c;
	-webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
	transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.close-trigger-bar.left {
	-webkit-transform: translateX(100px) translateY(-100px) rotate(-45deg);
	transform: translateX(100px) translateY(-100px) rotate(-45deg)
}

.close-trigger-bar.right {
	-webkit-transform: translateX(-100px) translateY(-100px) rotate(45deg);
	transform: translateX(-100px) translateY(-100px) rotate(45deg);
	top: -3px
}

.links {
	color: #000;
	-webkit-transition: .3s;
	transition: .3s;
	text-decoration: none
}

.links:hover {
	color: #e64158;
	text-decoration: none
}

.animate-in-out {
	-webkit-animation-name: fade-in-out;
	animation-name: fade-in-out;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal
}

@-webkit-keyframes fade-in-out {
	0% {
		opacity: 0
	}

	30% {
		opacity: 1
	}

	60% {
		opacity: 1
	}
}

@keyframes fade-in-out {
	0% {
		opacity: 0
	}

	30% {
		opacity: 1
	}

	60% {
		opacity: 1
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0
	}

	25% {
		-webkit-transform: scale(.3);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(.6);
		opacity: .6
	}

	75% {
		-webkit-transform: scale(.9);
		opacity: .3
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	25% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: .6
	}

	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .3
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}


body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: Montserrat, sans-serif;
	line-height: 1.8
}

@media screen and (max-width:1500px) {
	body {
		font-size: 15px
	}
}

@media screen and (max-width:1366px) {
	body {
		/* font-size: 14px */
	}
}

@media screen and (max-width:768px) {
	body {
		font-size: 13px
	}
}

@media screen and (max-width:600px) {
	body {
		font-size: 14px
	}
}

body section:first-child {
	margin-top: 5%
}

p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
}

@media screen and (max-width:1500px) {
}

@media screen and (max-width:1366px) {
	p {
		/* font-size: 14px */
	}
}

@media screen and (max-width:768px) {
	p {
		font-size: 13px;
		line-height: 1.6
	}
}

@media screen and (max-width:600px) {
	p {
		font-size: 14px;
		line-height: 23px
	}
}


@media screen and (max-width:1400px) {
}

@media screen and (max-width:600px) {
}

.small-container {
	max-width: 74.42%
}

@media screen and (max-width:1400px) {
	.small-container {
		max-width: 82%
	}
}

@media screen and (max-width:600px) {
	.small-container {
		max-width: 99%
	}
}

@media screen and (max-width:768px) {
	h5 {
		font-size: 16px
	}
}

.title-primary {
	font-size: 50px;
	font-family: NexaBold, sans-serif
}

@media screen and (max-width:1620px) {
	.title-primary {
		font-size: 46px
	}
}

@media screen and (max-width:1440px) {
	.title-primary {
		font-size: 42px
	}
}

@media screen and (max-width:1366px) {
	.title-primary {
		font-size: 38px
	}
}

@media screen and (max-width:1280px) {
	.title-primary {
		font-size: 34px
	}
}

@media screen and (max-width:1024px) {
	.title-primary {
		font-size: 30px
	}
}

@media screen and (max-width:768px) {
	.title-primary {
		font-size: 24px
	}
}

.title-secondary {
	font-size: 35px;
	font-family: NexaBold, sans-serif
}

@media screen and (max-width:1620px) {
	.title-secondary {
		font-size: 32px
	}
}

@media screen and (max-width:1440px) {
	.title-secondary {
		font-size: 28px
	}
	.hospitality-tab .title-secondary{font-size: 22px;}
	.hospitality-tab .title-secondary br{display: none;}
}

@media screen and (max-width:1366px) {
	.title-secondary {
		font-size: 24px
	}
}

@media screen and (max-width:1280px) {
	.title-secondary {
		font-size: 22px
	}
}

@media screen and (max-width:1024px) {
	.title-secondary {
		font-size: 20px
	}
}

@media screen and (max-width:768px) {
	.title-secondary {
		font-size: 18px
	}
}

@media screen and (max-width:600px) {
	.title-secondary {
		line-height: 1.5;
		font-size: 20px
	}
}

.title-tertiary {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.title-quaternary {
	font-size: 24px;
	font-family: NexaBold, sans-serif
}

@media screen and (max-width:1620px) {
	.title-quaternary {
		font-size: 22px
	}
}

@media screen and (max-width:1440px) {
	.title-quaternary {
		font-size: 20px
	}
}

@media screen and (max-width:1280px) {
	.title-quaternary {
		font-size: 18px
	}
}

@media screen and (max-width:1024px) {
	.title-quaternary {
		font-size: 16px
	}
}

@media screen and (max-width:768px) {
	.title-quaternary {
		font-size: 14px
	}
}

@media screen and (max-width:600px) {
	.title-quaternary {
		font-size: 15px;
		letter-spacing: .04em;
		line-height: 1.5
	}
}

#openImg {
	cursor: pointer
}

.bot-title-line {
	position: relative;
	padding-bottom: .6em
}

.bot-title-line::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: -webkit-gradient(linear, left top, right top, from(#7a2f1e), to(#f7911d));
	background: linear-gradient(to right, #7a2f1e, #f7911d)
}

@media screen and (max-width:1366px) {
	.bot-title-line::after {
		height: 6px
	}
}

.bot-line-reverse::after {
	background: -webkit-gradient(linear, left top, right top, from(#f7911d), to(#7a2f1e));
	background: linear-gradient(to right, #f7911d, #7a2f1e)
}

.text-gradient {
	background: -webkit-gradient(linear, left top, right top, from(#ee8a20), color-stop(50%, #7a2f1e));
	background: linear-gradient(to right, #ee8a20, #7a2f1e 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.text-cust-dark {
	color: #182b32;
}

.text-orange {
	color: #f5822a
}

.text-black {
	color: #000
}

.text-light-gray {
	color: #999
}

.nexalight {
	font-family: NexaLight, sans-serif
}

.montserrat {
	font-family: Montserrat, sans-serif
}

.nexabold {
	font-family: NexaBold, sans-serif
}

.section-lg-py {
	padding: 8em 0
}

@media screen and (max-width:1366px) {
	.section-lg-py {
		padding: 7em 0
	}
}

@media screen and (max-width:768px) {
	.section-lg-py {
		padding: 5em 0
	}
}

@media screen and (max-width:600px) {
	.section-lg-py {
		padding: 3em 0
	}
}

.section-lg-pt {
	padding-top: 8em
}

@media screen and (max-width:1366px) {
	.section-lg-pt {
		padding-top: 7em
	}
}

@media screen and (max-width:768px) {
	.section-lg-pt {
		padding-top: 5em
	}
}

@media screen and (max-width:600px) {
	.section-lg-pt {
		padding-top: 3em
	}
}

.section-md-py {
	padding: 6em 0
}

@media screen and (max-width:1366px) {
	.section-md-py {
		padding: 5em 0
	}
}

@media screen and (max-width:1024px) {
	.section-md-py {
		padding: 4em 0
	}
}

@media screen and (max-width:600px) {
	.section-md-py {
		padding: 3em 0
	}
}

.section-lg-pb {
	padding-bottom: 8em
}

@media screen and (max-width:1366px) {
	.section-lg-pb {
		padding-bottom: 7em
	}
}

@media screen and (max-width:768px) {
	.section-lg-pb {
		padding-bottom: 5em
	}
}

@media screen and (max-width:600px) {
	.section-lg-pb {
		padding-bottom: 3em
	}
}

.bg-cream {
	background-color: #e8e8e8
}

.bg-cust-dark {
	background-color: #333
}

.bg-cream {
	background-color: #e8e8e8
}

.pos-relative {
	position: relative
}

.mt-head-space {
	margin-top: 5%
}

@media screen and (max-width:1024px) {
	.mt-head-space {
		margin-top: 4.5em
	}
}

@media screen and (max-width:768px) {
	.mt-head-space {
		margin-top: 4.2em
	}
}

@media screen and (max-width:600px) {
	.mt-head-space {
		margin-top: 3.8em
	}
}

.cursor-pointer {
	cursor: pointer
}

.overflow-y {
	overflow-y: hidden
}

@media screen and (max-width:600px) {
	.border-r-mob-none {
		border-right: none !important
	}
}

@media screen and (max-width:600px) {
	.border-top-mob {
		border-top: 1px solid #fff !important
	}
}

header .navbar {
	background: #333;
	padding: 35px 0 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}
header .navbar {
	background: transparent;
}

@media screen and (max-width:768px) {
	header .navbar {
		padding: .3em 0
	}
}

@media screen and (max-width:600px) {
	header .navbar {
		padding: 0
	}
}

header .navbar.scrolled {
	-webkit-box-shadow: 0 0 26px #00000080;
	box-shadow: 0 0 26px #00000080;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

header .navbar.scrolled .navbar-brand {
	width: 9%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

@media screen and (max-width:1500px) {
	header .navbar.scrolled .navbar-brand {
		width: 10%
	}
}

header .navbar.scrolled .navbar-brand img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

header .navbar.scrolled .navbar-nav {
	padding: 3% 0 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

header .navbar .container {
	position: relative
}

header .navbar .container .navbar-toggler:not(:disabled):not(.disabled) {
	background: #e8811b
}

header .navbar .navbar-brand {
	width: 13%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

@media screen and (max-width:1500px) {
	header .navbar .navbar-brand {
		width: 14%
	}
}

@media screen and (max-width:600px) {
	header .navbar .navbar-brand {
		margin-left: 10px;
	}
}

header .navbar .navbar-brand img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

header .navbar .navbar-nav {
	padding: 0;
}

@media screen and (max-width:600px) {
	header .navbar .navbar-nav {
		padding-top: 4.5%
	}
}

header .navbar .navbar-nav .dropdown-menu {
	background: #222;
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#2e2e2e));
	background: linear-gradient(180deg, #222 0, #2e2e2e 100%);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .3)
}

header .navbar .navbar-nav .dropdown-menu a {
	font-size: 14px;
	color: #fff;
	-webkit-transition: -webkit-transform ease .3s;
	transition: -webkit-transform ease .3s;
	transition: transform ease .3s;
	transition: transform ease .3s, -webkit-transform ease .3s
}

@media screen and (max-width:1366px) {
	header .navbar .navbar-nav .dropdown-menu a {
		font-size: 13px
	}
}

@media screen and (max-width:600px) {
	header .navbar .navbar-nav .dropdown-menu a {
		padding: .5rem 1.5rem;
		font-size: 14px
	}
}

header .navbar .navbar-nav .dropdown-menu a:hover {
	color: #f5822a;
	font-weight: bolder;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

header .navbar .navbar-nav .dropdown-menu a:active {
	color: #fff;
	background-color: #f5822a
}

header .navbar .navbar-nav li.nav-item a.nav-link {
	cursor: pointer;
	font-size: 16px;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 0;
	position: relative;
	color: #fff;
	font-family: NexaLight, sans-serif
}

@media screen and (max-width:1500px) {
	header .navbar .navbar-nav li.nav-item a.nav-link {
		/* font-size: 13px; */
		/* padding: 0; */
	}
}

@media screen and (max-width:600px) {
	header .navbar .navbar-nav li.nav-item a.nav-link {
		padding: .6rem 1.1rem
	}
}
.navbar .navbar-nav li.nav-item a:hover::before,
.navbar .navbar-nav li.nav-item a.active::before {
	content: '';
	background-color: #fff; 
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	height: 7px;
	width: 100%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

@media screen and (max-width:1500px) {
	header .navbar .navbar-nav li.nav-item a.nav-link::before {
		height: 4px
	}
}

@media screen and (max-width:600px) {
	header .navbar .navbar-nav li.nav-item a.nav-link::before {
		height: 3.3em;
		z-index: -1;
		-webkit-transform-origin: left;
		transform-origin: left
	}
}

header .navbar .navbar-nav li.nav-item:hover a.nav-link {
	color: #fff
}

header .navbar .navbar-nav li.nav-item:hover a.nav-link::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

header .navbar .navbar-nav li.nav-item.active a.nav-link {
	color: #fff
}

header .navbar .navbar-nav li.nav-item.active a.nav-link::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

footer {
	background-color: #333
}

footer .main-link {
	font-size: 20px
}

@media screen and (max-width:1620px) {
	footer .main-link {
		font-size: 18px
	}
}

@media screen and (max-width:1440px) {
	footer .main-link {
		font-size: 16px
	}
}

@media screen and (max-width:1024px) {
	footer .main-link {
		font-size: 14px
	}
}

@media screen and (max-width:768px) {
	footer .main-link {
		font-size: 13px
	}
}

@media screen and (max-width:600px) {
	footer .main-link {
		font-size: 14px
	}
}

footer a {
	color: #fff;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	text-decoration: none !important
}

footer a:hover {
	color: #f5822a
}

footer small {
	color: #ccc
}

@media screen and (max-width:600px) {
	footer small {
		font-size: 13px
	}
}

footer .ul-main {
	list-style: none
}

footer .ul-main a {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	text-decoration: none
}

footer .ul-main a:hover {
	color: #fff
}

footer li {
	margin: .3em 0
}

footer .ul-sec {
	list-style: none;
	font-size: 14px
}

@media screen and (max-width:768px) {
	footer .ul-sec {
		font-size: 12px
	}
}

@media screen and (max-width:600px) {
	footer .ul-sec {
		font-size: 14px
	}
}

@media screen and (max-width:768px) {
	footer .social-box+img {
		width: 100px
	}
}

.navbar-nav li:hover>ul.dropdown-menu {
	display: block
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px
}

@media screen and (max-width:999px) {
	.dropdown-submenu>.dropdown-menu {
		padding: 0 8%
	}
}

.dropdown-menu>li>a:hover:after {
	text-decoration: underline;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.hm_topban {
	width: 100%;
	background: url(../img/homepage/bg.webp) no-repeat fixed;
	padding:15% 0 7%;
	background-size: cover;
	/* margin-top: 1% */
}

@media screen and (max-width:1400px) {
	.hm_topban {
		background-attachment: initial
	}
}

@media screen and (max-width:600px) {
	.hm_topban {
		margin-top: 3.8em
	}
}

/* .hm_topban ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.hm_topban ul li:first-child  a.explore{    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;top: -10px;}
.hm_topban ul li:first-child a {
    transform: scale(0.99, 1) translateY(-17px);
    transition: all 0.3s ease;
}
.banner-images li:first-child  .img-block{border: 3px solid #f5812a;overflow: hidden;}
.banner-images li:first-child  .img-block img{transform: scale(1.1);}
.hm_topban ul li {
	max-width: 20%;
	text-align: center;
}
.hm_topban ul li:first-child:hover > a img.img-hover{opacity: 0;}
.navbar-nav .nav-item + .nav-item.active{background-color: transparent;} */

@media screen and (max-width:600px) {
	.hm_topban ul li {
		max-width: 100%
	}
}

@media screen and (max-width:600px) {
	.hm_topban ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.hm_topban ul li .img-main {
	width: 100%;
	position: relative;
	overflow: hidden
}

@media screen and (max-width:600px) {
	.hm_topban ul li .img-main {
		border: 1px solid #4a4a4a
	}
}

.hm_topban ul li .img-main img {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-filter: brightness(.6);
	filter: brightness(.6)
}

.hm_topban ul li .img-ico {
	width: 100%;
	position: relative;
	background: #4a494aba;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

@media screen and (max-width:600px) {
	.hm_topban ul li .img-ico {
		border: 1px solid #4a4a4a
	}
}

.hm_topban ul li .img-ico .overimg {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 14% 0 0
}

@media screen and (max-width:1024px) {
	.hm_topban ul li .img-ico .overimg {
		padding-top: 7%
	}
}

@media screen and (max-width:600px) {
	.hm_topban ul li .img-ico .overimg {
		padding-top: 12%
	}
}

.hm_topban ul li .img-ico .overimg::before {
	content: '';
	width: 15px;
	height: 15px;
	background: #fff;
	position: absolute;
	bottom: -7px;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1
}

@media screen and (max-width:1024px) {
	.hm_topban ul li .img-ico .overimg img {
		height: 40px
	}
}

.hm_topban ul li .img-ico .opacityhide {
	visibility: hidden
}

.hm_topban ul li .img-ico span {
	width: 100%;
	text-align: center;
	font-family: NexaBold;
	font-size: 15px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 9px 0 0
}

@media screen and (max-width:1366px) {
	.hm_topban ul li .img-ico span {
		font-size: 13px
	}
}

@media screen and (max-width:1024px) {
	.hm_topban ul li .img-ico span {
		font-size: 10px
	}
}

.hm_topban ul li .line {
	line-height: 0
}

.hm_topban ul li:hover .img-ico {
	background: #fff;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

.hm_topban ul li:hover .img-ico span {
	color: #4a494a
}

.hm_topban ul li:hover .img-ico .overimg::before {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 1
}

.hm_topban ul li:hover .img-main img {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-animation: scaleimg 1.8s ease-in-out;
	animation: scaleimg 1.8s ease-in-out;
	-webkit-filter: brightness(1);
	filter: brightness(1)
}

.hm_topban h1 {
	font-family: NexaBold;
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin: 0;
	line-height: 65px
}

@media screen and (max-width:1366px) {
	.hm_topban h1 {
		font-size: 20px
	}
}

@media screen and (max-width:768px) {
	.hm_topban h1 {
		font-size: 18px
	}
}

@media screen and (max-width:600px) {
	.hm_topban h1 {
		line-height: 1.5
	}
}

.hm_topban p {
	font-family: NexaLight;
	font-size: 16px;
	text-align: center;
	color: #fff
}

@media screen and (max-width:1366px) {
	.hm_topban p {
		font-size: 15px
	}
}

@media screen and (max-width:1024px) {
	.hm_topban p {
		font-size: 14px
	}
}

@media screen and (max-width:768px) {
	.hm_topban p {
		font-size: 13px;
		/* letter-spacing: .08em */
	}
}

.ham-menu {
	position: absolute;
	top: 0;
	right: 2.2%;
	margin: auto;
	max-width: 100%
}

@media screen and (max-width:1620px) {
	.ham-menu {
		right: 4.3%
	}
}

@media screen and (max-width:1440px) {
	.ham-menu {
		right: 3.3%
	}
}

@media screen and (max-width:1366px) {
	.ham-menu {
		top: -1px;
		right: 8.5%
	}
}

@media screen and (max-width:1280px) {
	.ham-menu {
		right: 9.4%
	}
}

.ham-menu ul.navbar-nav {
	-webkit-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
	background: #fff;
	border-radius: 2em;
	border: 1px solid #dadada;
	-webkit-box-shadow: 0 3px 15px rgba(232, 129, 27, .4);
	box-shadow: 0 3px 15px rgba(232, 129, 27, .4)
}

.ham-menu.on ul.navbar-nav {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.ham__dark .close-trigger #nav-icon span,
.ham__dark .menu-trigger #nav-icon span {
	background: #333
}

.ham__dark .close-trigger .menu-name,
.ham__dark .menu-trigger .menu-name {
	color: #333
}

.feat .middle-line::after {
	content: '';
	position: absolute;
	top: 52.5%;
	left: 1%;
	width: 99%;
	z-index: -1;
	height: 1px;
	background-color: #f5822a
}

@media screen and (max-width:1620px) {
	.feat .middle-line::after {
		top: 46.7%
	}
}

@media screen and (max-width:1440px) {
	.feat .middle-line::after {
		top: 45%
	}
}

@media screen and (max-width:1366px) {
	.feat .middle-line::after {
		top: 42.5%
	}
}

.feat__item span {
	font-size: 70px;
	color: #f5822a
}

@media screen and (max-width:1620px) {
	.feat__item span {
		font-size: 65px
	}
}

@media screen and (max-width:1440px) {
	.feat__item span {
		font-size: 60px
	}
}

@media screen and (max-width:1366px) {
	.feat__item span {
		font-size: 55px
	}
}

@media screen and (max-width:1024px) {
	.feat__item span {
		font-size: 45px
	}
}

@media screen and (max-width:768px) {
	.feat__item span {
		font-size: 35px
	}
}

.feat__item p {
	font-size: 18px;
	line-height: 1.3;
	margin-top: -1em
}

@media screen and (max-width:1366px) {
	.feat__item p {
		font-size: 16px
	}
}

@media screen and (max-width:768px) {
	.feat__item p {
		font-size: 13px
	}
}

.awards {
	background: url(../img/homepage/bg-awards.webp) center/cover no-repeat
}

.awards__box {
	padding: 2.5em 4em;
	background-color: rgba(0, 0, 0, .75)
}

@media screen and (max-width:768px) {
	.awards__box {
		padding: 2.5em 2em
	}
}

@media screen and (max-width:600px) {
	.awards__box {
		padding: 1.5em 2em
	}
}

.awards__box:first-child {
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%
}

@media screen and (max-width:768px) {
	.awards__box:first-child {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%
	}
}

@media screen and (max-width:600px) {
	.awards__box:first-child {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.awards__box:nth-child(2) {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%
}

@media screen and (max-width:768px) {
	.awards__box:nth-child(2) {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%
	}
}

@media screen and (max-width:600px) {
	.awards__box:nth-child(2) {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-top: 3em
	}
}

.awards__box ul {
	list-style: none;
	margin-top: 2.5em
}

@media screen and (max-width:600px) {
	.awards__box ul {
		margin-top: 1.5em
	}
}

.awards__box ul img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top;
	object-position: top
}

@media screen and (max-width:768px) {
	.awards__box ul img {
		height: 30px
	}
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	padding: .5em 1em !important;
	background: 0 0;
	border: 1px solid rgba(255, 255, 255, .6);
	outline: 0;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px)
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #f5822a;
	-webkit-box-shadow: 0 3px 15px rgba(232, 124, 33, .3);
	box-shadow: 0 3px 15px rgba(232, 124, 33, .3)
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
	color: #fff
}

.lg-toolbar .lg-icon {
	color: #f5822a;
	background: #6666
}

.lg-toolbar .lg-icon:hover {
	background-color: #f5822a
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	color: #f5822a
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	background-color: #f5822a
}

#lg-counter {
	color: #f5822a
}

.bot-slider .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0 2em;
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.bot-slider .item h1 {
	font-size: 24px
}

@media screen and (max-width:1620px) {
	.bot-slider .item h1 {
		font-size: 20px
	}
}

@media screen and (max-width:1440px) {
	.bot-slider .item h1 {
		font-size: 18px
	}
}

.abt-hero {
	background: url(../img/about/01.webp) top/cover no-repeat;
	max-height: 720px;
	height: 80vh
}

@media screen and (max-width:1620px) {
	.abt-hero {
		height: 62vh
	}
}

@media screen and (max-width:1440px) {
	.abt-hero {
		height: 66vh
	}
}

@media screen and (max-width:1366px) {
	.abt-hero {
		height: 74vh
	}
}

@media screen and (max-width:1024px) {
	.abt-hero {
		max-height: 410px
	}
}

@media screen and (max-width:600px) {
	.abt-hero {
		max-height: 476px;
		background-position: left top
	}
}

@media screen and (max-width:768px) {
	.abt-hero__col {
		padding: 2em;
		background-color: rgba(255, 255, 255, .8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px)
	}
}

.our-business {
	background: url(../img/about/02.webp) left top/cover no-repeat
}

.our-business .flex-item {
	letter-spacing: .2em;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden
}

@media screen and (max-width:1620px) {
	.our-business .flex-item {
		-ms-flex-preferred-size: 16.5%;
		flex-basis: 16.5%
	}
}

@media screen and (max-width:1620px) {
	.our-business .flex-item {
		letter-spacing: .3em
	}
}

@media screen and (max-width:1024px) {
	.our-business .flex-item {
		max-width: 165px;
		-ms-flex-preferred-size: 19.5%;
		flex-basis: 19.5%
	}
}

@media screen and (max-width:768px) {
	.our-business .flex-item {
		max-width: unset;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%
	}
}

@media screen and (max-width:600px) {
	.our-business .flex-item {
		font-size: 12px;
		letter-spacing: .05em;
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%
	}
}

.our-business .flex-item:hover img {
	-webkit-filter: saturate(1) !important;
	filter: saturate(1) !important;
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media screen and (max-width:600px) {
	.our-business .flex-item:last-child p {
		margin-bottom: 0
	}
}

.our-business .flex-item img {
	-webkit-filter: saturate(0);
	filter: saturate(0);
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}

.mis-vis {
	background-color: #5d5d5d;
	color: #fff
}

.mis-vis p{color: #fff;}

@media screen and (max-width:600px) {
	.mis-vis {
		margin-top: 2em
	}
}

.mis-vis__box {
	margin-top: -3em
}

@media screen and (max-width:600px) {
	.mis-vis__box img {
		height: 130px;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.mis-vis__title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.mis-vis .mission {
	margin-left: -1.3em
}

@media screen and (max-width:600px) {
	.mis-vis .mission {
		margin-left: -1.8em;
		margin-bottom: 0
	}
}

.contact-2 {
	background: url(../img/contact/sec-1.webp) top right/cover no-repeat;
	padding: 2em 0
}

@media screen and (max-width:1440px) {
	.contact-2 {
		padding: 2em 0
	}
}

.contact-3__contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contact-3__contact-box img {
	max-width: 57px
}

@media screen and (max-width:1440px) {
	.contact-3__contact-box img {
		max-width: 47px
	}
}

@media screen and (max-width:768px) {
	.contact-3__contact-box img {
		max-width: 37px
	}
}

.real-estate {
	background: url(../img/landing/bg-project.webp) top left/cover no-repeat fixed
}

.real-estate .vertical-pills {
	background-color: transparent
}

@media screen and (max-width:600px) {
	.real-estate .vertical-pills .nav-pills {
		border-bottom: none
	}
}

@media screen and (max-width:600px) {
	.real-estate .cust-pad-1 {
		padding: 0 1.2em
	}
}

@media screen and (max-width:360px) {
	.real-estate .cust-pad-1 {
		padding: 0 1em
	}
}

@media screen and (max-width:600px) {
	.real-estate .cust-pad-2 {
		padding: 0 .1em
	}
}

@media screen and (max-width:360px) {
	.real-estate .cust-pad-2 {
		padding: 0
	}
}

.projects {
	padding: 3em 0
}

.projects .tablinks {
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	position: relative
}

@media screen and (max-width:600px) {
	.projects .tablinks {
		padding: .5em
	}
}

.projects .tablinks::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5822a;
	z-index: -1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s
}

.projects .tablinks:hover::before {
	color: #f5822a;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

@media screen and (max-width:600px) {
	.projects .tablinks span {
		font-size: 14px
	}
}

.projects .tablinks.active {
	color: #fff
}

.projects .tablinks.active::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.projects .fade:not(.show) {
	display: none !important
}

.projects .tabcontent {
	border-top: 10px solid #f5822a;
	-webkit-animation: fade_in 1s;
	animation: fade_in 1s
}

@media screen and (max-width:768px) {
	.projects .tabcontent {
		border-top-width: 5px
	}
}

@media screen and (max-width:600px) {
	.projects .tabcontent {
		width: 99%;
		margin: 0 auto
	}
}

@media screen and (max-width:380px) {
	.projects .tabcontent {
		width: 100%
	}
}

.projects .tabcontent:hover .projects__box:not(:hover) img {
	-webkit-filter: brightness(.4);
	filter: brightness(.4)
}

.projects .tabcontent>div {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

@media screen and (max-width:600px) {
	.projects .tabcontent>div {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media screen and (max-width:600px) {
	.projects .tabcontent>div .bot-title-line::after {
		bottom: 3px
	}
}

.projects .tabcontent>.proj-big {
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%
}

@media screen and (max-width:600px) {
	.projects .tabcontent>.proj-big {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.projects .tabcontent>.proj-small {
	-ms-flex-preferred-size: 23%;
	flex-basis: 23%
}

@media screen and (max-width:600px) {
	.projects .tabcontent>.proj-small {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media screen and (max-width:1366px) {
	.projects .tabcontent>.proj-small p {
		font-size: 13px;
		line-height: 1.6
	}
}

.projects .completed-proj:hover .projects__box:not(:hover) img {
	-webkit-filter: brightness(1);
	filter: brightness(1)
}

.projects__box {
	cursor: pointer;
	-webkit-transition: ease .3s;
	transition: ease .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.projects__box img {
	-webkit-transition: ease .3s;
	transition: ease .3s;
    width: 100%;
}

@media screen and (max-width:600px) {
	.projects__box .title-quaternary {
		font-size: 18px
	}
}

.projects__box .clippy .projects__box-target {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff
}

.projects__box>.bot-line-reverse::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	background: url(../img/ico/zoom.webp) center/50px 50px no-repeat;
	-webkit-filter: drop-shadow(2px 4px 15px #000);
	filter: drop-shadow(2px 4px 15px #000);
	width: 50px;
	height: 50px;
	opacity: 0;
	-webkit-transition: ease-in .3s;
	transition: ease-in .3s
}

@media screen and (max-width:600px) {
	.projects__box>.bot-line-reverse::before {
		opacity: 1
	}
}

.projects__box>.remove-hov::before {
	display: none
}

.projects__box:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.projects__box:hover .bot-line-reverse::after {
	background: -webkit-gradient(linear, left top, right top, from(#7a2f1e), to(#f7911d));
	background: linear-gradient(to right, #7a2f1e, #f7911d)
}

.projects__box:hover .bot-line-reverse::before {
	opacity: 1
}

.projects__box:hover img {
	-webkit-filter: brightness(1);
	filter: brightness(1)
}

.projects__box:hover>h1 {
	color: #f5822a !important
}

.projects__box-desc {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	color: #fff;
	-webkit-clip-path: circle(4% at 93% 90%);
	clip-path: circle(4% at 93% 90%);
	background-color: #fff;
	/* -webkit-backdrop-filter: blur(4px) brightness(.3);
	backdrop-filter: blur(4px) brightness(.3); */
	padding: 2em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .6s;
	transition: all .6s;
	/* background-image: url(../img/plus.webp);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: right 5.1% bottom 7.5%; */
}

.projects__box-desc p{color: #fff;}
/* .proj-big .projects__box-desc{
	-webkit-clip-path: circle(4% at 94% 91%);
	clip-path: circle(4% at 94% 91%);
} */

/* .clippy-main .img-fluid{filter: blur(4px) brightness(.3);} */

@media screen and (max-width:600px) {
	.projects__box-desc {
		top: 0;
		opacity: 1;
		-webkit-clip-path: circle(5% at 93% 90%);
		clip-path: circle(5% at 93% 90%)
	}
}

.projects__box-target {
	position: absolute;
	bottom: 4.1%;
	right: 5.3%;
	padding: 0;
	font-size: 2em;
	color: #f5822a;
	-webkit-transition: ease .3s;
	transition: ease .3s;
	-webkit-transform-origin: center;
	transform-origin: center
}

@media screen and (max-width:1620px) {
	.projects__box-target {
		bottom: 3.5%;
    	right: 5%;
	}
}

@media screen and (max-width:1440px) {
	.projects__box-target {
		bottom: 3.1%;
	}
}

@media screen and (max-width:1366px) {
	.projects__box-target {
	    bottom: 2.5%;
    	right: 4.8%;
	}
}


@media screen and (max-width:1024px) {
	.projects__box-target {bottom: 8%;right:4.8%;}
	.projects__box-desc{-webkit-clip-path: circle(6% at 93% 84%);clip-path: circle(6% at 93% 84%);}
}

@media screen and (max-width:600px) {
	.proj-big .projects__box-target {
		bottom: -1px;
    	right: 12px;
		padding: 1em;
		font-size: 2.3em
	}
}

@media screen and (max-width:460px) {
	.projects__box-target {
		bottom: 0px;
    	right: 5px;
		padding: 1em;
		font-size: 1.8em
	}
}

@media screen and (max-width:400px) {
	.projects__box-target {
		bottom: -3%;
		right: -3.5%
	}
}

@media screen and (max-width:360px) {
	.projects__box-target {
		bottom: -12px;
		right: -5px;
		font-size: 2em
	}
}

@media screen and (max-width:320px) {
	.projects__box-target {
		bottom: -7%;
		right: -7.2%
	}
}

.projects__box-target--small {
	right: 4.1%;
    bottom: 4%;
}

@media screen and (max-width:1620px) {
	.projects__box-target--small {
		right: -10px;
		bottom: -19px;
	}
}

@media screen and (max-width:1440px) {
	.projects__box-target--small {
		right: -9px;
		bottom: -4.6%
	}
}

@media screen and (max-width:1366px) {
	.projects__box-target--small {
		right: -6px;
    	bottom: -12px;
	}
}

@media screen and (max-width:1280px) {
	.projects__box-target--small {
		right: -12px;
		bottom: -20px;
	}
}

@media screen and (max-width:1024px) {
	.projects__box-target--small {
		right: -15px;
    	bottom: -25px;
	}
}

@media screen and (max-width:600px) {
	.projects__box-target--small {
		bottom: -10px;
    	right: -8px;
		padding: 1em;
		font-size: 2.3em
	}
}

@media screen and (max-width:460px) {
	.projects__box-target--small {
		bottom: -4px;
		right: -8px;
		padding: 1em;
		font-size: 1.8em
	}
}

@media screen and (max-width:400px) {
	.projects__box-target--small {
		bottom: -3%;
		right: -3.5%
	}
}

@media screen and (max-width:360px) {
	.projects__box-target--small {
		bottom: -5%;
		right: -5.2%;
		font-size: 2em
	}
}

@media screen and (max-width:320px) {
	.projects__box-target--small {
		bottom: -7%;
		right: -7.2%
	}
}

.clippy {
	-webkit-clip-path: circle(155% at 98% 98%);
	clip-path: circle(155% at 98% 98%);
	background-color: transparent;
   	-webkit-backdrop-filter: blur(4px) brightness(.3);
	backdrop-filter: blur(4px) brightness(.3);
}

.proj-hero {
	position: relative;
	overflow: hidden
}

.proj-hero__heading {
	position: absolute;
	top: 35%;
	left: 8%
}

@media screen and (max-width:768px) {
	.proj-hero__heading {
		top: 23%
	}
}

@media screen and (max-width:600px) {
	.proj-hero__heading {
		top: 26%;
		left: 2%
	}

	/* .proj-big .projects__box-desc{
		clip-path: circle(6% at 89% 88%);
	} */
}

@media screen and (max-width:600px) {
	.proj-hero__banner {
		height: 400px;
		-o-object-fit: cover;
		object-fit: cover
	}
}

@media screen and (max-width:768px) {
	.proj-hero__logo {
		width: 150px
	}
}

@media screen and (max-width:600px) {
	.proj-hero__logo {
		width: 120px
	}
}

@media screen and (max-width:600px) {
	.proj-hero__logo-2 {
		width: 200px
	}
}

.proj-hero__loc {
	font-size: 20px;
	letter-spacing: .05em
}

@media screen and (max-width:1440px) {
	.proj-hero__loc {
		font-size: 18px
	}
}

@media screen and (max-width:1024px) {
	.proj-hero__loc {
		font-size: 14px
	}
}

@media screen and (max-width:600px) {
	.proj-hero__loc {
		font-size: 13px
	}
}

.proj-hero .rera-box {
	position: absolute;
	bottom: 3%;
	right: 1%;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px)
}

@media screen and (max-width:1440px) {
	.proj-hero .rera-box p {
		font-size: 13px
	}
}

@media screen and (max-width:600px) {
	.proj-hero .rera-box p {
		font-size: 11px;
		letter-spacing: .05em
	}
}

#scrollDown {
	position: absolute;
	bottom: 9%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media screen and (max-width:1440px) {
	#scrollDown {
		bottom: 11%
	}
}

@media screen and (max-width:600px) {
	#scrollDown {
		display: none
	}
}

#scrollDown a {
	padding-top: 80px
}

#scrollDown a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: scrollAnim 2s infinite;
	animation: scrollAnim 2s infinite;
	opacity: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1440px) {
	#scrollDown a span {
		width: 20px;
		height: 20px
	}
}

#scrollDown a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

#scrollDown a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s
}

#scrollDown a span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

@-webkit-keyframes scrollAnim {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes scrollAnim {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.proj-highlights {
	padding-bottom: 12em
}

@media screen and (max-width:600px) {
	.proj-highlights {
		padding-bottom: 48px;
	}
	.about-banner-content{padding: 3em 0 4em;}
}

.proj-highlights .pr-cus {
	padding-right: 7em
}

@media screen and (max-width:1620px) {
	.proj-highlights .pr-cus {
		padding-right: 5em
	}
}

@media screen and (max-width:1440px) {
	.proj-highlights .pr-cus {
		padding-right: 3em
	}
}

@media screen and (max-width:600px) {
	.proj-highlights .pr-cus {
		padding-right: .8em
	}
}

.mt-cus {
	margin-top: 2.4em
}

@media screen and (max-width:1024px) {
	.mt-cus {
		margin-top: 1.4em
	}
}

@media screen and (max-width:600px) {
	.mt-cus {
		margin-top: 1em
	}
}

.proj__ul {
	margin-left: -1.1em
}

@media screen and (max-width:768px) {
	.proj__ul {
		margin-left: -1.9em
	}
}

.proj-amenities {
	background: url(../img/bcm-pride/bg-amenities.webp) top right/cover no-repeat;
	padding: 5em 0 7em
}

@media screen and (max-width:600px) {
	.proj-amenities {
		padding-bottom: 2em;
		padding-top: 3em
	}
}

.proj-amenities .owl-two {
	margin-top: -8em
}

.proj-amenities .owl-two .owl-nav {
	position: absolute;
	bottom: 6em;
	left: 3.5em
}

@media screen and (max-width:1024px) {
	.proj-amenities .owl-two .owl-nav {
		bottom: 5em;
		left: 2em
	}
}

@media screen and (max-width:768px) {
	.proj-amenities .owl-two .owl-nav {
		bottom: 3em;
		left: 1.5em
	}
}

.floor-plan {
	background-color: #f2ebdc
}

@media screen and (max-width:1024px) {
	.floor-plan .owl-three {
		position: relative;
		right: -1.2em
	}
}

.floor-plan .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	top: 38%;
	width: 100%;
	pointer-events: none
}

@media screen and (max-width:1024px) {
	.floor-plan .owl-nav {
		top: 34%
	}
}

@media screen and (max-width:600px) {
	.floor-plan .owl-nav {
		top: 41%
	}
}

.floor-plan .owl-carousel .owl-nav button.owl-next,
.floor-plan .owl-carousel .owl-nav button.owl-prev {
	background: rgba(255, 255, 255, .8);
	border: 1px solid #f5822a;
	pointer-events: fill
}

.floor-plan .owl-carousel .owl-nav button.owl-next:hover,
.floor-plan .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #f5822a
}

.floor-plan .owl-carousel .owl-nav button.owl-next:hover span,
.floor-plan .owl-carousel .owl-nav button.owl-prev:hover span {
	color: #fff
}

.floor-plan .owl-carousel .owl-nav button.owl-next span,
.floor-plan .owl-carousel .owl-nav button.owl-prev span {
	color: #000
}

.fp-lightgal .item,
.gallery-box .item {
	cursor: pointer;
	position: relative
}

.fp-lightgal .item:hover .filter-img,
.gallery-box .item:hover .filter-img {
	-webkit-filter: brightness(.5);
	filter: brightness(.5)
}

.fp-lightgal .item:hover .zoom,
.gallery-box .item:hover .zoom {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

.fp-lightgal .item .zoom,
.gallery-box .item .zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 8;
	width: 60px;
	pointer-events: none
}

@media screen and (max-width:1440px) {

	.fp-lightgal .item .zoom,
	.gallery-box .item .zoom {
		width: 50px;
		height: auto;
	}
}

.fp-lightgal .item img,
.gallery-box .item img {
	-webkit-transition: ease .3s;
	transition: ease .3s
}

.proj-loc {
	overflow: hidden;
	height: 625px;
}

.proj-loc > div,
.proj-loc > div > iframe,
.proj-loc > iframe {height: 100%;} 

.proj-loc .btn__box {
	position: absolute;
	bottom: 10%;
	right: 10%;
	z-index: 9
}

@media screen and (max-width:600px) {
	.proj-loc .btn__box {
		right: unset;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 200px
	}
}

.proj-loc .loc-map {
	-webkit-transition: ease .3s;
	transition: ease .3s
}

@media screen and (max-width:600px) {
	.proj-loc .loc-map {
		-o-object-fit: cover;
		object-fit: cover;
		height: 300px
	}
}

.proj-loc .btn__box:hover+.loc-map {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.proj-loc .map-logo {
	position: absolute;
	top: 29%;
	z-index: 9;
	left: 41%
}

@media screen and (max-width:1620px) {
	.proj-loc .map-logo {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		left: 40%
	}
}

@media screen and (max-width:1440px) {
	.proj-loc .map-logo {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		top: 27%
	}
}

@media screen and (max-width:1366px) {
	.proj-loc .map-logo {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		top: 26%;
		left: 39%
	}
}

@media screen and (max-width:1280px) {
	.proj-loc .map-logo {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		top: 23%;
		left: 39%
	}
}

@media screen and (max-width:768px) {
	.proj-loc .map-logo {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		top: 15%;
		left: 38%
	}
}

@media screen and (max-width:600px) {
	.proj-loc .map-logo {
		-webkit-transform: translateX(-50%) scale(.5);
		transform: translateX(-50%) scale(.5);
		left: 50%
	}
}

.proj-loc .map-logo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #f5822a;
	border-radius: 50%;
	-webkit-animation: ping 1s linear infinite;
	animation: ping 1s linear infinite;
	z-index: -1
}

.proj-loc .map-logo.translateY {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media screen and (max-width:1620px) {
	.proj-loc .map-logo.translateY {
		-webkit-transform: scale(.8) translateY(-50%);
		transform: scale(.8) translateY(-50%);
		left: 40%
	}
}

@media screen and (max-width:1440px) {
	.proj-loc .map-logo.translateY {
		-webkit-transform: scale(.7) translateY(-50%);
		transform: scale(.7) translateY(-50%)
	}
}

@media screen and (max-width:1366px) {
	.proj-loc .map-logo.translateY {
		-webkit-transform: scale(.7) translateY(-50%);
		transform: scale(.7) translateY(-50%);
		left: 39%
	}
}

@media screen and (max-width:1280px) {
	.proj-loc .map-logo.translateY {
		-webkit-transform: scale(.6) translateY(-50%);
		transform: scale(.6) translateY(-50%);
		left: 39%
	}
}

@media screen and (max-width:1024px) {
	.proj-loc .map-logo.translateY {
		-webkit-transform: scale(.6) translateY(-50%);
		transform: scale(.6) translateY(-50%);
		top: 45%;
		left: 39%
	}
}

@media screen and (max-width:768px) {
	.proj-loc .map-logo.translateY {
		-webkit-transform: scale(.5) translateY(-50%);
		transform: scale(.5) translateY(-50%);
		top: 40%;
		left: 38%
	}
}

@media screen and (max-width:600px) {
	.proj-loc .map-logo.translateY {
		-webkit-transform: translateX(-50%) translateY(-50%) scale(.5);
		transform: translateX(-50%) translateY(-50%) scale(.5);
		left: 50%;
		top: 50%
	}
}

.gallery__overlay {
	position: relative;
	cursor: pointer
}

.gallery__overlay img {
	-webkit-filter: brightness(.8);
	filter: brightness(.8);
	-webkit-transition: ease .3s;
	transition: ease .3s
}

.gallery__overlay:hover::after {
	background-color: rgba(232, 124, 33, .5);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px)
}

.gallery__overlay:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.gallery__overlay:hover .gallery__btn {
	background-color: #fff;
	color: #f5822a;
	text-decoration: none
}

.gallery__overlay::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 1%);
	height: 100%;
	background-color: transparent;
	-webkit-transition: linear .3s;
	transition: linear .3s;
	pointer-events: none
}

@media screen and (max-width:1440px) {
	.gallery__overlay::after {
		width: 100%
	}
}

.gallery__overlay-box {
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	display: block;
	width: 100%;
	text-align: center;
	pointer-events: none
}

.gallery__btn {
	color: #fff;
	font-size: 24px;
	border: 1px solid #fff;
	display: inline-block;
	cursor: pointer;
	font-family: NexaLight, sans-serif;
	padding: .2em 1em;
	letter-spacing: .05em;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	overflow: hidden
}

@media screen and (max-width:1620px) {
	.gallery__btn {
		font-size: 22px
	}
}

@media screen and (max-width:1440px) {
	.gallery__btn {
		font-size: 20px
	}
}

@media screen and (max-width:1366px) {
	.gallery__btn {
		font-size: 18px
	}
}

@media screen and (max-width:1280px) {
	.gallery__btn {
		font-size: 16px
	}
}

.csr-gallery-wrapper .item {
	/* border: 4px solid #fff */
}

@media screen and (max-width:600px) {
	.csr-gallery-wrapper .item {
		border: none;
		border-top: 1em solid #fff
	}
}

.csr-gallery .zoom {
	pointer-events: none
}

.csr-gallery .owl-item {
	-webkit-transition: ease .3s;
	transition: ease .3s
}

.csr-gallery:hover .owl-item {
	-webkit-filter: brightness(.5);
	filter: brightness(.5)
}

.csr-gallery .owl-nav {
	position: absolute;
	bottom: .5em;
	left: .5em
}

.vertical-pills {
	background-color: #303030;
	border-bottom: 8px solid #f5822a;
	padding: 3em 0
}

@media screen and (max-width:1366px) {
	.vertical-pills {
		border-bottom-width: 6px
	}
}

@media screen and (max-width:600px) {
	.vertical-pills {
		border-bottom-width: 0
	}
}

.vertical-pills .pos-rel-z {
	position: relative;
	z-index: 3
}

@media screen and (max-width:600px) {
	.vertical-pills .nav-pills {
		border-bottom: 6px solid #f5822a
	}
}

.vertical-pills .nav-pills .nav-link.active,
.vertical-pills .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #f5822a
}

.vertical-pills .nav-pills .nav-link.active::before,
.vertical-pills .nav-pills .show>.nav-link::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #f5822a
}

@media screen and (max-width:600px) {
	.vertical-pills .m-mob-auto {
		margin: 0 auto
	}
}

.vertical-pills .proj-status {
	font-size: 18px;
	letter-spacing: .04em
}

@media screen and (max-width:1440px) {
	.vertical-pills .proj-status {
		font-size: 16px
	}
}

.vertical-pills a.nav-link {
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 0;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.vertical-pills a.nav-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5822a;
	z-index: -1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s
}

.vertical-pills a.nav-link:hover::before {
	color: #f5822a;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.vertical-pills a.nav-link small {
	margin-top: -.5em;
	letter-spacing: .05em
}

@media screen and (max-width:600px) {
	.vertical-pills a.nav-link small {
		margin-top: .6em
	}
}

.vertical-pills a.nav-select {
	position: relative
}

.vertical-pills a.nav-select::after {
	content: '';
	position: absolute;
	bottom: -.7em;
	left: calc(50% - 3px);
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	z-index: 9;
	background-color: #f5822a;
	width: 1em;
	height: 1em;
	display: none
}

.vertical-pills a.nav-select.active::after {
	display: block
}

.vertical-pills a.nav-primary {
	background-color: rgba(255, 255, 255, .3);
	color: #fff
}

.vertical-pills a.nav-primary::before {
	-webkit-transform-origin: top;
	transform-origin: top
}

.vertical-pills a.nav-primary:hover {
	color: #f5822a
}

.vertical-pills a.nav-primary:hover::before {
	background-color: #fff;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.vertical-pills .nav-pills .nav-link.active.nav-primary {
	background-color: #fff;
	color: #f5822a
}

.vertical-pills .nav-pills .nav-link.active.nav-primary::after {
	display: block
}

.vertical-pills .nav-pills-cust li a {
	line-height: 1.2;
	padding: .8em 0
}

@media screen and (max-width:600px) {
	.vertical-pills .nav-pills-cust li a {
		line-height: 1.3;
		padding: 1em 0;
		letter-spacing: .06em
	}
}

.vertical-pills .nav-pills-cust li a span {
	font-size: 16px;
	letter-spacing: .05em;
	font-family: NexaLight, sans-serif
}

@media screen and (max-width:768px) {
	.vertical-pills .nav-pills-cust li a span {
		font-size: 13px;
		margin-top: .4em;
		display: block
	}
}

@media screen and (max-width:768px) {
	.tab-logo {
		width: 150px
	}
}

@media screen and (max-width:600px) {
	.tab-logo {
		width: 120px
	}
}

.btn-gradient {
	background-image: -webkit-gradient(linear, right top, left top, from(#7a2f1e), to(#f7911d));
	background-image: linear-gradient(to left, #7a2f1e, #f7911d);
	color: #fff;
	border-radius: 0;
	border: 0;
	padding: .6em 1.5em;
	-webkit-transition: ease-in .3s;
	transition: ease-in .3s;
	background-size: 200%;
	position: relative;
	overflow: hidden;
	outline: 0
}

.btn-gradient:hover {
	background-position: right;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
	color: #fff;
}

@media screen and (max-width:768px) {
	.btn-gradient {
		font-size: 12px;
		letter-spacing: .03em
	}
}

@media screen and (max-width:600px) {
	.btn-gradient {
		width: 100%;
		font-size: 14px
	}
}

span.ripple {
	position: absolute;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation: ripple .6s linear;
	animation: ripple .6s linear;
	background-color: rgba(255, 255, 255, .7)
}

@-webkit-keyframes ripple {
	to {
		-webkit-transform: scale(4);
		transform: scale(4);
		opacity: 0
	}
}

@keyframes ripple {
	to {
		-webkit-transform: scale(4);
		transform: scale(4);
		opacity: 0
	}
}

.a-link {
	display: inline-block
}

.a-link:hover {
	color: #fff;
	text-decoration: none
}

.a-link:hover span {
	position: relative;
	left: 5px
}

.a-link-black:hover {
	color: #333
}

.a-link-orange {
	color: #333
}

.a-link-orange:hover {
	color: #f5822a !important
}

.a-link-white {
	color: #fff
}

.a-link-white:hover {
	color: #f5822a !important;
	text-decoration: none
}

input,
textarea {
	outline: 0;
	border: 1px solid #ccc
}

.textarea {
	resize: none
}

.input-box {
	width: 100%;
	position: relative;
	background-color: #fff
}

.input-box .input-cust {
	display: block;
	width: 100%;
	background: 0 0;
	color: #f5822a;
	line-height: 1.2;
	padding: 1.1em 1em
}

@media screen and (max-width:768px) {
	.input-box .input-cust {
		padding: .6em 1em;
		font-size: 14px
	}
}

.input-box .input-cust:focus+.focus-input-cust-1::before {
	-webkit-animation: full-w .2s linear 0s;
	animation: full-w .2s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.input-box .input-cust:focus+.focus-input-cust-1::after {
	-webkit-animation: full-h .1s linear .2s;
	animation: full-h .1s linear .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.input-box .input-cust:focus+.focus-input-cust-1+.focus-input-cust-2::before {
	-webkit-animation: full-w .2s linear .3s;
	animation: full-w .2s linear .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.input-box .input-cust:focus+.focus-input-cust-1+.focus-input-cust-2::after {
	-webkit-animation: full-h .1s linear .5s;
	animation: full-h .1s linear .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.input-box textarea.input-cust {
	min-height: 199px;
	padding: 19px 20px 0 23px;
	resize: none
}

@media screen and (max-width:768px) {
	.input-box textarea.input-cust {
		padding: .6em 1em;
		font-size: 14px;
		min-height: 155px
	}
}

.input-box .focus-input-cust-1,
.input-box .focus-input-cust-2 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none
}

.input-box .focus-input-cust-1::before,
.input-box .focus-input-cust-2::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #f5822a
}

.input-box .focus-input-cust-1::after,
.input-box .focus-input-cust-2::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 0;
	background-color: #f5822a
}

.input-box .focus-input-cust-1::before {
	top: -1px;
	left: 0
}

.input-box .focus-input-cust-1::after {
	top: 0;
	right: -1px
}

.input-box .focus-input-cust-2::before {
	bottom: -1px;
	right: 0
}

.input-box .focus-input-cust-2::after {
	bottom: 0;
	left: -1px
}

.sticky {
	position: fixed;
	top: 35%;
	right: 1%;
	z-index: 99;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
	border-radius: 2em
}

@media screen and (max-width:600px) {
	.sticky {
		top: unset;
		bottom: 1%;
		display: none
	}
}

.sticky .sticky-btn {
	position: relative
}

.sticky .sticky-btn__call,
.sticky .sticky-btn__whatsapp {
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	padding: 1em .8em .7em;
	text-align: center;
	background: #e8811b;
	cursor: pointer;
	-webkit-transition: ease .3s;
	transition: ease .3s
}

@media screen and (max-width:1366px) {

	.sticky .sticky-btn__call,
	.sticky .sticky-btn__whatsapp {
		padding: .7em .3em .4em
	}
}

.sticky .sticky-btn__call:hover,
.sticky .sticky-btn__whatsapp:hover {
	background-color: #ce6e0e
}

.sticky .sticky-btn__whatsapp {
	border-radius: 0;
	padding: 1em .8em 1em
}

.sticky .sticky-btn__enquire {
	padding: .7em .8em 1em;
	text-align: center;
	background: #e8811b;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	cursor: pointer;
	-webkit-transition: ease .3s;
	transition: ease .3s
}

@media screen and (max-width:1366px) {
	.sticky .sticky-btn__enquire {
		padding: .4em .5em .8em
	}
}

.sticky .sticky-btn__enquire:hover {
	background-color: #ce6e0e
}

.sticky .sticky-btn .call-box,
.sticky .sticky-btn .whatsapp-box {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -70px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	color: #e8811b;
	border: 1px solid #e8811b;
	padding: .5em 1em;
	opacity: 0;
	-webkit-transition: ease .3s;
	transition: ease .3s
}

.sticky .sticky-btn__whatsapp:hover~.whatsapp-box {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-2.9em);
	transform: translateY(-50%) translateX(-2.9em)
}

@media screen and (max-width:1440px) {
	.sticky .sticky-btn__whatsapp:hover~.whatsapp-box {
		-webkit-transform: translateY(-50%) translateX(-2.7em);
		transform: translateY(-50%) translateX(-2.7em)
	}
}

@media screen and (max-width:1366px) {
	.sticky .sticky-btn__whatsapp:hover~.whatsapp-box {
		-webkit-transform: translateY(-50%) translateX(-2.3em);
		transform: translateY(-50%) translateX(-2.3em)
	}
}

.sticky .sticky-btn__call:hover~.call-box {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-2.9em);
	transform: translateY(-50%) translateX(-2.9em)
}

@media screen and (max-width:1440px) {
	.sticky .sticky-btn__call:hover~.call-box {
		-webkit-transform: translateY(-50%) translateX(-2.7em);
		transform: translateY(-50%) translateX(-2.7em)
	}
}

@media screen and (max-width:1366px) {
	.sticky .sticky-btn__call:hover~.call-box {
		-webkit-transform: translateY(-50%) translateX(-2.3em);
		transform: translateY(-50%) translateX(-2.3em)
	}
}

.sticky .sticky-btn__enquire:hover~.enquire-box {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-3.5em);
	transform: translateY(-50%) translateX(-3.5em)
}

.sticky .sticky-btn .enquire-box {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #e8811b;
	border: 1px solid #e8811b;
	background-color: #fff;
	padding: .5em 1em;
	-webkit-transition: ease .3s;
	transition: ease .3s;
	opacity: 0
}

.goto-projs {
	position: fixed;
	bottom: 17px;
	left: 8px;
	background: #f5822a;
	padding: .1em .6em;
	border-radius: 50%;
	display: none;
	font-size: 1.8em;
	color: #fff;
	z-index: 999;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .3)
}

@media screen and (max-width:600px) {
	.goto-projs {
		display: block
	}
}

.more-btn {
	position: fixed;
	bottom: 2px;
	right: 8px;
	z-index: 1;
	display: none
}

/* @media screen and (max-width:600px) {
	.more-btn {
		display: block;
	}
} */

.more-btn .fa {
	border: 1px solid transparent;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .3)
}

.more-btn .fa::before {
	position: absolute;
	left: 30%
}

.more-btn .fa.fa-plus::before {
	left: 30%;
	top: -.13em
}

.more-btn .fa.fa-phone::before {
	left: 30%
}

.more-btn .fa.fa-whatsapp::before {
	left: 28%
}

.more-btn .fa.fa-envelope::before {
	left: 25%
}

.more-btn span {
	height: 50px;
	width: 50px;
	background: #f5822a;
	line-height: 60px;
	font-size: 25px;
	color: #e9fcf8;
	border-radius: 50%;
	cursor: pointer
}

.more-btn a span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 18px;
	border: 1px solid transparent;
	background: #f5822a;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .6s;
	transition: .6s
}

#click:checked~.more-btn span {
	background: #fff;
	color: #f5822a
}

#click:checked~.more-btn .fa {
	border-color: #eee
}

#click:checked~.more-btn .fa-plus::before {
	content: "\f00d"
}

#click:checked~.more-btn a span {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 23px;
	z-index: 1;
	opacity: 1;
	pointer-events: auto
}

#click:checked~.more-btn a:nth-child(2) span {
	bottom: 0;
	right: 80px
}

#click:checked~.more-btn a:nth-child(3) span {
	bottom: 65px;
	right: 65px
}

.more-btn a:nth-child(3) span {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

#click:checked~.more-btn a:nth-child(4) span {
	bottom: 80px;
	right: 0
}

.more-btn a:nth-child(4) span {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

#click {
	display: none
}

.ping {
	-webkit-animation: ping .8s ease-in-out infinite both;
	animation: ping .8s ease-in-out infinite both
}

.fade-in-right {
	-webkit-animation: fade-in-right .6s cubic-bezier(.68, -.55, .265, 1.55) both;
	animation: fade-in-right .6s cubic-bezier(.68, -.55, .265, 1.55) both
}

@-webkit-keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.filter-sat {
	-webkit-animation: filter-sat 1s linear both;
	animation: filter-sat 1s linear both
}

@-webkit-keyframes filter-sat {
	0% {
		-webkit-filter: saturate(0);
		filter: saturate(0)
	}

	50% {
		-webkit-filter: saturate(1);
		filter: saturate(1)
	}

	100% {
		-webkit-filter: saturate(0);
		filter: saturate(0)
	}
}

@keyframes filter-sat {
	0% {
		-webkit-filter: saturate(0);
		filter: saturate(0)
	}

	50% {
		-webkit-filter: saturate(1);
		filter: saturate(1)
	}

	100% {
		-webkit-filter: saturate(0);
		filter: saturate(0)
	}
}

.scale-in-center {
	-webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both;
	animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.fade-in-bottom {
	-webkit-animation: fade-in-bottom .6s cubic-bezier(.68, -.55, .265, 1.55) both;
	animation: fade-in-bottom .6s cubic-bezier(.68, -.55, .265, 1.55) both
}

@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.fade-in-top {
	-webkit-animation: fade-in-top .6s cubic-bezier(.68, -.55, .265, 1.55) both;
	animation: fade-in-top .6s cubic-bezier(.68, -.55, .265, 1.55) both
}

@-webkit-keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.scale-left::after {
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-animation: scale-left 1s cubic-bezier(.39, .575, .565, 1) both;
	animation: scale-left 1s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes scale-left {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

@keyframes scale-left {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1
	}
}

.fade-in-left {
	-webkit-animation: fade-in-left .6s cubic-bezier(.68, -.55, .265, 1.55) both;
	animation: fade-in-left .6s cubic-bezier(.68, -.55, .265, 1.55) both
}

@-webkit-keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@-webkit-keyframes full-w {
	to {
		width: calc(100% + 1px)
	}
}

@keyframes full-w {
	to {
		width: calc(100% + 1px)
	}
}

@-webkit-keyframes full-h {
	to {
		height: calc(100% + 1px)
	}
}

@keyframes full-h {
	to {
		height: calc(100% + 1px)
	}
}

.bg-pan-right {
	-webkit-animation: bg-pan-right 8s both;
	animation: bg-pan-right 8s both
}

@-webkit-keyframes bg-pan-right {
	0% {
		background-position: 0 50%
	}

	100% {
		background-position: 100% 50%
	}
}

@keyframes bg-pan-right {
	0% {
		background-position: 0 50%
	}

	100% {
		background-position: 100% 50%
	}
}

@-webkit-keyframes fade_in {
	from {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fade_in {
	from {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.ping {
	-webkit-animation: ping .8s ease-in-out infinite both;
	animation: ping .8s ease-in-out infinite both
}

@-webkit-keyframes ping {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: .8
	}

	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .1
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ping {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: .8
	}

	80% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .1
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@-webkit-keyframes scaleimg {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scaleimg {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out reverse both;
	animation: kenburns-top 5s ease-out reverse both
}

@-webkit-keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%
	}

	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top
	}
}

@keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%
	}

	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top
	}
}

.lg-css3.lg-zoom-out .lg-item {
	opacity: 0
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(.7, .7, .7);
	transform: scale3d(.7, .7, .7)
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(.7, .7, .7);
	transform: scale3d(.7, .7, .7)
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.lg-css3.lg-zoom-out .lg-item.lg-current,
.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}



