:root {
    --green: #4D804C;
    --dark: #5a5a5a;
    --gray: #777;
    --black: #000000;
    --white: #ffffff;
}

header.site-header {
    background-color: var(--black);
    padding: 15px 0;
}

header.site-header .container,
.top-bar .container {
    /* max-width: 1260px; */
    max-width: 1400px;
    width: 100%;
}

header .site-branding .custom-logo-link {
    display: block;
}

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

header .site-branding img {
    max-width: 160px;
    width: 100%;
    display: block;
}

header.site-header .row {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

header .row .menu-sec {
    background-color: #4d804c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* max-width: 890px; */
    max-width: 1000px;
    width: 100%;
    padding: 10px 20px;
    position: relative;
}

.site-name-text h3 {
    font-size: 20px;
    color: #fff;
}

header .row .menu-sec::after {
    border: solid transparent;
    border-bottom-color: #000;
    border-width: 0 18px 36px 0;
    bottom: 0;
}

header .row .menu-sec::before {
    border: solid transparent;
    border-top-color: #000;
    border-width: 37px 22px 0 0;
    top: 0;
}

header .row .menu-sec::after,
header .row .menu-sec::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    display: block;
}

header .main-navigation {
    width: auto;
}

header .main-navigation .mega-menu-wrap .mega-menu .mega-menu-item {
    margin: 0 5px !important;
}

header .main-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    font-size: 13px !important;
    line-height: 35px !important;
    font-family: 'Asap' !important;
    font-weight: 700;
    color: var(--white);
}

.site-header .search-sec .dgwt-wcas-search-wrapp {
    min-width: 300px;
    max-width: 300px;
    width: 100%;
}

.site-header .search-sec .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    margin: 0;
}

.site-header .search-sec .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
    padding: 5px 40px 5px 10px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    border: 1px solid #818080;
    border-radius: 0;
}

.site-header .search-sec .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
    display: none;
}

.top-bar {
    background: var(--black);
    padding: 5px 0;
}

.top-bar .container {
    /* max-width: 1260px; */
    width: 100%;
}

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

.top-bar__right--list {
    display: flex;
    padding: 0;
    margin: 0;
}

.top-bar__right--list li {
    margin: 0 5px;
    position: relative;
}

.top-bar__right--list li a {
    height: 30px;
    width: 30px;
    position: relative;
    display: block;
    color: var(--white);
}

.top-bar__right--list li a i {
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.top-bar__right--list li a.navy-blue {
    background: #3d5a96;
}

.top-bar__right--list li a.blue {
    background: #1daced;
}

.top-bar__right--list li a.light-blue {
    background: #458eff;
}

.top-bar__right--list li a.dark-blue {
    background: #4875b4;
}

.top-bar .menu {
    padding: 0 0 0 5px;
    margin: 0;
    display: flex;
    align-items: center;
}

.top-bar .menu .menu-item {
    margin: 0 10px;
}

.top-bar .menu .menu-item a {
    font-size: 12px;
    line-height: 18px;
    color: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    position: relative;
}

.top-bar .menu .menu-item a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: var(--white);
    left: 0;
    bottom: -3px;
    transition: all 500ms linear;
}

.top-bar .menu .menu-item:hover a:before {
    width: 100%;
    transition: 500ms linear;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    background: var(--black);
    margin-top: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    margin: 0 !important;
    padding: 10px 15px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: none;
    color: #fff;
    font-size: 13px;
    line-height: 25px !important;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 0;
    position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: none;
    color: var(--white);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: none;
}

li.mega-close {
    display: none !important;
}

.search-inner {
    display: flex;
    align-items: center;
}

.search-inner input[type="image"] {
    background-color: black;
    width: 43px;
    height: 36px;
    padding: 8px;
    border-radius: 0 20px 20px 0;
}

.search-inner input[type="text"] {
    padding: 6px 10px 6px 15px;
    border: 0;
    border-radius: 20px 0 0 20px;
    width: 265px;
    text-overflow: ellipsis;
}


.main-navigation .custom-item {
    display: none;
}

@media (min-width:769px) {
    header .main-navigation>.mega-menu-wrap>.mega-menu>.mega-menu-item>.mega-menu-link::before {
        content: "";
        position: absolute !important;
        width: 0% !important;
        height: 2px !important;
        background: var(--black) !important;
        left: 0 !important;
        bottom: 0 !important;
        transition: all 500ms linear;
    }

    header .main-navigation>.mega-menu-wrap>.mega-menu>.mega-menu-item:hover .mega-menu-link::before {
        width: 100% !important;
        transition: 500ms linear;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
        transform: translate(0, 10px);
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        transform: translate(0, 15px);
    }

    .top-bar .menu .menu-item a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:1440px) {
    header.site-header .row {
        flex-wrap: wrap;
        justify-content: center;
    }

    header .site-branding {
        margin: 10px 20px;
    }
}

@media (max-width:1199px) {
    /* header .row .menu-sec {
        max-width: 70%;
    } */

    .search-inner input[type="text"] {
        width: 180px;
    }

    /* .site-name-text h3 {
        font-size: 16px;
    } */

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        font-size: 13px;
    }
}

@media (max-width:1024px) {
    .search-inner input[type="text"] {
        width: 160px;
    }

}

