

.noselect {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}


 
/** Swiper styles **/

.swiper_hero {
	user-select: none;
	box-sizing: border-box;
	overflow: hidden;
	height: 100%;
	padding: 0px 0px;
}

.swiper_hero .swiper-slide {
	position: relative;
    /* min-height: 500px;
    */
}

.swiper_hero .swiper-slide-image {
	border-radius: 0px;
	position: absolute;
	object-fit: cover;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 0;
	min-height: 600px;
}

@media (max-width: 950px) {
	.swiper_hero .swiper-slide-image {
		min-height: inherit;
		max-height: 400px;
		position: relative;
	}
}
 .swiper_hero .swiper-text {
	display: flex;
	flex-direction: column;
	z-index: 1;
	background: #fff;
	position: absolute;
	bottom: 40px;
	right: 30px;
	padding: 20px 30px 40px;
	min-width: 285px;
	max-width: 285px;
	min-height: 170px;
	justify-content: space-between;
}

@media (max-width: 950px) {
	.swiper_hero .swiper-text {
		bottom: 10px;
		min-height: 100px;
		/*		min-width: 70vw;*/
		padding: 20px;
		right: 3%;
	}
}
 .swiper_hero .swiper_text_stats {
	display: flex;
	justify-content: space-between;
}

.swiper_hero .swiper_text_stats_item {
	flex-basis: 50%;
}

img.info_icon {
	max-width: 20px;
	position: absolute;
	bottom: 15px;
	right: 20px;
	transition: all .25 ease-in-out;
	opacity: 1;
}

img.info_icon:hover {
	cursor: pointer;
	transition: all .25 ease-in-out;
	opacity: .5;
}

/* The Modal (background) */

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	right: 5%;
	bottom: 12%;
	min-width: 190px; /* Full width */
	max-width: 200px;
	overflow: auto; /* Enable scroll if needed */
	background: var(--black);
}

/* Modal Content/Box */

.modal-content {
	padding: 15px;
}

.modal-content a {
	color: var(--white);
}

.modal-content a:hover {
	color: var(--graysixty);
}

/* The Close Button */

.close {
	position: absolute;
	top: 3px;
	right: 3px;
	color: var(--white);
	float: right;
	font-size: 28px;
	height: 20px;
	line-height: 20px;
	transition: all .25 ease-in-out;
}

.close:hover, 
.close:focus {
	transition: all .25 ease-in-out;
	color: var(--graysixty);
	text-decoration: none;
	cursor: pointer;
}

.swiper_hero .swiper-text:before {
	background: linear-gradient(90deg, #398EFD 0%, #FFB0A5 100%);
	height: 7px;
	width: 100%;
	content: "";
	top: 0px;
	position: absolute;
	left: 0px;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10;
		max-width: none!important;
		min-width: none!important;
width: none!important;
}



.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, 
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: inherit!important;
right: 3%!important;
transform: translateX(-0%)!important;
	white-space: nowrap;
max-width: inherit!important;
text-align: right;
bottom: 20px;
}

@media (max-width: 950px) {
	.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, 
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
right: 0%!important;
	text-align: center;
	}
}

.swiper_hero span.swiper-pagination-bullet {
	background: var(--white);
	width: 22px;
	height: 3px;
	border-radius: 0px;
	opacity: 1;
}

.swiper_hero span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--blue);
}

.swiper_job {
	max-width: 550px;
}

