:root {
    --primary: #12335b;
}

html, body { padding: 0; margin: 0; overflow-x: hidden; }

html { scroll-behavior: smooth; }

h1 { font-family: 'Blinker', sans-serif; font-size: 60px; font-weight: 200; margin: 0; line-height: 1.1; }

h2 { font-family: 'Blinker', sans-serif; font-size: 45px; font-weight: 200; margin: 0; line-height: 1.1; }

h3 { font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 400; margin: 0; line-height: 1.2; }

h4 { font-family: 'Noto Sans', sans-serif; font-size: 22px; font-weight: 100; margin: 0; line-height: 1.1; }

p, a, li, label, input, select, span, button { line-height: 1.5; margin: 0; font-family: 'Noto Sans', sans-serif; font-size: 16px; font-weight: 400; }

a { text-decoration: none; }

a, button { transition: all 0.6s; }

img, iframe, textarea, figure { display: block; }

li { list-style: none; }

ul { margin: 0; padding: 0; }

.container { max-width: 1200px; width: 80%; margin: auto; }

.d-flex { display: flex; }

.flex-wrap { flex-wrap: wrap; }

.align-items-center { align-items: center; }

.align-items-stretch { align-items: stretch; }

.justify-content-center { justify-content: center; }

.justify-content-between { justify-content: space-between; }

.justify-content-around { justify-content: space-around; }

.flex-start { align-items: flex-start; }

.flex-end { justify-content: flex-end; }

.color-primary { color: var(--primary); }

