@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');







*,

::after,

::before {

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -o-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

}



:root {

  --headingFont: ;

  --bodyFont: ;

  --whiteColor: #ffffff;

  --primaryColor: #000000;

  --secondaryColor: #860b13;

}



/* ===================== common css start ====================== */



*,

html,

body {

  margin: 0;

  padding: 0;

  scroll-behavior: smooth;

  font-family: "Roboto", serif;

}



.clear {

  clear: both;

}



.clear:after {

  content: "";

  clear: both;

  position: relative;

  width: 100%;

  display: table;

}



body {

  background: #fff;

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 1.5;

  font-family: "Roboto", serif;

  transition: 0.4s all ease-in-out;

}



section {

  padding: 100px 0;

}



.container {

  max-width: 1170px;

  padding: 0px 15px;

  margin: 0 auto;

}



img {

  max-width: 100%;

}



ul {

  list-style: none;

  margin: 0;

  padding: 0;

}



a {

  display: inline-block;

  transition: all 0.5s ease-in-out;

}



a,

a:hover,

a:focus {

  text-decoration: none;

  outline: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  margin: 0;

  font-weight: 400;

  font-style: normal;

}



input:focus,

select:focus,

textarea:focus {

  outline: none;

}



p {

  margin: 0;

}



/* ===================== common css start ====================== */



/* ================== mobile menu section start================= */

.mobileMenuSection {

  display: none;

}



.mobileMenuButton {

  display: none;

  text-decoration: none;

  width: 25px;

  position: absolute;

  top: 50px;

  right: 15px;

}



.mobileMenuButton span {

  width: 25px;

  height: 2px;

  border-radius: 4px;

  background: #000;

  display: block;

  opacity: 1;

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

}



.mobileMenuButton span:not(:last-child) {

  margin-bottom: 5px;

}



.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(2) {

  opacity: 0;

}



.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(1) {

  transform: rotate(45deg) translate(4px, 5px);

}



.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(3) {

  transform: rotate(-45deg) translate(4px, -6px);

}



.mm-navbar {

  z-index: 123;

  background: #565656;

}



.mm-navbar__title>span {

  color: #fff;

}



.mm-listitem:after {

  left: 0;

}



/* code for fixing the conflict of mmenu and bs modal */

.mm-page {

  position: initial;

}



.mm-btn--next:after,

.mm-btn--prev:before {

  border-color: #000000;

}



.mm-listitem.active {

  background: #878787;

}



/* ==================== mobile menu section end =================== */



/*========================== header start ==========================*/

.site-header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 10;

  padding: 15px 0;

  transition: 0.4s all ease-in-out;

  background-color: #fff;

}

