/*
---------------------------
SECTIONS
---------------------------
*/

.admin-section-info {
	position: absolute;
	top:10px;
	left: 10px;
	max-width: 260px;
	padding: 10px;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	display: none;
	visibility: hidden;
}
.admin-section-info div {
	margin-bottom: 3px 0;
}
.section-wrapper:hover .admin-section-info {
	display: block;
	visibility: visible;
}

.main-content {
	position: relative;
	/* min-height: calc(100vh - 390px); */
	/* padding-right: 25px; */
}
#results {
	padding-right: 25px;
}
.medium-12 .main-content {
	padding-left: 20px;
}

.page-content {
	position: relative;
	min-height: calc(100vh - 390px);
}


@media (max-width: 1023px) {
	.main-content {
		padding-right: 0;
	}

}
@media (max-width: 767px) {
	.main-content {
		position: relative;
		/* min-height: calc(100vh - 390px); */
		padding-right: 0;
	}
	.medium-12 .main-content {
		padding-left: 0px;
	}

}

.section-wrapper {
	width: 100%;
	position: relative;
	z-index: 2;
}

/* .section-wrapper:before {
	position: absolute;
	left: 50%;
	top: -24px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	content: '';
	background: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100px;
	opacity: 0.6;
	z-index: 1;

}
.section-wrapper:after {
	position: absolute;
	left: 50%;
	top: -14px;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background:transparent;
	border-radius: 100px;
	content: '';
} */

.section-wrapper.bg-white:before {
	background:#fff;
}
.section-wrapper.bg-white:after {
	background:#fff;
}
.section-wrapper.section-up-small:before,
.section-wrapper.section-up-small:after {
	display: none;
}

