/* Imports */


/* Icons */

@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");

/* Fonts */

@import url('https://fonts.cdnfonts.com/css/calibri-light');
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,600&display=swap');
@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");

/* General Styling */

* {
    padding: 0;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: "Poppins", sans-serif;
}

::selection {
    color: #fff;
    background:  #E3B224;
}

a {
    display: inline-block;
    color: #000;
    transition: all 300ms ease-in-out;
}

a:hover,
a.active {
    color: var(--color-primary);
}

i[class^="bx"] {
    vertical-align: middle;
}

ul,
address {
    margin-bottom: 0;
}

.imgFluid {
    max-width: 100%;
}

.primary-color {
    color: var(--color-primary);
}

.section-content .subHeading {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    margin-bottom: 0.75rem;
}

.section-content .heading {
    font-size: 3.25rem;
    line-height: 1.1;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    font-weight: bold;
}

.section-content p {
    color: #666;
    line-height: 2;
}

.section-content span {
    font-weight: 800;
    text-transform: uppercase;
}

.themeBtn {
    width: fit-content;
    display: block;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    border: 2px solid #000;
    padding: 0.75rem 2rem;
    margin: 0.25rem 0;
    transition: all 300ms ease-in-out;
}

.themeBtn--full {
    width: 100%;
}

.themeBtn--center {
    margin: 0.25rem auto;
}

.themeBtn:hover {
    color: #fff;
    background: var(--color-primary);
    border-color: #fff;
    transform: translateY(-5px);
}


/*Header Main CSS Start
--------------------------*/

.header-logo img {
    width: 280px;
    mix-blend-mode: hard-light;
}

.header-main {
    background-color: #011E18;
    padding: 25px 0px 0px 0px;
}

.search-bar input {
    background: #FFFFFF;
    border: 1px solid #292929;
    border-radius: 45px;
    display: block;
    padding: 13px 15px;
    height: 55px;
    width: 400px;
    position: relative;
}
.search-bar button {
    position: absolute;
    top: 28px;
    right: 8px;
}
.search-bar input:focus {
    outline: none;
}

.search-bar {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
    padding: 20px 0px 0px 0px;
}

.search-bar input::placeholder {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: #8A8A8A;
}

.header-end {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-searchbar {
    align-items: center;
}

.header-icons span {
    background: #fff;
    font-size: 20px;
    padding: 8px 12px 12px 11px;
    border-radius: 50px;
}

.header-icons {
    width: 100%;
    display: flex;
    gap: 25px;
    position: relative;
    margin: 20px 0px 0px 0px;
}

.contact-txt p {
    font-family: 'Calibri Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    /* or 25px */
    color: #E3B227;
    margin: 0px 0px 9px 0px;
}

.header-contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 0px 0px;
}

.contact-txt h6 {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 0px;
    /* identical to box height */
    letter-spacing: -1px;
    color: #FFFFFF;
    padding: 0px 0px 0px 20px;
    margin: 0;
}

.header-icons::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 3px;
    top: 19px;
    left: 22px;
    border-radius: inherit;
    background: TRANSPARENT;
}

.contact-icon span {
    color: #E3B227;
    font-size: 23px;
}
a.auth-be {
    height: 30px;
    width: 30px;
}

a.auth-be img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.search-bar span {
    position: absolute;
    right: 10px;
    font-size: 25px;
    cursor:pointer;
    transition:0.2s all ease;
}
.search-bar span:hover{
    transform:scale(1.09);
}


/*Header Main CSS CLosed
--------------------------*/


/*Header Navbar CSS Start
--------------------------*/

.header-navbar {
    background: #E3B227;
    padding: 15px 0px;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.header-nav {
    width: 100%;
}

.header-nav a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    /* identical to box height, or 106% */
    color: #011E18;
    font-weight: bold;
    padding: 0px 0px 0px 15px;
}

.header-nav span {
    color: #777777;
}



.header-nav a.drop-down {
    position: relative;
}

.mega_menu {
    position: absolute;
    top: 50px;
    width: 1070px;
    padding: 30px 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999;
    background: #E3B224;
    transition: all .6s ease;
}

.megamenu_links ul li {
    padding: 0px 0px 10px 0px;
    width: 100%;
}

.megamenu_links a h4 {
    font-size: 22px;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
}

.megamenu_links ul li a::before {
    position: absolute;
    content: "";
    background: #000;
    width: 0;
    height: 2px;
    bottom: -3px;
    transition: all .3s ease;
}

.megamenu_links ul li a {
    position: relative;
    font-size: 13px;
    transition: all .3s ease;
}

.megamenu_links ul li a:hover:before {
    width: 100%;
}

.navigation-bar {
    margin: 40px 0px 0px 0px;
    background: #E3B224;
    overflow: hidden;
}


.header-nav ul {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 0px;
    justify-content: space-between;
}

.header-nav ul li:hover .mega_menu {visibility: visible;opacity: 1;}

.header-nav ul li::before {
    position: absolute;
    content: "";
    height: 20px;
    top: 14px;
    width: 2px;
    background: grey;
    border-right: 1px solid grey;
}
.megamenu_links ul {
    display: block;
    width: 100%;
}

.megamenu_links ul li::before {border: none;display: none;}

.megamenu_links {
    width: 100%;
}

.header-nav ul li:hover .mega_menu {
    opacity: 1;
    visibility: visible;
}

/*Header Navbar CSS CLosed
--------------------------*/


/*First Banner CSS Start
--------------------------*/

.first-banner {
    background: url(../images/Kampel-aviation-banner.jpg);
    width: 100%;
    height: 690px;
    padding: 0px 0px 0px 0px;
    object-fit: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.first-banner::before {
    position: absolute;
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.select-category {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px 20px 30px;
}

.select-category select {
    border: none;
    transition: all .3s ease;
    background: transparent;
    padding: 20px 0px 20px 5px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
}

.select-category select:hover {
    background: #E3B227;
    padding: 20px 0px 20px 5px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
}

.select-category select:focus {
    outline: none;
}

.first-banner-txt h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 111px;
    line-height: 100px;
    /* or 135% */
    text-align: center;
    letter-spacing: 1.18px;
    text-transform: uppercase;
    color: #fff;
    padding: 80px 0px 0px 0px;
    font-family: 'Oswald', sans-serif;
    text-shadow: 8px 0px 6px #00000087;
}

.first-banner-txt h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 78px;
    line-height: 93px;
    /* or 135% */
    text-align: center;
    letter-spacing: 1.18px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 0px 0px 20px 0px;
    text-shadow: 6px 0px 6px #00000087;
}

.first-banner-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    /* or 180% */
    text-align: center;
    mix-blend-mode: normal;
    opacity: 0.75;
    color: #f5f5f5;
    font-family: 'Inter';
}

.firstbanner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px 0px 0px;
}

.theme-btn {
    background: #E3B224;
    border-radius: 10px;
    padding: 15px 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height, or 140% */
    text-align: center;
    width: 223px;
    color: #1B1B1B;
    transition: all .6s ease;
    border: 1px solid #E3B227;
    box-shadow: 2px 11px 20px #00000042;
}

