.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	/*padding: 32px 1em 0;*/
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
}
.header--fix {
	background: #34383a;
}
.section{
	overflow-y: hidden;
}
.wrapper {
	padding: 0 1em;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}
.wrapper-inner {
	max-width: 994px;
	margin: 0 auto;
}
.wrapper--xl {
	max-width: 1280px;
}
/* Menu */
.mobile-logo {
	display: none;
}
.c-menu {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: -webkit-transform 400ms ease;
	transition: -webkit-transform 400ms ease;
	transition: transform 400ms ease;
	transition: transform 400ms ease, -webkit-transform 400ms ease;
	will-change: transform;
}
.c-menu__item {
	font-size: 0.9375em;
	font-family: 'Orbitron';
	font-weight: 500;
	color: #fff;
	padding: 30px 0;
}
.c-menu__link:hover,
.c-menu__link:active,
.c-menu__link:focus {
	color: #fff;
	text-decoration: none;
}
.c-menu__item--logo {
	padding: 10px 100px 0 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: -webkit-transform 400ms ease;
	transition: -webkit-transform 400ms ease;
	transition: transform 400ms ease;
	transition: transform 400ms ease, -webkit-transform 400ms ease;
	will-change: transform;
}
.header--fix .c-menu {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.header--fix .c-menu__item--logo {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.link--underline,
.link--hide-underline {
	position: relative;
	padding: 0 0 12px;
}
.link--underline:after,
.link--hide-underline:after {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,0.8);
	transition: transform 300ms ease, opacity 300ms ease;
}
.link--underline:after {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	opacity: 0;
}
li.active .link--hide-underline:after {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
li.active .link--underline:after,
.link--underline:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.link--hide-underline:hover:after {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	opacity: 0;
}
.c-who_slider-nav-link:after {
	background: rgba(0,0,0,0.8);
}
.link--hide-underline.red:after {
	height: 1px;
	bottom: 14px;
}
.c-who_slider-nav-link.active:after,
.link--hide-underline.red:after {
	background: rgba(221,40,46,0.8);	
}
.c-contact__mail.link--hide-underline:after {
	bottom: 12px;
}
.c-main__cta.link--hide-underline:after {
	bottom: 13px;
	height: 1px;
}
/* Safari hack */
@supports (-webkit-appearance:none) {
	
}
@media not all and (min-resolution:.001dpcm) { @media
	{
		.c-main__cta.link--hide-underline:hover:after {
			transform: translateY(0);
			opacity: 1;
		}
		}}

		/* Main section */
		.c-main {
			background: url('../img/bg-main-banner.jpg');
			background-size: cover;
			background-attachment: fixed;
			background-position: center;
			height: 100vh;
/*	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;*/
}
.c-main .wrapper {
	position: static;
}
.c-main__text {
	position: absolute;
	max-width: 630px;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-main__title {
	color: #fff;
	font-size: 3.625em;
	line-height: 0.931;
	text-transform: uppercase;
	margin: 0 0 0.35em;
}
.c-main__title--black {
	font-weight: 900;
	font-size: 42px;
	font-size: 2.625rem;
	display: block;
	line-height: 1.285;
}
.c-main__cta {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.c-main__cta:hover,
.c-main__cta:active{
	color: #fff;
	text-decoration: none;
}
.c-main__text-bottom {
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.c-main__mouse {
	display: block;
	width: 18px;
	height: 28px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
}
.c-main__mouse:before {
	content: '';
	display: block;
	width: 1px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 3px;
	left: 50%;
	-webkit-animation: updown 2s infinite;
	animation: updown 2s infinite;
}
.c-main__scroll {
	color: #fff;
	font-size: 0.6875em;
	text-transform: uppercase;
	curso
}
@-webkit-keyframes updown {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	30% {
		-webkit-transform: translate(-50%, 5px);
		transform: translate(-50%, 5px);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@keyframes updown {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	30% {
		-webkit-transform: translate(-50%, 5px);
		transform: translate(-50%, 5px);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

/* Who we are */
.c-section__title {
	font-family: 'Orbitron';
	text-align: center;
	font-size: 1.74125em;
	font-weight: 500;
	padding: 65px 0 0;
	color: #000;
	text-transform: uppercase;
}
.c-section__title--white {
	color: #fff;
}
.c-section__subtitle {
	font-size: 1em;
	font-weight: 800;
	text-align: center;
	margin: 0 0 20px;
}
.c-who {
	/*padding: 0 0 90px;*/
	/*padding: 0 0 60px;*/
	padding: 0 0 65px;
	position: relative;
}
.c-who_slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 540px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 30px 0 50px;
}
.c-who_slider-nav-item {
	font-family: 'Orbitron';
	font-weight: 500;
	color: #000;
	font-size: 0.875em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	min-width: 160px;
}
.c-who_slider-nav-item:nth-child(n+2):nth-child(-n+2):after {
	content: '';
	width: 260%;
	height: 1px;
	background: #afafaf;
	position: absolute;
	top: -16px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.c-who_slider-nav-link {
	position: relative;
	text-decoration: none;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
}
.c-who_slider-nav-link:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #afafaf;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
}
.c-who_slider-nav-link.active {
	color: #db1f25;
	text-decoration: none;
}
.c-who_slider-nav-link.active:before {
	background: #db1f25;
}
.c-who .bx-wrapper {
	min-height: 450px;
}
.c-who__profile-img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c-who__profile-img-item {
	width: 33.33%;
	position: relative;
	overflow: hidden;
}
.c-who__profile-img {
	width: 100%;
	height: auto;
}
.c-who__profile-img-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
}
.c-who__profile-img-text a {
	color: #fff;
	font-family: 'Orbitron';
	font-weight: 900;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	padding: 13px;
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
}
.c-who__profile-img-text a:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/ico-sprite.svg') no-repeat;
	background-size: 192px 336px;
	background-position: -62px -254px;
	position: absolute;
	right: 15px;
	bottom: 13px;
}
.c-who__profile-img-text:after {
	content: '';
	display: block;
	width: 120%;
	height: 140px;
	position: absolute;
	bottom: -50px;
	left: -10%;
	-webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	-webkit-transition: opacity 900ms ease, -webkit-transform 450ms ease;
	transition: opacity 900ms ease, -webkit-transform 450ms ease;
	transition: transform 450ms ease, opacity 900ms ease;
	transition: transform 450ms ease, opacity 900ms ease, -webkit-transform 450ms ease;
}
.c-who__profile-img-text--blue:after {
	background: rgba(43,172,214,0.86);
}
.c-who__profile-img-text--yellow:after {
	background: rgba(244,192,66,0.86);
}
.c-who__profile-img-text--green:after {
	background: rgba(48,204,118,0.86);
}
.c-who__profile-img-item:hover .c-who__profile-img-text:after {
	-webkit-transform: skewY(-14deg) translateY(-20px);
	transform: skewY(-14deg) translateY(-20px);
	opacity: 0.5;
}
/* Who Approach */
.list-dash {
	list-style-type: none;
	padding: 0 0 0 1em;
	margin: 30px 0;
}
.list-dash li{
	margin-bottom: 10px;
	position: relative;
}
.list-dash li:before {
	content: '-';
	-webkit-transform: translateX(-1em);
	transform: translateX(-1em);
	position: absolute;
}
.list-dash--red li:before {
	color: #db1f25;
}
.list-dash--white li:before {
	color: #fff;
}
.list-dash--small {
	margin: 20px 0;
}
.list-dash--small li {
	margin-bottom: 8px;
}
/* Partners */
.c-who__partner-item {
	text-align: center;
}
.c-who__partners-img-holder img {
	border-radius: 50%;
}
.c-who__partners-name {
	font-size: 1.125em;
	font-weight: 800;
	margin: 1.4em 0 1.6em;
}

/* Sectors */
.c-sector {
	background: #34383a url('../img/bg-sector.jpg') repeat;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.c-sector:nth-child(5){
	padding-bottom: 15px;
}
.c-sector__img-holder {
	overflow: hidden;
}
.c-sector__img-holder img{
	position: relative;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition: opacity 300ms linear 400ms, -webkit-transform 650ms ease 400ms;
	transition: opacity 300ms linear 400ms, -webkit-transform 650ms ease 400ms;
	transition: transform 650ms ease 400ms, opacity 300ms linear 400ms;
	transition: transform 650ms ease 400ms, opacity 300ms linear 400ms, -webkit-transform 650ms ease 400ms; 
}
.in-view .c-sector__img-holder img{
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.c-sector__text-cont {
	padding: 90px 20px 20px 60px;
}
.c-sector__text-cont > * {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition: opacity 600ms linear, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: opacity 600ms linear, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 600ms linear;
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 600ms linear, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01); 
}
.c-sector__title {
	font-family: 'Orbitron';
	font-size: 1.75em;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.c-sector__services-title {
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 700;
}
.c-sector__services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.in-view .c-sector__title,
.in-view .c-sector__title + p {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.in-view .c-sector__services-title {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms;
}
.in-view .c-sector__services {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}
/* Services */
.c-service__list {
	padding: 50px 0 65px;
}
.c-service__list .animate{
	-webkit-transform: translateY(8px) scale(0.95);
	transform: translateY(8px) scale(0.95); 
	opacity: 0;
	-webkit-transition: opacity 700ms ease, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: opacity 700ms ease, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 700ms ease;
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 700ms ease, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	will-change: transform, opacity;
}
.c-service__list .animate.in-view{
	visibility: visible; 
	-webkit-transform: translateY(0) scale(1); 
	transform: translateY(0) scale(1); 
	opacity: 1;
}
.c-service__holder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 0;
}
.c-service__holder--ra img {
	-webkit-transform: translate(0,-3px);
	transform: translate(0,-3px);
}
.c-service__holder--tac img {
	-webkit-transform: translate(5px, 0);
	transform: translate(5px, 0);
}
.c-service__holder--sector {
	width: 50%;
	padding: 30px 0;
}
.c-services__img {
	border: 2px solid;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 12px 0 0;
}
.c-sector__cont--blue .c-services__img--sector {
	border-color: #4095c1;
}
.c-sector__cont--yellow .c-services__img--sector {
	border-color: #ffc842;
}
.c-sector__cont--green .c-services__img--sector {
	border-color: #30cc76;
}
.c-services__img--blue {
	border-color: #02c1c3;
}
.c-services__img--red {
	border-color: #db1f25;
}
.c-services__img--purple {
	border-color: #9a3899;
}
.c-services__img--orange {
	border-color: #f78934;
}
.c-services__name {
	margin: 0;
}
.c-sector__services-link,
.c-sector__services-link:hover {
	font-weight: 800;
	text-decoration: none;
	color: #fff;
}

/* Services */
.c-service {
	background: url('../img/bg-service.jpg') repeat;
}
/* Delivery */
.c-delivery {
	background: url('../img/bg-sector.jpg') repeat;
	color: #fff;
	position: relative;
}
.c-delivery__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 65px 0 50px;
}
.c-delivery__item {
	width: 20%;
	text-align: center;
	padding: 0 25px;
}
.c-delivery__item.animate {
	-webkit-transform: translateY(8px) scale(0.95);
	transform: translateY(8px) scale(0.95); 
	opacity: 0;
	-webkit-transition: opacity 700ms ease, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: opacity 700ms ease, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 700ms ease;
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 700ms ease, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	will-change: transform, opacity;
}
.c-delivery__item.in-view{
	visibility: visible; 
	-webkit-transform: translateY(0) scale(1); 
	transform: translateY(0) scale(1); 
	opacity: 1;
}
.c-delivery__item-img {
	width: 105px;
	height: 105px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #d91f25;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-delivery__item-title {
	font-size: 1.125em;
	color: #fff;
	font-weight: 800;
	margin: 0.75em 0 0.25em;
}
.c-delivery__item-desc {
	color: #fff;
	font-weight: 300;
}
.c-delivery__content-text.c-delivery__content-text {
	padding: 0 0 0 25px;
}
.c-delivery__content {
	padding: 0 75px 50px;
}
.c-delivery__content-title {
	font-size: 1.5em;
	line-height: 0.874;
	font-weight: 800;
	white-space: nowrap;
}
.c-delivery__content .row + .row {
	margin-top: 80px;
}
.bold-italic {
	font-weight: 700;
	font-style: italic;
}

.c-delivery__content-inner .animate{
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition: opacity 600ms linear, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: opacity 600ms linear, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 600ms linear;
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 600ms linear, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
}
.c-delivery__content-inner.in-view .animate{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}



/* Data */
.c-data {
	background: url(../img/bg-data-center.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	/*display: flex;*/
}
.c-data__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 80px 0 65px;
	position: relative;
	z-index: 1;
}
.c-data__item {
	width: 25%;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-data__item p {
	background: rgba(0,0,0,0.4);
	border: 1px solid #757b7f;
	padding: 50px 15px 55px;
	text-align: center;
	letter-spacing: -0.2px;
	width: 100%;
}

/* Projects */
.c-project__list {
	padding-top: 50px;
	padding-bottom: 65px;
}
/* Projects */
.c-project__list .animate {
	-webkit-transform: translateY(8px) scale(0.95);
	transform: translateY(8px) scale(0.95); 
	opacity: 0;
	-webkit-transition: opacity 700ms ease, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: opacity 700ms ease, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 700ms ease;
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 700ms ease, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	will-change: transform, opacity;
}
.c-project__list .animate.in-view{
	visibility: visible; 
	-webkit-transform: translateY(0) scale(1); 
	transform: translateY(0) scale(1); 
	opacity: 1;
}
.c-project__holder {
	border-bottom: 1px solid #bfbfbf;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-project__holder--empty {
	border-bottom: 0;
}
.c-project__img {
	width: 120px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
}
.c-project__name {
	font-size: 0.9375em;
	line-height: 1.2;
	font-weight: 800;
	margin: 1.8em 0 0;
}
.c-project__destination {
	font-size: 0.9375em;
	line-height: 1.2;
	font-weight: 300;
}

/* Testimonials */
.c-testimonial {
	background: url(../img/bg-testimonials.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.c-testimonial__list {
	max-width: 894px;
	margin: 65px auto 0;
	padding-bottom: 60px;
}
.c-testimonial__item {
	padding: 40px 30px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c-testimonial__img {
	width: 220px;
	padding: 0 16px;
}
.c-testimonial__img img{
	border-radius: 50%;
	border: 1px solid #bfbfbf;
}
.c-testimonial__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}
.c-testimonial__desc div{
	padding: 0 50px;
}
.c-testimonial__desc p {
	margin-bottom: 1.25em;
	line-height: 1.25;
}
.c-testimonial__desc:before {
	content: '“';
	font-size: 4.5em;
	color: #dd282e;
	line-height: 0.277;
	position: absolute;
	left: 10px;
	top: 5px;
}
.c-testimonial__desc-apost {
	font-size: 4.5em;
	color: #dd282e;
	line-height: 0.277;
	position: absolute;
	-webkit-transform: translate(20px, 30px);
	transform: translate(20px, 30px);
}
.c-testimonial__author {
	color: #dd282e;
	font-weight: 800;
	text-align: right;
	margin: 3.5em 0 0;
}
/* Owl overwrite */
.owl-stage-outer {
	background: rgba(255,255,255, .88);
}
.owl-dots {
	text-align: right;
	margin: 18px 0;
}
.owl-dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
	margin: 0 7px;
}
.owl-dot.active {
	background: #fff;
}

/* Contact part */
.c-contact {
	background: url('../img/bg-contact.jpg') repeat;
	position: relative;
}
.c-contact:before {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
}
.c-useful__list {
	padding: 55px 20px 0;
	max-width: 400px;
	margin: 0 auto;
}
.c-useful__item { 
	border-bottom: 1px solid #c3c3c3;
	padding: 20px 0;
}
.c-useful__item p {
	margin: 0;
	font-weight: 800;
}
.c-useful__item a {
	color: #db1f25;
	text-transform: uppercase;
	font-size: 0.875em;
	float: right;
	padding: 0 10px 0 22px;
	background: url('../img/ico-download.svg') no-repeat;
	background-position: left top;
	background-size: 15px;
}
.c-contact__part {
	padding: 0 20px 45px 20px;
}
.c-contact__list {
	text-align: center;
	color: #fff;
}
.c-contact__list p {
	line-height: 1.5;
}
.c-contact__title {
	font-size: 1.5em;
	font-weight: 800;
	margin: 2em 0 0;
}
.c-contact__tel {
	font-size: 1.125em;
	text-align: center;
	line-height: 1.555;
}
.c-contact__mail,
.c-contact__mail:hover {
	font-size: 1.125em;
	font-weight: 800;
	text-decoration: none;
}

/* Contact animation */
.c-contact .c-section__title,
.c-useful__item,
.c-contact__list > * {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transition: opacity 600ms linear, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: opacity 600ms linear, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 600ms linear;
	transition: transform 1050ms cubic-bezier(.14,.82,0,1.01), opacity 600ms linear, -webkit-transform 1050ms cubic-bezier(.14,.82,0,1.01);
}
.c-contact.in-view .c-section__title,
.in-view .c-useful__item,
.in-view .c-contact__list > * {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.c-contact__part.in-view .c-section__title {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;	
}

/* Floating elements */
.floating-ico {
	position: absolute;
	left: 0;
	opacity: 0.6;
	bottom: 0;
	z-index: 3;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: -webkit-transform 3550ms cubic-bezier(.14,.82,0,1.01);
	transition: -webkit-transform 3550ms cubic-bezier(.14,.82,0,1.01);
	transition: transform 3550ms cubic-bezier(.14,.82,0,1.01);
	transition: transform 3550ms cubic-bezier(.14,.82,0,1.01), -webkit-transform 3550ms cubic-bezier(.14,.82,0,1.01);
	will-change: transform;
}
.floating-ico--yellow {
	left: auto;
	right: 0;
	bottom: -30%;
}
.floating-ico--green {
	bottom: 20%;
}
.floating-ico--red {
	left: 0%;
	top: -20%;
/*	transform: translateX(-100px); 
	transition: transform 3550ms cubic-bezier(.14,.82,0,1.01);
	will-change: transform;*/
}
.floating-ico.float {
	-webkit-transform: translateX(0);
	transform: translateX(0); 
}
.floating-ico--right {
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	left: auto;
	right: 0;
	top: 20%;
}
.floating-ico--right.float {
	-webkit-transform: translateX(0);
	transform: translateX(0); 
}
.floating-rect {
	position: absolute;
	width: 50px;
	height: 200px;
	background: rgba(215,36,42,0.72);
}
.floating-rect--who {
	left: 94%;
	top: -10%;
	z-index: 1;
}
.floating-rect--data {
	top: -44%;
	left: 90%;
}
.floating-rect--delivery {
	top: 0;
	left: 6%;
	z-index: 1;
}
.floating-rect--delivery-2 {
	top: -60%;
	left: 54%;
}
.floating-rect--testimonial {
	top: -125%;
	left: 66%;
}


/* Footer */
.footer {
	background: #242020;
}
.c-footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.c-footer__paragraph {
	color: #fff;
	font-size: 0.75em;
	font-weight: 800;
	margin: 0;
}


/* Responsive */
@media screen and (max-width: 1366px) {
	.c-menu__item--logo {
		padding: 10px 30px 0 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.c-delivery__content-title {
		white-space: normal;
	}
	.floating-ico {
		max-width: 200px;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	.floating-ico--right {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@media screen and (max-width: 1023px) {
	/*Logo*/
	.mobile-logo {
		padding: 0.5em 1em;
	}
	.mobile-logo img{
		width: 115px;
	}
	/* Menu activator */
	.menu-activator{
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 999;
	}
	.lines-button {
		display: block;
		width: 30px;
		height: 26px;
		-webkit-transition: 300ms;
		transition: 300ms;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border-radius: 0.57143rem;
	}
	.lines-button:hover {
		opacity: 1;
	}
	.lines-button:active {
		-webkit-transition: 0;
		transition: 0;
	}

	.lines {
		display: inline-block;
		width: 30px;
		height: 4px;
		background: #fff;
		border-radius: 0.28571rem;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		position: relative;
	}
	.lines:before, .lines:after {
		display: inline-block;
		width: 30px;
		height: 4px;
		background: #fff;
		border-radius: 0.28571rem;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		position: absolute;
		left: 0;
		content: '';
		-webkit-transform-origin: 0.28571rem center;
		transform-origin: 0.28571rem center;
	}
	.lines:before {
		top: 8px;
	}
	.lines:after {
		top: -8px;
	}

	.lines-button.close {
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
		transform: scale3d(0.8, 0.8, 0.8);
	}

	.lines-button.x2 .lines {
		-webkit-transition: background 0.3s 0.5s ease;
		transition: background 0.3s 0.5s ease;
	}
	.lines-button.x2 .lines:before, 
	.lines-button.x2 .lines:after {
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
		-webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
		transition: top 0.3s 0.6s ease, transform 0.3s ease;
		transition: top 0.3s 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	}

	.lines-button.x2.close .lines {
		-webkit-transition: background 0.3s 0s ease;
		transition: background 0.3s 0s ease;
		background: transparent;
	}
	.lines-button.x2.close .lines:before, 
	.lines-button.x2.close .lines:after {
		transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
		-webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
		transition: top 0.3s ease, transform 0.3s 0.5s ease;
		transition: top 0.3s ease, transform 0.3s 0.5s ease, -webkit-transform 0.3s 0.5s ease;
		top: 0;
		width: 30px;
	}
	.lines-button.x2.close .lines:before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}
	.lines-button.x2.close .lines:after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}
	/* Menu */
	.header .wrapper {
		padding: 0;
	}
	.mobile-logo {
		display: inline-block;
		padding: 1em;
		position: relative;
		z-index: 2;
	}
	.c-menu,
	.header--fix .c-menu {
		display: block;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		background: #34383a;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 65px 0 10px;
	}
	.menu-on .c-menu {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.c-menu__item {
		padding: 0.188em 1em;
		display: block;
	}
	.c-menu__item--logo {
		display: none;
	}
	.c-menu__link {
		display: block;
		width: 100%;
		padding: 4px 1em;
	}
	.c-menu__link:after {
		display: none;
	}
	.c-menu__link:hover {
		/*color: #000;*/
	}
	.floating-ico {
		width: 180px;
	}
	/* Main banner */
	/* Fixed background problem in IOS */
	.c-main,
	.c-data,
	.c-testimonial {
		background-attachment: scroll;
		background-position: center;
	}
	.c-sector__text-cont {
		padding: 20px;
	}
	.c-sector__title {
		font-size: 1.25em;
		margin-bottom: 0.5em;
	}
	.c-sector__services-title {
		font-size: 1.125em;
	}
	.c-services__img {
		width: 45px;
		height: 45px;
	}
	.c-services__img img {
		max-width: 28px;
	}
	.c-section__title {
		font-size: 1.5em;
		font-weight: 500;
	}
	.c-data__item {
		width: 33.33%;
	}
	.c-delivery__content {
		padding: 0 15px 40px; 
	}
	.c-project__holder--empty {
		display: none;
	}
	.c-testimonial__list {
		padding-bottom: 50px;
	}
	.c-contact:before {
		display: none;
	}
	.c-useful__part {
		position: relative;
		background: #fff;
		padding: 0 0 65px;
	}
	.c-useful__part > * {
		position: relative;
		z-index: 1;
	}
	.c-useful__part:after {
		content: '';
		display: block;
		position: absolute;
		left: -16px;
		right: -16px;
		height: 100%;
		top: 0;
		background: #fff;
	}
}


@media screen and (max-width: 767px){
	.c-who {
		padding-bottom: 30px;
	}
	.c-who__approach-img-holder img {
		width: 100%;
		margin-bottom: 20px;
	}
	.c-who__partner-item {
		margin-bottom: 50px;
	}
	.c-service__list {
		padding: 30px 0;
	}
	.c-sector__cont--left .row,
	.c-delivery__content--right,
	.c-delivery__content-inner--left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.c-sector__cont--left .col-sm-4,
	.c-delivery__content--right .c-delivery__content-text,
	.c-delivery__content-inner--left .col-sm-5 {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.c-sector__cont--left .col-sm-8,
	.c-delivery__content--right .col-sm-5,
	.c-delivery__content-inner--left .col-sm-7 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
	.c-sector__img-holder {
		height: 250px;
		position: relative;
		overflow: hidden;
	}
	.in-view .c-sector__img-holder img {
		position: absolute;
		width: 100%;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		top: 50%;
	}
	.c-data__list {
		padding: 30px 0;
	}
	.c-data__item {
		width: 50%;
	}
	.c-delivery__list {
		padding: 30px 0 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.c-delivery__item {
		width: 50%;
		margin-bottom: 20px;
	}
	.c-delivery__content-img img {
		width: 100%;
	}
	.c-delivery__content .row + .row {
		margin-top: 30px;
	}
	.c-delivery__content-text.c-delivery__content-text {
		padding: 0;
	}
	.c-project__list {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.c-footer__container {
		height: auto;
	}
	.c-footer__paragraph {
		padding: 5px 0;
	}
	.floating-rect,
	.floating-ico {
		display: none;
	}
	.c-delivery__content-img {
		margin-bottom: 20px;
	}
/*	.c-delivery__content .row + .row,
	.c-delivery__content .row + .row .c-delivery__content-text{
		margin-top: 20px;
		display: block;
	}*/
	.c-project__img{
		max-width: 80px;
		margin-right: 15px;
	}
	.c-project__list .row div.last .c-project__holder{
		border: none;
	}
}
@media screen and (max-width: 620px){
	.c-main__title {
		font-size: 2.25em;
	}
	.c-main__title--black {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.c-who_slider-nav-item {
		width: 100%;
		margin-bottom: 5px;
	}
	.c-who_slider-nav-item:after,	
	.c-who_slider-nav-link:before,
	.c-who_slider-nav-link:after {
		display: none;
	}
	.c-who__profile-img-item {
		width: 100%;
	}
	.c-who__profile-img {
		display: none;
	}
	.c-who__profile-img-text,
	.c-who__profile-img-text a {
		position: static;
		height: auto;
		color: #000;
	}
	.c-who__profile-img-text a {
		display: block;
		padding: 5px 0;
	}
	.c-who__profile-img-text a br {
		display: none;
	}
	.c-who__profile-img-text:after {
		display: none;
	}
	.c-testimonial__img {
		display: none;
	}
}
@media screen and (max-width: 420px) {
	.c-sector__img-holder {
		height: 190px;
	}
	.c-sector__text-cont {
		padding: 20px 0;
	}
	.c-services__img img {
		max-width: 20px;
	}
	.c-service__holder--sector {
		width: 100%;
		padding: 0;
		margin: 10px 0;
	}
	.col-xs-6 {
		width: 100%;
	}
	.c-service__holder {
		max-width: 245px;
		transform: translateX(15px);
		margin: 0 auto;
		padding: 10px 0;
	}
	.c-data__item {
		width: 100%;
	}
	.c-data__item p{
		padding: 20px 15px 20px
	}
	.c-section__title {
		padding: 35px 0 0;
	}
	.c-testimonial__list {
		margin: 20px auto;
	}
	.c-useful__item p {
		font-size: 0.875em;
		font-weight: 500;
	}
	.c-contact__title {
		font-size: 1.25em;
		font-weight: 500;
	}
	.c-testimonial__list{
		padding-bottom: 0px;
	}
	.c-footer__container{
		padding: 5px 0;
	}
	.c-footer__container p{
		padding: 2px 0;
	}
	.c-footer__container p span{
		display: block;
		padding-top: 4px;
	}
}
h4.c-section__subsubtitle{
	font-family: 'Orbitron';
	font-weight: 500;
	color: #000;
	font-size: 0.875em;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding-bottom: 20px;
}
div.c-project__list div.row{
	padding-bottom: 40px;
}