.industrial-header, .phone-app {
  background-image: url(https://jpp.trgcdn.com/landing-pages/colop/colop-images/Colop-Landing-Page-Hero.jpg);
}
.industrial-header:before, .phone-app:before {
  background-color: rgba(20, 88, 130, 0.9019607843);
}
@media (max-width: 767px) {
  .industrial-header .container, .phone-app .container {
    padding: 0 25px;
    max-width: 700px;
  }
}
@media (max-width: 600px) {
  .industrial-header .container, .phone-app .container {
    padding-bottom: 20px;
  }
}
.industrial-header .container h1, .phone-app .container h1 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .industrial-header .container h1, .phone-app .container h1 {
    font-size: 40px;
  }
}
.industrial-header .container h1 span, .phone-app .container h1 span {
  font-weight: 600;
  color: #F58220;
}
.industrial-header .container .header-body, .phone-app .container .header-body {
  flex-direction: unset;
  justify-content: unset;
  min-height: unset;
}
@media (max-width: 600px) {
  .industrial-header .container .header-body, .phone-app .container .header-body {
    flex-direction: column;
  }
}
.industrial-header .container .header-body img, .phone-app .container .header-body img {
  flex: 1 1 50%;
  width: 50%;
  margin-right: 45px;
}
@media (max-width: 600px) {
  .industrial-header .container .header-body img, .phone-app .container .header-body img {
    flex: unset;
    width: unset;
    margin-right: 0;
  }
}
.industrial-header .container .header-body div, .phone-app .container .header-body div {
  flex: 1 1 50%;
  width: 50%;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .industrial-header .container .header-body div, .phone-app .container .header-body div {
    flex: unset;
    width: unset;
    padding-top: 20px;
  }
}
.industrial-header .container .header-body div h2, .phone-app .container .header-body div h2 {
  text-align: unset;
}
@media (max-width: 767px) {
  .industrial-header .container .header-body div h2, .phone-app .container .header-body div h2 {
    font-size: 21px !important;
  }
}
.industrial-header .container .header-body div .orange-button, .phone-app .container .header-body div .orange-button {
  background-color: #F58220;
  color: #fff;
  font-weight: 600;
  font-size: 22px !important;
  padding: 9px 30px !important;
  display: inline-block;
  border: 1px #f58220 solid !important;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .industrial-header .container .header-body div .orange-button, .phone-app .container .header-body div .orange-button {
    font-size: 16px !important;
  }
}
.industrial-header .container .header-body div .orange-button:hover, .phone-app .container .header-body div .orange-button:hover {
  color: #f58220 !important;
  background-color: #FFFFFF !important;
  border: 1px #f58220 solid !important;
}