.theme-btn:hover {
    background: transparent;
    border: 1px solid #E3B227;
    color: #E3B227;
    box-shadow: 0px 10px 20px #00000094;
}

.watch-video a {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    /* identical to box height, or 142% */
    color: #FFFFFF;
}

.watch-video {
    padding: 0px 0px 0px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.watch-video img {
    cursor: pointer;
}

.tool-slider button.slick-prev.slick-arrow {
    background: transparent;
    color: #E3B227;
    left: 0;
    top: 40%;
}

.tool-slider button.slick-prev.slick-arrow::before {
    position: absolute;
    content: "\ea4d";
    color: #E3B227;
    font-family: 'boxicons';
    font-size: 150px;
    font-weight: 200;
    left: -40px;
}

.tool-slider button.slick-next.slick-arrow {
    background: transparent;
    color: #E3B227;
    right: 0;
    top: 40%;
}

.tool-slider button.slick-next.slick-arrow::before {
    position: absolute;
    content: "\ea50";
    font-family: 'boxicons';
    color: #E3B227;
    font-size: 150px;
    right: -60px;
}


/*First Banner CSS CLosed
--------------------------*/


/*Second Banner CSS Start
--------------------------*/

.second-banner {
    padding: 80px 0px 0px 0px;
}

.second-banner-img img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}

.second-banner-img {
    position: relative;
}

.second-banner-img::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 370px;
    background: #E3B227;
    top: 0px;
    left: 60px;
    z-index: -1;
}

.second-banner-txt {
    padding: 0px 0px 0px 0px;
}

.second-banner-txt h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E3B227;
}

.second-banner-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #1B1B1B;
    padding: 0px 0px 15px 0px;
}

.second-banner-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    color: rgba(0, 0, 0, 0.57);
    padding: 0px 0px 30px 0px;
}


/*Second Banner CSS  CLosed
--------------------------*/


/*MetalWorders Banner CSS Start
---------------------------------*/

.metalworkers {
    padding: 50px 0px 100px 0px;
}

section.metalworkers h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    text-align: center;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #E3B227;
}

.metalworkers h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 69px;
    /* or 125% */
    text-align: center;
    text-transform: uppercase;
    color: #171717;
}

.metalworkers p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 174% */
    text-align: center;
    color: #424242;
    padding: 0px 0px 20px 0px;
}
.offer-txt {
    height: 250px;
}

.offer-txt h5 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 32px;
    /* or 92% */
    text-align: center;
    color: #333333;
    padding: 20px 0px 0px 0px;
}

.offer-txt p {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 25px !important;
    /* or 167% */
    text-align: center !important;
    color: #666666 !important;
    padding: 10px 10px 0px 10px !important;
}

.offer-btn {text-align: center;}

.offer-btn .theme-btn {
    width: 210px !important;
}

.offer-img img {
    width: 100%;
    height: 225px;
}

.double-img-slider .slick-slide {
    margin-right: 0;
}

.double-img-slider button.slick-prev.slick-arrow {
    background: transparent;
    color: transparent;
    left: 0px;
    top: 70px;
}

.double-img-slider button.slick-prev.slick-arrow::before {
    position: absolute;
    content: "\ea4d";
    font-family: 'boxicons';
    left: 5px;
    font-size: 30px;
    color: #E3B224;
    background: black;
    border-radius: 20px;
    top: 30px;
}

.double-img-slider button.slick-next.slick-arrow {
    background: transparent;
    color: transparent;
    right: 0px;
    top: 70px;
}

.double-img-slider button.slick-next.slick-arrow::before {
    position: absolute;
    content: "\ea50";
    font-family: 'boxicons';
    right: 5px;
    font-size: 30px;
    color: #E3B224;
    background: black;
    border-radius: 20px;
    top: 30px;
}
.offer-card:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.2);
}

.offer-card {
    padding: 0px 0px 40px 0px;
    transition: all .6s ease;
    margin: 10px 0px 50px 0px;
}


/*MetalWorders Banner CSS Closed
---------------------------------*/


/*Third Banner CSS Start
---------------------------*/

.third-banner {
    background: url(../images/third-banner.png);
    width: 100%;
    height: 530px;
    position: relative;
    object-fit: cover;
    background-size: cover;
    margin: 40px 0px 120px 0px;
}

.third-banner::before {
    position: absolute;
    content: "";
    width: 500px;
    height: 45px;
    background: #E3B224;
    bottom: -64px;
    right: 0;
}

.third-banner-img img {
    width: 100%;
    position: absolute;
    top: -70px;
    height: 664px;
    object-fit: cover;
}

.third-banner-txt h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E3B227;
}

.third-banner-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #FFFFFF;
}

.third-banner-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    /* or 175% */
    color: rgba(255, 241, 241, 0.57);
}

.third-banner-txt {
    padding: 90px 0px 0px 0px;
}


/*Third Banner CSS Closed
---------------------------*/


/*Our Product CSS Start
---------------------------*/

.our-product {
    padding: 50px 0px 0px 0px;
}

.our-product h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    text-align: center;
    text-transform: capitalize;
    color: #E3B227;
}

.our-product h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 114.7%;
    /* or 63px */
    text-align: center;
    text-transform: uppercase;
    color: #171717;
}

.our-product p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: center;
    color: #79736F;
    padding: 0px 0px 20px 0px;
}

.product-cart img {
    width: 100%;
    height: 438px;
    object-fit: cover;
    border-radius: 10px;
}

.product-cart {
    position: relative;
    transition: all .6s ease;
}

.product-cart::before {
    position: absolute;
    content: "";
    background: linear-gradient(1.08deg, rgba(0, 0, 0, 0.5) 32.19%, rgba(255, 255, 255, 0) 99.14%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.img-detail {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    bottom: 21px;
    left: 12px;
    padding: 10px;
    border: 2px solid #E3B227;
    border-radius: 10px;
    flex-direction: column;
    height: 90%;
    visibility: visible;
    width: 93%;
    opacity: 1;
    transition: all .6s ease;
}

.img-detail h5 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    /* identical to box height, or 93% */
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.img-detail p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* or 131% */
    text-align: center;
    color: #CACACA;
    margin: 7px 0 !important;
    padding: 0 !important;
}

.img-detail a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */
    text-align: center;
    color: #FFFFFF;
    text-decoration: underline !important;
}

.product-slider button.slick-prev.slick-arrow {
    display: none !important;
}

.product-slider button.slick-next.slick-arrow {
    display: none !important;
}

.product-slider .slick-track {
    height: 550px !important;
}

.handi-klamps {
    position: absolute;
    bottom: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90%;
    padding: 10px;
    width: 93%;
    bottom: 12px;
    visibility: hidden;
    opacity: 0;
    left: 3px;
    margin: 10px;
    background: rgba(40, 40, 40, 0.7);
    border-radius: 10px;
    border: 2px solid #E3B227;
    transition: all .6s ease;
}

.handi-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.handi-icon span {
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s ease;
}

.handi-icon span img {
    width: 50px;
    height: 43px;
}

.handi-icon span:hover {
    background: grey;
    color: #fff;
}

