@font-face {
  font-family: 'Exo 2';
  src: url('/fonts/Exo2-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

img{height: auto;width: 100;}
body{ font-family: "Exo 2", sans-serif;font-size:18px;color:#000}
p{
  font-size: 16px !important;
}
/* Header */

.header-top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  
  padding: 0 0px;

}
.header-main{
  /* position: fixed; */
  z-index: 9999;
  width: 100%;
}
.logo {
  width: 270px;
}


header {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.get-in a {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background-color: #e31e24;
  padding: 12px 15px 14px 15px;
  border-radius: 5px;
  transition: 0.3s ease;
}

.get-in a svg {
  width: 19px;
  transition: 0.3s ease;
  fill: #ffffff;
  position: relative;
  top: -1px;
}

.get-in a svg path {
  stroke-width: 10;
  fill: #ffffff;
  transition: 0.3s ease;
}

.get-in a:hover svg {
  transform: rotate(-45deg);
  fill: #fff;
}

.get-in a:hover svg path {
  fill: #fff;
  stroke-width: 3;
}

.get-in a:hover {
  background-color: #949999;
  color: #fff;
}


/* ---------------contact-inner-sec------------- */

.contact-inner-sec{
  padding: 40px 0;
  background-color: hsl(0, 0%, 93%);
}
.contact-inner-sec .inner-box{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
  border-radius: 5px;
}
.contact-inner-sec .inner-box h1{
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
}
.contact-inner-sec .flex{
  display: flex;
}
.contact-inner-sec .box{
  text-align: center;
  padding: 15px 15px;
  background-color: #032c3d;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 20px;
  border-radius: 10px;
  width: 30%;
  height: 240px;
}
.contact-inner-sec .box:hover{
  transition: .3s;
  transform: translateY(-10px);
}
.contact-inner-sec .box .icon-box{
  background-color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;

}
.contact-inner-sec .box .icon-box img{
  width: 50px;
  height: 50px;
}
.contact-inner-sec .box h4{
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
}
.contact-inner-sec .box h5{
  font-size: 16px;
  color: #fff;
}
.contact-inner-sec .box a{
  font-size: 16px;
  color: #fff;
}

/* New Drop-down Menu */

nav {
  padding: 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-toggle {
  position: absolute;
  right: 0px;
  top: 35px;
  font-size: 24px;
  color: #e31e24;
  cursor: pointer;
  display: none;
  z-index: 1100;
}

.menu-toggle.active::before {
  content: "\2715";
}

.menu-toggle::before {
  content: "\2630";
}

ul.menus {
  list-style: none;
  display: flex;
  align-items: center;
}

ul.menus li {
  position: relative;
}

ul.menus li a {
  color: #000;
  padding: 20px 10px;
  display: block;
  font-size: 18px;
  transition: 0.4s all ease;
  position: relative;
  font-weight: 500;
}

ul.menus li a:hover {
  transition: 0.4s all ease;
  color: #e31e24;
}

ul.menus ul {
  display: none;
  position: absolute;
  background: #000000;
  top: 100%;
  left: 0;
  min-width: 250px;
  z-index: 999999;
}

ul.menus ul ul {
  left: 100%;
  top: 0;
}

ul.menus li:hover>ul {
  display: block;
}

.submenu-toggle {
  display: none;
  position: absolute;
  right: 16px;
  top: 10px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
}

ul.menus ul li a:hover {
  background-color: #6b6b6b;
  color: #fff !important;
}

ul.menus ul ul li a {
  width: 250px;
}

.in-pro {
  background-color: #000000 !important;
  transition: 0.4s ease all;
}

.in-pro li a {
  color: #fff !important;
  padding: 8px 16px !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: 16px !important;
}

.in-pro li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.in-pro li:last-child {
  border-bottom: none;
}

.in-pro li a:hover {
  color: #fff !important;
}

.in-pro li a i {
  font-size: 10px;
  color: #fff;
}

.in-pro li a:hover i {
  color: #fff !important;
}

.menu-chev {
  width: 21px;
  fill: #000;
  position: relative;
  top: -1px;
}

.rote {
  width: 14px;
  fill: #fff;
  position: relative;
}

.rote path {
  stroke: #fff;
  stroke-width: 15;
}

/* New Drop-down Menu End */

.nav-get {
  display: none;
}


/* Media query Start */

@media only screen and (min-width: 1400px){
  .contact-info-section{
      height: 91%;
  }
  .contact-info-section .number-info address {
      font-size: 19px;
      line-height: 32px;
  }
  .contact-info-section .number-info h4{
      font-size: 26px;
      margin-bottom: 10px;
  }
  .contact-info-section .number-info a{
      font-size: 20px;
  }
  .number-info{
      margin-bottom: 20px;
  }
  .customer{
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1199px) {

  .logo {
      width: 228px;
  }

  .get-in a {
      padding: 10px 10px;
      font-size: 16px;
  }

  ul.menus li a {
      font-size: 17px;
      padding: 20px 6px;
  }
  .last-foot h2 {
      padding-top: 35px;
  }
  .second-foot {
      padding-left: 65px;
  }
  .serviceBox{
      height: 472px;
  }

}

@media only screen and (max-width: 1200px) {

  .header-top-main {
      display: block;
  }

  ul.menus li a {
      padding: 40px 14px
  }

  nav {
      padding: 0 5px;
  }

  .get {
      font-size: 30px;
      line-height: 28px;
  }

  .fill {
      font-size: 18px;
  }

  .why-helix h2 {
      font-size: 31px;
  }

  .menu-toggle {
      display: block;
  }

  nav {
      justify-content: flex-start;
  }

  ul.menus {
      display: none;
      flex-direction: column;
      width: 100%;
      background: #071c2e;
  }

  ul.menus.active {
      display: flex;
      position: relative;
      top: 20px;
  }

  ul.menus li a {
      color: #fff;
  }

  ul.menus li {
      width: 100%;
  }

  ul.menus ul,
  ul.menus ul ul {
      position: static;
      width: 100%;
  }

  ul.menus li:hover>ul {
      display: none;
  }

  ul.menus li.show>ul {
      display: block;
  }

  .submenu-toggle {
      display: block;
  }

  ul.menus li a i {
      display: none;
  }

  ul.menus ul ul li a {
      width: 89%;
  }

  ul.menus li a {
      padding: 8px 16px;
  }

  .t-white {
      color: #fff;
  }

  .menu-toggle {
      top: -65px;
      font-size: 24px;
      background-color: #e31e24;
      color: #fff;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  nav {
      padding: 0;
  }

  ul.menus.active {
      top: 7px;
  }

  .submenu-toggle i {
      color: #fff;
      padding: 4px;
      background-color: #e31e24;
  }

  ul.menus li a {
      font-size: 17px;
      font-weight: 500;
  }

  .get-in {
      display: none;
  }

  .nav-get {
      display: block;
  }

  .logo {
      width: 260px;
  }

  .menu-toggle {
      color: #fff;
      background-color: #e31e24;
  }

  .submenu-toggle i {
      background-color: #fff;
      color: #0A0A0A;
  }

  .submenu-toggle svg {
      fill: #0A0A0A;
      padding: 1px;
      background-color: #fff;
      width: 20px;
  }

  .menu-chev {
      display: none;
  }
}



@media only screen and (max-width: 576px) {

  .logo {
      width: 230px;
  }

  .menu-toggle {
      top: -64px;
  }
  .filter-container{
    flex-wrap: wrap;
  }
  .info-item{
    margin-bottom: 20px !important;
  }
  #contact {
    padding: 35px 0 0 0 !important;
  }
  .video-banner{
    height: 70vh !important;
  }
}

@media only screen and (max-width: 450px){

  #about h1 {
    font-size: 24px !important;
  }
  .filter-main {
    padding: 25px 0;
  }
  .bearing-bg{
    padding: 35px 0 !important;
  }
  .video-banner{
    height: 50vh !important;
  }
  
}

@media only screen and (max-width: 400px){

  .video-banner{
    height: 36vh !important;
  }

}

.enq-btn{
    background-color: #e31e24;
    color: white;
    padding: 10px 14px !important;
 width: 160px;
    border-radius: 10px;
}
  .dropdown{
	position: relative;
  }
  .dropdown-list{
	display: none;
	position: absolute;
	top: 42px;
	color: #000;
	background-color: white;
  }
  .dropdown-list li{
	width: 300px;
	padding: 10px 30px;
	list-style: none;
	border-bottom: 0.1px solid #f9f9f9;
  }
  .dropdown-list li:hover{
	background-color: #e31e24;
	color: white;
  }
  .dropdown:hover .dropdown-list{
	display: block;
	transition: 400ms all linear !important;
  }
  .dropdown1{
	position: relative;
  }
  .dropdown-list1{
	position: absolute;
	margin-left: -200px;
	color: #000;
	width: 800px;
	justify-content: space-evenly;
	background-color: white;
	display: none;
  }
  .dropdown-list1 li{
	padding: 10px 30px;
	list-style: none;
	border-bottom: 0.1px solid #f9f9f9;
  }
  .dropdown1:hover .dropdown-list1{
	display: block;
  }
  dl, ol, ul{
	margin: 0;
	padding: 0;
  }
  li{
	list-style: none;
  }
  a{
	text-decoration: none !important;
  }
  /* .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .carousel-item img{
    margin-top: 70px;
    animation: 4s start infinite linear;
  }
  .carousel-item h1{
    font-size: 45px;
    color: white;
    padding: 400px 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  @keyframes start {
    0% {
        scale: 1.01;
    }

    20% {
        scale: 1.02;
    }

    40% {
        scale: 1.04;
    }

    60% {
        scale: 1.06;
    }

    80% {
        scale: 1.07;
    }

    100% {
        scale: 1.00;
    }
} */

.video-banner {
  width: 100%;
  height: 90vh;
  /* min-height: 350px;   */
  overflow: hidden;
  position: relative;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* MOST IMPORTANT */
  display: block;
}

  /* about */
  #about{
    position: relative; 
  }
  #filter{
    background-color: white;
  }
  .bg-grey{
    /* background-color: rgb(228 228 228 / 45%); */
    padding: 70px 0;
  }
  .video-sec{
    /* background-color: white;
    box-shadow: 1px 0 11px rgb(223, 223, 223); */
    padding: 60px 40px 0 40px ;
    /* border-radius: 30px;
    border: 4px double #949494; */
  }
  .about-text span{
    color: #e31e24;
    font-weight: 700;
  }
  .about-img{
    z-index: 1;
  }
  .about-box img{
   position: absolute;
   bottom: -15px;
   left:  -60px;
   filter: invert(0.7);
   overflow: hidden !important;
   animation: sidework 6s infinite;
  }
  @keyframes sidework{
    0%{}
    50%{
      transform: translateY(30px);
    }
    100%{}
  }
  #about h1{
    font-size: 50px;
    font-weight: 700;
  }
  #about h2{
    font-size: 40px;
    font-weight: 700;
    color: #e31e24;
  }
  .about-text{
    padding-left: 50px;
  }
  .about-text p{
    text-align: justify;
  }
  .about-text h6{
    font-size: 24px;
    color: #e31e24;
  }
  .about-text button{
    background-color: #e31e24;
    padding: 8px 30px;
    text-align: center;
    border-radius: 4px;
    color: white;
    border: none;
    border: 3px solid #100f1c;
  }

  #products{
    /* background-image: url(../images/bearing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
  }
  .bg-blue{
    background-color: #c1c1c14a;
    padding: 70px 0; 
  }
  #products button{
    background-color: #e31e24;
    border: none;
    width: 200px;
    margin: 0 auto;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 0;
    color: white;
    text-align: center;
    border: 3px solid #100f1c;
  }
  .pro-img{
    overflow: hidden !important;
    background-color: #100f1c;
    border-radius: 20px 20px 0 0;
    border: 3px solid #100f1c;
  }
  .pro-box{
    padding: 15px !important;
    /* margin:  0 20px; */
  }
  .img1{
    transition: 400ms all linear;
    border-radius: 20px 20px 0 0;
  }
  .img1:hover{
    scale: 1.07;
    border-radius: 20px;
  }
  #products p{
    text-align: center;
    background-color: #100f1c;
    color: white;
    font-size: 20px;
    padding: 10px 0;
    border-radius:0 0 20px 20px;
  }
