@import url("../colors.8e80ea4f6532.css");

/* ==========================================================================
   Common
   ========================================================================== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #3e3e3e;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

.row {
	display: none;
}

.row::after {
	content: '';
	clear: both;
	display: block;
}

[class*="col-"] {
	float: left;
	padding: 1px 0px 1px 0px;
	width: 100%;
}

p, a {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #4d4d4d;
}

.text-anchor-button {
	text-align: center;
	text-decoration: none;
	transition: all 100ms linear;
}

.text-anchor-button:hover {
	color: var(--main-color);
	letter-spacing: 0.6px;
}

.disabled-el {
	opacity: 0.8;
	pointer-events: none;
	cursor: default;
}

.highlighted {
	color: var(--main-color);
}

.page-wrapper {
	min-height: 100%;
	padding-top: 0px;
	padding-bottom: 40px;
}

.page-header {
	position: fixed;
	z-index: 1001;
	font-size: 18px;
	min-height: 50px;
	padding: 0px;
	background-color: transparent;
	border-bottom: none;
	padding: 15px 0px;
}

.page-body {
	padding-top: 0px;
}

.image {
	width: 100%;
	height: auto;
}

.page-header.scrolled {
	background-color: #fff;
	border-bottom: 1px solid #e3e4e3;
}

.page-header.scrolled ul.topnav a {
	color: #4d4d4d;
}

.page-header.scrolled ul.topnav .application-btn {
	border-color: #898686;
}

.page-footer {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px 20px;
	height: 20px;
	margin-top: -40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ==========================================================================
   Animation
   ========================================================================== */

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

