@font-face {
	font-family: 'Dubai-Light';
	src: url('../fonts/Dubai-Light.eot');
	src: url('../fonts/Dubai-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Dubai-Light.woff2') format('woff2'), url('../fonts/Dubai-Light.woff') format('woff'), url('../fonts/Dubai-Light.ttf') format('truetype'), url('../fonts/Dubai-Light.svg#Dubai-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Dubai-Bold';
	src: url('../fonts/Dubai-Bold.eot');
	src: url('../fonts/Dubai-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Dubai-Bold.woff2') format('woff2'), url('../fonts/Dubai-Bold.woff') format('woff'), url('../fonts/Dubai-Bold.ttf') format('truetype'), url('../fonts/Dubai-Bold.svg#Dubai-Bold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Dubai-Medium';
	src: url('../fonts/Dubai-Medium.eot');
	src: url('../fonts/Dubai-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Dubai-Medium.woff2') format('woff2'), url('../fonts/Dubai-Medium.woff') format('woff'), url('../fonts/Dubai-Medium.ttf') format('truetype'), url('../fonts/Dubai-Medium.svg#Dubai-Medium') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Dubai-Regular';
	src: url('../fonts/Dubai-Regular.eot');
	src: url('../fonts/Dubai-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Dubai-Regular.woff2') format('woff2'), url('../fonts/Dubai-Regular.woff') format('woff'), url('../fonts/Dubai-Regular.ttf') format('truetype'), url('../fonts/Dubai-Regular.svg#Dubai') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---- preset style START ---- */
* {
	outline: none !important;
}

html,
body {
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
}

a,
a:link,
a:visited,
a:focus,
input:focus,
textarea:focus,
a:active,
a:focus,
select:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 10px 0;
	font-family: 'Dubai-Medium';
	line-height: 1.5em;
}

iframe {
	max-width: 100%;
}

/*::selection { background: #cb1f3f; color: #FFFFFF;}
::-moz-selection { background: #cb1f3f; color: #FFFFFF;}*/

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: inherit;
		font-family: 'Dubai-Regular';
		font-size: initial;
		display: block;
		margin-block-end: 5px;
	}

	h1 span,
	h2 span,
	h3 span,
	h4 span,
	h5 span,
	h6 span {
		font-family: 'Dubai-Regular';
	}

.preLoader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 10;
	display: table;
}

.preLoaderContent {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.bold,
strong {
	font-family: 'Dubai-Medium';
}

.regular {
	font-family: 'Dubai-Regular' !important;
}

p {
	margin: 0;
	text-align: justify;
}

	p:not(:last-child) {
		margin-bottom: 10px;
	}

.lead {
	font-size: 1.2em;
}

.text-white {
	color: #FFFFFF !important;
}

.text-default {
	color: #1c1d21 !important;
}

.text-gray {
	color: #eeeeee !important;
}

.text-green {
	color: #18796a !important
}

.text-maroon {
	color: #bc2026 !important;
}

.bg-white {
	background: #FFFFFF;
}

a.text-gray:hover {
	color: #FFF !important;
}

a,
a.text-default:hover,
a.text-white:hover {
	color: #1c1d21;
}

	a:hover {
		color: #bc2026;
	}

.lazy-hidden {
	background: #eee url('../images/lazyload.gif') no-repeat 50% 50%;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0;
}

.label {
	padding: .2em .6em;
}

.form-group > label {
	font-size: 0.925em;
	font-weight: normal;
	font-family: 'Dubai-Medium';
}

.defaultPadding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.miniPadding {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ---- preset style END ---- */

body {
	font-family: 'Dubai-Regular';
	color: #1c1d21;
	font-size: 15px;
	line-height: 150%;
	padding-top: 100px;
}


	/*.container-fluid{ max-width: 1366px;}*/

	body.home {
		padding-top: 0;
	}

/*START OF HEADER*/
#mainNavHolder {
	z-index: 9;
	display: block;
	padding-top: 20px;
}

	#mainNavHolder .container {
		position: relative;
	}

#myNavbar {
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar > .container .navbar-brand {
	margin-left: 0;
}

.navbar-right {
	margin-right: 0;
}

#mainNavHolder .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

	#mainNavHolder .navbar-brand img {
		width: 180px;
	}

.expandArrow {
	display: none !important;
}

.navbar {
	margin: 0;
	z-index: 2;
	border: none;
	font-family: 'Dubai-Regular';
}

	.navbar ul.navbar-nav a {
		text-transform: uppercase;
		color: #000000;
		display: block;
	}

.home {
	background: #000000;
}

	.home .navbar ul.navbar-nav > li > a {
		color: #FFFFFF;
	}

	.home #mainNavHolder {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

.navbar ul.navbar-nav > li {
	position: relative;
	padding: 0 20px;
}

.navbar ul.navbar-nav li a {
	padding-left: 0;
	padding-right: 0;
}

.navbar ul.navbar-nav li:last-child,
.navbar ul.navbar-nav li:last-child a {
	padding-right: 0;
}

.navbar ul.navbar-nav > li:not(:last-child):before {
	content: "";
	position: absolute;
	width: 1px;
	background: #000000;
	right: 0;
	height: 30%;
	top: 55%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.home .navbar ul.navbar-nav > li:not(:last-child):before {
	background: #FFFFFF;
}

.navbar ul.navbar-nav > li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -5px;
	background: transparent;
}

.navbar ul.navbar-nav > li:hover > a:after,
.navbar ul.navbar-nav > li.active > a:after {
	background: #bc2026;
}

.navbar ul.navbar-nav li ul.dropdown-menu li a {
	padding: 12px 20px;
	font-weight: normal;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav .open > a:active {
	background: transparent;
}

.navbar ul.navbar-nav li a:hover,
.navbar ul.navbar-nav li a:focus,
.navbar ul.navbar-nav li a:active {
	background: transparent;
}


.topNavigation > li {
	display: inline-block;
}

	.topNavigation > li.smi > a {
		padding-left: 0px !important;
		padding-right: 5px !important;
		color: #000000;
	}

		.topNavigation > li.smi > a:hover {
			color: #bc2026;
		}

		.topNavigation > li.smi > a .fa-stack-1x {
			color: #FFFFFF;
		}

	.topNavigation > li:last-child {
		letter-spacing: 1px;
		padding-left: 10px !important;
	}

.topNavigation {
	position: absolute;
	top: 0;
	/*right: 10px;*/
	right: 21px;
}

#mainNavHolder {
	background: rgba(168, 168, 168, 1);
	background: -moz-linear-gradient(top, rgba(168, 168, 168, 1) 0%, rgba(220, 220, 220, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168, 168, 168, 1)), color-stop(60%, rgba(220, 220, 220, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(168, 168, 168, 1) 0%, rgba(220, 220, 220, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(168, 168, 168, 1) 0%, rgba(220, 220, 220, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(168, 168, 168, 1) 0%, rgba(220, 220, 220, 0) 60%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(168, 168, 168, 1) 0%, rgba(220, 220, 220, 0) 60%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a8a8', endColorstr='#ffffff', GradientType=0);
	border-bottom: 1px solid #EEEEEE;
	background-color: rgba(255, 255, 255, .95);
}

.home #mainNavHolder {
	background: rgba(168, 168, 168, 0);
}

#mainNavHolder.sticky {
	/*padding-top:10px;*/
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.home #mainNavHolder .btn-white {
	background: #FFFFFF;
	color: #000000 !important;
}

#mainNavHolder .btn-white {
	background: #0e6959;
	color: #FFFFFF !important;
}

#mainNavHolder.sticky .navbar-brand img {
	width: 180px;
}

.home #mainNavHolder.sticky {
	padding-top: 0;
	background: rgba(0, 0, 0, 0.9);
}

.stretched {
	letter-spacing: 2px;
}


/*latest css 16 july*/

.profile-page-main-cvr {
	padding: 0;
}

	.profile-page-main-cvr .box-default {
		background: #fff;
		position: relative;
		border: 0;
		box-shadow: none;
	}

	.profile-page-main-cvr h4 {
		background: #dcdada;
		padding: 5px 5px;
		font-size: 18px;
		color: #5d5d5e;
	}

	.profile-page-main-cvr .box-default hr {
		display: none;
	}

	.profile-page-main-cvr .about-listing > li label {
		color: #0e6959;
		font-size: 17px;
		margin-bottom: 8px;
		display: inherit;
		font-weight: 600;
	}

.profile-page .tab-content {
	background: none;
}

.profile-page-main-cvr .box-default::before {
	content: "";
	background: url(../images/shadow-big.png) no-repeat right center;
	display: block;
	width: 36px;
	height: 100%;
	position: absolute;
	left: -36px;
	top: 0px;
	background-size: contain;
}

.profile-page-main-cvr .about-listing br {
	display: none;
}

.profile-page-main-cvr .border-right::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	background: #c3c3c3;
	height: 1px;
	bottom: 9px;
	width: 100%;
	z-index: 1;
}

.profile-page .primaryHeader {
	font-size: 20px;
	margin-bottom: 10px;
}

.border-right {
	position: relative;
	margin: 30px 0 10px;
}

.profile-page-main-cvr .border-right .primaryHeader {
	background: #fff;
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 2;
	padding-right: 12px;
}

.border-right + table {
	width: 100% !important;
}

@media only screen and (max-width: 767px) {
	.profile-page-main-cvr .box-default::before {
		display: none;
	}

	.profile-page table tr td,
	.profile-page table tr th {
		display: block;
		width: 100% !important;
		height: auto !important;
	}

		.profile-page table tr td img {
			width: 100% !important;
			max-width: auto !important;
		}
}

