@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* wide screen */
@media only screen and (min-width: 1580px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px !important;
    }
}

@media only screen and (min-width: 1897px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px !important;
    }
}

@media only screen and (min-width: 2529px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2350px !important;
    }
}
body {
    font-family: "Poppins", sans-serif !important;
    color: #ffffff;
    overflow-x: hidden;
}

i {
    color: #32659A;
}

.text-theme {
    color: #32659A !important;
}

.text-theme-secondary {
    color: #32659A !important;
}

.bg-black-light {
    background-color: #0000006e;
}

.bg-theme-light {
    background-color: #eaf4ff;
}

.main-header {
    position: relative;
    z-index: 2;
    /* top: 0; */
}

.menu-parent {
    list-style: none;
}

.menu-items {
    /* padding: 10px; */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.menu-dropdown {
    background-color: #32659A;
    position: absolute;
    top: 100%;
    width: 140%;
    transition: 0.9s;
}

.menu-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 15px 10px 20px;
}

.menu-dropdown li a {
    color: #ffffff;
    transition: 0.5s;
}

.menu-dropdown li:hover a {
    color: #32659A;
    transition: 0.5s;
}

.menu-dropdown li:hover i {
    color: #ffffff;
    transition: 0.5s;
}

.menu-dropdown li:hover {
    background-color: #fff;
    border-bottom: 1px solid #32659A;
    color: #32659A;
    transition: 0.2s;
}

#dropdown:hover i {
    transform: rotateX(-180deg);
    transition: 0.5s;
}

.submenu-dropdown {
    background-color: #32659A;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 80%;
    transition: 0.9s;
}

.submenu-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 15px 10px 20px;
}

#sub_menu #submenu_dropdown li a {
    color: #ffffff;
    transition: 0.5s;
}

#sub_menu #submenu_dropdown li:hover a {
    color: #ffffff;
    transition: 0.5s;
}

.menu-dropdown li i {
    color: #ffffff;
    transition: 0.5s;
}

.submenu-dropdown li:hover a {
    color: #ffffff;
    transition: 0.5s;
}

.submenu-dropdown li:hover i {
    color: #ffffff;
    transition: 0.5s;
}

.submenu-dropdown li:hover {
    background-color: #fff;
    border-bottom: 1px solid #32659A;
    color: #32659A;
    transition: 0.5s;
}

.submenu-dropdown-second {
    background-color: #32659A;
    position: absolute;
    top: 75%;
    left: 100%;
    width: max-content;
    transition: 0.9s;
}

.submenu-dropdown-second li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 15px 10px 20px;
}

#sub_menu_second #submenu_dropdown_second li a {
    color: #ffffff;
    transition: 0.5s;
}

#sub_menu_second #submenu_dropdown_second li:hover a {
    color: #32659A;
    transition: 0.5s;
}

.menu-dropdown li i {
    color: #ffffff;
    transition: 0.5s;
}

.submenu-dropdown-second li:hover a {
    color: #32659A;
    transition: 0.5s;
}

.submenu-dropdown-second li:hover i {
    color: #32659A;
    transition: 0.5s;
}

.submenu-dropdown-second li:hover {
    background-color: #ffff;
    border-bottom: 1px solid #32659A;
    color: #32659A;
    transition: 0.5s;
}

.menu-link {
    text-decoration: none;
    color: #4d585a;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
}

.menu-link:hover {
    background-color: #ffffff;
    color: #32659A;
}

.main-menu-link {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
}

.main-menu-link:hover {
    background-color: #ffffff;
    color: #32659A;
    transition: 0.5s;
}

.margin-custom {
    margin-top: -177px;
}

.banner-title {
    color: #32659A;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.sub-banner-title {
    color: #32659A;
    font-size: 80px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
}

/* .banner-btn {
    color: #ffffff;
    background-color: transparent;
    padding: 5px 18px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    text-decoration: none;
} */

.theme-btn {
    background-color: transparent !important;
    color: #32659A !important;
    border: 1px solid #32659A !important;
    border-radius: 0px !important;
}

.theme-btn:hover {
    background-color: #32659A !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.bt-theme {
    border-top: 2px solid #32659A;
}

.bb-theme {
    border-bottom: 2px solid #32659A;
}

.second-section {
    padding: 80px 0;
}