.delay-fast-1 { -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s; }
.delay-fast-2 { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay-fast-3 { -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s; }
.delay-fast-4 { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; animation-delay: 0.4s; }
.delay-fast-5 { -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay-fast-6 { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s; }
.delay-fast-7 { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; -o-animation-delay: 0.7s; animation-delay: 0.7s; }
.delay-fast-8 { -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay-fast-9 { -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; -o-animation-delay: 0.9; animation-delay: 0.9s; }
.delay-fast-10 { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }

.delay-1 { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay-2 { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4; -o-animation-delay: 0.4s; animation-delay: 0.4s; }
.delay-3 { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s; }
.delay-4 { -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay-5 { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }
.delay-6 { -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s; }
.delay-7 { -webkit-animation-delay: 1.4s; -moz-animation-delay: 1.4s; -o-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay-8 { -webkit-animation-delay: 1.6s; -moz-animation-delay: 1.6s; -o-animation-delay: 1.6s; animation-delay: 1.6s; }
.delay-9 { -webkit-animation-delay: 1.8s; -moz-animation-delay: 1.8s; -o-animation-delay: 1.8s; animation-delay: 1.8s; }
.delay-10 { -webkit-animation-delay: 2s; -moz-animation-delay: 2s; -o-animation-delay: 2s; animation-delay: 2s; }

.delay-long-1 { -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay-long-2 { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; }
.delay-long-3 { -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; -o-animation-delay: 1.5s; animation-delay: 1.5s; }
.delay-long-4 { -webkit-animation-delay: 2s; -moz-animation-delay: 2s; -o-animation-delay: 2s; animation-delay: 2s; }
.delay-long-5 { -webkit-animation-delay: 2.5s; -moz-animation-delay: 2.5s; -o-animation-delay: 2.5s; animation-delay: 2.5s; }
.delay-long-6 { -webkit-animation-delay: 3s; -moz-animation-delay: 3s; -o-animation-delay: 3s; animation-delay: 3s; }
.delay-long-7 { -webkit-animation-delay: 3.5s; -moz-animation-delay: 3.5s; -o-animation-delay: 3.5s; animation-delay: 3.5s; }
.delay-long-8 { -webkit-animation-delay: 4s; -moz-animation-delay: 4s; -o-animation-delay: 4s; animation-delay: 4s; }
.delay-long-9 { -webkit-animation-delay: 4.5s; -moz-animation-delay: 4.5s; -o-animation-delay: 4.5s; animation-delay: 4.5s; }
.delay-long-10 { -webkit-animation-delay: 5s; -moz-animation-delay: 5s; -o-animation-delay: 5s; animation-delay: 5s; }

@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
.fadeIn { -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(60px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(60px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp { 0% { opacity: 0; -o-transform: translateY(60px); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(60px); } 100% { opacity: 1; transform: translateY(0); } }
.fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-60px); } 100% { opacity: 1; -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft { 0% { opacity: 0; -moz-transform: translateX(-60px); } 100% { opacity: 1; -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft { 0% { opacity: 0; -o-transform: translateX(-60px); } 100% { opacity: 1; -o-transform: translateX(0); } }
@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-60px); } 100% { opacity: 1; transform: translateX(0); } }
.fadeInLeft { -webkit-animation-name: fadeInLeft; -moz-animation-name: fadeInLeft; -o-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(60px); } 100% { opacity: 1; -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight { 0% { opacity: 0; -moz-transform: translateX(60px); } 100% { opacity: 1; -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight { 0% { opacity: 0; -o-transform: translateX(60px); } 100% { opacity: 1; -o-transform: translateX(0); } }
@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(60px); } 100% { opacity: 1; transform: translateX(0); } }
.fadeInRight { -webkit-animation-name: fadeInRight; -moz-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-30px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-30px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-30px); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-30px); } 100% { opacity: 1; transform: translateY(0); } }
.fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-5px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-5px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-5px); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-5px); } 100% { opacity: 1; transform: translateY(0); } }
.fadeInDownSmall { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInUpSmall { 0% { opacity: 0; -webkit-transform: translateY(10px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpSmall { 0% { opacity: 0; -moz-transform: translateY(10px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpSmall { 0% { opacity: 0; -o-transform: translateY(10px); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes fadeInUpSmall { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } }
.fadeInUpSmall { -webkit-animation-name: fadeInUpSmall; -moz-animation-name: fadeInUpSmall; -o-animation-name: fadeInUpSmall; animation-name: fadeInUpSmall; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@-o-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0;} }
.fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes typing { from { width: 0% } to { width:100% } }
@-moz-keyframes typing { from { width: 0% } to { width:100% } }
@-webkit-keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: black }}
@-moz-keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: black } }

.type {
	white-space: nowrap;
	overflow: hidden;
	border-right: .1em solid black;
	-webkit-animation: typing 2s steps(30, end), blink-caret 1s step-end;
	-moz-animation: typing 2s steps(30, end), blink-caret 1s step-end ;
}

@media only screen and (min-width: 0px) {
	.col-s-0 { width: 0%; }
	.col-s-1 { width: 8.33%; }
	.col-s-2 { width: 16.66%; }
	.col-s-3 { width: 25%; }
	.col-s-4 { width: 33.33%; }
	.col-s-5 { width: 41.66%; }
	.col-s-6 { width: 50%; }
	.col-s-7 { width: 58.33%; }
	.col-s-8 { width: 66.66%; }
	.col-s-9 { width: 75%; }
	.col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }

	.page-header {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.need-vertical-align {
		display: block;
		align-items: center;
	}

	.section-title {
		font-size: 30px;
	}

	.section-sub-title {
		font-size: 22px;
	}

	.logo a {
		justify-content: center;
	}

	.menu-logo-btn {
		display: block;
	}

	.menu-logo {
		display: block;
	}

	ul.topnav {
		display: none;
	}

	ul.topnav li {
		border-bottom: 1px solid #fff;
		height: 35px;
	}

	ul.topnav li a {
		color: #4d4d4d;
	}

	#top-image-slider .slide {
		width: 320%;
		margin-left: -157%;
	}

	#top-image-slider .slide-content {
		padding-top: 0%;
		color: #ffffff;
		font-size: 24px;
	}

	#details ul * {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	#why-us-slider .slide-content {
		display: block;
		height: auto;
	}

	#why-us-slider .section-details {
		padding: 0px 0px 0px;
	}

	#why-us-slider .section-element {
		padding: 30px 0px 0px;
	}
}

