@charset "UTF-8";
/**
 * TheBombayDalal reset
 * =================================
 * We use normalize.css for the bulk of our 'reset'
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    font: inherit;
}

*,
::before,
::after {
    box-sizing: border-box;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

/***********
  margins
  paddings
 **********/
html {
    box-sizing: border-box;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
nav,
select,
textarea,
ul,
ol,
dl {
    margin: 0;
    padding: 0;
}

    /*********
  hovers
 ********/
    a,
    button,
    input[type=submit] {
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        a:hover,
        button:hover,
        input[type=submit]:hover {
            cursor: pointer;
        }

/**************
  decorations
 *************/
a,
button,
input,
select,
textarea {
    background: none;
    color: inherit;
    border: none;
    text-transform: none;
    text-decoration: none;
}

    a:focus,
    button:focus,
    input:focus,
    select:focus,
    textarea:focus {
        outline: none;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: #000000;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #000000;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #000000;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    font-weight: 500;
    color: #000000;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
    margin-top: 0px;
}

.section-heading {
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
    margin-bottom: 60px;
}

    .section-heading h6 {
        font-size: 14px;
        color: #528052;
    }

    .section-heading h2 {
        color: #16213e;
    }

.slick-dots {
    display: flex !important;
    align-items: center;
    position: absolute;
    left: 220px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    max-width: 100px;
    bottom: 40px;
}

    .slick-dots li {
        background-color: #3C2876;
        border-radius: 50%;
        width: 10px;
        height: 10px;
    }

        .slick-dots li button:before {
            display: none;
        }

        .slick-dots li.slick-active {
            background-color: #3C2876;
            width: 15px;
            height: 15px;
        }

.heading-h6 {
    color: #528052;
    font-size: 14px;
}

.heading-h2-bs {
    color: #16213e;
    margin-top: 10px;
    line-height: 64px;
}

.heading-h1-bs {
    color: #16213e;
}

.description-p {
    font-size: 17px !important;
    color: #41444b !important;
    line-height: 28px !important;
}

.widget-list-content {
    max-width: 250px;
}

.section-padding {
    padding: 80px 0px;
}

.articles-card {
    border-top: 7px solid #528052;
    padding: 40px 50px;
    box-shadow: 0px 2px 25px #d8d8d8;
    margin-top: 50px;
    background-color: #fff;
    max-width: 400px;
    z-index: 9999;
    position: relative;
}

.pdf-wrapper {
    background-color: #f3f3f3;
}

    .pdf-wrapper .display-6 {
        font-size: 20px;
        font-weight: 500;
    }

.container {
    max-width: 1530px;
}

.contact-card .contact-card-widget {
    border-top: 3px solid #528052;
    padding: 40px 50px;
    box-shadow: 0px 2px 25px #d8d8d8;
    margin-top: -80px;
    background-color: #fff;
    max-width: 416px;
    z-index: 9999;
    position: relative;
}

    .contact-card .contact-card-widget p {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        margin-bottom: 0;
        color: #41444b;
    }

    .contact-card .contact-card-widget h4 {
        color: #3C2876;
    }

.contact-card .second-contact-card-widget {
    border-top: 0px !important;
    border-left: 7px solid #528052;
    box-shadow: 0 0;
    padding: 18px 40px;
}

.job-item-card {
    box-shadow: 0px 2px 25px rgba(0, 33, 91, 0.17);
    border: solid 1px #3C2876;
    border-left: solid 5px #3C2876;
    padding: 45px 40px;
}

    .job-item-card h4 {
        line-height: 38px;
    }

    .job-item-card h6 {
        font-size: 18px;
        color: #528052;
        margin-top: 10px;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }

        .job-item-card h6 span {
            color: #00395c;
        }

.bg-color-primary-dark {
    background-color: #3C2876;
}

.bg-color-pickle {
    background-color: #528052;
}

.pagination-wrapper .page-item .page-link {
    border: solid 2px #3C2876;
    color: #3C2876;
    border-radius: 0px;
    margin: 0px 3px;
    font-weight: 500;
    width: 36px;
    height: 36px;
    line-height: 20px;
    text-align: center;
    padding: 5px 0px;
}

    .pagination-wrapper .page-item .page-link.active {
        background-color: #3C2876;
        color: #ffffff;
    }

    .pagination-wrapper .page-item .page-link:hover {
        background-color: #3C2876;
        color: #ffffff;
    }

.blue-widget {
    background-color: rgba(60, 40, 118, 0.9) !important;
}

.green-widget {
    background-color: #528052;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    cursor: pointer;
    border: none;
    margin: 0;
    line-height: 2.5;
    height: 54px;
    padding: 2px 35px;
    overflow: visible;
    text-align: center;
    border-radius: 0px;
    user-select: none;
    background-color: #000000;
    transition: all 0.5s ease;
}

    .btn,
    .btn:link,
    .btn:visited {
        color: #fff;
    }

        .btn:hover,
        .btn:active,
        .btn:focus {
            background-image: linear-gradient(-45deg, rgb(255, 94, 97) 0%, rgb(254, 201, 131) 100%);
            color: #000;
        }

        .btn img,
        .btn img,
        .btn img {
            transition: all 0.5s ease;
        }

        .btn:hover img,
        .btn:active img,
        .btn:focus img {
            filter: brightness(0) invert(0) !important;
        }

        .btn,
        .btn:hover,
        .btn:active,
        .btn:focus,
        .btn:visited {
            text-decoration: none;
        }

            .btn:active,
            .btn:focus {
                outline: none;
            }

            .btn.disabled,
            .btn[disabled] {
                cursor: default;
                background-image: none;
                opacity: 0.5;
            }

            .btn.white-btn {
                background-color: #ffffff;
                color: #00395c;
                padding: 9px 0px;
                width: 55px;
                height: 55px;
                line-height: 38px;
                font-size: 22px;
            }

                .btn.white-btn:hover,
                .btn.white-btn:active,
                .btn.white-btn:focus {
                    background-color: #e6e6e6;
                }

                .btn.white-btn,
                .btn.white-btn:link,
                .btn.white-btn:visited {
                    color: #00395c;
                }

            .btn.lg-btn-white {
                background-color: #ffffff;
                color: #00395c;
            }

            .btn.btn-transparent {
                background-color: transparent;
                height: auto;
                font-size: 14px;
                padding: 5px 0px;
                color: #005b94 !important;
                line-height: 14px;
            }

                .btn.btn-transparent:hover,
                .btn.btn-transparent:active,
                .btn.btn-transparent:focus {
                    background-color: transparent;
                    color: #528052 !important;
                }

                .btn.btn-transparent,
                .btn.btn-transparent:link,
                .btn.btn-transparent:visited {
                    text-decoration: none;
                }

            .btn.btn-arrow {
                width: 55px;
                height: 55px;
                color: #00395c !important;
                padding: 14px 0px;
            }

            .btn.btn-pickle {
                width: 55px;
                height: 55px;
                padding: 4px 0px;
            }

            .btn.btn-blue {
                background-color: #3C2876;
                width: 55px;
                height: 55px;
                padding: 4px 0px;
            }

                .btn.btn-blue,
                .btn.btn-blue:link,
                .btn.btn-blue:visited {
                    color: #fff;
                }

                    .btn.btn-blue:hover,
                    .btn.btn-blue:active,
                    .btn.btn-blue:focus {
                        background-color: #291b50;
                    }

                    .btn.btn-blue,
                    .btn.btn-blue:hover,
                    .btn.btn-blue:active,
                    .btn.btn-blue:focus,
                    .btn.btn-blue:visited {
                        text-decoration: none;
                    }

                        .btn.btn-blue:active,
                        .btn.btn-blue:focus {
                            outline: none;
                        }

                        .btn.btn-blue.disabled,
                        .btn.btn-blue[disabled] {
                            cursor: default;
                            background-image: none;
                            opacity: 0.5;
                        }

.btn--primary {
    background-color: #00ff00;
}

    .btn--primary,
    .btn--primary:link,
    .btn--primary:visited {
        color: #fff;
    }

        .btn--primary:hover,
        .btn--primary:active,
        .btn--primary:focus {
            background-color: #00cc00;
        }

.btn--block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn--block + .btn--block {
        margin-top: 10px;
    }

input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
    width: 100%;
}

.inner-wrapper {
    background-size: cover;
    padding: 80px 0px;
    height: 400px;
    position: relative;
    z-index: 9;
}

    .inner-wrapper:before {
        background-color: rgba(255, 255, 255, 0.8);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    .inner-wrapper .inner-widget {
        padding-top: 60px;
    }

        .inner-wrapper .inner-widget h1 {
            color: #16213E;
        }

        .inner-wrapper .inner-widget .breadcrumb a,
        .inner-wrapper .inner-widget .breadcrumb li {
            color: #41444B;
            font-size: 17px;
        }


.main-footer {
    background: linear-gradient(108deg, #141533, #000);
    position: relative;
    z-index: 9;
}

    .main-footer::before {
        position: absolute;
        content: "";
        height: 75%;
        width: 100%;
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .main-footer .widget h4 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #ffffff;
    }

    .main-footer .widget p {
        max-width: 400px;
        color: #ffffff;
    }

    .main-footer .widget .contact-us {
        color: #fff;
    }

        .main-footer .widget .contact-us label {
            font-size: 22px;
            color: #ffffff;
        }

        .main-footer .widget .contact-us .social-icon li a {
            width: 40px;
            display: inline-block;
            text-align: center;
            font-size: 26px;
            color: #ff6264;
            padding-left: 0px;
        }

    .main-footer .widget ul li {
        margin-top: 6px;
    }

        .main-footer .widget ul li a {
            color: #fff;
            transition: 0.3s ease-in-out;
        }

            .main-footer .widget ul li a:hover {
                padding-left: 10px;
            }

    .main-footer .footer-btm {
        border-top: solid 1px #fff ff;
        padding: 30px 0px;
        margin-top: 60px;
    }

        .main-footer .footer-btm .copyrights {
            font-size: 16px;
            color: #ffffff;
        }

        .main-footer .footer-btm p {
            margin: 0;
            font-size: 14px;
            color: #ffffff;
        }

    .main-footer ul.conact-widget li {
        color: #fff;
        display: flex;
        gap: 10px;
        margin-bottom: 18px;
    }


.form-select,
.form-control {
    border: solid 2px #d4d7dd;
    border-radius: 0;
    min-height: 50px;
    color: #41444b;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}

textarea.form-control {
    height: auto;
    min-height: 125px;
}

label {
    line-height: 18px;
    color: #41444b;
    font-style: italic;
    max-width: 260px;
    font-size: 14px;
}

header.js-header {
    position: absolute;
    top: 0;
    z-index: 99999;
    width: 100%;
}

.main-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0px;
}

.main-navbar__navbar-brand {
    max-width: 200px;
}

.main-navbar .main-menu ul {
    display: flex;
    justify-content: end;
}

.main-navbar__navbar-brand img {
    width: 300px;
}

.main-navbar .main-menu ul li {
    list-style: none;
    display: inline-block;
}

    .main-navbar .main-menu ul li:hover ul.dropdown {
        display: flex;
        flex-direction: column;
    }

    .main-navbar .main-menu ul li ul.dropdown {
        flex-direction: column;
        position: absolute;
        background-color: #ffffff;
        max-width: 200px;
        width: 100%;
        z-index: 999;
        border: solid 0px #ffffff;
        border-radius: 8px;
        display: none;
        overflow: hidden;
    }

        .main-navbar .main-menu ul li ul.dropdown li a {
            display: block;
            color: #000000;
            font-weight: 400;
        }

            .main-navbar .main-menu ul li ul.dropdown li a:hover {
                background-color: #ff7067;
            }

    .main-navbar .main-menu ul li a {
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        padding: 10px 15px;
        text-decoration: none;
        display: inline-block;
    }

        .main-navbar .main-menu ul li a:hover {
            color: #000000;
        }

        .main-navbar .main-menu ul li a.active {
            color: #000000;
        }

        .main-navbar .main-menu ul li a.btn {
            height: auto;
            padding: 0px 18px;
            font-weight: 400;
        }

#enquiryModal {
    z-index: 99999;
}

    #enquiryModal .modal-dialog {
        max-width: 580px;
    }

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .whatsapp-float img {
        width: 35px;
        height: 35px;
    }

.accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #ccc;
    margin-top: 20px;
}

    .accordion-item .accordion-header .accordion-button {
        background-color: transparent;
        color: #16213e;
        font-size: 18px;
        outline: none;
    }

        .accordion-item .accordion-header .accordion-button:after {
            background: none;
            content: "+";
            font-weight: 200;
            font-size: 33px;
            transform: none;
            top: 5px;
            position: absolute;
            right: 15px;
        }

        .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
            color: #528052;
        }

            .accordion-item .accordion-header .accordion-button[aria-expanded=true]:after {
                content: "-";
            }

        .accordion-item .accordion-header .accordion-button:hover {
            color: #528052;
        }

        .accordion-item .accordion-header .accordion-button:focus {
            box-shadow: 0px 0px;
        }

