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



.main-content {
	position: relative;
	/* min-height: calc(100vh - 390px); */
	/* padding-right: 25px; */

}
#results {
	padding-right: 25px;
}
.medium-12 .main-content {
	padding-left: 1.250rem;
}

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


#page-content > .grid-container {
	z-index: 2;
}
.page-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 1600px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position:top left;
	background-image: url('../images/icon.svg');
	z-index: 0;
	opacity: 0.1;
}

@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;
	}
	#page-content:before {
		position: absolute;
		top: -25px;
		right: 20%;
		width: 80px;
		height: 40px;
		background: #fff;
		border-radius: 0px 0px 0 0;
		content: '';
	  }

}

.section-wrapper {
	width: calc(100% - 0px);
	position: relative;	
	/* margin: auto;
	max-width: calc(100% - 300px) */
}
.section-wrapper.overflow-hidden {
	overflow: hidden;
}

.section-wrapper .section-carousel-wrap {
	overflow: hidden;
}
.section-up-small.section-wrapper.overflow-hidden,
.section-up-medium.section-wrapper.overflow-hidden { 

}

.section-wrapper .grid-container.is-relative {
	z-index: 2;
}

.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-wrapper .section-shape {
	display: none;
	position: absolute;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 0px 0px 0 0;
	transform: rotate(0deg) scale(1);
	z-index: 8;
}
.section-wrapper .section-shape:before,
.section-wrapper .section-shape:after  {
	position: absolute;
	width: 60px;
	height: 60px;
	content: '';
	opacity: 0.5;
	/* border: 2px solid #fff; */
}



.section-wrapper .section-shape.top-left {
	display: block;
	top: -60px;
	left: 0%;
}
.section-wrapper .section-shape.top-left:before {
	top: -60px;
	left: 0px;
}
.section-wrapper .section-shape.top-left:after {
	top: 0px;
	left: 60px;
}

.section-wrapper .section-shape.top-right {
	display: block;
	top: -60px;
	right:0%;
}
.section-wrapper .section-shape.top-right:before {
	top: -60px;
	right: 0px;
}
.section-wrapper .section-shape.top-right:after {
	top: 0px;
	right: 60px;
}

.section-wrapper .section-shape.bottom-left {
	display: block;
	bottom: -60px;
	left: 0%;
}
.section-wrapper .section-shape.bottom-left:before {
	bottom: -60px;
	left: 0px;
}
.section-wrapper .section-shape.bottom-left:after {
	bottom: 0px;
	left: 60px;
}

.section-wrapper .section-shape.bottom-right {
	display: block;
	bottom: -60px;
	right: 0%;
}
.section-wrapper .section-shape.bottom-right:before {
	bottom: -60px;
	right: 0px;
}
.section-wrapper .section-shape.bottom-right:after {
	bottom: 0px;
	right: 60px;
}

.section-wrapper.bg-primary .section-shape {
	background-color: #696bce;
}
.section-wrapper.bg-primary .section-shape:before,
.section-wrapper.bg-primary .section-shape:after  {
	background-color: #696bce;
}
.section-wrapper.bg-secondary .section-shape {
	background-color: #9b0166;
}
.section-wrapper.bg-secondary .section-shape:before,
.section-wrapper.bg-secondary .section-shape:after  {
	background-color: #9b0166;
}

.section-wrapper.bg-color3 .section-shape {
	background-color: #ff9b31;
}
.section-wrapper.bg-color3 .section-shape:before,
.section-wrapper.bg-color3 .section-shape:after  {
	background-color: #ff9b31;
}

.section-wrapper.bg-dark .section-shape {
	background-color: #0e0e19;
}
.section-wrapper.bg-dark .section-shape:before,
.section-wrapper.bg-dark .section-shape:after  {
	background-color: #0e0e19;
}

.section-wrapper.bg-white .section-shape {
	background-color: #fff;
}
.section-wrapper.bg-white .section-shape:before,
.section-wrapper.bg-white .section-shape:after  {
	background-color: #fff;
}