@media only screen and (min-width: 650px) {
	.col-m-0 { width: 0%; }
	.col-m-1 { width: 8.33%; }
	.col-m-2 { width: 16.66%; }
	.col-m-3 { width: 25%; }
	.col-m-4 { width: 33.33%; }
	.col-m-5 { width: 41.66%; }
	.col-m-6 { width: 50%; }
	.col-m-7 { width: 58.33%; }
	.col-m-8 { width: 66.66%; }
	.col-m-9 { width: 75%; }
	.col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }

	.need-vertical-align {
		display: flex;
		align-items: center;
	}

	.section-sub-title {
		font-size: 22px;
	}

	.menu-logo {
		display: none;
	}

	ul.topnav {
		display: block;
	}

	.menu-logo-btn {
		display: none;
	}

	.logo a {
		justify-content: flex-start;
	}

	ul.topnav li {
		border-bottom: 0px;
	}

	ul.topnav li a {
		color: #fff;
	}

	#top-image-slider .slide {
		width: 100%;
		margin-left: 0%;
	}

	#top-image-slider .slide-content {
		padding-top: 7%;
		color: var(--main-color);
		font-size: 24px;
	}

	#details ul * {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	#why-us-slider .section-details {
		padding: 60px 0px 0px;
	}

	#why-us-slider .section-element {
		padding: 00px 0px 0px;
	}
}

@media only screen and (min-width: 1100px) {
	.col-0 { width: 0%; }
	.col-1 { width: 8.33%; }
	.col-2 { width: 16.66%; }
	.col-3 { width: 25%; }
	.col-4 { width: 33.33%; }
	.col-5 { width: 41.66%; }
	.col-6 { width: 50%; }
	.col-7 { width: 58.33%; }
	.col-8 { width: 66.66%; }
	.col-9 { width: 75%; }
	.col-10 { width: 83.33%; }
	.col-11 { width: 91.66%; }
	.col-12 { width: 100%; }

	.section-title {
		font-size: 36px;
	}

	.section-sub-title {
		font-size: 24px;
	}

	#top-image-slider .slide-content {
		padding-top: 0%;
		font-size: 28px;
	}

	#why-us-slider .slide-content {
		display: flex;
		height: 100%;
		align-items: center;
	}
}

