body {
	font-size: 16px;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
a.active, a:focus, button:focus, button.active {
	outline: none;
}
a {
	text-decoration: none;
}
a:focus, a:hover, a:active {
	outline: 0;
	box-shadow: 0;
}
a:focus, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 0;
}
a {
	text-decoration: none;
	transition: all .5s ease-in-out;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	list-style: none;
}
p {
	margin: 0;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
strong {
	font-weight: 500;
}
img {
	max-width: 100%;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
}
.btn img {
	margin-left: 10px;
	width: 21px;
	height: 21px;
	max-width: inherit;
}
.btn:focus {
	box-shadow: none;
}
.btn-secondary {
	background-color: #f9e318;
	border-color: #f9e318;
}
.btn-secondary:hover {
	background-color: #FFF064;
	border-color: #FFF064;
	color: #000000;
}
.btn-primary {
	background-color: #0049b9;
	border-color: #0049b9;
}
.btn-primary:hover {
	background-color: #2D6ED3;
	border-color: #2D6ED3;
	color: #fff;
}
.btn-default {
	background-color: #fff;
	border: solid 2px #0049b9;
	color: #0049b9;
	min-width: 190px;
}
.btn-default:hover {
	background-color: #0049b9;
	color: #fff;
}
/***************HEADER CSS START*******************/
.mt-box {
	margin-top: 96px;
}
header {
	background-color: #fff;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.02);
	min-height: 96px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #fff;
}
header .navbar {
	padding: 18px 25px;
}
header .navbar-brand {
	padding: 0;
	margin: 0;
	margin-right: 60px;
}
header .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	color: #000000;
	padding: 0 13.5px;
}
header .navbar-nav .nav-item .nav-link:hover, header .navbar-nav .nav-item.active .nav-link {
	color: #0049b9;
}
header .btn-secondary {
	height: 48px;
	width: 170px;
	padding: 10px 25px;
	color: #000000;
	line-height: 16px;
	font-weight: 400;
}
header .navbar-nav {
	margin-top: 5px;
}
/****************************************/

.main-banner {
	padding: 115px 0 123px;
	position: relative;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fcfcfc, #ffffff), linear-gradient(to bottom, #a2c6ff, #a2c6ff), linear-gradient(to bottom, #ffffff, #ffffff);
}
.text-holder h1 {
	font-weight: 200;
	font-size: 48px;
	line-height: 64px;
	color: #000;
	margin-bottom: 10px;
}
.text-holder h3 {
	font-weight: 200;
	font-size: 48px;
	line-height: 64px;
	color: #000;
	margin-bottom: 10px;
}
.text-holder p {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #aeaeae;
	max-width: 540px;
}
.text-holder .btn {
	margin-top: 48px;
	min-width: 255px;
}
.text-holder h3 span {
	color: #0049B9;
}
.text-holder h1 span {
	color: #0049B9;
}
.img-banner {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 705px;
}
.main-banner [class*="col-"] {
	position: inherit;
}
/***************************/
.work-wrapper .img-holder{
	text-align: center;
}
.service-wrapper .img-holder{
	text-align: center;
}
.contattaci .img-contact{
	text-align: center;
}
.how-works {
	padding: 77px 0 100px;
	background-color: #FAFAFA;
}
.how-works .card-work {
	height: 100%;
}
.card-work {
	border-radius: 4px;
	box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
	background-color: #ffffff;
	text-align: center;
	padding: 22px 30px;
}
.card-work h3 {
	font-size: 24px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}