.third-section {
    background-image: url('../images/background/1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-bg {
    background-image: url('../images/background/2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.statistics:before {
    content: '';
    position: absolute;
    left: -100px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.clearfix:before {
    display: table;
    content: " ";
}

.section-padding {
    padding: 50px 63px;
}

/* outside border btn */
.theme-outside-btn-light {
    padding: 15px 32px;
    background-color: #4d585a;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #4d585a;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    outline: 2px solid #ffffff;
    outline-offset: -6px;
}

.theme-outside-btn-light:hover {
    background-color: #32659A;
    color: #ffffff;
    border: 2px solid #32659A;
}

.theme-outside-btn-light i {
    /* background-color: #32659A; */
    color: #ffffff;
}

.theme-outside-btn-light:hover i {
    /* background-color: #32659A; */
    color: #ffffff;
}

/* round border btn */
.theme-btn-light {
    padding: 15px 32px;
    background-color: #4d585a;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #4d585a;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.theme-btn-light:hover {
    background-color: #32659A;
    color: #ffffff;
    border: 2px solid #32659A;
}

.theme-btn-light i {
    /* background-color: #32659A; */
    color: #ffffff;
}

.theme-btn-light:hover i {
    /* background-color: #32659A; */
    color: #ffffff;
}

.theme-btn-transparent {
    padding: 10px;
    background-color: transparent;
    color: #32659A;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #32659A;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.theme-btn-transparent:hover {
    background-color: #32659A;
    color: #ffffff;
}

.theme-btn-transparent:hover>i {
    color: #ffffff;
}

.theme-download-btn {
    padding: 15px 32px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #4d585a;
    background-color: #4d585a;
    color: #ffffff;
}

.theme-download-btn:hover {
    border: 1px solid #32659A;
    background-color: #32659A;
    color: #ffffff;
}

.theme-download-btn i {
    /* background-color: #32659A; */
    color: #ffffff;
}

.theme-download-btn:hover i {
    /* background-color: #32659A; */
    color: #ffffff;
}

a {
    text-decoration: none;
    display: inline-block;
}

/* remove margin and padding in all tag */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* remove list style */
ul {
    list-style: none;
}

/* remove default style of anchor tag */
a {
    text-decoration: none;
}

.bottom-border-orange h3 {
    border-bottom: 2px solid #f26c4f;
    /* width: 200px; */
    padding-bottom: 10px;
    color: #fff;
}

.fourth-section {
    width: 100%;
}

.fourth-section-box {
    padding: 20px;
    background-color: #fff;
    margin-top: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* .fifth-section {
    background-color: #f1f1f1;
} */
.sixth-section {
    width: 100%;
    height: 100%;
}

.seventh-section {
    width: 100%;
    height: 100%;
}

.eight-section-box {
    padding: 20px;
    /* margin-top: 50px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #EAECEB;
}

.eight-section {
    background-color: #ffffff;
}

.footer-bg {
    background-color: #003e7f;
}

.copyright-bg {
    background-color: #00346b;
}

.box-width {
    min-width: 237px;
}
.modified-img {
    width: 190px;
    height: 120px;
}

.bluecraft-heading {
    font-size: 40px;
    color: #ffffff;
}

.manufacture-heading {
    font-size: 35px;
    color: #ffffff;
}

.unit {
    color: #32659A;
    text-transform: uppercase;
}

.copyright-link {
    color: #b1b1b1;
    text-decoration: none;
}

.copyright-link:hover {
    color: #ffffff;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
}

.header-social-links {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border: 2px solid #32659A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #32659A;
}

a {
    text-decoration: none !important;
}

.header-social-links i {
    font-size: 20px;
    color: #ffffff;
}

.header-social-links:hover {
    background-color: transparent;
    border: 2px solid #32659A;
    transition: all 0.3s;
}

.header-social-links:hover i {
    color: #32659A;
    transition: all 0.3s;
}

.social-links {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    /* border: 2px solid #b1b1b1; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none !important;
}

.social-links i {
    font-size: 20px;
    color: #ffffff;
}

.social-links:hover {
    background-color: #32659A;
    border: 2px solid #32659A;
    transition: all 0.3s;
}

.social-links:hover i {
    color: #ffffff;
    transition: all 0.3s;
}

.footer-menu-items a {
    color: #b1b1b1;
}

.footer-menu-items a:hover {
    color: #ffffff;
}

#banner-image {
    transition: all 0.5s;
}

.hover-word {
    cursor: pointer;
}

.hover-word:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.fourth-section-box:hover .bluecraft-icon {
    transform: scale(1.1);
    transition: all 0.5s;
}

#main_slider_img {
    width: 667px;
    height: 419px;
}

.header-top {
    background-color: #4d585a;
}

.header-menu {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    z-index: 5;
}

.mobile-menu-area {
    display: none;
    background-color: #ffffff;
}

.header-menu-mobile {
    padding: 8px 15px;
}

.header-menu-mobile .burger-icon .burger-icon-box {
    background-color: #32659A;
    color: #ffffff;
    padding: 3px 10px;
}

.mobile-menu-list li {
    border: 1px solid rgba(255, 255, 255, 1) !important;
    border-top: none !important;
}

.mobile-menu-item {
    padding: 10px 10px !important;
    color: #ffffff;
    background: #262626;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 4%;
    right: 4%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.product-btn {
    position: relative;
    padding: 10px 20px 10px 20px;
    margin: 0px 4px 5px;
    /* background-color: transparent; */
    color: #b0b0b0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    /* border: 1px solid #d0d0d0; */
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /* transform: skewX(-25deg); */
}

.product-btn:hover {
    /* background-color: #32659A; */
    color: #ffffff;
    /* border: 1px solid #32659A; */
}

.product-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    transform: skewX(-25deg);
    /* -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.product-btn:hover:before {
    background-color: #32659A;
    color: #ffffff;
    border: 1px solid #32659A;
}

.active-btn {
    position: relative;
    /* background-color: #32659A; */
    color: #ffffff;
    /* border: 1px solid #32659A; */
}

.active-btn:before {
    background: #32659a;
    border-color: #32659a;
}

.product-section-bg {
    box-shadow: 0px 5px 15px 1px rgba(2, 2, 2, 0.10);
}

.product-section-content {
    animation: productcontent 0.08s ease-in;
}

@keyframes productcontent {
    0% {
        transform: scale(0.7)
    }

    100% {
        transform: scale(1);
    }
}

.box-50 {
    width: 50px;
    height: 50px;
}

.badge-item {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 25px;
    color: #ffffff;
    background-color: #043161bf;
    margin: 0px 0px 6px 3px;
}

.footer-divider {
    width: 35px;
    height: 2px;
    background: #337ab7;
    display: block;
    margin-bottom: 30px;
}

.products-details {
    overflow-x: hidden;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.products-item {
    color: #ffffff;
    white-space: nowrap;
    animation: topproductlist 50s linear infinite;
}

@keyframes topproductlist {
    0% {
        transform: translateX(75%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.menu-start {
    background: #32659a;
    position: absolute;
    width: 40px;
    left: -1%;
    height: 41px;
    transform: skewX(25deg);
    z-index: -1;
    top: 0px;
}

.menu-end {
    background: #32659a;
    position: absolute;
    width: 40px;
    right: -1%;
    height: 41px;
    transform: skewX(-25deg);
    z-index: -1;
    top: 0px;
}

.img-content-lower {
    position: relative;
    /* padding-top: 20px; */
    margin-top: -20px;
}

.img-content {
    position: relative;
    padding: 0px 25px 20px;
    z-index: 1;
}

.paradigms-block:hover {
    box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.05);
}

.left-curve {
    position: absolute;
    /* transform: skewY(-12deg); */
    left: 0px;
    top: -26px;
    width: 50%;
    height: 90px;
    background: #ffffff;
    border-top: 10px solid transparent;
    /* -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    transform: rotate(-12deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.right-curve {
    position: absolute;
    /* transform: skewY(12deg); */
    right: 0px;
    top: -26px;
    width: 50%;
    height: 90px;
    background: #ffffff;
    border-top: 10px solid transparent;
    /* -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    transform: rotate(12deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.paradigms-block:hover .left-curve {
    border-top: 10px solid #32659A !important;
}

.paradigms-block:hover .right-curve {
    border-top: 10px solid #32659A !important;
}

.upper-curve {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 50%;
    background: #ffffff;
    border-left: 10px solid #f4f4f4;
    transform: skewX(-10deg);
    /* -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.lower-curve {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 50%;
    background: #ffffff;
    border-left: 10px solid #f4f4f4;
    transform: skewX(10deg);
    /* -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.product-heading {
    position: relative;
}

.welcome-heading {
    position: relative;
}

@media screen and (min-width: 768px) {
    .hp-welcome-heading {
        position: relative;
    }

    .hp-customized-components {
        position: relative;
    }

    .hp-qa-report-heading {
        position: relative;
    }
}

.who-heading {
    position: relative;
}

.company-heading {
    position: relative;
}

.machinery-heading {
    position: relative;
}

.details-heading {
    position: relative;
}

.paradigms-heading {
    position: relative;
}

.reports-heading {
    position: relative;
}

.facility-heading {
    position: relative;
}

.industries-heading {
    position: relative;
}

.products-heading {
    position: relative;
}

.other-heading {
    position: relative;
}
.types-heading {
    position: relative;
}

.customised-heading {
    position: relative;
}

.comparison-heading {
    position: relative;
}

.gallery-heading {
    position: relative;
}

.available-heading {
    position: relative;
}

.faq-heading {
    position: relative;
}

.features-heading {
    position: relative;
}

.benefits-heading {
    position: relative;
}

.about-heading {
    position: relative;
}

.uj-gallery-heading {
    position: relative;
}

.uj-about-heading {
    position: relative;
}

.application-heading {
    position: relative;
}

.uj-application-heading {
    position: relative;
}

.uj-advantage-heading {
    position: relative;
}

.specification-heading {
    position: relative;
}

.uj-specification-heading {
    position: relative;
}

.pitch-heading {
    position: relative;
}

.banner-bg-overlay {
    background-color: #00000077;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-breadcrumb {
    padding: 60px 0px 20px;
}

.breadcrumb {
    font-size: 12px !important;
    text-transform: uppercase;
}

.link-breadcrumb {
    color: #212529;
    text-decoration: none;
}

.breadcrumb-active {
    color: #212529;
    text-decoration: none;
}

/* .gallery-item {
    position: relative;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item a {
    display: block;
} */
/* .gallery-section {
    padding: 20px 0;
}
.gallery-section .row {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.gallery-section .col-md-3 {
    padding: 0;
}
.gallery-section img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.2s;
}
.gallery-section img:hover {
    transform: scale(1.05);
} */
.gallery-section {
    padding: 20px 0;
}

.gallery-item img {
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

.lightboxOverlay {
    background-color: rgba(50, 101, 154, 0.9);
}

.lightbox .lb-nav a.lb-prev,
.lightbox .lb-nav a.lb-next {
    background-color: #32659A;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.lightbox .lb-close {
    background-color: #32659A;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.b-theme-right-1 {
    border-right: 1px solid #32659A;
}

.hover-bb-theme-10:hover {
    border-bottom: 10px solid #32659A;
}

.paradigms-block:hover .bg-overlay {
    background-color: #00000077;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-info-box {
    background-color: #4d585a;
    height: 100%;
    position: relative;
}

.single-product-info-box::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0px;
    width: 80px;
    height: 100%;
    background: #4d585a;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: 1;
}

.white-bar {
    position: absolute;
    left: -50px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #ffffff;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: 4;
}

.product-details {
    position: relative;
    z-index: 1;
}

.table-section {
    border: 2px solid #32659A;
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-section img {
    max-width: 100%;
    height: 220px;
    margin-bottom: 15px;
    border-bottom: 2px solid #32659A;
    padding-bottom: 10px;
}

.table thead {
    background-color: #32659A;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.table tbody tr:hover {
    background-color: #eaf1f8;
}

.table {
    margin-bottom: 0;
}

.table th,
.table td {
    text-align: center;
    vertical-align: middle;
}

.tab-container {
    background-color: #ffffff;
    /* border: 2px solid #32659A; */
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-tabs {
    border-bottom: 2px solid #32659A;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-link {
    color: #32659A;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 0;
    border: 1px solid transparent;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #32659A;
    border: 2px solid #32659A;
    border-bottom-color: transparent;
}

.tab-content {
    border: 2px solid #32659A;
    border-top: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
}

.tab-content img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
}

.gallery-container {
    background-color: #ffffff;
    /* border: 2px solid #32659A; */
    border-radius: 8px;
    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    margin-top: 30px;
}

.gallery-title {
    text-align: center;
    color: #32659A;
    font-weight: bold;
    margin-bottom: 20px;
}

.gallery-item {
    margin-bottom: 15px;
    height: 150px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    /* border: 2px solid #32659A; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.gallery-item img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.box-200px {
    width: 200px !important;
    height: 200px !important;
}

.box-214px {
    width: 214px !important;
    height: 214px !important;
}

.box-300px {
    width: 300px !important;
    height: 300px !important;
}

.report-gallery-box {
    width: 330px !important;
    height: 445px !important;
}

.accordion .card-header {
    background-color: #32659A;
    color: #fff;
    cursor: pointer;
}

.accordion .card-header h2 button {
    color: #fff;
    text-align: left;
    width: 100%;
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.accordion .card-header h2 button:hover,
.accordion .card-header h2 button:focus {
    text-decoration: none;
    color: #ddd;
}

.accordion .card-body {
    background-color: #f9f9f9;
    border-top: 1px solid #32659A;
}

.accordion .card {
    border: 1px solid #32659A;
    border-radius: 5px;
}

.accordion .card:not(:last-child) {
    border-bottom: none;
}

.features-container {
    display: flex;
    justify-content: space-around;
    padding: 50px 20px;
    background-color: #fff;
}

.feature-box {
    text-align: center;
    max-width: 250px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

.feature-box h3 {
    color: #32659A;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.feature-box p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .features-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        margin-bottom: 20px;
        max-width: 90%;
    }
}

.resp-tab-item {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 1.42857;
    padding: 20px;
    margin-bottom: 10px !important;
    color: #fff;
    text-transform: uppercase;
    border-left: 6px solid #202e31;
    font-weight: bold;
    background: grey;
    cursor: pointer;
}

.resp-tab-active {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 1.42857;
    padding: 20px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    border-left: 6px solid #202e31;
    color: #ffffff;
    background: #32659a;
    font-weight: bold;
    cursor: auto;
}

.resp-tab-active::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 107px;
    height: 100%;
    line-height: 65px;
    position: absolute;
    right: -28px;
    top: -2px;
}

.tab-product-content {
    animation: tabproductcontent 0.2s ease-in;
}

@keyframes tabproductcontent {
    0% {
        transform: scale(0.7)
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 768px) {
    .welcome-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        /* content: ""; */
        z-index: -1;
        /* left: auto; */
        top: 18px;
        bottom: auto;
        right: 0%;
    }

    /* .who-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 18px;
        bottom: auto;
        right: 45%;
    } */
    /* .company-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 18px;
        bottom: auto;
        right: 29%;
    } */
    /* .machinery-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 18px;
        bottom: auto;
        right: 28%;
    } */
    /* .details-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 18px;
        bottom: auto;
        right: 21%;
    } */
    .paradigms-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 23%;
    }

    .reports-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 16%;
    }

    .facility-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 23%;
    }

    .products-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 24%;
    }

    /* .other-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 20px;
        bottom: auto;
        right: 22%;
    } */
    .types-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 29%;
    }

    /* .customised-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 20px;
        bottom: auto;
        right: 19%;
    } */
    .comparison-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 25%;
    }

    .gallery-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 22%;
    }

    .available-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 18%;
    }

    .faq-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 21%;
    }

    .features-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 25%;
    }

    .benefits-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 28%;
    }

    /* .about-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 20px;
        bottom: auto;
        right: 65%;
    } */
    .application-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 55%;
    }

    /* .pitch-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 20px;
        bottom: auto;
        right: 51%;
    } */
    .product-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 24%;
    }

    .site-logo {
        text-align: center;
    }

    .header-right {
        margin-top: 20px;
    }

    .contact-details {
        flex-wrap: wrap;
    }

    .header-menu {
        display: none;
    }

    .mobile-menu-area {
        display: block;
    }
}

