/* BOOTSTRAP OVERRIDES ---------------------------------------------------------*/
:root {
	--bs-yellow: #FDB913;
	--bs-warning: #FDB913;
	--bs-warning-rgb: 253, 185, 19;
	--bs-light: #F4F4F4;
	--bs-light-rgb: 244, 244, 244;
	--bs-body-font-family: Poppins,sans-serif;
	--bs-body-font-size: 16px;
	--bs-body-font-weight: 400;

	--bs-body-color: #8B8B8B;
	--bs-body-color-rgb: 139, 139, 139;
	
	--bs-dark:#0E1820;
	--bs-dark-rgb: 14, 24, 32;
	--bs-primary: #11A5E3;
	--bs-primary-rgb: 17, 165, 227;
}
.container-xl {
	--bs-gutter-x: 50px;
	max-width: 1550px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .title, .subtitle {
	font-weight: 500;
	font-family: Oswald,sans-serif;
	color: #1b1b1b;
	letter-spacing: -.02em;
}
.text-white .title, .text-white .subtitle, .text-white h3, .text-white h2 {
	color: #FFF;
}
a {
	text-decoration: none;
}
.form-control {
	color: rgb(156, 156, 156);
	border-radius: 0;
	padding: 10px;
}
.form-control::placeholder {
	color: rgb(156, 156, 156);
	opacity: .6;
}
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
	border-radius: 0;
}
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
	padding: 1rem 1rem;
	font-size: 1rem;
}
.btn {
	--bs-btn-border-radius: 0;
	--bs-btn-font-family: Oswald;
	--bs-btn-padding-x: 40px;
	--bs-btn-padding-y: 10px;
	text-transform: uppercase;
}
.btn-secondary {
	--bs-btn-bg: #4e5a67;
	--bs-btn-border-color: #4e5a67;
	--bs-btn-disabled-bg: #4e5a67;
	--bs-btn-disabled-border-color: #4e5a67;
}
.btn-dark {
	--bs-btn-bg: var(--bs-dark);
	--bs-btn-border-color: var(--bs-dark);
}
.btn-sm {
	padding-left: 25px;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 9px;
	font-size: 12px;
}
.navbar-toggler {
	border-radius: 0;
	border-width: 2px;
	padding: 2px 5px;
	color: #333;
	border-color: #333;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	content: "";
	border-top: none;
	border-right: none;
	border-bottom: 0;
	border-left: none;

	font-family: 'Font Awesome 6 Free' !important;
	font-style: normal;
	font-weight: 900 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\f107";
	
	font-size: 10px;

	transition: transform 0.25s;
}
.dropdown-toggle:hover::after {
	transform: rotate(-180deg);
}

.badge {
	--bs-badge-font-size: 1em;
	--bs-badge-font-weight: normal;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
	  padding-right: 11px;
	  padding-left: 11px;
	  font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .h1, h1 {
	  font-weight: normal;
	  font-size: 55px;
  }
  .h2, h2 {
    font-size: 60px;
	font-size: 55px;
	font-size: 53px;
  }
  .h3, h3, .title {
	  font-size: 1.75rem;
  }
  .h4, h4, .subtitle {
	  font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
	font-size: 20px;
  }
}
@media (max-width: 768px) {
	.container-xl {
		--bs-gutter-x: 30px;
	}
	.title {
		font-size: 1.75rem;
	}
	.h4, h4, .subtitle {
		font-size: 1.2rem;
	}
	.btn {
		--bs-btn-padding-x: 30px;
		--bs-btn-padding-y: 8px;
	}
}
/*
.wrap {
	z-index: 1;
}
*/

@media(max-width: 769px) {
	body {
		font-size: 14px;
	}
	.h1, h1 {
		font-size: 35px;
	}
	.h2, h2 {
		font-size: 35px;
	}
}

/*HEADER------------------------------------------------------------------------*/
.header-page {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1020;
	/*background: #172C3D;*/
}
.menu-sec {
	font-family: Oswald;
	font-size: 15px;
	font-weight: 300;
	height: 60px;
	line-height: 1em;
}
.menu-sec .navbar-nav a {
	margin: 0 17px 0 0;
	border-color: rgba(255,255,255,0.25);
	border-style: solid;
	border-width: 0 2px 0 0;
	padding: 0 17px 0 0;
}
.menu-sec li:last-child a {
	border-width: 0;
}
.menu-sec .nav-item {
	position: relative;
	padding: 20px 0;
}
.menu-sec .second-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
}
.menu-sec .second-menu a {
	color: #FFF;
	text-transform: none;
	font-weight: 300;
	padding: 10px 15px;
	border-right: 0;
	border-left: solid transparent;
	border-left-width: 3px !important;
	margin: 0;
}
.menu-sec .second-menu a:hover {
	color: var(--bs-yellow);
	border-color: var(--bs-yellow);
	background: #000;
}
.menu-sec  .navbar-nav .la {
	color: var(--bs-yellow);
	margin-right: 10px;
}
.menu-social {
	display: inline-block;
	margin: 0 17px 0 0;
	border-color: rgba(255,255,255,0.25);
	border-style: solid;
	border-width: 0 0 0 1px;
	padding: 0 0 0 17px;
}
.menu-social a {
	color: #fff;
	margin: 0 3px;
	font-size: 15px !important;
	padding: 0 !important;
}
.eu-disclaimer {
	width: 149px;
}
.main-header {
	height: 100px;
}
.logo {
	margin-bottom: 0;
}
.logo img {
	height: 100px;
	width: auto;
}

