/*******************
STYLE INDEX
********************
=BASE
=NAV
=FOOTER
=UIKIT
********************/
/* ===========
    BASE
=========== */
html {
	font: normal 14px / 20px 'Inter', sans-serif;
	background: #F7F7FC;
	color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter', sans-serif;
}

a.hyper {
	position: relative;
	color: #000!important;
	width: fit-content;
}

a.hyper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a.hyper:hover {
	color: #222;
	text-decoration: none;
}

a.hyper:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.primary-logo {
	background: url('../img/2405/logo.svg') center center no-repeat;
	background-size: contain;
	width: 72px;
	height: 72px;
	margin: 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out ;
	-ms-transition: all 0.3s ease-in-out ;
	-o-transition: all 0.3s ease-in-out ;
	transition: all 0.3s ease-in-out ;
}

.primary-logo.primary-logo-inverse {
	background: url('../img/2405/logo-inverse.svg') center center no-repeat;
	background-size: contain;
}

.brand-logo {
	background: url('../img/logo-hr.svg') center center no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.brand-logo.brand-logo-us {
	background: url('../img/logo-us.svg') center center no-repeat;
	background-size: contain;
	margin: -20px auto -20px auto;
}

.brand-logo.brand-logo-medium {
	width: 120px;
	height: 120px;
}

.brand-logo.brand-logo-large {
	width: 160px;
	height: 160px;
}

.brand-logo.uk {
	background: url('../img/2507/logo-hr-uk.svg') center center no-repeat;
	background-size: contain;
}

.brand-logo.us {
	background: url('../img/2507/logo-hr-us.svg') center center no-repeat;
	background-size: contain;
}

.brand-logo.egold {
	background: url('../img/2507/logo-egold.svg') center center no-repeat;
	background-size: contain;
	width: 200px;
	height: 100px;
}

.gallery img {
	border-radius: 15px;
}

.gallery img.small {
	width: 125px;
}

.gallery + .gallery {
	margin-top: 15px;
}

.uk-text-primary {
	color: #000 !important;
}

.uk-text-secondary {
	color: #650BA1 !important;
}

.uk-text-black {
	color: #000 !important;
}

.uk-text-inverse {
	color: #fff !important;
}

.uk-button {
	border-radius: 25px !important;
}

.primary-button {
	background: linear-gradient(90deg, #25104C 0%, #5725B2 100%);
	color: #fff !important;
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 600 !important;
	margin: 10px 0 !important;
	padding: 5px 30px !important;
	text-transform: none !important;
}

.primary-button:hover {
	color: #dedede !important;
}

.primary-button.inverse {
	background: #fff !important;
	color: #5725B2 !important;
}

.primary-button.inverse:hover {
	color: #502578 !important;
}

.uk-icon-button {
	background: linear-gradient(90deg, #25104C 0%, #5725B2 100%);
	color: #fff;
}

.uk-icon-button:hover {
	color: #dedede;
}

.header-inverse {
	background: url('../img/2405/bg-hero.jpg') #06052d left top no-repeat;
	border-radius: 30px;
	margin: 20px;
	padding-bottom: 80px;
}

html.welcome .header-inverse {
	height: calc(100vh - 120px);
}

.header-inverse .page-title {
	font-family: 'Inter', sans-serif;
	font-size: 62px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	margin: 25px 0;
}

.header-inverse .page-title span {
	background: linear-gradient(90deg, #2B49BB 0%, #EC72FD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header-inverse .page-title-small {
	font-family: 'Inter', sans-serif;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin: 0;
}

.page-header {
	position: relative;
	width: 100%;
	height: 180px;
	background: url('../img/2507/header-history.jpg') #06052d left top no-repeat;
	background-size: cover;
	border-radius: 20px;
	margin: 20px 0;
}

.page-header.culture {
	background: url('../img/2507/header-culture.jpg') #06052d left top no-repeat;
	background-size: cover;
}

.page-header.vision {
	background: url('../img/2507/header-vision.jpg') #06052d left top no-repeat;
	background-size: cover;
}

.page-header.leadership {
	background: url('../img/2507/header-leadership.jpg') #06052d left top no-repeat;
	background-size: cover;
}

.page-header.people {
	background: url('../img/2507/header-teams.jpg') #06052d left top no-repeat;
	background-size: cover;
}

.page-header.newsroom {
	background: url('../img/2507/header-newsroom.jpg') #06052d left top no-repeat;
	background-size: cover;
}

.page-header.brands {
	background: url('../img/2507/header-brands.jpg') #06052d left top no-repeat;
	background-size: cover;
}

.page-header.legal {
	background: url('../img/2507/header-legal.jpg') #06052d left top no-repeat;
	background-size: cover;
}

.page-header.contact {
	background: url('../img/2507/header-contact.jpg') #06052d left top no-repeat;
	background-size: cover;
}

.page-header .page-title {
	font-family: 'Inter', sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	margin: 25px 0;
}

.page-intro {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	margin: 10px;
	color: #fff;
}

.page-intro.alt {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	color: var(--secondary-color);
	max-width: none;
}

.page-intro.page-intro-medium {
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	margin: 0 0 30px 0;
}

.page-intro.page-intro-small {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
}

.page-intro.page-intro-large {
	max-width: 440px;
}

.page-intro.inverse {
	color: #fff;
}

.my-container {
	width: 1200px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

.my-container-small {
	width: 768px;
}

.my-container-medium {
	width: 1024px;
}

.my-container-large {
	width: 1600px;
}

.my-card {
	border-radius: 20px;
}

.my-card.my-card-box {
	background: #ececec;
}

.my-card + .my-card {
	margin-top: 20px;
}

.my-card .uk-card-media-top img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.eg-card {
	border-radius: 20px;
	background: #F0DFFF;
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.20);
	padding: 50px;
}

.eg-card .uk-nav-divider {
	border-top: 1px solid #650BA1;
	margin: 20px 0;
}

.img-placeholder {
	border-radius: 20px;
	background: #D9D9D9;
	width: 150px;
	height: 150px;
}

.img-placeholder.about {
	background: url('../img/2507/img-about.jpg') #F7EEFF center center no-repeat;
	background-size: cover;
}

.img-placeholder.circle {
	border-radius: 50%;
	background: #D9D9D9;
	width: 80px;
	height: 80px;
}

.ico-tech {
	border-radius: 50%;
	background: #F7EEFF;
	width: 50px;
	height: 50px;
	padding: 15px;
}

.ico-tech .ico-signals {
	width: 50px;
	height: 50px;
	background: url('../img/2507/ico-tech-signals.svg') #F7EEFF center center no-repeat;
	background-size: contain;
}

.ico-tech .ico-predict {
	width: 50px;
	height: 50px;
	background: url('../img/2507/ico-tech-predict.svg') #F7EEFF center center no-repeat;
	background-size: contain;
}

.ico-tech .ico-activate {
	width: 50px;
	height: 50px;
	background: url('../img/2507/ico-tech-activate.svg') #F7EEFF center center no-repeat;
	background-size: contain;
}


.ico-people {
	border-radius: 50%;
	background: #F7EEFF;
	width: 50px;
	height: 50px;
	padding: 15px;
}

.ico-people .ico-people-sales {
	width: 50px;
	height: 50px;
	background: url('../img/2507/ico-people-sales.svg') #F7EEFF center center no-repeat;
	background-size: contain;
}

.ico-people .ico-people-marketing {
	width: 50px;
	height: 50px;
	background: url('../img/2507/ico-people-marketing.svg') #F7EEFF center center no-repeat;
	background-size: contain;
}

.ico-people .ico-people-content {
	width: 50px;
	height: 50px;
	background: url('../img/2507/ico-people-content.svg') #F7EEFF center center no-repeat;
	background-size: contain;
}

.ico-people .ico-people-data {
	width: 50px;
	height: 50px;
	background: url('../img/2507/ico-people-data.svg') #F7EEFF center center no-repeat;
	background-size: contain;
}

.ico-people .ico-people-tech {
	width: 50px;
	height: 50px;
	background: url('../img/2507/ico-people-tech.svg') #F7EEFF center center no-repeat;
	background-size: contain;
}

section {
	margin: 70px 0;
}

section.white {
	margin: 0;
	background: #fff;
	padding: 70px 0;
}

section.alt {
	background: #E5E5E5;
}

.section-title {
	font-family: 'Inter', sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.section-title.section-title-alt {
	color: #27114E;
}

.section-title.section-title-stack {
	color: #6D1780;
}

.section-title.section-title-stack-light {
	color: #6D1780;
	font-weight: 400;
}

.section-title.section-title-stack span {
	position: relative;
	color: #6D1780;
}

.section-title.section-title-stack span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -10px;
	left: 0;
	background-color: #6D1780;
}

.section-title.section-title-inverse {
	color: #fff;
}

.section-title.section-title-small {
	font-size: 24px;
}

.section-intro {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	color: #333;
}

.section-intro.section-intro-inverse {
	color: #fff;
}

.section-image {
	width: 100%;
}

.section-image img {
	max-width: 100%;
	border-radius: 15px;
}

.section-brands {
	background: #E6EEFF;
	border-radius: 20px;
	padding: 50px 20px;
}

.brand {
	border-radius: 20px;
	width: 100%;
	height: 240px;
}

.brand.brand-hr {
	background: url('../img/2507/bg-brand-hr-uk.jpg') center center no-repeat;
	background-size: cover;
}

.brand.brand-us {
	background: url('../img/2507/bg-brand-hr-us.jpg') center center no-repeat;
	background-size: cover;
}

.brand.brand-egold {
	background: url('../img/2507/bg-brand-hr-egold.jpg') center center no-repeat;
	background-size: cover;
}

.section-stats {
	background: #F0DFFF;
	border-radius: 20px;
	padding: 30px;
}

.section-stats .stats-label {
	font-family: 'Inter', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #000;
}

.section-stats .stats-meta {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #666;
}

.section-stats .stats-ico {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.section-stats .stats-ico.stats-ico-data {
	background: url('../img/2507/ico-data.svg') center center no-repeat;
	background-size: contain;
}

.section-stats .stats-ico.stats-ico-web {
	background: url('../img/2507/ico-web.svg') center center no-repeat;
	background-size: contain;
}

.section-stats .stats-ico.stats-ico-project {
	background: url('../img/2507/ico-project.svg') center center no-repeat;
	background-size: contain;
}

.ico-policy {
	width: 80px;
	height: 80px;
	margin: 10px 0;
	background: url('../img/2507/ico-policy.svg') center center no-repeat;
	background-size: contain;
	
}

.ico-doc {
	width: 80px;
	height: 80px;
	margin: 10px 0;
	background: url('../img/2507/ico-doc.svg') center center no-repeat;
	background-size: contain;
	
}

.staff-name {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #11142D;
	margin-bottom: 10px;
}

.staff-title {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	color: #92929D;
}

.article-date {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	color: #999;
}

.article-title {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #11142D;
	margin-bottom: 10px;
}

.article-intro {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	color: #92929D;
}

.article-cover {
	margin: 0 auto;
	text-align: center;
}

.article-cover img {
	border-radius: 30px;
}

.panel {
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border-radius: 30px;
	padding: 30px;
	margin: 0;
}

.panel.panel-large {
	border-radius: 40px;
	padding: 40px;
}

.panel.panel-small {
	border-radius: 20px;
	padding: 20px;
}

.uk-button + .uk-button {
	margin-left: 10px;
}

.my-button-primary {
	border-radius: 10px;
	background: #fff;
	text-transform: none;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #0D1F43!important;
	margin: 0;
	padding: 15px 30px!important;
}

.my-button-secondary {
	border-radius: 8px;
	background: #01318B;
	text-transform: none;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #fff!important;
	margin: 0;
	padding: 10px 24px!important;
}

.my-button-secondary.my-button-uk {
	background: transparent linear-gradient(70deg, #56A1FF 0%, #5186DC 100%) 0% 0% no-repeat;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding: 5px 12px!important;
}

.my-button-secondary.my-button-us {
	background: transparent linear-gradient(70deg, #CD56FF 0%, #7551DC 100%) 0% 0% no-repeat;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding: 5px 12px!important;
}

.my-text-primary {
	color: #A01D8D;
}

a.my-text-primary:hover {
	color: #411273;
	text-decoration: none;
}

.less {
	max-height: 190px;
	overflow: hidden;
}

.more {
	max-height: none;
}

.showmore {
	color: #0077dd;
	font-size: 0.95em;
	cursor: pointer;
}

.showless {
	color: #0077dd;
	font-size: 0.95em;
	cursor: pointer;
	display: none;
}

.eg-content h3 {
	text-transform: uppercase;
}

/* ===========
    NAV
=========== */
.navbar {
	padding: 0;
	background: #fff;
}

.navbar .menu-container {
	position: relative;
	background: #F7F7FC;
	padding: 0 20px 20px 20px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.navbar .menu-container:before {
    position: absolute;
	top: 0;
	left: -60px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
	content: "";
    border-radius: 50%;
	box-shadow: 30px -30px 0 0 #F7F7FC;
}

.navbar .menu-container:after {
    position: absolute;
	top: 0;
	right: -60px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
	content: "";
    border-radius: 50%;
	box-shadow: -30px -30px 0 0 #F7F7FC;
}

.navbar.uk-sticky.uk-active {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	z-index: 999;
}

.uk-nav-header {
	text-transform: none !important;
	font-weight: 600 !important;
	font-size: 1.2em !important;
}

.uk-nav-default .uk-parent .uk-nav-header {
	color: #666 !important;
}

.uk-nav-default .uk-parent.uk-open .uk-nav-header {
	color: #333 !important;
}

.uk-nav-default > li > a,
.uk-nav li > a {
	font-size: 1.1em;
}

.uk-nav-default li.uk-active > a {
	position: relative;
	font-weight: 500 !important;
}

.uk-nav-default .uk-parent.uk-open li.uk-active > a:before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	top: 8px;
	width: 8px;
	height: 8px;
	background: url('../img/2507/ico-arrow.svg') center center no-repeat;
	background-size: contain;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
	min-height: 50px;
}

html.eg .navbar nav {
	border-bottom: 1px solid #C8C7CC;
}

html.eg .navbar.uk-sticky {
	background: #fff;
}

html.eg .navbar.uk-sticky.uk-active nav {
	border-bottom: none;
}

html.eg .navbar.uk-sticky.uk-active .menu-container {
	padding: 10px;
}

html.eg .navbar.uk-sticky .uk-navbar-toggle,
html.eg .navbar.uk-sticky .uk-navbar-container .uk-navbar-nav > li > a {
	color: #000;
}

html.eg .navbar.uk-sticky .uk-navbar-container .uk-navbar-nav > li:hover > a:not(.primary-logo, .primary-button)::after,
html.eg .navbar.uk-sticky .uk-navbar-container .uk-navbar-nav > li:focus > a:not(.primary-logo, .primary-button)::after,
html.eg .navbar.uk-sticky .uk-navbar-container .uk-navbar-nav > li.uk-active > a:not(.primary-logo, .primary-button)::after {
	background-color: #000;
}

html.eg .uk-slideshow {
	margin: 20px 0;
}

html.eg .uk-slideshow .uk-slideshow-items {
	border-radius: 20px;
}

html.eg .uk-slideshow .uk-slideshow-items .slider-item {
	border-radius: 20px;
}

html.eg .uk-slideshow .uk-slideshow-items .slider-meta {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}

html.eg .uk-slideshow .uk-slideshow-items .slider-meta.inverse {
	color: #fff;
}

html.eg .uk-slideshow .uk-slideshow-items .slider-title {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	color: #5023A4;
	margin-bottom: 10px;
}

html.eg .uk-slideshow .uk-slideshow-items .slider-title.inverse {
	color: #fff;
}

html.eg .uk-slideshow .uk-dotnav {
	position: absolute;
	z-index: 99;
	top: auto;
	left: calc(50% - 40px);
	bottom: 0;
}

html.eg .uk-slideshow .uk-dotnav > li {
	display: inline-flex;
	color: #5725B2;
}

html.eg .uk-slideshow .uk-dotnav > li > a {
	display: block;
	box-sizing: border-box;
	width: 13px;
	height: 13px;
	border: 1px solid rgba(102, 102, 102, .4);
	border-radius: 50%;
	background: #fff;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	transition: .2s ease-in-out;
	transition-property: background-color, border-color;
}

html.eg .uk-slideshow .uk-dotnav > li.uk-active > a {
	background: url('../img/2507/ico-ellipse.svg') center center no-repeat;
	background-size: cover;
	border: none;
}

.navbar.uk-sticky.uk-active .primary-logo {
	width: 42px;
	height: 42px;
}

.uk-navbar-container .uk-navbar-nav {
	*margin-left: 20px;
}

.navbar.uk-sticky.uk-active .uk-navbar-container .uk-navbar-nav {
	*margin-left: 50px;
}

.uk-navbar-container .uk-navbar-nav > li {
	margin: 0;
}

.uk-navbar-container .uk-navbar-nav > li > a {
	position: relative;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0;
	text-transform: none;
	color: #222;
	margin: 0 20px;
	padding: 0;
	min-height: 40px;
}

.uk-navbar-container .uk-navbar-nav > li:hover > a::after,
.uk-navbar-container .uk-navbar-nav > li:focus > a::after,
.uk-navbar-container .uk-navbar-nav > li.uk-active > a::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	left: calc(50% - 25px);
	bottom: -5px;
	background-color: var(--secondary-color);
}

.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover,
.uk-navbar-container .uk-navbar-nav > li:hover > *,
.uk-navbar-container .uk-navbar-nav > li:focus > *,
.uk-navbar-container .uk-navbar-nav > li > *:focus {
	*color: #56227d;
}

.uk-dropdown.uk-open {
	border-radius: 15px;
}

.uk-dropdown-nav > li > a {
	color: #999;
}

.uk-dropdown-nav > li.uk-active > a,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li > a:hover {
	color: #222;
}

.tech-wrapper {
	background: url('../img/2405/bg-tech.jpg') #181445 center center no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 5vw;
}

.careers-wrapper {
	background: url('../img/2405/bg-careers.jpg') #06052d center center no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 30px;
}

.eg-contact-info {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.eg-contact-info .uk-icon {
	color: #4B1E72;
}

.step {
	font-size: 48px;
	line-height: 54px;
	font-weight: 700;
	color: #5224A9;
	text-align: center;
}

/* ===========
    FOOTER
=========== */
footer {
    background: #502578;
	margin-top: 50px;
    padding: 70px 0;
	color: #fff;
}

footer ul li.list-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
    color: #fff;
	margin-bottom: 20px;
}

footer ul li a,
footer ul li a:hover
{
    font-size: 16px;
	font-weight: 400;
	line-height: 20px;
    color: #fff;
}

.footer-logo {
	max-width: 90vw;
	max-height: 100px;
}

.footer-logo-large {
	max-width: 100%;
	height: 120px;
	background: #fff;
	padding: 0 10px;
	border-radius: 10px;
}

.social-icons a {
	color: #fff;
	background: #502578;
}

.social-icons a:hover {
	color: #502578;
	background: #fff;
}

footer h4 {
    color: #fff;
    text-align: left;
}

hr.divider {
	width: 50%;
	border: 0;
    height: 2px;
	background: #fff;
	margin: 20px 0 !important;
}

/* ===========
    UIKIT
=========== */
.uk-link,
a {
	color: #BE5084;
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
	color: #6D1780;
	text-decoration: none;
}

.uk-margin-xlarge-top {
	margin-top: 80px !important;
}

.uk-grid-divider.my-grid-divider > :not(.uk-first-column)::before {
	border-left: 1px solid #BE5084;
}

.uk-grid-divider.my-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	border-top: 1px solid #BE5084;
}

@media only screen and (min-width: 3501px) {

	.header-inverse {
		background: url('../img/2405/bg-hero-large.jpg') #06052d left top no-repeat;
		background-size: cover;
	}
	
}

@media only screen and (min-width: 1921px) and (max-width:3500px) {

	.header-inverse {
		background: url('../img/2405/bg-hero-large.jpg') #06052d left top no-repeat;
	}
	
}

@media only screen and (max-width: 1919px) {
	
	
	
}

@media screen and (min-width: 1600px) {
	
	section.ornament {
		background: url('../img/ornament.svg') 50px bottom no-repeat;
	}
	
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	
	.uk-navbar-container .uk-navbar-nav > li > a {
		margin: 0 2vw;
	}
	
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	
	.uk-navbar-container .uk-navbar-nav > li > a {
		margin: 0 5px;
	}
	
}

@media only screen and (max-width: 1199px) {
	
	.navbar .primary-logo {
		width: 42px !important;
		height: 42px !important;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.uk-navbar-container .uk-navbar-nav > li > a {
		margin: 0 5px;
	}
	
	.header-inverse .page-title {
		font-size: 50px;
		line-height: 60px;
	}
	
}

@media screen and (min-width: 960px) {
	
    .uk-offcanvas-bar {
		width: 450px !important;
	}
	
	.uk-offcanvas-bar li a {
		font-size: 1.6em;
	}
	
}

@media (max-width:1350px) and (min-width:960px) {
	
    .uk-navbar-nav li a {
        color: #000;
        font-size: 15px;
        margin: 0 10px;
        padding: 2px;
        text-transform: capitalize;
    }

    .uk-navbar-nav .logo .brand img {
        width: 140px;
        height: auto;
    }
	
    .logo {
        width: 190px;
    }
}

@media screen and (min-width: 640px) {
	
	html.eg .uk-slideshow .uk-dotnav > li:after {
		display: none !important;
		max-width: 210px;
		content: attr(data-content);
		color: #5725B2;
		margin: -4px 0 0 10px;
	}

	html.eg .uk-slideshow .uk-dotnav > li.uk-active:after {
		display: block;
	}

	html.eg .uk-slideshow .uk-dotnav > li.inverse:after {
		color: #fff;
	}
	
}
	
@media screen and (max-width: 639px) {
	
	html.eg .uk-slideshow .uk-slideshow-items .slider-title {
		font-size: 23px;
		line-height: 30px;
	}
	
	.header-inverse {
		margin: 0;
	}
	
	.navbar .menu-container {
		padding: 10px;
		border-radius: 0;
	}
	
	.uk-navbar-container .uk-navbar-nav > li > a {
		margin: 0;
		font-size: 13px;
	}
	
	.navbar .primary-logo {
		width: 32px !important;
		height: 32px !important;
	}
	
	.header-inverse .page-title {
		font-size: 45px;
		line-height: 60px;
	}
	
	.header-inverse .page-title-small {
		font-size: 24px;
	}
	
	.page-header .page-title {
		font-size: 40px;
	}
	
	.eg-card {
		padding: 25px;
	}
	
    .eg-corporate-button-large, .eg-corporate-button-small {
        padding: 0px 20px;
        min-width: 0;
    }
	
    .section-heading-main {
        font-size: 35px;
    }
	
    .section-heading-intro {
        font-size: 18px;
    }
	
    .eg-corporate-button-large {
        font-size: 16px;
    }
	
    .icon-text {
        font-size: 18px;
    }
	
	.gallery img {
		width: 100% !important;
	}
	
}

@media screen and (max-width: 320px) {
	
	.uk-navbar-container .uk-navbar-nav > li > a {
		margin: 0;
		font-size: 10px;
	}
	
}


@media print {
	
	header,
	.noprint {
		display: none !important;
	}
	
}