:root { --black-clr: #000; --white-clr: #fff; --gd-clr: #faf395; --bg-white: #fff; --highlight: #f00; --theme-clr: #043268; --link-clr: #07315a; --bg-inner: #e6e3eb; --gradient-clr: linear-gradient(#073566, #0d8aae); }
@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Black.eot'); src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Medium.eot'); src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Bold.eot'); src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Regular.eot'); src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Roboto'; font-weight: normal; background: var(--bg-white); position: relative; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; }
.bg-theme { background: var(--gradient-clr); }
.highlight-text { color: var(--highlight); }

/*================responsive navbar================*/
.mbshado.show { overflow: hidden; }
.header { display: flex; justify-content: space-between; padding: 10px 0; align-items: center; }
.websight-name { width: calc(100% - 100px); text-align: center; }
.websight-name h1 { margin-bottom: 0; font-size: 48px; color: var(--white-clr); font-weight: bold; }
.hamburger { display: none; }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: var(--bg-white); }
.nav-wrapper { background: var(--link-clr); }
.navbar { justify-content: center; }
.nav-menu { display: flex; }
.nav-menu .nav-item { margin-left: 20px; padding: 6px 20px; }
.nav-menu .nav-link { font-size: 20px; color: var(--white-clr); }
.nav-menu .nav-link.active { color: #faf39d; }
.nav-menu .nav-link:hover { color: #faf39d; }

/*============//responsive navbar//========*/

/*================fix-titel================*/
.titel-head { position: relative; background-color: rgb(236, 240, 241); }
.fix-titel { text-align: center; position: relative; }
.fix-titel h2 {font-size: 34px;margin-bottom: 10px;text-transform: capitalize;font-weight: 500;color: var(--theme-clr);}
.fix-titel p { font-size: 18px; font-weight: normal; color: var(--black-clr); margin-bottom: 0; }
.fix-titel p a { color: #037292; padding: 0 5px; text-underline-offset: 5px; font-weight: 500; }
.fix-titel p a:hover { text-decoration: underline; }

/*==============//fix-titel//==============*/

/* =========== home-page product-wrapper===========*/
.product-wrapper { position: relative; background: var(--bg-white); }
.product { text-align: center; height: 100%; border-radius: 0; justify-content: space-between; transition: .7s; z-index: 1; position: relative; }
.new-item::before {position: absolute;content: "NEW";color: var(--white-clr);font-size: 18px;padding: 5px;left: 0;top: 0;right: 0;background: var(--gradient-clr);font-weight: 500;}
.product:hover { border-color: var(--theme-clr); }
.product:hover .image-box img {transform: scale(1.1);}
.product .image-box img {transition: all 0.7s;-webkit-transition: all 0.7s;}
.product:hover .item-name h5 { background: var(--link-clr); color: var(--white-clr); }
.image-box { display: flex; align-items: center; justify-content: center; padding: 20px; height: 280px; }
.item-name h5 {font-size: 17px;margin-bottom: 0;background: var(--bg-inner);color: var(--theme-clr);transition: .7s;padding: 10px;}
.product-details p { margin-bottom: 0; font-size: 16px; }
.text-gr-b {padding-right: 10px;font-weight: bold;color: var(--theme-clr);font-size: 18px;}
.product-details .item-price { margin-bottom: 10px; }
.product-wrapper .row > div {margin-bottom: 30px;}
/* ==========//home-page product-wrapper//=========*/

/*========= inner-page-css =========*/
.select-product { background-color: rgb(236, 240, 241); }
.img-box-wrapper { background: var(--white-clr); margin-bottom: 15px; padding: 20px; border-radius: 20px;/* position: relative; */ overflow: hidden; min-height: 220px; border: 1px solid #ccc; display: flex; align-items: center; justify-content: center; }
.img-box-wrapper img { scale: 1; transition: .5s; }
.img-box-wrapper img:hover { scale: 1.1; }
.product-content { margin-left: 10px; }
.product-content h2 {font-size: 34px;color: var(--theme-clr);}
.product-content p {margin-bottom: 5px;font-size: 16px;margin-top: 7px;}
.product-content ol {padding-left: 20px;list-style-type: disclosure-closed;margin-bottom: 25px;font-size: 17px;font-style: italic;margin-top: 0;line-height: 30px;}
.product-content p.features {color: var(--theme-clr);list-style: none;font-size: 20px;margin-bottom: 0;font-weight: bold;margin-bottom: 10px;}
.product-content .form-wrapper { padding: 20px 10px 25px; box-shadow: 0 0 5px 0 #ccc; -webkit-box-shadow: 0 0 5px 0 #ccc; background: var(--bg-white); border: 1px solid #ccc; margin-bottom: 40px; }
.product-content .form-wrapper:last-child { margin-bottom: 0; }
.product-content .form-wrapper .form-heading {font-size: 20px;color: var(--theme-clr);margin-bottom: 10px;}
.product-content .form-wrapper .form-group { margin-bottom: 15px; }
.product-content .form-wrapper label { display: block; margin-bottom: 7px; font-size: 16px; font-weight: normal; color: #037292; }
.product-content .form-wrapper .col-input { height: 44px; border: 1px solid #ccc; outline: none; box-shadow: none; border-radius: 4px; width: 100%; padding: 0 10px; }
.product-content .form-wrapper .quantity {width: 80px;float: left;text-align: center;padding: 0 5px;}
.product-content .form-wrapper .submit_btn {height: 44px;border: 1px solid #ccc;outline: none;box-shadow: none;border-radius: 4px;margin-left: 25px;width: calc(100% - 105px);background: var(--bg-white);transition: .5s;}
.product-content .form-wrapper .submit_btn:hover { background: var(--gradient-clr); color: #fff; }
.product-content .form-wrapper .col-input::placeholder { color: #ccc; }
.product-page .product-content .form-wrapper .submit_btn.btn {width: calc(100% /2 - 67px);}
.not-available { color: var(--highlight); font-size: 26px; font-weight: bold; }
.table-wrapper th, td { border: 1px solid #ccc; padding: 10px; }
.color-head { width: calc(14.28% - 10px); border: 1px solid #ccc; margin: 10px 5px; padding: 10px; scale: 1; transition: .5s }
.color-head:hover { scale: 1.1; }

/*========= //inner-page-css// =========*/

/* ===========slider-css===========*/
.select-product .owl-carousel .owl-dot span { background: #094e7b; height: 12px; width: 12px; margin: 5px; }
.select-product .owl-carousel .owl-dot.active span, .select-product .owl-carousel .owl-dot:hover span { background-color: var(--highlight); }

/* =========//slider-css//=========*/

/* ===========contact-page-css===========*/
.contact-box { background: var(--bg-white); }
.small-box {color: var(--white-clr); text-align: center; background: var(--white-clr); border: 1px solid #fff; height: 100%; padding: 15px; display: flex; justify-content: center; flex-flow: column; border: 1px solid #000; border-radius: 10px; transition: all 0.7s;-webkit-transition: all 0.7s;}
.small-box:hover { background: var(--gradient-clr); border-color: var(--gradient-clr); }
.hover_img { display: none; }
.small-box:hover .hover_img { display: inline-block; }
.small-box:hover .block_img { display: none; }
.small-box .box-label {margin: 10px 0 5px;font-size: 24px;color: var(--theme-clr);font-weight: 600;}
.small-box:hover .box-label { color: var(--gd-clr); }
.small-box span { font-size: 18px; color: var(--black-clr); }
.small-box:hover span { color: var(--white-clr); }
.disclaimer-heading { font-size: 30px; color: var(--black-clr); font-weight: 600; margin-bottom: 15px; }
.disclaimer-box p { font-size: 16px; color: var(--black-clr); margin-bottom: 7px; }
.disclaimer-box p strong { padding-right: 15px; color: var(--theme-clr); }

/* ===========//contact-page-css//===========*/

/* ===========footer-css===========*/
.f_titel { font-size: 28px; color: var(--gd-clr); margin-bottom: 15px; width: max-content; }
.f_link, .f-text { font-size: 16px; color: var(--white-clr); transition: .5s; }
.f_link:hover { color: var(--gd-clr); }
.payment-icon li { padding-right: 10px; }
.contact-details .icon-box { margin-bottom: 13px; }
.icon-box img { padding-right: 4px; }
.usapad-logo { padding: 10px; }
.leather-logo .ftr-box { background: #fff; display: flex; align-items: center; justify-content: space-between; border-radius: 10px; padding: 5px; max-width: 330px; padding: 30px 0px; }
.contact-details .icon-box .address { color: #fff; font-size: 16px; }
.contact-details .icon-box .address img { padding-right: 10px; }

/* =========//footer-css//=========*/
@media (max-width:1199px) {
  .container { max-width: 100%; }
  .product-content h2, .fix-titel h2 { font-size: 30px; }
  .fix-titel p { font-size: 16px; }
  .image-box { padding: 10px; }
  .item-name h5 { font-size: 16px; }
  .usapad-logo { width: 140px; height: auto; display: flex; align-items: center; justify-content: center; }
  .small-box .box-label { font-size: 20px; margin: 5px 0; }
  .small-box { padding: 10px; }
  .small-box span { font-size: 16px; }
  .disclaimer-heading { font-size: 24px; margin-bottom: 10px; }
  .text-gr-b { font-size: 16px; }
  .product-content .form-wrapper .form-heading { font-size: 18px; }
  .product-content .form-wrapper label { font-size: 16px; }
  .new-item::before { font-size: 16px; }
  .product-content .form-wrapper { margin-bottom: 30px; }
  .color-head { width: calc(16.66% - 10px) }
}
@media (max-width:991px) {
  .nav-menu .nav-link { font-size: 16px; }
  .nav-menu .nav-item { margin-left: 10px; padding: 5px 10px; }
  .product-content h2, .fix-titel h2 { font-size: 26px; }
  .contact-details .icon-box .address { font-size: 15px; }
  .f_link, .f-text { font-size: 15px; }
  .product-content .form-wrapper label { font-size: 15px; }
  .small-box { padding: 20px 10px; }
  .icon-box img { padding-right: 1px; }
  .color-head { width: calc(20.00% - 10px) }
}
@media (max-width:767px) {
  .header-section { overflow: hidden; z-index: 999; position: relative; }
  .mbshado.show .bg-shado { background: rgba(0, 0, 0, .7); height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 998; transition: .7s; }
  .brand img { max-width: 80px; }
  .websight-name h1 { font-size: 30px; }
  .navbar { padding: 0 10px; z-index: 999; }
  .nav-menu { position: fixed; height: 100%; right: -100%; top: 0; flex-direction: column; width: 240px; border-radius: 0; transition: 0.7s; background: var(--bg-white); z-index: 999; padding-top: 91px; }
  .nav-menu.show { right: 0; }
  .nav-menu .nav-link { color: var(--black-clr); text-align: left; font-size: 15px; }
  .nav-menu .nav-item { text-align: center; padding: 8px 10px; border-top: 1px solid #0d4e6f; margin: 0; background: var(--bg-white); width: 240px; }
  .nav-menu .nav-item:last-child { border-bottom: 1px solid #0d4e6f; }
  .nav-menu .nav-link.active { color: #037292; }
  .nav-menu .nav-link:hover { color: var(--theme-clr); }
  .hamburger { display: block; cursor: pointer; z-index: 9999; transition: 0.7s; position: relative; color: var(--black-clr);/* background: var(--gradient-clr); */ padding: 3px; border-radius: 4px; }
  .hamburger.show { background: var(--white-clr); transition: 0.7s; }
  .hamburger.show .bar { background: var(--theme-clr); }
  .hamburger.show .bar:nth-child(2) { opacity: 0; }
  .hamburger.show .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .hamburger.show .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .product-content h2, .fix-titel h2 { font-size: 22px; }
  .fix-titel p { letter-spacing: normal; font-size: 15px; }
  .product-details p { font-size: 15px; }
  .item-name h5 { font-size: 15px; }
  .contact-details .icon-box:last-child { margin-bottom: 0; }
  .product-content { margin-left: 0; }
  .ftr-box { border-bottom: 1px solid #ecf0f13d; padding-bottom: 15px; margin-bottom: 15px; }
  .f_titel { font-size: 22px; margin-bottom: 10px; }
  .f-text { margin-bottom: 10px; }
  .small-box .box-label { font-size: 18px; }
  .disclaimer-heading { font-size: 20px; margin-bottom: 10px; }
  .disclaimer-box p { font-size: 15px; margin-bottom: 7px; }
  .col-md-2.m-auto .ftr-box { margin-bottom: 0; }
  .product-content .form-wrapper label { font-size: 15px; }
  .product-content .form-wrapper .col-input { font-size: 15px; }
  .product-content .form-wrapper .submit_btn { font-size: 15px; }
  .product-content .form-wrapper .form-heading { font-size: 16px; }
  .text-gr-b { font-size: 15px; }
  .product-content ol li { font-size: 15px; }
  .product-content p { font-size: 15px; }
  .icon-box img { padding-right: 4px; }
  .color-head { width: calc(25.00% - 10px) }
}
@media (max-width:479px) {
  .websight-name h1 { font-size: 26px; }
  .product-content h2, .fix-titel h2 { font-size: 21px; }
  .fix-titel p { font-size: 14px; }
  .item-name h5 { font-size: 14px; }
  .f_titel { font-size: 20px; }
  .image-box { padding: 5px; }
  .item-coad { padding: 5px; }
  .col-w-100 { width: 100%; }
  .disclaimer-box p { font-size: 14px; }
  .product-content .form-wrapper .form-group.group-2 input { width: 100%; }
  .product-page .product-content .form-wrapper .submit_btn.btn { width: 100%; margin-left: 0; margin-top: 20px; }
  .small-box { padding: 10px; }
  .small-box .box-label { font-size: 16px; }
  .disclaimer-heading { font-size: 18px; margin-bottom: 5px; }
  .color-head { width: calc(33.33% - 10px) }
}
@media (max-width:399px) {
  .brand img { max-width: 60px;}
  .websight-name h1 { font-size: 22px; }
}

/*=======fade-left-animation css========*/
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}
@-webkit-keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}