
* {
  -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: 920px;
}
.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;
}
.pt-65{
  padding-top: 65px;
}

h4{
  color: #f39200;
  font-size: 24px;
  font-weight: 300;
}

.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;
}
.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: 40%;
  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;
}

.tagline{
  margin-bottom: 40px;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  color: #939598;
}
.tagline p{
  margin: 0;
}
.info-cell{
  width: 90%;
  max-width: 380px;
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px;
}
.info-cells > div:nth-child(1) .info-cell:before{
  display: none;
}
.info-cell:before{
  left: 0;
  top: 0;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #0b4e8e;
}
.info-cell img{
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
}
.info-cell h4{
  margin-bottom: 40px;
}
.info-cell ul{
  list-style-type: none;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.info-cell ul strong{
  color: #f39200;
  margin-left: 15px;
}
.info-cell ul li{
  margin-top: 20px;
}

.graph-area{
  margin-top: 25px;
  padding: 65px 0 80px;
  background-color: #f1f5f8;
}
.graph-heading{
  margin-bottom: 40px;
}
.graph-heading img{
  margin: 0 auto 18px;
  max-height: 50px;
  display: block;
}
.graph-heading h4{
  font-size: 22px;
}

.risultato{
  padding: 90px 0;
}
.amt-value img{
  width: 85px;
  height: 85px;
}
.amt-value h3{
  background-color: #f1f5f8;
  padding: 10px 5px 12px;
  margin: 15px 0 5px;
  font-size: 28px;
  color: #0b4e8e;
}
.amt-value strong{
  color: #f39200;
  font-size: 28px;
  font-weight: bold;
}

.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;
}

.footer a
{
  color: #FFF;
}

/* landing */
.landing-banner{
  padding-top: 140px;
  background: #e6e7e8 url('../images/banner-gradent.png') no-repeat center top / cover;
}
.landing-banner h2{
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.6em;
  font-weight: 300;
  margin: 32px 0;
}
.quote img{
  width: 70px;
}
.quote-sm img{
  width: 35px;
}
.landing-image{
  max-width: 720px;
  width: 100%;
}

.features h2{
  color: #fff;
  top: -30px;
  line-height: 1;
  font-size: 35px;
  font-weight: 300;
  position: relative;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 10px 35px 15px;
  background-color: #f39200;
  font-family: 'Oswald', sans-serif;
}
.features p{
  font-size: 18px;
  font-weight: 300;
}
.features img{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.explained-area{
  margin-top: 65px;
  min-height: 700px;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: left 42% top 20%;
}

.feature-info h5{
  background-color: #0b4e8e;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 25px;
  padding: 8px 18px;
  font-weight: 100;
  font-size: 18px;
  color: #fff;
}

.feature-info{
  margin-bottom: 60px;
}
.feature-info-item{
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
  padding-top: 7px;
  max-width: 75%;
}
.feature-info-item p{
  margin: 0;
}
.feature-info-item img{
  position: absolute;
  width: 35px;
  left: 0;
  top: 0;
}
.feature-info-item h6{
  color: #f7941d;
  font-size: 16px;
  font-weight: normal;
}
.feature-info-item ul{
  list-style-type: none;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.feature-info-item ul li{
  color: #6079ad;
  font-weight: 300;
  padding-left: 30px;
  margin-bottom: 5px;
  font-style: italic;
  font-family: 'Helvetica Neue LT Pro';
  background: transparent url('../images/arrow.png') no-repeat left top 5px;
}
.feature-info-item ul li strong{
  display: block;
  color: #0b4e8e;
  font-weight: 500;
}
.textimonial-area{
  padding-bottom: 15px;
  background: #f1f2f4 url('../images/testimonial-bg.png') no-repeat center right / contain;
}
.textimonial-area .col-sm-8{
  padding-top: 60px;
  padding-bottom: 30px;
}

.textimonial-area h2{
  margin-bottom: 25px;
  font-weight: 100;
  font-size: 34px;
  color: #0b4e8e;
}
.textimonial-area h3{
  font-style: italic;
  font-weight: 300;
  font-size: 36px;
  color: #f39200;
}
.textimonial-area p{
  font-size: 14px;
  color: #414042;
  max-width: 280px;
  width: 100%;
}
.testimonial-quote{
  position: absolute;
  width: 100px;
  top: -55px;
}

.bottom-strip{
  background-color: #f39200;
  margin-bottom: 60px;
  padding: 80px 0;
  color: #fff;
}
.bottom-strip p{
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 25px;
}
.bottom-strip p strong{
  font-weight: 400;
}
.stars{
    border-bottom: 1px solid #ffffff;
    max-width: 650px;
    margin: auto;
    margin-top: 35px;
    font-weight: 100;
    font-size: 60px;
    line-height: 0.3;
    color: #FFF;
    width: 100%;
    background: transparent;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
}

.stars::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 0.5; /* Firefox */
}

.submit
{
    line-height: 1;
    background: #FFF;
    color: #f39200;
    border: none;
    padding: 18px 45px 15px 45px;
    border-radius: 20px;
    font-weight: bold;
}