.banner-wrapper {
    background: linear-gradient(0deg, #E6F7FF 0%, #FFE6D5 100%);
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 99;
    overflow: hidden;
}

    .banner-wrapper:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: linear-gradient(-45deg, rgb(255 94 98 / 86%) 0%, rgb(254 201 131 / 91%) 100%);
    }

    .banner-wrapper .container {
        z-index: 999;
    }

    .banner-wrapper .widget {
        position: relative;
    }

        .banner-wrapper .widget:before {
            FONT-WEIGHT: 200;
            position: absolute;
            content: '';
            width: 824px;
            height: 560px;
            left: -201px;
            top: -90px;
            z-index: -1;
            background-color: rgb(244 67 54 / 60%);
            background-image: url(../images/slids/gdf.png);
            background-position: center;
            background-size: contain;
            /* transform: matrix(0.85, -0.53, 0.53, 0.85, 0, 0); */
            /* -webkit-transform: matrix(0.85, -0.53, 0.53, 0.85, 0, 0); */
            border-radius: 0 65px 65px 0px;
        }

    .banner-wrapper video.background-video-hosted {
        position: absolute;
        z-index: -1;
        object-fit: cover;
        top: 0;
        height: 100vh;
    }

.your-slider {
    width: 900px;
}

.homw-t-slik .slick-list.draggable {
    background: #44242400;
    border-radius: 50px;
    position: relative;
    top: 40px;
}

