/* ============================================
	| Google Fonts
============================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800&display=swap');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,600i,700,700i,800,900&display=swap');

/* =========================
	| Reset CSS Style
============================ */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #202020;
    line-height: 30px;
}

a {
    text-decoration: none;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #202020;
    margin-top: 0px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

img {
    width: 100%;
}

p,
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #828282;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

/*=========================================
	| Preloader CSS Style
========================================== */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/bg-img-3.jpg);
    z-index: 99999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

/*=========================================
	| WhatsApp CSS Style
========================================== */

.whatsapp {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 999;
}

.whatsapp .whatsapp-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
/* .floating-wpp {
    position: fixed;
    bottom: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 14px;
    transition: bottom .2s;
}
.floating-wpp-popup.active {
    bottom: 50%;
    transform: translateY(-50%);
} */
/* ======================================= 
	|Reuseable Style CSS 
========================================== */
.spark-section-title {
    margin: 50px auto 30px;
    line-height: 25px;
    padding: 10px 0px;
    background-color: #164194;
    text-align: center;
}

.spark-section-title h2 {
    font-size: 35px;
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

.spark-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    padding: 8px 20px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.primary-button {
    background-color: #164194;
    border: 1px solid#164194;
    color: #fff;
}

.primary-button:hover {
    background-color: #FFF;
    color: #1A1A1A;
    border-color: #164194;
}

.secondary-button {
    display: block;
    font-weight: 600;
    background-color: #1A1A1A;
    color: #FFF;
    border: 1px solid #1A1A1A;
}

.secondary-button:hover {
    background-color: #FFF;
    color: #1A1A1A;
    border-color: #1A1A1A;
}

.machine-btn {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.machine-btn:hover {
    background-color: #164194;
    border-color: #164194;
    color: #FFF;
}

/*=========================================
	| Breadcrumb CSS Style
========================================== */
.spark-breadcrumb-area {
    background-image: url(../../assets/img/bg-img-3.jpg);
    padding: 10px 0;
}

.spark-breadcrumb-area .spark-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.breadcrumb-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    display: none;
}

.spark-breadcrumb-area .spark-breadcrumb .breadcrumb-item a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 16px;
    opacity: 0.8;
    text-transform: capitalize;
}

.spark-breadcrumb-area .spark-breadcrumb .breadcrumb-item a:hover {
    opacity: 1;
}

.spark-breadcrumb-area .spark-breadcrumb .breadcrumb-item.active a {
    opacity: 1;
    text-decoration: none;
}

.spark-breadcrumb-area .breadcrumb-item+.breadcrumb-item::before {
    color: #164194;
    padding-right: 14px;
}

.brand-title {
    padding: 20px 0px;
    margin-top: 10px;
}

.brand-title p {
    display: inline-block;
    padding: 4px 30px;
    color: #FFF;
    font-weight: 500;
    background-color: #164194;
    position: relative;

}

.brand-title p::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
    height: 16px;
    width: 16px;
    background-color: #164194;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 1;
}

.brand-title h2 {
    padding: 20px 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #164194;
    margin-top: 14px;
    margin-bottom: 0px;
    box-shadow: 10px 10px 30px 5px #cfcfcf;
}

.page-link-breadcrumb ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.page-link-breadcrumb ul li .link-page {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #164194;
    margin-right: 16px;
    opacity: 0.6;
}

.page-link-breadcrumb ul li .link-page:hover {
    opacity: 1;
}

.page-link-breadcrumb ul li .link-page span {
    color: #1A1A1A;
    margin-left: 6px;
    opacity: 1;
}

.page-link-breadcrumb ul li .link-page.active {
    opacity: 1;
}

/* ========================================
	| Header Top CSS Style 
=========================================== */

.header-top {
    background-color: #000;
    color: #FFF;
    padding: 20px 0;
}

.top-cta {
    font-size: 14px;
    font-weight: 400;
    margin-right: 40px;
    color: #FFF;
}

.top-cta .top-icon {
    margin-right: 5px;
    color: #fff;
}

