:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #046B8A; --secondery-color: #ffc9a2; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Bold.eot'); src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.eot'); src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-SemiBold.eot'); src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Medium.eot'); src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
.container { transition: .4s ease; max-width: 1320px; }
h1, h2, h3, h4, h5, h6 { letter-spacing: 1px; color: #000; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Poppins'; position: relative; scroll-behavior: smooth; color: #000; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
/* ====================heador css====================*/
.mbshado.show { overflow: hidden; }
header.header-section.page-header { background: #fff; color: #fff; font-weight: 600; }
header.header-section .header-custom { align-items: center; padding: 15px 0; }
.brand { width: 15%; }
.nav-wrapper nav.navbar ul.nav-menu { justify-content: space-between; width: 100%; }
.nav-menu .nav-item a { color: #8388ef; padding: 10px 20px; font-weight: 600; text-decoration: none; background: none; border-radius: 0; position: relative; overflow: hidden; display: block; text-transform: uppercase; }
.nav-menu .nav-item a::after { position: absolute; background: #a4c2c2; top: 0; width: 100%; height: 100%; left: -100%; content: ""; transition: all 0.4s cubic-bezier(.08, .82, .17, 1); }
.nav-menu .nav-item a span { position: relative; z-index: 1; }
.nav-menu .nav-item:hover a::after, .nav-menu .nav-item.active a { color: #fff; background: #8388ef; left: 0; }
.nav-menu .nav-item a:hover { color: #fff; }
header.header-section .text-col { background: #7f96d5; color: #fff; text-align: center; padding: 15px; }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; background: #7f96d5; transition: all 0.3s ease-in-out; -webkit-tranzsition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }
.link-sign { text-align: center; width: calc(25% - 30px); background: linear-gradient(45deg, #2b6267, #000000); margin: 15px; height: 80px; border-radius: 10px; box-shadow: 3px 3px 3px 3px #f1f1f10a; }
.link-sign a { color: #fff; font-size: 22px; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; border-radius: 10px; !I; !; }
.link-sign:hover { background: linear-gradient(45deg, #000000, #2b6267); }

/* ====================home page banner css====================*/
.main-item-container { background: #f6f7fd; }
.main-item-container  a { color: #000; text-decoration: underline; }
.main-item-container h1 { color: #5f6db2; font-size: 35px; }
.main-item-container  h2 { font-size: 25px; font-weight: 600; }
.box { transition: all 0.4s; background: #ebf0fd; padding-bottom: 10px; border-radius: 15px; }
.box:hover .card-details { border-color: #2E160D; }
.box:hover .card-details h5 { color: #272249; }
.card-details { border-top: 2px solid #7f96d5; padding: 10px 0px 0; transition: all 0.4s; position: relative; }
.product-no { color: #272249; padding: 10px; border-radius: 15px 15px 0 0; border: 1px solid #7f96d5; border-bottom: none; position: absolute; top: -47px; width: 100%; height: 45px; }
.box:hover .product-no { border-color: #272249; }
.card-details h5 { margin-bottom: 15px; font-size: 18px; color: #5f6db2; }
.card-details h5 a { color: #5f6db2; display: block; line-height: normal; }
.figure-box { height: 300px; background: #fff; border-radius: 15px 15px 0 0; }
table { width: 100%; }
table tr td.header-top { color: #7f96d5; font-weight: 600; }
table tr td { border: 1px solid #7f96d5; text-align: center; padding: 10px; color: #444; background: #fff; }
.top-content { display: flex; align-items: center; background: #7f96d5; border-radius: 5px; padding: 20px 15px; gap: 0 15px; flex-wrap: wrap; box-shadow: 0 0 2px 0 #7f96d5; -webkit-box-shadow: 0 0 2px 0 #7f96d5; }
.main-item-container  p.subtext { font-size: 16px; line-height: 28px; width: 85%; color: #fff; border-left: 1px dashed #272249; padding-left: 15px; }
.top-content .usapad-logo { width: 13%; }
.main-item-container  span, .main-footer  span { color: #5f6db2; }
.box img { transition: all 0.4s; }
.box:hover img { transform: scale(1.1); }
.new { position: absolute; background: #7f96d5; color: #fff; padding: 10px 15px; top: 0; text-transform: uppercase; border-radius: 15px 0 15px 0; }

/* ====================inner-pages-css====================*/
.main-item-container .col-12 p strong { color: #fb4e02; }
.product-box li { width: 13.2%; background: #fff; border-radius: 15px; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }
.product-box li img { padding: 10px; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }
ul.product-box li span { padding: 6px 0; border-bottom: 1px solid #000; background: #7f96d5; color: #fff; word-break: break-word; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }
.product-box li:hover span { background: #000; border-color: #7f96d5; color: #bcc0ff; }
.product-box li:hover img { transform: scale(1.05); }
form { background: #fff; padding: 20px; border-radius: 20px; margin-bottom: 20px; }
form .form-group .form-control { height: 45px; border-radius: 10px; box-shadow: none; }
form h5 { font-size: 20px; color: #7f96d5; margin-bottom: 15px; }
.main-item-container form span { color: #7f96d5; }
form .form-group input.form-control.quantity { float: left; width: 130px; text-align: center; }
form .form-group input.btn { background: #5f6db2; color: #fff; padding: 9px 20px; margin-left: 10px; text-transform: uppercase; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }
form .form-group input.btn:hover { background: #7f96d5; color: #000; border-color: #7f96d5; }

/* ====================contact-pages-css====================*/
.contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; }
.contact-page ul li { border-radius: 0 0 10px 10px; text-align: center; position: relative; z-index: 1; border: 1px solid #d3cef3; width: 23%; margin-top: 60px; font-size: 18px; padding: 60px 15px 10px; background: #fff; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }
.contact-page ul li:hover { border-color: #7f96d5; }
.contact-page ul li span { display: block; font-size: 24px; color: #2E160D; margin-bottom: 5px; line-height: 30px; }
.contact-page ul li img.hover_img { display: none; }
.contact-page ul li:hover img.hover_img { display: block; margin: 0 auto; }
.contact-page ul li:hover img { display: none; }
.contact-page ul li a { color: #7f96d5; display: block; word-break: break-word; }
.contact-page ul li figure { position: absolute; top: -40px; right: 0; left: 0; background: #fff; border: 1px solid #d3cef3; width: fit-content; margin: auto; padding: 20px; border-radius: 50%; transition: .4s ease; }
.contact-page ul li:hover figure { background: #7f96d5; }

/* ====================footer-css====================*/
.main-footer { background: #fff; color: #fb4e02; }
.f_titel { font-size: 24px; color: #5f6db2; margin-bottom: 20px; font-weight: 600; }
.f_link, .f-text { font-size: 16px; color: #000; transition: .2s; }
.payment-icon li { border: 1px solid #d3cef3; padding: 6px; }
.contact-details .icon-box { margin-bottom: 12px; }
.contact-details .icon-box:last-child { margin-bottom: 0; }
.contact-details .icon-box a { color: #000; opacity: 1; }
.contact-details .icon-box a:hover { color: #5f6db2; }
.icon-box img { color: var(--black); max-width: 25px; margin-right: 8px; }
.icon-box.address img { padding-top: 5px; }
.address { line-height: 27px; display: flex; align-items: flex-start; margin-bottom: 0; }

/* ====================media query====================*/
@media (min-width:992px) {
    .nav-wrapper { width: 85%; }
    .product-price.mobile { display: none; }
}
@media (min-width:992px) and (max-width:1199px) {
    .product-no { font-size: 15px; padding: 10px 5px; }
    .nav-menu .nav-item a { padding: 10px 12px; font-size: 15px; }
    form .form-group input.form-control.quantity { width: 92px; }
}
@media (max-width:1199px) {
    .container { max-width: 100%; width: 100%; }
}
@media (min-width:768px) and (max-width:991px) {
    .brand { width: 22%; }
    .main-item-container  p.subtext { width: 84%; }
    form { padding: 20px 15px; }
    form .form-group input.form-control.quantity { width: 60px; }
    form .form-group input.btn { padding: 9px 6px; margin-left: 7px; }
    .product-box li { width: 18.5%; }
    .product-no { font-size: 15px; padding: 10px 5px; }
}
@media (max-width:991px) {
    .contact-page ul li { width: 47%; }
    .payment-icon li img { padding: 5px }
    .logo-text { text-align: center; }
    .nav-menu .nav-link.active { color: #d06306; }
    .mbshado.show .bg-shado { background: rgba(0, 0, 0, .6); height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 998; transition: .7s; }
    .nav-menu { position: fixed; right: -100%; top: 0px; flex-direction: column; width: 240px; border-radius: 0; transition: 0.3s; background: var(--bg-white); z-index: 999; bottom: auto; height: 100%; padding-top: 55px; }
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-item { border-top: 1px solid #7d7f7f; width: 100%; }
    .nav-menu .nav-item.active { border-color: #8388ef; }
    .nav-menu .nav-item:last-child { border-bottom: 1px solid #7d7f7f; margin-right: auto; }
    .hamburger { cursor: pointer; z-index: 9999; transition: 0.3s; position: relative; padding: 3px; border-radius: 4px; }
    .hamburger.show { transition: 0.3s; top: 2px; }
    .hamburger.show .bar {        /* background: var(--seconndery-color); */ }
    .hamburger.show .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); background: #000; }
    .hamburger.show .bar:nth-child(2) { opacity: 0; }
    .hamburger.show .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background: #000; }
    .brand img { max-width: 150px; }
    header.header-section .header-custom { padding: 10px 0 10px; justify-content: space-between; }
    .nav-wrapper nav.navbar ul.nav-menu { justify-content: flex-start; }
    .item-col ul { flex-wrap: wrap; }
    .mbshado.show .brand { display: none; }
    .product-price { display: none; }
    .product-price.mobile { display: block; }
}
@media (max-width:767px) {
    .main-item-container h1 { font-size: 31px; }
    .brand { width: 80%; }
    .main-item-container  p.subtext { width: 100%; border-left: none; padding-left: 0; }
    .top-content .usapad-logo { width: 100%; padding-bottom: 15px; }
    .main-item-container  h2 { margin-top: 20px; }
}
@media (max-width:575px) {
    .contact-page ul li { width: 100%; font-size: 16px; }
    form .form-group input.form-control.quantity { width: 48%; }
    form .form-group input.btn { width: 49%; }
    form .form-group input.btn:last-child { display: inline-block; width: 100%; margin-top: 12px; margin-left: 0; }
    .product-box li { width: 23.2%; }
}
@media (max-width:414px) {
    form .form-group input.form-control.quantity { width: 47%; }
}
