* {
    box-sizing: border-box;
}


body {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: "Montserrat" !important;
    overflow: visible;
}



/* @media(min-width: 1200px) {
    .container {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 20px;
    }
} */


.container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}


img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    padding-left: 0 !important;
    margin: 0;
}

a {
    font-family: "Montserrat" !important;
    text-decoration: none !important;
}

/*h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}*/

h1 {
    font-size: 36px;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 700;
}

h5 {
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: "Montserrat";


}

/* header */
.header-sec .navbar-menu ul {
    display: flex;
    gap: 0px;
    justify-content: end;
    margin-bottom: 0;
}

.banner-content h1{
    color: #EE1C25;
    font-weight: 700;


}
.banner-sec .banner-content .primary-btn a svg {
	fill: #fff;
	height: 20px;
	width: 20px;
}

.who-we-are img,
.vision-mission-img img,
.our-value-sec .value-card img,
.footer-info .f-site-logo img {
	width: auto;
	height: auto;
}


.header-sec {
    padding: 10px 0;
    background-color: rgb(238 28 37 / 10%);
}

.header-sec .row {
    align-items: center;
}

.site-logo img {
    width: 100%;
    max-width: 100px;
    height: 60px;
    object-fit: contain;
}

.header-sec .menu-list-item {
    font-weight: 600;
}