.top-social-icon a {
    display: inline-block;
    background: #FFF;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333;
    border-radius: 100%;
    margin-left: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.top-social-icon a.facebook-icon:hover {
    background-color: #3b5998;
    color: #fff;
}

.top-social-icon a.instagram-icon:hover {
    background-color: #d62976;
    color: #fff;
}

.top-social-icon a.linkedin-icon:hover {
    background-color: #0072b1;
    color: #fff;
}

/* ======================================
	| Navigation CSS Style
=========================================== */

.spark-navigation .navbar-brand img {
    width: 252px;
    height: 50px;
    object-fit: contain;
}

.spark-navigation {
    background-image: url(../../assets/img/bg-img-2.jpg);
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: 9;
}

.spark-navigation .navbar.navbar-expand-lg {
    padding: 0;
}

.spark-navigation .navbar-nav .nav-item .nav-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    padding: 6px 15px;
    transition: all 0.3s;
    margin-left: 6px;
    border: 1px solid transparent;
}

.spark-navigation .navbar-nav .nav-item .nav-link:hover {
    border: 1px solid #164194;
}

.spark-navigation .navbar-nav .nav-item .nav-link.active {
    background-color: #164194;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.spark-navigation .navbar.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 22;
    transform: translateY(70px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background-image: url(../../assets/img/bg-img-3.jpg);
}

.spark-navigation .navbar.sticky .nav-item .nav-link {
    color: #FFF;
}


/**************  Toggle Icon CSS Style  ******************/

.spark-navbar-toggler.navbar-toggler {
    border: none;
    background: #164194;
    padding: 10px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 3px;
    background-color: #FFF;
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.middle-bar {
    margin: 5px auto;
}

.toggler-icon.top-bar {
    transform: rotate(40deg);
    transform-origin: 10% 10%;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}

.toggler-icon.middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
}

.toggler-icon.bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 10%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #FFFFFF;
}

/****************** Active Nav Link Style *******************/
.spark-navbar .spark-navbar-nav .spark-nav-item .spark-nav-link.active {
    opacity: 1;
}

/****************** Dropdown Menu Style *******************/

.spark-navigation .dropdown-menu .dropdown-item {
    margin-bottom: 10px;
}

.spark-navigation .dropdown-menu .dropdown-item:hover {
    background-color: #164194;
    color: #FFF;
}

.spark-navigation .dropdown-mega .dropdown-menu {
    width: 100%;
}

.spark-navigation .dropdown-mega h5 {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0px;
}

.spark-navigation .list-group-item {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 12px 0;
}

.spark-navigation .list-group-item:hover {
    color: #164194;
}

/* ===========================================
	| Hero Slider CSS Style
============================================ */
.spark-hero-area {
    overflow: hidden;
}

.spark-carowsel-wrapper.slick-initialized.slick-slider.slick-dotted {
    margin: 0;
    padding: 0;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background: #164194;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-items: center;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.spark-carowsel-wrapper .slick-prev {
    left: 25px;
}

.spark-carowsel-wrapper .slick-next {
    right: 25px;
}

button.slick-prev.slick-arrow:hover,
button.slick-next.slick-arrow:hover {
    background-color: #202020;
}

.spark-carowsel-wrapper .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
}

.spark-carowsel-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    opacity: 0.5;
    cursor: pointer;
    background: #164194;
}

.spark-carowsel-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.spark-carowsel-wrapper .slick-dots li.slick-active {
    width: 50px;
    opacity: 1;
}

/* ====================================
	| Printer CSS Style
===================================== */
.printer-area,
.inks-area,
.spare-parts-area {
    background-image: url(../../assets/img/bg-img-2.jpg);
}