/*end latest css 16 july*/

/*MEGA MENU*/

ul.dropdown-menu {
	background: rgba(255, 255, 255, .98);
	border-radius: 0;
	border: none;
	padding: 0;
}

	ul.dropdown-menu li {
		text-transform: capitalize !important;
	}

		ul.dropdown-menu li:not(:last-child) {
			border-bottom: 1px dotted rgba(0, 0, 0, .1);
			border-top: 1px dotted transparent;
		}

		ul.dropdown-menu li:hover,
		ul.dropdown-menu li:hover a,
		ul.dropdown-menu li.active a {
			background: #bc2026;
			color: #FFFFFF !important;
		}

		ul.dropdown-menu li a {
			padding: 5px 10px;
		}

/*END OF MEGAMENU*/

/*END OF HEADER SECTION*/

/* PORTFOLIO PAGE*/

.portfolio-page .slickNext,
.portfolio-page .slickPrev {
	position: absolute;
	z-index: 9;
	bottom: 0;
	background: #0e6959 url(../images/slider-controls.png) no-repeat;
	border: 0;
	font-size: 0;
	width: 35px;
	height: 35px;
	outline: none;
}

	.portfolio-page .slickNext:hover,
	.portfolio-page .slickPrev:hover {
		opacity: 0.8;
	}

.portfolio-page .slickNext {
	right: 20px;
	background-position: -38px 8px;
}

.portfolio-page .slickPrev {
	right: 60px;
	background-position: 2px 8px;
}

.portfolio-page div.hasSeparator::after,
.portfolio-page .internalPartners::after {
	right: -80px;
}

ul.membercard li {
	list-style: none;
	padding: 0 10px;
	display: inline-block;
	width: 32%;
	margin-bottom: 20px;
}

ul.membercard {
	padding: 0 0 50px;
	margin: 0;
}

.meber-card {
	border: 1px solid #ccc9c9;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

	.meber-card img {
		max-width: 100%;
		padding: 7px;
	}

/* PORTFOLIO PAGE END*/

.row.page {
	max-width: calc(100% + 20px) !important;
}
/*WHY DUBAI NEW*/
/*focus sector slider*/
.sector-item a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.sector-item {
	position: relative;
}

.sector-details {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 160px;
}

.focus-sector-card {
	width: 170px;
	height: 170px;
	background: #006845;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 1px 2px 7px 1px #bfbbbb;
	/*   display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;*/
	margin: 0px auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

	.focus-sector-card:hover {
		background: #af231c;
	}

.focus-title {
	color: #0e6959;
	font-size: 20px;
	margin: 10px 0;
}

.focus-sector-card span {
	font-size: 26px;
	font-family: 'Dubai-Bold';
	color: #fff;
	margin-bottom: 5px;
	display: inline-block;
}

.focus-sector-card img {
	width: 50px;
	margin-bottom: 10px;
}

.focus-sector-card small {
	line-height: 14px;
	/*text-transform: uppercase;*/
	color: #fff;
	font-size: 12px;
	padding: 0 20px;
}

.mainheading {
	text-align: center;
	font-size: 37px;
	color: #006845;
	line-height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 30px;
}

	.mainheading b {
		display: block;
	}

.abra-cover {
	margin-bottom: 40px;
}

	.abra-cover ul li img {
		width: 33px;
		margin: 0 10px 0 0;
	}

.abra-sub-title {
	text-transform: uppercase;
	color: #af231c;
	font-size: 22px;
	font-family: 'Dubai-Medium';
}

	.abra-sub-title small {
		display: block;
		font-size: 17px;
		font-family: 'Dubai-Regular';
	}

.abra-cover ul {
	padding: 0;
}

	.abra-cover ul li {
		list-style: none;
		text-transform: uppercase;
		font-family: 'Dubai-Bold';
		color: #414042;
		margin-bottom: 14px;
	}

.abra-head::after {
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3411764705882353);
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3411764705882353);
	left: -38px;
	right: 0;
	height: 28px;
	width: 140px;
}

.abra-head {
	color: #006845;
	font-size: 22px;
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 10px;
	line-height: 25px;
	margin-bottom: 50px;
}

.left-col {
	width: 30%;
	float: left;
}

.right-col {
	float: right;
}

.center-col {
	top: 209px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 200px;
}

.center-head h2 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-family: 'Dubai-Bold';
	margin-bottom: 0px;
}

.center-head span {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	font-family: 'Dubai-Medium';
}

.center-head {
	width: 200px;
	height: 200px;
	background: #af231c;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 5px solid #fff;
	box-shadow: 1px 2px 7px 1px #bfbbbb;
}

.abra-cover-main::before {
	background: url(../images/bg.png) no-repeat 0px -10px;
	height: 100%;
	padding: 0;
	content: "";
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	background-size: cover;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	z-index: -1;
}

.right-col .abra-head {
	text-align: right;
	float: right;
}

.abra-cover-main::after {
	background: url(../images/bg.png) no-repeat 0px -10px;
	height: 100%;
	padding: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	background-size: cover;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	z-index: -1;
}

.abra-sub-title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
	width: 100%;
}

	.abra-sub-title::after {
		content: "";
		position: absolute;
		left: 52px;
		border-top: 7px solid #af231c;
		border-left: 7px solid rgba(0, 0, 0, 0);
		border-right: 7px solid rgba(0, 0, 0, 0);
		width: 10px;
		margin: 0px auto;
		bottom: 0;
	}

.abra-cover span {
	margin-bottom: 0px;
	display: block;
}

.abra-cover-main {
	padding: 0;
	position: relative;
	height: 640px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-ofer-main {
	margin-bottom: 60px;
	margin-top: -150px;
	text-align: center;
}

.service-ofer ul {
	padding: 0;
	position: relative;
	margin-bottom: 50px;
}

	.service-ofer ul li {
		list-style: none;
		display: inline-block;
		padding: 0 40px;
	}

	.service-ofer ul::after {
		content: "";
		position: absolute;
		right: 0;
		left: 20px;
		bottom: -17px;
		-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3411764705882353);
		-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3411764705882353);
		box-shadow: 0px -8px 6px -6px rgba(0, 0, 0, 0.3411764705882353);
		width: 276px;
		height: 16px;
		margin: 0px auto;
	}



.shadow-sp::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3411764705882353);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3411764705882353);
	box-shadow: 8px 0 6px -6px rgba(0, 0, 0, 0.3411764705882353);
	width: 16px;
}

.shadow-sp::before {
	width: 16px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3411764705882353);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3411764705882353);
	box-shadow: -8px 0 6px -6px rgba(0, 0, 0, 0.3411764705882353);
}

.shadow-sp {
	position: relative;
}

.servc-icon {
	width: 80px;
	height: 80px;
	background: #006845;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
	border: 3px solid #fff;
	box-shadow: 1px 2px 7px 1px #bfbbbb;
}

.service-icon-text {
	text-transform: uppercase;
	font-family: 'Dubai-bold';
	display: block;
	margin: 10px 0;
}

.servc-icon img {
	width: 36px;
}

.service-ofer-main .heading {
	margin-bottom: 30px;
	font-family: 'Dubai-Bold';
	text-transform: uppercase;
	color: #414042;
}


/*END WHY DUBAI NEW*/




/*WHO WE LOOK FOR*/
.BreadcrumB ul {
	padding: 0;
	margin: 20px 10px 0px;
}

	.BreadcrumB ul li {
		list-style: none;
		display: inline-block;
		font-size: 16px;
		color: #af231c;
	}

		.BreadcrumB ul li a:hover {
			text-decoration: none;
			color: #af231c;
		}

		.BreadcrumB ul li a {
			text-decoration: none;
			color: #5d5d5e;
			font-size: 16px;
		}

.who-we-look-spce p {
	font-size: 17px;
	line-height: 23px;
	color: #414042;
}

.card-box a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.card-box:hover .red-round {
	background: #006845;
	margin-top: -10px;
}

.card-box:hover {
	border-color: #006845;
}

.focus-card:hover {
	margin-top: -10px;
}

