body {
    padding: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}
img {
    width: 100%;
    max-width: 100%;
}
.top-header {
    background-color: #004987;
    background-color: #000000f7;
    color: #fff;
    min-height: 30px;
    font-size: 13px;
}
.top-header .container {
    justify-content: flex-end;
}
.top-header a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.top-header .telephone svg {
    width: 14px;
    margin-right: 2px;
}
.top-header .email svg {
    width: 15px;
    margin-right: 4px;
}
.top-header .telephone {
    margin-right: 15px;
    line-height: 1;
}
.top-header .facebook svg {
    width: 16px;
    margin-right: 10px;
}
.top-header .youtube svg {
    width: 16.5px;
    margin-right: 2px;
}
.navbar {
    height: 62px;
    padding: 13.5px 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.9472163865546218) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.9472163865546218) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.9472163865546218) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.logo-box {
    padding: 0;
    margin-top: -40px;
}
.logo-box img {
    height: 28px;
}
.logo-box img.black {
    display: none;
}
nav.navbar-nav {
    margin-top: -25px;
}
.navbar.scrolled {
    background: #fff;
    box-shadow: 0 2px 2.5px 0 #00000012;
}
.navbar.scrolled .logo-box {
    margin-top: 0;
}
.navbar.scrolled .navbar-nav {
    margin-top: 0;
}
.navbar.scrolled .logo-box img.black {
    display: flex;
}
.navbar.scrolled .logo-box img.white {
    display: none;
}
.nav-item {
    margin: 0 0.5rem;
}
.nav-item:first-child {
    margin-left: 0;
}
.nav-item:last-child {
    margin-right: 0;
}
.nav-link {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 4px;
    cursor: pointer;
}
.navbar.scrolled .nav-link {
    color: #000;
}
.search-trigger {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.search-trigger svg {
    width: 20px;
}
.nav-item:hover .nav-link, .nav-item:hover .nav-link:after {
    color: #f99c38;
}
.nav-link:hover:after {
    border-color: #f99c38;
}
.menu-bar {
    position: relative;
    line-height: 1;
}
.nav-item:hover .menu {
    display: flex;
}
.menu .link-box {
    padding-right: 10px;
}
.menu .link-box a {
    font-size: 13px;
    text-decoration: none;
    color: #000000ad;
    padding: 2px 0;
    font-weight: 500;
}
.menu.single-menu .link-box a {
    padding: 5px 0;
    text-align: center;
    line-height: 1.2;
}
.menu .link-box a:hover {
    color: #f99c38;
}
.menu .description-box {
    font-size: 11px;
    line-height: 1.5;
    color: #5d5d5d;
    padding: 0 5px 0 5px;
}
.menu .column:hover .description-box {
    color: #424242;
}
.company .menu.single-menu {
    min-width: 130px;
}
.menu.single-menu {
    display: none;
    position: absolute;
    padding-top: 25px;
    min-width: 180px;
}
.products .menu.single-menu {
    min-width: 210px;
}
.single-menu .menu-box {
    display: flex;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-top: 2px solid #f99c38;
    border-radius: 2px;
    padding: 15px 20px;
    justify-content: center;
}
.single-menu .menu-box .link-box {
    padding: 0;
    align-items: center;
    justify-content: center;
}
.nav-item.menu-item {
    position: relative;
    display: flex;
    justify-content: center;
}
.nav-item.menu-item .single-menu {
    top: 23px;
}
main.homepage {
    margin-top: -62px;
    display: flex;
    flex-direction: column;
}
/*###### Hero ######*/
.hero {
    position: relative;
}
.owl-nav {
    position: absolute;
    width: 100%;
    opacity: 0;
}
.hero:hover .owl-nav {
    opacity: 1;
}
.owl-prev {
    position: absolute;
    left: 20px;
}
.owl-next {
    position: absolute;
    right: 20px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background: #00000063 !important;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 0;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background: #000 !important;
}
.owl-carousel .owl-nav span {
    font-size: 23px;
    line-height: 1;
    color: #fff
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #c9c9c9;
    margin: 0 1.5px;
    border-radius: 100%;
}
.owl-dot.active span {
    background-color: #fff;
}
.owl-dot{
    display: flex;
}
.hero-carousel .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 520px;
    height: 500px;
    max-height: 550px;
    object-fit: cover;
}
.hero-carousel .slide .caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    max-width: 60%;
    right: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-top: 3rem;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-item .slide  img {
    object-fit: cover;
}
.slide video {
    width: 100%;
    display: block;
    object-fit: cover;
}
.caption .title {
    color: #fff;
    display: inline-flex;
    line-height: 1.2;
    margin-right: 0;
    padding: .5em 0 .4em 0;
    position: relative;
    z-index: 2;
    font-size: 2.25em;
    font-weight: 700;
    width: fit-content;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 3px 4px 4px black;
    background: #0000008f;
    width: 100%;
    justify-content: center;
}

