.slider-heading{
  color: #000;
  font-size: 200px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.slider-heading span {
  border-top: 15px solid #33B7BC;
  font-weight: 700;
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
  -moz-transition: 1.2s ease-in-out;
  -ms-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  margin-left: 6%;
}
/* anim */
.move_left_right {
  bottom: 15%;
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes run {
  0% {
    left: 50%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 50%;    
  }
}
@media (max-width: 991px) {
  .move_left_right {
  -webkit-animation: none;
  -webkit-animation-name: none;
  animation: none;
  }
  .slider-heading{
    font-size: 100px;
    color: white;
  }
  .slider-heading span {
    position: relative;
    font-size: 100px;
    display: block;
    border-top: 15px solid #33B7BC;
    width: 50%;
  }
}

.slider-social ul {
  list-style: none;
  display: flex;
  z-index: 2;
}
.slider-social ul li {
  padding: 0 20px;
}
.slider-social ul li img {
  width: 30px;
}


/* animmmmmmmmmmmm */

@keyframes animOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(35deg);
            transform: translate(73px, -1px) rotate(35deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(75deg);
            transform: translate(141px, 72px) rotate(75deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(110deg);
            transform: translate(83px, 122px) rotate(110deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(145deg);
            transform: translate(-40px, 72px) rotate(145deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(35deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(75deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(110deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(145deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}

@-webkit-keyframes animThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}

@keyframes animFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
            transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}

@-webkit-keyframes animFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes animFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
            transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
            transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
            transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
            transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
            transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes animFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}

/* line 169, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 176, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap .animated-shape-item {
  position: absolute;
}

/* line 178, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap .animated-shape-item:nth-child(1) {
  background: rgba(0, 201, 157, 1);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 12%;
  left: 15%;
  -webkit-animation: animTwo 13s infinite linear;
          animation: animTwo 13s infinite linear;
}

/* line 187, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap .animated-shape-item:nth-child(2) {
  border: 5px solid rgba(0, 153, 229, 1);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 15%;
  left: 45%;
  -webkit-animation: animOne 15s infinite linear;
  animation: animOne 15s infinite linear;
}

/* line 197, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap .animated-shape-item:nth-child(3) {
  border: 5px solid rgba(244, 34, 104, 1);
  width: 25px;
  height: 25px;
  bottom: 20%;
  left: 30%;
  -webkit-animation: animFour 15s infinite linear alternate;
  animation: animFour 15s infinite linear alternate;
}

/* line 206, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap .animated-shape-item:nth-child(4) {
  background: rgba(252, 162, 73, 1);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 15%;
  right: 25%;
  -webkit-animation: animFive 15s infinite linear alternate;
  animation: animFive 15s infinite linear alternate;
}

/* line 216, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap .animated-shape-item:nth-child(5) {
  background: rgba(100, 45, 250, 1);
  width: 3px;
  height: 20px;
  top: 18%;
  right: 25%;
  -webkit-animation: animFour 15s infinite linear alternate;
  animation: animFour 15s infinite linear alternate;
}

/* line 224, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap .animated-shape-item:nth-child(5):before, .animated-shape-wrap .animated-shape-item:nth-child(5):after {
  content: "";
  display: block;
  width: 100%;
  height: calc(50% - 2px);
  top: 6px;
  background: inherit;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 238, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap .animated-shape-item:nth-child(5):before {
  right: -6px;
}

/* line 241, src/assets/scss/components/_components.animation.scss */
.animated-shape-wrap .animated-shape-item:nth-child(5):after {
  left: -6px;
}

/*Paralex background image*/
/* line 2, src/assets/scss/objects/_objects.background-image.scss */
.bg-image {
  position: relative;
}
/* line 4, src/assets/scss/objects/_objects.background-image.scss */
.bg-image .background-image-wraper {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
}
/* line 15, src/assets/scss/objects/_objects.background-image.scss */
.bg-image .background-image-wraper img {
  display: none;
}
/* line 19, src/assets/scss/objects/_objects.background-image.scss */
.bg-image .background-image-wraper:not([class*='col-']) {
  width: 100%;
}
/* line 45, src/assets/scss/objects/_objects.background-image.scss */
[image-overlay] {
  position: relative;
}
/* line 47, src/assets/scss/objects/_objects.background-image.scss */
[image-overlay]:before {
  position: absolute;
  content: '';
  /* background: rgb(13, 22, 23, 0.8); */
  /* background: rgb(1 1 1); AP Changes*/
  background: #f5f5f5 ;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 160, src/assets/scss/objects/_objects.background-image.scss */
[image-overlay="8"]:before, [data-overly-top="6"]:before, [data-overly-bottom="6"]:before, [data-overlay-gradient="6"]:before {
  opacity: 0.8;
}
/* checklist */
/* line 1, src/assets/scss/components/about-section/_common.scss */

/* line 4, src/assets/scss/components/about-section/_common.scss */
.check-list-wrap li {
  position: relative;
  padding: .5rem 0 .5rem 1.875rem;
  line-height: inherit;
  list-style: none;
}

/* line 8, src/assets/scss/components/about-section/_common.scss */
.check-list-wrap li span {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

/* line 12, src/assets/scss/components/about-section/_common.scss */
.check-list-wrap li:before {
  position: absolute;
  top: 10px;
  left: 0;
  font-family: "FontAwesome";
  content: "\f058";
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #33B7BC;
}

/* line 25, src/assets/scss/components/about-section/_common.scss */
.check-list-wrap.list-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 29, src/assets/scss/components/about-section/_common.scss */
.check-list-wrap.list-two-col li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 15px;
}

/* clickSection */
#clickSection .wpo-service-section .service-thumbs-outer .service-thumb {
  height: 91px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 9;
  margin-bottom: 0;
}
#clickSection .wpo-service-section .service-thumbs-outer .service-thumb:before {
  position: absolute;
  right: -49px;
  top: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 50px 50px;
  border-color: transparent transparent transparent #33b7bc;
  opacity: 0;
}
#clickSection .wpo-service-section .service-thumbs-outer .service-thumb span.number {
  position: absolute;
  left: 40px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0px 2px 6px 0px rgba(104, 118, 147, 0.1);
}
#clickSection .wpo-service-section .service-content-outer .service-data-img {
  position: relative;
  border: 1px solid black;
  box-shadow: none;
}
#clickSection .wpo-service-section .service-thumbs-outer .service-thumb:nth-child(even) {
  background: #f9f9f9;
}
#clickSection .wpo-service-section .service-thumbs-outer .service-thumb:nth-child(odd) {
  background: #e8eff0;
}
/* #clickSection .wpo-service-section .service-content-outer .active-service-data {
  background: linear-gradient(0deg, #547e7f 0%, #a7e7e9 100%);
} */
/* #clickSection .wpo-service-section .service-content-outer .active-service-data img{
  height: 560px;
} */
#clickSection .wpo-service-section .service-thumbs-outer .service-thumb.active-thumb {
  background: linear-gradient(0deg, #33B7BC 0%, #33B7BC 100%);
  position: relative;
}
#clickSection .wpo-service-section .service-thumbs-outer .service-thumb.active-thumb span.number {
  background-color: #000;
  color: #fff;
}
/* #clickSection .wpo-service-section .service-content-outer .service-data-img  {
  width: 75%;
  margin: 0 auto;
} */
#clickSection .wpo-service-section .service-content-outer .service-data-img .service-data-text {
  position: absolute;
  left: 5%;
  bottom: 5%;
  padding: 40px;
  background: rgba(51,183,188, 0.9);
  width: 90%;
}
#clickSection .wpo-service-section .service-content-outer .service-data-img .service-data-text h3{
  display: block;
}
#clickSection .wpo-service-section .service-thumbs-outer .service-thumb.active-thumb:before {
  opacity: 1;
}
#clickSection .wpo-service-section .service-content-outer .service-data-img .service-data-text p{
  line-height: 25px;
}
#clickSection .wpo-service-section .service-content-outer .service-data-img .service-data-text h3 a:hover {
  color: #e3b576;
}
#clickSection .wpo-service-section .service-content-outer .service-data-img .service-data-text p a {
  display: inline-block;
  margin-left: 10px;
  color: #e3b576;
}
@media (max-width: 1400px) {
  #clickSection .wpo-service-section .service-thumbs-outer .service-thumb {
    height: 79px;
  }
  #clickSection .wpo-service-section .service-thumbs-outer .service-thumb:before{
    border-width: 37px 0 45px 50px;
  }
}
@media (max-width: 1200px) {
  #clickSection .wpo-service-section .service-thumbs-outer .service-thumb {
    height: 66px;
  }
  #clickSection .wpo-service-section .service-thumbs-outer .service-thumb span.number{
    left: 7px;
    top: 15px;
  }
  #clickSection .wpo-service-section .service-thumbs-outer .service-thumb:before{
    border-width: 34px 0 32px 50px;
  }
}
@media (max-width: 991px) {
  #clickSection .wpo-service-section .service-thumbs-outer{
    display: flex;
  }
  #clickSection .wpo-service-section .service-thumbs-outer .service-thumb p{
    display: none;
  }
  #clickSection .wpo-service-section .service-thumbs-outer .service-thumb{
    flex-grow: 1;
  }
  #clickSection .wpo-service-section .service-thumbs-outer .service-thumb span.number{
    left: 50%;
    top: 0;
    transform: translate(-20px, 0%);
    position: relative;
  }
  #clickSection .wpo-service-section .service-thumbs-outer .service-thumb.active-thumb:before{
    display: none;
  }
  #clickSection .wpo-service-section .service-content-outer .service-data-img .service-data-text{
    position: relative;
    width: 100%;
    left: 0%;
    bottom: 0%;
    padding: 10px;
  }
  .check-list-wrap {
    margin-bottom: 20px;
  }
}