.focus-card a {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.focustitle {
	background: #006845;
	color: #fff;
	padding: 0 40px;
	position: relative;
	top: -35px;
	height: 70px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: fit-content;
	margin: 0px auto;
	font-size: 20px;
	font-family: 'Dubai-Regular';
}

.focus-sector {
	display: inline-block;
	width: 100%;
	border: 1px solid #999;
	text-align: center;
	padding: 0 0 40px;
	margin-bottom: 50px;
}

.focus-card-title {
	font-size: 21px;
	color: #0e6959;
	display: block;
	margin: 15px 0;
}

.focus-card {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.red-round img {
	width: 60px;
}

.icon-spc {
	font-size: 90px;
	font-family: 'Dubai-bold';
	color: #414042;
	display: inline-block;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 100px 0px;
}

.who-we-look-spce b {
	color: #18796a;
}

.who-we-look-spce {
	margin: 50px 0;
}

.red-round {
	width: 120px;
	height: 120px;
	background: #af231c;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #fff;
	box-shadow: 3px 5px 7px 1px #5d5b5b;
	margin-bottom: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.card-title {
	display: block;
	font-size: 20px;
	color: #2e2e2e;
	text-align: center;
	font-family: 'Dubai-medium';
	line-height: 25px;
}

.card-box {
	box-shadow: 1px 2px 7px 1px #bfbbbb;
	border-bottom: 10px solid #af231c;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*END WHO WE LOOK FOR*/

/*PROFILE PAGE*/
.box-primary,
.box-default {
	position: relative;
	border-top: 3px solid #3c8dbc;
	padding: 10px 20px 20px;
	background: #FFFFFF;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
}

.box-default {
	border-top: 3px solid #EEEEEE;
	background: #fcfcfc;
}

	.box-primary .btn-group.action,
	.box-default .btn-group.action {
		position: absolute;
		top: 18px;
		right: 20px;
	}

.about-listing > li:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.about-listing > li label {
	font-weight: normal;
	display: inline;
	margin-right: 10px;
	font-size: 0.9em;
}

.profile-page .nav-tabs > li > a {
	padding: 10px 15px;
}

.tab-content {
	padding: 20px;
	background: #fcfcfc;
}

	.tab-content img {
		max-width: 100%;
	}

.profilePhotoHolder {
	margin-top: -75px;
	z-index: 1;
	position: relative;
	padding: 0 20px;
}



.profileInfo {
	position: absolute;
	bottom: 0;
	left: 185px;
	right: 0;
}

	.profileInfo h1 {
		font-size: 1.5em;
		margin: 0;
	}

	.profileInfo ul {
		margin-bottom: 5px;
	}

.cover-photo,
.defaultPhoto {
	position: relative;
}

	.cover-photo img {
		width: 100%;
	}

.defaultPhoto {
	width: 150px;
	height: 150px;
}

.editProfile {
	top: 0;
	position: absolute;
	right: 30px;
}

@media only screen and (max-width: 767px) {
	.profileInfo h1 {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 500px) {
	.profileInfo {
		position: relative;
		left: auto;
		margin-top: 10px;
	}

	.profilePhotoHolder {
		text-align: center;
		padding: 0;
		margin-top: -110px;
	}

	.defaultPhoto {
		margin: auto;
	}

	.editProfile {
		position: relative;
		left: 0;
		right: 0;
		margin-top: -30px;
	}

	.cover-photo {
		height: 250px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

		.cover-photo img {
			display: none;
		}
}

/*PROFILE PAGE*/

/*COMPANY LISTING*/
.listingHolder {
	position: relative;
	text-align: center;
	margin: 10px auto;
	padding: 10px 10px 20px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15);
	background: #f6f3ff;
}

	.listingHolder:hover {
		-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .3);
		box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .3);
	}

.listingDetails .listingCTA {
	margin-top: 15px;
	border: none;
}

.listingImage {
	background-size: cover;
	background-position: center center;
	min-height: 150px;
	margin-bottom: 10px;
	background-image: url(../images/lazyload.gif);
	position: relative;
}

.listingDetails h4,
.location,
.founded {
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

	.listingDetails h4 a {
		color: #333333 !important;
	}

.listingDetails p {
	height: 60px;
	overflow: hidden;
}

/*COMPANY LISTING*/

/*SLIDESHOW*/
.slideShowHolder {
	position: relative;
}

.sh300 {
	height: 300px;
	overflow: hidden;
}

ul.slideShow li figure img {
	width: 100%;
	display: block;
}

.slideElement {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.slideContent {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	width: 100%;
}

.slideH250 .slideElement {
	height: 250px;
	overflow: hidden;
}

.slideH300,
.slideH300 .slideElement {
	height: 300px;
	overflow: hidden;
}

.slideH400 .slideElement {
	height: 400px;
	overflow: hidden;
}

.slideH500 .slideElement {
	height: 500px;
	overflow: hidden;
}

.btnNext,
.btnPrev,
.btnNext:focus,
.btnPrev:focus {
	width: 32px;
	height: 50px;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	color: #DDDDDD;
	z-index: 1;
	text-align: center;
}

.btnPrev {
	left: 0 !important;
}

	.btnPrev.block,
	.btnNext.block,
	.btnPrev.blockDark,
	.btnNext.blockDark {
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
	}

		.btnPrev.block:hover,
		.btnNext.block:hover {
			background: rgba(255, 255, 255, 0.6);
			color: #000000 !important;
		}

	.btnPrev.blockDark,
	.btnNext.blockDark {
		background: rgba(0, 0, 0, 0.3);
	}

		.btnPrev.blockDark:hover,
		.btnNext.blockDark:hover {
			background: rgba(0, 0, 0, 0.6);
		}


	.btnNext:hover,
	.btnPrev:hover {
		color: #FFF;
	}

.slick-slide img.slick-loading {
	display: none;
}

ul[class*='slick'] {
	margin: 0;
	padding: 0;
}



.slick-dots {
	position: absolute;
	z-index: 0;
	bottom: -25px;
	z-index: 1;
	text-align: center;
	padding: 0;
	width: 100%;
}

	.slick-dots li {
		cursor: pointer;
		display: inline-block;
		margin: 0 4px;
		padding: 0;
		position: relative;
		width: 10px;
		height: 10px;
	}

		.slick-dots li span {
			background: rgba(0, 0, 0, 0.5);
			display: block;
			width: 10px;
			height: 10px;
			text-indent: -9999px;
			margin: 0 auto;
			outline: none;
		}

			.slick-dots li.slick-active span,
			.slick-dots li.slick-active span:hover,
			.slick-dots li span:hover {
				background: #bc2026;
				width: 10px;
				height: 10px;
				position: relative;
			}

#testimonials .tab-content {
	background: #FFFFFF;
}

#testimonials .nav-tabs {
	border-bottom: 1px solid #DDDDDD;
}

.testimonial-slider .btnPrev,
.testimonial-slider .btnNext {
	color: #1c1c1c;
}

.testimonial-slider .btnPrev {
	left: -50px !important;
}

.testimonial-slider .btnNext {
	right: -50px !important;
}

.participants {
	background: #000;
}

	.participants h2 {
		color: #fff;
	}

@media only screen and (max-width: 767px) {
	.testimonial-slider .btnPrev {
		left: 0 !important;
	}

	.testimonial-slider .btnNext {
		right: 0 !important;
	}
}

/*END OF SLIDESHOW*/

/* PAGE */

.mapLabel {
	position: absolute;
	bottom: 0;
	right: 30px;
}

.homeFeatures {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.homeStatistics {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

	/*.homeStatistics strong{ font-size: 2.5em; display: block; margin: 10px;     padding: 0 15px;}*/
	.homeStatistics strong {
		font-size: 2.3em;
		display: block;
		margin: 10px;
		padding: 0 12px;
	}

.sidebar ul li {
	padding-left: 20px;
	position: relative;
}

	.sidebar ul li:before {
		content: "\f138";
		position: absolute;
		left: 0px;
		color: #aaaaaa;
		font-family: 'fontawesome';
	}

	.sidebar ul li:hover:before {
		color: #bc2026;
	}

.fullHeightSlider {
	font-family: 'Dubai-Light';
}

.absCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 10px;
}

.vCenter {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	z-index: 1;
}

.hCenter {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	z-index: 1;
}

.bCenter {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	bottom: 10px;
	width: 100%;
	z-index: 1;
}

/*.top{
	position:absolute;
	top:10px;
	width:100%;
	z-index:1;
}*/

.bottom {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 1;
	padding: 40px 30px 20px;
}

.item.vimeo {
	position: relative;
	padding-bottom: 55.25%;
	/* 56.25% 16:9 */
	height: 0 !important;
}

.bannerText {
	position: absolute;
	bottom: 50px;
	padding: 20px 20px 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.item.vimeo iframe {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.videoWrapper,
.item.video {
	position: relative;
	padding-bottom: 53.25%;
	/* 56.25% 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}

	.videoWrapper iframe,
	.item.video video {
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		height: 100%;
		transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
	}


img[align="left"] {
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

img[align="right"] {
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.bgOverlay,
.bgOverlayWhite {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 0;
}

.hero .bgOverlay {
	background: rgba(0, 0, 0, 0.5);
}

.bgOverlayWhite {
	background: rgba(255, 255, 255, 0.75);
}


.form-control,
.btn {
	border-radius: 0 !important;
	font-family: 'Dubai-Regular';
}

.form-control {
	box-shadow: none;
	font-size: 1em;
	border-color: #CECECE;
}

	.form-control:focus {
		border-color: #BBBBBB;
		/*outline: 0;*/
		-webkit-box-shadow: inset 0 1px 1px rgba(113, 25, 134, .075), 0 0 8px rgba(16, 77, 56, 0.4);
		box-shadow: inset 0 1px 1px rgba(113, 25, 134, .075), 0 0 2px rgba(16, 77, 56, 0.4);
	}

.form-group {
	margin-bottom: 20px;
}

	.form-group + table {
		margin-bottom: -20px !important;
		;
	}

/*.form-group:last-child{ margin-bottom:0; }*/

.si:after {
	content: "";
	left: 6px;
	top: 0px;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../images/small-icons_iap_new.png);
	background-repeat: no-repeat;
}

.si-list li {
	position: relative;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 35px;
	margin-bottom: 10px;
}

.si-airplane:after {
	background-position: -115px -13px;
}

.si-energy:after {
	background-position: -245px -13px;
}

.si-transport:after {
	background-position: -13px -12px;
}

.si-health:after {
	background-position: -204px -13px;
}

.si-education:after {
	background-position: -154px -13px
}

.si-ict:after {
	background-position: -64px -13px;
}

.si-airplane-c:after {
	background-position: -115px -52px;
}

.si-energy-c:after {
	background-position: -245px -52px;
}

.si-transport-c:after {
	background-position: -13px -52px;
}

.si-health-c:after {
	background-position: -204px -52px;
}

.si-education-c:after {
	background-position: -154px -52px
}

.si-ict-c:after {
	background-position: -64px -52px;
}

.mi:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/medium-icons.png);
	background-repeat: no-repeat;
	margin: auto;
}

.mi-partners:after {
	background-position: -90px -10px;
}

.mi-members:after {
	background-position: -18px -10px;
}

.mi-companies:after {
	background-position: -158px -10px
}

.mi-funding:after {
	background-position: -230px -10px
}

.fa-ul {
	margin-top: 10px;
}

	.fa-ul li {
		margin-bottom: 10px;
	}

/*INSIDE PAGE*/

.flex,
.cFlex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

hr {
	border-top: 1px solid #999999;
}

	hr.gray {
		border-top: 1px solid #CCCCCC;
	}

	hr.grayDotted {
		border-top: 1px dashed #CCCCCC;
		margin: 20px 0;
	}

.field-validation-error {
	background: #ffdee3;
	text-align: left;
	display: block;
	padding: 3px 8px 2px;
	font-size: .8em;
}

.post-container {
	padding: 50px 30px 0;
	margin-bottom: 50px;
}

.post-navigation {
	margin-bottom: 50px;
}

.post-title {
	margin: 0;
	line-height: 1em;
}

.post-attribute {
	margin: 5px 0 30px;
	color: #666666;
	font-size: .8750em;
}

.post-tags {
	margin-top: 40px;
	color: #666666;
}

.post-thumb-header {
	position: absolute;
	left: 0px;
	bottom: 20px;
	right: 20px;
	background: rgba(0, 0, 0, .5);
	padding: 10px 20px;
	color: #FFFFFF;
}

	.post-thumb-header .post-title {
		margin-bottom: 2px;
		text-transform: uppercase;
	}

.post-controls {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 5px solid #f1f1f1;
}

	.post-controls ul {
		margin: 0;
	}

		.post-controls ul li:first-child {
			padding-left: 0;
		}


.badge-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	text-transform: uppercase;
}

.badge-success {
	background-color: #0e6959;
	border-color: #4cae4c;
	text-transform: uppercase;
}

.badge-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
	text-transform: uppercase;
}

.badge-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	text-transform: uppercase;
}