header.sticky-header {
    background: #fde8e9;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
}
/*body {
    min-height: 101vh;
}*/
/* .ext-content-wrapper:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #fee7e8;;
    animation: fadeOut 0.4s 0.7s ease-in-out forwards;
} */
body .page-loader {
    display: none;
}
.ext-content-wrapper.content-loading > footer, .ext-content-wrapper.content-loading > .layout-wrap, .ext-content-wrapper.content-loading > .contact-us {
    display: none;
}
.ext-content-wrapper > .page-loader {
    animation: fadeOut .4s ease-in-out .5s forwards;
    background: #ddd;
    background-image: linear-gradient(180deg, #292929 -60px, #ddd 100px);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    display: none !important;
}

.ext-content-wrapper.content-loading > .page-loader {
    animation: fadeIn 0s 0s ease-in-out forwards;
}
.page-loader .loader-image{
    width: 180px;
    height: 28px;
    display: block;
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    /*    background-image: url('../images/upt-loader.gif');*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.header-sec .site-logo > a {
    width: 100px;
    height: 60px;
    display: block;
    background-image: url('../images/site-logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
@keyframes fadeOut{
    from {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    to{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

@keyframes fadeIn{
    from {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    to{
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}
.ext-content-wrapper .layout-wrap {
    position: relative;
    /* z-index: 1; */
}
.header-sec .navbar-menu ul li a {
    color: #000;
    font-weight: 600;
    /* padding: 30px 0; */
}

.banner-sec {
    background-color: rgb(238 28 37 / 10%);
    padding: 65px 0 100px 0;
}

.primary-btn {
    margin-top: 30px;
}

.banner-img img {
    border-radius: 10px;
    /* margin-top: 45px; */
    width: auto;
    height: auto;
}


.primary-btn a,
.single-product-sec .single-product-content .Modal-btn {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #fff;
    background-color: #EE1C25;
    padding: 13px 44px;
    display: inline-block;
    text-transform: uppercase;
}
.request-quote-modal h3 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.request-quote-modal .modal-header {
    border-bottom: none;
}
.request-quote-modal .modal-body {
    padding: 0;
}
.request-quote-modal .modal-content {
    background-color: #fde8e9;

}
.request-quote-modal .modal-header .btn-close {
    opacity: 1;
}
/* .request-quote-modal #contact_form {
    padding: 40px;
    border-radius: 15px;
} */
.request-quote-modal .btn-close:focus {
    opacity: 1;
    box-shadow: unset;
}



.single-product-sec .single-product-content .Modal-btn {
    border: none;
    margin-top: 30px;
}
.our-divisions-sec {
    margin: 100px 0;
}

.banner-content .primary-btn a {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.primary-btn img {
    margin-left: 10px;
}

.division-content h2 {
    font-weight: 700;
}

.banner-content span {
    font-size: 24px;
    font-weight: 400;
}

.division-content {
    margin-top: 40px;
    position: sticky;
    top: 90px;
}

.division-content p {
    margin-top: 25px;
    font-family: 'Open Sans';
}

.division-bg-content p {
    margin: 6px 0 10px;
}

.division-bg-content .primary-btn {
    margin: 0;
}

.our-commitment-sec {
    background-color: #F6F6F6;
    padding: 80px 0;
}

.our-commitment-content h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.our-commitment-content p {
    font-family: 'Open Sans';
}

.value-content h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.value-content {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.our-value-sec {
    padding: 70px 0 50px 0;
}

.our-value-sec p {
    font-family: 'Open Sans';
}

.contact-us {
    background-color: #EE1C25;
    padding: 80px 0 100px 0;
    color: #fff;
}

.contact-us h2 {
    font-size: 36px;
    font-weight: 700;
}

.contact-us-content p {
    font-weight: 600;
}

.contact-us .row {
    align-items: center;
}
.secondary-btn a {
    color: #EE1C25;
    background-color: #ffffff;
    font-weight: 600;
    padding: 18px 33px;
    display: inline-block;
}


.value-card {
    text-align: center;
}

.value-card h5 {
    font-size: 20px;
    margin: 30px 0 10px 0;
}

.our-value-sec .row {
    margin-top: 80px;
}


.navbar-btn {
    display: none;
}
.layout-wrap:empty {
    min-height: 100vh;
}


/* divisiom-page */
.sm-container {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.universal-precision {
    background-color: #f6f6f6;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0 80px;
    position: relative;
    z-index: 1;
    min-height: 350px;
    display: flex;
    align-items: center;
}
.division-description {
    max-width: 920px;
    margin: 80px auto 0 auto;
    text-align: center;
    padding: 0 25px;
}
section.universal-precision:after {
    background-color: rgba(0,0,0,.3);
    content: "";
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
/* .universal-precision h1 {
    margin-bottom: 15px;
}
 */
.product-features .primary-btn a {
    font-size: 16px;
    background-color: #EE1C25;
    padding: 13px 18px;
}

.product-card img {
    border: 1px solid #d9d9d9;
    height: 320px !important;
    object-fit: contain !important;
    padding: 30px 20px !important;
}
.product-card .gatsby-image-wrapper-constrained {
    width: 100%;
}

.product-card a {
    color: inherit;
    text-decoration: none;
}
.our-value-sec .row {
    --bs-gutter-y: 30px;
}

.product-sec .product-card a {
    font-size: 14px;
}
.navbar-menu .navbar-menu-inner {
    margin: 0 -25px;
}
/* .product-sec .product-block {
    position: unset!important;
    padding-bottom: 50px;
} */
.product-sec .row {
    --bs-gutter-y: 30px;
}
.modal-content .btn-close:focus {
    box-shadow: unset;
}
.product-sec .product-card h4 {
    margin: 15px 0 0;
    font-size: 18px;
}

.product-sec .product-card .primary-btn {
    margin-top: 15px;
}
.product-features {
    margin-top: 30px;
}

.product-features ul li {
    margin-top: 10px;
}


.swiper-slide {

    text-align: center;
}

.single-product-sec .swiper-backface-hidden.swiper-thumbs .swiper-wrapper img {
    object-fit: contain !important;
    padding: 0 !important;
    height: 120px !important;
    width: 120px !important;
}
.single-product-sec .swiper-wrapper {
    align-items: center;
}
.swiper-button-prev::after, .swiper-button-next::after {
    color: #000;
}
.single-product-sec .swiper.swiper-initialized.swiper-horizontal img {
    width: 100%;
    height: 450px;
    padding: 50px;
    object-fit: cover;
}

.single-product-sec .swiper-slide-thumb-active {
    border: 1px solid #ddd;
}

.product-card .primary-btn,
.product-features .primary-btn {
    margin-top: 25px;
}

.product-sec {
    margin: 80px 0;
    /* height: auto !important; */
}


.product-sec h2 {
    text-align: center;
    margin-bottom: 40px;
}
.single-product-sec {
    margin: 30px 0 80px;
}
.single-product-sec .top-breadcrumbs {
    margin-bottom: 3rem;
    border-color: #ddd;
}
.single-product-sec .top-breadcrumbs a {
    color: #888;
}
.single-product-sec .top-breadcrumbs li.active {
    color: #000;
}
.product-features b {
    font-weight: 600;
}

.single-product-content h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-features ul {
    list-style: disc;
    padding-left: 20px;
}

.key-features ul li:last-child, .applications ul li:last-child, .specifications ul li:last-child {
    margin-bottom: 0;
}

.key-features ul li, .applications ul li, .specifications ul li {
    margin-bottom: 10px;
}
.key-features ul, .applications ul, .specifications ul {
    list-style: disc;
    padding-left: 30px !important;
}

.banner-sec.bg-image::after {
    content: "";
    background-color: rgb(0 0 0 / 30%);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
}

section.banner-sec.bg-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

section.banner-sec.bg-image h1 {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.banner-content .primary-btn a {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


/* blog-page */

/* .blog-card img{
    border: 1px solid #ddd;
    padding: 10px;
} */

.blog-entry-content {
    max-width: 750px;
    margin: 0 auto;
}

.blog-card a {
    color: #000;
}

.blog-sec {
    margin: 60px 0 80px;
}
.breadcrumb-sec {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 30px;
}
.blog-post-date {
    display: inline-block;
    margin: 10px 0;
    color: #979797;
}
.blog-sec .blog-card .blog-title {
    font-size: 18px;
    font-weight: 700;
}
.blog-sec .blog-card .blog-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.blog-entry-content h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
}

.blog-entry-content h4 {
    margin: 30px 0 10px 0;
}

.blog-entry-content h3 {
    margin-bottom: 10px;
    font-weight: 700;
}


.application ul {
    list-style: disc;
}


.application ul {
    list-style: disc;
    padding: 0 0 0 20px;
}


.application p {
    margin-top: 20px;
}

.blog-sec .row {
    --bs-gutter-y: 24px;
}

.blog-card img {
    height: 280px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}
.blog-sec .blog-entry-content img {
    width: 100%;
    height: auto;
}
.layout-wrap .no-results-found p {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font-size: 20px;
}

.breadcrumb-sec ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px;
    margin: 0 -10px;
    font-size: 14px;
    line-height: 1.2;
}
.breadcrumb-sec li {
    border-right: 1px solid #d9d0d0;
    color: #b7b7b7;
    padding: 0 10px;
    margin-bottom: 10px;
}

.breadcrumb-sec li a{
  color: #b7b7b7;
}

.breadcrumb-sec li.active {
    border: none;
}

/* header-dropdown */
.navbar-menu .sub-menu {
    position: relative;
    /* z-index: 1; */
}
.navbar-menu .sub-menu > ul > .sub-menu > ul {
    right: 100%;
    left: auto;
}
.navbar-menu .sub-menu > ul {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 13px #dbcdcd;
    display: none;
    padding: 10px 0px !important;
    position: absolute;
    width: 261px;
    margin-top: 27px;
}
.navbar-menu .sub-menu > ul > li {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 2px 15px;
}

.navbar-menu .sub-menu:hover > ul {
    display: block;
}

.navbar-menu .sub-menu > ul > li:last-child {
    margin-bottom: 0;
}

.navbar-menu .sub-menu > ul > .sub-menu > ul {
    right: 100%;
    left: auto;
    margin: 0;
    z-index: 3;
    top: 0;
}

.navbar-menu .sub-menu ul span {
    padding: 0;
}

.navbar-menu .sub-menu > ul > .sub-menu:after {
    left: 12px;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    top: 8px;
    position: absolute;
    margin: 0;
}

.navbar-menu .sub-menu > ul > .sub-menu {
    padding-left: 30px;
}
.footer-menu-inner ul {
    column-count: 2;
}
.who-we-are-content p,
.vision-mission-content p,
.our-team-content p {
    margin-bottom: 15px;
}

.who-we-are-content p:last-child,
.vision-mission-contenp p:last-child,
.our-team-content p:last-child {
    margin-bottom: 0;
}

.who-we-are h2,
.vision-mission-sec h2,
.our-team-sec h2 {
    margin-bottom: 10px;
}

.banner-sec.bg-image {
    padding: 100px 0;
}

.our-team-sec {
    padding-bottom: 80px;
}


.who-we-are {
    padding-top: 80px;
}

.banner-content-sec {
    padding: 100px 0;
}

.vision-mission-sec {
    padding: 80px 0;
}

.division-card-sec .row {
    --bs-gutter-y: 24px;
}

.contact-us-sec {
    padding: 80px 0;
}

.contact-us-sec h2 {
    text-align: center;
    margin-bottom: 20px;
}

section.company-map {
    overflow: hidden;
}

section.company-map iframe {
    max-width: 100%;
    width: 100%;
    margin-bottom: -7px;
}
.get-in-touch ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.get-in-touch ul li:last-child {
    margin-bottom: 0;
}

.get-in-touch ul li img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    background-color: #fde8e9;
    padding: 17px;
    border-radius: 5px;
}

.get-in-touch ul {
    margin-top: 30px;
}

.get-in-touch ul li a {
    color: #000;
}

#contact_form {
    background-color: #fde8e9;
    padding: 40px;
}

#contact_form input::-webkit-outer-spin-button,
#contact_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.get-in-touch p {
    width: 100%;
    max-width: 550px;
}

.get-in-touch ul li span {
    width: 100%;
    max-width: 400px;
}
#contact_form .input-wrapper {
    margin-bottom: 20px;
}
#contact_form input {
    border: none;
    margin-bottom: 6px;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

#contact_form textarea {
    width: 100%;
    min-height: 80px;
    border: unset;
    resize: none;
    padding: 10px 20px;
    outline: none;
}