.new-pi {
    height: 320px !important;
    margin-top: -43px !important;
}

.box-s {
    box-shadow: 0 0 10px 4px rgb(0 0 0/.25);
}

/* new section  */
.industry-solutions {
    padding: 40px 0;
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
}

.industry-solutions h2 {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.industry-solutions h2 span {
    color: #32659A;
}

.industries-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.industry-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    /* Slightly softer corners */
    padding: 20px;
    width: 32%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Softer shadow */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-10px);
    /* Adds a hover lift effect */
}

.industry-header {
    background-color: #f7f9fc;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    text-align: center;
    /* Align header text to center */
}

.industry-header h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.industry-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
    /* Adds subtle rounding to images */
}

.industry-item p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}

.view-all-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #32659A !important;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.view-all-btn:hover {
    background-color: #0056b3;
    /* Darker blue on hover */
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .industries-grid {
        flex-direction: column;
    }

    .industry-item {
        width: 100%;
    }
}

.header-site-logo {
    width: 100%;
}

/* Responsive */
/* Mobile (up to 767px) */
@media screen and (max-width: 767px) {
    .header-site-logo {
        height: 80px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header-logo {
        height: 80px;
    }

    .main-blog {
        margin: 50px;
        padding: 0px 50px !important;
    }
}

/* Tablet (768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: blocks;
    }

    .main-blog {
        margin: 50px;
        padding: 0px 50px !important;
    }
}

/* Desktop (1025px and above) */
@media screen and (min-width: 1025px) {
    .desktop-header {
        display: block;
    }

    .mobile-header {
        display: none;
    }

    .main-blog {
        margin: 100px !important;
        padding: 0px 100px !important;
    }
}

.h-80px {
    height: 80px !important;
}

.bg-our-machine {
    background-color: #4c4c4c !important;
}

.our-machine-imgBox {
    width: 350px;
    height: 240px;
}

.our-machine-imgBox img {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 8px;
}

.search-container {
    position: relative;
    display: inline-block;
}

#searchForm {
    display: none;
}