/* service 3 */
/* .TamperLabels.wpo-blog-section .wpo-blog-item .wpo-blog-img img{
  height: 300px;
}
.TamperLabels.wpo-blog-section .wpo-blog-item .wpo-blog-content .wpo-blog-content-btm{
  display: block;
  height: 250px;
} */
/* service 4*/
/* .SpecialtyLabels.wpo-blog-section .wpo-blog-item .wpo-blog-img img{
  height: 300px;
}
.SpecialtyLabels.wpo-blog-section .wpo-blog-item .wpo-blog-content .wpo-blog-content-btm{
  display: block;
  height: 150px;
} */

/* Advertising Solutions */
/* .advertising-solutions .wpo-blog-img{
  width: 50% !important;
  margin: 0 auto;
}
.advertising-solutions .wpo-blog-content .wpo-blog-content-btm{
  display: block;
  height: 250px;
} */


/* custome */
.numbers{
  position: absolute;
  left: 50%;
  transform: translate(0%, 0%);
}
@media (max-width: 991px) {
  .numbers{
    position: absolute;
    left: 50%;
    display: flex;
    transform: translate(-50%, -90%);
  }
  .service-data-text{
    padding-top: 30px;
  }
  .preloader .content img {
    height: auto !important;
    width: 250px;
  }
}
.d-flex{
  display: flex;
}
.pb-50{
  padding-bottom: 50px;
}
.pt-20{
  padding-top: 20px;
}
.pt-50{
  padding-top: 50px;
}
.pb-0{
  padding-bottom: 0;
}
.pt-0{
  padding-top: 0;
}
.pl-0{
  padding-left: 0 !important;
}
.ptb-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.img-width{
  width: 70%;
  margin: 0 auto;
}
.crafted-by a{
  color: #33B7BC;
  position: relative;
}
.crafted-by a:hover{
  color: #fff;
}
/* .testimonials h2, .testimonials p, .testimonials h5{
  color: black !important;
} */
.special-background{
  background-color: #e1f1f1;
}
 
