@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;
    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: 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;
}
.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 .img-box{
    height: 650px;
}
.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;
}
.banner_slider_product .slider_image_box{
    max-width: 1000px;
    margin: 0 auto;
}
.swiper-slide {
  padding-bottom: 10px;
}
.cardan_block.production_block .img-content{
    padding: 0 20px 20px;
}
.banner_slider_product .slider_image_box{
    background-color:#165873;
}
.banner_slider_product .slider_image_box{
    position: relative;
}
.banner_slider_product h3 {
    position: absolute;
    bottom: 16%;
    left: 30%;
}
.bg-slate{
    background-color: #D3D3D3;
}
.banner_slider_product h3{
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.h-375px{
    height: 375px;
}
.h-575px{
    height: 575px;
}
.product_joint_video .img-box{
    background-color: #D3D3D3;
}
.product_another_page_link .paradigms-block{
    padding:30px;
}
.top_right_menu{
        display:none!important;
}
.banner_section .left_image{
    margin-right:10px;
    height: 400px!important;
}
.banner_section .left_image, .banner_section .right_content{
    border:10px solid #D3D3D3;
    height: 400px;
}
.banner_section .right_content{
    padding: 100px 30px 30px;
}
.timing_belt_type_image_box.machine_service_product .img-content{
    height: 65px;
}
.timing_belt_type_image_box.machine_service_product .img-box{
    height: 400px;
}
.timing_belt_type_image_box.machine_service_product img{
    height: 400px;
}
.banner_section.facility_page_banner_section .left_image, .banner_section.facility_page_banner_section .right_content{
    border: 0px;
}
.facility_page_banner_section .about-heading-content p{
    font-size: 30px;
    line-height: 35px;
}

.facility_page_section .img-box img{
    height:400px!important;
}
.facility_page_section .img-content{
    height: 65px;
}
.facility_page_section.gallery_page .img-box img{
    height: 450px!important;
}
.facility_page_section.gallery_page.download_page_section .img-box img {
    height:400px !important;
}
.facility_page_banner_section.downlaod_page_banner .left_image_top{
    border: 5px solid #D3D3D3;
}
.banner_section.downlaod_page_banner .right_content{
    height: 410px!important;
}
.download_page_section .catalogue_image_box img{
    width: 100%;
    height: auto;
    border: 2px solid #32659a;
    border-radius: 10px;
}
.benefits_page_section ul li{
    list-style:disc;
    padding-left: 10px;
    padding-bottom: 20px;
}
.maintenance_page_block h4{
    margin-bottom: 0;
}
.maintenance_page_block .graph_block img{
    width:300px!important;
}
.maintenance_page_block .graph_block h4{
    padding-left: 60px;
}
.maintenance_page_block.bottom_block ul li{
    list-style: disc;
    padding-left: 10px;
    padding-bottom: 15px;
}
.maintenance_page_block.bottom_block img{
    max-width:500px;
    width: 100%;
}
.banner_section.maintenance_page .left_image{
    margin-right: 0!important;
}
.tolerance_page_block .left_image_block{
    height: 400px!important;
}
.tolerance_page_block img{
    height: 300px!important;
    max-width: 230px!important;
    margin-top: -50px;
}
.tolerance_page_block .img-content{
    height: 65px!important;
}
.tolerance_page_block .bottom_list{
    margin-right:40px;
    margin-bottom:20px;
}
.product_cardan_shaft_page .hero_slider img{
    max-width: 700px;
}
.product_cardan_shaft_page .hero_slider p{
    font-size: 40px;
    line-height: 45px;
    color: #000;
}
.cardan_shaft_page_block img{
    height: 400px;
    margin-top: -50px;
}
.cardan_shaft_page_block .img-content{
    height: 65px;
}
.cardan_shaft_customized_block .bg_image_box{
    height: 400px!important;
}
.product_joint_hero_slider .slider_image_box{
    position: relative;
}
.product_joint_hero_slider .slider-title{
    position: absolute;
    bottom: 0;
    font-size: 30px;
    left: 25%;
    color: #fff;
}
@media all and (min-width:1500px){
    .product_types_image_box .img-box img{
        width:70%!important;
    }
    .facility_page_section .img-box img{
        height:530px!important;
        width: 100%!important;
    }
    .facility_page_section.gallery_page.download_page_section .img-box img {
        height:500px !important;
    }
}
@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:1400px){
    .tolerence_page_block .who-heading.fs-50{
        font-size: 40px!important;
    }
}
@media all and (max-width:1200px){
    .who-heading.fs-60{
        font-size: 40px!important;
    }
    .product_cardan_shaft_page .hero_slider img{
        max-width:300px;
    }
    .product_cardan_shaft_page .hero_slider p{
        font-size:30px;
    }
}
@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;
    }
    .banner_section.downlaod_page_banner .right_content{
        height: 410px!important;
    }
    .maintenance_page_block .table-responsive{
        padding-left: 0!important;
    }
    .maintenance_page_block .graph_top_block{
        padding-left: 0!important;
    }
    .tolerence_page_block .who-heading.fs-50{
        font-size: 30px!important;
    }
    .banner_section .right_content {
        padding:30px 30px 30px;
    }
}
@media (max-width: 768px) {
    .dropdown-arrow {
        display: inline-block;
        margin-left: 8px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        padding: 4px;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }
    
    .mobile-menu-item.open .dropdown-arrow {
        transform: rotate(-135deg);
    }
    .mobile-menu-item.mobile-menu-item-dropdown-item{
        padding-left: 0!important;
    }
}