.industrial .shop-applications {
  margin-bottom: 0;
}
.industrial .shop-applications .container h2 {
  text-align: center;
  margin: 0 0 30px;
}
.industrial .shop-applications .container .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  .industrial .shop-applications .container .row {
    display: flex;
    flex-direction: column;
  }
}
.industrial .shop-applications .container .row .col-lg-3 {
  width: 100% !important;
}
@media (max-width: 600px) {
  .industrial .shop-applications .container .row .col-lg-3 {
    padding: 30px;
  }
}
.industrial .shop-applications .container .row .col-lg-3:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.industrial .shop-applications .container .row .col-lg-3 a div .image-container {
  height: 280px;
}
@media (max-width: 1199px) {
  .industrial .shop-applications .container .row .col-lg-3 a div .image-container {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .industrial .shop-applications .container .row .col-lg-3 a div .image-container {
    height: 153px;
  }
}
@media (max-width: 767px) {
  .industrial .shop-applications .container .row .col-lg-3 a div .image-container {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .industrial .shop-applications .container .row .col-lg-3 a div .image-container {
    height: auto;
  }
}
.industrial .shop-applications .container .row .col-lg-3 a div h3 {
  padding-bottom: 0;
}
.industrial .shop-applications .container .orange-button {
  background-color: #F58220;
  color: #fff;
  font-weight: 600;
  font-size: 22px !important;
  padding: 9px 30px !important;
  display: inline-block;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border: 1px #f58220 solid !important;
}
@media (max-width: 767px) {
  .industrial .shop-applications .container .orange-button {
    font-size: 16px !important;
  }
}
.industrial .shop-applications .container .orange-button:hover {
  color: #f58220 !important;
  background-color: #FFFFFF !important;
  border: 1px #f58220 solid !important;
}
.industrial .page-tiles-wrapper {
  margin-bottom: 0;
}
.industrial .page-tiles-wrapper .page-tiles-wrapper-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 55px);
  width: 100vw;
  top: -70px;
  bottom: 0;
  background-color: #f0f9fa;
}
.industrial .page-tiles-wrapper > h1 {
  text-align: center;
  font-weight: 400;
}
.industrial .page-tiles-wrapper > h1 span {
  font-weight: 700;
}
.industrial .page-tiles-wrapper .page-tiles {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  transform: translateX(-12px);
  position: relative;
}
.industrial .page-tiles-wrapper .page-tiles .tile:hover {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .industrial .page-tiles-wrapper .page-tiles {
    width: calc(100% + 16px);
    transform: translateX(-8px);
  }
}
.industrial .page-tiles-wrapper .page-tiles .tile {
  width: calc(25% - 24px);
  margin: 12px;
  position: relative;
  transition: 0.24s ease;
  background: #f5f5f5;
  filter: brightness(0.99);
}
@media (max-width: 1200px) {
  .industrial .page-tiles-wrapper .page-tiles .tile {
    width: calc(33.333% - 16px);
    margin: 8px;
  }
}
@media (max-width: 991px) {
  .industrial .page-tiles-wrapper .page-tiles .tile {
    width: calc(25% - 16px);
    margin: 8px;
  }
}
@media (max-width: 768px) {
  .industrial .page-tiles-wrapper .page-tiles .tile {
    width: calc(50% - 16px);
  }
}
.industrial .page-tiles-wrapper .page-tiles .tile:hover {
  -webkit-filter: brightness(1.02);
  filter: brightness(1.02);
  box-shadow: 0 6px 14px rgba(2, 2, 2, 0.16);
  transform: scale(1.02);
}
.industrial .page-tiles-wrapper .page-tiles .tile a {
  width: 100%;
  position: relative;
  display: block;
}
.industrial .page-tiles-wrapper .page-tiles .tile a img {
  width: 100%;
}
.industrial .page-tiles-wrapper .page-tiles .tile a .label-area {
  background: linear-gradient(135deg, #0088ce, #00679c);
}
.industrial .page-tiles-wrapper .page-tiles .tile a .label-area:hover {
  cursor: pointer;
}
.industrial .page-tiles-wrapper .page-tiles .tile a .label-area label {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 48px;
  font-weight: 800;
  width: 100%;
  display: inline-block;
}
.industrial .page-tiles-wrapper .page-tiles .tile a .label-area label:hover {
  cursor: pointer;
}
.industrial .page-tiles-wrapper .let-us-help .container {
  max-width: 100%;
  padding: 0;
}
.industrial .page-tiles-wrapper .let-us-help .container > div {
  background-image: url("https://jpp.trgcdn.com/landing-pages/colop/colop-images/Organization E-Mark Create_Banner.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
}
.industrial .page-tiles-wrapper .let-us-help .container > div div {
  align-items: center;
  padding: 0 !important;
}
.industrial .page-tiles-wrapper .let-us-help .container > div div h2 {
  color: black;
  margin: 0 !important;
  font-weight: 600;
  text-align: center;
}
.industrial .page-tiles-wrapper .let-us-help .container > div div p {
  color: black;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.industrial .page-tiles-wrapper .label-tiles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.industrial .page-tiles-wrapper .label-tiles img {
  flex: 1;
  height: auto;
  object-fit: cover;
  max-width: 32.6%;
}
.industrial .page-tiles-wrapper .orange-button-container {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.industrial .page-tiles-wrapper .orange-button-container .orange-button {
  background-color: #F58220;
  color: #fff;
  font-weight: 700;
  font-size: 16px !important;
  padding: 11px 40px !important;
  display: inline-block;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border: 1px #f58220 solid !important;
}
.industrial .page-tiles-wrapper .orange-button-container .orange-button:hover {
  color: #f58220 !important;
  background-color: #FFFFFF !important;
  border: 1px #f58220 solid !important;
}
.industrial .phone-app {
  background-image: none;
  overflow: visible;
}
@media (max-width: 991px) {
  .industrial .phone-app {
    min-height: unset;
  }
}
.industrial .phone-app:before {
  background-color: unset;
}
.industrial .phone-app .phone-app-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 48px);
  width: 100vw;
  height: 84%;
  top: 0;
  bottom: 0;
  background: rgb(78, 106, 106);
}
@media (max-width: 991px) {
  .industrial .phone-app .phone-app-background {
    height: 81%;
  }
}
@media (max-width: 1199px) {
  .industrial .phone-app .container {
    max-width: 100%;
  }
}
@media (max-width: 870px) {
  .industrial .phone-app .container .header-body {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.industrial .phone-app .container .header-body img {
  max-width: 36%;
  flex: unset;
  margin-right: 0;
  min-width: 224px;
}
.industrial .phone-app .container .header-body div {
  align-items: center;
  padding: 59px 0;
}
@media (max-width: 1199px) {
  .industrial .phone-app .container .header-body div {
    flex: unset;
    width: unset;
  }
}
@media (max-width: 870px) {
  .industrial .phone-app .container .header-body div {
    padding-bottom: 0;
  }
}
.industrial .phone-app .container .header-body div h1 {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .industrial .phone-app .container .header-body div h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .industrial .phone-app .container .header-body div h1 {
    margin-top: 0;
  }
}
@media (max-width: 870px) {
  .industrial .phone-app .container .header-body div h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .industrial .phone-app .container .header-body div h1 {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .industrial .phone-app .container .header-body div h1 {
    font-size: 35px;
  }
}
.industrial .phone-app .container .header-body div h2 {
  text-align: center;
  font-size: 55px;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .industrial .phone-app .container .header-body div h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .industrial .phone-app .container .header-body div h2 {
    font-size: 35px !important;
    white-space: unset;
  }
}
.industrial .phone-app .container .header-body div h3 {
  margin-top: 6px;
  font-size: 30px;
  color: white;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .industrial .phone-app .container .header-body div h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .industrial .phone-app .container .header-body div h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 870px) {
  .industrial .phone-app .container .header-body div h3 {
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .industrial .phone-app .container .header-body div h3 {
    font-size: 20px;
  }
}
.industrial .phone-app .container .header-body div ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 870px) {
  .industrial .phone-app .container .header-body div ul {
    margin: 0;
  }
}
.industrial .phone-app .container .header-body div ul li {
  color: white;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .industrial .phone-app .container .header-body div ul li {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .industrial .phone-app .container .header-body div ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .industrial .phone-app .container .header-body div ul li {
    font-size: 20px;
    white-space: nowrap;
  }
}
.industrial .phone-app .container .header-body div ul li:before {
  content: "";
  background: url("https://jpp.trgcdn.com/landing-pages/colop/colop-images/svgviewer-output (3).svg") no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .industrial .phone-app .container .header-body div ul li:before {
    width: 35px;
    height: 35px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .industrial .phone-app .container .header-body div ul li:before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 400px) {
  .industrial .phone-app .container .header-body div ul li:before {
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
}
.industrial .resources-videos .container {
  max-width: 100%;
}
.industrial .resources-videos .container .row .col-md-4 a {
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
}
.industrial .resources-videos .container .row .col-md-4 a:hover {
  color: #FFFFFF;
}
.industrial .custom-solution {
  margin-bottom: 123px !important;
}
.industrial .custom-solution .custom-solution-background {
  background: url(https://jpp.trgcdn.com/landing-pages/colop/colop-images/Colop E-Mark Invoice &amp; QR Code_Banner.jpg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.industrial .custom-solution .container {
  margin-left: 0;
}
.industrial .custom-solution .container div {
  min-height: 433px;
}
.industrial .custom-solution .container div h2 {
  color: #f58220;
  text-align: inherit;
  font-weight: 600;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-size: 55px;
}
@media (max-width: 450px) {
  .industrial .custom-solution .container div h2 {
    font-size: 35px;
    top: -26px;
  }
}
.industrial .custom-solution .container div h2 span {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
}
.industrial .custom-solution .container div a {
  font-weight: 700;
  background-color: #0088ce;
  width: 160px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  font-size: 17px;
}
.industrial .custom-solution .container div a:hover {
  filter: brightness(1.2);
}
.industrial .SEO .container h1 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

/*# sourceMappingURL=colop.css.map */