.whayPeopleSay{
  z-index: 9;
}
.preloader .content img {
  height: 100px;
}
.wpo-case-section .case-menu ul{
  display: flex;
}
.wpo-case-section .case-menu ul li{
  flex: 1;
}
.copyright p, .crafted-by{
  color: white !important;
}
.extra-text{
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
}
.extra-text p{
  margin: 0;
}

/* underline */
.link-widget a:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    content: "";
    background: #fff;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.crafted-by a:after {
    position: absolute;
    left: 2px;
    bottom: -4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #fff;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.social-widget a:after {
  position: absolute;
  left: 35px;
  bottom: 0px;
  width: 0px;
  height: 2px;
  content: "";
  background: #fff;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.link-widget a:hover:after, .social-widget a:hover:after, .crafted-by a:hover:after{
    width: 40px;
    opacity: 1;
    visibility: visible;
}

/* loader */
#loader,
#loader:before,
#loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#loader {
  color: #000;
  font-size: 10px;
  margin: 0px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loader:before,
#loader:after {
  content: '';
  position: absolute;
  top: 0;
}
#loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}



/* video */
.static-hero-video {
  position: relative;
  z-index: 0;
}
.static-hero-video .video-btn {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 61px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-left: 50px;
  margin-top: 50px;
  position: relative;
}
.static-hero-video .video-btn:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2f426b;
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.static-hero-video .video-btn:before {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 140%;
  height: 140%;
  background: #3b517d;
  content: "";
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}
.static-hero-video .video-btn i {
  font-size: 25px;
  color: #fff;
}

/* bg img */
.about-bg-img {
  background: url(../images/allimg/commercial_printing1.jpg) no-repeat center /cover;
}

.printing-bg-img {
  background: url(../images/allimg/commercial_printing1.jpg) no-repeat center /cover;
}

.label-bg-img {
  background: url(../images/allimg/commercial_printing1.jpg) no-repeat center /cover;
}

.portfolio-bg-img {
  background: url(../images/allimg/commercial_printing1.jpg) no-repeat center /cover;
}

.contact-bg-img {
  background: url(../images/allimg/commercial_printing1.jpg) no-repeat center /cover;
}

.youtube img{
  width: 50%;
}
.wpo-testimonial-item{
  /* color: #fff; AP CHANGES */
  color:#000;
  text-align: left;
}
.items-center{
  text-align: center;
}