.header-logo {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-logo .bharatbenz_logo img {
  height: 70px;
}

.site-header.sticky .header-logo .bharatbenz_logo img{
  filter: invert(0) brightness(1);
}
.site-header.sticky {

  background-color: #202F60;

  padding: 15px 0;

}

.site-header.sticky .nav .call p {

  color: #fff;
}


.site-header.sticky .nav .call a {

  color: #fff;
}

.site-header.sticky .menus li a {

  font-size: 16px;

  font-weight: 500;

  color: #fff;

}

.nav {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.nav .call p {

  font-size: 15px;

  font-weight: 500;

  color: #000;

  line-height: 1;

}

.logo img {
  transition: 0.4s all ease-in-out;
  height: 48px;
}

.site-header.sticky .logo.bharatbenz_logo img {
  filter: brightness(1) invert(0);
}

.site-header.sticky .logo img {
  filter: brightness(0) invert(1);
}

.nav .call a {

  font-size: 20px;

  font-weight: 500;

  color: #000;

}

.nav .call a:hover {

  color: var(--secondaryColor);

}

.nav .menus {

  display: flex;

}

.slider-nav-first.bnr_slider {
  position: relative;
  top: 127px;
  left: 35px;
}


.nav .menus li {

  margin: 0 12px;
  position: relative;
  padding: 15px 0;
}



.nav .menus li a {

  font-size: 16px;

  font-weight: 500;

  color: #000;

}



.site-header.sticky .nav .menus li a:hover {

  color: var(--secondaryColor);

}



/*=========================== header end ===========================*/



/*========================== banner start ==========================*/

.figure {

  margin-bottom: 0;

}



.banner figure img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



section {

  position: relative;

}



.banner_sec figure {

  position: relative;

}



/* .banner_sec figure::after {

  position: absolute;

  content: "";

  background: url('../images/bnr-overlay.png') no-repeat;

  background-size: contain;

  width: 100%;

  left: 50%;

  height: 100%;

  top: 0;

  z-index: 0;

} */

/* .banner_sec .bnr_slider::before {

  position: absolute;

  content: "";

  background: url('../images/Truck.png')no-repeat;

  background-size: contain;

  height: 400px;

  width: 100%;

  left: 50%;

  bottom: -45px;

  z-index: 4;

} */

.banner_sec {

  background: url('../images/bnr-first.png')no-repeat;

  background-size: cover;

  height: 100%;

  width: 100%;

  padding: 150px 0 35px 0;

  background-position: bottom;

}



.banner_sec .banner_text {

  width: 515px;

  margin-top: 25px;

}



.banner_sec .banner_text h1 {

  color: #fff;

  font-size: 50px;

  font-weight: 700;

  text-transform: uppercase;

}



.banner_sec .banner_text img {

  padding-top: 15px;

}



.banner_sec .banner_text p {

  font-size: 16px;

  color: #fff;

  font-weight: 500;

  padding-top: 50px;

  padding-bottom: 40px;

  display: none;

}



/* .truck{

  background: url('../images/Truck.png')no-repeat;

  background-size: contain;

  position: relative;

  z-index: 9;

} */

.slider.slider-nav-first.bnr_slider.slick-initialized.slick-slider.slick-vertical {

  position: relative;

  top: 127px;

  left: 35px;

}

.banner_sec .bnr_slider .slick-dots {

  display: flex;

  gap: 7px;

  margin-left: 58px;

  width: 173px;

}



.banner_sec .bnr_slider .slick-dots li button {

  font-size: 0;

  height: 15px;

  width: 15px;

  border: 1px solid #fff;

  background: transparent;

  border-radius: 50%;

  transition: 0.4s all ease-in-out !important;

}



.banner_sec .bnr_slider .slick-dots li.slick-active button {

  background-color: #BA0C15;

  border: none;

}



.banner_sec .bnr_slider .slick-prev {

  position: absolute;

  top: 100%;

  left: 0px;

  background: url('../images/prev-arrow.png') no-repeat;

  font-size: 0;

  height: 10px;

  width: 34px;

  border: none;

  background-size: contain;

  transform: translate(0%, -12px);

}



.banner_sec .bnr_slider .slick-next {

  position: absolute;

  top: 100%;

  left: 140px;

  background: url('../images/next-arrow.png') no-repeat;

  font-size: 0;

  height: 10px;

  width: 34px;

  border: none;

  background-size: contain;

  transform: translate(0%, -12px);

}



.sliderinr {

  display: flex !important;

}



h2 {

  text-align: center;

  position: relative;

  font-size: 40px;

  font-weight: 700;

  text-transform: uppercase;

  z-index: 0;

}



h2 span {

  color: var(--secondaryColor);

}

.about {

  padding-top: 150px;

}

/* .about h2::before {

  position: absolute;

  content: "ABOUT US";

  top: 0;

  left: 50%;

  transform: translate(-50%, -50%);

  color: #d8d8d8;

  font-size: 70px;

  z-index: -2;

} */



.about p {

  font-size: 20px;

  line-height: 35px;

  text-align: center;

  color: #000;

  padding-top: 35px;

  font-weight: 400;

}



.about .btn {

  background-color: var(--secondaryColor);

  color: #fff;

  border-radius: 0px;

  padding: 12px 30px;

  margin-top: 35px;

  font-size: 15px;

  font-weight: 700;

  transition: 0.4s all ease-in-out;

}



.about .btn:hover {

  background-color: #000;

}



.product .product_inner {

  position: relative;

}



.product .product_inner::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 450px;
  background-color: #202F60;
  left: 40px;
  top: -19px;
}

.modal-body p br {
  display: none;
}


.product_slider button.slick-prev.slick-arrow {

  position: absolute;

  z-index: 1;

  top: 50%;

  transform: translate(-200%, -100%);

  background: url('../images/arrow-up.svg')no-repeat;

  font-size: 0;

  height: 35px;

  width: 3%;

  background-size: contain;

  border: none;

  transition: 0.3s all ease-in-out;

}

.product_slider button.slick-prev.slick-arrow:hover {

  filter: brightness(0.5);

}

.product_slider button.slick-next.slick-arrow {

  position: absolute;

  z-index: 1;

  top: 50%;

  transform: translate(-200%, 50%);

  background: url('../images/arrow-down.svg')no-repeat;

  font-size: 0;

  height: 35px;

  width: 3%;

  background-size: contain;

  border: none;

  transition: 0.3s all ease-in-out;

}

.product_slider button.slick-next.slick-arrow:hover {

  filter: brightness(0.5);

}

.product .product_img img {

  position: relative;

}



.product_inner {

  display: flex !important;

  margin-top: 80px;

  margin-bottom: 40px;

}



.product_inner h5 {

  font-size: 26px;

  font-weight: 700;

  color: #000;

}



.product_inner p {

  font-size: 20px;

  font-weight: 400;

  color: #414141;

  padding-top: 20px;

  line-height: 35px;

}



.product_inner a {

  background-color: var(--secondaryColor);

  padding: 10px;

  margin-top: 30px;

}



.product_inner a:hover {

  background-color: #000;

}



.service {

  background: url('../images/service-bg.png')no-repeat;

  background-size: cover;

  padding-top: 70px;

  background-position: bottom;

}



.service h2 {

  color: #fff;

}



.service p {

  color: #fff;

  font-size: 15px;

  font-weight: 400;

  padding-top: 20px;

  text-align: center;

}



.service .service_tab {

  /* display: flex;

  justify-content: space-between;

  align-items: center;

  cursor: pointer;

  padding: 25px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.4);

  width: auto;

  height: auto;

  background-color: transparent;

  position: relative; */

  justify-content: space-between;

  align-items: center;

  cursor: pointer;

  padding: 25px 30px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.4);

  width: auto;

  height: auto;

  border-radius: 3px;

  display: flex;

  /* background: transparent; */

  background: linear-gradient(to right, #860b13  50%, rgba(255, 255, 255, 0) 50%);

  background-size: 200% 100%;

  background-position: right bottom;

  transition: all .5s ease-out;

}



.service .service_tab:hover {

  background-position: left bottom;

  border-bottom: none;

}



.service .service_tab:hover .svg {

  display: block;

}



.service .service_tab:hover .png img {

  filter: brightness(0) invert(1) !important;

}



.service .service_tab span.svg {

  display: none;

}



.service .service_inner {

  padding-top: 60px;

}



.service .service_tab span {

  font-size: 20px;

  color: #fff;

  font-weight: 700;

}



.service .service_tab span img {

  margin-right: 10px;

  transition: 0.4s all ease-in-out;

}



.service .service_tab .service_img {

  position: absolute;

  left: 50%;

  transform: translate(0%, 0);

  opacity: 0;

  transition: 0.4s all ease-in-out;

}



.service .service_tab .service_img img {
  transition: 0.4s all ease-in-out;
  margin-left: -100px;
  width: 316px;
  height: 180px;
  object-fit: cover;
  /* object-position: left; */
}

.service .service_tab:hover .service_img {

  opacity: 1;

}



.service .service_tab:hover .service_img img {

  margin-left: 0;

}



.service .service_tab .arrow img {

  transition: 0.4s all ease-in-out;

}



.service .service_tab:hover .arrow img {

  transform: rotate(45deg);

}



.map_sec .nav {

  position: relative;

}



.map_sec .nav::after {

  position: absolute;

  content: "";

  width: 2px;

  height: 100%;

  background-color: #202F60;

}



.map_sec .nav .nav-link {

  color: #202F60;

  font-size: 15px;

  font-weight: 600;

  padding: 5px 15px;

}



.map_sec .nav .nav-link.active {

  background-color: transparent;

  color: #860b13;

  font-size: 15px;

  font-weight: 600;

  position: relative;

}



.map_sec .nav .nav-link.active::after {

  position: absolute;

  content: "";

  background: url('../images/bullet.png')no-repeat;

  right: 0px;

  height: 100%;

  width: 100%;

  left: 100%;

  z-index: 1;

  top: 50%;

  transform: translate(-8px, -20%);

}



.address span {

  position: relative;

  font-size: 20px;

  font-weight: 700;

  color: #000;

}



.address span::before {

  position: absolute;

  content: "";

  background: url('../images/location.png') no-repeat;

  height: 20px;

  width: 20px;

  left: -30px;

  top: 2px;

}



.address h6 {

  font-size: 16px;

  font-weight: 700;

  color: #414141;

  padding: 10px 0 10px 0;

}



.address ul li {

  padding-bottom: 10px;

  font-size: 15px;

  font-weight: 400;

  color: #414141;

}



.address ul li a {

  color: #414141;

}



.address ul li a strong {

  font-weight: 700;

}



.address ul li a:hover {

  color: #BA0C15;

}



/* footer */

.site-footer {

  background-color: #202F60;

  padding: 70px 0 60px 0;

}







.site-footer span {

  position: relative;

  font-size: 20px;

  font-weight: 500;

  color: #fff;

}



.site-footer .address span::before {

  position: absolute;

  content: "";

  background: url('../images/location.png') no-repeat;

  height: 20px;

  width: 20px;

  left: -30px;

  top: 2px;

  display: none;

}



.site-footer .address h6 {

  font-size: 16px;

  font-weight: 700;

  color: #ffffff;

  padding: 18px 0 10px 0;

}



.site-footer .address ul li {

  padding-bottom: 10px;

  font-size: 16px;

  font-weight: 400;

  color: #ffffff;

}



.site-footer .address ul li a {

  color: #ffffff;

}



.site-footer .address ul li a strong {

  font-weight: 700;

}



.site-footer .address ul li a:hover {

  color: #BA0C15;

}



.site-footer .links {

  margin-top: 15px;

}



.site-footer .links li {

  padding-bottom: 10px;

  list-style: disc;

  margin-left: 20px;

}



.site-footer .links li::marker {

  color: #fff;

}



.site-footer .links li a {

  font-size: 16px;

  font-weight: 400;

  color: #fff;

}



.site-footer .links li a:hover {

  color: var(--secondaryColor);

}



.site-footer form {

  margin-top: 23px;

}



.site-footer form input {

  height: 40px;

  background-color: transparent;

  border-radius: 0px;

  color: #fff;

}



.site-footer form .form-control:focus {

  color: #fff;

  background-color: transparent;

  border-color: #fff;

  outline: 0;

  box-shadow: none;

}



.site-footer form button {

  border-radius: 0px;

  background-color: #fff;

  text-transform: uppercase;

  font-size: 15px;

  font-weight: 700;

  color: #202F60;

}



.site-footer form button:hover {

  background-color: #fff;

  color: #202F60;

}



.site-footer form input::placeholder {

  color: #fff;

  font-size: 14px;

  font-weight: 400;

}



.site-footer h5 {

  margin-top: 55px;

  font-size: 20px;

  font-weight: 500;

  color: #fff;

}



.site-footer .social_icon {

  display: flex;

  gap: 15px;

  margin-top: 20px;

}

.site-footer .social_icon img {

  height: 25px;

  width: 25px;

}

.bottom_footer {

  background-color: #16234D;

  padding: 25px 0;

}



.bottom_footer figure {

  margin-bottom: 0;

}



.bottom_footer a {

  font-size: 14px;

  font-weight: 400;

  color: #fff;

  padding: 0 10px;

}

.bottom_footer a:hover {

  color: var(--secondaryColor);

}

.bottom_footer span {

  color: #fff;

}



.bottom_footer p {

  font-size: 14px;

  font-weight: 400;

  color: #fff;

  padding-top: 10px;

}



.bottom_footer p a {

  font-weight: 700;

  padding: 0;

}



.floating_btn {

  position: fixed;

  right: 0;

  top: 100px;

}



.floating_btn ul li a {

  color: #fff;

}



.floating_btn .fb {

  margin-left: 0px;

  position: relative;

  right: -62px;

  transition: 0.4s all ease-in-out;

  background-color: #1878f1;

}



.floating_btn .fb:hover {

  position: relative;

  right: 0;

}









.floating_btn .yt {

  margin-left: 0px;

  position: relative;

  right: -62px;

  transition: 0.4s all ease-in-out;

  background-color: #ff0f1c;

}



.floating_btn .yt:hover {

  position: relative;

  right: 0;

}







.floating_btn .twter {

  margin-left: 0px;

  position: relative;

  right: -62px;

  transition: 0.4s all ease-in-out;

  background-color: #117eb8;

}



.floating_btn .twter:hover {

  position: relative;

  right: 0;

}





.floating_btn .insta {

  margin-left: 0px;

  position: relative;

  right: -62px;

  transition: 0.4s all ease-in-out;

  background: linear-gradient(225deg, #A229A9 0%, #F34635 49%, #FEB60B 100%);



}



.floating_btn .insta:hover {

  position: relative;

  right: 0;

}



.floating_btn .xfloat {
  margin-left: 0px;

  position: relative;

  right: -62px;

  transition: 0.4s all ease-in-out;

  background: #000;

}

.floating_btn .xfloat:hover {

  position: relative;

  right: 0;
}

/*=========================== banner end ===========================*/





.coming-bnr {

  background: none;

  background-size: cover;

  height: 100%;

  width: 100%;

  padding: 0;

  background-position: bottom;

}

.coming-bnr figure {

  margin-bottom: 0;

}



.service p span {

  font-weight: 600;

}

.about p span {

  font-weight: 600;

}



.product_inner .btn {

  background-color: var(--secondaryColor);

  color: #fff;

  border-radius: 0px;

  padding: 12px 30px;

  margin-top: 35px;

  font-size: 15px;

  font-weight: 700;

  transition: 0.4s all ease-in-out;

}



.product_inner .btn:hover {

  background-color: #000;

}



.product .product-inner {

  font-size: 20px;

  line-height: 35px;

  text-align: center;

  color: #000;

  padding-top: 35px;

  font-weight: 400;

}

.product .product-inner span {

  font-weight: 600;

}



/* 6.3.2025 */



.service_modal .modal-body p {

  padding-top: 0;

  font-size: 22px;

  font-weight: 400;

  text-align: start;

  color: #000;

  margin-bottom: 20px;

}

.service_modal .modal-body p span {

  font-weight: 600;

  text-align: start;

  color: #000;

  font-size: 15px;

}

.service_modal .modal-body img {
  border-radius: 5px;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: bottom;
}

#exampleModal161 .modal-body .service-img-2 {
  object-position: left;
}

.service_modal .modal-header {

  padding: 15px;

  background-color: var(--secondaryColor);



}

.service_modal .modal-header h1 {

  color: #fff;

  font-size: 30px !important;

  font-weight: 600;

}

.service_modal .modal-body {
  padding: 40px;
}

.service_modal .btn-close {

  --bs-btn-close-color: #000;

  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");

  --bs-btn-close-opacity: 1;

  --bs-btn-close-hover-opacity: 0.75;

  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);

  --bs-btn-close-focus-opacity: 1;

  --bs-btn-close-disabled-opacity: 0.25;

  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);

  box-sizing: content-box;

  width: 10px;

  height: 10px;

  padding: .25em .25em;

  color: var(--bs-btn-close-color);

  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;

  border: 0;

  border-radius: .375rem;

  opacity: var(--bs-btn-close-opacity);

  border: 1px solid #fff;

  padding: 9px;

  border-radius: 50%;

}