.badge-info {
	background-color: #5bc0de;
	border-color: #46b8da;
	text-transform: uppercase;
}


.post-tags ul li {
	margin-bottom: 15px;
}

.label-gray {
	border-radius: 0;
	background: #f0f0f0;
	font-weight: normal;
	font-size: .8750em;
	color: #666666;
}

	.label-gray:hover {
		background: #DDDDDD;
		color: #333333 !important;
	}

@media only screen and (max-width: 767px) {
	.post-container {
		padding: 20px 0px;
	}

	.post-navigation {
		margin-bottom: 20px;
	}
}

/*END ON INSIDE PAGE*/
/*CUSTOM CHECKBOX*/
.customCheckbox {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.customCheckbox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 2px solid #999999;
}

	.customCheckbox:hover .checkmark,
	.checkmark:hover {
		border: 2px solid #0e6959;
	}

/* When the checkbox is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark {
	background-color: #0e6959;
	border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.customCheckbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.customCheckbox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*END OF CUSTOM CHECKBOX*/


/*SCROLLING TABS*/

#testimonials hr.offers {
	margin: -1px 0 30px;
	border-top: 1px solid #CCCCCC;
}

#testimonials .nav-tabs > li {
	float: none;
	display: inline-block;
	zoom: 1;
}

#testimonials .nav-tabs {
	text-align: center;
}

.scrtabs-tab-container * {
	box-sizing: border-box;
}

.scrtabs-tab-container .tab-content {
	clear: left;
}

.scrtabs-tab-container + .tab-content {
	border-top: 1px solid #DDDDDD;
	padding: 50px 20px;
}

.scrtabs-tab-container {
	position: relative;
}

.scrtabs-tabs-fixed-container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: auto;
}

.scrtabs-tabs-movable-container {
	position: relative;
}

	.scrtabs-tabs-movable-container .tab-content {
		display: none;
	}

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
	padding-right: 0;
}

.scrtabs-tab-scroll-arrow {
	border-top: none;
	color: #000000;
	display: none;
	text-align: center;
	width: 20px;
	position: absolute;
	height: 100%;
	cursor: pointer;
}

	.scrtabs-tab-scroll-arrow > span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
	}

.scrtabs-tab-scroll-arrow-right {
	right: 0;
	top: 0;
}

.scrtabs-tabs-fixed-container ul.nav-tabs {
	border: none;
	text-align: center;
}


	.scrtabs-tabs-fixed-container ul.nav-tabs > li.active a {
		border: none !important;
	}

	.scrtabs-tabs-fixed-container ul.nav-tabs > li a {
		font-size: 1em;
		display: block;
		color: #000000 !important;
		border-radius: 0;
		border: none;
		background: transparent !important;
		font-family: 'Dubai-Regular';
		text-decoration: none !important;
		position: relative;
	}

	.scrtabs-tabs-fixed-container ul.nav-tabs > li:after {
		content: "";
		height: 4px;
		background: transparent !important;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0px;
	}

	.scrtabs-tabs-fixed-container ul.nav-tabs > li.active:after,
	.scrtabs-tabs-fixed-container ul.nav-tabs > li:hover:after,
	.scrtabs-tabs-fixed-container ul.nav-tabs > li:active:after {
		background: rgba(160, 28, 46, 1) !important;
	}

	.scrtabs-tabs-fixed-container ul.nav-tabs > li a:hover,
	.scrtabs-tabs-fixed-container ul.nav-tabs > li a:focus {
		background: transparent;
	}

	.scrtabs-tabs-fixed-container ul.nav-tabs > li {
		white-space: nowrap;
		padding: 10px 20px;
		position: relative;
	}

@media only screen and (max-width: 767px) {
	.scrtabs-tabs-fixed-container ul.nav-tabs > li {
		padding: 0px;
	}
}

/*END OF SCROLLING TABS*/


/*CUSTOMIZING NAV-TABS*/
.nav-tabs > li > a {
	margin-right: 0;
	padding: 15px 20px;
}

.nav-tabs > li > a,
.nav-tabs > li:active > a {
	border-top: 3px solid #CCCCCC;
	border-radius: 0;
	color: #666666;
}

.nav-tabs > li:hover > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border-top: 3px solid #3c8dbc;
	color: #1c1c1c;
	background: #fdfbfd;
}

.nav-tabs > li:first-child:hover a,
.nav-tabs > li:first-child a[aria-expanded='true'],
.nav-tabs > li:first-child a {
	border-left: 1px solid #CCCCCC;
	margin-left: 20px;
}

.nav-tabs > li:last-child a {
	border-right: 1px solid #CCCCCC;
}


hr {
	margin: 10px 0;
}








.btn {
	font-family: 'Dubai-Regular';
	text-transform: uppercase;
}

.btn-block {
	margin-bottom: 10px;
}

.btn-maroon {
	background: #bc2026;
	color: #FFFFFF !important;
}

	.btn-maroon-outline:hover,
	.btn-maroon:hover {
		background: #770010 !important;
		color: #FFFFFF !important;
	}

.btn-maroon-outline {
	background: transparent;
	color: #bc2026 !important;
	border: 1px solid #bc2026;
}

.btn-white {
	background: rgba(255, 255, 255, 1);
	color: #000 !important;
}

	.btn-white.active,
	.btn-white:hover {
		background: #770010;
		color: #FFFFFF !important;
	}

.btn-white-outline {
	background: transparent;
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF;
}

	.btn-white-outline:hover {
		background: rgba(255, 255, 255, 1);
		color: #0e6959 !important;
	}

.btn-green {
	background: #0e6959;
	color: #FFFFFF !important;
	padding-left: 30px;
	padding-right: 30px;
}

	.btn-green:hover {
		background: #18796a !important;
	}

.btn-gray {
	background: #efefef;
	color: #414042;
	font-family: 'Dubai-Regular';
}

/*Button Presets*/

.primary-title-block {
	background: #0e6959;
	color: #FFFFFF;
	padding: 5px 15px;
	font-family: 'Dubai-Regular';
	margin-bottom: 20px;
}


.textOverImage {
	position: relative;
	overflow: hidden;
}

	.textOverImage:hover figure img {
		transform: scale(1.08);
		-ms-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-webkit-transform: scale(1.08);
	}

	.textOverImage aside {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		z-index: 1;
	}

a.blockLink {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
img + p,
img + p,
img + p,
img + p,
img + p,
img + p {
	margin-top: 25px;
}


.bg-cover,
.bg-cover-absolute,
.bg-cover-fixed-w50 {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.bg-cover-fixed-w50 {
	position: fixed;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 767px) {
	.bg-cover-fixed-w50 {
		margin-top: 15px;
		position: relative;
		min-height: 250px;
		width: 100%;
		display: block;
	}
}

.bg-cover-absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.rectangleBox60:hover > .grow {
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

/* SQUARE BOX FOR GALLERY*/

.squareBox,
.rectangleBox,
.rectangleBox60 {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
}

[class*="slick"] .rectangleBox60 {
	margin: 0;
}

.rectangleBox60:hover .bgOverlayWhite {
	background: rgba(255, 255, 255, 0.4);
}

.rectangleBox60 {
	padding-top: 60%;
	margin-bottom: 0px;
}

#programs .logo {
	position: absolute;
	height: 81px;
	right: 20px;
	z-index: 1;
	top: 10px;
}

@media only screen and (max-width: 767px) {

	#programs .rectangleBox60 {
		padding: unset;
		padding-top: 20px;
	}

		#programs .rectangleBox60 .bottom {
			position: relative;
		}

	#programs .logo {
		position: relative;
		right: unset;
		display: block;
		margin: auto;
	}

	.bannerText {
		display: none;
	}
}