.main-header .logo a {
	padding: 0;
}
@media (max-width: 768px) {
	.main-header {
		height: 70px;
		position: relative;
	}
	.logo img {
		height: 65px;
		width: auto;
	}
	.menu-social {
		margin: 10px 0 0;
		padding: 9px 15px 0;
		border-width: 1px 0 0;
		display: block;
	}
}

/*MAIN MENU ----------------------------------------------------*/
.mega-menu {
	display: flex;
}
.mega-section {
	width: 250px;
}
.dropdown-menu.right {
	right: 0;
}
.dropdown-menu.second-menu {
	border-radius: 0;
	border: none;
	background: rgba(0,0,0,.7);
}
.main-nav a {
	color: #FFF;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .035em;
	font-family: Oswald,sans-serif;
	padding: 0 15px;
}
.main-header a:hover {
	color: var(--bs-primary);
}

.second-menu .list-none {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-header .second-menu a {
	color: #FFF;
	text-transform: none;
	font-weight: 300;
	padding: 5px 15px;
	border-left: 3px solid transparent;
}
.main-header .second-menu a:hover {
	color: var(--bs-yellow);
	border-color: var(--bs-yellow);
	background: #000;
}
.main-header .second-menu strong {
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 15px;
	border-left: 3px solid transparent;
	font-family: Oswald;
	font-weight: 500;
}
.main-header .second-menu .sub-link {
	font-size: .9rem;
	text-indent: -7px;
	padding-left: 25px;
}
.main-header .second-menu .fa {
	font-size: 12px;
}
.has-children {
	position: relative;
}
.has-children > a .fa {
	float: right;
	margin-top: 4px;
}
.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(0,0,0,.7);
	width: 250px;
	display: none;
}
.right .sub-menu {
	left: auto;
	right: 100%;
}
.sub-menu.show {
	display: block;
}

@media (min-width: 1024px) {
	.main-header > .container-xl, .main-nav, .main-header .navbar-collapse, .main-header .navbar-nav {
		height: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	.main-header .navbar-nav .nav-item {
		display: flex;
		align-items: center;
	}
	.main-header .navbar-nav .dropdown-menu {
		top: 100%;
	}
}


@media (max-width: 1024px) {
	.main-nav {
		position: static;
	}
	.main-nav .navbar-collapse {
		position: absolute;
		right: 0;
		top: 100%;
		background: #000;
		left: 0;
		padding: 10px 5px;
	}
	.main-header a.nav-link {
		color: #FFF;
		padding: 5px 15px;
	}
	.main-header .nav-link:focus, .main-header .nav-link:hover {
		color: var(--bs-yellow);
	}
	.sub-menu {
		position: static;
		margin-left: 15px !important;
	}
}

@media (max-width: 768px) {
	.navbar-toggler {
		color: #FFF;
		border-color: #FFF;
		position: absolute;
		right: 20px;
	}
	.main-nav a {
		font-size: 16px;
	}
}

/*HOME HEADER --------------------------------------------------*/
.header-home {
	min-height: 100vh;
	display: flex;
	align-content: center;
	background: linear-gradient(#172C3D, #172C3D, #0D161D, #142533);
	padding-top: 50px;
}
.header-intro {
	font-size: 20px;
}
@media(max-width: 769px) {
	.header-intro {
		font-size: 15px;
	}
}

/*DONUT --------------------------------------------------------*/
.header-home svg {
	max-width: 100%;
	max-height: calc(100vh - 100px);
}
#indic-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: normal;
	width: 40%;
}
.tooltip {
	font-family: Oswald;
}
@media(max-width: 769px) {
  #indic-title {
	  font-size: 15px;
  }
  #indic-value {
	  font-size: 20px;
  }
  #indic-unit {
	  font-size: 11px;
  }
  .header-home svg {
		
	}
}