.section-wrapper.bg-light .section-shape {
	background-color: #f5f0f0;
}
.section-wrapper.bg-light .section-shape:before,
.section-wrapper.bg-light .section-shape:after  {
	background-color: #f5f0f0;
}



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


	@media (max-width: 1460px) {
		.section-boxed {
			max-width: calc(1200px - 30px);
			border-radius: 0px;
			margin-left: auto;
			margin-right: auto;
			padding-left: 30px;
			padding-right: 30px;
		}
		.section-wrapper .section-shape {
			width: 40px;
			height: 40px;
		}
		.section-wrapper .section-shape:before,
		.section-wrapper .section-shape:after  {
			width: 40px;
			height: 40px;
		}
		
		
		
		.section-wrapper .section-shape.top-left {
			top: -40px;
		}
		.section-wrapper .section-shape.top-left:before {
			top: -40px;
		}
		.section-wrapper .section-shape.top-left:after {
			left: 40px;
		}
		.section-wrapper .section-shape.top-right {
			top: -40px;
		}
		.section-wrapper .section-shape.top-right:before {
			top: -40px;
		}
		.section-wrapper .section-shape.top-right:after {
			right: 40px;
		}
		.section-wrapper .section-shape.bottom-left {
			bottom: -40px;
		}
		.section-wrapper .section-shape.bottom-left:before {
			bottom: -40px;
		}
		.section-wrapper .section-shape.bottom-left:after {
			left: 40px;
		}
		
		.section-wrapper .section-shape.bottom-right {
			bottom: -40px;
		}
		.section-wrapper .section-shape.bottom-right:before {
			bottom: -40px;
		}
		.section-wrapper .section-shape.bottom-right:after {
			right: 40px;
		}

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

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

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

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

.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% + 61.250rem);
	}
}
@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: -1.250rem;
		z-index: 998 !important;
	}
}

.section-map {
	padding:1rem;
	height: 435px;
}

/* Section-Ups */
.section-up-small .this-is-up {
	position: relative;
	margin-top: -60px !important;
	z-index: 11 !important;
}
.section-up-medium .this-is-up {
	position: relative;
	margin-top: -11.250rem !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: -11.250rem;
	z-index: 998 !important;

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



	@media (max-width: 1100px) {
		#bigHalfCircle {
			height: 40px !important;
		}
	}
	@media (max-width: 1023px) {
		#bigHalfCircle {
			height: 1.250rem !important;
		}
	}


/* Section background image */
.section-icon {
	position: absolute;
	 top: 0%;
	 left:0;
	 transform: translateY(0%);
	 display: block;
	 width: 100%;
	 height: 100%;
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: 20% 50%;
	 background-image: url('../images/icon.svg');
	 z-index: 1;
	 mix-blend-mode: multiply;
	 opacity: 0.3;

	 display: none;
   
}

.bg-section-image {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}
.bg-section-image.bg-size-contain {
	background-size: contain;
}

/* Postition */
.bg-section-image.bottom {
	top:auto;
	bottom:0;
}

/* Widths */
.bg-section-image.bg-width-100 {
	width: 100%;
}
.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: 0px;
}

@media (max-width: 1023px) {
	.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%;
		opacity: 0.15 !important;
	}
	.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%;
		opacity: 1 !important;
		height: 320px;
	}
	.section-wrapper.with-bg-image {
		padding-top: 360px !important;
	}
	.section-wrapper.with-bg-image.bg-width-100 {
		padding-top: 40px !important;
	}
}

/* Heights */
.bg-section-image.bg-height-100 {
	height: 100%;
}
.bg-section-image.bg-height-90 {
	height: 90%;
}
.bg-section-image.bg-height-80 {
	height: 80%;
}
.bg-section-image.bg-height-75 {
	height: 75%;
}
.bg-section-image.bg-height-66 {
	height: 66.66%;
}
.bg-section-image.bg-height-60 {
	height: 60%;
}
.bg-section-image.bg-height-50 {
	height: 50%;
}
.bg-section-image.bg-height-40 {
	height: 40%;
}
.bg-section-image.bg-height-33 {
	height: 33.333%;
}
.bg-section-image.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: right;
}

/* Crop */
.bg-position-left.bg-crop-ne {
	background-position-x: left;
	background-position-y: top;
}
.bg-position-left.bg-crop-ce {
	background-position-x: left;
	background-position-y: center;
}
.bg-position-left.bg-crop-se {
	background-position-x: left;
	background-position-y: bottom;
}

.bg-position-right.bg-crop-ne {
	background-position-x: right;
	background-position-y: top;
}
.bg-position-right.bg-crop-ce {
	background-position-x: right;
	background-position-y: center;
}
.bg-position-right.bg-crop-se {
	background-position-x: right;
	background-position-y: bottom;
}