/*.squareBox:before{ content: ""; display: block; padding-top: 100%; } */

.fancybox-caption {
	text-align: center;
	border: none;
}

.fancybox-thumbs {
	background: #000;
}

/*END OF SQUARE BOX FOR GALLERY*/

/*END OF PAGE*/


/*INSIDE PAGE*/
#sectors {
	margin-top: -50px;
}

#events-intro {
	background-image: url(../images/events-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 20px 0;
	background-size: cover;
	min-height: 779px;
}

ul.arrow li:before {
	content: "";
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

ul.arrow {
	margin-top: 20px;
}

	ul.arrow li {
		position: relative;
		padding-left: 20px;
		margin-top: 10px;
	}

.events-section1,
.events-section2,
.events-section3 {
	position: relative;
	background-image: url(../images/section1-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	color: #FFFFFF;
	min-height: 400px;
	padding: 100px 0 200px 0;
	z-index: 2;
}

.events-section2 {
	background-image: url(../images/section2-bg.jpg);
	margin-top: -160px;
	z-index: 1;
	padding: 250px 0 200px;
}

.events-section3 {
	background-image: url(../images/section3-bg.png);
	background-position: center top;
	margin-top: -160px;
	z-index: 1;
	padding: 150px 0 100px;
}


ol.content {
	padding-left: 15px;
}

	ol.content li {
		margin-bottom: 10px;
	}

.pageHeader {
	position: relative;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-family: 'Dubai-Medium';
	color: #1c1c1c;
}

	.pageHeader:after,
	.pageHeader:before {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #FFFFFF;
	}

	.pageHeader:before {
		width: 60px;
		height: 3px;
		bottom: -18px;
	}

	.pageHeader:after,
	.pageHeader:before {
		background: #CCCCCC;
	}

.leftContent {
	min-height: 200px;
}

#parallax-container {
	overflow: hidden;
}

.tagH1,
.tagH2 {
	font-size: 4em;
	font-family: 'Dubai-Bold';
	text-align: center;
	line-height: .5em;
	position: relative;
}

.tagH2 {
	font-size: 3.5em;
}

.tagH3 {
	font-size: 3em;
}

.tagH4 {
	font-size: 2.5em;
}

.tagH5 {
	font-size: 2em;
}

	.tagH1 p,
	.tagH2 p,
	.tagH3 p,
	.tagH4 p,
	.tagH5 p {
		font-size: 0.4em;
		margin-top: 10px;
		font-family: 'Dubai-Light';
	}

.label {
	border-radius: 0;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 10px;
}

.label-white,
.label-green,
.label-maroon,
.label-blue {
	background: #FFF;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Dubai-Regular';
	font-weight: normal;
	letter-spacing: 2px;
}

.label-green,
.label-maroon,
.label-blue {
	color: #FFFFFF !important;
}

.label-green {
	background: #95b123;
}

.label-maroon {
	background: #880850;
}

.label-blue {
	background: #54c2bc;
}

.participants li {
	position: relative;
}

	.participants li:after {
		content: "";
		position: absolute;
		right: 0;
		width: 1px;
		background: rgba(0, 0, 0, 0.1);
		height: 50%;
		top: 50%;
		transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
	}

.sectors li {
	color: #000000 !important;
	margin: 5px 20px;
}

.tab-pane > ul > li + div.popover {
	background: 1px solid #F00 !important;
	border-radius: 0;
}


#participantPopup .table > tbody > tr > td,
#participantPopup .table > tbody > tr > th,
#participantPopup .table > tfoot > tr > td,
#participantPopup .table > tfoot > tr > th,
#participantPopup .table > thead > tr > td,
#participantPopup .table > thead > tr > th {
	border-top: none !important;
}


.testimonial-item {
	background: #f9f9f9;
	padding: 20px;
	margin: 10px;
	width: unset !important;
	height: 250px;
}

	.testimonial-item.video {
		width: 97% !important;
		height: auto;
	}

		.testimonial-item.video a.blockLink {
			background: rgba(0,0,0,0.3);
		}

		.testimonial-item.video > div {
			height: 250px;
			background-size: cover;
		}

.testimonial-header {
	position: relative;
	display: block;
}

	.testimonial-header h6 {
		position: absolute;
		text-align: right;
		top: 0;
		right: 0;
	}

@media only screen and (max-width: 991px) {
	.testimonial-header {
		text-align: center;
	}

		.testimonial-header h6 {
			position: relative;
			text-align: center;
		}

		.testimonial-header img {
			margin: auto;
		}

	.testimonial-item {
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial-item {
		height: auto;
	}
}

/*ENF OF INSIDE PAGE*/
/* FOOTER */
.footer {
	background-color: #f4f5f9;
	color: #414042 !important;
	font-size: 0.9em;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

	.footer ul {
		margin: 0;
		display: inline-block;
	}

		.footer ul li {
			padding: 0;
			line-height: 30px;
		}

			.footer ul li a {
				color: #414042;
			}

				.footer ul li a:hover {
					color: #bc2026;
				}

.bottomFooter {
	line-height: 55px;
}

	.bottomFooter ul.pull-right > li {
		margin-right: 10px;
	}

.footer ul.hasSeparator li {
	position: relative;
	padding: 0 10px;
}

	.footer ul.hasSeparator li:not(:last-child):after {
		content: "";
		position: absolute;
		top: 50%;
		height: 40%;
		width: 1px;
		right: -3px;
		background: #999999;
		transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
	}

/* END OF FOOTER */

/*SCROLL TO TOP*/
#scrollToTop {
	position: fixed;
	right: 30px;
	bottom: 80px;
	border: 2px solid #bc2026;
	padding: 0 8px 2px;
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-filter: alpha(opacity=80);
	-moz-filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	display: none;
	cursor: pointer;
	color: #bc2026;
	z-index: 1;
}

	#scrollToTop:hover {
		background: #bc2026;
		color: #FFF;
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-filter: alpha(opacity=100);
		-moz-filter: alpha(opacity=100);
		-ms-filter: alpha(opacity=100);
	}

	#scrollToTop::after {
		content: "GO TO TOP";
		position: absolute;
		left: -6px;
		top: 105%;
		font-size: 0.643em;
		white-space: nowrap;
		color: #bc2026;
	}

	#scrollToTop:hover::after {
		color: #bc2026;
	}

@media only screen and (max-width: 767px) {
	#scrollToTop {
		font-size: 14px;
		padding: 0 8px 0px;
		bottom: 130px;
	}
}

/*END OF SCROLL TO TOP*/



.bgLightGray {
	background: #eaeaea;
}

.bgGray {
	background: #848283;
	color: #FFFFFF;
}

.bgWhite {
	background: #FFFFFF;
}

.bgMaroon {
	background: #bc2026;
}

.bgDarkGray {
	background: #252525;
	color: #FFFFFF;
}

/* Rectangle Out */
.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

	.hvr-rectangle-out:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(160, 28, 46, 0.6);
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-rectangle-out:hover,
	.hvr-rectangle-out:focus,
	.hvr-rectangle-out:active {
		color: white;
	}

		.hvr-rectangle-out:hover:before,
		.hvr-rectangle-out:focus:before,
		.hvr-rectangle-out:active:before {
			-webkit-transform: scale(1);
			transform: scale(1);
		}

/*VIDEO BANNER*/


.hero p {
	font-family: 'Dubai-Light';
}

.hero {
	width: 100%;
	height: 100%;
	/*height: 100vh;*/
	position: relative;
	background: #010101;
	/*padding-bottom: 47.25%;*/
}

	.hero.start .hero-video {
		opacity: 1;
	}

.hero-video-container {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

	.hero-video-container:after {
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		opacity: 1;
		-moz-transition: opacity 2s ease;
		-o-transition: opacity 2s ease;
		-webkit-transition: opacity 2s ease;
		transition: opacity 2s ease;
		pointer-events: none;
	}

.hero-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	width: 100%;
}

@media (max-width: 414px) {
	/*.hero-video {
	  width: 100%;
	}*/
}

.hero-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.hero-content {
		width: 100%;
	}
}

@media (max-width: 414px) {
	.hero-content {
		top: auto;
		bottom: 40px;
	}
}

/*VIDEO BANNER*/












/*-------------------------- Partner Page ----------------------------*/

.partnersContent {
	padding-top: 80px;
	padding-bottom: 80px;
}

div.hasSeparator::after,
.internalPartners::after {
	content: "";
	background: url('../images/shadow.png') no-repeat right center;
	display: block;
	width: 36px;
	height: 488px;
	position: absolute;
	right: -130px;
	top: 0px;
}

.partnersSlider,
.companySlider {
	margin: 30px 0px;
}

	.partnersSlider figure,
	.companySlider figure {
		border: 1px solid #cfcfcf;
		margin: 0 20px 18px 0;
		text-align: center;
	}


		.partnersSlider figure img,
		.companySlider figure img {
			margin: 0 auto;
			width: 100%;
		}

	.partnersSlider .btnNext,
	.partnersSlider .btnPrev,
	.companySlider .btnNext,
	.companySlider .btnPrev {
		background: #189680;
		width: 22px;
		height: 24px;
		top: auto;
		bottom: -40px;
		right: 0;
	}

		.partnersSlider .btnPrev.slick-arrow,
		.companySlider .btnPrev.slick-arrow {
			left: 89% !important;
		}

		.partnersSlider .btnNext .text-white,
		.partnersSlider .btnPrev .text-white,
		.companySlider .btnNext .text-white,
		.companySlider .btnPrev .text-white {
			color: #FFFFFF !important;
			font-size: 21px;
			font-weight: bold;
		}