.with-cover .section-wrapper.in-cover {
	margin-top: -150px;
}
.section-wrapper.overflow-hidden {
	overflow: hidden;
}
.modal .section-wrapper {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.section-wrapper.with-border-bottom {
	border-bottom: 1px solid rgba(0, 33, 100, 0.06)
}
.section-wrapper.with-border-top {
	border-top: 1px solid rgba(0, 33, 100, 0.06)
}


.section-boxed {
	position: relative;
	max-width: calc(1420px - 30px);
	border-radius: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.parallax.section-boxed {
	padding-left: 0px;
	padding-right: 0px;
}



	@media (max-width: 1460px) {
		.section-boxed {
			max-width: calc(1340px - 30px);
			border-radius: 0px;
			margin-left: auto;
			margin-right: auto;
			padding-left: 30px;
			padding-right: 30px;
		}

	}
	@media (max-width: 1130px) {
		.section-boxed {
			max-width: calc(1040px - 30px);
			border-radius: 30px;
			margin-left: auto;
			margin-right: auto;
			padding-left: 10px;
			padding-right: 10px;
		}

	}
	@media (max-width: 1040px) {
		.section-boxed {
			max-width: calc(100% - 60px);
			border-radius: 20px;
			margin-left: auto;
			margin-right: auto;
			padding-left: 10px;
			padding-right: 10px;
		}

	}
	@media (max-width: 1023px) {
		.section-boxed {
			max-width: calc(100% - 30px);
			border-radius: 20px;
			margin-left: auto;
			margin-right: auto;
			padding-left: 10px;
			padding-right: 10px;
		}

	}

.section-boxed.section-up-small {
	position: relative;
	margin-top: -40px;
	z-index: 11;
}
.section-boxed.section-up-medium {
	position: relative;
	margin-top: -60px;
	z-index: 998 !important;
}
.section-boxed.section-up-large  {
	position: relative;
	margin-top: -160px;
	z-index: 998 !important;
}
.section-boxed.section-up-xlarge  {
	position: relative;
	margin-top: -190px;
	z-index: 998 !important;
}

/* Max. breedte */
.section-max-left {
  width: calc(50% + 760px);
}
.section-max-left .grid-container {
	
}

@media (max-width: 1680px) {
	.section-max-left {

		width: calc(50% + 620px);
	}
}
@media (max-width: 1460px) {
	.section-max-left {
		position: absolute;
		left:0;
		width: calc(50% + 590px);
	}
}
@media (max-width: 767px) {
	.section-boxed.section-up-medium {
		margin-top: -30px;
		z-index: 998 !important;
	}
	.modal .section-wrapper {
		padding-left: 0rem;
		padding-right: 0rem;
	}
}
@media (max-width: 640px) {
	.section-boxed.section-up-medium {
		margin-top: -20px;
		z-index: 998 !important;
	}
}

.section-map {
	padding:1rem;
	height: 435px;
}
.section-gmap {
	padding: 0 !important;
}

/* Section-Ups */

.section-up-small,
.section-up-medium {
	z-index: initial
}
.section-up-small .this-is-up {
	position: relative;
	margin-top: -60px !important;
	z-index: 11;
}
.section-up-medium .this-is-up {
	position: relative;
	margin-top: -90px !important;
	z-index: 998 !important;
}
.section-up-large .this-is-up {
	position: relative;
	margin-top: -160px !important;
	z-index: 998 !important;
}
.section-up-xlarge .this-is-up {
	position: relative;
	margin-top: -190px !important;
	z-index: 998 !important;
}

	@media (max-width: 1100px) {
		.section-up-small .this-is-up {
			position: relative;
			margin-top: -40px !important;
			z-index: 11;
		}
		.section-up-medium .this-is-up {
			position: relative;
			margin-top: -100px !important;
			z-index: 998 !important;
		}
		.section-up-large .this-is-up {
			position: relative;
			margin-top: -140px !important;
			z-index: 998 !important;
		}
		.section-up-xlarge .this-is-up {
			position: relative;
			margin-top: -160px !important;
			z-index: 998 !important;
		}

	}
	@media (max-width: 1023px) {
		
	}
	@media (max-width: 640px) {
		
	}



/* Row-Ups */

.row-up-small {
	position: relative;
	top: -60px;
	z-index: 11;
}
.row-up-medium {
	position: relative;
	top: -120px;
	z-index: 998 !important;

}
.row-up-large {
	position: relative;
	top: -200px;
	z-index: 998 !important;
}

.bg-section {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-section.bg-section-align-bottom {
	top: auto;
	bottom:0;
}
.section-boxed .bg-section {
	border-radius: 40px;
}

.with-pattern:before {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-position: 0 0;
	background-size: 100px auto;
	background-repeat: repeat;
	background-image: url('../images/icon.png');
	opacity: 0.04;
}

/* Section background image */
.bg-section-image {
	position: absolute;
	top:0;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
	overflow: hidden;
}
.bg-section-image.with-shape:after {
	position: absolute;
	top: -10%;
	left: -20px;
	width: 100%;
	height: 120%;
	content: '';
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	background-image: url('../images/icon-shape.svg');
	opacity: 0.06;
	z-index: 33;
}

/* .bg-dark.bg-section-image:after {

} */

.lazy.bg-section-image {
	opacity: 0;
}
.bg-section-image.initial,
.bg-section-image.loaded,
.bg-section-image.error {
        opacity: 1;
      }

.bg-section-image.bg-size-contain {
	background-size: contain;
}

/* Postition */
.bg-section-image.bottom {
	top:auto;
	bottom:0;
}
.bg-crop-ce {
	top: 50%;
	transform: translateY(-50%);
}

/* Crop */
.bg-position-left.bg-crop-topleft {
	background-position-x: left;
	background-position-y: top;
}
.bg-position-left.bg-crop-centerleft {
	background-position-x: left;
	background-position-y: center;
}
.bg-position-left.bg-crop-bottomleft {
	background-position-x: left;
	background-position-y: bottom;
}

.bg-position-right.bg-crop-topright {
	background-position-x: right;
	background-position-y: top;
}
.bg-position-right.bg-crop-centerright {
	background-position-x: right;
	background-position-y: center;
}
.bg-position-right.bg-crop-bottomright {
	background-position-x: right;
	background-position-y: bottom;
}

.bg-position-center.bg-crop-topcenter {
	background-position-x: center;
	background-position-y: top;
}
.bg-position-center.bg-crop-center {
	background-position-x: center;
	background-position-y: center;
}
.bg-position-center.bg-crop-bottomcenter {
	background-position-x: center;
	background-position-y: bottom;
}

/* Widths */
.bg-section-image.bg-width-100 {
	width: 100%;
}
.in-cover .bg-section-image.bg-width-100 {
	/* max-width: calc(100% - 80px); */
	/* border-radius: 0 40px 0 0; */
}
.bg-section-image.bg-width-75 {
	width: 75%;
}
.bg-section-image.bg-width-66 {
	width: 66;
}
.bg-section-image.bg-width-60 {
	width: 58%;
}
.bg-section-image.bg-width-50 {
	width: 50%;
}
.bg-section-image.bg-width-40 {
	width: 40%;
}
.bg-section-image.bg-width-33 {
	width: 33%;
}
.bg-section-image.bg-width-25 {
	width: 25%;
}

.section-boxed .bg-section-image.bg-width-100 {
	border-radius: 40px;
}

.section-boxed .bg-section-image.bg-position-right.bg-width-75,
.section-boxed .bg-section-image.bg-position-right.bg-width-66,
.section-boxed .bg-section-image.bg-position-right.bg-width-60,
.section-boxed .bg-section-image.bg-position-right.bg-width-50,
.section-boxed .bg-section-image.bg-position-right.bg-width-40,
.section-boxed .bg-section-image.bg-position-right.bg-width-33,
.section-boxed .bg-section-image.bg-position-right.bg-width-25 {
			border-radius: 0 40px 40px 0px;
		}
		.section-boxed .bg-section-image.bg-position-left.bg-width-75,
		.section-boxed .bg-section-image.bg-position-left.bg-width-66,
		.section-boxed .bg-section-image.bg-position-left.bg-width-60,
		.section-boxed .bg-section-image.bg-position-left.bg-width-50,
		.section-boxed .bg-section-image.bg-position-left.bg-width-40,
		.section-boxed .bg-section-image.bg-position-left.bg-width-33,
		.section-boxed .bg-section-image.bg-position-left.bg-width-25 {
			border-radius: 40px 0 0px 40px;
		}

@media (max-width: 1023px) {
	.bg-section-image.bg-width-75,
	.bg-section-image.bg-width-66,
	.bg-section-image.bg-width-60,
	.bg-section-image.bg-width-50,
	.bg-section-image.bg-width-40,
	.bg-section-image.bg-width-33,
	.bg-section-image.bg-width-25 {
		width: 100%;
	}
	.bg-section-image.bg-width-75 {
		max-height: 80%;
	}
}
@media (max-width: 1023px) {
	.with-bg-image .bg-section-image.bg-width-75,
	.with-bg-image .bg-section-image.bg-width-66,
	.with-bg-image .bg-section-image.bg-width-60,
	.with-bg-image .bg-section-image.bg-width-50,
	.with-bg-image .bg-section-image.bg-width-40,
	.with-bg-image .bg-section-image.bg-width-33,
	.with-bg-image .bg-section-image.bg-width-25 {
		width: 100%;
		height: 320px;
		opacity: 1 !important;
	}
	.section-boxed .bg-section-image.bg-width-100 {
		border-radius: 20px;
	}
	
	.section-wrapper.with-bg-image:not(.in-cover) {
		padding-top: 30px !important;
	}
	.section-wrapper.with-bg-image.img-100 {
		padding-top: 360px !important;
	}
	.section-wrapper.with-bg-image.img-5 {
		padding-top: 40px !important;
	}
	.section-wrapper.with-bg-image.img-5 .bg-section-image {
		opacity: 0.05 !important;
	}
	/* .section-wrapper.with-bg-image.in-cover {
		padding-top: 160px !important;
		padding-bottom: 40px !important
	} */
	.section-wrapper.with-bg-image.bg-width-100 {
		padding-top: 40px !important;
	}
	.bg-section-image.with-shape:after {
		opacity: 0.18;
	}
}

/* Heights */
.bg-height-100 {
	height: 100%;
}
.bg-height-90 {
	height: calc(100% - 60px);
}
.bg-height-80 {
	height: 80%;
}
.bg-height-75 {
	height: 75%;
}
.bg-height-66 {
	height: 66.66%;
}
.bg-height-60 {
	height: 60%;
}
.bg-height-50 {
	height: 50%;
}
.bg-height-40 {
	height: 40%;
}
.bg-height-33 {
	height: 33.333%;
}
.bg-height-25 {
	height: 25%;
}

.bg-position-left {
	background-position: left;
}
.section-boxed .bg-position-left {
	border-radius: 0px 0 0 0px !important;
}
.bg-position-center {
	background-position: center;
}
.bg-position-right {
	left: auto !important;
	right: 0  !important;
	background-position: top right;
}
.section-boxed .bg-position-right {
	border-radius: 0 40px 40px 0 !important;
}
.section-boxed .bg-width-100.bg-position-right {
	border-radius: 40px 40px !important;
}


.bg-section-image.height-40 {
	height: 40%;
}
.bg-section-image.height-60 {
	height: 60%;
}
.bg-section-image.height-70 {
	height: 70%;
}


.section-height-small {
	min-height: 30vh;
}
.section-height-medium {
	min-height: 50vh;
}
.section-height-large {
	min-height: 70vh;
}

/* Reapeat */
.bg-section-image.bg-repeat {
	background-position: top left;
	background-repeat: repeat;
	background-size: 160px auto;
}

/* Parallax */
.parallax.parallax-opacity-10 .parallax-inner {
	opacity: 0.1;
}
.parallax.parallax-opacity-20 .parallax-inner {
	opacity: 0.2;
}
.parallax.parallax-opacity-30 .parallax-inner {
	opacity: 0.3;
}
.parallax.parallax-opacity-40 .parallax-inner {
	opacity: 0.4;
}
.parallax.parallax-opacity-50 .parallax-inner {
	opacity: 0.5;
}
.parallax.parallax-opacity-60 .parallax-inner {
	opacity: 0.6;
}
.parallax.parallax-opacity-70 .parallax-inner {
	opacity: 0.7;
}
.parallax.parallax-opacity-80 .parallax-inner {
	opacity: 0.8;
}
.parallax.parallax-opacity-90 .parallax-inner {
	opacity: 0.9;
}

.parallax-bg-width-75 .parallax-inner {
	max-width: 75% !important;
}
.parallax-bg-width-66 .parallax-inner {
	max-width: 66.66% !important;
}
.parallax-bg-width-60 .parallax-inner {
	max-width: 60% !important;
}
.parallax-bg-width-50 .parallax-inner {
	max-width: 50% !important;
}
.parallax-bg-width-40 .parallax-inner {
	max-width: 40% !important;
}
.parallax-bg-width-33 .parallax-inner {
	max-width: 33.333% !important;
}
.parallax-bg-width-25 .parallax-inner {
	max-width: 25% !important;
}
.bg-position-center {
	background-position: center;
}
.parallax-bg-position-right .parallax-inner {
	right: 0  !important;
	background-position: right;
}


	@media (max-width: 1600px) {

	}
	@media (max-width: 1280px) {

	}
	@media (max-width: 1130px) {
	
	}
	@media (max-width: 767px) {
		.bg-height-90 {
			height: 100%;
		}
		.section-boxed .bg-position-left {
			border-radius: 0px 0px 0px 0px !important;
		}
		.section-boxed .bg-width-100.bg-position-right {
			border-radius: 20px 20px !important;
		}

	}




/*
---------------------------
SECTION - CONTENT
---------------------------
*/

.section-shape {
	display: none;
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 105% 0;
	background-image: url('../images/icon-inverted.svg');
	opacity: 0.2;
	z-index: 1;
}
.with-bg-image .section-shape {
	opacity: 0.4;
	right: auto;
	left: 0;
}
.bg-white .section-shape {
	right: auto;
	left: 0;
	opacity: 0.05;
	background-image: url('../images/icon.svg');
}

.footer-wrapper .section-shape {
	background-position: left;

	opacity: 0.06;
}

.section-content {
	position: relative;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.section-content.spaced {
	padding-top: 80px !important;
	padding-left: 80px !important;
	padding-right: 80px !important;
	padding-bottom: 80px !important;
	/* box-shadow: 0 0 30px rgba(0, 23, 70, 0.086); */
}
.section-content.boxed {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	
}
.section-content.content-flex {
	display: flex;
	align-content: flex-start;
	justify-content: center;
	flex-direction: column;
}

.large-order-2.section-content {
	padding-left: 25px;
	padding-right: 30px;
}
.section-content.active-label {
	padding-top: 75px;
}
.parallax.section-boxed .large-order-1.section-content {
	padding-left: 60px;
	padding-right: 40px;
}
.parallax.section-boxed .large-order-2.section-content {
	padding-right: 40px;
}

.section-content.maxed {
	max-width: 760px;
}

.bg-content {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.big-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 160px;
	font-family: 'arboria', sans-serif;
	opacity: 0.3;
	z-index: 0;
}

	@media (max-width: 1280px) {
		.section-content {
			padding-right: 0px;
		}
		.large-order-2.section-content {
			padding-left: 0;
		}
		.section-shape {
			background-position: 116% 0;
			opacity: 0.08;
		}
	}
	@media (max-width: 1023px) {
		.vertical-section-name {
			display: none;
		}
		
		.section-content {
			padding-top: .5rem;
			padding-left: 10px;
			padding-right: 1.5rem;
			padding-bottom: .5rem;
			border-radius: 0px;
		}
		.section-content.spaced {
			padding-top: 50px !important;
			padding-left: 50px !important;
			padding-right: 50px !important;
			padding-bottom: 50px !important;
			/* box-shadow: 0 0 30px rgba(0, 23, 70, 0.086); */
		}
		.large-order-2.section-content {
			padding-left: 20px;
		}
		.section-content.active-label {
			padding-top: 0px;
		}
		.cta-bar .section-content {
			padding-top: 20px;
			text-align: center;
		}
		.section-boxed .section-content.content-flex {
			padding-left: 30px;
		}
	}
	@media (max-width: 767px) {
		.section-shape {
			position: absolute;
			top: 0;
			right: 0px;
			display: none;
		}
		.bg-content {
			position: absolute;
			top:0;
			left: -15px;
			width: calc(100% + 25px);
			height: 100%;
			z-index: 0;
			opacity: 0.80;
		}
		.section-content {
			padding-top: .5rem;
			padding-left: 10px;
			padding-right: 1.5rem;
			padding-bottom: .5rem;
			border-radius: 0px;
		}
		.section-content.boxed {
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 10px;
			
		}
		.section-content.active-label {
			padding-top: 0px;
		}

		.section-content.spaced {
			padding-top: 25px !important;
			padding-left: 25px !important;
			padding-right: 25px !important;
			padding-bottom: 25px !important;
			/* box-shadow: 0 0 30px rgba(0, 23, 70, 0.086); */
		}
		.section-boxed .section-content.content-flex {
			padding-left: 15px;
		}
		.large-order-2.section-content {
			padding-left: 10px;
		}
		.section-shape {
			z-index: -1;
		}
		

	}
	@media (max-width: 440px) {
		.section-content {
			padding-top: .5rem;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: .5rem;
			border-radius: 0px;
		}
	}



.bg-section-content {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	z-index: -1;
}
.bg-section-content.full {
	width: 100%;
}

.section-heading {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 2rem;
}
.section-heading.align-center {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;

	padding-left: 0rem;
	padding-right: 0rem;
}
.section-heading.align-justify {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-between;
}

.section-boxed .section-heading {
	padding-left: 0px;
}
.section-title-wrap  {
	position: relative;
}
.section-heading.align-justify .section-title-wrap {
	width: 45%;
	flex-shrink: 0;
}
.section-heading.align-center .section-title-wrap {
	text-align: center;
}

.section-icon {
	position: relative;
	margin-left: -5px;
	margin-bottom: 20px;

}
.section-icon.icon-tiny i:before{
	font-size: 1.250rem;
}
.section-icon.icon-small i:before{
	font-size: 1.8rem;
}
.section-icon.icon-medium i:before{
	font-size: 3.3rem;
}
.section-icon.icon-large i:before{
	font-size: 4.6rem;
}
.section-icon.icon-xlarge i:before{
	font-size: 5rem;
}
.section-icon i:before {
	line-height: 1;
	margin-left:0;
}

.section-intro {
	position: relative;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #084399;
	padding: 0;
	border-radius: 0px;
	margin-left: 0px;
	/* opacity: 0.6; */
}
.section-intro:before {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 7px;
	margin: 0 10px 0 2px;
	border-radius: 1px;
	content: '';
	border: 1px solid #084399;
	border-left: 0;
	border-right: 0;
}
.section-intro.c-white:before {
	border-color: #fff;
}

.with-tabs.roadmap .section-intro {
	font-size: 18px;
}
.text-center .section-intro {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.section-content.bg-primary .section-intro {
	color: #fff;
	padding-left: 30px;
}

/* .section-wrapper.bg-primary .section-intro,
.section-wrapper.bg-secondary .section-intro,
.section-wrapper.bg-dark .section-intro,
.section-wrapper.inversed .section-intro {
	color: rgba(255, 255, 255, 0.7) !important;
} */

.section-introtitle {
	font-size: 1.66rem;
	display: block;
	font-weight: 400;
}
.section-content .section-introtitle {
/* 	margin-left: 40px; */
}
.section-title {
	position: relative;
	font-size: 2rem;
	display: block;
	font-weight: 400;
	line-height: 1.2;
	transform: translate3d(0,0);
	margin-bottom: 0px;
	margin-left: -1px;
}
.in-cover .section-title {
	font-weight: 400;
}

.underline {
	display: inline-block;
	background: transparent;
	background-repeat: no-repeat;
	background-size:  auto 10px;
	background-position: 50% 100%;
	background-image: url('../images/underline-primary.svg');
}
.large-order-2.section-content .section-title {
	max-width: 80%;
}

.section-title.title-small {
	font-size: 1.6rem;
}
.section-title.title-medium {
	font-size: 2.6rem;
}
.section-title.title-large {
	font-size: 3rem;
	line-height: 1.2;
}
.section-title.title-xlarge {
	font-size: 4rem;
	line-height: 1.1;
}
.section-title.title-huge {
	font-size: 5rem;
	line-height: 1.2;
}
.section-title.no-margin {
	margin-bottom: 0 !important;
}
/* .section-wrapper.bg-primary .section-title,
.section-wrapper.bg-secondary .section-title,
.section-wrapper.bg-dark .section-title,
.section-wrapper.inversed .section-title {
	color: rgba(255, 255, 255, 1) !important;
} */
.section-subtitle {
	/* font-family: 'filson-pro'; */
	font-size: 1.125rem;
	display: block;
	font-weight: 400;
	margin:20px 0 0;
}
.section-subtitle.title-small {
	font-size: 1.2rem;
}
.section-subtitle.title-medium {
	font-size: 1.5rem;
}
.section-subtitle.title-large {
	font-size: 1.8rem;
	line-height: 1.1;

}
.section-subtitle.title-xlarge {
	font-size: 1.8rem;
	line-height: 1.1;
}
.section-subtitle.title-huge {
	font-size: 3.6rem;
	line-height: 1.1;
}

.section-wrapper.bg-primary .section-subtitle,
.section-wrapper.bg-secondary .section-subtitle,
.section-wrapper.bg-dark .section-subtitle,
.section-wrapper.inversed .section-subtitle {
	color: rgba(255, 255, 255, 1) !important;
}

.section-lead {
	padding-top: 30px;
	position: relative;
	display: block;
	z-index: 3;
}
.section-heading.align-justify .section-lead {
	padding-left: 40px;
	padding-top: 15px;
	width: 50%
}
.section-heading.align-center .section-lead {
	text-align: center;
	max-width: 800px;
}
.section-content .section-lead {
	margin-left: 0px;
}
.section-content.boxed .section-lead {
	margin-left: 0px;
}

.section-lead p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.9;
}
.in-cover .section-lead p {
	font-size: 24px;
}

.section-lead.c-dark p {
	color: rgb(0, 12, 30);
}

.section-lead ul,
.section-lead ol {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.7;
}

.section-lead.smaller p {
	font-size: 16px;
	line-height: 1.7;
}
.section-lead.larger {
	padding-top: 10px;

}
.section-lead.larger p {
	font-size: 22px;
	line-height: 1.5;
}

.section-wrapper.bg-primary .section-lead p,
.section-wrapper.bg-secondary .section-lead p,
.section-wrapper.bg-dark .section-lead p,
.section-wrapper.inversed .section-lead p {
	color: rgba(255, 255, 255, 1) !important;
}

.section-lead .section-button {
	margin-top: 15px;
}
.section-lead .section-button.float-right {
	margin-top: 5px;
	margin-right: 10%;
}


.section-text {
	margin-left: 0px;	
	padding-top: 0px;
	display: block;
}
.section-content .section-text {

}
.section-content.boxed .section-text {

}
.section-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
}
.section-text .button {
	margin-top: 10px;
}

.section-wrapper.bg-primary .section-text p,
.section-wrapper.bg-secondary .section-text p,
.section-wrapper.bg-dark .section-text p,
.section-wrapper.inversed .section-text p {
	color: rgba(255, 255, 255, 1) !important;
}


.section-iframe {
	width: calc(100% + 0px);
	margin:0px 0 0;
	background: #fff;
	
}
.section-iframe.with-border {
	padding: 0 25px 0 20px;
	border: 2px solid rgba(0, 0, 0, 0.12);

}
.section-iframe iframe {
	width: 100%;
	margin-bottom: 20px;
	border: 0;
}


.section-badge {
	position: absolute;
	bottom: 0px;
	right: 0px;

	width: 180px;
	height: 180px;
	
	border-radius: 200px;
	background-repeat: no-repeat;
	background-size:  auto 50px;
	background-position: center;
	background-image: url('../images/icon-p.svg');
	
	transform: scale(0);
	
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition-delay: 0.5s;
	z-index: 999;
}
.cell .section-badge {
	bottom: 0px;
}

.large-order-1 .section-badge {
	bottom: -40px;
	right: 0;
	left: 20px;

}


.section-badge.inverted {
	background-image: url('../images/icon-p-inverted.svg');
}

.section-boxed .section-badge {
	right: 30px;
	bottom: -40px;
}
/* .cover-slider .section-badge {
	bottom: calc(50% - 200px);
	right: calc(50% - 100px);
} */
.section-badge.in-cover {
	bottom: 100px;
	right: 30px;
}
.cover-slider .section-badge {
	bottom: 60px;
	right: 5%;
}
.cover-slider .cover-slide .section-badge {
	bottom: 0;
	right: 60px;
}

.cover-slider .cover-heading .section-badge {
	bottom: calc(50% - 100px);
	right: -110px;
}
.product-detail .section-badge {
	bottom: auto;
	top: 120px;
	right: auto;
	left: -100px;
}

.all-loaded .section-badge {
	transform: scale(1);
	opacity: 1;
}
.section-badge:before {
	position: absolute;
	top: 35px;
	right: 35px;
	left: 35px;
	bottom: 35px;
	border-radius: 200px;
	background: rgba(5, 101, 153, 0.1);
	content: '';
}
.section-badge.inverted:before {
	background: rgba(255, 255, 255, 0.05);
}
.section-badge:after {
	position: absolute;
	top:12px;
	right: 12px;
	left: 12px;
	bottom: 12px;
	content: '';
	opacity: 1;
	z-index: 999;
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('../images/badge-text-dark.svg');
/*	-webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20ss linear infinite;
    animation:spin 20ss linear infinite;*/
}
.section-badge.inverted:after {
	background-image: url('../images/badge-text-inverted.svg');
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

	@media (max-width: 1680px) {
		
		.section-title.title-small {
			font-size: 1.4rem;
		}
		.section-title.title-medium {
			font-size: 2.2rem;
		}
		.section-title.title-large {
			font-size: 2.8rem;
			line-height: 1.1;
		}
		.section-title.title-xlarge {
			font-size: 3.8rem;
			line-height: 1.1;
		}
		.section-title.title-huge {
			font-size: 3.6rem;
			line-height: 1.1;
		}
	}
	@media (max-width: 1460px) {
		.cover-slider .section-badge {
			bottom: 0;
			right: 20px;
		}
		.section-subtitle {
			font-size: 20px;
		}
		.section-title {
			margin-left: -1px;
		}
		.section-title.title-small {
			font-size: 1.2rem;
		}
		.section-title.title-medium {
			font-size: 2rem;
		}
		.section-title.title-large {
			font-size: 2.4rem;
		
		}
		.section-title.title-xlarge {
			font-size: 3.4rem;
			line-height: 1.1;
		}
		.section-title.title-huge {
			font-size: 3.2rem;
		}

	
		.section-subtitle.title-xlarge {
			font-size: 1.6rem;
			line-height: 1.3;
		}
		.section-subtitle.title-huge {
			font-size: 2.6rem;
		}
		.section-lead p {
			font-weight: 300;
			font-size: 20px;
			line-height: 1.7;
		}
		

	}
	@media (max-width: 1023px) {
		
		.section-boxed .section-badge {
			right: 30px;
			top: 200px;
			bottom: auto;
			opacity: 0.5;
		}

		.section-badge {
			bottom: 0px;
			right: 30px;
			width: 180px;
			height: 180px;
		}
		.cell .section-badge {
			bottom: 30px;
		}
		
		.large-order-1 .section-badge {
			bottom: -40px;
			right: 0;
			left: 20px;
		
		}

		.section-heading {
			position: relative;
			padding-left: 5px;
			padding-right: 5px;
		}
		.section-heading.align-justify {
			display: flex;
			align-items: flex-start;
			flex-direction: column;
			justify-content: space-between;
		}
		.section-heading.align-justify .section-title-wrap {
			width: 70%;
		}
		.section-heading.align-justify .section-lead {
			padding-left: 0px;
			padding-top: 15px;
			width: 70%;
			}
		.section-title {
			max-width: 660px;
			font-size: 1.6rem;
		}
		.section-title.title-small {
			font-size: 1.2rem;
		}
		.section-title.title-medium {
			font-size: 1.8rem;
		}
		.section-title.title-large {
			font-size: 2.2rem;
		}
		.section-title.title-xlarge {
			font-size: 2.8rem;
			line-height: 1.1;
		}
		.section-title.title-huge {
			font-size: 3rem;
		}
		.in-cover .section-title {
			max-width: 500px;
		}
		.underline {
			display: inline-block;
			background: transparent;
			background-repeat: no-repeat;
			background-size:  auto 6px;
			background-position: 50% 100%;
			background-image: url('../images/underline-primary.svg');
		}

		.section-subtitle {
			font-size: 1.4rem;
		}
		.section-subtitle.title-small {
			font-size: 1.125rem;
		}
		.section-subtitle.title-medium {
			font-size: 1.350rem;
		}
		.section-subtitle.title-large {
			font-size: 1.5rem;
		}
		.section-subtitle.title-xlarge {
			font-size: 1.66rem;

			max-width: 500px;
		}
		.section-subtitle.title-huge {
			font-size: 3rem;
		}
		
	}

	@media (max-width: 767px) {

		.cover-slider .section-badge {
			display: none;
		}
		.section-badge {
			transform-origin: bottom right;
		}
		.section-badge.in-cover {
			bottom: 0px;
			right: 0;
		}
		.section-boxed .section-badge {
			right: 0px;
			top: 180px;
			bottom: auto;
		}

		
		.all-loaded .section-badge {
			transform: scale(0.6);
			opacity: 1;
		}


		.section-iframe.with-border {
			padding: 20px 0px 0 0px;
			border: 0px solid rgba(0, 0, 0, 0.12);
		}
		.section-heading {
			position: relative;
			padding-left: 10px;
			padding-right: 5px;
			padding-bottom: 1rem;
		}
		.section-heading.text-center {
			padding-left: 0rem;
			max-width: 80%;
			margin: auto;
		}
		.section-heading.align-justify {
			display: flex;
			align-items: flex-start;
			flex-direction: column;
			justify-content: space-between;
		}
		.section-heading.align-justify .section-title-wrap {
			width: 100%;
		}
		.section-heading.align-justify .section-lead {
			padding-left: 0px;
			padding-top: 0px;
			width: 100%;
		}
		.section-intro {
			margin-bottom: 15px;
			font-size: 14px;
			letter-spacing: 1px;
			/* opacity: 0.8; */
		}
		.section-title {
			font-size: 1.4rem;
		
		}
		.section-title.title-small {
			font-size: 18px;
		}
		.section-title.title-medium {
			font-size: 22px;
			line-height: 1.1;
		}
		.section-title.title-large {
			font-size: 26px;
			line-height: 1.2;
		}
		.section-title.title-xlarge {
			font-size: 30px;
			line-height: 1.2;
			max-width: 350px;
		}
		.section-title.title-huge {
			font-size:34px;
		}
		
		.section-iframe.with-border h3 {
			text-align: center;	
		}

		.section-subtitle {
			font-size: 1.4rem;
		}
		.section-subtitle.title-small {
			font-size: 1rem;
		}
		.section-subtitle.title-medium {
			font-size: 1.125rem;
		}
		.section-subtitle.title-large {
			font-size: 1.35rem;
		}
		.section-subtitle.title-xlarge {
			font-size: 1.4rem;

			max-width: 300px;
		}
		.section-subtitle.title-huge {
			font-size: 3rem;
		}

		.section-lead {
			 padding-top: 20px !important;
		}
		.section-lead p {
			font-size: 15px;
			line-height: 1.7;
		}
		.in-cover .section-lead p {
			font-size: 18px;
		}
		.section-lead ol {
			font-weight: 400;
			font-size: 14px;
			line-height: 1.7;
		}
				
		.section-text p {
			font-weight: 400;
			font-size: 14px;
			line-height: 1.7;
		}

		.section-badge {
			bottom: -25px;
			right: 20px;
			width: 160px;
			height: 160px;
		}
		.all-loaded .section-badge {
			transform: scale(0.55);
			opacity: 1;
		}
		.section-lead .section-button.float-right {
			float: none !important;
			margin-top: 5px;
			margin-left: auto;
			margin-right: auto;
		}
	}
	@media (max-width: 374px) {
		.section-badge {
			bottom: -25px;
			right: 10px;
			width: 180px;
			height: 180px;
		}
		.all-loaded .section-badge {
			transform: scale(0.5);
			opacity: 1;
		}

		.section-title.title-small {
			font-size: 16px;
		}
		.section-title.title-medium {
			font-size: 20px;
			line-height: 1.1;
		}
		.section-title.title-large {
			font-size: 23px;
			line-height: 1.2;
		}
		.section-title.title-xlarge {
			font-size: 28px;
			line-height: 1.2;
			max-width: 350px;
		}
		.section-title.title-huge {
			font-size:30px;
		}
		.section-subtitle {
			max-width: 90%;
			margin-top: 10px;
			font-size: 1.4rem;
		}
		.section-subtitle.title-small {
			font-size: 1rem;
		}
		.section-subtitle.title-medium {
			font-size: 1.125rem;
		}
		.section-subtitle.title-large {
			font-size: 1.25rem;
			
		}
		.section-subtitle.title-xlarge {
			font-size: 1.350rem;
			max-width: 200px;
		}
		.section-subtitle.title-huge {
			font-size: 3rem;
		}
	}

/* Section Play Button */

.section-play-button {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index: 88;
}
.section-play-button.is-absolute {
	position: absolute;
	top: 50%;
	right: 25%;
	transform: translate3d(-50%, -50%, 0);
}
.section-play-button.is-absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.section-play-button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-40%, -50%, 0);
	content:'';

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.section-play-button:hover:after {
	border-color: transparent transparent transparent #fff;
}


/* Section Images */
.section-images {
	position: relative;
	height: 100%
}

/* .section-images:before {
	position: absolute;
	bottom: 0px;
	left: -40px;
	width: 100px;
	height: 100px;
	content: '';
	border-radius: 100px;
	background: #fff;
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: center;
	background-image: url('../images/icon.svg');
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);

	opacity: 1;
	z-index: 6;
} */
.badge-is-active.section-images:before {
	display: none;
}


.section-images.with-shadow {
	overflow: visible;
}

.large-order-1 .section-images {
	/* margin-left: 25px; */
}
.large-order-2 .section-images {
	/* margin-right: 25px; */
}

.large-order-2 .section-images:before {
	left: auto;
	right: -60px;
}

.show-on-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 178, 222, 0.541);
	color: #fff;
	z-index: 2;
	border-radius: 0px;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.section-images:hover .show-on-hover {
	visibility: visible;
	opacity: 1;
}

.section-images img {
	position: relative;
	z-index: 1;
	border-radius: 20px;
	margin-bottom: 0px;
	width: 100%;
}
.section-images.with-shadow img {
	box-shadow: 0px 1px 42px 1px rgba(0, 0, 0, 0.1);
}
.section-boxed .section-image img {
	border-radius: 20px;
}
.image-stacked .cell {
	width: 70% !important;
}

.image-stacked .cell:not(:first-child) {
	position: absolute;
	bottom:0;
	right: 0px;
	z-index: 1;
}
.image-stacked .cell:nth-of-type(1) {
	width: 70% !important;
	transform: translateX(0px) translateY(-50px);
	z-index: 3;
}
.image-stacked .cell:nth-of-type(2) {
	width: 50% !important;
	transform: translateX(-40px) translateY(60px);
	z-index: 4;

	
}
.image-stacked .cell:nth-of-type(2) img {
	
	
	/* box-shadow: 0  0 30px rgba(0, 0, 0, 0.188); */
}


	@media (max-width: 1023px) {
		.image-stacked {
			margin: 20px 0 20px;
		}
		.image-stacked .cell:nth-of-type(1) {
			width: 70% !important;
			transform: translateX(0px) translateY(0px);
			z-index: 3;
		}
		.image-stacked .cell:nth-of-type(2) {
			width: 40% !important;
			transform: translateX(-20px) translateY(50px);
			z-index: 4;
		
			
		}
		.section-images:before {
			position: absolute;
			
			left: 0px;
			
		}
		.single-image img {
			
		}
	}
	@media (max-width: 767px) {
		
		.single-image img {
			/* margin: auto;
			max-width: 380px; */
		}
		.large-order-1 .section-images {
			margin-left: 0px;
		}
		.large-order-2 .section-images {
			margin-right: 0px;
		}
		.image-stacked .cell:nth-of-type(2) {
			width: 40% !important;
			transform: translateX(0px) translateY(10px);
			z-index: 4;
		}
		
		.image-stacked .cell:nth-of-type(2) img {
			border: 5px solid #fff;
		}
		.with-tabs .section-images {
			max-width: 50%;
		}
		.section-images:before {
			display: none;
		}
	}



/* Expanded */
.section-image.expanded {
	position: absolute;
	left:0;
  width: calc(50% + 50px);
  height: 400px;
  z-index: 3
}
.section-image img {
	border-radius: 0;
}
.section-boxed .section-image img {
	border-radius: 0;
}

/* VIDEO */
.section-image .section-image-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 60px;
	height: 60px;
	z-index: 88;
}
.section-image .section-image-play:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-40%, -50%, 0);
	content:'';

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.section-image .section-image-play:hover:after {
	border-color: transparent transparent transparent #fff;
}


