@font-face {
	font-family: 'Dubai';
	src: url('../fonts/DubaiW23-Medium.eot');
	src: local('Dubai W23 Medium'), local('DubaiW23-Medium'),
		url('../fonts/DubaiW23-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DubaiW23-Medium.woff2') format('woff2'),
		url('../fonts/DubaiW23-Medium.woff') format('woff'),
		url('../fonts/DubaiW23-Medium.ttf') format('truetype'),
		url('../fonts/DubaiW23-Medium.svg#DubaiW23-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Dubai';
	src: url('../fonts/DubaiW23-Light.eot');
	src: local('Dubai W23 Light'), local('DubaiW23-Light'),
		url('../fonts/DubaiW23-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DubaiW23-Light.woff2') format('woff2'),
		url('../fonts/DubaiW23-Light.woff') format('woff'),
		url('../fonts/DubaiW23-Light.ttf') format('truetype'),
		url('../fonts/DubaiW23-Light.svg#DubaiW23-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Dubai';
	src: url('../fonts/DubaiW23-Bold.eot');
	src: local('Dubai W23 Bold'), local('DubaiW23-Bold'),
		url('../fonts/DubaiW23-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DubaiW23-Bold.woff2') format('woff2'),
		url('../fonts/DubaiW23-Bold.woff') format('woff'),
		url('../fonts/DubaiW23-Bold.ttf') format('truetype'),
		url('../fonts/DubaiW23-Bold.svg#DubaiW23-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Dubai';
	src: url('../fonts/DubaiW23-Regular.eot');
	src: local('Dubai W23 Regular'), local('DubaiW23-Regular'),
		url('../fonts/DubaiW23-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DubaiW23-Regular.woff2') format('woff2'),
		url('../fonts/DubaiW23-Regular.woff') format('woff'),
		url('../fonts/DubaiW23-Regular.ttf') format('truetype'),
		url('../fonts/DubaiW23-Regular.svg#DubaiW23-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Light.woff2') format('woff2'),
		url('../fonts/Gotham-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
		url('../fonts/Gotham-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Book.woff2') format('woff2'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype'),
		url('../fonts/Gotham-Book.svg#svgGotham-Book') format('svg');
	/* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 18px;
}
body {
	--spacing: 4px;

	position: relative;
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	font-size: 1rem !important;
	font-family: 'Dubai', 'Verdana';
	font-weight: normal;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	color: #20275a;
	line-height: 28px;
}
a {
	color: var(--primary-color);
}
p {
	color: #20275a;
	font-size: 1.1rem !important;
	/* line-height: 1.5rem; */
}
.footer p {
	font-size: 1rem !important;
}
img {
	max-width: 100%;
}

.btn {
	height: 38px;
	line-height: 38px !important;
}

.btnInfoType > i.fa {
	font-size: 1.2rem;
	color: lightseagreen;
}
.btnInfoType > i.fa:hover {
	color: var(--dubai-darkteal);
}
.project-col > i.fa {
	color: #ccc;
}
/* Container */
.container {
	width: 100%;
	max-width: 90rem !important;
}

.boxed-menu .main-nav {
	width: 100%;
	max-width: 100%;
}

/* Navigation */
.boxed-menu .topbar {
	position: relative;
	background-color: #f6f6f6;
	padding-top: 4px;
	padding-bottom: 4px;
	z-index: 1032;
}

.home.boxed-menu .topbar {
	background-color: rgba(0, 0, 0, 0.1);
}
.boxed-menu .topbrand {
	/* background-color: var(--primary-color); */
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}
.home.boxed-menu .topbrand {
	background-color: transparent;
}
@media (min-width: 1200px) {
	.boxed-menu .topbrand .container {
		max-width: 1110px;
		margin-left: auto;
		margin-right: auto;
	}
}
.boxed-menu .topbrand img {
	max-height: 50px;
	margin: 12px 0 12px 0;
}
.boxed-menu .topbrand .header-gov-logo img,
.boxed-menu .topbrand .header-gov-logo-white img {
	max-height: 75px !important;
	margin: 0;
}

#js-header-account a,
#accountDropdown button {
	color: #444;
	font-size: 0.8rem !important;
}
.home #js-header-account a,
.home #accountDropdown button {
	color: #fff;
	font-size: 0.8rem !important;
}
#js-header-account a:hover,
#accountDropdown button:hover,
.links li a:hover,
.location li a:hover,
.links li a:hover:before,
.location li a:hover:before {
	color: var(--dubai-darkteal) !important;
}
.home #js-header-account a:hover,
.home #accountDropdown button:hover,
.home .links li a:hover,
.home .location li a:hover,
.home .links li a:hover:before,
.home .location li a:hover:before {
	color: #689a9e !important;
}

#js-header-account a i,
#accountDropdown button i,
.home #js-header-account a i,
.home #accountDropdown button i {
	font-size: 0.8rem !important;
}

#js-header-account a,
#accountDropdown button {
	padding: 0 !important;
}
#js-header-account .dropdown-menu {
	margin-top: 0;
	min-width: 185px;
}
#js-header-account .dropdown-menu a {
	color: #444;
	font-size: 0.85rem !important;
}
.boxed-menu .topbrand p,
.boxed-menu .topbrand a {
	margin-top: 0;
	margin-right: 0;
}
.boxed-menu .topbrand a.navbar-brand {
	display: block;
	float: right;
	padding: 0;
}

.boxed-menu .topbrand #brand-logo-image {
	margin-right: 0;
	max-width: 140px;
}

@media (max-width: 767px) {
	.boxed-menu header .navbar-brand {
		line-height: 46px;
	}
}

.bg-image-holder,
.bg-image {
	background-color: var(--dubai-beige);
}

.navbar-brand,
.navbar-brand:link,
.navbar-brand:hover {
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
	margin-right: 0 !important;
	text-shadow: none !important;
}

.home #top-brand-logo-image,
#top-brand-logo-image-white,
#brand-logo-image-white,
.header-gov-logo-white,
.home .header-gov-logo {
	display: none !important;
}
#brand-name,
.home #top-brand-logo-image-white,
.home .header-gov-logo-white {
	display: block !important;
}

@media (max-width: 767px) {
	#brand-name {
		display: none !important;
	}
	.home #top-brand-logo-image,
	#top-brand-logo-image-white,
	#brand-logo-image-white,
	.header-gov-logo-white {
		width: 76px;
		display: block !important;
	}
}

/* .navbar-sticky .navbar-brand #brand-name {
		font-size: 16px;
		min-height: 42px !important;
		padding-top: 6px;
		display: block !important;
		text-shadow: 0px 1px 0px rgb(0 0 0 / 10%);
		text-shadow: none;
		text-transform: uppercase;
}
.navbar-sticky .navbar-brand #brand-name,
.navbar-sticky .navbar-brand:hover #brand-name {
		color: var(--primary-color);
} */

@media (max-width: 767px) {
	.navbar-brand img,
	.full-width .navbar-brand img {
		width: 100%;
		max-width: 130px;
	}
	body.investment-map.isMobile header {
		top: 0;
		position: -webkit-sticky;
	}
}
header,
nav.navbar.navbar-sticky {
	background-color: var(--primary-color);
}

.boxed-menu.home header {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#js-top-home {
	display: inline-block;
}
#js-home {
	display: none;
}

header .main-nav .navbar-collapse > .navbar-nav {
	padding: 0;
}
header .main-nav .navbar-collapse > .navbar-nav {
	padding: 0;
}

.boxed-menu .main-nav a.nav-link {
	padding: 20px 18px 14px 18px !important;
	line-height: 21px !important;
}

@media (min-width: 768px) {
	.fdi-dashboard #js-dashboard-container > .row {
		flex-direction: inherit;
	}
	#js-fdi-dashboard a.nav-link {
		margin-left: 0 !important;
	}
	.boxed-menu .main-nav a.nav-link,
	.boxed-menu .main-nav .dropdown button {
		font-size: 0.8rem;
	}
}

@media (min-width: 991px) {
	#js-fdi-dashboard a.nav-link {
		margin-left: 0 !important;
	}
	.boxed-menu .main-nav a.nav-link,
	.boxed-menu .main-nav .dropdown button {
		font-size: 0.9rem;
	}
}

.boxed-menu .main-nav a.nav-link,
.boxed-menu .main-nav .dropdown button {
	color: #fff;
}
.boxed-menu .main-nav a.nav-link:hover,
.boxed-menu .main-nav .active a.nav-link:hover,
.boxed-menu .main-nav .active a.nav-link {
	color: #d6d2c4 !important;
}

.boxed-menu .main-nav a.nav-link:hover,
.boxed-menu .main-nav .active a.nav-link:hover,
.boxed-menu .main-nav .active a.nav-link {
	color: #d6d2c4 !important;
}

@media (max-width: 767px) {
	.boxed-menu .main-nav a.nav-link {
		color: #222222 !important;
		padding: 10px 15px !important;
		font-size: 15px !important;
		/* position: relative !important; */
		text-transform: uppercase !important;
		font-weight: 700 !important;
		display: block !important;
		margin: 0 !important;
		text-align: left;
		width: 100% !important;
	}
}

.navbar-sticky #js-header-account {
	display: none;
}

#accountDropdown .dropdown-menu a:hover {
	color: #fff !important;
	background-color: var(--primary-color);
}
#accountDropdown .dropdown-menu a:hover i {
	color: #fff;
}
@media (min-width: 992px) {
	.boxed-menu .main-nav a.nav-link {
		/* font-size: 13px; */
	}
}

@media (min-width: 1200px) {
	.boxed-menu .main-nav a.nav-link {
		/* font-size: 13px; */
	}
}