.bg-position-center.bg-crop-ne {
	background-position-x: center;
	background-position-y: top;
}
.bg-position-center.bg-crop-ce {
	background-position-x: center;
	background-position-y: center;
}
.bg-position-center.bg-crop-se {
	background-position-x: center;
	background-position-y: bottom;
}

.section-boxed .bg-position-right {
	border-radius: 0 0px 0px 0 !important;
}
.section-boxed .bg-width-100.bg-position-right {
	border-radius: 0px 0px !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) {
		.section-boxed .bg-position-left {
			border-radius: 0px !important;
		}

	}




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

.section-content {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.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;
}
.section-content.active-label {
	padding-top: 75px;
}
.section-content.maxed {
	max-width: 760px;
}

	@media (max-width: 1280px) {
		.section-content {
			padding-right: 0px;
		}
	}
	@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: 5px;
		}
		.large-order-2 .section-content {
			padding-left:10px;
		}
		.section-content.active-label {
			padding-top: 0px;
		}
		.cta-bar .section-content {
			padding-top: 1.250rem;
			text-align: center;
		}
	}
	@media (max-width: 767px) {
		.section-content {
			padding-top: .5rem;
			padding-left: 10px;
			padding-right: 1.5rem;
			padding-bottom: .5rem;
			border-radius: 5px;
		}
		.section-content.boxed {
			padding-top: 1.250rem;
			padding-left: 1.250rem;
			padding-right: 1.250rem;
			padding-bottom: 10px;
			
		}
		.section-content.active-label {
			padding-top: 0px;
		}
		

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


.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: 1rem;
}
.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-heading.align-justify .section-title-wrap {
	width: 40%;
	flex-shrink: 0;
}
.section-heading.align-center .section-title-wrap {
	text-align: center;
}
.section-intro {
	
	position: relative;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.5rem;

	padding: 6px 0px 6px 0px;
	border-radius: 0px;
	margin-left: 0px;
	opacity: 0.6;
}

.text-center .section-intro {
	padding-left: 10px;
	padding-right: 10px;
}

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

.section-wrapper.bg-primary .section-intro {
	color: #fff
}

.section-introtitle {
	font-size: 1.66rem;
	display: block;
	font-weight: 400;
}
.section-content .section-introtitle {
/* 	margin-left: 40px; */
}
.section-title {
	font-size: 2rem;
	display: block;
	font-weight: 700;
	line-height: 1.2;
	
	margin-bottom: 1.250rem;
}


.section-title.title-small {
	font-size: 1.4rem;
}
.section-title.title-medium {
	font-size: 2.2rem;
}
.section-title.title-large {
	font-size: 2.6rem;
	line-height: 1.3;
	margin-bottom: 1.250rem;
}
.section-title.title-xlarge {
	font-size: 3.2rem;
	line-height: 1.1;
}
.section-title.title-huge {
	font-size: 4rem;
	line-height: 1.1;
}
.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-size: 1.4rem;
	display: block;
	font-weight: 600;
}
.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 {
	display: block;

}
.section-heading.align-justify .section-lead {
	padding-left: 40px;
	padding-top: 5px;
	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-heading.align-justify .section-lead {
	padding-left: 40px;
	padding-top: 5px;
	width: 50%;
}

.section-lead p {
	font-weight: 400;
	font-size: 1.250rem;
	line-height: 1.7;
}
.in-cover .section-lead p {
	font-weight: 400;
	font-size: 1.250rem;
	line-height: 1.5;
}
.section-lead.c-dark p {
	color: #0e0e19;
}

.section-lead ul,
.section-lead ol {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.7;
}

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

}
.section-lead.larger p {
	font-size: 1.375rem;
	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, 0.8) !important;
}

.section-lead .section-button {
	margin-top: 15px;
}