/* Listing */
.section-listing {
	padding-top: 20px;
	margin-left: 0px;
}
.section-heading.align-justify .section-listing {
	padding-left: 40px;
	padding-top: 10px;
	width: 50%
}
.section-listing.no-lead {
	padding-top: 30px;
}
.section-listing ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 10px !important;
}
.section-listing ul.listing-count-2 {
	column-count: 2;
}
.section-listing ul.listing-count-3 {
	column-count: 3;
}
.section-listing ul li {
	position: relative;
	padding:0;
	margin: 0 0 0px;
	
}
.section-listing ul li:after {
	position: absolute;
	bottom:0;
	left:45px;
	width: calc(100% - 45px);
	height: 1px;
	background: #002164;
	content: '';
	z-index: 0;
	opacity: 0.08;

}
.section-listing ul li .section-listing-link {
	position: relative;
	display: block;
	font-family: 'arboria';
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4;
	padding: 20px 5px;
	padding-left: 45px;
	
}
.section-listing.large ul li .section-listing-link {
	font-size: 1.4rem;
	padding: 15px 5px;
	padding-left: 55px;
}
.section-listing ul li a.section-listing-link {
	color: #084399;
}	
.section-listing ul li a.section-listing-link:hover {
	color: #084399;
}
.section-listing.c-white ul li .section-listing-link { 
	color: #fff;
}
.section-listing ul li .section-listing-link .section-listing-icon {
	position: absolute;
	top: 20px;
	left:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50px;
	border: 2px solid transparent
}
.section-listing ul li .section-listing-link .section-listing-icon i {
	font-size: 16px;
}

