:root {
  --pi-blue: #0071bc;
  --deep-sky-blue: #0af;
  --white-smoke: #f3f3f3;
  --silver: #c5c5c5;
  --pi-green: #0eb14c;
  --proplast-blue: #1a62d1;
  --dim-grey: #474747;
  --grey: grey;
  --white: white;
  --black: black;
  --grey-black: #222;
}

body {
  color: #333;
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: var(--pi-blue);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.nav-menu {
  float: right;
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-main-nav {
  margin: 7px 5px 5px;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  transition: opacity .35s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.wide-container {
  flex: 1;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: static;
}

.wide-container.main-nav {
  float: none;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
}

.wide-container.sticky-nav {
  max-width: 1000px;
}

.line-2 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
}

.navlink {
  color: #1b1b1b;
  background-color: #0000;
  padding: 15px 20.5px;
  font-size: 15px;
  font-weight: 300;
  transition: background-color .2s;
}

.navlink:hover {
  background-color: #f1f3f7;
}

.navlink.w--current {
  color: #1b1b1b;
  background-color: #f7f7f7;
}

.navlink.main-navi {
  color: var(--pi-blue);
  background-color: #0000;
  background-image: url('../images/noun-Upload-298111.svg');
  background-position: 50% 150%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding: 45px 27px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  transition: background-position .333s;
}

.navlink.main-navi:hover {
  color: var(--deep-sky-blue);
  background-image: url('../images/noun-Upload-298111.svg');
  background-position: 50% 84%;
  background-repeat: no-repeat;
  background-size: 32px;
}

.navlink.main-navi.sticky {
  background-position: 50% 222%;
  background-size: 22px 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.navlink.main-navi.sticky:hover {
  background-position: 50% 94%;
  background-size: 20px;
}

.line-3 {
  background-color: #6c7788;
  width: 18px;
  height: 2px;
}

.navbar-1 {
  z-index: 100;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 12px #000;
}

.home-slider {
  background-color: #000;
  border-bottom: 2px solid #fff;
  height: 425px;
  position: relative;
}

.slide-style {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Depositphotos-71697893-xl-2015-crop-opt.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-style.tie-guy {
  background-image: linear-gradient(#00000082, #00000082), url('../images/Depositphotos-22068287-xl-2015-opt.jpg');
}

.slide-style.powerproject {
  background-image: linear-gradient(#00000082, #00000082), url('../images/Powerproject-BIM---big.png');
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  width: 90%;
  margin-top: 316px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 36px;
  display: block;
}

.para {
  line-height: 28px;
}

.section {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.section.grey-lt {
  background-color: var(--white-smoke);
}

.section.imbkgd {
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/Depositphotos-23781507-xl-2015-opt.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.imbkgd.cubes {
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/cubes-blue-2137334.jpg');
}

.section.imbkgd.yellowcube {
  background-image: linear-gradient(#ffffff38, #ffffff38), url('../images/background-2492010-1600.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.imbkgd.p6-devices {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Devices-Oracle-Primavera-p6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 268px;
  padding-bottom: 268px;
}

.section.imbkgd.hex-guy {
  background-image: linear-gradient(#00000038, #00000038), url('../images/businessman-3213659-1920.jpg');
  padding-top: 151px;
  padding-bottom: 151px;
}

.section.lt-blue {
  background-color: #0071bc33;
}

.section.training {
  display: block;
}

.section.no-bottom-pad {
  padding-bottom: 0;
}

.h1-head {
  font-size: 44px;
  line-height: 52px;
}

.h1-head.light {
  color: var(--silver);
  margin-top: 10px;
  margin-bottom: 14px;
}

.h2-head {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.h2-head.blue {
  color: var(--pi-blue);
}

.h2-head.blue.roll {
  transition: color .2s;
}

.h2-head.blue.roll:hover, .h2-head.blue.linked:hover {
  color: var(--pi-green);
}

.h2-head.wht {
  color: var(--white-smoke);
}

.footer {
  background-image: linear-gradient(#c5c5c5ab, #c5c5c5ab);
  border-top: 3px solid #fff;
  box-shadow: 0 -1px 12px #00000038;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: opacity .35s;
  display: flex;
}

.brand-2:hover {
  opacity: .8;
}

.stickynavbar {
  z-index: 99;
  background-color: #fffffff2;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-center-content {
  text-align: center;
}

.div-center-content.pp-screens {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-center-content.only-in-pp-pix {
  padding-bottom: 15px;
}

.hero-top-section.banner {
  background-image: linear-gradient(#00000038, #00000038), url('../images/Powerproject-hero-bkgd.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, auto 432px;
  background-attachment: scroll, fixed;
  height: 422px;
}

.hero-top-section.banner.contact-page {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/architecture-blur-building-392031-crop.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 180px;
}

.hero-top-section.banner.contact-page.privacy-pg {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/businessman-3213659-1920.jpg');
  background-size: auto, cover;
}

.hero-top-section.banner.contact-page.powerproject-trial {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Powerproject-Screens.png');
  background-size: auto, contain;
  background-attachment: scroll, scroll;
}

.hero-top-section.banner.primavera {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Devices-Oracle-Primavera-p6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-top-section.banner.training {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Asta-Training.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  height: 348px;
}

.hero-top-section.home {
  background-image: url('../images/Plastering-2000.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 84px;
  padding-bottom: 84px;
}

.hero-top-section.services {
  background-image: url('../images/Plastered-Wall-2000.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 50px;
  padding-bottom: 50px;
}

.columns {
  margin-top: 11px;
  margin-bottom: 11px;
}

.div-block {
  background-image: linear-gradient(to bottom, var(--proplast-blue), var(--proplast-blue));
}

.text-block {
  color: var(--silver);
  text-align: center;
  margin-top: 6px;
  margin-bottom: 7px;
  font-family: Oswald, sans-serif;
}

.image {
  margin-top: 17px;
  margin-bottom: 17px;
}

.section-blue {
  z-index: 12;
  background-image: linear-gradient(to bottom, var(--proplast-blue), var(--proplast-blue));
  box-shadow: none;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.software-logos-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 7px;
  display: block;
}

.software-logos {
  width: 23%;
  margin-left: 13px;
  margin-right: 13px;
}

.software-logos.sm {
  width: 20%;
}

.software-logos.pp-logo {
  width: 44%;
}

.software-logos.pp-logo.small {
  width: 36%;
}

.logos-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-line-lt-grey {
  border-bottom: 2px solid #c5c5c538;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-links-text {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.link {
  color: var(--proplast-blue);
  text-decoration: none;
}

.nav-footer {
  margin-top: 7px;
  margin-bottom: 7px;
}

.foot-logo-align-div {
  text-align: center;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-flex {
  align-items: flex-start;
  display: flex;
}

.container-flex.centered {
  justify-content: center;
}

.service-icons {
  width: 10%;
  min-width: 10%;
  margin-top: -11px;
  margin-right: 8px;
}

.service-icons.consulting {
  margin-top: -22px;
}

.service-icons.implementation {
  margin-top: -7px;
  padding-left: 7px;
  padding-right: 7px;
}

.button {
  background-color: var(--proplast-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px var(--dim-grey);
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 30px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.button.big {
  font-size: 34px;
  line-height: 40px;
}

.div-spacer {
  height: 20px;
}

.div-spacer._40 {
  height: 40px;
}

.div-spacer._10 {
  height: 10px;
}

.div-spacer._80 {
  height: 80px;
}

.h3-head {
  color: var(--grey);
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.pp-screens-image {
  padding-left: 10px;
  padding-right: 10px;
}

.pp-screens-image.oracle-pg {
  min-width: 100%;
  margin-top: 21px;
  display: block;
}

.h4 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.faq-item {
  border-bottom: 1px solid #b1c2dbcc;
  margin-bottom: 45px;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-item.answer-short {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.hidden-item-2 {
  overflow: hidden;
}

.faq-image {
  width: 40px;
  margin: 12px 10px 12px 0;
  transform: rotate(0);
}

.title-box {
  border-bottom: 1px solid #b1c2dbcc;
  margin-bottom: 50px;
  padding-bottom: 5px;
}

.title-box.flex {
  border-bottom-width: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.link-block-towns {
  color: #0c75ae;
  font-family: Oswald, sans-serif;
  text-decoration: none;
}

.faq-section {
  margin-bottom: 100px;
}

.faq-section.question-answer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.indent {
  margin-left: 25px;
}

.text-head {
  color: var(--dim-grey);
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

.div-wrapper-b-pad {
  background-color: #0071bc1c;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 25px;
}

.image-top-bottom-pad {
  padding-top: 10px;
  padding-bottom: 15px;
}

.div-block-3 {
  background-color: var(--grey);
  border-radius: 12px;
  padding: 5px 20px 24px 25px;
}

.white-list {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 20px;
  line-height: 24px;
}

.image-3 {
  border-radius: 8px;
}

.image-4 {
  max-width: 90%;
}

.big-list-item {
  font-size: 20px;
  line-height: 26px;
}

.link-silver {
  color: var(--silver);
}

.link-silver:hover {
  color: var(--pi-green);
}

.image-5 {
  height: 500px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.html-embed {
  height: 750px;
  margin-left: -15px;
}

.text-block-2 {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-6 {
  float: right;
}

.text-block-3 {
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.captions {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.captions.top-pad {
  padding-top: 14px;
}

.captions.thin {
  padding-left: 14px;
  padding-right: 14px;
}

.image-drop-shadow {
  box-shadow: 1px 1px 3px #00000070;
}

.training-for-p6 {
  display: block;
}

.ppicon {
  padding-top: 18px;
  padding-bottom: 18px;
}

.elec-icon {
  width: 85%;
  padding-top: 13px;
  padding-bottom: 13px;
}

.orac-icon {
  width: 82%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.opart-icon {
  width: 85%;
  padding-top: 22px;
  padding-bottom: 22px;
}

.image-8 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.image-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-w-pad {
  padding-left: 10px;
}

.p6-logo-footer {
  width: 70%;
  margin: 8px 5px;
}

.pp-logo-footer {
  width: 90%;
  margin: 8px 5px;
}

.div-block-6 {
  text-align: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-2, .link-3 {
  color: var(--proplast-blue);
}

.div-block-7 {
  text-align: center;
  background-color: #ffffffc4;
  flex-direction: column;
  width: 50%;
  padding: 7px;
  display: inline-block;
}

.heading {
  font-weight: 400;
}

.div-block-8 {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: relative;
}

.div-block-9 {
  border: 1px solid var(--silver);
  padding-top: 8px;
  padding-bottom: 10px;
}

.image-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-bar {
  background-color: var(--proplast-blue);
  padding-top: 4px;
  padding-bottom: 4px;
}

.text-block-4 {
  color: var(--white);
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Oswald, sans-serif;
}

.text-block-4.phone {
  float: right;
  width: auto;
  font-size: 18px;
}

.container-3 {
  justify-content: space-between;
  display: flex;
}

.ph-icon {
  float: left;
  flex: none;
  height: 32px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 7px;
}

.ph-icon.bottom {
  height: 32px;
}

.phonetop {
  float: right;
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.phonetop.bottom {
  color: var(--proplast-blue);
  font-size: 24px;
  line-height: 24px;
}

.ph-top-div {
  padding-left: 10px;
  padding-right: 10px;
}

.link-block {
  width: 50%;
}

.icon-bullets-div {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.image-15 {
  width: 55px;
  margin-right: 10px;
}

.heading-3 {
  margin-top: 10px;
  margin-left: 15px;
}

.white-text-indented {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grey-light {
  color: var(--silver);
}

.section-2 {
  border-top: 4px solid var(--white);
  background-image: url('../images/Plastered-Wall-2000.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 0 8px #00000038;
}

.section-3 {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/StoneWall-pexels-3575827.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 45px;
  padding-bottom: 45px;
}

.pastwork {
  border: 1px solid var(--silver);
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  padding: 4px;
  display: inline-block;
  box-shadow: 1px 1px 3px #00000038;
}

.pastwork._50 {
  width: 50%;
}

.pastwork._2-across {
  width: 44%;
}

.page-header {
  text-shadow: 2px 2px 9px var(--white);
  margin-top: 8px;
  font-size: 44px;
  line-height: 48px;
}

.para-pad-bottom {
  padding-bottom: 25px;
}

.div-block-100-fix {
  width: 100%;
  min-width: 100%;
}

.link-b-grow {
  transition: transform .2s, color .2s;
}

.link-b-grow:hover {
  transform: scale(1.1);
}

.div-block-10 {
  flex-flow: wrap;
  place-content: center;
  width: 44%;
  display: flex;
}

.image-16 {
  display: block;
}

.column {
  text-align: center;
}

.column-2-images {
  text-align: center;
  padding-bottom: 15px;
}

html.w-mod-js [data-ix="slider-text"] {
  opacity: 0;
  transform: translate(0, -144px);
}

html.w-mod-js [data-ix="load-move-right-fade-in"] {
  opacity: .22;
  transform: translate(-70px);
}

html.w-mod-js [data-ix="load-move-up-fade-in"] {
  opacity: .22;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="scroll-move-right"] {
  transform: translate(-50px);
}

html.w-mod-js [data-ix="scroll-move-left"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="scroll-move-up"] {
  transform: translate(0, 55px);
}

html.w-mod-js [data-ix="scroll-grow-fade-in"] {
  transform: scale(.6);
}

html.w-mod-js [data-ix="display-none-3"] {
  height: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }

  .menu-button {
    width: 222px;
    height: 60px;
    padding: 22px 61px 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .menu-button.in-sticky {
    padding-top: 17px;
  }

  .nav-menu {
    width: 73%;
  }

  .logo-main-nav {
    max-width: 90%;
  }

  .brand {
    width: 180px;
  }

  .line-2 {
    background-color: var(--pi-blue);
    width: 26px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navlink {
    background-color: #fff;
  }

  .navlink.main-navi {
    padding: 35px 16px;
  }

  .slide-text {
    margin-top: 305px;
  }

  .section.imbkgd {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .h1-head.light {
    font-size: 34px;
    line-height: 42px;
  }

  .h2-head {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-top-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-top-section.banner {
    background-position: 0 13%;
    background-size: auto 400px;
    height: 400px;
  }

  .hero-top-section.banner.training {
    background-image: linear-gradient(#0000, #0000), url('../images/Asta-Training.jpg');
    background-repeat: repeat, repeat-x;
    height: 222px;
  }

  .section-blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .software-logos {
    margin-left: 6px;
    margin-right: 6px;
  }

  .foot-logo-align-div {
    text-align: center;
  }

  .service-icons {
    width: 15%;
    margin-top: -18px;
    margin-bottom: -15px;
  }

  .service-icons.consulting {
    margin-top: -11px;
  }

  .service-icons.implementation {
    width: 12%;
    min-width: 11%;
    margin-top: 1px;
    margin-right: 2px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .service-icons.experts {
    min-width: 15%;
    margin-top: -18px;
  }

  .elec-icon {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .orac-icon {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .menu {
    float: left;
    color: var(--pi-blue);
    padding: 3px 10px;
    font-family: Oswald, sans-serif;
    display: block;
  }

  .hamburger {
    float: right;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    width: 66%;
  }

  .page-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  p, li {
    font-size: 16px;
    line-height: 22px;
  }

  .menu-button {
    width: 120px;
    padding: 35px 10px 57px;
  }

  .menu-button.in-sticky {
    padding-bottom: 42px;
  }

  .nav-menu {
    margin-left: 310px;
  }

  .navlink.main-navi {
    border-bottom: 2px solid var(--white-smoke);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navlink.main-navi:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-slider {
    height: 320px;
  }

  .slide-text {
    margin-top: 217px;
    font-size: 24px;
    line-height: 28px;
  }

  .para {
    font-size: 16px;
    line-height: 26px;
  }

  .h1-head {
    font-size: 36px;
    line-height: 44px;
  }

  .h1-head.light, .h2-head {
    font-size: 28px;
    line-height: 36px;
  }

  .div-center-content {
    line-height: 36px;
  }

  .hero-top-section.banner {
    height: 333px;
  }

  .hero-top-section.banner.training {
    height: 166px;
  }

  .icon, .icon-2 {
    display: none;
  }

  .software-logos {
    margin-left: 3px;
    margin-right: 3px;
  }

  .container {
    padding-top: 10px;
  }

  .service-icons {
    width: 15%;
    margin-top: 0;
  }

  .service-icons.consulting {
    margin-top: -4px;
  }

  .service-icons.implementation {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 4px;
  }

  .service-icons.experts {
    margin-top: -14px;
  }

  .h3-head {
    font-size: 22px;
    line-height: 26px;
  }

  .title-box.flex {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-5 {
    text-align: center;
  }

  .orac-icon {
    width: 78%;
  }

  .opart-icon {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .p6-logo-footer {
    width: 36%;
  }

  .pp-logo-footer {
    width: 44%;
  }

  .div-block-7 {
    width: 88%;
  }

  .div-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pp-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-4.phone {
    font-size: 16px;
  }

  .image-15 {
    width: 44px;
  }

  .white-text-indented {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2, .section-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-2-images {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    width: 85%;
    margin-left: 72px;
  }

  .logo-main-nav {
    width: 150px;
  }

  .slide-text {
    margin-top: 189px;
  }

  .hero-top-section.banner {
    height: 226px;
  }

  .hero-top-section.banner.training {
    height: 94px;
  }

  .software-logos-container {
    flex-flow: column;
  }

  .software-logos {
    width: 55%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .software-logos.sm {
    width: 50%;
  }

  .software-logos.pp-logo {
    width: 66%;
    margin-bottom: 15px;
  }

  .software-logos.pp-logo.small {
    width: 60%;
  }

  .service-icons {
    min-width: 15%;
    margin-top: 8px;
  }

  .service-icons.consulting {
    min-width: 15%;
    margin-top: 3px;
  }

  .service-icons.implementation {
    min-width: 15%;
    margin-top: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .service-icons.experts {
    min-width: 25%;
    margin-top: -7px;
    margin-right: 0;
  }

  .h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .title-box {
    width: 100%;
  }

  .text-head {
    font-size: 22px;
    line-height: 26px;
  }

  .white-list {
    font-size: 16px;
    line-height: 20px;
  }

  .ppicon {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .orac-icon {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-7 {
    width: 98%;
  }

  .text-block-4 {
    display: none;
  }

  .container-3 {
    justify-content: flex-end;
  }

  .image-15 {
    width: 36px;
  }
}