.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: 17px;
	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;
}



	@media (max-width: 1460px) {
		.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.0rem;
			line-height: 1.1;
		}
		.section-title.title-huge {
			font-size: 3.6rem;
		}
	}
	@media (max-width: 1023px) {
		.section-heading {
			position: relative;
			padding-left: 5px;
			padding-right: 5px;
		}
		.section-title {
			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;
		}
		.section-lead p {
			font-weight: 400;
			font-size: 1.125rem;
			line-height: 1.7;
		}
		
	}

	@media (max-width: 767px) {
		.section-heading {
			position: relative;
			padding-left: 5px;
			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: 5px;
			font-size: 1rem;
		}
		.section-title {
			font-size: 1.4rem;
		}
		.section-title.title-small {
			font-size: 1.125rem;
		}
		.section-title.title-medium {
			font-size: 1.5rem;
			line-height: 1.1;
		}
		.section-title.title-large {
			font-size: 1.5rem;
			line-height: 1.2;
		}
		.section-title.title-xlarge {
			font-size: 28px;
			line-height: 1.2;
		}
		.section-title.title-huge {
			font-size: 2.8rem;
		}
		.section-lead {
			 
		}
		.section-lead p {
			font-weight: 400;
			font-size: 1rem;
			line-height: 1.7;
		}
		.section-lead ol {
			font-weight: 400;
			font-size: 1rem;
			line-height: 1.7;
		}
				
		.section-text p {
			font-weight: 400;
			font-size: 15px;
			line-height: 1.7;
		}
	}
	@media (max-width: 374px) {
		.section-title.title-small {
			font-size: 1.125rem;
		}
		.section-title.title-medium {
			font-size: 1.250rem;
		}
		.section-title.title-large {
			font-size: 1.375rem;
			margin-bottom: 5px;
			line-height: 1.2;
		}
		.section-title.title-xlarge {
			font-size: 1.5rem;
			line-height: 1.2;
		}
		.section-title.title-huge {
			font-size: 2.2rem;
		}
	}

/* Section Play Button */

.section-play-button {
	position: relative;
	display: inline-block;
	width: 11.250rem;
	height: 11.250rem;
	z-index: 88;
	border-radius: 200px;
	border: 0px solid #fff;
	background: transparent !important;
}
.section-play-button.is-absolute {
	position: absolute;
	top: 50%;
	right: 25%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 99999;
}
.section-play-button.is-absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.section-play-button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 80px;
	height: 80px;
	content:'';
	background: #ff9b31;
	opacity: 0.8;
}
.section-play-button:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	content:'';

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	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.with-shadow {
	overflow: visible;
	
}



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

.section-images:before
.section-images:after {
	position: absolute;
	content: '';
}
.section-images:before {
	top: 0px;
	right: 0;
	width: 100px;
	height: 100px;
	background: #000;
}
.section-images:after {
	bottom: 0px;
	left: 0;
	width: 100px;
	height: 100px;
	background: #636;
}
.section-images img {
	position: relative;
	z-index: 1;
	border-radius: 0px;
	margin-bottom: 0px;
}
.section-images.with-shadow img {
	box-shadow: 0px 1px 42px 1px rgba(0, 33, 100, 0.12);
}
.section-boxed .section-image img {
	border-radius: 0px;
}
.image-stacked .cell {
	width: 70% !important;
}
.image-stacked img {
	border: 10px solid #fff;
}

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


	@media (max-width: 1023px) {

	}
	@media (max-width: 767px) {
		.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(30px);
			z-index: 4;
		}
	}



/* 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 1.250rem;
	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: 10px;
	margin-left: 0px;
}
.section-heading.align-justify .section-listing {
	padding-left: 40px;
	padding-top: 10px;
	width: 50%
}
.section-listing.no-lead {
	padding-top: 10px;
}
.section-listing ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px !important;
}
.section-listing ul li {
	padding:0;
	margin: 0;
	
}
.section-listing ul li .section-listing-link {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 1.125rem;
	padding: 2px 0 6px;
	padding-left: 40px;
	color: #131933;
}
.section-listing.c-white ul li .section-listing-link { 
	color: #fff;
}
.section-listing ul li .section-listing-link .section-listing-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
}
.section-listing ul li .section-listing-link .section-listing-icon i {
	font-size: 1.125rem;
}

	@media (max-width: 1280px) {
		
	}
	@media (max-width: 1023px) {
		
	}
	@media (max-width: 767px) {
	
		.section-heading.align-justify .section-listing {
			padding-left: 0px;
			padding-top: 0px;
			width: 100%;
		}
		.section-listing ul li .section-listing-link {
			padding: 3px;
			padding-left: 30px;
			font-size: 1rem;
		}
		.section-listing ul li .section-listing-link .section-listing-icon {
			width: 1.5rem;
			height: 1.5rem;
			border-radius: 8px;
		}
		.section-listing ul li .section-listing-link .section-listing-icon i {
			font-size: 13px;
		}
	}



	

/* Carousel */



.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;
}
.swiper-pagination.section-carousel-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px !important;
	width: auto;
	padding: 0px 10px;
	z-index: 999;
}
.with-tabs .section-carousel-pagination {
	bottom: auto;
	top: 0px;
}
.section-carousel.collapsed .swiper-pagination.section-carousel-pagination {
	bottom: 1.250rem !important;
}