.slick-list.draggable {
    background: #44242400;
    border-radius: 50px;
    position: relative;
    /* top: 40px; */
}

.banner-wrapper svg {
    width: 100px;
    fill: #0c349b;
}

.banner-wrapper .social-icons {
    margin-right: 80px;
    position: absolute;
    left: 50px;
}

.banner-wrapper svg g .home-1-slider-bulb-blink-1,
.banner-wrapper svg g .home-1-slider-bulb-blink-2,
.banner-wrapper svg g .home-1-slider-bulb-blink-3,
.banner-wrapper svg g .home-1-slider-bulb-blink-4,
.banner-wrapper svg g .home-1-slider-bulb-blink-5,
.banner-wrapper svg g .home-1-slider-bulb-blink-6,
.banner-wrapper svg g .home-1-slider-bulb-blink-7 {
    animation: bulb-blink 1s linear infinite;
    -webkit-animation: bulb-blink 1s linear infinite;
}

.banner-wrapper svg g .home-1-slider-bulb-blink-3 {
    animation-delay: -0.2s;
    -webkit-animation-delay: -0.2s;
}

.banner-wrapper svg g .home-1-slider-bulb-blink-5 {
    animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
}

.banner-wrapper svg g .home-1-slider-bulb-blink-1 {
    animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
}

.banner-wrapper svg g .home-1-slider-bulb-blink-4 {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

.banner-wrapper svg g .home-1-slider-bulb-blink-2 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.banner-wrapper svg g .home-1-slider-bulb-blink-6 {
    animation-delay: -1.2s;
    -webkit-animation-delay: -1.2s;
}

@keyframes bulb-blink {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes bulb-blink {
    50% {
        opacity: 0;
    }
}

.banner-wrapper .widget .subtitle {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: flex;
    align-items: end;
    font-weight: 600;
}

.banner-wrapper .widget h1 {
    color: #fff;
    font-size: 93px;
    font-weight: 700;
    font-family: 'poppins';
}

.banner-wrapper .widget p {
    color: #fff;
    font-size: 18px;
}

.banner-wrapper .slider-widget .slick-slide img {
    width: 100%;
}

.banner-wrapper .social-icons {
    margin-right: 80px;
}

    .banner-wrapper .social-icons li a {
        font-size: 16px;
        width: 40px;
        display: flex;
        height: 40px;
        border: solid 1px #000;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 10px;
        background-color: #000;
        color: #fff;
    }

.customized-printing {
    background-color: rgb(255 94 98 / 17%);
}

    .customized-printing .widget .icon {
        background-color: #ffe5e4;
        padding: 15px;
        border-radius: 8px;
    }

        .customized-printing .widget .icon svg {
            width: 50px;
            height: 50px;
            color: #f76d55 !important;
        }

    .customized-printing .widget {
        text-align: center;
        justify-content: center;
        justify-items: center;
        padding: 40px 30px 40px 30px;
        background-color: #ffffff;
        border-radius: 10px 10px 10px 10px;
        height: 100%;
    }

        .customized-printing .widget h4 {
            font-size: 22px;
            margin: 15px 0px;
            font-weight: 700;
        }

        .customized-printing .widget p {
            margin: 0;
        }

.print-solutions {
    position: relative;
    z-index: 9;
}

    .print-solutions:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: url('../images/img-box-bg.png');
        z-index: -1;
        background-size: cover;
    }

    .print-solutions .widget .content {
        padding: 50px 0px;
    }

        .print-solutions .widget .content h4 {
            font-size: 24px;
            color: #000;
            margin-bottom: 20px;
        }

        .print-solutions .widget .content a.link-btn {
            font-size: 16px;
            font-weight: 600;
        }

    .print-solutions .widget .image {
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.3s linear 0s;
    }

        .print-solutions .widget .image img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transition: all 0.3s linear 0s;
        }

    .print-solutions .widget:hover .image {
        border-radius: 200px;
        overflow: hidden;
    }

        .print-solutions .widget:hover .image img {
            transform: scale(0.9);
            -webkit-transform: scale(1);
        }