.section-listing.large ul li .section-listing-link .section-listing-icon {
	width: 40px;
	height: 40px;
}
.section-listing ul li .section-listing-link .section-listing-icon i {
	font-size: 20px;
}
	@media (max-width: 1280px) {
		
	}
	@media (max-width: 1023px) {
		
	}
	@media (max-width: 767px) {
		.section-listing ul.listing-count-2 {
			column-count: 1;
		}
		.section-listing ul.listing-count-3 {
			column-count: 1;
		}
		.section-heading.align-justify .section-listing {
			padding-left: 0px;
			padding-top: 10px;
			margin-bottom: 30px;
			width: 100%;
		}
		.section-listing ul li:after {
			position: absolute;
			bottom:0;
			left:35px;
			width: calc(100% - 35px);
		}
		.section-listing ul li .section-listing-link {
			padding: 10px;
			padding-left: 35px;
			font-size: 16px;
		}
		.section-listing ul li .section-listing-link .section-listing-icon {
			width: 25px;
			height: 25px;
			top: 8px;
			border-width: 1px;

		}
		.section-listing ul li .section-listing-link .section-listing-icon i {
			font-size: 13px;
		}
	}



	

/* Carousel */

.carousel-wrap {
	overflow: hidden;
}

.swiper-container-autoheight .swiper-wrapper {
	height: auto !important;
	align-items: stretch;
}