@media only screen and (max-width: 767px) {

	.internalPartners::after,
	.companySlider::after {
		display: none;
	}

	.partnersContent {
		padding-top: 30px;
	}
}


/*--------------------*/

/*ABOUT US PAGE*/
.aboutUs::after {
	content: "";
	background: url('../images/shadow.png') no-repeat right center;
	display: block;
	width: 36px;
	height: 488px;
	position: absolute;
	right: -130px;
	top: 0px;
}

.wrapper {
	min-height: 100%;
	margin-bottom: -55px;
}

.footer,
.push {
	min-height: 55px;
}

@media only screen and (max-width: 767px) {
	.aboutUs::after {
		display: none;
	}
}

/*END OF ABOUT US PAGE*/


/*NEWS AND MEDIA*/
.flex .hasSeparator {
	padding-right: 30px;
}

	.flex .hasSeparator:after {
		content: "";
		background: #EEEEEE;
		width: 2px;
		height: 100%;
		position: absolute;
		right: 10px;
		top: 0;
	}

.mediaList .media-left {
	padding-right: 0;
}

	.mediaList .media-left img {
		width: 200px;
	}

ul.mediaList > li {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}

	ul.mediaList > li:not(:first-child) {
		margin-top: 10px;
	}

ul.mediaList .media-body {
	padding: 10px 20px;
}

ul.mediaList li:hover .media-body {
	background: rgba(0, 0, 0, 0.1);
}

ul.mediaList .media-title {
	margin: 0;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.flex .hasSeparator {
		padding-right: 10px;
		padding-bottom: 30px;
	}

		.flex .hasSeparator::after {
			width: 100%;
			height: 2px;
			right: unset;
			top: unset;
			left: 0;
			bottom: 15px;
		}

	.mediaList .media-left {
		display: block;
		margin-bottom: 15px;
		padding: 0;
	}

		.mediaList .media-left img {
			width: 100%;
			display: block;
		}

	ul.mediaList .media-body {
		padding: 0;
	}
}

/*END OF NEWS AND MEDIA*/

.tooltip,
.popover {
	font-family: 'Dubai-Regular';
}

.point1,
.point2,
.point3,
.point4,
.point5,
.point6,
.point7,
.point8,
.point9,
.point10,
.point11,
.point12 {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	left: 13.5%;
	top: 14.5%;
	background: #FFF;
	animation: pulse 1.5s infinite;
	-webkit-animation: pulse 1.5s infinite;
	cursor: pointer;
}

.mapLocation:hover {
	animation: none;
}

.mapLocation + .popover {
	border-radius: 0;
	color: #000;
}

	.mapLocation + .popover .popover-content {
		padding: 10px;
		letter-spacing: 1px;
		font-family: 'Dubai-Medium';
		text-transform: uppercase;
	}

	.mapLocation + .popover .popover-title {
		padding: 5px 14px;
		text-transform: uppercase;
	}

	.mapLocation + .popover > .arrow::after {
		border-left-width: 5px;
		border-right-width: 5px;
		margin-left: -5px;
	}

.point2 {
	left: 53.7%;
	top: 19.5%;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}

.point3 {
	left: 52.8%;
	top: 26%;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}

.point4 {
	left: 89%;
	top: 28%;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}

.point5 {
	left: 75%;
	top: 26.3%;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
}

.point6 {
	left: 63.2%;
	top: 38.3%;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.point7 {
	left: 20.5%;
	top: 26.0%;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.point8 {
	left: 70.2%;
	top: 40.8%;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
}

.point9 {
	left: 77%;
	top: 37%;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}

.point10 {
	left: 51.8%;
	top: 59%;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}

.point11 {
	left: 24.4%;
	top: 71.5%;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}

.point12 {
	left: 90%;
	top: 73.2%;
}


@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(188, 32, 38, 1);
		;
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(188, 32, 38, 1);
		;
		box-shadow: 0 0 0 0 rgba(188, 32, 38, 1);
		;
	}

	70% {
		-moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}



/*MODAL POPUP*/
.modal-confirm {
	color: #636363;
	width: 325px;
}

	.modal-confirm .modal-content {
		padding: 20px;
		border-radius: 5px;
		border: none;
	}

	.modal-confirm .modal-header {
		border-bottom: none;
		position: relative;
	}

	.modal-confirm h4 {
		text-align: center;
		font-size: 26px;
		margin: 30px 0 -15px;
	}

	.modal-confirm .close {
		position: absolute;
		top: -5px;
		right: -5px;
	}

	.modal-confirm .modal-footer {
		border: none;
		text-align: center;
	}

	.modal-confirm .icon-box {
		color: #fff;
		position: absolute;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: -70px;
		width: 95px;
		height: 95px;
		border-radius: 50%;
		z-index: 9;
		background: #bc2026;
		padding: 15px;
		text-align: center;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}

		.modal-confirm .icon-box.danger {
			background: #0e6959;
		}

		.modal-confirm .icon-box i {
			font-size: 58px;
			position: relative;
			top: 3px;
		}

	.modal-confirm.modal-dialog {
		margin-top: 80px;
	}

	.modal-confirm .btn {
		color: #fff !important;
		border-radius: 4px;
		text-decoration: none;
		transition: all 0.4s;
		line-height: normal;
		border: none;
	}

		.modal-confirm .btn:hover,
		.modal-confirm .btn:focus {
			outline: none;
		}

/*END OF MODAL POPUP*/

.fileBrowser {
	position: relative;
}

	.fileBrowser input[type='file'] {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		opacity: 0;
		background-color: transparent;
		color: transparent;
	}

/*COMBINATION SLIDER*/
#videoSlider {
	margin-bottom: 30px;
}

.item.video {
	margin: 0;
}

#videoSlider .slick-slide,
#videoSlider .slick-slide::before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

	#videoSlider .slick-slide figure {
		position: relative;
		height: 100%;
	}

	#videoSlider .slick-slide .slide-image {
		opacity: 0;
		height: 100%;
		background-size: cover;
		background-position: center;
		transition: all .8s ease;
	}

		#videoSlider .slick-slide .slide-image.show {
			opacity: 1;
		}

	#videoSlider .slick-slide .image-entity {
		width: 100%;
		opacity: 0;
		visibility: hidden;
	}

	#videoSlider .slick-slide .loading {
		position: absolute;
		top: 44%;
		left: 0;
		width: 100%;
	}

	#videoSlider .slick-slide .slide-media {
		-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
		animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	}

	#videoSlider .slick-slide.slick-active {
		z-index: 1;
	}

		#videoSlider .slick-slide.slick-active .slide-media {
			-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
			animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
		}

#videoSlider .btnPrev i,
#videoSlider .btnNext i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#videoSlider .btnPrev,
#videoSlider .btnNext {
	background: rgba(255, 255, 255, 0.3);
	height: 75px;
	width: 30px;
}

#videoSlider .btnPrev {
	border-radius: 0 25px 25px 0;
}

#videoSlider .btnNext {
	border-radius: 25px 0 0 25px;
}

@-webkit-keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}

	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}

	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@-webkit-keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
	}

	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
}

@keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
	}

	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
	}
}

@media only screen and (max-width: 767px) {
	.item.video {
		padding-top: 7px;
	}
}