.swiper-pagination .swiper-pagination-bullet {
	border-radius: 0px;
	background: #696bce;
	width: 6px;
	height: 6px;
	opacity: 0.4;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	transform: scale(1.2);
}

.swiper-pagination.inversed .swiper-pagination-bullet {
	background: #696bce;
	opacity: 0.4;
}
.swiper-pagination.inversed .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #696bce;
	opacity: 1;
	transform: scale(1.2);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	background: #696bce
}

.with-tabs .section-carousel-pagination .swiper-pagination-bullet {
	width: auto;
	height: 48px;
	border-radius: 0px;
	background-color: rgba(21, 18, 21, 0.1);
	padding: 13px 1.250rem;
	font-weight: 700;
	opacity: .3;
	
}
.with-tabs .section-carousel-pagination .swiper-pagination-bullet-active {
	background: #9b0166;
	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: 40px;
	height: 40px;
	margin-top: -1.250rem;
	border-radius: 0px 0px;
	z-index: 10;
	cursor: pointer;
	background: transparent;
	background-color: rgba(21, 18, 21, 0.2);

	-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: rgba(21, 18, 21, 0.4);
}

.swiper-button-next {
	left: auto;
	right: 10px;
	text-align: right;
	
}
.swiper-button-prev:before,
.swiper-button-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Font Awesome 5 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: 1.375rem;
	color: #fff;
	/* text-shadow: 0px 0px 6px #000e29; */
}
.swiper-button-next:before {
	content: "\f054";
}
.section-carousel .swiper-button-prev.section-carousel-prev {
	left: 0px;
}
.section-carousel .swiper-button-next.section-carousel-next {
	right: 0px;
}
.section-carousel.collapsed .swiper-button-prev.section-carousel-prev {
	border-radius: 0 5px 5px 0;
}
.section-carousel.collapsed .swiper-button-next.section-carousel-next {
	border-radius: 5px 0 0 5px;
}
.section-carousel .swiper-button-prev.section-carousel-prev,
.section-carousel .swiper-button-next.section-carousel-next {
	/* top: 30%; */
	opacity: 0 !important;
	background-color: #0e0e19;
}

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

}

@media (max-width: 767px) {

	.section-carousel .swiper-wrapper > .swiper-slide {
		margin-right: 5px !important;
	}

	/* 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% - 60px) !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;
	}

	.with-tabs .section-carousel-pagination {
		width: 100%;
	}
	.with-tabs .section-carousel-pagination .swiper-pagination-bullet {
		width: auto;
		height: 40px;
		border-radius: 10px;
		background-color: rgba(21, 18, 21, 0.1);
		padding: 9px 15px;
		font-weight: 700;
		opacity: .5;
	}
	.with-tabs .section-carousel-pagination .swiper-pagination-bullet-active {
		background: #9b0166;
		color: #fff;
		opacity: 1;
	}
	.section-carousel {
		padding-bottom: 70px;
		
	}

}



/*
---------------------------
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: #9b0166;
}
.section-subnav ul li a:before {
	position: absolute;
	left: 2px;
	top:7px;
	font-family: 'Font Awesome 5 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: #9b0166;
}
.section-subnav ul li.item-breadcrumb a:before {
	opacity: 1;
	color: #9b0166
}

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

[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: 1.125rem;
}
#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: 2px;
	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 5 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: #9b0166;
}
#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: 700;
	color: #9b0166;
}
#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:1.250rem;
	padding-left:0px;
	padding-bottom:10px;
}
.section-footer .button {
	margin-right: 15px
}
.cta-bar .section-footer .button {

}
.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;
		}

	}
	@media (max-width: 1023px) { 
		.cta-bar .section-footer.text-right  {
			text-align: center;
		}
	}
	@media (max-width: 767px) {
		
	
		.section-slider-container .swiper-button-prev,
		.section-slider-container .swiper-button-next {
			left: 0rem;
			opacity: 1;
			width: 30px;
			height: 1.5rem;
			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: 1.5rem;
		
		}


	}




/* Accordion */
.section-accordion .accordion-title {
	font-size: 1.5rem;
	font-weight: 700;
	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;
	display: none;
}


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

.going-down {
    position: absolute;
    bottom: 0px;
    right: 1.250rem;
    
    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: 10px 10px 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: #9b0166;
    position: absolute;
	font-size: 1.375rem;
    
    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: 1.125rem;
        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)
    }
}
