@charset "utf-8";
:root { /* COLOR VARIABLES */
--white: #fff; --light-grey: #F5F5F5; --gray-lite: #d9d9d9; --gray-mild: #9A9A9A; --gray-dark: #666; --pink: #f52379; --blue: #092B52; --black: #1c212e; --red: #CE3D3E; --all-fast: all 0.5s; --all-medium: all 0.5s; --all-slow: all 0.8s;
/* FONT SIZE VARIABLE */
--font-sm: 14px; --font-md: 16px; --font-lg: 18px; --font-xl: 20px; }

/* ========================== COMMON CSS ========================== */

/** font family **/

@import url('https://fonts.cdnfonts.com/css/neo-sans-pro');  

*, ul, ol, li, a { margin: 0; padding: 0; list-style-type: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*body { font-family: 'Neo Sans Pro', sans-serif !important; }*/

body { font-family: 'Exo', sans-serif !important; }  

body p { font-size: 16px; font-weight: 400; text-align: justify; }

input, input:focus, textarea, textarea:focus, .form-control, .form-control:focus { box-shadow: none; outline: none; border-bottom-color: var(--blue); background-color: transparent; color: var(--blue-mild); }

*, a, a:active, a:focus, a:hover, button:focus, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus { text-decoration: none; -webkit-box-shadow: none; box-shadow: none; outline: 0; }

button { background: transparent; }

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none; }

::-moz-selection { color: var(--white); background: var(--red); }

::selection { color: var(--white); background: var(--red); }

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Firefox */

input[type=number] { -moz-appearance: textfield; }

