@font-face {
  font-family:"HPSimplified";
  font-weight:normal;
  font-style:normal;
  src:  url('../fonts/HPSimplified.ttf') format('truetype');
}

@font-face {
  font-family:"HPSimplified_Lt";
  font-weight:normal;
  font-style:normal;
  src:  url('../fonts/HPSimplified_Lt.ttf') format('truetype');
}

@font-face {
  font-family:"HPSimplified_Rg";
  font-weight:normal;
  font-style:normal;
  src:  url('../fonts/HPSimplified_Rg.ttf') format('truetype');
}

html{
    scroll-behavior: smooth;
}

.bg-gray {
    background-color: #EEEEEE;
}

.home-bg-banner {
    background-image: url('../images/home-banner.png');
    height: 100%;
    min-height: 600px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.home-bg-section1 {
    background-image: url('../images/home-bg-section1.png');
    height: 100%;
    min-height: 350px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.btn-red{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    padding: 10px 35px;
    border-radius: 0;
    background-color: #CE2123;
    color: #ffffff;
    text-decoration: none;
}

.btn-red:hover{
    background-color: #e60003;
    text-decoration: none;
    color: #ffffff;
}

.img-arrow{
    width: 25px;
}

.text-btn{
    padding-right: 10px;
}

.home-box-btn-section1{
    padding: 15px 0;
}

.title-section1{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
}

.content-section1{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #ffffff;
}

.home-box1-section2{
    background-color: #292929;
    padding: 20px;
    text-align: center;
    min-height: 250px;
}

.home-box2-section2{
    background-color: #434343;
    padding: 20px;
    text-align: center;
    min-height: 250px;
}

.home-box3-section2{
    background-color: #292929;
    padding: 20px;
    text-align: center;
    min-height: 250px;
}

.title-section2{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
}

.content-section2{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
}

.title-section3{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
}

.content-section3{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #707070;
}

.bg-home-section4{
    background-color: #EFEFEF;
    padding: 0;
}

.title-section4{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
}

.content-section4{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #000000;
    font-size: 15px;
}

.home-box1-section5{
    background-color: #292929;
    padding: 20px 30px;
    text-align: center;
    min-height: 200px;
}

.home-box2-section5{
    background-color: #434343;
    padding: 20px 30px;
    text-align: center;
    min-height: 200px;
}

.home-box3-section5{
    background-color: #434343;
    padding: 20px 30px;
    text-align: center;
    min-height: 200px;
}

.home-box4-section5{
    background-color: #292929;
    padding: 20px 30px;
    text-align: center;
    min-height: 200px;
}

.main-title-section5{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
}

.title-section5{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
}

.content-section5{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
}

.img-logo{
    width: 130px;
}

.border-bottom-red{
    border-bottom: 4px solid #CE2123;
}


li.nav-item{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #000000;
}

li.nav-item.active{
    border-bottom: 2px solid #CE2123;
}

.img-logo-banner{
    width: 350px;
}

.title-banner{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 40px;
}

.content-banner{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #000000;
    font-size: 20px;
}

.bg-footer{
    background-color: #CE2123;
    padding: 10px;
}

.text-footer{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
    font-size: 12px;
}

.footer-link{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
    font-size: 12px;
}

.box-footer-left{
    text-align: left;
}

.box-footer-right{
    text-align: right;
}

.box-btn-section3{
    position: absolute;
    bottom: 10px; 
    right: 20px;
}

.btn-section3{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
}

.bg-location{
    background-color: #ffffff;
    padding: 30px 0;
}

.text-location{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #707070;
    font-size: 14px;
    line-height: 18px;
}

/*************************************************************************/
/*about us*/
/*************************************************************************/

.aboutus-bg-banner {
    background-image: url('../images/aboutus-banner.png');
    height: 100%;
    min-height: 400px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.title-aboutus-banner{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
    font-size: 40px;
}

.box-title-aboutus-banner{
    padding: 150px 15px;
}

.aboutus-title-section1{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 30px;
}

.aboutus-content-section1{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #707070;
    font-size: 16px;
    line-height: 20px;
}

.aboutus-title-section2{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 30px;
}

.aboutus-content-section2{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
}

.aboutus-img-icon-section2{
    width: 100px;
}

.box-aboutus-img-section2{
    text-align: center;
    min-height: 120px;
}

.bg-section2{
    background-color: #EEEEEE;
}

.aboutus-title-section3{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 30px;
}

.box-aboutus-icon-section3{
    background-color: #EEEEEE;
    padding: 30px 50px;
    min-height: 145px;
}

.aboutus-img-icon-section3{
    width: 70px;
}

.aboutus-content-section3{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.aboutus-bg-section4 {
    background-image: url('../images/aboutus-section4.png');
    height: 100%;
    min-height: 300px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.aboutus-box-section4{
    padding: 75px 50px 75px 50px;
}

.aboutus-title-section4{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
    font-size: 30px;
}

.aboutus-content-section4{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #ffffff;
    font-size: 20px;
}

/*************************************************************************/
/*printers*/
/*************************************************************************/

.printers-bg-banner {
    background-image: url('../images/printers-bg-banner.png');
    height: 100%;
    min-height: 400px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.box-title-printers-banner{
    padding: 150px 15px;
}

.title-printers-banner{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 2px 2px 5px #000000;
}

.content-printers-banner{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 2px 2px 5px #000000;
}

.printers-bg-section3 {
    background-image: url('../images/printers-bg-section3.png');
    height: 100%;
    min-height: 300px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.printers-box-section3{
    padding: 30px;
}

.printers-title-section3{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
}

.printers-content-section3{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #000000;
    font-size: 13px;
    line-height: 16px;
}

.printers-bg-box-section3{
    background-image: url('../images/printers-img01.png');
    height: 100%;
    min-height: 300px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.printers-bg-section2{
    background-color: #F3F3F3;
}

.printers-box-section2{
    background-color: #ffffff;
    padding: 30px 40px;
}

.img-printers{
    height: 170px;
}

.box-img-printers-section2{
    text-align: center;
    min-height: 190px;
}

.box-title-printers-section2{
    text-align: center;
    min-height: 75px;
}

.title-printers-section2{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #000000;
    font-size: 20px;
}

.box-content-printers-section2{
    text-align: center;
    min-height: 80px;
}

.content-printers-section2{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #000000;
    font-size: 14px;
}

.box-bullet-printers-section2{
    text-align: center;
    min-height: 100px;
}

.bullet-printers-section2{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #000000;
    font-size: 14px;
}

.box-btn-printers-section2{
    text-align: center;
}

.meta-text{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #000000;
    font-size: 18px;
}

.meta-link{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 18px;
}

/*************************************************************************/
/*toners*/
/*************************************************************************/

.toners-bg-banner {
    background-image: url('../images/toners-bg-banner.png');
    height: 100%;
    min-height: 400px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.toners-bg-section2{
    background-color: #F3F3F3;
}

.toners-box-section2{
    background-color: #ffffff;
    padding: 30px 40px;
}

.img-toners{
    width: 250px;
}

.box-img-toners-section2{
    text-align: center;
    min-height: 200px;
}

.box-title-toners-section2{
    text-align: center;
    min-height: 75px;
}

.title-toners-section2{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #000000;
    font-size: 20px;
}

.box-content-toners-section2{
    text-align: center;
    min-height: 160px;
}

.content-toners-section2{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #000000;
    font-size: 14px;
}

.box-btn-toners-section2{
    text-align: center;
}

/*************************************************************************/
/*services*/
/*************************************************************************/

.services-bg-banner {
    background-image: url('../images/services-bg-banner.png');
    height: 100%;
    min-height: 400px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.box-title-services-banner{
    padding: 150px 15px;
}

.title-services-banner{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 2px 2px 5px #000000;
}

.content-services-banner{
    font-family: 'HPSimplified_Lt', 'Arial', san-serif;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 2px 2px 5px #000000;
}

.services-box1-section2{
    background-color: #292929;
    padding: 20px;
    text-align: center;
    min-height: 250px;
}

.services-box2-section2{
    background-color: #434343;
    padding: 20px;
    text-align: center;
    min-height: 250px;
}

.services-box3-section2{
    background-color: #292929;
    padding: 20px;
    text-align: center;
    min-height: 250px;
}

.img-services-logo{
    width: 70px;
}

.services-bg-section3{
    background-color: #EEEEEE;
}

.services-title-section1{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 30px;
}

.services-title-section2{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 30px;
}

.services-content-section2{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #707070;
    font-size: 20px;
    line-height: 24px;
}

.services-title-section3{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 30px;
}

.box-img-section3{
    min-height: 220px;
}

.services-subtitle-section3{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #707070;
    font-size: 20px;
    line-height: 24px;
    padding-top: 30px;
}

.img-awards{
    height: 100%;
    max-height: 230px;
}

.img-clients{
    width: 300px;
}

.services-title-section4{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 30px;
}

.box-img-section4{
    min-height: 320px;
}

.services-subtitle-section4{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #707070;
    font-size: 20px;
    line-height: 24px;
}

.contactus-title-section1{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #CE2123;
    font-size: 30px;
}

/*************************************************************************/
/*contact us*/
/*************************************************************************/

.contactus-bg-banner {
    background-image: url('../images/contactus-bg-banner.png');
    height: 100%;
    min-height: 400px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.box-title-contactus-banner{
    padding: 150px 15px;
}

.title-contactus-banner{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 2px 2px 5px #000000;
}

.contactus-bg-form {
    background-image: url('../images/contactus-team.jpg');
    height: 100%;
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.bg-form-contactus{
    background-color: #707070;
    padding: 20px;
}

.title-form-contactus{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
}

.content-form-contactus{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}

.btn-custom {
    border: 0;
}

.modal-thankyou{
    background-color: #CE2123;
    border-radius: 0;
}

.thankyou-title{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
}

.thankyou-content{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #707070;
    text-align: center;
    font-size: 18px;
}

.modal-content-custom{
    border-radius: 0;
    border: 2px solid #CE2123;
}

.modal-content-products{
    border-radius: 0;
}

.img-close{
    width: 30px;
}

.box-title-modal{
    width: 100%;
    text-align: center;
}

.invalid-feedback.white{
    color: #ffffff !important;
}

a.nav-link{
    font-size: 14px;
}

a.dropdown-item{
    font-size: 14px;
}

a.dropdown-item:hover{
    font-size: 14px;
    background-color: #CE2123 !important;
    color: #ffffff !important;
}

.nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important; 
}

input {
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
}
::-webkit-input-placeholder {
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
}
:-moz-placeholder {
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
}
::-moz-placeholder {
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
}
:-ms-input-placeholder {
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
}

/*************************************************************************/
/*business solutions*/
/*************************************************************************/

.business-solutions-bg-banner {
    background-image: url('../images/business-solutions-bg-banner.png');
    height: 100%;
    min-height: 400px;
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

table tr td{
    font-family: 'HPSimplified_Rg', 'Arial', san-serif;
    color: #707070;
    text-align: left;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {

    .home-bg-banner {
        background-position: center center;
    }

    .home-box1-section5{
        min-height: 400px;
    }

    .home-box2-section5{
        min-height: 400px;
    }

    .home-box3-section5{
        min-height: 400px;
    }

    .home-box4-section5{
        min-height: 400px;
    }

    .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important; 
    }

}