.search-box {
    display: none;
    position: absolute;
    top: 60px;
    left: -230px;
    z-index: 1000;
    display: flex;
    gap: 5px;
    background: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-input {
    padding: 6px 10px;
    width: 220px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-submit {
    background: #007BFF;
    color: white;
    border: none;
    padding: 7px 14px;
    border-radius: 4px;
    cursor: pointer;
}

.search-submit:hover {
    background: #0056b3;
}

.suggestions {
    display: none;
    position: absolute;
    top: 110px;
    left: -230px;
    width: 300px;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background: #f0f0f0;
}

.hero-slider-bg {
    background-image: url('../images/products/new-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px !important;
}

.hero-slider-bg2 {
    background-image: url('../images/products/new-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px !important;
}

.hero-slider-bg3 {
    background-image: url('../images/products/new-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px !important;
}

.reviewSwiper .review_card_top{
    background-color: #D3D3D3;
    padding: 30px;
}
.reviewSwiper .review-card{
    background-color: #fff;
    height:270px;
}
.about_industries_section .paradigms_bottom_box p{
    margin-bottom: 0!important;
}
.about_industries_section .paradigms_bottom_box{
    padding: 20px;
    height: 100px;
}
.timing_belt_images .img-box{
    height: 300px;
}
.timing_belt_type_image_box .img-box{
    height:400px;
}
.timing_belt_type_image_box .img-content{
    height:140px;
}
.timing_belt_specification .bg_image_box{
    height: 537px;
}
.bg-grey{
    background-color: #D3D3D3;
}
.timing_belt_gallery .bg_image_box{
    height:400px!important;
}
.gear_type_image_box .img-box{
    height: 500px!important;
}
.couplings_image_box .img-box{
    height: 350px!important;
}
.industrial_chain_type_image_box .img-box{
    height: 350px!important;
}
.bg-slate{
    background-color: #D3D3D3;
}
.rack_pinion_type_image_box .img-box{
    height:500px!important;
}
.facility_image_box .img-box{
    height:500px!important;
} 
.facility_image_box .img-box img{
    width:350px!important;
}
.facility_image_box .img-content{
    height: 125px;
}
.facility_factory_gallery .img-box{
    height: 300px;
    padding: 10px;
}
.facility_factory_gallery .img-box{
    height:300px;
}

.timing_belt_type_image_box .img-content.facility_content{
    height:65px!important;
}
.facility_measuring_instruments_block .img-box{
    height: 550px;
}
@media all and (max-width:1200px){
    .py-20.facility_vedio_block{
        padding-top: 0!important;
    }
}
@media all and (max-width:992px){
    .other_product_block .img-content h5{
    font-size: 18px!important;
    }
    .main_product_section .taller-img, .main_product_section .taller-img2, .main_product_section .taller-img3{
        height: 500px;
    }
    .facility_image_box .img-box img{
     width:450px!important;
    }
}
@media all and (max-width:767px){
    .reviewSwiper .review-card{
        height: auto;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 30px!important;
    }
    .py-10.timing_belt_gallery{
        padding-top: 0!important;
    }
    .py-10.timing_belt_specification{
        padding-top: 0!important;
    }
    .py-20.timing_belt_tab_block{
        padding-top: 0!important;
    }
    .timing_belt_banner_image .banner-image{
        padding-bottom: 40px;
    }
    .banner-slider.timing_belt_banner_image{
        margin-top:44px!important;
    }
    .timing_belt_banner_image .fs-42{
        font-size: 28px!important;
    }
    .gear_banner_image{
        padding-bottom: 40px;
    }
    .gear_banner_image .fs-42{
        font-size: 28px!important;
    }
    .py-20.gear_tab_block{
        padding-top: 0!important;
    }
    .py-20.coupling_tab_block{
        padding-top: 0!important;
    }
    .py-20.poly_v_pully_tab_block{
        padding-top: 0!important;
    }
    .py-20.industrial_chain_tab_block{
        padding-top: 0!important;
    }
    .py-20.keyless_clampex_tab_block{
        padding-top: 0!important;
    }
    .py-20.rack_pinion_tab_block{
        padding-top: 0!important;
    }
    .facility_factory_gallery .img-box{
        height:350px;
    }
}
@media all and (max-width:575px){
    .timing_belt_specification .bg_image_box {
    height: 400px;
    }
}

@media all and (max-width:480px){
    .gear_type_image_box .img-box {
    height: 450px !important;
    }
    .facility_image_box .img-box img{
     width:340px!important;
    }
    .facility_image_box .img-box {
    height: 350px !important;
    }
    .facility_image_box .img-content{
        height:140px;
    }
    .facility_factory_gallery .img-box {
        height:300px;
    }
}

@media all and (max-width:400px){
    .facility_measuring_instruments_block .img-box {
    height: 450px;
}
}
@media all and (max-width:370px){
    .other_product_block .img-content h5{
    font-size: 14px!important;
    }
    .main_product_section .taller-img, .main_product_section .taller-img2, .main_product_section .taller-img3{
        height:420px;
    }
    .main_product_section .img-content h5, .main_product_section .img-content h5, .main_product_section .img-content h5{
        font-size: 14px!important;
    }
    .gear_type_image_box .img-box {
    height: 400px !important;
    }
    .facility_image_box .img-box img{
     width:290px!important;
    }
    .facility_factory_gallery .img-box {
        height: 200px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* wide screen */
@media only screen and (min-width: 1580px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px !important;
    }
}

@media only screen and (min-width: 1897px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px !important;
    }
}

@media only screen and (min-width: 2529px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2350px !important;
    }
}

body {
    font-family: "Poppins", sans-serif !important;
    color: #ffffff;
    overflow-x: hidden;
}

i {
    color: #32659A;
}

.text-theme {
    color: #000 !important;
}

.text-theme-secondary {
    color: #32659A !important;
}

.bg-black-light {
    background-color: #0000006e;
}

.bg-theme-light {
    background-color: #eaf4ff;
}

.main-header {
    position: relative;
    z-index: 2;
    /* top: 0; */
}

.menu-parent {
    list-style: none;
}

.menu-items {
    /* padding: 10px; */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.menu-dropdown {
    background-color: #32659A;
    position: absolute;
    top: 100%;
    width: 140%;
    transition: 0.9s;
}

.menu-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 15px 10px 20px;
}

.menu-dropdown li a {
    color: #ffffff;
    transition: 0.5s;
}

.menu-dropdown li:hover a {
    color: #32659A;
    transition: 0.5s;
}

.menu-dropdown li:hover i {
    color: #ffffff;
    transition: 0.5s;
}

.menu-dropdown li:hover {
    background-color: #fff;
    border-bottom: 1px solid #32659A;
    color: #32659A;
    transition: 0.2s;
}

#dropdown:hover i {
    transform: rotateX(-180deg);
    transition: 0.5s;
}

.submenu-dropdown {
    background-color: #32659A;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 80%;
    transition: 0.9s;
}

.submenu-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 15px 10px 20px;
}

#sub_menu #submenu_dropdown li a {
    color: #ffffff;
    transition: 0.5s;
}

#sub_menu #submenu_dropdown li:hover a {
    color: #ffffff;
    transition: 0.5s;
}

