:root { --text-black: #000; --bg-black: #000; --text-white: #fff; --bg-white: #fff; --secondery-clr: #95316a; --main-color: #043e7c; --color-bg: #fdb602;  }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Bold.woff2') format('woff2'), url('../fonts/Merriweather-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Light.woff2') format('woff2'), url('../fonts/Merriweather-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Regular.woff2') format('woff2'), url('../fonts/Merriweather-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Merriweather'; background: var(--bgwhite-clr); position: relative; scroll-behavior: smooth; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.bg-theme {background: var(--main-color);color:#fff;}
.form-select:focus { border-color: #ccc; box-shadow: none; }
.bt-black { border-bottom: 1px solid #ccc; padding: 10px 0; }
.form-control:focus { box-shadow: none; border-color: #ccc; }
.aleart-sms { position: absolute; top: 5px; color: red; font-size: 16px; font-weight: bold; z-index: 9; }
.order-on-call { color: var(--tblack-clr); font-weight: 500; font-size: 18px; padding: 10px 0px; }
.tel-order {padding: 0px 6px;color: #627e17;font-weight: 600;}
.tel-order:hover { text-decoration: underline; text-underline-offset: 6px; }
.col-text-img { border-radius: 20px; }
.item-inner-heading { color: var(--tblack-clr); line-height: 30px; font-size: 24px; }
.fix-titel { position: relative; padding-bottom: 30px; }
.nav-wrapper ul.nav-menu li.nav-item {margin-right: 20px;}
.nav-wrapper ul.nav-menu li.nav-item:last-child {margin-right: 0;}
/*=================Diploma Folder=================*/
.titel-section p a {color: var(--main-color);font-weight: 600;}
.titel-section p a:hover {color: #f00;}
section.titel-section h1{color: var(--main-color);}
section.titel-section h1 span {font-size: 18px;color: #f00;}
.offset {font-size: 24px;font-weight: 600;text-align: center;display: inline-block;width: 100%;}
.titel-section  ul li {color: #f00;font-weight: 600;margin-right: 15px;}
.titel-section  ul li:last-child {margin-right: 0;}
.titel-section p {font-size: 16px;line-height: 30px;color: #656565;}
.titel-section ul li span {font-size: 15px;}
.home-page h2 {font-size: 30px;text-align: center;font-weight: 600;margin-bottom: 50px;color: var(--color-bg);line-height: 40px;}
.home-page .section-col.products h2 {color: var(--main-color);}
.home-page h2 a {color: var(--color-bg);}
.section-col.products h2 a {color: var(--main-color);}
.section-col {background: #f2f2f2;padding: 50px 0 20px;}
.section-col.products {background: #fff;position: relative;}
.box {background: #fff;text-align: center;padding: 15px;height: 100%;border: 1px solid #ccc;box-shadow: 0 0 6px 0 #ccc;}
.product-inner .box {height: auto;padding: 30px 0;}
.box .item-img {height: 240px;display: flex;align-items: center;justify-content: center;}
.product-inner .box .item-img {height: auto;}
.home-page h3 {color: var(--main-color);font-size: 18px;margin-top: 15px;}
.home-page h3 a {color: #000;display: block;}
.section-col .row > div {margin-bottom: 30px;}
.product-inner .section-col .row > div {margin-bottom: 0;}
.new {display: inline-block;width: 100%;margin: 30px 0;text-align: center;}
.new span {background: #f00;color: #fff;border-radius: 0 0 22px 22px;font-weight: 600;padding: 10px 60px;font-size: 18px;}
.product-inner .section-col.products .product-content h2 {font-size: 27px;}
.product-number {font-size: 16px;color: #f00;margin-bottom: 15px;display: inline-block;width: 100%;}
.product-des .price {color: var(--main-color);}
.product-des .price span {color: #f00;}
table.product-price {width: 100%;margin-bottom: 15px;}
table.product-price tr td {border: 1px solid #ccc;padding: 7px;text-align: center;}
.product-content ul {display: inline-block;width: 100%;margin: 10px 0 20px;}
.product-content ul li {margin-bottom: 10px;color: #656565;}
.product-content ul li:last-child {margin-bottom: 0;}
.product-content ul li span {color: var(--main-color);}
label {display: block;color: #f00;margin-bottom: 5px;text-align: left;}
input.form-control {float: left;width: 140px;height: 45px;text-align: center;margin-right: 15px;}
input.submit_btn {background: var(--main-color);color: #fff;border: none;padding: 10px 25px;text-transform: uppercase;font-size: 16px;border-radius: 0 0 22px 22px;}
input.checkout_btn {background: #f00;color: #fff;padding: 10px 25px;border: 1px solid;border-radius: 0 0 22px 22px;}
input.submit_btn:hover {background: var(--color-bg);color: #000;}
input.checkout_btn:hover {background: var(--main-color);}
form {display: inline-block;width: 100%;background: #f2f2f2;padding: 20px 15px;margin-bottom: 30px;border-radius: 4px;}
.medorder form {margin-bottom: 0;background: none;padding: 0;}
h5 {font-size: 18px;line-height: 25px;}
select.form-select {height: 45px;}
.form-group {margin-bottom: 15px;}
.product-inner p {color: #656565;line-height: 30px;}
.product-inner p a {color: #f00;}
.product-inner p u {color: #000;}
.product-inner p strong {color: #000;}
.tassels-heading h3 a {color: var(--main-color);font-weight: 600;}
.tassels-heading {text-align: center;}
.box.tassels-box {align-items: center;display: flex;justify-content: center;}
.medorder {display: flex;align-items: center;justify-content: center;}
.medorder .readmore {background: var(--main-color);padding: 10px 14px;border-radius: 10px 0 0 10px;}
.medorder .readmore a {color: #fff;}
.medorder .mallviewas {background: var(--color-bg);color: var(--main-color);padding: 10px 21px;border-radius: 0 10px 10px 0;font-weight: 600;}
.medorder .mallviewas span {color: #000;font-weight: normal;}
p.flatrate {color: #FF1822;}
p.flatrate strong {color: #000;font-weight: 600;}
p.flatrate span {color: #990033;}
.product-order-contect {background: var(--main-color);display: inline-block;width: 100%;color: #fff;padding: 20px 0;}
.product-order-contect p.flatrate{color: #fff;margin-bottom: 0;}
.product-order-contect p.flatrate span {color: var(--color-bg);}
.product-order-contect p.flatrate strong {color: var(--color-bg);}
.product-content p a {color: #f00;}
.medorder.input-quantity form {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.medorder.input-quantity input.form-control {width: 75px;margin-right: 0;float: none;}
.medorder.input-quantity form label {width: 100%;}
.copyright {background: #11447b;text-align: center;padding: 10px 15px;color: var(--color-bg);text-transform: uppercase;font-weight: 600;letter-spacing: 3px;}
tr.header-tab {background: var(--color-bg);color: #fff;text-align: center;border: 1px solid var(--color-bg);text-transform: uppercase;}
tr.header-tab th {padding: 10px;font-weight: normal;}
table.product-price tr td.price-qt {background: var(--color-bg);color: #fff;}
table.product-price.mobile-tab {display: none;}


/*================responsive navbar================*/
.mbshado.show { overflow: hidden; }
.header { display: flex; justify-content: space-between; align-items: center; }
.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: #fff;}
.nav-menu .nav-link { color: var(--twhite-clr); transition: .2s; font-size: 18px; }
.nav-menu .nav-link.active { color: var(--color-bg); }
.nav-menu .nav-link:hover { color: var(--color-bg); }

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

/*================fix-titel================*/
.titel-head {background: #000000;}
.titel-head a {color: #da7b93;font-weight: 600;}
.titel-head p {color: #fff;font-size: 18px;}
.titel-head p:last-child { margin-bottom: 0; }
.sub-heading { font-size: 26px; }
.fix-titel h1 {font-size: 38px;font-weight: bold;color: #da7b93;text-transform: uppercase;}
.fix-titel span {display: block;font-size: 18px;color: #da7b93;margin-top: 10px;}
.side-col { background: #f1f1f1; padding: 10px; height: fit-content; position: sticky; top: 0; }
.product-logo { display: flex; justify-content: space-between; margin-bottom: 30px; gap: 10px; }
.product-logo li { border: 1px solid #ccc; width: 50%; padding: 10px; display: flex; align-items: center; justify-content: center; }
.side-baar-menu li { margin-bottom: 10px; }
.side-baar-menu li input { width: 100%; text-align: left; padding: 10px 4px; border: 1px solid #ccc; background-color: var(--bgwhite-clr); white-space: normal; }
.side-baar-menu li:last-child { margin-bottom: 0; }

/* ===========contact-page-css===========*/
.content-page ul {display: flex;align-items: center;justify-content: space-between;text-align: center;margin-bottom: 30px;}
.content-page ul li { 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); border: 1px solid var(--main-color); justify-content: center;width:32%; }
.content-page ul li:hover::after { height: 100%; width: 100%; }
.content-page ul li::after { position: absolute; content: ""; background: var(--main-color); height: 0; width: 0; top: 0; left: 0; border-radius: 10px; margin: auto; transition: all .3s ease-out 0s; right: 0;z-index:-1; }
.content-page ul li span {display: block;font-size: 18px;font-weight: 600;margin-bottom: 10px;color: var(--main-color);}
.content-page ul li:hover span {color: #fff;}
.content-page ul li:hover{color: #fff;}
.content-page ul li img.hover_img {display: none;}
.content-page ul li:hover img.hover_img {display: block;margin: 0 auto;}
.content-page ul li:hover img{display: none;}

/* ===========footer-css===========*/
.f_titel { font-size: 26px; color: var(--color-bg); margin-bottom: 20px; font-weight: bold; }
.f_link, .f-text { font-size: 16px; color: var(--twhite-clr); transition: .2s; font-weight: 500; }
.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(--color-bg); }
.icon-box img { padding-right: 5px; }
.icon-box.address img { padding-top: 4px; display: block; }
.address { line-height: 35px; display: flex; align-items: flex-start; margin-bottom: 0; }
.footer-logo {display: flex;align-items: center;justify-content: center;height: 150px;border: 1px solid #11447b;box-shadow: 0 0 2px 0 #ccc;padding: 5px;}
/* =========//footer-css//=========*/
@media (min-width:1200px) and (max-width:1399px){
    .medorder.input-quantity input.form-control {width: 60px;}
    .medorder.input-quantity input.submit_btn {padding: 10px 15px;}
    .medorder.input-quantity input.checkout_btn {padding: 10px 15px;}
    .medorder .readmore {padding: 10px 10px;font-size: 14px;}
    .medorder .mallviewas {padding: 10px 13px;font-size: 14px;}
}
@media (min-width:992px) and (max-width:1199px){
    .medorder .mallviewas {padding: 10px 6px;font-size: 13px;}
    .medorder .readmore {padding: 10px 5px;font-size: 13px;}
}
@media (max-width:1199px) {
    .container { max-width: 100%; }
    .nav-wrapper ul.nav-menu li.nav-item {margin-right: 15px;}
    .medorder.input-quantity {flex-wrap: wrap;}
    .medorder.input-quantity form {justify-content: center;gap: 0 20px;}
    .medorder.input-quantity input.checkout_btn {width: 100%;margin-top: 14px;}
    .brand img {max-width: 175px;}
}
@media (max-width:1023px) {
    table.product-price {display: none;}
    table.product-price.mobile-tab {display: inline-table;}
    .product-price-col table.product-price {display: inline-table;} 
    .footer-logo {height: auto;}  
    .ftr-box  a.f_link, .ftr-box  .f-text {font-size: 14px;}
    .ftr-box .address {line-height: 27px;}
}
@media (min-width:768px) and (max-width:991px){
    .medorder.input-quantity input.form-control {width: 100%;margin-bottom: 15px;}
    .medorder.input-quantity input.submit_btn {width: 100%;}
    .nav-menu .nav-link {font-size: 14px;}
    .medorder {flex-wrap: wrap;}
    .medorder .readmore {border-radius: 10px;margin-bottom: 10px;width: 100%;}
    .medorder .mallviewas {border-radius: 10px;width: 100%;}
    label {font-size: 15px;}
}
@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: 140px; }
    .nav-menu .nav-link {color: #000;}
    .nav-menu {position: fixed;height: 100%;right: -100%;top: 0;flex-direction: column;width: 240px;border-radius: 0;transition: 0.7s;background: #fff;z-index: 999;padding-top: 93px;}
    .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(--main-color); }
    .nav-menu .nav-link:hover { color: var(--secondery-clr); }
    .hamburger {display: block;cursor: pointer;z-index: 9999;transition: 0.7s;position: relative;color: #fff;padding: 3px;border-radius: 4px;}
    .hamburger.show { background: var(--bgwhite-clr); transition: 0.7s; }
    .hamburger.show .bar {background: #f00;}
    .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); }
    .home-page h2 {font-size: 25px;}
    .medorder.input-quantity form {justify-content: flex-start;}
    .footer-logo {width: 200px;padding: 20px;}
    .ftr-box {margin-bottom: 20px;}
    .medorder .mallviewas {padding: 10px 10px;font-size: 14px;}
    .medorder .readmore {padding: 10px 13px;font-size: 14px;}
    .product-inner .section-col .product-content h2 {margin-top: 30px;}
    .product-inner .section-col.products .product-content h2 {font-size: 23px;}
    .content-page ul{flex-wrap: wrap;}
    .content-page ul li{width: 100%;}
    .content-page ul li:nth-child(2) {margin: 20px 0;}
}
