* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100.01%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Helvetica Neue LT Pro';
  background-color: #fff;
  font-weight: normal;
  min-height: 100vh;
  line-height: 1.35;
  font-size: 16px;
  color: #939598;
}

.container {
  max-width: 1199px;
  width: 100%;
}
.container-md{
  max-width: 960px;
}
.container-xxl {
  max-width: 1280px;
}
.container-xxxl {
  max-width: 1440px;
}

a {
  color: #0b4e8e;
  text-decoration: none !important;
}
a:hover {
  color: #f39200;
}

a, .btn, button {
  outline: none !important;
}

p {
  font-size: 1em;
  margin: 0 0 1em;
}
p .btn-link {
  vertical-align: baseline;
}

strong {
  font-weight: 800;
}

.dropdown-noarrow:after {
  display: none;
}

.overflow-visible {
  overflow: visible !important;
}

.nowrap {
  white-space: nowrap;
}

a, .btn span, .btn img, button, input, .btn {
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: inherit;
}

button:focus, input:focus {
  box-shadow: none !important;
}

.text-primary {
  color: #0b4e8e !important;
}
.text-secondary {
  color: #579B9E !important;
}
.text-orange{
  color: #f39200;
}
.pt-65{
  padding-top: 65px;
}

h4{
  color: #f39200;
  font-size: 24px;
  font-weight: 300;
}
.header-landing:not(.sticky) .navbar-toggler{
  color: #fff;
}
.navbar-brand{
  padding: 0;
}
.navbar-brand img + img{
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.sticky .navbar-brand img + img{
  opacity: 1;
}

.btn{
  height: 48px;
  font-size: 18px;
  min-width: 150px;
  border-radius: 50px;
}

.btn-secondary{
  background-color: #f39200 !important;
  color: #fff !important;
}

.header{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  padding: 25px 0;
  position: absolute;
}
.header-fixed{
  position: fixed;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-fixed.sticky{
  padding: 18px 0 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.navbar-brand img{
  width: 205px;
}
.navbar-nav a{
  text-transform: uppercase;
  font-size: 15px;
}
.navbar-nav li{
  margin-left: 25px;
}
.banner-area{
  z-index: 2;
  position: relative;
  padding: 120px 0 15px;
}
.banner-area:after{
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: .5;
  content: "";
  width: 100%;
  height: 34%;
  position: absolute;
  background-color: #6079ad;
}
.banner-map{
  display: block;
  max-width: 100%;
  margin: 25px auto;
  border-radius: 100%;
}
.banner-content img{
  width: 48px;
  margin-bottom: 8px;
}
.banner-content p{
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 8px;
}
.banner-content h2{
  font-size: 32px;
  margin-bottom: 32px;
}
.banner-content div{
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  padding: 10px 22px;
  margin-bottom: 8px;
}
.location{
  text-transform: uppercase;
  background-color: #0b4e8e;
}
.address{
  background-color: #6079ac;
}
.address-dark{
  background-color: #2e659d;
}

.tagline{
  margin-bottom: 40px;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  color: #939598;
}
.tagline p{
  margin: 0;
}


.contact-area{
  padding: 75px 0 60px;
  background-color: #6079ad;
}
.contact-area h4{
  font-size: 36px;
  text-transform: uppercase;
}
.contact-info{
  margin: 50px 0;
  font-size: 18px;
  font-weight: 300;
}
.contact-info img{
  margin: 0 auto 18px;
  display: block;
  height: 40px;
  width: 40px;
}
.contact-info span{
  padding: 0 40px;
}

.form-control{
  border-radius: 0;
  border: none;
}
.form-group{
  margin-bottom: 10px;
}

label{
  font-weight: 300;
}

input.form-control, select.form-control{
  height: 50px;
}

.footer{
  color: #fff;
  padding: 50px 0;
  background-color: #0b4e8e;
}
.footer-logo{
  width: 165px;
}
.footer p{
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}



.features p{
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}
.features img{
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}
.explained-area{
  margin-top: 65px;
  min-height: 700px;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: left 42% top 20%;
}

.features{
  padding: 85px 0 25px;
}
.feature-info h5{
  background-color: #0b4e8e;
  padding: 10px 20px 9px;
  display: inline-block;
  margin-bottom: 20px;
  min-width: 320px;
  font-weight: 100;
  font-size: 22px;
  color: #fff;
}
.feature-info p{
  font-size: 21px;
}
.stars{
  color: rgba(255, 255, 255, 1);
}
.form-control-vat{
  width: 100%;
  margin: auto;
  font-size: 26px;
  line-height: 0.3;
  font-weight: 100;
  margin-top: 25px;
  max-width: 650px;
  text-align: left;
  color: #fff !important;
  outline: none !important;
  border-bottom: 1px solid #fff !important;
  background-color: transparent !important;
}
.form-control-vat::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
/*   -webkit-transform: scale(1.8) translateY(5px);
  -ms-transform: scale(1.8) translateY(5px);
  -o-transform: scale(1.8) translateY(5px);
  transform: scale(1.8) translateY(5px); */
}
.form-control-vat:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
/*   -webkit-transform: scale(1.8) translateY(5px);
  -ms-transform: scale(1.8) translateY(5px);
  -o-transform: scale(1.8) translateY(5px);
  transform: scale(1.8) translateY(5px); */
}
.form-control-vat::placeholder {
  color: rgba(255, 255, 255, 0.5);
/*   -webkit-transform: scale(1.8) translateY(5px);
  -ms-transform: scale(1.8) translateY(5px);
  -o-transform: scale(1.8) translateY(5px);
  transform: scale(1.8) translateY(5px); */
}

.performance-ratio{
  margin-top: 38px;
}
.performance-ratio h2{
  font-size: 11.5em;
  line-height: 0.85;
  font-weight: 900;
  color: #f39200;
}
.performance-ratio p{
  color: #0b4e8e;
  font-size: 35px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
  font-family: 'Helvetica Neue LT Pro';
}
.mt-100{
  margin-top: 100px;
}

.contact-header h5{
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-top: 24px;
  font-style: italic;
  margin-bottom: 90px;
  font-family: 'Helvetica Neue LT Pro';
}

.section-header h3{
  color: #f39200;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 12px 25px;
  font-family: 'Helvetica Neue LT Pro';
}
.section-header img{
  max-width: 75px;
}
.section-header p{
  font-family: 'Helvetica Neue LT Pro';
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  color: #f4990f;
}
.analisi-card{
  padding: 35px 6%;
  position: relative;
  background-color: #f9fafa;
}
.analisi-card-error{
  background-color: #f9f3f3;
}
.analisi-card-x{
  padding-left: 12%;
  padding-right: 12%;
}
.analisi-card img{
  width: 22px;
  margin-top: 2px;
  margin-right: 15px;
}
.analisi-card p{
  margin: 0;
  color: #0b4e8e;
  font-size: 17px;
  font-family: 'Helvetica Neue LT Pro';
}
.analisi-card p span{
  color: #f39200;
}
.analisi-card p strong{
  font-family: 'Helvetica Neue LT Pro';
  position: relative;
  margin-left: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #f39200;
  bottom: -2px;
}

.notes p{
  font-weight: 300;
  font-size: 16px;
  max-width: 80%;
  display: block;
  color: #939598;
  margin: auto;
}
.notes > div:first-child{
  border-right: 1px solid #6d6e71;
}
.card-error{
  width: 60px !important;
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 12px;
}
.checked_card{
  background-color: #dff0da;
}
.analisi-card h4{
  line-height: 1;
  font-size: 45px;
  font-weight: 700;
}
.checked_card_icon{
  width: 60px !important;
  position: absolute;
  left: 35px;
  top: -24px;
}

.home-video{
  width: 100%;
  display: block;
}
.landing-information{
  padding: 75px 0;
  color: #0b4e8e;
}
.landing-information p{
  font-size: 21px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 25px;
}
.landing-information h3{
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4;
}
.landing-information h4{
  margin-bottom: 0;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4;
}

.analisi-pattern{
  background-position: center bottom 8%;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 85px 0 95px;
}
.analisi-pattern img{
  max-width: 95px;
  margin-bottom: 35px;
}
.analisi-pattern h4{
  font-weight: 500;
  font-size: 3.4em;
  line-height: 1.1;
  margin-bottom: 35px;
}
.analisi-pattern p{
  line-height: 1.4;
  max-width: 420px;
  font-size: 14px;
  width: 100%;
  color: #fff;
}
.accedi-area{
  background-color: #f39200;
  padding: 65px 0;
  color: #fff;
}
.accedi-area h2{
  font-style: italic;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 20px;
}
.accedi-area p{
  font-style: italic;
  max-width: 550px;
  font-weight: 300;
  line-height: 1.2;
  font-size: 28px;
  width: 100%;
  display: inline-block;
}
.accedi-area .form-control{
  margin-bottom: 40px;
  border-bottom-width: 3px !important;
}
.accedi-area .btn{
  background-color: #fff;
  color: #f39200;
  font-weight: 300;
  font-size: 20px;
  border-radius: 0;
  height: auto;
  padding: 7px 10px 6px;
  text-transform: uppercase;
  min-width: 190px;
  margin: auto;
  display: block;
}