.menu-dropdown li i {
    color: #ffffff;
    transition: 0.5s;
}

.submenu-dropdown li:hover a {
    color: #ffffff;
    transition: 0.5s;
}

.submenu-dropdown li:hover i {
    color: #ffffff;
    transition: 0.5s;
}

.submenu-dropdown li:hover {
    background-color: #fff;
    border-bottom: 1px solid #32659A;
    color: #32659A;
    transition: 0.5s;
}

.submenu-dropdown-second {
    background-color: #32659A;
    position: absolute;
    top: 75%;
    left: 100%;
    width: max-content;
    transition: 0.9s;
}

.submenu-dropdown-second li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 10px 15px 10px 20px;
}

#sub_menu_second #submenu_dropdown_second li a {
    color: #ffffff;
    transition: 0.5s;
}

#sub_menu_second #submenu_dropdown_second li:hover a {
    color: #32659A;
    transition: 0.5s;
}

.menu-dropdown li i {
    color: #ffffff;
    transition: 0.5s;
}

.submenu-dropdown-second li:hover a {
    color: #32659A;
    transition: 0.5s;
}

.submenu-dropdown-second li:hover i {
    color: #32659A;
    transition: 0.5s;
}

.submenu-dropdown-second li:hover {
    background-color: #ffff;
    border-bottom: 1px solid #32659A;
    color: #32659A;
    transition: 0.5s;
}

.menu-link {
    text-decoration: none;
    color: #4d585a;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
}

.menu-link:hover {
    background-color: #ffffff;
    color: #32659A;
}

.main-menu-link {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
}

.main-menu-link:hover {
    background-color: #ffffff;
    color: #32659A;
    transition: 0.5s;
}

.margin-custom {
    margin-top: -177px;
}

.banner-title {
    color: #32659A;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.sub-banner-title {
    color: #32659A;
    font-size: 80px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
}

/* .banner-btn {
    color: #ffffff;
    background-color: transparent;
    padding: 5px 18px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    text-decoration: none;
} */

.theme-btn {
    background-color: transparent !important;
    color: #32659A !important;
    border: 1px solid #32659A !important;
    border-radius: 0px !important;
}

.theme-btn:hover {
    background-color: #32659A !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.bt-theme {
    border-top: 2px solid #32659A;
}

.bb-theme {
    border-bottom: 2px solid #32659A;
}

.second-section {
    padding: 80px 0;
}