@media (min-width: 768px) {
	.boxed-menu .main-nav.navbar-sticky .active a.nav-link,
	.boxed-menu .main-nav.navbar-sticky a.nav-link:hover,
	.boxed-menu .main-nav.navbar-sticky a.nav-link:focus,
	.boxed-menu .main-nav .active a.nav-link {
		color: var(--primary-color);
		border-color: transparent;
	}
	.home.boxed-menu .main-nav a.nav-link:hover,
	.home.boxed-menu .main-nav a.nav-link:focus {
		color: #689a9e !important;
	}
	.boxed-menu .main-nav a.nav-link:hover,
	.boxed-menu .main-nav a.nav-link:focus {
		color: #00484e !important;
		border-color: transparent;
	}
	.boxed-menu .main-nav .active a.nav-link,
	.boxed-menu .main-nav .active a.nav-link:hover,
	.boxed-menu .main-nav .active a.nav-link:focus {
		color: #fff !important;
		background-color: #00484e;
		border-color: transparent;
	}
	.home.boxed-menu .main-nav.navbar-sticky .active a.nav-link,
	.home.boxed-menu .main-nav.navbar-sticky a.nav-link:hover,
	.home.boxed-menu .main-nav.navbar-sticky a.nav-link:focus,
	.home.boxed-menu .main-nav .active a.nav-link,
	.home.boxed-menu .main-nav a.nav-link:hover,
	.home.boxed-menu .main-nav a.nav-link:focus {
		border-color: transparent;
	}
	.home.boxed-menu .main-nav:not(.navbar-sticky) .active a.nav-link {
		color: #d6d2c4 !important;
		background-color: rgba(255, 255, 255, 0.1) !important;
	}
}

@media (max-width: 767px) {
	.main-nav .navbar-collapse > .navbar-nav a {
		/* background: #3333; */
	}
	.boxed-menu.home .main-nav .nav-item.active a.nav-link,
	.boxed-menu.home .main-nav .nav-item a.nav-link:hover {
		color: #ffffff;
		background: var(--primary-color);
	}
	.main-nav .navbar-brand {
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {
	.main-nav .navbar-collapse > .navbar-nav li a.nav-link {
		line-height: normal;
	}
	.main-nav .navbar-brand img {
        max-width: 76px;
    }
}

/* @media (min-width: 768px) and (max-width: 991px) { */
@media (min-width: 768px) and (max-width: 1180px) {
	.boxed-menu .main-nav a.nav-link {
		margin: 0px 12px;
	}
	.main-nav .navbar-collapse > .navbar-nav {
		/* padding: 20px 15px; */
	}
	.main-nav .navbar-collapse > .navbar-nav li a span,
	.main-nav .navbar-collapse > .navbar-nav li a span.first {
		display: none;
	}
	/* .main-nav .navbar-brand img {
		max-width: 120px;
	} */
}

.topbrand .navbar-nav .nav-item i {
	margin-left: 0;
}

.main-nav .navbar-toggler .burger-menu {
	color: #fff;
}

.main-nav .navbar-toggler {
	top: 6px;
}

.main-wrapper {
	/* position: absolute; */
	/* top: 0; */
	padding-top: 0;
}

.home .main-wrapper {
	/* position: absolute; */
	/* top: 0; */
	margin-top: -70px;
	margin-top: -200px;
	padding-top: 0;
}
.main-wrapper.fdi-dashboard,
.main-wrapper.map {
	padding-top: 20px;
}
.main-wrapper.fdi-dashboard {
	/* position: relative; */
}

.main-wrapper.map {
	/* position: relative; */
	overflow-x: revert;
}

.main-wrapper.map #js-filters2 {
	position: relative !important;
}

.main-wrapper.dashboard .nav-item .nav-link {
	font-size: 0.9rem;
}

@media (min-width: 768px) {
	.boxed-menu .bredcrumb h1,
	.boxed-menu .bredcrumb h2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/**  Banner **/
.bg-video-container {
	/* height: 888px; */
	/* height: 900px; */
	width: 800px;
	/* background-image: url(../video/dubai.jpg); */
	/* background-size: cover; */
	/* background-repeat: no-repeat; */
	/* background-attachment: fixed; */
	/* background-position: center 0px; */
	position: relative;
	overflow: hidden;
	/* max-height: 700px; */
}

@media (max-width: 767px) {
	.bg-video-container {
		min-height: 400px;
		max-height: 600px;
	}
}

/*Background Video*/
.bg-video-container::before {
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(33, 35, 49, 0.7);
	z-index: 1;
}
.bg-video-container .video-content {
	position: relative;
	z-index: 5;
}

.bg-video-container .slider-caption .caption-content.caption-center {
	/* left: 50%; */
	display: contents;
}

@media (max-width: 767px) {
	.bg-video-container .slider-caption {
		margin-top: 40px;
	}
}

.slider-caption .caption-content {
	position: initial !important;
}
.bg-video-container .slick-slider {
	position: initial !important;
}

.bg-video-container .slick-dots {
	left: 0;
	bottom: 50px;
	z-index: 1;
}

.slick-dots li button,
.slick-dots li.slick-active button {
	border-width: 1px;
}
.bg-video-container .slick-dots li button:before {
	color: transparent !important;
}

.slick-prev:before,
.slick-next:before {
	color: rgba(255, 255, 255, 0.4);
}

button.slick-arrow {
	border: 1px solid rgba(255, 255, 255, 0.4);
	width: 50px;
	height: 50px;
	z-index: 55;
	border-radius: 50%;
}

button.slick-arrow:hover,
button.slick-arrow:focus {
	background-color: rgba(255, 255, 255, 0.4);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
	button.slick-arrow {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 1200px) {
	button.slick-arrow {
		width: 50px;
		height: 50px;
	}
}

button.slick-arrow,
.slick-dots {
	display: none !important;
}

.bg-video-container .slick-list {
	z-index: 3;
	overflow: initial !important;
}
.bg-video-container .slick-track {
	width: 100% !important;
	height: 300px;
	opacity: 1 !important;
}
.bg-video-container .slick-slide {
	position: relative !important;
	display: none !important;
	transition: none !important;
	width: 100% !important;
	max-width: 100% !important;
}
.bg-video-container .slick-slide.slick-current.slick-active {
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	transition: none !important;
}

.bg-video-container .caption-content a.btn {
	display: none;
}

.bg-video-container
	.slick-slide.slick-current.slick-active
	.caption-content
	a.btn {
	display: inline-block;
}
.bg-video-container .slider-caption .caption-content a.btn {
	line-height: 33px;
}

.jquery-background-video-pauseplay {
	display: none;
}
/*
.bg-video-container video {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bg-video-container.slider-wrapper {
	position: relative;
	overflow: hidden;
}
.bg-video-container .slider {
	position: relative;
	background: rgba(0,0,0,0.5);
}
*/

#scroll-down {
	position: absolute;
	bottom: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	display: block;

	z-index: 2;

	visibility: hidden;

	/* -webkit-animation: arrows 3.8s infinite; */
	/* -webkit-animation-delay: 5s; */
	/* animation: arrows 3.8s infinite; */
	/* animation-delay: 1200s; */
}

#scroll-down i {
	position: relative;
	-webkit-animation: arrows 3.8s infinite;
	-webkit-animation-delay: 5s;
	animation: arrows 3.8s infinite;
	animation-delay: 5s;
}

@keyframes arrows {
	0%,
	100%,
	20%,
	60% {
		bottom: 30px;
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		bottom: 40px;
	}
	40%,
	80% {
		bottom: 20px;
	}
}
@-webkit-keyframes arrows {
	0%,
	100%,
	20%,
	60% {
		bottom: 30px;
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		bottom: 40px;
	}
	40%,
	80% {
		bottom: 20px;
	}
}

.btn-toolbar .btn-toggle > img {
	height: 32px;
	margin-right: 8px;
}
.btn-primary-outlined {
	color: var(--primary-color);
	border: 2px solid var(--primary-color) !important;
	background-color: transparent;
	font-weight: bold;
	line-height: 36px;
}
.btn-primary-outlined-white {
	color: #fff;
	border: 2px solid #fff !important;
	background-color: transparent;
	font-weight: bold;
	line-height: 36px;
}
.btn-primary-outlined-white:hover {
	color: #fff;
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color) !important;
}
.btn-primary-outlined-white:before {
	content: initial;
}

.btn-secondary:hover {
	color: #fff;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color) !important;
}

.btn-toolbar .btn-secondary {
	background-color: var(--dubai-gray2);
	border: 1px solid var(--dubai-gray1);
}
.btn-toolbar .btn-secondary:hover,
.btn-toolbar .btn-secondary:focus {
	background-color: var(--dubai-gray1) !important;
	border-color: var(--dubai-gray1) !important;
}
.btn-toolbar .btn-secondary.active,
.btn-toolbar .btn-secondary.active:hover,
.btn-toolbar .btn-secondary.active:focus {
	background-color: var(--dubai-darkteal) !important;
	border-color: var(--dubai-darkteal) !important;
}

.btn-theme-primary,
.btn-primary {
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color) !important;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-primary-whitebg-outlined:hover,
.btn-primary-whitebg-outlined:active,
.btn-primary-whitebg-outlined.active,
.btn-primary-outlined:hover,
.btn-primary-outlined:active,
.btn-primary-outlined.active,
.btn-primary-outlined.focus,
.btn-theme-primary:hover,
.btn-theme-primary:hover,
.btn-theme-primary.active,
.btn-theme-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
	color: #fff;
	background-color: var(--primary-color) !important;
	border: 2px solid var(--primary-color) !important;
}
.btn-primary-outlined:hover:before,
.btn-primary-outlined:active:before,
.btn-primary-outlined.active:before .btn-primary-whitebg-outlined:hover:before,
.btn-primary-whitebg-outlined:active:before,
.btn-primary-whitebg-outlined.active:before {
	content: initial;
	background-color: transparent;
}
.btn,
.btn-primary,
.btn-primary:before,
.btn-warning-outlined {
	border-radius: 4px;
}
.btn-theme-primary {
	border-radius: 5px;
}

.page-contactus iframe {
	height: 500px;
	margin-bottom: 0;
}

