* {
    margin: 0;
    padding: 0;
} 
*{
    box-sizing: border-box;
}
.color1{
    color: #fff;
}
.color2{
    color: #EC008C;
}
.twelveColumn{
  display: grid;
  grid-column: 1 / 12;
  padding: 50px 25px 25px 0px;
}
.twelveColumn p{
  padding: 25px;
  line-height: 1.5em;
 text-align: justify;
}
.twelveColumnMailPro{
  display: grid;
  grid-column: 1 / 12;
  padding: 50px 25px 25px 0px;
}
.twelveColumnMailPro p{
  padding: 25px;
  line-height: 1.5em;
 text-align: justify;
}
body{
  font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

h2 {
    overflow: hidden;
    text-align: center;
}
h2:before,
h2:after {
    background-color: #EC008C;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
h2:before {
    right: 0.5em;
    margin-left: -50%;
}
h2:after {
    left: 0.5em;
    margin-right: -50%;
}
.google-reviews{
    grid-column: 1 / 12;
}
.form-title{
    display: grid;
    grid-column: 1 / 12;
    padding: 190px 0 50px 0;
}
.pageVideo{
   display: grid;
  grid-column: 1 / 12;
  text-align: center;
  align-items: center;
  padding: 20px 25px 20px 25px;
  background-image: linear-gradient(to bottom, #f0f3f6, #f0f3f6, #f0f3f6, #f0f3f6, #f0f3f6,rgba(255,0,0,.001));;
  width: 600px;
height: 400px;
margin: 0 auto;  
}


@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
.sliderContainer{
    display: grid;
    grid-column: 1 / 12;
    margin-top: 150px;
}
.slider { overflow: hidden; }
.slider figure img { width: 20%; float: left; }
.slider figure { 
  
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}

.service-offering img:hover {
  opacity: 0.5;
}
navbar {
    position: sticky;
}
.grid{
    display: grid;
    grid-column: 1 / 12;
}
.gridHome {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(97px, 1fr));
  grid-gap: 20px;
  background-color: #f8f8f8;
}
  .google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

.main-wrapper{
display: grid;
max-width: 1280px;
margin: 0 auto;
align-items: center;
font-family: 'Roboto', sans-serif; 
color: #000;
}

.content-wrapper{
    display: grid;
    grid-column: 1 / 12;
}

.products-nav {
    display: grid;
    grid-column: 1 / 12;
    padding-bottom: 25px;
}

.products-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   list-style-type: none;
}
 .link { color: #000000; }

.hero-image{
    grid-column: 1 / 12;
    padding: 160px 0 25px 0px;
}
.hero-image img{
    border: 1px solid #0061a6;
}
.heading-tag{
    grid-column: 1 / 12;
    padding: 20px 20px;
    text-align: center;
    color: #ec008c;
}
.service-offering{
    display: grid;
    grid-column: 1 / 12;
    padding: 25px 0px 10px 0px;
    text-align:center;
    background: #fafafa;
}

.service-offering p{
    padding-top: 15px;
    padding-bottom: 15px;
}
.servicePrint{
    grid-column: 1 / 4;
}
.serviceMail{
    grid-column: 4 / 7;
}
.serviceWeb{
    grid-column: 7 / 9;
}
.serviceMarketing{
    grid-column: 9 / 12;
}
.servicePrint,.serviceMail,.serviceWeb,.serviceMarketing a:hover{
    color: #000;
} 

 /*@media screen and (max-width: 990px){
  .servicePrint,.serviceMail,.serviceWeb,.serviceMarketing{
    grid-column: 1 / 6;*/
  }
 }
 @media screen and (max-width: 990px){
  .servicePrint{
    grid-column: 1 / 3;
  }
   .serviceMail{
    grid-column: 4 / 6;     
     } 
  .serviceWeb {
    grid-column: 7 / 9;     
         
     } 
  .serviceMarketing {
    grid-column: 7 / 9;     
         
     }    
     
 }
.product-sample-container{
    display: grid;
    grid-column: 1 / 12;
    background-color: #f9f7f6;
    margin-top: 50px;
    padding: 25px 25px 25px 25px;
}
.container-threeCol{
    display: grid;
    grid-column: 1 / 2;
}
.containerText-threeCol{
    display: grid;
    grid-column: 1 / 2;
    background-color: #fff;
}
ul, li{
 list-style: none;
 padding: 0;
 margin: 6px;
}   

.product-sample-container ul{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(100px,auto));
    grid-auto-flow: dense;
    grid-gap: 5px;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
        
}
.product-sample-container ul li{
    /*position: relative;*/
    height: fit-content;
    text-align: justify;
}