.navbar-menu .sub-menu li a {
    padding: 0 !important;
}

.navbar-menu .sub-menu li:hover > a {
    color: #e82532;
}

.contact-us-sec h2 {
    text-align: center;
    margin-bottom: 40px;
}

#contact_form .submit-btn {
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #EE1C25;
    color: #fff;
    font-weight: 600;
    border: none;
}

.contact-us-sec h3 {
    margin-bottom: 15px;
    font-weight: 700;
}

.privacy-policy-sec {
    padding: 80px 0;
}

.privacy-policy-sec h1 {
    color: #000;
    padding-bottom: 20px;
}

.privacy-policy-sec h4 {
    margin-top: 30px;
    padding-bottom: 8px;
}

.privacy-policy-sec ul {
    list-style: inside;
    padding-top: 10px;
}

.privacy-policy-sec a {
    color: #000;
}


.who-we-are-content,
.vision-mission-content,
.our-team-content {
    width: 480px;
    max-width: 100%;
}

.vision-mission-content {
    margin-left: auto;
}

.leadership-content {
    text-align: start;
    max-width: 580px;
    margin-left: auto;
}

.our-leadership-sec {
    background-color: #f6f6f6;
    padding: 80px 0;
    margin-bottom: 80px;
}

.leadership-content span {
    display: inline-block;
    padding: 10px 0;
    font-weight: 600;
    color: #aaa;
}
.our-leadership-sec .row {
    align-items: start;
}