.card-work p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #aeaeae;
}
.caption h3 {
	font-size: 48px;
	font-weight: 200;
	line-height: 87px;
	text-align: center;
	color: #000000;
}
.caption {
	margin-bottom: 44px;
}
.shadow-img {
	border-radius: 4px;
	box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
	display: inline-block;
	position: relative;
}
.shape {
	position: absolute;
	bottom: -18px;
	left: -18px;
}
.shadow-img img {
	border-radius: 4px;
}
.text-content h4 {
	line-height: 44px;
	font-size: 36px;
	margin-bottom: 27px;
	font-weight: 200;
}
.text-content p {
	font-size: 24px;
	color: #000000;
	margin-bottom: 36px;
}
.clrBlue {
	color: #0049b9;
}
.text-content .btn:hover img {
	filter: brightness(100)
}
.our-services .row:nth-child(odd) [class*="col-"]:nth-child(2) {
	order: 1;
}
.our-services .row:nth-child(odd) [class*="col-"]:nth-child(1) {
	order: 2;
}
.our-services .row:nth-child(odd) .shadow-img {
	float: right;
}
.our-services .row {
	margin-top: 120px;
}
.our-services .text-content {
	max-width: 450px;
}
.our-services .caption h3 {
	line-height: 67px;
}
.our-services .row:nth-child(odd) .text-content {
	padding-left: 18%;
}
.our-services .row:nth-child(even) .text-content {
	padding-left: 20px;
}
.our-services {
	padding: 79px 0 170px;
	background-color: #fff;
}
/************************************/
.langselector{
	display: flex;
    margin-right: 1em;
}
.langselector li{
    padding: 0.2em;
}
.langselector li a{
    font-size: 14px;
    color: #000000;
}
.langselector li a:hover{
	color: #0049b9;
}
.ready-to-ship {
	background-image: linear-gradient(to left, #2d6ed3, #0049b9), linear-gradient(to bottom, #0049b9, #0049b9);
	padding: 74px 0 103px;
	position: relative;
}
.ready-text {
	text-align: center;
	color: #fff;
	max-width: 540px;
	margin: 0 auto;
}
.ready-text h3 {
	font-weight: 200;
	font-size: 48px;
	margin-bottom: 28px;
}
.ready-text p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.ready-text .btn-default {
	background-color: #fff;
	color: #0049B9;
}
.ready-text .btn-default:hover {
	background-color: #f9e318;
	color: #000;
}
.quick-links li {
	margin-bottom: 23px;
}
.quick-links li a {
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}
.quick-links li a:hover, .contact-link a:hover {
	color: #0049b9;
}
.contact-link {
	max-width: 222px;
	margin-left: 37px;
}
.contact-link p, .contact-link a {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #aeaeae;
}
footer {
	padding: 104px 0 124px;
	background-color: #FAFAFA;
}
.footer-logo {
	margin-top: 6px;
}
.footer-logo img {
	object-fit: cover;
}
/**********************I NOSTRI SERVIZI******************/

.breadcrumb {
	background-image: linear-gradient(to left, #2d6ed3, #0049b9), linear-gradient(to bottom, #0049b9, #0049b9);
	padding: 51.5px 0;
	margin-bottom: 0;
}
.title {
	font-size: 48px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}
.content h4 {
	font-size: 48px;
	font-weight: 200;
	color: #0049b9;
	margin-bottom: 24px;
}
.content p {
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}
.service-wrapper {
	padding: 79px 0;
}
.services .service-wrapper:nth-child(even) .row [class*="col-"]:nth-child(2) {
	order: 1;
}
.services .service-wrapper:nth-child(even) .row [class*="col-"]:nth-child(1) {
	order: 2;
}
.services .service-wrapper:nth-child(even) {
	background-color: #FAFAFA;
}
.services .service-wrapper:nth-child(even) .img-holder {
	text-align: right;
}
/***********************************/

.work-wrapper {
	padding: 44px 0 76px;
}
.work-wrapper .content h4 {
	font-size: 24px;
	color: #0049b9;
	font-weight: 400;
}
.work-wrapper .content {
	max-width: 445px;
}
.work-wrapper .content p {
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}
.work-wrapper .row {
	align-items: center;
}
.how-it-works .work-wrapper:nth-child(even) {
	background-color: #FAFAFA;
}
/****************************/

.contact-card p, .contact-card a {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #000;
}
.contact-card {
	margin-bottom: 42px;
}
.contattaci {
	padding: 129px 0;
}
.small-logo {
	display: none;
}
.preloader {
	position: fixed;
	top: 0;
	z-index: 1000000;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.preloader img {
	width: 100px;
}
.img-contact {
	padding-left: 50px;
}
.proloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}
.loader_34 {
	/* Preloader */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.loader_34 .ytp-spinner {
	/* Spinner Container */
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none;
}
.loader_34 .ytp-spinner .ytp-spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
	-webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.loader_34 .ytp-spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
	animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}
.loader_34 .ytp-spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.loader_34 .ytp-spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.loader_34 .ytp-spinner-left {
	/* Position inside Container*/
	right: 50%;
}
.loader_34 .ytp-spinner-right {
	/* Position inside Container*/
	left: 50%;
}
.loader_34 .ytp-spinner-circle {
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	/* Spinner Color */
	border-color: #0049b9 #0049b9 transparent;
	border-radius: 50%;
	border-width: 6px;
}
.loader_34 .ytp-spinner-left .ytp-spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: transparent;
	-webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
	animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}
.loader_34 .ytp-spinner-right .ytp-spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: transparent;
	-webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
	animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.btn-secondary {
    padding: 10px 25px;
    color: #000000;
    line-height: 16px;
    font-weight: 400;
}
.logos{
	display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    max-width: 400px;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
}
.logos img{
	width: 150px;
}
.shape2 {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 230px;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.ready-to-ship .shapebottomright {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 300px;
}
.ready-to-ship .shapetopleft {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.content-full{
	max-width: none !important;
}
.content-full p{
	margin-bottom: 20px;
}
.intro{
    max-width: 960px;
    margin: 0 auto;
}
.contattaci .contact-card a:hover, .services .content a:hover {
	color: #0049b9;
	text-decoration: underline;
}
.card2 p{
	margin-bottom: 5px;
}
/* Preloader Animations */

@-webkit-keyframes ytp-spinner-linspin {
 to {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes ytp-spinner-linspin {
 to {
 transform: rotate(360deg);
}
}
 @-webkit-keyframes ytp-spinner-easespin {
 12.5% {
 -webkit-transform: rotate(135deg);
}
 25% {
 -webkit-transform: rotate(270deg);
}
 37.5% {
 -webkit-transform: rotate(405deg);
}
 50% {
 -webkit-transform: rotate(540deg);
}
 62.5% {
 -webkit-transform: rotate(675deg);
}
 75% {
 -webkit-transform: rotate(810deg);
}
 87.5% {
 -webkit-transform: rotate(945deg);
}
 to {
 -webkit-transform: rotate(1080deg);
}
}
 @keyframes ytp-spinner-easespin {
 12.5% {
 transform: rotate(135deg);
}
 25% {
 transform: rotate(270deg);
}
 37.5% {
 transform: rotate(405deg);
}
 50% {
 transform: rotate(540deg);
}
 62.5% {
 transform: rotate(675deg);
}
 75% {
 transform: rotate(810deg);
}
 87.5% {
 transform: rotate(945deg);
}
 to {
 transform: rotate(1080deg);
}
}
 @-webkit-keyframes ytp-spinner-left-spin {
 0% {
 -webkit-transform: rotate(130deg);
}
 50% {
 -webkit-transform: rotate(-5deg);
}
 to {
 -webkit-transform: rotate(130deg);
}
}
 @keyframes ytp-spinner-left-spin {
 0% {
 transform: rotate(130deg);
}
 50% {
 transform: rotate(-5deg);
}
 to {
 transform: rotate(130deg);
}
}
 @-webkit-keyframes ytp-right-spin {
 0% {
 -webkit-transform: rotate(-130deg);
}
 50% {
 -webkit-transform: rotate(5deg);
}
 to {
 -webkit-transform: rotate(-130deg);
}
}
 @keyframes ytp-right-spin {
 0% {
 transform: rotate(-130deg);
}
 50% {
 transform: rotate(5deg);
}
 to {
 transform: rotate(-130deg);
}
}