.filter-main{
  padding: 50px 0;
}
  .filter-container {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.filter-list li{
  background-image: url(../images/ball-bearing.png);
  background-repeat: no-repeat;
  background-position-y: center;
  padding: 5px 0;
  padding-left: 36px;
  font-size: 16px;
}
.filter-btn {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    color: #222;
}

.filter-btn.active {
    color: #e31e24;
}

.filter-btn.active::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    height: 3px;
    background: #e31e24;
}
.filter-content h3{
  color: #e31e24;
  font-weight: 700;
}
.filter-content {
    display: none;
    padding: 10px 0;
}
/* .filter-content p{
  height: 320px;
} */
.filter-content.active {
    display: block;
}


.blog-container {
  display: flex;
  gap: 25px;
  justify-content: center;
}

/* Cards */
.blog-card {
  width: 350px;
  height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: #000;
  cursor: pointer;
}

/* Images */
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Left & right card title overlay */
.blog-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

/* --------------------------------- */
/* CENTER CARD OVERLAY (HIDDEN)      */
/* --------------------------------- */

.center-card .center-overlay {
  position: absolute;
  bottom: 0;        /* Hidden initially */
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  transition: 0.4s ease-in-out;
  text-align: center;
}

.blog-date {
  font-size: 12px;
  opacity: 0.7;
}