.service_modal .modal-body ul {

  margin-top: 10px;

  color: #000;

  font-size: 20px;

  font-weight: 600;

}


.floating_btn ul li a img {
  height: 40px;
  width: 40px;
}

#menu-policy {
  display: flex;
  justify-content: end;
}

#menu-item-177 {
  border-right: 1px solid #fff;
}

#menu-item-178 {
  border-right: 1px solid #fff;
}


.nav .menus li a:hover {
  color: var(--secondaryColor);
}

/* 13.3.2025 */
.con_modal .modal-body .form-group label {
  font-size: 13px;
}

.con_modal .modal-body .form-group input,
.con_modal .modal-body .form-group select {
  height: 50px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--primaryColor);
  width: 100%;
  appearance: auto;
}

.con_modal .modal-body .form-group textarea {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--primaryColor);
  width: 100%;
  height: 125px;

}

.con_modal .modal-body input[type=submit] {
  background-color: var(--secondaryColor);
  color: #fff;
  border-radius: 0px;
  padding: 12px 30px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.4s all ease-in-out;
  border: none;
  border-radius: 8px;
}

.con_modal .modal-body input[type=submit]:hover {

  background-color: #000;
}

.con_modal .modal-body .form-group input::placeholder {
  color: #000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px !important;
}