.our-leadership-sec .sub-title {
    max-width: 750px;
    margin: 0 auto 40px;
}

.our-leadership-sec h2 {
    margin-bottom: 10px;
}

.our-leadership-sec .sm-container {
    max-width: 1000px;
}

/* footer-sec */
.footer-sec {
    background-color: #f6f6f6;
}

.footer-sec .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") !important;
    transition: all 0.5s !important;
}

.footer-sec .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") !important;
}

.footer-sec .accordion-button::after {
    transition: all 0.5s;
}


.follow-us ul {
    display: flex;
    gap: 10px;
    padding-left: 0;
}

.footer-sec .accordion-item {
    border: unset !important;
}

.footer-sec .accordion {
    --bs-accordion-bg: unset;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    padding-top: 35px;
}
.footer-top-menu {
    margin-top: 60px;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 20px;
}

.footer-sec .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: unset;
    padding: 0 0 15px 0;
    color: #000000;
}

.footer-menu-inner h5 {
    margin-top: 30px;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 18px;
}

.footer-sec .accordion-body a {
    font-weight: 600;
    color: #000;
    margin-left: 5px;
}

.footer-sec .accordion-body {
    padding: 0;
}

.footer-info .accordion-body p {
    margin-bottom: 0 !important;
}

.footer-top-menu ul li a {
    font-weight: 700;
    color: #000;
}