.section-carousel {
	padding-bottom: 40px;
	
}
.section-carousel {
/* 	width: 100%; */
	height: auto;
	padding: 0 0rem 40px;
	overflow: visible;
}

.section-carousel.collapsed {
	/* 	width: 100%; */
		height: auto;
		padding: 0 0rem 0px;
	}
.section-carousel.with-tabs {
/* 	width: 100%; */
	height: auto;
	padding: 50px 0rem 0px;
	overflow: hidden;
}
.swiper-pagination.section-carousel-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 30px;
	white-space: nowrap;
	padding: 0px 10px;
	z-index: 999;
}
.with-tabs .section-carousel-pagination {
	bottom: auto !important;
	top: 0px;
	height: 60px;
}
.with-tabs.roadmap .section-carousel-pagination {
	width: 100%;
	max-width: 1240px;
	height: 70px;
	justify-content: space-between;
}
.with-tabs.roadmap .section-carousel-pagination:before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: calc(100% - 120px);
	height: 1px;
	background: #fff;
	opacity: 0.2;
	content: '';
	z-index: -2;
}
.section-carousel.collapsed .swiper-pagination.section-carousel-pagination {
	bottom: 20px !important;
}

.swiper-pagination .swiper-pagination-bullet {
	transform: rotate(0deg);
	border-radius: 10px;
	background: #002164
}
.swiper-pagination.inversed .swiper-pagination-bullet {
	border-radius: 10px;
	background: #002164
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	background: #002164
}