.hand-klamp-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    /* identical to box height, or 93% */
    text-align: center;
    text-transform: capitalize;
    color: #E3B227;
    padding: 20px 0px 0px 0px;
}

.hand-klamp-txt {
    text-align: center;
}

.hand-klamp-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* or 131% */
    text-align: center;
    color: #CACACA;
    padding: 5px 0px 0px 0px;
}

.hand-klamp-txt a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 21px;
    /* identical to box height, or 88% */
    text-align: center;
    text-decoration: underline !important;
    color: #E3B227;
}

.product-cart:hover .handi-klamps {
    visibility: visible;
    opacity: 1;
}

.product-cart:hover .img-detail {
    visibility: hidden;
    opacity: 0;
}

.product-btn {
    width: 100%;
    text-align: center;
    padding: 0px 0px 50px 0px;
}

.product-btn .theme-btn {
    width: 324px;
    height: 62px;
}


/*Our Product CSS CLosed
---------------------------*/


/*About our Tool CSS Start
---------------------------*/

.about-our {
    padding: 50px 0px 50px 0px;
}

.about-our h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 114.7%;
    /* identical to box height, or 63px */
    text-align: center;
    text-transform: uppercase;
    color: #171717;
}

.about-our p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: center;
    color: #79736F;
    padding: 20px 0px;
}

.our-tool {
    text-align: center;
    border: 1px solid rgba(39, 39, 39, 0.35);
    padding: 20px 10px;
    height: 290px;
    transition: all .6s ease;
}

.our-tool h5 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 31px;
    /* identical to box height, or 103% */
    text-align: center;
    text-transform: uppercase;
    color: #1B1B1B;
    padding: 20px 0px 0px 0px;
}

.our-tool p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    /* or 171% */
    text-align: center;
    color: #424242;
    padding: 0;
}

.our-tool img {
    padding: 10px 0px 0px 0px;
}

.our-tool:hover {
    border: 1px solid #E3B227;
    box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
}


/*About our Tool CSS CLosed
---------------------------*/


/*From Our Article CSS Start
---------------------------------*/

.our-article {
    background: url(../images/article-background.png);
    width: 100%;
    height: 405px;
    object-fit: cover;
    background-size: cover;
    margin: 40px 0px 350px 0px;
    background-position: center;
    padding: 60px 0px 0px 0px;
}

.our-article .container {
    padding: 0;
}

.our-article h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    text-align: center;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #E3B227;
}

.our-article h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 57px;
    /* identical to box height, or 88% */
    text-align: center;
    color: #fff;
    padding: 10px 0px;
}

.articles h4:hover {
    color: #E3B227;
}

.articles h6:hover {
    color: #000;
}

section.our-article p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* or 199% */
    text-align: center;
    color: #C0C0C0;
    padding: 10px 0px 40px 0px;
}

.articles {
    margin: 0px 0px 50px 0px;
}

.articles img {
    width: 100%;
    transition: all .6s ease;
}

.art-img {
    overflow: hidden;
    width: 100%;
    transition: all .6s ease;
}

.art-img img:hover {
    transform: scale(1.2);
    transition: all .6s ease;
}

.articles h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 122% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #E3B227;
    text-align: left;
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
    transition: all .6s ease;
}

.articles h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    /* or 100% */
    color: #333333;
    text-align: left;
    padding: 0;
    transition: all .6s ease;
}

.arrticle-update span {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    /* identical to box height, or 162% */
    color: #737373;
    font-family: 'Quattrocento Sans';
}

.arrticle-update {
    display: flex;
    gap: 30px;
    padding: 10px 0px 0px 0px;
}

.arrticle-slider.slick-dots {
    background: transparent;
    color: #000;
    padding: 20px;
}

.article-slider ul.slick-dots li button {
    color: #979797;
    height: 8px;
    width: 8px;
    background: #E2E1E0;
    border: 2px solid #E2E1E0;
    transition: all .3s ease;
}

.article-slider ul.slick-dots .slick-active button {
    background: #EDCE78;
    border: 2px solid #EDCE78;
}

.arrticle-sliders.slick-dots {
    background: transparent;
    color: #000;
    padding: 20px;
}

.article-sliders ul.slick-dots li button {
    color: #979797;
    height: 8px;
    width: 8px;
    background: #000;
    border: 2px solid #000;
    transition: all .3s ease;
}

.article-sliders ul.slick-dots .slick-active button {
    background: #EDCE78;
    border: 2px solid #EDCE78;
}


/*From Our Article CSS CLosed
----------------------------------*/


/*Testomonials CSS Start
-----------------------------*/

section.testimonials {
    padding: 50px 0px 70px 0px;
}

.testimonials h6 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    /* identical to box height, or 108% */
    text-align: center;
    color: #E3B227;
}

.testimonials h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 58px;
    /* identical to box height, or 89% */
    text-align: center;
    color: #333333;
    padding: 10px 0px 0px 0px;
}

.testimonials p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: center;
    color: #7D7D7D;
    padding: 20px 0px 20px 0px;
}

.our-customer p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    /* or 150% */
    color: #232323;
    text-align: left;
    padding: 0px;
}

.customer {
    display: flex;
    gap: 20px;
    padding: 20px 0px 0px 0px;
}

.cus-name h5 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    /* identical to box height, or 109% */
    color: #181818;
    margin: 0;
}

.cus-name {
    padding: 15px 0px 0px 0px;
}

.customer img {
    width: 70px;
    height: 70px;
}

.cus-name p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 161% */
    color: #525252;
}

.our-customer {
    padding: 30px 0px 20px 40px;
    margin-bottom: 40px;
    transition: all .6s ease;
}

.our-customer:hover {
    background: #E3B227;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.testimonials .container {
    padding: 0;
}


/*Testomonials CSS CLosed
----------------------------*/


/*Footer CSS Start
----------------------------*/

.footer-main {
    background: url(../images/footer_back_img.jpg);
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    padding: 50px 0px 80px 0px;
    background-position: center;
}

.footer-logo img {
    width: 100%;
    padding: 20px 0px 10px 0px;
}

.footer-para p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    /* or 177% */
    text-transform: capitalize;
    color: #fff;
    padding: 5px 0px 10px 0px;
    margin: 0;
}

.footer-icon span a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 22px;
    height: 40px;
    width: 40px;
    padding: 0px 0px 0px 8px;
    border-radius: 50px;
    margin: 0px 5px 0px 0px;
    transition: all .6s ease;
}

.footer-links {
    padding: 30px 0px 0px 20px;
}

.footer-links h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 101%;
    /* or 30px */
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 0px 0px 30px 0px;
}

.footer-links ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 112% */
    color: #FFFFFF;
}

.footer-links ul li i {
    color: #fff;
}

.footer-links ul li {
    padding: 0px 0px 20px 0px;
}

.footer-end h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 101%;
    /* or 30px */
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 30px 0px 30px 0px;
}

.footer-contact {
    display: flex;
    color: #fff;
    gap: 20px;
}

.input-field input {
    padding: 14px 25px;
    display: block;
    width: 100%;
    height: 60px;
    background: #F2EFEF;
    border: 1px solid #1B1D21;
    border-radius: 20px;
}

