::-moz-selection {
	background: #7773b3;
}

::selection {
	background: #7773b3;
}

html {
	font: normal 14px / 20px "Inter", Helvetica, Arial, sans-serif;
	background: #eef1f2;
	color: #222;
}

hr {
	border-top: 1px solid #56227d;
}

h1 {
	margin: 0 0 30px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: normal;
	text-transform: none;
	color: #222;
}

h2 {
	margin: 0 0 20px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: normal;
	text-transform: none;
	color: #222;
}

h3 {
	margin: 0 0 10px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: normal;
	text-transform: none;
	color: #222;
}

h4 {
	margin: 0 0 30px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: normal;
	text-transform: none;
	color: #222;
}

h5 {
	margin: 0 0 10px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: normal;
	text-transform: none;
	color: #222;
}

h6 {
	margin: 0 0 10px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
	color: #222;
}

.inverse {
	color: #fff!important;
}

.header {
	background: url('../img/header-subscription.jpg') no-repeat bottom center;
	background-size: cover;
	text-align: center;
	padding: 20px;
}

.header h1 {
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
}

.header.header-large {
	padding: 50px 20px;
}

.header.subscriptions {
	background: url('../img/header-subscription.jpg') no-repeat top center;
	background-size: cover;
}

.header.welcome {
	position: absolute;
	left: 0;
	width: 100%;
	height: 200px;
	background: url('../img/header-subscription.jpg') no-repeat top center;
	background-size: cover;
	z-index: 0;
}

.eg-body .overlay {
	position: relative;
	z-index: 1;
}

.primary-logo {
	background: url('../img/logo-hd.svg') center center no-repeat;
	background-size: contain;
	width: 187px;
	height: 70px;
	margin: 0;
}

.logo-hd {
	background: url('../img/logo-hd.svg') center center no-repeat;
	background-size: contain;
	width: 384px;
	max-width: 100%;
	height: 160px;
	margin: 0 auto;
}

.logo-hd.logo-inverse {
	background: url('../img/logo-hd-inverse.svg') center center no-repeat;
	background-size: contain;
	width: 384px;
	max-width: 100%;
	height: 160px;
	margin: 0 auto;
}

.logo-hd.logo-mini {
	width: 96px;
	height: 40px;
}

.logo-client {
	margin: 25px;
}

.logo-client img {
	max-height: 125px;
}

.eg-navbar {
	padding: 10px 0;
	border: none;
	background: #fff;
}

.eg-navbar .uk-navbar-brand {
	color: #222;
}

.eg-navbar .uk-navbar-toggle {
	color: #444;
	padding: 20px;
}

.eg-navbar .uk-navbar-nav > li > a {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: normal;
	height: 30px;
	margin: 20px 0 20px 20px;
	padding: 0;
	border-radius: 0!important;
	text-shadow: none;
	color: #545454;
}

.eg-navbar .uk-navbar-nav > li.uk-active > a {
	background-color: transparent;
	color: #0d1f43;
	border-bottom: 2px solid #0d1f43;
}

.eg-navbar .uk-navbar-nav > li:focus > a,
.eg-navbar .uk-navbar-nav > li:hover > a,
.eg-navbar .uk-navbar-nav > li > a:focus,
.eg-navbar .uk-navbar-nav > li > a:hover {
	background-color: transparent;
	color: #0d1f43;
}

.my-container.my-container-center {
	width: 1600px;
	padding: 0 10px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}

.eg-card {
	position: relative;
	z-index: 99;
	background: #fff;
	margin: 30px auto!important;
	padding: 0;
	box-shadow: 0 4px 50px 2px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
}

.eg-card:first-child {
	margin-top: 0!important;
}

.eg-card:last-child {
	margin-bottom: 0!important;
}

.eg-card .eg-card-body {
	padding: 50px;
}

.eg-card .eg-card-body-medium {
	padding: 40px;
}

.eg-card .eg-card-body-small {
	padding: 25px;
}

.eg-card .eg-card-body p {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: normal;
	margin-bottom: 25px;
}

.eg-card .eg-card-body ul {
	margin: 30px 0 !important;
	list-style: none;
}