/*END OF COMBINATION SLIDER*/
.statSlider,
.stepItem,
.stepNumber,
.listingHolder,
.bgOverlayWhite,
.sidebar ul li:before,
.rectangleBox80,
.homeLink,
#mainNavHolder,
#mainNavHolder ul > li > a,
.navbar ul.navbar-nav li:after,
ul.dropdown-menu li,
figure img,
.btnPrev,
.btnNext,
.checkmark,
.btn,
a,
a:after,
.icon,
.squareBoxContent,
.squareBoxContent img,
.quickLinksHolder ul li a span,
.slick-dots li span,
.navbar-brand img,
.squareBoxContent a span,
.bg-cover-absolute,
.scrtabs-tabs-fixed-container ul.nav-tabs > li:after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (min-width: 991px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.container {
		width: 1000px;
	}

	body {
		padding-top: 95px;
	}

		body.home {
			padding-top: 0 !important;
		}

			body.home .hero {
				height: auto !important;
			}

	.homeFeatures {
		position: unset;
	}

	.homeStatistics {
		position: unset;
		text-align: center;
	}

	.cFlex {
		display: block;
	}

	/*CHANGING THE BREAKPOINT HERE*/

	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
		overflow: auto !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

		.navbar-nav > li {
			float: none;
		}

			.navbar-nav > li > a {
				padding: 10px 0;
			}

	.collapse.in {
		display: block !important;
	}

	/*END OF CHANGING THE BREAKPOINT HERE*/

	/* OPEN AND CLOSE BUTTON*/
	.icon-bar {
		background: #333333;
	}

	.home .icon-bar {
		background: #FFFFFF;
	}

	.navbar-toggle {
		border: none;
		background: transparent !important;
	}

		.navbar-toggle:hover {
			background: transparent !important;
		}

		.navbar-toggle .icon-bar {
			width: 22px;
			transition: all 0.2s;
		}

		.navbar-toggle .top-bar {
			transform: rotate(45deg);
			transform-origin: 10% 10%;
		}

		.navbar-toggle .middle-bar {
			opacity: 0;
		}

		.navbar-toggle .bottom-bar {
			transform: rotate(-45deg);
			transform-origin: 10% 90%;
		}

		.navbar-toggle.collapsed .top-bar {
			transform: rotate(0);
		}

		.navbar-toggle.collapsed .middle-bar {
			opacity: 1;
		}

		.navbar-toggle.collapsed .bottom-bar {
			transform: rotate(0);
		}

	/* OPEN AND CLOSE BUTTON*/

	#mainNavHolder {
		background: rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
		padding-top: 0;
	}

	.home #mainNavHolder {
		background: rgba(255, 255, 255, 0);
		box-shadow: none;
	}

	#myNavbar {
		margin-top: 0;
		background: rgba(255, 255, 255, 0.95);
	}

	.home .navbar ul.navbar-nav > li > a {
		color: #414042;
	}

	.navbar ul.navbar-nav > li::before {
		display: none;
	}

	.navbar ul.navbar-nav > li a:after {
		display: none;
	}

	.navbar ul.navbar-nav li:hover a:after,
	.navbar ul.navbar-nav li.active a:after {
		display: none;
	}

	.navbar-collapse {
		max-height: 100%;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	}

	.navbar-header {
		position: relative;
		height: 95px;
	}

	.btnMenu {
		top: 42px;
	}

	.navbar ul.navbar-nav > li {
		padding: 8px 15px !important;
		font-family: 'Dubai-Medium';
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}


	.nav .open > a,
	.nav .open > a:focus,
	.nav .open > a:hover,
	.nav .open > a:active {
		border: none;
	}

	.navbar ul.navbar-nav > li:hover,
	.navbar ul.navbar-nav > li.active {
		background: transparent;
	}

		.navbar ul.navbar-nav > li:hover:after,
		.navbar ul.navbar-nav > li.active:after {
			background: transparent;
		}

	ul.dropdown-menu {
		text-align: left;
	}

	a.expandArrow {
		position: absolute !important;
		right: 10px;
		top: 10px;
		width: 50px;
		height: 40px;
		display: block !important;
	}

		a.expandArrow::before {
			font-family: 'fontawesome';
			content: "\f107";
			font-size: 1.5em;
			position: absolute;
			right: 0;
			top: 50%;
			transform: translate(0%, -50%);
			-ms-transform: translate(0%, -50%);
			-webkit-transform: translate(0%, -50%);
		}

	.dropdown.open a.expandArrow::before {
		content: "\f106";
		color: #666666;
	}

	.topNavigation {
		top: 15px;
		right: 20px;
	}

	.navbar-brand {
		padding-top: 10px !important;
	}
}

@media only screen and (max-width: 991px) {
	.container {
		width: 100%;
	}

	.bottomFooter .text-right {
		text-align: left;
		margin-bottom: 5px;
	}

	.bottomFooter .text-center {
		text-align: right;
		margin-bottom: 5px;
	}

	.bottomFooter .text-left {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.img-responsive {
		width: 100%;
	}

	.defaultPadding {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.flex {
		display: block;
	}

	body {
		font-size: 18px;
	}

	h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.6em;
	}

	h3 {
		font-size: 1.4em;
	}

	h4 {
		font-size: 1.2em;
	}

	h5 {
		font-size: 1.1em;
	}

	h6 {
		font-size: 1em;
	}

	.lead {
		font-size: 0.85em;
	}

	.slideContent {
		padding: 30px 20px;
	}

	.slideH250 .slideElement {
		height: 300px;
	}

	.slideH300,
	.slideH300 .slideElement {
		height: 200px;
		overflow: hidden;
	}

	.slideH400 .slideElement,
	.featured-img {
		height: 250px;
	}

	.slideH500 .slideElement {
		height: 300px;
	}

	.btnPrev {
		left: 10px;
	}

	.btnNext,
	.btnNext:focus {
		right: 0px;
	}

	.topPadding {
		padding-top: 30px;
	}

	.navbar,
	#myNavbar {
		margin: 0;
		background: rgba(255, 255, 255, 1);
	}

		.navbar ul.navbar-nav > li {
			margin: 0;
		}

		.navbar .dropdown-menu {
			padding-top: 0;
			padding-bottom: 0;
		}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu > li > a {
		padding-left: 20px;
	}

	.bottomFooter {
		line-height: unset;
		padding: 10px;
	}

		.bottomFooter .text-left {
			text-align: center;
		}

		.bottomFooter .text-right {
			text-align: center;
		}

		.bottomFooter .text-center {
			text-align: center;
		}


	/*INSIDE PAGE*/
	#sectors {
		margin-top: 40px;
	}

	.listingImage {
		position: absolute;
		top: 0;
		left: 0;
		min-height: 100%;
		width: 38%;
		margin-bottom: 0;
	}

	.listingCTA {
		border: none;
		height: 30px;
		margin-top: 20px;
	}

	.listingDetails {
		margin-left: 40%;
	}

	.listingHolder {
		text-align: left;
	}

	.listingDetails p {
		height: auto;
	}
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 540px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 400px) {
}

@media only screen and (max-width: 350px) {
}

@media only screen and (max-width: 330px) {
}

/*====================================== DASHBOARD ================================*/
.companyHeaderHolder {
	background: #DDDCDC;
	text-transform: uppercase;
	font-family: 'Dubai-Medium';
	margin: 20px 0 10px;
}

.companyName {
	padding: 15px 10px;
}

.companyLogo {
	height: 52px;
	position: relative;
}

	.companyLogo img {
		position: absolute;
		right: 15px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		max-height: 60%;
		max-width: 80%;
	}


/*STEPS*/
ul > li:not(:first-child) > .stepItem a {
	display: none;
}

/*-----------------------------------------------------*/


.stepItem {
	position: relative;
	height: 150px;
	border-radius: 30px 0 0px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
	background: #0e6959;
	color: #FFFFFF;
	font-family: 'Dubai-Medium';
	border-bottom: 8px solid #0e6959;
	margin-top: 30px;
}


	.stepItem:hover {
		background: #fff;
		border-bottom: 8px solid #0e6959;
		margin-top: 0px;
		height: 180px;
	}

		.stepItem:hover .stepContent {
			color: #333;
		}



		.stepItem:hover .stepNumber {
			color: #0e6959;
			text-align: center;
			font-size: 50px;
			font-weight: bold;
			line-height: 50px;
		}

	.stepItem .fa-angle-down {
		display: none;
	}

	.stepItem:hover .fa-angle-right {
		display: none;
	}

	.stepItem:hover .fa-angle-down {
		display: block;
	}


.stepContent {
	width: 100%;
	padding: 10px;
	text-align: center;
}

.stepNumber i {
	font-size: 20px;
	vertical-align: top;
	margin-right: 5px;
}

.stepNumber {
	text-align: right;
	font-size: 30px;
	padding: 6px;
}


.stepItem.red {
	background: #bc2026;
	border-color: #bc2026;
}

	.stepItem.red:hover .stepNumber {
		color: #bc2026;
	}

	.stepItem.red:hover {
		border-color: #bc2026;
		background: #fff;
	}

.stepItem.grey {
	background: #a3a3a3;
	border-color: #a3a3a3;
}

	.stepItem.grey:hover .stepNumber {
		color: #a3a3a3;
	}

	.stepItem.grey:hover {
		border-color: #a3a3a3;
		background: #fff;
	}

/*-----------------------------------------------------*/

.slideShow .slick-arrow,
.slideShow .slick-arrow:hover,
.slideShow .slick-arrow:focus {
	color: #333;
}

/*END OF STEPS*/

/*Why Dubai Page*/
blockquote.green {
	border-left: 5px solid #18796a;
	font-size: 1.2em;
	margin: 0;
	padding: 5px 20px;
	text-align: justify
}

.primaryHeader {
	color: #18796a;
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 20px;
	font-family: 'Dubai-Bold';
}

.stat.left {
	border-radius: 0 0 0 10px !important;
}

.stat.right {
	border-radius: 0 0 10px 0 !important;
}

.stat.left.expanded {
	border-radius: 0 0 0 40% !important;
}

.stat.right.expanded {
	border-radius: 0 0 40% 0 !important;
}

.stat.expanded .statSlider {
	height: 85px;
	opacity: 1;
}

.statSlider {
	height: 0;
	opacity: 0;
}

.stat .blockLink {
	display: none;
}

.stat.expanded .blockLink {
	display: block;
}

.statTitle {
	cursor: pointer;
}


.stat {
	padding: 20px 10px 20px 25px;
	border-radius: 0 !important;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
}

	.stat.left {
		margin-right: 10px;
	}

	.stat.right:first-child {
		margin-top: 50px;
	}

	.stat.right {
		margin-left: 10px;
		padding: 20px 30px 20px 10px;
	}

	.stat.left .statTitle {
		text-align: right;
	}

.statTitle {
	margin: 0;
	line-height: 1em !important;
	/*height: 35px;*/
	font-family: 'Dubai-Bold';
	white-space: nowrap;
	text-transform: uppercase;
}

	.statTitle span {
		white-space: normal;
	}

/*.stat{ border-right: 10px solid #00a9ac; }*/

.stat.right {
	border-left: 10px solid;
	border-right: 0;
	border-radius: 0 0 40% 0;
}

.stat.left {
	border-right: 10px solid;
	border-left: 0;
	border-radius: 0 0 0 40%;
}

.stat.green {
	border-color: #00a9ac !important;
}

	.stat.green .statTitle {
		color: #00a9ac;
	}

.stat.blue {
	border-color: #75c3e9 !important;
}

	.stat.blue .statTitle {
		color: #75c3e9;
	}

