@charset "UTF-8";
/*
 * Skin: ErlandMuchasaj
 * -----------
 */
:root {
  --blue: #0151d0;
  --marine-blue: #022b6d;
  --blurple: #3342cd;
  --periwinkle: #7b5eff;
  --warm-blue: #4757d0;
  --warm-blue-two: #4759d1;

  --lemon-yellow: #f9ff31;
  --bright-yellow: #f9ff00;

  --tiffany-blue: #85daea;
  --light-teal: #8bdae8;

  --white: #ffffff;
  --light-gray: #fcfcfc;
  --duck-egg-blue: #d4fcf4;
  --aqua-marine: #50e3c2;

  --foam: #d5fcf4;
  --rose: #f96569;
  --cobalt: #172770;

  --warm-grey: #7b7b7b;

  --greyish-brown-light: #545454;
  --greyish-brown: #5a5a5a;
  --greyish-brown-dark: #454545;

  --black: #000000;
  --evergreen: #012c23;
  --black-light: #353535;
  --coral-pink: #f96569;

  --font-family-proto-grotesk: "ProtoGrotesk", sans-serif;
  --font-family-simplon-mono: "SimplonMono", monospace;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	color: #2d3c23;
	font-size: 1em;
	font-family: "ProtoGrotesk", sans-serif;
	line-height: 1.4;
	/* Smoothing */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	margin: 0;
	/* Allows you to scroll below the viewport; default value is visible */
	overflow-y: scroll;
	 
	/* To smooth any scrolling behavior */
	-webkit-overflow-scrolling: touch;
}

html,
body {
	/* Allows content to fill the viewport and go beyond the bottom */
	height: 100%;
}

a,
a div,
a span,
button,
button div,
button span,
input,
textarea,
.touch-action {
	-ms-touch-action: manipulation;
	touch-action: manipulation; /*disable the delay of click events caused by support for the double-tap to zoom gesture. */
}

/**
 * Force Hand Cursor over Clickable Items
 */
a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer,
.clickable,
.tappable {
	cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] { 
    -moz-appearance:textfield; 
} 

h1, h2, h3, h4, h5, h6 {
	font-family: "ProtoGrotesk", sans-serif;
	font-family: "ProtoGrotesk", sans-serif;

	color: #000000;
	color: #000000;
}

p {
	font-family: "ProtoGrotesk", sans-serif;
	font-family: "ProtoGrotesk", sans-serif;
	color: #545454;
	color: #545454;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
}

li {
	font-family: "ProtoGrotesk", sans-serif;
	font-family: "ProtoGrotesk", sans-serif;
	font-weight: 300;
	color: #777;
}

p > b,
p > strong {
	font-weight: bold;
	color: #2D3C23;
}

p > a {
	font-weight: bold;
	color: #E89335;
}

@media (min-width: 992px) {
	p {
		font-size: 20px;
		line-height: 26px;
	}
}

/* HELPERs */

