@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');



body {
    font-family: 'PT Sans', Helvetica, sans-serif;
    min-height: 100vh;
    /* position: relative; */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

header {
    transition: top 0.3s;
    /* transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important; */
}

.fixed-top {
    display: block;
}

#section-top li {
    padding: 6px 3px !important;
    color: #c9c9c9 !important;
    font-size: 13px;
    /* border-left: #c9c9c9 solid 1px; */
    margin: 0;
}

/* #section-top li:last-child {
    border-right: #c9c9c9 solid 1px;
} */

#section-top a {
    color: #c9c9c9 !important;
    transition: all 0.3s ease;
}

#section-top a:hover {
    color: #fff !important;
    text-decoration: none;
}

#main-logo  {
    height: 100%;
    max-width: 200px;
    width: 100%;
    text-indent: -999px;
    background: url('../img/main-logo9.png')no-repeat left center;
    background-size: contain;
}

#main-nav {
    border-bottom: #07454a solid 5px;
    font-family: 'Poppins', 'PT Sans', sans-serif !important;
    font-size: 16px;
}

#main-nav a{
    color: #333 !important;
}

#main-nav li a {
    transition: all 0.3s ease;
}

#main-nav li.active a, #main-nav li:hover a {
    color: #00828b !important;
}

#headerNav .dropdown-menu {
    border-radius: 0% !important;
    
}

#headerNav .menu-item {
    font-weight: bold !important;
    text-transform: uppercase;
}

.nav-link, .dropdown-item {
    color: #222 !important;
    font-family: 'Poppins', 'PT Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
}

.navbar-nav li:hover > ul.dropdown-menu {
    margin-top: -1px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -10rem;
    margin-top: -6px;
}


#carouselBanner .carousel-control-next, #carouselBanner .carousel-control-prev {
    top: 40%;
    width: 55px;
    height: 120px;
    background: rgba(0,0,0,0.3) !important;
}

#carouselBanner .carousel-caption {
    bottom: 30% !important;
}

#carouselBanner .carousel-caption-content {
    background: rgba(0,0,0,0.3);
    font-size: 16px;
}

#carouselBanner .carousel-caption-content h3{
    background: rgba(0,0,0,0.5);
    font-size: 30px;
}

.vertical-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#featured-printer-carousel .carousel-item {
    height: 100% !important;
    min-height: 550px !important;
}

#services .offer-cards {
    /* max-height: 250px; */
    height: 100%;
}

#services .offer-cards i {
    max-height: 60px;
    max-width: 60px;
    padding: 15px;
    transition: all 0.3s ease;
}

#services .offer-cards:hover i{
    border-radius: 50%;
}



#partner-with-us {
     background: url('../img/main-banner2.jpg')no-repeat top;
     background-size: cover;
     background-attachment: fixed;
}

#partner-with-us h5 {
    text-shadow: 1px 1px 0px #fff;
}

#partner-with-us p#text-partner {
    text-shadow: 1px 1px 0px #000;
}

footer {
    background-color: #062430;
}

footer #copyright {
    background: #021C26;
}

.page-title {
    /* border-bottom: #00454A solid 10px; */
    background: url('../img/page-banner.jpg')no-repeat top center;
    background-size: cover;
}

/* .product-item {
    font-size: .8rem;
    transition: .3s;
} */

/* .product-item:hover {
    box-shadow: #555 1px 1px 10px -6px;
} */

.cart-item-quantity {
    max-width: 100px !important;
}

.product-wrap {
    position: relative;
}

.product-wrap:hover {
    border-color: #DEE2E6 !important;
}

.product-wrap:hover .product-description {
    /* background-color: #6C757D !important; */
    background-color: rgb(0, 69, 74) !important;
    color: #fff !important;
}

.product-wrap:hover .product-description a {
    color: #fff !important;
}

.product-description {
    transition: .2s;
    /* background-color: rgb(0, 69, 74) !important; */
    
}

fieldset.active {
    display: block !important
}

fieldset {
    display: none
}

.pic0 {
    width: 400px;
    height: 500px;
    margin-left: 85px;
    margin-right: auto;
    display: block
}

.thumbnails {
    position: absolute
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.tb {
    width: 62px;
    height: 62px;
    border: 1px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer
}

.tb-active {
    opacity: 1
}

.thumbnail-img {
    width: 60px;
    height: 60px
}

@media screen and (max-width: 768px) {
    .pic0 {
        width: 250px;
        height: 350px
    }
}

table.features td:first-child {
    font-weight: 700;
}

.careers-item {
    transition: all 0.3s ease;
}

.careers-item:hover {
    background-color: #f2f2f2 !important;
    cursor: pointer;
}


.add-cart-control {
    width: 100%;
    max-width: 150px;
}

.map-responsive{
    overflow:hidden;
    position:relative;
    height: 50vh;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:50vh;
    width:100%;
    position:absolute;
}

@media screen and (max-width: 960px) {
    #main-banner {
        min-height: 65vh;
    }

    #main-banner img {
        min-height: 65vh !important;
    }
  }

  @media screen and (max-width: 480px) {
    #carouselBanner .carousel-caption {
        bottom: 15% !important;
    }
  }
  
.modal-backdrop.show {
  opacity: 0.5 !important;
}

.modal.fade .modal-dialog {
  transition: transform 0.15s ease-out, opacity 0.15s ease-out !important; 
}

.modal-backdrop.fade {
  transition: opacity 0.15s linear !important;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}