.input-field input:focus {
    outline: none;
}

.footer-end {
    padding: 0px 0px 0px 70px;
}

.input-field span {
    position: absolute;
    top: 0px;
    left: 88%;
    background: #E3B229;
    border-radius: 10px;
    font-size: 36px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    color: #000;
    border: 1px solid #E3B227;
    transition: all .6s ease;
}

.input-field {
    position: relative;
    padding: 0px 0px 40px 0px;
}

.footer-icon span a:hover {
    background: #fff;
    color: #000;
}

.input-field span:hover {
    background: transparent;
    color: #E3B227;
    border: 1px solid #E3B227;
}

.copyright p {
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-transform: uppercase;
    color: #1A1A1A;
    padding: 12px 0px 12px 0px;
    margin: 0;
    background: #E3B227;
}

.footer-links ul li a:hover {
    color: grey;
}

.footer-contact span:hover {
    color: grey;
}

.footer-contact span {
    transition: all .6s ease;
    font-size: 25px;
}

.footer-contact p {
    transition: all .6s ease;
    padding: 7px 0px 0px 0px;
}

.footer-contact p:hover {
    color: grey;
}

.footer-icon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-icon span img {
    margin: 0px 5px 0px 0px;
    border-radius: 50px;
    transition: all .6s ease;
}

.footer-icon span img:hover {
    filter: brightness(0);
}


/*Footer CSS Closed
----------------------------*/


/*About Us Page first Banner CSS Start
-------------------------------------------*/

.about-first-banner {
    background: url(../images/about-first-banner.png);
    width: 100%;
    height: 496px;
    padding: 0px 0px 50px 0px;
    object-fit: cover;
    background-size: cover;
}
.about-first-banner::before {
    position: absolute;
    content: "";
    background: black;
    width: 100%;
    height: 496px;
    opacity: 0.3;
}

.about-banner-txt h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    /* or 214% */
    text-align: center;
    letter-spacing: 1.18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about-banner-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1.18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 7px #0000007d;
}

.about-banner-txt {
    padding: 60px 0px 80px 0px;
}

.banner-img img {
    width: 100%;
    height: 580px;
}

.about-sec-ban-txt h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E3B227;
}

.about-sec-ban-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #1B1B1B;
}

.about-sec-ban-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: justify;
    color: rgba(0, 0, 0, 0.57);
}

section.welding-metal {
    padding: 100px 0px;
}

.banner-img {
    position: relative;
}

.banner-img::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 505px;
    background: #E3B227;
    left: 82px;
    top: 40px;
    z-index: -1;
}

.about-sec-ban-txt {
    padding: 10px 0px 0px 0px;
}

.about-thrd-ban-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #1B1B1B;
}

.about-thrd-ban-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    /* or 175% */
    text-align: justify;
    color: rgba(0, 0, 0, 0.57);
}

.about-thrd-ban-txt {
    padding: 40px 0px 0px 0px;
}

.banner-img02 img {
    width: 100%;
}

.tool-philosophy {
    background: url(../images/tool-banner.png);
    width: 100%;
    height: 739px;
    padding: 30px 0px 30px 0px;
    object-fit: cover;
    background-size: cover;
}

.about-frth-ban-txt h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E3B227;
}

.about-frth-ban-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 64px;
    /* identical to box height, or 116% */
    text-transform: uppercase;
    color: #FFFFFF;
}

.about-frth-ban-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: justify;
    color: rgba(239, 239, 239, 0.57);
}

.about-frth-ban-txt {
    padding: 50px 0px;
}


/*About Us Page first Banner CSS Closed
-------------------------------------------*/


/*Product Category Page CSS Start
-----------------------------------*/
.product-categories ul.parent-category li {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.product-categories ul.parent-category li ul,.product-categories ul.child-category li ul,.product-categories ul.secondchild-category li ul,.product-categories ul.thirdchild-category li ul{
    display:none;
}
.product-categories ul.parent-category li ul li a{
    font-weight:300;
    padding-left:25px;
}
.product-categories ul.child-category li ul li a{
    padding-left:50px;
}
.product-categories ul.secondchild-category li ul li a{
    padding-left:75px;
}
.product-categories ul.thirdchild-category li ul li a{
    padding-left:100px;
}



.product-category {
    background: url(../images/product-banner.png);
    width: 100%;
    height: 100%;
    padding: 0px 0px 50px 0px;
    object-fit: cover;
    background-size: cover;
}

.metaltools {
    padding: 100px 0px 100px 0px;
}

.metaltools h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */
    text-align: center;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #E3B227;
    padding: 0px 0px 20px 0px;
}

.metaltools h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 69px;
    /* or 125% */
    text-align: center;
    text-transform: uppercase;
    color: #171717;
    padding: 0px 0px 20px 0px;
}

.metaltools p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 174% */
    text-align: center;
    color: #424242;
    padding: 0px 0px 50px 0px;
}


/*Product Category Page CSS Closed
-----------------------------------*/


/*Product Detail Page CSS Start
-----------------------------------*/

.product-detail-banner {
    background: url(../images/product-detail-banner.png);
    width: 100%;
    height: 100%;
    padding: 0px 0px 50px 0px;
    object-fit: cover;
    background-size: cover;
}

.shrinker img {
    width: 100%;
}

section.lancaster {
    padding: 100px 0px;
}

.shrinker-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 120%;
    /* or 66px */
    letter-spacing: 0.003em;
    /* Text/Title Text */
    color: #333333;
}

.shrinker-stars ul {
    display: flex;
    gap: 8px;
    color: #F3692E;
    font-size: 24px;
}

.shrinker-txt span {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 120%;
    /* identical to box height, or 74px */
    text-align: right;
    letter-spacing: 0.003em;
    color: #6D6D6D;
}

.shrinker-txt h6 {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    /* or 29px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
    padding: 20px 0px 0px 0px;
}

.shrinker-txt p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    /* or 20px */
    letter-spacing: 0.005em;
    /* Text/Body Text */
    color: #666666;
}

.pro-entry {
    display: flex;
    gap: 20px;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-quantity p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
}

.pro-entry p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    /* identical to box height, or 20px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
}

.pro-note {
    display: flex;
    justify-content: end;
}

.pro-note h6 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 210%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Primary Color/85% */
    color: #7A6005;
}

.sub-total {
    display: flex;
    justify-content: space-between;
}

.sub-total h6 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
}

.sub-total p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
}

.pro-btn {
    display: flex;
    gap: 50px;
}

.theme-btn2 {
    padding: 12px 45px;
    border: 2px solid #3C3C3C;
    border-radius: 8px;
    font-size: 20px;
    width: 223px;
    text-align: center;
    font-weight: 700;
    transition: all .6s ease;
    margin: 0px 0px 0px 15px;
}

.theme-btn2:hover {
    border: 2px solid #E3B227;
    background: #E3B227;
    box-shadow: 0px 10px 20px #00000094;
}