.division-bg:last-child {
    margin-bottom: 0px;
}

.division-bg {
    margin-bottom: 50px;
}

.division-bg-image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-top: 140px;
}

.division-bg-content {
    background-color: rgb(0 0 0 / 80%);
    color: #fff;
    margin: 30px;
    padding: 40px 20px;
}

.division-content span {
    font-size: 20px;
    color: #EE1C25;
    font-weight: 700;
}
.footer-menu-inner ul {
    column-count: 2;
    padding-left: 0;
}

.footer-menu-inner ul li a {
    color: #000;
    margin-bottom: 5px;
    display: inline-block;
}

.footer-top-menu ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-top-menu ul li:last-child a::after {
    content: none;
}

.footer-top-menu ul li a::after {
    content: "";
    background: #000000;
    padding: 3px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 20px;
}

.footer-info {
    background-color: #fff;
    padding: 20px 30px;
}


.footer-info .accordion-body span {
    margin-bottom: 10px;
    display: block;
}

.footer-info .accordion-button.collapsed {
    padding: 0;
}


.footer-info .accordion-item {
    margin-bottom: 30px;
}

.follow-us {
    margin-top: 30px;
}

.follow-us h5 {
    margin-bottom: 10px;
}

.follow-us ul li i {
    font-size: 24px;
    color: #000000;
}


.pf-tabs-wrapper ul li a {
    border: 1px solid #D9D9D9;
    padding: 7px 16px;
    display: inline-block;
    color: #000;
    font-weight: 500;
}
.pf-tabs-wrapper ul {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pf-tabs-wrapper .filter-btn.is-checked {
    background-color: #EE1C25;
    color: #fff;
}
.all-products-wrap {
    margin: 80px 0;
}

/*blog-page*/
.blog-card img{
    border: 1px solid #ddd;
    padding: 10px;
}
.blog-entry-content {
    max-width: 750px;
    margin: 0 auto;
}
.blog-card a {
    color: #000;
}
.blog-sec {
    margin: 80px 0;
}

.blog-entry-content h2 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.blog-entry-content h4 {
    margin:30px 0 10px 0;
}
.blog-entry-content h3{
    margin-bottom: 10px;
    font-weight: 700;
}
.application ul {
    list-style: disc;
}
.application ul {
    list-style: disc;
    padding: 0 0 0 20px;
}

.application p {
    margin-top: 20px;
}
.blog-sec .row {
    --bs-gutter-y: 24px;
}
/* .blog-card img {
    min-height: 280px;
    object-fit: contain;
} */

/* .breadcrumb-sec li a {
    border-right: 1px solid #000;
    padding:0  10px;
    color: #000;
} */
/* header-dropdown */
.navbar-menu .sub-menu{
    position: relative;
}
.navbar-menu .sub-menu > ul {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 15px;
    width: 261px;
    box-shadow: 1px 2px 13px #dbcdcd;
    border-radius: 5px;
    padding-top: 10px;
}
.navbar-menu .sub-menu > ul > li {
    margin-bottom: 5px;
}
.navbar-menu .sub-menu:hover > ul{
 display: block;
}

#contact_form .error {
    color: red;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 80%;
}
#thank-you-block, #error-block {
  margin: 10px 0;
}

footer .accordion-button h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

