@font-face {
  font-family: "Praise";
  src: url(../fonts/Praise/Praise-Regular.ttf);
}

.banner_printing {
    position: relative;
}

.printing-services-list {
    padding: 20px 0px;
}

.printing-services-page-banner {
    background: var(--btn-color);
    border-radius: 40px;
}

.printing-services-page-banner img.img-fluid {
    border-radius: 40px;
}

.printing-services-list .services-list-check ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.printing-services-list .services-list-check ul li {
    padding-left: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.printing-services-list .services-list-check ul li img.img-fluid {
    border-radius: unset;
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-printing-image {
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.about-printing-image img.img-fluid {
    border-radius: 20px;
    position: relative;
    z-index: -1;
}

.about-printing-image span.about-printing-superior-txt {
    position: absolute;
    top: 0;
    left: -20px;
    max-width: 130px;
    max-height: 130px;
    width: 100%;
    height: 100%;
    align-content: center;
    background: var(--h-color);
    text-align: center;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.about-printing-image span.about-printing-superior-txt:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    width: 130px;
    height: 130px;
    background: var(--btn-color);
    z-index: -1;
    border-radius: 20px;
}

.sml-heading {
    display: block;
}

.sml-heading span {
    font-size: 18px;
    font-weight: 600;
    color: var(--btn-color);
    margin-bottom: 10px;
    display: inline-block;
    line-height: normal;
}

.about-printing-section {
    position: relative;
    padding: 50px 0px;
}

.about-printing-section .about-ccontent.section-heading p {
    margin: 20px 0px;
    display: block;
}

.mission-heading, .about-print-solu-view-content h2, .about-print-solu-view-content h3, .about-print-solu-view-content h4, .about-print-solu-view-content h5, .about-print-solu-view-content h6 {
    margin: 20px 0px;
    font-size: 18px;
    font-weight: 600;
    color: var(--btn-color);
}

.mission-txt {
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0px;
}

.about-printing-section .about-ccontent.section-heading {
    padding-left: 30px;
}

.about-printing-section .about-ccontent.section-heading ul li {
    padding-left: 30px;
    position: relative;
    z-index: 1;
    margin: 20px 0px;
    color: var(--h-color);
    font-size: 16px;
    line-height: normal;
}

.about-printing-section .about-ccontent.section-heading ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(/images/check-mark-icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-printing-section .about-ccontent.section-heading ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 20px;
    max-height: 20px;
}

.about-printing-section .about-ccontent.section-heading ul li span {
    font-weight: 500;
}

section.our-print-solution .section-heading-page {
    text-align: center;
    background: var(--h-color);
    padding: 20px;
    border-radius: 20px;
}

section.our-print-solution .section-heading-page .sub-heading h3 {
    color: #fff;
}

.our-print-solution-wrapper {
    margin-top: 20px;
}

.our-print-solution-inner-wrapper {
    background: #5C8394;
    border: 5px solid #ffffff;
    border-radius: 30px;
    text-align: center;
    padding: 20px;
    transition: 0.3s;
}

.our-print-solution-inner-wrapper:hover {
    transition: 0.3s;
    background: var(--h-color);
    border-color: #FF9869;
}

.our-print-solution-type {
    padding: 40px 0px;
}

.our-print-solution-inner-wrapper .heading-print-solu {
    padding-top: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

.our-print-solution-inner-wrapper .image-print-solu {
    max-width: 80%;
    width: 100%;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 150px;
    margin-bottom: 20px;
    z-index: 2;
}

.our-print-solution-inner-wrapper .image-print-solu img.img-fluid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.our-print-solution-inner-wrapper:hover .image-print-solu img.img-fluid {
    transition: 0.3s;
    transform: scale(1.06);
}

.our-print-solution-inner-wrapper .content-btn-print-solu {
    position: relative;
    z-index: 1;
    padding: 10px 20px 20px;
}

.our-print-solution-inner-wrapper .content-btn-print-solu:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 270px;
    background: #fff;
    z-index: -1;
    border-radius: 20px;
}

.our-print-solution-inner-wrapper .content-btn-print-solu p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.view-print-solu-btn a {
    background: var(--btn-color);
    width: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
    transition: 0.3s;
    margin-bottom: 10px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 0%) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.view-print-solu-btn a img.img-fluid {
    margin-left: 10px;
    max-width: 12px;
    transform: translateX(-21px);
    opacity: 0;
    transition: 0.3s;
}

.view-print-solu-btn a:hover {
    transition: 0.3s;
    box-shadow: rgb(0 0 0 / 3%) 0px 6px 4px, rgba(0, 0, 0, 0.3) 0px 10px 10px 0px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.view-print-solu-btn a:hover img.img-fluid {
    opacity: 1;
    transition: 0.3s;
    transform: translateX(0px);
}

.smart-printing-mid-inner {
    background: var(--h-color);
    padding: 20px 20px;
    border-radius: 50px;
    min-height: 200px;
    align-content: center;
}

.printing-mid-smart {
    text-align: right;
}

.printing-mid-smart .mid-smart-heading {
    font-family: Praise !important;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    font-weight: 400;
}

.printing-mid-smart  .mid-solu-heading {
    color: var(--btn-color);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    padding-right: 50px;
    position: relative;
    top: -18px;
}

.printing-mid-smart .mid-solu-heading img {
    margin-right: 10px;
    max-width: 170px;
}

.printing-mid-smart .mid-solu-txt p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    padding-right: 60px;
    position: relative;
    top: -20px;
}

.smart-printing-call {
    text-align: center;
    display: block;
}

.smart-printing-call a {
    margin: 0;
    color: #fff;
    text-align: center;
    background: var(--btn-color);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
    box-shadow: rgb(0 0 0 / 0%) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.smart-printing-call a:hover {
    transition: 0.3s;
    box-shadow: rgb(0 0 0 / 3%) 0px 6px 4px, rgba(0, 0, 0, 0.3) 0px 10px 10px 0px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
    
.smart-printing-call a img.img-fluid {
    max-width: 20px;
    margin-right: 6px;
}

.smart-printing-call a span {
    font-weight: 700;
}

.portfolio-printing-section {
    position: relative;
    padding: 50px 0px;
}

.portfolio-printing-section .portfolio-printing-heading {
    margin-bottom: 30px;
}

.portfolio-printing-section .img-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 25px;
    width: 100%;
    height: 300px;
}

.portfolio-printing-section .img-wrapper img.img-fluid {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.portfolio-printing-section .img-wrapper:hover img.img-fluid {
    transition: 0.3s;
    transform: scale(1.06);
}

.portfolio-printing-section .dubble-img-wrapper {
    display: flex;
    align-items: center;
}

.portfolio-printing-section .dubble-img-wrapper .sml-img.img-wrapper:first-child {
    margin-right: 10px;
}

.portfolio-printing-section .dubble-img-wrapper .sml-img.img-wrapper:last-child {
    margin-left: 10px;
}


.portfolio-printing-section .img-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(0deg, #47c5fa33 0%, #ffffff00 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
}


.client-review-section {
    position: relative;
    padding: 20px 0px 50px;
}

.client-review-section .client-review-heading span {
    display: inline-block;
    background: #ff702938;
    color: var(--btn-color);
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.review-count-with-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.review-count-with-star .review-count-plus {
    max-width: 49%;
    width: 100%;
    border-right: 2px solid #E4E4E4;
}

.review-count-with-star .review-star-satisfied {
    max-width: 49%;
    width: 100%;
}

.review-count-with-star .review-count-plus p {
    margin: 0;
    background: #ff702938;
    margin-right: 40px;
    padding: 10px;
    border-radius: 10px;
}

.client-review-section .client-review-heading .review-count-with-star .review-count-plus p span {
    background: transparent;
    padding: 0;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 22px;
}

.client-review-section .client-review-heading .review-count-with-star .review-count-plus p img.img-fluid {
    display: block;
    max-width: 80px;
}

.printing-client-review {
    margin-left: 10px;
}

.printing-client-review .item {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
    transition: 0.3s;
}

.printing-client-review .item:before {
    content: '';
    background: #E4E4E4;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 3px;
    height: 300px;
    transition: 0.3s;
}

.printing-client-review .item:hover:before {
    transition: 0.3s;
    background: var(--btn-color);
}

.client-name-desg-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.client-name-desg-star .client-name-desg .client-name {
    color: #1F242E;
    font-size: 18px;
    font-weight: 600;
}

.client-name-desg-star .client-name-desg span {
    color: #717580;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
}

.client-content-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-content-image .client-content {
    max-width: 70%;
    width: 100%;
    font-size: 15px;
    color: #717580;
    line-height: normal;
}

.client-content-image .client-image {
    max-width: 30%;
    width: 100%;
    padding-left: 10px;
}

.client-content-image .client-image img.img-fluid {
    width: auto;
}

@media (max-width:992px) {
    .printing-services-page-banner img.img-fluid {
        border-radius: 10px;
        width: 100%;
    }
    
    .printing-services-list {
        padding: 10px;
    }
    
    .printing-services-list .services-list-check ul li {
        font-size: 10px;
        padding-left: 18px;
    }
    
    .printing-services-list .services-list-check ul li img.img-fluid {
        max-width: 12px;
        max-height: 12px;
    }
    
    .printing-services-page-banner {
        border-radius: 10px;
    }
    
    .about-printing-section {
        padding: 30px 0px;
    }
    
    .about-printing-image span.about-printing-superior-txt {
        left: 0;
        max-height: 90px;
        max-width: 90px;
        font-size: 14px;
    }
    
    .about-printing-image span.about-printing-superior-txt:before {
        max-width: 90px;
        max-height: 90px;
        left: -6px;
        top: 6px;
    }
    
    .about-printing-section .about-ccontent.section-heading {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 0;
    }
    
    .sml-heading span {
        margin-bottom: 0;
        font-size: 12px;
    }
    
    .about-printing-section .about-ccontent.section-heading p {
        margin: 0px 0px 10px;
        font-size: 12px !important;
    }
    
    .mission-heading, .about-print-solu-view-content h2, .about-print-solu-view-content h3, .about-print-solu-view-content h4, .about-print-solu-view-content h5, .about-print-solu-view-content h6 {
        margin: 10px 0px;
        font-size: 13px;
    }
    
    .mission-txt {
        font-size: 12px;
        margin: 0 0 10px;
    }
    
    .about-printing-section .about-ccontent.section-heading ul li {
        padding-left: 20px;
        margin: 10px 0px;
        font-size: 12px;
    }
    
    .about-printing-section .about-ccontent.section-heading ul li:before {
        height: 14px;
        width: 14px;
        top: 3px;
    }
    
    section.our-print-solution .section-heading-page {
        padding: 10px;
        border-radius: 10px;
    }
    
    section.our-print-solution .section-heading-page .sub-heading h3 {
        font-size: 15px;
    }
    
    .our-print-solution-type {
        padding: 0px 0px 20px;
    }
    
    .our-print-solution-inner-wrapper {
        border-radius: 20px;
        padding: 15px;
    }
    
    .our-print-solution-inner-wrapper .heading-print-solu {
        padding-top: 0;
        font-size: 18px;
    }
    
    .our-print-solution-inner-wrapper .image-print-solu {
        height: 120px;
        border-radius: 10px;
    }
    
    .our-print-solution-inner-wrapper .content-btn-print-solu {
        padding: 10px;
    }
    
    .our-print-solution-inner-wrapper .content-btn-print-solu p {
        font-size: 12px;
    }
    
    .view-print-solu-btn a {
        font-size: 14px;
        border-radius: 10px;
    }
    
    .our-print-solution-inner-wrapper .content-btn-print-solu:before {
        height: 220px;
        border-radius: 10px;
    }
    
    .smart-printing-mid-inner {
        border-radius: 20px;
        padding: 20px 10px;
    }
    
    .printing-mid-smart {
        text-align: center;
    }
    
    .printing-mid-smart .mid-smart-heading {
        font-size: 50px;
        line-height: 50px;
    }
    
    .printing-mid-smart .mid-solu-heading {
        padding-right: 0;
        font-size: 32px;
        line-height: 32px;
        top: -6px;
    }
    
    .printing-mid-smart .mid-solu-heading img {
        display: none;
    }
    
    .printing-mid-smart .mid-solu-txt p {
        top: 0;
        padding-right: 0;
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    .smart-printing-call a {
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 14px;
    }
    
    .portfolio-printing-section {
        padding: 30px 0px 0px;
    }
    
    .section-heading .sub-heading h3 {
        font-size: 16px !important;
    }
    
    .portfolio-printing-section .portfolio-printing-heading {
        margin-bottom: 10px;
    }
    
    .portfolio-printing-section .img-wrapper {
        border-radius: 10px;
        height: 160px;
    }
    
    .client-review-section .client-review-heading span {
        font-size: 12px;
        padding: 6px 10px;
    }
    
    .review-count-with-star {
        margin-bottom: 20px;
    }
    
    .review-count-with-star .review-count-plus {
        max-width: 40%;
    }
    
    .review-count-with-star .review-count-plus p {
        margin-right: 10px;
    }
    
    .client-review-section .client-review-heading .review-count-with-star .review-count-plus p span {
        font-size: 16px;
    }
    
    .client-review-section .client-review-heading .review-count-with-star .review-count-plus p img.img-fluid {
        max-width: 60px;
    }
    
    .review-count-with-star .review-star-satisfied {
        max-width: 58%;
        font-size: 12px;
        padding-left: 10px;
    }
    
    .printing-client-review {
        margin-left: 0px;
    }
    
    .printing-client-review .item {
        padding-left: 10px;
        margin-left: 0px;
    }
    
    .client-name-desg-star .client-name-desg .client-name {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .client-name-desg-star .client-name-desg span {
        font-size: 12px;
    }
    
    .client-star img {
        max-width: 70px !important;
    }
    
    .client-content-image .client-content {
        font-size: 12px;
    }
    
    .printing-client-review .item:before {
        width: 2px;
    }
    
    .testimonial-carousel-printing .owl-nav {
        display: none !important;
    }
}

@media (min-width:767px) and (max-width:1000px) {
    .innerbanner.all-inner {
        margin-top: 30px;
    }
    
    .printing-services-page-banner img.img-fluid {
        border-radius: 15px;
    }
    
    .about-printing-section {
        padding-top: 10px;
    }
    
    .our-print-solution-inner-wrapper .heading-print-solu {
        font-size: 15px;
    }
    
    .our-print-solution-inner-wrapper .image-print-solu {
        height: 90px;
    }
    
    .our-print-solution-inner-wrapper .content-btn-print-solu {
        padding-top: 0;
    }
    
    .view-print-solu-btn a {
        font-size: 12px;
        text-align: center;
    }
    
    .view-print-solu-btn a img.img-fluid {
        opacity: 1;
        transform: translateX(0px);
    }
    
    .client-star img {
        max-width: 60px !important;
    }
    
    .client-content-image .client-content {
        font-size: 11px;
    }
    
    .printing-client-review .item {
        margin-left: 10px;
    }
}
@media (min-width:1024px) and (max-width:1150px) {
    .printing-services-list .services-list-check ul li {
        font-size: 14px;
    }
    
    .printing-mid-smart .mid-solu-heading img {
        max-width: 130px;
    }
    
    .printing-mid-smart .mid-solu-heading {
        font-size: 40px;
    }
    
    .smart-printing-call a {
        font-size: 17px;
    }
    
    .portfolio-printing-section .img-wrapper {
        height: 200px;
    }
    
    .section-heading .sub-heading h3 {
        font-size: 26px;
    }
}