.swiper.swiper_job .swiper-slide {
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.swiper_testimonial {
	overflow: hidden;
}

.swiper_testimonial .swiper-button-prev {
	right: 120px!important;
	left: inherit;
}

.swiper_testimonial .swiper-button-next {
	right: 40px!important;
}

@media (max-width: 950px) {
	.swiper_testimonial .swiper-button-prev {
		left: calc(45% - 50px);
	}
}
 @media (max-width: 950px) {
	.swiper_testimonial .swiper-button-next {
		left: calc(65% - 50px);
	}
}
 @media (max-width: 950px) {
	.swiper_testimonial .swiper-button-next, 
	.swiper_testimonial .swiper-button-prev {
		bottom: 30px!important;
		top: inherit;
	}
}

 .swiper-slide_testimonial {
	display: flex;
	width: 82%;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media (max-width: 950px) {
	.swiper-slide_testimonial {
		width: 100%;
		padding-bottom: 50px;
	}
}

 .swiper_testimonial .swiper-button-prev, 
.swiper_testimonial .swiper-button-next {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	border: 1px solid var(--grayninety);
		transition: all 0.25s ease-out;
}

.swiper_testimonial .swiper-button-prev:hover, 
.swiper_testimonial .swiper-button-next:hover {
	border: 1px solid var(--grayfourty);
		transition: all 0.25s ease-out;
}


 .swiper_testimonial .swiper-button-prev.white, 
.swiper_testimonial .swiper-button-next.white {
	border: 1px solid var(--white);
		transition: all 0.25s ease-out;
}

.swiper_testimonial .swiper-button-prev:hover, 
.swiper_testimonial .swiper-button-next:hover {
	border: 1px solid var(--black);
		transition: all 0.25s ease-out;
}


.swiper_testimonial .swiper-button-next:after, 
.swiper_testimonial .swiper-button-prev:after {
	display: none!important;
		transition: all 0.25s ease-out;
}

.swiper_testimonial .swiper-button-prev i, 
.swiper_testimonial .swiper-button-next i {
	color: var(--grayninety);
	font-size: 18px;
		transition: all 0.25s ease-out;
}


 .swiper_testimonial .swiper-button-prev.white i, 
.swiper_testimonial .swiper-button-next.white i {
	color: var(--white);
		transition: all 0.25s ease-out;
}


.swiper_testimonial .swiper-button-prev:hover i, 
.swiper_testimonial .swiper-button-next:hover i {
	color: var(--grayfourty);
}


.swiper_testimonial .swiper-button-prev.white:hover i, 
.swiper_testimonial .swiper-button-next.white:hover i {
	color: var(--black);
		transition: all 0.25s ease-out;
}


.swiper_pathway {
	display: flex;
/*	margin-left: 2%!important;*/
}

.swiper_pathway .swiper-wrapper{

	display: flex!important;
	align-content: center!important;
	align-items: stretch!important;
	padding-top: 0;
}
	
	
	
.swiper_pathway:before{
position: absolute;
top: 0px;
content: "";
background: var(--productgradientleftright);
width: 100%;
height: 20px;
	}
	
.swiper_pathway  .swiper-slide{
		height: auto;
/*	max-width: 315px;*/
	display: flex;
	flex-direction: column;
	padding: 70px 0 0;
	position: relative;
}

.swiper_pathway  .swiper-slide img{
	margin-bottom: 20px;
}

.swiper_pathway  .swiper-slide:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 13px;
	width: 2px;
	height: 30px;
	background: #11110B;
}

/*.swiper_pathway  .swiper-slide:nth-child(1):after {
	background: #4783D7;
}

.swiper_pathway  .swiper-slide:nth-child(2):after {
	background: #6F84D5;
}

.swiper_pathway  .swiper-slide:nth-child(3):after {
	background: #9286D4;
}

.swiper_pathway  .swiper-slide:nth-child(4):after {
	background: #C199AD;
}

.swiper_pathway  .swiper-slide:nth-child(5):after {
	background: #EEB17A;
}

.swiper_pathway  .swiper-slide:nth-child(6):after {
	background: #EEB27B;
}*/

.swiper_pathway  .swiper-slide img{
max-width: 30px;
}


.swiper-button-pathway_prev,
.swiper-button-pathway_next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 40px;
	cursor: pointer;
border-radius: 50%;
	width: 60px;
	height: 60px;
	border: 1px solid var(--grayninety);
		transition: all 0.25s ease-out;
margin-right: 5px;
	margin-left: 5px;
}


.swiper-button-pathway_prev.swiper-button-disabled,
.swiper-button-pathway_next.swiper-button-disabled {
opacity: .4;
}


.content-full.swiper_pathway_content {
	margin-left: 2%;
}

@media (max-width: 750px) {
.content-full.swiper_pathway_content {
	margin-left: 3%;
		margin-right: 3%;
}
}


swiper-button-pathway_prev:hover
.swiper-button-pathway_next:hover {
	border: 1px solid var(--grayfourty);
		transition: all 0.25s ease-out;
}


.swiper-button-pathway_prev i, 
.swiper-button-pathway_next i {
	color: var(--grayninety);
	font-size: 18px;
		transition: all 0.25s ease-out;
}

.swiper-button-pathway_prev:hover i, 
.swiper-button-pathway_next:hover i {
	color: var(--grayfourty);
		transition: all 0.25s ease-out;
}