@media (max-width:991px) {
    .search-sec {
        display: none;
    }

    .site-header .search-sec .dgwt-wcas-search-wrapp {
        min-width: 30px;
        max-width: 30px;
    }

    .site-header .search-sec .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier {
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 25px;
        max-width: 25px;
        height: 100%;
        width: 100%;
        fill: var(--white);
        opacity: 1;
    }

    .site-header .search-sec .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier path {
        fill: var(--white);
    }

    .site-header .search-sec .dgwt-wcas-search-wrapp .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
        padding: 5px;
        font-size: 0;
        background: transparent;
        border: 0;
    }

    .site-name-text h3 {
        font-size: 14px;
    }

    header .row .menu-sec {
        background: none;
        padding: 0 10px;
        max-width: fit-content;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    header.site-header .row {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .main-navigation .custom-item {
        display: block;
        padding: 20px 15px 0 0;
        text-align: end;
    }


    header .site-branding {
        margin: 0px 0 0 10px;
    }

    header .main-navigation button.menu-toggle {
        display: block;
        background-color: transparent;
        border: 0px;
        padding: 0px;
    }

    header .main-navigation button.menu-toggle span svg {
        color: #ffffff;
        fill: #ffffff;
    }

    .main-navigation .menu-menu-1-container {
        display: none;
        position: fixed;
        right: -100%;
        top: 0px;
        background-color: black;
        height: 100vh;
        z-index: 99;
        width: 300px;
        transition: 0.3s ease-in-out;
    }

    .main-navigation.toggled .menu-menu-1-container {
        display: block;
        right: 0px;
        transition: left 400ms ease-in-out, right 400ms ease-in-out;
        ;
    }

    .main-navigation.toggled .menu-menu-1-container::after {
        position: fixed;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        opacity: .5;
        background: #000;
        cursor: pointer;
        z-index: -1;
    }

    .main-navigation.toggled ul {
        display: block;
    }

    header .row .menu-sec::before,
    header .row .menu-sec::after {
        border: 0px;
    }

}


@media (max-width:768px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background-color: unset !important;
    }

    li.mega-close {
        display: block !important;
        margin-bottom: 30px !important;
    }

    .close-icon img {
        float: right;
        cursor: pointer;
        max-width: 45px !important;
        width: 100%;
        margin-right: 0;
        padding: 13px;
    }

    li.mega-close a {
        display: none !important;
    }

    li.mega-close>ul {
        display: block !important;
    }

    li.mega-close ul.mega-sub-menu {
        padding: 0 !important;
        margin: 0 !important;
        background-color: unset !important;
    }


    header .row .menu-sec .main-navigation {
        margin-left: 15px;
    }

    header ul#mega-menu-menu-1 {
        padding-top: 0 !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        display: block !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        width: 36px;
        height: 3px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 0;
        width: 32px;
    }
}



@media (max-width:767px) {
    .top-bar__right {
        justify-content: flex-end;
    }



}

@media (max-width:575px) {
    .top-bar__right {
        justify-content: center;
        flex-direction: column;
    }

}


* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.post,
.page {
    margin-bottom: 0 !important;
}

:focus {
    outline: 0;
}

:root {
    --green: #4D804C;
    --dark: #5a5a5a;
    --gray: #777;
    --black: #000000;
    --white: #ffffff;
}

a {
    text-decoration: none;
    transition: all 0.3s;
}

a:focus {
    outline: 0;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/AsapBold.eot');
    src: url('../fonts/AsapBold.eot') format('embedded-opentype'),
        url('../fonts/AsapBold.woff2') format('woff2'),
        url('../fonts/AsapBold.woff') format('woff'),
        url('../fonts/AsapBold.ttf') format('truetype'),
        url('../fonts/AsapBold.svg#AsapBold') format('svg');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Asap';
    src: url('../fonts/AsapMedium.eot');
    src: url('../fonts/AsapMedium.eot') format('embedded-opentype'),
        url('../fonts/AsapMedium.woff2') format('woff2'),
        url('../fonts/AsapMedium.woff') format('woff'),
        url('../fonts/AsapMedium.ttf') format('truetype'),
        url('../fonts/AsapMedium.svg#AsapMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/AsapRegular.eot');
    src: url('../fonts/AsapRegular.eot') format('embedded-opentype'),
        url('../fonts/AsapRegular.woff2') format('woff2'),
        url('../fonts/AsapRegular.woff') format('woff'),
        url('../fonts/AsapRegular.ttf') format('truetype'),
        url('../fonts/AsapRegular.svg#AsapRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'veneer';
    src: url('../fonts/veneerthreewebfont.eot');
    src: url('../fonts/veneerthreewebfont.eot') format('embedded-opentype'),
        url('../fonts/veneerthreewebfont.woff2') format('woff2'),
        url('../fonts/veneerthreewebfont.woff') format('woff'),
        url('../fonts/veneerthreewebfont.ttf') format('truetype'),
        url('../fonts/veneerthreewebfont.svg#veneerthreewebfont') format('svg');
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 75px;
    font-family: 'veneer';
    font-weight: 400;
    line-height: 1.55em;
}

h2 {
    font-size: 30px;
    line-height: 24px;
}

h3 {
    font-size: 22px;
    font-family: 'asap';
    font-weight: 700;
    line-height: 1.1;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

p {
    font-size: 14px;
    line-height: 1.6em;
}

ul {
    list-style: none;
}

.btn-parent {
    display: block;
}

a.common-btn {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55em;
    display: inline-block;
}

.container,
section.error-404.not-found,
.banner-slider .slider-inner-content,
body.search main#primary.site-main {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col {
    width: 100%;
}

body.search main#primary.site-main img.size-post-thumbnail {
    max-width: 500px;
    width: 100%;
}

footer {
    margin-top: 40px;
}

footer .container {
    border-top: 1px solid var(--gray);
    padding-top: 30px;
}

footer .row {
    justify-content: space-between;
}

footer .footer-col.footer-1,
footer .footer-col.footer-2,
footer .footer-col.footer-3 {
    width: calc(23.33% - 20px);
    margin-right: 20px;
}