.btn-main {
	color: #fff !important;
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.sectionTitle h2,
.about-details h2,
.policy-details h3,
.pages .policy-details p > strong {
	color: var(--primary-color) !important;
	font-size: 2rem;
	font-weight: 600;
}
.pages .policy-details p > strong {
	margin-top: 20px;
	display: inline-block;
}
.pages .policy-details p:first-child > strong {
	margin-top: 0;
}

.policy-details h3,
.policy-details h4,
.cke_editable table h3,
.about-details table h3 {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.about-details p,
.page-contactus p {
	font-size: 1.15rem !important;
}
.heading-title > span {
	font-size: 1.2em;
	text-transform: uppercase;
}
.heading-title > h2 {
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.heading-title > h2 {
		font-size: 1.8rem;
	}
}

/** Footer **/
footer {
	position: relative;
	background-color: var(--primary-color);
	padding-bottom: 20px;
}
/*
footer:before {
	content: "";
	background-image: linear-gradient(0deg, var(--primary-color), var(--primary-color));
	width: 120%;
	height: 520px;
	border-radius: 50% / 26%;
	position: absolute;
	top: -140px;
	left: -15%;
	transform: rotate(0.2deg);
}*/

.home footer {
	/* display: none; */
}

footer h3,
footer .links li a {
	text-transform: uppercase;
}
footer h3 {
	font-size: 1.6rem;
	font-weight: 600;
}
footer .links li a {
	font-size: 0.9rem !important;
}
footer a:hover,
footer .links li a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.links li a {
		margin-top: 10px;
	}
}
footer .copyright a {
	color: #fff !important;
}
footer .copyright a:hover {
	color: #66c4d8 !important;
}

@media (min-width: 992px) {
	.location ul li {
		font-size: 1rem;
	}
}

/* Map Related */
body.map-page #map {
	height: calc(100% - 142px);
	margin-top: 142px;
}

body.map-page #map-details {
	top: 142px;
	height: calc(100% - 142px);
}

@media (max-width: 767px) {
	body.map-page #map,
	body.map-page #map-details {
		height: calc(100% - 64px) !important;
	}
	#js-filters2 .btn-group,
	#js-filters2 .dateLabel {
		margin-bottom: 8px;
	}
}

#js-filters.fixed-bottom #btn-toggle-filters {
	top: -40px !important;
	padding: 10px 12px;
}
#js-filters2 #btn-toggle-filters {
	padding: 6px 12px;
}
#js-filters .btn-group {
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	#js-filters2 .btn-group {
		margin-bottom: 0;
	}
}

#js-filters .row .row .col-12:last-child .btn-group,
#js-filters button .btn-group,
#js-filters .col-12:last-child div.btn-group,
#js-filters2 .row .row .col-12:last-child .btn-group,
#js-filters2 button .btn-group,
#js-filters2 .col-12:last-child div.btn-group {
	margin-bottom: 0;
}

.filterTitle {
	color: #777;
	margin-top: 10px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

#js-filters.fixed-bottom.new-search-theme {
	background-color: var(--dubai-beige);
	border-top: 5px solid var(--dubai-darkteal);
}
#js-filters2.new-search-theme {
	background-color: #ddd;
	border-top: 0;
	border-bottom: 1px solid var(--primary-gray);
	box-shadow: none;
}

#js-filters2.new-search-theme .SumoSelect > .CaptionCont {
	border-width: 0 !important;
}

#js-filters2.new-search-theme .filter-content {
	position: relative;
}

#js-filters2.new-search-theme .dateLabel {
	position: relative;
}
#js-filters2.new-search-theme .dateLabel label.labelOverlap {
	position: absolute;
	top: -10px;
	font-size: 11px;
	height: auto;
	margin: 0;
	background-color: #ccc;
	padding: 4px 6px;
	line-height: 10px;
	border-radius: 2px;
	z-index: 1;
}
#js-filters.fixed-bottom.new-search-theme .filterTitle,
#js-filters.fixed-bottom.new-search-theme hr,
#js-filters2.new-search-theme .filterTitle,
#js-filters2.new-search-theme hr {
	color: var(--dubai-darkteal);
	border-color: rgba(0, 0, 0, 0.2);
}

#js-filters.fixed-bottom.new-search-theme #btn-toggle-filters,
#js-filters2.new-search-theme #btn-toggle-filters {
	background-color: var(--dubai-darkteal);
	border-color: transparent;
}

#js-filters.fixed-bottom.new-search-theme
	.filter-slider-single
	.slider-selection,
#js-filters.fixed-bottom.new-search-theme .filter-slider-single .slider-tick,
#js-filters.fixed-bottom.new-search-theme .slider-track-high,
#js-filters.fixed-bottom.new-search-theme .filter-slider-range .slider-tick,
#js-filters2.new-search-theme .filter-slider-single .slider-selection,
#js-filters2.new-search-theme .filter-slider-single .slider-tick,
#js-filters2.new-search-theme .slider-track-high,
#js-filters2.new-search-theme .filter-slider-range .slider-tick {
	background-color: var(--dubai-gray1);
}

#js-filters.fixed-bottom.new-search-theme
	.filter-slider-range
	.slider-selection,
#js-filters.fixed-bottom.new-search-theme
	.filter-slider-range
	.slider-selection.tick-slider-selection,
#js-filters.fixed-bottom.new-search-theme .filter-slider-range .slider-handle,
#js-filters.fixed-bottom.new-search-theme
	.filter-slider-range
	.slider.slider-horizontal
	.slider-handle,
#js-filters.fixed-bottom.new-search-theme .filter-slider-single .slider-handle,
#js-filters.fixed-bottom.new-search-theme .btn-group .btn.active,
#js-filters.fixed-bottom.new-search-theme
	#ajax_filters_form
	.btn-group
	.js-select-filter-select-all:hover,
#js-filters2.new-search-theme .filter-slider-range .slider-selection,
#js-filters2.new-search-theme
	.filter-slider-range
	.slider-selection.tick-slider-selection,
#js-filters2.new-search-theme .filter-slider-range .slider-handle,
#js-filters2.new-search-theme
	.filter-slider-range
	.slider.slider-horizontal
	.slider-handle,
#js-filters2.new-search-theme .filter-slider-single .slider-handle,
#js-filters2.new-search-theme .btn-group .btn.active,
#js-filters2.new-search-theme
	#ajax_filters_form
	.btn-group
	.js-select-filter-select-all:hover {
	background-color: var(--dubai-darkteal) !important;
}

#js-filters.fixed-bottom.new-search-theme
	.slider.slider-horizontal
	.slider-tick-label-container
	.slider-tick-label,
#js-filters.fixed-bottom.new-search-theme .btn-group .btn:not(.active):hover,
#js-filters2.new-search-theme
	.slider.slider-horizontal
	.slider-tick-label-container
	.slider-tick-label,
#js-filters2.new-search-theme .btn-group .btn:not(.active):hover {
	color: var(--dubai-darkteal) !important;
}

#js-filters2.new-search-theme .btn-group .btn-reset-all-filters,
#js-filters2.new-search-theme .btn-group #js-apply-filters {
	color: #fff !important;
}

#js-filters.fixed-bottom.new-search-theme .btn-group .btn:hover,
#js-filters2.new-search-theme .btn-group .btn:hover {
	background-color: var(--dubai-gray2);
	border-color: var(--dubai-darkteal) !important;
}

#js-filters.fixed-bottom.new-search-theme .btn-theme-secondary,
#js-filters2.new-search-theme .btn-theme-secondary {
	background-color: #d2203a !important;
	border-color: #d2203a !important;
}

#js-filters.fixed-bottom.new-search-theme
	.btn-group
	.btn.btn-reset-all-filters:hover,
#js-filters.fixed-bottom.new-search-theme
	#ajax_filters_form
	.btn-group
	#js-apply-filters:hover,
#js-filters2.new-search-theme .btn-group .btn.btn-reset-all-filters:hover,
#js-filters2.new-search-theme
	#ajax_filters_form
	.btn-group
	#js-apply-filters:hover {
	color: #fff !important;
}

#js-filters.fixed-bottom.new-search-theme .btn-reset-all-filters,
#js-filters.fixed-bottom.new-search-theme
	#ajax_filters_form
	.btn-group
	.btn.js-select-filter-reset:hover,
#js-filters2.new-search-theme .btn-reset-all-filters,
#js-filters2.new-search-theme
	#ajax_filters_form
	.btn-group
	.btn.js-select-filter-reset:hover {
	color: #fff !important;
	background-color: var(--dubai-darkred) !important;
}

#js-filters2.new-search-theme .btn-reset-all-filters,
#js-filters2.new-search-theme
	#ajax_filters_form
	.btn-group
	.btn.js-select-filter-reset:hover {
	color: #fff !important;
	background-color: var(--dubai-gray1) !important;
}

#js-filters.fixed-bottom.filter-hide.new-search-theme #btn-toggle-filters i,
#js-filters.fixed-bottom.new-search-theme #btn-toggle-filters i,
#js-filters2.filter-hide.new-search-theme #btn-toggle-filters i,
#js-filters2.new-search-theme #btn-toggle-filters i {
	color: var(--dubai-beige);
}

#js-filters.fixed-bottom.new-search-theme .btn-group-toggle,
#js-filters2.new-search-theme .btn-group-toggle {
	margin-top: 10px;
}
#js-filters.fixed-bottom.new-search-theme .btn-group-toggle .btn,
#js-filters2.new-search-theme .btn-group-toggle .btn {
	font-size: 15px;
	font-weight: 600;
	padding: 20px;
}
#js-filters.fixed-bottom.new-search-theme
	.slider.slider-horizontal
	.slider-tick-label-container
	.slider-tick-label,
#js-filters2.new-search-theme
	.slider.slider-horizontal
	.slider-tick-label-container
	.slider-tick-label {
	color: #fff;
}
#js-filters.fixed-bottom.new-search-theme .SumoSelect > .CaptionCont {
	border-radius: 5px 0 0 5px !important;
}
#js-filters2.new-search-theme .SumoSelect > .CaptionCont {
	border-radius: 4px !important;
}

#js-filters2.new-search-theme .SumoSelect .select-all {
	height: auto;
	font-weight: 600;
	padding: 3px 10px 3px 35px;
	background-color: rgba(0, 144, 154, 0.1);
	border-bottom: 1px solid var(--primary-color);
}