.f-site-logo {
    padding-bottom: 20px;
}

.get-in-touch h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.get-in-touch p {
    margin-bottom: 0;
}

/* .loading-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: fixed;
    width: 100%; */
/*    background-color: #f6f6f6;*/
/* background-color:#fee7e8;
z-index: 999;
} */

.loading-sec img {
    width: 350px;
    height: 50px;
    object-fit: contain;
}


.navbar-menu .sub-menu {
    position: relative;
    font-weight: bold;
    cursor: pointer; 
}
.sub-menu:after {
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    content: "";
    height: 10px;
    transform: rotate(225deg) translateY(-7px);
    width: 10px;
    display: block;
    float: right;
    margin-left: 18px;
}
/* .sub-menu span.menu-dropdown {
    padding-right: 20px;
    padding: 30px 20px 30px 0;
} */
.header-sec .navbar-menu-inner > ul > li {
    padding: 30px 15px;
    margin: -12px 5px;
}
.leadership-name {
    margin-bottom: 0;
}

.product-sec-inner {
    margin: 0 -10px;
}
.single-product-content .request-quote-modal {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 32px;
}

.single-product-content .request-quote-modal .heading {
    margin-bottom: 18px;
}
/*Homepage changes 12-19-2024**/
.faq-section {
    padding: 80px 0;
    background: #f6f6f6;
}

.blog-listing {
    padding: 80px 0;
}

.blog-listing-head p {
    text-align: center;
    width: 650px;
    margin: 0 auto;
    max-width: 100%;
}section.blog-listing .row {
    --bs-gutter-y: 1rem;
}

.blog-listing-head {
    text-align: center;
    margin-bottom: 50px;
}

.faq-listing .accordion-item {
    border-bottom-width: 1px;
}
.product-card a img {
	width: 100%;
}

.faq-listing.accordion {
    --bs-accordion-color: #000;
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: #d9d9d9;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 1.3rem;
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='prefix__bi prefix__bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.5rem;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='prefix__bi prefix__bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 1.5rem;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: transparent;
}

.faq-listing.accordion .accordion-button {
    font-weight: 600;
    font-size: 18px;
}

.faq-listing.accordion  .accordion-body {
    padding-top: 5px;
    /* font-size: 14px; */
}
.division-bg-content a {
    color: inherit;
    text-decoration: none;
}
section.contact-us #contact_form {
    width: 480px;
    max-width: 100%;
    margin-left: auto;
}
/**Homepage changes end*/



.contact-us-page section.contact-us{
    display:none;
}
.team-row {
  margin-bottom: 30px;
}
.key-features, .applications {
    margin-top: 30px;
}

.operating-content {
    padding-left: 15px;
}

.all-products-wrap .gatsby-image-wrapper img {
    height: 300px;
}

/* .all-products-wrap .product-card img {
    border: 1px solid #d9d9d9 !important;
    height: 320px !important;
    object-fit: contain !important;
    padding: 30px 20px !important;
}
.all-products-wrap .product-card .gatsby-image-wrapper-constrained {
    width: 100%;
} */

.key-features ol  li {
    margin-bottom: 10px;
}

.info-sec{
 margin-top: 30px;
}



.info-sec ul {
    padding-left: 30px !important;
    list-style-type: disc;
}

.info-sec ul li {
    margin-bottom: 10px;
}

.advantages {
    margin-top: 30px;
}
.advantages ul {
    padding-left: 30px !important;
    list-style-type: disc;
}
.advantages {
    margin-top: 30px;
}

.operating-content ul {
    margin-bottom: 20px;
}

.accordion-footer-listing li {
    font-size: 14px;
    line-height: 1.8;
}
.accordion-footer-listing {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 10px;
}
.blog-entry-content ul li {
    margin-bottom: 5px;
    font-size: 15px;
}
.blog-entry-content ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 10px;
}

.blog-entry-content .breadcrumb-sec ul{
    list-style-type: none;
    margin-left: 0px;
    margin-top: 0px;
}
.division-description ul {
    margin-bottom: 10px;
    line-height: 1.7;
}
.division-description ul li{
    font-weight:700;
}

