.preloader-page {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 125px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/proink_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.preloader-page.device {
  display: block;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #294a6b;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
}

.intro-container {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 104px;
  line-height: 104px;
  font-weight: 600;
}

.gold-text {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #f0c405;
  font-size: 104px;
  line-height: 104px;
  font-weight: 600;
}

.blue-intro-text {
  font-family: Montserrat, sans-serif;
  color: #3894d1;
  font-size: 104px;
  line-height: 104px;
  font-weight: 600;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  color: #e84a3d;
  font-size: 104px;
  line-height: 104px;
  font-weight: 600;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
}

.navmenu {
  width: 300px;
  padding-top: 39px;
  background-image: url('../images/proink_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.texthiden {
  overflow: hidden;
}

.navbar {
  width: 300px;
  height: 100%;
  background-image: url('../images/proink_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.container {
  position: relative;
  z-index: 300;
}

.brand {
  display: inline-block;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  float: none;
  text-align: center;
}

.nav-menu {
  display: block;
  margin-top: 20px;
  float: none;
}

.nav-link {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #294a6b;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
}

.nav-link-2 {
  display: block;
}

.nav-link-3 {
  display: block;
}

.services-section {
  overflow: auto;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-2 {
  overflow: visible;
  width: 40px;
  height: 50px;
  margin-top: 14px;
  margin-right: 15px;
  margin-left: 18px;
  float: left;
}

.text-block-2 {
  display: inline-block;
  padding: 20px 25px 20px 6px;
  float: left;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.link-block {
  display: block;
  width: 100%;
  padding: 15px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 1000ms cubic-bezier(.789, .176, .058, .931);
  transition: border 1000ms cubic-bezier(.789, .176, .058, .931);
  font-family: Montserrat, sans-serif;
  color: #294a6b;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-block.w--current {
  -webkit-transition: border 200ms ease, opacity 600ms cubic-bezier(.215, .61, .355, 1);
  transition: border 200ms ease, opacity 600ms cubic-bezier(.215, .61, .355, 1);
}

.image {
  margin-bottom: 20px;
  float: left;
}

.digital-printing-section {
  height: 600px;
  background-image: url('../images/bus-signage.jpg');
  background-position: 0px 100%;
  background-size: cover;
  background-repeat: repeat-y;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 74, 107, .75), rgba(41, 74, 107, .75));
  background-image: linear-gradient(180deg, rgba(41, 74, 107, .75), rgba(41, 74, 107, .75));
}

.paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  margin-top: 46px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.line-breaker {
  display: block;
  height: 1px;
  background-color: #fff;
}

.div-block-5 {
  padding: 18px 56px;
  text-align: center;
}

.div-block-6 {
  padding-right: 37px;
  padding-left: 37px;
}

.social-container {
  padding-right: 25px;
  padding-left: 25px;
}

.social-media-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 40px;
}

.image-3 {
  width: 40px;
}

.link-block-2 {
  margin-right: 22px;
  margin-left: 22px;
  opacity: 0.6;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.link-block-2:hover {
  opacity: 1;
}

.line-breaker-nav-menu {
  display: block;
  height: 1px;
  margin-bottom: 15px;
  background-color: #294a6b;
}

.copyright {
  color: #294a6b;
  font-size: 10px;
  text-align: center;
}

.offset-section {
  height: 600px;
  background-image: url('../images/offset-printing.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.info-holder-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 74, 107, .75), rgba(41, 74, 107, .75));
  background-image: linear-gradient(180deg, rgba(41, 74, 107, .75), rgba(41, 74, 107, .75));
}

.promotional-items-section {
  height: 600px;
  background-image: url('../images/garbeo-promotional-item.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.signage-info-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 74, 107, .75), rgba(41, 74, 107, .75));
  background-image: linear-gradient(180deg, rgba(41, 74, 107, .75), rgba(41, 74, 107, .75));
}

.standsexhebition {
  height: 600px;
  background-image: url('../images/las-vegas-coverings-exhibition-stand.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.signage {
  height: 600px;
  background-image: url('../images/chrissie-kremer-259098.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/proink_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  padding-right: 59px;
  padding-left: 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #294a6b;
  text-align: center;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.page-wrapper-abour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #294a6b;
}

.form-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-right: 49px;
  padding-left: 49px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-3 {
  color: #fff;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.submit-button {
  background-color: #fff;
  color: #294a6b;
}

.contact-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Pro-Ink-Presentation-office-image.png');
  background-position: 0px 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  text-decoration: none;
}

.image-4 {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.addres-text {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  text-decoration: none;
}

.link-block-3 {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.navbar-no-animation {
  width: 300px;
  height: 100%;
  background-image: url('../images/proink_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.preloader-page-devices {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 125px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/proink_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-devices {
  display: none;
  width: 300px;
  height: 100%;
  background-image: url('../images/proink_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.preloader-page-phone {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 125px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/proink_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.preloader-page-mobile {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 125px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/proink_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.preloader-page-mobile.device {
  display: block;
}

.link-block-phone {
  display: block;
  width: 100%;
  padding: 15px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 1000ms cubic-bezier(.789, .176, .058, .931);
  transition: border 1000ms cubic-bezier(.789, .176, .058, .931);
  font-family: Montserrat, sans-serif;
  color: #294a6b;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-block-phone.w--current {
  -webkit-transition: border 200ms ease, opacity 600ms cubic-bezier(.215, .61, .355, 1);
  transition: border 200ms ease, opacity 600ms cubic-bezier(.215, .61, .355, 1);
}

.contact-section-phone {
  display: none;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #294a6b;
}

.contact-image-phone {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Pro-Ink-Presentation-office-image.png');
  background-position: 0px 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section-phone {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/proink_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.about-text-phone {
  display: none;
  width: 600px;
  padding-right: 59px;
  padding-left: 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #294a6b;
  text-align: center;
}

html.w-mod-js *[data-ix="intro-pre-loader"] {
  display: block;
}

html.w-mod-js *[data-ix="intro-pre-loader-2"] {
  display: block;
}

html.w-mod-js *[data-ix="intro-animation-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="logo-intro-animation"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="intro-animation-1-gold"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="intro-animation-1-gold-2"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="intro-animation-1-gold-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="navmenu-appearnce"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="logoanimation"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="menu-links-animation1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="menu-links-animation-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="menu-links-animation-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="menu-social-links"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="line-desktop"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="hidden-paragraph"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="copyright"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .intro-container {
    margin-top: 123px;
  }
  .gold-text {
    font-size: 54px;
  }
  .blue-intro-text {
    font-size: 54px;
  }
  .text-span-3 {
    font-size: 54px;
  }
  .page-wrapper {
    height: auto;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar {
    display: none;
  }
  .container {
    height: 100%;
  }
  .brand {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }
  .brand.w--current {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-menu {
    margin-top: 0px;
    background-image: url('../images/proink_background.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .digital-printing-section {
    height: 400px;
  }
  .div-block-3 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-3 {
    font-size: 12px;
    line-height: 18px;
  }
  .heading {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
  }
  .social-container {
    display: none;
  }
  .offset-section {
    height: 400px;
  }
  .info-holder-services {
    padding-right: 10px;
    padding-left: 10px;
  }
  .promotional-items-section {
    height: 400px;
  }
  .signage-info-holder {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .standsexhebition {
    height: 400px;
  }
  .signage {
    height: 400px;
  }
  .about-section {
    display: none;
  }
  .about-text {
    display: none;
  }
  .page-wrapper-abour {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-section {
    display: none;
  }
  .form-holder {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading-3 {
    margin-top: 0px;
    font-size: 22px;
  }
  .contact-image {
    display: none;
  }
  .link {
    font-size: 18px;
    line-height: 20px;
  }
  .addres-text {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 200;
  }
  .link-block-3 {
    display: none;
  }
  .navbar-no-animation {
    display: none;
  }
  .navbar-devices {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: auto;
    height: 60px;
  }
  .preloader-page-mobile {
    display: none;
    padding-top: 0px;
  }
  .contact-section-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact-image-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .about-section-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .about-text-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .heading-2 {
    margin-top: 0px;
    font-size: 22px;
    line-height: 25px;
  }
  .text-block-3 {
    font-size: 12px;
    line-height: 20px;
  }
  .about-text-phone {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 479px) {
  .preloader-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .intro-container {
    margin-top: 123px;
  }
  .gold-text {
    font-size: 34px;
    line-height: 70px;
  }
  .blue-intro-text {
    font-size: 34px;
    line-height: 70px;
  }
  .text-span-3 {
    font-size: 34px;
    line-height: 70px;
  }
  .page-wrapper {
    height: auto;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    width: 100%;
    height: 7vh;
  }
  .container {
    display: block;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }
  .brand.w--current {
    display: block;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    margin-top: 0px;
    background-image: url('../images/proink_background.jpg');
    background-position: 0px 0px;
    background-size: 1280px;
  }
  .services-section {
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .link-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .digital-printing-section {
    height: 400px;
  }
  .div-block-3 {
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #00366b);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #00366b);
  }
  .paragraph-3 {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
  }
  .heading {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
  }
  .div-block-5 {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-container {
    display: none;
  }
  .offset-section {
    height: 400px;
  }
  .info-holder-services {
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #00366b);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #00366b);
  }
  .promotional-items-section {
    height: 400px;
  }
  .signage-info-holder {
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #00366b);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #00366b);
  }
  .standsexhebition {
    height: 400px;
  }
  .signage {
    height: 400px;
  }
  .about-section {
    display: none;
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .about-text {
    display: none;
    width: auto;
    padding: 20px;
  }
  .heading-2 {
    margin-top: 0px;
    font-size: 22px;
    line-height: 25px;
  }
  .text-block-3 {
    font-size: 12px;
    line-height: 20px;
  }
  .page-wrapper-abour {
    height: auto;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-section {
    display: none;
    width: auto;
  }
  .form-holder {
    height: auto;
    padding: 20px;
  }
  .heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }
  .contact-image {
    display: none;
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .link {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 20px;
  }
  .addres-text {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
    font-weight: 200;
  }
  .link-block-3 {
    display: none;
  }
  .navbar-no-animation {
    display: none;
  }
  .navbar-devices {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 60px;
    background-image: url('../images/proink_background.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .preloader-page-phone {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .preloader-page-mobile {
    display: none;
    padding-top: 0px;
    padding-left: 19px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block-phone {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-section-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact-image-phone {
    display: block;
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .about-section-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .about-text-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 20px;
  }
}

