h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  color: #057eb2;
  font-size: 34px;
  line-height: 38px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #057eb2;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #fec32c;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #09aeed;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
}

h6 {
  margin: 20px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

p {
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  color: #323232;
  font-size: 16px;
}

a {
  font-family: 'Titillium Web', sans-serif;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

a:hover {
  color: #057eb2;
  text-decoration: underline;
}

li {
  margin-bottom: 10px;
  margin-left: -20px;
  font-family: 'Titillium Web', sans-serif;
  color: #323232;
  font-size: 16px;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px;
  border-width: 0px;
  border-left-style: solid;
  border-left-color: #e2e2e2;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.div-block {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  height: 110px;
  background-image: -webkit-gradient(linear, left top, right top, from(#057eb2), to(#09aeed));
  background-image: linear-gradient(90deg, #057eb2, #09aeed);
}

.link-block.w--current {
  float: left;
}

.hero {
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.hero.home {
  height: 500px;
  background-image: url('../images/translation-and-localisation.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.quality {
  background-image: url('../images/map-of-the-world.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.industries {
  background-image: url('../images/translation-in-industry-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.about {
  background-image: url('../images/About.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.contact-us {
  background-image: url('../images/contact-prima-lingua-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.translation {
  background-image: url('../images/translation-and-interpretin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.typesetting {
  background-image: url('../images/multilingual-typesetting.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.hero.technology {
  background-image: url('../images/technology-translation-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.project {
  background-image: url('../images/project-management-.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.case-studies {
  background-image: url('../images/translation-case-study-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.xml {
  background-image: url('../images/xml.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.s1000d {
  background-color: #cea5cd;
  background-image: url('../images/s1000d.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero.thank-you {
  height: 400px;
  background-image: url('../images/translation-and-localisation.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text-container {
  width: 65%;
}

.white-h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.white-hero {
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.text-container {
  width: 65%;
  float: left;
}

.text-container._2 {
  margin-left: 40px;
}

.text-container.left {
  width: 30%;
}

.text-container.right {
  width: 30%;
  margin-left: 46px;
}

.news-container {
  width: 30%;
  min-height: 100px;
  float: right;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.latest-news-slider {
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 0px;
  padding-bottom: 40px;
  border-top-left-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#057eb2), to(#09aeed));
  background-image: linear-gradient(90deg, #057eb2, #09aeed);
}

.heading {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  text-align: center;
}

.mask {
  background-color: #fff;
}

.paragraph-white {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
}

.slider {
  height: 100%;
  clear: none;
}

.hyperlink-yellow {
  color: #fec32c;
}

.yellow-text-link {
  margin-left: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #fec32c;
}

.yellow-text-link:hover {
  color: #fff;
}

.yellow-text-link.w--current {
  margin-left: 0px;
  clear: left;
  text-decoration: none;
}

.yellow-text-link.w--current:hover {
  margin-left: 0px;
  color: #fff;
  text-decoration: underline;
}

.yellow-text-link.latest-news:hover {
  color: #fff;
}

.yellow-text-link.latest-news.w--current {
  padding-left: 20px;
}

.news-update {
  display: block;
  width: 270px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.rich-text-block {
  text-align: left;
}

.news {
  display: block;
  margin-bottom: 10px;
  float: left;
  color: #fec32c;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.update {
  display: inline-block;
  float: none;
  color: #09aeed;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.contact {
  margin-top: 30px;
  background-color: #d8d8d8;
}

.column {
  padding-right: 20px;
  padding-left: 0px;
}

.form {
  overflow: visible;
  height: 40px;
  margin-bottom: 30px;
  font-family: 'Titillium Web', sans-serif;
}

.form.message {
  height: 182px;
}

.form-2 {
  padding-bottom: 50px;
}

.column-2 {
  padding-top: 96px;
  padding-right: 0px;
  padding-left: 20px;
}

.form-block {
  margin-bottom: 0px;
}

.button {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 0px;
  background-color: #057eb2;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
}

.button:hover {
  background-color: #fec32c;
  color: #333;
  text-decoration: none;
}

.imprint {
  position: static;
  display: block;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.footer-text {
  display: inline-block;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.footer-text.imprint {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.footer-text.imprint:hover {
  color: #fff;
}

.hyperlink-white {
  color: #fff;
  text-decoration: none;
}

.hyperlink-white:hover {
  color: #fff;
  text-decoration: underline;
}

.hyperlink-white.foot {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #323232;
  font-size: 16px;
}

.footer-row {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  width: 280px;
}

.column-3 {
  padding-right: 40px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 40px;
}

.column-5 {
  padding-left: 40px;
}

.footer-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link.w--current {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-link.w--current:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 280px;
  margin-bottom: 20px;
}

.case-study {
  width: 33%;
  min-height: 100px;
  margin-right: 80px;
  padding: 1px 20px 20px;
  float: left;
  border-top-left-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#057eb2), to(#09aeed));
  background-image: linear-gradient(90deg, #057eb2, #09aeed);
  text-align: center;
}

.case-study.last {
  margin-right: 0px;
}

.heading-2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.icon {
  display: block;
  margin: 20px auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.dropdown {
  height: 110px;
  float: right;
}

.dropdown-toggle {
  height: 110px;
  padding-right: 5px;
  padding-left: 5px;
}

.dropdown-text {
  margin-top: 15px;
  padding: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 16px;
}

.dropdown-text:hover {
  margin-top: 15px;
  background-color: #057eb2;
}

.nav-button {
  margin-top: 35px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  float: right;
  background-color: transparent;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.nav-button:hover {
  background-color: #057eb2;
  color: #fff;
  text-decoration: none;
}

.dropdown-link {
  background-color: #057eb2;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 16px;
}

.dropdown-link:hover {
  background-color: #fec32c;
  color: #333;
  text-decoration: none;
}

.dropdown-link.top {
  margin-top: -35px;
}

.dropdown-list {
  margin-left: 0px;
}

.dropdown-list.w--open {
  margin-left: 5px;
}

.spacer {
  height: 110px;
}

.office-container {
  margin-bottom: 30px;
}

.office {
  margin-bottom: 10px;
}

.bsi {
  width: 280px;
}

.link {
  display: block;
  margin-top: -20px;
  margin-bottom: 25px;
}

.latest-news {
  padding-left: 20px;
  color: #fec32c;
}

.latest-news:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .div-block {
    margin-right: 20px;
    margin-left: 20px;
  }

  .header {
    height: 95px;
  }

  .link-block {
    height: 95px;
  }

  .image {
    height: 95px;
  }

  .hero.home {
    height: 500px;
  }

  .hero.industries {
    height: 400px;
  }

  .hero.about {
    height: 400px;
  }

  .hero.contact-us {
    height: 400px;
  }

  .hero.translation {
    height: 400px;
  }

  .hero.typesetting {
    height: 400px;
  }

  .hero.technology {
    height: 400px;
  }

  .hero.project {
    height: 400px;
  }

  .hero.case-studies {
    height: 400px;
  }

  .hero.xml {
    height: 400px;
  }

  .hero.s1000d {
    height: 400px;
    background-size: contain;
  }

  .hero.thank-you {
    height: 300px;
  }

  .hero-text-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero-text-container {
    width: 75%;
  }

  .text-container {
    width: 100%;
  }

  .text-container.left {
    width: 46%;
  }

  .text-container.right {
    width: 46%;
  }

  .news-container {
    width: 100%;
    padding-right: 120px;
    padding-left: 120px;
    float: right;
    text-align: center;
  }

  .news-update {
    float: none;
  }

  .news {
    display: inline-block;
    float: none;
  }

  .form-block {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer-row {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 99;
    height: 110px;
    background-image: -webkit-gradient(linear, left top, right top, from(#057eb2), to(#09aeed));
    background-image: linear-gradient(90deg, #057eb2, #09aeed);
  }

  .icon-2 {
    color: #fff;
    font-size: 30px;
  }

  .menu-button {
    margin-right: -5px;
    padding: 38px 0px 0px;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: transparent;
  }

  .nav-menu {
    width: 220px;
    float: left;
    background-color: #057eb2;
    text-align: left;
  }

  .mobile-nav-link {
    position: static;
    display: block;
    float: none;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }

  .bsi {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 85px;
  }

  .link-block.w--current {
    height: 85px;
  }

  .image {
    height: 85px;
  }

  .hero.home {
    height: 400px;
  }

  .hero.industries {
    height: 300px;
  }

  .hero.about {
    height: 300px;
  }

  .hero.contact-us {
    height: 300px;
  }

  .hero.translation {
    height: 300px;
  }

  .hero.typesetting {
    height: 300px;
  }

  .hero.technology {
    height: 300px;
  }

  .hero.project {
    height: 300px;
  }

  .hero.case-studies {
    height: 300px;
  }

  .hero.xml {
    height: 300px;
  }

  .hero.s1000d {
    height: 300px;
  }

  .hero.thank-you {
    height: 250px;
  }

  .hero-text-container {
    width: 85%;
  }

  .white-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .white-hero {
    font-size: 20px;
    line-height: 24px;
  }

  .text-container.left {
    width: 100%;
  }

  .text-container.right {
    width: 100%;
    margin-left: 0px;
  }

  .news-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .column {
    padding-right: 0px;
  }

  .form-2 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .column-2 {
    padding-top: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
  }

  .column-4 {
    margin-top: 30px;
    padding-left: 0px;
  }

  .column-5 {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    height: 95px;
  }

  .menu-button {
    margin-right: 5px;
    padding-top: 31px;
  }

  .container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-3 {
    height: 95px;
  }

  .mobile-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-nav-link.w--current {
    color: #fff;
  }

  .spacer {
    height: 95px;
  }

  .office-container {
    min-height: 140px;
  }

  .office {
    width: 240px;
    margin-right: 20px;
    float: left;
  }

  .paragraph {
    min-height: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 450px;
  }

  .hero.home {
    height: 400px;
  }

  .hero.industries {
    height: 200px;
  }

  .hero.about {
    height: 200px;
  }

  .hero.contact-us {
    height: 200px;
  }

  .hero.translation {
    height: 200px;
  }

  .hero.typesetting {
    height: 200px;
  }

  .hero.technology {
    height: 200px;
  }

  .hero.project {
    height: 200px;
  }

  .hero.case-studies {
    height: 200px;
  }

  .hero.xml {
    height: 200px;
  }

  .hero.s1000d {
    height: 200px;
  }

  .hero.thank-you {
    height: 200px;
    background-image: url('../images/translation-and-localisation.jpg');
    background-position: 0px 0px;
    background-size: 960px;
  }

  .hero-text-container {
    width: 100%;
  }

  .white-h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .white-hero {
    font-size: 18px;
    line-height: 22px;
  }

  .news-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar {
    height: 85px;
  }

  .menu-button {
    z-index: 100;
    margin-right: 0px;
    padding-top: 25px;
  }

  .image-3 {
    height: 85px;
  }

  .mobile-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .spacer {
    height: 85px;
  }

  .office {
    width: 100%;
  }

  .bsi {
    width: 200px;
  }
}

