/* Work sancs font */
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2'),
        url('../fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),
        url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* poppins font */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Work Sans';
    font-weight: normal;
    color: #000;
    -webkit-text-size-adjust: none;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    font-weight: 600;
}

p {
    font-family: 'Work Sans';
    font-weight: normal;
    font-size: 17px;
    line-height: 29px;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease;
}

/* header css start */
body,
body.home {
    padding-top: 132px;
}

header.header_sec {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.6s ease;
    background: #ffffff;
}

header.header_sec.nav-up {
    top: -100%;
}

header .main-logo {
    width: 384px;
    margin-right: 70px;
}

header .main-logo a {
    display: block;
}

header .project-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

header .usa-logo {
    width: 106px;
    margin-top: 2px;
}

header .header_top_row {
    padding: 5px 0 6px 0;
    height: 89px;
}

header .header_top_row .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .project-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

header .hrd-call-box a {
    display: flex;
    align-items: center;
}

header .hrd-call-box a .number {
    font-family: 'Work Sans';
    font-weight: bold;
    font-size: 26px;
    position: relative;
    color: #0971ce;
    transition: all 0.5s ease;
    line-height: normal;
}

header .hrd-call-box a .call-text {
    font-family: 'Poppins';
}

header .hrd-call-box a svg path {
    transition: all 0.5s ease;
    fill: #0971ce;
}

header .hrd-call-box a:hover svg path {
    fill: #000;
}

header .hrd-call-box a:hover span {
    color: #000;
}

header .hrd-call-box a i.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

header .hrd-call-box a span {
    display: block;
    transition: all 0.5s ease;
}

body.home .banner-heading,
.hrd-call-box a span.call-text-now,
.menu_col .project-logo,
.menu_column_row .menu_col ul.menu>li.menu_text,
.header_toggle_button,
.header_toggle_btn {
    display: none;
}

.menu_column_row {
    width: 100%;
    line-height: 0;
    display: inline-block;
    background-color: #0971ce;
    border-bottom: 2px solid #0971ce;
}

header .menu_col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_column_row .menu_col ul.menu {
    width: auto;
    display: inline-flex;
    align-items: center;
}

.menu_column_row .menu_col ul.menu>li {
    padding: 12px 14px 13px;
    display: inline-block;
    line-height: 0;
    position: relative;
    cursor: pointer;
}