/* ==========================================================================
   Header
   ========================================================================== */

   /* ==========================================================================
	   Logos + menu button
	   ========================================================================== */
	.logos-wrapper {
		display: flex;
		align-items: center;
		padding: 0px;
	}

	.logo {
		padding: 0px;
	}

	.logo a {
		display: flex;
		align-items: center;
	}

	.logo img {
		height: 55px;
	}

	.menu-logo-btn {
		height: 45px;
		cursor: pointer;
	}

	.menu-logo-btn .menu-logo-container {
		display: inline-block;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.menu-logo-btn .bar1,
	.menu-logo-btn .bar2,
	.menu-logo-btn .bar3 {
		width: 35px;
		height: 5px;
		margin: 6px 0px;
		transition: 0.4s;
		background-color: #282727;
	}

	.menu-logo-btn:hover .bar1,
	.menu-logo-btn:hover .bar2,
	.menu-logo-btn:hover .bar3 {
		width: 40px;
	}

	.menu-logo-btn .change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-8px, 6px);
		transform: rotate(-45deg) translate(-8px, 6px);
	}
	.menu-logo-btn .change .bar2 {
		opacity: 0;
	}
	.menu-logo-btn .change .bar3 {
		-webkit-transform: rotate(45deg) translate(-9px, -8px);
		transform: rotate(45deg) translate(-9px, -8px);
	}

	/* ==========================================================================
	   Navigation menu
	   ========================================================================== */
	ul.topnav {
		list-style-type: none;
		margin: 0px;
	}

	ul.topnav li {
		float: left;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	ul.topnav li:last-child {
		float: right;
	}

	ul.topnav li a {
		color: #fff;
	}

	ul.topnav .application-btn {
		padding: 10px 20px;
		border: 1px solid #fff;
	}

	a.anchor {
		display: block;
		position: relative;
	}

/* ==========================================================================
   Landing
   ========================================================================== */

	/* ==========================================================================
    	top image slider
    	========================================================================== */

	#top-image-slider {
		width: 100%;
		height: auto;
		padding-top: 0px;
	}

	#top-image-slider .slide-div {
		width: 100%;
		height: auto;
	}

	#top-image-slider .slide-content {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 0px;
		min-height: 80px;
		left: 0px;
		position: absolute;
		z-index: 2;
		opacity: 1;
		font-weight: lighter;
		text-align: left;
	}

	#top-image-slider .slick-slide {
		outline: none;
	}

	#medium, #twitter {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 40px;
		background-color: #ffffff;
		position: absolute;
		left: 0;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		top: 18%;
	}

	#medium img, #twitter img {
		width: 25px;
		height: 25px;
	}

	#medium {
		margin-top: 60px;
	}

	/* ==========================================================================
	   general
	   ========================================================================== */

	.section-wrapper {
		padding: 40px 0px;
	}

	.section-title {
		padding: 40px 0px;
		color: #808080;
	}

	/* ==========================================================================
	   blocks
	   ========================================================================== */

	#details ul {
		margin: 0px;
		list-style: none;
	}

	#details img {
		width: 100%;
		height: auto;
		max-width: 250px;
	}

	#our-way {
		background-color: #f6f6f6;
	}

	#our-way .icon {
		max-height: 200px;
	}

	#our-way .engines-wrapper {
		padding-top: 40px;
	}

	#why-us-slider {
		width: 100%;
		height: auto;
		padding: 0px;
		text-align: left;
	}

	#why-us-slider .slide-div {
		width: 100%;
		height: auto;
	}

	#why-us-slider .slide-content {
		color: #ffffff;
		text-align: left;
		bottom: 0px;
		min-height: 80px;
		left: 0px;
		position: absolute;
		z-index: 2;
		opacity: 1;
		font-weight: lighter;
	}

	#why-us-slider .slick-slide {
		outline: none;
	}

	#balance {
		background-color: #021c29;
		color: #ffffff;
	}

	#balance img {
		width: 100%;
		height: auto;
		max-width: 250px;
	}

	#team {

	}

	#team img {
		width: 60%;
		margin-bottom: 40px;
	}

	#contact {

	}

	#contact .contact-icon {
		max-width: 35px;
		width: auto;
	}

	#contact .contact-text {
		margin-left: 10px;
	}

	#contact img {
		max-width: 350px;
	}

/* ==========================================================================
   Popup definition
   ========================================================================== */

.popup-win {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: lighter;
	position: fixed;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	padding: 20px;
	min-height: 100px;
	background-color: #262D34;
	color: #fff;
	z-index: 1001;
	max-height: calc(100vh - 60px);
	overflow: hidden;
	color: #fff;
}

.login-popup {
	max-width: 375px
}

.login-popup .login-header {
	font-weight: bolder;
	margin: 15px 0px;
}

.login-popup label {
	display: none;
}

.login-popup input {
	border: none;
	outline: none;
	text-align: center;
	width: 100%;
	padding: 6px 12px;
	margin: 10px 0px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset;
}

.login-popup .close-btn {
	position: absolute;
	margin: 15px;
	right: 0px;
	top: 0px;
	color: #fff;
}

.login-popup .errorlist {
	color: red;
	font-size: 12px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.login-popup .submit-form-btn {
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
	color: #fff;
	background-color: var(--main-color);
	cursor: pointer;
	padding: 6px 12px;
	margin: 15px 0px;
	border: none;
}

.login-popup .submit-form-btn:hover, .submit-form-btn:active {
	letter-spacing: 0.5px;
}