.with-tabs .section-carousel-pagination .swiper-pagination-bullet {
	font-family: 'Gotham';
	position: relative;
	width: auto;
	min-width: 140px;
	height: 50px;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.096);
	color: #062949;
	padding: 14px 40px 15px;
	/* text-transform: uppercase; */
	font-weight: 400;
	opacity: 1;
}
.with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet {
	padding: 0px 40px 15px;
	height: 80px;
	min-width: 140px;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 0);
	color: rgba(255, 255, 255, 0.6);
}
.with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #fff;
	border: 3px solid #F8C8C6;
	content: '';
	z-index: 0;
}

.with-tabs .section-carousel-pagination .swiper-pagination-bullet-active {
	background: #062949;
	color: #fff;
	opacity: 1;
}
.with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet-active {
	color: #fff;
	opacity: 1;
}

.with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet-active:before {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translateY(-50%);
	width: 2000px;
	height: 2px;
	background: #F8C8C6;
	content: '';
	z-index: -1;
}
.with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet-active:after {
	width: 20px;
	height: 20px;
	background: #F8C8C6;
	border: 3px solid #F8C8C6;
	content: '';
	z-index: 0;
}

.bg-white .with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet,
.bg-light .with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet {
	color: #084399;
}
.bg-white .with-tabs .section-carousel-pagination .swiper-pagination-bullet-active,
.bg-light .with-tabs .section-carousel-pagination .swiper-pagination-bullet-active {
	background: #062949;
	color: #fff;
	opacity: 1;
}
.bg-white .with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet-active,
.bg-light .with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet-active {
	color: #fff;
	opacity: 1;
}

/* .section-carousel .swiper-slide-duplicate-active {
	transform: scale(1.2) !important;
} */

.swiper-button-next {
	text-align: right;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border-radius: 60px;
	z-index: 10;
	cursor: pointer;
	background: transparent;
	background-color: #084399;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #084399;
}

.swiper-button-next {
	left: auto;
	right: 10px;
	text-align: right;
	
}
.swiper-button-prev:before,
.swiper-button-next:before {
	position: absolute;
	top: 50%;
	left: 48%;
	transform: translate(-50%, -50%);
	font-family: 'Font Awesome 6 Pro';
  	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f053";
	font-size: 18px;
	color: #fff;
	/* text-shadow: 0px 0px 6px #084399e29; */
}
.swiper-button-next:before {
	content: "\f054";
	left: 52%;
}
.section-carousel .swiper-button-prev.section-carousel-prev {
	left: 0px;
}
.section-carousel .swiper-button-next.section-carousel-next {
	right: 0px;
}
.full .section-carousel .swiper-button-prev.section-carousel-prev {
	left: 30px;
}
.full .section-carousel .swiper-button-next.section-carousel-next {
	right: 30px;
}