.color-white { color: #fff; }

.text-center { text-align: center; }

.text-normal { text-transform: none; }

.text-uppercase { text-transform: uppercase; }

.inherit { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }

.thin { font-weight: 100; }

.extralight { font-weight: 200; }

.light { font-weight: 300; }

.regular { font-weight: 400; }

.medium { font-weight: 500; }

.semibold { font-weight: 600; }

.bold { font-weight: 700; }

.italic { font-style: italic; }

.normal { font-style: normal; }

.notosans-font { font-family: 'Noto Sans', sans-serif; }

.big-h2 { font-size: 60px; }

.d-block { display: block; }

.btn-primary { display: table; border: 0; cursor: pointer; background: #000; color: #fff; font-size: 16px; font-family: 'Noto Sans', sans-serif; font-weight: 400; padding: 6px 25px; border-radius: 20px; }

.btn-secondary { display: table; border: 0; cursor: pointer; background: var(--primary); color: #fff; font-size: 16px; font-family: 'Noto Sans', sans-serif; font-weight: 400; padding: 6px 25px; border-radius: 20px; }

.relative { position: relative; }

.whatsapp-custom { transition: all 0.6s; position: fixed; width: 60px; line-height: 60px; height: 60px; bottom: 65px; right: 40px; background-color: #25d366; border-radius: 50px; text-align: center; font-size: 30px; z-index: 9999; color: #fff; }

.whatsapp-custom:hover { background: #128c7e; }

.swal2-container.swal2-shown { z-index: 9999; }

.swal2-popup #swal2-content { font-family: 'Noto Sans', sans-serif !important; font-weight: 400 !important; }

.swal2-popup .swal2-styled.swal2-confirm { display: table; border: 0; cursor: pointer; background: var(--primary) !important; min-width: 140px; font-size: 16px; font-family: 'Noto Sans', sans-serif; font-weight: 400; padding: 6px 25px; border-radius: 20px !important; }

.swal2-popup .swal2-styled.swal2-confirm:hover { background: #000 !important; }

.swal2-popup .swal2-styled.swal2-confirm:focus { box-shadow: none !important; }

.whatsapp-custom { transition: all 0.6s; position: fixed; width: 60px; line-height: 60px; height: 60px; bottom: 20px; right: 20px; background-color: #25d366; border-radius: 50px; text-align: center; font-size: 30px; z-index: 9999; color: #fff; }

.whatsapp-custom:hover { background: #2eb360; }

.whatsapp-msg { position: fixed; bottom: 40px; right: 100px; background: white; text-align: left; padding: 5px 8px; border-radius: 6px; border: 1px solid #ccc; float: right; z-index: 10; display: none; color: var(--general); }

/* home page styles */

.header { padding: 25px 0; }

@media (min-width: 1181px) {
    .header.fixed-header { box-shadow: 0 2px 5px rgb(0 0 0 / 10%); position: fixed; width: 100%; z-index: 9999; background: #fff; }
}

.header .mobile-menu { display: none; }

.header .desktop-menu .navbar ul { column-gap: 25px; }

.header .desktop-menu .navbar .items-submenu-container { display: none; transform: translateY(30px); box-shadow: 0 2px 5px rgb(0 0 0 / 10%); position: absolute; z-index: 99; background: #fff; min-width: 200px; }

.header .desktop-menu .navbar .items-submenu-container a { font-size: 18px; padding: 10px 20px; display: block; border-bottom: 1px solid #fafafa; }

.header .desktop-menu .navbar .items-submenu-container li:last-child a { border-bottom: 0; }

.header .desktop-menu .navbar .items-submenu-container a::after { display: none; }

.header .desktop-menu .items-submenu-content a,
.header .desktop-menu .items-submenu-content span { padding-bottom: 35px; }

.header .desktop-menu .items-submenu-content a::after,
.header .desktop-menu .items-submenu-content span::after { bottom: 30px !important; }

.header .desktop-menu .items-submenu-content a:hover ~ .items-submenu-container,
.header .desktop-menu .items-submenu-content span:hover ~ .items-submenu-container,
.header .desktop-menu .items-submenu-content .items-submenu-container:hover { display: block; }

.header .desktop-menu .navbar a,
.header .desktop-menu .navbar span { font-size: 20px; color: #000; text-decoration: none; position: relative; }

.header .desktop-menu .navbar a:not(.contact-menu-item)::after,
.header .desktop-menu .navbar span:not(.contact-menu-item)::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background-color: var(--primary); transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s ease-out; }

.header .desktop-menu .navbar a:hover::after,
.header .desktop-menu .navbar span:hover::after { transform: scaleX(1); transform-origin: bottom left; }

.header .desktop-menu .navbar a:hover,
.header .desktop-menu .navbar span:hover { color: var(--primary); }

.header .desktop-menu .navbar a:not(.contact-menu-item).active::after,
.header .desktop-menu .navbar span:not(.contact-menu-item).active::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background-color: var(--primary); transform: scaleX(1); transform-origin: bottom left; transition: transform 0.3s ease-out; }

.header .desktop-menu .navbar a:not(.contact-menu-item).active,
.header .desktop-menu .navbar span:not(.contact-menu-item).active { color: var(--primary); }

.header .desktop-menu .navbar .contact-menu-item { background: var(--primary); color: #fff; padding: 6px 25px; min-width: 115px; border-radius: 20px; }

.header .desktop-menu .navbar .contact-menu-item:hover,
.header .desktop-menu .navbar .contact-menu-item.active { background: #000; color: #fff; }

.header .desktop-menu .navbar .contact-menu-item i { font-size: 16px; }

.home-slider-section .slide-content { position: relative; }

.home-slider-section .slide-content .inner-row h1 { line-height: 0.9; }

.home-slider-section .slide-content .inner-row .inner-column { width: 50%; }

.home-slider-section .slide-content .inner-row .first-inner-column img { width: 100%; height: 100%; object-fit: cover; }

.home-slider-section .slide-content .inner-row .second-inner-column .text-content { max-width: 600px; }

.home-slider-section .slide-content .inner-row .second-inner-column h1 { font-size: 60px; color: #fff; }

.home-slider-section .slide-content .inner-row .second-inner-column h1 span { color: var(--primary); }

.home-slider-section .slide-content .inner-row .first-inner-column h4,
.home-slider-section .slide-content .inner-row .second-inner-column h4 { margin-top: 10px; }

.home-slider-section .slide-content .inner-row .first-inner-column a,
.home-slider-section .slide-content .inner-row .second-inner-column a { display: table; background: #fff; color: #000; padding: 6px 25px; min-width: 115px; border-radius: 20px; margin-top: 25px; }

.home-slider-section .slide-content .inner-row .second-inner-column a:hover { background: var(--primary); color: #fff; }

.home-slider-section .slick-dots li:only-child { display: none; }

.home-slider-section .slider-content .slick-dots { left: 50%; transform: translateX(-50%); bottom: 40px; margin-bottom: -27px; width: 80%; max-width: 1200px; }

.home-slider-section .slick-dotted.slick-slider { margin-bottom: 0; }

.home-slider-section .slick-dots li { margin: 0 25px; }

.home-slider-section .slick-dots li button:before { opacity: 1; font-size: 0; width: 55px; height: 4px; background: #ccc; left: auto; right: 0; }

.home-slider-section .slick-dots li.slick-active button:before { width: 55px; opacity: 1; background: var(--primary); }

.home-slider-section .slide-content video { width: 100%; max-height: none !important; min-height: 0 !important; object-fit: cover; display: block; }

.home-slider-section .video-slide .slide-content { position: relative; }

.home-slider-section .video-slide .inner-row { left: 50%; max-width: 1200px; position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); width: 80%; }

.home-slider-section .video-slide .black-video-content { position: absolute; background: rgba(0,0,0,0.3); width: 100%; height: 100%; top: 0; }

.our-brands-section .first-row { padding-top: 40px; padding-bottom: 25px; background: #f0f0f0; }

.our-brands-section .second-row .column { flex: 1; transition: flex 0.6s ease; position: relative; width: 25%; }

.our-brands-section .column:hover { flex: 2.5; }

.our-brands-section .second-row .column .column-content { padding: 20px; box-shadow: 0 2px 2.5px rgb(0 0 0 / 10%); }

.our-brands-section .second-row .column p { color: var(--primary); }

.our-brands-section .second-row .column .brand-description { color: #000; font-size: 18px; }

.our-brands-section .second-row .column img { width: 100%; max-width: 235px; margin: auto; margin-top: 90px; margin-bottom: 120px; }

.our-brands-section .column .column-content { position: relative; }

.our-brands-section .column .back-content .inner-back-content { padding: 20px; height: 100%; box-sizing: border-box; }

.our-brands-section .column .back-content h3,
.our-brands-section .column .back-content p { color: #fff; }

.our-brands-section .column .back-content .text-content { margin-top: 15px; }

.our-brands-section .column .back-content .text-content p { margin-top: 10px; text-wrap: balance; }

.our-brands-section .column .back-content .btn-primary { display: flex; width: 100%; max-width: 170px; margin-top: auto; }

.our-brands-section .column .back-content a { display: flex; flex-direction: column; width: 100%; height: 100%; }

.our-brands-section .column .back-content { opacity: 0; visibility: hidden; position: absolute; inset: 0; background: var(--primary); transition: opacity 0.6s ease, visibility 0s 0.6s; }

.our-brands-section .column:hover .back-content { opacity: 1; visibility: visible; transition: opacity 0.6s ease; }

.our-brands-section .column .back-content .inner-brand-content { column-gap: 30px; }

.our-brands-section .column .back-content .inner-brand-content .text-brand-content .text-content { width: 500px; }

.our-brands-section .column .back-content .inner-brand-content img { filter: brightness(0) invert(1); }

.our-brands-section .column .back-content .inner-brand-content button { margin-top: 20px; }

.about-us-section { background: #000; }

.about-us-section .row .column { width: 50%; }

.about-us-section .row .first-column .column-content { max-width: 520px; float: right; padding-left: 20%; margin-right: 80px; }

.about-us-section .row .first-column h2 { margin-top: 10px; }

.about-us-section .row .first-column .about-us-description { margin-top: 15px; }

.about-us-section .row .first-column .about-us-description p { margin-top: 20px; }

.about-us-section .row .first-column .about-us-description p:first-child { margin-top: 0; }

.about-us-section .row .first-column a { margin-top: 30px; }

.about-us-section .row .first-column a:hover { background: #fff; color: var(--primary); }

.about-us-section .row .second-column img { width: 100%; max-height: 600px; object-fit: cover; }

.about-us-section .row.reversed-row .first-column img { width: 100%; max-height: 600px; object-fit: cover; object-position: top; }

.rent-page-section .row.reversed-row .first-column img { max-height: 525px; }

.about-us-section .row.reversed-row .second-column .column-content { max-width: 520px; margin-left: 80px; padding-right: 20%; }

.about-us-section .row.reversed-row .second-column .column-content p { margin-top: 20px; }

.about-us-section .row.reversed-row .second-column .column-content a { margin-top: 30px; }

.our-philosophy-section { padding-top: 70px; padding-bottom: 70px; background: var(--primary); }

.our-philosophy-section .row .subtitle { margin-top: 12px; }

.our-philosophy-section .row h2 { margin-top: 12px; }

.our-philosophy-section .row h2:first-child { margin-top: 0; }

.our-philosophy-section .row .description { margin-top: 20px; }

.our-philosophy-section .row .misc { max-width: 35px; margin-left: auto; }

.module-02-section .about-us-description { margin-top: 15px; }

.module-03-section .description * { font-size: 30px; font-family: 'Noto Sans', sans-serif; font-weight: 400; font-style: normal; line-height: 1.1; }

.module-03-section .description .bold { font-weight: 700; }

.module-03-section .description strong { font-weight: 700; }

.module-03-section .description em { font-style: italic; }

.module-15-section strong { font-weight: bold; }

.module-15-section ul, .module-15-section p { margin-top: 15px; }

.module-15-section .column-content a { padding: 6px 25px; min-width: 115px; max-width: 140px; border-radius: 20px; margin-top: 30px; }

.module-15-section .tabs-products-content .first-row { background: #ffffff; }

.featured-products-section .first-row { padding-top: 40px; padding-bottom: 25px; }

.featured-products-section .slick-track { justify-content: center; }

.featured-products-section .second-row .column { background: #fff; }

.featured-products-section .second-row .column.column-1 { max-width: 25%; }

.featured-products-section .second-row .column.column-2 { max-width: 33.3%; }

.featured-products-section .second-row .column.column-3 { max-width: 50%; }

.featured-products-section .second-row .column img { width: 100%; }

.featured-products-section .second-row .column .text-content { box-sizing: border-box; transition: all 0.6s; padding: 20px 20px 30px 20px; background: #fff; box-shadow: 0 2px 5px rgb(0 0 0 / 10%); border-bottom: 1px solid rgb(0 0 0 / 10%); }

.featured-products-section .second-row .column:hover .text-content { background: var(--primary); border-color: var(--primary); }

.featured-products-section .second-row .column:hover .text-content h3,
.featured-products-section .second-row .column:hover .text-content p { color: #fff; }

.featured-products-section .second-row .column:hover .text-content button { background: #fff; color: var(--primary); }

.featured-products-section .second-row .column:hover .text-content .product-in-details-brand { color: #fff !important; }

.featured-products-section .second-row .column h3 { font-size: 23px; margin-bottom: 0; }

.featured-products-section .second-row .column h3, .featured-products-section .second-row .column p { transition: all 0.6s; color: #000; }

.featured-products-section .second-row .column a { display: contents; }

.featured-products-section .second-row .column { display: flex; flex-direction: column; flex: 1; justify-content: space-between; min-height: 100%; box-sizing: border-box; }

.featured-products-section .second-row .column .column-content { display: flex; flex-direction: column; justify-content: space-between; height: 100%; box-sizing: border-box; }

.featured-products-section .second-row .column .text-content { display: flex; flex-direction: column; height: 100%; box-sizing: border-box; }

.featured-products-section .second-row .slick-slide { min-height: 100%;  display: flex; align-items: stretch; }

.featured-products-section .second-row .column span { display: block; }

.featured-products-section .second-row .column p { margin-top: 5px; margin-bottom: 15px; }

.featured-products-section .second-row .column .inner-product-description { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

.featured-products-section .second-row .column button { max-width: 145px; margin-top: auto; }

.featured-products-section .customized-testimonials-slick-prev,
.featured-products-section .customized-testimonials-slick-next { z-index: 999; top: 35%; transform: translateY(-35%); }

.featured-products-section .customized-testimonials-slick-prev { left: -60px; }

.featured-products-section .customized-testimonials-slick-next { right: -40px; }

.featured-products-section .customized-testimonials-slick-prev:before { transition: all 0.6s; opacity: 1; color: #c6c6c6; font-size: 33px; border-radius: 50%; width: 40px; height: 40px; display: block; text-align: center; line-height: 40px; border: 3px solid #c6c6c6; content: "\f104"; font-family: "Font Awesome 5 Free"; font-weight: 600; }

.featured-products-section .customized-testimonials-slick-next:before { transition: all 0.6s; opacity: 1; color: #c6c6c6; font-size: 33px; border-radius: 50%; width: 40px; height: 40px; display: block; text-align: center; line-height: 40px; border: 3px solid #c6c6c6; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 600; }

.featured-products-section .customized-testimonials-slick-prev:hover:before,
.featured-products-section .customized-testimonials-slick-next:hover:before { border-color: var(--primary); color: var(--primary); }

.featured-products-section .slick-track { display: flex; }

.featured-products-section .slick-slide { height: inherit; }

.our-news-section { padding-top: 70px; padding-bottom: 70px; }

.our-news-section .row { margin-top: 30px; }

.our-news-section .row .column img { transition: all 0.6s; width: 100%; object-fit: cover; }

.our-news-section .row .column figure { width: 100%; margin: 0; overflow: hidden; position: relative; display: inline-block; vertical-align: top; }

.our-news-section .row .column:hover img { -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); }

.our-news-section .row .column h3 { transition: all 0.6s; color: #000; margin-top: 15px; }

.our-news-section .row .column:hover h3 { color: var(--primary); }

.our-news-section .row .column button { display: flex; margin-top: 25px; min-width: 240px; }

.our-news-section .row .column:hover button { background: #000; }

.our-news-section .row .slick-list { margin: 0 -9px; }

.our-news-section .row .slick-slide { margin: 0 9px; }

.our-news-section .customized-testimonials-slick-prev,
.our-news-section .customized-testimonials-slick-next { z-index: 999; top: 40%; transform: translateY(-40%); }

.our-news-section .customized-testimonials-slick-prev { left: -65px; }

.our-news-section .customized-testimonials-slick-next { right: -40px; }

.our-news-section .customized-testimonials-slick-prev:before { transition: all 0.6s; opacity: 1; color: #c6c6c6; font-size: 33px; border-radius: 50%; width: 40px; height: 40px; display: block; text-align: center; line-height: 40px; border: 3px solid #c6c6c6; content: "\f104"; font-family: "Font Awesome 5 Free"; font-weight: 600; }

.our-news-section .customized-testimonials-slick-next:before { transition: all 0.6s; opacity: 1; color: #c6c6c6; font-size: 33px; border-radius: 50%; width: 40px; height: 40px; display: block; text-align: center; line-height: 40px; border: 3px solid #c6c6c6; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 600; }

.our-news-section .customized-testimonials-slick-prev:hover:before,
.our-news-section .customized-testimonials-slick-next:hover:before { border-color: var(--primary); color: var(--primary); }

.footer { padding-top: 90px; background: #000; }

.footer * { color: #fff; }

.footer .divider-vertical-line { background: rgba(255,255,255,0.6); height: 1px; width: 100%; display: block; margin: 0 15px; }

.footer p.bold { letter-spacing: 2px; }

.footer a { text-decoration: none; position: relative; }

.footer a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px; background-color: #fff; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s ease-out; }

.footer a:hover::after { transform: scaleX(1); transform-origin: bottom left; }

.footer .social-networks-navbar a i:hover { text-decoration: none; border-bottom: 0; color: #fff; }

.footer .row { column-gap: 30px; }

.footer .first-column { width: 37%; }

.footer .first-column img { max-width: 120px; position: relative; top: -6px; margin-top: -30px; }

.footer .first-column .divider-vertical-line { margin-left: 50px; }

.footer .first-column .footer-description { max-width: 90%; }

.footer .second-column { width: 25%; }

.footer .third-column { width: 36%; }

.footer .title-content { margin-bottom: 20px; }

.footer .social-networks-navbar { margin-top: 20px; column-gap: 20px; }

.footer .social-networks-navbar i { transition: all 0.6s; }

.footer .social-networks-navbar i:hover { color: var(--primary); }

.footer .second-column ul:last-child { margin-left: 40px; }

.footer .third-column i { min-width: 26px; }

.footer .third-column .fa-location-dot { position: relative; top: 4px; }

.footer .copyright-content { padding-top: 60px; padding-bottom: 10px; }

.footer .copyright-content p { margin-top: 10px; }

.footer .copyright-content .divider-vertical-line { margin: 0; }

@media (max-width: 1600px) {
	.our-brands-section .column .back-content h3 { font-size: 24px; }

	.our-brands-section .column .back-content .inner-brand-content .text-brand-content .text-content { width: 380px; }
}

@media (max-width: 1500px) {
	.our-brands-section .second-row { flex-wrap: wrap; }

	.our-brands-section .second-row .column { width: 50% !important; flex: initial; }
}

@media (max-width: 1380px) {
	h1 { font-size: 50px; }

	h2 { font-size: 37px; }

	h3 { font-size: 24px; }

	h4 { font-size: 20px; }

	p, a, li, label, input, select, span, button { font-size: 15px; }

	.header .desktop-menu .navbar a,
	.header .desktop-menu .navbar span { font-size: 17px; }

	.header .desktop-menu .navbar .contact-menu-item { min-width: 100px; }

	.home-slider-section .slide-content .inner-row .second-inner-column .text-content { max-width: 480px; }

	.home-slider-section .slide-content .inner-row .second-inner-column h1 { font-size: 48px; }

	.home-slider-section .slide-content .slide-column .slide-image { height: calc(100vh - 90px); }

	.home-slider-section .slide-content .slide-column .slide-main-title { font-size: 50px; }

	.btn-primary, .btn-secondary { font-size: 15px; }

	.desktop-menu img { max-width: 100px; }

	.header .megamenu-container .megamenu-content a { font-size: 27px; }

    .header .megamenu-logo { max-width: 175px; }

    .header .megamenu-container .header-navbar a { font-size: 28px; }

    .header .megamenu-container.opened .block-submenu a { font-size: 20px; }

    .header .desktop-menu .navbar .items-submenu-container a { font-size: 16px; }

	.home-slider-section .slide-content .slide-column-content { max-width: 400px; }

	.home-slider-section .slide-content .slide-column .blue-arrow-misc,
	.our-philosophy-section .row .misc { max-width: 25px; }

	.our-brands-section .second-row .column img { max-width: 190px; }

	.our-brands-section .second-row .column .brand-description { font-size: 16px; }

	.featured-products-section .second-row .column h3 { font-size: 19px; }

	.big-h2 { max-width: 1010px; font-size: 50px; }

	.module-03-section .description * { max-width: 910px; font-size: 24px; }

	.featured-products-section .customized-testimonials-slick-prev, .featured-products-section .customized-testimonials-slick-next { top: 30%; transform: translateY(-30%); }

	.footer .first-column img { max-width: 100px; top: -3px; }
}

@media (max-width: 1280px) {
	.our-brands-section .column .back-content .inner-brand-content { flex-wrap: wrap; justify-content: center; text-align: center; }

	.our-brands-section .column .back-content .inner-brand-content img { display: none; }

	.our-brands-section .column .back-content .inner-brand-content button { margin: auto; margin-top: 20px; }
}

@media (max-width: 1200px) {
	h1, .big-h2 { font-size: 40px; }

	.module-03-section .description * { font-size: 20px; }

	.home-slider-section .slide-content .slide-column .slide-main-title { font-size: 40px; }

	.our-brands-section .second-row .column img { max-width: 180px; }
}

@media (min-width: 993px) and (max-width: 1200px) {
	.about-us-section .row .second-column img { min-height: 750px; }
}

@media (max-width: 1200px) {
	.featured-products-section .customized-testimonials-slick-prev, .featured-products-section .customized-testimonials-slick-next { top: 35%; transform: translateY(-35%); }

    .featured-products-section .customized-testimonials-slick-prev { left: 25px; }

	.featured-products-section .customized-testimonials-slick-next { right: 50px; }
}

@media (max-width: 1180px) {
	.header .desktop-menu { display: none; }

	.header .mobile-menu { display: block; }

	.header .mobile-menu .bar { cursor: pointer; display: block; background: var(--primary); height: 4px; width: 30px; margin-bottom: 4px; }

	.header .mobile-menu .bar-03 { margin-bottom: 0; }

	.header .mobile-menu .second-row { display: none; box-shadow: 0 2px 5px rgb(0 0 0 / 10%); position: absolute; width: 100%; background: #fff; z-index: 999; border-top: 3px solid var(--primary); margin-top: 23px; }

	.header .mobile-menu .second-row a,
	.header .mobile-menu .second-row span { display: block; width: 100%; padding: 18px 35px; border-bottom: 1px solid #eee; box-sizing: border-box; color: #000; }

    .header .mobile-menu .second-row li:last-child a,
    .header .mobile-menu .second-row li:last-child span { border-bottom: 0; }

    .header .mobile-menu .second-row a:hover,
    .header .mobile-menu .second-row span:hover { background: var(--primary); color: #fff; }

    .header .mobile-menu .second-row .items-submenu-container { display: none; }

    .header .mobile-menu .second-row .items-submenu-container a { padding: 18px 55px; }

    .header .mobile-menu .second-row .items-submenu-content a i,
    .header .mobile-menu .second-row .items-submenu-content span i { float: right; top: -18px; width: 60px; height: 60px; line-height: 60px; position: relative; text-align: right; }

    .header .mobile-menu .second-row a.contact-menu-item { background: var(--primary); color: #fff; }
}

@media (max-width: 992px) {
    .home-slider-section .slide-content .inner-row { flex-wrap: wrap; }

    .home-slider-section .slide-content .inner-row .inner-column { width: 100%; text-align: center; }

    .home-slider-section .slide-content .inner-row .second-inner-column { padding: 70px 0; }

    .home-slider-section .slide-content .inner-row .second-inner-column .text-content { max-width: 80%; margin: auto; }

    .home-slider-section .slide-content .inner-row .second-inner-column .text-content a { margin: auto; margin-top: 25px; }

    .home-slider-section .slide-content .inner-row .second-inner-column .text-content br { display: none; }

    .home-slider-section .slider-content .slick-dots { position: relative; }

    .home-slider-section .slick-dots li button:before { width: 40px !important; }

    .home-slider-section .slick-dots li:last-child { margin-right: 0; }

    .home-slider-section .video-slide .inner-row { padding: 70px 0; position: relative; transform: none; width: 80%; margin: auto; left: auto; }

    .home-slider-section .video-slide .inner-row h1,
    .home-slider-section .video-slide .inner-row h4 { color: #000 !important; }

    .home-slider-section .video-slide .inner-row a { background: #000 !important; color: #fff !important; margin: auto; margin-top: 25px; }

    .home-slider-section .video-slide .black-video-content { display: none; }

	.our-brands-section .second-row { flex-wrap: wrap; }

	.our-brands-section .second-row .column { width: 50% !important; }

    .about-us-section .row { flex-wrap: wrap; }

    .about-us-section .row .column { width: 100%; }

    .about-us-section .row.reversed-row .column { text-align: center; }

    .about-us-section .row.reversed-row .second-column { padding: 70px 0; }

    .about-us-section .row.reversed-row .first-column { padding-top: 0; padding-bottom: 0; }

    .about-us-section .row.reversed-row .second-column .column-content { max-width: 80%; padding-right: 0; margin: auto; }

    .about-us-section .row.reversed-row .second-column .column-content a { margin: auto; margin-top: 30px; }

    .about-us-section .row .first-column { padding-top: 70px; padding-bottom: 70px; }

    .about-us-section .row .first-column .column-content { max-width: 80%; padding-left: 0; margin: auto; float: initial; text-align: center; }

    .about-us-section .row .first-column .column-content a { display: table; margin: auto; margin-top: 30px; }

    .about-us-section .row.reversed-row .first-column img { max-height: 100%; }

    .our-news-section .customized-testimonials-slick-prev { left: 25px; }

    .our-news-section .customized-testimonials-slick-next { right: 50px; }

    .featured-products-section .second-row .column.column-1,
    .featured-products-section .second-row .column.column-2,
    .featured-products-section .second-row .column.column-3 { max-width: 100%; }

    .module-15-section .column-content a { margin: auto; margin-top: 30px; }

	.footer { padding-top: 70px; }

	.footer .row { flex-wrap: wrap; }

	.footer .column { width: 100%; text-align: center; }

	.footer .first-column img { margin: auto; }

	.footer .first-column .footer-description { max-width: 100%; }

    .footer .footer-content .divider-vertical-line { display: none; }

    .footer .social-networks-navbar, .footer .title-content, .links-content, .links-content .d-flex { justify-content: center; }

    .footer .links-content { flex-wrap: wrap; }

    .footer .links-content ul { width: 100%; }

    .footer .second-column ul:last-child { margin-left: 0; }    

    .footer .second-column, .footer .third-column { margin-top: 35px; }
}

@media (max-width: 880px) {
	.our-brands-section .second-row .column { width: 100% !important; }

	.our-brands-section .column .back-content .inner-brand-content .text-brand-content .text-content { width: 100%; }
}

@media (max-width: 768px) {
	.home-slider-section .slide-content h1 br { display: none; }
}

@media (max-width: 575px) {
	.home-slider-section .slide-content .inner-row .second-inner-column h1 { font-size: 38px; }

	.our-brands-section .second-row .column { width: 100% !important; }

	.our-news-section .customized-testimonials-slick-prev, .our-news-section .customized-testimonials-slick-next { top: 35%; transform: translateY(-35%); }

    .module-03-section .description strong { display: inline; }

    .featured-products-section h2 { font-size: 31px; }
}

@media (max-width: 480px) {
    .our-news-section .customized-testimonials-slick-prev, .our-news-section .customized-testimonials-slick-next { top: 30%; transform: translateY(-30%); }	
}

@media (max-width: 390px) {
    .our-news-section .customized-testimonials-slick-prev, .our-news-section .customized-testimonials-slick-next { top: 25%; transform: translateY(-25%); }	
}

/* end home page styles */



/* contact page styles */

.header img { max-width: 120px; }

.intern-fixed-header { background: transparent; width: 100%; z-index: 999; position: fixed; }

.intern-fixed-header .bar { background: #fff; }

.intern-fixed-header .desktop-menu .social-networks-navbar a { color: #fff; }

.header.fixed-header .bar { background: var(--primary); }

.header.fixed-header .desktop-menu .social-networks-navbar a { color: var(--primary); }

.intern-banner-section { background-image: url(../images/contact-banner.jpg); background-repeat: no-repeat; background-size: cover; padding: 75px 0; }

.contact-us-section .row .column { padding: 100px 0; width: 50%; }

.contact-us-section .row .first-column { background: var(--primary); }

.contact-us-section .row .first-column .contact-description { margin-top: 15px; }

.contact-us-section .row .first-column .column-content { max-width: 520px; float: right; padding-left: 20%; margin-right: 80px; }

.contact-us-section .row .first-column .contact-information-content { max-width: 340px; margin-top: 150px; }

.contact-us-section .row .first-column .contact-information-content ul li { margin-top: 12px; }

.contact-us-section .row .first-column .contact-information-content ul li a { color: #000; }

.contact-us-section .row .first-column .contact-information-content ul li img { position: relative; margin-right: 7px; filter: invert(1); }

.contact-us-section .row .second-column { display: flex; justify-content: center; flex-direction: column; padding: 75px 0; background: #000; }

.contact-us-section .row .second-column .column-content { max-width: 510px; padding-right: 20%; margin-left: 80px; }

.contact-us-section .row .second-column .group-content { width: 100%; margin-top: 35px; }

.contact-us-section .row .second-column .group-content:first-child { margin-top: 0; }

.contact-us-section .row .second-column .group-content { column-gap: 40px; }

.contact-us-section .row .second-column .group-content label { margin-bottom: 6px; display: block; }

.contact-us-section .row .second-column .group-content .form-group { width: 100%; }

.contact-us-section .row .second-column form input,
.contact-us-section .row .second-column form select { font-weight: 300; color: #fff; outline: none; border: 0; border-bottom: 2px solid #fff; background: transparent; width: 100%; padding-bottom: 5px; }

.contact-us-section .row .second-column form button { display: flex; justify-content: space-between; min-width: 270px; margin-top: 50px; }

.contact-us-section .row .second-column form input::placeholder { color: #a6a6a6; }

.contact-us-section .row .second-column form select { color: #a6a6a6; }

.module-04-section h1 b { font-weight: 700; }

.our-distributors-section .first-row { padding-top: 40px; padding-bottom: 25px; background: #f0f0f0; }

.our-distributors-section .second-row .first-column { width: 60%; }

.our-distributors-section .second-row .first-column #map { width: 100%; height: 650px; }

.our-distributors-section .second-row .second-column { width: 40%; }

.our-distributors-section .second-row .second-column .column-content { max-width: 325px; padding-right: 20%; margin-left: 50px; }

.our-distributors-section .second-row .second-column .distributor-content { margin-top: 35px; }

.our-distributors-section .second-row .second-column .distributor-content:first-child { margin-top: 0; }

.our-distributors-section .second-row .second-column .distributor-content img { max-width: 18px; position: relative; top: 1px; margin-right: 10px; }

.our-distributors-section .second-row .second-column .distributor-content .divider-horizontal-line { display: block; width: 100%; height: 1px; background: #d0d0d0; margin: 12px 0; }

.our-distributors-section .second-row .second-column .distributor-content i { color: #d0d0d0; margin-right: 5px; }

.our-distributors-section .second-row .second-column .distributor-content a { color: #000; }

.our-distributors-section .second-row .second-column .distributor-content a:hover { color: var(--primary); }

.our-distributors-section .second-row .second-column .distributor-info-content li { margin-top: 10px; }

.our-distributors-section .second-row .second-column .distributor-info-content li:first-child { margin-top: 0; }

@media (max-width: 1280px) {
	.contact-us-section .row .second-column .group-content.d-flex { flex-wrap: wrap; }

    .contact-us-section .row .second-column .group-content.d-flex .form-group:last-child { margin-top: 40px; }

	.our-distributors-section .second-row .first-column #map { height: 800px; }

	.our-distributors-section .second-row .second-column .column-content { margin-left: 40px; }
}

@media (max-width: 992px) {
    .contact-us-section .row { flex-wrap: wrap; }

    .contact-us-section .row .column { padding: 70px 0; width: 100%; }

    .contact-us-section .row .first-column .column-content { float: initial; max-width: 80%; padding-left: 0; margin: auto; }

    .contact-us-section .row .first-column .contact-information-content { margin-top: 40px; max-width: 100%; }

    .contact-us-section .row .second-column .column-content { max-width: 80%; padding-right: 0; margin: auto; width: 100%; }

	.our-distributors-section .second-row { flex-wrap: wrap; flex-direction: column-reverse; }

	.our-distributors-section .second-row .second-column .column-content { padding-right: 0; padding-top: 60px; padding-bottom: 60px; max-width: 80%; margin: auto; }

	.our-distributors-section .second-row .column { width: 100% !important; }

	.our-distributors-section .second-row .first-column #map { height: 500px; }
}

/* end contact page styles */



/* brands page styles */

.brands-tabs-section .tabs-header-content .tab-header { cursor: pointer; width: 25%; padding: 30px; }

.brands-tabs-section .tabs-header-content .tab-header img { margin: auto; width: 100%; max-width: 175px; }

.brands-tabs-section .tabs-header-content .tab-header.active { background: var(--primary); }

.brands-tabs-section .tabs-header-content .tab-header:nth-child(1).active img { content: url(../images/white-tersus-brand.png); }

.brands-tabs-section .tabs-header-content .tab-header:nth-child(2).active img { content: url(../images/white-baoli-brand.png); }

.brands-tabs-section .tabs-header-content .tab-header:nth-child(3).active img { content: url(../images/white-redfork-brand.png); }

.brands-tabs-section .tabs-header-content .tab-header:nth-child(4).active img { content: url(../images/white-tennant-brand.png); }

.brands-tabs-section .tabs-body-content .tab-body { display: none; background: #000; }

.brands-tabs-section .tabs-body-content .tab-body.active { display: block; }

.brands-tabs-section .tabs-body-content .tab-body .inner-column { width: 50%; }

.brands-tabs-section .tabs-body-content .tab-body .first-inner-column img { width: 100%; }

.brands-tabs-section .tabs-body-content .tab-body .second-inner-column .inner-content { max-width: 510px; padding-right: 20%; margin-left: 80px; }

.brands-tabs-section .tabs-body-content .tab-body .second-inner-column .inner-content p { margin-top: 10px; }

.brands-tabs-section .tabs-body-content .tab-body .second-inner-column .inner-content a { margin-top: 20px; }

.brands-tabs-section .products-list { display: none; }

.brands-tabs-section .products-list.active { display: block; }

.brands-tabs-section .products-list .first-row { background: #f0f0f0; }

.brands-tabs-section .products-list .column { display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; box-sizing: border-box; width: 25%; flex: initial; }

.module-05-section .tabs-header-content .tab-header { transition: all 0.6s; background: #fafafa; }

.module-05-section .tabs-header-content .tab-header img { transition: all 0.6s; }

.module-05-section .tabs-header-content .tab-header.active-tab-header img,
.module-05-section .tabs-header-content .tab-header:hover img { filter: brightness(0) saturate(100%) invert(100%); }

@media (max-width: 992px) {
	.brands-tabs-section .tabs-body-content .tab-body .inner-row { flex-wrap: wrap; }

	.brands-tabs-section .tabs-body-content .tab-body .inner-column { width: 100%; text-align: center; }

	.brands-tabs-section .tabs-body-content .tab-body .second-inner-column .inner-content a { margin: auto; margin-top: 20px; }

	.brands-tabs-section .tabs-body-content .tab-body .second-inner-column { padding: 70px 0; }

	.brands-tabs-section .tabs-body-content .tab-body .second-inner-column .inner-content { max-width: 80%; padding-right: 0; margin: auto; }

    .brands-tabs-section .products-list .column { width: 50%; }
}

@media (max-width: 768px) {
	.brands-tabs-section .tabs-header-content { flex-wrap: wrap; }

	.brands-tabs-section .tabs-header-content .tab-header { width: 100%; }
}

@media (max-width: 575px) {
	.brands-tabs-section .products-list .column { width: 100%; }
}

/* end brands page styles */



/* brand page styles */

.brand-slogan-section { padding: 140px 0; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/redfork-background.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; }

.brand-slogan-section .extra-big-h2 { font-size: 77px; margin-top: 0; }

.brand-slogan-section h2 { margin-top: 10px; }

.brand-slogan-section span { font-style: normal; }

.brand-main-information-section { background: #000; }

.brand-main-information-section .row .column { width: 50%; }

.brand-main-information-section .row .first-column img { width: 100%; }

.brand-main-information-section .row .second-column .column-content { max-width: 510px; padding-right: 20%; margin-left: 80px; }

.brand-main-information-section .row .second-column .column-content p { margin-top: 10px; }

.brand-main-information-section .row .second-column .column-content a { margin-top: 20px; }

.brand-extra-information-section { background: var(--primary); }

.brand-extra-information-section .row .column { width: 50%; }

.brand-extra-information-section .row .first-column .column-content { max-width: 520px; float: right; padding-left: 20%; margin-right: 80px; }

.brand-extra-information-section .row .first-column .column-content p { margin-top: 10px; }

.brand-extra-information-section .row .second-column img { width: 100%; }

@media (max-width: 1380px) {
    .brand-slogan-section .extra-big-h2 { font-size: 61px; }
}

@media (max-width: 1280px) {
	.brand-main-information-section .row .first-column img { min-height: 600px; object-fit: cover; }

	.brand-extra-information-section .row .second-column img { min-height: 600px; object-fit: cover; }
}

@media (max-width: 992px) {
	.brand-slogan-section .row { text-align: center; }

	.brand-main-information-section .row { flex-wrap: wrap; }

	.brand-main-information-section .row .column { width: 100%; text-align: center; }

	.brand-main-information-section .row .second-column .column-content a { margin: auto; margin-top: 20px; }

	.brand-main-information-section .row .second-column { padding: 70px 0; }

	.brand-main-information-section .row .second-column .column-content { max-width: 80%; padding-right: 0; margin: auto; }

    .brand-extra-information-section .row { flex-direction: column-reverse; flex-wrap: wrap; }

    .brand-extra-information-section .row .column { width: 100%; text-align: center; }

    .brand-extra-information-section .row .first-column { padding: 70px 0; }

    .brand-extra-information-section .row .first-column .column-content { max-width: 80%; padding-left: 0; float: initial; margin: auto; }

    .brand-main-information-section .row .first-column img,
    .brand-extra-information-section .row .second-column img { min-height: auto; }
}

/* end brand page styles */



/* product details page styles */

.breadcrumb-section { padding: 20px 0; background: #000; }

.breadcrumb-section .row { flex-wrap: wrap; column-gap: 10px; }

.breadcrumb-section .row .original-image { position: relative; }

.breadcrumb-section .row .original-image,
.breadcrumb-section .row .hover-image { transition: opacity 0.6s ease; }

.breadcrumb-section .row .hover-image { opacity: 0; position: absolute; top: 0; z-index: 99; }

.breadcrumb-section .row .original-image:hover { opacity: 0; }

.breadcrumb-section .row a:hover .hover-image { opacity: 1; }

.breadcrumb-section .row a,
.breadcrumb-section .row p,
.breadcrumb-section .row i { color: #fff; }

.breadcrumb-section .row i { font-size: 12px; }

.breadcrumb-section .row a:hover { color: var(--primary); }

.product-main-information-section { padding: 70px 0; }

.product-main-information-section .row { column-gap: 50px; }

.product-main-information-section .row .column { width: 50%; }

.product-main-information-section .banner-content .banner-slider { display: flex; align-items: center; flex-direction: row-reverse; }

.product-main-information-section .thumb-image img, .product-main-information-section .thumbImg img { width: 100%; }

.product-main-information-section .thumb-image img { cursor: pointer; }

.product-main-information-section .banner-slider .slider.slider-for, .product-main-information-section .banner-slider .slider.slider-nav { width: 100%; float: left; }

.product-main-information-section .banner-slider .slider.slider-nav { overflow: hidden; max-width: 16%; }

.product-main-information-section .banner-slider .slider.slider-for { max-width: 84%; }

.product-main-information-section .banner-slider .slider-banner-image { border: 1px solid #eee; margin: 2.5px 0; }

.product-main-information-section .slick-arrow { transition: all 0.6s; width: 100%; text-align: center; font-size: 20px; cursor: pointer; }

.product-main-information-section .slick-arrow.fa-angle-down { margin-top: 10px; }

.product-main-information-section .slick-arrow.fa-angle-up { margin-bottom: 5px; }

.product-main-information-section .slick-arrow:hover { color: var(--primary); }

.product-main-information-section .row .second-column h3 { font-style: italic; margin-top: 10px; }

.product-main-information-section .row .second-column p { margin-top: 10px; white-space: break-spaces; }

.product-main-information-section .row .second-column a { background: #fff; color: #000; padding: 6px 25px; max-width: 185px; border-radius: 20px; border: 1px solid #000; margin-top: 25px; }

.product-main-information-section .row .second-column a:hover { background: #000; color: #fff; }

.product-specifications-section .mobile-content { display: none; }

.product-specifications-section { padding: 50px 0; background: #f1f1f1; }

.product-specifications-section .row h2 { margin-top: 15px; }

.product-specifications-section .first-row .second-column { cursor: pointer; }

.product-specifications-section .second-row .first-column { cursor: pointer; }

.product-specifications-section .row .first-column { width: 100%; }

.product-specifications-section .row .second-column { background: var(--primary); position: absolute; width: 100%; max-width: 460px; right: 0; top: 0; height: 100%; padding: 50px; box-sizing: border-box; }

.product-specifications-section .row .second-column .section-title { position: absolute; bottom: 50px; }

.product-specifications-section .row .section-counter { margin-top: 0; }

.product-specifications-section .row h2 span { display: block; }

.product-specifications-section .row table { width: 100%; table-layout: fixed; border-collapse: collapse; margin-top: 30px; }

.product-specifications-section .row table th { font-weight: 400; color: #929292; text-align: left; padding: 12px; }

.product-specifications-section .row table th,
.product-specifications-section .row table td { font-family: 'Noto Sans', sans-serif; }

.product-specifications-section .row table tbody tr:nth-child(odd) { background: #fafafa; }

.product-specifications-section .row table tbody tr td { padding: 7px 12px; }

.product-specifications-section .row .section-title a:hover { background: var(--primary); }

.product-specifications-section .second-row { display: none; }

.product-specifications-section .second-row .first-column { background: var(--primary); position: absolute; width: 100%; max-width: 460px; left: 0; top: 0; height: 100%; padding: 50px; box-sizing: border-box; }

.product-specifications-section .second-row .first-column .section-title { position: absolute; bottom: 50px; }

.product-specifications-section .second-row .second-column { background: #f1f1f1; width: 100%; position: relative; max-width: 100%; padding: 0; margin-left: auto; }

.product-specifications-section .second-row .second-column .section-title { position: relative; bottom: auto; }

.product-specifications-section a { border: 1px solid #000; }

.product-video-section video { width: 100%; max-height: 700px; object-fit: cover; display: block; }

.product-video-section .video-play-icon { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); cursor: pointer; max-width: 120px; }

.product-comments-section .row .column { padding: 70px 0; width: 100%; }

.product-comments-section .row .first-column { background: var(--primary); }

.product-comments-section .row .first-column .column-content { max-width: 520px; padding-left: 20%; float: right; margin-right: 80px; }

.product-comments-section .row .second-column { background: #000; }

.product-comments-section .row .second-column .column-content { max-width: 520px; padding-right: 20%; margin-left: 80px; }

.product-comments-section .row .column h2 { margin-top: 10px; }

.product-comments-section .row .column p { margin-top: 15px; }

.related-products-section { background: #f0f0f0; }

.product-secondary-banner { padding: 70px 0; background-image: url(../images/product-secondary-banner.png); background-size: cover; background-position: center; }

.product-secondary-banner p { margin-top: 10px; }

.product-secondary-banner a { display: table; margin-top: 20px; background: var(--primary); color: #fff; padding: 6px 25px; max-width: 115px; border-radius: 20px; }

.product-secondary-banner a:hover { background: #000; }

.faqs-section { padding: 70px 0; background: var(--primary); }

.faqs-section .second-row .tab-content .tab-header { cursor: pointer; padding: 25px 0; column-gap: 10px; }

.faqs-section .second-row .tab-content .tab-header h3 { font-style: italic; }

.faqs-section .second-row .tab-content .tab-header i { color: #fff; font-size: 30px; }

.faqs-section .second-row .tab-content { border-bottom: 2px solid #fff; }

.faqs-section .second-row .tab-content:last-child { border-bottom: 0; }

.faqs-section .second-row .tab-content .tab-body { display: none; margin-top: -10px; padding-bottom: 30px; }

.faqs-section .second-row .tab-content .tab-body .tab-body-content { column-gap: 50px; }

.faqs-section .second-row .tab-content[data-tab-id="0"] .tab-body { display: block; }

.product-extra-features-section { padding: 50px 0; }

.product-extra-features-section .row { column-gap: 20px; flex-wrap: wrap; }

.product-extra-features-section .row .column { width: calc(33.3% - 20px); }

.product-extra-features-section .row .column .column-content { column-gap: 30px; }

.product-extra-features-section .row .column .column-content img { position: relative; top: 20px; }

.product-extra-features-section .row .column .column-content h4 { line-height: 1.3; font-family: 'Montserrat', sans-serif; }

.product-extra-features-section .row .column .column-content h4 span { display: block; }

.intern-youtube-video-banner-section { height: 600px; }

.intern-youtube-video-banner-section .video-content { position: relative; height: 100%; }

.intern-youtube-video-banner-section .video-content .video-poster-image { width: 100%; height: 100%; object-fit: cover; }

.intern-youtube-video-banner-section .youtube-play-icon { cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 99; }

@media (max-width: 2250px) {
	.product-specifications-section .row .first-column { width: 90%; }

	.product-specifications-section .second-row .second-column { width: 90%; }
}

@media (max-width: 1990px) {
	.product-specifications-section .row .first-column { width: 80%; }

	.product-specifications-section .second-row .second-column { width: 80%; }
}

@media (max-width: 1770px) {
	.product-specifications-section .row .first-column { width: 60%; }

	.product-specifications-section .second-row .second-column { width: 60%; }
}

@media (max-width: 1380px) {
	.product-specifications-section .row .first-column { width: 80%; }

	.product-specifications-section .second-row .first-column { max-width: 20%; }

	.product-specifications-section .second-row .first-column .section-title h2 { font-size: 26px; }

	.product-specifications-section .second-row .second-column { width: 80%; max-width: 100% !important; }

	.product-specifications-section .row .second-column { max-width: 20%; }

	.intern-youtube-video-banner-section .youtube-play-icon { max-width: 140px; }
}

@media (max-width: 1280px) {
	.product-specifications-section .row { flex-wrap: wrap; }

    .product-specifications-section .row .column { width: 100%; }

    .product-specifications-section .desktop-content { display: none; }

    .product-specifications-section .mobile-content { display: block; }

    .product-specifications-section .mobile-content .first-row,
    .product-specifications-section .mobile-content .second-row { display: block !important; }

    .product-specifications-section .mobile-content .second-row { margin-top: 50px; }

    .product-specifications-section .mobile-content .second-row .column { max-width: 100%; position: relative; background: #f1f1f1; padding: 0; }

    .product-specifications-section .second-row .first-column .section-title { position: relative; bottom: auto; }

    .product-specifications-section .second-row .first-column .section-title h2 { font-size: 37px; }

	.product-extra-features-section .row .column { text-align: center; }
	.product-extra-features-section .row .column .column-content { flex-wrap: wrap; flex-direction: column; justify-content: center; }

    .product-extra-features-section .row .column .column-content img { top: 0; margin: auto; margin-bottom: 20px; }
}

@media (max-width: 992px) {
	.product-main-information-section .row { flex-wrap: wrap; }

	.product-main-information-section .row .column { width: 100%; text-align: center; }

	.product-main-information-section .row .second-column { margin-top: 30px; }

	.product-main-information-section .row .second-column a { display: inline-table; }

	.product-specifications-section { padding: 70px 0; }

	.product-video-section video { height: 600px; }

	.product-comments-section .row { flex-wrap: wrap; }

	.product-comments-section .row .column { width: 100%; text-align: center; }

	.product-comments-section .row .column img { margin: auto; }

	.product-comments-section .row .first-column .column-content { padding-left: 0; margin: auto; max-width: 80%; float: initial; }

	.product-comments-section .row .second-column .column-content { padding-right: 0; margin: auto; max-width: 80%; }

	.faqs-section .second-row .tab-content .tab-body .tab-body-content { flex-wrap: wrap; row-gap: 20px; }

	.faqs-section .second-row .tab-content .tab-body .tab-body-content p { width: 100%; }

	.product-extra-features-section .row { flex-wrap: wrap; justify-content: center; row-gap: 50px; }

	.product-extra-features-section .row .column { width: calc(50% - 13px); }

	.intern-youtube-video-banner-section { height: 400px; }
}

@media (max-width: 768px) {
    .product-specifications-section .row .section-title { flex-wrap: wrap; flex-direction: column; }

    .product-specifications-section .row .section-title h2 { width: 100%; }

    .product-specifications-section .row .section-title a { margin-right: auto; margin-top: 30px; }    

    .product-specifications-section .row .responsive-table { max-width: 768px; overflow-x: auto; width: 100%; }

    .product-specifications-section .row table { width: 768px; }

	.product-extra-features-section .row .column { width: 100%; }

	.product-extra-features-section .row .column .text-content { margin: auto; }
}

@media (max-width: 575px) {
	.product-main-information-section .banner-content .banner-slider { flex-wrap: wrap; }

	.product-main-information-section .banner-slider .slider.slider-for,
	.product-main-information-section .banner-slider .slider.slider-nav { width: 100%; }

	.product-main-information-section .banner-slider .slider.slider-for { max-width: 100%; }

	.product-main-information-section .banner-slider .thumb-image { display: flex; }

	.product-main-information-section .banner-slider .slider.slider-nav { justify-content: center; margin-top: 10px; max-width: 100%; }

	.product-main-information-section .thumb-image img { max-width: 70px; }

	.product-main-information-section .slick-arrow { margin-top: 25px; }
}

/* end product details page styles */



/* product contact popup styles */

.product-contact-popup-section { position: fixed; z-index: 999999; top: 0; left: 0; display: none; visibility: hidden; opacity: 0; width: 100%; height: 100%; }

.product-contact-popup-section.is-visible { display: block; opacity: 1; visibility: visible; }

.product-contact-popup-section.is-visible .contact-popup-overlay { opacity: 1; visibility: visible; transition-delay: 0s; }

.product-contact-popup-section .contact-popup-overlay { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background: hsla(0, 0%, 0%, 0.5); visibility: hidden; opacity: 0; transition: visibility 0s linear 0.6s, opacity 0.6s; }

.product-contact-popup-section .contact-popup-dialog { position: absolute; z-index: 9999; top: 6em; left: 50%; transform: translateX(-50%) !important; width: 80%; max-width: 640px; background-color: #fff; box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35); padding: 50px; overflow-y: auto; box-sizing: border-box; }

.product-contact-popup-section .contact-popup-header img { margin: auto; max-width: 145px; }

.product-contact-popup-section .contact-popup-close { position: absolute; right: 15px; top: 15px; background: none; border: 0; font-size: 26px; color: var(--primary); cursor: pointer; }

.product-contact-popup-section .contact-popup-close:hover { color: #000; }

.product-contact-popup-section .contact-popup-form-content { margin-top: 30px; }

.product-contact-popup-section .form-group { width: 100%; }

.product-contact-popup-section .group-content { margin-top: 35px; }

.product-contact-popup-section .group-content.d-flex { column-gap: 40px; }

.product-contact-popup-section .form-group label { margin-bottom: 6px; display: block; }

.product-contact-popup-section .form-group input { width: 100%; border: 0; border-bottom: 2px solid var(--primary); outline: none; color: #a6a6a6; }

.product-contact-popup-section .form-group input::placeholder,
.product-contact-popup-section .form-group textarea::placeholder { color: #a6a6a6; }

.product-contact-popup-section form button { display: flex; min-width: 190px; margin-top: 30px; }

.product-contact-popup-section form button:hover { background: #000; }

.product-contact-popup-section .response-message { padding: 4px 15px; display: none; margin-top: 20px; }

@media (max-width: 575px) {
	.product-contact-popup-section .contact-popup-dialog { top: 20px; }

	.product-contact-popup-section .group-content.d-flex .form-group:last-child { margin-top: 35px; }

	.product-contact-popup-section .group-content.d-flex { flex-wrap: wrap; flex-direction: column; }
}

/* end product contact popup styles */



/* product video popup styles */

.product-video-popup-section { position: fixed; z-index: 999999; top: 0; left: 0; display: none; visibility: hidden; opacity: 0; width: 100%; height: 100%; }

.product-video-popup-section.is-visible { display: block; opacity: 1; visibility: visible; }

.product-video-popup-section.is-visible .video-popup-overlay { opacity: 1; visibility: visible; transition-delay: 0s; }

.product-video-popup-section .video-popup-overlay { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background: hsla(0, 0%, 0%, 0.5); visibility: hidden; opacity: 0; transition: visibility 0s linear 0.6s, opacity 0.6s; }

.product-video-popup-section .video-popup-dialog { position: absolute; z-index: 9999; top: 6em; left: 50%; transform: translateX(-50%) !important; width: 80%; max-width: 880px; background-color: #fff; box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35); padding: 50px; overflow-y: auto; box-sizing: border-box; }

.product-video-popup-section .video-popup-close { position: absolute; right: 15px; top: 15px; background: none; border: 0; font-size: 26px; color: var(--primary); cursor: pointer; }

.product-video-popup-section .video-popup-close:hover { color: #000; }

.product-video-popup-section iframe,
.product-video-popup-section video { display: block; width: 100%; height: 400px; margin-top: 30px; }

@media (max-width: 1380px) {
    .product-video-popup-section iframe,
    .product-video-popup-section video { height: 320px; }
}

@media (max-width: 575px) {
	.product-video-popup-section .video-popup-dialog { padding: 30px; top: 20px; }

	.product-video-popup-section iframe,
	.product-video-popup-section video { height: 220px; }
}

/* end product video popup styles */



/* who we are page styles */

.who-we-are-banner-section { background-image: url(../images/who-we-are-banner.jpg); }

.our-values-section .first-row { padding-top: 40px; padding-bottom: 25px; }

.our-values-section img { width: 100%; object-fit: cover; max-height: 450px; }

.our-values-section .column-content { position: absolute; bottom: 0; background: #fff; padding: 50px; box-sizing: border-box; height: 90%; max-width: 700px; min-width: 700px; }

.our-values-section .column-content .text-content { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }

.our-values-section .column-content .text-content .thin { color: var(--primary); }

.our-values-section .column-content .text-content .inner-content h3 { margin-bottom: 10px; }

.our-values-section .reversed-content .column-content { right: 0; background: #000; }

@media (max-width: 1200px) {

	.our-values-section .column-content { position: absolute; bottom: 0; background: #fff; padding: 50px; box-sizing: border-box; height: 90%; max-width: 900px; min-width: 900px; }

	.our-values-section .column-content .text-content { max-width: 100%; }
}

@media (max-width: 992px) {
	.our-values-section .column-content { position: relative; width: 100%; max-width: 100%; min-width: 100%; }
}

/* end who we are page styles */



/* news category page styles */

.latest-news-section .first-row { background: var(--primary); padding-top: 40px; padding-bottom: 25px; }

.latest-news-section .second-row { padding-top: 30px; }

.latest-news-section .second-row input { outline: none; color: #000; border: 0; border-bottom: 2px solid #000; width: 100%; padding-bottom: 5px; }

.latest-news-section .second-row input::placeholder { color: #000; }

.latest-news-section .second-row input:focus { border-bottom-color: var(--primary); }

.latest-news-section .second-row i { position: absolute; right: 0; top: 5px; }

.latest-news-section .third-row { padding-bottom: 50px; column-gap: 35px; row-gap: 35px; margin-top: 30px; flex-wrap: wrap; }

.latest-news-section .third-row .column { width: calc(33.3% - 23.34px); }

.latest-news-section .third-row .column a { display: flex; flex-direction:  column; height: 100%; }

.latest-news-section .third-row .column figure { margin: 0; overflow: hidden; }

.latest-news-section .third-row .column .article-image { width: 100%; transition: all 0.6s; }

.latest-news-section .third-row .column .article-date { font-weight: 300; color: #a3a3a3; margin-top: 10px; }

.latest-news-section .third-row .column .article-title { transition: all 0.6s; font-size: 20px; color: #000; font-weight: bold; margin-top: 5px; }

.latest-news-section .third-row .column .article-description { margin-top: 5px; margin-bottom: 20px; color: #000; }

.latest-news-section .third-row .column button { margin-top: auto; max-width: 170px; }

.latest-news-section .third-row .column:hover button { background: #000; }

.latest-news-section .third-row .column:hover img { transform: scale(1.10); }

.latest-news-section .third-row .column:hover .article-title { color: var(--primary); }

@media (max-width: 1380px) {
	.latest-news-section .third-row .column .article-title { font-size: 18px; }
}

@media (max-width: 992px) {
	.latest-news-section .third-row .column { width: calc(50% - 17.50px); }
}

@media (max-width: 768px) {
	.latest-news-section .third-row .column { width: 100%; }
}

/* end news category page styles */



/* new page styles */

.new-details-section .row .first-column { width: 60%; }

.new-details-section .row .second-column { width: 40%; }

.new-details-section .row .first-column .first-column-content { padding-top: 20px; padding-bottom: 20px; padding-left: calc((100vw - min(1200px, 80vw)) / 2); padding-right: 60px; }

.new-details-section .row .first-column .second-column-content .article-images-slider img { width: 100%; }

.new-details-section .row .first-column .second-column-content .article-description-content { padding: 50px; padding-left: calc((100vw - min(1200px, 80vw)) / 2); padding-right: 60px; }

.new-details-section .row .first-column .second-column-content .article-description-content h3 { margin-top: 30px; margin-bottom: 10px; }

.new-details-section .row .first-column .second-column-content .article-description-content h3:first-child { margin-top: 0; }

.new-details-section .row .first-column .second-column-content .article-description-content ul { padding-left: 18px; }

.new-details-section .row .first-column .second-column-content .article-description-content ul li { list-style: initial; }

.new-details-section .row .second-column .first-column-content { padding: 55px 120px 55px 40px; box-sizing: border-box; background: var(--primary); }

.new-details-section .row .second-column .first-column-content form { width: 100%; }

.new-details-section .row .second-column .first-column-content form input { color: #fff; padding-bottom: 5px; outline: none; border: 0; border-bottom: 2px solid #fff; background: transparent; width: 100%; }

.new-details-section .row .second-column .first-column-content form input::placeholder { color: #fff; }

.new-details-section .row .second-column .first-column-content form i { color: #fff; position: absolute; right: 0; top: 5px; }

.new-details-section .row .second-column .second-column-content { background: #000; padding: 55px 120px 55px 40px; box-sizing: border-box; height: calc(100% - 140px); }

.new-details-section .row .second-column .second-column-content h4 { margin-bottom: 30px; }

.new-details-section .row .second-column .second-column-content .article-content:first-child { margin-top: 0; }

.new-details-section .row .second-column .second-column-content .article-content { margin-top: 30px; }

.new-details-section .row .second-column .second-column-content .article-content a { column-gap: 15px; }

.new-details-section .row .second-column .second-column-content figure { min-width: 100px; margin: 0; overflow: hidden; }

.new-details-section .row .second-column .second-column-content img { width: 100%; max-width: 100px; height: 70px; object-fit: cover; }

.new-details-section .row .second-column .second-column-content p,
.new-details-section .row .second-column .second-column-content img { transition: all 0.6s; }

.new-details-section .row .second-column .second-column-content figure:hover img { transform: scale(1.2); }

.article-images-slider-content { width: 100%; }

.article-images-slider { clear: both; }

.article-images-slider .slick-prev,
.article-images-slider .slick-next { z-index: 99; }

.article-images-slider .slick-prev::before,
.article-images-slider .slick-next::before { color: #000; font-size: 30px; }

.article-images-slider .slick-prev { left: 25px; }

.article-images-slider .slick-next { right: 25px; }

.no-articles-found { padding: 70px 0; }

.no-articles-found p { margin-top: 10px; }

.no-articles-found form { max-width: 768px; margin: auto; margin-top: 25px; }

.no-articles-found form input { outline: none; padding: 12px 15px; box-sizing: border-box; width: 100%; }

.no-articles-found form input:focus { border-color: var(--primary); }

.no-articles-found form i { position: absolute; top: 17px; right: 17px; }

.article-related-products-section .first-row { background: #f0f0f0; }

.article-related-products-section .second-row { background: #ffffff; }

@media (max-width: 992px) {
	.new-details-section .row { flex-wrap: wrap; }

	.new-details-section .row .column { width: 100%; }

	.new-details-section .row .first-column .second-column-content .article-description-content { padding: 50px 0; max-width: 80%; margin: auto; }

	.new-details-section .row .second-column .first-column-content { padding: 55px 0; }

    .new-details-section .row .second-column .first-column-content form { max-width: 80%; margin: auto; }

    .new-details-section .row .second-column .second-column-content { padding: 55px 0; }

    .new-details-section .row .second-column .second-column-content .related-articles-content { max-width: 80%; margin: auto; }
}

/* end new page styles */



/* rent page styles */

.rent-banner-section { background-image: url(../images/rent-machine-banner.png); }

.rent-benefits-section .first-row { background: var(--primary); padding: 30px 0; }

.rent-benefits-section .second-row .column { position: relative; width: 25%; padding: 40px 40px; box-sizing: border-box; }

.rent-benefits-section .second-row .column img { margin: auto; }

.rent-benefits-section .second-row .column h4 { font-size: 20px; max-width: 260px; margin: auto; margin-top: 15px; }

.rent-benefits-section .second-row .back-content { opacity: 0; max-height: 0; visibility: hidden; transition: opacity 0.6s ease, max-height 0.3s ease, visibility 0s 1s; box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; overflow: hidden; }

.rent-benefits-section .second-row .column:hover .back-content { opacity: 1; max-height: 1000px; visibility: visible; transition: opacity 0.6s ease, max-height 0.6s ease, visibility 0s; }

.rent-benefits-section .second-row .back-content .inner-back-content { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; max-width: 80%; }

.rent-benefits-section .second-row .back-content .inner-back-content h4 { font-size: 20px; }

.rent-benefits-section .second-row .second-column,
.rent-benefits-section .second-row .fourth-column { background: #f2f2f2; }

.high-performance-machinery-section .first-row { padding: 30px 0; }

.high-performance-machinery-section .second-row .column { width: 25%; background: #f2f2f2; padding: 50px 40px; box-sizing: border-box; }

.high-performance-machinery-section .second-row .column img { margin: auto; }

.high-performance-machinery-section .second-row .column h4 { font-size: 18px; margin-top: 25px; }

.high-performance-machinery-section .second-row .column p { margin-top: 5px; }

.rent-products-section { background: #000; }

.rent-products-section .second-row .column .black-cover { position: absolute; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.5)); top: 0; left: 0; bottom: 0; right: 0; z-index: 999; }

.rent-products-section .second-row .column .text-content { position: absolute; z-index: 9999; background: transparent; justify-content: flex-end; }

.rent-products-section .second-row .column .text-content h3 { transition: all 0.6s; color: #fff; }

.rent-products-section .second-row .column .text-content button { background: transparent; border: 2px solid #fff; max-width: 130px; }

.rent-products-section .second-row .column:hover h3 { color: var(--primary); }

.rent-products-section .second-row .column:hover button { background: var(--primary); border-color: var(--primary); }

.rent-products-section .customized-testimonials-slick-prev, .rent-products-section .customized-testimonials-slick-next { top: 50%; transform: translateY(-50%); }

@media (max-width: 1380px) {
	.rent-benefits-section .second-row .column img { max-width: 80px; }

	.high-performance-machinery-section .second-row .column h4 { font-size: 16px; }

    .rent-benefits-section .second-row .back-content .inner-back-content h4,
	.rent-benefits-section .second-row .column h4 { font-size: 16px; }
}

@media (max-width: 1200px) {
	.rent-benefits-section .second-row { flex-wrap: wrap; }

	.rent-benefits-section .second-row .column { width: 50%; }

	.high-performance-machinery-section .second-row { flex-wrap: wrap; }

	.high-performance-machinery-section .second-row .column { width: 50%; }

	.about-us-section .row.reversed-row .first-column img { min-height: 600px; }
}

@media (max-width: 992px) {
	.about-us-section .row.reversed-row .first-column img { min-height: auto; max-height: 450px; }
}

@media (max-width: 768px) {
	.rent-benefits-section .second-row .column,
	.high-performance-machinery-section .second-row .column { width: 100%; }

	.rent-benefits-section .second-row .column { padding: 50px 40px; }

	.high-performance-machinery-section .second-row .column { padding: 30px 40px; }

	.high-performance-machinery-section .second-row .first-column { padding-top: 75px; }

	.high-performance-machinery-section .second-row .fourth-column { padding-bottom: 75px; }
}

/* end rent page styles */



/* possale page styles */

.possale-section .tabs-content { background: #fafafa; }

.possale-section .tabs-content .tab-content { width: 25%; position: relative; }

.possale-section .tabs-content .tab-content .tab-header { cursor: pointer; background: #fafafa; padding: 40px; position: relative; min-height: 90px; }

.possale-section .tabs-content .tab-content.active .tab-header,
.possale-section .tabs-content .tab-content .tab-header:hover { background: var(--primary); }

.possale-section .tabs-content .tab-content .tab-header,
.possale-section .tabs-content .tab-content .tab-header h4 { transition: all 0.6s; }

.possale-section .tabs-content .tab-content.active .tab-header h4,
.possale-section .tabs-content .tab-content .tab-header:hover h4 { color: #fff; }

.possale-section .tabs-content .tab-content .tab-header img { margin-top: 50px; transition: opacity 0.6s ease; position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1; max-width: 150px; }

.possale-section .tabs-content .tab-content .tab-header img:first-child { display: block; object-fit: contain; opacity: 1; }

.possale-section .tabs-content .tab-content .tab-header img:nth-child(even) { display: block; object-fit: contain; opacity: 0; }

.possale-section .tabs-content .tab-content .tab-header:hover img:first-child,
.possale-section .tabs-content .tab-content.active .tab-header img:first-child { opacity: 0; }

.possale-section .tabs-content .tab-content.active .tab-header img:nth-child(even),
.possale-section .tabs-content .tab-content .tab-header:hover img:nth-child(even) { opacity: 1; }

.possale-section .tabs-content .tab-content .tab-header h4 { position: relative; z-index: 0; text-align: center; font-weight: bold; }

.possale-section .tabs-content .tab-content .tab-header h4 { margin-top: 100px; }

.possale-section .tabs-content .tab-body .inner-row .inner-column { width: 50%; }

.possale-section .tabs-content .tab-body { display: none; background: #000; }

.possale-section .tabs-content .tab-body[data-tab-id="0"] { display: block; }

.possale-section .tabs-content .tab-body .inner-row .first-inner-column .column-content { max-width: 520px; float: right; padding-left: 20%; margin-right: 80px; }

.possale-section .tabs-content .tab-body .inner-row .first-inner-column .about-us-description { margin-top: 15px; }

.possale-section .tabs-content .tab-body .inner-row .first-inner-column p ~ ul { margin-top: 30px; }

.possale-section .tabs-content .tab-body .inner-row .first-inner-column ul { padding-left: 20px; }

.possale-section .tabs-content .tab-body .inner-row .first-inner-column li { list-style: initial; margin-top: 15px; }

.possale-section .tabs-content .tab-body .inner-row .first-inner-column li:first-child { margin-top: 0; }

.possale-section .tabs-content .tab-body .inner-row .first-inner-column a { margin-top: 30px; }

.possale-section .tabs-content .tab-body .inner-row .first-inner-column a:hover { background: #fff; color: var(--primary); }

.possale-section .tabs-content .tab-body .inner-row .second-inner-column img { width: 100%; max-height: 600px; object-fit: cover; }

.possale-section .tabs-content .tab-body .reversed-inner-row .inner-column img { width: 100%; min-height: 600px; object-fit: cover; }

.possale-section .tabs-content .tab-body .reversed-inner-row .second-inner-column .column-content { max-width: 510px; margin-left: 80px; padding-right: 20%; }

.high-performance-machinery .first-row { padding: 30px 0; }

.high-performance-machinery .row { flex-wrap: wrap; }

.high-performance-machinery .row .column { width: 33.3%; padding: 60px; box-sizing: border-box; }

.high-performance-machinery .row .column .column-content { display: flex; flex-direction: column; align-items: baseline; height: 100%; justify-content: space-between; }

.high-performance-machinery .row .column h3 { margin-top: 20px; }

.high-performance-machinery .row .column p { margin-top: 20px; }

.high-performance-machinery .row .column a { display: table; margin-top: 30px; padding: 6px 25px; min-width: 115px; border-radius: 20px; }

@media (max-width: 1280px) {
	.possale-section .tabs-content .tab-body .inner-row .second-inner-column img { min-height: 800px; }
}

@media (max-width: 992px) {
	.possale-section .tabs-content { flex-wrap: wrap; }

	.possale-section .tabs-content .tab-content { width: 100%; }

	.possale-section .tabs-content .tab-content .tab-header { min-height: 70px; padding: 20px 40px; }

	.possale-section .tabs-content .tab-content .tab-header img { margin-top: 20px; }

	.possale-section .tabs-content .tab-content .tab-header h4 { margin-top: 90px; }

	.possale-section .tabs-content .tab-body .inner-row { flex-wrap: wrap; flex-direction: column-reverse; }

	.possale-section .tabs-content .tab-body .inner-row .inner-column { width: 100%; text-align: center; }

    .possale-section .tabs-content .tab-body .inner-row .first-inner-column { padding: 70px 0; }

	.possale-section .tabs-content .tab-body .inner-row .first-inner-column .column-content { max-width: 80%; float: initial; padding-left: 0; margin: auto; }

	.possale-section .tabs-content .tab-body .inner-row .first-inner-column .column-content a { display: inline-table; margin: auto; margin-top: 30px; }

    .possale-section .tabs-content .tab-body .inner-row .second-inner-column img { min-height: 100%; }

    .possale-section .tabs-content .tab-body .reversed-inner-row { flex-direction: column; }

    .possale-section .tabs-content .tab-body .reversed-inner-row .first-inner-column { padding: 0; }

    .possale-section .tabs-content .tab-body .reversed-inner-row .second-inner-column { padding: 70px 0; }

    .possale-section .tabs-content .tab-body .reversed-inner-row .second-inner-column .column-content { max-width: 80%; padding-right: 0; margin: auto; }

    .high-performance-machinery .row .column { width: 100%; text-align: center; }

    .high-performance-machinery .row .column .column-content { align-items: center; }
}

/* end posssale page styles */



/* products list page styles */

.product-in-details-brand { color: var(--primary) !important; font-weight: bold; margin-bottom: 0 !important; transition: all 0.6s; }

.products-list-column-content { padding: 0 30px; }

.products-list-section .row .column { width: 100%; }

.products-list-section .row .column img { width: 100%; }

.products-list-section .row .column .products-list-column-content { column-gap: 20px; }

.products-list-section .row .column .inner-row { width: calc(50% - 10px); position: relative; }

.products-list-section .row .column .inner-row .first-inner-column { background: #fff; width: 100%; }

.products-list-section .row .column .inner-row .second-inner-column { width: 100%; min-height: 320px; display: flex; flex-direction: column; justify-content: center; }

.products-list-section .row .column .product-in-list-description { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

.products-list-section .row .column .product-in-list-brand { color: var(--primary) !important; font-weight: bold; }

.products-list-section .row .column .second-inner-column { padding-left: 40px; }

.products-list-section .row .column .second-inner-column p { margin-top: 5px; }

.products-list-section .row .column .second-inner-column button { max-width: 130px; margin-top: 25px; }

.products-list-section .row .column .inner-row .second-inner-column::after { width: 100%; content: ""; position: absolute; bottom: 0; left: 0; border-bottom: 2px solid #eee; }

.products-list-section .row .column .inner-row .second-inner-column h3,
.products-list-section .row .column .inner-row .second-inner-column p { color: #000; }

.products-list-section .row .column .inner-row figure { overflow: hidden; margin: 0; }

.products-list-section .row .column .inner-row img { transition: all 0.6s; }

.products-list-section .row .column .inner-row:hover .second-inner-column button { background: #000; }

.products-list-section .row .column .inner-row:hover img { transform: scale(1.15); }

.products-categories-grid-section { padding: 0; background: #fff; }

.products-categories-grid-section .category-block { padding: 50px 0; margin-top: 50px; }

.products-categories-grid-section .category-block:nth-child(2n) { background: #F0F0F0; }

.products-categories-grid-section .category-block:first-child { margin-top: 0; }

.products-categories-grid-section .second-row { row-gap: 40px; flex-wrap: wrap; margin-top: 40px; }

.products-categories-grid-section .second-row .column { position: relative; width: 25%; }

.products-categories-grid-section .second-row .column figure { margin: 0; overflow: hidden; }

.products-categories-grid-section .second-row .column img { transition: all 0.6s; margin: auto; min-width: auto; width: 100%; }

.products-categories-grid-section .second-row .column:hover img { transform: scale(1.10); }

.products-categories-grid-section .second-row .column p { max-width: 80%; left: 50%; transform: translateX(-50%); font-family: 'Blinker', sans-serif; font-weight: 200; font-size: 22px; position: absolute; bottom: 0; width: 100%; height: 80px; padding: 0 20px; box-sizing: border-box; color: #000; background: #fff; box-shadow: 0 2px 2px rgb(0 0 0 / 10%); --webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 10%); display: flex; align-items: center; justify-content: center; }

.module-23-section .text-content-block { margin-top: 30px; }

.module-23-section .text-content-block ul { padding-left: 18px; }

.module-23-section .text-content-block ul li { list-style: initial; }

.module-23-section .text-content-block p { margin-top: 20px; }

.module-23-section .text-content-block ul p { margin-top: 0; }

.brand-associated-categories-section .second-row { row-gap: 40px; flex-wrap: wrap; margin-top: 30px; }

.brand-associated-categories-section .second-row .column { position: relative; width: 25%; }

.brand-associated-categories-section .second-row .column:hover img { transform: scale(1.10); }

.brand-associated-categories-section .second-row .column figure { margin: 0; overflow: hidden; }

.brand-associated-categories-section .second-row .column img { transition: all 0.6s; width: 100%; margin: auto; }

.brand-associated-categories-section .second-row .column p { max-width: 80%; left: 50%; transform: translateX(-50%); font-family: 'Blinker', sans-serif; font-weight: 200; font-size: 22px; position: absolute; bottom: 0; width: 100%; height: 80px; padding: 0 20px; box-sizing: border-box; color: #000; background: #fff; box-shadow: 0 2px 2px rgb(0 0 0 / 10%); --webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 10%); display: flex; align-items: center; justify-content: center; }

.module-21-button-link { display: table; margin: auto; padding: 6px 25px; border-radius: 20px; margin-top: 35px; margin-bottom: 50px; }

.module-25-section a { display: table; margin: auto; margin-top: 25px; }

@media (max-width: 1380px) {
	.products-list-section .row .second-column img { width: 310px; min-width: 310px; }

	.products-categories-grid-section .second-row .column p { font-size: 19px; }
}

@media (max-width: 992px) {
    .products-list-section .second-row { padding: 50px 0; }

    .products-list-section .second-row figure { margin: 0; }
   
	.products-list-section .second-row img { min-width: 100%; width: 100%; }

	.products-list-section .second-row .column-content .second-inner-column { padding-left: 40px; }

    .products-list-section .second-row .column-content .second-inner-column h3,
    .products-list-section .second-row .column-content .second-inner-column p { color: #000; }

	.products-list-section .second-row .column-content .second-inner-column p { margin-top: 5px; }

	.products-list-section .second-row .column-content .second-inner-column button { margin-top: 25px; }

    .products-list-section .second-row .column-content a { flex-wrap: wrap; }

    .products-list-section .second-row .column-content .inner-column { width: 100%; }

    .products-list-section .second-row .column-content .second-inner-column { padding-left: 0; margin-top: 30px; }

    .products-list-section .second-row img { width: 100%; }

    .products-list-section .second-row .column-content .inner-row { margin-top: 40px; }

    .products-list-section .second-row .column-content .inner-row:first-child { margin-top: 0; }

    .products-categories-grid-section .first-row { background: transparent; padding: 0; }

    .products-categories-grid-section .second-row { padding: 0; }

    .brand-associated-categories-section .second-row .column,
    .products-categories-grid-section .second-row .column { width: calc(50% - 20px); }

    .products-list-section .row .column .inner-row { width: 100%; }
}

@media (max-width: 768px) {
	.products-list-section .row .column .inner-row a { flex-wrap: wrap; justify-content: center; }

	.products-list-section .row .column img { min-width: auto; }

	.products-list-section .row .column .inner-row .inner-column { width: 100%; }

    .products-list-section .row .column .inner-row .second-inner-column { min-height: auto; padding-bottom: 40px; padding-left: 0; text-align: center; }

    .products-list-section .row .column .second-inner-column button { margin: auto; margin-top: 25px; }
}

@media (max-width: 575px) {
	.brand-associated-categories-section .second-row .column,
	.products-categories-grid-section .second-row .column { width: 100%; }
}

/* end products list page styles */



/* extra modules styles */

.module-26-section .module26-grid { display: grid; grid-auto-rows: 1fr; }

.module-26-section .layout-1 { grid-template-columns: 1fr; }

.module-26-section .layout-2 { grid-template-columns: repeat(2, 1fr); }

.module-26-section .layout-3 { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); }

.module-26-section .layout-3 .column:nth-child(1) { grid-row: 1; grid-column: 1; }

.module-26-section .layout-3 .column:nth-child(2) { grid-row: 2; grid-column: 1; }

.module-26-section .layout-3 .column:nth-child(3) { grid-row: 1 / span 2; grid-column: 2; }

.module-26-section .layout-4 { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, auto); }

.module-26-section .column { position: relative; height: calc(600px / 2); }

.module-26-section .column:last-child { height: 600px; }

.module-26-section .column .column-content { height: 100%; }

.module-26-section .column .main-image { width: 100%; height: 100%; object-fit: cover; }

.module-26-section .column .text-content { position: absolute; top: 50%; left: 60px; transform: translateY(-50%); z-index: 9999; padding-right: 60px; }

.module-26-section .column .text-content p { margin-top: 5px; }

.module-26-section .column .misc { position: absolute; bottom: 30px; right: 30px; z-index: 9999; }

.module-26-section .column .layout { position: absolute; height: 100%; width: 100%; }

@media (max-width: 1600px) {
	.module-26-section .column { position: relative; height: calc(450px / 2); }

    .module-26-section .column:last-child { height: 450px; }
}

@media (max-width: 1380px) {
	.module-26-section .column .misc { max-width: 24px; }
}

@media (max-width: 992px) {
	.module-26-section .module26-grid { display: flex; flex-wrap: wrap; }

    .module-26-section .column { width: 100%; height: auto !important; }
}

@media (max-width: 575px) {
	.module-26-section .column .text-content { left: 50%; transform: translateY(-50%) translateX(-50%); width: 80%; text-align: center; padding-right: 0; }
}

/* end extra modules styles */