.blog-title {
  font-size: 20px;
  margin: 10px 0;
}

.blog-desc {
  font-size: 14px;
  opacity: 0.8;
  margin: 15px 0 25px;
}

/* Red arrow */
.arrow-box {
  width: 40px;
  height: 40px;
  background: #d90000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 20px;
}



/* Slight zoom effect */
.center-card:hover img {
  transform: scale(1.08);
  opacity: 0.7;
}

#blog{
  padding: 70px 0;
}






/* footer */
/* footer */
.main-footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-image: url(../images/bearing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }
  .main-footer__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  }
  .main-footer__inner {
	background-color: #100f1cb9;
	padding: 60px 0px 20px 0px;
	position: relative;
	z-index: 1;
  }
  @media (max-width: 991px) {
	.main-footer__inner {
	  padding: 100px 0px 40px 0px;
	}
  }
  @media (max-width: 768px) {
	.main-footer__inner {
	  padding: 40px 0px 0px 0px;
	}
  }
  .main-footer .container {
	position: relative;
  }
  .main-footer--one {
	background: var(--laboix-base, #0000004b);
  }
  .main-footer__bottom {
	text-align: center;
	background: #08080d;
  }
  .main-footer__bottom__inner {
	padding: 30px  0 10px 0;
	position: relative;
	z-index: 1;
  }
  .main-footer__copyright {
	color: var(--laboix-text-gray, #000000);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0;
	padding-bottom: 0;
  }
  .main-footer__shape {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	animation: scale 4s ease-in-out infinite;
  }
  .main-footer__shape--two {
	display: inline-block;
	left: auto;
	left: 0;
	z-index: 0;
	animation: topAni 4s ease-in-out infinite;
  }
  
  .footer-widget {
	margin-bottom: 40px;
  }
  .footer-widget__logo {
	display: inline-flex;
	margin-bottom: 25px;
  }
  .footer-widget__newsletter {
	position: relative;
	width: 100%;
	gap: 10px;
	align-items: center;
	display: flex;
	z-index: 1;
  }
  .footer-widget__newsletter input[type=email] {
	width: 100%;
	display: block;
	border: none;
	outline: none;
	height: 56px;
	border-radius: 6px;
	background-color: var(--laboix-white, #fff);
	color: var(--laboix-text-gray, #97A5B7);
	font-size: 14px;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 20px;
	transition: all 500ms ease;
  }
  .footer-widget__newsletter input[type=email]::placeholder {
	color: var(--laboix-text-gray, #97A5B7);
	font-size: 16px;
	font-weight: 500;
	line-height: 187.5%;
  }
  .footer-widget__newsletter button[type=submit] {
	background-color: var(--laboix-secondary, #6e4e4e);
	width: auto;
	height: auto;
	border: none;
	outline: none;
	color: var(--laboix-white, #fff);
	font-size: 22px;
	transition: all 500ms ease;
	padding: 15px 20px;
	border-radius: 6px;
  }
  .footer-widget__newsletter button[type=submit]::before {
	background-color: var(--laboix-white, #fff);
  }
  .footer-widget__newsletter button[type=submit]:hover {
	color: #e31e24;
  }
  .footer-widget__title {
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	line-height: 147.036%;
	letter-spacing: -0.8px;
	margin-top: -5px;
	margin-bottom: 24px;
  }
  .footer-widget__links {
	margin-top: -10px;
	margin-bottom: -13px;
  }
  .footer-widget__links li {
	color: var(--laboix-text-gray, #97A5B7);
	font-size: 16px;
	font-weight: 500;
	line-height: 187.5%;
  background-image: url(../images/ball-bearing-1.png);
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 25px;
  }
  .footer-widget__links li a {
	color: #fcf9f9;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
	transition: all 500ms ease;
  }
  .footer-widget__links li a:hover {
	background-size: 100% 1px;
  }
  .footer-widget__links li a:hover {
	color: #e31e24;
  }
  .footer-widget__links li + li {
	margin-top: 5px;
  }
  .footer-widget__info {
	position: relative;
	z-index: 1;
  }
  .footer-widget__info__item{
	gap: 20px;
	padding: 5px 0;
  align-items: center;
  }
  .footer-widget__info__item__text {
	margin-top: -7px;
	color: var(--laboix-text-gray, #97A5B7);
	font-size: 16px;
	font-weight: 500;
	line-height: 187.5%;
	margin-bottom: 5px;
	display: block;
	max-width: 246px;
	width: 100%;
  }
  .footer-widget__info__item a {
	color: var(--laboix-white, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 187.5%;
  }
  .footer-widget__info__item a:hover {
	color: var(--laboix-secondary, #e31e24);
  }
  .footer-widget__info__item i {
	font-size: 16px;
	color: var(--laboix-secondary, #e31e24);
	margin-right: 15px;
  }
  .footer-widget__text {
	color: var(--laboix-text-gray, #97A5B7);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 214.286%;
	max-width: 315px;
	width: 100%;
	margin-bottom: 18px;
  }
  @media (max-width: 575px) {
	.footer-widget__text br {
	  display: none;
	}
  }
  .footer-widget__social {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
	gap: 19px;
  }
  .footer-widget__social a {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: rgba(157, 157, 157, 0.14);
	font-size: 14px;
	color: var(--laboix-white, #fff);
	transition: all 500ms ease;
  }
  .footer-widget__social a:hover {
	background-color: var(--laboix-secondary, #e31e24);
	color: var(--laboix-white, #fff);
  }
  .footer-widget__time {
	background: #192C46;
	padding: 30px;
  }
  .footer-widget__time__item {
	margin-top: -7px;
	margin-bottom: -8px;
	display: flex;
	justify-content: space-between;
  }
  .footer-widget__time__item p {
	color: var(--laboix-text-gray, #97A5B7);
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 187.5%;
  }
  .footer-widget__time__item p i {
	font-size: 15px;
	color: var(--laboix-secondary, #e31e24);
  }
  .footer-widget__time__item + .footer-widget__time__item {
	margin-top: 10.3px;
  }
  .footer-widget--info {
	margin-right: 35px;
  }
  @media (max-width: 1199px) {
	.footer-widget--info {
	  margin-right: 0;
	}
  }
  .footer-widget--link {
	margin-left: 8px;
  }
  @media (max-width: 1199px) {
	.footer-widget--link {
	  margin-left: 0px;
	}
  }
  .footer-widget--about {
	margin-left: -25px;
  }
  @media (max-width: 1199px) {
	.footer-widget--about {
	  margin-left: 0px;
	}
  }

.application-box{
  margin: 20px;
}
.application-box img{
  border-radius: 20px;
  border: 6px double #071c2e;
}



.application-box {
  position: relative;
  border-radius: 20px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #100f1c98;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.application-box:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mob-map{
  display: none;
}

  /* --- PRELOADER STYLES --- */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, #ffffff 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.8s ease, visibility 0.8s ease;
  }
  
  /* Preloader inner content */
  .preloader-content {
    text-align: center;
    color: white;
    animation: fadeIn 1s ease;
  }
  
  /* Company logo */
  .preloader-content .logo {
    width: 220px;
    height: auto;
    opacity: 0;
    animation: logoPop 1.2s ease forwards;
  }
  
  /* Loading bar below the logo */
  .loader {
    margin: 20px auto 0;
    width: 120px;
    height: 4px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 2px;
    position: relative;
  }
  
  .loader::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    animation: loading 1.5s linear infinite;
  }
  
  /* --- ANIMATIONS --- */
  @keyframes loading {
    0% {
      left: -50%;
    }
    100% {
      left: 100%;
    }
  }
  
  @keyframes logoPop {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  /* Hide preloader after page loads */
  #preloader.hide {
    opacity: 0;
    visibility: hidden;
  }
  

  .bearing-bg{
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    background: #c1c1c14a;
  }
  .bearing-img{
    overflow: hidden !important;
  }
  .bearing-img img{
    border-radius: 10px 0 0 10px;
  }

  .bearing-box{
    background-color: white;
    padding:30px 30px !important;
    border-radius: 0 10px 10px 0;
  }
  .bearing-box h4{
    font-size: 38px;
    color: #e31e24;
    font-weight: 800;
  }
  .bearing-box button{
    background-color: #0A0A0A;
    color: white;
    padding: 7px 10px;
    border-radius: 4px;
    border: 2px solid #e31e24;
  }
  #mob-slider{
    display: none;
  }
  #preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 99999;
  }
  
  .preloader-content,
  .preloader-content video {
    width: 320px;
    height: auto;
   position: absolute;
   top: 20%;
   left: 32%;
   text-align: center;
  }
  
  .preloader-content video {
    object-fit: cover;
  }
  
#sub-menu{
  background-image: url(../images/bearing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: whitesmoke;
}
.sub-menu-bg{
  padding: 100px 0 50px 0;
  /* margin-top: 94px; */
  background-color: #100f1caa;
}

.page-part{padding:40px 0;background-color:#fff}
.page-part-text h2{font-size:27px;color:#e12529;margin:0;font-weight:600;padding-bottom:15px}
.page-part-text h3{font-size:24px;color:#e12529;margin:18px 0 15px 0;font-weight:600;text-transform:uppercase}
.page-part-text h4{font-size:20px;color:#000;margin-top:15px}
.page-part-text p{font-size:17px;color:#333;line-height:28px;margin-bottom:10px;text-align:justify}
.page-part-img h3{font-size:22px;color:#e12529;margin:8px 0 15px 0;font-weight:600;text-align:center}
.page-part-img img{width:100%;height:auto;background-color:#fff;transition:.5s;border:2px solid #e0e0e0;}
.page-part-img img:hover{border:2px solid #e12529;transform:scale(.9);}
.page-listul ul{padding:0;margin-bottom:0}
.page-listul ul li{background-image:url(../images/arrow-page.png);background-repeat:no-repeat;background-position:0 10px;padding-left:25px;list-style:none;text-align:left;padding-top:3px;padding-bottom:3px;font-size:16px!important;color:#333;line-height:28px}
.page-listul ul li:last-child{padding-bottom:15px}
.page-table{border-collapse:collapse;width:100%;margin-bottom:10px;font-size:16px!important}
.page-table table{margin-bottom:15px}
.page-table td,.page-table th{border:1px solid #fcbcbd;padding:8px 12px;text-align:left}
.page-table tr:nth-child(2n){background-color:#ffd2d3}
.page-table tr:hover{background-color:#e12529;color:#fff}
.page-table th{padding-top:12px;padding-bottom:12px;text-align:center;background-color:#d30c10;color:#fff}
.page-table h4{font-size:20px;color:#000}
.page-table-icon img{width:110px;height:auto;display:block;margin-bottom:10px;padding:0;margin-right:0}
.page-table-icon th{background-color:#e7e7e9;color:#000;font-size:16px;text-align:center}

.key-list li {
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position-y: center;
  padding: 5px 0;
  padding-left: 30px;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Header */
thead th {
  background: linear-gradient(135deg,#e12529 , #8e2e2f, #0A0A0A);
  color: #ffffff;
  padding: 14px 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: sticky;
  top: 0;
  z-index: 2;
}

/* Cells */
tbody td {
  padding: 12px 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #e5e8ee;
  transition: all 0.3s ease;
}

/* Zebra striping */
tbody tr:nth-child(even) {
  background: #f7f9fc;
}

/* Hover effect */
tbody tr:hover {
  background: #e8f0ff;
  transform: scale(1.01);
  box-shadow: inset 0 0 0 1px #c3d6ff;
}

/* First column highlight */
tbody td:first-child {
  font-weight: 600;
  color: #1e3c72;
}

/* Rounded corners */
thead th:first-child {
  border-top-left-radius: 12px;
}
thead th:last-child {
  border-top-right-radius: 12px;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Smooth scroll on mobile */
table::-webkit-scrollbar {
  height: 8px;
}
table::-webkit-scrollbar-thumb {
  background: #2c5364;
  border-radius: 6px;
}
table::-webkit-scrollbar-track {
  background: #eaeaea;
}
.table-main{
  margin-top: 30px;
}
.table-head{
  font-size: 22px;
}
.in-pro li a svg {
  width: 17px;
  height: 17px;
  fill: #ffffff;
  position: relative;
  left: 6px;
}

.bread-last svg{
  fill: #fff;
  width: 22px;
  position: relative;
  top: -2px;
}
.bread-last h1{
  padding-bottom: 13px;
}


/* Enquiry Form Css */

.form-control-feedback {
  display: none;
}

.has-feedback label~.form-control-feedback {
  top: 0 !important;
}

.error {
  text-align: left !important;
  display: table !important;
}

.thnak4 {
  margin-top: 50px;
}

.has-feedback .form-control {
 
  padding: 20px;
}

.form-group {
  margin: 15px 0 !important;
}

.form-group input {
  font-size: 16px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #011e3e;
  color: #000;
  font-weight: 500;
}
.has-feedback .form-control::placeholder{
  color: #000000;
}
.has-feedback .form-control{
  color: #000000;
}
.form-group textarea {
  font-size: 16px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #011e3e;
  font-weight: 500;
}

.form-group select {
  font-size: 16px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #011e3e;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #011e3e;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important;
}

.Submit-box {
  background-color: #011e3e;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #011e3e;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s ease;
  font-weight: 500;
}

.Submit-box:hover {
  background-color: #000;
  border: 1px solid #000;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #000 !important;
  border-bottom: 2px solid #011e3e;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.fill {
  font-size: 20px !important;
  font-weight: 500;
}
.get {
  font-size: 32px !important;
  color: #e31e24;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
}


.second-foot h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 28px;
  /* font-family: "Teko", serif; */
  position: relative;
}

/* .second-foot{
  padding-left: 30px;
} */
.brand-foot {
  padding-left: 10px;
}

.second-foot ul>li>a {
  color: #fff;
  transition: 0.3s all ease;
  font-size: 14px;
}

.second-foot ul>li {
  padding-bottom: 10px;
  position: relative;
}

.second-foot ul>li>a>i {
  color: #fff;
  font-size: 14px;
  transition: 0.3s all ease;
}

.second-foot ul>li:hover>a {
  color: #000;
  padding-left: 3px;
}

.second-foot ul>li:hover>a>i {
  color: #000;
}
.recent-post {
  display: flex;
  align-items: center;
  padding-top: 5px;
  /* border-bottom: 1px solid #fff; */
  padding-bottom: 30px;
}

.post-img {
  width: 85px;
}
.post-det {
  width: calc(100% - 85px);
  padding-left: 20px;
}

.post-det h6 {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

.post-det h5 {
  color: #fff;
  font-size: 14px;
  padding-top: 7px;
  line-height: 26px;
}


.about-page-cont {
  padding: 70px 0 0 0;
}

.about-page-cont p {
  font-size: 16px;
  color: #06163a;
  text-align: justify;
  line-height: 28px;
}

.rada {
  padding-bottom: 10px;
}

.abo {
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: 500;
}

.rad-head {
  padding-left: 15px;
}

.rad-head h2 {
  font-size: 40px;
  padding-bottom: 15px;
  color: #000;
  font-weight: 600;
  line-height: 50px;
}

.mission-time {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 0;
}

.mauris-quis {
  padding: 56px 90px 76px;
}
.miss-flex{
  gap: 60px;
}
.approch {
  background-color: #000;
  border-radius: 0px 100px ;
  position: relative;
  overflow: hidden;
  border-right: 4px solid #fff;
}

.mission-bg {
  background: #e31e24;
  position: relative;
  overflow: hidden;
  border-radius:  0px  100px;
}

.mauris-quis {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}

.mis-vis img {
  width: 70px;
}

.mauris-quis h3 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.mauris-quis h3 span {
  font-weight: 500;
}

.mauris-quis h3::before {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 3px;
  width: 100px;
  left: 35px;
  top: 100%;
}
.mission-bg h3::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  height: 3px;
  width: 100px;
  left: 35px;
  top: 100%;
}
.mauris-quis p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 5px;
}

.directors-time {
  padding-top: 70px;
}

.directors-time h2 {
  font-size: 34px;
  text-align: center;
  color: #000;
  padding-bottom: 5px;
  position: relative;
}

/* .directors-time h2::before{
  position: absolute;
  content: "";
  background-color: #000;
  width: 130px;
  height: 2px;
  top: 90%;
} */
.directors-time h2 span {
  font-weight: 500;
}

.mess-time {
  background-color: #000000;
  border-radius: 10px;
  padding: 35px 35px;
  margin-top: 30px;
}

.message-vinod h4 {
  color: #fff;
  font-size: 35px;
  padding-bottom: 15px;
}

.message-vinod h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 15px;
}


.infra {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 70px;

}

.infra-in {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  color: #000000;
  text-align: center;
  overflow: hidden;
  background-color: #f2f2f2;
}

.infra-in img {
  transition: 0.5s;
  height: 100%;
}

.infra-in:hover img {
  transform: scale(1.12);
}

.infra-in p {
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.infra-in p span {
  font-weight: 500;
  font-size: 16px;
}

.secon-infra-in {
  padding: 30px;
}

.infra h2 {
  padding-bottom: 15px;
}

.infra h2 span {
  font-weight: 500;
}

.what-we {
  padding: 70px 0;
}

.what-we h2 {
  font-size: 36px;
  color: #f2f2f2;
  padding-bottom: 15px;
}


.what-we-sec ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  padding-bottom: 10px;
}

.lift-sec {
  padding-top: 25px;
  text-align: left !important;
}

.lift-sec ul li {
  position: relative;
  background-image: url(../images/ball-bearing-1.png);
  background-repeat: no-repeat;
  background-position-Y: center;
}

.lift-sec ul li::before {
  position: absolute;
  color: #000000 !important;
}



.whywe {
  background-color: rgba(5, 0, 0, 0.03);
  padding: 70px 0;
}

.whywe h2 {
  font-size: 36px;
  color: #f2f2f2;
  padding-bottom: 15px;
  padding-left: 35px;
}

.by-hire h5 {
  color: #000;
  font-size: 19px;
  line-height: 28px;
  padding-top: 0;
}

.by-hire {
  padding-left: 35px;
}


  #contact{padding:60px 0 0 0}.contact-info{padding-bottom:20px}.info-item{display:flex;gap:20px;margin-bottom:10px;align-items:center;padding:20px;box-shadow:1px 0 7px #b9b9b9}.info-item h3{font-size:20px}.info-item p{margin:0}.info-item img{background-color:#000;padding:15px;border-radius:50%}.info-item a{color:#333;}

  @media screen and (min-width: 320px) and (max-width: 767px){
    .bg-grey{
      padding: 30px 0;
    }
    .about-flex{
      flex-wrap: wrap-reverse !important;
    }
    #about h1{
      font-size: 26px;
    }
    .about-box img{
      width: 150px;
      left: -25px;
    }
    .about-text{
      padding-left: 20px;
    }
    .bg-blue{
      padding: 30px 0;
    }
    .filter-container{
      gap: 18px;
      font-size: 16px;
    }
    .blog-container{
      flex-wrap: wrap;
    }
    .bearing-box h4{
      font-size: 24px;
    }
    .main-footer__bottom__inner.main-footer__bottom__inner{
      flex-direction: column;
      padding: 10px 0 10px 0;
    }
    .text-white{
      margin-bottom: 0;
    }
    .main-footer__copyright{
      padding-bottom: 5px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
      display: none;
    }
    #desktop-slider{
      display: none;
    }
    #mob-slider{
      display: block;
    }
    .carousel-item img{
      margin-top: 97px;
    }
    .preloader-content, .preloader-content video{
     position: static !important;
    }
    .miss-flex{
      flex-wrap: wrap;
      gap: 20px;
    }
    .mauris-quis{
      width: 100%;
      padding: 20px;
    }
    .mission-time{
      padding: 20px 0;
    }
    .infra{
      flex-wrap: wrap;
      padding: 20px 0 0 0;
    }
    .infra-in{
      width: 100%;
    }
    .desk-map{
      display: none;
    }
    .mob-map{
      display: block;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1199px){
    .preloader-content, .preloader-content video{
      position: static !important;
     }
    .bg-grey{
      padding: 50px 0;
    }
    .about-flex{
      flex-wrap: wrap-reverse !important;
    }
    #about h1{
      font-size: 26px;
    }
    .about-box img{
      width: 200px;
    }
    .bg-blue{
      padding: 50px 0;
    }
    .filter-container{
      gap: 25px;
      font-size: 16px;
    }
    .blog-container{
      flex-wrap: wrap;
    }
    .bearing-box h4{
      font-size: 20px;
    }
    .miss-flex{
      flex-wrap: wrap;
      gap: 20px;
    }
    .mauris-quis{
      width: 100%;
      padding: 20px;
    }
    .mission-time{
      padding: 20px 0;
    }
    .infra{
      flex-wrap: wrap;
      padding: 20px 0 0 0;
    }
    .infra-in{
      width: 100%;
    }
    .main-footer__bottom__inner{
      flex-direction: column;
      padding: 10px 0 10px 0;
    }
    .text-white{
      margin-bottom: 0;
    }
    .main-footer__copyright{
      padding-bottom: 5px;
    }

  }
  @media screen and (min-width: 1200px) and (max-width: 1399px){
    .bearing-box h4{
      font-size: 29px;
    }
  }