/*bg colors*/
.bg-blue { background-color: #0151d0; color: #ffffff;} 
.bg-blurple { background-color: #3342cd; color: #ffffff;} 
.bg-warm-blue { background-color: #4757d0; color: #ffffff;} 

.bg-lemon-yellow { background-color: #f9ff31;  color: #000000} 
.bg-bright-yellow { background-color: #f9ff00; color: #353535} 

.bg-tiffany-blue { background-color: #85daea;  color: #ffffff;} 
.bg-light-teal { background-color: #8bdae8; color: #ffffff;} 

.bg-black { background-color: #000000;  color: #ffffff;} 
.bg-black-light { background-color: #353535;  color: #ffffff;} 

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.em-container {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}

.em-container {
	max-width: 1530px;
}

.em-container:before,
.em-container:after {
	content: " ";
	display: table;
}

.em-container:after {
	clear: both;
}

/*
.em-container > .navbar-header,
.em-container > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.em-container > .navbar-header,
	.em-container > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar > .em-container .navbar-brand{
		margin-left: -15px;
	}

}
@media (min-width: 768px) {
	.em-container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.em-container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.em-container {
		width: 1170px;
	}
}
@media (min-width: 1300px) {
	.em-container {
		width: 1270px;
	}
}

@media (min-width: 1530px) {
	.em-container {
		width: 1500px;
	}
}*/

/*
* only these properties benefit from harduare accelerator
* transform
* opacity
* filter
*/
.gpu-accelerated {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.accelerate {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.center-element-vertical {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
}

.background-preview {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-origin: border-box;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	background-color: transparent;
	/*background-image: url('');*/
	background-position: center center;
	background-clip: border-box;
	background-blend-mode: normal; /*normal|multiply|screen|overlay|darken|lighten|color-dodge|saturation|color|luminosity;*/
}

.wrapper {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.section-title {
	font-family: "ProtoGrotesk", sans-serif;
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	color: #ffffff;
	margin-bottom: 15px;
	/*text-transform: lowercase;*/
}

.section-title--black {
	color: #0a0a0a;
}

.section-title--blue {
	color: #0151d0;
	color: #0151d0;
}

@media (min-width: 768px) {
	.section-title {
		font-size: 54px;
		line-height: normal;
		margin-bottom: 8px;
	}
}

@media (min-width: 1200px) {
	.wrapper {
		padding-top: 160px;
		padding-bottom: 160px;
	}

	.section-title {
		font-size: 67px;
		line-height: 84px;
	}
}

.hr-seperator {
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.seperator {
	display: block;
	height: 10px;
}

.seperator :before,
.seperator :after {
	content: " ";
	display: table;
}

.seperator :after {
	clear: both;
}

.seperator-xl { height: 80px; }
.seperator-lg { height: 50px; }
.seperator-md { height: 30px; }
.seperator-sm { height: 15px; }
.seperator-xs { height: 5px; }


@media (max-width: 767px) {
	.seperator {height: 5px; }
	.seperator-xl { height: 40px; }
	.seperator-lg { height: 25px; }
	.seperator-md { height: 15px; }
	.seperator-sm { height: 7px; }
	.seperator-xs { height: 3px; }
}

/*donwload pdf*/
.downalod-pdf {
	font-family: "ProtoGrotesk", sans-serif;
	font-family: "ProtoGrotesk", sans-serif;

	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: normal;
	color: #3342cd;
	color: #3342cd;
}

.downalod-pdf > img {
	width: 25px;
	height: 25px;
}

.downalod-pdf:hover {
	text-decoration: none;
}


.link-element {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #3342cd;
	color: #3342cd;
}

.link-element > img {
	width: 25px;
	height: 25px;
}


/*Btn link*/
.btn-link {
	position: relative;
	display: inline-block;
	
	padding: 10px 20px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: normal;
	font-family: "SimplonMono", monospace;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	color: #000000;


	border: 1px solid #000000;

	vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color: transparent;

	-webkit-transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
		transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link::before,
.btn-link::after {
	position: absolute;
	pointer-events: none;
}

.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
}

.btn-link--md {
	padding: 30px 70px;
}

.btn-link--white {
	color: #ffffff;
	border-color: #ffffff;
}

.btn-link--dark {
	color: #000000;
	border-color: #000000;
}

.btn-link--yellow {
	color: #012c23;
	background-color: #f9ff31;
	border-color: #f9ff31;
}

.btn-link--blue {
	color: #0151d0;
	background-color: #ffffff;
	border-color: #0151d0;
}

.btn-link--periwinkle {
	color: #ffffff;
	background-color: #7b5eff;
	border-color: #7b5eff;
}

.btn-link--hover-white:hover,
.btn-link--hover-white:focus {
	color: #000000;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-link--hover-dark:hover,
.btn-link--hover-dark:focus {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-link--hover-blue:hover,
.btn-link--hover-blue:focus {
	color: #ffffff;
	background-color: #3342cd;
	border-color: #3342cd;
}

.btn-link--hover-lightblue:hover,
.btn-link--hover-lightblue:focus {
	color: #3342cd;
	background-color: #85daea;
	border-color: #85daea;
}

.btn-link--hover-warmblue:hover,
.btn-link--hover-warmblue:focus {
	color: #ffffff;
	background-color: #4757d0;
	border-color: #4757d0;
}


@media (min-width: 768px) {
	.btn-link,
	.downalod-pdf {
		font-size: 18px;
	}

	.downalod-pdf > img {
		width:30px;
		height: 30px;
	}
}

@media (min-width: 1200px) {
	.btn-link {
		border-width: 2px;
		padding: 20px 25px;
		font-size: 25px;
		line-height: 29px;
	}

	.downalod-pdf {
		font-size: 25px;
	}

	.downalod-pdf > img {
		width:39px;
		height: 39px;
	}
}

/*pagination*/
.pagination {
    border-radius: 0;
}

.page-item {
	color: #000000;
}

.page-link {
    color: #000000;
    border-color: #000000;

    -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* For Safari 3.0 to 6.0 */
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* For modern browsers */
}

.page-link:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #ffffff;
    border-color: #000000;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0  !important;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*align*/
.alignleft{
	float: left;
	margin-right: 65px;
}

.alignright {
	float: right;
	margin-left: 65px;
}

.alignleft,
.alignright {
	margin-bottom: 90px;
}

@media (max-width: 991px) {
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-bottom: 45px;
	}

	.alignleft{
		margin-right: auto;
	}

	.alignright {
		margin-left: auto;
	}
}

@media (min-width: 992px) {
	.alignleft,
	.alignright {
		max-width: 50%;
	}
}

/*navbar*/
.eu-navbar {
	background-color: #fff !important;
	border-bottom: 1px solid rgba(204,204,204,0.2);
}

.eu-navbar .container-fluid {
	max-width: 1530px;
}

.eu-navbar .navbar-nav {
	/*transform: translateX(-50%);*/
}

.eu-navbar .nav-item {
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	color: #0151d0;
}

.eu-navbar .nav-link {
    color: var(--blue) !important;
}

.eu-navbar .nav-item.active .nav-link,
.eu-navbar .nav-link:hover{
	text-decoration: none;
	color: #172770 !important;
}


.slide-from-top {
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

	-webkit-transform: translate3d(0,-101%,0);
      -ms-transform: translate3d(0,-101%,0);
	    transform: translate3d(0,-101%,0);

	will-change: transform !important;
}

.layout-switch .slide-from-top {
  -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}


.eu-navbar .navbar-toggler {
	border-color: transparent;
}

.eu-navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(55,66,205, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
	.eu-navbar .navbar-brand {
		max-width: 175px;
	}

	.eu-navbar .nav-item {
		font-size: 16px;
	}
}

/*accordions*/
.accordion .accordion-card {
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 55px;
    border: 0px solid transparent;
    border-bottom: 14px solid #85daea; 
}

.accordion .accordion-header {
	/*
	padding-left: 17px;
	padding-right: 17px;
	border-bottom: 14px solid  #85daea;
	*/
	padding: 0;
	background-color: transparent;
	border-bottom: 0 solid  transparent;
}

.accordion .accordion-header:first-child {
	border-radius: 0;
}

.accordion > .accordion-card:first-of-type {
	border-bottom: 14px solid  #85daea;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 14px solid  #85daea;
    border-radius: 0; 
}

.accordion > .accordion-card .accordion-header {
	margin-bottom: 0;
}

.accordion .accordion-body {
	background-color: rgba(242, 246, 252, 0.8);
}

.accordion .accordion-link {
	position: relative;
	display: block;
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 45px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #172770;
	background-color: transparent;
	border: 1px solid transparent;
	text-align: left;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 25px 70px 25px 17px;
	width: 100%;
}

.accordion .accordion-link:focus {
    outline: 0;
}

.accordion .accordion-link::after {
	position: absolute;
	content: "";
	right: 15px;
	top: 50%;
	margin-top: -16px;
	width: 40px;
	height: 33px;
	background-size: 40px 33px;
	background-image: url(../img/general/accordion/arrow-up.png);
	background-repeat: no-repeat;
}

.accordion .accordion-link.collapsed::after{
    /* symbol for "collapsed" panels */
    background-image: url(../img/general/accordion/arrow-down.png);
}


@media (max-width: 767px) {
	.accordion .accordion-card {
	    border-bottom: 7px solid #85daea; 
	}

	.accordion > .accordion-card:first-of-type {
		border-bottom: 7px solid  #85daea;
	}

	.accordion > .accordion-card:not(:first-of-type):not(:last-of-type) {
		border-bottom: 7px solid  #85daea;
	}

	.accordion .accordion-link {
		font-size: 28px;
	}

	.accordion .accordion-link::after {
		margin-top: -13px;
		width: 30px;
		height: 26px;
		background-size: 30px 26px;
	}
}


.hackathon-accordion-body {
	padding: 70px !important;
}

/*Hackathon accordion body styling*/
.hackathon-accordion-body h3 {
	font-size: 30px;
	color: #7b5eff;
	margin-bottom: 52px;
}

.hackathon-accordion-body h3 > span {
	font-size: 24px;
}

.hackathon-accordion-body h4 {
	font-size: 26px;
	line-height: 1.15;
	color: #172770;
	margin-bottom: 10px;
}

.hackathon-accordion-body .apply-date {
	display: block;
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 26px;
	line-height: 1.15;
	color: #172770;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hackathon-accordion-body .btn-link {
	padding: 28px 81px;
}

@media (max-width: 767px) {
	.hackathon-accordion-body {
		padding: 20px !important;
	}

	.hackathon-accordion-body h3 {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.hackathon-accordion-body h3 > span {
		margin-top: 15px;
		font-size: 16px;
		display: block;
	}
}

/*inner card in accordion*/
.inner-card {
	background-color: unset;
	border: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 60px;
}

.inner-card .card-body {
	padding: 0;
}

.inner-card .card-title {
	font-size: 40px;
	font-weight: bold;
	line-height: 0.9;
	color: #7b5eff;
}

.inner-card .card-text {
	font-size: 20px;
	line-height: 1.65;
	color:  #5a5a5a;
}

.inner-card .card-img {
	float: left;
	padding-top: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 1.25rem;
	border-radius: 0;
	max-width: 350px;
	height: auto;
}

.module-btn {
	display: block;
	width: 100%;
	border-radius: 0;
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	color: #0151d0;
	padding: 65px 15px;
	margin-bottom: 40px;
}

.module-btn--blue {
	background-color: #3342cd;
	color: #f9ff31;
}

.module-btn--yellow {
	background-color: #f9ff31;
	color: #0151d0;
}

.module-btn--periwinkle {
	background-color: #7b5eff;
	color: #f9ff31;
}

.module-btn--pink {
	background-color: #f96569;
	color: #d5fcf4;
}

.module-text {
	font-size: 16px;
	line-height: 1.65;
	color: #545454;
}

@media (max-width: 767px) {
	.inner-card .card-title {
		font-size: 28px;
	}

	.inner-card .card-text {
		font-size: 16px;
	}
}


@media (min-width: 1200px) {
	.accordion .accordion-body {
		padding:  120px 150px;
	}
}


/*Hero section*/
.hero-section {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 15px;
	min-height: 260px;
	overflow: hidden;
	background-color: #d5fcf4;
}

.hero-section__container {
	position: relative;
	z-index: 1001;
}

.hero-section__title {
	z-index: 2;
	font-family: "ProtoGrotesk", sans-serif;
	color: #3342cd;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
	text-align: center;
	text-transform: lowercase;
}

.hero-section--image {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}

.hero-section--overlay-gradient::before,
.hero-section--overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-section--overlay-gradient::before {
	background-image: linear-gradient(to right, rgba(43,39,36, .8), rgba(43,39,36, .46));
}

.hero-section--overlay::before {
	background-color: rgba(43,39,36, .67);
}

.hero-section__figure {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 0;
	margin: 0 auto;
}

.hero-section__title--white {
	color: #ffffff;
}

.hero-section__title--left {
	font-weight: 300;
	text-align: left;
}

.hero-section__title--left b,
.hero-section__title--left strong {
	font-weight: 900;
}

.hero-section--blue {
	background-color: #3342cd;
}
.hero-section--blue .hero-section__title {
	color: #ffffff;
}

.hero-section--yellow {
	background-color: #f9ff31;
}

@media (min-width: 768px) {
	.hero-section {
		min-height: 360px;
	}

	.hero-section__title {
	    font-size: 60px;
	}
}

@media (min-width: 992px) {
	.hero-section {
		min-height: 500px;
	}

	.hero-section__title {
	    font-size: 98px;
	}
}

@media (min-width: 1200px) {
	.hero-section__title {
	    font-size: 123px;
	}
}

/* header - slider*/
.slider-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #3342cd;
	overflow: hidden;
}


.delay {
  -webkit-animation-delay: 5s; 
    animation-delay: 5s;
}

.delay1 {
  -webkit-animation-delay: 0.15s; 
    animation-delay: 0.15s;
}

.delay2 {
  -webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s;
}

.delay3 {
  -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
}

.delay4 {
  -webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s;
}

.delay5 {
  -webkit-animation-delay: 0.35s; 
    animation-delay: 0.35s;
}

.delay6 {
  -webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s;
}

.delay7 {
  -webkit-animation-delay: 0.45s; 
    animation-delay: 0.45s;
}

.delay8 {
  -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s;
}

.delay9 {
  -webkit-animation-delay: 0.55s; 
    animation-delay: 0.55s;
}

.delay10 {
  -webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s;
}

.delay11 {
  -webkit-animation-delay: 0.65s; 
    animation-delay: 0.65s;
}

.delay12 {
  -webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s;
}

.delay13 {
  -webkit-animation-delay: 0.75s; 
    animation-delay: 0.75s;
}

.delay14 {
  -webkit-animation-delay: 0.8s; 
    animation-delay: 0.8s;
}

.delay15 {
  -webkit-animation-delay: 0.85s; 
    animation-delay: 0.85s;
}

.delay16 {
  -webkit-animation-delay: 0.9s; 
    animation-delay: 0.9s;
}

.delay17 {
  -webkit-animation-delay: 0.95s; 
    animation-delay: 0.95s;
}

.delay18 {
  -webkit-animation-delay: 1s; 
    animation-delay: 1s;
}

.delay19 {
  -webkit-animation-delay: 1.3s; 
    animation-delay: 1.3s;
}

.delay20 {
  -webkit-animation-delay: 1.5s; 
    animation-delay: 1.5s;
}

.delay21 {
  -webkit-animation-delay: 2s; 
    animation-delay: 2s;
}

.delay22 {
  -webkit-animation-delay: 2.5s; 
    animation-delay: 2.5s;
}

.delay22 {
  -webkit-animation-delay: 3s; 
    animation-delay: 3s;
}

.delay23 {
  -webkit-animation-delay: 3.5s; 
    animation-delay: 3.5s;
}

.delay24 {
  -webkit-animation-delay: 4s; 
    animation-delay: 4s;
}

.delay24 {
  -webkit-animation-delay: 4.5s; 
    animation-delay: 4.5s;
}

.delay25 {
  -webkit-animation-delay: 5s; 
    animation-delay: 5s;
}

.animate {
	-webkit-animation: slide 2.75s linear infinite; 
	        animation: slide 2.75s linear infinite;
}

@-webkit-keyframes slide {
	  0% { opacity:0; transform: translate3d(-50%,0,0); }  
	 20% { opacity:1; transform: translate3d(-25%,0,0); }   
	 80% { opacity:1; transform: translate3d(25%,0,0); }  
	100% { opacity:0; transform: translate3d(50%,0,0); } 
}
@keyframes slide {
	  0% { opacity:0; transform: translate3d(-50%,0,0); }  
	 20% { opacity:1; transform: translate3d(-25%,0,0); }   
	 80% { opacity:1; transform: translate3d(25%,0,0); }  
	100% { opacity:0; transform: translate3d(50%,0,0); } 
}


.layer {
	position: absolute; 
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}


.layer__element {
	position: absolute;
	z-index: 1;
	height: 175px;
	width: 175px;
	background-size: 175px 175px;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	-webkit-animation: slide 2.75s linear infinite; 
	        animation: slide 2.75s linear infinite;
}

.arrow-blue {
	bottom: -30px;
	left: 30%;
	background-image: url(../img/header/arrow-blue.svg);
}

.arrow-lightblue {
	top: 120px;
	left: 35%;
	-webkit-animation: slide 3s linear infinite; 
	        animation: slide 3s linear infinite;
	background-image: url(../img/header/arrow-light-blue.svg);
}

.arrow-yellow {
	bottom: 25%;
	right: 150px;
	-webkit-animation: slide 2s linear infinite; 
	        animation: slide 2s linear infinite;
	background-image: url(../img/header/arrow-yellow.svg);
}

.arrow-pink {
	bottom: 75px;
	left: 75px;
	-webkit-animation: slide 4.5s linear infinite; 
	        animation: slide 4.5s linear infinite;
	background-image: url(../img/header/arrow-pink.svg);
}

.arrow-transparent {
	top: 50%;
	left: 45%;
	-webkit-animation: slide 1.5s linear infinite; 
	        animation: slide 1.5s linear infinite;
	background-image: url(../img/header/arrow-transparent.svg);
}

.arrow-blue--lg {
	-webkit-animation: slide 3.5s linear infinite; 
	        animation: slide 3.5s linear infinite;
	bottom: unset;
	left: unset;
	right: 15%;
}


/*position*/
.arrow--top-left {
	top: 30px;
	right: unset;
	bottom: unset;
	left: 15%;
}

.arrow--top-right {
	top: 50px;
	right: 15%;
	bottom: unset;
	left: unset;
}

.arrow--bottom-right {
	top: unset;
	right: 20%;
	bottom: -20%;
	left: unset;
}


/* sizes */
.arrow--xl {
	background-size: 160px 160px;
	height: 160px;
	width: 160px;
}

.arrow--lg {
	background-size: 120px 120px;
	height: 120px;
	width: 120px;
}

.arrow--md {
	background-size: 90px 90px;
	height: 90px;
	width: 90px;
}

.arrow--sm {
	background-size: 75px 75px;
	height: 75px;
	width: 75px;
}

.arrow--xs {
	background-size: 60px 60px;
	height: 60px;
	width: 60px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	.layer__element {
		background-size: 315px 315px;
		height: 315px;
		width: 315px;
	}

	.arrow--xl {
		background-size: 460px 460px;
		height: 460px;
		width: 460px;
	}

	.arrow--lg {
		background-size: 320px 320px;
		height: 320px;
		width: 320px;
	}

	.arrow--md {
		background-size: 170px 170px;
		height: 170px;
		width: 170px;
	}

	.arrow--sm {
		background-size: 105px 105px;
		height: 105px;
		width: 105px;
	}

	.arrow--xs {
		background-size: 85px 85px;
		height: 85px;
		width: 85px;
	}
}

.parallax-img {
	position: absolute;
	z-index: 1;
}

.parallax-img--pink {
	bottom: -35px;
	right: 50px;
	z-index: 2;
	width: 118px;
	height: 118px;
}

.parallax-img--yellow {
	top: 60%;
	right: 151px;
	width:105px;
	height: 1055px;
}

.parallax-img--yellow-sm {
	left: 5%;
	top: 192px;
	width:80px;
	height: 80px
}

.parallax-img--white {
	top: 75px;
	left: 50%;
	opacity: 0.1;
}

.parallax-img--white-lg {
	width: 90px;
	height: 90px;
	opacity: 0.1;
}

.parallax-img--blue {
	left: 0;
}

.parallax-img--light-blue {
	top: 5%;
	left: 25%;
}

.parallax-img--light-blue-lg {
	width: 130px;
	height: 130px;
	top: 30px;
	right: -30px;
}

@media (min-width: 1200px) {
	.parallax-img--pink {
		width: 175px;
		height: 176px;
		bottom: 55px;
		right: unset;
	}

	.parallax-img--yellow {
		top: 60%;
		right: 151px;
		width:151px;
		height: 151px;
	}

	.parallax-img--yellow-sm {
		left: 5%;
		top: 120px;
		width: 100px;
		height: 100px;
	}

	.parallax-img--white {
		top: 75px;
		left: 50%;
		opacity: 0.1;
	}

	.parallax-img--white-lg {
		width: 450px;
		height: 495px;
	}

	.parallax-img--blue {
		left: -35px;
	}

	.parallax-img--light-blue {
		top: 5%;
		left: 33%;
	}

	.parallax-img--light-blue-lg {
		width: 425px;
		height: 390px;
	}

}


.slide {
	z-index: 101;
}

.slide__title {
	display: inline-block;
	max-width: 1256px;
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.33;
	text-align: center;
	color: #d5fcf4;
	padding: 15px; 
}

.slide__title span {
	color: #f9ff31;
}


@media (min-width: 768px) {
	.slide__title {
		font-size: 60px;
	}
}

@media (min-width: 1200px) {
	.slide__title {
		font-size: 80px;
		line-height: 1.06;
	}
}

@media (min-width: 1440px) {
	.slide__title {
		font-size: 123px;
	}
}


/*projects*/
.project {
	margin-bottom: 0px;
}

.project__link {
	position: relative;
	display: block;
}

.project__link:hover {
	text-decoration: none;
}

.project-details {
	position: relative;
	display: block;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}

.project__title {
	position: relative;
	font-family: "ProtoGrotesk", sans-serif;
	color: #353535;
	display: block;
	margin-top: 20px;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: normal;
	height: 35px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.project__image {
	margin-bottom: 0;
	min-width: 272px;
	max-width: 489px;
	height: 100%; /* 370 for mobile*/
	width: 100%;
	object-fit: cover;
	object-position: center center;
	-webkit-transition: opacity .3s;
	transition: opacity .3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.project__description {
	position: absolute;
	top: 50%;
	margin-bottom: 0;
	padding: 25px;
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	-webkit-transform: translate3d(100%,-50%,0);
	transform: translate3d(100%,-50%,0);
}

.project__info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px;

	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: justify;
	justify-content: space-between;
}

.project__info-date,
.project__info-place {
	font-family: "SimplonMono", monospace;
	font-size: 20px;
	font-weight: 500;
	color: #8bdae8;
}

.project__info-date {
	letter-spacing: 0.0625em;
}

.project__info span {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

/*hover content on image*/
.project-content {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.project-content:hover .project__info span {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.project-content:hover .project__info span:nth-child(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.project-content:hover .project__info span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.project-content:hover .project__info span:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.project-content:hover .project__description {
	opacity: 1;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.project-content:hover img {
    opacity: 0;
}

/*--- pink ---*/
.project-content--pink {
	background-color: #f96569;
}

.project-content--pink .project__description  {
	color: #ffffff;
}

/*--- blue --- */
.project-content--tiffany-blue {
	background-color: #85daea;
}

/*--- yellow --- */
.project-content--lemon-yellow {
	background-color: #f9ff31;
}
.project-content--lemon-yellow .project__description  {
	color: #000000;
}

.project-content--blurple {
	background-color: #3342cd;
}

.project-content--periwinkle {
	background-color: #7b5eff;
}

.project-content--duck-egg-blue {
	background-color: #d4fcf4;
}
.project-content--duck-egg-blue .project__description  {
	color: #000000;
}


.project--lg {
	margin-bottom: 30px;
}

.project--lg .project__image {
	max-width: 100%;
	height: 260px;
}

.project--lg .project__description {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.33;
	display: block;
	width: 100%;
}

@media (max-width: 1199px) {
	.project--lg .project__description {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.projects-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/*	
	.project-section-title {
		display: flex;
		justify-content: center;
	}
	*/
	.project {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.project__link {
		width: 100%;
	}

	.project__image { 
		max-width: unset;
	}

	/*	
	.project-content {
		width: 272px;
		height: 272px;
	}*/

	.project__title {
		margin-top: 4px;
		margin-bottom: 12px;
	}

	.project--lg .project__description {
		padding: 10px;
		font-size: 16px;
	}

	.project--lg .project__info {
		padding: 10px;
	}

	.project--lg .project__info .project__info-date,
	.project--lg .project__info .project__info-place {
		font-size: 12px;
	}

	.project--lg .project__info .project__info-date {
		letter-spacing: 0;
	}
}

@media (max-width: 767px) {
	.project--lg .project__description {
		font-size: 14px;
	}
}

@media (min-width: 576px) {
	.project--lg .project__image {
		height: 272px;
	}
}

@media (min-width: 768px) {
	.project--lg .project__image {
		height: 380px;
	}
}


@media (min-width: 992px) {
	.project--lg .project__image {
		height: 420px;
	}
}

@media (min-width: 1200px) {
	.project {
		margin-bottom: 30px;
	}

	.project__title {
		font-size: 30px;
		height: 77px;
	}
	
	.project--lg .project__image {
		height: 485px;
	}

}


/*EU for innovation */
.aboutus-wrapper {
	background-color: rgba(1, 81, 208, 0.05);
	padding-top: 75px;
	padding-bottom: 75px;
}

.aboutus-wrapper::before,
.aboutus-wrapper::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: border-box;
	background-position: center left;
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.aboutus-wrapper::before {
	top: 0;
	left: 0;
	background-image: url("../img/general/about-us1.svg");
}

.aboutus__title {
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 25px;
	line-height: 30px;
	color: #0151d0;
	margin-bottom: 45px;
	z-index: 10;
	padding-right: 25px;
}

.aboutus__title span {
	color: #8bdae8;
}

.aboutus__description {
 	font-family: "ProtoGrotesk", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.28;
	color: #545454;
	margin-bottom: 75px;
}

.aboutus-wrapper--white {
	background-color: #ffffff;
}

@media (max-width: 768px) {
	.aboutus-wrapper::after {
		bottom: 20px;
		/*right: -30%;*/
		right: -115px;
		width: 260px;
		height: 260px;
		border-radius: 50%;
		background-color: rgba(249, 255, 49, 0.9);
		z-index: -1;
	}
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	.aboutus-wrapper {
		padding-top: 250px;
		padding-bottom: 250px;
	}
	
	.aboutus-wrapper::after {
		bottom: 25px;
		right: 35px;
		background-image: url("../img/general/about-us-2.svg");
		width: 365px;
		height: 365px;
		z-index: -1;
	}

	.aboutus-wrapper--white.aboutus-wrapper::after {
		z-index: 0;
	}

	.aboutus__title {
		font-size: 48px;
		line-height: 1.2;
		/*padding-right: 0;*/
	}

	.aboutus__description {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.aboutus__title {
		font-size: 65px;
		line-height: 1.54;
		padding-right: 60px;
	}
}

/*Challange fund*/
.challange-fund {
	background-color: #f9ff31;
	padding-top: 0;
	padding-bottom: 0;
}

.challange-fund__content {
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
}

.challange-fund__title {
	color: #000000;
	margin-top: 50px;
	margin-bottom: 30px;
}

.challange-fund__title--bold {
	font-weight: bold;
}

.challange-fund__description {
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	color: #000000;
	margin-bottom: 35px;
}

.image-placeholder {
	background-color: #000000;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
}

.challange-fund__figure {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	min-width: 320px;
	min-height: 315px;
	width: 100%;
	height: 100%;
}

.challange-fund__figure--image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.challange-fund--foam {
	background-color: #d5fcf4;
}

.challange-fund--periwinkle {
	background-color: #7b5eff;
	color: #fff;
}

.challange-fund--blue {
	background-color: #4757d0;
	color: #fff;
}

.challange-fund--blue .challange-fund__title,
.challange-fund--blue .challange-fund__description,
.challange-fund--periwinkle .challange-fund__title,
.challange-fund--periwinkle .challange-fund__description {
	color: #ffffff;
}

.challange-fund--blue .challange-fund__description > strong,
.challange-fund--periwinkle .challange-fund__description > strong { 
	color: #ffffff;
}

.color-side {
	position: relative;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}

.color-side::before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.color-side-left::before {
	left: unset;
	right: 0;
	width: 999%;
	background-color: #7b5eff;
}

.color-side-right::before {
	left: 0;
	right: unset;
	width: 999%;
	background-color: #f96569;
}

.heckathons-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.hackathon--title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	z-index: 1;
	color: #ffffff;
}

.hackathon--description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	z-index: 1;
	color: #ffffff;
}

.hackathon--link {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.35;
	color: #ffffff;
}

.hackathon--link:hover {
	text-decoration: none;
	color: #fff;
}

@media (min-width: 768px) {
	.challange-fund {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.challange-fund__content {
		padding-bottom: 0;
	}

	.challange-fund__title {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.challange-fund__description {
		max-width: 540px;
	}

	.image-placeholder {
		position: absolute;
	}

}

@media (min-width: 992px) {
	.color-side {
		padding-top: 145px;
		padding-right: 15px;
		padding-bottom: 145px;
		padding-left: 15px;
	}
}


@media (min-width: 1200px) {
	.challange-fund__description {
		line-height: 1.08;
	}

	.challange-fund__title {
		font-size: 67px;
		line-height: 1.79;
	}

	.hackathon--description {
		max-width: 668px;
	}

	.hackathon--title {
		font-size: 45px;
	}

	.hackathon--description {
		font-size: 20px;
	}

	.hackathon--link {
		font-size: 18px;
	}
}

@media (min-width: 1530px) {
	.color-side + .color-side {
		padding-left: 30px;
	}
}

@media (min-width: 1730px) {
	.color-side + .color-side {
		padding-left: 115px;
	}

}


/*Events*/
.events-carousel .owl-nav .owl-next,
.events-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: -27px 0 0 0;
	-webkit-transition:.3s;
	transition:.3s;
	background-repeat: no-repeat;
	background-size: contain;

	font-size: 0px;
	line-height: 1;
	text-indent: 20000%;

	width: 54px;
	height:54px;
}

.events-carousel .owl-nav .owl-next {
	right:-15px;
	background-image: url("../img/general/arrow-right-light.svg");
}

.events-carousel .owl-nav .owl-prev {
	display: none;
	left:-15px;
	background-image: url("../img/general/arrow-right-light.svg");
	/* for firefox, safari, chrome, and any other gecko/webkit browser */
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	/* for ie */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=18);
	/* opera */
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.events-carousel .owl-nav .owl-prev.disabled, 
.events-carousel .owl-nav .owl-next.disabled {
	display:none;
}

.events {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background-color: #3342cd;
}

.events::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: border-box;
	background-position: center right;
	background-image: url("../img/general/events.svg");
	background-size: 273px 290px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.events-title {
	margin-bottom: 45px;
}

.event {
	max-width: 464px;
	display: inline-block;
}

.event__details {
	padding-right: 60px;
}

.event__date {
	display: block;
	font-family: "SimplonMono", monospace;
	font-size: 19px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.0625em;
	color: #8bdae8;
	margin-bottom: 15px;
}

.event__title {
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #ffffff;
	margin-bottom: 10px;
	height: 34px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}

.event__description {
	font-family: "ProtoGrotesk", sans-serif;
	color: #fcfcfc;
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;

	height: 30px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}

.events--inner {
	background-color: rgba(1, 81, 208, 0.05);
}
.events--inner::before {
	content: none;
}

.events--inner .event {
	margin-bottom: 120px;
}

.events--inner .events-title,
.events--inner .event__title {
	color: #0151d0;
}
.events--inner .event__description {
	color: #022b6d;
}

@media (max-width: 767px) {
	.events--inner .event {
	    margin-bottom: 50px;
	}

	.event__date {
	    font-size: 14px;
	    margin-bottom: 5px;
	}

	.event__title {
	    font-size: 16px;
	    line-height: 17px;
	    margin-bottom: 5px;
	}

	.event__description {
	    margin-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.events {
		position: relative;
		/*background-color: #3342cd;*/
	}

	.events::before {
		background-size: contain;
	}

	.events-title {
		margin-bottom: 140px;
	}

	.event__date {
		font-size: 39px;
		margin-bottom: 30px;
	}

	.event__title {
		font-size: 40px;
		line-height: 44px;
		height: 92px
	}

	.event__description {
		font-size: 23px;
		line-height: 34px;
		height: 68px;
		margin-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	.events {
		padding-top: 160px;
		padding-bottom: 160px;
	}
}

/*Services*/
.services-wrapper {
	background-color: rgba(1, 81, 208, 0.05);
	overflow: visible;
}

.services-flexible {
	padding-top: 35px;
	padding-bottom: 100px;
}

.services {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: justify;
	justify-content: space-between;

	-ms-flex-align: start;
	align-items: flex-start;

	-ms-flex-direction: column;
	flex-direction: column;
}

.service {
	display: inline-block;
	max-width: 385px;
}

.service figcaption {
	padding: 15px;
}

.service__icon {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #f9ff31;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.service__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.service__title,
.service__description {
	font-family: "ProtoGrotesk", sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #353535;
}

.service__title {
	font-size: 22px;
	margin-bottom: 10px;
}

.service__description  {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.28;
	color: #545454;
}

.service__icon--blue {background-color: #3342cd;}
.service__icon--pink { background-color: #f96569;}
.service__icon--periwinkle { background-color: #7b5eff;}

@media (max-width: 991px) {
	.service {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		max-width: 100%;
	}

	.service .service__icon {
		margin-bottom: 15px;
		width: 140px;
		height: 140px;
	}
}


@media (min-width: 992px) {
	.services {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.service {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	}

	.service__title {
		font-size: 34px;
	}

	.service__description  {
		font-size: 25px;
		padding-right: 30px;
	}

	.services--md .service__title  {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.services-wrapper {
		margin-top: 90px;
	}

	.services-mt-neg {
		margin-top: -250px;
	}
}

/* Articles */
.news-wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
}

.news {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin-bottom: 24px;
}

.news figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 11px 0;
}

.news figcaption::before,
.news figcaption::after {
	pointer-events: none;
}

.news__image {
	position: relative;
	display: block;
	/*
	width: 100%;
	height: 290px;
	*/
	object-fit: cover;
	object-position: center center;
}

.news__date {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	font-family: "ProtoGrotesk", sans-serif;
	color:  #5a5a5a;
	margin-bottom: 12px;
}

.news__title {
	position: relative;
	font-size: 14px;
	line-height: 17px;
	font-family: "ProtoGrotesk", sans-serif;
	color: #454545;
	display: block;
	margin: 0 0 5px;
	height: 35px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}

.news__description {
	position: relative;
	font-size: 12px;
	line-height: 15px;
	font-family: "ProtoGrotesk", sans-serif;
	color: #7b7b7b;
	font-weight: 300;
	display: block;
	margin: 0 0 10px;
	height: 30px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}

.news__link {
	z-index: 5;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;	
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (min-width: 768px) {
	.news-wrapper {
		padding-top: 130px;
		padding-bottom: 60px;
	}

	.news {
		position: relative;
		overflow: hidden;
		padding: 0;
		margin-bottom: 1rem;
	}

	.news figcaption {
		padding: 30px 0;
	}

	.news__date {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.news__title {
		font-size: 36px;
		line-height: 40px;
		height: 82px;
		margin-bottom: 11px;
	}

	.news__description {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 10px;
		height: 53px;
	}
}


/* Gallery */
.gallery-wrapper .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.gallery-media {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin-bottom: 0;
	display: block;
	width: 100%;
	min-height: 291px;
	height: 100%;
}

.gallery-media figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-media figcaption::before,
.gallery-media figcaption::after {
	pointer-events: none;
}

.gallery-media__image {
	position: relative;
	display: block;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	object-position: center center;
}

.gallery-media__image--xl {
	/*height: 880px;*/
}

.gallery-media--link {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 0;
}

.mobile-gallery-btn-wrapper {
	background-color: #ffffff;
}

.mobile-gallery-btn-wrapper .btn-holder {
	padding: 23px 23px 24px 24px;
}

.mobile-gallery-btn {
	width: 100%;
	display: block;
	margin-bottom: 0;
	font-size: 13px;
}

/*quote*/
.quote {
	width: 100%;
	height: 100%;
	padding: 30px 50px;
	text-align: center;
	background-color: #f9ff00;
	color: #353535;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 291px;
}

.quote .blockquote {
	margin: 0 auto;
	max-width: 320px;
}

.quote__image {
	width: 50px;
	height: auto;
	object-fit: contain;
	margin-bottom: 20px;
}

.quote__text{
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.32;
	letter-spacing: normal;
	text-align: center;
	color: #353535;
	/*min-height: 145px;*/
}

.quote--blue {
	background-color: #4757d0;
}

.quote--blue .quote__text {
	color: #fcfcfc;
}

@media (min-width: 768px) {
	.quote__image {
		width: 86px;
		height: 64px;
	}

	.quote__text{
		font-size: 22px;
	}

}

@media (min-width: 992px) {
	.quote__text{
		font-size: 26px;
	}
}

@media (min-width: 1200px) {
	.gallery-media {
		min-height: 441px;
		max-height: 441px;
	}

	.gallery-media--xl {
		max-height: 882px;
	}

	.quote {
		min-height: 441px;
		/*max-height: 441px;*/
	}

	.quote__text{
		font-size: 30px;
	}
}

@media (min-width: 1440px) {
	.quote__text{
		font-size: 34px;
	}
}


/*Newsletter*/
.newsletter {
	min-height: 380px;
	background-color: #85daea;
	color: #ffffff;
}

.newsletter::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: border-box;
	background-position: center left;
	background-image: url("../img/general/newsletter.png");
	background-size: 305px 325px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.newsletter-title {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
}

.newsletter-form {
	width: 100%;
}

.newsletter-form .form-group {
	margin-right: .5rem;
}

.newsletter-form__btn {
	color: #ffffff;
	border-color: #ffffff;
	line-height: normal;
}

.newsletter-form__input {
	background: none;
	border: none;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
	padding: 0;
	font-size: 15px;
	letter-spacing: -0.3px;
	font-family: "SimplonMono", monospace;
	color: #fcfcfc;
}

.newsletter-form__input:focus {
	background: none;
    box-shadow: none;
    color: #f9ff00;
    border-bottom-color: #f9ff00;
}

.newsletter-form__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}

.newsletter-form__input::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

.newsletter-form__input:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

.newsletter-form__input::-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

.newsletter-form__input::-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}


@media (min-width: 992px) {
	.newsletter::before {
		background-size: 520px 100%;
		width: 520px;
		height: 100%;
	}

	.newsletter-title {
		font-size: 67px;
		line-height: normal;
		max-width: 500px;
		color: #ffffff;
		margin-bottom: 30px
	}

	.newsletter-form .form-group {
		margin-right: 30px;
	}

	.newsletter-form {
		align-items: center;
		justify-content: space-between;
	}

	.newsletter-form__input {
		border-bottom: 5px solid #ffffff;
		font-size: 30px;
	}

	.newsletter-form__btn {
		line-height: 29px;
	}
}


/*Footer*/
.footer {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-element {

	margin-bottom: 30px;
}

.footer-element__list {
	list-style: none;
	padding-left: 0;
	color: #ffffff;
}

.footer-element__list-item {
	display: inline-block;
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 31px;
	letter-spacing: normal;
	color: #ffffff;
	margin-right: 15px;
}

.footer-element__list-item:last-child {
	margin-right: 0;
}

.footer-element__list-link {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: color .3s cubic-bezier(0.4, 0, 0.2, 1); /* For Safari 3.0 to 6.0 */
	transition: color .3s cubic-bezier(0.4, 0, 0.2, 1); /* For modern browsers */
}

.footer-element__list-item.active .footer-element__list-link,
.footer-element__list-link:hover{
	text-decoration: none;
	color: #f9ff00;
}


.footer-element__list-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	padding: 10px;
	background-color: #85daea;
	border: 2px solid #85daea;
	color: #ffffff;
	-webkit-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1); /* For Safari 3.0 to 6.0 */
	transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1); /* For modern browsers */
}

.footer-element__list-social-icon {
	fill: #ffffff;
	width: 25px;
	height: 25px;
}

.footer-element__list-social-link:hover {
	background-color: transparent;
}

.social-links .footer-element__list-item {
	margin-right: 7px;
}

.social-links .footer-element__list-item:last-child {
	margin-right: 0;
}

.footer-img {
	display: inline-block;
	object-fit: contain;
}

.copyright {
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 19px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #ffffff;
}

@media (max-width: 767px) {
	.footer-menu {
		display: flex;
		flex-direction: column;
	}

	.footer-menu  .footer-element__list-item {
		margin-bottom: 15px;
		margin-right: 0;
		font-size: 14px;
		line-height: 22px;
	}

	.footer-element__list-social-link {
		width: 31px;
		height: 31px;
		padding: 4px;
	}

	.copyright {
		font-size: 12px;
		line-height: 1.58;
		margin-bottom: 10px;
	}

}


@media (min-width: 992px) {
	.footer {
		padding-top: 140px;
		padding-bottom: 70px;
	}

	.footer-element {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 30px;
	}
}

/*Article*/
.article {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	padding-top: 140px;
	padding-left: 70px;
	padding-right: 70px;
}

.article p,
.article__title, 
.article__subtitle, 
.article__date {
	font-family: "ProtoGrotesk", sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 30px;
}
.article p {
	font-size: 23px;
	font-weight: 300;
	line-height: 1.13;
	text-align: justify;
	color: #7b7b7b;
    word-break: break-word;
}

.article__title {
	font-size: 67px;
	line-height: 1.27;
	color: #0151d0;
}

.article__subtitle {
	font-size: 40px;
	line-height: 1.15;
	color: #172770;
}

.article__date {
	display: block;
	font-size: 21px;
	color: #7b5eff;
}

.article__date > span,
.article__author {
	font-weight: 300;
	color: #7b7b7b;
}

.article__carousel {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}

.article__carousel .owl-nav .owl-next,
.article__carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 22px;
	height: 42px;
}
.article__carousel .owl-nav .owl-prev img,
.article__carousel .owl-nav .owl-next img {
	max-width: 100%;
	height: auto;
}


.article__carousel .owl-nav .owl-prev {
	left: -50px;
}
.article__carousel .owl-nav .owl-next {
	right: -50px;
}


.article.gallery-article {
	padding-top: 0;
}


@media (max-width: 767px) {
	.article {
		padding-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.article p,
	.article__title, 
	.article__subtitle, 
	.article__date {
		margin-bottom: 15px;
	}

	.article p {
		font-size: 16px;
	}

	.article__title {
		font-size: 36px;
	}

	.article__subtitle {
		font-size: 20px;
	}

	.article__date {
		font-size: 13px;
	}

	.article__carousel {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}

	.article__carousel .owl-nav .owl-prev {
		left: -25px;
	}
	.article__carousel .owl-nav .owl-next {
		right: -25px;
	}

	.article.gallery-article {
		padding-top: 0;
	}
}

/*Posts*/
.post-wrapper {
	padding-bottom: 80px;
}

.post a,
.post h1,
.post__title,
.post h3,
.post__subtitle,
.post h4,
.post h5,
.post p,
.post_description {
	font-family: "ProtoGrotesk", sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #0151d0;
}

.post h1,
.post__title {
	color: #0151d0;
	margin-bottom: 10px;
}

.post h3,
.post h4,
.post__subtitle {
	color: #172770;
	margin-bottom: 20px;
}

.post h4 {
	font-size: 18px;
}
.post h4 > img {
	width: 30px;
	height: auto;
	object-fit: contain;
}
.post h4 > a {
	font-weight: normal;
	color: #7b5eff;
	text-decoration: underline;
}

.post p,
.post_description {
	font-weight: 300;
	color: #454545;
}

.post a {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #3342cd;
}

.post a > img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.post a:hover {
	text-decoration: none;
	color: #353535;
}

/*single publication*/
.single-post-image {
	display: block;
	float: none;
	margin-bottom: 30px; 
}

@media (min-width: 992px) {
	.post h1,
	.post__title {
		font-size: 67px;
		line-height: 85px;
		margin-bottom: 13px;
	}

	.post h3,
	.post__subtitle {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 38px;
	}

	.post p,
	.post_description {
		font-size: 20px;
		line-height: 33px;
	}

	.post h4 {
		font-size: 30px;
		line-height: 50px;
	}

	.post h4 > img {
		width: 39px;
		height: 28px;
	}

	.single-post-image  {
		float: right;
		margin-left: 80px;
	}

	.post a {
		font-size: 25px;
		line-height: 27px;
	}

	.post a > img {
		width: 39px;
		height: 39px;
	}
}

.mentor {
	border: 1px solid transparent;
	margin-bottom: 50px;
}

.mentor__img {
	height: auto;
	object-position: top center;
	object-fit: cover;
	border-radius: 0;
}

.mentor__body {
	padding: 0;
}

.mentor__title {
	font-size: 35px;
	line-height: 36px;
	font-weight: bold;
	color: #0151d0;
	margin-bottom: 40px;
	margin-top: 33px;
}

.mentor__text {
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.65;
	color: #454545;
}


@media (min-width: 768px) {
	.mentor__img {
		height: 360px;
	}
}

@media (min-width: 992px) {
	.mentor__img {
		height: 478px;
	}
}


/*CONTACT FORM PAGE*/
.contact-header {
	font-family: "ProtoGrotesk", sans-serif;
	font-size: 40px;
	line-height: 1.15;
	color: #7b5eff;
	margin-bottom: 50px;
}

.contact-form__input,
.contact-form__submit {
	font-family: "SimplonMono", monospace;
	font-size: 25px;
	height: 75px;
	border-radius: 10px;
	padding: 15px 30px;
	color: #0151d0;
}

.contact-form__input {
	background-color: #fafafa;
	border: 0px solid #F9F9F9;
}

.contact-form__input:focus {
	color: #0151d0;
    border-color: #0151d0;
    box-shadow: 0 0 0 0.2rem rgba(1,81,208,.25);
}

.contact-form__submit {
	background-color: #7b5eff;
	border: 1px solid #7b5eff;
	color: #ffffff;
	width: 100%;

	-webkit-transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1);
		transition: background-color .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form__submit:hover {
	color: #fff;
    background-color: #0151d0;
    border-color: #0151d0;
}

.contact-form__submit.focus, 
.contact-form__submit:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1,81,208,.25);
}

.contact-form__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	opacity: 0.25;
	color: #0151d0;
}

.contact-form__input::-moz-placeholder {
	opacity: 0.25;
	/* Mozilla Firefox 19+ */
	color: #0151d0;
}

.contact-form__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.25;
	color: #0151d0;
}

.contact-form__input::-webkit-search-cancel-button,
.contact-form__input::-webkit-search-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.contact-form__input::-ms-clear {
	display: none;
}

@media (max-width: 767px) {
	.contact-header {
		font-size: 28px;
	}
}


@font-face {
  font-family: ProtoGrotesk;
  src: local(ProtoGrotesk-ExtraLight),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-ExtraLight.woff2) format("woff2"),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-ExtraLight.woff) format("woff"),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-ExtraLight.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: ProtoGrotesk;
  src: local(ProtoGrotesk-Light),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-Light.woff2) format("woff2"),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-Light.woff) format("woff"),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: ProtoGrotesk;
  src: local(ProtoGrotesk-Regular),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-Regular.woff2) format("woff2"),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-Regular.woff) format("woff"),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: ProtoGrotesk;
  src: local(ProtoGrotesk-Bold),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-Bold.woff2) format("woff2"),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-Bold.woff) format("woff"),
    url(../fonts/ProtoGrotesk/ProtoGrotesk-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
    font-family: 'SimplonMono';
    src: url('../fonts/SimplonMono/SimplonMono-Light.woff2') format('woff2'),
        url('../fonts/SimplonMono/SimplonMono-Light.woff') format('woff'),
        url('../fonts/SimplonMono/SimplonMono-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
  font-family: SimplonMono;
  src: local(SimplonMono-Regular),
    url(../fonts/SimplonMono/SimplonMono-Regular.woff2) format("woff2"),
    url(../fonts/SimplonMono/SimplonMono-Regular.woff) format("woff"),
    url(../fonts/SimplonMono/SimplonMono-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: SimplonMono;
  src: local(SimplonMono-Medium),
    url(../fonts/SimplonMono/SimplonMono-Medium.woff2) format("woff2"),
    url(../fonts/SimplonMono/SimplonMono-Medium.woff) format("woff"),
    url(../fonts/SimplonMono/SimplonMono-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: SimplonMono;
  src: local(SimplonMono-Bold),
    url(../fonts/SimplonMono/SimplonMono-Bold.woff2) format("woff2"),
    url(../fonts/SimplonMono/SimplonMono-Bold.woff) format("woff"),
    url(../fonts/SimplonMono/SimplonMono-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
