/*========================================================
	PRINT PRODUCT Style
=========================================================*/
@font-face {
    font-family: 'BarlowRegular';
    src: url("../fonts/Barlow-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BarlowSemiBold';
    src: url("../fonts/Barlow-SemiBold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BarlowBold';
    src: url("../fonts/Barlow-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BarlowMedium';
    src: url("../fonts/Barlow-Medium.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BarlowBlack';
    src: url("../fonts/Barlow-Black.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid';
    src: url("../fonts/DroidSerif.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barricada';
    src: url("../fonts/barricada.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*========================================================
	Banner
=========================================================*/
.subBannerMob {
    display: none;
}
.printprodbg {
    padding: 70px 0;
    background: url('../images/indexnew/bannerbgindex.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}
.subBanner {
    display: flex;
}
.subBannerLeft,
.subBannerRight {
    width: 50%;
}
.subBannerLeft h1 {
    color: var(--white);
    font-family: BarlowMedium, arial, sans-serif;
    font-size: 70px;
    text-align: left;
    line-height: 1.2;
    padding-top: 120px;
}
.subh1top {
    color: var(--main-text);
    padding: 0 25px 5px;
    background: var(--yellow-main);
    border-radius: 16px;
    line-height: 80px;
}
.subh1bot {
    padding-top: 15px;
    display: block;
}
.subBannerLeft p {
    color: var(--white);
    font-size: 30px;
    line-height: 1.3;
    width: 630px;
    margin: 50px 0;
    font-family: barlowregular, arial, sans-serif;
    text-align: left;
}
.subBannerRight img {
    width: 100%;
    display: block;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .subBannerLeft h1 {
        font-size: 56px;
    }
    .subBannerLeft p {
        font-size: 24px;
        width: 600px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .subBannerLeft h1 {
        font-size: 40px;
       padding-top: 50px;
    }
    .subBannerLeft p {
        font-size: 18px;
        width: 400px;
        margin: 20px 0;
    }
    .subh1bot {
        padding-top: 5px;
    }
    .printprodbg {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .subBannerLeft h1 {
        font-size: 36px;
       padding-top: 50px;
        line-height: .7;
    }
    .subBannerLeft p {
        font-size: 18px;
        width: 400px;
        margin: 20px 0;
    }
    .subh1bot {
        padding-top: 0;
        line-height: 1;
        font-size: 32px;
    }
    .printprodbg {
        padding: 50px 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .subBannerLeft h1 {
        font-size: 30px;
       padding-top: 0;
        line-height: .7;
    }
    .subBannerLeft p {
        font-size: 18px;
        width: 300px;
        margin: 20px 0;
    }
    .subh1top {
        padding: 0 15px 5px;
    }
    .subh1bot {
        padding-top: 0;
        line-height: 1;
        font-size: 32px;
    }
    .printprodbg {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 767px) {
    .subBannerLeft {
        display: none;
    }
    .subBannerRight {
        width: 100%;
    }
    .printprodbg {
        padding: 50px 0;
    }
    .subBannerMob {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .subBannerMob h1 {
        color: var(--main-text);
        font-family: BarlowMedium, arial, sans-serif;
        font-size: 38px;
        text-align: center;
        line-height: .9;
        padding-top: 35px;
    }
    .subh1top {
        color: var(--main-text);
        padding: 0 15px 5px;
        background: var(--yellow-main);
        border-radius: 16px;
        line-height: 80px;
    }
    .subh1bot {
        padding-top: 0;
        display: block;
    }
    .subBannerMob p {
        padding-top: 35px;
        font-size: 18px;
        line-height: 1.3;
        font-family: barlowregular, arial, sans-serif;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .subBannerMob h1 {
        font-size: 30px;
        padding-top: 20px;
    }
}
/*========================================================
	Section below banner
=========================================================*/
.printbelowWrapMob {
    display: none!important;
}
.printbelowbg {
    padding: 120px 0 140px;
}
.printbelow h2 {
    font-size: 56px;
    text-align: left;
    line-height: 1.1;
    font-family: barlowmedium, arial, sans-serif;
    padding-bottom: 60px;
}
.printbelowWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.printbelowBox {
    width: 24%;
    background: var(--frame-gray);
    padding: 50px;
    border-radius: 25px;
}
.printbelowBox h3 {
    font-size: 32px;
    text-align: left;
    font-family: barlowmedium, arial, sans-serif;
    padding-bottom: 15px;
}
.printbelowBox p {
    font-size: 26px;
    line-height: 1.3;
    font-family: BarlowRegular, arial, sans-serif;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .printbelow h2 {
        font-size: 48px;
    }
    .printbelowBox p {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .printbelowbg {
        padding: 50px 0;
    }
    .printbelow h2 {
        font-size: 36px;
    }
    .printbelowBox p {
        font-size: 18px;
    }
    .printbelowBox h3 {
        font-size: 21px;
    }
    .printbelowBox {
        padding: 40px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .printbelowbg {
        padding: 50px 0 60px;
    }
    .printbelow h2 {
        font-size: 30px;
    }
    .printbelowBox p {
        font-size: 18px;
    }
    .printbelowBox h3 {
        font-size: 19px;
    }
    .printbelowBox {
        padding: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .printbelowbg {
        padding: 50px 0 20px;
    }
    .printbelow h2 {
        font-size: 26px;
    }
    .printbelowBox p {
        font-size: 18px;
    }
    .printbelowBox h3 {
        font-size: 19px;
    }
    .printbelowBox {
        padding: 25px;
        width: 48%;
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 767px) {
   .printbelowbg {
        padding: 50px 0 20px;
    }
    .printbelowWrap {
        display: none;
    }
    .printbelow h2 {
        font-size: 32px;
        text-align: center;
    }
    .printbelowBox p {
        font-size: 18px;
    }
    .printbelowBox h3 {
        font-size: 19px;
    }
    .printbelowBox {
        padding: 25px;
        width: 100%;
        max-width: 440px!important;
        margin-bottom: 35px;
    }
    .printbelowWrapMob {
        display: inline-block!important;
    }
}
@media only screen and (max-width: 479px) {
    .printbelow h2 {
        font-size: 26px;
        padding-bottom: 25px;
    }
}
/*========================================================
	Section left right
=========================================================*/
.print2secbg {
    background: url('../images/indexnew/custom-website-bg.webp');
    padding: 90px 0 ;
}
.print2secWrap {
    display: flex;
    align-items: center;
}
.print2secRight,
.print2secLeft {
    width: 50%;
}
.print2secRight img {
    width: 100%;
    display: block;
}
.print2secLeft h3 {
    font-size: 56px;
    text-align: left;
    line-height: 1.1;
    font-family: barlowmedium, arial, sans-serif;
    padding-bottom: 35px;
}
.print2secLeft p {
    padding-bottom: 35px;
    font-size: 26px;
    line-height: 1.3;
    font-family: BarlowRegular, arial, sans-serif;
    padding-right: 60px;
}
.print2secLeft ul li {
    background: url(../images/indexnew/dot-black.png) no-repeat;
    background-position: left top 15px;
    background-size: 10px 10px;
    font-size: 26px;
    font-family: barlowregular, arial, sans-serif;
    color: var(--main-text);
    padding: 5px 0 5px 25px;
    text-transform: capitalize;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .print2secLeft h3 {
        font-size: 48px;
    }
    .print2secLeft p,
    .print2secLeft ul li {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .print2secLeft h3 {
        font-size: 36px;
    }
    .print2secLeft p,
    .print2secLeft ul li {
        font-size: 18px;
    }
    .print2secbg {
        padding: 50px 0;
    }
    .print2secLeft ul li {
        background-position: left top 15px;
        background-size: 7px 7px;
        padding: 3px 0 3px 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .print2secLeft h3 {
        font-size: 30px;
    }
    .print2secLeft p,
    .print2secLeft ul li {
        font-size: 18px;
    }
    .print2secbg {
        padding: 50px 0;
    }
    .print2secLeft ul li {
        background-position: left top 12px;
        background-size: 7px 7px;
        padding: 3px 0 3px 15px;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .print2secWrap {
        flex-direction: column-reverse;
    }
    .print2secRight, .print2secLeft {
        width: 100%;
    }
    .print2secLeft h3 {
        font-size: 26px;
    }
    .print2secLeft p,
    .print2secLeft ul li {
        font-size: 18px;
    }
    .print2secbg {
        padding: 50px 0;
    }
    .print2secLeft ul li {
        background-position: left top 12px;
        background-size: 7px 7px;
        padding: 3px 0 3px 15px;
    }
}
@media only screen and (max-width: 767px) {
   .print2secWrap {
        flex-direction: column-reverse;
    }
    .print2secRight, .print2secLeft {
        width: 100%;
    }
    .print2secRight {
        margin-bottom: 35px;
    }
    .print2secLeft h3 {
        font-size: 26px;
    }
    .print2secLeft p,
    .print2secLeft ul li {
        font-size: 18px;
    }
    .print2secbg {
        padding: 50px 0;
    }
    .print2secLeft ul li {
        background-position: left top 12px;
        background-size: 7px 7px;
        padding: 3px 0 3px 15px;
    }
    .print2secLeft p {
        padding-right: 0;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 479px) {
    
}
/*========================================================
	Section work gallery
=========================================================*/
.printpresWrapMobile {
    display: none!important;
}
.printpresbg {
    padding: 120px 0;
}
.printpresTit h3 {
    font-size: 56px;
    text-align: left;
    line-height: 1.1;
    font-family: barlowmedium, arial, sans-serif;
}
.printpresTit h3 span {
    display: block;
    font-size: 26px;
    font-family: BarlowRegular, arial, sans-serif;
    padding-top: 15px;
}
.printpresWrap {
    display: flex;
    justify-content: space-between;
    padding: 90px 0 0;
    flex-wrap: wrap;
}
.printpresBox {
    width: 30%;
}
.printpresBox img {
    width: 100%;
    display: block;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .printpresTit h3 {
        font-size: 48px;
    }
    .printpresTit h3 span {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .printpresTit h3 {
        font-size: 36px;
    }
    .printpresTit h3 span {
        font-size: 21px;
    }
    .printpresbg {
        padding: 75px 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .printpresTit h3 {
        font-size: 30px;
    }
    .printpresTit h3 span {
        font-size: 19px;
    }
    .printpresbg {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .printpresTit h3 {
        font-size: 26px;
    }
    .printpresTit h3 span {
        font-size: 18px;
    }
    .printpresbg {
        padding: 50px 0;
    }
    .printpresBox {
        width: 47%;
    }
}
@media only screen and (max-width: 767px) {
   .printpresTit h3 {
        font-size: 32px;
    }
    .printpresTit h3 span {
        font-size: 18px;
    }
    .printpresbg {
        padding: 50px 0;
    }
    .printpresBox {
        width: 100%;
    }
    .printpresWrap {
        display: none;
    }
    .printpresWrapMobile {
        display: inline-block!important;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 479px) {
    .printpresTit {
        width: 90%;
        margin: 0 auto;
    }
    .printpresbg {
        padding: 30px 0;
    }
}
/*========================================================
	Section faq
=========================================================*/
.printpresfaqbg {
    padding: 90px 0 50px;
    background: #f9f9f9;
}
.printpresfTit h3 {
    text-align: center;
    font-size: 56px;
    line-height: 1.1;
    font-family: barlowmedium, arial, sans-serif;
}
.printpresfaq .accordion,
.printpresfaq .panel {
    background: transparent;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .printpresfTit h3 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .printpresfTit h3 {
        font-size: 36px;
    }
    .printpresfaqbg {
        padding: 50px 0 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .printpresfTit h3 {
        font-size: 30px;
    }
    .printpresfaqbg {
        padding: 50px 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .printpresfTit h3 {
        font-size: 26px;
    }
    .printpresfaqbg {
        padding: 50px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
   .printpresfTit h3 {
        font-size: 32px;
    }
    .printpresfaqbg {
        padding: 50px 0 20px;
    }
}
@media only screen and (max-width: 479px) {
    
}