.third-section {
    background-image: url('../images/background/1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-bg {
    background-image: url('../images/background/2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.statistics:before {
    content: '';
    position: absolute;
    left: -100px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.clearfix:before {
    display: table;
    content: " ";
}

.section-padding {
    padding: 50px 63px;
}

/* outside border btn */
.theme-outside-btn-light {
    padding: 15px 32px;
    background-color: #4d585a;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #4d585a;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    outline: 2px solid #ffffff;
    outline-offset: -6px;
}

.theme-outside-btn-light:hover {
    background-color: #32659A;
    color: #ffffff;
    border: 2px solid #32659A;
}

.theme-outside-btn-light i {
    /* background-color: #32659A; */
    color: #ffffff;
}

.theme-outside-btn-light:hover i {
    /* background-color: #32659A; */
    color: #ffffff;
}

/* round border btn */
.theme-btn-light {
    padding: 15px 32px;
    background-color: #4d585a;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #4d585a;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.theme-btn-light:hover {
    background-color: #32659A;
    color: #ffffff;
    border: 2px solid #32659A;
}

.theme-btn-light i {
    /* background-color: #32659A; */
    color: #ffffff;
}

.theme-btn-light:hover i {
    /* background-color: #32659A; */
    color: #ffffff;
}

.theme-btn-transparent {
    padding: 10px;
    background-color: transparent;
    color: #32659A;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #32659A;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.theme-btn-transparent:hover {
    background-color: #32659A;
    color: #ffffff;
}

.theme-btn-transparent:hover>i {
    color: #ffffff;
}

.theme-download-btn {
    padding: 15px 32px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #4d585a;
    background-color: #4d585a;
    color: #ffffff;
}

.theme-download-btn:hover {
    border: 1px solid #32659A;
    background-color: #32659A;
    color: #ffffff;
}

.theme-download-btn i {
    /* background-color: #32659A; */
    color: #ffffff;
}

.theme-download-btn:hover i {
    /* background-color: #32659A; */
    color: #ffffff;
}

a {
    text-decoration: none;
    display: inline-block;
}

/* remove margin and padding in all tag */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* remove list style */
ul {
    list-style: none;
}

/* remove default style of anchor tag */
a {
    text-decoration: none;
}

.bottom-border-orange h3 {
    border-bottom: 2px solid #f26c4f;
    /* width: 200px; */
    padding-bottom: 10px;
    color: #fff;
}

.fourth-section {
    width: 100%;
}

.fourth-section-box {
    padding: 20px;
    background-color: #fff;
    margin-top: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* .fifth-section {
    background-color: #f1f1f1;
} */
.sixth-section {
    width: 100%;
    height: 100%;
}

.seventh-section {
    width: 100%;
    height: 100%;
}

.eight-section-box {
    padding: 20px;
    /* margin-top: 50px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #EAECEB;
}

.eight-section {
    background-color: #ffffff;
}

.footer-bg {
    background-color: #003e7f;
}

.copyright-bg {
    background-color: #00346b;
}

.box-width {
    min-width: 237px;
}

.modified-img {
    width: 190px;
    height: 120px;
}

.bluecraft-heading {
    font-size: 40px;
    color: #ffffff;
}

.manufacture-heading {
    font-size: 35px;
    color: #ffffff;
}

.unit {
    color: #32659A;
    text-transform: uppercase;
}

.copyright-link {
    color: #b1b1b1;
    text-decoration: none;
}

.copyright-link:hover {
    color: #ffffff;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
}

.header-social-links {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border: 2px solid #32659A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #32659A;
}

a {
    text-decoration: none !important;
}

.header-social-links i {
    font-size: 20px;
    color: #ffffff;
}

.header-social-links:hover {
    background-color: transparent;
    border: 2px solid #32659A;
    transition: all 0.3s;
}

.header-social-links:hover i {
    color: #32659A;
    transition: all 0.3s;
}

.social-links {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    /* border: 2px solid #b1b1b1; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none !important;
}

.social-links i {
    font-size: 20px;
    color: #ffffff;
}

.social-links:hover {
    background-color: #32659A;
    border: 2px solid #32659A;
    transition: all 0.3s;
}

.social-links:hover i {
    color: #ffffff;
    transition: all 0.3s;
}

.footer-menu-items a {
    color: #b1b1b1;
}

.footer-menu-items a:hover {
    color: #ffffff;
}

#banner-image {
    transition: all 0.5s;
}

.hover-word {
    cursor: pointer;
}

.hover-word:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.fourth-section-box:hover .bluecraft-icon {
    transform: scale(1.1);
    transition: all 0.5s;
}

#main_slider_img {
    width: 667px;
    height: 419px;
}

.header-top {
    background-color: #4d585a;
}

.header-menu {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    z-index: 5;
}

.mobile-menu-area {
    display: none;
    background-color: #ffffff;
}

.header-menu-mobile {
    padding: 8px 15px;
}

.header-menu-mobile .burger-icon .burger-icon-box {
    background-color: #32659A;
    color: #ffffff;
    padding: 3px 10px;
}

.mobile-menu-list li {
    border: 1px solid rgba(255, 255, 255, 1) !important;
    border-top: none !important;
}

.mobile-menu-item {
    padding: 10px 10px !important;
    color: #ffffff;
    background: #262626;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 4%;
    right: 4%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.product-btn {
    position: relative;
    padding: 10px 20px 10px 20px;
    margin: 0px 4px 5px;
    /* background-color: transparent; */
    color: #b0b0b0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    /* border: 1px solid #d0d0d0; */
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /* transform: skewX(-25deg); */
}

.product-btn:hover {
    /* background-color: #32659A; */
    color: #ffffff;
    /* border: 1px solid #32659A; */
}

.product-btn::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    transform: skewX(-25deg);
    /* -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.product-btn:hover:before {
    background-color: #32659A;
    color: #ffffff;
    border: 1px solid #32659A;
}
.active-btn {
    position: relative;
    /* background-color: #32659A; */
    color: #ffffff;
    /* border: 1px solid #32659A; */
}

.active-btn:before {
    background: #32659a;
    border-color: #32659a;
}

.product-section-bg {
    box-shadow: 0px 5px 15px 1px rgba(2, 2, 2, 0.10);
}

.product-section-content {
    animation: productcontent 0.08s ease-in;
}

@keyframes productcontent {
    0% {
        transform: scale(0.7)
    }

    100% {
        transform: scale(1);
    }
}

.box-50 {
    width: 50px;
    height: 50px;
}

.badge-item {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 25px;
    color: #ffffff;
    background-color: #043161bf;
    margin: 0px 0px 6px 3px;
}

.footer-divider {
    width: 35px;
    height: 2px;
    background: #337ab7;
    display: block;
    margin-bottom: 30px;
}

.products-details {
    overflow-x: hidden;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.products-item {
    color: #ffffff;
    white-space: nowrap;
    animation: topproductlist 50s linear infinite;
}

@keyframes topproductlist {
    0% {
        transform: translateX(75%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.menu-start {
    background: #32659a;
    position: absolute;
    width: 40px;
    left: -1%;
    height: 41px;
    transform: skewX(25deg);
    z-index: -1;
    top: 0px;
}

.menu-end {
    background: #32659a;
    position: absolute;
    width: 40px;
    right: -1%;
    height: 41px;
    transform: skewX(-25deg);
    z-index: -1;
    top: 0px;
}

.img-content-lower {
    position: relative;
    margin-top:20px;
}

.img-content {
    position: relative;
    padding: 0px 40px 20px;
    z-index: 1;
}

.paradigms-block:hover {
    box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.05);
}

.left-curve {
    position: absolute;
    /* transform: skewY(-12deg); */
    left: 0px;
    top: -26px;
    width: 50%;
    height: 90px;
    background: #ffffff;
    border-top: 10px solid transparent;
    /* -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    transform: rotate(-12deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.right-curve {
    position: absolute;
    /* transform: skewY(12deg); */
    right: 0px;
    top: -26px;
    width: 50%;
    height: 90px;
    background: #ffffff;
    border-top: 10px solid transparent;
    /* -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    transform: rotate(12deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.paradigms-block:hover .left-curve {
    border-top: 10px solid #32659A !important;
}

.paradigms-block:hover .right-curve {
    border-top: 10px solid #32659A !important;
}

.upper-curve {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 50%;
    background: #ffffff;
    border-left: 10px solid #f4f4f4;
    transform: skewX(-10deg);
    /* -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.lower-curve {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 50%;
    background: #ffffff;
    border-left: 10px solid #f4f4f4;
    transform: skewX(10deg);
    /* -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease; */
}

.product-heading {
    position: relative;
}

.welcome-heading {
    position: relative;
}

@media screen and (min-width: 768px) {
    .hp-welcome-heading {
        position: relative;
    }

    .hp-customized-components {
        position: relative;
    }

    .hp-qa-report-heading {
        position: relative;
    }
}

.who-heading {
    position: relative;
}

.company-heading {
    position: relative;
}

.machinery-heading {
    position: relative;
}

.details-heading {
    position: relative;
}

.paradigms-heading {
    position: relative;
}

.reports-heading {
    position: relative;
}

.facility-heading {
    position: relative;
}

.industries-heading {
    position: relative;
}

.products-heading {
    position: relative;
}

.other-heading {
    position: relative;
}

.types-heading {
    position: relative;
}

.customised-heading {
    position: relative;
}

.comparison-heading {
    position: relative;
}

.gallery-heading {
    position: relative;
}

.available-heading {
    position: relative;
}

.faq-heading {
    position: relative;
}

.features-heading {
    position: relative;
}

.benefits-heading {
    position: relative;
}

.about-heading {
    position: relative;
}

.uj-gallery-heading {
    position: relative;
}

.uj-about-heading {
    position: relative;
}

.application-heading {
    position: relative;
}

.uj-application-heading {
    position: relative;
}

.uj-advantage-heading {
    position: relative;
}

.specification-heading {
    position: relative;
}

.uj-specification-heading {
    position: relative;
}

.pitch-heading {
    position: relative;
}

.banner-bg-overlay {
    background-color: #00000077;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-breadcrumb {
    padding: 60px 0px 20px;
}

.breadcrumb {
    font-size: 12px !important;
    text-transform: uppercase;
}

.link-breadcrumb {
    color: #212529;
    text-decoration: none;
}

.breadcrumb-active {
    color: #212529;
    text-decoration: none;
}

/* .gallery-item {
    position: relative;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item a {
    display: block;
} */
/* .gallery-section {
    padding: 20px 0;
}
.gallery-section .row {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.gallery-section .col-md-3 {
    padding: 0;
}
.gallery-section img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.2s;
}
.gallery-section img:hover {
    transform: scale(1.05);
} */
.gallery-section {
    padding: 20px 0;
}

.gallery-item img {
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

.lightboxOverlay {
    background-color: rgba(50, 101, 154, 0.9);
}

.lightbox .lb-nav a.lb-prev,
.lightbox .lb-nav a.lb-next {
    background-color: #32659A;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.lightbox .lb-close {
    background-color: #32659A;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.b-theme-right-1 {
    border-right: 1px solid #32659A;
}

.hover-bb-theme-10:hover {
    border-bottom: 10px solid #32659A;
}

.paradigms-block:hover .bg-overlay {
    /* background-color: rgba(50, 101, 154, 0.2); */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-info-box {
    background-color: #4d585a;
    height: 100%;
    position: relative;
}

.single-product-info-box::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0px;
    width: 80px;
    height: 100%;
    background: #4d585a;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: 1;
}

.white-bar {
    position: absolute;
    left: -50px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #ffffff;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: 4;
}

.product-details {
    position: relative;
    z-index: 1;
}

.table-section {
    border: 0;
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-section img {
    max-width: 100%;
    height: 220px;
    margin-bottom: 15px;
    border-bottom: 0;
    padding-bottom: 10px;
}

.table thead {
    background-color: #32659A;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.table tbody tr:hover {
    background-color: #eaf1f8;
}

.table {
    margin-bottom: 0;
}

.table th,
.table td {
    text-align: center;
    vertical-align: middle;
}

.tab-container {
    background-color: #ffffff;
    /* border: 2px solid #32659A; */
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-tabs {
    border-bottom: 2px solid #32659A;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-link {
    color: #32659A;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 0;
    border: 1px solid transparent;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #32659A;
    border: 2px solid #32659A;
    border-bottom-color: transparent;
}

.tab-content {
    border: 2px solid #32659A;
    border-top: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
}

.tab-content img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
}

.gallery-container {
    background-color: #ffffff;
    /* border: 2px solid #32659A; */
    border-radius: 8px;
    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    margin-top: 30px;
}

.gallery-title {
    text-align: center;
    color: #32659A;
    font-weight: bold;
    margin-bottom: 20px;
}

.gallery-item {
    margin-bottom: 15px;
    height: 150px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    /* border: 2px solid #32659A; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.gallery-item img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.box-200px {
    width: 200px !important;
    height: 200px !important;
}

.box-214px {
    width: 214px !important;
    height: 214px !important;
}

.box-300px {
    width: 300px !important;
    height: 300px !important;
}

.report-gallery-box {
    width: 330px !important;
    height: 445px !important;
}

.accordion .card-header {
    background-color: #32659A;
    color: #fff;
    cursor: pointer;
}

.accordion .card-header h2 button {
    color: #fff;
    text-align: left;
    width: 100%;
    background-color: transparent;
    border: none;
    font-weight: bold;
}

.accordion .card-header h2 button:hover,
.accordion .card-header h2 button:focus {
    text-decoration: none;
    color: #ddd;
}

.accordion .card-body {
    background-color: #f9f9f9;
    border-top: 1px solid #32659A;
}

.accordion .card {
    border: 1px solid #32659A;
    border-radius: 5px;
}

.accordion .card:not(:last-child) {
    border-bottom: none;
}

.features-container {
    display: flex;
    justify-content: space-around;
    padding: 50px 20px;
    background-color: #fff;
}

.feature-box {
    text-align: center;
    max-width: 250px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

.feature-box h3 {
    color: #32659A;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.feature-box p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .features-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        margin-bottom: 20px;
        max-width: 90%;
    }
}

.resp-tab-item {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 1.42857;
    padding: 20px;
    margin-bottom: 10px !important;
    color: #fff;
    text-transform: uppercase;
    border-left: 6px solid #202e31;
    font-weight: bold;
    background: grey;
    cursor: pointer;
}

.resp-tab-active {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 1.42857;
    padding: 20px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    border-left: 6px solid #202e31;
    color: #ffffff;
    background: #32659a;
    font-weight: bold;
    cursor: auto;
}

.resp-tab-active::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 107px;
    height: 100%;
    line-height: 65px;
    position: absolute;
    right: -28px;
    top: -2px;
}

.tab-product-content {
    animation: tabproductcontent 0.2s ease-in;
}

@keyframes tabproductcontent {
    0% {
        transform: scale(0.7)
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 768px) {
    .welcome-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        /* content: ""; */
        z-index: -1;
        /* left: auto; */
        top: 18px;
        bottom: auto;
        right: 0%;
    }

    /* .who-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 18px;
        bottom: auto;
        right: 45%;
    } */
    /* .company-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 18px;
        bottom: auto;
        right: 29%;
    } */
    /* .machinery-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 18px;
        bottom: auto;
        right: 28%;
    } */
    /* .details-heading::before {
        background: #222;
        width: 120px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 18px;
        bottom: auto;
        right: 21%;
    } */
    .paradigms-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 23%;
    }

    .reports-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 16%;
    }

    .facility-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 23%;
    }

    .products-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 24%;
    }

    /* .other-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 20px;
        bottom: auto;
        right: 22%;
    } */
    .types-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 29%;
    }

    /* .customised-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 20px;
        bottom: auto;
        right: 19%;
    } */
    .comparison-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 25%;
    }

    .gallery-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 22%;
    }

    .available-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 18%;
    }

    .faq-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 21%;
    }

    .features-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 25%;
    }

    .benefits-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 28%;
    }
    /* .about-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 20px;
        bottom: auto;
        right: 65%;
    } */
    .application-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 55%;
    }

    /* .pitch-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        left: auto;
        top: 20px;
        bottom: auto;
        right: 51%;
    } */
    .product-heading::before {
        background: #222;
        width: 205px;
        height: 1px;
        position: unset;
        content: "";
        z-index: -1;
        /* left: auto; */
        top: 20px;
        bottom: auto;
        right: 24%;
    }

    .site-logo {
        text-align: center;
    }

    .header-right {
        margin-top: 20px;
    }

    .contact-details {
        flex-wrap: wrap;
    }

    .header-menu {
        display: none;
    }

    .mobile-menu-area {
        display: block;
    }
}
.new-pi {
    height: 320px !important;
    margin-top: -43px !important;
}

