.top-header {
  background: #212121; }
  .top-header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px; }
    .top-header-row_item {
      margin-right: 30px; }
      .top-header-row_item:last-child {
        margin-right: 0; }
      .top-header-row_item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none; }
        .top-header-row_item a:hover {
          text-decoration: none; }
      .top-header-row_item .icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 20px;
        height: 20px;
        margin-right: 5px; }
        .top-header-row_item .icon svg {
          width: 100%;
          height: 100%;
          fill: #fff;
          -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
          transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); }
      .top-header-row_item .text {
        color: #fff;
        -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); }
      .top-header-row_item:hover .text {
        color: #d1d1d1; }
      .top-header-row_item:hover .icon svg {
        fill: #d1d1d1; }

.mobile-menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  padding: 5px;
  background: #eaeaea; }
  .mobile-menu-btn i.icon {
    position: relative;
    z-index: 2;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background: #3d4856;
    width: 23px; }
    .mobile-menu-btn i.icon::after, .mobile-menu-btn i.icon::before {
      position: absolute;
      left: 0;
      content: "";
      height: 2px;
      width: 33px;
      background-color: inherit;
      border-radius: 1px;
      width: 28px; }
    .mobile-menu-btn i.icon::before {
      top: -7px; }
    .mobile-menu-btn i.icon::after {
      top: 7px; }
  .mobile-menu-btn:active {
    background-color: #0068dc; }
    .mobile-menu-btn:active i.icon {
      background: #fff; }

header {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 0;
  right: 0; }

.header-sticky {
  color: #fff;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); }
  .header-sticky-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px; }
    .header-sticky-row .logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.25rem;
      font-weight: 700; }
      .header-sticky-row .logo .img {
        width: 70px;
        height: 70px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 100%;
        margin-right: 10px; }
    .header-sticky-row_item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-sticky-row_item .menu {
        margin-right: 30px; }
        .header-sticky-row_item .menu .btn {
          color: #fff; }
      .header-sticky-row_item .language-select {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .header-sticky-row_item .language-select .item {
          cursor: pointer;
          margin-right: 10px;
          -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
          transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); }
          .header-sticky-row_item .language-select .item.active {
            color: #9084ff;
            text-decoration: underline;
            -webkit-text-decoration-color: #9084ff;
                    text-decoration-color: #9084ff;
            cursor: default; }
            .header-sticky-row_item .language-select .item.active:hover {
              color: #9084ff; }
          .header-sticky-row_item .language-select .item:hover {
            color: #9d9d9d; }
          .header-sticky-row_item .language-select .item:last-child {
            margin-right: 0; }

.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.965);
  color: #212121;
  -webkit-box-shadow: 0 0px 10px 0px #21212136;
          box-shadow: 0 0px 10px 0px #21212136; }
  .header-sticky.sticky .header-sticky-row_item .menu .btn {
    color: #212121; }

@media screen and (max-width: 992px) {
  .header-sticky-row_item .menu {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px; }
    .header-sticky-row_item .menu .dropdown {
      display: none; }
  .header-sticky-row_item .language-select {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-sticky-row_item .language-select .item {
      margin-right: 30px;
      font-size: 18px; }
  .header-sticky.sticky .mobile-menu-btn {
    background: #0068dc; }
    .header-sticky.sticky .mobile-menu-btn i.icon {
      background: #fff; }
    .header-sticky.sticky .mobile-menu-btn:active {
      background: #aeadad; }
  .header-sticky.sticky .mobile-menu {
    color: #fff; }
  .menu-wrapper {
    visibility: hidden;
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(23, 23, 23, 0.65);
    -webkit-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease; }
    .menu-wrapper.show {
      visibility: visible;
      opacity: 1; }
  .mobile-menu {
    position: fixed;
    z-index: 1101;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
    background-color: #212121;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); }
    .mobile-menu-open {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .mobile-liln-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-liln-list a {
      display: block;
      color: #fff;
      padding: 15px 0;
      text-decoration: none; } }

@media screen and (min-width: 992px) {
  .header-sticky-row_item .menu .mobile-liln-list,
  .mobile-menu-btn {
    display: none; } }

@media screen and (max-width: 768px) {
  .top-header-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .top-header-row_item {
      margin-right: 0; }
      .top-header-row_item a {
        font-size: 14px; }
        .top-header-row_item a .icon {
          width: 15px;
          height: 15px; }
  .header-sticky-row {
    padding-top: 10px;
    padding-bottom: 10px; }
    .header-sticky-row .logo .img {
      width: 40px;
      height: 40px; } }

@media screen and (max-width: 568px) {
  .top-header-row_item a {
    font-size: 12px; } }

.section-one {
  position: relative;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .section-one-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000088; }
  .section-one-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    .section-one-content h1 {
      text-align: center;
      font-weight: 900;
      font-size: 70px;
      margin-bottom: 50px; }
    .section-one-content h5 {
      text-align: center;
      font-size: 18px;
      margin-bottom: 60px; }
    .section-one-content a {
      display: block;
      background: #0068dc;
      padding: 15px 30px;
      border-radius: 30px;
      color: #fff;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500;
      -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: 250ms cubic-bezier(0.4, 0, 0.2, 1); }
      .section-one-content a:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 5px 10px #00000054;
                box-shadow: 0 5px 10px #00000054; }

@media screen and (max-width: 768px) {
  .section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto; }
    .section-one-content h1 {
      font-size: 45px;
      margin-bottom: 30px; }
    .section-one-content h5 {
      margin-bottom: 30px; } }

@media screen and (max-width: 568px) {
  .section-one {
    padding-top: 120px; } }

.section-two {
  margin-top: 60px;
  margin-bottom: 50px; }
  .section-two_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px; }
    .section-two_item .icon {
      width: 40px;
      height: 40px;
      margin-bottom: 20px; }
      .section-two_item .icon svg {
        width: 100%;
        height: 100%;
        fill: #426f97; }
    .section-two_item .title {
      text-align: center;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      margin-bottom: 10px; }
    .section-two_item .desc {
      text-align: center;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300; }

@media screen and (max-width: 768px) {
  .section-two {
    margin-top: 40px; }
    .section-two_item {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
      .section-two_item .icon {
        margin-bottom: 5px; } }

.section-three {
  margin-top: 120px;
  margin-bottom: 50px; }
  .section-three_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px; }
    .section-three_item .image {
      min-width: 180px;
      height: 100px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      margin-right: 20px;
      border-radius: 3px;
      -webkit-box-shadow: 0 10px 20px #ccc;
              box-shadow: 0 10px 20px #ccc; }
    .section-three_item .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 30px; }
      .section-three_item .content .title {
        font-size: 20px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 10px; }
      .section-three_item .content .desc {
        font-size: 16px;
        line-height: 18px;
        font-weight: 300; }

@media screen and (max-width: 992px) {
  .section-three h5 {
    margin-bottom: 0; }
  .section-three_item {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-three_item .image {
      margin-right: 0;
      margin-bottom: 15px; }
    .section-three_item .content {
      padding-right: 0;
      text-align: center; }
      .section-three_item .content .title {
        font-size: 16px;
        line-height: 18px; }
      .section-three_item .content .desc {
        font-size: 14px;
        line-height: 16px; } }

@media screen and (max-width: 768px) {
  .section-three {
    margin-top: 50px; } }

@media screen and (max-width: 568px) {
  .section-three_item .content {
    max-width: 400px; } }

.section-four {
  margin-top: 120px; }
  .section-four .icon-image {
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 100px;
    border-radius: 100%;
    -webkit-box-shadow: 0 10px 20px 5px #a8a8a8;
            box-shadow: 0 10px 20px 5px #a8a8a8; }
  .section-four_images .image {
    width: 100%;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

@media screen and (max-width: 768px) {
  .section-four {
    margin-top: 50px; }
    .section-four .icon-image {
      margin-top: 30px;
      margin-bottom: 30px;
      width: 80px;
      height: 50px; }
    .section-four_images .image {
      height: 60px;
      margin-bottom: 20px;
      width: 190px  !important;
      background-size: contain !important;
      margin-left: auto !important; } }

.section-five {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 120px; }
  .section-five .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000088; }
  .section-five-content {
    position: relative;
    z-index: 3;
    padding-top: 120px;
    padding-bottom: 120px; }
    .section-five-content h3 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 40px;
      color: #fff; }
    .section-five-content h5 {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #fff; }
    .section-five-content .link-item {
      margin-bottom: 10px;
      color: #d0d0d0; }
      .section-five-content .link-item a {
        color: inherit;
        -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
        text-decoration: none; }
        .section-five-content .link-item a:hover {
          color: #0e89f7; }

@media screen and (max-width: 768px) {
  .section-five {
    margin-top: 40px; }
    .section-five-content {
      padding-top: 60px;
      padding-bottom: 60px; }
      .section-five-content h3 {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 30px; }
      .section-five-content h5 {
        text-align: center;
        font-size: 16px;
        line-height: 16px; }
      .section-five-content .link-item {
        text-align: center; } }

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.dropdown-item.active {
  background: #eee;
  color: #212121; }

.english .lang-italian {
  display: none; }

.italian .lang-english {
  display: none; }

#services, #business, #companies {
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px); }

.section-styled h2 {
  text-align: center;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px; }

.section-styled h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center; }

@media screen and (max-width: 768px) {
  .section-styled h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px; }
  .section-styled h5 {
    font-size: 14px; } }