footer .footer-col.footer-4 {
    width: 28%;
    margin-right: 0;
}

footer .footer-col.footer-4 img {
    max-width: 130px;
    width: 100%;
}

footer ul {
    margin-left: 0;
    padding-left: 0;
}

footer .footer-col.footer-2 h5.widgettitle {
    opacity: 0;
}

footer h5 {
    font-size: 30px;
    line-height: 1.1;
    font-family: 'veneer';
    font-weight: 500;
    color: var(--black);
    margin-top: 20px;
    margin-bottom: 20px;
}

section.no-results.not-found .page-content p {
    font-family: Arial, Helvetica, sans-serif;
}

footer ul li a {
    color: var(--black) !important;
    font-family: Arial, Helvetica, sans-serif;
}

footer ul li a:hover {
    color: var(--green) !important;
}

section.bottom-bar {
    background-color: #162a33;
    color: var(--white);
}

.bottom-bar .row {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.bottom-bar .bottom-3 {
    text-align: right;
}

.bottom-bar .bottom-3 img {
    max-width: 120px;
}

section.bottom-bar .col {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bottom-social a {
    margin: 3px 5px;
}

.bottom-social a:hover i {
    color: var(--black);
}

.bottom-social a i {
    background-color: var(--green);
    color: var(--white);
    width: 26px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
    transition: all 0.3s;
}

section.bottom-bar .bottom-1 a {
    color: var(--green);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider {
    height: 600px;
    position: relative;
}

.banner-slider .swiper-wrapper .swiper-slide {
    position: relative;
}

.banner-slider .swiper-wrapper .swiper-slide .slider-inner-content {
    position: relative;
    z-index: 5;
}

.banner-slider .swiper-wrapper .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000042;
    z-index: 1;
}

.banner-slider .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider .container {
    z-index: 5;
}

.banner-slider h1 {
    font-weight: 500;
    color: var(--white);
    margin: 0 0 20px;
    line-height: 85px;
}

.banner-slider__right--content {
    max-width: 80%;
    width: 100%;
}

.banner-slider .swiper-slide .banner-slider__left {
    position: absolute;
    left: 0;
    max-width: 50vw;
    width: 100%;
    top: 0;
    height: 100%;
}

.banner-slider .swiper-slide .banner-slider__right {
    position: absolute;
    right: 0;
    max-width: 50vw;
    width: 100%;
    top: 0;
    height: 100%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider a.common-btn {
    color: var(--white);
    background-color: var(--black);
    padding: 11px 22px;
    font-weight: 600;
    position: relative;
    transition: all 500ms linear;
}

.banner-slider a.common-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid var(--black);
    border-bottom: 45px solid transparent;
    background: 0 0;
    top: 0;
    right: -30px;
    transition: all 500ms linear;
}

.banner-slider a.common-btn:hover {
    background-color: var(--white);
    color: var(--black);
    transition: 500ms linear;
}

.banner-slider a.common-btn:hover::after {
    border-left: 30px solid var(--white);
    transition: 500ms linear;
}

.banner-slider .swiper .swiper-button-prev {
    left: 0;
    border-left: 0;
}

.banner-slider .swiper .swiper-button-next {
    right: 0;
    border-right: 0;
}

.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
    background-color: var(--green);
    color: var(--white);
    width: 60px;
    height: 60px;
    transition: all 0.3s;
    border: 1px solid var(--white);
    transform: translateY(-50%);
}

.banner-slider .swiper-button-next:hover,
.banner-slider .swiper-button-prev:hover {
    background-color: var(--black);
}

.banner-slider .swiper-button-next::after,
.banner-slider .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* ----- Category Css Start ----- */

.category {
    position: relative;
    padding: 30px 0;
}

.category .col-6 {
    width: 100%;
}

.category__title {
    margin: 10px auto 40px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.category__lines {
    position: relative;
    width: 100%;
    text-align: center;
}

.category__lines::before {
    content: "";
    position: absolute;
    left: 0;
    width: calc(50% - 185px);
    height: 2px;
    background: #00AEEF;
    top: 50%;
    transform: translateY(-50%);
}

.category__lines::after {
    content: "";
    position: absolute;
    right: 0;
    width: calc(50% - 185px);
    height: 2px;
    background: #00AEEF;
    top: 50%;
    transform: translateY(-50%);
}

.category__left-side {
    position: relative;
    height: 700px;
}

.category__left-side--inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.category__left-side--inner a {
    display: block;
    height: 100%;
}

.category__left-side--inner .image {
    /*   display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; */
    display: block;
    width: 100%;
    height: 100%;
    max-width: 180px;
    object-fit: contain;
    margin: auto;
    transition: all 0.3s;
}

.category__right-side .category__left-side {
    height: 350px;
}

.category__left-side--overlay {
    background-image: url("/wp-content/uploads/2022/09/safety_blue_strip-1.png");
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    transition: all 500ms linear;
    bottom: 0;
    height: 150px;
    background-size: cover;
}

.category__left-side--inner:hover .category__left-side--overlay {
    bottom: 0;
    height: 200px;
    transition: 500ms linear;
}

.category__left-side--overlay-title {
    position: absolute;
    top: 62%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 25px;
    width: 100%;
}

.category__left-side--overlay-title h2 {
    margin: 0;
    color: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    text-transform: uppercase;
}

.category__right-side .col-6 {
    padding-left: 0px;
}

.category__right-side .category__left-side .category__left-side--overlay {
    height: 70px;
    background-image: url("/wp-content/uploads/2024/11/category-bg.png");
}

.category__right-side .category__left-side .category__left-side--inner:hover .category__left-side--overlay {
    height: 90px
}

.category__right-side .category__left-side--overlay-title h2 {
    font-size: 14px;
    line-height: 24px;
    text-shadow: 1px 1px 2px #00000091;
}

/* ----- Grid Css Start ----- */

.brand-container {
    background-image: url("/wp-content/uploads/2022/11/Frame-10.png");
    background-size: 100% 100%;
    position: relative;
    height: 100%;
    width: 100%;
}

.brand-list {
    position: absolute;
    width: 56%;
    right: 0;
    top: 13%;
}

.brand-row {
    display: flex;
    column-gap: 1.314vw;
    padding-top: 6px;
    padding-bottom: 6px;
}

.brand-row:first-child {
    padding-right: 23%;
}

.brand-row:last-child {
    padding-left: 17%;
    padding-right: 8%;
}

.grid {
    position: relative;
    padding: 20px 0;
}

.grid .col-4 {
    max-width: 33.333%;
    width: 100%;
    display: block;
    padding: 0 15px;
}

.grid .row {
    margin: 0 -15px;
}

.grid .col-4 img {
    width: 100%;
    display: block;
}

.product-bread-crum .container {
    background-color: whitesmoke;
    padding: 10px;
    max-width: 1230px;
}

section.product-bread-crum ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

section.product-bread-crum ul li {
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

section.product-bread-crum ul li a {
    color: #000;
    font-weight: 700;
    padding: 0;
}

section.product-bread-crum ul li:before {
    content: '/';
    left: 0px;
    color: #ccc;
    padding: 0 5px;
}

section.product-bread-crum ul li:first-child::before {
    display: none;
}

section.product-bread-crum ul li:first-child {
    padding-left: 0;
}

.product-col-2 .tooltip {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 10px 15px 0px;
}

.product-col-2 .tooltip a {
    color: var(--black);
}

.product-col-2 .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.product-col-2 .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/* J */
nav#site-navigation ul li a {
    text-transform: uppercase !important;
    font-family: 'Asap';
    font-size: 14px;
    line-height: 35px;
}

@media (min-width: 769px) {

    nav#site-navigation ul li.menu-item a::before {
        content: "";
        position: absolute !important;
        width: 0% !important;
        height: 2px !important;
        background: var(--black) !important;
        left: 0 !important;
        bottom: 0 !important;
        transition: all 500ms linear;
    }

    nav#site-navigation ul li.menu-item:hover a::before {
        width: 100% !important;
        transition: 500ms linear;
    }
}