.menu_column_row .menu_col ul.menu>li>a {
    width: auto;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-family: 'Work Sans';
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children>a {
    position: relative;
    padding-right: 16px;
    cursor: default;
}

.menu_column_row .menu_col ul.menu>li.menu-item-has-children {
    cursor: default;
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children>a i.arrow-icon {
    width: 9px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 7px;
    transition: all 0.6s ease;
    line-height: 0;
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children>a i.arrow-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    transition: all 0.5s ease;
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children:hover>a i.arrow-icon svg {
    fill: #ffaa17;
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children:hover>a i.arrow-icon svg {
    transform: rotateX(180deg);
}

ul li.menu-item-has-children>ul.sub-menu {
    position: absolute;
    top: 150%;
    background: #fff;
    left: 0;
    width: 240px;
    border-radius: 4px;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 3px 4px rgb(0 0 0 / 21%);
    line-height: 0;
    z-index: 5;
}

ul li.menu-item-has-children:hover>ul.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children ul.sub-menu li {
    padding: 1px 0;
    list-style: none;
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children ul.sub-menu li a {
    color: #000;
    font-weight: 500;
    opacity: 1;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    padding: 4px 12px 4px 15px;
    width: 100%;
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: 0;
}

.menu_column_row .menu_col ul.menu>li:hover>a,
.menu_column_row .menu_col ul.menu li.menu-item-has-children ul.sub-menu li:hover a,
.menu_column_row ul.menu li:hover a {
    color: #ffaa17;
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children.current-menu-item > a i.arrow-icon svg {
    fill: #ffaa17;
    transform: rotateX(180deg);
}

.menu_column_row .menu_col ul.menu li.menu-item-has-children.current-menu-item > a,
.menu_column_row .menu_col ul.menu li.menu-item-has-children ul.sub-menu li.current-menu-item a.active,
footer ul li.current-menu-item a.active,
.menu_column_row .menu_col .current-menu-item a.active {
    color: #ffaa17;
}

/* body.home .about-section {
    overflow: hidden;
}
body.home .about-info-col {
    overflow-x: hidden;
} */


/* replacement part css  */
table{
    width: 100%;
}

 .table-wrap table th, .table-wrap table td {
    white-space: nowrap;
}

h2.wp-heading {
    padding-top: 40px;
    padding-bottom: 30px;
}

/*  */

 .table-top-row.small-row .img-col {
    width: 30%;
}

.right-angel-grinders .table-top-row .img-col img {
    margin: 0 auto;
}

.table-top-row.small-row .text-col {
    width: 70%;
}


.right-angel-grinders .table-top-row:nth-child(even) {
    flex-direction: row-reverse;
    padding-top: 16px;
}

.right-angel-grinders .table-top-row:nth-child(even) .text-col {
    padding-right: 0;
    padding-left: 50px;
}
/* .table-section.right-angel-grinders-left .text-col {
    padding-left: 50px;
    padding-right: 0;
} */

.table-section.heavy-duty-section.right-angel-grinders-left .text-col {
    padding-right: 0;
    padding-left: 50px;
}

.table-section.heavy-duty-section.right-angel-grinders-left .table-top-row:nth-child(even) .text-col  {
    padding-left: 0;
    padding-right: 50px;
}


.table-section.heavy-duty-section .text-col

.table-top-row.w-full .text-col {
    width: 100%;
    padding-right: 0;
}

.table-section .table-top-row.common-order-change .text-col {
    padding-right: 0;
    padding-left: 50px;
    order: 2;
}

.die-grinders-section p {
    padding-bottom: 20px;
}

.die-grinders-section p:last-child {
    padding-bottom: 0;
}

.shank-rivet-hammers-page .table-mid-row {
    margin-bottom: 18px;
}

/* .table-wrap .table-block {
    margin-bottom: 40px;
} */

.table-wrap .table-block:last-child {
    margin-bottom: 0;
}

.m-auto img {
    margin: 0 auto;
}

.table-section.heavy-duty-section .table-mid-row .text-col {
    padding-right: 0;
    padding-left: 0;
}

.table-top-row.collet-spch {
    margin-bottom: 46px;
  }


/* Gallery Page start */

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  width: calc(100% + 30px);
  margin: 0 -15px;
  justify-content: center;
}

.gallery-inner {
  width: calc(100% / 4);
  padding: 0 15px;
  margin: 0;
  border: 0;
}

.gallery-page .gallery-inner {
  display: none;
}

.gallery-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-image-wrap {
  position: relative;
  overflow: hidden;
  height: 259px;
  display: block;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
  padding: 20px;
  border-radius: 10px;
}

.button-wrap {
  text-align: center;
  width: 100%;
}

.gallery-section {
  margin-bottom: 100px;
}
.gallery-page .gallery-inner {
  display: none;
}
.gallery-inner p {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    margin-top: 12px;
}
.gallery-section h1 {
    margin-bottom: 35px;
}
.gallery-col span a{ color: #000; transition: all .4s;font-size: 20px;
    font-weight: 700; }
.gallery-col span a:hover{ color: #0971ce; }
body.active-responsive-menu .gallery-col a {
    opacity: 0;
}
/* Gallery Page end */

/* Responsive */
@media screen and (max-width: 1439px) {
    .menu_column_row .menu_col ul.menu>li>a {
        font-size: 14px;
        font-weight: 600;
    }

    header .header_top_row {
        height: auto;
    }

    body,
    body.home {
        padding-top: 129px;
    }

    .menu_column_row .menu_col ul.menu>li {
        padding: 12px 10px 13px;
    }

    .menu_column_row .menu_col ul.menu>li:nth-child(2) {
        padding-left: 0;
    }

    .menu_column_row .menu_col ul.menu>li:last-child {
        padding-right: 0;
    }
    .gallery-col span a{
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .menu_column_row {
      
        border-bottom:none;
    }
    header .usa-logo {
        width: 90px;
        margin-top: 2px;
    }

    header .main-logo {
        width: 250px;
        margin-right: 50px;
    }

    .menu_column_row .menu_col ul.menu {
        position: fixed;
        right: -200%;
        top: 0px;
        width: 450px;
        background: #f6f6f6fc;
        height: 100%;
        margin: 0;
        padding: 0 15px 20px;
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start;
        transition: all 0.6s ease;
        z-index: 99;
    }

    .menu_column_row .menu_col ul.menu li.menu_text {
        padding: 0;
        text-align: right;
        line-height: 0;
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        justify-content: end;
        border-bottom: 0;
        height: 45px;
        align-items: end;
        margin-bottom: 10px;
        background-color: #f6f6f6fc;
        padding-top: 16px;
        padding-bottom: 10px;

      
    }

    ul li.menu_text button.header_toggle_button_inner {
        width: 16px;
        height: 16px;
        padding: 0;
        border: 0;
        background: transparent;
        display: block;
        cursor: pointer;
       
    }

    .menu_col ul.menu li.menu_text button.header_toggle_button_inner svg {
        width: 100%;
        height: 100%;
        transition: all 0.5s ease;
    }

    .menu_col ul.menu li.menu_text button.header_toggle_button_inner svg path {
        fill: #000;
    }

    .menu_column_row .menu_col ul.menu>li {
        padding: 0;
        width: 100%;
        text-align: left;
    }

    ul.menu li {
        padding-bottom: 15px;
        border-bottom: 1px solid #0971ce52;
    }

    .menu_column_row .menu_col ul.menu>li>a {
        width: calc(100% - 10px);
        color: #000;
        padding: 10px 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        text-transform: capitalize;
    }

    body.active-responsive-menu .menu_column_row .project-logo,
    body.active-responsive-menu .hrd-call-box {
        opacity: 0;
    }

    body.active-responsive-menu .header_sec.nav-down .menu_column_row {
        box-shadow: none;
    }

    body.active-responsive-menu header .header_top_row,
    body.active-responsive-menu .menu_column_row,
    body.active-responsive-menu header.header_sec {
        background-color: transparent;
    }

    body.active-responsive-menu .menu_column_row .menu_col ul.menu {
        right: 0;
    }

    .header_toggle_button {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
    }

    .menu_column_row {
        padding: 10px 0;
        background-color: #ffffff;
    }

    .header_toggle_button svg {
        fill: #000;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }

    body,
    body.home {
        padding-top: 107px;
    }

    div.wrapper:after {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 66%);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(7px);
        transition: all 0.6s ease;
    }

    body.active-responsive-menu div.wrapper:after {
        opacity: 1;
        visibility: visible;
    }

    body.active-responsive-menu {
        overflow: hidden;
    }

    span.mobile-toggle {
        width: 100%;
        height: 48px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    span.mobile-toggle:before,
    span.mobile-toggle:after {
        content: "";
        width: 12px;
        height: 2px;
        background: #000;
        position: absolute;
        border-radius: 1px;
        transition: all 0.6s ease;
        right: 5px;
    }

    span.mobile-toggle:before,
    span.mobile-toggle:after {
        content: "";
        width: 12px;
        height: 2px;
        background: #000;
        position: absolute;
        border-radius: 1px;
        transition: all 0.6s ease;
        right: 5px;
    }

    span.mobile-toggle:after {
        transform: rotate(90deg);
    }

    span.mobile-toggle.dt-open:after {
        transform: rotate(0deg);
    }

    .menu_column_row .menu_col ul.menu li.menu-item-has-children>a i.arrow-icon {
        display: none;
    }

    ul.menu li.menu-item-has-children ul.sub-menu {
        width: 100%;
        background: #f6f6f6fc;
        padding: 0 15px 0 5px;
        display: none;
        margin-top: -3px;
        position: inherit;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        top: 0;
        transition: none;
        padding-bottom: 10px;
        z-index: 1;
    }

    header .hrd-call-box a .number,
    .hrd-call-box .call-text,
    header .header_top_row .project-logo {
        display: none;
    }

    header .header_top_row .row {
        justify-content: center;
    }

    header .menu_col {
        justify-content: space-between;
    }

    .menu_col .project-logo {
        display: flex;
        align-items: center;
    }

    header .header_top_row {
        background-color: #0971ce;
    }

    header .hrd-call-box a i.icon svg {
        width: 20px;
        height: 20px;
    }

    header .hrd-call-box a .number {
        font-size: 20px;
        color: #ffffff;
        display: none;
    }

    .hrd-call-box a span.call-text-now {
        font-size: 20px;
        color: #ffffff;
        display: inline-block;
        font-weight: 600;
    }

    header .hrd-call-box a i.icon svg path {
        fill: #fff;
    }

    header .hrd-call-box a:hover span {
        color: #ffaa17;
    }

    header .hrd-call-box a:hover i.icon svg path {
        fill: #ffaa17;
    }

    .header_sec.nav-down .menu_column_row {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px;
    }

    .thankyou .menu_column_row {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px;
    }
    .gallery-inner{width:calc(100% / 3);}
  .gallery-section{margin-bottom:70px;}
  .gallery-col span a{
    color: #fff;
        padding-right: 20px;
  }
  .gallery-col span a:hover{ color: #ffaa17; }
}


@media screen and (max-width: 991px) {
    .hrd-call-box a span.call-text-now,
    header .hrd-call-box a .number {
        font-size: 18px;
    }

    header .main-logo {
        width: 250px;
        margin-right: 30px;
    }

    body,
    body.home {
        padding-top: 109px;
    }
    .gallery-wrapper{row-gap:20px;width:calc(100% + 20px);margin:0 -10px;}
  .gallery-inner{padding:0 10px;}
  .gallery-image-wrap{height:220px;}
}


@media screen and (max-width: 767px) {
    header .hrd-call-box a .number {
        font-size: 18px;
    }

    header .hrd-call-box a i.icon svg {
        width: 18px;
        height: 18px;
    }
    header .hrd-call-box a i.icon {
        margin-right: 8px;
    }

    .hrd-call-box a span.call-text-now,
    header .hrd-call-box a .number {
        font-size: 16px;
    }

    .table-top-row.small-row .text-col,
    .right-angel-grinders .table-top-row .text-col,
    .table-top-row.small-row .img-col,
    .right-angel-grinders .table-top-row .img-col {
        width: 100%;
    }

    .table-top-row.order .img-col {
        order: -1;
    }

    .table-section .table-top-row.common-order-change .text-col {
        padding-left: 0;
        order: unset;
    }

    .table-section.heavy-duty-section.right-angel-grinders-left .text-col,
    .right-angel-grinders-left .table-top-row:nth-child(even) .text-col,
    .right-angel-grinders .table-top-row:nth-child(even) .text-col {
        padding-left: 0;
    }

    .table-section.heavy-duty-section.right-angel-grinders-left .table-top-row:nth-child(even) .text-col {
        padding-right: 0;
    }

   
    .right-angel-grinders .table-top-row {
        flex-direction: column-reverse;
    }

    .right-angel-grinders .table-top-row:nth-child(even) {
        flex-direction: column-reverse;
    }     
    
    .right-angel-grinders-left .table-top-row:nth-child(even) {
        flex-direction: row-reverse;
    }
    
    .right-angel-grinders-left .table-top-row {
        flex-direction: row-reverse;
    }

    body.straight-die-grinder section.table-section.seconnd-table-section {
        margin-bottom: 50px;
    }

    .table-top-row.collet-spch {
        margin-bottom: 30px;
      }

    section.table-section.resp-views {
        margin-bottom: 30px;
    }
    .gallery-inner{width:calc(100% / 2);}
    .gallery-section{margin-bottom:60px;}
    .gallery-section h1 {
    margin-bottom: 20px;
}
.gallery-col span a{ font-size: 16px; }
.gallery-inner p{font-size: 20px;}
}

@media only screen and (max-width: 576px) {
    .menu_column_row .menu_col ul.menu {
        width: 100%;
        max-width: 100%;
    }

    header .main-logo {
        margin-right: 20px;
        width: 150px;
    }

    header .usa-logo {
        width: 50px;
        margin: 0;
    }

    .header_toggle_button {
        width: 26px;
        height: 26px;
    }

    body,
    body.home {
        padding-top: 89px;
    }
    /* .menu_column_row .menu_col ul.menu li.menu_text{
        max-width:none ;
    } */

}
@media screen and (max-width: 479px){
    .gallery-inner{width:calc(100% / 1);}
    .gallery-wrapper{row-gap:20px;}
    .gallery-col span a{ padding-right: 0; }
    header .header_top_row .row{
        row-gap: 6px;
        flex-direction: column;
    }
}