.section-carousel.collapsed .swiper-button-prev.section-carousel-prev {
	border-radius: 0 0px 0px 0;
}
.section-carousel.collapsed .swiper-button-next.section-carousel-next {
	border-radius: 0px 0 0 0px;
}
.section-carousel .swiper-button-prev.section-carousel-prev,
.section-carousel .swiper-button-next.section-carousel-next {
	/* top: 30%; */
	opacity: 0 !important;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(30, 10, 45, 0.5);
}
.section-carousel .swiper-button-prev:before,
.section-carousel .swiper-button-next:before {
	color: #084399;
}

.section-carousel:hover .swiper-button-prev.section-carousel-prev,
.section-carousel:hover .swiper-button-next.section-carousel-next {
	opacity: 1 !important;
}
.section-carousel:hover .swiper-button-prev.section-carousel-prev.swiper-button-disabled,
.section-carousel:hover .swiper-button-next.section-carousel-next.swiper-button-disabled  {
	opacity: 0 !important;
}
.section-carousel .swiper-button-next {

}

.section-carousel .swiper-wrapper > .swiper-slide {
	margin: 0 15px 0 15px !important;
}
.section-carousel.collapsed .swiper-wrapper > .swiper-slide {
	margin: 0 0px 0 0px !important;
}

.section-carousel .swiper-wrapper > .large-1 {
	width: calc(8.33333% - 30px);
}
.section-carousel .swiper-wrapper > .large-2 {
	width: calc(16.66667% - 30px); 
}
.section-carousel .swiper-wrapper > .large-3 {
	width: calc(25% - 30px); 
}
.section-carousel .swiper-wrapper > .large-4 {
	width: calc(33.33333% - 30px); 
}
.section-carousel .swiper-wrapper > .large-5 {
	width: calc(41.66667% - 30px); 
}
.section-carousel .swiper-wrapper > .large-6 {
	width: calc(50% - 30px); 
}
.section-carousel .swiper-wrapper > .large-7 {
	width: calc(58.33333% - 30px); 
}
.section-carousel .swiper-wrapper > .large-8 {
	width: calc(66.66667% - 30px); }
.section-carousel .swiper-wrapper > .large-9 {
	width: calc(75% - 30px); }
.section-carousel .swiper-wrapper > .large-10 {
	width: calc(83.33333% - 30px);
}
.section-carousel .swiper-wrapper > .large-11 {
	width: calc(91.66667% - 30px); 
}
.section-carousel .swiper-wrapper > .large-12 {
	width: calc(100% - 30px);
}

@media (max-width: 1023px) {

	.with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet {
		padding: 0px 40px 15px;
		height: 80px;
		min-width: 140px;
		font-size: 14px;
	}
	/* Medium */
	.section-carousel .swiper-wrapper > .medium-1 {
		width: calc(8.33333% - 30px) !important;
	}
	.section-carousel .swiper-wrapper > .medium-2 {
		width: calc(16.66667% - 30px) !important ; 
	}
	.section-carousel .swiper-wrapper > .medium-3 {
		width: calc(25% - 30px) !important; 
	}
	.section-carousel .swiper-wrapper > .medium-4 {
		width: calc(33.33333% - 30px) !important; 
	}
	.section-carousel .swiper-wrapper > .medium-5 {
		width: calc(41.66667% - 30px) !important; 
	}
	.section-carousel .swiper-wrapper > .medium-6 {
		width: calc(50% - 70px) !important; 
	}
	.section-carousel .swiper-wrapper > .medium-7 {
		width: calc(58.33333% - 30px) !important; 
	}
	.section-carousel .swiper-wrapper > .medium-8 {
		width: calc(66.66667% - 30px)!important; 
	}
	.section-carousel .swiper-wrapper > .medium-9 {
		width: calc(75% - 30px) !important; }
	.section-carousel .swiper-wrapper > .medium-10 {
		width: calc(83.33333% - 30px) !important;
	}
	.section-carousel .swiper-wrapper > .medium-11 {
		width: calc(91.66667% - 30px) !important; 
	}
	.section-carousel .swiper-wrapper > .medium-12 {
		width: calc(100% - 30px) !important;
	}

}

@media (max-width: 767px) {

	.section-carousel .swiper-wrapper > .swiper-slide {
		margin-right: 5px !important;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	

	/* Medium */
	.section-carousel .swiper-wrapper > .small-1 {
		width: calc(8.33333% - 50px) !important;
	}
	.section-carousel .swiper-wrapper > .small-2 {
		width: calc(16.66667% - 50px) !important; 
	}
	.section-carousel .swiper-wrapper > .small-3 {
		width: calc(25% - 50px) !important; 
	}
	.section-carousel .swiper-wrapper > .small-4 {
		width: calc(33.33333% - 50px) !important; 
	}
	.section-carousel .swiper-wrapper > .small-5 {
		width: calc(41.66667% - 50px) !important; 
	}
	.section-carousel .swiper-wrapper > .small-6 {
		width: calc(50% - 50px) !important; 
	}
	.section-carousel .swiper-wrapper > .small-7 {
		width: calc(58.33333% - 50px) !important; 
	}
	.section-carousel .swiper-wrapper > .small-8 {
		width: calc(66.66667% - 50px) !important;
	}
	.section-carousel .swiper-wrapper > .small-9 {
		width: calc(75% - 50px) !important; 
	}
	.section-carousel .swiper-wrapper > .small-10 {
		width: calc(83.33333% - 50px) !important;
	}
	.section-carousel .swiper-wrapper > .small-11 {
		width: calc(91.66667% - 50px) !important; 
	}
	.section-carousel .swiper-wrapper > .small-12 {
		width: calc(100% - 50px) !important;
	}

	.section-carousel:hover .swiper-button-prev.section-carousel-prev, 
	.section-carousel:hover .swiper-button-next.section-carousel-next {
		display: none !important;
		opacity: 0 !important;
	}
	.section-carousel.collapsed .swiper-pagination.section-carousel-pagination {
		bottom: 10px !important;
	}
	.swiper-button-prev:before, 
	.swiper-button-next:before {
		font-size: 18px;
	}

	.with-tabs .section-carousel-pagination {
		width: 100%;
	}
	.with-tabs .section-carousel-pagination .swiper-pagination-bullet {
		width: auto;
		height: 40px;
		border-radius: 0px;
		background-color: rgba(24, 24, 25, 0.1);
		padding: 9px 15px;
		font-weight: 600;
		opacity: .5;
	}
	.with-tabs .section-carousel-pagination .swiper-pagination-bullet-active {
		background: #062949;
		color: #fff;
		opacity: 1;
	}

	.with-tabs.roadmap .section-carousel-pagination:before {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		width: calc(100% - 65px);
		height: 2px;
		background: #fff;
		opacity: 0.2;
		content: '';
		z-index: -2;
		}
	.with-tabs.roadmap .section-carousel-pagination .swiper-pagination-bullet {
		padding: 2px 5px 15px;
		height: 80px;
		min-width: auto;
		font-size: 11px;
		font-weight: 400;
		opacity: 1;
	}

}



/*
---------------------------
SUB NAVIGATION
---------------------------
*/

.section-with-sub .grid-container {
	position: relative;
	z-index: 9;
}

.section-subnav {
	position: relative;
	padding: 0rem 25px;
	margin: 0rem 0 0px;
}
#mobile-subs .section-subnav {
	border: 0;
	margin-bottom: 0;
}