.wpcf7-not-valid-tip {
  color: #ff0000 !important;
  margin-top: 8px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff0000 !important;
}

#scrollUp {
  position: fixed;
  z-index: 2147483647;
  bottom: 20px;
  right: 20px;
  background-color: var(--secondaryColor) !important;
  border-radius: 50%;
  padding: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* Initially hidden */
  pointer-events: none;
  /* Prevent interaction when hidden */
  transition: opacity 0.3s ease-in-out;
  /* Smooth fade-in/out */
}

#scrollUp svg {
  font-size: 20px !important;
}

/* 25-03-2025 */
/* #other-query {
    display: none;
} */

.logo.bharatbenz_logo.logowhite{
  position: absolute !important;
  left: 105px !important;
  opacity: 0;
 }
 .logo.bharatbenz_logo.logowhite img{
  height: 70px !important;
 }
 .site-header.sticky .logo.bharatbenz_logo.logowhite{
  opacity: 1;
 }
 .site-header.sticky .logo.bharatbenz_logo{
  opacity: 1;
 }

 .logo.bharatbenz_logo{
  position: relative;
 }
 .site-header .logo.bharatbenz_logo::before{
  position: absolute;
  content: "";
  border-right: 1px solid #202F60;
  right: -15px;
  height: 100%;
  top: 0;
 }

 .site-header.sticky .logo.bharatbenz_logo::before{
  position: absolute;
  content: "";
  border-right: 1px solid #fff;
  right: -15px;
  height: 100%;
  top: 0;
 }
 
 
 /* 17.4.2025 */

 .defaoult_page h1{
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
 }

 .defaoult_page h3{
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 0;
  color: var(--secondaryColor);
 }
 .defaoult_page h4{
  font-size: 20px;
    padding: 9px 0;
    font-weight: 500;
 }
 .defaoult_page p{
  font-size: 15px;
  padding-bottom: 7px;
  font-weight: 500;
 }
 .defaoult_page ul li {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 5px;
  list-style: disc;
}
.defaoult_page ul{
  padding-left: 20px;
}

