:root { --primary-color: #000; --primary-light: #595959; --secondary-color: #AD0000; --secondary-dark: #8b0101; --blue: #0c489c; --yellow: #ffc937; --green: #06a65e; --primary-font: 'Helvetica', sans-serif; }

/* Fonts */
@font-face { font-family: 'Helvetica'; font-style: normal; font-weight: 400; src: url(../webfonts/helvetica/helvetica.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Helvetica'; font-style: normal; font-weight: 700; src: url(../webfonts/helvetica/helvetica-bold.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--primary-font); color: #595959; font-size: 16px; }
.light { font-weight: 300 !important; }
.normal { font-weight: 400 !important; }
.medium { font-weight: 500 !important; }
.semi { font-weight: 600 !important; }
.bold { font-weight: 700 !important; }
.exbold { font-weight: 800 !important; }
.f-black { font-weight: 900 !important; }
.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-18 { font-size: 18px !important; }
.fs-20 { font-size: 20px !important; }
.fs-23 { font-size: 23px !important; }
.title-font { font-family: var(--title-font); }
.primary-font { font-family: var(--primary-font); }
.clear { clear: both; }
a:focus, .button:focus { text-decoration: none; outline: none; }
a.p-light { color: var(--primary-light) }
a { color: #000; text-decoration: none; }
a:hover, a.p-light:hover { color: var(--primary-color); }
a, button { color: var(--primary-color); outline: medium none; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; font-style: normal; font-weight: 400; text-transform: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.primary-color { color: var(--primary-color) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }
.border-primary-color { border-color: var(--primary-color) !important; }
.primary-light { color: var(--primary-light) !important; }
.bg-primary-light { background-color: var(--primary-light) !important; }
.border-primary-light { border-color: var(--primary-light) !important; }
.secondary-color, .text-red, .text-red a { color: var(--secondary-color) !important; }
.bg-secondary-color { background-color: var(--secondary-color) !important; }
.border-secondary-color { border-color: var(--secondary-color) !important; }
.secondary-dark { color: var(--secondary-dark) !important; }
.bg-secondary-dark { background-color: var(--secondary-dark) !important; }
.border-secondary-dark { border-color: var(--secondary-dark) !important; }
.bg-e4 { background: #E4EEF2 !important; }
.bg-e5 { background: #E5E5E5 !important }
.bg-c7 { background: #c7c7c7 !important; }
.bg-f0 { background: #f0f0f0 !important; }
.bg-f4 { background: #f4f4f4 !important; }
.bg-f8 { background: #f8f8f8 !important; }
.bg-d3 { background: #d3d3d3 !important; }
.blue { color: var(--blue) !important; }
.bg-blue { background-color: var(--blue) !important; }
.yellow { color: var(--yellow) !important; }
.bg-yellow { background-color: var(--yellow) !important; }
.green { color: var(--green) !important; }
.bg-green { background-color: var(--green) !important; }
.bg-none { background: none !important; }
.text-59 { color: #595959 !important; }
.swiper-button-next::after, .swiper-button-prev::after { display: none; }
.btn { background: var(--primary-color); color: #fff; -moz-user-select: none; cursor: pointer; display: inline-block; font-weight: bold; padding: 6px 20px; border-radius: 5px; border: 4px solid var(--primary-color); min-width: 200px; }
.btn-icon { display: inline-flex; align-items: center; justify-content: center; }
.btn .icon { width: 22px; height: 22px; background: #fff; display: flex; align-items: center; justify-content: center; color: var(--secondary-color); border-radius: 50%; font-size: 14px; margin-right: 10px; }
.btn.focus, .btn:focus, button:focus { outline: 0; box-shadow: none; }
.btn:hover { color: #fff; background: var(--secondary-dark); border-color: var(--secondary-dark); }
.btn-outline { color: var(--primary-color); background: transparent; border-color: var(--primary-color); }
.btn-outline:hover { background: transparent; color: var(--secondary-dark); border-color: var(--primary-color); }
.btn-blank { background: transparent; color: var(--primary-color); border: 0 }
.btn-blank:hover, .btn-blank:focus { color: var(--secondary-color); background: transparent; }
.btn-sm { padding: .25rem .5rem; font-size: .875rem; }
.lnk { color: var(--primary-color); font-weight: bold; vertical-align: middle; }
.lnk i { color: var(--secondary-color); vertical-align: middle; font-size: 120% }
.lnk:hover { color: var(--secondary-dark); }
.overlay { position: fixed; background: var(--primary-color); top: 0; left: 0; right: 0; bottom: 0; opacity: .4; z-index: 99; display: none; }
.cursor_pointer { cursor: pointer; }

/*.menushow .overlay { display: block; }*/
.pb-img { position: relative; }
.pb-img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }

/* Scrollbars */
.theme-scrollbar { overflow-x: hidden; overflow-y: auto; scrollbar-color: #B2B2B2 #EFEFEF; scrollbar-width: thin; }
.theme-x-scrollbar { overflow-x: auto; overflow-y: hidden; padding-right: 0; margin-right: 0; }
.theme-scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: none; background-color: #EFEFEF; }
.theme-scrollbar::-webkit-scrollbar { width: 4px; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar-thumb { background-color: #B2B2B2; border-radius: 5px; }
.br-0 { border-radius: 0px !important; }
.br-5 { border-radius: 5px !important; }
.br-8 { border-radius: 8px !important; }
.br-10 { border-radius: 10px !important; }
.br-15 { border-radius: 15px !important; }
.br-20 { border-radius: 20px !important; }
.br-25 { border-radius: 25px !important; }
.br-30 { border-radius: 30px !important; }
.alert { padding: 10px 0; font-size: 18px; margin: 0 }
.alert-dismissible .btn-close { padding: 0 1rem; height: 100%; color: #fff; background: none !important; opacity: 1; }

/* BACK TO TOP */
#scrollUp { background: var(--primary-color); height: 50px; width: 50px; right: 31px; bottom: 0px; color: #fff; font-size: 20px; text-align: center; border-radius: 50%; line-height: 48px; border: 2px solid transparent; position: fixed; visibility: hidden; opacity: 0; cursor: pointer; z-index: 999; }
#scrollUp.active { bottom: 30px; visibility: visible; opacity: 1; }
@media (max-width:767px) {
    #scrollUp { right: 16px; }
    #scrollUp { width: 40px; height: 40px; line-height: 38px; }
}
#scrollUp:hover { color: #fff; background: var(--secondary-dark); }
.g-2rem { --bs-gutter-x: 2rem; --bs-gutter-y: 2rem; }
.gx-2rem { --bs-gutter-x: 2rem; }
.gy-2rem { --bs-gutter-y: 2rem; }
.g-2-5rem { --bs-gutter-x: 2.5rem; --bs-gutter-y: 2.5rem; }
.br-0 { border-radius: 0 !important; }
.img-thumbnail { padding: .5rem; }
.modal-fullscreen-xl { padding-right: 0 !important; }
.modal-fullscreen-xl .modal-dialog { max-width: 100%; margin: 0; padding-right: 0 !important; background: #fff; border-radius: 0; }
.search-box-form-popup .form-control { border: 0; font-size: 24px; border-bottom: 2px solid #d1d1d1; }

/* Share */
.share-section { position: relative; z-index: 10; }
.share-btn.social-share { position: relative; display: inline-block; cursor: pointer; }
.social-box { background: #fff; border: 1px solid #eee; padding: 1.5em; margin-bottom: 26px; display: block; width: auto; position: absolute; top: 25px; left: 0px; }
.share-job ul { display: flex; margin: 0; padding: 0; }
.share-job ul li { list-style: none; margin: 0; }
.share-job ul li a { border-radius: 50%; width: 32px; height: 32px; background: #eee; display: flex; align-items: center; justify-content: center; text-align: center; margin: 0; text-decoration: none; padding: 0; margin-right: 12px; font-size: 1.2rem !important; color: #484848; transition: 0.6s; }
.share-job ul li a:hover { color: #fff; background: var(--primary-light); }

/* Header



------------------- */
header { position: relative; left: 0; right: 0; z-index: 999; padding: 10px 0; }

/*.sticky-bar { left: 0; padding: 10px 0; margin: auto; position: fixed; top: 0; width: 100%; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; background: #fff; }*/
header .navbar { position: unset; }
.sticky-bar .navbar-brand img { height: 30px; }
.main-menu { color: var(--primary-color); width: 100% }
.main-menu ul.navbar-nav { position: relative; }
.main-menu .navbar-nav > .nav-item { padding: 0 20px; }
.main-menu .navbar-nav > .nav-item > a, .contact-menu li a { color: var(--primary-light); font-weight: 700; font-size: 16px; padding: 15px 0px; position: relative; }
.main-menu .navbar-nav > .nav-item.secondary-color > a { color: var(--secondary-color); }
.main-menu .navbar-nav > .nav-item > a:hover, .contact-menu li a:hover, .contact-menu li a:focus, .main-menu .navbar-nav > .current-menu-parent > a { color: var(--primary-color); }
.mega-drop { position: unset; }
.dropdown-menu.mega-menu { right: 0; left: auto; }
.megamenu-ttl { font-size: 14px; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 2px solid #fff }
.mega-menu-item ul.menu { padding: 0; }
header .dropdown-menu { border: 0; border-radius: 0; padding: 20px; background: var(--primary-color); color: #fff; }
header .dropdown-menu li { padding: 0px 0 10px; display: block; }
header .dropdown-menu li:last-child { padding: 0; }
header .dropdown-menu li a { font-size: 14px; color: #fff; padding: 0px; display: block; }
header .dropdown-menu li a:hover, header .dropdown-menu li.active a { color: var(--secondary-color); }
.dropdown-toggle::after { content: "\f078"; font-family: "Font Awesome 5 Pro"; font-weight: 700; margin-left: 5px; border: 0 !important; vertical-align: middle; font-size: 12px; color: var(--primary-color); transform: rotate(0deg); transition: transform 0.4s; }
.dropdown .dropdown-toggle.show::after { color: var(--primary-color); transform: rotate(180deg); transition: transform 0.4s; }
.dropdown-menu[data-bs-popper] { margin-top: 0 !important }
@media (min-width:1024px) {
    .logo-bar { border-bottom: 1px solid rgba(33, 33, 33, 0.35); padding-bottom: 10px; }
    header .dropdown .dropdown-toggle.show::after { transform: none; }
    .navbar-nav .dropdown-menu { position: absolute; display: block; transform: scaleY(0); transform-origin: 0 0; transition: transform 0.4s; left: 0; top: 100%; padding: 20px; min-width: 240px; }
    .navbar-nav .dropdown:hover > .dropdown-menu { display: block; transform: scaleY(1); transition: transform 0.4s; }
    header .dropdown-toggle::after { display: none; }
    .mega-drop .dropdown-menu { width: 600px; }
    .navbar-nav .dropdown-toggle::after { content: "\f0d8"; font-family: "Font Awesome 5 Pro"; font-weight: 700; border: 0 !important; font-size: 20px; color: #fff; transform: rotate(0deg); transition: transform 0.4s; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; line-height: .4; width: 13px; display: none; color: var(--primary-color); }
    .navbar-nav .dropdown:hover .dropdown-toggle::after { display: block; }
    .dropdown-menu.sub-menu { left: 50%; margin-left: -100px; width: 200px; min-width: 100%; }
}

/* Footer



------------------- */
footer { padding: 50px 0 0; font-size: 14px; background: #fff; font-size: 14px; color: var(--primary-light); position: relative; z-index: 2; overflow: hidden; }
.footer-tittle h4 { font-size: 14px; margin-bottom: 10px; font-weight: bold; text-transform: uppercase; color: var(--primary-color); letter-spacing: 0.6px; }
.footer-tittle ul { list-style: none; padding-left: 0; margin-bottom: 40px; }
.footer-tittle ul li { padding: 3px 0px; }
.footer-tittle ul li a { color: var(--primary-color); line-height: normal; padding: 0; transition: color 0.4s; }
.footer-tittle ul li a:hover { color: var(--secondary-color); transition: color 0.4s; }
.footer-bottom-area { padding: 20px 0; text-transform: uppercase; background: var(--primary-color); color: #fff; }
.footer-bottom-area ul { list-style: none; padding: 0 }
.footer-bottom-area ul li { padding: 0 15px; }
.footer-bottom-area ul li:last-child { padding-right: 0; }
.footer-bottom-area a { color: #fff; }
.footer-bottom-area a:hover { color: var(--secondary-color); }
.social-icon ul { list-style: none; padding: 0; margin-bottom: 0; display: flex; align-items: center; justify-content: end }
.social-icon ul li a { font-size: 16px; margin-left: 15px; color: #fff; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 100%; background: #595959 }
.social-icon ul li a:hover { background: var(--primary-color); color: #fff; }
.colored-icon ul li a { background: var(--primary-color); color: #fff; }

/* HOME PAGE



------------------ */
.section-title { }
.section-title h1 { font-size: 56px; color: var(--primary-color); font-weight: bold; }
.section-title h2, .text-pages h2 { font-size: 46px; color: var(--primary-color); font-weight: bold; }
.section-title h3, .text-pages h3 { font-size: 28px; color: var(--primary-color); font-weight: bold; }
.section-title h4, .text-pages h4 { font-size: 22px; color: var(--primary-color); font-weight: bold; }
.section-title h5, .text-pages h5 { font-size: 20px; color: var(--primary-color); font-weight: bold; }
.section-title h6, .text-pages h6 { font-size: 18px; color: var(--primary-color); font-weight: bold; }
.banner-title h1 { font-size: 54px; color: var(--primary-color); font-weight: bold; }
.section-title p { font-size: 18px; }
.ls-1 { letter-spacing: 1px }
.ls-2 { letter-spacing: 2px }
.ls-3 { letter-spacing: 3px }
.ls-4 { letter-spacing: 4px }
.ls-5 { letter-spacing: 5px }
.desc-lg { font-size: 18px; }
.desc-md { font-size: 16px; }
.desc-sm { font-size: 16px }
.desc-lg ul { padding-left: 1rem }
.desc-lg ul li { padding: 3px 0 3px 5px }
.line { width: 30px; height: 4px; background: #dddfe0; }
.text-pages a { color: var(--secondary-color); text-decoration: underline; }
.text-pages ol { padding-left: 35px; }
.text-pages ol ol, .text-pages ol ul, .text-pages ul ol, .text-pages ul ul { margin-bottom: 15px; }
.text-pages ol ul { list-style-type: disc; }
.text-pages ol > li::before, .text-pages ol > li > ol > li::before { font-size: 28px; font-weight: bold; color: var(--primary-color); }
.text-pages ol > li > ol > li::before { font-size: 22px; }
.text-pages ol { counter-reset: item }
.text-pages ol > li { list-style: none; position: relative; }
.text-pages ol > li:before { content: counters(item, ".") ". "; counter-increment: item; position: absolute; left: -40px; top: -5px; }
.text-pages ol ol { padding-left: 40px; }
.text-pages ol > li > ol > li:before { left: -40px; top: -3px; }

/* BANNER */
.banner-home { background-position: right; background-repeat: no-repeat; }
.banner-content { height: 270px; }

/* PRODUCTS */
.built-sect, .eng-sect { background-repeat: no-repeat; background-position: left bottom; }
.product-block { display: block; background: #f4f4f4; border-radius: 30px; padding: 20px; margin-bottom: 3rem; height: calc(100% - 4rem); }
.product-block:hover { background: var(--primary-color); transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.product-block:hover * { color: #fff }
.product-block .btn-find { opacity: 0; margin: 5px 0 }
.product-block:hover .btn-find { opacity: 1 }
.product-img { position: relative; padding-bottom: 120px; margin-bottom: -4rem; }
.product-img img { object-fit: contain; }
.brands-block { padding: 30px; }
.brands-row [class*="col-"] { border-right: 1px solid #ccc; }
.brands-row [class*="col-"]:last-child { border: 0 }
.brands-img-block { position: relative; }
.brands-img-block:before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 20%; background: linear-gradient(to right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0)); z-index: 1; }
.column-2 { columns: 2; column-gap: 2rem; }
.list-icon { position: relative; text-transform: uppercase; font-weight: bold; color: var(--primary-color); font-size: 14px; }
.list-icon li { position: relative; padding: 15px 0px 15px 50px; border-bottom: 1px solid #ccc }
.list-icon li:before { content: "\f32b"; position: absolute; top: 50%; transform: translateY(-50%); left: 15px; font-family: "Font Awesome 5 Pro"; color: var(--secondary-color); font-size: 20px }
.list-icon-red li:before { color: var(--secondary-color); }
.list-icon-yellow li:before { color: var(--yellow); }
.list-icon-blue li:before { color: var(--blue); }
.list-icon-green li:before { color: var(--green); }
.list-icon-xs li { padding: 5px 0 5px 25px; border: 0; color: #595959; font-size: 20px; text-transform: none; font-weight: 400; }
.list-icon-xs li:before { font-size: 18px; left: 0; font-weight: bold }

/* NEWS */
.news-sect { position: relative; z-index: 1; }
.news-sect:after { content: ""; background: #f7fafd; position: absolute; top: 0; left: 0; right: 0; z-index: -1; height: 80%; }
.news-block { background: #f4f4f4; border-radius: 30px; overflow: hidden; display: block; transition: ease 0.4s }
.news-block:hover { box-shadow: 0 10px 15px rgba(0, 0, 0, .1); transition: ease 0.4s }
.news-desc { padding: 25px; padding-bottom: 15px; }
.news-block .tag { font-size: 16px; }
.news-img { position: relative; padding-bottom: 200px; box-shadow: 0 13px 26px rgba(0, 0, 0, .08); border-radius: 30px; overflow: hidden; }
.news-img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }
.tag { color: var(--secondary-color); text-transform: uppercase; letter-spacing: 2px; font-size: 20px; }
.news-excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; min-height: 70px; overflow: hidden; text-overflow: ellipsis; -ms-text-overflow: ellipsis; margin: 0 0 20px; }
.similar-sect .news-img { padding-bottom: 250px; }
.press-block > .row { border-bottom: 1px solid var(--primary-color); margin: 0 0 .5rem; padding: 0 0 2rem; }
.badge { background: #D3D3D3; color: #595959; border-radius: 8px; font-size: 16px; padding: .25rem .5rem; margin-right: 5px; }
.single-blog-img img {border-radius: 20px !important}
/* MARKET WE SERVE



------------------------ */
.inner-banner { background: #D3D3D3; color: #000 }
.inner-img { position: relative; text-align: center; }
.inner-img .pp { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; text-align: center; font-size: 36px; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; }
.bg { background-repeat: no-repeat; background-position: right bottom; }
.bg.left-bottom { background-position: left bottom; }
.bg.left-top { background-position: left top; }
.bg.right-top { background-position: right top; }
.cover { background-size: cover; }
.quote-block { display: flex; align-items: center; }
.tt-none { text-transform: none !important; }
.top-block { border-bottom: 1px solid var(--primary-color); padding: 40px 0; }

/* PRODUCT CATEGORY



------------------------ */
.banner-product { color: #000000 }
.product-cat { background: #f4f4f4; position: relative; display: block; border-radius: 25px 25px 0 0; padding: 30px; border-bottom: 8px solid var(--green); margin-top: 4rem; }
.product-cat.h-100 { height: calc(100% - 3rem) !important; }
.border-green .product-cat { border-color: var(--green); }
.border-yellow .product-cat { border-color: var(--yellow); }
.border-red .product-cat { border-color: var(--secondary-color); }
.border-blue .product-cat { border-color: var(--blue); }
.product-cat-img { padding-top: 150px; width: 80%; margin-left: auto; margin-top: -5rem; margin-bottom: 1rem; }
.product-cat-img img { object-fit: contain; object-position: right; }
.filters .dropdown-toggle { display: flex; align-items: center; justify-content: space-between; background-color: #f4f4f4; border: 0; padding: 10px 20px; border-radius: 5px; font-size: 18px; }
.filters .dropdown-toggle::after { font-weight: bold; color: var(--secondary-color); font-size: 16px; }
.filters .dropdown .dropdown-toggle.show::after { color: var(--secondary-color); }
.filters .dropdown-menu { padding: 10px; min-width: 100%; border: 1px solid #595959; background: #fff; box-shadow: none; border-radius: 10px; }
.filters .dropdown-menu ul li { padding: 5px 0; border-bottom: 1px solid #ddd; }
.filters .dropdown-menu ul li:last-child { border: 0 }
.filters .dropdown-menu ul li .dropdown-item:focus, .filters .dropdown-menu ul li .dropdown-item:hover, .filters .dropdown-menu ul li .dropdown-item.active { color: #fff; background-color: #595959; }
.filters .dropdown-item { color: #595959 }
.tax-product_cat .filters .dropdown-menu { padding: 30px; min-width: 100%; border: 0px solid #595959; background: #fff; border-radius: 0 0 10px 10px; box-shadow: 0px 3px 26px #00000029; }
.tax-product_cat .filters .dropdown-menu ul li { border: 0 }
.form-check-input { border-width: 2px; }
.form-check-label { margin-bottom: 0 }
.form-check-input:checked[type="checkbox"] { background-color: var(--primary-color); border-color: var(--primary-color); }
.form-check-input:focus { box-shadow: none; }
.pagination ul { display: flex; padding-left: 0; list-style: none; justify-content: center; width: 100%; }
.pagination li>.page-numbers { color: #777; border-color: var(--primary-color); border-width: 1px 0; border-style: solid; background: #fff !important; padding: .375rem .9rem; position: relative; display: block; }
.pagination li:not(:first-child) .page-numbers { margin-left: -1px; }
.pagination li:first-child .page-numbers { border-top-left-radius: .25rem; border-bottom-left-radius: .25rem; }
.pagination li:last-child .page-numbers { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; }
.pagination li:first-child .page-numbers, .pagination li:last-child .page-numbers { border-width: 1px }
.pagination li:last-child .page-numbers { border-left: 0 }
.pagination li .current { color: var(--primary-color); background: #fff; font-weight: bold; }
.page-link:focus { box-shadow: none; }
.pagination li .next.page-numbers, .pagination li .prev.page-numbers { color: var(--secondary-color); }
label { color: var(--primary-color); margin-bottom: 5px; }
.form-control { border: 2px solid #6c757d; height: 42px; border-radius: 5px; }
.form-control:focus { border-color: var(--blue); box-shadow: none; }
.subscribe-sect { background-position: right; background-repeat: no-repeat; background-size: cover; }
.subscribe-sect .section-title { border-bottom: 5px solid var(--secondary-color); }
.subscribe-sect .btn { min-width: 100%; }
#modal .subscribe-sect .btn { min-width: initial; max-width: 250px; }
.wpcf7-form p { margin-bottom: 0 }
.wpcf7-spinner { position: absolute; display: none; }
.wpcf7 form .wpcf7-response-output { margin: 0px; }
.arrow-btn { position: relative; }
.arrow-btn:before { content: "\f061"; width: 22px; height: 22px; background: #fff; display: flex; align-items: center; justify-content: center; color: var(--secondary-color); border-radius: 50%; font-size: 14px; margin-right: 10px; font-family: "Font Awesome 5 Pro"; font-weight: 900; position: absolute; top: 10px; left: 15px; }
#modal .arrow-btn { max-width: 250px; position: relative; margin-left: auto; }
.bredcrumbs { font-size: 14px; }
.bredcrumbs .px-3 { padding: 0 .5rem !important }
.woocommerce .woocommerce-breadcrumb { margin: 0; color: #595959; font-size: 14px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--primary-color); font-weight: bold; }

/* PRODUCT SINGLE



------------------------ */
.pp-image img { opacity: .1 }
.pp-image .active img { opacity: 1 }
.product-sublinks > a { background: #D3D3D3; color: #595959; padding: 10px 15px; font-weight: bold; border-radius: 5px; margin: 0 8px 12px 0; font-size: 18px; display: inline-block; }
.mw-auto { min-width: auto; }
.pp-details-block.bb-block > a { margin-right: 10px; }
.pp-details-block.bb-block > a:last-child { margin-right: 0px; }
.list-check li { background: #F4F4F4; border-radius: 5px; border: 0; padding: 6px 15px 6px 45px; text-transform: none; font-weight: normal; color: #595959; font-size: 16px; margin: 0 0 5px; }
.list-check li::before { content: "\f00c"; font-size: 16px; top: 6px; transform: none; font-weight: bold; }
.table { color: #595959; }
.tr-table { font-size: 18px; border-radius: 20px; border-radius: 30px; box-shadow: inset 0 0 0 1px #dee2e6; overflow: hidden; color: #595959; }
.tr-table tr * { padding: 7px 30px; }
.tr-table tr th { background: #F4F4F4; color: var(--primary-color); width: 20%; position: sticky; top: 0; left: 0; }
.tr-table tr td { font-size: 15px; }
.tr-table2 { font-size: 16px; }
.tr-table2 tr * { padding: 12px; text-align: center; }
.tr-table2 tr th { text-align: left; }

/* ABOUT



------------------------ */
.about-sect { background-position: 0 350px; background-repeat: no-repeat; }
.fs-normal li { font-size: 16px; }
.pad-xl li { padding: 18px 0 18px 35px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
.link-bottom { padding-bottom: 80px; position: relative; }
.link-bottom .lnk { position: absolute; bottom: 30px; }

/* HISTORY PAGE



---------------------------- */
.timeline { position: relative; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; width: 1px; background: #707070; top: 0; bottom: 0; left: 50%; margin-left: 0px; z-index: -1; }
.history-block { padding: 0px 80px 0px 0; position: relative; width: 50%; margin: 50px 0; display: block; }
.history-block.left { left: 0; }
.history-block.right { left: 50%; padding: 0px 0px 0px 80px; }
.timeline-icon { position: absolute; right: -16px; top: 50%; transform: translateY(-50%); text-align: center; font-size: 32px; z-index: 2; color: var(--primary-color) }
.history-block:hover .timeline-icon { color: var(--primary-color); }
.history-block.right .timeline-icon { right: auto; left: -16px; }
.timeline-icon span { position: absolute; font-size: 20px; font-weight: bold; top: 50%; transform: translateY(-50%); left: 60px; color: var(--primary-color) !important; }
.history-block.right .timeline-icon span { left: auto; right: 60px; }
.history-block .content { padding: 30px 50px; position: relative; background-color: #FAFAFA; border-radius: 30px; transition: ease 0.4s }
.history-block .content:hover { box-shadow: inset 0 0 0 6px var(--primary-color); background: #fff; transition: ease 0.4s }
.history-block .content p:last-child { margin-bottom: 0; }

/* COLOR TYPED */
.green-block .section-title * { color: var(--green); }
.green-block .content:hover { box-shadow: inset 0 0 0 6px var(--green); }
.green-block:hover .timeline-icon { color: var(--green); }
.yellow-block .section-title * { color: var(--yellow); }
.yellow-block .content:hover { box-shadow: inset 0 0 0 6px var(--yellow); }
.yellow-block:hover .timeline-icon { color: var(--yellow); }
.blue-block .section-title * { color: var(--blue); }
.blue-block .content:hover { box-shadow: inset 0 0 0 6px var(--blue); }
.blue-block:hover .timeline-icon { color: var(--blue); }
.red-block .section-title * { color: var(--secondary-color); }
.red-block .content:hover { box-shadow: inset 0 0 0 6px var(--secondary-color); }
.red-block:hover .timeline-icon { color: var(--secondary-color); }
@media screen and (max-width:767px) {
    .timeline::before { left: 25px; display: none; }
    .history-block, .history-block.right { width: 100%; left: 0 !important; font-weight: normal; margin: 30px 0 0; }
    .history-block .content { padding: 20px; border-radius: 20px; }
    .timeline-icon, .history-block.right .timeline-icon { right: 30px; left: auto; font-size: 12px; }
    .timeline-icon span, .history-block.right .timeline-icon span { left: 20px; line-height: normal; font-size: 16px; right: auto; }
    .timeline-icon span { position: relative; }
    .history-block.right .timeline-icon { right: auto; left: 0; display: flex; flex-direction: row-reverse; align-items: center; width: 80px; justify-content: space-between; }
    .history-block.right .timeline-icon span { left: 0; transform: none; }
}

/* FAQs



------------------------ */
.faq-filters ul { list-style: none; display: flex; align-items: center; justify-content: space-between; font-weight: bold; padding: 0; }
.faq-filters ul li { flex: 1 0 0; padding: 0 10px; }
.faq-filters ul li a { color: var(--primary-color); background: #D3D3D3; border-radius: 5px; padding: 10px; text-align: center; display: block; }
.faq-filters ul li a.active { background: #595959; color: #fff; }
.accordion-item { border: 0; background: #F0F0F0; border-radius: 0 0 7px 7px; margin-bottom: 15px; color: var(--primary-color); }
.accordion-button { background: #fff; font-size: 18px; font-weight: bold; color: var(--primary-color); border: 1px solid #707070; border-radius: 7px !important; }
.accordion-button:not(.collapsed) { background: #fff; border-color: #707070; color: var(--primary-color); }
.accordion-button:focus { box-shadow: none; border-color: var(--primary-color); }
.accordion-body { padding: 1rem 1.25rem; width: 80%; margin: 0 auto; }
.accordion-button::after { content: "\f078"; background-image: none !important; font-family: "Font Awesome 5 Pro"; color: var(--secondary-color); text-align: center; transition: transform .2s ease-in-out; }

/*  EVENTS



------------------------ */
.event-sect { border-bottom: 1px solid var(--primary-color); padding: 30px 0; }
.event-block { display: flex; }
.event-date { width: 80px; background: var(--secondary-color); color: #fff; text-align: center; font-size: 18px; font-weight: bold; border-radius: 6px; height: 80px; display: flex; align-items: center; justify-content: center; flex-direction: column; margin-right: 20px; }
.e-date { font-size: 26px; }
.event-details { width: calc(100% - 100px); }
.login-sect { min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.links { color: #595959; }
.links:hover { color: var(--secondary-color); }
.con-block { height: 100% }
.login-form .filters .dropdown-toggle { background-color: #fff; border: 2px solid #6c757d; height: 42px; border-radius: 5px; font-size: 16px }
.wpcf7-select { width: 100%; }
.form-select { background-image: url("data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!%3e%3cpath fill=!string!stroke=!string!stroke-linecap=!string!stroke-linejoin=!string!stroke-width=!string!d=!string!/%3e%3c/svg%3e"); }
hr[size='http://www.w3.org/2000/svg'] { height: 2px; }

.performance.table-bordered>:not(caption)>*{border-width:0px}
.performance.table-bordered>:not(caption)>*>* { border-width: 0px; }

/* Brands



------------------------ */
.brands-sect img {
    cursor: pointer;
}

/* MEDIA


------------------------ */
@media (min-width:768px) {
    .w-md-100 { width: 100% !important; }
}
@media (max-width:1200px) and (min-width:1024px) {
    body { font-size: 14px; }
    .container { max-width: 100%; }
}
@media (min-width:1200px) {
    .container { max-width: 100%; }
    .accordion-button { padding: 1rem 3rem }
    .top-img { padding-right: 9rem; }

    .modal-dialog { max-width: 900px !important; }
}
@media (min-width:1400px) {
    .container { max-width: 1250px; }
    .news-block { margin: 0 0 15px; height: calc(100% - 15px); }
    .news-block .section-title > * { line-height: 1.5; }
    .section-title h1 { font-size: 60px; }
    .section-title h2 { font-size: 50px; }
    .section-title h3 { font-size: 30px; }
    .section-title h4 { font-size: 22px; }
    .banner-title h1 { font-size: 60px; }
    .section-title p, .welcome-p, .desc-lg { font-size: 20px; }
    .desc-md { font-size: 18px; }
}
@media (min-width:1700px) {
    .we-sect, .banner-home { max-width: 1600px; margin: 0 auto; }
}
@media (max-width:1200px) { }
@media (max-width:1024px) {
    html, body { overflow-x: hidden; font-size: 14px; }
    .container { max-width: 100%; }
    .section-title h1 { font-size: 38px; }
    .section-title h2 { font-size: 28px; }
    .section-title h3 { font-size: 22px; }
    .section-title h4 { font-size: 18px; }
    .banner-title h1 { font-size: 38px; }
    .inner-img .pp { font-size: 26px; }
    .section-title p, .welcome-p { font-size: 14px; }
    .section-title br { display: none; }
    .desc-lg { font-size: 16px }
    .desc-md { font-size: 15px; }
    .desc-sm { font-size: 14px }
    header .btn { font-size: 12px; padding: 7px 15px; }
}
@media (min-width:768px) and (max-width:1024px) { }
@media (max-width:992px) {
    html, body { overflow-x: hidden; font-size: 14px; }
    .menushow { overflow: hidden; }
    header .logo-bar { position: unset; padding: 15px 0; }
    header { padding: 10px 0; position: relative !important; animation: none; }
    .navbar-toggler { display: flex; border-radius: 0; }
    .mobile-toggle { width: 35px; height: 35px; margin: 0; cursor: pointer; z-index: 999; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; }
    .mobile-toggle.show { background: transparent; }
    .mobile-toggle div { width: 30px; height: 4px; background: var(--primary-color); margin: 3px 0; transition: all 0.3s; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
    .mobile-toggle.show .one { transform: rotate(45deg) translate(7px, 7px); }
    .mobile-toggle.show .two { opacity: 0; }
    .mobile-toggle.show .three { transform: rotate(-45deg) translate(6px, -7px); }
    .main-menu { color: var(--primary-color); background: #f7f9fc; z-index: 999; top: 100%; left: 0px; right: 0px; bottom: 0; height: calc(100vh - 180px); position: absolute; display: block; width: auto; overflow-y: auto; }
    .main-menu.show { transform: translateX(0%); }
    .main-menu ul.navbar-nav { margin: 0; flex-direction: column; align-items: flex-start !important; width: 100%; padding: 10px; }
    .main-menu .navbar-nav > .nav-item { padding: 0 10px; }
    .main-menu ul.navbar-nav > li { display: block; width: 100%; }
    header .main-menu .navbar-nav > li > a { font-size: 14px; padding: 12px 0px !important; display: inline-block; }
    header .navbar-nav > .nav-item a:hover, header .navbar-nav > .nav-item a.active { background: transparent; color: var(--secondary-color); }
    .dropdown-toggle.show::after { color: var(--primary-color); transform: rotate(180deg); transition: transform 0.4s; }
    header .navbar-nav .dropdown { position: relative; }
    header .dropdown-toggle::after { color: var(--secondary-color); content: "\f078"; font-size: 16px; }
    header .navbar-nav .dropdown-menu { box-shadow: none; padding: 15px; background: transparent; color: #595959 }
    header .navbar-nav .dropdown-toggle.show { color: var(--primary-light); }
    header .dropdown-menu li { padding: 0 0 10px; }
    header .dropdown-menu li a { color: #595959; }
    .megamenu-ttl { font-size: 14px; margin: 0 0 10px !important; border-color: #595959; display: inline-block; padding-right: 10px; }
    header ul > li > a { line-height: normal; }
    .navbar-brand img { height: 40px; }
    .contact-menu { border-bottom: 1px solid rgba(33, 33, 33, 0.35); padding: 10px 0; }
    .contact-menu .navbar-nav .nav-link { padding: 0 15px; }
    .contact-menu .navbar-nav .nav-link:last-child { padding-right: 0 }
    .mega-menu-item ul.menu { margin-bottom: 20px; }
}
@media (max-width:767px) {
    .container { max-width: 100%; padding-right: 15px; padding-left: 15px; }
    .alert { padding: 8px 0; font-size: 12px; }
    .x-slide { flex-wrap: nowrap; overflow: auto; margin-right: -15px; }
    .mobile-hide { display: none; }
    .flex-reverse-mob { flex-direction: column-reverse; }
    .footer-tittle ul { margin-bottom: 0 }
    .footer-tittle h4 { position: relative; }
    .footer-tittle.no-arrow h4::after { display: none; }
    .footer-tittle h4::after { position: absolute; top: 0px; right: 10px; font-size: 18px; font-family: "Font Awesome 5 Pro"; font-weight: 700; transition: transform 0.3s; color: var(--secondary-color); content: "\f078"; font-size: 16px; }
    .footer-tittle.active h4::after { transition: transform 0.3s; transform: rotate(180deg) }
    .social-icon ul li a { margin: 0; margin-right: 10px; }
    .banner-home { background-size: contain; background-position: right bottom; }
    .product-block .btn-find { opacity: 1 }
    .top-block { padding: 15px 0; }
    .top-img { margin-bottom: 20px; }
    .list-icon-xs li, .list-icon-xs li::before { font-size: 16px; }
    .list-check li, .product-sublinks > a { font-size: 14px; }
    .pad-xl li { padding: 10px 0 10px 30px; }
    .filters .dropdown-toggle { font-size: 14px; padding: 10px 15px; }
    .filters .dropdown-toggle::after { font-size: 12px; }
    .accordion-button { font-size: 14px; }
    .accordion-body { width: 100% }
    .faq-filters ul { overflow-x: auto; margin-right: -15px; }
    .faq-filters ul li { padding: 0 4px; white-space: nowrap; font-size: 12px; }
    .we-sect, .built-sect, .eng-sect, .about-sect { background: none !important }
    .tr-table { font-size: 14px; border-radius: 15px; }
    .tr-table tr * { padding: 5px 10px; }
    .pp-details-block.bb-block {  display: flex;  flex-direction: column;  align-items: flex-start;}
    .pp-details-block.bb-block > a {  margin: 5px 0; min-width: 200px;}
    .event-block {align-items: center;}
    .event-date { font-size: 12px; width: 55px; height: 55px; margin-right: 10px; }
    .e-date { font-size: 18px; }
    .event-details { width: calc(100% - 65px); }
    .btn-filters ul { overflow: hidden; margin: 0; }
    .brands-row [class*="col-"] {border: 0; border-bottom: 2px solid #ccc;}
    .brands-block { padding-left: 0; padding-right: 0; }
    .brands-block img { margin-left: auto; margin-right: auto;  display: block;margin-bottom: 10px !important;}
    .link-bottom {  padding-bottom: 60px;}
    .link-bottom .lnk {bottom: 20px}
    .cta-sect .arrow-btn { width: 180px }
    .nowrap { white-space: nowrap; }
    .bredcrumbs { display: none; }
    .w-mob-100 { width: 100% !important }
    .form-control { height: 40px; }
    .single-blog-img {margin: 0 -15px;border-radius: 0 !important}
    .single-blog-img img {border-radius: 0 !important}
    .product-img {padding-bottom: 170px;}
    .product-image {display: none;}
    .product-image.active {display: block;}
    .banner-content { height: auto; }
    .tr-table table { width: 900px; }
}
@media (max-width:480px) {
    .column-2 { columns: 1 }
    .btn-block .btn { margin: 5px 0; }
    .bredcrumbs .px-3 { padding: 0 .4rem !important }
}