.section-subnav ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
	column-count: 3;
}
.section-subnav ul li {
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
}
.section-subnav ul li:last-child {
	border:0 !important;
}
.section-subnav ul li a {
	padding-left: 0;
	color: #002164;
	font-weight: 500;
	display: block;
	padding: 0.4em 1em 0.4em 1rem;
  	font-size: 15px !important;
  	letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.section-subnav ul li a:hover {
	color: #062949;
}
.section-subnav ul li a:before {
	position: absolute;
	left: 2px;
	top:7px;
	font-family: 'Font Awesome 6 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
 	content: '\f054';
	font-size:13px;
	margin-right: 0px;
	color: rgba(0, 122, 250, 1);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	opacity: 1;
}
.section-subnav ul li a:hover:before {
	-webkit-transform: translate(3px, 0);
  	transform: translate(3px, 0);
  	opacity: 1;
  	color: #062949;
}
.section-subnav ul li.item-breadcrumb a:before {
	opacity: 1;
	color: #062949
}

.section-subnav ul li.item-breadcrumb a {
	color: #056499;
	font-weight: 600;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light).section-subnav ul li a {
	color: rgba(255, 255, 255, 0.6) !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light).section-subnav ul li a:hover {
	color: #fff !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light).section-subnav ul li a:before {
	color: #fff !important;
}
.bg-primary.section-subnav ul li a
.bg-secondary.section-subnav ul li a,
.bg-color3.section-subnav ul li a,
.bg-dark.section-subnav ul li a {
	color: rgba(255, 255, 255, 0.7) !important;
}
.bg-primary.section-subnav ul li a:hover,
.bg-secondary.section-subnav ul li a:hover,
.bg-color3.section-subnav ul li a:hover,
.bg-dark.section-subnav ul li a:hover {
	color: rgba(255, 255, 255,1) !important;
}
.bg-primary.section-subnav ul li a:before,
.bg-secondary.section-subnav ul li a:before,
.bg-color3.section-subnav ul li a:before,
.bg-dark.section-subnav ul li a:before {
	color: rgba(255, 255, 255, 1) !important;
}

	@media (max-width: 1023px) {
		.section-subnav {
			position: relative;
			padding: 0rem 0px;
			margin: 0rem 0 0px;
		}
	}
	@media (max-width: 640px) {
		.section-subnav ul {
			column-count: 1;
		}
		.section-subnav ul li a {
			font-size: 14px;
		}
	}


#navbar {
	position: relative;
	top: 0;
	width: 100%;
	height: 60px;

	z-index: 99;
}

.navbar-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#navbar .button {
	margin-left:0rem;
}

	@media (max-width: 1100px) {
		#navbar .button {
			margin-left:0rem;
		}
	}
	@media (max-width: 1023px) {
		.header-wrapper .header-content {
			padding-top: 9rem;
		}
	}
	@media (max-width: 640px) {
		#navbar {
			position: relative;
			display: none;
		}
	}


#navbar .sticky {
	background: #001746;
	padding: 0.5rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);

}


#navbar .sticky.is-stuck {

	background: rgba(0, 23, 70, 0.96);
}
#navbar .menu.float-left {
	border-left: 1px solid rgba(255, 255, 255, 0.13);
	margin-left: 2rem;
	padding-left:1rem;
}
#navbar .menu {
/*
	text-transform: uppercase;
	letter-spacing: 2px;
*/
	font-size: 18px;
}
#navbar .menu a {
	position: relative;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	background: rgba(0, 0, 0, 0);
	border: 0px solid rgba(0, 0, 0, 0.08);
	margin: 0 15px;
	border-radius: 0px;
	padding: 0.8rem;
	padding-left:0;
	padding-right: 0;
	white-space: nowrap;
	font-size: 14px;

}

#navbar .menu li a:after {
	opacity: 0;
	visibility: hidden;

	position: absolute;
	top: 50%;
	left: 0px;
	width:100%;
	height:3px;
	text-align: center;
	font-size: 11px;
	transform: translate(-50%, -50%);
	font-family: 'Font Awesome 6 Pro';
  	font-weight: 700;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f078";
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateX(0px) translateY(0);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
#navbar .menu.menu-items li a:after {
	display: none;
}
#navbar .menu a:hover {
	color: #062949;
}
#navbar .menu li a:hover:after {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px) translateY(10px);
}
#navbar .menu .item-breadcrumb a,
#navbar .menu a.is-active {
	font-weight: 600;
	color: #062949;
}
#navbar .menu li.item-breadcrumb a:after,
#navbar .menu li a.is-active:after {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px) translateY(10px);
}
#navbar .menu .item-number-1  a {
/* 	border-right: 1px solid rgba(255, 255, 255, 0.17); */
}



/* Footer */
.section-footer {
	padding-top: 30px;
	padding-left:0px;
	/* padding-bottom:30px; */
}
.section-footer .button {
	margin-right: 15px
}
.cta-bar .section-footer  {
	padding-top:0px;
}
.section-button-absolute {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate3d(-50%,-100px,0);
	z-index: 5;
}
.button.section-button-absolute:active {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate3d(-50%,-99px,0) !important;
	z-index: 5;
}
.auto .section-footer {
	padding-top:30px;
}

	@media (max-width: 1280px) {
		.section-button-absolute {
			transform: translate3d(-50%,-50px,0);
		}

		.section-slider-container .swiper-button-prev,
		.section-slider-container .swiper-button-next {
			left: 0rem;
			opacity: 1;
		}
		.section-slider-container .swiper-button-next {
			left: 50px;
		}
		.section-carousel .swiper-button-disabled {
			opacity: .4 !important;
		}
		.section-footer .button {
			margin-right: 15px;
			margin-bottom: 10px;
		}

	}
	@media (max-width: 1023px) { 
		.cta-bar .section-footer.text-right  {
			text-align: center;
		}
		.section-footer {
			padding-top: 20px;
		}
	}
	@media (max-width: 767px) {
		
	
		.section-slider-container .swiper-button-prev,
		.section-slider-container .swiper-button-next {
			left: 0rem;
			opacity: 1;
			width: 30px;
			height: 24px;
			bottom:-48px;
		}
		.section-slider-container .swiper-button-next {
			left: 50px;
		}
		.section-carousel .swiper-button-disabled {
			opacity: .4 !important;
		}
		.swiper-button-prev:before,
		.swiper-button-next:before {
			font-size: 18px;
		
		}
		.section-footer {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		.cta-bar .section-footer  {
			padding-top:0px;
		}
		.auto .section-footer {
			padding-top:20px;
		}

		


	}




/* Accordion */
.section-accordion .accordion-title {
	font-size: 24px;
	font-weight: 600;
	color: #002164
}
.section-accordion .accordion-title:hover {
	color: #0089ff !important;
	background-color: rgba(0, 33, 100, 0.06) !important;
}
.section-accordion .is-active .accordion-title {
	color: #0089ff !important;
	background-color: transparent !important;
}

.section-accordion .accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.66rem;
	content: '+';
}

/*	
---------------------------
FLOATING ARROW ANIMATIONS
---------------------------
*/

.floating-arrow-wrapper {
    position: relative;
    z-index: 9999 !important;
    height: 0px;
}


.white-popup .floating-arrow-wrapper {
    display: none;
}

.going-down {
    position: absolute;
    bottom: 0px;
    right: 40px;
    
    margin-left: 0px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    
    z-index: 996 !important;
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 0px 0px 0 0;
    outline: 0;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.going-down i {
    position: relative;
    top:14px;
    color: #062949;
    position: absolute;
	font-size: 22px;
    
    text-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 767px) {
    .floating-arrow-wrapper {
        display: none;
    }
    .going-down {
        bottom: 10px;
        height: 50px;
        width: 60px;
    }
    .going-down i {
        color: #ffffff;
        position: absolute;
        top: 10px;
        left: 18px;
        font-size: 1.6rem;
    }
}

.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
    65% {
        -webkit-transform: translate(0%, 15px);
        transform: translate(0%, 15px)
    }
    to {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
    65% {
        -webkit-transform: translate(0%, 15px);
        transform: translate(0%, 15px)
    }
    to {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