.banner_text h2 {
  text-align: left;
  position: relative;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 0;
  font-style: italic;
  color: #fff;
  letter-spacing: 10px;
  border-top: 10px solid;
  width: max-content;
}
 
.banner_text span {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 0;
  font-style: italic;
  color: #fff;
  letter-spacing: 7px;
}
img.truck {
  position: relative;
  z-index: 1;
  top: 0px;
}

/* 8.7.2025 */

.event-sec .event-slider .event-img img {
  width: 100%;
  height: 214px;
  object-fit: cover;
  border-radius: 10px;
}

.event-sec .event-slider .event-item {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 10px;
}

.event-sec .event-slider .event-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-top: 15px;
  text-align: left;
}

.event-sec .event-slider .event-description p {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  padding: 10px 0;
  line-height: normal;
  min-height: 105px;
  text-align: left;
}

.event-sec .event-slider a {
  background-color: var(--secondaryColor);
  color: #fff;
  border-radius: 0px;
  padding: 6px 15px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.4s all ease-in-out;
}

.event-sec .event-slider a:hover {
  background-color: #000;
}

.event-sec .event-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  gap: 8px;
}

.event-sec .event-slider .slick-dots li button {
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: none;
  background: #414141;
  transition: 0.4s all ease-in-out;
}

.event-sec .event-slider .slick-dots li.slick-active button {
  background-color: var(--secondaryColor);
  height: 13px;
  width: 13px;
}

.event-sec .event-slider .event-content {
  height: 100%;
  border-top: none;
  border-radius: 10px;
  text-align: center;
}

.event-sec .event-slider .slick-slide {
  padding: 0 10px;
}
.event-sec .view-all{
    background-color: var(--secondaryColor);
  color: #fff;
  border-radius: 0px;
  padding: 6px 15px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.4s all ease-in-out;
}
.event-sec .view-all:hover {
  background-color: #000;
}



.menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    position: absolute;
    top: 100%;
    /* left: revert; */
    background: #202F60;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    min-width: 150px;
    z-index: 1000;
    padding: 10px 0;
    transition: all 0.3s ease;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    right: 50%;
    transform: translate(50% , 0%) !important;
}

.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.site-header.sticky .menus .menu-item-has-children li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.site-header .menus .menu-item-has-children li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    margin: 0 12px;
}
.site-header .menus .menu-item-has-children li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-left: 0;
}
.site-header .menus .menu-item-has-children li a:hover{
  color: var(--secondaryColor) !important;
}

.event-sec .gallery-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    gap: 8px;
}
.event-sec .gallery-slider .slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: none;
    background: #414141;
    transition: 0.4s all ease-in-out;
}
.gallery-slider .gallery-item{
  padding: 0 10px;
}
.event-sec .gallery-slider .slick-dots li.slick-active button {
    background-color: var(--secondaryColor);
    height: 13px;
    width: 13px;
}
.gallery-slider .gallery-item img{
  border-radius: 10px;
}






