.gridWrapper .sideGridWrap .sideGrid .sideGridContent .content h2 {
  font-size: 13px !important;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

.categoriesWrapper .categoryBlock .contentWrap {
  position: absolute;
  width: 100%;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: auto;
  bottom: 50px !important;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  text-align: center;
}

header .mainHeader.stickyTop .font-logo {
  color: #909090;
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 600;
  left: 55px;
  bottom: 0;
  top: 41px;
}

.categoriesWrapper .categoryBlock .imgWrap img {
  height: 180px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.categoriesWrapper .categoryBlock .contentWrap h3 {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
}

.categoriesWrapper .categoryBlock .imgWrap:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background-image: linear-gradient(to right, #a044ffcf, #6a3093e0) !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .col-adjust > .col {
    flex-basis: 100%;
  }
  .col-adjust > .col {
    flex-basis: 100%;
  }
}

.productsWrapper .nav-tabs .nav-item a.active,
.productsWrapper .nav-tabs .nav-item a:hover {
  background: #145763;
  border: 0;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

/* .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 2px;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background: #ca7c4e;
  background: linear-gradient(to top right, #eebe6c 0%, #ca7c4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEBE6C', endColorstr='#CA7C4E',GradientType=1 );
  color: #786450;
  font-family: "Open Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.center {
  position: absolute;
  background: url("../images/products/productLabel.jpg");
  top: 0;
  background-size: cover;
  /* left: 0; */
  height: 180px;
  width: 212px;
  /* background: #fff; */
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 3px 8px 14px 0 rgba(0, 0, 0, 0.3);
}

.center::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(to right, #0000004d, #0000004f) !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
}

::selection {
  background: black;
}

.bg-banner {
  background: url("../images/banner/banner3.png");
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.button a {
  display: inline-flex;
  height: 50px;
  width: auto;
  margin: 20px 7px 0 0;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  padding: 20px;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  outline: 0;
  background-size: 300% 100%;
}

.button a {
  background-image: linear-gradient(
    to right,
    #145763,
    #145763,
    #145763,
    #145763
  );
  /* box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.75); */
}

.button a:hover {
  background-position: right;
}

.bg-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0.59) 68%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bg-banner1 {
  background: url("../images/banner/pharma1.jpg");
  width: 100%;
  height: 450px;
  background-position: center;
  position: relative;
  background-size: cover;
}

.bg-banner1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0.59) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bg-banner9 {
  background: url("../images/banner/consecutive.jpg");
  width: 100%;
  height: 450px;
  background-position: center;
  position: relative;
  background-size: cover;
}

.bg-banner9::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0.59) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bg-banner10 {
  background: url("../images/banner/barcode.jpg");
  width: 100%;
  height: 450px;
  background-position: center;
  position: relative;
  background-size: cover;
}

.bg-banner10::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0.59) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bg-banner4 {
  background: url("../images/banner/logistics1.jpg");
  width: 100%;
  height: 450px;
  background-position: center;
  position: relative;
  background-size: cover;
}

.bg-banner4::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0.59) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bg-banner6 {
  background: url("../images/banner/chemical-label.jpg");
  width: 100%;
  height: 450px;
  background-position: center;
  position: relative;
  background-size: cover;
}

.bg-banner6::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0.59) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bg-banner2 {
  background: url("../images/banner/food-banner.jpg");
  width: 100%;
  height: 450px;
  background-position: center;
  position: relative;
  background-size: cover;
}

.bg-banner2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0.59) 66%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bg-banner3 {
  background: url("../images/banner/manufacturing1.jpg");
  width: 100%;
  height: 450px;
  background-position: center;
  position: relative;
  background-size: cover;
}

.bg-banner3::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0.59) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.contentWrapper {
  position: relative;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  padding-bottom: 30px;
}

/* .gridWrapper .slide .imgWrap
{

} */

.banner-bg {
  background: url("../images/banner/banner3.png");
  width: 100%;
  height: 450px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}

a {
  text-decoration: none;
}

.manu-edit {
  color: #145763;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px;
}