#js-filters2.new-search-theme .SumoSelect .select-all.selected {
	background-color: rgba(0, 144, 154, 0.2);
}

#js-filters2.new-search-theme .SumoSelect.sumo_yearFrom > .CaptionCont,
#js-filters2.new-search-theme .SumoSelect.sumo_yearTo > .CaptionCont {
	border-radius: 5px !important;
}
#js-filters2.new-search-theme
	.SumoSelect
	> .optWrapper
	> .options
	> li.opt.selected {
	/* color: #fff; */
	background-color: rgba(0, 144, 154, 0.1);
}

#js-filters.fixed-bottom.new-search-theme .btn-group > .btn,
#js-filters2.new-search-theme .btn-group > .btn {
	height: 36px;
	padding-left: 6px;
	padding-right: 6px;
}
#js-filters2.new-search-theme .btn-group > .btn {
	padding-left: 2px;
	padding-right: 2px;
}
#js-filters.fixed-bottom.new-search-theme .btn-group .js-select-filter-reset,
#js-filters.fixed-bottom.new-search-theme
	.btn-group
	.js-select-filter-select-all {
	min-width: 44px !important;
}
#js-filters2.new-search-theme .btn-group .js-select-filter-reset,
#js-filters2.new-search-theme .btn-group .js-select-filter-select-all {
	min-width: 32px !important;
}
#js-filters.fixed-bottom.new-search-theme .btn-group .js-select-filter-reset,
#js-filters2.new-search-theme .btn-group .js-select-filter-reset {
	margin-left: 0 !important;
	border-radius: 0 0 0 0 !important;
}
#js-filters.fixed-bottom.new-search-theme .btn-apply {
	margin-top: 5px;
}
#js-filters.fixed-bottom.new-search-theme .btn-apply .btn,
#js-filters2.new-search-theme .btn-apply .btn {
	height: auto !important;
	line-height: normal !important;
	padding: 10px;
}

#js-filters2.new-search-theme .btn-apply .btn {
	margin: 0;
	padding: 5px 10px;
}

#js-filters.fixed-bottom.new-search-theme .btn-apply .btn-theme-primary {
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.2) !important;
	border-color: rgba(255, 255, 255, 0.4) !important;
}

#js-filters2.new-search-theme .btn-apply .btn-theme-primary {
	color: #888 !important;
	background-color: #f5f5f5 !important;
	border-color: #dedede !important;
	margin-top: 0 !important;
}

@media (min-width: 480px) {
	.btn-apply {
		display: flex;
        row-gap: calc(var(--spacing) * 2);
		column-gap: calc(var(--spacing) * 2);
        flex-direction: column-reverse;
        place-items: flex-end;
	}
}

#js-filters.fixed-bottom.new-search-theme .btn-reset-all-filters,
#js-filters2.new-search-theme .btn-reset-all-filters {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

#js-filters2 {
	/* position: absolute; */
	/* bottom: initial; */
	position: relative;
	width: 100%;
	margin-top: -20px;
	margin-bottom: 10px;
	padding: 24px 20px 10px 20px;
}

/* #js-filters2.filter-hide {
	-webkit-transform: translateY(-96%);
    transform: translateY(-96%);
} */

#map-details #listings-box {
	height: calc(100% - 40px);
}

.map-gov-logo {
	left: 255px;
	bottom: 2px;
}

body.page-with-filter .fixed-left {
	top: 165px;
}

@media (min-width: 480px) {
	#js-filters.fixed-bottom #frmFilters,
	#js-filters2 #frmFilters {
		width: 100%;
	}
}

#js-filters2 #frmFilters .row div > .row > div[class*='col-'] {
	padding-left: 7px;
	padding-right: 7px;
}

.project-row h3.project-header {
	font-size: 1rem;
	background-color: var(--dubai-darkteal);
}

.project-row h3.project-header:hover {
	color: #fff;
	background-color: var(--primary-color);
}
.project-row h3.project-header:hover,
.project-row h3.project-header .industry,
.project-row h3.project-header:hover .industry {
	color: #fff;
}
.project-row.open h3.project-header,
.project-row.open h3.project-header:hover {
	color: #fff;
	background-color: var(--primary-color);
}

.project-row .project-content p {
	font-size: 0.95rem !important;
}
.project-row h3.project-header p.country,
.project-row h3.project-header p.industry,
.project-row .project-content p strong {
	font-size: 0.85rem !important;
}

#ajax_filters_form .js-select-filter-reset {
	border-radius: 5px 0px 0px 5px !important;
	margin: 0 0 0 5px !important;
}
#ajax_filters_form .js-select-filter-select-all {
	border-radius: 0px 5px 5px 0px;
	border-left-color: #888 !important;
	border-left-style: solid;
	border-left-width: 1px;
}

#ajax_filters_form .btn-group .js-select-filter-reset:hover {
	background-color: #f55c5d !important;
}
#ajax_filters_form .btn-group .js-select-filter-select-all:hover {
	background-color: #36736a !important;
}

.SumoSelect.open .search-txt {
	color: #848280;
	font-size: 14px;
}

/* quick fix for sumoseclt */
@media (max-width: 767px) {
	.SumoSelect.open > .optWrapper.up.multiple.isFloating.up {
		top: 0 !important;
		bottom: 0 !important;
	}
	body.map-page #map-details {
		overflow: initial;
		overflow-x: visible !important;
	}
	#map-details #btn-toggle-info {
		position: absolute !important;
	}
}

.slider-caption .caption-content h1,
.slider-caption .caption-content h3,
.slider-caption .caption-content p {
	/* display: block; */
	/* padding: 0.02em 0; */
	/* box-shadow: 0.4em 0 0 2px black, -0.4em 0 0 2px black; */
	/* background-color: black; */
	/* -webkit-box-decoration-break: clone; */
	/* box-decoration-break: clone; */
	margin: 4px 0;
}
.slider-caption .caption-content h1 {
	margin-left: 10px;
	font-weight: 700;
	padding: 5px 0px;
}
.slider-caption .caption-content h3 {
	margin-left: 3px;
	padding: 4px;
	font-size: 1.8rem;
	font-weight: 500 !important;
	line-height: 1.8rem;
}
.slider-caption .caption-content p {
	margin-left: 2px;
}

.slider-caption .caption-content a.btn {
	height: inherit;
}

@media (min-width: 768px) {
	.slider-caption .caption-content a.btn {
		height: initial;
		padding: 0 15px;
	}
	.slider-caption .caption-content h1,
	.slider-caption .caption-content h2 {
		font-size: 3rem;
	}
	.slider-caption .caption-content h3 {
		font-size: 2rem;
		line-height: 2rem;
	}
	.slider-caption .caption-content .sub-title {
		font-size: 0.5em;
	}
	.slider-caption .caption-content .main-title {
		font-size: 0.9em;
	}
}

@media (max-width: 767px) {
	.slider-caption .caption-content a.btn {
		font-size: 0.8rem;
		margin-top: 20px;
	}
	.slider-caption .caption-content h1 {
		font-size: 2rem;
	}
	.slider-caption .caption-content h2 {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	.slider-caption .caption-content .sub-title {
		font-size: 0.5em;
	}
	.slider-caption .caption-content .main-title {
		font-size: 0.9em;
	}
	.slider-caption .caption-content h3 {
		font-size: 1rem;
		line-height: 1rem;
		margin: 0;
	}
}

input.form-control,
textarea.form-control,
select.form-control,
.modalForm label {
	font-size: 1rem;
}
.form-control {
	padding: 0.2rem 0.75rem !important;
}
.modal button.close {
	font-size: 1.8rem;
	right: 15px;
	top: 15px;
	line-height: 1rem;
}

.modalForm input,
.modalForm select,
.modalForm textarea,
.modal input,
.modal select,
.modal textarea,
.modal label {
	font-size: 1rem;
	padding: 5px 10px !important;
}
.modalForm select {
	padding-right: 18px !important;
}

.modalForm h4 {
	font-size: 1.25rem;
}

.btnInfoType {
	color: #20275a;
	background-color: transparent;
	padding: 0 !important;
	margin-top: -5px;
	border: initial;
}
.btnInfoType i {
	font-size: 18px;
}
#js-metrics-container .modal h5.modal-title {
	font-size: 1.15rem;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0 none;
}
#js-metrics-container .modal .modal-body p {
	font-size: 0.95rem !important;
}
@media (max-width: 767px) {
	.gov-logo img {
		max-width: 100%;
	}
	.modalForm {
		width: 90%;
	}
}
.modal .alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.modal .alert-danger h5,
.modal .alert-danger p {
	color: #721c24 !important;
}

/*to align elements center*/
.center-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.parallax1 > use {
	animation: move-forever1 20s linear infinite;
	&:nth-child(1) {
		animation-delay: -2s;
	}
}
.parallax2 > use {
	animation: move-forever2 15s linear infinite;
	&:nth-child(1) {
		animation-delay: -2s;
	}
}
.parallax3 > use {
	animation: move-forever3 10s linear infinite;
	&:nth-child(1) {
		animation-delay: -2s;
	}
}
.parallax4 > use {
	animation: move-forever4 6s linear infinite;
	&:nth-child(1) {
		animation-delay: -2s;
	}
}
@keyframes move-forever1 {
	0% {
		transform: translate(85px, 0%);
	}
	100% {
		transform: translate(-90px, 0%);
	}
}
@keyframes move-forever2 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}
@keyframes move-forever3 {
	0% {
		transform: translate(85px, 0%);
	}
	100% {
		transform: translate(-90px, 0%);
	}
}
@keyframes move-forever4 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}

.news-items .social-icons .socialLink {
	padding: 8px;
	font-size: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-decoration: none;
	margin: 5px auto;
	text-align: center;
	display: block;
	opacity: 0.7;
}
.social-icons .fa-facebook-f {
	background: #3b5998;
	color: white;
}