/* 27.6.2025 */
.inner-banner figure {
  position: relative;
  margin-bottom: 0;
}
.inner-banner figure img {
    width: 100%;
    height: 335px;
    object-fit: cover;
}
.inner-banner figure .inner-bannerhd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}
.inner-banner figure .inner-bannerhd h1{
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.inner-banner figure .inner-bannerhd span a{
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.inner-banner figure .inner-bannerhd span a.active{
  color: var(--secondaryColor);
}
.inner-banner figure .inner-bannerhd span{
  color: #fff;
}









.event-list .event-img img {
  width: 100%;
  height: 214px;
  object-fit: cover;
  border-radius: 10px;
}

.event-list .event-item {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 10px;
}

.event-list .event-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-top: 15px;
  text-align: left;
}

.event-list .event-description p {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  padding: 10px 0;
  line-height: normal;
  min-height: 105px;
  text-align: left;
}

.event-list a {
  background-color: var(--secondaryColor);
  color: #fff;
  border-radius: 0px;
  padding: 6px 15px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.4s all ease-in-out;
}

.event-list a:hover {
  background-color: #000;
}

.event-list .event-content {
  height: 100%;
  border-top: none;
  border-radius: 10px;
  text-align: center;
}

.event-list  {
  padding-top: 0;
}

.gallery-sec {
    padding-top: 0px !important;
    padding-bottom: 100px !important;
}
 
.event-list .event-img img {
    width: 100%;
    height: 342px;
    object-fit: cover;
    border-radius: 10px;
}
 
.event-sec h2 {
    padding-bottom: 20px;
}
 
.gallery-item .gallery-img a{
    width: 100%;
}
 
.gallery-item .gallery-img a img{
    width: 100%;
}
.event-list .event-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
    text-align: center;
}
.event-slider .slick-prev {
  font-size: 20px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(-100%, 0%);
  background-size: cover;
  height: 40px;
  width: 40px;
  left: -6px;
  border: 1px solid #860b13;
  border-radius: 50%;
  color: #000;
  background-color: transparent;
}
 
.event-slider .slick-next {
  color: #000;
  background-color: transparent;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(100%, 0%);
  font-size: 20px;
  background-size: cover;
  height: 40px;
  width: 40px;
  right: -6px;
  border: 1px solid #860b13;
  border-radius: 50%;
}

 /* ========================== responsive ========================== */

@media (min-width: 1440px) {

  .logo.bharatbenz_logo.logowhite {
    position: absolute !important;
    left: auto !important;
    opacity: 0;
}

  .slider.slider-nav-first.bnr_slider.slick-initialized.slick-slider.slick-vertical {

    position: relative;

    top: 127px;

    left: 92px;

  }

  /* .banner_sec .bnr_slider::before {

    position: absolute;

    content: "";

    background: url('../images/Truck.png')no-repeat;

    background-size: contain;

    height: 400px;

    width: 100%;

    left: 56%;

    bottom: -50px;

    z-index: 4;

} */

}

@media (max-width: 1440px){
  .logo.bharatbenz_logo.logowhite {
    position: absolute !important;
    left: auto !important;
    opacity: 0;
}
}

@media (max-width: 1199px) {
	.inner-banner figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.inner-banner figure .inner-bannerhd {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.event-slider .slick-prev {
		font-size: 12px;
		/* background: url('../images/arrow-left-short.svg') no-repeat; */
		position: absolute;
		top: 100%;
		z-index: 1;
		transform: translate(-100%, 30%);
		background-size: cover;
		height: 25px;
		width: 25px;
		left: 50%;
		border: 1px solid #860b13;
		border-radius: 50%;
		color: #000;
		background-color: transparent;
	  }

	  .event-slider .slick-next {
		position: absolute;
		top: 100%;
		z-index: 1;
		/* left: 20px; */
		transform: translate(135%, 30%);
		font-size: 12px;
		color: #000;
		background-color: transparent;
		/* background: url('../images/arrow-right-short.svg')no-repeat; */
		background-size: cover;
		height: 25px;
		width: 25px;
		right: 50%;
		border: 1px solid #860b13;
		border-radius: 50%;
	  }
}



@media (max-width: 1023px) {
  .slider-nav-first.bnr_slider {
    position: relative;
    top: 0px;
    left: 0px;
  }

	 .mm-btn--prev:before {
		border-color: #ffffff;
	}

  /* mmenu start */

  .mobileMenuButton {

    display: inline-block;

  }



  .nav .logo {

    width: auto;

  }



  .nav .menus {

    display: none;

  }



  .nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0;
}



  .nav .call a {

    font-size: 15px;

  }



  .nav .call p {

    font-size: 13px;

  }



  .nav .call img {

    height: 25px;

    width: 25px;

  }



  #menu {

    z-index: 99 !important;

  }



  .site-header {

    padding-top: 10px;

  }



  .mobileMenuButton {

    text-decoration: none;

    width: 25px;

    position: absolute;

    top: 30px;

    right: 15px;

  }

  .site-header.sticky .mobileMenuButton span {
    background: #fff;
  }

  .mobileMenuButton span {

    width: 25px;

    height: 2px;

    border-radius: 4px;

    background: #000;

    display: block;

    opacity: 1;

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

  }



  .map_sec .nav {

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 0px;

  }



  .mm-navbar__title>span {

    color: #fff;

    font-size: 18px;

    font-weight: 500;

  }



  .mm-navbar {

    z-index: 123;

    background: #202F60;

  }

  .product .product_inner::before {

    position: absolute;

    content: "";

    width: 342px;

    height: 377px;

    background-color: transparent;

    left: 15px;

    top: -12px;

  }

  .product .product_img img {

    position: relative;

    left: 0px;
  }
  .nav-pills{
    margin-right: 0 !important;
  }
  .about {
    padding-top: 100px;
}

  .product_inner h5 {

    font-size: 26px;

    font-weight: 700;

    color: #000;

    padding-top: 30px;

  }

  .product_slider button.slick-prev.slick-arrow {

    position: absolute;

    z-index: 1;

    top: 50%;

    transform: translate(150%, -50%);

    background: url('../images/vertical-prev-arrow.png')no-repeat;

    font-size: 0;

    height: 35px;

    width: 3%;

    background-size: contain;

    border: none;

  }

  .product_slider button.slick-next.slick-arrow {

    position: absolute;

    z-index: 1;

    top: 50%;

    transform: translate(150%, 100%);

    background: url('../images/vertical-next-arrow.png')no-repeat;

    font-size: 0;

    height: 35px;

    width: 3%;

    background-size: contain;

    border: none;

  }



  .map_sec .nav .nav-link.active::after {

    position: absolute;

    content: "";

    background: url('../images/bullet.png')no-repeat;

    right: 0px;

    height: 100%;

    width: 100%;

    left: 0;

    z-index: 1;

    top: 50%;

    transform: translate(-8px, -20%);

  }

  .map_sec .nav {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 0px;

    flex-direction: row !important;

    position: relative;

    z-index: 1;

  }

  .map_sec .nav::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 2px;

    background-color: #202F60;

  }

  .product h2 {

    padding-bottom: 30px;

  }

  .slider.slider-nav-first.bnr_slider.slick-initialized.slick-slider.slick-vertical {

    position: relative;

    top: 50px;

    left: 0px;

  }

  /* mmenu end */
  .service .service_tab .service_img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition: 0.4s all ease-in-out;
  }

  .service .service_tab:hover span {
    background-position: left bottom;
    border-bottom: none;
    font-size: 20px;
  }

  .header-logo {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
  }
  .floating_btn {
    position: fixed;
    right: -1px;
    top: 50%;
    transform: translate(0%, -50%);
}