.about-wrapper .container {
    background-color: transparent;
    background-image: linear-gradient(80deg, #ff5e62 0%, #fec983 100%);
    border-radius: 12px;
    padding: 100px 100px;
}

.about-wrapper .widget-content h4 {
    font-size: 68px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.about-wrapper .widget-content p {
    font-size: 16px;
    color: #fff;
}

.about-wrapper .widget-content .custom-btn .call-email .icon {
    width: 40px;
    height: 40px;
    background-color: #000;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-wrapper .widget-content .custom-btn .call-email .icon svg {
        fill: #fff;
        width: 18px;
    }

.about-wrapper .widget-content .custom-btn .call-email .content p {
    margin-bottom: 0;
}

.about-wrapper .widget-content .custom-btn .call-email {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-wrapper .widget-content .custom-btn {
    gap: 35px;
}

.btn img {
    filter: brightness(0) invert(1);
}





.largest-printing-wrapper {
    background-color: rgb(255 241 241);
    position: relative;
    z-index: 9;
}

    .largest-printing-wrapper:before {
        content: '';
        width: 320px;
        height: 320px;
        background: linear-gradient(125deg, rgba(255, 94, 97, 0.173), #ff5e612f);
        position: absolute;
        top: 130px;
        left: 210px;
        border-radius: 50%;
        z-index: -1;
        animation: circle-move 5s linear infinite;
    }

@keyframes circle-move {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(60px, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes circle-move {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(60px, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.largest-printing-wrapper .widget {
    position: relative;
    background-color: #ffffff;
    padding: 20px 40px;
    transition: all 0.3s;
    border-radius: 16px;
}

    .largest-printing-wrapper .widget:hover {
        background: linear-gradient(180deg, #ff5e62 0%, #fec983 100%);
    }

    .largest-printing-wrapper .widget .icon {
        -webkit-mask-image: url('../images/icon-bg.png');
        -webkit-mask-position: center center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-image: url('../images/icon-bg.png');
        mask-position: center center;
        mask-repeat: no-repeat;
        mask-size: cover;
        background: linear-gradient(180deg, #ff5e62 0%, #fec983 100%);
        position: absolute;
        top: -20px;
        right: 0px;
        transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        color: #ffffff;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }

    .largest-printing-wrapper .widget:hover .icon {
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    }

    .largest-printing-wrapper .widget .icon svg {
        width: 50px;
    }

    .largest-printing-wrapper .widget h2 {
        font-weight: 200;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .largest-printing-wrapper .widget h5 {
        margin-bottom: 15px;
        font-weight: 600;
    }

    .largest-printing-wrapper .widget:hover h5,
    .largest-printing-wrapper .widget:hover p,
    .largest-printing-wrapper .widget:hover h2 {
        color: #ffffff;
    }

.print-gallery-wrapper {
    position: relative;
}

    .print-gallery-wrapper:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: url('../images/img-box-bg.png');
        z-index: -1;
        background-size: cover;
    }

    .print-gallery-wrapper .widget {
        position: relative;
    }

        .print-gallery-wrapper .widget .img-widget {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

            .print-gallery-wrapper .widget .img-widget .content-subtitle {
                z-index: 999;
                position: absolute;
                bottom: 0;
                left: 0;
                padding: 15px;
                height: 100%;
                width: 100%;
                display: flex;
                align-items: flex-start;
                flex-direction: column;
                justify-content: end;
            }

                .print-gallery-wrapper .widget .img-widget .content-subtitle h5 {
                    font-size: 16px;
                    color: #ff5e62;
                }

                .print-gallery-wrapper .widget .img-widget .content-subtitle h4 {
                    color: #ffffff;
                    font-size: 18px;
                    margin-top: 7px;
                }

                .print-gallery-wrapper .widget .img-widget .content-subtitle:before {
                    position: absolute;
                    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .95) 100%);
                    content: '';
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    z-index: -1;
                    top: 0;
                }

.custom-products .widget {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

    .custom-products .widget img {
        transition: 0.5s cubic-bezier(.45, .05, .55, .95);
        -webkit-transition: 0.5s cubic-bezier(.45, .05, .55, .95);
    }

    .custom-products .widget:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .custom-products .widget .content {
        position: absolute;
        z-index: 99;
        background-image: linear-gradient(45deg, #ff5e62 0%, #fec983 100%);
        width: calc(100% - 20px);
        padding: 15px;
        bottom: 0;
        border-radius: 8px;
        margin: 10px;
    }

        .custom-products .widget .content h4 {
            font-size: 22px;
            color: #fff;
        }





.testimonial-wrapper {
    position: relative;
    z-index: 9;
}

    .testimonial-wrapper .testimonial-slide .slick-list {
        margin: -10px;
    }

        .testimonial-wrapper .testimonial-slide .slick-list .item {
            padding: 10px;
        }

            .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide {
                background-color: rgba(255, 94, 98, 0.20);
                border-radius: 8px;
                padding: 24px;
            }

                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide:hover {
                    background-image: linear-gradient(45deg, #ff5e62 0%, #fec983 100%);
                }

                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide p {
                    font-size: 16px;
                    font-weight: 400;
                    color: #000000;
                }

                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating i {
                    color: #FFC402;
                }

                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner {
                    display: flex;
                    align-items: center;
                    margin-top: 15px;
                }

                    .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner .icon {
                        margin-right: 10px;
                        border-radius: 50%;
                        overflow: hidden;
                    }

                    .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner .title h4 {
                        font-size: 20px;
                        font-weight: 500;
                        color: #000000;
                    }

            .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide {
                position: relative;
            }

                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide svg {
                    width: 60px;
                    fill: rgb(255 224 224);
                    position: absolute;
                    right: 30px;
                    z-index: -1;
                    bottom: 40px;
                }

                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide:hover svg {
                    fill: #ffffff;
                    z-index: 9;
                }

                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide:hover p,
                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide:hover .rating-owner .title h4 {
                    color: #ffffff;
                }

                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide .rating-owner .title p {
                    font-size: 14px;
                    color: #000000;
                    margin: 0;
                }

                .testimonial-wrapper .testimonial-slide .slick-list .item .item-slide:hover .rating-owner .title p {
                    color: #ffffff;
                }

    .testimonial-wrapper .slick-prev {
        background-image: linear-gradient(45deg, #ff5e62 0%, #fec983 100%);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-size: 18px;
        color: #ffffff;
        top: -100px;
        right: 70px;
        left: auto;
    }

        .testimonial-wrapper .slick-prev:before {
            display: none;
        }

    .testimonial-wrapper .slick-next {
        background-image: linear-gradient(45deg, #ff5e62 0%, #fec983 100%);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-size: 18px;
        color: #ffffff;
        top: -100px;
        right: 0;
    }

        .testimonial-wrapper .slick-next:before {
            display: none;
        }

.logo-slider-wrapper {
    background-image: linear-gradient(45deg, #ff5e62 0%, #fec983 100%);
    padding: 50px 0px;
}

    .logo-slider-wrapper .slick-track {
        display: flex;
        align-items: center;
    }

    .logo-slider-wrapper .item {
        text-align: center;
    }

        .logo-slider-wrapper .item:hover svg {
            fill: #ffffff;
        }

        .logo-slider-wrapper .item svg {
            width: 180px;
        }

        .logo-slider-wrapper .item img {
            width: 180px;
        }

.inner-banner {
    padding: 180px 0px 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}

    .inner-banner:before {
        position: absolute;
        content: '';
        top: 0;
        background-image: url('../images/Breadcrumb-Line-Circle.png');
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: right;
        z-index: -1;
    }

    .inner-banner:after {
        position: absolute;
        content: '';
        top: 0px;
        height: 100%;
        width: 100%;
        background-color: rgb(255 93 75 / 60%);
        left: 0;
        z-index: -2;
    }

    .inner-banner .content h2 {
        font-size: 60px;
        color: #ffffff;
    }

    .inner-banner .content .breadcrumb ul {
        display: flex;
        gap: 10px
    }

        .inner-banner .content .breadcrumb ul li {
            font-weight: 600;
            color: #ab050a;
        }

            .inner-banner .content .breadcrumb ul li a {
                color: #000;
            }

.about-details-wrapper {
    background-color: #fff1e3;
}

    .about-details-wrapper .widget p.subtitle {
        font-size: 18px;
    }

    .about-details-wrapper .widget h4 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .about-details-wrapper .widget ul {
        margin-top: 30px;
    }

        .about-details-wrapper .widget ul li:before {
            position: absolute;
            background-color: #f33c27;
            content: '';
            width: 12px;
            height: 12px;
            left: 0;
            border-radius: 50%;
            top: 6px;
        }

        .about-details-wrapper .widget ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 25px;
        }

            .about-details-wrapper .widget ul li h5 {
                font-size: 22px;
                font-weight: 500;
                margin-bottom: 10px;
            }

    .about-details-wrapper .img-widget img {
        border-radius: 12px;
    }


.success-story-wrapper {
    background-color: #fff1e3;
}

    .success-story-wrapper .widget .award {
        display: flex;
        border-bottom: solid 1px;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

        .success-story-wrapper .widget .award .number {
            background-color: #f33c27;
            height: 50px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .success-story-wrapper .widget .award .icon {
            max-width: 140px;
            margin: 0px 80px;
        }

        .success-story-wrapper .widget .award .content h4 {
            font-size: 24px;
        }

    .success-story-wrapper .widget h4 {
        font-size: 48px;
    }

    .success-story-wrapper .widget p.dis {
        font-size: 18px;
    }

    .success-story-wrapper .widget .award .content p {
        font-size: 18px;
    }



.contact-wrapper .form-widget {
    position: relative;
}

.contact-wrapper .widget {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

    .contact-wrapper .widget img {
        object-fit: cover;
        height: 100%;
    }

.contact-wrapper .form-widget span {
    position: absolute;
    font-size: 10vw;
    font-weight: 700;
    color: #f4f4f4;
    top: -50px;
    line-height: 150px;
    left: 0;
    z-index: -1;
}

.contact-wrapper .form-widget h3 {
    margin-bottom: 20px;
}

.questions-wrapper .widget {
    background-color: #FFF0F1;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    padding: 30px 30px;
    overflow: hidden;
}

    /* Overlay for gradient effect */
    .questions-wrapper .widget::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(45deg, #ff5e62 0%, #fec983 100%);
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
    }

    .questions-wrapper .widget:hover::before {
        opacity: 1;
    }

    .questions-wrapper .widget svg {
        position: absolute;
        width: 70px;
        fill: #ffd6d6;
        bottom: 20px;
        right: 30px;
        z-index: -1;
    }

    .questions-wrapper .widget h4 {
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 600;
    }

    .questions-wrapper .widget:hover p,
    .questions-wrapper .widget:hover h4 {
        color: #ffffff;
    }


.timeline {
    padding: 0px 5%;
    max-width: 1300px;
    margin: 0 auto;
}

    .timeline > .timeline-item {
        display: flex;
        align-items: flex-start;
    }

        .timeline > .timeline-item > div {
            flex: 1;
            padding: 20px 40px;
        }

            .timeline > .timeline-item > div:last-child {
                text-align: left;
                padding-bottom: 40px !important;
            }

            .timeline > .timeline-item > div:first-child::after {
                content: "";
                position: absolute;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background-color: #ff5e62;
                top: 50%;
                transform: translate(-50%, -50%);
                box-shadow: 0 0 0 4px rgba(103, 58, 183, 0.2);
            }

        .timeline > .timeline-item:nth-child(odd) > div:first-child {
            text-align: right;
            position: relative;
        }

            .timeline > .timeline-item:nth-child(odd) > div:first-child::after {
                right: -17px;
            }

        .timeline > .timeline-item:nth-child(odd) > div:last-child {
            text-align: left;
            border-left: 2px solid #e0e0e0;
        }

        .timeline > .timeline-item:nth-child(odd) > .timeline-date > div {
            margin-right: 0px;
        }

        .timeline > .timeline-item:nth-child(odd) > .timeline-date > img {
            right: 11%;
            left: inherit;
        }

        .timeline > .timeline-item:nth-child(odd) > .timeline-content > h2 {
            text-align: left !important;
        }

        .timeline > .timeline-item:nth-child(odd) > .timeline-content > p > img {
            right: 0;
        }

        .timeline > .timeline-item:nth-child(even) > div:first-child {
            order: 2;
            text-align: left;
            position: relative;
        }

            .timeline > .timeline-item:nth-child(even) > div:first-child::after {
                left: -1px;
            }

        .timeline > .timeline-item:nth-child(even) > div:last-child {
            order: 1;
            text-align: right;
            border-right: 2px solid #e0e0e0;
        }

        .timeline > .timeline-item:nth-child(even) > .timeline-date > div {
            margin-left: 0px;
        }

        .timeline > .timeline-item:nth-child(even) > .timeline-date > img {
            left: 11%;
            right: inherit;
        }

        .timeline > .timeline-item:nth-child(even) > .timeline-content > h2 {
            text-align: right !important;
        }

        .timeline > .timeline-item:nth-child(even) > .timeline-content > p > img {
            right: inherit;
            left: 0;
            transform-origin: bottom left;
        }

        .timeline > .timeline-item:nth-child(even) > .timeline-content > p > button {
            left: inherit;
            right: 15px;
        }

        .timeline > .timeline-item .timeline-date {
            position: relative;
        }

            .timeline > .timeline-item .timeline-date > img {
                position: absolute;
                filter: grayscale(100%);
                opacity: 0.06;
                transform: scale(1.2);
                transform-origin: center;
                left: 11%;
            }

            .timeline > .timeline-item .timeline-date > div {
                background-image: linear-gradient(80deg, #ff5e62 0%, #fec983 100%);
                box-shadow: 0 10px 15px rgba(103, 58, 183, 0.3);
                border-radius: 50px;
                color: #ffffff;
                text-align: center;
                max-width: max-content;
                margin: auto;
                padding: 10px 30px;
            }

        .timeline > .timeline-item .timeline-content .fa-icon {
            width: 50px;
            height: 50px;
        }

        .timeline > .timeline-item .timeline-content > h2 {
            color: #000000;
            margin: 0px;
            font-size: 1.3em;
            font-weight: bold;
            margin-top: 7px;
        }

            .timeline > .timeline-item .timeline-content > h2 span {
                color: #ff5e62;
                font-weight: bold;
                font-size: 0.6em;
                letter-spacing: 2px;
                margin-left: 5px;
            }

        .timeline > .timeline-item .timeline-content > p {
            font-size: 0.9em;
            padding: 20px;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
            position: relative;
            line-height: 25px;
            min-height: 100px;
        }

            .timeline > .timeline-item .timeline-content > p > img {
                width: 100px;
                opacity: 0.05;
                position: absolute;
                right: 0;
                bottom: 0;
                transform-origin: bottom right;
                transform: scale(1.8);
            }

            .timeline > .timeline-item .timeline-content > p > button {
                background: no-repeat;
                outline: none;
                color: #673AB7;
                border: none;
                padding: 7px 15px;
                position: absolute;
                bottom: 15px;
                border-radius: 30px;
                left: 15px;
                box-shadow: 0 0px 2px rgba(103, 58, 183, 0.1);
                cursor: pointer;
                letter-spacing: 1px;
                font-size: 0.9em;
                font-weight: normal;
                transition: all 0.5s ease;
            }

                .timeline > .timeline-item .timeline-content > p > button:hover {
                    background: rgba(103, 58, 183, 0.7);
                    box-shadow: 0 5px 10px rgba(103, 58, 183, 0.1);
                    color: #ffffff;
                }


.service-wrapper .navtab {
    text-align: center;
}

    .service-wrapper .navtab .nav-tabs {
        background-color: #f2f2f2;
        border: 0;
        display: inline-flex;
        padding: 5px;
        border-radius: 12px;
        margin: 0 auto;
        gap: 2px;
    }

        .service-wrapper .navtab .nav-tabs .nav-link {
            border: 0;
            width: 240px;
            color: #000;
            border-radius: 12px;
        }

            .service-wrapper .navtab .nav-tabs .nav-link:hover,
            .service-wrapper .navtab .nav-tabs .nav-link.active {
                background-color: #f33c27;
                color: #fff;
                font-weight: 500;
            }



.our-printing-wrapper .widget {
    box-shadow: 0px 0px 8px 1px #ccc;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
}

    .our-printing-wrapper .widget .contact {
        padding: 20px 15px;
    }

        .our-printing-wrapper .widget .contact h4 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .our-printing-wrapper .widget .contact h4 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .our-printing-wrapper .widget .contact p {
            margin-bottom: 0px;
        }

    .our-printing-wrapper .widget .img-widget {
        overflow: hidden;
    }

        .our-printing-wrapper .widget .img-widget img {
            transition: all 0.3s linear 0s;
        }

        .our-printing-wrapper .widget .img-widget:hover img {
            transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1.1) scaleY(1.1);
        }

    .our-printing-wrapper .widget .contact a {
        border: solid 1px #cfcfcf;
        width: 100%;
        display: block;
        background-color: #ffffff;
        padding: 4px 10px;
        border-radius: 5px;
        margin-top: 15px;
        text-align: center;
        color: #000;
    }

        .our-printing-wrapper .widget .contact a:hover {
            background-color: #ff6f67;
            color: #fff;
        }




.service-wrapper .nav-tab .tab-content .widget {
    box-shadow: 0px 0px 8px 1px #ccc;
    padding: 0px 0px;
    border-radius: 12px;
    overflow: hidden;
}

    .service-wrapper .nav-tab .tab-content .widget .content {
        padding: 20px 15px;
    }



        .service-wrapper .nav-tab .tab-content .widget .content h4 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .service-wrapper .nav-tab .tab-content .widget .content p {
            font-size: 16px;
            margin-bottom: 0;
            color: #838383;
        }

.service-wrapper .nav-tab .tab-content {
    border: 0 !important;
    margin-top: 40px;
}

.our-printing-wrapper {
    background-color: #f5f5f5;
}


.how-it-work-wrapper .widget {
    text-align: center;
}

    .how-it-work-wrapper .widget .icon {
        width: 80px;
        height: 80px;
        background-color: #ff6c66;
        margin: 0 auto;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

        .how-it-work-wrapper .widget .icon svg {
            stroke: #fff;
            width: 30px;
            height: 30px;
        }

    .how-it-work-wrapper .widget .content h4 {
        font-size: 24px;
        font-weight: 500;
    }

    .how-it-work-wrapper .widget .content p {
        color: #4d4d4d;
    }

#enquiryModal .modal-header {
    flex-direction: column;
    align-items: flex-start;
}

    #enquiryModal .modal-header .modal-title {
        font-weight: 600;
    }

#enquiryModal .modal-content {
    border-radius: 12px;
}

    #enquiryModal .modal-content button.btn-close {
        position: absolute;
        right: 20px;
    }

    #enquiryModal .modal-content .modal-body label.form-label {
        font-style: normal;
        font-weight: 500;
        color: #000;
    }

    #enquiryModal .modal-content .modal-body textarea.form-control,
    #enquiryModal .modal-content .modal-body input.form-control {
        font-style: normal;
        border-radius: 12px;
    }

    #enquiryModal .modal-content .modal-body {
        padding: 30px 30px;
    }

.js-header .container .main-navbar .main-menu ul li a.menu-toggle {
    position: relative;
    padding-right: 44px;
}

.js-header .container .main-navbar .main-menu ul li a.active.menu-toggle:before {
    border-color: #000;
}

.js-header .container .main-navbar .main-menu ul li a.menu-toggle:before {
    position: absolute;
    border: solid 2px #ffffff;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    right: 16px;
    top: 16px;
}

@media only screen and (max-width: 1600px) {
    .main-footer:before {
        width: 33vw;
    }
}

@media only screen and (max-width: 1399.98px) {
    p {
        font-size: 18px;
    }

    h3 {
        font-size: 34px;
    }

    h2 {
        font-size: 45px;
    }

    h4 {
        font-size: 30px;
    }

    .main-footer:before {
        width: 34vw;
    }
}


@media only screen and (max-width: 991.98px) {
    .js-header .container {
        max-width: 100%;
    }

        .js-header .container .top-bar__menu {
            display: none;
        }

        .js-header .container .main-navbar__navbar-brand {
            padding: 8px 0px;
        }

        .js-header .container .main-navbar {
            padding: 0px;
        }

        .js-header .container .top-bar__social-icon {
            display: none;
        }

        .js-header .container .main-navbar {
            position: fixed;
            width: 250px;
            background-color: #f36e55;
            border-right: solid 1px #fff;
            left: -250px;
            z-index: 999;
            height: 104vh;
            top: 0;
            padding: 15px 0px;
            overflow: auto;
            display: block;
            transition: all 0.4s ease-in-out;
        }

            .js-header .container .main-navbar.open {
                left: 0;
            }

        .js-header .container .main-navbar__navbar-brand {
            max-width: 200px;
            padding: 10px 15px;
        }

        .js-header .container .main-navbar .main-menu .top-bar__social-icon {
            display: block;
            padding: 0px 10px;
        }

            .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li {
                display: inline-block;
            }

                .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li.social-logo {
                    margin-right: 0px;
                }

                    .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li.social-logo a {
                        width: 80px;
                    }

                .js-header .container .main-navbar .main-menu .top-bar__social-icon ul li a {
                    border: 0;
                    width: 30px;
                    padding: 3px 5px;
                }

        .js-header .container .main-navbar .main-menu .top-bar__menu {
            display: block;
        }

            .js-header .container .main-navbar .main-menu .top-bar__menu ul li {
                padding: 0;
            }

        .js-header .container .main-navbar .main-menu ul {
            display: block;
        }

            .js-header .container .main-navbar .main-menu ul li {
                display: block;
            }

    .main-navbar .main-menu ul li ul.dropdown {
        background-color: transparent;
        width: 100%;
        position: static;
        max-width: 100%;
        padding-left: 10px;
        display: none !important;
    }

        .main-navbar .main-menu ul li ul.dropdown.active {
            display: block !important;
        }

    .js-header .container .main-navbar .main-menu ul li a.btn {
        margin-left: 0px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .js-header .container .main-navbar .main-menu ul li a {
        color: #ffffff;
        font-weight: 500;
        display: block;
        padding: 12px 15px;
        border-bottom: solid 1px rgb(255 255 255 / 41%);
        font-size: 16px;
    }

    .js-header .container .top-bar {
        padding: 10px 0px;
    }

        .js-header .container .top-bar .menu-btn {
            text-align: right;
            display: block;
            width: 40px;
            height: 40px;
            padding: 2px 4px;
            float: right;
        }

            .js-header .container .top-bar .menu-btn .toggle-icon {
                background-color: #ffffff;
                height: 3px;
                margin: 7px 0px;
                width: 100%;
            }

    h4 {
        font-size: 24px;
    }

    .main-footer {
        padding: 40px 0px;
    }

        .main-footer .f-widget {
            text-align: center;
        }

            .main-footer .f-widget .f-logo {
                margin: 0 auto;
            }

            .main-footer .f-widget .f-social-icon {
                justify-content: center;
                margin-bottom: 30px;
            }

            .main-footer .f-widget h5 {
                margin-top: 30px;
            }

            .main-footer .f-widget .f-widget-last-news p {
                margin: 0 auto;
                max-width: 100%;
            }

        .main-footer .f-b-widget-left {
            text-align: center;
            max-width: 100%;
            margin-top: 20px;
        }

        .main-footer .f-b-widget-right {
            text-align: center;
            margin-top: 10px;
        }

    h1 {
        font-size: 60px;
    }

    .main-footer.second-footer .f-widget {
        max-width: 100%;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .banner-wrapper {
        height: 100%;
    }

        .banner-wrapper .widget {
            position: relative;
            padding-top: 120px;
        }

        .banner-wrapper .social-icons {
            display: none;
        }

    .about-wrapper .widget-content .custom-btn {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 991.98px) {
    .js-header .top-bar .main-navbar__navbar-brand {
        display: none;
    }

    .js-header .main-menu .main-navbar__navbar-brand {
        display: none;
    }

    .js-header .main-menu .top-bar__social-icon {
        display: none;
    }

    .js-header .main-menu .top-bar__menu {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    h3 {
        font-size: 26px;
    }

    h2 {
        font-size: 34px;
    }

    h1 {
        font-size: 40px;
    }

    .banner-wrapper {
        height: auto;
        padding: 60px 0px;
    }

    .about-wrapper .container {
        padding: 40px 15px;
    }

    .largest-printing-wrapper:before {
        left: 0;
    }

    .largest-printing-wrapper .widget .icon {
        right: 0;
    }

    .banner-wrapper .social-icons {
        display: none;
    }

    .banner-wrapper .widget h1 {
        font-size: 42px;
    }

    .banner-wrapper {
        padding-top: 120px;
    }

    .section-padding {
        padding: 40px 0px;
    }

    .timeline > .timeline-item {
        flex-direction: column;
        border-left: 2px solid #e0e0e0;
    }

        .timeline > .timeline-item .timeline-date > img {
            display: none;
        }

        .timeline > .timeline-item > div {
            border-width: 0px !important;
            text-align: left !important;
            order: unset !important;
        }

            .timeline > .timeline-item > div::after {
                left: 0% !important;
            }

        .timeline > .timeline-item:nth-child(odd) > .timeline-content > h2 {
            text-align: left !important;
        }

        .timeline > .timeline-item:nth-child(even) > .timeline-content > h2 {
            text-align: left !important;
        }

        .timeline > .timeline-item:nth-child(even) > .timeline-content > p > img {
            right: 0;
            left: inherit;
            transform-origin: bottom right;
        }

        .timeline > .timeline-item:nth-child(even) > .timeline-content > p > button {
            left: 15px;
            right: inherit;
        }

    .banner-wrapper .widget {
        position: relative;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .btn {
        font-size: 16px;
        line-height: 3;
        height: 50px;
        padding: 1px 30px;
    }

    p {
        font-size: 14px;
    }

    .banner-wrapper .price-widget {
        margin-bottom: 30px;
    }
}

/*# sourceMappingURL=style.css.map */


.for-font-family {
    /* font-family: "Dancing Script", cursive; */
    /* text-transform: lowercase; */
    margin: 0 0 0 8px;
    font-size: 26px;
    font-weight: 700;
    background: #620e0e;
    padding: 0px 10px;
}

.curciv {
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    margin: 0 0 0 8px;
}

.counter {
    position: absolute;
    z-index: 9999;
    background: radial-gradient(circle, rgb(3 72 120) 0%, #160000 100%);
    padding: 13px 20px;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    right: 63px;
    top: -14px;
    background: radial-gradient(circle, rgb(3 72 120) 0%, #160000 100%) padding-box, linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A) border-box;
    border-radius: 50em;
    border: 4px solid transparent;
    box-shadow: 0 10px 20px 0 #00000094;
}

    .counter .count {
        font-size: 75px;
        font-weight: 800;
    }

.count-head {
    font-size: 20px;
    font-weight: 600;
    margin: -18px 0 0 0;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .about-wrapper .widget-content h4 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .about-wrapper .container {
        padding: 30px 15px;
    }
    .about-wrapper .widget-content p {
        font-size: 14px;
    }
    .your-slider {
        width: 339px;
    }

    .counter .count {
        font-size: 25px !important;
        font-weight: 800;
    }

    .count-head {
        font-size: 12px;
        font-weight: 600;
        margin: -7px 0 0 0;
        color: #fff;
    }

    .counter {
        position: absolute;
        z-index: 9999;
        background: radial-gradient(circle, rgb(3 72 120) 0%, #160000 100%);
        padding: 13px 20px;
        border-radius: 100%;
        height: 100px;
        width: 100px;
        left: 251px;
        top: 11px;
        background: radial-gradient(circle, rgb(3 72 120) 0%, #160000 100%) padding-box, linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A) border-box;
        border-radius: 50em;
        border: 4px solid transparent;
        box-shadow: 0 10px 20px 0 #00000094;
    }

    .banner-wrapper .widget {
        padding-top: 80px;
    }

    .testimonial-wrapper .slick-prev {
        top: -24px;
        right: 193px;
    }

    .main-footer .widget h4 {
        font-size: 18px;
    }

    .main-footer .widget ul li a {
        font-size: 14px;
    }

    .success-story-wrapper .widget h4 {
        font-size: 35px;
    }

    .success-story-wrapper .widget p.dis {
        font-size: 16px;
    }

    .success-story-wrapper .widget .award .content h4 {
        font-size: 21px;
    }

    .success-story-wrapper .widget .award .content p {
        font-size: 16px;
    }

    .success-story-wrapper .widget .award {
        margin-bottom: 25px;
        padding-bottom: 10px;
    }
    .inner-banner:before {
        background-image: none;
    }
    .testimonial-wrapper .slick-next {
        top: -24px;
        right: 139px;
    }

    .questions-wrapper .widget {
        margin-bottom: 15px;
    }

    .service-wrapper .nav-tab .tab-content {
        margin-top: 18px;
    }

    .service-wrapper .navtab .nav-tabs .nav-link {
        font-size: 14px;
        width: 169px;
        padding: .5rem .4rem;
    }

    .section-heading {
        margin-bottom: 25px;
    }

    .service-wrapper .nav-tab .tab-content .widget .content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-wrapper .nav-tab .tab-content .widget .content p {
        font-size: 14px;
    }

    .inner-banner {
        padding: 100px 0px 29px 0px;
    }

        .inner-banner .content h2 {
            font-size: 42px;
            color: #ffffff;
        }
}
.goldBG {
    background: linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A);
    background-size: 400% 100%;
    background-position: 0 0;
}


    .banner-wrapper svg {
        width: 100px;
        fill: #0c349b;
        position: relative;
        top: 70px;
    }

.banner-wrapper {
    padding-top: 90px;
}

    .banner-wrapper .widget .subtitle {
        font-size: 23px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0px;
        display: flex;
        align-items: end;
        font-weight: 600;
    }

.btn-gradient-1 {
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, darkblue, darkorchid) 1;
}

.section-padding {
    padding: 40px 0px;
    overflow: hidden;
}

}


.goldBG {
    background: linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A);
    background-size: 400% 100%;
    background-position: 0 0;
}

.goldText {
    background-clip: text;
    color: transparent;
    font-style: italic;
}

.services-slide .slick-slide {
    margin: 0 5px;
    /* adjust gap */
}

.services-slide .slick-list {
    margin: 0 -10px;
    /* fixes outer spacing */
}

.LogoSlider .item img {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    aspect-ratio: 4 / 4;
    border: 1px solid #ff6665;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.get-touch-header p {
    margin-bottom: 0;
}

.get-touch-header h5 {
    color: #bf3939;
}

.get-touch-header {
    border-bottom: 1px solid #fcac69 !important;
}

.get-touch-body input,
.get-touch-body textarea {
    border: 1px solid #fcac69;
}

.get-touch .modal-dialog .modal-content {
    background-image: linear-gradient(80deg, #ff5e6254 0%, #fec98354 100%);
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .main-navbar__navbar-brand img {
        width: 170px !important;
    }

    .banner-wrapper .widget:before {
        width: 591px;
        height: 324px;
        left: -201px;
        top: -11px;
    }

    .main-navbar {
        padding: 10px 0px;
    }

    .count-head {
        font-size: 15px;
        margin: -10px 0 0 0;
    }

    .counter .count {
        font-size: 52px;
    }

    .counter {
        height: 150px;
        width: 150px;
        top: -14px;
    }

    .for-font-family {
        font-size: 14px;
    }

    .curciv {
        font-size: 21px;
    }

    .banner-wrapper svg {
        width: 84px;
    }

    .banner-wrapper {
        height: 80vh;
    }

        .banner-wrapper .widget h1 {
            font-size: 68px;
        }

    .your-slider {
        width: 489px;
    }

    .slider-widget h5 {
        font-size: 18px;
    }

    .customized-printing .widget h4 {
        font-size: 18px;
    }

    .customized-printing .widget p {
        font-size: 15px;
    }

    .about-wrapper .widget-content .custom-btn {
        width: 800px;
    }

    .largest-printing-wrapper .widget .icon {
        width: 80px;
        height: 80px;
    }

    .largest-printing-wrapper .widget h5 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 18px;
    }

    .largest-printing-wrapper .widget p {
        font-size: 15px;
    }

    .largest-printing-wrapper .widget h2 {
        font-size: 40px;
    }

    .largest-printing-wrapper .widget {
        padding: 20px 24px;
    }

    .section-padding {
        padding: 60px 0px;
    }

    .main-footer .widget p {
        font-size: 16px;
    }

    .main-footer .widget h4 {
        font-size: 15px;
    }

    .main-footer .widget .contact-us label {
        font-size: 18px;
    }

    .print-solutions .widget .content h4 {
        margin-bottom: 7px;
        font-size: 19px;
    }

    .print-solutions .widget .content {
        padding: 13px 0px;
    }
}