aside#secondary {
    display: none;
}

.pro-description ul {
    margin-left: 12px;
    padding-left: 12px;
    list-style-type: disc;
}

.page-id-249 header.entry-header,
.page-id-254 header.entry-header,
.page-id-263 header.entry-header,
.page-id-259 header.entry-header,
.page-id-199 header.entry-header,
.page-id-3 header.entry-header,
.page-id-283 header.entry-header,
.page-id-294 header.entry-header,
.page-id-302 header.entry-header,
.page-id-300 header.entry-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.g-plus-green,
.youtube-green {
    background: #ff0000;
}

.page-id-294 .entry-content a {
    /* Download */
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    display: inline-block;
    border: 1px solid var(--black);
    padding: 5px 20px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms linear;
}

.page-id-294 .entry-content a:hover {
    background: var(--white);
    color: var(--green);
    transition: 500ms linear;
    text-decoration: none;
}

.page-id-294 header.entry-header {
    background-size: contain;
}

/* J */

.product-col-2 .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.product-detail .product-col-1 {
    width: 30%;
}

.product-detail .product-col-2 {
    width: 70%;
    padding-left: 20px;
}

.border-bottom-pro {
    border-bottom: 1px solid lightgray;
    padding: 10px;
}

.border-bottom-pro:last-child {
    border-bottom: 0;
}

.product-detail .product-col-2 .product-inner {
    width: 100%;
    padding: 0 15px 0 5px;
}

.product-detail .pro-wrp {
    display: flex;
    width: 100%;
}

.product-detail .pro-wrp>div.pro-size {
    width: 42%;
}

.product-detail .pro-wrp>div.pro-qty {
    width: 25%;
}

.product-detail .pro-wrp>div.pro-dimensons {
    width: 33%;
}

.product-detail .pro-qty p,
.product-detail .pro-dimensons p,
.product-detail .pro-size p {
    margin: 8px 0;
}

.product-col-2 .product-inner .pro-code p {
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0;
}

.product-col-2 .product-inner .pro-code p span {
    font-weight: 400;
}

.product-detail .product-col-2 .product-inner h5 {
    color: var(--black);
}

.product-detail .product-col-2 .product-inner>h5 {
    margin-bottom: 10px;
}

.product-detail .product-col-2 .pro-size {
    align-items: center;
    margin: 8px 0;
}

.product-detail .product-col-2 .pro-size h5 {
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 0;
}

.product-detail .pro-wrp>div h5 {
    margin: 10px 0;
}

.right-info-1 .right-info-title {
    background-color: whitesmoke;
    padding: 10px 15px;
}

.right-info-1 .right-info-title p {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.product-detail .container {
    max-width: 1260px;
    padding: 0 15px;
}

.product-detail {
    padding: 20px 0;
}

.product-detail .right-info-1 {
    border: 4px solid whitesmoke;
}

.product-detail .pro-left-inner h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-top: 12px;
    margin-bottom: 0;
}

