body {
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
}
img {
    width: 100%;
    max-width: 100%;
}
.top-header {
    background-color: #44d8bb;
    background-color: #07b0b0;
    color: #fff;
    min-height: 30px;
    font-size: 13px;
}
.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 {
    background: #fff;
    border-bottom: 1px solid #eee;
   /*box-shadow: 0 2px 3px 0px #11111121*/
}
.logo-box {
    padding: 0 0 2px;
}
.logo-box img {
    height: 52px;
}
.nav-item {
    margin: 0 0.5rem;
}
.nav-item:first-child {
    margin-left: 0;
}
.nav-item:last-child {
    margin-right: 0;
}
.nav-link {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 0.5rem 4px !important;
    cursor: pointer;
}
.nav-link {
    color: #000;
    color: #454545;
    font-weight: 600;
}
/*.nav-link:after {
    content: "";
    border-bottom: 2.5px solid transparent;
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
    right: 0;
}*/
.nav-item:hover .nav-link, .nav-item:hover .nav-link:after {
    color: #07b0b0;
}
.nav-link:hover:after {
    border-color: #07b0b0;
}
.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: #07b0b0;
}
.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 #07b0b0;
    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 {
    overflow: hidden;
}
/*###### 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: #fff !important;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #eee !important;
}
.owl-carousel .owl-nav span {
    font-size: 23px;
    line-height: 1;
}
.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;
}
.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    max-height: 520px;
    object-fit: cover;
}
.slide .caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    max-width: 58.33%;
    left: 0;
    bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.owl-carousel .owl-item .slide  img {
    object-fit: cover;
}
.slide video {
    width: 100%;
    display: block;
    object-fit: cover;
}
.caption .title {
    background-color: #07b0b0;
    color: #fff;
    display: inline-flex;
    line-height: 1;
    margin-right: 1em;
    padding: .45em .75em .4em .5em;
    position: relative;
    z-index: 2;
    font-size: 2.25em;
    font-weight: 600;
    width: fit-content;
    text-transform: uppercase;
}
.caption .title:after {
    background-color: #07b0b0;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-12.5deg);
    transform-origin: right bottom;
    width: 100%;
    z-index: -1;
}

.caption .text {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.25;
    margin-top: 1.2rem;
}
.introduction {
    padding: 100px 0 100px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.introduction .box {
    justify-content: center;
}
.introduction .left {
    width: 42.5%;
    padding-right: 25px;
    display: flex;
    align-items: center;
}
.introduction .right {
    width: 57.5%;
    padding-left: 60px;
    padding-bottom: 10px;
}
.introduction .right .heading {
    color: #878787;
    margin-bottom: 5px;
    font-size: 16px;
}
.introduction .right .title {
    color: #07b0b0;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 5px;
}
.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;
}
.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;
}
.product-highlights {
    background-color: #f5f5f5;
}
.product-highlights, .product-blog {
    padding: 100px 0 100px 0;
}
.product-highlights .heading, .product-blog .heading {
    color: #878787;
    margin-bottom: 5px;
    font-size: 16px;
}
.product-highlights .title, .product-blog .title {
    color: #393939;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.25;
    margin: 0;
}
.product-highlights .top, .product-blog .top {
    margin-bottom: 50px;
}
.product-carousel .product {
    width: 100%;
    height: 480px;
    cursor: pointer;
}
.product-blog-carousel{
    width: 100%;
    gap: 20px;
}
.product-blog-carousel .product {
    width: 25%;
    cursor: pointer;
}
.product-carousel .product .type {
    background-color: #07b0b0;
    color: #ffffff;
    display: inline-flex;
    line-height: 1.125em;
    margin-right: 1em;
    padding: .375em 1em .375em .75em;
    position: relative;
    z-index: 2;
    font-weight: 300;
    font-size: 16px;
    width: fit-content;
    margin-bottom: 15px;
}
.product-carousel .product .type:after {
    background-color: #07b0b0;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-12.5deg);
    transform-origin: right bottom;
    width: 100%;
    z-index: -1;
}
.product-carousel .product .photo {
    min-height: 234px;
    overflow: hidden;
}
.product-blog-carousel .product .photo {
    min-height: 149px;
    max-height: 149px;
    overflow: hidden;
}
.product-carousel .product .photo img, .product-blog-carousel .product .photo img {
    transition: transform 500ms;
}
.product-carousel .product .name {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.25;
    font-weight: 600;
}
.product-blog-carousel .product .name {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.25;
    font-weight: 600;
}
.product-carousel .product .description {
    font-size: 14px;
    color: #393838;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.product-blog-carousel .product .description  {
    font-size: 14px;
    color: #979797;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.product-carousel .product .details, .product-blog-carousel .product .details {
    height: 100%;
}
.product-carousel .product .link, .product-blog-carousel .product .link {
    margin-top: auto;
    color: #07b0b0;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
}
.product-carousel .product .link:hover, .product-blog-carousel .product .link:hover {
    text-decoration: underline;
}
.product-carousel .product .link svg, .product-blog-carousel .product .link svg {
    width: 18px
}
.product:hover .photo img {
    transform: scale(1.2);
}

.prod-nav {
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 5px;
    margin-bottom: .5rem;
}
.customNavigation{
    text-align: center;
    justify-content: center;
    align-items: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNavigation a svg {
    width: 32px;
    color: #07b0b0;
}
.dot-container button.owl-dot {
    outline: 0;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 3px;
}
.dot-container button.owl-dot span {
    width: 20px;
    height: 20px;
}
.dot-container button.owl-dot.active span{
    background-color: #07b0b0;
}

a.show-more {
    width: fit-content;
    margin: 40px auto 0;
    color: #fff;
    background-color: #07b0b0;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 5px;
    line-height: 1;
}
a.show-more:hover {
    background-color: #ef6b06;
}
.inner-page .hero {
    height: 250px;
    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;
    position: relative;
    height: 100%;
}
.inner-page .page-title {
    margin-top: auto;
    margin-bottom: 2rem;
    background-color: #07b0b0;
    color: #fff;
    display: inline-flex;
    line-height: 1;
    margin-right: 1em;
    padding: .45em .75em .4em .5em;
    position: relative;
    z-index: 2;
    font-size: 32px;
    font-weight: 600;
    width: fit-content;
}
.inner-page .page-title:after {
    background-color: #07b0b0;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-12.5deg);
    transform-origin: right bottom;
    width: 100%;
    z-index: -1;
}
.inner-page .content {
    margin: 50px 0;
}
.inner-page .left {
    padding: 20px;
    background: #e8e8e8;
    height: fit-content;
}
.inner-page .left .navigation {
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 10px;
}
.inner-page .left .navigation li {
    line-height: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.inner-page .left .navigation li a {
    width: 100%;
    cursor: pointer;
    line-height: 1;
    padding: 13px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.inner-page .left .navigation li a:hover, .inner-page .left .navigation li.active a {
    color: #07b0b0;
}
ul.sub {
    padding-left: 20px;
}
.inner-page .left .navigation li ul.sub{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.inner-page .left .navigation li ul.sub li a {
    padding: 5px;
    color: #535353;
    font-weight: 500;
    font-size: 14px;
}
.inner-page .left .navigation li ul.sub li.active a {
    color: #07b0b0;
}
.inner-page .left .navigation li ul.sub li a:hover {
    color: #07b0b0;
}
.inner-page .left .navigation li ul.sub li:last-child {
    margin-bottom: 15px;
}




.inner-page .left .navigation li ul.sub ul.child {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 20px;
}
.inner-page .left .navigation li ul.sub ul.child li a {
    padding: 5px;
    color: #535353;
    font-weight: 300;
    font-size: 14px;
}
.inner-page .left .navigation li ul.sub ul.child li.active a {
    color: #07b0b0;
}
.inner-page .left .navigation li ul.sub ul.child li a:hover {
    color: #07b0b0;
}
.inner-page .left .navigation li ul.sub ul.child li:last-child {
    margin-bottom: 15px;
}








.inner-page  .right {
    padding-left: 50px;
}
.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;
}
.img-box.one-images-with-text {
    min-width: 40%;
}
.img-box.one-video-with-text {
    min-width: 50%;
    padding-left: 15px;
    height: 70%;
}
.one-video-with-text iframe {
    border: 0;
    width: 100%;
}
.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: #07b0b0;
}
.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: #07b0b0;
    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: #07b0b0;
}
.sub-product-box-title {
    margin-top: 1rem;
    margin-bottom: 20px;
    background-color: #07b0b0;
    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: #07b0b0;
    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;
}
.enquiery-box.product-page {
    margin-top: 30px;
}
.enquiery-heading {
    margin-bottom: 30px;
}
.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: #07b0b0;
}
.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: #07b0b0;
  }
  .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: #07b0b0;
    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: #07b0b0;
    color: #fff;
    padding: 10px;
}
.data-table td {
    font-weight: 300;
    text-align: center;
    padding: 11px 5px;
    font-size: 15px;
}

.contact {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.contact .background {
    position: absolute;
    top: 0;
    z-index: -1;
}
.contact-box {
    background: #f5f5f5;
    padding: 2.4rem;
    border-radius: 3px;
}
.contact-box .left {
    background-color: #07b0b0;
    padding: 2rem;
}
.adress-heading {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.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;
}
.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: #07b0b0;
    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: #ef6b06;
    z-index: 999;
}
.floating-contact .help {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    border-radius: 100%;
    padding: 15px;
}
.floating-contact .help svg {
    width: 34px;
    color: #fff;
}
.dropdown-toggle:after {
    content: none;
}
.floating-contact:hover {
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.375);
}
.help-popup {
    background-color: #07b0b0;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.375);
    border: 0;
    padding: 1.5rem 1.5rem;
    width: 16rem;
}
.help-popup:after {
    border-color: #07b0b0 transparent transparent transparent;
    border-style: solid;
    border-width: 0.4rem;
    content: "";
    position: absolute;
    right: 1.7rem;
    top: 100%;

}
.help-popup .title {
    display: flex;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}
.help-popup a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 7px 0;
    display: flex;
}
.help-popup a:hover {
    text-decoration: underline;
}
.help-popup a svg {
    color: #fff;
    width: 16px;
}

footer {
    background-color: #07b0b0;
    padding: 50px 0 40px;
}
.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: #07b0b0;
    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;
}
.simple-pagination {
    margin-top: 30px !important
}
.product-container {
    justify-content: center
}
/*########## MOBILE FIXING ##########*/
@media screen and (max-width: 500px) {
    .top-header .social-box {
        display: none !important;
    }
    .top-header .container {
        justify-content: center !important;
    }
    .top-header .contact-box {
        justify-content: space-between;
        width: 100%;
        font-size: 12px;
        font-weight: 500;
    }
    .top-header .telephone svg {
        width: 11px;
    }
    .top-header .email svg {
        width: 11px;
    }
    .contact-link {
        width: 100%;
        justify-content: space-between;
    }
    .top-header a {
        font-size: 11px;
        margin: 0 !important;
    }
    .navbar {
        padding: 0;
    }
    .logo-box {
        margin: 0;
        padding: 7px 0 10px;
        margin-right: auto;
        margin-left: 10px;
    }
    .logo-box img {
        height: 37px;
    }
    .navbar-toggler-icon svg {
        width: 30px;
        color: #f14b05;
        margin-top: -1px;
    }
    .navbar-toggler {
        width: 42px;
        height: 42px;
        padding: 0;
        box-shadow: none !important;
    }
    .navbar .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .offcanvas-start {
        max-width: 75%;
    }
    .offcanvas-header {
    padding: 0;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    border-bottom: 1px solid #c1c0c030;
    
}
    .offcanvas-header img {
    height: 34px;
    width: auto;
}
.side-menu-ul li {
    list-style: none;
}
.side-menu-ul {
    padding: 0;
}
.accordion-item {
    background-color: #fff;
    border: 0;
    margin: 5px 0;
}
.accordion-button:focus {
    border: 0;
    box-shadow: none;
}
.accordion-button {
    padding: 0;
    height: 32px;
    width: 32px;
}
.accordion-header {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    a.sm-link {
        font-size: 14px;
        font-weight: 600;
        padding: 7px 0;
        text-decoration: none;
        display: flex;
        width: 100%;
        padding-left: 10px;
        color: #000;
    }
.accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin: auto;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-body {
    padding: 0;
    display: flex;
    flex-direction: column;
}
.accordion-body a.sm-link {
    padding: 7px 15px;
    line-height: 1;
    color: #515151;
    font-size: 13px;
    margin-left: 10px;
}







    .news {
        font-size: 11px;
        color: #000;
        font-weight: 600;
    }
    .bottom-header {
        padding: 6px 0 8px;
        padding: 3px 0 8px;
        max-height: 30px;
        overflow: hidden;
    }
    .owl-carousel {
        height: 230px;
    }
    .owl-stage-outer, .owl-stage,.owl-carousel .owl-item, .slide {
        height: 100%;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero:hover .owl-nav {
        opacity: 0;
    }
    .caption .title {
        font-size: 17px;
        font-weight: 800;
        max-width: 55%;
        margin-right: 0;
    }
    .caption .text {
        margin-top: 3px;
        font-size: 12px;
        background: #0000007d;
        padding: 10px;
        text-align: center;
    }
    .owl-dot span {
        width: 7px;
        height: 7px;
        background-color: #8b8989;
    }
.slide .caption {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.caption .title:after {
    content: none
}
.introduction {
    padding: 30px 0 30px 0;
    margin-bottom: 20px;
    margin-top: 0;
}
.introduction .box {
    justify-content: center;
    flex-direction: column;
}
.introduction .left {
    order: 2;
    width: 100%;
    padding-right: 0;
    justify-content: center;
    margin-top: 10px;
}
.introduction .right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
}
.introduction .right .title {
    color: #07b0b0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 15px;
    margin-top: 0;
}
.introduction .right .heading {
    color: #878787;
    margin-bottom: 2px;
    font-size: 14px;
}
.introduction .right .text {
    font-size: 13px;
}
.introduction .content {
    padding-left: 20px;
    text-align: left;
}
.introduction .content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #454545;
}
.introduction .right .text.upper {
    margin-bottom: 0;
}
.introduction .left img {
    width: 70%;
}
.mission, .vision {
    padding-left: 20px;
}
.product-highlights, .product-blog {
    padding: 30px 0 50px 0;
}
.product-highlights .heading, .product-blog .heading {
    font-size: 14px;
            text-align: center;
}
.prod-nav {
        margin-top: 0;
        justify-content: center;
    }
.product-highlights .title, .product-blog .title {
    font-size: 20px;
            text-align: center;
}
.customNavigation {
    display: none !important;
}
.product-highlights .top, .product-blog .top {
    margin-bottom: 20px;
}
.contact-box {
        flex-direction: column;
        padding: 0;
    }
.contact-box .left {
    width: 100%;
    justify-content: center;
    text-align: center;
}
.adress-heading {
    margin-bottom: 5px;
}
.contact-box .right {
    width: 100%;
}
.enquiery-box .row>* {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 10px;
}
.enquiery-box {
    padding: 20px;
}
.contact {
    padding-bottom: 20px;
}
section.contact .container {
    padding: 0;
}
.enquiery-heading {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
    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;
    }
.inner-page .hero {
    height: 110px;
    overflow: hidden;
}    
.inner-page .hero .container {
    justify-content: center;
}    
.inner-page .page-title {
    font-size: 19px;
    padding: .45em .75em .4em .75em;
}    
.inner-page .page-title:after {
    content: none;
}   
.text-with-right-image {
        flex-direction: column;
        margin-bottom: 20px !important;
}    
.inner-page .content {
    margin: 20px 0;
}    
.text-heading.fw-bold {
    font-size: 17px;
}
.inner-page  p {
    font-size: 13px;
}    
h3.text-heading {
    text-align: center;
    font-size: 16px;
}   
.location-details {
    margin-top: 0 !important;
} 
h3.fw-bold.mb-3 {
    text-align: center;
}   
.inner-page h5 {
    font-size: 16px !important;
    text-align: center;
}   
.inner-page ul li {
    font-size: 13px
}  
.hist-img {
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
} 
.hist-img .item {
    width: calc(50% - 7.5px);
    margin-bottom: 0;
}
.hist-img .special-heading {
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}
.hist-img .special-heading:after {
    content: none;
}
.quality-page .img-box {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.quality-page .contact-box {
    margin: auto;
    max-width: 100%;
}
.quality-page .contact {
    margin-top: 0;
    padding: 0;
}   
.quality-page .contact-box .right {
        width: 100%;
        padding: 0;
    }
.address-details span {
    color: #fff;
    font-size: 13px;
}
.contact-id span.id {
    color: #fff;
    font-size: 13px;
}   
.contact-id .icon svg {
    width: 24px;
}  
.inner-page p {
    text-align: center;
}  
.inner-page .left {
    display: none;
} 
.text-with-right-video {
    align-items: center;
    flex-direction: column;
}
.text-with-right-video iframe {
        max-width: 100%;
        margin-bottom: 30px;
}
.inner-page .right {
    padding-left: 0;
    width: 100%;
}
.inner-page .img-box {
    gap: 15px;
    margin-bottom: 0;
}
.img-box.one-video-with-text {
    min-width: 100%;
    padding-left: 0;
    height: 70%;
}
.inner-page h2, .inner-page h5, , .inner-page h4 {
    font-size: 18px;
    text-align: center;
}
.inner-page .img-box.images3 img {
    cursor: pointer;
    width: calc(33.333333% - 10px);
}
.inner-page .img-box.images3 img {
    cursor: pointer;
    width: calc(20% - 12px);
}
.contact-page .top {
    padding: 20px 15px;
}
.contact-page-heading {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.contact-page .top span {
    text-align: center;
    font-size: 13px;
}
.offcanvas-footer {
    text-align: center;
    font-size: 11px;
    opacity: .7;
    padding: 10px 0;
}
.product-container {
    gap: 15px;
    justify-content: center;
}
.product-container .product {
    width: calc(50% - 7.5px);
    padding-bottom: 0;
    margin-bottom: 0;
}
p.normal-text.head {
    font-size: 14px
}
.exp-img {
    gap: 10px;
    margin-bottom: 0;
}
.exp-img .item {
    width: calc(33.33333% - 7px);
    margin-bottom: 20px;
            justify-content: center;
        align-items: center;
}
.exp-img .item .link {
    margin-top: 5px;
    font-size: 13px;
}
.exp-img .item .link svg {
    width: 13px;
    margin-top: 2px;
}






























    
}