@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;
    }
    .benefits_page_section .table-responsive{
        overflow-x: auto!important;
    }
    .benefits_page_section .machinery-table{
        width: 600px!important;
    }
    .critical-machinery{
        padding-top: 0px!important;
    }
    .maintenance_page_block .graph_block{
        text-align: center;
    }
    .maintenance_page_block .graph_block h4{
        padding-left:0px;
    }
    .box-s {
        box-shadow:none!important;
    }
    .cardan_shaft_page_block.py-10, .cardan_shaft_customized_block.py-10{
        padding-top: 20px!important;
        padding-bottom: 0px!important;
    }
}
@media all and (max-width:575px){
    .tolerance_page_block .bottom_list{
        margin-right:0px!important;
    }
    .tolerance_page_block .graph_top_block{
        padding-right: 0!important;
    }
    .tolerance_page_block .left_image_block {
        height: 250px !important;
    }
    .product_cardan_shaft_page .hero_slider p{
        font-size:25px;
    }
    .customised-heading.fs-30{
        font-size: 24px!important;
    }
    .product_types_image_box.py-10, .py-10.product_joint_shape{
        padding-bottom: 0!important;
    }
}
@media all and (max-width:480px){
    .facility_section .paradigms-block .img-box .img-box-inner{
        height: 325px!important;
    }
    .fs-40{
        font-size:35px!important;
    }
    .joint_web_home_page .fs-40{
        font-size: 28px!important;
    }
    .banner_slider_product h3 {
        left:25%;
    }
    .other-heading.fs-30{
        font-size: 24px!important;
    }
    .facility_page_section .img-box img{
        height: 375px!important;
    }
    .facility_page_section.gallery_page .img-box img {
        height: 370px !important;
    }
    .machinery-heading.fs-30{
        font-size: 24px!important;
    }
    .cardan_shaft_page_block img{
        height: 250px;
    }
    .cardan_shaft_customized_block .bg_image_box{
        height:250px!important;
    }
    .facility_page_banner_section .about-heading-content p {
        font-size:24px;
    }
    .banner_section .right_content {
        padding:30px 30px 30px;
    }
}
@media all and (max-width:420px){
    .banner_section .left_image, .banner_section .right_content{
        height: 250px!important;
    }
    .banner_section.downlaod_page_banner .right_content {
        padding:30px 30px 30px;
    }
    .banner_section.downlaod_page_banner .right_content{
        height:250px!important;
    }
    .product_joint_hero_slider .slider-title{
        left:18%;
    }
}
@media all and (max-width:400px){
    .download_page_section .img-box.p-5 {
        padding:40px!important;
    }
    .tolerence_page_block .who-heading.fs-50{
        font-size:25px!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;
    }
    .who-heading.fs-60{
        font-size:35px!important;
    }
    .facility_page_banner_section .about-heading-content p{
        font-size:24px;
        line-height:30px;
    }
    .facility_page_section.gallery_page.download_page_section .img-box img {
        height: 300px !important;
    }
    .machinery-heading.fs-30{
        font-size: 21px!important;
    }
    .tolerence_page_block .who-heading.fs-50{
        font-size:22px!important;
    }
    .product_cardan_shaft_page .hero_slider p{
        font-size:20px;
    }
    .facility_page_banner_section .about-heading-content p {
        font-size:20px;
    }
}