/*******   media query starts here ******/
@media(min-width: 992px){
    .product-sec .row .col-lg-4.product-block {
        width: 33.20%;
    }
}
@media (max-width:991px) {

    h1,
    h2 {
        font-size: 28px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;

    }

    .banner-content span {
        font-size: 18px;
        margin-top: 10px;
        display: block;
    }

    .banner-sec {
        padding: 50px 0 50px 0;
    }

    .our-divisions-sec {
        margin: 50px 0;
    }

    .division-content {
        margin-top: 0;
        position: sticky;
        top: 0;
        margin-bottom: 30px;
    }

    .division-content p {
        margin-top: 10px;
    }

    .secondary-btn a {
        padding: 18px 17px;
    }

    .footer-top-menu ul li a::after {
        margin: 0px 18px;
    }

    .footer-info {
        padding: 20px 5px;
    }

    .footer-top-menu {
        margin-top: 50px;
    }

    .single-product img {
        padding: 30px 0;
    }
    #contact_form {
        padding: 20px;
    }
    .navbar-menu-inner li.sub-menu {
        display: flex;
        align-content: start;
    }
    .sub-menu::after {
        margin-left: 15px;
    }
    .header-sec .navbar-menu-inner > ul > li {
        padding: 30px 9px;
    }
    .leadership-img img {
        width: 100%;
        height: 250px;
    }
}












@media (min-width: 768px) {
    .navbar-menu {
        display: block !important;
    }
}