.product-detail .pro-left-inner p {
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.product-detail .pro-left-txt {
    border: 4px solid whitesmoke;
    margin-top: 20px;
    padding: 0 15px;
}

.product-detail .pro-left-txt .pro-left-inner:last-child {
    border-bottom: 0;
}

/* start slider product */
.product-detail .swiper {
    width: 100%;
    height: 100%;
}

.product-detail div.swiper-wrapper {
    overflow: visible;
}

.product-detail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-detail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product-detail .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-detail .mySwiper2 {
    height: 350px;
    width: 100%;
}

.product-detail .mySwiper .swiper-slide-thumb-active img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-detail .mySwiper {
    height: max-content;
    box-sizing: border-box;
    padding: 10px 0 40px 0;
    overflow: hidden;
}

.product-detail .mySwiper .swiper-slide {
    width: 25%;
}

.product-detail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail .mySwiper.clild-pro .swiper-slide {
    height: 80px;
}

.product-detail .swiper-button-next:after,
.product-detail .swiper-button-prev:after {
    font-size: 20px;
}

/* end slider product */


/* ----- Call To Action Css Start ----- */

.call-to-action {
    background: var(--green);
    padding: 40px 0;
}

.call-to-action .container {
    max-width: 1260px;
    padding: 0 15px;
}

.call-to-action .col-8 {
    max-width: 66.66666667%;
    width: 100%;
    padding: 0 15px;
}

.call-to-action .col-4 {
    max-width: 33.33333333%;
    width: 100%;
    padding: 0 15px;
    text-align: right;
}

.call-to-action__row {
    align-items: center;
}

.call-to-action__btn {
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 26px;
    display: inline-block;
    border: 1px solid var(--black);
    padding: 5px 20px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms linear;
}

.call-to-action__btn:hover {
    background: var(--white);
    color: var(--green);
    transition: 500ms linear;
}

.call-to-action__btn:first-child {
    margin-right: 10px;
}

.call-to-action__title {
    color: var(--white);
    margin: 0;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
}

/* ----- Call To Action Css End ----- */


header.entry-header {
    color: var(--white);
    background-color: var(--green);
}

header.entry-header h1 {
    font-weight: 500;
    text-align: center;
}

article p {
    font-size: 16px;
    word-break: break-word;
    font-family: Arial, Helvetica, sans-serif;
}

article p a:hover {
    text-decoration: underline;
}

article ul {
    list-style-type: disc;
    margin: 0;
}

article ul li {
    word-break: break-word;
}

.contact-banner {
    padding: 80px 0;
    background-color: #ebebeb24;
}

.contact-banner .contact-left {
    width: 25%;
}

.contact-banner .contact-right {
    width: 25%;
}

.contact-banner .contact-content {
    width: 50%;
}

.contact-banner .banner-txt {
    padding: 20px;
    text-align: center;
}

.contact-banner .banner-txt h3 {
    font-family: 'veneer';
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 20px;
}

.contact-banner .banner-txt p:last-child {
    margin-bottom: 16px;
}

.contact-banner .banner-txt p {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-banner .contact-img {
    height: 280px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 44%) 0px 2px 8px;
}

.contact-banner .contact-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inquiry img {
    max-width: 70px;
}

.inquiry {
    display: flex;
    align-items: center;
    width: fit-content;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 5px;
}

.inquiry h3 {
    margin: 0 20px;
}

.contact-info>p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    margin-bottom: 10px;
}

div.pdf-btn {
    margin-bottom: 20px;
}

.con-info .phone-email {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    word-break: break-all;
}

.con-info .phone-email img {
    max-width: 26px;
    margin: 0 10px 0 0;
}

.con-info .phone-email a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: var(--dark);
}

.con-info .phone-email a:hover {
    text-decoration: underline;
}

.con-info .phone-email.address a:hover {
    text-decoration: none;
}

.site-logo-con {
    text-align: center;
    margin: 30px 0px;
}

.site-logo-con img {
    max-width: 160px;
}

.contact-now .col.contact-info {
    width: 36%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.contact-now .col.con-form {
    width: 36%;
}

.contact-now .con-third-box {
    width: 28%;
}

.contact-now .con-third-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center center;
}

.third-img-box {
    height: 270px;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact-now .contact-field {
    border-radius: 5px;
    padding: 14px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border: 1px solid #363636db;
    width: 100%;
    margin: 5px 0;
}

.contact-now textarea.contact-field {
    height: 200px;
    resize: none;
}

.name-sec {
    display: flex;
    justify-content: space-between;
}

.name-sec .wpcf7-form-control-wrap {
    width: 49%;
}

.con-form p {
    margin: 0;
}

.contact-now {
    margin: 80px 0;
}

.contact-now .row {
    justify-content: center;
    gap: 90px;
}
.contact-now .row {
    flex-wrap: unset;
}

.contact-now .wpcf7-submit {
    color: var(--white);
    background-color: var(--black);
    padding: 11px 22px 12px 22px;
    font-weight: 600;
    position: relative;
    transition: all 300ms linear;
    border: 1px solid var(--black);
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
    cursor: pointer;
}

.contact-now .wpcf7-submit:hover {
    background-color: var(--white);
    color: var(--black);
    transition: 300ms linear;
    border: 1px solid var(--black);
}

.con-info p {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

body.search main#primary header.entry-header {
    background-color: unset;
}

body.search main#primary header.entry-header h2 a {
    color: var(--black);
}

body.search main#primary header.entry-header h2 a:hover {
    text-decoration: underline;
}

body.search main#primary article {
    border-bottom: 2px solid;
}

body.search main#primary article:last-child {
    border: 0;
}

section.no-results.not-found {
    text-align: center;
}

section.no-results.not-found .search-inner {
    justify-content: center;
}

section.no-results.not-found .search-inner input {
    border: 1px solid black;
    height: 38px;
    padding: 6px 8px;
}

section.no-results.not-found .search-inner input[type="text"] {
    padding: 9px 20px 10px 20px;
}

