﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body{ font-size:16px; font-family: 'Jost', sans-serif !important; color:#000;}
form{ margin:0px;}

::selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Jost', sans-serif; font-weight:500; margin-top:0px;}
a{ color:#000; font-weight:400; transition: all .3s ease-in-out;}
a:hover, a:focus{ color:#000;}
p, li{ color:#000; font-size:19px; line-height:1.5; font-weight:300;}
p{ margin-bottom:10px;}
p strong{ font-weight:700;}
strong{ font-weight:700;}
.container-max{}
.container-fluid{ padding:0 80px;}
.container-fluid.container0{ padding:0px;}
.row{ margin:0 -20px;}
.row [class*="col-"]{ padding:0 20px;}
.row.row0{ margin:0px;}
.row.row0 > [class*="col-"]{ padding:0;}
.row.row01{ margin-left:-1px; margin-right:-1px;}
.row.row01 > [class*="col-"]{ padding:0 1px;}
.row.row05{ margin-left:-5px; margin-right:-5px;}
.row.row05 > [class*="col-"]{ padding:0 5px;}
.row.row10{ margin-left:-10px; margin-right:-10px;}
.row.row10 > [class*="col-"]{ padding:0 10px;}
.row.row15{ margin-left:-15px; margin-right:-15px;}
.row.row15 > [class*="col-"]{ padding:0 15px;}
.row.row40{ margin-left:-40px; margin-right:-40px;}
.row.row40 > [class*="col-"]{ padding:0 40px;}
.row.row30{ margin-left:-30px; margin-right:-30px;}
.row.row30 > [class*="col-"]{ padding:0 30px;}
.row.row60{ margin-left:-60px; margin-right:-60px;}
.row.row60 > [class*="col-"]{ padding:0 60px;}
.row.flex{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.row.flex > [class*="col-"]{ display:-webkit-box; display:-ms-flexbox; display:flex; }
.row.flex:before, .row.flex:after{ content:none;}
.row.center{ align-items: center;}
.row.bottom{ align-items: end;}
.row.flex [class*="col-"].pull-right{ order:2;}
.mt0{ margin-top:0px !important;}
.countup{ display:inline; font-size:inherit; font-weight:inherit; margin:0px; white-space:normal; color:inherit;}
.countup > *{ float:left; font-size:inherit; font-weight:inherit;}
.text-right{ text-align:right;}
hr{ max-width:100%; margin:20px auto;}
hr.site{ width:100%; max-width:100%; height:1px; margin:0px; border:0px; background:#e1e1e1;}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=file], input[type=tel], textarea{ font-family:'Jost', sans-serif; height:45px; float:left; font-size:17px; font-weight:400; background:#fff; border-radius:10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border:1px solid #e1e1e1;}
input[type=file]{ width:100%; height:auto; padding:12px 20px; font-size:14px;}
select{ width:100%; padding:10px; background:#fff; border:1px solid #e1e1e1; color:#000; -webkit-appearance:none;}
textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.form-group > label{ font-size:14px; text-align:left; font-weight:400; color:#000; position:relative; z-index:10;}
.form-group > label span{ color:#000; font-size:16px; line-height:24px; float:right;}

.chosen-container{ border-radius:0px; font-size:15px; background:#fff; border-radius:10px;}
.chosen-container-single .chosen-single{ height:43px; line-height:43px;}
.chosen-container-single .chosen-single span{ font-size:17px; font-weight:400; margin-right:35px;}
.chosen-container .chosen-drop{ border-bottom-right-radius:10px; border-bottom-left-radius:10px;}
.chosen-container .chosen-results{ border-radius:0px; padding:10px;}
.chosen-container .chosen-results li{ font-size:17px; line-height:30px; font-weight:400; border-radius:5px; color:#000;}
.chosen-container .chosen-results li:hover{ background:#000; color:#fff;}
.chosen-container .chosen-results li:last-child{ border-radius:5px;}
.chosen-container-single .chosen-single div:after{ line-height:43px; font-size:15px;}
.chosen-container.chosen-container-active.chosen-with-drop{ border-bottom-width:0px; border-bottom-right-radius:0px; border-bottom-left-radius:0px;}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-drop{ border-top-width:0px;}

.widget .chosen-single{ font-weight:400; background:#f7f7f7;}
.widget .chosen-drop{ background:#f7f7f7;}
textarea{ height:110px;}
input[type="submit"].btn{ height:46px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Jost', sans-serif; font-size:15px; height:auto; padding:12px 30px; line-height:20px; font-weight:500; text-transform:none; text-transform:uppercase; border-radius:20px;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#6F9CEB; border:1px solid #6F9CEB; color:#fff; vertical-align:top;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#000; border-color:#000; color:#fff;}
.btn.btn-primary{ background:#6F9CEB; border:1px solid #6F9CEB; vertical-align:top;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#000; border-color:#000; color:#fff;}

a.readmore{ display:inline-block; font-size:18px; line-height:20px; position:relative; font-weight:400; padding-right:15px; color:#000; text-transform:none;}
a.readmore.color{ color:#000;}
a.readmore span{ position:relative;}
a.readmore span:before{ content:""; width:0px; height:2px; position:absolute; right:0px; bottom:-5px; background:#6F9CEB; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.readmore:after{ content:"\f054"; font-family: 'FontAwesome'; position:absolute; top:1px; right:0px; text-align:right; font-size:11px; }
a.readmore:hover span:before{ width:100%;}
a.readmore.white{ color:#fff;}
a.readmore.white span:before{ background:#fff;}
a.readmore.color span:before{ background:#000;}

a.backpage{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:400; padding-left:15px; color:#000; text-transform:none;}
a.backpage span{ position:relative;}
a.backpage span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-10px; background:#000; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.backpage:after{ content:"\f053"; font-family: 'FontAwesome'; position:absolute; top:1px; left:0px; text-align:left; font-size:11px; }
a.backpage:hover span:before{ width:100%;}

.content .form .row{ margin:0 -15px;}
.content .form .row + .row{ margin-top:0px;}
.content .form .row [class*="col-"]{ padding:0 15px;}

.check{ width:100%; float:left;}
.check input[type=checkbox] {display: none;}
.check label{float:left; width:100%; position:relative; font-weight:400; color:#5c5c5c; vertical-align:top;}
.check label:before{ width:24px; height:24px; left:0px; background:#fff; border:1px solid #e1e1e1; content:""; position:absolute; margin-right:10px; cursor:pointer; border-radius:5px;}
.check input[type=checkbox]:checked + label:before { font-family: 'FontAwesome'; content:"\f00c"; text-align:center; line-height:24px; font-size:14px; color:#000;}
.check label span{ display:inline-block; padding-left:34px; font-size:14px; text-align:left; color:#333; line-height:24px; float:left;}
.check label span a{ font-weight:700;}
.check + .check{ margin-top:5px;}

.navbar-toggle{ width:50px; height:50px; background:none; line-height:50px; position:absolute; right:30px; top:25px; background-color:#6F9CEB; border-radius:50%;}
.navbar-toggle i{ font-size:20px; line-height:50px;}
.navbar-toggle:hover{ background:#324e81;}
.navbar-toggle:hover i{ color:#fff;}

.check + input[type="submit"]{ margin-top:20px;}
.row.row-eq-height{display:flex}

ul.pagination.solid{ text-align:center;}
ul.pagination.solid li{ padding:0px 5px !important; margin:0px; border-right:1px solid #e1e1e1;}
ul.pagination.solid li:first-child{ padding-left:0px;}
ul.pagination.solid li:last-child{ padding-right:0px; border:0px;}
ul.pagination.solid li a{ width:40px; height:40px; font-size:26px; line-height:40px; border:0px; border-radius:0px; font-weight:300; background:none; color:#000;}
ul.pagination.solid li a:hover, ul.pagination.solid li a:focus{ background:none; color:#000;}
ul.pagination.solid li.active a, ul.pagination.solid li.active a:hover,  ul.pagination.solid li.active a:focus{ background:none; color:#000; font-weight:700;}

/* header */

.sticky-wrapper{ width:100%; position:absolute;}

.header{ width:100%; position:absolute; float:left; z-index:9999; /* background:rgba(255,255,255,0.3);  box-shadow:0px 0px 50px rgba(0,0,0,0.05); backdrop-filter: blur(5px); */ -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.header .navbar{ position:relative;}
.header .navbar a.navbar-brand{ float:left; font-size:0px; line-height:110px; padding:0px;}
.header .navbar a.navbar-brand img{ max-height:55px; margin:0px;}
.header .navbar .menu-wrap{ display:flex; flex-wrap:wrap; float:right; margin-top:30px;}
.header .navbar .navbar-collapse{ padding:0px; margin:0px; margin-right:0px;}
.header .navbar .navbar-nav{}
.header .navbar .navbar-nav > li > a{ font-family: 'Jost', sans-serif; font-size:17px; color:#000; font-weight:400; padding:15px 0; padding-right:0px; margin:0 10px; border:0px; text-transform:uppercase; line-height:20px;}
.header .navbar .navbar-nav > li:last-child{ padding-right:0px; margin-right:0px;}
.header .navbar .navbar-nav > li:last-child:after{ display:none;}
.header .navbar .navbar-nav > li:last-child > a{ margin-right:0px;}
.header .navbar .navbar-nav > li.dropdown > a:after{ display:none;}
.header .navbar .navbar-nav > li > a:hover{ color:#6F9CEB;}
.header .navbar .navbar-nav > li.active > a{ font-weight:700; color:#6F9CEB;}
.header .navbar .sfHover .dropdown-toggle{ color:#000 !important;}

/* lingue */

.header .languages{ float:right; margin-top:8px; margin-left:30px;}
.header .languages ul{ margin: 0px; padding: 0px; float: left; position: relative;}
.header .languages li{ width:auto; float:left; line-height:20px; margin:0 5px 0 0;}
.header .languages li:last-child{ margin:0px;}
.header .languages li a{ width:32px; height:32px; float:left; font-size:13px; line-height:32px; background:#e1e1e1; color:#666; text-align:center; border-radius:50%; font-weight:500;}
.header .languages li a:hover, .header .languages li.active a{ background:#6F9CEB; color:#fff;}
.header .languages li.active a{ background:#6F9CEB; color:#fff;}

/* social */

.header .social{ width:auto; float:left; margin-top:12px; margin-left:20px;}
.header .social ul{ margin:0; width:auto; float:left;}
.header .social li{ width:auto; float:left; padding:0px; margin:0 5px 0 0;}
.header .social li:last-child{ margin:0px;}
.header .social li:before{ display:none;}
.header .social li a{ float:left; position:relative; border-radius:50%; background:#787878; color:#fff;}
.header .social li a span.circle{ width:24px; height:24px; float:left; text-align:center;}
.header .social li a span.circle i{ font-size:11px; line-height:24px; vertical-align:top;}
.header .social li.facebook a{ background:#1877F2; border-color:#1877F2; color:#fff;}
.header .social li.linkedin a{ background:#0A66C2; border-color:#0A66C2; color:#fff;}
.header .social li a:hover{ background:#000;}

.wrapper{ width:100%; float:left; overflow:unset;}
.content{ overflow:hidden; }
.content .row + .row{ margin-top:60px;}

/* visual home page */

.visual{ position:relative; overflow:hidden;}
.visual:before{ content:""; width:50%; height:100%; position:absolute; left:0px; top:0px; background:rgba(255,255,255,0.75); z-index:10; -webkit-backdrop-filter: blur(5px);    backdrop-filter: blur(5px);}
.visual .background-video{ position:absolute; min-width:100%; min-height:100%; width:auto; height:auto; z-index:0; overflow:hidden; opacity:1;}
/*.visual .background-video:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px;  background:url(../images/background-visual.png); background-position:center center; background-size:cover; z-index:2;}*/
.visual .background-video:after{ content:""; width:100%; height:300px; position:absolute; left:0px; bottom:0px; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); z-index:10; display:none;}
.visual .background-video:before{ content:""; width:100%; height:50%; position:absolute; left:0px; top:0px; background: rgb(255,255,255); background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); z-index:10;}
.visual .background-video video{ width:100vw; height:100vh; object-fit:cover; position:absolute; left:0px; top:0px;}
.visual-content{ width:100%; height:90vh; min-height:700px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center; position:relative; padding-bottom:100px; z-index:10;}
.visual-content .inner{ width:100%; padding-top:100px;}
.visual-content .container-fluid{ width:100%;}
.visual-content .box{ width:100%; text-align:left; padding-right:60px;}
.visual-content .box h1{ color:#6F9CEB; font-size:50px; line-height:1.1; font-weight:300; position:relative; z-index:2; text-transform:uppercase; margin-bottom:20px;}
.visual-content .box h2{ font-size:24px; line-height:1.4; color:#000; font-weight:300; position:relative; z-index:2; margin-bottom:40px;}
.visual-content .box .actions{ display:flex; align-items:center; justify-content:left; margin:0px; padding:0px;}
.visual-content .box .actions li{ margin-right:30px;}
.visual-content .box .actions li:last-child{ margin-right:0px;}

.visual .down{ width:60px; height:60px; position:absolute; z-index:2; left:50%; margin-left:-30px; bottom:30px; border-radius:50%; background:#6F9CEB; z-index:2000;}
.visual .down:before{ content:"\f107"; font-family:FontAwesome; font-size:18px; width:100%; height:100%; position:absolute; left:0px; top:0px; text-align:center; line-height:60px; color:#fff; z-index:999;}
.visual .down:hover{ background-color:#000;}
.visual .down:hover:before{ color:#fff;}

/* titolo pagina */

.title{ padding:160px 0 120px 0; position:relative; text-align:center; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;}
.title:after{ content:""; width:100%; height:100%; position:absolute; left:0px; bottom:0px; background: rgb(255,255,255); background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.title .text h1, .title .text h2{ color:#6F9CEB; font-size:60px; line-height:1; font-weight:700; text-transform:uppercase; position:relative; z-index:2; margin-bottom:0px;}
.title .breadcrumb{ width:auto; display:inline-block; min-height:18px; position:relative; z-index:2; text-transform:none; margin-top:0px;}
.title .breadcrumb .box{ width:auto; display:inline-block;}
.title .breadcrumb ul{ float:left; margin:0px; padding:0px;}
.title .breadcrumb li{ width:auto; float:left; display:inline-block; position:relative; font-size:16px; line-height:18px; padding:0px;}
.title .breadcrumb a{ color:#000; float:left; line-height:18px; position:relative;}
.title .breadcrumb a:hover{ color:#6F9CEB;}
.title .breadcrumb li:after{ float:right; margin:0 10px; font-family: 'FontAwesome'; content:"\f054"; margin-top:0; font-size:10px; font-weight:200; color:#666;}
.title .breadcrumb li:last-child:after{ display:none;}

.title.color1{ background:#CAE7FE;}
.title.color2{ background:#86BCEB;}
.title.color3{ background:#6f9ceb;}

.bglightblue{ background:#CAE7FE;}
.bgmediumblue{ background:#86BCEB;}
.bglightgray{ background:#f7f7f7;}

.curve{ width:100%; height:0px; padding-bottom:5.20%; background-size:100% auto; background-repeat:no-repeat; background-position:center center; z-index:100;}

.curve.reverse{ transform: scaleX(-1);}
.curve.absolute{ position:absolute; left:0px; bottom:0px; }
.curve.white{ background-image:url(../images/curve-white.png);}
.curve.lightblue{ background-image:url(../images/curve-lightblue.png);}
.curve.mediumblue{ background-image:url(../images/curve-mediumblue.png);}
.curve.black{ background-image:url(../images/curve-black.png);}
.curve.blue{ background-image:url(../images/curve-blue.png);}
.curve.lightgray{ background-image:url(../images/curve-lightgray.png);}

/* blocchi generale */

.block{ padding:80px 0;}
.block.gray{ background:#bfbfbf;}
.block.lightgray{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);}
.block.pt0{ padding-top:0px !important;}
.block.pb0{ padding-bottom:0px;}
.block h1, .block h2{ font-size:55px; line-height:1.1; color:#6F9CEB; margin-bottom:0px; font-weight:300; text-transform:uppercase;}
.block span.h2{ display:block;}
.block h1:last-child, .block h2:last-child, .block span.h2:last-child{ margin-bottom:0px;}
.block h3{ font-size:24px; line-height:1.4; color:#000; margin-bottom:15px; text-transform:none; font-weight:300;}
.block h3:last-child{ margin-bottom:0px;}
.block ul, .block ol{ margin:0px; padding:0px; margin-bottom:25px;}
.block ul:last-child, .block ol:last-child{ margin-bottom:0px;}
.block li{ position:relative; margin-bottom:0px; padding-left:20px;}
.block li:last-child{ margin-bottom:0px;}
.block li:before{ content:"\f105"; font-family:FontAwesome; position:absolute; left:0px; top:4px; font-size:12px; color:#333;}
.block h3 + a.readmore{ margin-top:30px;}

.block.presentation h2, .block.presentation span.h2{ margin-bottom:10px;}
.block.presentation h3{ margin-bottom:0px;}
.block.presentation h2 + p, .block.presentation span.h2 + p{ margin-top:15px;}
.block.presentation h3 + p{ margin-top:15px;}
.block.presentation h3 + ul{ margin-top:15px;}
.block.presentation h3 + .btn{ margin-top:30px;}
.block.presentation h3 + h2{ margin-top:30px;}
.block.presentation p{ }
.block.presentation h2 + ul{ margin-top:20px;}
.block.presentation p + h2, .block.presentation p + span.h2{ margin-top:20px;}
.block.presentation p + h3{ margin-top:15px;}
.block.presentation p + .readmore{ margin-top:10px;}
.block.presentation p + .btn{ margin-top:20px;}

.block.presentation .top-title{ text-align:left;}
.block.presentation .top-title h2{ font-size:55px; line-height:1; margin:0px; font-weight:300; text-transform:uppercase;}
.block.presentation .top-title h2 strong{ color:#6F9CEB;}
.block.presentation .top-title h2 + .readmore{ margin-top:5px;}
.block.presentation .top-title h2 + h3{ margin-top:20px;}
.block.presentation .top-title span.page-name{ margin-bottom:10px;}

.block.presentation span.page-name{ width:100%; float:left; font-weight:300; font-size:16px; letter-spacing:2px; margin-bottom:10px; text-transform:uppercase;}

/* valori */

.block.values{  padding-bottom:40px;}
.block.values .item{ text-align:left; margin-bottom:40px;}
.block.values .item span.page-name{ margin-bottom:10px;}
.block.values .item h3{ font-size:20px; margin:0px; color:#000; font-weight:700;}
.block.values .item h2{ font-size:28px; font-weight:700; margin-top:0px; color:#6F9CEB;}

/* lingue */

.block.languages{  padding-bottom:40px;}
.block.languages .item{ text-align:left; margin-bottom:40px;}
.block.languages .item h2{ font-size:28px; font-weight:700; margin-top:0px; color:#6F9CEB;}

/* settori */

.block.sectors .list ul{ columns:4; column-gap:40px;}
.block.sectors.software .list ul{ columns:2; column-gap:40px;}


/* perchè? */

.block.why{ position:relative; padding-bottom:40px;}
.block.why .row.list{ justify-content:left;}
.block.why .item{ text-align:left; margin-bottom:40px;}
.block.why .item span.page-name{  margin-bottom:5px;}
.block.why .item h2{ font-size:28px; font-weight:700; margin-top:0px; color:#6F9CEB;}

/* how */

.block.how .swiper-arrow a{ width:40px; height:40px; position:absolute; top:50%; margin-top:-20px; background:#6F9CEB; border:1px solid #6F9CEB; border-radius:50%; cursor:pointer; z-index:10; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.block.how .swiper-arrow.swiper-prev a:hover, .block.how .swiper-arrow.swiper-next a:hover{ background-color:#000; border-color:#000;}
.block.how .swiper-arrow.swiper-prev a:before, .block.how .swiper-arrow.swiper-next a:before{ content:""; width:100%; height:100%; text-align:center; line-height:40px; color:#fff; font-size:13px; position:absolute; font-family: 'FontAwesome'; left:0px; top:0px;}
.block.how .swiper-arrow.swiper-prev a{ left:0px;}
.block.how .swiper-arrow.swiper-next a{ right:0px;}
.block.how .swiper-arrow.swiper-prev a:before{ content:"\f053";}
.block.how .swiper-arrow.swiper-next a:before{content:"\f054";}
.block.how .swiper-arrow.swiper-prev.swiper-button-disabled{ display:none;}
.block.how .swiper-arrow.swiper-next.swiper-button-disabled{ display:none;}
.block.how .box{ padding:0px; padding-right:60px;}
.block.how .swiper-container:before{ content:""; width:100%; height:1px; position:absolute; left:0px; top:50%; margin-top:-0.5px; background:#ccc;}
.block.how .swiper-slide{ padding:0;}
.block.how .item-wrap{ width:100%; height:400px; float:left; position:relative;}
.block.how .item-wrap .item{ max-width:300px; height:200px; padding-left:38px; position:relative;}
.block.how .item-wrap .item .line{ content:""; width:1px; height:0px; position:absolute; left:8px; background:#ccc; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both;        animation-fill-mode: both; opacity:1;}
.block.how .item-wrap .item .inner{-webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.block.how .item-wrap .item.top .line{ bottom:0px;}
.block.how .item-wrap .item.bottom .line{ top:0px;}
.block.how .item-wrap .item.top{  display:flex; align-items:start;}
.block.how .item-wrap .item.bottom{ margin-top:200px; display:flex; align-items:end;}
.block.how .item-wrap .item.top:before{ content:""; width:16px; height:16px; position:absolute; left:0px; bottom:-8px; background:#6F9CEB; border:2px solid #fff; border-radius:50%; z-index:10;}
.block.how .item-wrap .item.bottom:before{ content:""; width:16px; height:16px; position:absolute; left:0px; top:-8px; background:#6F9CEB; border:2px solid #fff; border-radius:50%; z-index:10;}
.block.how .item-wrap .item .description span.page-name{ margin-bottom:0px;}
.block.how .item-wrap .item .description h2{ font-size:26px; font-weight:700; margin:0px; margin-bottom:15px;}
.block.how .item-wrap .item .description p{ margin:0px;}


/* lancio */

.block.launch{ padding-bottom:0px;}
.block.launch .box{ background:#f7f7f7; border-radius:5px;}
.block.launch.left .image:before{ content:""; width:50%; height:100%; position:absolute; top:0px; right:0px; background: rgb(247,247,247); background: linear-gradient(-90deg, rgba(247,247,247,1) 0%, rgba(225,225,225,0) 100%);}
.block.launch.left .text{ padding-right:80px;}
.block.launch.right .image:before{ content:""; width:50%; height:100%; position:absolute; top:0px; left:0px; background: rgb(247,247,247); background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(225,225,225,0) 100%);}
.block.launch.right .text{ padding-left:80px;}

.block.launch .container{ width:1600px;}
.block.launch .image{ width:120%; border-radius:5px; position:relative; overflow:hidden; margin-bottom:0px;}
.block.launch .text{ margin-bottom:0px;}
.block.launch .text h2{ margin-top:0px;}

/* intro */

.block.simpleintro .image{ border-radius:20px; overflow:hidden;}

/* services */

.block.services{ padding-bottom:40px;}
.block.services .item{ text-align:left; margin-bottom:40px;}
.block.services .item .image{ width:100%; margin-bottom:40px; border-radius:10px; overflow:hidden;}
.block.services .item .text h2{ font-size:28px; color:#6F9CEB; font-weight:700; margin-bottom:15px;}
.block.services .item .text p{ margin-top:0px;}

.block.services.other .item .text h2{}

/* service */

.block.service-detail .image{ border-radius:20px; overflow:hidden;}

/* bio */

.block.bio .image{ border-radius:20px; overflow:hidden;}

/* about */

.block.about .image{ border-radius:5px; overflow:hidden;}


/* testimonianze */

.block.testimonials{ position:relative;}
.block.testimonials .swiper-container{ z-index:9999;}
.block.testimonials .swiper-container:hover #swiper-button-next-testimonials, .block.testimonials .swiper-container:hover #swiper-button-prev-testimonials{ opacity:1;}
.block.testimonials .swiper-wrapper{ align-items:center;}
.block.testimonials .item{ text-align:left;}
.block.testimonials .item .text{ max-width:800px; display:inline-block; margin-bottom:20px; position:relative;}
.block.testimonials .item .text p{ font-size:22px; line-height:1.4; font-weight:300;}
.block.testimonials .item .text p + h2{ margin-top:20px;}
.block.testimonials .item .bottom{ display:flex; flex-wrap:nowrap; align-items:center; justify-content:left;}
.block.testimonials .item .bottom h2{ font-size:24px; line-height:1; font-weight:700; color:#6F9CEB; margin:0px; padding-right:20px; margin-right:20px; border-right:1px solid #999;}
.block.testimonials .item .bottom p{ font-size:20px; line-height:1; font-weight:300; color:#000; font-weight:700; margin:0px;}
.block.testimonials .item .bottom p strong{ color:#000;}
.block.testimonials .item .bottom p + .gallery{ margin-top:20px;}

#swiper-button-next-testimonials, #swiper-button-prev-testimonials{ width:40px; height:40px; position:absolute; top:50%; margin-top:-20px; background:#6F9CEB; border:1px solid #6F9CEB; border-radius:50%; cursor:pointer; z-index:10; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
#swiper-button-next-testimonials:hover, #swiper-button-prev-testimonials:hover{ background-color:#000; border-color:#000;}
#swiper-button-prev-testimonials:before, #swiper-button-next-testimonials:before{ content:""; width:100%; height:100%; text-align:center; line-height:40px; color:#fff; font-size:13px; position:absolute; font-family: 'FontAwesome'; left:0px; top:0px;}
#swiper-button-prev-testimonials{ right:0px; margin-top:-45px;}
#swiper-button-next-testimonials{ right:0px; margin-top:5px;}
#swiper-button-prev-testimonials:before{ content:"\f053";}
#swiper-button-next-testimonials:before{content:"\f054";}

.block.testimonials.page .item-wrap .item{ padding:60px 0; border-radius:5px;}
.block.testimonials.page .item-wrap .item:nth-child(odd){ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);}
.block.testimonials.page .item-wrap .item:last-child{ margin-bottom:0px;}

/* certificate */

.block.certificates-type1{ padding-bottom:60px;}
.block.certificates-type1 .item{ text-align:left; margin-bottom:40px;}
.block.certificates-type1 .item .image{ border:1px solid #e1e1e1; border-radius:10px; overflow:hidden;}

.block.certificates-type2{}
.block.certificates-type2 .text h2{ font-size:40px; font-weight:700;}
.block.certificates-type2 .item-wrap{ display:flex; flex-wrap:wrap; margin:0 -10px;}
.block.certificates-type2 .item-wrap .item{ width:33.33%; float:left; padding:0 10px; position:relative; margin-bottom:20px;}
.block.certificates-type2 .item-wrap .item .image{ border:1px solid #e1e1e1; border-radius:10px; overflow:hidden;}

/* faq */

.block.faq{}
.block.faq .box h2{ color:#000;}
.block.faq [class*="col-"]:first-child h4{ border-top:0px solid #f7f7f7; margin-top:0px;}
.block.faq [class*="col-"] h4{ background:#6F9CEB; margin-top:10px;}
.block.faq [class*="col-"]:nth-child(odd) h4{ }
.block.faq h4{ position:relative; text-align:left; font-size:22px; line-height:1.2; padding:15px 30px 15px 30px; padding-left:50px; border:0px; margin:0px; text-transform:none; color:#fff; font-weight:400; border-radius:0px; border-top-right-radius:10px; border-top-left-radius: 10px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;}
.block.faq h4:before{ content:"\f054"; font-family:FontAwesome; position:absolute; top:22px; left:25px; font-size:14px; line-height:1; font-weight:300; transform: rotate(45deg); -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; color:#fff;}
.block.faq h4.collapsed{ background:#f7f7f7; color:#152933; border-radius:10px;}
.block.faq h4.collapsed:before{ transform: rotate(0deg); color:#6F9CEB;}
.block.faq .panel-body{ padding:0px 60px 0px 50px; background:#f7f7f7; text-align:left; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;}
.block.faq .panel-body p, .block.faq .panel-body li{ color:#fff;}
.block.faq .panel-body ul:last-child{ margin-bottom:30px;}
.block.faq .panel-body li:before{ color:#fff;}
.block.faq .panel-body p:last-child{ margin-bottom:30px;}
.block.faq .panel-body a{ color:#fff; text-decoration:underline; font-weight:700;}
.block.faq .panel-body{ background:#6F9CEB;}

/* call to action */

.block.cta{ position:relative; overflow:hidden; padding:0px; background:none; z-index:100;}
.block.cta:before{ content:""; width:30%; height:100%; position:absolute; top:0px; right:0px; background:url(../images/symbol-black.png); background-size:100% auto; background-position:center center; display:none;}
.block.cta .text{ position:relative; z-index:3; text-align:center; padding:80px 0; padding-bottom:20px;}
.block.cta .text h2{ font-size:55px; line-height:1; color:#fff; margin-bottom:20px;}
.block.cta .text h2 strong{ color:#fff; background:none; -webkit-background-clip: unset; -webkit-text-fill-color: unset}
.block.cta .text h3{ color:#fff; text-align:center; margin-bottom:10px;}
.block.cta .text .readmore:before{ background:#fff;}
.block.cta hr.hr-cta{ width:100%; max-width:100%; border-color:#222; margin:0px;}

/* contatti */

.block.contacts .item h3{ font-size:32px; margin-bottom:10px; font-weight:700; margin-top:0px; color:#6F9CEB; background: -webkit-linear-gradient(0deg,#6F9CEB, #6F9CEB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.block.contacts .item h3 + p{ margin-top:0px;}
.block.contacts .item{ }
.block.contacts .item a{ color:#6F9CEB; font-weight:700;}
.block.contacts [class*=col-]:last-child .item{ }
.block.contacts .form{ margin-top:0px;}
.block.contacts .form .form-group{ position:relative;}
.block.contacts .form .form-group > label{ position:absolute; top:0px; margin:0px; margin-top:-12px; background:#fff; padding:0 10px 0 0;}
.block.contacts .form .check label{ width:auto; display:inline-block; position:relative; float:none;}
.block.contacts .box-wrap{ width:100%; float:left; padding:40px; background:#f7f7f7;}
.block.contacts .box{ clear:both; width:100%; height:100%; float:left; position:relative;}
.block.contacts .main{ position:relative; z-index:3;}

.block.contacts.bglightblue .form .form-group > label{ background:#CAE7FE;}
.block.contacts.bglightblue .form .form-group input[type=text],
.block.contacts.bglightblue .form .form-group input[type=email],
.block.contacts.bglightblue .form .form-group input[type=password],
.block.contacts.bglightblue .form .form-group input[type=search],
.block.contacts.bglightblue .form .form-group input[type=file],
.block.contacts.bglightblue .form .form-group input[type=tel],
.block.contacts.bglightblue .form .form-group textarea{ background:#CAE7FE; border:1px solid #939393;}
.block.contacts.bglightblue .check label:before{ background:#CAE7FE; border:1px solid #939393;}
.block.contacts.bglightblue .chosen-container{ background:#CAE7FE; border-color:#939393;}
.block.contacts.bglightblue .chosen-container-single .chosen-single div:after{ color:#939393;}
.block.contacts.bglightblue .chosen-container .chosen-drop{ border-color:#939393;}
.block.contacts.bglightblue .chosen-container .chosen-results li:hover{ background:#6f9ceb;}

.block.contacts.page{ padding-bottom:200px;}

/* storia  */

.block.history{ position:relative;}
.block.history .pull-right{ margin-left:auto;}
.block.history .item-wrap{ position:relative; padding:40px 0;}
.block.history .item-wrap:before{ content:""; width:1px; height:100%; position:absolute; left:50%; margin-left:-0.5px; top:0px; background:#e1e1e1;}
.block.history .item{ margin-bottom:0px; position:relative;}
.block.history .item:last-child{ margin-bottom:0px;}
.block.history .item .year{ width:100%; text-align:center; padding-bottom:80px;}
.block.history .item .year h2{ font-size:60px; font-weight:700; position:relative;}
.block.history .item .year h2 span{ background:#fff; position:relative; z-index:2; padding:0 40px;}
.block.history .item .year h2:after{ content:""; width:16px; height:16px; position:absolute; right:-8px; top:50%; margin-top:-8px; background:#e1e1e1; border-radius:50%;}
.block.history .item:before{ content:""; width:50px; height:1px; position:absolute; left:50%; top:20px; margin-top:-0.5px; background:#e1e1e1;}
.block.history .item:after{ content:""; width:16px; height:16px; position:absolute; left:50%; top:12px; margin-left:-8px; background:#e1e1e1; border-radius:50%;}
.block.history .item.alternate:before{ left:auto; right:50%;}
.block.history .item .text{ max-width:600px; padding-left:60px; padding-bottom:80px;}
.block.history .item .text h2{ font-size:28px; line-height:35px; font-weight:300; margin-bottom:0px;}
.block.history .item .text h2 + h2{ margin:0px;}
.block.history .item .text h2 + p{ margin-top:10px;}
.block.history .item.alternate .text{ padding:0px; padding-right:60px; text-align:right; padding-bottom:80px;}
.block.history .item.alternate .year h2:before{ right:auto; left:0px;}
.block.history .item.alternate .year h2:after{ right:auto; left:-8px;}
.block.history .item:last-child .year{ padding-bottom:0px;}
.block.history .item:last-child .text{ padding-bottom:0px;}


/* mappa */

.block.map{ padding:0px; position:relative; z-index:2;}
.block.map .iframe-wrap{}
.block.map .iframe{ width:100%; height:450px;}
.block.map .iframe .map-content{ padding:15px;}
.block.map .iframe .map-content h2{ font-family: 'Jost', sans-serif; font-size:26px; line-height:1; color:#6F9CEB; font-weight:700; margin-bottom:10px;}
.block.map .iframe .map-content p{ font-family: 'Jost', sans-serif; font-size:16px; line-height:1.4; margin-bottom:0px;}

/* biografia */

.block.biography .text01{ padding:60px; border-radius:5px; background:#f7f7f7; position:relative;}
.block.biography .text01 .item{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #e1e1e1;}
.block.biography .text01 .item:last-child{ margin-bottom:0px; padding-bottom:0px; border:0px;}
.block.biography .text02{}
.block.biography .text02 img.image{ width:100%; max-width:300px; float:right; border-radius:5px; margin:0 0 30px 30px;}
.block.biography .image{ border-radius:5px;}

/* footer */

.footer{ width:100%; background:#324e81; position:relative; display:inline-block; font-family: 'Jost', sans-serif; width:100%; float:left; border-bottom:10px solid #6F9CEB;}
.footer .curve{ margin-top:-5.20%;}
.footer .footer-row{ padding:40px 0; background:none; padding-bottom:60px; text-align:center; position:relative; z-index:20;}
.footer .footer-row .row{ display:flex; flex-wrap:nowrap; justify-content:center;}
.footer .footer-row .widget{ position:relative; z-index:10; text-align:center;}
.footer .footer-row .widget p + h3{ margin-top:20px;}
.footer .footer-row .widget h4{ font-size:20px; line-height:1.2; color:#6F9CEB; font-weight:500; margin-bottom:10px;}
.footer .footer-row .widget strong{ font-weight:900; color:#000;}
.footer .footer-row .widget p{ font-family: 'Jost', sans-serif; font-weight:400; font-size:15px; line-height:24px; margin-bottom:10px; color:#e1e1e1;}
.footer .footer-row .widget a{ color:#fff; font-weight:700;}
.footer .footer-row .widget p + h4{ margin-top:20px;}
.footer .footer-row .widget .btn{ margin-top:10px;}
.footer .footer-row .widget.widget-company img{ width:auto; height:60px; display:inline-block; margin-bottom:20px;}
.footer .footer-row .widget.widget-company p{ font-size:12px; line-height:18px; font-weight:400; color:#fff;}
.footer .footer-row .widget.widget-company a{ color:#fff; font-weight:inherit;}
.footer .footer-row .widget.widget-services a{ color:#fff;}
.footer .footer-row .widget.widget-services li{ font-size:16px; line-height:24px; position:relative; margin-bottom:0px; padding:0px; font-weight:400;}
.footer .footer-row .widget.widget-services li:before{ display:none;}
.footer .footer-row .widget.widget-services li a{ color:#e1e1e1; font-weight:inherit;}
.footer .footer-row .widget.widget-services li a:hover{ color:#fff;}
.footer .footer-row .widget.widget-certifications{ text-align:center;}
.footer .footer-row .widget.widget-certifications img{ float:right; max-width:80px; margin-top:10px;}
.footer .footer-row .social{width:100%; display:inline-block; margin:0px; margin-bottom:20px;}
.footer .footer-row .social ul{margin:0;width:auto; display:flex; flex-wrap:nowrap; justify-content:center;}
.footer .footer-row .social li{ width:auto;float:left;margin:0 3px}
.footer .footer-row .social li a{float:left;position:relative;border-radius:50%;}
.footer .footer-row .social li a span.circle{width:24px;height:24px;float:left;color:#fff;text-align:center;}
.footer .footer-row .social li a span.circle i{font-size:11px;line-height:24px;vertical-align:top;}
.footer .footer-row .social li.facebook a{background:#3b5999}
.footer .footer-row .social li.linkedin a{background:#0077B5}
.footer .footer-row .social li a:hover{ background:#000 !important;}

.footer .footer-row .widget.widget-services .languages{ display:flex; flex-wrap:nowrap; justify-content:center;}
.footer .footer-row .widget.widget-services .languages ul{ margin: 0px; padding: 0px; float:left; position: relative;}
.footer .footer-row .widget.widget-services .languages li{ clear:both; width:auto; float:left; line-height:20px; margin:0 0 5px 0;}
.footer .footer-row .widget.widget-services .languages li:last-child{ margin:0px;}
.footer .footer-row .widget.widget-services .languages li a{ width:32px; height:32px; float:left; font-size:13px; line-height:32px; background:#e1e1e1; color:#666; text-align:center; border-radius:50%; font-weight:500;}
.footer .footer-row .widget.widget-services .languages li a:hover, .header .languages li.active a{ background:#6F9CEB; color:#fff;}
.footer .footer-row .widget.widget-services .languages li.active a{ background:#6F9CEB; color:#fff;}


/* modal */

body.modal-open .header{ filter: blur(4px);}
body.modal-open .wrapper{ filter: blur(4px);}
body.modal-open .footer{ filter: blur(4px);}

.modal{ z-index:999999; border-radius:0px; display:none !important;}
.modal.in { display:flex !important; align-items:center; flex-direction: column; justify-content:center;}
.modal-open .modal{ overflow:auto;}
.modal-backdrop{ z-index:99999; background:#f7f7f7;}
.modal-backdrop.in{ opacity:0.75;}
.modal .modal-dialog{ width:100%; max-width:1000px; margin:0px; overflow:auto !important; box-shadow:0px 0px 100px rgba(0,0,0,0.2);}
.modal.in .modal-dialog{ top:auto; transform:none;}
.modal-body{ padding:30px;}
.modal .modal-content{ border-radius:0px; border:0px;}
.modal .close{ width:40px; height:40px; position:absolute; background-color:#fff; background-image:url(../images/icon-close.png); background-size:30px 30px; background-repeat:no-repeat; background-position:center center; top:0px; right:0px; opacity:1; z-index:9999;}
.modal .modal-body{ border-radius:0px; padding:0px;}
.modal .modal-body .image{ width:100%; background-size:cover; background-position:center center;}
.modal .modal-body .image img{ display:none;}
.modal .modal-body .text{ padding:60px 40px;}
.modal .modal-body .text h3{ font-size:22px; line-height:28px; color:#000; font-weight:300; margin-bottom:10px;}
.modal .modal-body .text h2{ font-size:34px; line-height:34px; color:#000; margin-bottom:10px;}
.modal .modal-body .text h3 + h2{ margin-top:0px;}
.modal .modal-body .text p + .btn{ margin-top:20px;}
.modal .modal-body .text .btn{ width:100%; padding:15px 20px; font-size:20px;}

#scrolltop{ width:60px; height:60px; margin:0 auto; margin-top:60px; position:relative; z-index:100; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
#scrolltop.show{ opacity:1; visibility:visible;}
#scrolltop a{ width:60px; height:60px; float:left; background:#6F9CEB; border-radius:50%; text-align:center;}
#scrolltop a:before{ content:"\f106"; width:60px; height:60px; font-family:FontAwesome; font-size:18px; color:#fff; line-height:60px;}
#scrolltop a:hover{ background:#000;}

.captchaField > div {	margin-bottom: 25px;}

@media (min-width: 1300px) {
	
	.container{ width:1250px;}
	.visual .container{ width:1250px !important; padding:0px 30px !important;}	
	
}

@media (max-width: 1299px) {
	
	.container{ width:1170px;}
	.visual .container{ width:1170px !important; padding:0 30px !important;}
	
	.block{ padding:60px 0;}
	.title{ padding:120px 0 80px 0;}
	.block.contacts.page{ padding-bottom:120px;}
	.block.faq h4:before{ top:20px;}
	.content .row + .row{ margin-top:40px;}
	.block.presentation h2 + p, .block.presentation span.h2 + p{ margin-top:10px;}
	.block.how .item-wrap .item .description h2{ margin-bottom:10px;}
	.block.why .item h2 br{ display:none;}
	.visual-content{ height:100vh;}
	.block.services .item .image{ margin-bottom:20px;}
	.block.presentation .top-title h2 + h3{ margin-top:15px;}
	
	.title .text h1, .title .text h2{ font-size:50px;}
	.block h1, .block h2{ font-size:50px;}
	.block.presentation .top-title h2{ font-size:45px;}
	.visual-content .box h1{ font-size:45px;}
	.block.services .item .text h2{ font-size:26px;}
	.block.why .item h2{ font-size:26px;}
	.block.values .item h2{ font-size:26px;}
	.block.languages .item h2{ font-size:26px;}
	.block.how .item-wrap .item .description h2{ font-size:24px;}
	.block.testimonials .item .bottom h2{ font-size:22px;}
	.block h3{ font-size:22px;}
	.visual-content .box h2{ font-size:22px;}
	.block.faq h4{ font-size:20px;}
	.block.testimonials .item .text p{ font-size:20px;}
	.block.testimonials .item .bottom p{ font-size:18px;}
	p, li{ font-size:17px;}
	a.readmore{ font-size:17px;}
	
	
}

@media (max-width: 1199px) {

	.container{ width:970px;}
	.visual .container{ width:970px !important;}
	
	.row.row40{ margin-left:-20px; margin-right:-20px;}
	.row.row40 > [class*="col-"]{ padding:0 20px;}
	.row.row30{ margin-left:-20px; margin-right:-20px;}
	.row.row30 > [class*="col-"]{ padding:0 20px;}
	
	
	.block.testimonials .item .bottom h2{ margin-right:10px; padding-right:10px;}
	.footer .footer-row .row > [class*="col-"]{ width:25% !important;}
	
	
	
	.title .text h1, .title .text h2{ font-size:45px;}
	.block h1, .block h2{ font-size:45px;}
	.block.presentation .top-title h2{ font-size:40px;}
	.visual-content .box h1{ font-size:40px;}
	.block.services .item .text h2{ font-size:24px;}
	.block.why .item h2{ font-size:24px;}
	.block.values .item h2{ font-size:24px;}
	.block.languages .item h2{ font-size:24px;}
	.block.how .item-wrap .item .description h2{ font-size:22px;}
	.block.testimonials .item .bottom h2{ font-size:20px;}
	.block h3{ font-size:20px;}
	.visual-content .box h2{ font-size:20px;}
	.block.faq h4{ font-size:19px;}
	.block.testimonials .item .text p{ font-size:19px;}
	.block.testimonials .item .bottom p{ font-size:17px;}

}

@media (max-width: 1008px) {
	
	
	
		
}

@media (min-width: 992px) {
	
	.header .navbar-collapse{ display:block;}

}

@media (max-width: 992px) {
	
	.navbar-nav{ padding-bottom:0px;}	
	.footer-row [class*=col-]{ margin:0px;}
	
}

@media (max-width: 991px) {
	
	.navbar-toggle{ display:block !important;}
	
	.header{}
	.header .navbar{ position:relative;}
	.header .navbar a.navbar-brand{ position:relative; z-index:10; line-height:100px;}
	.header .navbar a.navbar-brand img{ height:50px;}
	.header .navbar .menu-wrap{ width:100%; display:block; flex-wrap:unset; float:left; margin:0px;}
	.header .navbar .navbar-collapse{ background:#fff; padding:0px; padding:30px; float:none !important; box-shadow:0px 0px 20px rgba(0,0,0,0.05); clear: both; width: 100%; margin: 0 !important; border-radius:10px;}
	.header .navbar .navbar-collapse.in{ }
	.header .navbar .navbar-nav{ width:100%; float:left;padding-bottom:0px; display:inherit; vertical-align:inherit; margin-bottom:0px; padding:0px; overflow:hidden;}
	.header .navbar .navbar-nav + .navbar-nav{ padding-top:0px;}
	.header .navbar .navbar-nav > li{ clear:both; width:100%; padding:0px; border-bottom:1px solid #e1e1e1;}
	.header .navbar .navbar-nav > li:last-child{ border:0px;}
	.header .navbar .navbar-nav > li:after{ display:none;}
	.header .navbar .navbar-nav > li > a:after{ display:none;}
	.header .navbar .navbar-nav > li > a{ line-height:1 !important; font-size:16px; color:#000; padding:7px 0; border-left:0px !important; margin:0px; border:0px;}
	.header .navbar .navbar-nav > li > a span:before, .header .navbar-nav > li.active > a span:before{ display:none;}
	.header .navbar .navbar-nav > li.active > a{ color:#6F9CEB; border:0px;}
	.header .navbar .navbar-nav > li > a:hover{ color:#6F9CEB; border:0px;}
	.header .navbar .navbar-nav > li > a:before{ opacity:0.5;}


	.container{ width:750px;}
	.visual .container{ width:750px !important;}
	.visual:before{ width:100%;}
	.visual-content .box{ padding-right:0px; text-align:center;}
	.visual-content .box .actions{ justify-content:center;}
	
	.visual .down{ width:40px; height:40px; bottom:50px;}
	.visual .down:before{ line-height:40px;}
	
	#scrolltop{ width:40px; height:40px;}
	#scrolltop a{ width:40px; height:40px;}
	#scrolltop a:before{ line-height:40px;}
	
	.block.values{ padding-bottom:20px;}
	.block.values .item{ text-align:center;}
	.block.values .item h2 br{ display:none;}
	
	.block.testimonials .item{ padding-right:60px;}

	.block.services{ padding-bottom:20px;}
	.block.service-detail .image{ margin-bottom:20px;}
	.block.bio .image{ margin-bottom:20px;}
	.block.sectors .list ul{ columns:2;}
	
	.block.simpleintro .image{ margin-bottom:20px;}
	
	.block.certificates-type1{ padding-bottom:40px;}
	.block.certificates-type1 .row.row20{ margin-left:-10px; margin-right:-10px;}
	.block.certificates-type1 .row.row20 [class*=col-]{ width:50% !important; padding:0 10px;}
	.block.certificates-type1 .item{ margin-bottom:20px;}
	
	.block.certificates-type2{ padding-bottom:40px;}
	.block.certificates-type2 .item-wrap{ margin-top:40px; margin-left:-10px; margin-right:-10px;}
	.block.certificates-type2 .item-wrap .item{ width:50%; padding:0 10px; margin-bottom:20px;}
	
	.footer .footer-row .widget{ margin-bottom:20px;}
	.footer .footer-row .widget ul{ margin:0px;}
	.footer .footer-row .row{ flex-wrap:wrap;}
	.footer .footer-row .row > [class*="col-"]{ width:50% !important;}
	
	
	
}


@media (max-width: 768px){
	
	select{ display:block !important; border-radius:10px;}
	.chosen-container{ display:none !important;}
	
	.bglightblue select{ border-color:#939393; background:#CAE7FE;}
	
	.container{ width:100%;}
	.visual .container{ width:100% !important;}
	.visual-content{ height:60vh;}
	
	.btn{ margin:12px 20px;}
	
	.visual-content .box .actions{ flex-wrap:wrap;}
	.visual-content .box .actions li{ width:100%; margin-right:0px;}
	.visual-content .box .actions li + li{ margin-top:10px;}
	
	.content .row + .row{ margin-top:20px;}
	
	.title{ padding:120px 0 40px 0;}
	
	.footer .footer-row .row > [class*="col-"]{ width:100% !important;}
	
	.block.faq .panel-body{ padding-right:20px;}
	
	.block.testimonials .item .bottom{ flex-wrap:wrap;}
	.block.testimonials .item .bottom h2{ width:100%; margin:0px; padding:0px; border:0px;}
	
	.title .text h1, .title .text h2{ font-size:40px;}
	.block h1, .block h2{ font-size:40px;}
	.block.presentation .top-title h2{ font-size:38px;}
	.visual-content .box h1{ font-size:38px;}
	.block.services .item .text h2{ font-size:22px;}
	.block.why .item h2{ font-size:22px;}
	.block.values .item h2{ font-size:22px;}
	.block.languages .item h2{ font-size:22px;}
	
	.title .breadcrumb li{ font-size:14px;}
	
}

@media (max-width: 640px){
	
	
	.block.sectors .list ul{ columns:1;}
	.block.sectors.software .list ul{ columns:1;}
	
}

@media (max-width: 479px) {
	
	[class*=col-xs-]{ text-align:inherit;}
	
	.title .text h1, .title .text h2{ font-size:38px;}
	.block h1, .block h2{ font-size:38px;}
	.block.presentation .top-title h2{ font-size:36px;}
	.visual-content .box h1{ font-size:36px;}
	
	.check label span{ font-size:12px; line-height:18px; padding-top:3px;}
	

}