.service .service_tab .service_img img {
  transition: 0.4s all ease-in-out;
  margin-left: -100px;
  width: 316px;
  height: 180px;
  object-fit: cover;
  display: none;
  /* object-position: left; */
}
.logo.bharatbenz_logo.logowhite {
  position: absolute !important;
  left: 0px !important;
  /* opacity: 0; */
}
img.truck {
  position: relative;
  z-index: 1;
  top: 0px;
}
.banner_sec {
  background: url('../images/bnr-first.png')no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 150px 0 0px 0;
  background-position: bottom;
}
}



@media (max-width: 767px) {
.event-sec .event-slider .event-description p {
    font-size: 14px;
    font-weight: 400;
    color: #414141;
    padding: 10px 0;
    line-height: normal;
    height: 120px;
    text-align: left;
}
.event-sec .event-slider .event-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-top: 15px;
    text-align: left;
    height: 80px;
}
.event-sec .event-slider .event-item {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 10px;
    height: 500px;
}
	 .inner-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.inner-banner figure .inner-bannerhd h1 {
		font-size: 22px;
		font-weight: 600;
		color: #fff;
	}
  .site-header.sticky .logo.bharatbenz_logo.logowhite::before {
    position: absolute;
    content: "";
    border-right: none !important;
    right: 0px;
    height: 100%;
    top: 0;
}

  .banner_text span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 0;
    font-style: italic;
    color: #fff;
    letter-spacing: 7px;
}
.banner_text h2 {
  text-align: left;
  position: relative;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 0;
  font-style: italic;
  color: #fff;
  letter-spacing: 10px;
}
  .site-header .logo.bharatbenz_logo::before{
    position: absolute;
    content: "";
    border-right: 1px solid #202F60;
    right: 0px;
    height: 100%;
    top: 0;
   }
  .site-header.sticky .logo.bharatbenz_logo::before{
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    right: 0px;
    height: 100%;
    top: 0;
   }
  .logo.bharatbenz_logo::before{
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    right: -15px;
    height: 100%;
    top: 0;
   }
  .logo.bharatbenz_logo.logowhite img {
    height: 30px !important;
}
.logo.bharatbenz_logo.logowhite {
  position: absolute !important;
  left: 0px !important;
  opacity: 0;
  width: 110px !important;
}
/* .logo.bharatbenz_logo{
  position: absolute;
  left: -150px;
} */
   .site-header.sticky .logo.bharatbenz_logo.logowhite{
    opacity: 1;
   }
   .site-header.sticky .logo.bharatbenz_logo{
    opacity: 1;
   }
  .nav .logo {
    width: 107px;
    /* object-fit: contain; */
    /* position: absolute; */
    /* margin-left: 245px; */
}
.logo.bharatbenz_logo{
  margin-left: 0px;
  width: 55px !important;
}
  .about {
    padding-top: 60px;
  }

  .service_modal .modal-body ul {
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }

  .service_modal .modal-body {
    padding: 15px;
  }

  .service_modal .modal-header h1 {
    color: #fff;
    font-size: 18px !important;
    font-weight: 600;
  }

  .service_modal .modal-body p {
    padding-top: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: start;
    color: #000;
    margin-bottom: 20px;
  }

  #menu-policy {
    display: flex;
    justify-content: start;
  }

  .nav .logo {
    width: 110px;
    object-fit: contain;
  }

  .logo img {
    transition: 0.4s all ease-in-out;
    height: auto;
  }

  .floating_btn {
    position: fixed;
    right: -1px;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .logo.bharatbenz_logo img {
    margin-left: 0;
  }

  .call {
    margin-right: 40px;
}

  .header-logo .bharatbenz_logo img {
    height: 30px;
    object-fit: contain;
  }

  .logo img {
    margin-left: 0px;
  }
  .mobileMenuButton {
    top: 18px;
}
.nav .call a {
  font-size: 12px;
}
.nav .call p {
  font-size: 11px;
}
.nav .call img {
  height: 18px;
  width: 18px;
}
.site-header.sticky {
  background-color: #202F60;
  padding: 10px 0;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: px; */
}

  .slider.slider-nav-first.bnr_slider.slick-initialized.slick-slider.slick-vertical {

    left: 0 !important;

  }

  .service .service_tab {

    justify-content: space-between;

    align-items: center;

    cursor: pointer;

    padding: 12px 10px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.4);

    width: auto;

    height: auto;

    border-radius: 3px;

    display: flex;

    /* background: transparent; */

    background: linear-gradient(to right, #BA0C15 50%, rgba(255, 255, 255, 0) 50%);

    background-size: 200% 100%;

    background-position: right bottom;

    transition: all .5s ease-out;

  }

  .service .service_tab span {

    font-size: 12px;

    color: #fff;

    font-weight: 700;

  }

  .product .product-inner {

    font-size: 15px;

    line-height: 28px;

    text-align: center;

    color: #000;

    padding-top: 0;

    font-weight: 400;

  }

  .service .service_tab:hover span {

    background-position: left bottom;

    border-bottom: none;

    font-size: 12px;

  }

  .service .service_tab .service_img {

    position: absolute;

    left: 50%;

    transform: translate(-50%, 0);

    opacity: 0;

    transition: 0.4s all ease-in-out;

  }

  .product .product_img img {

    position: relative;

    left: 0px;

  }

  .address h6 {

    font-size: 16px;

    font-weight: 700;

    color: #414141;

    padding: 10px 0 10px 0;

  }



  .service .service_tab .arrow img {

    transition: 0.4s all ease-in-out;

    height: 20px;

  }



  .map_sec .address {

    margin-left: 30px;

  }



  .address ul li {

    padding-bottom: 10px;

    font-size: 15px;

    font-weight: 400;

    color: #414141;

  }



  .map_sec .address span {

    position: relative;

    font-size: 18px;

    font-weight: 700;

    color: #000;

  }



  .site-footer span {

    position: relative;

    font-size: 18px;

    font-weight: 500;

    color: #fff;

  }



  .site-footer form button {

    border-radius: 0px;

    background-color: #fff;

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 700;

    color: #202F60;

  }



  .site-footer h5 {

    margin-top: 35px;

    font-size: 18px;

    font-weight: 500;

    color: #fff;

  }



  .banner_sec {

    background: url('../images/bnr-first.png')no-repeat;

    background-size: cover;

    height: 100%;

    width: 100%;

    padding: 100px 0 0px 0;

    background-position: bottom;

  }



  .banner_sec .banner_text {

    width: auto;

  }



  .banner_sec .banner_text h1 {

    font-size: 30px;

  }



  .banner_sec .banner_text img {

    padding-top: 15px;

    width: 250px;

  }



  .banner_sec .banner_text p {

    font-size: 15px;

    color: #fff;

    font-weight: 500;

    padding-top: 25px;

    padding-bottom: 30px;

  }



  h2 {

    font-size: 25px;

  }



  /* .about h2::before {

    position: absolute;

    content: "ABOUT US";

    top: 0;

    left: 50%;

    transform: translate(-50%, -50%);

    color: #d8d8d8;

    font-size: 30px;

    z-index: -2;

  } */



  .about p {

    font-size: 15px;

    line-height: 28px;

    text-align: center;

    color: #000;

    padding-top: 30px;

    font-weight: 400;

  }



  .product .product_inner::before {
    position: absolute;
    content: "";
    width: 340px;
    height: 338px;
    background-color: transparent !important;
    left: 7px;
    top: -8px;
  }

  .product_inner p {

    font-size: 15px;

    font-weight: 400;

    color: #414141;

    padding-top: 20px;

    line-height: 28px;

  }



  .product_inner h5 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    padding-top: 0px;
  }



  .product_inner a {

    background-color: var(--secondaryColor);

    padding: 10px;

    margin-top: 15px;

  }



  .product_slider button.slick-prev.slick-arrow {

    position: absolute;

    z-index: 1;

    top: 100%;

    transform: translate(-100%, 50%);

    background: url('../images/prev-arrow.png')no-repeat;

    font-size: 0;

    height: 12px;

    width: 35px;

    background-size: contain;

    border: none;

    left: 50%;

  }



  .product_slider button.slick-next.slick-arrow {

    position: absolute;

    z-index: 1;

    top: 100%;

    transform: translate(130%, 50%);

    background: url('../images/next-arrow.png')no-repeat;

    font-size: 0;

    height: 12px;

    width: 35px;

    background-size: contain;

    border: none;

    right: 50%;

  }

}



@media (max-width: 479px) {}