body {  font-size: 16px; color: #232425; font-weight: 300; width: 100%; position: relative; }

body p { font-size: 16px; line-height: 1.5; color: #232425; margin-bottom: 16px; font-weight: 300; }

[type=reset], [type=submit], button { -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; border: none; cursor: pointer; }

footer, section { width: 100%; position: relative; overflow: hidden; }

label { font-size: 20px; font-weight: 600; color: #232425; line-height: 1; margin-bottom: 25px; }

.form-control { font-size: 16px; font-weight: 500; color: #000; text-transform: capitalize; border: 1px solid #DDDDDD; background: #F5F5F5; border-radius: 0; padding: 10px 20px; height: auto; -webkit-appearance: none; }

.form-control:focus { background-color: #F5F5F5; border-color: #999; }

select.form-control { background: #F5F5F5 url(../images/icons/dropdown-arrow.svg) no-repeat; background-size: 10px; background-position: calc(100% - 20px) center; }

/* IMG BOX */

.img-box { display: flex; align-items: center; justify-content: center; overflow: hidden; transition: all 0.5s }

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

/* HEADER */

.header { position: fixed; left: 0px; top: 0px; width: 100%; background: #000; display: flex; align-items: center; background: #fff; padding: 20px 0px; z-index: 9; transition: all 0.5s; }

.header.sticky { padding: 10px 0px; background: #fff; z-index: 11 }

.header .logo { width: 150px; display: block; transition: var(--all-medium); }

.header.sticky .logo { width: 120px; display: block; }

.header .logo img { width: 100% }

.header-right { text-align: right; display: flex; align-items: center; justify-content: flex-end; }

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

.country-dropdown { display: inline-block; margin: 0px 30px }

.country-dropdown .dropdown .dropdown-toggle { display: inline-block; }

.country-dropdown .dropdown .dropdown-toggle::after { display: none }

.country-dropdown .dropdown .dropdown-menu li a img { margin-right: 10px; width: 20px }

.country-dropdown .dropdown .dropdown-menu li a { font-size: 16px; font-weight: 500; color: #000; padding: 8px 8px; border-bottom: 1px solid #f9f9f9 }

.country-dropdown .dropdown .dropdown-menu li:hover a { color: var(--red); }

.country-dropdown .dropdown .dropdown-menu { padding: 0px; border: 0px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); color: var(--red); margin-top: 10px }

.dropdown-item.active, .dropdown-item:active { background-color: transparent; }

.input-group { background: #F5F5F5; width: 100% }

.input-group .form-control { border: 0px; padding: 5px 20px }

.input-group-text { display: block; border: 0px; background: transparent; position: relative; padding: 14px 15px; box-sizing: border-box; }

.input-group-text img { width: 24px; display: block; }

.input-group-text:before { content: ""; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); height: 80%; background: #E9E9E9; width: 1px }

.header .hamburger-content .container .row { align-items: flex-start; }

.hamburger-content .container { width: 1200px; max-width: 1200px; margin: 0px auto }

.hamburger-content ul li a { color: var(--white); }

.hamburger-content .menu-div { display: block; margin-bottom: 30px; vertical-align: top; position: relative; height: 100% }

.hamburger-content .menu-div h2 { display: block; font-size: 20px; margin-bottom: 15px; color: #fff; }

.hamburger-content .menu-div .img-div { position: relative; width: 100%; height: 150px; border-radius: 10px; overflow: hidden; margin-bottom: 15px }

.hamburger-content .menu-div .img-div img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all 0.5s }

.hamburger-content .menu-div .img-div:before{ content: ""; width: 100%; opacity: 0; height: 100%; background: rgba(0,0,0,0.3); position: absolute; top:0px; left: 0px; right: 0px; bottom: 0px; z-index: 1; transition: all 0.5s }

.hamburger-content .menu-div .img-div:hover:before{opacity: 1 }

.hamburger-content .menu-div:hover .img-div img { transform: scale(1.1); }

.hamburger-content .menu-div .menu-list { display: block; }

.hamburger-content .menu-div .menu-list li a { font-size: 16px; color: #fff; display: inline-block; transition: all 0.5s }

.hamburger-content .menu-div .menu-list li a:hover { color: #CE3D3E; }

.hamburger-content .menu-div .menu-list li { display: block; margin-bottom: 10px; line-height: 1 }


.country-dropdown .dropdown.header_shortcode .gt_selector.notranslate{ width: 150px; padding: 4px 8px; background: #fff; color: #092B52; border: 1px solid #092B52; border-radius: 6px; font-size: 14px; }

/* HAMBURGER MENU */

.hamburger { display: inline-flex; flex-flow: column wrap; padding: 2px 0px; }

.hamburger span { width: 40px; height: 4px; border-radius: 6px; background: #092B52; margin: 3px 0; pointer-events: none; }

.strip-menu { display: block; position: absolute; top: 100%; z-index: -1; right: 0; width: 300px; padding: 0px; background-color: #fff; border-bottom: 1px solid #ddd; transition: var(--all-medium); clip-path: inset(0% 0% 100% 0%); }

.strip-menu.show { clip-path: inset(0% 0% 0% 0%); }

.strip-menu ul { list-style: none; display: flex; flex-flow:column wrap; justify-content: center; padding: 0; margin: 0; }

.strip-menu li { margin: 0; }

.strip-menu a { display: flex; justify-content: flex-end; font-size: 18px; border-bottom:1px solid #ddd; font-weight: 500; text-transform: uppercase; color: #092B52; text-decoration: none; padding: 20px 40px; text-align: right; }

.strip-menu li:last-child a { border-bottom: none; }

.strip-menu a:hover{ color:#CE3D3E; }

@-webkit-keyframes animateIn { 0% { opacity: 0; transform: translateX(-30px); }

100% { opacity: 1; } }

@keyframes animateIn { 0% { opacity: 0; transform: translateX(-30px); }

100% { opacity: 1; } }

.call-icon { width: 25px; position: relative; }

.no{ white-space: nowrap; position: absolute; right: 0; top:50%; transform: translateY(-50%); line-height: 1; padding: 5px 10px; height:100%; font-size: 18px; color:#000; font-weight: 500; transition: all 0.4s; margin-right: 10px; opacity: 0; }

.call-icon:hover .no { opacity: 1; margin-right: 30px; }

.call-icon .svg { width: 100%; transition: all 0.5s }

.call-icon:hover .svg { transform: scale(1.02); }

.flag-iocn { width: 35px }

.flag-iocn img { width: 100% }

/*------------------------ css start ----------------------*/

.section { padding: 80px 0; } 

.container { max-width: calc(100% - 100px); width: 100%; margin: auto; }

.banner { overflow: visible; /*margin-bottom: 60px; */}

.banner .container { width: 1200px; max-width: 1200px; padding: 0px 15px }

.container-fluid { width: 100%; max-width: calc(100% - 100px); }

.banner .banner-img { width: 100%; height: 590px; overflow: hidden; position: relative; background: #000; }

.banner .banner-img:before { content: ""; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 0 }

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

.banner .banner-text-cont { padding-bottom: 0px; margin-top: -30px; color: #fff; position: relative; z-index: 1; background: var(--blue); height: 50px; margin-bottom: 50px;}

.banner .banner-text-cont .banner-text h1 { font-size: 25px; line-height: 32px; font-weight: 700; color: #fff; text-transform: capitalize; margin-bottom: 0; }

.banner .banner-text-cont:has(p) .banner-text h1 { margin-bottom: 20px; }

.banner .banner-text { width: 100%; position: absolute; left: 0; bottom: 5px; }

.page-id-487 .banner .banner-text{ bottom: 28px; } 

.banner .banner-text-cont .banner-text p { font-size: 20px; color: #fff; margin-bottom: 30px }

.banner .banner-text-cont .banner-text .commn-btn { background: #fff; transition: all 0.5s }

.banner .banner-text-cont .banner-text .commn-btn:hover { background: var(--red) }

.banner .banner-text-cont .banner-text .commn-btn span { color: #000; transition: all 0.5s }

.banner .banner-text-cont .banner-text .commn-btn:hover span { color: #fff; }

.banner .swiper-slide{ opacity: 0!important }
 
.banner .swiper-slide-active{ opacity: 1!important }

.banner-slider .btn-wrap .prev, .banner-slider .btn-wrap .next { transition: all 0.3s; position: absolute; top:30%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border:1px solid #d1d1d1; z-index: 1 }

.banner-slider .btn-wrap .prev:hover .svg path, .banner-slider .btn-wrap .next:hover .svg path { fill: #000; }

.banner-slider .btn-wrap .prev .svg, .banner-slider .btn-wrap .next .svg { width: 10px }

.banner-slider .btn-wrap .prev{ left: 70px }

.banner-slider .btn-wrap .next{ right:70px }

.banner-slider .btn-wrap .prev:hover, .banner-slider .btn-wrap .next:hover { background:rgba(255,255,255,0.7) }

.commn-btn { background: #CE3D3E; border-radius: 4px; padding: 15px 40px; transition: all 0.5s; line-height: 1; font-weight: 500; }

.commn-btn:hover { background: var(--blue) }

.commn-btn span { color: #fff; font-weight: 500; font-size: 16px; transition: all 0.5s }

.commn-btn:hover { -webkit-animation: pulse 1s forwards; }

.banner .commn-btn:hover{ -webkit-animation: pulse2 1s forwards; }

.btn-wrap .prev:focus+.btn, .btn:focus{ box-shadow: none }

@keyframes pulse2 {

0% { box-shadow: 0px 0px 0px 0px rgba(206,61,62, 0.7); }

100% { box-shadow: 0px 0px 0px 10px rgba(206,61,62, 0); }

}

@keyframes pulse {

0% { box-shadow: 0px 0px 0px 0px rgba(9,43,82, 0.7); }

100% { box-shadow: 0px 0px 0px 10px rgba(9,43,82, 0); }

}

/* product section */

.py-100 { padding-top: 100px; padding-bottom: 100px }

.py-80 { padding-top: 80px; padding-bottom: 80px }

.product-sec ul li { opacity: 0; transform: scale(0.8); }

.product-list { padding: 20px 20px; background: #F5F5F5; display: block; margin-bottom: 30px; transition: var(--all-medium); }

.product-list .product-img { width: 100%; height: 230px; margin-bottom: 20px; overflow: hidden; position: relative; }

.product-list .product-img:before{ content: ""; width: 100%; opacity: 0; height: 100%; background: rgba(0,0,0,0.3); position: absolute; top:0px; left: 0px; right: 0px; bottom: 0px; z-index: 1; transition: all 0.5s }

.product-list .product-img:hover:before{opacity: 1 }

.product-list .product-img img { width: 100% !important; height: 100% !important; object-fit: cover; object-position: center; transition: all 0.8s }

.product-list .product-img:hover img { transform: scale(1.1); }

.product-list h2 { color: #CE3D3E; font-size: 22px; transition: all 0.4s; font-weight: 600; text-transform: uppercase; margin-bottom: 0px; padding-left: 15px }

.product-list:has(p) h2 { margin-bottom: 20px; }

.product-list p { color: #232425; font-size: 16px; transition: all 0.4s; font-weight: 400; margin-bottom: 0px; padding-left: 15px }

.product-list:hover h2 { color: var(--blue); }

.product-list:hover { box-shadow: 0 10px 15px rgba(0,0,0,0.1); margin-top: -5px; }

/* about section*/

.about-bx { border-radius: 60px; background: var(--light-grey); overflow: hidden; }

.about-bx .about-img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; }

.about-bx .about-img img { width: 100%; transform: translateY(calc(-1px * var(--parallax-calculation) * 100)); }

.about-bx .about-text { padding: 80px 80px }

.about-bx .about-text .title { font-size: 32px }

.about-bx .about-text p { color: #232425; font-size: 20px; margin-bottom: 30px; font-weight: 400 }

.title { font-size: 44px; font-weight: 600; color: #CE3D3E; margin-bottom: 60px; text-transform: uppercase; text-align: left; }

.mb-80 { margin-bottom: 80px }

/* footer logo */

.footer-logo { width: 150px; margin-bottom: 20px; display: inline-block; }

.footer-logo img { width: 100% }

footer { background: var(--blue); padding: 80px 0px 0px 0px; color: #fff; }

footer .container { width: 1200px; max-width: 1200px }

footer .footer-div2{ padding-right: 40px }

footer .footer-div p { font-size: 16px; color: #b5bfcb; }

footer .footer-div ul li a { font-size: 16px; color: #fff; opacity: 0.7; transition: all 0.3s; }

footer .footer-div ul li a:hover { color: var(--red); opacity: 1; }

footer .footer-div h3 { font-size: 26px; font-weight: 600; margin-bottom: 30px }

footer .footer-div ul li { margin-bottom: 10px }

footer .footer-div { margin-bottom: 20px }

.addr-list { margin-bottom: 30px; }

.addr-list li { padding-left: 30px; position: relative; margin-bottom: 15px }

.addr-list li a span { position: absolute; left: 0px; top: 0px; opacity: 0.7; transition: all 0.4s }

.addr-list li a:hover span { opacity: 1 }

.social-links li { display:inline-flex; align-items: center; margin-right: 15px }

.social-links li a { display: flex; align-items: center; justify-content: center; transition: all 0.5s }

.social-links li a:hover img { transition: all 0.2s }

.social-links li a:hover img { transform: scale(1.1); }

.footer-last { margin-top: 30px; margin-bottom: 30px; text-align: left; }

.footer-last p { font-size: 14px; font-weight: 400; color: #fff; margin-bottom: 0px; opacity: 0.3 }

footer .container-fluid { padding: 0px 40px }

.footer-last p.comp { text-align: right; }

.footer-last p a:hover { color: #CE3D3E; }

/* pool page */

.breadcrump-div { padding-top: 10px;padding-bottom: 30px; }

.breadcrump { margin: 0px; padding-left: 0px }

.breadcrump li { display: inline-flex; align-items: center; font-size: 19px; color: #444444; padding-right: 5px; font-weight: 500; }

.breadcrump li a, .breadcrump li h1 { display: inline-block; font-size: 19px; color: #000; padding-right: 10px; transition: all 0.5s; font-weight: 500; margin: 0; }

.breadcrump li a {padding-right: 0 !important; margin-right: -6px !important;}

.breadcrump li:hover a { color: var(--red); }

.breadcrump-text { padding: 60px 0; }

.product-list-sec .title { text-align: center; margin-bottom: 60px; text-align: left; }

.product-dec { display: flex; border-radius: 10px; background: #F5F5F5; overflow: hidden; height: calc(100% - 30px); margin-bottom: 30px; position: relative; transition: var(--all-medium); }

.product-dec:hover { margin-top: -5px; box-shadow: 0 10px 15px rgba(0,0,0,0.1); }

.pool-products ul li { transform: scale(0.9); opacity: 0; }

.product-dec .pro-img { min-width: 300px; height: 100%; overflow: hidden; }

.product-dec .pro-img img { width: 100% !important; height: 100% !important; object-fit: contain; object-position: center; transition: all 0.8s }

.product-dec:hover .pro-img img { transform: scale(1.1); }

.product-dec .product-text { padding: 30px; display: flex; align-self: center; flex-direction: column; }

.product-dec .product-text p { margin-bottom: 0px }

.product-dec .product-text h3 { font-size: 24px; font-weight: 600; color: var(--red); margin-bottom: 15px }

.img-div { width: 100% }

.img-div img { width: 100% }

.title2 { font-size: 32px; font-weight: 600; margin-bottom: 20px; color: #CE3D3E; text-transform: uppercase; }

.about-sec2 .about-dec { padding: 30px 60px }

.about-sec2 .about-dec p { font-size: 22px }

.about-sec2 .img-div img { transition: all 0.5s }

.about-sec2 .img-div:hover img { transform: scale(1.1); }

/* product page */

.pro-nav-sec { position: sticky; top: 40px; left: 0; width: 100%; background: #fff; z-index: 1; }

.pro-navigation{ background:#F9F9F9; display: flex; justify-content: center; margin-top: 60px; }

.pro-navigation a { position: relative; display: flex; margin: 0px 10px; padding: 20px 10px; font-size: 18px; color:#CE3D3E; font-weight: 600; }

.pro-navigation a:before { content: ""; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 3px; background: var(--red); transition: all 0.3s  }

.navigation__link.active:before { width: 100% }

/* overview section */

.nav-section{ padding: 60px 0px 0px; }

.overview-bx .overview-cont{ padding-right: 50px }

.overview-bx .overview-cont .title3{ font-size: 40px; color:#000; font-weight: 600; margin-bottom: 30px }

.overview-bx .overview-cont p span{ font-size: 20px; font-weight: 600;}

.overview-bx .overview-cont p{ margin-bottom: 30px}

.product-slider-cont { width: 100%; max-width:100%; margin: 0px auto; overflow: hidden; }

.pro-slider { width: 100%; height: 500px; margin: 0 0 10px 0; }

.pro-slider .swiper-slide { width:100%; height:100%; }

.pro-slider .swiper-slide img {width:100%; height: 100%; object-fit: cover; object-position: center; margin: 0 auto; }

.pro-slider .swiper-slide .swiper-slide-active { opacity: 0.8 }

.pro-thumbs { width: 100%; margin: auto; padding: 0; overflow: hidden; position: relative; padding: 0px 50px; }

.pro-thumbs .swiper-slide { width: 100px; height: 100px; text-align: center; overflow: hidden; }

.pro-thumbs .swiper-slide img { width:100%; height: 100%; object-fit: cover; object-position: center; cursor: pointer; }

.pro-thumbs .swiper-slide .swiper-slide-active{ opacity: 0.8 }

.swiper-button-prev, .swiper-button-next{ background: #F9F9F9; top:0px; transform: none; margin-top: 0px;  display: flex; width: 40px; height: 100%; align-items: center; justify-content: center; }

.swiper-button-prev{ left: 0px }

.swiper-button-next{ right: 0px }

.swiper-button-next:after, .swiper-button-prev:after{ display: none}

/* feature bx */

.title4{ font-size: 34px; color:var(--red); font-weight: 600; margin-bottom: 50px}

.feature-list li { display: flex; padding-left: 30px; position: relative; font-size: 18px; color:#232425; margin-bottom: 30px }

.feature-list li:last-child { margin-bottom: 0; }

.feature-list li:before{ content: ""; position: absolute; left: 0px; top:5px; width: 15px; height: 15px; border-radius: 50%; background: var(--red) }

.commn-text p { font-size: 18px; }
 
/* technical section */

.technical-pro-cont { overflow: hidden; }

.technical-bx .img-box.full { aspect-ratio: 16/6; padding: 0; } 

.technical-bx .img-box { position: relative; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; width: 100%; aspect-ratio: 16/14; padding: 30px; background: #F5F5F5; overflow: hidden; margin-bottom: 30px; }

.technical-bx .img-box img { width: 100%; height: 100%; object-fit: cover; }

.technical-bx .img-box .info { position: absolute; width: 80%; text-align: center; }

.technical-bx .img-box .info h4 { font-size: 28px; text-transform: uppercase; color: #fff; text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.technical-bx .img-box .info p { font-size: 20px; line-height: 1.3; color: #fff; text-shadow: 0 0 4px rgba(0, 0, 0, 0.1); margin-bottom: 0; }

.technical-bx .img-box.full .info h4 { font-size: 48px; }

.technical-bx .img-box.full .info p { font-size: 26px; }

/* download bx */

.list-group { display: flex; justify-content: center; width: 100%; background: var(--blue); margin-bottom: 40px }

.list-group.list_group_detail_wrapper { margin-bottom: 20px; }

.list-group a{ padding: 20px 10px; color:#fff; font-weight: 600; font-size: 18px; position: relative; margin: 0px 15px}

.list-group a:before{ content: ""; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 3px; background: var(--red); transition: all 0.3s  }

.list-group a.active:before{ width: 100%}

/* faq-section */

.fqa-sec { background-color: #fbfbfb; }

/*.faq-list { display: flex; flex-flow: row wrap; }*/


.faq-list>li { display: flex; flex-flow: row wrap; width: 100%; padding: 0px 0; margin-bottom: 10px; }

.faq-list>li > a { text-transform: uppercase; background: #092B52; width: 100%; font-size: 20px; line-height: 1.4; font-weight: 600; position: relative; padding: 15px 40px 15px 25px; color:#fff; }

.faq-list>li > a span { width: 40px; position: absolute; display: inline-block; right: 25px; top: 50%; transform: translateY(-50%) rotateZ(0deg); width: 15px; transition: var(--all-medium); }

.faq-list>li > a span img{ width: 100% } 

.faq-list>li.active > a span { transform: translateY(-50%) rotateZ(-180deg); }

.faq-list>li.active > a,.faq-list>li > a:hover { color:var(--red); }

.faq-list>li .text-box { font-size: 21px; padding: 0 15px; width: 100% }

.faq-list>li .text-box.detail_wrapper-txt{ padding:0  15px; }

.faq-list>li .text-box p { font-size:20px; margin-bottom: 7px; font-weight: 500; }

/* dealer bx */

.dealer-bx.nav-section{ padding-bottom: 50px }

.dealer-cont{ padding: 85px 20px; text-align: center; display: block; overflow: hidden; position: relative; }

.dealer-cont .img-div { width: 100%; height: 100%; position: absolute; left: 0; top:0px; right: 0px; }

.dealer-cont .img-div:before { content: ""; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background: rgba(0,0,0,0.5); transition: all 0.4s; z-index: 1; }

.dealer-cont:hover .img-div:before { opacity: 0; }

.dealer-cont .img-div img { width: 100%; height: 100%; object-position: center; object-fit: cover; overflow: hidden; transition: all 0.4s; }

.dealer-cont:hover .img-div img { transform: scale(1.03); }

.dealer-cont .deal-text{ z-index: 11; position: relative; }

.dealer-cont .deal-text h3{ font-size: 30px; font-weight: 600; margin-bottom: 10px; color:#fff; }

.dealer-cont .deal-text p{ font-size: 20px; font-weight: 400; color:#fff; }

.links { display: flex; flex-flow: row wrap; align-items: center; width: 100%;  }

.links li { min-width: 100%; }

.links li a { /*display: flex;*/ color: #000; font-size: 18px; font-weight: 500; margin-right: 20px; margin-bottom: 15px; text-decoration: underline; }  

/* new css */

.about-sec .container-fluid, .about-sec2 .container-fluid{ max-width: 100%; padding: 0px }

.about-sec .about-bx, .about-sec2 .about-bx{ border-radius: 0px }

.video-div{ width: 100%; height: 100% }

.video-div iframe{ width: 100%; height: 100%; object-fit: cover; object-position: center; }

.product-download { padding: 80px 0; }
 
/* PRIVACY POLICY */

.privacy-policy { padding: 60px 0; }

.privacy-policy .form-group { max-width: 400px; width: 100%; margin-bottom: 20px; }

.privacy-policy .privacy-title { font-size: 24px; font-weight: 600; color: #232425; margin-bottom: 20px; margin-top: 60px; }

/* SITEMAP */

.sitemap { padding: 60px 0 100px; }

.sitemap-list { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 85px 40px; }

.sitemap-list h5 { font-size: 24px; font-weight: 600; text-transform: uppercase; color: #232425; line-height: 1; margin-bottom: 30px; }

.sitemap-list a { display: block; font-size: 18px; font-weight: 400; text-transform: capitalize; color: #232425; line-height: 1; margin-bottom: 15px; }

/* DEALER LOCATOR */

.dealer-locator { padding: 60px 0 80px; }

.dealer-locator .title + p { margin-bottom: 40px; }

.search-result { display: flex; flex-flow: column wrap; height: 100%; max-height: 600px; }

.search-result label { margin-bottom: 40px; }

.search-result ul { flex: 1; overflow: auto; }

.search-result ul li { display: flex; flex-flow: row wrap; width: 100%; margin-bottom: 30px; padding-bottom: 30px;; border-bottom: 1px solid #DDD; position: relative; padding-right: 300px; }

.search-result ul li h4 { width: 100%; font-size: 20px; line-height: 1; font-weight: 600; color: #000; text-transform: capitalize; margin-bottom: 20px; }

.search-result ul li p { width: 100%; font-size: 16px; line-height: 1.2; font-weight: 500; color: #000; text-transform: capitalize; margin-bottom: 20px; }

.search-result ul li a { display: flex; flex-flow: row wrap; align-items: center; margin-right: 25px; margin-bottom: 15px; }

.search-result ul li a img { width: auto; height: 20px; margin-right: 10px; }

.search-result ul li a span { font-size: 16px; line-height: 1.2; font-weight: 500; color: #000; text-transform: capitalize; text-decoration: underline; }

.search-result ul li .dealer-info { position: absolute; right: 15px; top: 0; padding: 20px; background: var(--blue); border-radius: 10px; opacity: 0; visibility: hidden; transform: var(--all-medium); }

.search-result ul li .dealer-info.show { opacity: 1; visibility: visible; }

.search-result ul li .dealer-info a { margin-bottom: 5px; }

.search-result ul li .dealer-info a span { color: #fff; }

.search-result ul li .dealer-info .close-info { position: absolute; right: 5px; top: 5px; width: 20px; height: 20px; margin: 0; background: #fff; font-size: 14px; font-weight: 500; color: #CE3D3E; border-radius: 50%; justify-content: center; align-items: center; align-content: center; padding-left: 1px; padding-bottom: 1px; }

.dealer-locator iframe { width: 100%; height: 100%; min-height: 600px; }

.dealer-locator p:has(strong) { font-weight: 500; margin-top: 80px; }

.dealer-locator p strong { font-weight: 700; }

/* CONTACT US */

.contact-us { padding: 60px 0 100px; }

.contact-us .title { margin-bottom: 30px; }

.contact-us .title + p { font-size: 20px; font-weight: 600; margin-bottom: 80px; }

.blue-box { padding: 120px 100px; background: #092B52; } 

.blue-box .media:not(:last-child) { margin-bottom: 40px; }

.blue-box .media .media-img { width: 60px; height: 60px; border-radius: 50%; background: #fff; padding: 16px; margin-right: 20px; }

.blue-box .media .media-img img { width: 100%; height: 100%; object-fit: contain; }

.blue-box .media .media-body h3 { font-size: 26px; line-height: 1.2; font-weight: 600; color: #fff; margin-bottom: 10px; }

.blue-box .media .media-body p { font-size: 18px; line-height: 1.4; font-weight: 400; color: #fff; margin-bottom: 10px; text-align: left; }

.blue-box .media:last-child p { margin-bottom: 10px; font-weight: 500; }

.blue-box .media .media-body p a { font-weight: 400; color: #fff; }

.contact-us .form { padding: 50px; background: #fff; border: 1px solid #BBBBBB; }

.contact-us .form h3 { font-size: 30px; font-weight: 600; color: #CE3D3E; margin-bottom: 30px; }

.contact-us .form label { width: 100%; margin-bottom: 10px; font-size: 18px; }

.contact-us .form .form-group { margin-bottom: 25px; }
 
.ps-md-5 { padding-left: 3rem !important; } 
 
/* shiv */  

.links li { margin-top: 10px; padding:10px 25px; background: #eeeeee; display: flex; justify-content: space-between; align-items: center; } 

.links li a { margin: 0; color: #000000; text-decoration: none; }

.result_wrapper .banner{ margin-bottom: 0px; } 
 
.result_wrapper .entry-header h2 { font-size: 24px; line-height: 30px; position: absolute; bottom: 0px; width: 100%; margin: 0; padding: 10px; } 

.result_wrapper .entry-header h2 a { color: #ffffff; }

.result_wrapper .products .post-thumbnail img.attachment-post-thumbnail { max-width: 100% !important; height: 100% !important; }

.product-sec:nth-child(2) { display: none !important; }

.links li a:nth-child(2) { color: #FFFFFF; background: var(--red); padding: 4px 15px;  border-radius: 6px; transition: all 0.3s ease; }  

.links li a:nth-child(2):hover { background: #092b52; color: var(--red); }

.banner .banner-text-cont .banner-text h1 br { display: none; }

.banner .banner-text-cont .banner-text h1 br:nth-child(1) { display: block; }

.product-dec .product-text p:last-child { text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;	max-height:auto; } 

.banner .banner-text-cont .banner-text h1:nth-child(2) { display: none; }

.post_contant_wrapper { margin-top: 30px; margin-bottom: 30px; }

.entry-footer.default-max-width.footer_post_wrapper .posted-by a { color: #ffffff; }

.entry-footer.default-max-width.footer_post_wrapper .post-taxonomies a {color: #ffffff; }

.entry-footer.default-max-width.footer_post_wrapper .posted-by, .entry-footer.default-max-width.footer_post_wrapper .post-taxonomies { text-align: center; }  

.search-result-count.default-max-width { padding-bottom: 50px; } 

.navigation.pagination { justify-content: center; padding: 10px 30px; background: #092b52; margin-bottom: 50px; border-radius: 0; color: #fff; } 

.navigation.pagination .nav-links a { color: #ffffff; transition: all ease 0.3s;}

.navigation.pagination .nav-links a:hover {color: var(--red); }

.detail_wrapper.feature-bx ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.detail_wrapper.feature-bx ul li ul {display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;    padding: 14px;}
.detail_wrapper.feature-bx ul li ul li {font-size: 16px;margin-bottom: 5px;}
.feature-bx ul li ul li:before {content: "";position: absolute;left: 0px;top: 5px;width: 10px; height: 10px;border-radius: 50%;background: #092b52;}
.detail_wrapper.feature-bx ul li { width: 48%; }

.overview-bx .swiper-slide iframe { width: 100% }

.contant_wrapper{ text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.search.search-results .breadcrump-div nav{ max-width: 1200px; margin: 0 auto 6px; }

/* Breadcrumb Back Button Styles */
.breadcrumb-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.back-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-right: 20px;
}

.back-button:hover {
    background: var(--red);
    color: #fff;
    text-decoration: none;
    transform: translateX(-5px);
}

.back-button i {
    margin-right: 8px;
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .breadcrumb-container {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .back-button {
        margin-bottom: 15px;
        margin-right: 0;
    }
}