.news-info h1 {
	color: var(--primary-color);
}
.news-img {
	text-align: center;
}
.news-item-img {
	float: initial;
	margin: 10px auto;
}
/* Helper Classes & Shorcodes */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
h1 {
	font-size: 3.75rem;
}
h2 {
	font-size: 3.5rem;
}
h3 {
	font-size: 1.875rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: 0.875rem;
}
/*
p{
 font-size: 14px;
}
*/
p.title {
	font-size: 1rem;
}

.padding {
	/* padding: 7.5rem 0; */
	padding: 5rem 0;
}
.padding_top {
	padding-top: 7.5rem;
}
.padding_bottom {
	padding-bottom: 7.5rem;
}
.margin_bottom {
	margin-bottom: 7.5rem;
}
.margin_top {
	margin-top: 7.5rem;
}
.padding_half {
	padding: 4.375rem 0;
}
.margin_half {
	margin: 4.375rem 0;
}
.padding_bottom_half {
	padding-bottom: 4.375rem;
}
.margin_bottom_half {
	margin-bottom: 4.375rem;
}
.padding_top_half {
	padding-top: 4.375rem;
}
.heading_space {
	/* margin-bottom: 4.125rem; */
	margin-bottom: 2rem;
}
.bottom5 {
	margin-bottom: 5px;
}
.bottom10 {
	margin-bottom: 10px;
}
.top10 {
	margin-top: 10px;
}
.bottom15 {
	margin-bottom: 15px;
}
.top15 {
	margin-top: 15px;
}
.top20 {
	margin-top: 20px;
}
.bottom20 {
	margin-bottom: 20px;
}
.bottom25 {
	margin-bottom: 25px;
}
.top25 {
	margin-top: 25px;
}
.bottom30 {
	margin-bottom: 30px;
}
.top30 {
	margin-top: 30px;
}
.bottom35 {
	margin-bottom: 35px;
}
.top40 {
	margin-top: 40px;
}
.bottom40 {
	margin-bottom: 40px;
}
.bottom45 {
	margin-bottom: 45px;
}
.top50 {
	margin-top: 50px;
}
.top60 {
	margin-top: 60px;
}
.bottom60 {
	margin-bottom: 60px;
}
.bottom0 {
	margin-bottom: 0;
}
.nomargin {
	margin: 0;
}
.nopadding {
	padding: 0;
}
.fontbold {
	font-weight: bold;
}
.fontmedium {
	font-weight: 500;
}
.font-light {
	font-weight: 300;
}
.font-xlight {
	font-weight: 200;
}
.bglight {
	background: #f6f6f6;
}
.bgdefault {
	background: #00bcd4;
}
.whitecolor {
	color: #ffffff;
}
.darkcolor {
	color: #20275a;
}
.extradark-color {
	color: #212331;
}
.defaultcolor {
	color: #00bcd4;
}

.block {
	display: block;
}
.italic {
	font-style: italic;
}

.green {
	color: var(--primary-color) !important;
}
.red {
	color: #0072ce !important;
}
.ll-blue {
	color: #66c4d8 !important;
}

label.col-form-label {
	color: #888 !important;
}

/* transitions common*/
a,
*::before,
*::after,
img,
input,
button,
.btn,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-dubai-red {
	color: #fff;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.btn-dubai-red:hover,
.btn-dubai-red:focus,
.btn-dubai-red.active,
.btn-dubai-red:active {
	color: #fff;
	background-color: #922626 !important;
	border: 1px solid #922626 !important;
}

.topbrand .navbar-nav .nav-item.nav-item-seperator {
	padding-right: 5px;
	margin-right: 5px;
	/* border-right: 1px solid rgba(255,255,255,.5); */
	border-right: 1px solid rgba(238, 238, 238, 0.5);
	/* height: 16px; */
	line-height: 16px;
}

.table td,
.table th {
	/* padding: 0.5rem 0.75rem; */
}

.table-metric td .label,
.table-metric-industry td .label {
	width: calc(100% - 38px);
}

.table-metric td .label > button,
.table-metric td .label > button:hover {
	color: #20275a;
	font-size: 1rem !important;
	height: auto;
	background-color: transparent;
	padding: 0;
	line-height: 28px;
	border: 0 none !important;
	text-transform: initial;
	cursor: help;
}
.table-metric td .label > button:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.toggle-buttons {
		margin-top: 15px;
	}
	.toggle-buttons .btn-group:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 1199px) {
	.toggle-buttons .btn-toolbar {
		/* justify-content: center !important; */
	}
	.toggle-buttons .btn-group:first-child {
		margin-bottom: 10px;
	}
}

.metric-cat .btn-group-selector {
	display: flex;
	justify-content: center;
}
.metric-cat .btn-group-selector > .btn-selector {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}

/* Chart */
.metric-chart-container > div {
	height: 100%;
}
.metric-cat .table-metric .bullet.color-1 {
	background-color: var(--char-color-1);
}
.metric-cat .table-metric .bullet.color-2 {
	background-color: var(--char-color-2);
}
.metric-cat .table-metric .bullet.color-3 {
	background-color: var(--char-color-3);
}
.metric-cat .table-metric .bullet.color-4 {
	background-color: var(--char-color-4);
}
.metric-cat .table-metric .bullet.color-5 {
	background-color: var(--char-color-5);
}
.metric-cat .table-metric .bullet.color-6 {
	background-color: var(--char-color-6);
}
.metric-cat .table-metric .bullet.color-7 {
	background-color: var(--char-color-7);
}
.metric-cat .table-metric .bullet.color-8 {
	background-color: var(--char-color-8);
}
.metric-cat .table-metric .bullet.color-9 {
	background-color: var(--char-color-9);
}
.metric-cat .table-metric .bullet.color-10 {
	background-color: var(--char-color-10);
}
.metric-cat .table-metric .bullet.color-11 {
	background-color: var(--char-color-11);
}
.metric-cat .table-metric .bullet.color-12 {
	background-color: var(--char-color-11);
}

.metric-cat .row.metric-title > [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

/* Parent = sticky boundary */
.metric-cat {
  position: relative;
}

/* Sticky header */
.metric-cat > .metric-title {
  position: sticky;
  top: 58px; /* adjust based on your fixed header height */
  z-index: 20;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  transition: box-shadow 0.2s ease, padding 0.2s ease;
}

/* Optional: subtle elevation when stuck */
.metric-cat > .metric-title.is-sticky {
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.indicator-box .ind-content .ind-value,
.indicator-box .ind-inf .fa-caret-up {
	color: var(--primary-color);
}
.indicator-box .ind-content .ind-value {
	font-size: 3rem;
	font-weight: 600;
	margin: auto;
}

.indicator-box .ind-content .ind-value .cur {
	font-size: 1rem;
	font-weight: 500;
}
.indicator-box .ind-content .ind-value .cur.md {
	font-size: 1.2rem;
	font-weight: 500;
}
.indicator-box .ind-content .ind-value .cur.lg {
	font-size: 1.4rem;
	font-weight: 500;
}

.table-metric-industry .fa {
	color: #66c4d8;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

.metric-cat .metric-title h3 {
	display: flex;
	align-items: center;
	row-gap: 5px;
	column-gap: 5px;
}
.metric-cat .metric-title .icon,
.annual-report .annual-report-title .icon {
	display: inline-block;
    width: 50px;
	color: #e4eef4;
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: 0;
	font-weight: 600;
}
.metric-cat .metric-title .title,
.annual-report .annual-report-title .title,
.common-page .header-title .title {
	color: var(--primary-color);
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: inherit;
}

.hint strong {
	color: var(--primary-color);
}

/*** Contents ****/
.block-section {
	min-height: 500px;
}
.block-section::before {
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	/* background: rgba(33,35,49,.7); */
	background: rgba(33, 35, 49, 0.4);
	/* z-index: 1; */
}
.block-section .heading-title {
	position: relative;
}
/* application/img/banner/FDI_Homepage_Banner05.jpg */
.seperator {
	/* background: url(../img/home/page-header-2.jpg)no-repeat; */
	/* background-color: var(--primary-color); */
	background-color: #fff;
	/* background-position: center center; */
	/* -webkit-background-size: cover; */
	/* background-size: cover; */
	/* background-attachment: fixed; */
	position: relative;
	width: 100%;
	height: 0;
	z-index: 2;
	display: block;
}
.seperator:after {
	content: initial;
}
.seperator .top,
.seperator .bottom {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100px;
}
.seperator .top {
	top: -48px;
	background-image: url('../img/white-wave-bottom.png');
}
.seperator .bottom {
	bottom: -48px;
	background-image: url('../img/white-wave-top.png');
}

.seperator-wave {
	display: block;
	width: 100%;
	height: 50px;
	max-height: 50px;
	margin: 0;
	z-index: 5;
	bottom: 0;
	position: absolute;
	left: 0px;
	float: left;
}

@media (max-width: 767px) {
	#why-register {
		padding: 4rem 0;
	}
	#why-register .feature-item {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

#fdi-dashboard {
	background: url(../img/banner/fdi-dsahboard.png) no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 100%;
}
#fdi-dashboard::before {
	background: rgba(33, 35, 49, 0.6);
}

#investment-map {
	/*
		background: url(../img/banner/dubai-fdi-map.png)no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
		width: 100%;
		*/
	background-color: var(--primary-color);
	min-height: 500px;
}

@media (max-width: 767px) {
	#investment-map {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	#investment-map .heading-title {
		padding-top: 20px;
	}
}

#freezones-map {
	background: url(../img/banner/advisor-map.png) no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	/* filter: grayscale(1); */
}
#freezones-map .whitecolor a {
	filter: grayscale(0);
}

#annual-reports {
	/* background: url(../img/banner/FDI_Homepage_Banner05.jpg)no-repeat; */
	/* background: url(../img/banner/dubai-homepage-poster-1920x1080.jpg)no-repeat; */
	background: url(../img/banner/dubai-photo-frame.jpg) no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 100%;
}