.description-txt h4 {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 120%;
    /* identical to box height, or 47px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
}

.description-txt p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    /* or 20px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
}

.description-img img {
    width: 100%;
}

.description-img {
    padding: 30px 0px 0px 0px;
}

section.description {
    padding: 0px 0px 50px 0px;
}

.news-letter {
    background: url(../images/news-letter.png);
    width: 100%;
    height: 100%;
    padding: 80px 0px 90px 0px;
    object-fit: cover;
    background-size: cover;
}

.news-content {
    text-align: center;
}

.news-content h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 120%;
    /* or 66px */
    text-align: center;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0px 0px 10px 0px;
}

.news-content p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    /* or 20px */
    text-align: center;
    letter-spacing: 0.005em;
    color: #C9C9C9;
    padding: 0px 0px 20px 0px;
}

.news-content input {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 15px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    border: 1px solid #fff;
}

.news-content input::placeholder {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    /* or 20px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
    border: 1px solid #fff;
}

.news-content input:focus {
    outline: none;
}

.news-inp-icon {
    position: absolute;
    right: 76px;
    bottom: 5px;
    font-size: 28px;
    background: #E3B22A;
    padding: 0px 10px 4px 10px;
    border-radius: 8px;
    transition: all .6s ease;
    border: 1px solid #E3B227;
}

.news-inp-icon:hover {
    background: transparent;
    color: #E3B227;
    border: 1px solid #E3B227;
}

.popular-product-sec {
    padding: 80px 0px 0px 0px;
}

.popular-product-sec h6 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    /* identical to box height, or 108% */
    text-align: center;
    color: #E3B227;
}

.popular-product-sec h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 80px;
    /* identical to box height */
    text-transform: uppercase;
    color: #333333;
    text-align: center;
}

.popular-product-sec p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: center;
    color: #79736F;
    padding: 0px 0px 40px 0px;
}

.pro-stars ul {
    display: flex;
    color: #FFCB45;
}

.pro-stars {
    display: flex;
    gap: 10px;
}

.popular-product h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    /* identical to box height, or 24px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
    padding: 10px 0px 0px 0px;
}

.popular-product span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    /* identical to box height, or 22px */
    letter-spacing: 0.005em;
    color: #7A7A7A;
}

.pro-stars p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
    /* identical to box height, or 18px */
    letter-spacing: 0.008em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
}


/*Product Deta Page CSS Closed
-----------------------------------*/


/* FAQS Page CSS Start
-----------------------------------*/

.faqs-banner {
    background: url(../images/faqs-banner.png);
    width: 100%;
    height: 100%;
    padding: 0px 0px 20px 0px;
    object-fit: cover;
    background-size: cover;
}

section.faqs-section h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 83.6%;
    /* or 15px */
    text-align: center;
    text-transform: uppercase;
    color: #E3B227;
}

section.faqs-section h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 63.03px;
    /* or 15px */
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 0px 0px 80px 0px;
}

section.faqs-section {
    padding: 80px 0px;
}


/*FAQS Page CSS CLosed
-----------------------------------*/


/*Product Page CSS  Start
-----------------------------------*/

.products-banner {
    background: url(../images/forming.png);
    width: 100%;
    height: 100%;
    padding: 0px 0px 20px 0px;
    object-fit: cover;
    background-size: cover;
}

section.all-over-product {
    padding: 80px 0px;
}

.input-search input {
    border: 1px solid #ED3437;
    display: block;
    width: 100%;
    padding: 12px 15px;
    position: relative;
}

.input-search input:focus {
    outline: none;
}

.input-search span {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 30px;
    color: #9A9AB0;
    cursor:pointer;
    transition:0.2s all ease;
}
.input-search span:hover{
    transform:scale(1.09);
}

.input-search input::placeholder {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    /* identical to box height, or 20px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Body 2 */
    color: #9A9AB0;
}

.price-filter {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 5px 0px;
}

.input-search {
    padding: 0px 0px 50px 0px;
}

.price-filter p {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    /* identical to box height, or 29px */
    letter-spacing: 0.005em;
    color: #232323;
}

.price-filter span {
    color: #E3B227;
    font-size: 25px;
}

.price-range input {
    width: 100%;
}

.range-txt {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 0px 0px;
}

.range-txt p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
}

.range-txt span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
}

.product-categories {
    padding: 30px 0px 30px 0px;
}

.product-categories h2 {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */
    letter-spacing: 0.005em;
    color: #232323;
    padding: 0px 0px 10px 0px;
}

.product-categories ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Light/Text Color/Title */
    color: #11142D;
    padding: 6px 0px 6px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.features-product h2 {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */
    letter-spacing: 0.005em;
    color: #232323;
    padding: 0px 0px 10px 0px;
}

.feature-product {
    display: flex;
    gap: 20px;
    margin: 0px 0px 10px 0px;
}

.feature-txt h5 {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: 0.005em;
    /* Text/Title Text */
    color: #333333;
    margin: 0px 0px 3px 0px;
}

.feature-txt {
    padding: 20px 0px 0px 0px;
}

.feature-txt span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    letter-spacing: 0.005em;
    color: #7E7E7E;
}

.more-product h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 57px;
    /* or 104% */
    text-align: center;
    text-transform: uppercase;
    color: #1B1B1B;
    padding: 0px 0px 10px 0px;
}

.more-product p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 0px 0px 15px 0px;
}

.pro-img {
    overflow: hidden;
    border: 1px solid #000;
    position: relative;
}

.pro-img img {
    width: 100%;
    transition: all .6s ease;
}

.pro-img img:hover {
    transform: scale(1.2);
}

.pro-img span {
    font-size: 17px;
    color: #ED3437;
    position: absolute;
    top: 20px;
    background: #FFF4F7;
    right: 15px;
    padding: 2px 7px 3px;
    border-radius: 8px;
    transition: all .3s ease;
}

.popular-product:hover .pro-img span {
    background: #ED3437;
    color: #FFF4F7;
}

.view {
    text-align: center;
    padding: 50px 0px;
}


/*Product Page CSS  CLosed
-----------------------------------*/


/* tabs custom (place nav and tabs anywhere separately)
----------------------------------------------------------*/

.tabs-custom-nav li a {
    color: black;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1A1A1A;
    padding: 10px;
}

.tabs-custom-nav li a.current {
    background: #E3B227;
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 27px */
    color: #1A1A1A;
    padding: 10px;
}

.tabs-custom .tab-content-panel {
    display: none;
    overflow: hidden;
    width: 100%;
}

.tabs-custom .tab-content-panel.selected {
    display: block;
}


/* tabs generic (nav and tabs in main div)
------------------------------------*/

.tab-custom-nav li a {
    color: black;
}

.tab-custom-nav li a.current {
    color: #0076FB;
}

.tab-custom .tab-content-panel {
    display: none;
    overflow: hidden;
    width: 100%;
}

.tab-custom .tab-content-panel.selected {
    display: block;
}


/* tabs generic (nav and tabs in main div tabs with style)
------------------------------------*/