.stat.blueGray {
	border-color: #a2b6c0 !important;
}

	.stat.blueGray .statTitle {
		color: #a2b6c0;
	}

.stat.orange {
	border-color: #eca58c !important;
}

	.stat.orange .statTitle {
		color: #eca58c;
	}

.stat.lightBrown {
	border-color: #c4c0b4 !important;
}

	.stat.lightBrown .statTitle {
		color: #c4c0b4;
	}

.stat.purple {
	border-color: #b18daa !important;
}

	.stat.purple .statTitle {
		color: #b18daa;
	}



.statSlide {
	text-align: center;
}

	.statSlide span {
		font-family: 'Dubai-Bold';
		margin: 10px 0;
		text-align: center;
		display: block;
		font-size: 2.5em;
	}

		.statSlide span.text {
			font-size: 1.5em;
			line-height: 1.2em;
		}

	.statSlide label {
		width: 80%;
		margin: auto;
		text-align: center;
		line-height: 1em;
		font-family: 'Dubai-Medium';
		text-transform: capitalize;
	}

@media only screen and (max-width: 767px) {

	/*WHO WE LOOK FOR*/
	.focus-card-title {
		font-size: 18px;
	}

	.icon-spc {
		font-size: 60px;
		padding: 40px 0px 80px;
	}

	.red-round img {
		width: 50px;
	}

	.red-round {
		width: 100px;
		height: 100px;
	}

	.card-title {
		font-size: 17px;
	}

	.card-box {
		height: 300px;
	}

	.focus-card {
		border-bottom: 1px solid #999;
	}

	/*END WHO WE LOOK FOR*/

	.primaryHeader {
		font-size: 1.5em;
	}

	.stat {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

		.stat:first-child {
			margin-top: 50px;
		}

		.stat.right:first-child {
			margin-top: 0px;
		}

		.stat.left {
			border-right: none;
			border-left: 10px solid;
			padding-left: 10px;
		}

	.stat {
		margin-bottom: 20px;
		border-radius: 0 !important;
	}

		.stat.right,
		.stat.left,
		.stat.right.expanded,
		.stat.left.expanded {
			border-radius: 0 !important;
		}

	.statTitle br {
		display: none;
	}

	.statTitle {
		white-space: normal;
		height: auto;
		text-align: center !important;
	}

	div.hasSeparator::after {
		display: none;
	}
}




.page-header.has-success {
	margin-top: 50px;
	position: relative;
	padding: 10px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

	.page-header.has-error:after,
	.page-header.has-success:after {
		content: "\f00c";
		font-family: 'fontawesome';
		position: absolute;
		right: 15px;
	}

.page-header.has-error:after {
	content: "\f071";
}

.page-header.has-error {
	margin-top: 50px;
	position: relative;
	padding: 10px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}


/*WHY DUBAI NEW RESPONSIVE*/



@media only screen and (max-width: 1366px) {

	.abra-cover-main::before,
	.abra-cover-main::after {
		background-position: -200px -10px;
	}
}

@media only screen and (max-width: 1150px) {

	.abra-cover-main::before,
	.abra-cover-main::after {
		background-position: -200px -10px;
	}
}

@media only screen and (max-width: 1100px) {
	.abra-cover-main::before {
		transform: rotate(90deg);
		width: 100%;
		height: 780px;
		background-position: -230px 0px;
	}

	.abra-cover-main::after {
		transform: rotate(-90deg) !important;
		width: 100%;
		height: 780px;
		background-position: -330px 0px;
		top: inherit;
		bottom: 0;
	}

	.abra-head {
		display: block;
	}

		.abra-head::after {
			left: 0;
			right: 0;
			margin: 0px auto;
		}

	.center-head {
		margin: 0px auto;
	}

	.abra-sub-title::after {
		left: 0;
		right: 0;
	}




	.mainheading {
		position: static;
	}

	.right-col .abra-head {
		text-align: center;
		float: inherit;
		width: 100%;
	}

	.service-ofer-main {
		margin-top: 0px;
		background: #fff;
	}

	.abra-cover-main {
		height: auto;
	}

	.left-col,
	.right-col,
	.center-col {
		width: 100%;
		position: static;
		text-align: center;
		padding: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.abra-cover-main::after {
		bottom: -180px;
	}

	.abra-cover-main::before {
		height: 760px;
		top: -120px;
	}
}

@media only screen and (max-width: 767px) {

	.abra-cover-main::before {
		transform: rotate(90deg);
		width: 100%;
		height: 570px;
		background-position: top;
		background-size: cover;
		top: 0px;
	}

	.abra-cover-main::after {
		transform: rotate(-90deg) !important;
		width: 100%;
		height: 570px;
		background-position: bottom;
		top: inherit;
		bottom: -40px;
	}

	.center-head h2 {
		font-size: 30px;
	}

	.service-ofer-main .heading {
		font-size: 20px;
	}

	.abra-cover ul li {
		font-size: 14px;
	}

	.shadow-sp::before,
	.shadow-sp::after,
	.service-ofer ul::after {
		display: none;
	}

	.abra-head {
		padding: 0 20px;
	}

		.abra-head::after {
			left: 0px;
		}

	.center-head {
		margin: 0px auto;
	}

	.mainheading {
		text-align: center;
		font-size: 26px;
		color: #006845;
		line-height: 31px;
	}
}

@media only screen and (max-width: 479px) {
	.abra-cover-main::after {
		height: 440px;
		bottom: 140px;
	}

	.abra-cover-main::before {
		height: 440px;
		top: 230px;
	}
}


/*END WHY DUBAI NEW RESPONSIVE*/

.generalPopup {
	background: #f9f9f9;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	padding: 20px;
	margin: 20px;
	border-radius: 10px;
}

	.generalPopup input[type='text'],
	.generalPopup textarea {
		resize: none;
		border-radius: 10px !important;
		background: #f3f3f3;
	}

	.generalPopup input[type='submit'] {
		border-radius: 10px !important;
	}

	.generalPopup .captchaContainer {
		margin-top: -135px;
	}

.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	max-height: 90%;
}

@media only screen and (max-width: 767px) {
	.generalPopup .captchaContainer {
		margin-top: 0;
	}

	.generalPopup {
		padding: 5px;
		margin: 10px 0;
	}

	.fancybox-slide--iframe .fancybox-content {
		height: 100%;
		width: 100%;
		max-width: 95%;
		max-height: 95%;
	}
}



/*** BOKEH ***/
.bokeh {
	position: absolute;
	float: left;
	clear: both;
	background-repeat: no-repeat;
}

#bokeh1 {
	top: 50px;
	left: 50px;
	width: 150px;
	height: 150px;
	background-image: -o-radial-gradient(circle, #fff, cornflowerblue 50px);
	background-image: -moz-radial-gradient(circle, #fff, cornflowerblue 50px);
	background-image: -webkit-radial-gradient(circle, #fff, hsla(0, 0%, 100%, 0.00) 50px);
	opacity: .0;
}

#bokeh2 {
	top: 175px;
	left: 75px;
	width: 450px;
	height: 450px;
	background-image: -o-radial-gradient(circle, #fff, cornflowerblue 350px);
	background-image: -moz-radial-gradient(circle, #fff, cornflowerblue 100px);
	background-image: -webkit-radial-gradient(circle, #fff, hsla(0, 0%, 100%, 0.00) 100px);
	opacity: .7;
}

#bokeh3 {
	top: 150px;
	left: 175px;
	width: 150px;
	height: 150px;
	background-image: -o-radial-gradient(circle, #fff, cornflowerblue 75px);
	background-image: -moz-radial-gradient(circle, #fff, cornflowerblue 75px);
	background-image: -webkit-radial-gradient(circle, #fff, hsla(0, 0%, 100%, 0.00) 75px);
	opacity: .3;
}

#bokeh4 {
	top: 170px;
	left: 30px;
	width: 100px;
	height: 100px;
	background-image: -o-radial-gradient(circle, #fff, cornflowerblue 30px);
	background-image: -moz-radial-gradient(circle, #fff, cornflowerblue 30px);
	background-image: -webkit-radial-gradient(circle, #fff, hsla(0, 0%, 100%, 0.00) 30px);
	opacity: .3;
}

#bokeh5 {
	top: 50px;
	left: 250px;
	width: 400px;
	height: 400px;
	background-image: -o-radial-gradient(circle, #fff, cornflowerblue 200px);
	background-image: -moz-radial-gradient(circle, #fff, cornflowerblue 200px);
	background-image: -webkit-radial-gradient(circle, #fff, hsla(0, 0%, 100%, 0.00) 200px);
	opacity: .4;
}

#bokeh {
	overflow: hidden;
	position: relative;
	margin-top: 4px;
}

/*** BOKEH ***/

.shine-me {
	position: absolute;
	height: 100%;
	width: 100%;
	/*Make sure the animation is over the whole element*/
	animation: ShineAnimation 5s infinite cubic-bezier(.12, .89, .98, .47);
	-webkit-animation-name: ShineAnimation;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.12, .89, .98, .47);
}

@-webkit-keyframes ShineAnimation {
	from {
		background-repeat: no-repeat;
		background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100%);
		background-position: -250px -250px;
		background-size: 600px 600px
	}

	to {
		background-repeat: no-repeat;
		background-position: 600px 600px;
	}
}



.clabel::before {
	content: attr(title);
	position: absolute;
	top: -12px;
	left: 7px;
	padding: 0 5px;
	background: #FFF;
	font-size: 14px;
	color: #999;
}



.no-gutter {
	padding: 0;
}