#dubai-fdi-ecosystem {
	/* background: url(../img/banner/FDI_Homepage_Banner05.jpg)no-repeat; */
	background-color: #fff;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	/* padding-bottom: 200px; */
}
#impact-dashboard {
	/* background: url(../img/banner/FDI_Homepage_Banner05.jpg)no-repeat; */
	background-color: #fff;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	/* padding-bottom: 200px; */
}

/*single feature*/
.single-feature,
.bg-apps {
	position: relative;
}
/*apps background*/
.bg-apps {
	background: url(../images/bg-apps.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

/*-------------------------------*/
/* Why register */
/*-------------------------------*/

/*app features*/
.feature-item,
.feature-item .icon {
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.opacities {
	opacity: 0.5;
}
#app-feature .feature-item {
	/* padding: 15px 0; */

	position: relative;
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 4px;
	min-height: 300px;
	display: block;
	cursor: default;
}
#app-feature .feature-item.benefits {
	cursor: pointer;
}
#app-feature .feature-item .icon {
	display: block;
	margin: 30px auto 30px auto;
}
#app-feature .feature-item:hover {
	text-decoration: none;
}
#app-feature .feature-item.benefits:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: rgba(38, 173, 2270, 0.05);
	border-color: #4698cb;
}
.feature-item img,
.feature-item .icon {
	display: inline-block;
}
.feature-item img {
	max-width: 290px;
}
.feature-item h4 {
	font-weight: 600;
	color: var(--primary-color);
	/* font-size: 1.125rem; */
	margin-bottom: 10px;
	text-transform: uppercase;

	line-height: 24px;
	min-height: 50px;
	display: flex;
}
.feature-item .icon {
	background: var(--primary-color);
	width: 90px;
	height: 90px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	font-size: 34px;
	line-height: 90px;
	color: #fff;
}

#app-feature2 .feature-item .icon {
	background: var(--primary-color);
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}

.feature-item .icon::before {
	content: '';
	background: transparent;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #fff;
}
.feature-item.benefits:hover .icon {
	-webkit-animation: itg_pulse 1s infinite;
	-o-animation: itg_pulse 1s infinite;
	animation: itg_pulse 1s infinite;
	-webkit-box-shadow: 0 0 0 0 rgba(70, 152, 203, 1);
	box-shadow: 0 0 0 0 rgba(70, 152, 203, 1);
}
#app-feature2 .feature-item .icon,
#app-feature2 .feature-item .title {
	display: inline-block;
	vertical-align: middle;
}
#app-feature2 .feature-item .title {
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 600;
	line-height: 15px;
	width: calc(100% - 60px);
	margin-left: 5px;
}
#app-feature2 .feature-items p {
	font-size: 12px;
	line-height: 16px;
	margin-left: 50px;
}

#app-feature3 .info {
	position: relative;
	min-height: 420px;
}
#app-feature3 .feature-item {
	position: absolute;
	padding: 25px;
	border: 1px solid rgba(0, 97, 127, 0.2);
	border-radius: 8px;
	min-height: 100px;
	display: block;
	cursor: default;
	/* width: 320px; */
	width: 55%;
	overflow: hidden;
	background-color: #fff;
	z-index: 2;
}
@media (max-width: 767px) {
	#app-feature3 .feature-item {
		position: initial;
		margin-bottom: 15px;
	}
}
#app-feature3 .feature-item .icon2 i {
	position: absolute;
	top: 0;
	right: -10px;
	font-size: 126px;
	color: rgba(0, 97, 127, 0.04);
	background-color: transparent;
	z-index: 1;
}
#app-feature3 .feature-item .icon2:before {
	content: initial;
}
#app-feature3 .feature-item .title {
	color: var(--primary-color);
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	width: calc(100% - 60px);
	min-height: initial;
}
#app-feature3 .feature-item p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

#app-feature3 .feature-item.standard {
	top: 0;
	left: 0;
}
#app-feature3 .feature-item.partner {
	top: 32%;
	left: 40%;
}
#app-feature3 .feature-item.media {
	bottom: 0;
	left: 5%;
}

#app-feature .video .image,
#app-feature3 .video,
#app-feature3 .video .image {
	position: relative;
	text-align: center;
}
#app-feature .video .image:before,
#app-feature3 .video .image:before {
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(33, 35, 49, 0.4);
	z-index: 1;
}
#app-feature .video .image .btn-play,
#app-feature3 .video .image .btn-play {
	position: absolute;
	top: 40%;
	left: calc(50% - 30px);
	z-index: 1;
	font-size: 110px;
	line-height: 0;
	margin: auto;
	/* color: var(--primary-color); */
	/* background-color: #fff; */
	color: #fff;
	border-radius: 50%;
	padding: 2px;
	/*opacity: .6;*/
}
#app-feature .video .image .btn-play:hover,
#app-feature3 .video .image .btn-play:hover {
	opacity: 1;
}
#app-feature3 .action {
	/* position: absolute; */
	/* bottom: 10%; */
	/* left: 0; */
	/* right: 0; */
	/* text-align: center; */
	margin: 15px 0;
}

@-webkit-keyframes itg_pulse {
	0% {
		-webkit-box-shadow: 0 0 0 5px rgba(70, 152, 203, 0.9);
		box-shadow: 0 0 0 5px rgba(70, 152, 203, 0.9);
	}
	25% {
		-webkit-box-shadow: 0 0 0 10px rgba(70, 152, 203, 0.6);
		box-shadow: 0 0 0 10px rgba(70, 152, 203, 0.6);
	}
	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(70, 152, 203, 0.3);
		box-shadow: 0 0 0 15px rgba(70, 152, 203, 0.3);
	}
	100% {
		-webkit-box-shadow: 0 0 0 60px rgba(70, 152, 203, 0.1);
		box-shadow: 0 0 0 20px rgba(70, 152, 203, 0.1);
	}
}
@-o-keyframes itg_pulse {
	0% {
		box-shadow: 0 0 0 5px rgba(70, 152, 203, 0.9);
	}
	25% {
		box-shadow: 0 0 0 10px rgba(70, 152, 203, 0.6);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(70, 152, 203, 0.3);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(70, 152, 203, 0.1);
	}
}
@keyframes itg_pulse {
	0% {
		-webkit-box-shadow: 0 0 0 5px rgba(70, 152, 203, 0.9);
		box-shadow: 0 0 0 5px rgba(70, 152, 203, 0.9);
	}
	25% {
		-webkit-box-shadow: 0 0 0 10px rgba(70, 152, 203, 0.6);
		box-shadow: 0 0 0 10px rgba(70, 152, 203, 0.6);
	}
	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(70, 152, 203, 0.3);
		box-shadow: 0 0 0 15px rgba(70, 152, 203, 0.3);
	}
	100% {
		-webkit-box-shadow: 0 0 0 60px rgba(70, 152, 203, 0.1);
		box-shadow: 0 0 0 20px rgba(70, 152, 203, 0.1);
	}
}

#app-feature .feature-item:hover h4 {
	color: var(--primary-color);
}
#app-feature .feature-item:hover .icon {
	background: var(--dubai-darkteal);
}
#app-feature .content-left {
	/* text-align: right; */
	text-align: center;
}
#app-feature .content-right {
	/* text-align: left; */
	text-align: center;
}
#app-feature .content-left span {
	/* float: right; */
	/* margin-left: 15px; */
	margin-bottom: 20px;
}
#app-feature .content-right span {
	/* float: left; */
	/* margin-right: 15px; */
}
#app-feature .content-left .text {
	/* margin-right: 105px; */
}
#app-feature .content-right .text {
	/* margin-left: 105px; */
}

.feature-item.active {
	background: #f7f7f7;
}
.image.mobile-apps > img {
	opacity: 0;
}
.image.mobile-apps.active > img {
	opacity: 1;
}

@media screen and (max-width: 992px) {
	#app-feature,
	#app-feature .content-left,
	#app-feature .content-right {
		text-align: center;
	}
	#app-feature .feature-item {
		padding: 0;
		max-width: 300px;
		display: inline-block;
		float: none;
	}
	#app-feature .content-left span,
	#app-feature .content-right span {
		float: none;
		margin: 0 auto 15px auto;
		display: inline-block;
	}

	#app-feature .content-left .text,
	#app-feature .content-right .text {
		margin: 0;
	}
}

@media (max-width: 991px) {
	#app-feature .feature-item {
		max-width: 100%;
	}
	#app-feature .feature-item .btn {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

.swal2-buttonswrapper .btn {
	margin: 2px;
}

.happiness-meter {
	margin: 20px auto 10px auto;
}
.modalForm .happiness-meter .form-group .smiley {
	display: inline-block;
}
.happiness-meter .feedback-item {
	margin: 0 15px;
	display: block;
}
.happiness-meter .feedback-item .icon {
	display: block;
	margin: 20px auto 30px auto;
}
.happiness-meter .feedback-item:hover {
	text-decoration: none;
}
.happiness-meter .feedback-item:hover {
	cursor: pointer;
	text-decoration: none;
	/* background-color: rgba(38,173,2270,.05); */
	background-color: none;
	/* border-color: #4698CB; */
}

.feedback-item .icon {
	font-size: 65px;
	display: block;
	color: #ccc;
}
.feedback-item:hover .icon {
	color: #00909a8a;
}
.feedback-item.active:hover .icon,
.feedback-item.active .icon {
	color: var(--primary-color);
}

@media (max-width: 767px) {
	.happiness-meter .feedback-item {
		text-align: center;
		margin: 0 8px;
		display: block;
	}
	.happiness-meter .feedback-item .icon {
		font-size: 62px;
	}
}

#js-dashboard-container {
	/* font-size: 120%; */
}
.indicator-box {
	margin-bottom: 10px;
}

.indicator-box.become-partner {
	border: 1px solid var(--primary-color);
	margin-bottom: 30px;
}
.indicator-box.become-partner .title {
	color: #fff;
	background-color: var(--primary-color);
	font-weight: 600;
}
.indicator-box.become-partner .ind-content {
	background-color: rgba(0, 97, 127, 0.1);
}