.tabs-main {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.tabs-main ul.tabs-nav {
    padding: 0px;
    width: 100%;
    float: left;
    margin: 0 0 -1px 0;
}

.tabs-main ul.tabs-nav li {
    list-style: none;
    float: left;
}

.tabs-main ul.tabs-nav li a {
    background: #003a7b;
    border: 1px solid #BCC5cB;
    border-bottom: 0px;
    color: white;
    padding: 7px 15px;
    display: block;
    text-decoration: none;
}

.tabs-main ul.tabs-nav li a.current {
    background: white;
    color: #003a7b;
}

.tabs-main .tab-content-panel {
    background: white;
    padding: 15px 30px 25px 30px;
    border: 1px solid #BCC5cB;
    display: none;
    overflow: hidden;
    width: 100%;
}

ul.tabs-custom-nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.tab-txt h4 {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 22px !important;
    /* or 33px */
    color: #333333;
    text-align: left !important;
    line-height: 1.5 !important;
    padding: 35px 0px 10px 0px !important;
}

.tabs-custom.general {
    padding: 90px 0px 0px 0px;
}


/*FAQS Page CSS  Closed
-----------------------------------*/


/*Fabrication & consulation Page CSS Start
---------------------------------------------*/

.project-img img {
    width: 100%;
}

.project-consulation {
    padding: 70px 0px;
}

.project-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 64px;
    /* identical to box height, or 116% */
    text-transform: uppercase;
    color: #1B1B1B;
}

.project-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    /* or 175% */
    text-align: justify;
    color: #424242;
}

.project-txt {
    padding: 20px 0px;
}

.instruction {
    background: url(../images/instruction-banner.png);
    width: 100%;
    height: 681px;
    padding: 61px 0px 0px 0px;
    object-fit: cover;
    background-size: cover;
}

.instruction-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #FFFFFF;
}

.instruction-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    /* or 175% */
    text-align: justify;
    color: #989898;
}

.instruction-img img {
    width: 100%;
    position: relative;
}

section.trade-school {
    padding: 100px 0px;
}

.trade-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #1B1B1B;
}

.trade-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26.5px;
    /* or 175% */
    text-align: justify;
    color: #424242;
}

.instruction-img {
    position: relative;
}

.instruction-img::before {
    position: absolute;
    content: "";
    height: 50px;
    width: 690px;
    background: #E3B227;
    bottom: 0;
    left: -160px;
}


/*Fabrication & consulation Page CSS CLosed
---------------------------------------------*/


/* WorkShop Page CSS Start
---------------------------------------------*/

.hand-insimg img {
    width: 100%;
    position: relative;
}

section.hand-instruction {
    padding: 100px 0px;
}

.hand-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #1B1B1B;
    padding: 0px 0px 10px 0px;
}

.hand-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    /* or 175% */
    text-align: justify;
    color: #424242;
}

.hand-txt {
    padding: 30px 0px;
}

.hand-insimg {
    position: relative;
}

.hand-insimg::before {
    position: absolute;
    content: "";
    width: 653px;
    height: 201px;
    left: -160px;
    top: 230px;
    background: #E3B227;
}

.class-size-img img {
    width: 100%;
}

.class-size-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    /* identical to box height, or 116% */
    text-transform: uppercase;
    color: #1B1B1B;
}

.class-size-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 175% */
    text-align: justify;
    color: #424242;
}

.class-size-txt ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: justify;
    color: #424242;
    position: relative;
    padding: 0px 0px 0px 25px;
}

.class-size-txt h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: justify;
    color: #000;
}

.class-size-txt ul li::before {
    position: absolute;
    content: "";
    background: #000;
    width: 5px;
    height: 5px;
    left: 8px;
    top: 12px;
    border-radius: 20px;
}

.class-size-txt {
    padding: 25px 0px 0px 0px;
}

.private-banner-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #FFFFFF;
}

.private-hand {
    background: url(../images/private-banner.png);
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}

.private-banner-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* or 175% */
    text-align: justify;
    color: #989898;
}

.private-banner-txt {
    padding: 40px 0px;
}


/* WorkShop Page CSS CLosed
-------------------------------*/


/* Gallery Page CSS Start
------------------------------*/

.gallery-banner {
    background: url(../images/gallery-banner.png);
    width: 100%;
    height: 496px;
    padding: 0px 0px 50px 0px;
    object-fit: cover;
    background-size: cover;
}

section.gallery-of-metalwork {
    padding: 100px 0px;
}

.gallery-img img {
    width: 100%;
    transition: all .6s ease;
}

section.gallery-of-metalwork h3 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    /* identical to box height, or 100% */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 0px 0px 10px 0px;
}

section.gallery-of-metalwork p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 22px */
    text-align: center;
    text-transform: lowercase;
    color: #4E4D4D;
    padding: 0px 0px 10px 0px;
}

.gallery-img {
    overflow: hidden;
    transition: all .6s ease;
}

.gallery-img img:hover {
    transform: scale(1.2);
}

.gallery-card h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    /* or 107% */
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    padding: 20px 0px 0px 0px;
}

.gallery-card {
    padding: 10px 0px;
}

.gallery-btn {
    text-align: center;
    padding: 60px 0px 0px 0px;
}


/* Gallery Page CSS CLosed
------------------------------*/


/* Ask An Export CSS Start
------------------------------*/

.ask-an-export {
    background: url(../images/ask-export-banner.png);
    width: 100%;
    height: 496px;
    padding: 0px 0px 50px 0px;
    object-fit: cover;
    background-size: cover;
}

section.ask-export-metal {
    padding: 100px 0px;
}

.ask-metal-img img {
    width: 100%;
    position: relative;
}

.ask-metal-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #1B1B1B;
}

.ask-metal-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: justify;
    color: #424242;
}

.ask-metal-txt {
    padding: 30px 0px;
}

.ask-metal-img {
    position: relative;
}

.ask-metal-img::before {
    position: absolute;
    content: "";
    background: #E3B227;
    height: 201px;
    width: 653px;
    left: -157px;
    top: 240px;
}

.metal-question {
    background: url(../images/metal-banner.png);
    width: 100%;
    height: 247px;
    padding: 0px 0px 50px 0px;
    object-fit: cover;
    background-size: cover;
}

.metal-ques h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 120%;
    /* or 66px */
    text-align: center;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.metal-ques h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 125%;
    /* or 46px */
    text-align: center;
    letter-spacing: 0.005em;
    color: #CECECE;
}

.metal-ques {
    text-align: center;
    width: 100%;
    padding: 60px 0px 0px 0px;
}

.input-fields input {
    display: block;
    width: 100%;
    border: 1px solid #646464;
    border-radius: 8px;
    padding: 6px 15px;
    height: 42px;
    background: transparent;
}

.input-fields label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #000000;
}

section.metalworking-form {
    padding: 50px 0px 70px 0px;
    background: #FFF7F7;
}

.input-fields {
    padding: 18px 0px;
}

.input-fields input:focus {
    outline: none;
}

.input-fields textarea:focus {
    outline: none;
}

.input-fields textarea {
    display: block;
    width: 100%;
    border: 1px solid #646464;
    border-radius: 8px;
    padding: 20px 15px;
    resize: none;
    height: 144px;
    background: transparent;
}

.metal-verify {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0px 10px 0px;
}

.metal-verify p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #000000;
    margin: 0;
}

.metal-verify input {
    width: 125px;
    height: 38px;
    border: 1px solid #646464;
    border-radius: 5px;
    padding: 10px 10px;
    background: transparent;
}