figure#manufacturing {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/manu-indsutry.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure#logistics {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/logistics.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure#pharma {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure#retail {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/retail.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure#it {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/it-industry.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure#automotive {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/auto-industry.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure#food {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure#chemical {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/Diesel_Product_Range.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure#resellers {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/ressellers.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure#health {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px;
  background-image: url("../images/banner/health1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure:before,
figure:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

figure:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure:hover {
  background-size: 175%;
  transform: translateY(-10px);
}

figure#manufacturing:hover:after {
  content: url("../images/icons/manufacture.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure#logistics:hover:after {
  content: url("../images/icons/truck.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure#pharma:hover:after {
  content: url("../images/icons/pills.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure#retail:hover:after {
  content: url("../images/icons/shopping-cart.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure#it:hover:after {
  content: url("../images/icons/factory.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure#it:hover:after {
  content: url("../images/icons/clicker.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

.gridWrapper .sliderWrapper .slick-dots li.slick-active button {
  background: #145763;
  height: 5px;
  width: 20px;
  padding: 2px;
  position: absolute;
  bottom: 0;
  left: -6px;
  top: 17px;
}

.box7 {
  text-align: left;
  transition: 0.5s;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  border: 2px solid #145763;
  border-radius: 10px;
}

input.input-width {
  /* width: 100% !important; */
}

/* Expanding Search bar */

.search {
  position: absolute;
  left: -270px;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.search_bar {
  width: 280px;
  position: relative;
  margin: 0 auto;
}

.search_bar input[type="text"] {
  width: 15px;
  background: #ffffff;
  transition: border 0.3s 0s,
    width 0.2s 0.3s cubic-bezier(0.225, 0.01, 0.475, 1.01),
    text-indent 0.2s 0.3s;
  padding: 20px;
  border-color: #000000;
  text-indent: 30px;
  outline: none;
  border: 0px solid #000000;
  font-size: 18px;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  font-family: "Nunito", sans-serif;
}

.search_bar ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #ffffff;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.search_bar ::-moz-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #ffffff;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.search_bar ::-o-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #ffffff;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.search_bar input[type="checkbox"] {
  display: none;
}

.search_bar input[type="checkbox"]:checked + label + input {
  width: 230px;
  border: 1px solid #eeeeee;
  text-indent: 0px;
}
figure img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.search_bar input[type="checkbox"]:checked + label i {
  right: 0px;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(360deg) scale(0);
  transform: translateY(-50%) translateX(50%) rotate(360deg) scale(0);
  color: #000000;
}

.search_bar input[type="checkbox"]:checked + label .last {
  left: 200px;
  -webkit-transform: translateY(-50%) rotate(360deg) scale(1);
  transform: translateY(-50%) rotate(360deg) scale(1);
}

.search_bar input[type="checkbox"]:checked + label p {
  top: 50%;
  transition: all 0.3s 0.45s;
}

.search_bar input[type="checkbox"]:not(checked) + label p {
  top: -50%;
  transition: all 0.3s 0s;
}

.search_bar .last {
  -webkit-transform: translateY(-50%) rotate(0deg) scale(0);
  transform: translateY(-50%) rotate(0deg) scale(0);
}

.search_bar i {
  position: absolute;
  font-size: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(0deg) scale(1);
  transform: translateY(-50%) translateX(50%) rotate(0deg) scale(1);
  cursor: pointer;
  z-index: 2;
  margin: auto;
  border-radius: 4px;
  width: 56px;
  right: 49%;
  height: 54px;
  background: transparent;
  transition: right 0.3s 0.3s, color 0.3s, -webkit-transform 0.3s 0.3s;
  transition: right 0.3s 0.3s, transform 0.3s 0.3s, color 0.3s;
  transition: right 0.3s 0.3s, transform 0.3s 0.3s, color 0.3s,
    -webkit-transform 0.3s 0.3s;
  line-height: 60px;
  color: #777777;
}

.search_bar i:hover {
  color: #777777;
}

.search_bar p {
  position: absolute;
  margin: 0;
  right: 52px;
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  top: -50%;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
  transform: translateY(-50%) rotate(0deg) scale(1);
}

/* Expanding Search bar */

.gridWrapper .sliderWrapper .slick-dots li button {
  height: 2px;
  width: 2px;
  border-radius: 40px;
  background: #145763;
  padding: 3.5px;
}

figure#automotive:hover:after {
  content: url("../images/icons/delivery-truck.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure#food:hover:after {
  content: url("../images/icons/wine.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure#chemical:hover:after {
  content: url("../images/icons/laboratory.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure#resellers:hover:after {
  content: url("../images/icons/testing.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure#health:hover:after {
  content: url("../images/icons/doctor.png");
  background-color: #145763;
  color: white;
  z-index: 2;
}

figure:hover .date {
  bottom: -59px;
}

figure:hover figcaption {
  transform: translateY(-236%);
}

figure .date {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  background-color: rgba(241, 196, 15, 0.8);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

figure .date span {
  color: white;
  line-height: 1;
}

figure .date span:first-child {
  font-family: "Source Code Pro", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

figure .date span:last-child {
  font-size: 14px;
  font-weight: 400;
}

figure figcaption {
  color: white;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
}

figure figcaption h4 {
  margin: 0 0 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.35;
  font-weight: 600;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  text-align: center;
}

figure figcaption h4 > span {
  /* background-color: rgba(241, 196, 15, 0.8); */
}

figure figcaption p {
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

.disc {
  list-style-type: disc;
}

.font-changes {
  font-weight: 800;
}

.thankyouWrapper {
  width: 100vw;
  height: 100vh;
}

.thank-you-inner {
  text-align: center;
}

.thank-you-inner h1 {
  letter-spacing: 5px;
  font-size: 30px;
  margin: 0px auto 15px;
  font-weight: 800;
}

.thank-you-inner p {
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 18px;
}

.mb35 {
  margin-bottom: 35px;
}

.site-btn {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.site-btn:hover {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.aboutWrapper h1 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.solutionWrapper p {
  margin-bottom: 30px;
}

.executionWrapper p {
  margin-bottom: 10px;
  font-size: 14.2px;
}

.integrityWrapper {
  padding: 20px 0 50px;
}

.solutionWrapper {
  padding: 20px 0 50px;
}

.strategicWrapper {
  padding: 50px 0 50px;
}

.grayscale1 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale1:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.grayscale2 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale2:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.grayscale3 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale3:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.grayscale4 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale4:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.grayscale5 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale5:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.grayscale6 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale6:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale7 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale7:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale8 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale8:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale9 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale9:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale10 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale10:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale11 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale11:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale12 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale12:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale13 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale13:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale14 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.stickyfixed {
  position: fixed;
  top: 88px;
  right: 72px;
  z-index: 999;
  max-width: 300px;
}

.sidebar {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}

.floating-div {
}

.sticky {
  position: fixed;
  top: 30px;
  margin: 0;
  max-width: 284px;
}
.abs {
  position: absolute;
  bottom: 0;
  /* right: 10px; */
  max-width: 284px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #145763;
}

.grayscale14:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.grayscale15 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grayscale15:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.box {
  text-align: center;
  transition: 0.5s;
  border-radius: 8px;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
}

.box:hover {
  box-shadow: 0 0px 68px rgba(0, 0, 0, 0.22), 0 5px 13px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}
.box8 {
  text-align: left;
  transition: 0.5s;
  border-radius: 8px;
  padding: 15px 15px 15px 15px;
  cursor: pointer;
  box-shadow: 0 0px 68px rgba(0, 0, 0, 0.22), 0 5px 13px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

/* .box8:hover {
} */

.contactDetailWrap1 {
  border-top: 1px solid #dddddd87;
  padding: 25px 0 0;
}

.br {
  border-right: 1px solid #dddddd87;
  border-image: radial-gradient(rgba(0, 0, 0, 0.459), transparent) 0.5;
}

.contactDetailWrap1 h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
}

.box1 {
  text-align: center;
  transition: 0.5s;
  border-radius: 8px;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
}

.box1:hover {
  box-shadow: 0 0px 68px rgba(0, 0, 0, 0.22), 0 5px 13px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.color-purple p {
  color: #145763;
  font-size: 13px;
}

.spacing {
  background-color: #87878744;
  padding: 0 3px 0 11px;
}

.box2 {
  text-align: center;
  transition: 0.5s;
  border-radius: 8px;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
}

.box2:hover {
  box-shadow: 0 0px 68px rgba(0, 0, 0, 0.22), 0 5px 13px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.box3 {
  text-align: center;
  transition: 0.5s;
  border-radius: 8px;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
}

.box3:hover {
  box-shadow: 0 0px 68px rgba(0, 0, 0, 0.22), 0 5px 13px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.box4 {
  text-align: center;
  transition: 0.5s;
  border-radius: 8px;
  padding: 22px;
  cursor: pointer;
}

.box4:hover {
  box-shadow: 0 0px 68px rgba(0, 0, 0, 0.22), 0 5px 13px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.box5 {
  text-align: center;
  transition: 0.5s;
  border-radius: 8px;
  padding: 22px;
  cursor: pointer;
}

.box5:hover {
  box-shadow: 0 0px 68px rgba(0, 0, 0, 0.22), 0 5px 13px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.box6 {
  text-align: center;
  transition: 0.5s;
  border-radius: 8px;
  padding: 22px;
}

.box6:hover {
  box-shadow: 0 0px 68px rgba(0, 0, 0, 0.22), 0 5px 13px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.margin1 {
  margin: 20px;
}

.contentWrapper p {
  font-size: 30px;
  font-weight: 500;
  font-family: "Merienda One", cursive;
  color: #145763;
}
p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  width: 220px;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.28s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.30s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #145763;
}

.contentWrapper .width {
  width: 50%;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.5px;
}

.box4 .site-btn1 {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  line-height: 48px;
}

.box4 .site-btn1:hover {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.box5 .site-btn2 {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  line-height: 48px;
}

.box5 .site-btn2:hover {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.box6 .site-btn3 {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  line-height: 48px;
}

.box6 .site-btn3:hover {
  background-color: #4c4c4c;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.attachments-container {
  margin-bottom: -20px;
}

.attachments-container {
  /* display: flex; */
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% + 20px);
  margin-bottom: -30px;
}

.attachment-box {
  flex: 0 1 calc(33% - 20px);
}

a.attachment-box {
  cursor: pointer;
}

.attachment-box {
  display: flex;
  margin: 0 20px 20px 0;
  background-color: #e0e0e0;
  border-radius: 4px 0 4px 4px;
  font-weight: 600;
  padding: 15px 20px;
  padding-bottom: 45px;
  padding-right: 25px;
  line-height: 24px;
  flex-direction: column;
  color: #666;
  position: relative;
  transition: 0.3s;
  flex: 0 1 calc(50% - 21px);
  cursor: default;
  position: relative;
}

.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

a.attachment-box:hover:before {
  border-color: rgba(0, 0, 0, 0.25) #fff;
}

.attachment-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15) #fff;
  transition: 0.3s;
  border-radius: 0 0 0 4px;
}

a.attachment-box:hover i {
  color: rgba(255, 255, 255, 0.7);
}

.attachment-box i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  transition: 0.3s;
  left: 20px;
}

.attachment-box span {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  flex: auto;
  text-align: left;
}

a.attachment-box:hover {
  background-color: #145763;
  color: #fff;
}

.attachment-box .icon-download {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  transition: 0.3s;
  left: 86%;
  transform: translateZ(-51px);
}

@media (max-width: 767.98px) {
  header .mainHeader.stickyTop .font-logo {
    font-size: 9px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    left: 47px !important;
    bottom: 0 !important;
    top: 34px !important;
  }
  .aboutWrapper p {
    line-height: 28px;
    font-size: 13px;
  }
  .media img {
    width: 45px;
  }
  .button a {
    display: inline-flex;
    height: 45px;
    width: 46%;
    margin: 20px 7px 0 0;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 8px;
    padding: 5px;
    letter-spacing: 0.8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    outline: 0;
    background-size: 300% 100%;
  }
  .contentWrapper .width {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
  }
  .attachment-box span {
    font-size: 12px;
  }
  .purple-color {
    font-size: 25px;
  }
  .purple-color1 {
    font-size: 17px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .banner-writer {
    font-size: 25px;
  }
  .white-color {
    color: #ffffff;
    font-size: 24px;
    text-align: center !important;
  }
  .siteTitle1 {
    padding: 40px 0 !important;
  }
  .contentWrapper .typewriter {
    font-size: 25px;
  }
  .contentWrapper .typewriter1 {
    font-size: 25px;
  }
  .font-logo {
    color: #909090;
    font-size: 9px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    left: 53px !important;
    bottom: 0 !important;
    top: 43px !important;
  }
  .contentWrapper .font-adjust {
    line-height: 27px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.productsWrapper h3 {
  margin: 15px 0 40px;
  text-transform: uppercase;
  font-size: 24px;
}
.bt {
  border-top: 1px solid #dddddd87;
  margin: 25px 0 0;
  padding: 25px 0 0;
}
.drop-color {
  color: #000;
}
.bannerWrapper {
  background: url(../images/banner/banner1.jpg);
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bannerWrapper1 {
  background: url(../images/banner/printed-product-label.jpg);
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerWrapper2 {
  background: url(../images/products/durable.jpg);
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
}
.bannerWrapper3 {
  background: url(../images/products/custom-printed-barcode-labels1.jpg);
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerWrapper4 {
  background: url(../images/banner/tamper-banner.jpg);
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
}
.bannerWrapper5 {
  background: url(../images/banner/consecutive-banner.jpg);
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 20rem;
  padding: 1.5rem 0.5rem;
  margin: 1.125rem 0 0;
  font-size: 2rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* .card img {
  height: 200px !important;
  width: 100%;
  margin: 20px auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
} */
header .mainHeader .menuWrapper li:hover a .drop-color {
  background: #145763;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#145763),
    to(#145763)
  );
  background: linear-gradient(to right, #145763, #145763);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
h5.card-title {
  color: black;
  font-size: 15px;
  text-align: center;
} */
.typewriter {
  font-family: "Merienda One", cursive;
  letter-spacing: 2.5px;
  font-weight: 400;
  color: #145763;
  /* text-shadow: 0.1em 0.1em 0 rgba(181, 21, 100, 0.25); */
}

.font-adjust {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2.5px;
}

.typewriter1 {
  font-family: "Merienda One", cursive;
  letter-spacing: 2px;
  color: #145763;
  font-weight: 400;
  /* text-shadow: 0.1em 0.1em 0 rgba(181, 21, 100, 0.25); */
}

.white-color {
  color: #ffffff;
}

.purple-color {
  color: #145763;
}

.purple-color1 {
  color: #145763;
}

.marginb-30 {
  margin-top: 30px;
}

.site-btn7 {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.site-btn7:hover {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.site-btn8 {
  background-color: #145763;
  color: rgb(255, 255, 255);
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.site-btn8:hover {
  background-color: #145763;
  color: #fff;
  padding: 10px 25px;
  outline: none;
  border: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.bg-purple {
  background-color: #145763;
}

.siteTitle1 {
  padding: 0 0 40px 0;
}

.mt36 {
  margin-top: 36px;
}

a .color-black {
  color: #000;
}

.color-white a {
  color: #fff;
}

.color-black {
  color: #000;
}

.font-logo {
  color: #909090;
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 600;
  left: 67px;
  bottom: 0;
  top: 49px;
}

.carousel-wrap {
  margin: 0 auto;
  /* padding: 0 5%; */
  width: 100%;
  position: relative;
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.productsWrapper h2 {
  font-size: 30px;
  letter-spacing: 2px;
  margin: 0 0 15px;
}

.productsWrapper img {
  height: 340px;
  width: 100%;
  /* margin: 20px auto; */
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.productsWrapper p {
  line-height: 32px;
  font-size: 16px;
  margin: 0 0 8px;
}
.adjust-icon {
  color: #145763;
  font-size: 15px;
  margin: 0 10px 0 0;
}
.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  border: 7px solid #145763;
}

.image-box img {
  transition: all 0.3s;
  display: block;
  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.1);
}
.mt_50 {
  margin-top: 50px;
}

.card {
  width: 100%;
  height: 280px;
  border-radius: 15px;
  padding: 1.5rem;
  /* background: white; */
  position: relative;
  transition: 0.4s ease-out;
  /* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); */
  text-align: center;
  margin: 0 0 40px;
}
.card:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.card:hover:before {
  opacity: 1;
}
.card:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.card .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.5s;
}
.card .info h2 {
  font-size: 15px;
  margin: 20px 0;
}

.card .info button {
  padding: 0.6rem;
  outline: none;
  border: none;
  border-radius: 3px;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}
.card .info button:hover {
  background: dodgerblue;
  color: white;
}
