@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,100italic,300italic,400italic,700,700italic,900);
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	z-index: 99;
	background-repeat: repeat;
}
#status {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/pre12.gif); /* path to your loading animation */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
	margin-top: -50px;
	margin-left: -25px;
	margin-right: 0;
	margin-bottom: 0;
}
body {
	overflow: hidden;
}
* {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-variant: normal;
}
::-moz-selection {
 background-color: #0096ff;
 color: #FFF;
}
::selection {
	background-color: #0096ff;
	color: #FFF;
}
.clear {
	clear: both;
}
.max-width {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.header {
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	text-align: center;
	padding-bottom: 3%;
}
.header.header_02 {
	position: absolute;
	top: 0px;
	background-image: none;
	padding-bottom: 0%;
}
.top-bar {
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	/*TRANSITION*/
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.logo {
	width: 300px;
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 60px;
	margin-left: 3%;
	cursor: pointer;
}
.nav {
	float: right;
	margin-right: 3%;
}
.nav a.btn {
	font-size: 20px;
	color: #555555;
	text-decoration: none;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 400;
}
.nav a.btn:hover {
	color: #ff9300;
	cursor: pointer;
}
.center-content-header {
	margin-top: 8%;
}
h1 {
	font-size: 80px;
	font-weight: 100;
	color: #FFF;
	text-align: center;
}
h2 {
	font-size: 60px;
	font-weight: 300;
	color: #FFF;
	margin-top: 5%;
}
span.bold {
	font-weight: 300;
	font-size: 60px;
}
span.orange-txt-header {
	color: #ff9300;
	font-size: 60px;
	font-style: italic;
}
.center-btn {
	font-size: 22px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFF;
	width: 200px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 70px;
	margin-top: 3%;
	margin-right: 7px;
	margin-left: 7px;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.center-btn:hover {
	background-color: rgba(255,255,255,1);
	cursor: pointer;
	color: #0096ff;
}
.down-arrow {
	height: 30px;
	width: 40px;
	margin-top: 17%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/down-arrow-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	/**/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.down-arrow.white {
	background-image: url(../images/down-arrow-ico-white.png);
	margin-top: 15%;
}
.down-arrow:hover {
	cursor: pointer;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.contentwrap {
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
.contentwrap.about {
	background-image: url(../images/services-icon.jpg);
	background-repeat: no-repeat;
	background-position: right 95%;
	padding-bottom: 6%;
}
h1.center-title {
	font-size: 40px;
	font-weight: 300;
	color: #666666;
	padding-top: 4%;
}
h1.center-title.about {
	padding-top: 0%;
}
h2.center-title {
	font-size: 24px;
	font-weight: 400;
	color: #0096ff;
	margin-bottom: 5%;
	margin-top: 0px;
}
h3.center-title {
	font-size: 24px;
	font-weight: 400;
	color: #0096ff;
	margin-top: 5%;
	margin-bottom: 15px;
}
.border-center-serp {
	background-color: #0096ff;
	height: 3px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.checked-txt {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	background-image: url(../images/checked-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
}
p.text {
	font-size: 20px;
	font-weight: 300;
	color: #999;
	text-align: center;
	line-height: 36px;
}
.center-checked {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 40px;
}
.column_01 {
	background-image: url(../images/03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
	background-attachment: fixed;
}
.services-container {
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
h1.title-services {
	font-size: 70px;
	font-weight: 100;
	color: #FFF;
	text-align: center;
}
p.txt-services {
	font-size: 26px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
	margin-top: 5%;
	line-height: 40px;
	margin-bottom: 2%;
}
h2.center-title.offers {
	font-size: 20px;
	font-weight: 300;
	color: #999999;
}
.cards-offers {
	margin-top: 4%;
}
.card-offer {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 280px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(212,212,212,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(212,212,212,1);
	box-shadow: 0px 0px 10px 1px rgba(212,212,212,1);
	padding-top: 30px;
	height: 420px;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.card-offer:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(155,155,155,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(155,155,155,1);
	box-shadow: 0px 0px 10px 1px rgba(155,155,155,1);
}
.card-offer.scale {
	height: 370px;
	width: 270px;
}
.card-offer .image {
	background-image: url(../images/offers-icon.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 100%;
	margin-top: 20px;
}
.card-offer .image.first {
	background-image: url(../images/offers-icon-02.jpg);
}
.card-offer .image.second {
	background-image: url(../images/offers-icon-03.jpg);
}
h1.price {
	font-size: 40px;
	font-weight: 400;
	color: #0096ff;
	margin-top: 40px;
}
p.txt-offer {
	width: 90%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-weight: 300;
	color: #666666;
}
.bottom-bar {
	width: 100%;
	background-color: #0096ff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 5%;
}
p.left-bottom-txt {
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	margin-top: 8px;
}
p.right-bottom-txt {
	float: right;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	margin-top: 8px;
}
.border-sep {
	background-color: #FFF;
	float: right;
	height: 15px;
	width: 1px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
a.bottom-link {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
a.bottom-link:hover {
	text-decoration: underline;
}
.contentwrap.solutions {
	background-image: url(../images/people.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 6%;
	background-attachment: fixed;
}
.solutions-boxs {
	max-width: 1000px;
	display: flex; /* equal height of the children */
	margin-right: auto;
	margin-left: auto;
}
.solutions-box {
	flex: 1; /* additionally, equal width */
	text-align: center;
	vertical-align: top;
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(212,212,212,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(212,212,212,1);
	box-shadow: 0px 0px 10px 1px rgba(212,212,212,1);
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #FFF;
	-webkit-transform: scale(0);
	transform: scale(0);
}
img.solution-img {
	width: 90%;
}
.solutions-box:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(142,142,142,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(142,142,142,1);
	box-shadow: 0px 0px 10px 1px rgba(142,142,142,1);
}
h2.title-solution {
	font-size: 24px;
	font-weight: 400;
	color: #555555;
	margin-top: 0px;
	margin-bottom: 25px;
}
p.txt-solution {
	font-size: 16px;
	color: #999;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: justify;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
p.left-txt-sol {
	font-size: 14px;
	font-weight: 400;
	color: #0096ff;
	text-align: left;
	margin-top: 5px;
	margin-left: 15px;
}
a.web-client {
	text-decoration: none;
	font-size: 14px;
	color: #0096ff;
	font-weight: 400;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.web-client:hover {
	color: #ff9300;
}
.solutions-btn {
	text-align: center;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0096ff;
	border: 1px solid #0096ff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 28px;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 50%;
}
.solutions-btn:hover {
	color: #FFF;
	background-color: #0096ff;
	cursor: pointer;
}
.partners-container {
	background-image: url(../images/06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	background-attachment: fixed;
}
.our-clients {
	background-color: rgba(255,255,255,0.8);
	width: 70%;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 60px;
}
h2.title-column_01 {
	font-size: 28px;
	font-weight: 400;
	color: #555555;
	padding-top: 40px;
}
.client {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 15%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 40px;
	/*TRANSITION*/
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.client.client_01 {
	background-image: url(../images/clients/01.png);
}
.client.client_02 {
	background-image: url(../images/clients/02.png);
}
.client.client_03 {
	background-image: url(../images/clients/03.png);
}
.client.client_04 {
	background-image: url(../images/clients/04.png);
}
.client.client_05 {
	background-image: url(../images/clients/05.png);
}
.contact-left {
	float: left;
	width: 50%;
}
.contact-right {
	float: right;
	width: 50%;
}
.box-info {
	margin-top: 40px;
}
h3.left-txt-contact {
	font-size: 22px;
	font-weight: 700;
	color: #0096ff;
	margin: 0px;
	text-align: left;
}
.sep-contact-txt {
	height: 3px;
	width: 20px;
	background-color: #0096ff;
	margin-top: 5px;
}
h4.left-txt-contact {
	font-size: 18px;
	font-weight: 400;
	color: #525252;
	text-align: left;
	margin-top: 25px;
}
p.txt-contact {
	font-size: 15px;
	font-weight: 400;
	color: #999999;
	text-align: left;
	margin-top: 5px;
}
p.txt-contact.distance {
	margin-top: 25px;
}
span.blue {
	color: #0096ff;
	font-size: 15px;
	font-weight: 400;
}
.form {
	margin-top: 25px;
}
input {
	background-color: #FFF;
	height: 40px;
	border: 1px solid #DFDFDF;
	text-align: left;
	text-indent: 8px;
	color: #999;
	font-weight: 400;
	font-size: 14px;
	border-radius: 5px;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input.name {
	float: left;
	width: 49%;
}
input.email {
	float: right;
	width: 49%;
}
input:hover {
	border-color: #0096ff;
}
textarea.message {
	background-color: #FFF;
	border: 1px solid #DFDFDF;
	width: 99%;
	border-radius: 5px;
	color: #999;
	font-weight: 400;
	font-size: 14px;
	margin-top: 15px;
	padding-top: 5px;
	height: 180px;
	float: left;
	text-align: left;
	text-indent: 0px;
	padding-left: 1%;
	overflow: hidden;
}
textarea.message:hover {
	border-color: #0096ff;
}
input.submit {
	text-align: center;
	text-indent: 0px;
	float: left;
	height: 40px;
	width: 150px;
	margin-top: 10px;
}
input.submit:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #0096ff;
	border-color: #0096ff;
}
.header-video {
	width: 100%;
	position: relative;
}
.fullscreen-bg_video {
	width: 100%;
	object-fit: cover;
}
.dark-video {
	background-color: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
	position: absolute;	
}
