:root { --tblack-clr: #000; --bgblack-clr: #000; --twhite-clr: #fff; --bgwhite-clr: #fff; --primery-clr: #3c0000; --secondery-clr: #a72a2b; }
@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; }
@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-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; }
* { box-sizing: border-box; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Roboto'; background: var(--bgwhite-clr); position: relative; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
p { color: #555; }
.bg-theme { background: var(--primery-clr); }
.highlight-text { color: var(--secondery-clr); }
.bt-black { border-top: 1px solid #ccc; padding: 10px 0; }
.add-charge { font-size: 16px; margin-bottom: 15px; }

/*================responsive navbar================*/
.mbshado.show { overflow: hidden; }
.header { display: flex; justify-content: space-between; padding: 15px 0; align-items: center; }
.websight-name { width: calc(100% - 160px); text-align: center; padding-left: 15px; }
.websight-name h1 {font-size: 40px;color: var(--twhite-clr);font-weight: bold;}
.websight-name p { font-size: 18px; color: var(--twhite-clr); margin-bottom: 0; font-style: italic; }
.websight-name p span {
    padding-right: 15px;
}
.websight-name p span:last-child {
    padding-right: 0;
}
.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(--bgwhite-clr); }
.nav-wrapper { padding: 14px 0; background: var(--secondery-clr); }
.nav-menu .nav-link { font-size: 18px; color: #a8b1ba; font-weight: 500; }
.nav-menu .nav-link.active { color: var(--twhite-clr); }
.nav-menu .nav-link:hover { color: var(--twhite-clr); }

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

/*================fix-titel================*/
.titel-head .banner-slider  .owl-dot.active span, .titel-head .banner-slider  .owl-dot:hover span { background: #a8b1ba; }
.titel-head .banner-slider  .owl-dot span { width: 20px; height: 20px; margin: 5px 10px; background: transparent; border: 2px solid #a8b1ba; }
.titel-head .img-box-wrapper { background: var(--bgwhite-clr); border: none; }
.titel-head { max-width: 1550px; }
.titel-head .img-box-wrapper img { width: auto; }
.fix-titel h2 { font-size: 22px; margin-bottom: 20px; color: var(--secondery-clr); font-weight: bold; }
.fix-titel p { font-size: 18px; color: #555; margin-bottom: 0; }
.fix-titel p a { color: var(--tblack-clr); font-weight: 500; transition: .3s; }
.fix-titel p a:hover { color: var(--secondery-clr); }

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

/* =========== home-page===========*/
.product-wrapper { position: relative; background: #a8b1ba; padding: 50px 0; }
.product { text-align: center; transition: .5s; z-index: 1; position: relative; background: var(--bgwhite-clr); flex-flow: column; height: 100%; justify-content: space-between; display: flex; }
.product::after { background-color: rgb(0 0 0 / 15%); bottom: 0; content: ""; height: 100%; position: absolute; right: 0; -webkit-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s; width: 100%; z-index: 1; }
.product:hover::after { height: 0; width: 0; }
.item-name { min-height: 70px; display: flex; align-items: center; justify-content: center; padding: 10px; transition: .3s; background: var(--bgblack-clr); }
.index .product:hover .item-name.bt-black { background: var(--secondery-clr); }
.new-item::before { position: absolute; content: "NEW"; color: var(--twhite-clr); padding: 6px 30px; right: 0; background: #51200a; font-weight: 500; }
.image-box { display: flex; align-items: center; justify-content: center; height: 275px; }
.card-heading { font-size: 16px; margin-bottom: 0; color: var(--twhite-clr); font-weight: 500; }
.product-details p { margin-bottom: 0; }
.text-gr-b { padding-right: 10px; font-weight: 500; color: var(--tblack-clr); font-size: 16px; }

/* ==========//home-page//=========*/

/*========= inner-page-css =========*/
.product-details .item-name P { color: var(--twhite-clr); font-weight: 500; }
.titel-bg { position: relative; padding: 50px 0; background: #bac1a7cf; }
.img-box-wrapper { display: flex; align-items: center; justify-content: center; overflow: hidden; min-height: 270px; flex-flow: column; border: 1px solid transparent; text-align: center; }
.img-box-wrapper:hover { border-color: #ccc; }
.product-content h4 { font-size: 24px; color: var(--primery-clr); text-transform: uppercase; font-weight: bold; }
.product-content p { margin-bottom: 10px; }
.product-box .features { font-size: 20px; font-weight: 500; color: var(--tblack-clr); }
.list-text li { padding-left: 20px; position: relative; margin-bottom: 10px; color: #555; }
.list-text li::before { rotate: 45deg; content: ""; position: absolute; left: 0; top: 6px; background: #555; height: 10px; width: 10px; bottom: 0; }
.table-wrapper th, td { border: 1px solid #ccc; padding: 10px; color: #555; }
.table-wrapper thead th { color: var(--twhite-clr); background: var(--primery-clr); }
.product-box { border: 4px dashed #bac1a7cf; padding: 10px; background: var(--bgwhite-clr); }
.form-wrapper { padding: 15px 10px 0; box-shadow: 0 0 5px 0 #ccc; -webkit-box-shadow: 0 0 5px 0 #ccc; }
.form-wrapper .form-heading { font-size: 18px; margin-bottom: 15px; color: var(--secondery-clr); }
.form-wrapper label { display: block; margin-bottom: 5px; color: var(--tblack-clr); font-weight: 500; }
.form-wrapper .form-group { margin-bottom: 20px; }
.form-wrapper .col-input { height: 44px; border: 1px solid #ccc; outline: none; box-shadow: none; border-radius: 4px; width: 100%; padding: 0 5px; color: #555; background: #fff; }
.form-wrapper .quantity { width: 100px; float: left; text-align: center; padding: 0 10px; }
.form-wrapper .submit_btn { height: 44px; border: 1px solid #ccc; outline: none; box-shadow: none; border-radius: 4px; margin-left: 25px; background: var(--bgwhite-clr); transition: .5s; padding: 0 20px; }
.form-wrapper .submit_btn:hover { background: var(--secondery-clr); color: var(--twhite-clr); border-color: var(--secondery-clr); }
.form-wrapper .col-input::placeholder { color: #ccc; }
.form-wrapper .personalized-item input { width: calc(33% - 16px); float: left; margin-right: 25px; padding: 0 10px; }
.form-wrapper .personalized-item input:last-child { margin-right: 0; margin-bottom: 0; }
.price-table-heading h4 { font-size: 24px; font-weight: bold; text-transform: uppercase; color: var(--secondery-clr); }
.price-table-heading p { font-size: 18px; font-weight: 500; margin-bottom: 20px; color: var(--secondery-clr); }
.all-Price-table p a { color: var(--tblack-clr); font-weight: 500; transition: .3s }
.all-Price-table p a:hover { color: var(--secondery-clr); }
.all-Price-table .table-wrapper { padding-bottom: 20px; }

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

/* ===========slider-css===========*/
.product-box .banner-slider  .owl-dot.active span, .product-box .banner-slider  .owl-dot:hover span { background: #a8b1ba; }
.product-box .banner-slider  .owl-dot span { width: 12px; height: 12px; margin: 4px; background: transparent; border: 2px solid #a8b1ba; }

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

/* ===========contact-page-css===========*/
.contact-box { background: #a8b1ba; }
.small-box { border-radius: 10px; transition: .3s all; color: var(--twhite-clr); text-align: center; position: relative; height: 100%; padding: 15px; display: flex; flex-flow: column; background: var(--bgwhite-clr); }
.small-box:hover::after { height: 100%; width: 100%; z-index: 1; }
.small-box::after { position: absolute; content: ""; background: var(--secondery-clr); height: 0; width: 0; top: 0; left: 0; border-radius: 10px; margin: auto; transition: all .3s ease-out 0s; }
.hover_img { display: none; }
.small-box:hover .hover_img { display: inline-block; }
.small-box:hover .block_img { display: none; }
.contact-box .img-box { margin-bottom: 10px; z-index: 2; }
.contact-box a { z-index: 2; }
.small-box .box-label { margin-bottom: 5px; font-size: 24px; font-weight: 500; color: var(--tblack-clr); z-index: 2; }
.small-box:hover .box-label { color: var(--twhite-clr); }
.small-box span { font-size: 18px; color: var(--tblack-clr); z-index: 2; }
.contact-address span { font-size: 17px; }
.small-box:hover span { color: var(--twhite-clr); }
.disclaimer-heading { font-size: 24px; margin-bottom: 15px; }
.disclaimer-box p { font-size: 16px; border-top: 1px solid #ccc; padding: 12px 0; margin-bottom: 0; display: flex; }
.disclaimer-box p strong { font-weight: 500; float: left; max-width: 170px; width: 100%; color: var(--secondery-clr); }
.foot-note { padding-bottom: 0; display: block; color: #a8b1ba; }
.foot-note a { color: var(--twhite-clr); font-weight: 500; transition: .3s }
.foot-note a:hover { color: var(--secondery-clr); }
.disclaimer-box p:last-child { padding-bottom: 0; }

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

/* ===========footer-css===========*/
.f_titel { font-size: 26px; color: var(--twhite-clr); margin-bottom: 20px; }
.f_link, .f-text { font-size: 16px; color: #d1d1d1; transition: .5s; }
.payment-icon li { padding-right: 10px; }
.payment-icon li:last-child { padding-right: 0; }
.contact-details .icon-box { margin-bottom: 15px; }
  .contact-details .icon-box:last-child { margin-bottom: 0; }
.contact-details .icon-box a:hover { color: var(--twhite-clr); }
.icon-box img { padding-right: 5px; }
.icon-box.address img { padding-top: 4px; display: block; }
.usapad-logo { background: var(--bgwhite-clr); width: 160px; height: 140px; display: flex; align-items: center; justify-content: center; border-radius: 16px; padding: 6px; }
.usapad-logo img { max-width: 120px; }
.address { line-height: 26px; display: flex; align-items: flex-start; margin-bottom: 0; }
.usapad-logo2.m-xl-auto { border: 1px solid var(--bgblack-clr); padding: 5px; height: 120px; width: 50%; display: flex; align-items: center; justify-content: center; }
.ftr-box2 { display: flex; background: var(--bgwhite-clr); padding: 5px; width: fit-content; }
.usapad-logo2.m-xl-auto:first-child { border-right: 0; }

/* =========//footer-css//=========*/
@media (max-width:1199px) {
  .container { max-width: 100%; }
  .fix-titel h2 { font-size: 20px; }
  .fix-titel p { font-size: 16px; }
  .item-name { min-height: auto; }
  .f_link { display: flex; flex-wrap: wrap; }
}
@media (max-width:991px) {
  .table-wrapper th, td { padding: 10px 0; }
  .nav-menu .nav-link { font-size: 17px; }
}
@media (max-width:767px) {
  .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; }
  .header-section { overflow: hidden; z-index: 999; position: relative; }
  .brand { max-width: 100px; }
  .nav-wrapper { padding: 0; }
  .nav-menu .nav-link { color: var(--tblack-clr); }
  .nav-menu { position: fixed; height: 100%; right: -100%; top: 0; flex-direction: column; width: 240px; border-radius: 0; transition: 0.7s; background: var(--bgwhite-clr); z-index: 999; padding-top: 92px; }
  .nav-menu.show { right: 0; }
  .nav-menu .nav-link { font-size: 16px; padding: 10px; }
  .nav-menu .nav-item { border-top: 1px solid #a8b1ba; width: 100%; }
  .nav-menu .nav-item:last-child { border-bottom: 1px solid #a8b1ba; }
  .nav-menu .nav-link.active { color: var(--secondery-clr); }
  .hamburger { display: block; cursor: pointer; z-index: 9999; transition: 0.7s; position: relative; color: var(--tblack-clr); padding: 3px; border-radius: 4px; }
  .hamburger.show { background: var(--bgwhite-clr); transition: 0.7s; }
  .hamburger.show .bar { background: var(--primery-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); }
  .websight-name { width: 100%; background: var(--secondery-clr); padding: 10px; }
  .websight-name p { font-size: 16px; }
  .titel-head .banner-slider .owl-dot span { width: 15px; height: 15px; margin: 5px; }
  .img-box-wrapper { min-height: auto; }
  .fix-titel { text-align: center; padding: 10px 0; }
  .fix-titel h2 { margin-bottom: 10px; }
  .product-wrapper { padding: 20px 0; }
  .product-content { margin-top: 20px; }
  .product::after { display: none; }
  .form-wrapper .submit_btn { margin-left: 20px; }
  .form-wrapper .personalized-item input { width: 100%; margin-bottom: 15px; margin-right: 0; }
  .disclaimer-box p strong { max-width: 85px; margin-right: 10px; }
  .all-Price-table table { min-width: 767px; }
  .f_titel { margin-bottom: 10px; }
  .ftr-box { border-bottom: 1px solid #a8b1ba; padding: 20px 0; }
  .all-Price-table .table-wrapper th, td { font-size: 14px; padding: 6px 0; }
}
@media (max-width:479px) {
  .col-w-100 { width: 100%; }
}