.eg-card .eg-card-body ul li {
	background: url('../img/bulletin.svg') 0 10px no-repeat;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: normal;
	margin: 25px 0;
	padding-left: 40px;
}

.eg-card .eg-card-footer {
	position: relative;
	width: 100%;
    height: 150px;
    background: linear-gradient(to top right, #56227d 49.5%, #fff 50.5%);
	border-bottom: 150px solid #56227d;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: -300px;
}

.eg-card .eg-card-title {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #56227d;
}

.eg-card .eg-intro {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: normal;
	margin: 10px 0;
	text-align: left;
	color: #222;
}

.eg-hover:hover {
	background-color: rgba(141, 16, 183, 0.05);
	border-radius: 10px;
}

.ico-ta {
	width: 120px;
	height: 120px;
	background: url('../img/ico-ta.svg') center center no-repeat;
	background-size: contain;
	margin: 20px auto;
}

.ico-cm {
	width: 120px;
	height: 120px;
	background: url('../img/ico-cm.svg') center center no-repeat;
	background-size: contain;
	margin: 20px auto;
}

.ico-ac {
	width: 120px;
	height: 120px;
	background: url('../img/ico-ac.svg') center center no-repeat;
	background-size: contain;
	margin: 20px auto;
}

.ico-medium {
	width: 72px;
	height: 72px;
	border-radius: 12px;
}

.ico-small {
	width: 50px;
	height: 50px;
	border-radius: 10px;
}

.ico-xsmall {
	width: 32px;
	height: 32px;
	border-radius: 10px;
}

.ico-steps {
	background: url('../img/ico/ico-steps.svg') center center no-repeat;
	background-size: contain;
}

.ico-check {
	background: url('../img/ico/ico-check.svg') center center no-repeat;
	background-size: contain;
}

.ico-firm {
	background: url('../img/ico/ico-firm.svg') center center no-repeat;
	background-size: contain;
}

.ico-school {
	background: url('../img/ico/ico-school.svg') center center no-repeat;
	background-size: contain;
}

.ico-leaders {
	background: url('../img/ico/ico-leaders.svg') center center no-repeat;
	background-size: contain;
}

.ico-profile {
	background: url('../img/ico/ico-profile.svg') center center no-repeat;
	background-size: contain;
}

.ico-search {
	background: url('../img/ico/ico-search.svg') center center no-repeat;
	background-size: contain;
}

.ico-target {
	background: url('../img/ico/ico-target.svg') center center no-repeat;
	background-size: contain;
}

.ico-network {
	background: url('../img/ico/ico-network.svg') center center no-repeat;
	background-size: contain;
}

.ico-chart {
	background: url('../img/ico/ico-chart.svg') center center no-repeat;
	background-size: contain;
}

.ico-graduate {
	background: url('../img/ico/ico-graduate.svg') center center no-repeat;
	background-size: contain;
}

.ico-services {
	background: url('../img/ico/ico-services.svg') center center no-repeat;
	background-size: contain;
}

.ico-career {
	background: url('../img/ico/ico-career.svg') center center no-repeat;
	background-size: contain;
}

.ico-handshake {
	background: url('../img/ico/ico-handshake.svg') center center no-repeat;
	background-size: contain;
}

.ico-medal {
	background: url('../img/ico/ico-medal.svg') center center no-repeat;
	background-size: contain;
}

.clients {
	background: #fff;
	padding: 50px 20px;
	text-align: center;
}

.clients .client-logo {
	margin: 10px auto;
}

.client-logo.logo-lhh {
	width: 99px;
	height: 38px;
	background: url('../img/logo/logo-lhh.svg') center center no-repeat;
	background-size: contain;
}

.client-logo.logo-right-management {
	width: 185px;
	height: 49px;
	background: url('../img/logo/logo-right-management.svg') center center no-repeat;
	background-size: contain;
}

.client-logo.logo-intoo {
	width: 165px;
	height: 74px;
	background: url('../img/logo/logo-intoo.svg') center center no-repeat;
	background-size: contain;
}

.client-logo.logo-said {
	width: 78px;
	height: 78px;
	background: url('../img/logo/logo-said.svg') center center no-repeat;
	background-size: contain;
}

.client-logo.logo-lbs {
	width: 78px;
	height: 78px;
	background: url('../img/logo/logo-lbs.svg') center center no-repeat;
	background-size: contain;
}

.client-logo.logo-imperial {
	width: 186px;
	height: 50px;
	background: url('../img/logo/logo-imperial.svg') center center no-repeat;
	background-size: contain;
}

.uk-badge {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.19;
	letter-spacing: normal;
	margin: 10px 10px 0 0;
	text-align: left;
	background: #fff;
	color: #8d10b7;
	padding: 0 10px 3px 10px;
	border-radius: 10px;
	border: 2px solid #8d10b7;
}

.uk-badge.uk-badge-notification {
	border: none;
}

.uk-pagination > .uk-active > span {
	background: #8d10b7;
    border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
}

.uk-accordion-title {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: normal;
	background: transparent;
	color: #3b3b3b;
	padding: 10px 0;
}

.uk-form legend {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
	background: #fff;
	padding: 10px;
	color: #545454;
}

.uk-form legend:after {
	display: none;
}

.uk-modal-dialog {
	border-radius: 10px;
}

.uk-modal-header {
	border-radius: 10px 10px 0 0;
}

.uk-modal-footer {
	border-radius: 0 0 10px 10px;
}

.uk-panel {
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 30px;
}

.uk-panel.uk-panel-box {
	border: 2px solid #56227d;
}

.uk-panel.uk-panel-box-secondary {
	border: 1px solid #cfcfcf;
	margin-bottom: 10px;
	padding: 15px;
}

.uk-alert {
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.uk-breadcrumb {
	border-radius: 10px;
	border: 2px solid #56227d;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.uk-pagination {
	margin: 20px auto;
}

.uk-panel-title,
.uk-text-primary {
	color: #222!important;
}

.uk-text-secondary {
	color: #8d10b7!important;
}

strong,
.uk-text-bold {
	font-weight: 600!important;
}

.uk-text-xlarge {
	font-size: 30px;
}

.uk-text-xxlarge {
	font-size: 35px;
}

.uk-button {
	border-radius: 10px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin: 10px;
	padding: 0 30px;
}

.uk-button-primary {
	background-color: #0077dd;
	color: #fff;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
	background-color: #0d1f43;
	color: #fff;
}

.uk-button-secondary {
	background-color: #8d10b7;
	color: #fff;
	padding: 10px 50px;
	border-radius: 10px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
	background-color: #56227d;
	color: #fff;
}

.uk-button-link {
	color: #545454;
	box-shadow: none;
	margin: 0 10px;
	padding: 5px;
}

.uk-button-link:hover {
	color: #222;
}

.uk-navbar-toggle-alt.user:after {
	    content: "\f007";
}

.uk-nav-side > li > a:focus,
.uk-nav-side > li > a:hover {
	border-radius: 10px;
	background-color: rgba(141, 16, 183, 0.05);
}

.uk-nav-side > li.uk-active > a {
	background: #8d10b7;
	color: #fff;
	border-radius: 10px;
}

.uk-form input:not([type=radio]):not([type=checkbox]),
.uk-form select,
.uk-form textarea {
	border-radius: 10px;
}

.uk-form input[type=radio]:checked:before {
    background: #56227d;
}

.uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before {
	background: #56227d;
	color: #fff;
}

.uk-form .my-recaptcha {
	max-width: 100%;
	overflow: hidden;
}

.uk-form .my-recaptcha .g-recaptcha {
	display: table;
	margin: 0 auto;
}

input:not([type]).uk-form-large,
input[type].uk-form-large,
select.uk-form-large,
textarea.uk-form-large {
	padding: 10px;
}

/* Auto */
.uk-width-auto {
	width: auto;
}
/* Expand */
.uk-width-expand {
	flex: 1;
	min-width: 1px;
}

@media (max-width: 1023px) {
	
	.eg-navbar .uk-navbar-toggle {
		padding: 0 10px;
	}
	
}

@media (max-width: 480px) {
	
	h1 {
		font-size: 40px;
	}
	
	.eg-card .eg-card-body {
		padding: 20px;
	}
	
}