.caption .text {
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
    background: #0000008f;
    text-shadow: 2px 2px 4px black;
    width: 100%;
}
.introduction {
    padding: 60px 0 70px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.introduction .box {
    justify-content: center;
}
.introduction .left {
    width: 40%;
    padding-right: 25px;
    display: flex;
    align-items: center;
}
.introduction .right {
    width: 57.5%;
    padding-left: 60px;
    padding-bottom: 10px;
    justify-content: center;
}
.introduction .right .heading {
    color: #d9781e;
    font-size: 16px;
    font-weight: 600;
}
.introduction .right .title {
    color: #000;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.25;
    margin-bottom: 10px;
}
.introduction .right .title span {
    font-size: 18px;
    padding-top: 5px;
    font-weight: 500;
}
.introduction .right .text {
    font-size: 14px;
    color: #0d0d0d;
    margin-bottom: 0;
}
.introduction .right .text.upper {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
}
.mission {
    margin-top: 22.5px;
}
.vision {
    margin-top: 15px;
}
.mission img, .vision img {
    min-width: 50px;
    height: 50px;
    width: auto;
}
.introduction .content {
    padding-left: 20px;
}
.introduction .content h3 {
    font-size: 21px;
    font-weight: 700;
    color: #454545;
}
.inner-page .hero {
    height: 200px;
    overflow: hidden;
}
.inner-page .hero .background {
    display: flex;
    position: absolute;
    inset: 0;
}
.inner-page .hero .background img {
    display: flex;
    object-fit: cover;
}
.inner-page .hero .container {
    z-index: 111;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.inner-page .page-title {
    color: #fff;
    display: inline-flex;
    line-height: 1;
    padding: .45em .75em .25em .5em;
    position: relative;
    z-index: 2;
    font-size: 32px;
    font-weight: 600;
    width: fit-content;
    margin: 0;
    margin-top: 50px;
}
.breadcrumb {
    font-size: 11px;
    color: #fff;
}
.inner-page .description {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.category-container {
    display: flex;
    flex-direction: column;
}
.inner-page .content {
    margin: 50px 0;
}









.inner-page  .right {
    padding-left: 50px;
}
.inner-page.contact-page  .right {
    padding-left: 0;
}
.inner-page .right  h5 {
    font-weight: 600;
}
p.normal-text {
    font-size: 15px;
}
p.normal-text.head {
    font-size: 16px;
}
.img-box {
    gap: 20px;
    margin-bottom: 20px;
}
.img-box img {
    cursor: pointer;
}
.img-box span {
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
}
.d-flex.img-box.one-images-with-text {
    min-width: 40%;
}
.d-flex.img-box.one-video-with-text {
    min-width: 50%;
}
.imgS {
    width: 100%;
}
.imgL, .imgR {
    width: 50%;
}
.text-with-right-video {
    align-items: center;
}

.img-box.images4 img {
    cursor: pointer;
    width: 25%;
}
.img-box.images3 img {
    cursor: pointer;
    width: 33.3333333%;
}
.img-box.images2 img {
    cursor: pointer;
    width: 50%;
}
.img-box.images5 img {
    cursor: pointer;
    width: calc(20% - 16px);
}
.img-box.images1 img {
    cursor: pointer;
    width: 100%;
}

.product-special {
    border-top: 1.5px solid #d5d5d5;
    margin-top: 20px;
    margin-bottom: 20px;
}
.special-heading {
    margin-top: 2px;
    color: #fff;
    display: inline-flex;
    line-height: 1.125em;
    margin-right: 1em;
    padding: .375em 1em .375em .75em;
    position: relative;
    z-index: 2;
    font-weight: 600;
    width: fit-content;
}
.hist-img .special-heading {
    font-weight: 400;
    margin-top: -16px;
}
.special-heading.green, .special-heading.green:after {
    background-color: #f99c38;
}
.special-heading.orange, .special-heading.orange:after {
    background-color: #ef6b06;
    text-transform: uppercase;
}
.special-heading:after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-12.5deg);
    transform-origin: right bottom;
    width: 100%;
    z-index: -1;
}
.special-text {
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
}
.special-text .highlight {
    color: #ef6b06;
}
.special-text .link {
    color: #f99c38;
    text-decoration: none;
}
.special-text .link:hover {
    text-decoration: underline;
}
.sub-product-box .content2 {
    gap: 20px;
    margin-bottom: 3rem;
}
.sub-product-box .content2 .sub-product {
    width: calc(25% - 15px);
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.sub-product-box .content2 .sub-product {
    color: #000;
    text-decoration: none;
}
.sub-product-box .content .sub-product:hover {
    color: #f99c38;
}
.sub-product-box-title {
    margin-top: 1rem;
    margin-bottom: 20px;
    background-color: #f99c38;
    color: #fff;
    display: inline-flex;
    line-height: 1;
    margin-right: 1em;
    padding: .45em .75em .4em .5em;
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 600;
    width: fit-content;
}
.sub-product-box-title:after {
    background-color: #f99c38;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-12.5deg);
    transform-origin: right bottom;
    width: 100%;
    z-index: -1;
}
.enquiery-box {
    background: #e8e8e8;
    padding: 30px 40px;
}
.enquiery-box.product-page {
    margin-top: 30px;
}
.enquiery-heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
}
.enquiery-box .row>* {
    padding: 0 10px;
}
.enquiery-form {
    gap: 20px;
}
.enquiery-form .input-label {
    font-size: 13px;
    margin-bottom: 4px;
}
.enquiery-form  .form {
    border: 1px solid #c1c0c0;
    padding: 0 12.5px;
    border-radius: 3px;
    font-size: 15px;
    outline: 0;
}
.enquiery-form input.form {
    height: 41px;
}
.enquiery-form textarea.form{
    padding: 10px;
}
.enquiery-form .form:focus, .enquiery-form .form:hover {
    border-color: #f99c38;
}
.consent {
    margin-top: 20px;
}
.check-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    color: #555353;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
  }
  .check-box:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .check-box input:checked ~ .checkmark {
    background-color: #f99c38;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .check-box input:checked ~ .checkmark:after {
    display: block;
  }
  .check-box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.enq-next {
    width: fit-content;
    margin: 40px auto 0;
    color: #fff;
    background-color: #f99c38;
    text-decoration: none;
    padding: 11px 30px;
    border-radius: 5px;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
}
.enq-next:hover {
    background-color: #ef6b06;
    color: #fff;
}
table, th, td {
    border: 1px solid #efefef;
  }
  .data-table th {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    background: #f99c38;
    color: #fff;
    padding: 10px;
}
.data-table td {
    font-weight: 300;
    text-align: center;
    padding: 11px 5px;
    font-size: 15px;
}