/*DOCS ---------------------------------------------------------*/
.docs-home .item {
	display: flex;
	align-items: end;
}
.docs-home img {
	margin-right: 15px;
}
.docs-home .item-title {
	margin-bottom: 0;
}
.docs-home .item-meta {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	border-top: 2px solid var(--bs-primary);
	padding-top: 10px;
	margin-top: 10px;
}
.docs-home .item-meta .divider {
	opacity: .5;
	padding: 0 7px;
	font-weight: 300;
}
@media(max-width: 769px) {
  .docs-home .item-meta {
	  font-size: 12px;
  }
}

/*HIGHLIGHTS ---------------------------------------------------*/
.highlights-home {
	min-height: calc(100vh - 200px);
	align-content: center;
	background: linear-gradient(#EDF2F5, #DBE3E9, #B5C6D1, #D0E3EF);
}
.highlights-home .item {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

/*FOOTER -------------------------------------------------------*/
.footer {
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: 93% bottom;
	
}
.footer a {
	color: #b1b2b2;
}
.footer a:hover {
	color: var(--bs-primary);
}
.footer-top {
	padding: 100px 0;
}
.footer h4 {
	margin-bottom: 13px;
}
.footer-bottom {
	background: #000;
}
.footer-bottom .divider {
	opacity: .5;
	margin: 0 10px;
}
.footer .menu-social {
	border: none;
	margin: 0;
	padding: 0;
}
.footer .menu-social a {
	font-size: 20px;
	color: var(--bs-yellow);
	margin: 0 15px 0 0;
}
@media (max-width: 768px) {
	.footer-top {
		padding: 40px 20px;
	}
	.footer-bottom {
		font-size: 12px;
	}
	.footer-bottom .divider {
		opacity: .5;
		margin: 0 8px;
	}
}



/*MISC -------------------------------------------------------------*/
.main-content {
	padding-top: 100px;
}
.home .main-content {
	padding-top: 0;
}
.section-title {
	text-transform: uppercase;
	line-height: 1.15em;
	margin: 20px 0;
}
@media (max-width: 768px) {
  .section-title {
	  font-size: 40px;
  }
}
.text-hover-white:hover {
	color: #FFF !important;
}
.text-hover-warning:hover {
	color: var(--bs-warning) !important;
}
.text-hover-black:hover {
	color: #000 !important;
}
.text-hover-primary:hover {
	color: var(--bs-primary) !important;
}

.slider-nav {
	position: absolute;
	right: 0;
	top: 0;
}
.sidebar .slider-nav {
	top: -7px;
}
.slider-arrow {
	position: absolute;
	top: 12px;
	right: 0;
	width: 50px;
	height: 50px;
	border: 1px solid;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
}
.sidebar .slider-arrow {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.slider-arrow-left {
	right: 65px;
}
.sidebar .slider-arrow-left {
	right: 35px;
}
@media (max-width: 768px) {
	.slider-nav {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.slider-arrow {
		top: auto;
		left: 50%;
		right: auto;
		width: 35px;
		height: 35px;
		border: 2px solid;
		line-height: 30px;
		bottom: 10px;
		margin-left: 5px;
	}
	.slider-arrow-left {
		right: 50%;
		left: auto;
		margin-right: 5px;
	}
}

.btn-icon {
	padding-right: 20px;
}
.btn-icon .la {
	transition: all .3s ease;
	margin-left: 10px;
}
.btn-icon:hover .la {
	transform: translate3d(10%,0,0);
}
.page-text .btn-icon .la {
	display: none;
}
.page-text .btn-icon:after {
	font-family: 'Line Awesome Free';	
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	content: "\f105";
	transition: all .3s ease;
	margin-left: 10px;
}
.page-text .btn-icon:hover:after {
	transform: translateX(10%);
}
.img-link, .video-link {
	display: block;
	overflow: hidden;
	position: relative;
}
.img-link img {
	display: block;
	width: 100%;
	transition: all .25s ease-out 0s;
}
.img-zoom:hover img {
	transform: scale(1.1);
}
.video-link .fa-play, .img-link .fa-play  {
	position: absolute;
	/*
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	*/
	left: 0;
	bottom: 0;
	color: #FFF;
	font-size: 15px;
	background: rgba(0,0,0,.2);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	backdrop-filter: blur(2px) brightness(90%);
	z-index: 10;
}
.thumb-square {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.error {
	color: red !important;
	border-color: red !important;
}
.bg-green {
	background: #00B285 !important;
}
.bg-blue {
	background: #005EB2 !important;
}
.bg-purple {
	background: #7700B2 !important;
}
.bg-magenta {
	background: #B20078 !important;
}
.bg-green-light {
	background: rgba(0, 178, 133, .2) !important;
}
.bg-blue-light {
	background: rgba(0, 94, 178, .2) !important;
}
.bg-purple-light {
	background: rgba(119, 0, 178, .2) !important;
}
.bg-magenta-light {
	background: rgba(178, 0, 120, .2) !important;
}