body.search-results h2.entry-title a {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 32px;
}

section.no-results.not-found h1.page-title {
    margin-bottom: 20px;
}

section.error-404.not-found h1 {
    margin: 0;
    line-height: 70px;
}

section.error-404.not-found {
    margin-top: 50px;
    text-align: center;
}

section.error-404.not-found .page-content p {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

section.error-404.not-found .btn-parent {
    margin-top: 40px;
}

section.error-404.not-found .btn-parent a {
    font-size: 18px;
    color: var(--white);
    background-color: var(--black);
    padding: 12px 40px;
}

section.error-404.not-found .btn-parent a:hover {
    background-color: var(--green);
}

.common-content.border-bottom-pro {
    display: flex;
    justify-content: space-between;
}

.common-content.border-bottom-pro .pro-images {
    max-width: 25%;
    width: 100%;
    line-height: 0;
}

.common-content.border-bottom-pro .pro-images img {
    width: 100%;
}

.main_grid--box-cont h2 {
    font-family: Arial, Helvetica, sans-serif;
}

.manufacture {
    background-color: #ebebeb;
    text-align: center;
    padding: 30px;
}

.manufacture h2 {
    margin-bottom: 20px;
    font-weight: 800;
}

div.pdf-btn {
    display: flex;
    justify-content: center;
}



/* ----- Inner Masthead Css Start ----- */
section.content-sec {
    padding: 50px 0 10px 0;
}

.inner-masthead {
    position: relative;
    /* margin-top: 95px; */
}

.inner-masthead__bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.inner-masthead__bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #4f804e;
    opacity: 0.4;
    z-index: 1;
}

.inner-masthead__container {
    position: relative;
    padding: 100px 15px;
    z-index: 2;
}

.inner-masthead__main h1 {
    margin: 0;
    color: var(--white);
    text-transform: capitalize;
    text-align: center;
}

