        @font-face {
            font-family: 'Rockwell';
            src: url('../fonts/Rockwell-Bold.woff2') format('woff2'), url('../fonts/Rockwell-Bold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'Rockwell';
            src: url('../fonts/Rockwell.woff2') format('woff2'), url('../fonts/Rockwell.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        /* =WordPress Core
-------------------------------------------------------------- */
        
        .alignnone {
            margin: 5px 20px 20px 0;
        }
        
        .aligncenter,
        div.aligncenter {
            display: block;
            margin: 5px auto 5px auto;
        }
        
        .alignright {
            float: right;
            margin: 5px 0 20px 20px;
        }
        
        .alignleft {
            float: left;
            margin: 5px 20px 20px 0;
        }
        
        a img.alignright {
            float: right;
            margin: 5px 0 20px 20px;
        }
        
        a img.alignnone {
            margin: 5px 20px 20px 0;
        }
        
        a img.alignleft {
            float: left;
            margin: 5px 20px 20px 0;
        }
        
        a img.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        
        .wp-caption {
            background: #fff;
            border: 1px solid #f0f0f0;
            max-width: 96%;
            /* Image does not overflow the content area */
            padding: 5px 3px 10px;
            text-align: center;
        }
        
        .wp-caption.alignnone {
            margin: 5px 20px 20px 0;
        }
        
        .wp-caption.alignleft {
            margin: 5px 20px 20px 0;
        }
        
        .wp-caption.alignright {
            margin: 5px 0 20px 20px;
        }
        
        .wp-caption img {
            border: 0 none;
            height: auto;
            margin: 0;
            max-width: 98.5%;
            padding: 0;
            width: auto;
        }
        
        .wp-caption p.wp-caption-text {
            font-size: 11px;
            line-height: 17px;
            margin: 0;
            padding: 0 4px 5px;
        }
        
        a,
        btn,
        button,
        input,
        textarea {
            outline: none !important;
            box-shadow: none !important;
        }
        /* Text meant only for screen readers. */
        
        .screen-reader-text {
            border: 0;
            clip: rect(1px, 1px, 1px, 1px);
            clip-path: inset(50%);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute !important;
            width: 1px;
            word-wrap: normal !important;
            /* Many screen reader and browser combinations announce broken words as they would appear visually. */
        }
        
        .screen-reader-text:focus {
            background-color: #eee;
            clip: auto !important;
            clip-path: none;
            color: #444;
            display: block;
            font-size: 1em;
            height: auto;
            left: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000;
            /* Above WP toolbar. */
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: var(--heading--font);
            font-weight: 600;
        }
        
        h1 {
            font-size: 100px;
            line-height: 105px;
        }
        
        h2 {
            font-size: 68px;
            margin-bottom: 30px;
            line-height: 74px;
        }
        
        h3 {
            font-size: 40px;
        }
        
        h4 {
            font-size: 18px;
        }
        
        h5 {
            font-size: 48px;
        }
        
        body {
            font-family: var(--text--font);
            font-size: var(--text--font-size);
            line-height: var(--text--line-height);
            font-weight: var(--text--font-weight);
        }
        
        .top_call {
            background: var(--header--contact--bg);
            position: absolute;
            right: 8%;
            top: 0px;
            width: 200px;
            z-index: 99;
            text-align: center;
            padding: 25px 15px 5px 15px;
            border-bottom-left-radius: 25px;
            border-bottom-right-radius: 25px;
        }
        
        .top_call:hover {
            background: #02b3e5;
        }
        
        .top_call a {
            color: var(--header--contact--link);
            text-decoration: none;
            font-weight: bold;
            font-size: 18px;
        }
        
        .top_call:hover a {
            color: #fff;
        }
        
        .top_call a i {
            margin-right: 5px;
        }
        /*header begin*/
        
        header {
            position: relative;
        }
        
        .site_button {
            min-width: 128px;
            display: inline-block;
            padding: 22px 40px;
            background-color: var(--header--contact--bg);
            font-family: var(--text--font);
            font-weight: 600;
            font-size: 25px;
            color: var(--header--contact--link);
            text-decoration: none;
            border-radius: 40px;
            line-height: 40px;
            margin-top: 25px;
        }
        
        .site_button:hover {
            color: var(--header--contact--link--hover);
        }
        
        h3 a:hover {
            color: #000;
        }
        
        h3 a {
            color: var(--header--contact--link--hover);
        }
        /*header end*/
        /*footer begin*/
        
        .black_footer {
            background-color: #000;
            padding-top: 80px;
            color: #ffffff;
        }
        
        .footer_logo {
            padding-bottom: 51px;
        }
        
        .black_footer h3 {
            font-size: 14px;
            padding-bottom: 26px;
        }
        
        .black_footer .menu {
            padding-left: 0;
            list-style: none;
        }
        
        .black_footer .menu li a {
            color: #ffffff;
            text-decoration: none;
            display: block;
            padding-bottom: 18px;
        }
        
        .black_footer .menu li a:hover {
            color: #F0A000;
        }
        
        .footer_border {
            margin-bottom: 38px;
            padding-bottom: 15px;
            position: relative;
        }
        
        .final_footer {
            padding-bottom: 50px;
        }
        
        .black_footer .social_icons li a {
            font-size: 25px;
            padding-bottom: 0px;
            color: #ffffff;
        }
        
        .black_footer .social_icons li a:hover {
            color: #F0A000;
        }
        /*footer end*/
        /*banner begin*/
        
        .banner {
            min-height: 500px;
            background-color: var(--banner--bg);
            background-image: url(../images/about_banner.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        .mobile_banner {
            display: flex;
            width: 100%;
            background-image: none;
            background-color: transparent;
        }
        
        .banner_content h1 {
            margin-bottom: 0px;
            margin-top: 22px;
            font-family: var(--heading--font);
            font-size: var(--banner--text--font--size);
            font-weight: var(--banner--text--font-weight);
            line-height: var(--banner--text--line-height);
            color: var(--banner--text--color);
            font-size: 57px;
        }
        
        .banner_content h2 {
            font-size: 40px;
            font-family: 'Josefin Sans';
        }
        
        .banner_content .req_but {
            display: flex;
            align-items: center;
        }
        
        .banner_content .req_but a {
            margin: 0;
        }
        
        .banner_content .req_but a.text_button {
            font-size: 20px;
            line-height: 20px;
            width: 205px;
            margin-left: 35px;
        }
        
        .home_banner .banner_content a:hover {
            background: none;
        }
        
        .home_banner .banner_content a.site_button:hover {
            background: #000000;
        }
        /*banner end*/
        /*About Area*/
        
        .about_content {
            background-size: contain;
            background-repeat: no-repeat;
            background-color: #1d1d1f;
            color: #fff;
        }
        
        .about_content_row {
            min-height: 500px;
            padding: 100px 0 80px;
        }
        
        .about_content_row p {
            margin-bottom: 0px;
        }
        
        .about_content_row p:first-child {
            margin-bottom: 40px;
        }
        
        .printer_content .about_content_row ul {
            padding-left: 0;
        }
        
        .conversations {
            background-size: contain;
            background-repeat: no-repeat;
            background-color: #fff;
            background-position: 100% 0%;
        }
        
        .conversation_1 .content_div h2 {
            font-size: 58px;
        }
        
        .conversation_odd {
            background-color: #f2f2f2;
        }
        
        .conversation_even {
            background-color: #fff;
            text-align: right;
            background-position: 0% 0%;
        }
        
        .content_div {
            width: 60%;
            padding: 75px 30px 55px 30px;
        }
        
        .content_div h2 {
            font-family: var(--heading--font);
            font-size: var(--heading--font--size);
            /* font-weight: var(--heading--font-weight);
            line-height: var(--heading--line-height);*/
            margin-bottom: 70px;
        }
        
        .content_div li {
            font-family: var(--text--font);
            font-size: var(--text--font-size);
            font-weight: var(--text--font-weight);
            line-height: var(--text--line-height);
        }
        
        .conversation_even .content_div {
            margin-left: auto !important;
        }
        
        .conversation_even .content_div li {
            list-style-position: inside;
        }
        /*About Area*/
        /*print_services Area*/
        
        .print_services_banner h1 {
            color: #1d1d1f;
            font-size: 80px;
            line-height: 80px;
        }
        
        .printer_content {
            padding: 25px 0;
        }
        
        .cps_contact_area {
            background-size: cover;
            background-repeat: no-repeat;
        }
        
        .cps_contact_content {
            font-family: var(--text--font);
            font-size: 30px;
            font-weight: 600;
            padding: 70px 80px 40px 50px;
        }
        
        .cps_contact_content a {
            font-family: var(--heading--font);
            font-size: 58px;
            font-weight: bold;
            display: block;
            text-decoration: none;
            cursor: pointer;
            color: #1d1d1f;
            line-height: normal;
        }
        
        .cps_contact_content a:hover {
            color: #0b9ad6;
        }
        /*print_services Area*/
        /*Print services Agreement Area*/
        
        .cpsa_banner .banner_content h1 {
            color: #1d1d1f;
            font-size: 60px;
            line-height: normal;
        }
        
        .cpsa_content_section {
            padding: 100px 0 70px 0;
        }
        
        .cpsa_content {
            column-count: 2;
            column-gap: 50px;
        }
        
        .cpsa_service_provides_section {
            background-color: #f2f2f2;
            padding: 130px 0 50px;
            text-align: center;
        }
        
        .cpsa_service_provides_section h2 {
            font-family: var(--text--font);
            font-size: 42px;
            font-weight: bold;
            line-height: normal;
            text-transform: uppercase;
        }
        
        .cpsa_service_provides_content .logos {
            padding: 30px 65px 50px;
        }
        
        .cpsa_service_provides_content .logos img {
            height: 45px;
            margin: 15px 0;
        }
        
        .cpsa_contact_area {
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
        }
        
        .cpsa_contact_area h2 {
            font-size: 70px;
            line-height: 82px;
        }
        
        .cpsa_contact_area p {
            font-size: 30px;
            line-height: 42px;
            font-weight: 400;
        }
        
        .cpsa_contact_mobile_banner {
            background-image: none;
            background-color: transparent;
            padding: 150px 0;
        }
        
        .cpsa_contact_mobile_banner .cpsa_contact_content a.site_button {
            /* padding: 10px 35px 7px 35px;*/
        }
        
        .cpsa_contact_content {
            color: #fff;
        }
        
        .cpsa_contact_content h2 a {
            color: #ffcc31;
            font-size: 50px;
            text-decoration: none;
        }
        
        .cpsa_contact_content h2 a:hover {
            color: #000;
        }
        
        .cpsa_contact_content p {
            font-size: 25px;
            font-weight: bold;
            line-height: 30px;
        }
        
        .contact_image {
            position: absolute;
            bottom: 0;
            right: 0;
            max-height: 80%;
            z-index: 1;
        }
        
        .cpsa_contact_content {
            z-index: 2;
        }
        /*Print services Agreement Area*/
        
        .page_content {
            padding: 25px 0px;
        }
        
        .contact_banner .banner_content {
            padding: 10px 25px;
        }
        
        .contact_banner .banner_content h1 {
            color: #1d1d1f;
            line-height: normal;
        }
        
        .contact_banner .banner_content h3 {
            color: #1d1d1f;
            font-family: var(--text--font);
            font-size: 40px;
            font-weight: bold;
            line-height: 55px;
            text-transform: uppercase;
        }
        
        .page-template-template-contact .contact_banner .banner_content h3 {
            font-size: 28px;
            line-height: 34px;
            margin-top: 7px;
            max-width: 400px;
        }
        
        .contact_us_content {
            background-color: #f2f2f2;
        }
        
        .contact_us_content p {
            font-size: 21px;
        }
        
        .cpsa_contact_area a.site_button {
            background: #ffcc31;
            color: #1d1d1f;
        }
        
        .cpsa_contact_area a.site_button:hover {
            background: #1d1d1f;
            color: #ffffff;
        }
        
        .cpsa_contact_area.contact_page {
            background-color: #2ab2e5;
            padding: 75px 0;
            color: #fff;
        }
        
        .cpsa_contact_area.contact_page img {
            max-width: 100%;
            margin: auto;
        }
        
        .cpsa_contact_area.contact_page .site_button {
            padding: 10px 50px;
        }
        
        .contact_us_content .wpcf7 {
            margin-top: 75px;
        }
        
        .contact_us_content .wpcf7-form-control-wrap {
            margin-bottom: 0;
        }
        
        .contact_us_content .form-label {
            margin-bottom: 0;
            font-weight: bold;
        }
        
        .contact_us_content .form-control {
            border-radius: 0;
            border: 3px solid #d1d1d1;
        }
        
        .contact_us_content textarea.form-control {
            height: 125px;
        }
        
        .contact_us_content .btn {
            color: #fff;
            background-color: #1d1d1f;
            border-color: #1d1d1f;
            border-radius: 25px;
            font-size: 21px;
            line-height: 25px;
            padding: 15px 65px 8px;
            margin: 40px 0;
        }
        
        .contact_us_content .btn:hover {
            background-color: #F0A000;
            border-color: #F0A000;
        }
        
        .red_txt {
            color: hsl(0, 100%, 50%);
        }
        
        .lease_content h4 {
            font-family: var(--text--font);
            font-size: 35px;
            font-weight: bold;
            margin-bottom: 25px;
        }
        
        .lease_content p {
            font-size: 25px;
        }
        
        .lease_section {
            background-color: #f2f2f2;
            padding: 100px 0 50px;
            text-align: center;
            position: relative;
        }
        
        .lease_section h2 {
            font-family: var(--heading--font);
            font-size: 65px;
            font-weight: bold;
            line-height: normal;
            /* text-transform: none; */
            margin-bottom: 70px;
            padding: 0 170px;
        }
        
        .lease_section_twocols {
            columns: 2;
            column-gap: 50px;
        }
        
        .lease_section_twocols li {
            list-style-position: inside;
            font-size: 22px;
            line-height: 25px;
        }
        
        .special_text_area {
            padding: 100px 0 75px 0;
        }
        
        .special_text_area h3 {
            font-family: var(--text--font);
            font-size: 80px;
            font-weight: bold;
            color: #e61b85;
            line-height: normal;
        }
        
        .special_text_area h3 span {
            font-size: 130px;
            display: block;
        }
        
        .special_text_area h4 {
            font-family: var(--text--font);
            font-size: 40px;
            font-weight: bold;
            color: #2ab2e5;
            padding: 0px 76px;
            text-align: left;
        }
        
        .lease_lady {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 0);
            width: 25%;
        }
        
        .lease_contact_area {
            background-size: cover;
            background-repeat: no-repeat;
        }
        
        .lease_contact_content {
            font-family: var(--text--font);
            font-size: 30px;
            font-weight: 600;
            padding: 100px 80px 70px 50px;
            color: #fff;
        }
        
        .lease_contact_content a {
            font-family: var(--heading--font);
            font-size: 52px;
            font-weight: bold;
            display: block;
            text-decoration: none;
            cursor: pointer;
            color: #1d1d1f;
            line-height: normal;
        }
        
        .lease_contact_content a:hover {
            color: #ffca0a;
        }
        
        .lease_mobile_banner a:hover {
            background: #1d1d1f;
            color: #ffffff;
        }
        /**Dev Neel Starts*/
        
        .ss_mobile_banner .banner_content h1 {
            font-size: 100px;
            line-height: 110px;
            font-weight: bold;
        }
        
        .ss_mobile_banner .site_button {
            background: #1d1d1f;
            color: #ffffff;
            font-weight: bold;
            font-size: 30px;
            line-height: 30px;
            /* padding: 23px 33px 17px 33px;*/
        }
        
        .ss_mobile_banner .site_button:hover {
            background: #ffffff;
            color: #1d1d1f;
        }
        
        .ss_featured_contents .row {
            background: #f2f2f2;
            flex-wrap: unset;
            margin-top: 60px;
        }
        
        .ss_featured_contents .row>* {
            padding: 0;
        }
        
        .img_div img {
            width: 100%;
        }
        
        .ss_featured_content_odd .img_div {
            order: 2;
        }
        
        .ss_featured_contents .content_div {
            padding: 50px 80px;
        }
        
        .ss_featured_content_1 .content_div h2 {
            margin-bottom: 30px;
            font-weight: bold;
            font-size: 47px;
            line-height: 50px;
            color: #2ab2e5;
        }
        
        .ss_featured_content_1 .content_div ul {
            list-style: none;
            margin-left: 0;
            padding-left: 0;
        }
        
        .ss_featured_content_1 .content_div ul li::before {
            content: "\2022";
            color: #2ab2e5;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            font-size: 20px;
        }
        
        .ss_featured_content_2 .content_div ul,
        .ss_featured_content_3 .content_div ul {
            list-style: none;
            padding-left: 0;
        }
        
        .ss_featured_content_1 .content_div a,
        .ss_featured_content_2 .content_div a,
        .ss_featured_content_3 .content_div a {
            text-decoration: none;
            border-radius: 30px;
            line-height: 25px;
            font-size: 21px;
            margin-top: 25px;
            background: #2ab2e5;
            color: #ffffff;
            font-weight: bold;
            padding: 18px 45px;
            margin-top: 50px;
            display: inline-block;
            max-width: 480px;
            width: 100%;
            text-align: center;
        }
        
        .ss_featured_contents .content_div a:hover,
        .ss_featured_content_3 .content_div a:hover,
        .ss_featured_content_2 .content_div a:hover {
            background: #1d1d1f;
        }
        
        .ss_featured_content_1 .content_div li,
        .ss_featured_content_2 .content_div li,
        .ss_featured_content_3 .content_div li {
            font-size: 24px;
            font-weight: 300;
            line-height: 41px;
        }
        
        .ss_featured_content_even h2 {
            text-align: right;
        }
        
        .ss_featured_content_2 .content_div h2 {
            color: #e61b85;
            margin-bottom: 30px;
        }
        
        .ss_featured_content_2 .content_div ul li::before {
            color: #e61b85;
            content: "\2022";
            width: 1em;
            font-size: 32px;
        }
        
        .ss_featured_content_2 .content_div ul li::before {
            margin-right: 5px;
        }
        
        .ss_featured_content_2 .content_div a {
            background: #e61b85;
            margin-bottom: 30px;
        }
        
        .ss_featured_content_3 .content_div h2 {
            color: #ffcc31;
            margin-bottom: 30px;
        }
        
        .ss_featured_content_3 .content_div ul li::before {
            color: #ffcc31;
            content: "\2022";
            width: 1em;
            margin-left: -20px;
            font-size: 32px;
            padding-right: 5px;
        }
        
        .ss_featured_content_3 .content_div a {
            background: #ffcc31;
            color: #1d1d1f;
        }
        
        .ss_featured_content_3 .content_div a:hover {
            color: #ffffff;
        }
        
        .ss_featured_content_area {
            padding-bottom: 60px;
        }
        
        .ss_featured_boxes_area {
            background: #f2f2f2;
            padding: 70px 0;
        }
        
        .ss_featured_boxes div {
            text-align: center;
            background: #ffffff;
            border: 2px solid #c1c1c1;
            box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
            height: 100%;
            border-radius: 15px;
            padding: 30px;
        }
        
        .ss_featured_boxes ul {
            list-style: none;
            padding-left: 0px;
        }
        
        .ss_featured_boxes ul li::before {
            content: "\2022";
            color: #1d1d1f;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            font-size: 15px;
        }
        
        .ss_featured_boxes h3 {
            font-size: 26px;
            font-weight: bold;
            line-height: 40px;
            color: #1d1d1f;
            font-family: 'Josefin Sans';
            margin-top: 40px;
        }
        
        .ss_featured_boxes ul li {
            font-size: 25px;
            line-height: 30px;
            margin-top: 20px;
        }
        
        .ss_bottom_boxes {
            background-repeat: no-repeat;
            background-position: center;
            background-size: 90%;
        }
        
        .ss_bottom_boxes h3 {
            font-size: 75px;
            line-height: 85px;
            font-weight: bold;
            color: #ffcc31;
        }
        
        .ss_bottom_boxes div {
            padding: 10%;
        }
        
        .ss_bottom_boxes li {
            font-size: 26px;
            line-height: 40px;
            font-weight: bold;
            color: #ffffff;
            margin-top: 30px;
        }
        
        .ss_bottom_boxes li span {
            color: #ffcc31;
        }
        
        .ss_bottom_boxes_area {
            padding: 40px 0;
        }
        /*used re-owned page*/
        
        .used_mobile_banner .site_button,
        .page-template-template-used .cpsa_service_provides_content .site_button {
            background: #ffcc31;
            color: #1d1d1f;
            padding: 7px 40px;
        }
        
        .used_mobile_banner .site_button:hover,
        .page-template-template-used .cpsa_service_provides_content .site_button:hover {
            background: #1d1d1f;
            color: #ffffff;
        }
        
        .page-template-template-used .cpsa_service_provides_section .cpsa_service_provides_content h2 {
            text-transform: unset;
            font-family: 'Rockwell';
            font-size: 60px;
            line-height: 80px;
        }
        
        .page-template-template-used .cpsa_service_provides_content .row {
            margin-top: 120px;
        }
        
        .upo_featured_content_3 img {
            /*  margin-top: -135px;*/
            margin-left: 100px;
        }
        /*.upo_featured_contents img {
            max-height: 450px;
            width: auto;
        }*/
        
        .page-template-template-used .cpsa_service_provides_content h3 {
            font-family: 'Josefin Sans';
            font-size: 26px;
            line-height: 43px;
        }
        
        .upo_featured_content_3 p {
            max-width: 250px;
            margin: auto;
        }
        
        .upo_featured_contents p {
            margin-bottom: 0;
            font-size: 21px;
            line-height: 28px;
        }
        
        .upo_featured_contents p.best_seller {
            font-size: 38px;
            line-height: 42px;
            font-weight: bold;
            position: relative;
            display: inline-block;
        }
        
        .best_seller::before {
            /*font-family: FontAwesome;
            content: "\f005";*/
            display: inline-block;
            content: '';
            background: url(../images/star.png) no-repeat;
            position: absolute;
            top: 0px;
            left: -46px;
            width: 41px;
            height: 36px;
        }
        
        .page-template-template-used .cpsa_service_provides_content .site_button {
            margin: 100px 0 70px 0;
        }
        
        .used_mobile_banner .site_button {
            padding: 15px 40px;
            border-radius: 44px;
        }
        
        .page-template-template-used .cpsa_service_provides_content {
            padding-bottom: 100px;
        }
        
        .page-template-template-used .about_content_row h2 {
            font-family: 'Josefin Sans';
            font-size: 40px;
            line-height: 46px;
            font-weight: bold;
        }
        
        .page-template-template-used .about_content_row {
            z-index: 2;
        }
        
        .page-template-template-used .printer_content {
            position: relative;
            padding: 25px 0 100px 0;
        }
        
        .page-template-template-used .printer_content_bg_img {
            position: absolute;
            bottom: 0;
            right: 0;
            max-height: 80%;
            z-index: 1;
        }
        
        .page-template-template-used .cps_contact_area.upo_contact_area {
            background-repeat: no-repeat;
            background-color: #2ab2e5;
            background-position: right;
            background-size: 53% 100%;
        }
        
        .page-template-template-used .cps_contact_content p {
            font-size: 32px;
            color: #ffffff;
        }
        
        .page-template-template-used .cps_contact_content {
            padding: 100px 80px 100px 50px;
        }
        
        .page-template-template-used .cps_contact_content a:hover {
            color: #ffca0a;
        }
        
        .swiper-slide,
        .swiper-autoheight,
        .swiper-autoheight .swiper-slide {
            width: 100% !important;
            overflow: hidden;
            max-width: 100%;
        }
        
        .swiper-container {
            position: relative;
        }
        
        .swiper-pagination-bullet {
            width: 18px !important;
            height: 18px !important;
            border: 2px solid #1d1d1f !important;
            background: transparent !important;
            opacity: 1 !important;
        }
        
        .swiper-pagination-bullet-active {
            background: #1d1d1f !important;
        }
        
        .print_services_mobile_banner h1 {
            line-height: 86px;
        }
        
        .print_services_mobile_banner .site_button:hover {
            background: #1d1d1f;
            color: #ffffff;
        }
        
        .cps_contact_content a {
            color: #1d1d1f;
            font-size: 54px;
        }
        
        .navik-menu>ul>li>a:hover,
        .navik-menu>ul>li.current-menu-item>a {
            color: #ffcc31;
        }
        
        .page-template-template-leaserental .banner_content h1 {
            color: #1d1d1f;
        }
        /*---home page------*/
        
        .home_banner .banner_content {
            color: #ffffff;
            margin-top: 20%;
        }
        
        .home_banner .banner_content h1 {
            margin-top: 10px;
        }
        
        .home_banner .banner_content a {
            color: #ffffff;
            text-decoration: none;
            font-size: 24px;
        }
        
        .home_banner .banner_content a.site_button {
            color: #1d1d1f;
        }
        
        .home_banner .banner_content a.site_button:hover {
            color: #ffffff;
        }
        
        .banner.home_banner {
            background: url(../images/home-banner.jpg) no-repeat bottom #4b84b4;
            min-height: 1080px;
            padding-top: 100px;
        }
        
        .banner.home_banner h3 {
            font-size: 40px;
            font-family: 'Josefin Sans';
            margin-bottom: 20px;
            max-width: 540px;
            text-transform: uppercase;
        }
        
        .banner.home_banner h3 span {
            color: #ffcc31;
        }
        /*---------------*/
        
        .page_eliminate {
            background: url(../images/banner-2img-.png) no-repeat right #e61b85;
            /*padding:172px 0;*/
            min-height: 600px;
            color: #ffffff;
        }
        
        .page_eliminate h6 {
            font-size: 32px;
            font-family: 'Josefin Sans';
        }
        /*------------*/
        
        .page_ease {
            background: #f2f2f2;
            padding: 100px 0;
        }
        
        .page_ease h5 {
            font-size: 38px;
            font-family: 'Josefin Sans';
            margin-bottom: 0;
            text-transform: uppercase;
        }
        
        .page_ease h2 {
            font-size: 80px;
        }
        
        .page_ease h3 {
            font-size: 54px;
            text-transform: uppercase;
        }
        
        .page_ease i {
            font-size: 80px;
            margin: 80px auto 20px;
            color: #2ab2e5;
        }
        
        .page_ease .col-12:nth-child(3) i {
            color: #e61b85;
        }
        
        .page_ease .col-12:nth-child(4) i {
            color: #ffcc31;
        }
        
        .page_ease p {
            font-size: 30px;
        }
        /*-----------------------*/
        
        .page_streamline {
            background-image: url(../images/streamline-bg1-.png);
            min-height: 580px;
        }
        
        .page_streamline h2 {
            font-size: 80px;
            margin-bottom: 10px;
        }
        
        .page_streamline h4 {
            font-size: 34px;
            font-family: 'Josefin Sans';
        }
        
        .page_streamline ul {
            margin-top: 30px;
        }
        
        .page_streamline ul li {
            font-size: 25px;
            line-height: 30px;
        }
        
        .page_streamline a.site_button {
            background: transparent;
            border: 3px solid #1d1d1f;
            margin-top: 15px;
            margin-bottom: 80px;
        }
        
        .page_streamline a.site_button:hover {
            background: #ffcc31;
        }
        /*-----------------------*/
        
        .page_feeling {
            background: #f2f2f2;
            padding: 100px 0 0;
        }
        
        .page_feeling ul {
            list-style: none;
        }
        
        .page_feeling ul li {
            font-size: 30px;
            position: relative;
            margin: 60px 25px;
        }
        
        .page_feeling ul li::before {
            font-family: "Font Awesome 5 Pro";
            content: "";
            background: #0b9ad6;
            width: 55px;
            height: 4px;
            position: absolute;
            bottom: -15px;
        }
        
        .page_feeling ul li:nth-child(2)::before {
            background: #e61b85;
        }
        
        .page_feeling ul li:nth-child(3)::before {
            background: #ffcc31;
        }
        /*-------------------------------*/
        
        .page_Confident {
            background: url(../images/confident-bg.png) no-repeat bottom right;
            background-color: #f2f2f2;
            padding: 150px 0 500px 0;
            min-height: 1600px;
        }
        
        .page_Confident_content {
            max-width: 750px;
            margin: auto;
        }
        
        .page_Confident_content h3 {
            font-family: 'Josefin Sans';
            font-size: 40px;
            color: #1d1d1f;
        }
        
        .page_Confident_content ul {
            list-style: none;
            margin-top: 60px;
            text-align: left;
        }
        
        .page_Confident_content ul li {
            font-size: 30px;
            padding: 20px 0;
            position: relative;
            margin-left: 50px;
        }
        
        .page_Confident_content_list {
            max-width: 600px;
            text-align: center;
            margin: auto;
        }
        
        .page_Confident_content ul li::before {
            font-family: "Font Awesome 5 Pro";
            content: "\f00c";
            color: #ffffff;
            background: #0b9ad6;
            padding: 7px;
            border-radius: 62px;
            width: 32px;
            height: 31px;
            font-size: 20px;
            line-height: 20px;
            font-weight: 500;
            position: absolute;
            left: -50px;
            top: 40%;
        }
        
        .page_Confident_content ul li:nth-child(2)::before {
            background: #e61b85;
        }
        
        .page_Confident_content ul li:nth-child(3)::before {
            background: #ffcc31;
        }
        /*------------------*/
        
        .page_solution {
            background: url(../images/soution.png) no-repeat center;
            background-color: #2ab2e5;
            padding: 250px 0 50px 0;
            color: #ffffff;
            background-size: cover;
        }
        
        .page_solution h2 {
            font-family: 'Rockwell';
            font-size: 70px;
            margin-top: 50px;
        }
        
        .page_solution p {
            font-size: 30px;
        }
        
        .page_solution ul {
            list-style: none;
            margin-top: 40px;
        }
        
        .page_solution ul li {
            font-size: 30px;
            font-weight: 400;
        }
        
        .page_solution h3 {
            font-family: 'Josefin Sans';
            font-size: 40px;
            text-transform: uppercase;
            max-width: 500px;
            width: 100%;
            margin: 40px auto 0;
        }
        
        .page_solution h4 {
            font-size: 42px;
            margin-top: 20px;
        }
        
        .page_solution ul.page_solution_list {
            margin: 0 auto;
            margin-top: 0;
        }
        
        .page_solution_list li {
            display: inline-block;
            font-weight: 400;
            margin: 0 4px;
        }
        
        .page_solution_list li::before {
            content: "\2022";
            color: #e61b85;
            display: inline-block;
            margin-right: 8px;
        }
        
        .page_solution_list li:first-child::before {
            display: none;
        }
        
        .page_solution_list li:nth-child(3)::before {
            color: #eda826;
        }
        
        .page_solution_list li:last-child::before {
            color: #1d1d1f;
        }
        
        .page_solution span {
            font-size: 19px;
            line-height: 18px;
        }
        
        .page_solution a.site_button {
            background-color: transparent;
            color: #ffffff;
            border: 3px solid #ffffff;
        }
        
        .page_solution a.site_button:hover {
            background: #ffcc32;
        }
        
        .page_solution h2+div span.span {
            font-size: 26px;
        }
        /*------------------------*/
        
        .page_recommended {
            background-image: url(../images/recommended-bg.png);
            background-position: bottom center;
        }
        
        .page_recommended h2 {
            font-size: 66px;
            text-transform: unset;
            font-family: 'Rockwell';
            /*margin-bottom:100px;*/
        }
        
        .page_recommended h3 {
            font-size: 24px;
            font-family: 'Josefin Sans';
            margin-top: 25px;
        }
        
        .page_recommended a.site_button {
            margin-top: 40px;
        }
        /*-----------------*/
        
        .page_reviews {
            padding: 70px 0 7px 0;
        }
        
        .page_reviews h2 {
            font-family: 'Rockwell';
            font-size: 40px;
        }
        
        .page_reviews .swiper-wrapper {
            padding-bottom: 40px;
        }
        
        .page_reviews p {
            max-width: 900px;
            margin: 40px auto 25px;
        }
        
        .page_reviews h3 {
            color: #969696;
            font-size: 20px;
        }
        /*------------------*/
        
        .page_risk .conversations {
            padding: 150px 150px 120px 150px;
            background-image: url(../images/risk.png);
        }
        
        .page_risk .conversations h2 {
            font-size: 40px;
            line-height: 48px;
            font-family: 'Josefin Sans';
            text-transform: uppercase;
        }
        
        .page_risk a.site_button {
            background: transparent;
            border: 3px solid #1d1d1f;
        }
        
        .page_risk ul {
            padding-left: 18px;
        }
        /*-------------*/
        
        .page_inkjet {
            padding: 150px 0;
            background: #f2f2f2;
        }
        
        .page_inkjet i {
            font-size: 60px;
            margin-left: 10px;
        }
        
        .page_inkjet .row .page_inkjet_body p,
        .page_inkjet_head,
        .page_inkjet .page_inkjet_head h5 {
            color: #0b9ad6;
        }
        
        .page_inkjet .row .page_inkjet_body:last-child p,
        .page_inkjet_head:last-child,
        .page_inkjet_head:last-child h5 {
            color: #e61b85;
        }
        
        .page_inkjet .row:nth-child(2) {
            padding-top: 45px;
        }
        
        .page_offer ul li:after {
            margin: 0 0px 0 7px;
        }
        /*--------*/
        
        .page_them {
            background-image: url(../images/them.png);
            padding: 130px 0;
            background-position: center;
        }
        
        .page_them h3,
        .page_inkjet h3 {
            font-size: 44px;
            color: #1d1d1f;
            font-family: 'Josefin Sans';
            text-transform: uppercase;
        }
        
        .page_them h3 span,
        .page_inkjet h3 span {
            display: block;
            color: #b0b0b0;
            font-family: 'Rockwell';
        }
        
        .page_them_head h5,
        .page_inkjet h5 {
            font-size: 30px;
            color: #1d1d1f;
            font-family: 'Rockwell';
        }
        
        .page_them h6,
        .page_inkjet h6 {
            display: block;
            color: #1d1d1f;
            font-family: 'Josefin Sans';
            font-size: 28px;
            text-align: right;
            text-transform: uppercase;
            margin-right: 10px;
        }
        
        .page_them p,
        .page_inkjet p {
            font-size: 28px;
        }
        
        .page_them .page_them_body,
        .page_inkjet .page_inkjet_body {
            border-bottom: 1px solid;
        }
        
        .page_them .row:last-child .page_them_body,
        .page_inkjet .row:last-child .page_inkjet_body {
            border-bottom: 0px solid;
        }
        
        .page_them .row,
        .page_inkjet .row {
            padding-top: 20px;
        }
        
        .page_them .page_them_head {
            text-align: center;
            align-items: end;
        }
        
        .page_them_body p {
            max-width: 200px;
        }
        /*---------------------------*/
        
        .page_offer {
            background: #ffcc31;
            padding: 100px 0 50px 0;
            color: #000000;
        }
        
        .page_offer h3 {
            font-family: 'Josefin Sans';
            font-size: 62px;
            text-transform: uppercase;
        }
        
        .page_offer h4 {
            font-size: 48px;
        }
        
        .page_offer h5 {
            font-family: 'Josefin Sans';
            font-size: 42px;
            text-transform: uppercase;
            margin-top: 80px;
        }
        
        .page_offer p {
            font-size: 32px;
        }
        
        .offer_img {
            margin-left: -30px;
        }
        
        .page_offer ul {
            list-style: none;
            margin-top: 20px;
        }
        
        .page_offer ul li {
            display: inline-block;
            font-size: 38px;
            position: relative;
        }
        
        .page_offer ul li:hover {
            color: #e61b85;
        }
        
        .page_offer ul li:after {
            content: '|';
            top: 0;
            margin-right: 5px;
        }
        
        .page_offer ul li:last-child:after {
            display: none;
        }
        
        .page_offer a.site_button {
            border: 3px solid #000;
        }
        
        .page_offer a.site_button:hover {
            color: #ffffff;
            background: #000000;
        }
        /*-----------------*/
        
        .page_map {
            background: #e61b85;
            color: #ffffff;
        }
        
        .page_map h4 {
            font-size: 66px;
            font-family: 'Rockwell';
        }
        
        .page_eliminate a.site_button:hover,
        .page_ease a.site_button,
        .page_Confident a.site_button:hover,
        .page_recommended a.site_button:hover {
            background: #1d1d1f;
            color: #ffffff;
        }
        
        .page_risk a.site_button:hover {
            background: #ffcc31;
        }
        
        .req_but span.text_button {
            max-width: 250px;
            margin-left: 38px;
            display: block;
            line-height: 18px;
        }
        
        .page_eliminate a.site_button {
            text-transform: uppercase;
            font-size: 18px;
            min-width: 340px;
            text-align: center;
            padding-top: 7px;
            padding-bottom: 7px;
        }
        
        .home_banner a.site_button {
            padding-top: 16px;
            padding-bottom: 16px;
        }
        
        .page_ease a.site_button {
            padding-left: 20px;
            padding-right: 20px;
            margin-top: 70px;
        }
        
        .page_ease a.site_button:hover {
            background-color: #ffcc32;
            color: #1d1d1f;
        }
        
        .home_page .site_button {
            border-radius: 40px;
            /*line-height:30px;*/
        }
        
        .used_banner h1 {
            font-size: 90px;
        }
        
        .page-template-template-servicesolutions .ss_featured_boxes ul li {
            font-size: 21px;
            line-height: 26px;
        }
        
        .home_page a.site_button {
            background: #5bc646 !important;
            color: #ffffff !important;
            border: none !important;
        }
        
        .home_page a.site_button:hover {
            background: #ffcc31 !important;
            color: #000000 !important;
            border: none !important;
        }
        
        .home_page .page_offer a.site_button:hover {
            background: #e61b85 !important;
            color: #ffffff !important;
        }
        
        .upo_featured_contents_img {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: end;
            max-height: 600px;
        }
        
        .page_recommended {
            background-size: 100% 120%;
            background-repeat: no-repeat;
        }
        
        .printer_content.page_feeling h2 {
            display: none;
        }
        /*--------home header-------*/
        /*.navik-header.header-transparent-on{
	background-color:transparent;
}
header.home_header{
	position: fixed;
    width: 100%;
    z-index: 9;
}
.banner.home_banner{
	position:relative;
}
*/
        /**Dev Neel Ends*/