.product-sample-container ul li:nth-child(1){
    grid-column: 1 / 4;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
   }
.product-sample-container ul li:nth-child(2){
    grid-column: 5 / 8;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
   }
.product-sample-container ul li:nth-child(3){
    grid-column: 9 / 12;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
   }
/*.product-sample-container ul li:nth-child(4){
    grid-column: 1 / 4;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
   }
.product-sample-container ul li:nth-child(5){
    grid-column: 5 / 8;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
   }
.product-sample-container ul li:nth-child(6){
    grid-column: 9 / 12;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
   }*/
.product-sample-container ul img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.productSampleText{
    max-height: inherit;
    line-height: 1.4;
    
}

@media screen and (max-width: 990px){
  .product-sample-container ul li:nth-child(1),.product-sample-container ul li:nth-child(2),.product-sample-container ul li:nth-child(3){
    grid-column: 1 / 12;
  }
 }

.sectionTxtThree{
    display: grid;
    grid-column: 1 / 12;
    background-color: #fff;
    margin-top: 50px;
}
.sectionTxtThree ul li:nth-child(1){
   grid-column: 1 / 4;
   box-shadow: 9px 6px 5px -6px rgba(0,0,0,0.54);
   -webkit-box-shadow: 9px 6px 5px -6px rgba(0,0,0,0.54);
   -moz-box-shadow: 9px 6px 5px -6px rgba(0,0,0,0.54);
}
.sectionTxtThree ul li:nth-child(2){
   grid-column: 5 / 8;
   box-shadow: 9px 6px 5px -6px rgba(0,0,0,0.54);
   -webkit-box-shadow: 9px 6px 5px -6px rgba(0,0,0,0.54);
   -moz-box-shadow: 9px 6px 5px -6px rgba(0,0,0,0.54);
}
.sectionTxtThree ul li:nth-child(3){
   grid-column: 9 / 12;
   box-shadow: 9px 6px 5px -6px rgba(0,0,0,0.54);
   -webkit-box-shadow: 9px 6px 5px -6px rgba(0,0,0,0.54);
   -moz-box-shadow: 9px 6px 5px -6px rgba(0,0,0,0.54); 
}
.missionText{
    line-height:  1.4;
    padding: 18px; 
}
@media screen and (max-width: 990px){
  .sectionTxtThree ul li:nth-child(1),.sectionTxtThree ul li:nth-child(2),.sectionTxtThree ul li:nth-child(3){
    grid-column: 1 / 12;
  }
 }
.container-homeCTA{
    display: grid;
    grid-column: 1 / 12;
    background-color: #f3f3f3;
    margin-top: 50px;
    padding: 25px 75px 75px 25px;
}
.CTA-txt{
    grid-column: 1 / 9;
    text-align: center;
}
.button-1{
    grid-column: 9 / 12;
    text-decoration: none;
    }
@media screen and (max-width: 990px){
  .CTA-txt,.button-1 {
    grid-column: 1 / 12;
    padding-top: 25px;
  }
 }
.button-1 {
  background-color: #EC008C;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
} 
.formHome{
    display: grid;
    grid-column: 1 / 12;
    align-content: center;
    background-color: #f8f8f8;
    padding: 25px 100px 25px 100px;
}  

.formContact{
    grid-column: 1 / 6;
   padding: 30px 0 30px 0;
}
.formContact p {
    padding-bottom: 50px;
    font-size: 1.5em;
}
@media screen and (max-width: 990px){
  .formContact{
    grid-column: 3 / 6;
  }
 }
.footer {
    display: grid;
    grid-column: 1 / 12;
    background-color: #F3F3F3;
    padding: 25px 25px;
    text-align: center;
}
.address{
    grid-column: 1 / 3;
}
.hours{
    grid-column: 3 / 6;
}
table {
  width: 70%;
  border-collapse: collapse;

  color: #000;
}

td, th {
  padding: 8px;
  text-align: left;
    }
tr:nth-of-type(odd) {
  background: #f8f8f8;
}

th {
   font-weight: bold;
}
.location{
    display: grid;
    grid-column: 1 / 12;
    padding: 25px 0 25px 25px;
}
.googleMap{
    grid-column: 6 / 12;
}
@media screen and (max-width: 990px){
  .address,.hours,.googleMap{
    grid-column: 1 / 12;
    padding-bottom: 25px;
  }
 }