.box-s {
    box-shadow: 0 0 10px 4px rgb(0 0 0/.25);
}

/* new section  */
.industry-solutions {
    padding: 40px 0;
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
}

.industry-solutions h2 {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.industry-solutions h2 span {
    color: #32659A;
}

.industries-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.industry-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    /* Slightly softer corners */
    padding: 20px;
    width: 32%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Softer shadow */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-10px);
    /* Adds a hover lift effect */
}

.industry-header {
    background-color: #f7f9fc;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    text-align: center;
    /* Align header text to center */
}

.industry-header h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.industry-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
    /* Adds subtle rounding to images */
}

.industry-item p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    text-align: justify;
}
.view-all-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #32659A !important;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.view-all-btn:hover {
    background-color: #0056b3;
    /* Darker blue on hover */
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .industries-grid {
        flex-direction: column;
    }

    .industry-item {
        width: 100%;
    }
}

.header-site-logo {
    width: 100%;
}

/* Responsive */
/* Mobile (up to 767px) */
@media screen and (max-width: 767px) {
    .header-site-logo {
        height: 80px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header-logo {
        height: 80px;
    }

    .main-blog {
        margin: 50px;
        padding: 0px 50px !important;
    }
}

/* Tablet (768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: blocks;
    }

    .main-blog {
        margin: 50px;
        padding: 0px 50px !important;
    }
}

/* Desktop (1025px and above) */
@media screen and (min-width: 1025px) {
    .desktop-header {
        display: block;
    }

    .mobile-header {
        display: none;
    }

    .main-blog {
        margin: 100px !important;
        padding: 0px 100px !important;
    }
}

.h-80px {
    height: 80px !important;
}

.bg-our-machine {
    background-color: #4c4c4c !important;
}

.our-machine-imgBox {
    width: 350px;
    height: 240px;
}

.our-machine-imgBox img {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 8px;
}

.search-container {
    position: relative;
    display: inline-block;
}

#searchForm {
    display: none;
}

.search-box {
    display: none;
    position: absolute;
    top: 60px;
    left: -230px;
    z-index: 1000;
    display: flex;
    gap: 5px;
    background: #fff;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-input {
    padding: 6px 10px;
    width: 220px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-submit {
    background: #007BFF;
    color: white;
    border: none;
    padding: 7px 14px;
    border-radius: 4px;
    cursor: pointer;
}
.search-submit:hover {
    background: #0056b3;
}

.suggestions {
    display: none;
    position: absolute;
    top: 110px;
    left: -230px;
    width: 300px;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background: #f0f0f0;
}
.slider_image_box{
    background-color: #165873;
    padding: 0 30px;
}
.hero-slider-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    height: 400px !important;
}