.content-sec p {
    font-weight: 400;
    color: var(--black);
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* ----- Inner Masthead Css end ----- */


/* start services */
section.service-list {
    padding: 50px 0;
}

.service-list-row .inner-services {
    width: 100%;
}

.service-list-row {
    margin: 0 -10px;
}

.service-list-row .col {
    padding: 20px 10px;
    width: 33.33%;
}

.service-list-row .inner-services img,
.service-list-row .inner-services video {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
    max-height: 270px;
    min-height: 270px;
}

.service-list-img {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 6px;
    overflow: hidden;
}

.service-list-img:hover img {
    transform: scale(1.05);
}

.service-list-img video {
    width: 100%;
    object-fit: cover;
}

.service-list-title {
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
}

.service-list-title a {
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
}

@media (max-width: 767px) {
    .service-list-row .col {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .service-list-row .col {
        width: 100%;
    }
}

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

/* end services */

@media (min-width: 1440px) {
    .inner-masthead__container {
        padding: 200px 15px !important;
    }
}


/* start media query */

@media only screen and (min-width: 992px) {
    .category .category-row>.col-6 {
        max-width: 100%;
    }

    .category__right-side .col-6 {
        width: 33.33%;
    }

    /* .category__right-side .category__left-side:first-child {
        padding-bottom: 10px;
    } */

    .category .col-6 {
        padding: 0 5px 0 0;
    }

}

@media only screen and (min-width:769px) and (max-width:1386px) {
    header .site-branding {
        margin: 10px !important;
    }

    .site-name-text {
        margin: 0 10px;
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {
    .category__right-side .col-6 {
        width: 50%;
    }

    .row.category__right-side .col-6 {
        display: flex;
        width: 50%;
        padding: 5px;
    }

    .category__right-side .category__left-side {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    body.page-id-249 header.entry-header h1.entry-title {
        line-height: 90px;
        margin: 40px 0;
    }

    section.error-404.not-found h1 {
        font-size: 150px;
        line-height: 150px;
    }
}

@media only screen and (min-width: 1441px) {
    .manufacture h2 {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .manufacture p {
        font-size: 20px;
    }

    .manufacture .container {
        max-width: 1250px;
    }

    .contact-now .container {
        max-width: 1400px;
    }

    .site-logo-con img {
        max-width: 220px;
    }
}

@media only screen and (max-width: 1440px) {

    .container,
    section.error-404.not-found,
    .banner-slider .slider-inner-content,
    body.search main#primary.site-main {
        max-width: 1150px;
    }

    .manufacture .container {
        max-width: 1000px;
    }

    footer h5 {
        font-size: 26px;
    }

    .manufacture p {
        font-size: 16px;
    }

    .manufacture h2 {
        line-height: 40px;
    }

}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    .banner-slider .swiper-wrapper .swiper-slide .slider-inner-content {
        padding: 0 70px;
    }
}

@media only screen and (max-width: 1199px) {
    section.error-404.not-found .btn-parent a {
        font-size: 16px;
        padding: 10px 30px;
    }

    .banner-slider h1,
    .search-results header.page-header h1 {
        font-size: 50px;
        line-height: 58px;
    }

    header.entry-header h1,
    section.no-results.not-found h1.page-title {
        font-size: 52px;
        line-height: 60px;
    }

    .container,
    section.error-404.not-found,
    .banner-slider .slider-inner-content,
    body.search main#primary.site-main {
        max-width: 960px;
    }

    .banner-slider .swiper-wrapper .swiper-slide .slider-inner-content {
        text-align: center;
    }

    .category__left-side {
        height: 600px;
    }

    .category__right-side .category__left-side {
        height: 300px;
    }

    .banner-slider .swiper-button-next,
    .banner-slider .swiper-button-prev {
        top: 50%;
        width: 50px;
        height: 50px;
    }

    .banner-slider .swiper-button-next::after,
    .banner-slider .swiper-button-prev::after {
        font-size: 18px;
    }

    .contact-now .con-third-box {
        width: 100%;
        display: flex;
        margin-top: 20px;
    }

    .contact-now .third-img-box {
        padding: 10px;
    }

    .contact-now .col.con-form,
    .contact-now .col.contact-info {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {

    .contact-now .row{
        flex-wrap: wrap;
    }

    .product-detail .product-col-2 .product-inner {
        overflow: auto;
    }

    .product-detail .pro-wrp {
        width: 600px;
    }

    .banner-slider h1,
    .search-results header.page-header h1 {
        font-size: 46px;
    }

    header.entry-header h1 {
        font-size: 48px;
    }

    .container,
    section.error-404.not-found,
    .banner-slider .slider-inner-content,
    body.search main#primary.site-main {
        max-width: 750px;
    }

    footer .footer-col.footer-1,
    footer .footer-col.footer-2,
    footer .footer-col.footer-3 {
        width: calc(50% - 20px);
    }

    footer .footer-col.footer-4 {
        width: 50%;
    }

    footer h5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .banner-slider {
        height: 500px;
    }

    .category__right-side .category__left-side {
        height: 250px;
        padding: 5px;
    }

    .category__left-side {
        height: 500px;
    }

    .call-to-action .col-8,
    .call-to-action .col-4 {
        max-width: 100%;
        text-align: center;
    }

    .call-to-action__title {
        margin: 0 0 20px;
        font-size: 35px;
        line-height: 50px;
    }

    .contact-banner .contact-left {
        width: 100%;
        order: 2;
    }

    .contact-banner .contact-content {
        width: 100%;
        order: 1;
    }

    .contact-banner .contact-right {
        width: 100%;
        order: 3;
        margin-top: 10px;
    }

    .contact-banner .banner-txt h3 {
        margin-top: 0;
    }

    .contact-now .col.contact-info {
        width: 100%;
        padding-top: 0px;
    }

    .contact-now .col.con-form {
        width: 100%;
    }

    .banner-slider .swiper-slide .banner-slider__left iframe{
        max-width: 100%;
        width: 100%;
        min-height: 500px;
        max-height: 500px;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {

    body.search main#primary header.entry-header h2 a {
        font-size: 26px;
    }

    .contact-now .con-third-box {
        flex-wrap: wrap;
    }

    .container,
    section.error-404.not-found,
    .banner-slider .slider-inner-content,
    body.search main#primary.site-main {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-slider .swiper-slide .banner-slider__left,
    .banner-slider .swiper-slide .banner-slider__right {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        max-height: 310px;
        min-height: 310px;
    }

    .banner-slider .swiper-slide .banner-slider__left iframe{
        max-height: 310px;
        min-height: 310px;
    }

    footer h5 {
        font-size: 24px;
    }

    .grid .col-4 {
        max-width: 100%;
        width: 100%;
    }

    .grid .col-4:not(:last-child) {
        padding-bottom: 20px;
    }

    .brand-container {
        padding-top: 46.2%;
        background-repeat: no-repeat;
    }

    .brand-list {
        width: 56%;
        top: 13%;
    }

    .brand-row {
        column-gap: 4.314vw;
    }

    .category__title {
        font-size: 22px;
        line-height: 30px;
    }

    .category__lines::before,
    .category__lines::after {
        width: calc(50% - 150px);
    }

    .category .col-6 {
        max-width: 100%;
        /* padding: 0; */
    }

    .category__left-side {
        padding-bottom: 10px;
        height: 350px;
    }

    .category__left-side--overlay-title h2,
    .category__right-side .category__left-side--overlay-title h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .category__right-side .category__left-side {
        height: 350px;
    }

    .category__left-side--overlay {
        height: 70px;
        background-image: url('/wp-content/uploads/2022/09/safety_blue_strip-img-1.png');
    }

    .category__left-side--inner:hover .category__left-side--overlay {
        height: 90px;
    }

    .banner-slider {
        height: auto;
    }

    .banner-slider .container {
        padding: 0;
    }

    .banner-slider h1,
    header.entry-header h1,
    .search-results header.page-header h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .swiper-slide img {
        min-height: 310px;
    }

    .banner-slider__right--content {
        max-width: 90%;
        padding: 20px 0;
    }

    .banner-slider .swiper-button-next,
    .banner-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .banner-slider .swiper-button-next::after,
    .banner-slider .swiper-button-prev::after {
        font-size: 15px;
    }

    .call-to-action .col-8,
    .call-to-action .col-4 {
        max-width: 100%;
    }

    .call-to-action .col-4 {
        text-align: center;
    }

    .call-to-action__title {
        margin: 0 0 20px;
        font-size: 25px;
        line-height: 40px;
    }

    .product-detail .mySwiper {
        margin-bottom: 30px;
        padding: 0;
    }

    .product-detail .mySwiper2 {
        margin-bottom: 20px;
    }

    .product-detail .product-col-1 {
        width: 100%;
    }

    .product-detail .product-col-2 {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .contact-banner {
        padding: 50px 0;
    }

    .contact-now {
        margin: 50px 0;
    }
}

@media only screen and (max-width: 600px) {
    .contact-banner .banner-txt p {
        margin-top: 0;
    }

    .bottom-bar .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 20px 0;
    }

    section.bottom-bar .col {
        width: 100%;
        text-align: center;
    }

    section.bottom-bar .bottom-1,
    section.bottom-bar .bottom-3 {
        padding: 0;
    }

    section.bottom-bar .col p {
        margin: 3px 0;
    }
}


@media only screen and (max-width: 575px) {
    .manufacture h2 {
        font-size: 26px;
        line-height: 36px;
    }


    .manufacture {
        padding: 50px 0px;
    }

    .contact-now .third-img-box {
        width: 100%;
    }

    .name-sec .wpcf7-form-control-wrap {
        width: 100%;
    }

    .name-sec {
        flex-wrap: wrap;
    }

    .contact-banner .banner-txt,
    .contact-now .col.contact-info,
    .contact-now .third-img-box {
        padding: 0;
    }

    .contact-banner .banner-txt h3 {
        font-size: 34px;
    }

    .contact-info>p {
        font-size: 20px;
    }

    .category__right-side .col-6 {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {

    footer .footer-col.footer-1,
    footer .footer-col.footer-2,
    footer .footer-col.footer-3 {
        width: 100%;
        margin-right: 0;
    }

    footer .footer-col.footer-4 {
        width: 100%;
    }

    footer .footer-col.footer-2 h5.widgettitle {
        display: none;
    }

    footer ul {
        margin-left: 5px;
        margin-bottom: 15px;
    }

    .category__lines::before,
    .category__lines::after {
        display: none;
    }

    .common-content.border-bottom-pro {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .product-detail .product-col-2 .product-inner {
        max-width: 100%;
        padding: 0 15px;
    }

    .common-content.border-bottom-pro .pro-images {
        max-width: 60%;
        margin: auto;
    }
}

@media only screen and (max-width: 425px) {
    .con-info .phone-email a {
        font-size: 16px;
    }

    .con-info .phone-email img {
        max-width: 22px;
    }

    .con-info p {
        font-size: 18px;
        margin: 0 0 5px 0;
    }

    section.no-results.not-found h1.page-title {
        font-size: 40px;
        line-height: 44px;
        margin: 40px 0 0 0;
    }
}

@media only screen and (max-width: 375px) {

    section.error-404.not-found .page-content p {
        font-size: 18px;
    }

    .banner-slider h1,
    header.entry-header h1,
    .search-results header.page-header h1 {
        font-size: 36px;
        line-height: 46px;
    }
}


/** Murotek css **/

.main-navigation li {
    margin: 10px 15px;
}

.main-navigation li a {
    color: #fff;
    font-weight: 600;
}

.address>p{
    font-size: 20px;
    line-height: 28px;
}
.office-address p {
    font-size: 20px;
    line-height: 28px;
}
.office-address{
    display: flex;
    gap: 50px;
}



/* ============== Catalouge Page ============== */

.catalouge_section {
    margin: 80px 0px;
}

.catalouge_section .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.catalouge_heading h2 {
    font-family: "ASAP";
    font-size: 26px;
    line-height: 30px;
    color: #4d804c;
    background: #4f804e33;
    padding: 10px;
}

.catalouge_main {
    display: flex;
    /* align-items: center; */
    justify-content: normal;
    gap: 20px;
    flex-wrap: wrap;
}

.catalouge_main .catalouge_item {
    position: relative;
    width: 100%;
    max-width: calc((100% / 3) - 20px);
    padding: 10px 0px;
}

.catalouge_main .catalouge_item a {
    display: inline-block;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.catalouge_main .catalouge_item a p:hover {
    color: #1f3fe1e0;
}

.catalouge_main .catalouge_item a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    min-height: 270px;
    max-height: 270px;
}

.catalouge_main .catalouge_item a p {
    font-family: 'ASAP';
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin: 0px;
}

.catalouge_main .catalouge_item p {
    font-family: 'ASAP';
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin: 0px;
}

.catalouge_main .catalouge_item .video_item {
    width: 100%;
}

.catalouge_main .catalouge_item .video_item iframe {
    min-height: 200px;
    max-height: 200px;
    height: 100%;
    width: 100%;
}

.catalouge_main.tab-content {
    display: none;
}

.catalouge_main.tab-content.current {
    display: flex;
}

.catalouge_tab ul.tabs {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
}

.catalouge_tab ul.tabs li {
    width: 100%;
    font-family: 'ASAP';
    font-size: 17px;
    line-height: 28px;
    color: #4d804c;
    text-transform: uppercase;
    padding: 20px 28px;
    background-color: #4f804e33;
    font-weight: 700;
}

.catalouge_tab ul.tabs li.current {
    color: #000000;
    font-weight: 700;
    background-color: transparent;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    max-width: 80%;
    max-height: 100%;
    overflow: auto;
    width: 100%;
    height: 90%
}

.modal-content.has-image {
    width: 100%;
    height: auto;
}

.modal-content #modalContent {
    height: 100%;
}

.modal-content #modalContent.image {
    width: 100%;
    height: 100%;
}

.modal-content #modalContent.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal-content #modalContent.pdf {
    height: 100%;
    width: 100%;
}

.modal-content #modalContent.pdf embed {
    height: 100%;
    width: 100%;
}

.modal-content #modalContent iframe {
    height: 100%;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.catalouge_main .catalouge_item .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width : 1024px) {
    .catalouge_main .catalouge_item {
        max-width: calc((100% / 2) - 10px);
        width: 100%;
    }
}

@media (max-width : 768px) {
    .catalouge_tab ul.tabs {
        flex-direction: column;
    }
}

@media (max-width : 575px) {
    .catalouge_main .catalouge_item {
        max-width: 100%;
        width: 100%;
    }
    .office-address{
        flex-direction: column;
        gap: unset;
    }

    .catalouge_main .catalouge_item .video_item iframe {
        min-height: 245px;
        max-height: 245px;
        height: auto;
    }

    .category_items {
        flex-wrap: wrap !important;
    }
}



.col-12 {
    width: 100%;
}


.category_items {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
}