.printer-card,
.printer-card-body,
.ink-card,
.ink-card-body {
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.printer-card-body h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.printer-card:hover {
    box-shadow: 0px 5px 50px #777;
}



.printer-card:hover .printer-card-body h5 {
    color: #164194;
}

/************ All Brand Printer CSS  Style **************/
.machine-card {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.digital-printer .solvent-printer-card:hover,
.machine-card:hover {
    border: 1px solid #164194;
    box-shadow: none;
}

.phaeton-brand-printer,
.gethray-brand-printer,
.graphtec-brand-printer {
    background-image: url(../../assets/img/bg-img-2.jpg);
}

.liyu-brand-printer .solvent-printer-card {
    background-image: url(../../assets/img/bg-img-2.jpg);
}

.digital-printer .solvent-printer-card .printer-card-body:hover,
.graphtec-brand-printer .machine-card .machine-card-body:hover {
    background-color: transparent;
}

.machine-card-body {
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.machine-card-body h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.machine-card:hover {
    box-shadow: 0px 5px 50px #777;
}

.machine-card .machine-card-body:hover {
    background-color: #1A1A1A;
    color: #164194;
}

.machine-card:hover .machine-card-body h5 {
    color: #164194;
}

/**************** Printer Details CSS Style ****************/
.printer-details,
.machine-details {
    background-image: url(../../assets/img/bg-img-2.jpg);
}

.printer-details-content .brand-name,
.printer-details-content .model-name,
.printer-details-content .printhead-name,
.machine-details-content .brand-name,
.machine-details-content .model-name,
.machine-details-content .printhead-name,
.machine-details-content .ink-type {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 14px;
}

.printer-details-content .model-name span,
.printer-details-content .printhead-name span,
.printer-details-content .brand-name span,
.machine-details-content .model-name span,
.machine-details-content .printhead-name span,
.machine-details-content .brand-name span,
.machine-details-content .ink-type span {
    margin-left: 6px;
    color: #164194;
    font-weight: 600;
}


.printer-navtabs .details-nav,
.machine-navtabs .details-nav {
    border-bottom: 1px solid #164194;
}

.printer-navtabs .details-nav .details-nav-item button#pills-home-tab,
.printer-navtabs .details-nav .details-nav-item button#pills-profile-tab,
.machine-navtabs .details-nav .details-nav-item button#pills-home-tab,
.machine-navtabs .details-nav .details-nav-item button#pills-profile-tab {
    background: transparent;
    color: #164194;
    border: 1px solid #164194;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 16px;
    padding: 10px 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.printer-navtabs .details-nav .details-nav-item button#pills-home-tab.active,
.printer-navtabs .details-nav .details-nav-item button#pills-profile-tab.active,
.machine-navtabs .details-nav .details-nav-item button#pills-home-tab.active,
.machine-navtabs .details-nav .details-nav-item button#pills-profile-tab.active {
    background: #164194;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 16px;
    padding: 10px 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.machine-content-wrapper .spe-title,
.modal-body-title {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500px;
    color: #FFFFFF;
    background-color: #1A1A1A;
    box-shadow: 0px 0px 30px 5px #4b4a4a;
}

.overview-details .overview-card {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    background-image: url(../../assets/img/bg-img-3.jpg);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.overview-details .overview-card img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    max-height: 340px;
    width: 100%;
}

.overview-details .overview-card .overview-card-body .overview-text {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.overview-details .overview-card .overview-card-body .overview-text span {
    color: #d1d1d1;
}

.printhead-modal-body table,
.machine-content-wrapper table {
    width: 100%;
}

.printhead-modal-body table tbody tr td,
.machine-content-wrapper table tbody tr td {
    font-family: 'Montserrat', sans-serif;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1;
    background-clip: padding-box;
    text-transform: capitalize;
}

.single-printhead-area .printhead-modal-body table tbody tr td {
    padding: 12px;
}

.printhead-modal-body table tbody>tr:nth-child(2n+1) td,
.machine-content-wrapper table tbody>tr:nth-child(2n+1) td {
    color: #FFFFFF;
    background-image: url(../../assets/img/bg-img-3.jpg);
}

.printhead-modal-body table tbody>tr:nth-child(2n) td,
.machine-content-wrapper table tbody>tr:nth-child(2n) td {
    color: #1A1A1A;
    font-weight: 500;
    background-image: url(../../assets/img/bg-img-2.jpg);
}

.brand-parts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;

}

.single-brand-parts img {
    min-height: 327px;
    max-height: 327px;
    border-radius: 20px;
    border: 1px solid #164194;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* ===================================
	| Printing Media CSS Style 
======================================= */

.media-card-body img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.media-card-body .media-title {
    font-size: 18px;
    color: #1A1A1A;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 14px;
    padding-bottom: 0px;
}

.media-card-body {
    padding: 16px 16px 0px;
    margin-bottom: 0px;

}

.media-card-footer {
    border: 0px;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding-top: 0;
    margin-top: 0;
}

.spark-button.modal-button {
    background-color: #1A1A1A;
    color: #FFF;
    padding: 8px 16px;
    margin-top: 16px;
}

.spark-button.modal-button:hover {
    background-color: #164194;
    color: #FFF;
    border-color: #164194;
}

.modal-title {
    font-weight: 600;
    font-size: 20px;
    color: #1A1A1A;
}

/************* Printing Media Modal CSS Style  ****************/

.media-card img.card-img-top.media-thumbnail {
    max-height: 160px;
    object-fit: cover;
    width: 100%;
}

div.modal {
    height: 90vh;
    margin-top: 25px;
    z-index: 99999;
}

/* .ink-modal-wrapper {
	display: flex;
	justify-content: space-around;
} */
.modal-width {
    width: 75%;
    margin: 0 auto;
}

.printing-media-thumbnail img {
    object-fit: contain;
    height: 400px;
}

.printhead-modal-content .modal-header,
.printing-media-modal-content .modal-header,
.ink-modal-content .modal-header {
    background-image: url(../../assets/img/bg-img-3.jpg);
}

.printhead-modal-content .modal-header button,
.printing-media-modal-content .modal-header button,
.ink-modal-content .modal-header button {
    background: transparent;
    box-shadow: none;
    border: 0px;
    outline: none;
    font-size: 30px;
    color: #FF0000;
}

.printhead-modal-content .modal-title,
.printing-media-modal-content .modal-title,
.ink-modal-content .modal-title {
    font-weight: 700;
    color: #FFF;
    text-transform: capitalize;
}

.printing-media-modal .printing-media-modal-body,
.ink-modal-content .ink-modal-body {
    background-image: url(../../assets/img/bg-img-2.jpg);
}

.printing-media-modal-body h3,
.ink-modal-content .ink-modal-wrapper h5 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #164194;
    border-bottom: 2px solid #164194;
    padding-bottom: 5px;
    margin-bottom: 16px;
}

.printing-media-modal-body ul li,
.ink-modal-wrapper ul li {
    font-size: 14px;
    color: #1A1A1A;
    text-align: left;
}

.printing-media-modal-body ul li i,
.ink-modal-wrapper ul li i {
    color: #164194;
    margin-right: 5px;
}

.printing-media-modal .printing-media-modal-body ul h5 {
    font-size: 16px;
}

/* ===================================
	| Products CSS Style 
===================================== */
.products-area .products-menu {
    background-image: url(../../assets/img/bg-img-3.jpg);
    height: 100%;
}

.products-area .products-menu ul {
    padding: 0px 26px;
}

.products-area .products-menu ul li {
    text-align: center;
    padding: 4px 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.products-area .products-menu ul li:hover {
    color: #f9722f;
    background-color: #4b4a4a;
}

.products-area .products-menu ul li.active {
    color: #fff;
    background-color: #f9722f;
}

.products-items-wrapper {
    background-image: url(../../assets/img/bg-img-2.jpg);
    height: 100%;
}

.products-items-wrapper .card {
    border: 4px solid #1A1A1A;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    position: relative;
    margin-bottom: 20px;
}

.products-items-wrapper .card:hover {
    border: 4px solid #164194;
}

.products-items-wrapper .card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.products-items-wrapper .col {
    margin-bottom: 25px;
}

.products-items-wrapper .card .card-body .card-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 8px 0px;
    margin: 0;
    color: #1A1A1A;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.products-items-wrapper .card .card-body .product-overlay a {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.products-items-wrapper .card .card-body .product-overlay .fa-link {
    padding: 8px 16px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFFFFF;
    font-size: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.products-items-wrapper .card:hover::before {
    padding: 0;
    opacity: 0.8;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.products-items-wrapper .card .product-overlay a:hover .fa-link {
    background-color: #164194;
    border-color: #164194;
}

.products-items-wrapper .card:hover .product-overlay .fa-link {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

/* ======================================
	| Inks Area CSS Style 
========================================= */
.inks-area,
.printheads-area {
    overflow: hidden;
}

.inks-area .ink-card {
    border: 0;
    box-shadow: none;
    outline: none;
}

.inks-area .ink-card-body {
    padding: 0;
    background-color: #5b5b5b;
}

.inks-area .ink-card-body .card-title {
    font-weight: 600;
    padding: 16px;
    margin: 0;
    color: #FFF;
}

.ink-categories .ink-categories-card {
    box-shadow: 5px 5px 15px #cfcfcf;
    margin-bottom: 40px;
}

.ink-categories .ink-categories-card img {
    object-fit: contain;
}

.ink-categories .card-body {
    padding: 20px 30px;
}

.ink-categories .ink-type {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}

.ink-categories .ink-colors {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 600;
}

.ink-categories .ink-colors .ink-color-btn {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 6px;
    color: #FFF;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ink-categories .ink-colors .ink-color-btn.cyan {
    background-color: #00FFFF;
}

.ink-categories .ink-colors .ink-color-btn.megenta {
    background-color: #ff00ff;
    padding: 0px 8px;
}

.ink-categories .ink-colors .ink-color-btn.yellow {
    background-color: #ffff00;
}

.ink-categories .ink-colors .ink-color-btn.black {
    background-color: #000000;
}

.ink-categories .ink-weight {
    color: #1A1A1A;
    font-weight: 600;
    margin-bottom: 16px;
}

.ink-categories .ink-weight span {
    font-weight: 700;
}

/* ================================
	| Printhead Area CSS Style
===================================== */
.printhead-card,
.single-printhead-card,
.printhead-card img {
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.single-printhead-card {
    background-color: #5b5b5b;
    /* background-image: url(../../assets/img/bg-img-2.jpg); */
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/* .single-printhead-card:hover {
	border: 1px solid #164194;
} */
.printhead-card {
    border: 2px solid transparent;
}

.printhead-card .printhead-card-body {
    padding: 20px;
    background-color: #5b5b5b;
    /* border-left: 2px solid #1A1A1A;
	border-right: 2px solid #1A1A1A;
	border-bottom: 2px solid #1A1A1A; */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/* .printhead-card:hover .printhead-card-body {
	border-bottom: 2px solid #164194;
	border-left: 2px solid #164194;
	border-right: 2px solid #164194;
} */

.printhead-card .printhead-card-body .printhead-card-title {
    font-weight: 700;
    color: #FFF;
}

.printhead-card .printhead-card-body .spark-button.printhead-button {
    background-color: #164194;
    color: #FFF;
    border: 1px solid #164194;
    font-weight: 600;
    margin-top: 20px;
}

.printhead-card .printhead-card-body .spark-button.printhead-button:hover {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.single-printhead-card h5 {
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 20px;
}

/* ======================================
	| Contact Area CSS Style 
======================================= */

.branch-contact-area .branch-wrapper {
    background-image: url(../../assets/img/bg-img-3.jpg);

}

.contact-form .contact-form-floating .contact-input,
.contact-form .contact-form-floating .contact-textarea {
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border: 1px solid #1A1A1A;
    width: 100%;
    border-radius: 10px;
    color: #1A1A1A;
}

.contact-form .contact-form-floating .contact-textarea {
    resize: none;
    max-height: 120px;
    margin-bottom: 20px;
}

.contact-form .contact-form-floating .contact-input:focus,
.contact-form .contact-form-floating .contact-textarea:focus {
    border: 2px solid #164194;

}

.contact-form .contact-form-floating .contact-label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #1A1A1A;
}

.contact-form .contact-button:hover {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.branch-name h5 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    color: #FFFFFF;
}

.contact-form .contact-form-floating .contact-input,
.contact-form .contact-form-floating .contact-textarea {
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border: 1px solid #1A1A1A;
    width: 100%;
    border-radius: 10px;
    color: #1A1A1A;
}

.contact-form .contact-form-floating .contact-textarea {
    resize: none;
    max-height: 120px;
    margin-bottom: 20px;
}

.contact-form .contact-form-floating .contact-input:focus,
.contact-form .contact-form-floating .contact-textarea:focus {
    border: 1px solid #164194;

}

.contact-form .contact-form-floating .contact-label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #1A1A1A;
}

.contact-form .contact-button:hover {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.branch-contact-area .branch-wrapper {
    background-image: url(../../assets/img/bg-img-2.jpg);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.branch-name h5 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    padding-left: 20px;
    color: #1A1A1A;
    margin-bottom: 0;
    border-bottom: 1px solid #1A1A1A;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.branch-wrapper .branch-body {
    padding-top: 10px;
}

.branch-wrapper .branch-body .branch-info {
    display: flex;
    align-items: flex-start;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.branch-wrapper .branch-body .branch-info span.branch-icon {
    color: #164194;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.branch-contact-area .branch-wrapper:hover {
    background-image: url(../../assets/img/bg-img-3.jpg);
}

.branch-contact-area .branch-wrapper:hover .branch-name h5,
.branch-wrapper:hover .branch-body .branch-info,
.branch-wrapper:hover .branch-body .branch-info span.branch-icon {
    color: #FFF;
}

.branch-contact-area .branch-wrapper:hover .branch-name h5 {
    border-bottom: 1px solid #164194;
}

/* ================================
	| Spare Parts CSS Style 
=================================== */
.spare-parts-card {
    padding: 20px 0 0;
}

.spare-parts-card img {
    max-height: 200px;
    width: 100%;
    object-fit: contain;
}

.spare-parts-area .spare-parts-card-body h5 {
    font-size: 20px;
    color: #1A1A1A;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}

/* =====================================
	| Brand Section Style CSS 
======================================== */
.brand-logo-area {
    background-color: #f1f1f1;
}

.brand-logo-wrapper {
    padding: 30px 0;
    align-items: center;
}

.slick-track {
    display: flex;
    align-items: center;
}

.brand-carowsel .single-carowsel-item {
    margin: 0 20px;
    padding: 0px 10px;
}

.brand-carowsel .single-carowsel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ======================================
	| Footer CSS Style
========================================= */
.footer-top-area {
    background-image: url('../../assets/img/bg-img-3.jpg');
    padding: 90px 0 60px;
}



.footer-logo img {
    max-width: 100%;
    height: 70px;
    object-fit: contain;
}

.footer-social-icon-wrapper {
    color: #fff;
    font-size: 13px;
    margin: 0px;
}

.single-footer-item a {
    color: #d1d1d1;
    display: inline-flex;
    font-size: 16px;
}
.single-footer-item h4 {
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
}
.single-footer-item h6 {
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
}

.footer-social-icon {
    border: 1px solid #164194;
    color: #bababa;
    margin-right: 5px;
    padding: 8px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.footer-social-icon.facebook-icon:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #FFF;
}

.footer-social-icon.twitter-icon:hover {
    background-color: #00ACEE;
    border-color: #00ACEE;
    color: #FFF;
}

.footer-social-icon.skype-icon:hover {
    background-color: #00AFF0;
    border-color: #00AFF0;
    color: #FFF;
}

.footer-social-icon.google-icon:hover {
    background-color: #db4437;
    border-color: #db4437;
    color: #FFF;
}

.single-footer-item h4 {
    color: #e7e7e7;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 36px;
}

.single-footer-item p {
    display: flex;
    align-items: flex-start;
    color: #cfcfcf;
    font-size: 16px;
    margin: 0;
    line-height: 28px;
    margin-bottom: 20px;
}

.single-footer-item p span {
    color: #164194;
    margin-right: 20px;
    font-size: 24px;
}

.footer-nav li a {
    margin-bottom: 16px;
	color: #FFF;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.footer-nav li a:hover {
    color: #164194;
}

.footer-bottom-area {
    padding: 20px 0;
    background-color: #1A1A1A;
}

.footer-bottom-left a {
    color: #828282;
    margin: 0px 4px;
}

.heart-icon {
    color: #FF0000;
    margin: 0px 5px;
}

/* =====================================
	| Back Top Button CSS Style
======================================== */
.back-to-top#back-to-top {
    position: fixed;
    display: none;
    background: #164194;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: all 0.5s ease-in-out;
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

/* ========================================
	| About Page CSS Style 
============================================ */
.about-area {
    padding: 50px 0;
}
.about-area .about-wrapper .about-top-content .about-heading{
    text-align: center;
    font-size: 42px;
    line-height: 58px;
    color: #0072b1;
    font-weight: 700;
}
.about-area .about-wrapper .about-top-content .about-desc{
    margin-top: 20px;
    margin-bottom: 15px;
}

.about-area .about-wrapper .about-bottom-content .resource-title,
.about-area .about-wrapper .about-bottom-content .culture-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #1f1f1f;
    margin-top: 40px;
    margin-bottom: 20px;
}

.about-area .about-wrapper .about-bottom-content .culture-text{
    margin-bottom: 15px;
}
/* ========================================
	| Service Page CSS Style 
============================================ */
.service-area {}
.service-area .service-wrapper {}
.service-area .service-wrapper .service-details {}
.service-area .service-wrapper .service-details .service-title {
    color: #1A1A1A;
    text-transform: capitalize;
    font-weight: 500;
}
.service-area .service-wrapper .service-details p {
    color: #202020;
}
/* ========================================
	| Spare Parts pagination CSS Style 
============================================ */

.spare-parts-pagination {
    text-align: center;
    margin: 30px 0px;
    user-select: none;
}

.spare-parts-pagination li {
    display: inline-block;
    list-style: none;
    margin: 0px 10px;
    box-shadow: 0px 5px 25px rgb(1 1 1 / 10%);
}

.spare-parts-pagination li a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}

.spare-parts-pagination .previous-page,
.next-page {
    background-color: #0072b1;
    color: #FFF;
    width: 85px;
    border-radius: 45px;
    cursor: pointer;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.spare-parts-pagination .previous-page:hover {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
}

.spare-parts-pagination .next-page:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.spare-parts-pagination .current-page,
.dots {
    background-color: #ccc;
    color: #1A1A1A;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.spare-parts-pagination .active {
    background-color: #0072b1;
    color: #FFF;
}

.spare-parts-pagination .disable {
    background-color: #ccc;
}