.w-xxl-200{
   max-width: 200px;
}
.paradigms-block{
    background-color: #fff;
}
.paradigms-block .img-box .img-box-inner{
    width:330px!important;
    margin: 0 auto;
}
.paradigms-block{
    height: 100%!important;
}
.paradigms-block_inner_bottom{
    padding: 40px 20px 30px;
}
.swiper-button-next, .swiper-button-prev{
    top: var(--swiper-navigation-top-offset, 36%)!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:25px!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset)!important;
}
.img-box-inner{
    height: 400px!important;
    width: 100%;
}
.cardan_block .img-box{
    height: 230px;
}
.img-content-lower{
    margin-top: 0!important;
}
.specification_slider .img-box{
    padding: 40px 0;
}
.specification_slider .img-box-inner{
    height: 470px!important;
}
.gear_type_image_box.product_types_image_box .img-box{
    height: 650px!important;
}
.bg-blue{
    background-color: #165873;
}
.product_types_image_box.py-10{
    padding-bottom: 0!important;
}
.ph-15{
   padding-left:20px;
   padding-right:20px;
}
.product_types_image_box h5{
    margin-bottom: 0!important;
}
.reviewSwiper .review_card_top{
    background-color: #D3D3D3;
    padding: 30px;
}
.reviewSwiper .review-card{
    background-color: #fff;
    height:270px;
}
.machine_service_slider img{
    width: 100%!important;
    height:auto;
}
.machine_service_slider h2{
    line-height: 50px;
}
.machine_services_section .mc_service_image{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    color: white;
    padding: 30px 10px;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;          
    height:300px;
    text-align: center;
}
.mc_service_image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(100, 100, 100, 0.6); 
    z-index: 1;
}

.mc_service_image h4,
.mc_service_image p,
.mc_service_image a {
    position: relative;
    z-index: 2;
    color: #fff;
}
.theme-btn-grey{
    padding:15px 20px;
    background-color:#D3D3D3;
    color: #000!important;
    border-radius:5px;
}
.theme-btn-grey:hover{
    background-color: #32659A;
    color: #fff!important;
}
.machine_services_section .bg_image_box_top{
    margin-bottom: 30px;
}
.timing_belt_type_image_box.machine_service_product .img-content{
    height: 65px;
}
.timing_belt_type_image_box.machine_service_product .img-box{
    height: 350px!important;
}
.timing_belt_type_image_box.machine_service_product img{
    max-width: 300px;
}
.timing_belt_type_image_box.machine_service_product .product_img_2{
    margin-top: 50px;
}
.timing_belt_gallery.machine_service_gallery .img-box {
    position: relative;
    overflow: hidden;
}
.timing_belt_gallery.machine_service_gallery .img-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/home/gallery/bg_image_2.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.timing_belt_gallery.machine_service_gallery .bg_image_box{
    background-position: center; 
    background-size: contain; 
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.landing_page_intro_section .discription_box{
    max-width:600px;
    margin: 0 auto;
}
.discription_box ul li{
    color:#000;
    padding-bottom: 20px;
    font-size:22px;
    line-height: 35px;
    list-style:circle;
}
@media all and (min-width:1800px){
    .timing_belt_type_image_box.timing_pulley_image_box .img-box {
        height:800px;
        padding: 0 20px;
    }
    .timing_belt_gallery.timing_pulley_gallery.timing_pulley_specification .bg_image_box{
        height:600px!important;
    }
}   
@media all and (min-width:1500px){
    .product_types_image_box .img-box img{
        width:70%;
    }
    .machine_service_slider img{
        height: 600px;
    }
}
@media all and (min-width:1400px){
    .img-content-lower{
        margin-top: 20px;
    }
    .specification_slider{
    background-size: contain!important;
    }
}
@media all and (min-width:1200px){
    .top_right_menu{
        display: block!important;
    }
}
@media all and (max-width:991px){
    .cardan_block .img-box {
    height:300px;
    }
    .facility_section .paradigms-block .img-box .img-box-inner{
        width: 100%!important;
    }
    .main-menu-link{
        padding: 10px 8px;
    }
    .h-375px{
    height:475px;
    }
    .timing_belt_type_image_box.timing_pulley_image_box .img-box {
        height: 515px;
        padding: 0 20px;
    }
    .slider_heading h2{
        padding: 50px 0;
    }
}

@media all and (max-width:767px){
    .reviewSwiper .review-card{
        height: auto;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 30px!important;
    }
    .cardan_block .img-box {
    height: 240px;
    }
    .py-20.information_block{
        padding-top: 0!important;
    }
    .timing_belt_type_image_box.timing_pulley_image_box .img-box {
        height:750px;
        padding: 0 20px;
    }
}
@media all and (max-width:575px){
    .py-10.timing_belt_type_image_box.timing_pully_section{
        padding-bottom: 0!important;
    }
    .py-10.timing_belt_gallery.timing_pulley_gallery{
        padding-top: 2.5rem!important;
        padding-bottom: 0!important;
    }
    .py-10.timing_belt_type_image_box.timing_pulley_image_box{
        padding-bottom: 0!important;
    }
    .timing_belt_type_image_box.timing_pulley_image_box .fs-30{
        font-size: 26px!important;
    }
    .banner_slider_product.timing_pulley_slider h3 {
        bottom: 5%;
        left: 13%;
    }
}
@media all and (max-width:480px){
    .facility_section .paradigms-block .img-box .img-box-inner{
        height: 325px!important;
    }
    .fs-40{
        font-size:35px!important;
    }
    .banner_slider_product h3 {
        left:25%;
    }
    .timing_belt_type_image_box .w-150, .industrial_chain_type_image_box .w-150{
        width: 100%!important;
    }
    .timing_pulley_types .img-box{
        height:350px;
    }
    .slider_heading h2{
        padding: 20px 0;
    }
    .machine_service_slider h2{
        line-height: 30px;
        font-size: 20px!important;
    }
    .machine_service_slider.py-20{
        padding-bottom: 2.5rem!important;
    }
    .fs-30{
        font-size: 24px!important;
    }
    .discription_box ul li{
        color:#000;
        padding-bottom: 20px;
        font-size:18px;
        line-height: 35px;
        list-style:circle;
    }
    .discription_box_top.p-5{
        padding:20px!important;
    }
}
@media all and (max-width:400px){
    .main_product_section .img-content .fs-20{
        font-size: 16px!important;
    }
    .timing_belt_type_image_box.timing_pulley_image_box .img-box {
        height:600px;
        padding: 0 20px;
    }
    .timing_belt_gallery.machine_service_material .bg_image_box {
        height: 250px !important;
    }
}
@media all and (max-width:370px){
    .main_product_section .img-content .fs-20{
        font-size: 14px!important;
    }
    .main_product_section .img-content{
        flex-direction: column;
    }
    .timing_belt_gallery.timing_pulley_gallery.timing_pulley_specification .bg_image_box{
        height:230px!important;
    }
    
}

@media all and (max-width:360px){
    .paradigms-block .img-box .img-box-inner{
        width: 290px!important;
    }
    .h-575px.specification_slider{
    height:450px;
    }
    .gear_type_image_box .img-box {
        height: 525px;
    }
    .specification-content .nav-tabs .nav-link{
        padding: 12px 15px;
    }
}