.metal-verify input:focus {
    outline: none;
}

.reset {
    padding: 20px 0px;
}

.metal-submit {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 90px 50px 0px 0px;
}


/* Ask An Export Page CSS Closed
------------------------------------*/


/* Request a Catelog Page CSS Start
-----------------------------------------*/

.request-catelog {
    background: url(../images/request-catelog-banner.png);
    width: 100%;
    height: 496px;
    padding: 0px 0px 50px 0px;
    object-fit: cover;
    background-size: cover;
}

.catelog-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    /* or 116% */
    text-transform: uppercase;
    color: #1B1B1B;
}

.catelog-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    text-align: justify;
    color: #424242;
}

.catelog-txt {
    padding: 70px 0px 0px 0px;
}

.input-checkbox {
    display: flex;
    align-items: baseline;
    gap: 20px;
    justify-content: space-between;
}

.office-discount h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    /* identical to box height, or 129% */
    color: #313131;
    padding: 0px 0px 20px 0px;
}

.office-discount {
    padding: 20px 0px 20px 0px;
}

.input-checkbox input {
    margin: 0px 140px 0px 0px;
}

.input-checkboxs {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.input-checkboxs P {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #000000;
    margin: 0px 0px 10px 0px;
}

.input-checkbox P {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #000000;
    margin: 0px 0px 10px 0px;
}

.office-discounts h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    /* identical to box height, or 129% */
    color: #313131;
    padding: 0px 0px 20px 0px;
}

.office-discounts {
    padding: 20px 0px 0px 0px;
}

.input-checkboxs input {
    margin: 0px 60px 0px 0px;
}

.catelog-submit {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding: 60px 0px 0px 0px;
}

.catelog-submit .theme-btn {
    width: 344px;
}

.input-checkboxs input input[type="checkbox"] {
    border: 1px solid #646464;
    border-radius: 5px;
}


/* Contact Us Page CSS Closed
-----------------------------------------*/

.contact-banner {
    background: url(../images/contact-banner.png);
    width: 100%;
    height: 496px;
    padding: 0px 0px 50px 0px;
    object-fit: cover;
    background-size: cover;
}

.stay-img img {
    width: 850px;
}

.stay-connected {
    padding: 100px 0px;
    height: 1150px;
    position: relative;
}

.stay-txt {
    background: #E3B227;
    padding: 30px 40px 40px 70px;
    border-radius: 20px;
    height: 710px;
    position: absolute;
    right: 200px;
    width: 681px;
    bottom: 119px;
}

.stay-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 38px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.stay-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    /* or 127% */
    text-transform: uppercase;
    color: #1B1B1B;
}

.stay-txt h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 165% */
    color: #424242;
    opacity: 0.7;
}

.stay-txt h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #161616;
    padding: 0px 0px 10px 0px;
}

.shipping-txt h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    line-height: 1;
}

.shipping-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #282828;
}

.shipping-txt {
    border: 1px solid black;
    padding: 10px;
    height: 145px;
}

.shipping-txt span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 21px;
    color: #282828;
}

.stay-txt h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #161616;
    padding: 10px 0px;
}

.follow-us p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1A1A1A;
    padding: 0px 0px 20px 0px;
}

.follow-us ul {
    display: flex;
    gap: 12px;
}

.follow-us ul li a {
    font-size: 26px;
    color: #fff;
    background: #ffffff21;
    padding: 2px 9px;
    border-radius: 50px;
}

.stay-img {
    position: relative;
}

.contact-now-txt h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    /* identical to box height, or 135% */
    text-align: center;
    text-transform: uppercase;
    color: #E3B227;
}

.contact-now-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    /* identical to box height, or 117% */
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.contact-now-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    /* or 139% */
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding: 10px 0px;
}

.input-field textarea {
    padding: 20px 25px;
    display: block;
    width: 100%;
    height: 215px;
    background: #F2EFEF;
    border: 1px solid #1B1D21;
    border-radius: 20px;
}

.input-field textarea:focus {
    outline: none;
}

.contact-submit {
    text-align: center;
    padding: 20px 0px 50px 0px;
}

.contact-submit .theme-btn {
    width: 252px;
}

section.contact-now {
    padding: 20px 0px 70px 0px;
}


/* Contact Us Page CSS Closed
-----------------------------------------*/


/* Articles Page CSS Start
--------------------------------*/

.articles-banner {
    background: url(../images/article-main-banner.png);
    width: 100%;
    height: 496px;
    padding: 0px 0px 50px 0px;
    object-fit: cover;
    background-size: cover;
}

.metalworking-articles-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    /* or 100% */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 0px 0px 10px 0px;
}

.metalworking-articles-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    /* or 22px */
    text-align: center;
    text-transform: lowercase;
    color: #4E4D4D;
    padding: 0px 0px 20px 0px;
}

section.metalworking-article {
    padding: 80px 0px;
}

.article-main-txt h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    /* or 135% */
    text-transform: uppercase;
    color: #212122;
    margin: 0;
}

.article-main-txt span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */
    color: #727272;
}

.article-main-txt p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    color: #212122;
    margin: 0px 0px 5px 0px;
}

.article-content {
    padding: 20px 0px;
}

.article-search input {
    background: #FFFFFF;
    border: 1px solid #BABABA;
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 53px;
    padding: 10px 35px;
}

.articles-menu {
    background: #F0F0F0;
    padding: 20px;
}

.article-category ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-category ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    text-transform: uppercase;
    color: #575757;
    padding: 10px 0px;
    text-align: left;
}

.article-category {
    padding: 20px 0px 30px 0px;
}

.article-img img {
    width: 100%;
}

.mini-article {
    display: flex;
    position: relative;
    padding: 0px 0px 23px 0px;
}

.mini-art-txt {
    background: #fff;
    padding: 10px;
    position: absolute;
    left: 120px;
    top: 17px;
}

.mini-art-txt h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    /* or 133% */
    text-transform: uppercase;
    color: #212122;
    margin: 0;
}

.mini-art-txt span {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    /* or 150% */
    color: #727272;
}

.comment span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */
    color: #727272;
    position: relative;
    padding: 0px 0px 0px 10px;
}

.comment p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 150% */
    color: #000;
    padding: 0px 0px 0px 10px;
}

.recent-comment h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    /* identical to box height, or 145% */
    text-transform: uppercase;
    color: #212122;
    padding: 40px 0px 10px 0px;
}

.comment {
    position: relative;
}

.comment span::before {
    position: absolute;
    content: "";
    background: #000;
    height: 7px;
    width: 7px;
    left: -9px;
    top: 6px;
    border-radius: 20px;
}

.article-tags {
    width: 100%;
}

.tag a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    /* identical to box height, or 233% */
    text-align: center;
    text-transform: uppercase;
    color: #7E7E7E;
    border: 1px solid #7E7E7E;
    width: 100%;
    border-radius: 20px;
}

.article-tags h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */
    text-transform: uppercase;
    color: #212122;
    padding: 0px 0px 10px 0px;
}

