h4.sec-title {
  position: relative;
  font-size: 18px;
  color: #2200bd;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-family: "Cabin", sans-serif;
  padding-top: 100px;
  margin-top: 80px;
}

h4.sec-title::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: #ccc;
}

h4.sec-title .sperataor {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 10px;
  height: 5px;
  margin-left: -5px;
  background-color: #2200bd;
}

h4.sec-title .sperataor::after {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #e60a80;
}

h4.sec-title .sperataor::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #e60a80;
}

h2.sec-title {
  position: relative;
  color: #222222;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  margin-top: 35px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  width: 100%;
}

#printing-services {
  width: 100%;
  margin-top: 50px;
}

#printing-services .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#printing-services .wrapper .card {
  margin: 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

#printing-services .wrapper .card > div {
  width: 100%;
  position: relative;
}

#printing-services .wrapper .card > div img {
  width: 100%;
  border-radius: 10px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#printing-services .wrapper .card > div:hover .overlay,
#printing-services .wrapper .card > div:hover .arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: all;
}

#printing-services .wrapper .card > div:hover .overlay {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

#printing-services .wrapper .card > div:hover .arrow-link {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#printing-services .wrapper .card > div .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
}

#printing-services .wrapper .card > div .overlay i:not(.fa-arrow-right) {
  font-size: 18px;
  padding: 16px;
  background-color: #06009c;
  color: #fff;
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#printing-services .wrapper .card > div .overlay i:not(.fa-arrow-right)::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% + 3px);
  left: calc(50% + 3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#printing-services .wrapper .card > div .overlay i:not(.fa-arrow-right):hover {
  background-color: #fff;
  color: #06009c;
}

#printing-services .wrapper .card > div .overlay i:not(.fa-arrow-right):hover::after {
  top: calc(50% + 2px);
  left: calc(50% + 2px);
  background-color: #06009c;
}

#printing-services .wrapper .card > div .arrow-link {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  position: absolute;
  bottom: -30px;
  right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
  pointer-events: none;
}

#printing-services .wrapper .card > div .arrow-link:hover {
  background-color: #06009c;
}

#printing-services .wrapper .card > div .arrow-link:hover .fa-chevron-right {
  color: #fff;
}

#printing-services .wrapper .card > div .arrow-link .fa-chevron-right {
  font-size: 20px;
  color: #06009c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#printing-services .wrapper .card > h3 {
  margin: 0;
  margin-top: 25px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Quicksand", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

#printing-services .wrapper .card > h3:hover {
  color: #e60a80;
}

#printing-services .wrapper .card > h3 a {
  text-decoration: none;
  color: #222222;
}

@media (max-width: 1450px) {
  h4.sec-title::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #ccc;
  }
}

@media (max-width: 1000px) {
  h4.sec-title::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 3%;
    width: 94%;
    height: 1px;
    background-color: #ccc;
  }
}
/*# sourceMappingURL=printing-services.css.map */