.contact {
    position: relative;
    padding-bottom: 4rem;
}
.contact .background {
    position: absolute;
    top: 0;
    z-index: -1;
}
.contact-box {
    background: #f5f5f500;
    padding: 0;
    border-radius: 3px;
    border: 4px solid #f99c38;
}
.contact-box .left {
    display: flex;
    flex-direction: column;
    background-color: #f99c38;
    padding: 2rem;
    height: auto;
}
.adress-heading {
    color: #000;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
}
.address-details span {
    color: #fff;
    font-size: 16px;
}
.address-details {
    margin-bottom: 30px;
}
.contact-id {
    gap: 15px;
}
.contact-id .item {
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
.contact-id .item:hover {
    text-decoration: underline;
}
.contact-id .item:hover .icon {
    background-color: #ef6b06;
}
.contact-id .icon {
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 5px;
    color: #fff;
    margin-right: 15px;
}
.contact-id .icon svg {
    width: 30px;
}
.contact-id span.id {
    color: #fff;
}

.contact-page .top {
    padding: 50px 0;
    text-align: center;
}
.contact-page-heading {
    font-weight: 600;
    font-size: 32px;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-container .product {
    width: calc(25% - 15px);
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.product-container .product .details {
    margin-top: -30px;
}
.product-container .product .photo {
    max-height: 295px;
    overflow: hidden;
    z-index: -1;
}
.product-container .product h5.name {
    background: #fff;
    max-width: 80%;
    padding: 5px;
    padding-left: 10px;
}
.product-container .product .description {
    font-size: 15px;
}
.product-container .product .link {
    margin-top: auto;
    color: #f99c38;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
}
.product-container .product .link:hover {
    text-decoration: underline;
}
.product-container .product svg {
    width: 18px;
}
.career-content .photo {
    width: 45%;
}
.career-content .details {
    width: 55%;
    padding-left: 40px;
}
.quality-page .contact {
    margin-top: 50px;
}
.quality-page .contact-box {
    margin: auto;
    max-width: 90%;
}
.quality-page .img-box {
    justify-content: center;
}
.quality-page .img-box.images4 img {
    max-height: 150px;
    width: auto;
}

.floating-contact {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 100%;
    background-color: #f99c38;
    z-index: 999;
    padding: 12px;
    box-shadow:0 0 11px 3px #0000003b;
}
.floating-contact svg {
    width: 28px;
    color: #fff;
}

footer {
    background-color: #494949;
    padding: 50px 0 40px;
    margin-top: 70px;
}
.main-footer .container {
    justify-content: space-between;
    align-items: center;
}
.main-footer .link-section {
    gap: 20px
}
.main-footer .link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.main-footer .link:hover {
    text-decoration: underline;
}
.copyright-section {
    color: #fff;
    font-size: 13px;
}
.exp-img {
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px;
}
.exp-img  .item {
    width: calc(33.33333% - 20px);
    margin-bottom: 20px;
}
.exp-img .item .link {
    margin-top: auto;
    color: #f99c38;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}
.exp-img .item .link:hover {
    text-decoration: underline;
}
.exp-img .item .link svg {
    width: 20px;
}


.hist-img {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px;
}
.hist-img  .item {
    width: calc(25% - 22.5px);
    margin-bottom: 20px;
}
/*########## MOBILE FIXING ##########*/





.cat-icon {
    width: 30px;
    margin-bottom: 15px;
}

.cat-title {
    font-weight: 700;
    font-size: 16px;
}
.cat-description {
    font-size: 13px;
    line-height: 1.3;
    color: #656262;
    margin-bottom: 13px;
}
.cat-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-top: auto;
}
.cat-link svg {
    width: 15px;
    margin-left: 1px;
}
.section-heading {
    display: flex;
    flex-direction: column;
}
.section-heading .title {
    color: #d9781e;
    font-weight: 500;
    margin-bottom: 5px;
}
.section-heading .heading {
    color: #000;
    font-size: 32px;
    font-weight: 700;
}
.home-categories {
    margin-top: 70px;
}
.home-categories .content, .categories .content {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.cat-item {
    width: calc(33.33333% - 10px);
    text-decoration: none;
    color: #000;
    position: relative;
    background: #f8f8f8;
    padding: 22px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    overflow: hidden;
}
.cat-item .left {
    width: 60%;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.cat-item .right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.cat-item:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    z-index: 0;
    transform: scale(1);
    transition: all 0.6s;
    height: 300px;
    width: 300px;
    background: rgb(225 223 223 / 63%);
    right: -75px;
    top: -100px;
}
.cat-item:after {
    background: rgb(209 209 209 / 43%);
    height: 300px;
    width: 300px;
    right: -110px;
    top: -100px;
    content: "";
    position: absolute;
    border-radius: 100%;
    z-index: 0;
    transform: scale(1);
    transition: all 0.6s;
}
.home-why {
    padding-bottom: 0;
    background-color: #f99c38;
}
.home-why .container {
    gap: 20px;
    padding: 30px 0;
    margin-top: 0;
    justify-content: center;
}
.why-item {
    display: flex;
    width: calc((100% / 5) - 15px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 24px 33px 20px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 3px 3px 11px 0px #00000038;
}
.why-item .title {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #535353;
}
.why-item:hover .title {
    color: #000;
}
.why-icon {
    max-width: 50px;
}
.why-item .icon {
    margin-bottom: 15px;
    padding: 0;
    border-radius: 10px;
}
.home-stat {
    background-color: #434242;
    padding: 40px 0;
    margin-top: 100px;
}
.home-stat .container {
    padding: 0 10rem;
    justify-content: space-between;
}
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 0;
}
.home-stat .title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}
.home-stat .text {
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
}
.home-products {
    margin-top: 100px;
}
.home-products .content, .product-list .content {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}
.product-list-container {
    display: flex;
    flex-direction: column;
}
.product-list .content {
    margin-top: 30px;
}
.prd-item {
    display: flex;
    width: calc(20% - 12px);
    flex-direction: column;
    justify-content: center;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.prd-item .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    overflow: hidden;
}
.prd-item .photo img {
    width: auto;
    height: auto;
    max-height: 100%;
}
.prd-item .title {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
    color: #797979;
    display: none;
}
.prd-item:hover {
    box-shadow: 3px 3px 11px 0px #00000038;
}
.prd-item:hover .title {
    color: #000;
}
.inner-page {
    overflow: hidden;
    margin-top: -62px;
    display: flex;
    flex-direction: column;
}
.product-details {
    display: flex;
    width: 100%;
    margin-top: 50px;
}
.product-details .left-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    border: 1px solid #eee;
    height: 400px;
    position: relative;
    background: #eee;
    border: 1px solid #f99c3830;
}
.product-gallery {
    width: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-gallery .owl-carousel, .product-gallery .owl-carousel .owl-item {
    height: 100%;
}
.product-gallery .owl-carousel .owl-item {
    padding: 20px;
}
.product-gallery .owl-carousel .owl-stage-outer {
    height: 100%;
}
.product-gallery .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-gallery .slide {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-gallery .owl-carousel .owl-item .slide img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.product-details .right-section {
    width: calc(100% - 500px);
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-description span {
    font-size: 15px;
    line-height: 1.3;
}
.product-inquiry {
    margin-top: 30px;
    width: 100%;
    gap: 20px;
}
.inquiry-button {
    width: 100%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
}
.inquiry-button svg {
    width: 22px;
    margin-right: 10px;
}
.inquiry-button.whatsapp svg {
    width: 26px;
}
.inquiry-button.whatsapp {
    background-color: #075e54;
    border-color: #075e54;
    background-color: #128c7e;
    border-color: #128c7e;
}
.inquiry-button.whatsapp:hover {
    background-color: #075e54;
    border-color: #075e54;
}
.slider-navigation {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
    gap: 5px;
    z-index: 9;
}
.prev, .next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #f99c38;
    padding: 0;
}
.prev svg, .next svg {
    width: 14px;
    cursor: pointer;
    color: #6f6f6f;
}
.prev:hover, .next:hover {
    background-color: #f99c38;
}
.prev:hover svg, .next:hover svg {
    color: #fff;
}
.product-details .left-section:before {
    position: absolute;
    height: 30%;
    width: 30%;
    border: solid #f99c383b;
    border-width: 8px 8px 0 0;
    content: "";
    top: -20px;
    right: -20px;
}
.product-details .left-section:after {
    position: absolute;
    height: 30%;
    width: 30%;
    border: solid #f99c383b;
    border-width: 0 0 8px 8px;
    content: "";
    bottom: -20px;
    left: -20px;
}
.product-share svg {
    width: 24px;
}
.product-name {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}
.mobile-search {
    display: none;
}
.mobile-page-title {
    display: none;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal-fullscreen .modal-header {
    border: 0;
}
.modal-fullscreen .modal-content {
    background: #0000008a;
}
.custom-close {
    margin-left: auto;
    border: 0;
    background: transparent;
    padding: 0;
    height: auto;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.custom-close svg {
    color: #fff;
    width: 40px;
}
.custom-close:hover svg {
    color: #a9a9a9;
}
.modal-fullscreen .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box {
    padding: 25px;
    background: #d7d7d7;
    width: 60%;
    gap: 20px;
}
.form-control {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.search-submit {
    background-color: #f99c38;
    border: 0;
    padding: 0 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}






@media screen and (max-width: 768px) {
    .top-header {
       display: none !important;
    }
    .navbar-toggler-icon svg {
        width: 30px;
        color: #f99c38;
        margin-top: 2px;
    }
    .navbar-toggler, .mobile-search {
        display: flex;
        width: 42px;
        height: 42px;
        padding: 0;
        box-shadow: none !important;
        justify-content: center;
        align-items: center;
    }
    .contact-link {
        width: 100%;
        justify-content: space-between;
    }
    .logo-box {
        padding: 0;
        margin: 0;
        order: 2;
    }
    .mobile-search {
        display: flex;
        order: 3;
        width: 42px;
    }
    .mobile-search svg {
        width: 24px;
        color: #f99c38;
    }
    nav.navbar-nav {
        margin-top: 0;
    }
    #mainHeader .container {
        margin-top: -5px;
    }
    .logo-box img {
        height: 22px;
    }
    .main-header.scrolled.navbar {
        height: 52px;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    #mainHeader.scrolled .container {
        margin-top: 0;
    }
    #mainHeader.scrolled .navbar-toggler-icon svg {
        margin-top: 0;
    }
    .hero-carousel .slide {
        height: 320px;
    }
    .hero-carousel.owl-carousel .owl-item img {
        height: 100%;
    }
    .hero-carousel .slide .caption {
        width: 100%;
        max-width: 85%;
        padding: 0;
        margin: 2rem auto 0;
        right: unset;
    }
    .caption .title {
        font-size: 15px;
        line-height: 1.4;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .caption .text {
        display: none !important;
    }
    .introduction {
        padding: 10px 0 10px 0;
    }
    .introduction .left {
        display: none;
    }
    .introduction .right {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .introduction .right .heading {
        margin-bottom: 4px;
    }
    .introduction .right .title {
        font-size: 22px;
    }
    .introduction .right .text.upper {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .introduction .right .text {
        font-size: 12px;
    }
    .home-why .container {
        gap: 15px;
        padding: 15px 0;
        flex-wrap: wrap;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }
    .why-item {
        width: calc(50% - 8px);
        padding: 15px 16px 16px;
    }
    .why-item:nth-child(5) {
        display: none;
    }
    .why-icon {
        max-width: 34px;
    }
    .why-item .title {
        font-size: 12px;
    }
    .home-categories {
        margin-top: 40px;
        text-align: center;
    }
    .section-heading .heading {
        font-size: 22px;
    }
    .home-categories .cat-item .right, .home-categories .cat-description, .home-categories .cat-link {
        display: none;
    }
    .home-categories .cat-item {
        padding: 15px 10px;
        width: calc(50% - 4px);
        display: flex;
        text-align: center;
        align-items: center;
    }
    .home-categories .cat-item .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        z-index: 1;
        justify-content: center;
        align-items: center;
    }
    .home-categories .content {
        gap: 7px;
    }
    .home-categories .cat-title {
        margin-bottom: 0;
        font-size: 14px;
    }
    .home-stat {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px 0;
    }
    .home-stat .container {
        padding: 0 15px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .stat-item {
        width: calc(50% - 8px);
    }
    .home-stat .title {
        font-size: 26px;
    }
    .home-stat .text {
        font-size: 12px;
        text-align: center;
        line-height: 1.4;
    }
    .home-products {
        margin-top: 10px;
        text-align: center;
    }
    .home-products .content {
        gap: 12.5px;
    }
    .home-products .prd-item {
        width: calc(50% - 6.5px);
        padding: 10px 10px 10px;
    }
    .prd-item .photo {
        height: 90px;
    }
    .prd-item .photo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 90px;
        overflow: hidden;
    }
    .prd-item .title {
        text-align: center;
        font-size: 11px;
        font-weight: 500;
        margin-top: 15px;
        color: #424242;
    }
    footer {
        padding: 15px 0 15px;
        margin-top: 40px;
        position: relative;
        z-index: 10;
    }
    .main-footer .container {
        flex-direction: column;
    }
    .main-footer .link-section {
        gap: 15px;
        justify-content: center;
        align-items: center;
    }
    .main-footer .link {
        font-size: 11px;
    }
    .copyright-section {
        color: #fff;
        font-size: 9px;
        margin-top: 8px;
    }

    .cat-item:after {
        content: none;
    }
    .floating-contact {
        z-index: 9;
    }
    .offcanvas-start {
        width: 75%;
    }
    .offcanvas-body {
        display: flex;
        flex-direction: column;
    }
    .offcanvas-header .black {
        height: 20px;
        width: auto;
    }
    .offcanvas-header {
        justify-content: center;
        border-bottom: 1px solid #eee;
        padding: 15px;
        background: #f4f4f4;
    }
    .side-menu-ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .sm-item {
        padding: 7px 0;
    }
    .sm-link {
        display: flex;
        align-items: center;
        color: #424242;
        text-decoration: none;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        padding-left: 5px;
    }
    .sm-link svg {
        width: 24px;
        margin-right: 15px;
        color: #df7c12;
    }
    .sm-item.products .sm-link svg {
        padding: 2px;
    }
    .offcanvas-footer {
        padding: 15px 0 0;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #eee;
        background: #fbfbfb;
    }
    .sm-address, .sm-contact {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sm-contact {
        margin-top: 20px;
    }
    .sm-address p, .sm-contact p {
        font-weight: 700;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .sm-address a, .sm-contact span {
        display: flex;
        font-size: 13px;
        line-height: 1.5;
        color: #424242;
        text-decoration: none;
    }
    .sm-address a svg {
        width: 40px;
        color: #0d6efd;
    }
    .sm-contact {
        padding-bottom: 0;
    }
    .sm-contact span {
        min-width: 50px;
    }
    .sm-contact a {
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
    }
    .sm-contact p {
        margin-bottom: 7px;
    }
    .sm-contact .numbers {
        display: flex;
        flex-direction: column;
        padding-left: 10px;
    }
    .ct-item {
        margin-bottom: 10px;
    }
    img.wp-ico {
        width: auto;
        height: 26px;
    }
    .ct-item.wa span {
        justify-content: end;
    }
    .ct-item.wa .numbers {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ct-item.wa .numbers a {
        font-size: 15px;
        color: #128c7e;
        font-weight: 700;
        text-decoration: none;
        line-height: 1;
    }
    .ct-item.wa {
        margin-top: 10px;
        justify-content: center;
        gap: 5px;
        padding: 10px 0;
        margin-bottom: 0;
        background: #f4f4f4;
    }
    .inner-page .hero {
        height: 60px;
        overflow: hidden;
    }
    .inner-page .page-title, .breadcrumb {
        display: none;
    }
    .inner-page .content {
        margin: 15px 0;
    }
    .container.category-container {
        padding: 0;
    }
    .inner-page .description {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .inner-page .cat-item {
        width: 100%;
    }
    .inner-page .cat-item .right {
        padding-left: 0;
    }
    .cat-description {
        font-size: 12px;
    }
    .mobile-page-title {
        display: flex;
        font-weight: 700;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 7px;
    }
    .product-list-container {
        padding: 0;
    }
    .inner-page.product-list-page .content {
        margin: 15px 0;
        gap: 12.5px;
        justify-content: unset;
    }
    .product-list-page .prd-item {
        width: calc(50% - 6.5px);
        padding: 10px 10px 10px;
    }
    .product-details {
        flex-direction: column;
    }

    .product-details-page .container {
        padding: 0;
    }
    .product-details {
        margin: 0;
    }
    .inner-page.product-details-page .content {
        margin: 0;
    }
    .product-details .left-section {
        width: 100%;
        border: 0;
        height: 290px;
    }
    .product-details .left-section:before, .product-details .left-section:after {
        content: none;
    }
    .product-details .right-section {
        width: 100%;
        padding: 0 15px; 
    }
    .product-name {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .inquiry-button {
        height: 40px;
    }
    .product-description span {
        display: flex;
        font-size: 12px;
        line-height: 1.5;
    }
    .product-inquiry {
        margin-top: 0;
        width: 100%;
        gap: 10px;
        position: fixed;
        background: #fff;
        bottom: 0;
        padding: 10px;
        box-shadow: 0 -2px 2.5px 0 #00000012;
        z-index: 11;
    }
    .inquiry-button {
        height: 40px;
        font-size: 12px;
    }
    .inquiry-button.whatsapp svg {
        width: 22px;
    }
    .inquiry-button svg {
        width: 20px;
    }
    .contact-page .top {
        padding: 20px 15px;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }
    .contact-box {
        border: 0;
        flex-direction: column;
        border-radius: 0;
    }
    .contact-box .left {
        width: 100% !important;
        background: #fff;
        color: #000;
        padding-top: 0;
    }
    .address-details span {
        color: #000;
        font-size: 13px;
        text-align: center;
    }
    .adress-heading {
        text-align: center;
        font-size: 17px;
    }
    .address-details {
        margin-bottom: 0;
    }
    .contact-id span.id {
        color: #000;
        font-size: 14px;
    }
    .contact-id .item {
        justify-content: center;
        margin-top: 0 !important;
    }
    .contact-id .icon {
        color: #f99c38;
        margin-right: 5px;
        padding: 3px;
    }
    .contact-id {
        gap: 0;
    }
    .contact-id .icon svg {
        width: 20px;
    }
    .inner-page.contact-page .right {
        width: 100%;
    }
    .inner-page.contact-page .contact .container {
        padding: 0;
    }
    .enquiery-box {
        background: #e8e8e8;
        padding: 20px 15px;
        border: 0;
    }
    .enquiery-heading {
        text-align: center;
        font-size: 16px;
    }
    .contact {
        padding-bottom: 0;
    }
    .custom-close {
        top: 10px;
        right: 10px;
    }
    .custom-close svg {
        width: 34px;
    }
    .search-box {
        padding: 20px 15px;
        width: 100%;
        gap: 10px;
        flex-direction: column;
    }
    button.search-submit {
        height: 36px;
        margin-top: 5px;
    }
    .inner-page.single-page .text-heading {
        text-align: center;
        font-size: 16px;
        margin-bottom: 0;
        color: #000;
    }
    .inner-page.single-page .details span,.inner-page.single-page .details p {
        font-size: 13px;
        display: flex;
        text-align: justify !important;
        padding: 0 5px;
    }
    .inner-page.single-page .details {
        margin-top: 10px;
    }





}