.tag ul li {
    border: 1px solid #BABABA;
    border-radius: 15.5px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* identical to box height, or 233% */
    text-align: center;
    color: #7E7E7E;
    display: inline-block;
    MARGIN: 0px 0px 6px 0px;
    padding: 6px 19px;
    transition: all .6s ease;
}

.tag ul li:hover {
    background: black;
    color: white;
    border-color: black;
}

.tag ul {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 0fr); */
    gap: 18px;
}

.article-img {
    position: relative;
}

.article-img a {
    position: absolute;
    bottom: 0;
    right: 1px;
}

.article-search input:focus {
    outline: none;
}

.sec-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Articles Page CSS Closed
--------------------------------*/


/* Education Page CSS Start
--------------------------------*/

.ul-flex-txt {
    display: flex;
    gap: 40px;
    padding: 0px 0px 5px 20px;
}


.educate-banner-txt h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E3B227;
    margin: 0;
}

.educate-banner-txt h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    text-transform: uppercase;
    color: #1B1B1B;
    margin: 0;
    padding: 0px 0px 15px 0px;
}

.educate-banner-txt p {
    color: #424242;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0px 0px 5px 0px;
}

.ul-flex-txt ul li {
    color: #424242;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    list-style: disc;
}

.sec-banner-img {
    height: 800px;
    margin: 0px 0px 70px 0px;
}


.educate-banner-txt2 h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 64px;
    text-transform: uppercase;
    color: #1B1B1B;
    margin: 0;
    padding: 0px 0px 15px 0px;
}


.educate-banner-txt2 p {
    color: #424242;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0px 0px 5px 0px;
}


.sec-banner-imgs img {
    width: 100%;
}

.educate-banner-txt2 a {
    display: inline;
    text-decoration-line: underline !important;
}

.education.button {
    padding: 20px 0px;
}

.educate-btn a {
    border-radius: 12px;
    background: #FFF;
    padding: 14px 20px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
    width: 200px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.6px;
    transform: translate(0px, 5px);
    transition: all .6s ease;
}

.educate-btn {
    text-align: center;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.educate-btn a:hover {
    background: black;
    color: white;
    transform: translate(0px, 0px);
}

.button-para {
    padding: 20px 0px 30px 0px;
}

.button-para p {
    color: #424242;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0px 0px 10px 0px;
}

.tool-philosphy{
   background: url(../images/about-first-banner.png);
   width: 100%;
   height: 100%;
   padding: 70px 0px 30px 0px;
   object-fit: cover;
   background-size: cover;
   background-position: center;
}

.philosphy-txt h4 {
    color: #FFF;
    font-size: 55px;
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
    padding: 0px 0px 20px 0px;
}

.philosphy-txt {
    text-align: center;
}

.philosphy-txt p {
    color: #FFF;
    text-align: center;
    font-size: 15.8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0px 0px 5px 0px;
}

.philosphy-btn {display: flex;flex-direction: column;align-items: center;padding: 30px 0px 0px 0px;}

.philosphy-btn a {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration-line: underline !important;
}

section.educate_slied .sec-banner-img {
    height: 460px;
}

.eduication-points ul li {
    color: #424242;
    text-align: left;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    list-style: disc;
    padding: 0px 0px 10px 0px;
}

.eduication-points ul {
    padding: 0px 0px 0px 20px;
}
/* Education Page CSS Closed
--------------------------------*/


/*account login*/


/*.main__login input:focus {
    border-color: #e3b224 !important;
    border: 2px solid;
    box-shadow: none;
}*/

.main__login label {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}


/*.login__btn {
    width: 100%;
    display: inline-block;
    max-width: 140px;
    cursor: pointer;
    padding: 10px;
}*/

.content-holder h1 {
    text-align: center;
    padding: 0 0 35px;
}

.main__login {
    padding: 70px 0;
}


.inner__login .form-check-input {
    width: 22px;
    padding: 0px;
    margin: 0 0 0;
    height: -webkit-fill-available;
}

.inner__login .form-check {
    padding: 0;
}

.inner__login .form-check-label {
    padding: 0 30px 0;
}

.inner__button {
    text-align: center;
    padding: 20px 0 0;
}

.content-holder h1 {
    text-align: center;
    padding: 70px 0 35px;
    color: white;
    font-weight: 700;
    font-size: 70px;
}

.main__registration {
    padding: 70px 0;
}

.registration__btn {
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}


p.error-message {
    color: #ff0000;
    font-weight: 600;
}

button.agrambagram_button {
    border: unset;
    background: #e3b22a;
}
button.agrambagram_button:hover {
    background: #fff;
}

.select-category .nav-link {
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    padding: 10px 6px;
}

.select-category {
    padding-left: 0;
    padding-right: 0;
    gap: 5px;
}

.select-category .nav-link:hover {
    background-color: #e3b224;
    border-radius: 5px;
    color: #000;
}
.select-category .dropdown-item{
    font-size: 13px;
    padding: 5px 10px;
}
.select-category .dropdown-item:hover {
    background-color: #e3b224;
}

/*article__styling__start*/

.img-text h3 {
    font-size: 33px;
    font-weight: 600;
    text-align: center;
}

.article-discription span {
    font-size: 14px;
    font-weight: 500;
    color: darkgrey;
    padding: 5px 0 0;
}

.article-discription p {
    font-size: 20px;
    padding: 5px 0 0;
    font-weight: 500;
}

.optional-tab .nav-link {
    margin: 0px 10px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.optional-tab {
    padding: 15px 0 0;
}

.optional-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: #E3B224;
    font-weight: 600;
}

.optional-tab a.nav-link.active {
    padding: 10px 40px 10px;
}

.inner-tab {
    padding: 20px 7px 0;
}

.tab-form {
    padding: 30px 0 0;
}

.tab-btn {
    margin: 30px 0 0;
}

.tab-btn .theme-btn {
    width: 170px;
}

.tab-form .input-field {
    padding: 0 0 30px;
}

.rev-area h3 {
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    margin: 10px 0 20px;
}


.rev-list {
    padding: 24px 20px 0 20px;
    margin: 38px 0 0;
    height: 305px;
    overflow-x: hidden;
    overflow-y: auto;
}

.rev-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #fece02;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 28px;
}


.rev-box ul {
    margin: 0;
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 12px;
    padding: 0px;
    display: flex;
    color: #3e3e3e;
}

.rev-box ul li {
    margin-left: 4px;
}


.rev-box .rev-img {
    background-color: #fece02;
    color: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    position: absolute;
    left: -17px;
    top: -23px;
}


.rev-box strong {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin: 0 0 3px;
}


.rev-box p {
    margin: 0;
    font-size: 15px;
}

.top-tab .nav-link {
    background: white;
}

.top-tab .nav-link.active {
    background-color: #fece02;
        
}

.top-tab .nav-link {
    border-width: 1px;
    margin: 0 4px 0 0;
    color: black;
    border-radius: 10 !important;
    border-style: solid;
    padding: 13px 38px;
    border-width: 1px 1px 0 1px;
    border-color: #ddd;
    font-weight: 700;
    cursor: pointer;
}


.top-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: inherit;

}
/*article__styling__end*/