.indicator-box.theme {
	border: 1px solid #e9ecef;
}
.indicator-box.theme .title {
	color: #fff;
	background-color: #747576;
}
.indicator-box.theme .ind-value,
.indicator-box.theme .ind-value .cur {
	color: #747576 !important;
}
.indicator-box.theme .ind-content .ind-value,
.indicator-box.theme .ind-inf .fa-caret-up,
.indicator-box.theme .ind-content .ind-value .cur {
	/* color: var(--primary-color); */
	color: #fff;
}

.dashboard-actions {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.dashboard-actions p {
		display: inline-block;
		margin-left: 5px;
	}
}
.dashboard-actions p.action-label {
	color: #888;
}
#js-header-account,
#js-header-account {
	align-items: center;
}

footer div > ul >li,
.dashboard-actions button.btn {
	display: flex;
	align-items: center;
}
#js-header-account img.metric-icon,
footer div > ul >li img,
.dashboard-actions button.btn > img {
	height: 28px;
	margin-right: 8px;
}
.btn-toolbar .btn-toggle > img {
	margin-top: -4px;
}
#js-search img.metric-icon {
	height: 28px;
}
#js-header-account img.metric-icon {
	height: 24px;
	margin-right: 4px;
	margin-top: -4px;
}
#accountDropdown img.metric-icon {
	margin-right: 0;
}

.fdi-dashboard #map {
	min-height: 400px;
}
.fdi-dashboard #mapinfo .info_title {
	background-color: rgba(0, 97, 127, 0.1);
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 10px 15px;
	color: #fff;
	border: 0px solid #ccc;
	border-top: 0px;
	/* border-top: 2px solid var(--primary-color); */
	border-bottom: 0px;
}
.fdi-dashboard #mapinfo .info_title p {
	color: var(--primary-color);
	font-weight: bold;
	margin-bottom: 0;
}
.fdi-dashboard #mapinfo .info_title .flag {
	height: 20px;
	margin-top: -1px;
	margin-right: 4px;
}
.fdi-dashboard #mapinfo .info_content {
	padding: 15px 15px 0 15px;
	min-height: 140px;
}
.fdi-dashboard #mapinfo .info_content em {
	color: var(--primary-color);
}
.fdi-dashboard #mapinfo .info_content .col-12 p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fdi-dashboard #mapinfo .info_content .col-12 p:last-of-type {
	margin-bottom: 0;
}

.fdi-dashboard #mapinfo .loader {
	margin: 50px auto;
}

.mapBox .cont {
	border: 1px solid #eee;
}
.mapBox .map-cont {
	padding: 10px;
}
.mapBox .map-title {
	background-color: #fcfcfc;
	width: 100%;
	text-align: left;
	padding: 10px 15px;
	color: var(--primary-color);
	font-weight: 600;
	border: 0px solid #ccc;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0;
}

.investor-box h4 {
	font-size: 1.2rem;
}
.investor-box h4 .range,
.investor-box .ind-more .ind-inf,
.investor-box .ind-more .ind-inf h6 {
	font-size: 0.9rem;
}
#js-dashboard-container #mapinfo p {
	line-height: 1.4rem;
	margin-bottom: 12px;
}
#js-dashboard-container #mapinfo p strong {
	font-size: 0.9rem;
	margin-bottom: -12px;
	display: block;
}
#js-dashboard-container #mapinfo .info_title p {
	margin-bottom: 0;
}

.indicator-box {
	border-color: #cecece;
	/* background-color: #708fc1; */
	background-color: #D6D2C4;
}
.indicator-box .title {
	background-color: #ebe9e2;
}

.indicator-box .title a,
.indicator-box h3.title {
	color: #838384;
}

.indicator-box .title a,
.indicator-box .ind-value a {
	text-decoration: none;
}
.indicator-box .ind-value a {
	color: var(--primary-color);
}
.indicator-box .ind-more .ind-inf {
	margin: 1.6%;
}

#happiness-meter {
	position: fixed;
	bottom: 10%;
	left: 10px;
	padding: 8px;
	border-radius: 50%;
	display: block;
	background-color: var(--primary-color);
	border: 0;
	color: #fff;
	font-size: 2.8rem;
	cursor: pointer;
	outline: none;
	z-index: 5;
}

@media (max-width: 767px) {
	#happiness-meter {
		font-size: 2rem;
		bottom: 50px;
	}
}

#preloader #status,
#loading-overlay #status,
.generate_pdf #loading-overlay #status,
.gen-pdf #loading-overlay #status {
	width: 120px;
}

#preloader #status img,
#loading-overlay #status img {
	width: 100%;
}
.progress {
	width: 100%;
	background-color: var(--dubai-gray1);
}

#loaderBar {
	width: 1%;
	height: 6px;
	background-color: var(--dubai-darkteal);
}

@media (max-width: 767px) {
	.intl-tel-input .form-control {
		width: 100%;
	}
}

.block-section .heading-title .alert-label {
	position: absolute;
	top: -12px;
	right: 40px;
	padding: 4px 8px;
	border-radius: 2px;

	color: #fff;
	font-size: 12px;
	background-color: var(--main-color);
	line-height: 10px;
}

nav.navbar.navbar-sticky {
	box-shadow: 0px 3px 10px rgb(0 0 0 / 50%);
}

.navbar-nav .nav-item .alert-label {
	color: #fff;
	font-size: 0.75rem;
	background-color: var(--main-color);
	line-height: 10px;
}
.navbar-nav .nav-item .alert-label {
	top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item .alert-label {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar-nav .nav-item .alert-label {
		display: none;
	}
}

.indicator-box .title {
	font-size: 1.1rem;
	line-height: 1rem;
}

#js-metrics-container h3 {
	font-size: 21px;
}
#js-metrics-container h5 {
	border-bottom: 1px solid rgba(9, 43, 60, 0.2);
	padding-bottom: 5px;
	margin-bottom: 0;
}
.btn-call-login {
	margin-left: 10px;
}
.btn.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 12px !important;
	height: auto !important;
}

.text-primary-blue {
	color: var(--primary-color);
}

td.admin-report-info h5 {
	font-size: 1.4rem !important;
	font-weight: 600;
	color: var(--main-text-color);
}
td.admin-report-info h6 {
	font-size: 1.1rem !important;
	font-weight: 500;
	color: var(--main-text-color);
}

@media (min-width: 768px) {
	.impact-data {
		padding: 20px;
	}
}

.impact-sus-devt-box {
	padding: 15px;
	border: 1px solid #eee;
}

.impact-data .title {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
}

.impact-data .impact-sus-devt {
	position: relative;
	margin-bottom: 30px;
}

.impact-data .sub-title {
	color: rgb(51, 51, 51);
	font-size: 21px;
	margin-bottom: 15px;
}

.impact-data-box {
	margin: 10%;
}

.home .impact-sus-devt-box {
	border-color: transparent;
	padding: 0;
	margin-bottom: 0;
}
.home .impact-sus-devt-box:hover {
	background-color: transparent;
}

.home .impact-data .title {
	color: #20275a;
	font-size: 90%;
}

.impact-data-box .ind-content .ind-value {
	font-size: 3.2rem;
	margin: 4%;
}
.impact-data-box .ind-content .ind-value.md {
	font-size: 2.6rem;
	margin: 0;
}

.impact-data-box .ind-content .ind-value .cur {
	color: rgb(102, 102, 102);
}
p.highcharts-description {
	color: #888;
	background-color: #fcfcfc;
	padding: 0 0.5em;
	margin: 0;
	border-top: 2px solid #eee;
	text-align: center;
}

.flip-box {
	background-color: transparent;
	height: 200px;
	perspective: 1000px;
}

.flip-box-back h2 {
	color: white;
	font-size: 1rem;
	margin: auto;
}
.flip-box-back h2 span {
	display: block;
	font-size: 3rem;
	font-weight: 400;
}
.flip-box-back button {
	margin: 10px auto;
	cursor: pointer;
	background-color: transparent;
	font-weight: 600;
}

@media (max-width: 767px) {
	.flip-box {
		height: 330px;
	}
}

@media (max-width: 620px) {
	.flip-box {
		height: 242px;
	}
}

@media (max-width: 520px) {
	.flip-box {
		height: 165px;
	}
}

@media (min-width: 768px) {
	.flip-box {
		height: 235px;
	}
}

@media (min-width: 878px) {
	.flip-box {
		height: 280px;
	}
}

@media (min-width: 992px) {
	.flip-box {
		height: 160px;
	}
}

@media (min-width: 992px) and (max-width: 1179px) {
	.flip-box-back h2 span {
		font-size: 2rem !important;
		font-weight: 400;
	}
}

@media (min-width: 1180px) {
	.flip-box {
		height: 170px;
	}
}

@media (min-width: 1280px) {
	.flip-box {
		height: 195px;
	}
}

@media (min-width: 1400px) {
	.flip-box {
		height: 216px;
	}
}

@media (min-width: 1500px) {
	.flip-box {
		height: 236px;
	}
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}
.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flip-box-front {
	background-color: transparent;
	border: 1px solid #eee;
}
.flip-box-back {
	background-color: #00adef;
	transform: rotateY(180deg);
	width: 100%;
	height: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
}

.sustainable-devt-details {
	padding: 30px;
	margin: 3% 0;
	border: 1px solid #eee;
}

.sustainable-devt-details .loader {
	margin: 10% auto;
	text-align: center;
	color: #999;
}
.sustainable-devt-details p {
	color: #888;
	font-size: 0.92rem !important;
	line-height: 22px;
	margin-bottom: 15px;
}

.impact-sus-devt {
	text-align: center;
}

.impact-sus-devt-box {
	margin-bottom: 30px;
}

.impact-sus-devt-box:hover {
	background-color: #fcfcfc;
}
.impact-sus-devt-box .impact-sus-devt .sustainable-devt-icon {
	position: absolute;
	top: 105px;
	left: calc(50% - 52px);
	width: 100px;
	margin: auto;
	z-index: 20;
}

.impact-sus-devt-box .sustainable-devt-icon img {
	border-radius: 20%;
}