iframe {
width: 100%;
    height: 100%;
}
footer{
    display: grid;
    grid-column: 1 / 12;
    background-color: #e8e8e8;
    padding: 25px 25px;
}
.companyInfo{
    grid-column: 1 / 10;
    padding-top: 10px;
    word-spacing: .2em;
}

.socialMediaicons{
    grid-column: 10 / 12;
}

/* PRODUCTS */
.products-container{
    display: grid;
    grid-column: 1 / 12;
    padding: 25px;
    
}
.products-heading{
    grid-column: 1 / 12;
    text-align: center;
    padding-bottom: 50px;
}
.products-headingMailPro{
    grid-column: 1 / 12;
    text-align: center;
    padding: 50px 0 50px 0;
}
.products-sideImage{
    grid-column: 1 / 5;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.products-description{
    grid-column: 6 / 12;
    padding: 25px 25px 0 0;
    text-align: justify;
}
.products-description p{
    padding-bottom: 10px;
    line-height: 1.5em;
}
.products-offering{
    display: grid;
    grid-column: 1 / 12;
    padding-top: 50px;
    text-align: center;
}
.print1{
    grid-column: 1 / 4;
    background-color: #ededed;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.print2{
    grid-column: 5 / 8;
    background-color: #ededed;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.print3{
    grid-column: 9 / 12;
    background-color: #ededed;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* IMAGE GALLERY */
.galleryHeader{
    display: grid;
    grid-column: 1 / 12;
    text-align: center;
    padding: 50px 0 25px 0;
}
.grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
  padding: 25px;
  background-color: #f8f8f8;  
  }
.grid img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  max-width: 100%;
}
.customerTestimonial{
    display: grid;
    grid-column: 1 / 12;
    text-align: center;
    padding: 25px;
    
}
.testimonialText{
    grid-column: 1 / 12;
    text-align: justify;
    border-left: 2px #000;
}
blockquote {
  border-left-style: solid;
  border-left-width: 7px;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
  line-height: 1.5em;
}
blockquote p{
    padding-bottom: 10px;
}
.sixPanel{
 text-align: center;
 padding: 75px 0 25px 0;
 display: grid;
 grid-column: 1 / 12;
 font-size: 1.9em;

}
.sixPanel p{
 padding-bottom: 25px;
}
.sixPanel p img{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; 
}
.cta-wrapper{
    display: grid;
    grid-column: 1 / 12;
}
.mailForm_text{
    display: grid;
    grid-column: 1 / 9;
    text-align: justify;
}
.mailForm_text p {
    grid-column: 1 / 7;
    padding: 5px 25px;
    line-height: 1.45em;
}
.mailForm_text h2{
    font-size: 1.5em;
    padding-bottom: 55px;
}
.mailForm_button{
    grid-column: 10 / 12;
    
    
}
.css-button {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 5px;
	border: 1px #ee1eb6 solid;
	background: linear-gradient(180deg, #ec008e 5%, #ef027c 100%);
	text-shadow: 1px 1px 1px #c70067;
	box-shadow: inset 1px 1px 2px 0px #fbafe3;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}
.css-button:hover {
	background: linear-gradient(180deg, #ef027c 5%, #ec008e 100%);
}
.css-button-icon {
	padding: 10px 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: rgba(0, 0, 0, 0.14) -1px 0px 0px inset;
}
.css-button-icon svg {
	vertical-align: middle;
	position: relative;
}
.css-button-text {
	padding: 0px 25px 0 0;
}
.wrapper-video{
    display: grid;
    grid-column: 1 / 12;
    background-image: url("../images/img-proMail/videoBackground.jpg");
    padding: 20px 0 5px 0;
}
.heading-tagVideo {
  grid-column: 1 / 12;
  padding: 20px 20px;
  text-align: center;
  color: #ec008c;
  margin-top: 25px;
   margin-bottom: 50px; 
  background: #f8f8f8;
 }
.omni-wrapper{
    display: grid;
    grid-column: 1 / 12;
    padding: 2px;
}

.components{
    display: grid;
    grid-column: 1 / 12;
    padding: 25px;
    background: #f8f8f8;
}
.component-icon{
    display: grid;
    grid-column: 1 / 1;    
}
.component-icon img {
    padding-right: 20px;    
}

.component-description{
    display: grid;
    grid-column: 2 / 12;
    line-height: 1.2em;
    
}
.component-description h4{
      text-align: justify;
    padding-bottom: 15px;
    
}
.icon{
    grid-column: 1 / 2;
}
.icon-description{
    grid-column: 3 / 12;
}
.demo_schedule{
    display: grid;
    grid-column: 1 / 12;
    padding: 175px 25px 25px 25px;
    margin: 0 auto;
    
}