@media (max-width:767px) {
    .header-sec {
        padding: 15px 0;
    }

    .primary-btn a {
        font-size: 14px;
        padding: 14px 20px;
    }
    .universal-precision {
        min-height: 350px;

    }
    .header-sec .navbar-menu ul li a {

       padding: 0; 
   }
   /* .header-sec .navbar-menu-inner>ul>li {
    display: flex;
    align-items: start;
} */

.division-content {
    margin: 0 0 30px 0;
}

.division-bg-content p {
    margin: 10px 0;
    font-size: 14px;
}

.our-value-sec .row {
    margin-top: 50px;
}

.value-card {
    margin-bottom: 30px;
}

.contact-us {
    padding: 50px 0 60px;
}
.pf-tabs-wrapper ul {
    gap: 10px;
}

.product-sec {
    margin: 50px 0;
}
.pf-tabs-wrapper ul li a {
    font-size: 14px;
}
.secondary-btn {
    margin-top: 20px;
}
.navbar-menu-inner li.sub-menu {
	flex-direction: column;
}

.footer-top-menu ul li a::after {

    margin: 0 10px;
}

.footer-top-menu ul li a {
    font-size: 12px;
}

.value-card h5 {
    margin: 10px 0 10px 0;
}

.our-commitment-img {
    max-width: 130px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.primary-btn {
    margin-top: 20px;
}

.navbar-btn {
    display: block;
    text-align: end;
}

.our-divisions-sec {
    margin: 50px 0;
}

.our-commitment-sec {
    padding: 50px 0;
}

.navbar-menu {
    display: none;
}
.our-commitment-img img {
	height: auto;
}

.banner-sec {
    padding: 20px 0 50px 0;
}

.header-sec .navbar-menu {
    transform: translateX(-100%);
    transition: 0.3s;
    position: fixed;
    z-index: 99;
    top: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding-top: 110px !important;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
}

.navbar-btn i {
    font-size: 25px;
}

.division-description {
    margin: 50px auto 0 auto;
}
.header-sec.active .navbar-menu {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
.banner-sec .banner-img {
    margin-top: 30px;
}
.header-sec .navbar-menu .navbar-menu-inner {
    height: 100%;
    overflow: auto;
    margin: 0;
}
.sub-menu>ul>.sub-menu>.menu-dropdown:after {
    left: 6px;
}

.sub-menu>ul>.sub-menu>.menu-dropdown {
    height: 25px;
    width: 25px;
    top: 0;
}
.header-sec .navbar-menu ul {
    display: flex;
    flex-direction: column;
}

.header-sec.active .hamburger-icon {
    display: none;
}

.header-sec .close-icon {
    display: none;
}

.header-sec.active .close-icon {
    display: block;
    z-index: 999;
    position: fixed;
    top: 32px;
    right: 22px;
}

.footer-top-menu ul {
    flex-wrap: wrap;
    justify-content: center;
}

.division-bg-content {
    margin: 10px;
    padding: 20px;
}

.division-bg-image {
    padding-top: 80px;
}

.footer-menu-inner ul li a {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.2;
}

.universal-precision {
    padding: 50px 0 50px 0;
}

.product-sec h2 {
    margin-bottom: 30px;
}

.product-card img {
    padding: 20px;
    min-height: auto;
    max-height: 300px;
}

.product-card .primary-btn,
.product-features .primary-btn {
    margin-top: 15px;
}

.single-product {

    margin-bottom: 30px;
}

.single-product img {
    padding: 20px;
}
.navbar-menu .sub-menu ul {
    position: relative;
}

.navbar-menu .sub-menu ul {
    display: none !important;
}

.navbar-menu .sub-menu.open-sub-menu > ul {
    display: block !important;
}
.sub-menu > .menu-dropdown:after {
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    content: "";
    height: 10px;
    transform: rotate(225deg);
    width: 10px;
    padding: 0 !important;
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    transform-origin: center;
}

.sub-menu:after {
    content: none;
}
.header-sec .navbar-menu-inner > ul > li {
    margin: 0;
    padding: 12px 0;
}
.sub-menu > .menu-dropdown {
    position: absolute;
    top: 10px;
    right: 2px;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.navbar-menu .sub-menu>ul>.sub-menu>ul {
    right: auto;
}

.sub-menu.open-sub-menu > .menu-dropdown:after {
    transform: rotate(45deg) translate(3px, 3px);
}
.navbar-menu .sub-menu .menu-list-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 1;
}
.navbar-menu .sub-menu:after {
    pointer-events: none;
}
.navbar-menu .sub-menu ul {
    background-color: unset;
    width: 100%;
    box-shadow: unset;
    border-radius: 5px;
    padding-top: 10px;
}

.blog-sec {
    margin: 40px 0;
}

.blog-entry-content h2 {
    font-size: 24px;
}


.contact-us-sec .row {
    --bs-gutter-y: 30px;
}

.get-in-touch ul li {
    gap: 15px;
    margin-bottom: 15px;
    align-items: self-start;
}

.get-in-touch ul li span {
    padding-top: 5px;
}

.who-we-are {
    padding-top: 40px;
}

.vision-mission-sec {
    padding: 40px 0;
}

.who-we-are .row {
    flex-direction: column-reverse;
    --bs-gutter-y: 30px;
}

.vision-mission-sec .row {
    --bs-gutter-y: 30px;
}

.our-team-sec {
    padding-bottom: 40px;
}

.our-team-sec .row {
    --bs-gutter-y: 30px;
    flex-direction: column-reverse;
}

.privacy-policy-sec {
    padding: 40px 0;
}

.privacy-policy-sec h1 {
    padding-bottom: 12px;
}

.who-we-are-content,
.vision-mission-content,
.our-team-content {
    width: 100%;
}

.banner-sec.bg-image {
    padding: 60px 0;
}

.header-sec .navbar-menu ul li a {

    padding: 0;
}

.navbar-menu .sub-menu ul {

    margin-top: 0px;
}

.contact-us-sec {
    padding: 40px 0;
}

.our-leadership-sec {
    padding: 40px 0;
    margin-bottom: 40px;
}

.leadership-content {
    margin-top: 30px;
}
.company-map iframe {
    height: 340px;
}
.universal-precision {
    min-height: 260px;

}
.accordion-item .accordion-button::after {
	top: 22px;
	position: absolute;
	right: 0px;
}
.footer-info {
	padding:20px;
}
.product-card a img {
	width: 100%;
}
body.mobile-menu-open {
	overflow: hidden !important;
    height: 0;
}
}