.impact-sus-devt .arrow-chart {
	width: 300px;
	height: 300px;
	margin: 30px auto 0 auto;
	position: relative;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
	clip-path: circle(50% at 50% 50%);
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.impact-sus-devt.lg .arrow-chart {
	width: 460px;
	height: 460px;
	margin: 30px auto 0 auto;
}

.impact-sus-devt-box .impact-sus-devt.lg .sustainable-devt-icon {
	top: 160px;
	left: calc(50% - 80px);
	width: 160px;
}

.impact-sus-devt-box:hover .impact-sus-devt .arrow-chart {
	transform: rotate(360deg);
}

.impact-sus-devt .arrow-chart:after {
	content: '';
	display: block;
	background: #ffffff;
	width: 50%;
	height: 50%;
	z-index: 10;
	position: absolute;
	border-radius: 100%;
	top: 25%;
	left: 25%;
}

.impact-sus-devt .arrow-chart section {
	height: 48%;
	width: 55%;
	position: absolute;
	text-align: center;
	color: #cccccc;
	background-color: currentColor;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-clip-path: polygon(
		75% 0%,
		100% 50%,
		75% 100%,
		0% 100%,
		25% 50%,
		0% 0%
	);
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.impact-sus-devt .arrow-chart section label {
	font-size: 0.9rem;
	font-weight: bold;
	position: relative;
	width: 50%;
	padding: 0;
	margin: 25% 0 0 0;
	display: block;
	color: #ffffff;
}

.impact-sus-devt .arrow-chart label small {
	display: block;
	font-size: 0.85rem;
	margin-top: -12%;
}

.impact-sus-devt .arrow-chart section:nth-child(1) {
	transform: rotate(0);
	margin-left: 44%;
	margin-top: -12%;
}
.impact-sus-devt .arrow-chart section:nth-child(1) label {
	transform: rotate(0);
}
.impact-sus-devt .arrow-chart section:nth-child(2) {
	transform: rotate(60deg);
	margin-left: 66%;
	margin-top: 26%;
}
.impact-sus-devt .arrow-chart section:nth-child(2) label {
	transform: rotate(-60deg);
}
.impact-sus-devt .arrow-chart section:nth-child(3) {
	transform: rotate(120deg);
	margin-left: 44%;
	margin-top: 64%;
}
.impact-sus-devt .arrow-chart section:nth-child(3) label {
	transform: rotate(-120deg);
}
.impact-sus-devt .arrow-chart section:nth-child(4) {
	transform: rotate(180deg);
	margin-left: 0.25%;
	margin-top: 64%;
}
.impact-sus-devt .arrow-chart section:nth-child(4) label {
	transform: rotate(-180deg);
}
.impact-sus-devt .arrow-chart section:nth-child(5) {
	transform: rotate(240deg);
	margin-left: -21.5%;
	margin-top: 26%;
}
.impact-sus-devt .arrow-chart section:nth-child(5) label {
	transform: rotate(-240deg);
}
.impact-sus-devt .arrow-chart section:nth-child(6) {
	transform: rotate(300deg);
	margin-left: 0%;
	margin-top: -12%;
}
.impact-sus-devt .arrow-chart section:nth-child(6) label {
	transform: rotate(-300deg);
}
.impact-sus-devt .blue {
	color: var(--primary-color) !important;
}
.impact-sus-devt .blue.blue-75 {
	color: #0072ce !important;
}
.impact-sus-devt .blue.blue-50 {
	color: #4698cb !important;
}
.impact-sus-devt .gray {
	color: #f2f2f2 !important;
}

@media (min-width: 992px) {
	.impact-sus-devt .arrow-chart {
		width: 250px;
		height: 250px;
	}
	.impact-sus-devt-box .impact-sus-devt .sustainable-devt-icon {
		top: 86px;
		left: calc(50% - 45px);
		width: 90px;
	}
}
@media (min-width: 1200px) {
	.impact-sus-devt .arrow-chart {
		width: 300px;
		height: 300px;
	}
	.impact-sus-devt-box .impact-sus-devt .sustainable-devt-icon {
		top: 105px;
		left: calc(50% - 52px);
		width: 100px;
	}

	.impact-sus-devt.lg .arrow-chart {
		width: 520px;
		height: 520px;
		margin: 30px auto 0 auto;
	}

	.impact-sus-devt-box .impact-sus-devt.lg .sustainable-devt-icon {
		top: 175px;
		left: calc(50% - 95px);
		width: 190px;
	}

	.impact-sus-devt.lg .arrow-chart section label {
		font-size: 1.6rem;
	}
	.impact-sus-devt.lg .arrow-chart label small {
		font-size: 1rem;
		margin-top: 0;
	}
}

.impact-sus-devt-box:hover .arrow-chart.color-01 .blue,
.flip-box-back.color-01 {
	background-color: rgb(229, 36, 59);
}
.impact-sus-devt-box:hover .arrow-chart.color-02 .blue,
.flip-box-back.color-02 {
	background-color: rgb(221, 166, 58);
}
.impact-sus-devt-box:hover .arrow-chart.color-03 .blue,
.flip-box-back.color-03 {
	background-color: rgb(76, 159, 56);
}
.impact-sus-devt-box:hover .arrow-chart.color-04 .blue,
.flip-box-back.color-04 {
	background-color: rgb(197, 25, 45);
}
.impact-sus-devt-box:hover .arrow-chart.color-05 .blue,
.flip-box-back.color-05 {
	background-color: rgb(255, 58, 33);
}
.impact-sus-devt-box:hover .arrow-chart.color-06 .blue,
.flip-box-back.color-06 {
	background-color: rgb(38, 189, 226);
}
.impact-sus-devt-box:hover .arrow-chart.color-07 .blue,
.flip-box-back.color-07 {
	background-color: rgb(252, 195, 11);
}
.impact-sus-devt-box:hover .arrow-chart.color-08 .blue,
.flip-box-back.color-08 {
	background-color: rgb(162, 25, 66);
}
.impact-sus-devt-box:hover .arrow-chart.color-09 .blue,
.flip-box-back.color-09 {
	background-color: rgb(253, 105, 37);
}
.impact-sus-devt-box:hover .arrow-chart.color-10 .blue,
.flip-box-back.color-10 {
	background-color: rgb(221, 19, 103);
}
.impact-sus-devt-box:hover .arrow-chart.color-11 .blue,
.flip-box-back.color-11 {
	background-color: rgb(253, 157, 36);
}
.impact-sus-devt-box:hover .arrow-chart.color-12 .blue,
.flip-box-back.color-12 {
	background-color: rgb(191, 139, 46);
}
.impact-sus-devt-box:hover .arrow-chart.color-13 .blue,
.flip-box-back.color-13 {
	background-color: rgb(63, 126, 68);
}
.impact-sus-devt-box:hover .arrow-chart.color-14 .blue,
.flip-box-back.color-14 {
	background-color: rgb(10, 151, 217);
}
.impact-sus-devt-box:hover .arrow-chart.color-15 .blue,
.flip-box-back.color-15 {
	background-color: rgb(86, 192, 43);
}
.impact-sus-devt-box:hover .arrow-chart.color-16 .blue,
.flip-box-back.color-16 {
	background-color: rgb(0, 104, 157);
}
.impact-sus-devt-box:hover .arrow-chart.color-17 .blue,
.flip-box-back.color-17 {
	background-color: rgb(25, 72, 106);
}

.sustainable-devt-details .title.color-01 {
	color: rgb(229, 36, 59);
}
.sustainable-devt-details .title.color-02 {
	color: rgb(221, 166, 58);
}
.sustainable-devt-details .title.color-03 {
	color: rgb(76, 159, 56);
}
.sustainable-devt-details .title.color-04 {
	color: rgb(197, 25, 45);
}
.sustainable-devt-details .title.color-05 {
	color: rgb(255, 58, 33);
}
.sustainable-devt-details .title.color-06 {
	color: rgb(38, 189, 226);
}
.sustainable-devt-details .title.color-07 {
	color: rgb(252, 195, 11);
}
.sustainable-devt-details .title.color-08 {
	color: rgb(162, 25, 66);
}
.sustainable-devt-details .title.color-09 {
	color: rgb(253, 105, 37);
}
.sustainable-devt-details .title.color-10 {
	color: rgb(221, 19, 103);
}
.sustainable-devt-details .title.color-11 {
	color: rgb(253, 157, 36);
}
.sustainable-devt-details .title.color-12 {
	color: rgb(191, 139, 46);
}
.sustainable-devt-details .title.color-13 {
	color: rgb(63, 126, 68);
}
.sustainable-devt-details .title.color-14 {
	color: rgb(10, 151, 217);
}
.sustainable-devt-details .title.color-15 {
	color: rgb(86, 192, 43);
}
.sustainable-devt-details .title.color-16 {
	color: rgb(0, 104, 157);
}
.sustainable-devt-details .title.color-17 {
	color: rgb(25, 72, 106);
}

.custom-checkbox {
	display: block;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 1rem;
}

/* Hide the default checkbox */
.custom-checkbox input {
	visibility: hidden;
	cursor: pointer;
}

/* Create a custom checkbox */
.custom-checkbox .mark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: var(--dubai-gray2);
}

.custom-checkbox:hover input ~ .mark {
	background-color: var(--dubai-gray1);
}

.custom-checkbox input:checked ~ .mark {
	background-color: var(--primary-color);
}

/* Create the mark/indicator (hidden when not checked) */
.custom-checkbox .mark:after {
	content: '';
	position: absolute;
	display: none;
}

/* Show the mark when checked */
.custom-checkbox input:checked ~ .mark:after {
	display: block;
}

/* Style the mark/indicator */
.custom-checkbox .mark:after {
	left: 9px;
	top: 5px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.scroll-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2aa6a6; /* match your dashboard teal */
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;

  z-index: 999;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.scroll-top-btn:hover {
  background-color: #1f8e8e;
}

/* Visible state */
.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn i {
  font-size: 18px;
}
.hc-download-btn,
.hc-download-btn > i {
	font-weight: 400 !important;
}