@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-SemiBoldItalic;
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Black;
  src: url("../fonts/Montserrat-Black.ttf");
  font-display: swap;
}

body {
  font-family: Montserrat-Regular;
  background: #fff;
}

/* Header start */

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  transition: background-color 0.8s, padding 1.5s;
  z-index: 2000;
  background-image: linear-gradient(180deg, #0000006b, #0000004d);
}
header.sticky {
  padding: 15px 0;
  box-shadow: 0px 6px 15px #22222252;
  z-index: 99999;
  background-image: linear-gradient(180deg, #000000a3, #00000075);
}
header .header_body {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
}
header .logo img {
  max-height: 55px;
}
header .header_contact_btn .contatc_us_btn {
  font-size: 14px;
  text-decoration: none;
  background-color: #2458a6;
  border-radius: 6px;
  padding: 8px 25px;
  line-height: normal;
  color: #fff;
}
header .menu_mainbox {
  float: left;
  width: 100%;
  position: relative;
  z-index: 50;
}
.header_body .click_to_explore_btn {
  margin: 0px 0 0 0;
}

/* -------MAIN-MENU-START---------- */
.menu_mainbox {
  float: left;
  width: auto;
  position: relative;
  z-index: 50;
}
.top_menu_left ul #products a::after {
  display: block;
}
.top_menu_left ul .submenu2 a::after {
  display: none !important;
}
.top_menu_left ul li a::after {
  margin: 5px 20px 0 20px;
}
.top_menu_left ul li a::after {
  display: none;
}
.menu_box {
  display: none;
}
.sticky .toggle_menu {
  margin: 25px 0 0 20px;
  /* transition-duration: 0.7s; */
}
.toggle_menu {
  position: fixed;
  left: 0;
  top: 0;
  margin: 29px 0 0 20px;
  cursor: pointer;
  z-index: 5;
  /* background-color: #0000003d; */
  padding: 6px 6px;
  line-height: normal;
  transition-duration: 0.9s;
}
.menu_open {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.menu_mainbox::after {
  content: "";
  background-color: #000000e3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 0%;
  transition-duration: 0.3s;
}
.menu_open::after {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}
.menu_open .menu_box {
  display: block;
  position: relative;
  z-index: 5;
}
.toggle_menu_close {
  background-color: #383838;
  color: #ffcc31;
  padding: 2px 10px 8px 10px;
  font-size: 35px;
  line-height: 30px;
  margin: 27px 0 0 20px;
}
.top_menu_left {
  float: left;
  width: 38%;
  padding: 6% 0 0 3%;
}

.top_menu_left a:not([href]):not([class]) {
  color: #fff;
}
.top_menu_left a:not([href]):not([class]):hover {
  color: #ffcc31;
}
.top_menu_left ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.top_menu_left ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.top_menu_left ul li a {
  float: left;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px dashed #6b6b6b;
  padding: 10px 0 10px 20px;
  transition-duration: 0.3s;
}
.top_menu_left ul li a::after {
  content: "";
  /* background-image: url(../images/home/menu_arrow.png); */
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: contain;
  float: right;
  width: 40px;
  height: 18px;
  transition-duration: 0.3s;
  margin: 5px 20px 0 20px;
}
.top_menu_left ul li a:hover {
  color: #ffcc31;
  padding: 10px 0 10px 40px;
}
.other_menus img{
  max-height: 18px;
  float: right;
  margin: 5px 10px 0 0px;
}
/* .top_menu_left ul li .other_menus::after{
  content: '';
  background-image: url(assets/images/home/menu_arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: contain;
  float: right;
  width: 40px;
  height: 18px;
  transition-duration: 0.3s;
  margin: 10px 40px 0 0;
} */
.top_menu_left ul li:hover a::after {
  margin: 4px 10px 0 0;
}

.submenu ul {
  display: none;
  position: fixed;
  left: 40%;
  top: 0;
  width: 30%;
  margin: 0;
  padding: 7% 0px 40px 30px;
  background-color: #1d1d1d;
  height: 100%;
}
.submenu:hover ul {
  display: block;
}
.submenu ul li a {
  background-image: none;
  font-size: 18px;
  border: 0;
}
.top_menu_left ul .submenu ul a::after {
  display: none;
}
.top_menu_left ul .submenu ul .submenu2 a::after {
  display: block;
}
.top_menu_left ul .submenu ul .submenu2 ul a::after {
  display: none;
}
.submenu2 span {
  display: none;
}
.top_menu_left ul .submenu ul a::before {
  content: "";
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-image: none;
  background-color: #fff;
  margin: 10px 0 0 -20px;
  padding: 0;
  position: absolute;
}

.submenu .submenu2 ul {
  display: none;
  position: fixed;
  left: 70%;
  top: 0;
  width: 30%;
  margin: 0;
  padding: 7% 50px 50px 30px;
  background-color: #262626;
  height: 100%;
}
.submenu2:hover ul {
  display: block;
}
.submenu2 ul li a {
  background-image: none;
  font-size: 18px;
  border: 0;
}
.top_menu_left ul .submenu2 ul a::after {
  content: "";
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-image: none;
  background-color: #fff;
  margin: 10px 15px 0 0;
  padding: 0;
}

.mobile_menu_heading {
  display: none;
}

/* -------MAIN-MENU-END---------- */

/* Header Start */

/* buttons annimations start*/
.button_annimi {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #2458a6;
  line-height: normal;
  border-radius: 6px;
  padding: 8px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button_annimi a {
  position: relative;
  transition: all 0.35s ease-Out;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  line-height: normal;
  color: #fff;
}
#btm_slide {
  width: 100%;
  height: 100%;
  left: -200px;
  background: #154489;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}
.button_annimi:hover #btm_slide {
  left: 0;
}
.button_annimi:hover a {
  color: #fff;
}

/*///////////////// */
/* .click_to_explore_btn{
  position: relative;
  overflow: hidden;
  cursor: pointer;
  line-height: normal;
  border-radius: 6px;
  font-size: 14px;

  padding: 8px 25px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  border: 1px solid #fff;
  width: 170px;
} */
.click_to_explore_btn {
  /* float: left; */
}
.click_to_explore_btn a {
  position: relative;
  transition: all 0.35s ease-Out;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  line-height: normal;
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #fff;
  overflow: hidden;
  float: left;
  font-family: Montserrat-Medium;
}
.click_to_explore_btn button {
  position: relative;
  transition: all 0.35s ease-Out;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  line-height: normal;
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #fff;
  overflow: hidden;
  float: left;
  font-family: Montserrat-Medium;
}
.click_to_explore_btn a:hover:after {
  left: 0px;
}
.click_to_explore_btn a:hover {
  color: #fff;
}
.click_to_explore_btn span {
  position: relative;
  z-index: 5;
}
/* .manufacturing_box .click_to_explore_btn span{
  color: #fff;
} */
.manufacturing_box .click_to_explore_btn {
  position: absolute;
  bottom: 26px;
  left: 26px;
  z-index: 99;
}
/* .blackbg {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
  position: absolute;
} */
.click_to_explore_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  left: -250px;
  background: #154489;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}
.manufacturing_box .click_to_explore_btn a:hover {
  color: #fff;
}
.about_us_left .click_to_explore_btn a:hover {
  color: #fff !important;
}
.about_us_left .click_to_explore_btn a {
  color: #2458a6 !important;
}
.manufacturing_box .capabilities_content .click_to_explore_btn a:hover {
  color: #fff !important;
  border-color: #fff;
  background: #185ca5;
}
.workplace_environment_images_section .click_to_explore_btn {
  text-align: center;
  justify-content: center;
  display: flex;
}
.workplace_environment_images_section .click_to_explore_btn a {
  background: #2458a6;
  margin: 0 auto;
}
.our_product_left .click_to_explore_btn a {
  color: #2458a6 !important;
  margin: 0 0 10px 0;
}
.our_product_left .click_to_explore_btn a:hover {
  color: #fff !important;
}
.workplace_environment_images_right .img_box {
  overflow: hidden;
  transition-duration: 0.7s;
}
.workplace_environment_images_right .img_box:hover img {
  transform: scale(1.5);
  transition-duration: 0.7s;
}

/* .click_to_explore_btn a{
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 25px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;

  
}
.click_to_explore_btn a:hover{
  border: 1px solid #fff;
  color: #222;
  background-color: #fff;
  transition-duration: 0.7s;
}
/* buttons annimations end*/

/* Hero Section Start */

#banner_text_effect {
  font-size: 50px;
  color: #fff;
  text-align: left;
  line-height: 55px;

  width: 100%;
  float: left;
}
.banner_word_text {
  float: left;
  width: auto;
  transition-duration: 0.7s;
}
.first_word {
  width: auto;
  float: left;
  color: #fff;
  text-align: left;
  font-family: Montserrat-Black;
}
.a_word {
  width: auto;
  float: left;
  margin: 0 0 0 12px;
  color: #fff;
  text-align: left;

  transition-duration: 0.7s;
}
.second_word {
  width: 100%;
  float: left;
  color: #fff;
  text-align: left;
}
.third_word {
  width: 100%;
  float: left;
  color: #fff;
  text-align: left;
}
.f_word1 {
  opacity: 0;
  animation: drop 0.9s linear forwards;
  color: #fff;
  transition-duration: 0.9s;
}
.f_word11 {
  opacity: 0;
  animation: drop 0.9s linear forwards;
  color: #fff;
  transition-duration: 0.9s;
}
.f_word22 {
  opacity: 0;
  animation: drop 0.9s linear forwards;
  color: #fff;
  transition-duration: 0.9s;
}
.Banner_text {
  opacity: 0;
  animation: drop 0.9s linear forwards;
  color: #fff;
  transition-duration: 0.9s;
}
.hero_section .Banner_headeing {
  opacity: 0;
  animation: drop 0.9s linear forwards;
  color: #fff;
  transition-duration: 0.9s;
}
.hero_section .click_to_explore_btn {
  opacity: 0;
  animation: drop 0.9s linear forwards;
  color: #fff;
  transition-duration: 0.9s;
}
/* .capabilities_text{ opacity:0;  animation: drop 0.9s linear forwards;  color: #fff;transition-duration: 0.9s;}
.manufacturing_box .sub_headingflip{ opacity:0;  animation: drop .9s linear forwards;  color: #fff;transition-duration: 0.9s;}
.manufacturing_box .click_to_explore_btn{opacity:0;  animation: drop .9s linear forwards;  color: #fff;transition-duration: 0.9s;} */

@keyframes drop {
  0% {
    transform: translateY(-200px) scaleY(0.9);
    opacity: 0;
  }
  5% {
    opacity: 0.7;
  }
  50% {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
  }
  65% {
    transform: translateY(-15px) scaleY(1);
    opacity: 1;
  }
  75% {
    transform: translateY(-9px) scaleY(1);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
  }
}

.hero_section .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: inherit !important;
}
.hero_section .owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: inherit;
}
/* .hero_section .carousel-caption {
    position: absolute;
    top: 25%;
    left: 4%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    right: 0;
    z-index: 10;
} */
/* .hero_section{
  min-height: 400px;
} */
.owl-carousel_banner_slider {
  position: relative;
}
.hero_section .banner_content {
  position: absolute;
  top: 0%;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  right: 0;
  z-index: 10;
  /* padding-left: 69px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.Banner_headeing {
  font-size: 50px;
  color: #fff;
  text-align: left;
  line-height: 55px;
}
.Banner_text {
  font-size: 20px;
  color: #fff;
  text-align: left;
  font-family: Montserrat-Medium;
  line-height: normal;
  margin: 15px 0 0 0;
  width: 100%;
  float: left;
}
.click_to_explore_btn {
  float: left;
  margin: 20px 0 0 0;
}
#product3 .click_to_explore_btn {
  float: left;
  margin: 20px 0 0 0;
}
/* #product3 .sub_heading {
  width: 100%;
  float: left;
  margin: 20px 0px 15px 0px;
} */
.banner_slides {
  width: 100%;
  float: left;
  background-color: #000;
  max-height: 610px;
}
/* .hero_section .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 1px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.hero_section .owl-dots{
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 16%;
  left: 8%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 auto;
  right: 0;
  max-width: 1320px;
} 
.hero_section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    height: 5px;
} */

/* Banner Second Slide Start */
.banner_right_box {
  position: relative;
  max-width: 550px;
  max-height: 500px;
  margin: 0px auto;
}
.banner_box_inner .inner_box {
  background-color: #435269;
  border-radius: 15px;
  width: 210px;
  height: 160px;
  float: left;
  padding: 20px 10px 0 20px;
  /* border: 1px solid #fff; */
  box-shadow: 0 5px 20px 0px #3333334f;
  transition-duration: 3s;
}

.inner_box:hover {
  transition: transform 0.9s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
  background-color: #2458a6 !important;
  background-image: none;
  transition-duration: 3s;
  transform: scale(1.2);
  z-index: 10;
  /* width:220px;
  height:210px; */
}

.inner_box p {
  text-align: left;
  font-size: 12px;
  width: 90%;
  float: left;
  font-family: Montserrat-Medium;
}
.banner_box_inner .banner_icons {
  margin: 0 0 10px 0;
  max-height: 43px !important;
  width: auto !important;
}
.inner_box1 {
  width: 140px;
  height: 150px;
  border-radius: 15px;
  border: 1.5px solid #697382;
  position: absolute;
  top: -85px;
  left: 35px;
}
.inner_box2 {
  position: absolute;
  left: 50px;
  top: -70px;
  background-image: linear-gradient(
    to right bottom,
    #5f6f86,
    #56667d,
    #4e5d74,
    #45556b,
    #3d4c62
  );
}
.inner_box3 {
  position: absolute;
  left: 230px;
  top: 20px;
  background-image: linear-gradient(
    to right bottom,
    #5f6f86,
    #56667d,
    #4e5d74,
    #45556b,
    #3d4c62
  );
}
.inner_box4 {
  position: absolute;
  top: 70px;
  left: -20px;
  background-image: linear-gradient(
    to right bottom,
    #5f6f86,
    #56667d,
    #4e5d74,
    #45556b,
    #3d4c62
  );
}
.inner_box5 {
  position: absolute;
  top: 210px;
  left: 130px;
  background-image: linear-gradient(
    to right bottom,
    #5f6f86,
    #56667d,
    #4e5d74,
    #45556b,
    #3d4c62
  );
}
.inner_box6 {
  position: absolute;
  right: 30px;
  top: 160px;
  z-index: 9;
  background-image: linear-gradient(
    to right bottom,
    #5f6f86,
    #56667d,
    #4e5d74,
    #45556b,
    #3d4c62
  );
}
.inner_box7 {
  width: 140px;
  height: 160px;
  border-radius: 15px;
  border: 1.5px solid #697382;
  position: absolute;
  right: 15px;
  top: 205px;
}
/* Banner Second Slide End */
/* Banner third Slide Start */
.banner_right_third_slide {
  position: relative;
  max-width: 550px;
  max-height: 500px;
  margin: 0px auto;
}
.banner_left_third_slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.banner_third_slide_data {
  position: relative;
  margin: 0 0 20px 0;
  width: 270px;
  float: left;
}
.banner_third_slide_data:hover .banner_slide_heading {
  left: 5px;
}
.banner_slide_heading {
  background: #2458a6;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  position: absolute;
  left: -10px;
  bottom: 20px;
  padding: 10px 30px;
  transition-duration: 0.7s;
  font-family: Montserrat-SemiBoldItalic;
  font-size: 13px;
  width: 100%;
  float: left;
}
/* Banner third Slide End */
/* Banner fourth Slide Start */
.banner_fourth_slide_data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_fourth_slide_data .banner_fourth_main_img {
  opacity: 0.3;
  max-width: 390px;
  position: absolute;
  left: -90px;
  top: -80px;
  bottom: 0;
}
.banner_fourth_img img {
  position: absolute;
  top: 0;
  left: 0;
}
/* .banner_fourth_slide_data .banner_fourth_img{
  position: absolute;
  left: 0;
  max-height: 500px;
} */
/* Banner fourth Slide End */

/* Hero Section End */

/* about section start */
.about_section {
  padding: 60px 0 60px 0;
  width: 100%;
  float: left;
}
.about_section .heading {
  margin: 0 0 13px 0;
}
.heading {
  font-size: 30px;
  color: #2458a6;
  margin: 0 0 30px 0;
  line-height: normal;
  font-family: Montserrat-Black;
}
.sub_heading {
  font-size: 19px;
  font-family: Montserrat-Bold;
  line-height: 23px;
  margin: 0 0 13px 0;
}
.section_text {
  font-size: 14px;
  margin: 0 0 13px 0;
  font-family: Montserrat-Medium;
}
.about_us_left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_us_right {
  position: relative;
  padding: 20px;
  z-index: 2;
}
/* .about_us_right:hover img {
    transition-duration: 1s;
} */
.about_us_right:hover img {
  transform: scale(1.1);
}
.about_us_right::after {
  content: "";
  position: absolute;
  width: 30%;
  background-color: #2458a6;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.about_us_right .technical_icon_box img {
  z-index: 99;
  position: relative;
  transition-duration: 1s;
}
.about_us_right_inner {
  overflow: hidden;
}
.about_us_right_inner img {
  z-index: 99;
  position: relative;
  transition-duration: 1s;
}

/* about section end */

/* Our Products Start */
.our_products_section {
  padding: 30px 0 60px 0;
  width: 100%;
  float: left;
  background-image: url(../images/home/automobile-img.webp);
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}
.our_product_inner .nav {
    justify-content: center;
    border-bottom: 1px solid #d8e6ea;
}
.our_products_section .our_pro_inner_tabbing .nav {
  justify-content: left;
}
.our_product_inner .nav-tabs .nav-item {
  width: 19.6%;
  float: left;
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_page_section .our_product_inner .sub_heading {
  width: 100%;
  float: left;
  margin: 40px 0px 15px 0px;
  text-transform: capitalize;
}
.product_page_section .parallax_section .sub_heading {
  width: 100%;
  float: left;
  margin: 15px 0px 0px 0px;
}

.precision_machining_img {
  max-height: 350px;
}
.our_product_inner .nav-tabs .nav-item .nav-link {
  padding: 0 4px 0 4px !important;
}
.our_product_inner .nav-link {
  padding: 0px !important;
}
.our_product_inner .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #2458a6;
  border-color: transparent;
}
.our_product_inner .nav-tabs .nav-link {
  margin-bottom: 0px;
  border: 1px solid transparent;
  width: 100%;
  background-color: #e2e2e2;
  border-radius: 0;
  font-size: 15px;
  color: #000;
  font-family: Montserrat-Medium;
  line-height: normal;
  min-height: 55px;
  position: relative;
}
.our_product_inner .nav-tabs .nav-item .nav-link.active::after {
  content: "";
  border-top: 9px solid;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 20px;
  z-index: 9999;
  margin: 0 auto;
  color: #2458a6;
}
.our_product_left {
  padding: 30px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.our_pro_inner_tabbing {
  padding: 15px 0px 15px 0;
}
.our_product_right {
  padding: 40px 0px 40px 0px;
  height: 100%;
  align-content: center;
}
.benefits_box {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0px;
}
/* .benefits_box li {
  
} */
.benefits_box li{
  color: #000;
  line-height: normal;
  font-size: 14px;
  background-image: url(../images/home/circle_right_tick.png);
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding: 7px 0 7px 20px;
  font-family: Montserrat-Medium;
  list-style: none;
  width: 50%;
  float: left;
  text-align: left;
}
.what_sets_box li{
  cursor:auto;
  color: #000;
  text-decoration: none;
  line-height: normal;
  font-size: 14px;
  /* width: 100%;
  float: left; */
  background-image: url(../images/home/circle_right_tick.png);
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding: 7px 0 7px 20px;
  font-family: Montserrat-Medium;
}
/* captan  */

.our_product_left .our_pro_inner_tabbing .sub_heading {
  width: 100%;
  float: left;
  margin: 30px 0px 15px 0px;
}
.sheet-download {
  font-size: 19px;
  font-family: Montserrat-Bold;
  text-transform: capitalize;
}
.sheet_download_text {
  font-size: 13px;
  font-family: Montserrat-Medium;
  text-align: left;
}
.sheet_download_text a {
  font-size: 13px;
  text-decoration: none;
  color: #2458a6;
  font-family: Montserrat-Medium;
}

/* Our Products End */

/* Industries We Start */
.industries_we_serve_section {
  padding: 60px 0px 60px 0px;
  background-color: #0d1d36;
  margin: 30px 0 0px 0;
  width: 100%;
  float: left;
}
.owl-we_serve_inner {
  padding: 60px 0 0 0;
}
.we_serve_inner {
  background: #3c4a5f;
  padding: 40px 10px 40px 25px;
  float: left;
  border-radius: 20px;
  width: 100%;
  margin: 0px 0px 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 520px;
}
.we_serve_left {
  width: auto;
  float: left;
  margin: 0 0 0 -160px;
}
.we_serve_left img {
  max-height: 320px;
  min-height: 320px;
  max-width: fit-content;
  width: auto !important;
}

.we_serve_right {
  color: #fff;
  font-size: 16px;
  width: 70%;
  float: left;
  padding: 0 0 0 20px;
}
.we_serve_logo {
  min-width: 100px !important;
  max-width: 100px !important;
  margin: 0 0 13px 0;
}
.we_serve_right h6 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.we_serve_right p {
  color: #fff;
  font-size: 14px;
}
.we_serve_right h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.we_serve_right .key_benefits_box {
  border-top: 2px solid #6f7a8a;
  padding: 25px 0 0 0;
  margin: 9px 0 0 0;
  float: left;
  width: 100%;
}
.we_serve_right h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.we_serve_right ul {
  padding: 0px;
}
.we_serve_right ul li {
  color: #fff;
  font-size: 14px;
  list-style: none;
  width: 50%;
  float: left;
  padding: 2px 0px 2px 20px;
  background-image: url(../images/home/white_tick.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0px 5px;
}
.owl-we_serve_inner .owl-nav {
  display: block !important;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0px 0 40px 0px;
  justify-content: center;
  display: flex !important;
}
.owl-we_serve_inner .owl-nav .owl-prev {
  width: 115px;
  background: #414f65;
  float: left;
  border-radius: 30px;
  padding: 10px;
  margin: 0 10px 0 10px;
  color: #414f65;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition-duration: 0.7s;
  height: 40px;
  font-size: 0px;
}
.owl-we_serve_inner .owl-nav .owl-prev::after {
  content: "P";
  position: absolute;
  left: 20px;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  background-image: url(../images/home/explore_icon_left.png);
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0px 0 15px;
}
.owl-we_serve_inner .owl-nav .owl-prev:hover {
  opacity: 1;
  width: 125px;
}
.owl-we_serve_inner .owl-nav .owl-next {
  width: 115px;
  background: #414f65;
  float: left;
  border-radius: 30px;
  padding: 10px;
  margin: 0 10px 0 10px;
  color: #414f65;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition-duration: 0.7s;
  height: 40px;
}
.owl-we_serve_inner .owl-nav .owl-next::after {
  content: "N";
  position: absolute;
  left: 0;
  right: 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  background-image: url(../images/home/explore_icon.png);
  background-size: 30px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 15px 0 0;
}
.owl-we_serve_inner .owl-nav .owl-next:hover {
  opacity: 1;
  width: 125px;
}
/* Industries We End */

/* Manufacturing Capabilities Start */
.manufacturing_capabilities_section {
  padding: 30px 0px 60px 0px;
  float: left;
  width: 100%;
}
.manufacturing_box {
  position: relative;
  z-index: 999;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.manufacturing_box img {
  width: 100%;
}
.manufacturing_box .sub_heading {
  color: #fff;
  text-transform: capitalize;
  z-index: 99;
}
.capabilities_box{
  position: inherit;
  left:0;
  right:0px;
  bottom:0px;
  z-index:999;
  padding:20px;
  background: #f2f2f2;
}
.capabilities_boxnew{
      min-height: 150px;
}
.manufacturing_box .sub_heading{
  color:#212529;
}
.capabilities_box p{
  color: #000000;
  margin:0px;
}
/* .manufacturing_box:hover .sub_heading{
    display:none;
}
.manufacturing_box:hover .sub_heading{
    display:none;
} */
.manufacturing_box .capabilities_content .sub_heading {
  display: block !important;
  position: unset;
}
/* .manufacturing_box .capabilities_content{
    display: none;
} */
.manufacturing_box:hover .capabilities_content {
  display: block;
  transition-duration: 0.9s;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: center;
  padding: 0 20px 0 20px;
}
.capabilities_content {
  position: absolute;
  color: #fff;
  line-height: normal;
  font-size: 14px;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100%;
  padding: 20px 0 0 26px;
  font-family: Montserrat-Medium;
}
/* .manufacturing_box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background-color: #00458E;
    transition-duration: 0.9s;
    bottom: 0;
    left: 0;
} */
/* .manufacturing_box:hover.manufacturing_box::after {
    height: 100%;
    transition-duration: 0.9s;
} */
/* Manufacturing Capabilities End */

/** RND-SLIDER-SECTION-START **/
.rnd_slide_section {
  padding: 30px 0px 60px 0px;
}
.rnd_slide_section .tabs {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.rnd_slide_section .tabs li {
  float: left;
  width:50%;
  padding: 0 30px;
  border-right: 10px solid #fff;
  color: #fff;
  min-height: 500px;
  max-height: 500px;
  transition-duration: 0.7s !important;
  position: relative;
  overflow: hidden;
}
.rnd_slide_section .tabs li:hover {
  width: 60%;
}



.steering-img {
    width: 150px;
    opacity: 0.1;
    animation: rotateSteering linear;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
    position: absolute;
    left: 10%;
    top: -20px;
}
@keyframes rotateSteering {
    0% {
        transform: rotate(0deg);
        opacity: 0.1;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.1;
    }
}
.productnew_section .tabs li {
  float: left;
  width: 33.33%;
  padding: 0 30px;
  border-right: 10px solid #fff;
  color: #fff;
  min-height: 400px;
  max-height: 400px;
  transition-duration: 0.7s !important;
  position: relative;
  overflow: hidden;
}
.productnew_section .tabs li:hover {
  width: 40%;
}
.productnew_section .rnd_slide_inner {
    margin: 280px 0 20px 0;
}
.product_category_sec{
  float: left;
  width:100%;
  padding:100px 0px;
}
.product_category_inner{
  display:flex;
  justify-content: space-between;
  padding: 60px;
}
.product_category_left{
  width:45%;
}
.product_category_right{
  width:49%;
  position: relative;
}
.product_catbox .produvt_contentmain:nth-child(1) {
  position: absolute;
  left:0;
  top:20%;
}
.product_catbox .produvt_contentmain:nth-child(2) {
  position: absolute;
  right: 0;
  top: -15px;
}
.product_catbox .produvt_contentmain:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 99999;
}
.produvt_contentmain {
  width: 47%;
  background-image: url(../images/home/bg-tabs-min.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 195px;
}
.produvt_contentmain:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .90;
  background-color: #e4faff;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.produvt_contentmain:hover:after{
  background-color: #fff !important;
  transition-duration: 0.5s;
  opacity: .95;
}
.produvt_icon img{
  /* max-height:110px; */
  width:100%;
}
.product_catbox .produvt_icon {
  z-index: 2;
  position: relative;
  transition: 0.3s;
  text-align: center;
  padding:0px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produvt_content{
  display: block;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  width: 100%;
  clip-path: polygon(0% 10%, 0px 100%, 100% 100%, 100% 0px, 0% 0%);
  padding: 15px 25px 15px;
  transition-duration: 0.5s;
  background-color: #2458a6;
  line-height: normal;
}
.produvt_contentmain:hover .produvt_content{
  background-color: #d8e7ff;
  color:#000;
  transition-duration: 0.5s;
}





/* SECTION BACKGROUND */
.sustainability {
  padding: 60px 0px;
  margin-bottom:60px;
  color: #222;
  float:left;
  width:100%;
  background-image: url(../images/home/sustainability.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
/* HIGHLIGHT BOX */
.sustainability .highlight {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 8px;
  background: rgb(36 88 166 / 3%);
  border-left: 4px solid #2458a6;
  color: #222;
  font-weight: 500;
}

.sustainability_left .thumb {
    height: auto;
    position: relative;
}
.sustainability_left .thumb .thumb-1 {
    position: relative;
    margin-bottom: 110px;
    text-align: end;
    z-index: 1;
}
.sustainability_left .thumb .thumb-2 {
    position: absolute;
    top: 40%;
    left: -16px;
    z-index: 2;
}
.sustainability_left .thumb .thumb-2 img {
    border-radius: 10px;
    border: 5px solid var(--white-color);
    width: 50%;
}
.sustainability_left .thumb .thumb-1 > img {
    border-radius: 10px;
    width: 70%;
}
.sustainability_left .thumb .thumb-1 .s-shape-1 {
    position: absolute;
    bottom: -60px;
    right: 26%;
    z-index: -1;
    width: 120px;
    height: 120px;
}
.sustainability_left .thumb .thumb-1 .s-shape-1 img{
  width:100%;
}
.rnd_slide_inner {
  position: relative;
  margin:280px 0 20px 0;
}
.our_group_companis_logo img {
  max-width: 75%;
  margin: 0px 0px 20px 0px;
}
.rnd_slide_section a {
  color: #fff;
}
.rnd_slide_bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.rnd_slide_bgimg_black {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-image: linear-gradient(to bottom, rgb(255 18 18 / 0%), rgb(0 0 0)); */
  background-image: linear-gradient(to bottom, rgb(255 18 18 / 0%), rgb(0 0 0 / 15%));
}
.rnd_slide_section .tabs li.current .rnd_slide_bgimg {
  display: block;
}
.rnd_slide_section .tabs li.current {
  width: 40%;
  padding: 0 20px 0 20px;
}
.rnd_slide_section .tabs .tab-content {
  display: none;
  width: 100%;
  font-size: 15px;
}
.rnd_slide_section .current .tab-content {
  display: block;
}
.rnd_slide_heading {
  width: auto;
  float: left;
  font-size: 19px;
  line-height: 23px;
  margin: 0 0 13px 0;
  font-family: Montserrat-Bold;
}
.rnd_icon {
  width: 100px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  margin: -120px 0 0 0;
}
.rnd_slide_section .current .rnd_slide_heading {
  /* min-height: auto; */
  width: 100%;
}
.rnd_slide_section .current .rnd_arrow {
  display: none;
}
.rnd_section_clickbtn_mobile {
  display: none;
}
.rnd_slide_inner .explore_btn {
  font-size: 14px;
  float: left;
  clear: both;
  transition-duration: 0.7s;
  font-family: Montserrat-ExtraBold;
}
.rnd_slide_inner .explore_btn:hover img {
  margin: 0 0 0 40px;
  transform: scale(1.4);
  transition-duration: 0.7s;
}
.explore_btn {
  width: auto;
  border: 1px solid #fff;
  line-height: normal;
  padding: 13px 20px;
  text-decoration: none;

  position: relative;
  margin: 5px 0 0 0;
}
.explore_btn:hover {
  color: #fff;
  background-color: #222;
}
.current .rnd_slide_inner .explore_btn {
  display: block;
}
.current .rnd_slide_inner .explore_btn {
  float: left;
  clear: none;
  margin: 30px 0px 0px 0px;
}
.rnd_slide_inner .explore_btn img {
  max-width: 30px;
  margin: 0 0 0 10px;
}
.rnd_slide_inner .rnd_slide_content {
  display: none;
}
.rnd_slide_section .tabs li.current .rnd_slide_inner {
  margin: 140px 0 20px 0;
}
.rnd_slide_section .tabs li.current .rnd_slide_content {
  display: block;
  font-size: 14px;
}
/** RND-SLIDER-SECTION-END   **/

/* footer start */

footer {
  background-color: #f2f2f2;
  padding: 50px 0 0px 0;
  float: left;
  width: 100%;
}
.footer_logo {
  padding: 30px 0px 40px 0px;
}
.footer_logo img {
  max-width: 280px;
}
.footer_box ul {
  margin: 0;
  padding: 0;
}
.footer_box ul li {
  list-style: none;
}
.footer_box ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  padding: 4px 0 4px 0px;
  float: left;
  width: 100%;
}
.footer_menu_box {
  padding: 0 20px 0 0;
  float: left;
  width: 100%;
}
.footer_menu_box p {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #000000;
  font-family: Montserrat-Medium;
  padding: 4px 0 4px 0px;
}
.footer_menu_box p a {
  color: #000000 !important;
  text-decoration:none;
}
.footer_box ul li a:hover {
  color: #154489;
}
.contactus img{
  max-width: 18px;
  margin: 0 8px 0 0;
}
.contactus p a {
  color: #000000 !important;
  text-decoration: none;
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}
footer .footer_box .sub_heading {
  width: auto;
  border-bottom: 1px solid #ccc;
  float: left;
  padding: 0 0 11px 0;
  min-width: 60%;
  font-family: Montserrat-Bold;
}
.footer_row_menu ul li {
  float: left;
  height: 15px;
  line-height: normal;
  font-family: Montserrat-Medium;
  width: 100%;
}
.footer_row_menu ul li a {
  float: left;
  padding: 0px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat-Medium;
}
.footer_row_menu {
    padding: 7px 0px 7px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    font-family: Montserrat-Medium;
    margin: 30px 0 0 0;
    font-size: 14px;
}
.social_media_box img {
  width: 26px;
  margin: 0 7px 10px 0;
  transition-duration: 0.5s;
}
.social_media_box img:hover {
  transform: scale(1.2);
}
.footer_submit_form {
  width: 100%;
  float: left;
}
.footer_input {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
}
.footer_input input {
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 1px;
  padding: 7px 10px;
  width: 100%;
  font-size: 16px;
  font-family: Montserrat-Medium;
  color: #222;
  height: 37px;
  position: relative;
}
.footer_input select {
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 1px;
  padding: 7px 10px;
  width: 100%;
  font-size: 16px;
  font-family: Montserrat-Medium;
  color: #222;
  height: 37px;
  position: relative;
}
.footer_input textarea {
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 1px;
  padding: 7px 10px;
  width: 100%;
  font-size: 16px;
  font-family: Montserrat-Medium;
  color: #222;
}
.footer_input span {
  position: absolute;
  color: red;
  display: none;
  margin: -27px 0 0 10px;
  font-family: Montserrat-Medium;
  font-size: 12px;
  background: #f2f2f2;
}
.social_media_last_box {
  /* text-align: center; */
  width: 100%;
  float: left;
}
.from_inner .click_to_explore_btn a {
  font-family: Montserrat-Bold;
}
.social_media_box {
  padding: 17px 0px 0px 0px;
  width: 100%;
  /* text-align: center; */
  margin: 0 auto;
  float: left;
}
.footer_menu_second {
  width: 100%;
  float: left;
  /* padding: 0 60px;
  border-right: 1px solid #838383;
  border-left: 1px solid #838383; */
}

/* footer end */

/* Inner pages start */
.inner_pages .hero_section .Banner_text {
  opacity: 0;
  animation: drop 0.9s linear forwards;
  color: #fff;
  transition-duration: 0.9s;
}
.inner_pages .hero_section .section_text {
  opacity: 0;
  animation: drop 0.9s linear forwards;
  color: #fff;
  transition-duration: 0.9s;
}
.capabilities_content {
  opacity: 0;
  animation: drop 0.9s linear forwards;
  color: #fff;
  transition-duration: 0.9s;
}
.inner_pages .hero_section .banner_content .section_text {
  float: left;
  text-align: left;
}
.inner_pages .banner_slides {
  height: 550px;
  max-height: 550px;
  position: relative;
}
/* #contact_us .banner_slides{
  height: 550px;
  max-height: 550px;
} */
.inner_pages .hero_section .banner_slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_pages .our_products_section {
  padding: 60px 0px 60px 0px;
  float: left;
  width: 100%;
}
.inner_pages .breadcrumb_list {
  margin: -60px 0 0px 0px;
  color: #fff;
  z-index: 999;
  position: relative;
}
.inner_pages .breadcrumb_list a {
  color: #fff;
  text-decoration: none;
  margin: 0 19px 0 12px;
  font-size: 14px;
  padding: 1px 4px;
  border-radius: 5px;
}

.inner_pages .page_active {
  color: #ccc !important;
  border: none !important;
}
/* .inner_pages .our_products_section .our_product_inner .nav {
  justify-content: center;
} */
.inner_pages .our_product_inner_pages .nav-tabs .nav-item {
  background-color: transparent;
}
.inner_pages .our_product_inner_pages .nav-tabs .nav-link {
  background-color: transparent;
}
.inner_pages .our_products_section .our_product_inner_pages .nav {
  justify-content: center;
  border-bottom: 1px solid #d8e6ea;
}
.inner_pages .our_product_inner_pages .nav-tabs .nav-item {
  width: 18%;
}
.our_product_right .tab-content > .active {
  display: block;
  text-align: center;
}
.our_products_sec {
  padding: 40px 0px 60px 0px;
  width: 100%;
  float: left;
}
.product_box {
  text-align: center;
}
.our_products_sec .product_box .productimg_box {
  width: 100%;
}
.our_products_sec .product_box .product_heading {
  font-size: 18px;

  line-height: 23px;
  margin: 10px 0 7px 0;

  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.our_products_sec .product_box .section_text {
  font-size: 14px;
  line-height: normal;
  margin: 0 0 10px 0;
}
.our_products_sec .click_to_explore_btn {
  margin: 10px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.our_products_sec .product_box .click_to_explore_btn a:hover {
  color: #fff !important;
}
.our_product_inner_pages .nav-tabs .nav-item {
  margin: 0px !important;
}
.inner_pages .product_box .click_to_explore_btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
/* .inner_pages .banner_slides {
  height: 400px;
  max-height: 400px;
} */

/* contact us start */

.contact_us_section {
  padding: 0px 0px 30px 0px;
  float: left;
  width: 100%;
}
.contact_top_box {
  background-color: #3c4a5f;
  width: 100%;
  padding: 0px 0px 20px 0px;
  box-shadow: 0px 0px 10px #0000000d;
  /* background-image: url(../images/inner_pages/office_address.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -80px;
  float: left;
  margin: -73px 0 20px 0;
  border-radius: 10px;
  min-height: 175px;
}
.contact_left .social_media_box {
  padding: 17px 25px 0px 25px;
}
.contact_left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.contact_left .social_media_box a {
  width: auto;
  float: left;
  margin: 0px 27px 20px 0px;
}
.contact_left .social_media_box a img {
  margin: 0px;
}
.contact_top_box .section_text a:hover {
  color: #fff;
}
.contact_left_box {
  margin: 0px 0px 10px 0px;
  background: #f9f9f9;
  padding: 20px 30px;
}
.contact_top_box .sub_heading {
  border-bottom: 1px dashed #7c8086;
  padding: 12px 25px 12px 25px;
  margin: 0 0 5px 0;
  color: #fff;
  background: #313f55;
  border-radius: 20px 20px 0 0;
}
.contact_left span {
  width: 100%;
  float: left;
  font-size: 15px;
  font-family: Montserrat-Regular;
  color: #fff;
  padding: 0px 25px 0px 25px;
}
.contact_top_box .section_text {
  margin: 0px !important;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 7px 25px 7px 25px;
  border-bottom: 1px dashed #7c8086;
}
.contact_details a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  font-family: Montserrat-Regular;
}
.contact_details span {
  width: 100%;
  float: left;
  font-size: 15px;
  font-family: Montserrat-SemiBold;
  padding: 0px;
}
.contact_form_inner .input_box {
  margin: 0 0 15px 0;
}

.contact_details img {
  width: 22px;
  margin: 0 13px 0 0;
}
.contact_form_inner .input_box .form-control {
  font-size: 13px;
  padding: 7px 10px;
}
.contact_form_inner .input_box .form-label {
  font-size: 14px;

  margin: 0 0 5px 0;
}
.contact_form_inner .input_box select {
  padding: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  width: 100%;
  font-size: 13px;
  background-color: #fff;
}
.contact_form_inner .input_box textarea {
  width: 100%;
  padding: 8px 0 0px 10px;
  margin: 10px 0 0 0;
  font-size: 14px;
  border: 1px solid #ced4da;
}
.connect_with_us_section {
  padding: 60px 0px 60px 0px;
  float: left;
  width: 100%;
  background: #f9f9f9;
}
.contact_form_right {
  padding: 0px 0px 0px 20px;
  float: left;
}
.plant_details_section .nav-tabs .nav-link.active {
  color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  background-color: #2458a6;
  font-size: 14px;
}
.plant_details_section .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.plant_details_section .nav-tabs .nav-link {
  border-radius: 1px;
  font-size: 14px;
  background: #f5f5f5;
  margin: 0 3px 10px 3px;
  color: #222;
}
.plant_details_section {
  padding: 60px 0px 60px 0px;
  float: left;
  width: 100%;
}
.left_map_box {
  background: #f4f4f4;
  height: 100%;
}
.right_map_box {
  height: 100%;
}
.right_map_box iframe {
  height: 100%;
}
.left_map_box .sub_heading {
  margin: 0px 0 0px 0px;

  line-height: 23px;
  font-size: 17px;
  padding: 15px 0 20px 20px;
}
.click_to_explore_btn input {
  position: relative;
  z-index: 5;
}
.input_box .click_to_explore_btn input::after {
  content: "";
  width: 100%;
  height: 100%;
  left: -200px;
  background: #154489;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
}
.input_box .click_to_explore_btn a {
  padding: 0px !important;
}
.input_box .click_to_explore_btn input {
  position: relative;
  transition: all 0.35s ease-Out;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  line-height: normal;
  color: #fff;
  padding: 8px 25px;
  overflow: hidden;
  float: left;
  background: transparent;
  border: none;
}
.contact_form_inner .submit_btn_box {
  margin: 0px !important;
}
.contact_map_img {
  background-color: #0d1d36;
  float: left;
  width: 100%;
  padding: 0px 0 50px 0;
  margin: 130px 0 0 0;
}
.contact_map_img iframe {
  margin: 0;
  padding: 0;
}
/* contact us end */

/* KMD Manufacturing Capabilities Start */
.inner_page .about_section {
  padding: 60px 0 60px 0;
}
.inner_page .assembly_section {
  padding: 60px 0 60px 0;
}
.inner_page .industries_we_serve_section {
  margin: 0px 0 0px 0;
}
.inner_page .rnd_section {
  margin: 0px 0 0px 0;
}
.hero_section .owl-carousel_banner_slider .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 16%;
  left: 8%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 auto;
  right: 0;
  max-width: 1320px;
  float: left;
}
/* .hero_section .owl-carousel_banner_slider .owl-dots .owl-dot{
  float: left;
  width: 60px;
  height: 2px;
  margin: 0 10px 0 0;
} */
.hero_section .owl-carousel_banner_slider .owl-dots .owl-dot span {
  width: 30px;
  height: 1px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 0px;
}
.hero_section .owl-carousel_banner_slider .owl-dots .active span {
  background: #ffffff !important;
  height: 5px;
}
.hero_section .owl-carousel_banner_slider .owl-dots .owl-dot:hover span {
  background: #ffffff;
  height: 5px;
}

.technical_solutions_section::after {
  display: none;
}
.blue_box {
  float: left;
  width: 50%;
  height: auto;
  padding: 0 20px 20px 20px;
  position: relative;
}
.blue_box_inner {
  z-index: 5;
  background-color: #2458a6;
  float: left;
  width: 100%;
  height: auto;
  border-radius: 20px;
  min-height: 180px;
  position: relative;
  padding: 20px;
}
.blue_box_inner img {
  width: 50px;
  margin: 0 0 15px 0px;
}
.blue_box::before {
  content: "";
  background-color: #d3dded;
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 70%;
  border-radius: 20px;
  margin: -20px 0 0 0px;
}
.blue_box2::before {
  margin: -20px 0 0 0;
  right: 0;
  left: inherit;
  width: 100px;
  height: 100px;
  border-radius: 15px;
}
.blue_box3::before {
  margin: 0;
  top: inherit;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 15px;
}
.blue_box4::before {
  margin: 0;
  right: 0;
  top: inherit;
  bottom: 0;
  left: inherit;
  width: 100px;
  height: 100px;
  border-radius: 15px;
}
.blue_box_inner span {
  width: 100%;
  float: left;
  color: #fff;
  font-family: Montserrat-SemiBold;
}
.click_to_explore_btn .buynow{
    position: relative;
    transition: all 0.35s ease-Out;
    font-size: 14px;
    text-decoration: none;
    border-radius: 6px;
    line-height: normal;
    color: #fff;
    padding: 7px 25px;
    border: 1px solid #fff;
    overflow: hidden;
    float: left;
    font-family: Montserrat-Medium;
    margin: 0 0 0 12px;
}
.buynow img{
    max-height: 18px;
    margin: 0 8px 0 0;
}
.rnd_section {
  background-image: url(../images/inner_pages/r_and_d_bg_img.png);
  padding: 60px 0px 60px 0px;
  margin: 30px 0 0px 0;
  float: left;
  width: 100%;
}
.rnd_box_right p {
  color: #fff;
  font-family: Montserrat-Medium;
  font-size: 14px;
}
.rnd_box_right {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.facilities_include_box .sub_heading {
  color: #fff;
  width: 100%;
  float: left;
}
.facilities_include_box ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
.facilities_include_box ul li {
  width: 49%;
  float: left;
  color: #fff;
  list-style: none;
  background-image: url(../images/home/white_tick.png);
  background-size: 12px;
  background-position: 0 4px;
  background-repeat: no-repeat;
  margin: 2px 0 4px 0px;
  padding: 0 10px 0 20px;
  font-size: 13px;
  font-family: Montserrat-Medium;
  min-height: 39px;
}

.facility_offerings_section ul {
  margin: 0px;
  padding: 0px;
}
.facility_offerings_section ul li {
  color: #000000;
  font-family: Montserrat-Medium;
  font-size: 14px;
  margin: 0 0 10px 0px;
  list-style: none;
  background-image: url(../images/home/circle_right_tick.png);
  background-size: 14px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 2px 2px 20px;
}

/* .quality_lab_equipment_section .heading{
  color: #fff;
} */
.quality_lab_equipment_section .facilities_include_box .additional_support li {
  width: 50%;
}
.quality_lab_equipment_section .facilities_include_box {
  width: 100%;
  float: left;
  border-right: 1px solid #fff;
  height: 100%;
}
.quality_lab_equipment_section .rnd_box_right {
  padding: 0 0 0 35px;
}
.quality_lab_equipment_section .rnd_box_right .facilities_include_box {
  padding: 0 0 0 35px;
  border: none;
}
.quality_lab_equipment_section {
  background-image: none;
  margin: 0px 0 0px 0;
}
.quality_lab_equipment_section .facilities_include_box ul li {
  color: #222;
  background-image: url(../images/home/circle_right_tick.png);
}

.sync_loop_slider .owl-carousel {
  max-width: 100%;
  margin: 20px auto;
}
.sync_loop_slider .owl-carousel .owl-nav button.owl-prev,
.sync_loop_slider .owl-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  /* background: #eee; */
}
.sync_loop_slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  /* background: #eee; */
}

#slider-1 {
  max-width: 100%;
}
#slider-2 {
  max-width: 90%;
}
.sync_loop_right .owl-item .item img {
  max-height: 200px;
  width: auto;
  margin-right: 50%;
}
.sync_loop_right .owl-item {
  opacity: 0.2;
}
.sync_loop_right .active {
  opacity: 1;
}
.sync_loop_right {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0px 0 40px 0px;
  justify-content: center;
  display: flex;
}
.sync_loop_right .owl-nav .owl-prev {
  width: 135px;
  background: #414f65;
  float: left;
  border-radius: 30px;
  padding: 10px;
  margin: 30px 30px 0 10px;
  color: #414f65;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition-duration: 0.7s;
  height: 40px;
  font-size: 0px;
}
.sync_loop_right .owl-nav .owl-prev::after {
  content: "P";
  position: absolute;
  left: 20px;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  background-image: url(../images/home/explore_icon_left.png);
  background-size: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0px 0 15px;
}
.sync_loop_right .owl-nav .owl-prev:hover {
  opacity: 1;
  width: 145px;
}
.sync_loop_right .owl-nav .owl-next {
  width: 135px;
  background: #414f65;
  float: left;
  border-radius: 30px;
  padding: 10px;
  margin: 30px 10px 0 10px;
  color: #414f65;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition-duration: 0.7s;
  height: 40px;
}
.sync_loop_right .owl-nav .owl-next::after {
  content: "N";
  position: absolute;
  left: 0;
  right: 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  background-image: url(../images/home/explore_icon.png);
  background-size: 30px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 15px 0 0;
}
.sync_loop_right .owl-nav .owl-next:hover {
  opacity: 1;
  width: 145px;
}
.sync_loop_right_box .section_text {
  color: #fff;
  padding: 0px 60px 0px 0px;
}
.sync_loop_left .owl-item .item img {
  max-height: 400px;
  width: auto;
}
/* KMD Manufacturing Capabilities End */

/* Product_page Start */
.product_img_gallery {
  padding: 60px 0px 20px 0px;
}
.product_img_gallery img,
video {
  width: auto;
  max-height: 150px;
  transition-duration: 1s;
  overflow: hidden;
}
.product_img_gallery .image_lighbox:hover img {
  transform: scale(1.1);
  overflow: hidden;
}
.product_img_gallery figcaption {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 15px;
  font-family: Montserrat-SemiBold;
}
.image_lighbox::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: #2458a6;
}

.fancybox__container {
  z-index: 99999 !important;
}
.image_lighbox {
  float: left;
  width: 100%;
  padding: 20px;
  background: #2458a608;
  text-decoration: none;
  color: #000000;
  min-height: 170px;
  cursor: pointer;
  /* overflow: hidden; */
  position: relative;
}
.hover_box_show {
  background-color: #2458a617;
  margin: 10px 0 50px 0;
  border-radius: 20px;
}
.hover_box_show figcaption {
  background: #2458a612;
  padding: 10px;
  margin: 0px 0 0px 0;
  float: left;
  position: absolute;
  width: 100%;
  bottom: 0px;
  transition-duration: 0.7s;
  color: #000;
  font-family: Montserrat-Regular;
  min-height: 65px;
  max-height: 65px;
  align-content: center;
  left: 0;
  font-size: 14px;
}
.product_img_gallery .hover_box_show img {
  margin: -70px 0 0 0;
}
.product_img_gallery2 img,
video {
  width: auto;
  max-height: 120px;
  transition-duration: 1s;
  overflow: hidden;
}
.product_img_gallery2 .image_lighbox {
  min-height: 180px;
}
.bg_color {
  background: #2458a608;
  border-radius: 20px;
}
.product_img_gallery2 .bg_color:nth-child(even) {
  background: #2458a603 !important;
}
.product_img_gallery2 .image_lighbox {
  background-color: transparent;
  background: #0066ff08;
  border-radius: 20px;
}
.section_text b {
  color: #2458a6;
}

.owl_inner_product_slider img {
  max-height: 230px;
  width: auto !important;
  margin: 0 auto;
}
.parallax_section {
  background-image: url("../images/inner_pages/Kalyani_mobility_drivelines.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px 0px 0px 0px !important;
  float: left;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  min-height: 400px;
  background-attachment: fixed;
}
.parallax_caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background: #00000026;
  padding: 30px;
}
.parallax_caption .heading {
  margin: 0;
  color: #f8ff25;
  text-shadow: 2px 2px 2px #00000024;
}

.owl_inner_product_slider .item {
  background-color: #2458a60a;
}

.product_page_section #myTabContent {
  padding: 20px 0 0 0;
}
.owl_inner_product_slider .owl-dots .owl-dot.active span {
  background: #345b96 !important;
}
.owl_inner_product_slider .owl-dots .owl-dot span {
  border: 1.5px solid #2458a6 !important;
  background: transparent !important;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  float: left;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
/* .owl_inner_product_slider{
  text-align: center;
  display: flex;
  justify-content: center;
} */
.owl_inner_product_slider .owl-dots {
  justify-content: center;
  display: flex;
  padding: 10px 0 0 0;
}
.precision_machining_section .our_product_right img {
  max-height: 150px;
  width: auto;
}
.precision_machining_section .our_product_right {
  text-align: center;
}
.product_table_map {
  padding: 30px 0 30px 0;
  float: left;
  width: 100%;
}
.want_to_learn_more_section {
  padding: 30px 0px 30px 0px;
  width: 100%;
  float: left;
  background-image: url("../images/inner_pages/stay-bg.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.propshafts .sub_heading span {
  width: 30px;
  height: 30px;
  background: #2458a6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  float: left;
  margin: -4px 10px 0 0;
  font-size: 15px;
}
.want_to_learn_more_section {
  padding: 60px 0px;
}
.want_to_learn_more_section .click_to_explore_btn {
  margin: 0px 0 0 0;
  width: 100%;
  text-align: center;
  display: flex;
}
.click_to_explore_btn a {
  margin: 0px auto;
}
.axle_tabbing_box {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.axle_tabbing_box li {
  width: 100%;
  float: left;
  display: flex;
  justify-content: start;
  align-items: center;
}
.axle_tabbing_box li a {
  width: 24%;
  box-shadow: 0 0 3px #cccccc7d;
  min-height: 125px;
  background-color: #fff;
  border-radius: 10px;
  transition-duration: 0.9s;
  margin: 10px 15px 0 0;
  text-decoration: none;
  color: #000;
  font-family: Montserrat-Medium;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-direction: column;
  position: relative;
}
.axle_tabbing .click_here {
  float: none;
  text-align: center;
  width: 83px;
  transition-duration: 0.3s;
  text-decoration: none;
  color: #fff;
  background: #2457a5;
  font-size: 11px;
  padding: 2px 10px 3px 10px;
  border-radius: 20px;
  line-height: normal;
  margin: 0px auto 0px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 20px;
}
.axle_tabbing:hover .click_here {
  opacity: 1;
  top: inherit;
  bottom: -8px;
}
.axle_tabbing_box li a:hover {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  color: #2458a6;
}
.axle_tabbing_box .img_box img {
  max-height: 40px;
}
.tab_text {
  margin-top: 10px;
}

/* Inner pages end */
.manufacturing_capabilities_mob {
  display: none;
}

/* Quality Section Start */
.quality_section {
  padding: 60px 0px 60px 0px;
  float: left;
  width: 100%;
}
.quality_section .about-image {
  position: relative;
  background: url(../images/inner_pages/about-right-shape-1.svg);
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.quality_section .about-img-1 {
  display: inline-block;
  width: 68%;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
}
.quality_section .about-img-2 {
  width: 40%;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  right: 20%;
  bottom: -10%;
  background: #fff;
  border: 6px solid #fff;
}

.quality_section .reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.quality_section .image-anime {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.quality_section .about-image img {
  width: 100%;
}
.quality_section .image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.quality_section .image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.quality_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.quality_content p {
  font-size: 14px;
  font-family: Montserrat-Medium;
}
.quality_content .heading {
  width: 100%;
}

.quality_certificate_sec .about-image {
  width: 100%;
  height: auto;
}
.quality_certificate_sec .about-image {
  width: 100%;
  height: auto;
}
.quality_certificate_sec .about-image {
  background-position: center right;
  background-size: 30%;
}
.quality_certificate_sec .about-img-1 {
  width: 70%;
}
.quality_certificate_sec .quality_content p {
  font-size: 14px;
  font-family: Montserrat-Medium;
}
.quality_certificate_sec .quality_content p b {
  font-size: 14px;
  font-family: Montserrat-Medium;
}
.quality_content p span {
  font-family: Montserrat-Bold;
  font-size: 20px;
  margin: 0 4px 0 0;
  color: #2458a6;
}
.quality_certificate_sec .quality_content {
  padding: 0 0 0 40px;
}
/* Quality Section End */

/* Career Page Start */
.career_section .image-anime {
  margin: 0;
}
.career_section .about-img-2 {
  width: 80%;
  border-radius: 30px;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  right: 10%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background: transparent;
  border: none;
  padding: 20px;
}

.join_us_section {
  padding: 60px 0px 60px 0px;
  width: 100%;
  float: left;
}
.career_right_bg {
  background-image: url("../images/inner_pages/career_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.join_us_section .form-group {
  position: relative;
  margin-bottom: 30px;
}
.join_us_section input {
  display: block;
  width: 100%;
  font-size: 14pt;
  border: none;
  border: 1px solid #ccc;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  padding: 0px 0px 0px 17px;
}
.join_us_section .form-control {
  height: 40px;
  border-radius: 4px;
  font-family: Montserrat-Regular;
  color: #333;
  font-size: 13px;
  margin: 0 0 30px 0;
  -webkit-appearance: auto;
}
.join_us_section .form-control:focus {
  border: 1px solid #ccc;
  outline: 0;
  box-shadow: none;
}
.join_us_section input:focus {
  outline: none;
}
.join_us_section label {
  position: absolute;
  top: 9px;
  left: 15px;
  color: #333;
  font-size: 10pt;
  font-weight: normal;
  pointer-events: none;
  transition: all 0.2s ease;
  font-family: Montserrat-SemiBold;
  top: -12px;
  background: #fff;
  color: #2458a6;
  padding: 0 10px;
  left: 7px;
}
.join_us_section input:focus ~ label,
.join_us_section input:valid ~ label {
  top: -12px;
  font-size: 10pt;
  text-align: center;
  color: #2458a6;
  left: 7px;
  background: #fff;
  padding: 0 10px;
  font-family: Montserrat-SemiBold;
}
.join_us_section input:focus ~ .bar:before,
.join_us_section input:focus ~ .bar:after {
  width: 50%;
}
.join_us_section sup{
  color:#f50000;
}
.browse_box {
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.browse_box input {
  border: none;
}
.browse_box label {
  position: absolute;
  z-index: 999;
  cursor: pointer;
  padding: 12px 0 0 0 !important;
}
.browse_box label img {
  max-height: 40px;
  float: left;
  margin: 0 17px 0 0;
  cursor: pointer;
}

.why_us_section {
  padding: 60px 0px 60px 0px;
  width: 100%;
  float: left;
  background-color: #092043;
}
.why_us_inner_box {
  background-image: url("../images/inner_pages/pattern_img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.why_us_section .list_box {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Montserrat-Regular;
  font-size: 14px;
  transition-duration: 0.5s;
}
.why_us_section .list_box_left {
  width: auto;
  float: left;
  margin: 0 15px 0 0;
  border-radius: 50px;
  border: 1.4px solid #fff;
  padding: 15px;
  transition-duration: 0.5s;
}
.why_us_section .list_box:hover .list_box_left {
  background: #2458a6;
  transition-duration: 0.5s;
}
.why_us_section .list_box_right {
  float: left;
  width: 75%;
}
.why_us_section .list_box_left img {
  max-height: 35px;
}
.form-group,
.input_field_box {
  position: relative;
}
.input_field_box option{
    text-transform: uppercase;
}
.form-group small,
.input_field_box small {
  position: absolute;
  color: red;
  margin: -27px 0 0 10px;
  font-family: Montserrat-Medium;
  font-size: 12px;
  background: #fff;
}
.browse_box small {
  color: red;
  font-family: Montserrat-Medium;
  font-size: 12px;
  background: #fff;
}
/* .upload_submit_box .browse_box small{
  top: -15px;
  position: absolute;
  left: 0;
  right: 0px;
} */
.input_field_box small {
  margin: -58px 0 0 10px;
}
.career_form .col-md-4:hover small {
  display: none !important;
}
.dropdown_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 30px 0;
  border: 2px dashed #e8e8e8;
}
#file {
  position: relative;
  outline: none;
  opacity: 0;
}
.drop_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.drop_box .btn {
  position: relative;
  transition: all 0.35s ease-Out;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  line-height: normal;
  color: #fff;
  padding: 8px 25px;
  border: 1px solid #fff;
  overflow: hidden;
  float: left;
  background-color: #154489;
  border: none;
  font-family: Montserrat-Medium;
}
.drop_box .btn:hover {
  background-color: #154489;
}
.dropdown_box #fileName {
  position: absolute;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  left: 0;
  right: 0;
  width: 100%;
}

/* Career Page End */

/* Introduction Page Start */
.introduction_section .about-image {
  width: 90%;
  background-repeat: repeat;
  background-position: center;
  height: 100%;
}
.introduction_section .about-img-2 {
  width: 80% !important;
  right: 0%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  background: transparent;
  border: none;
}
.vision_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 10px;
}
.vision_left {
  text-align: right;
}
.vision_heading {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0 0px 40px;
  color: #fff;
  line-height: normal;
  float: left;
  width: 65%;
}
.vision_box .vision_content {
  color: #565656;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: right;
  font-family: Montserrat-Medium;
}
.vision_content span {
  color: #2458a6;
  /* font-size: 16px; */
  width: 100%;
  /* float:right; */
  font-family: Montserrat-SemiBold;
}
.vision_content {
  color: #fff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0px 0px 0px 0px;
}
.vision_box img {
  max-height: 140px;
  margin: 0px auto;
}
.vision_top {
  width: 35%;
  float: left;
}
.our-text {
  text-transform: uppercase;
  font-size: 40px;
  color: #2458a6;
  font-family: Montserrat-Bold;
  font-weight: 900;
  text-align: left;
  width: 100%;
  float: left;
}
.vision_mission {
  color: #555;
  font-family: Montserrat-Bold;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  font-size: 40px;
  width: 100%;
  float: left;
}
.mission_right .vision_content p {
  width: 90%;
  float: left;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  margin: 0 0 10px 0;
  font-family: Montserrat-Medium;
}
.mission_box .vision_content {
  text-align: left;
}
.mission_box .vision_heading {
  padding: 3px 0 0px 60px;
}
.our_values .vision_content span {
  float: left;
  margin: 7px 10px 0 0;
  font-family: Montserrat-Bold;
  width: 10px;
  height: 10px;
  background: #c7f29a;
  border-radius: 20px;
  text-align: center;
  align-content: center;
  font-size: 13px;
}
.our_values .vision_content p {
  float: left;
  width: auto;
  margin: 0 0px 0 0;
}
.our_values .vision_box .vision_content {
  width: 100%;
  /* display: flex;
  justify-content: end; */
}
.our_values .mission_text {
  width: 44%;
  float: left;
  /* display: flex;
    justify-content: end; */
  margin: 2px 0px 2px 40px;
}
.mission_right .vision_content {
  text-align: left;
}
.vision_left {
  background-color: #23376c;
}
.mission_right {
  background-color: #78b833;
}

.leadership_team_section {
  padding: 60px 0px 60px 0px;
}
.team_content {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  height: 100%;
}
.first_team_box .team_profile {
  padding: 15px 20px;
  background: #ff704812;
  border-left: 5px solid #ff7048;
  margin: 80px 0 0 40px;
}
.team_member_name {
  font-family: Montserrat-Black;
  font-size: 20px;
}
.team_member_profile {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #333;
}
.team_text {
  width: 100%;
  float: left;
  padding: 40px 0 0 40px;
}
.team_text p {
  font-size: 14px;
  font-family: Montserrat-Medium;
}
.first_team_box .teamimg_box {
  position: relative;
}
.first_team_box .teamimg_box::after {
  position: absolute;
  content: "";
  top: 0px;
  left: -10%;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/inner_pages/pattern_img1.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100%;
  z-index: -1;
}
.first_team_box .team_member_name {
  color: #ff7048;
}
.first_second_team_boxteam_box .team_member_name {
  color: #476675;
}
.second_team_box .team_profile {
  padding: 15px 20px;
  background: #47667514;
  border-left: 5px solid #476675;
  margin: 80px 40px 0 0px;
}
.second_team_box .team_text {
  padding: 40px 40px 0 0px;
}

.second_team_box .teamimg_box {
  position: relative;
}
.second_team_box .teamimg_box::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 20%;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/inner_pages/pattern_img2.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100%;
  z-index: -1;
}

/* kalyani_innovation_section start */
.kalyani_innovation_section ul {
  padding: 0 0 0 16px;
  margin: 0;
}
.kalyani_innovation_section .list_box {
  border: 1px dashed #fff;
  padding: 20px;
  border-radius: 18px;
  min-height: 320px;
}
.list_box_right ul li {
  padding: 5px 0px;
  list-style: outside;
}
.kalyani_innovation_section .list_box_left {
  float: left;
  margin: 0 15px 0 0;
  transition-duration: 0.5s;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: relative;
}
.kalyani_innovation_section .list_box_left::after {
  content: "";
  background-image: url(../images/inner_pages/round.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  animation: rotation 10s infinite linear;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.kalyani_innovation_section .list_box:hover .list_box_left {
  background-color: transparent;
}

.how_we_come_section {
  padding: 0px 0px 60px 0px;
  float: left;
  width: 100%;
}
.how_we_come_content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.how_we_come_content span {
  color: #2458a6;
  font-family: Montserrat-SemiBold;
}

/* -------GLOBAL-FOOTPRINT-BOX-START-------- */
.global_footprint_section {
  padding: 60px 0px 0px 0px;
  background-color: #fff;
  float: left;
  width: 100%;
}
.global_footprint_heading {
  color: #333;
  text-align: left;
  margin: 40px 0 -50px 0;
  position: absolute;
  z-index: 500;
}
/* .global_left_box {
  float: left;
  width: 26%;
} */
.global_right_box {
  float: left;
  width: 100%;
}
.global_map_box {
  background-image: url(../images/inner_pages/global_footprint_mapimg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 940px;
  width: 99%;
  height: 100%;
  position: relative;
  min-height: 800px;
}
.global_map_box ul {
  height: 100%;
}
.global_map_box li {
  width: auto;
  float: left;
  height: 100%;
  margin: 0 !important;
  list-style: none;
}
.g_map_box {
  width: auto;
  position: absolute;
  cursor: pointer;
}
.g_map_img {
  width: auto;
  background-image: url(../images/inner_pages/g_blue_bg.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: contain;
  transition-duration: 0.7s;
  z-index: 500;
  position: relative;
}
.g_map_dot {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 0 12px;
}
.g_usa_box {
  height: 270px;
  margin: 100px 0 0 20%;
}
.g_usa_box .g_map_img {
  height: 100px;
  margin: 166px 0 0 0;
}
.global_map_box .current .g_usa_box .g_map_img {
  margin: 0;
  height: 95%;
}
.g_france_box {
  height: 288px;
  margin: 71px 0 0 457px;
}
.g_france_box .g_map_img {
  height: 100px;
  margin: 174px 0 0 0;
}
.global_map_box .current .g_france_box .g_map_img {
  margin: -14px 0 0 0;
  height: 100%;
}
.g_germany_box {
  height: 234px;
  margin: 90px 0 0 482px;
}
.g_germany_box .g_map_img {
  height: 100px;
  margin: 120px 0 0 0;
}

.global_map_box .current .g_germany_box .g_map_img {
  margin: -14px 0 0 0;
  height: 100%;
}
.g_sweden_box {
  height: 180px;
  margin: 90px 0 0 505px;
}
.g_sweden_box .g_map_img {
  height: 100px;
  margin: 66px 0 0 0px;
}
.global_map_box .current .g_sweden_box .g_map_img {
  margin: -14px 0 0 0;
  height: 100%;
}
.g_india_box {
  height: 326px;
  margin: 100px 0 0 61%;
}
.g_india_box .g_map_img {
  height: 100px;
  margin: 211px 0 0 0;
}
.global_map_box .current .g_india_box .g_map_img {
  margin: -14px 0 0 0;
  height: 100%;
}
.global_map_box .current .g_map_img {
  background-image: url(../images/inner_pages/g_white_bg.png);
}
.g_map_white_dot_img {
  display: none;
}
.global_map_box .current .g_map_dot_img {
  display: none;
}
.global_map_box .current .g_map_white_dot_img {
  display: block;
}
.g_map_white_image {
  display: none;
}
.global_map_box .current .g_map_image {
  display: none;
}
.global_map_box .current .g_map_white_image {
  display: block;
}
.g_map_contentbox {
  float: left;
  color: #333;
  font-size: 18px;
  text-align: left;
  position: absolute;
  width: 300px;
  top: 0;
  opacity: 0;
  margin: 0 0 0 60px;
  transition-duration: 1s;
}
.global_map_box .current .g_map_contentbox {
  opacity: 1;
}
.global_map_box .current .g_usa_box .g_map_contentbox {
  margin: -110px 0 0 60px;
}
.global_map_box .current .g_france_box .g_map_contentbox {
  margin: -40px 0 0 60px;
}
.global_map_box .current .g_germany_box .g_map_contentbox {
  margin: -60px 0 0 60px;
}
.global_map_box .current .g_sweden_box .g_map_contentbox {
  margin: -60px 0 0 60px;
}
.global_map_box .current .g_india_box .g_map_contentbox {
  margin: -90px 0 0 60px;
}
.g_map_content_heading {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: normal;
  font-family: Montserrat-SemiBold;
  color: #333;
}
.g_map_content_content {
  width: 100%;
  font-size: 14px;
  margin: 0 0 15px 0;
  font-family: Montserrat-Regular;
}
/* -------GLOBAL-FOOTPRINT-BOX-END-------- */

/* Introduction Page End */

/* Captan Css Start */
.faq_section {
  padding: 60px 0px 0px 0px;
  width: 100%;
  float: left;
}
.faq-heading {
  font-size: 30px;
  color: #2458a6;
  margin: 0 0 30px 0;
  line-height: normal;
  font-family: Montserrat-Black;
}
/* .faq_section .faq-btn{
  background-color: #2458A6;
  font-family: Montserrat-Medium;
  color: #fff;
  margin-left: 0px;
  margin-right: 0px;
} */
.career_page_accordian_mainbox .accordion-header {
  position: relative;
}
.faq_section .faq-btn a {
  color: #000;
  border: none;
  padding: 6px 20px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  font-family: Montserrat-Medium;
  float: right;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 99;
}
/* .accordion-item{
  margin: 0 0 25px 0px;
} */
.faq_section .accordion-button {
  position: relative;
  padding: 10px 10px 10px 55px;
  color: #fff;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  font-size: 17px;
  font-family: Montserrat-Medium;
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin: 10px 0 2px 0px;
  width: 100%;
  float: left;
  background-color: #2458a6;
}
.accordion-job-list .accordion-item {
  border: none;
  width: 100%;
  float: left;
}
.faq .faq-btn::after {
  background-image: url("../images/inner_pages/plus-icon.png");
  background-repeat: no-repeat;
  background-position: 0;
  margin-bottom: 0;
  color: #342e39;
  padding: 0 0 0 0;
  text-align: unset;
  border-bottom: 1px solid transparent;
  transition: none;
  left: 10px;
  position: absolute;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.faq .faq-btn img {
  max-width: 22px;
  margin: 0 15px 0 0px;
}
.faq_section .accordion-button:not(.collapsed)::after {
  padding: 0 0 0 1.5rem;
  background-image: url("../images/inner_pages/minus-icon.png");
  transform: rotate(0deg);
}
.faq_section .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.faq_section .accordion-button:not(.collapsed) .faq-sub-list li {
  color: #000;
}
.faq_section .accordion-body {
  padding: 15px 20px;
  border: 1px solid #e2e2e2;
  float: left;
  width: 100%;
  margin: 0 0 10px 0px;
}
.career_page_accordian_mainbox {
  float: left;
  width: 100%;
}
.career_page_accordian_mainbox .accordion-job-list {
  float: left;
  width: 100%;
}
.faq_section .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #2458a6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.job_detail_row p {
  font-family: Montserrat-Regular;
  font-size: 14px;
  margin: 0;
}
.job_detail_row .sub_heading {
  margin: 22px 0 4px 0;
  float: left;
  width: 100%;
}
.job_detail_row ul {
  padding: 0px;
  margin: 0px;
}
.job_detail_row ul li {
  width: 48%;
  float: left;
  background-image: url("../images/home/circle_right_tick.png");
  list-style-type: none;
  background-size: 13px;
  background-position: 0 9px;
  background-repeat: no-repeat;
  padding: 4px 0 4px 20px;
  margin: 0 10px 0 0;
  font-size: 14px;
}
/* .job_detail_row ul li:nth-child(even){
  margin: 0 0px 0 0;
} */
.aply-links button {
  color: #000;
  border: none;
  padding: 6px 20px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 14px;
  line-height: normal;
}
.application-pop .modal {
  z-index: 100000;
}
.application-pop .modal-dialog {
  max-width: 1000px;
  margin: 1.75rem auto;
}
/* General Modal Styles */
.application-pop .modal-content {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.application-pop .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.application-pop .modal-title {
  font-size: 24px;
  font-weight: bold;
}
.application-pop .btn-close {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
}
/* Form Styles */
.application-pop .contact-form {
  margin-top: 20px;
}
.kmd_address{
  color: #fff;
}
.application-pop .contact-form .form-row {
  margin-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}
.application-pop .contact-form .form-control {
  border-radius: 4px;
  border: 1px solid #ced4da;
  padding: 10px;
  font-size: 14px;
  color: #495057;
}
.application-pop .contact-form .form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.application-pop .contact-form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII, %3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2216%22 height%3D%2216%22 fill%3D%22%23495057%22 viewBox%3D%220 0 16 16%22%3E%3Cpath d%3D%22M4.5 6.5a.5.5 0 0 1 .8 0l3 4a.5.5 0 0 1-.4.8h-6a.5.5 0 0 1-.4-.8l3-4z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.application-pop .contact-form .submit {
  background-color: #2458a6;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 25px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  font-family: Montserrat-Medium;
}
.document_file label {
  position: absolute;
  z-index: 999;
  cursor: pointer;
  top: -12px;
  font-size: 12px;
  color: #2458a6;
  left: 0px;
  background: #fff;
  padding: 0 10px;
  font-family: Montserrat-SemiBold;
}
.application-pop .contact-form .submit:hover {
  background-color: #0056b3;
}
.application-pop .modal-footer {
  border-top: none;
  padding-top: 0;
}
.application-pop .modal-footer .btn-secondary {
  background-color: #6c757d;
  border: none;
  padding: 5px 25px;
}
.application-pop .modal-footer .btn-secondary:hover {
  background-color: #5a6268;
}

/* Captan Css End */

.black_overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.63) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* background: linear-gradient(90deg, rgba(0,0,0,0.8436186974789917) 25%, rgba(0,0,0,0.1321341036414566) 100%); */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.quality_pdf_section {
  background-color: #e9f1ff;
  padding: 60px 0px 60px 0px;
  width: 100%;
  float: left;
}
.quality_pdf {
  float: left;
  width: 100%;
}
.quality_pdf_section .quality_pdf a {
  text-decoration: none;
  color: #222;
  font-size: 14px;
  font-family: Montserrat-Medium;
  background: #f0f6ff;
  float: left;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  border: 2px solid #fff;
  transition-duration: 2s;
}
.quality_pdf_section .quality_pdf a:hover {
  background: #fff;
}
.quality_pdf_section .quality_pdf a img {
  max-width: 45px;
  margin: 0px 10px 0px 0px;
}





.company_link{
  color: #212529;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  float: left;
  padding: 40px 0px 0px 0px;
  text-align: right;
  align-items: center;
  display: flex;
  justify-content: end;
  font-family: Montserrat-Medium;
}
.company_link:hover{
  color:#212529;
}
.company_link img{
  max-height:19px;
  margin: 0px 0px 0px 10px;
}


.owl_manufacturing_mobile_slider .owl-controls .owl-nav .owl-prev{
  float: left;
  background-color: #ccc;
  padding: 3px 20px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 14px;
  margin: 0 10px;
  line-height: 23px;
}
.owl_manufacturing_mobile_slider .owl-controls .owl-nav .owl-prev:hover{
  color: #fff;
  background-color: #2458a6;
}
.owl_manufacturing_mobile_slider .owl-controls .owl-nav .owl-next{
  float: left;
  background-color: #ccc;
  padding: 3px 20px;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 23px;
}
.owl_manufacturing_mobile_slider .owl-controls .owl-nav .owl-next:hover{
  color: #fff;
  font-size: 14px;
  background-color: #2458a6;
}
.owl_manufacturing_mobile_slider .owl-controls .owl-nav{
  justify-content: center;
  display: flex
;
}

/* Media Query Start */

@media screen and (min-width: 1440px) {
  .workplace_environment_inner .img_box {
    padding: 0 0 0px 0px;
    min-height: inherit;
    float: left;
    margin: 0 0 0px 0;
    width: 100%;
  }
  .hero_section .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 14%;
    left: 5%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0 auto;
    right: 0;
    max-width: 1320px;
  }
  .workplace_environment_images_left {
    width: 235px;
  }

  .inner_pages .banner_slides {
    height: 630px;
    max-height: 630px;
  }
  .rnd_slide_section .tabs li {
    min-height: 540px;
    max-height: 540px;
  }
}
@media screen and (min-width: 1400px) {
  .g_france_box {
    margin: 71px 0 0 42.5%;
  }
  .g_usa_box {
    margin: 100px 0 0 23%;
  }
  .g_germany_box {
    margin: 90px 0 0 45%;
  }
  .g_sweden_box {
    margin: 86px 0 0 46.3%;
  }
  .g_india_box {
    margin: 89px 0 0 60%;
  }
  .product_catbox .produvt_contentmain:nth-child(2){
    top: -35px;
  }
  .product_catbox .produvt_contentmain:nth-child(3){
    bottom: -70px;
  }
}
@media screen and (max-width: 1200px) {
  /* .hero_section .banner_content{
    top: 17%;
  } */
  .our_product_inner .nav-tabs .nav-link {
    font-size: 14px;
  }
  .manufacturing_box .capabilities_content .sub_heading {
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
  }
  .manufacturing_box .capabilities_content .capabilities_text {
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 35px;
  }
  .workplace_environment_inner .img_box {
    min-height: 175px;
  }
  .workplace_environment_images_left {
    width: 150px;
  }
  #banner_text_effect {
    font-size: 40px;
    line-height: 45px;
  }
  /* .contact_top_box{
    min-height: 155px;
    padding: 16px 10px;
    margin:30px 0 8px 0;
  } */
  /* .contact_map_img{

  } */
  .contact_details img {
    width: 26px;
    margin: 0 5px 0 0;
  }
  .contact_details a {
    font-size: 13px;
  }
  /* .contact_left .contact_top_box{
    margin:0px !important;
  } */
  /* .contact_left .contact_top_box:last-child{
    margin:0px !important;
  } */
  .location_pune {
    right: 27%;
    top: 40%;
  }
  .location_romania {
    right: 43%;
    top: 10%;
  }
  .location_belgium {
    right: 40%;
    top: 23%;
  }
  .location_italy {
    right: 47%;
    top: 23%;
  }
  .location_germany {
    right: 46%;
    top: 9%;
  }
  .location_mexico {
    bottom: 50%;
    left: 16%;
  }
  .location_america {
    top: 22%;
    left: 19%;
  }
  .location_canada {
    left: 27%;
    top: 23%;
  }

  /* Banner Html  */

  .banner_box_inner .banner_icons {
    margin: 0 0 10px 0;
    max-height: 40px !important;
  }
  .inner_box p {
    width: 86%;
    float: left;
  }
  .banner_box_inner .inner_box {
    width: 190px;
    height: 170px;
  }
  .banner_box_inner .inner_box {
    padding: 15px 10px 0 15px;
  }
  .inner_box1 {
    width: 140px;
    height: 150px;
    top: -85px;
    left: 35px;
  }
  .inner_box2 {
    left: 50px;
    top: -70px;
  }
  .inner_box3 {
    left: 215px;
    top: 20px;
  }
  .inner_box4 {
    top: 90px;
    left: 0px;
  }
  .inner_box5 {
    top: 205px;
    left: 160px;
  }
  .inner_box6 {
    right: 50px;
    top: 150px;
    z-index: 9;
  }
  .inner_box7 {
    width: 140px;
    height: 160px;
    right: 35px;
    top: 175px;
  }
  .banner_third_slide_data {
    width: 260px;
  }
  .product_img_gallery2 img,
  video {
    max-height: 90px;
  }
  .g_map_contentbox {
    width: 250px;
  }
  .g_usa_box {
    margin: 100px 0 0 90px;
  }
  .g_france_box {
    margin: 71px 0 0 370px;
  }
  .g_germany_box {
    margin: 90px 0 0 400px;
  }
  .g_sweden_box {
    margin: 90px 0 0 417px;
  }
  .g_india_box {
    margin: 100px 0 0 63%;
  }
  /* Introduction Start */
  .vision_box img {
    max-height: 110px;
  }
  .mission_box .vision_heading {
    padding: 3px 0 0px 40px;
  }
  .vision_heading {
    padding: 5px 0 0px 20px;
  }
  .our_values .mission_text {
    margin: 0 0px 0 0px;
    width: 50%;
  }
  /* Introduction End */
  .rnd_slide_heading {
    min-height: 50px;
  }
}
@media screen and (max-width: 992px) {
  /* -------MAIN-MENU-START---------- */
  .top_menu_left {
    width: 100%;
    padding: 22% 0 0 3%;
  }
  .top_menu_left ul li a {
    font-size: 19px;
  }
  .top_menu_left ul li a::after {
    width: 100%;
    margin: -25px 20px 0 20px;
    z-index: 999;
    position: relative;
}
  .submenu ul {
    left: 0;
    width: 100%;
    margin: 0px;
    padding: 110px 0px 50px 6%;
  }
  .submenu .submenu ul {
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 5;
    display: none;
    padding: 110px 0px 0 6%;
  }
  .submenu .submenu_open ul {
    display: block;
  }
  .submenu span {
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    margin: 11px 10px 0 0;
    display: block;
    color: #fff;
    font-size: 31px;
    background-color: #424242;
    padding: 0 8px;
    cursor: pointer;
    opacity: 0;
  }
  .hide_icon_submenu .open_menu {
    display: none;
  }
  .top_menu_left ul .submenu ul .submenu a::after {
    display: none;
  }
  .submenu .submenu_close {
    font-size: 41px;
    line-height: 23px;
    height: 30px;
    margin: -25px 10px 0 0;
  }
  .product_submenu span {
    position: absolute;
    right: 0;
    margin: 5px 10px 0 0;
    display: block;
    color: #fff;
    font-size: 40px;
    background-color: #424242;
    padding: 0 8px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 31px;
    z-index: 99999;
  }
  .product_submenu .submenu_close {
    font-size: 70px;
    line-height: 33px;
    margin: -35px 10px 0 0;
    position: absolute;
    z-index: 99999;
    color: #fff;
    right: 0;
    background: #424242;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  /* .top_menu_left ul li a::after{
  display:none;
} */
  .mobile_menu_heading {
    display: block;
    position: fixed;
    top: 0;
    color: #4b4b4b;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: Montserrat-Black;
    font-size: 21px;
    left: 0;
    padding: 25px 0;
    background-color: #000;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* -------MAIN-MENU-END---------- */
  /* .hero_section .owl-theme .owl-dots{
    bottom: 20%;
    left: 16%;
  } */
  #banner_text_effect {
    font-size: 30px;
    line-height: 35px;
  }
  .hero_section .owl-theme .owl-dots {
    bottom: 8%;
    left: 6%;
    max-width: 720px;
  }
  /* .hero_section .banner_content {
    top: 20%;
  } */
  .home_counter_section .counter_box {
    margin: 0px 0 0 0 !important;
  }
  .our_product_inner .nav-tabs .nav-link {
    min-height: 60px;
  }
  .our_product_inner .our_pro_inner_tabbing .nav-tabs .nav-item {
    width: 29%;
  }
  .our_product_left {
    padding: 20px 0px 20px 0px;
  }
  .our_pro_inner_tabbing {
    padding: 5px 0px 5px 0;
  }
  .rnd_slide_section .tabs li {
    min-height: 400px;
    max-height: 400px;
  }
  .rnd_slide_inner {
    margin: 200px 0 20px 0;
  }
  .social_responsibility_section {
    min-height: 450px;
  }
  .footer_row_menu ul li a {
    padding: 4px 17px 4px 17px;
  }
  .inner_pages .breadcrumb_list a {
    margin: 0 10px 0 0;
    font-size: 12px;
    padding: 6px 13px;
  }
  .workplace_environment_inner .pad_t {
    padding: 0.25rem !important;
  }
  .contact_form_right {
    padding: 30px 10px 0px 10px;
  }
  .contact_details a {
    font-size: 14px;
  }
  .contact_top_box {
    padding: 16px 15px;
  }
  .contact_details img {
    margin: 0 11px 0 0;
  }
  .location_pune {
    right: 25%;
  }
  .location_belgium {
    right: 38%;
    top: 19%;
  }
  .location_italy {
    right: 45%;
  }
  .location_romania {
    right: 41%;
  }
  .location_germany {
    right: 44%;
    top: 10%;
  }
  .we_serve_inner {
    margin: 0px 0px 0 40px;
    width: 100%;
  }

  .banner_right_third_slide {
    max-width: 450px;
    max-height: 450px;
  }
  .banner_third_slide_data {
    width: 180px;
  }
  .banner_slide_heading {
    bottom: 10px;
    padding: 7px 10px;
    font-size: 10px;
  }
  .hero_section .owl-carousel_banner_slider .owl-dots {
    bottom: 8%;
    left: 6%;
    max-width: 100%;
  }
  .about_us_right {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner_box_inner .inner_box {
    padding: 10px 10px 0 10px;
  }
  /* .banner_box_inner .inner_box {
  width: 165px;
  height: 120px;
} */
  .banner_right_box {
    max-width: 500px;
  }
  .inner_box2 {
    left: 50px;
    top: -30px;
  }
  .inner_box1 {
    display: none;
  }
  .inner_box7 {
    display: none;
  }
  .banner_box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner_box_inner .banner_icons {
    margin: 0 0 6px 0;
    max-height: 25px !important;
  }
  .banner_box_inner .inner_box {
    width: auto;
    height: inherit;
    border-radius: 10px;
  }
  .banner_box_inner .inner_box {
    width: 48%;
    height: inherit;
    margin: 0 2px 10px 2px;
    position: inherit;
  }
  .inner_box p {
    width: 100%;
    float: left;
    font-size: 9px;
    margin: 0 0 8px 0;
  }
  .Banner_text {
    font-size: 15px;
  }
  .inner_box6 {
    width: 100% !important;
  }
  .inner_box:hover {
    transform: scale(1);
  }
  .we_serve_left {
    margin: 0 0 0 -100px;
  }
  .product_img_gallery2 img,
  video {
    max-height: 90px;
  }
  .hover_box_show figcaption {
    border-radius: 0px 0px 20px 20px;
  }
  .quality_lab_equipment_section .rnd_box_right {
    padding: 0 0 0 0px;
  }
  .quality_lab_equipment_section .rnd_box_right .facilities_include_box {
    padding: 0 0 0 0px;
  }
  .contact_map_img {
    margin: 0px 0 0 0;
  }
  .contact_top_box {
    min-height: inherit;
    margin: 0px 0 20px 0;
  }
  .contact_us_section {
    padding: 40px 0px 30px 0px;
  }
  .contact_left .social_media_box {
    justify-content: start;
  }
  .contact_left .social_media_box a img {
    margin: 0 0px 0 0;
  }
  .we_serve_left img {
    width: auto !important;
    max-height: 200px;
    min-height: 200px;
  }
  .axle_tabbing .click_here {
    opacity: 1;
    bottom: -7px;
  }
  .contact_top_box .sub_heading {
    background-color: transparent;
  }

  /* Introduction Page Start */
  .introduction_section .about-image {
    width: 100%;
    height: 300px;
  }
  .quality_section .about-img-2 {
    right: 0%;
    width: 100% !important;
  }
  .our_values .vision_box .vision_content {
    display: block;
  }
  .introduction_section .image-anime {
    margin: 0;
  }
  .first_team_box .team_profile {
    margin: 20px 0 0 20px;
  }
  .second_team_box .team_text {
    padding: 20px 0 0 0px;
  }
  .second_team_box .team_profile {
    margin: 0px 20px 0 0px;
  }
  .first_team_box .team_text {
    width: 100%;
    float: left;
    padding: 20px 0 0 20px;
  }
  .vision_heading {
    padding: 10px 0 0px 0px;
    width: 50%;
  }
  .mission_box .vision_heading {
    padding: 10px 0 0px 20px;
  }
  .our-text {
    font-size: 30px;
  }
  .vision_mission {
    font-size: 30px;
  }
  .vision_top {
    width: 100%;
  }
  .our_values .mission_text {
    width: 100%;
    margin: 0px 0px 10px 21px;
  }
  .vision_box img {
    max-height: 100px;
  }
  .vision_top {
    width: 50%;
  }

  /* Global map Start */
  /* .global_map_box{
  background-size: 100%;
  min-height: inherit;
}
.g_usa_box{
  margin:0px;
  position: inherit;
}
.g_france_box {
  margin:0px;
  position: inherit;
}
.g_germany_box {
  margin:0px;
  position: inherit;
}
.g_sweden_box {
  margin:0px;
  position: inherit;
}
.g_india_box {
  margin:0px;
  position: inherit;
}
.g_map_contentbox{
  opacity: 1;
}
.global_map_box .g_usa_box .g_map_img {
  height: auto;
  display: none;
}
.global_map_box .g_usa_box .g_map_img {
    height: auto;
    display: none;
    display: none;
}
.global_map_box ul {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.global_map_box li {
  width: 32%;
  float: left;
  height: auto;
  margin: 0 0px 40px 0 !important;
  list-style: none;
  background: #ffffff66;
  border-radius: 5px;
  padding: 20px 0px 20px 20px;
  height: 200px;
  overflow-y: scroll !important;
  overflow: hidden;
  box-shadow: 0px 0px 13px #00000014;
  border: 1px solid #ffffff;
}
.global_map_box .current .g_map_box .g_map_contentbox{
  margin: 0px 0 0 0px !important;
}
.global_map_box .g_map_box{
  height: 160px;
  overflow-y: scroll !important;
  overflow: hidden;
  padding: 0 20px 0 0;
}
.g_france_box .g_map_img{
  height: auto;
  margin: 0px;
  display: none;
}
.g_germany_box .g_map_img {
  height: auto;
  display: none;
  margin: 0px;
}
.g_sweden_box .g_map_img {
  height: auto;
  margin: 0px;
  display: none;
}
.global_map_box .current .g_india_box .g_map_img {
  margin: 0px;
  height: auto;
  display: none;
}
.g_india_box .g_map_img {
  height: auto;
  margin: 0px 0 0 0;
  display: none;
}
.global_map_box .current .g_usa_box .g_map_contentbox {
  margin: 0px 0 0 0px;
}
.g_map_contentbox{
  width: 100%;
  margin: 0 0 0 0px;
  opacity: 1;
  position: inherit;
}
.g_map_dot{
  display: none;
} */

  /* -------GLOBAL-FOOTPRINT-BOX-START-------- */
  .global_left_box {
    display: none;
  }
  .global_right_box {
    width: 100%;
    padding: 0 50px;
  }
  .global_map_box {
    width: 100%;
    background-size: contain;
    background-position: center bottom;
    min-height: inherit;
  }
  .global_footprint_heading {
    margin: 40px 0;
    position: relative;
  }
  .global_map_box li {
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 3px dashed #2458a68a;
    margin: 0 0 20px 0 !important;
  }
  .g_map_box {
    position: relative;
    margin: 0;
    height: auto;
    float: left;
    width: 100%;
  }
  .global_map_box .g_map_img {
    background-image: none !important;
    float: left;
    margin: 0 !important;
  }
  .global_map_box .g_map_contentbox {
    margin: 0 !important;
    position: relative;
    width: 89%;
    float: right;
    opacity: 1;
  }
  .g_map_dot {
    display: none;
  }
  .how_we_come_section {
    padding: 30px 0px 30px 0px;
  }
  /* -------GLOBAL-FOOTPRINT-BOX-END-------- */

  /* Introduction Page End */
  .sheet_download_text a {
    width: 100%;
    float: left;
  }
  .product_submenu ul {
    z-index: 9999;
  }
  .hide_icon_submenu a::after {
    display: none;
  }
  /* -------MAIN-MENU-START---------- */
  .top_menu_left {
    width: 100%;
    padding: 20% 0 0 0%;
  }
  .top_menu_left ul li a {
    font-size: 21px;
  }
  .submenu ul {
    left: 0;
    width: 100%;
    margin: 0px;
    padding: 120px 0px 50px 6%;
  }
  .submenu .submenu2 ul {
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 5;
    display: none;
    padding: 120px 0px 0 6%;
  }
  .submenu .submenu2_open ul {
    display: block;
  }
  /* .submenu2 span {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
  margin: 11px 10px 0 0;
  display: block;
  color: #fff;
  font-size: 31px;
  background-color: #424242;
  padding: 0 8px;
  cursor: pointer;
} */
  .top_menu_left ul .submenu ul .submenu2 a::after {
    display: none;
  }
  .submenu2 .submenu2_close {
    font-size: 41px;
    height: auto;
    margin: -47px 10px 0 0;
    max-height: 50px;
    line-height: normal;
  }
  .mobile_menu_heading {
    display: block;
    position: fixed;
    top: 0;
    color: #4b4b4b;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: Gotham-Black;
    font-size: 31px;
    left: 0;
    padding: 25px 0;
    background-color: #000;
  }

  .submenu:hover .parent_menu {
    display: none;
  }
  .top_menu_left .submenu_open .parent_menu {
    display: block;
    z-index: 5;
  }
  .product_category_inner{
    padding:0px;
  }
  .product_catbox .produvt_icon{
    min-height: 100px;
  }
  .produvt_contentmain{
    min-height: 158px;
  }
  .product_category_right {
    width: 51%;
  }
  .product_catbox .produvt_contentmain:nth-child(1){
    top: 31%;
  }
  .product_catbox .produvt_contentmain:nth-child(2){
    top:20px;
  }
  .product_catbox .produvt_contentmain:nth-child(3){
    bottom: 20px;
  }
  header{
    padding: 10px 0;
  }

  
}
@media screen and (max-width: 991px) {
  .hero_section .owl-carousel_banner_slider .owl-dots {
    bottom: 8%;
    left: 6%;
    max-width: 720px !important;
  }
  .we_serve_inner {
    width: 90%;
  }
  .product_category_inner{
    padding:40px 0px 0px 0px;
    flex-wrap: wrap;
  }
  .product_category_right {
    width: 52%;
  }
  .steering-img{
    left: 10%;
    top: 20px;
    width: 100px;
  }
  .about_section {
    padding: 40px 0 20px 0;
  }
  .our_products_section{
    padding: 20px 0 20px 0;
  }
  .product_category_left {
    width: 100%;
  }
  .product_category_right{
    width: 100%;
  }
  .sustainability{
    padding: 20px 0px;
    margin-bottom: 20px;
  }
  .rnd_slide_section {
    padding: 20px 0px 40px 0px;
  }
  .about_us_right{
    padding: 0px;
  }
  .footer_logo{
    padding: 0px 0px 0px 0px;
  }
  footer .footer_box .sub_heading {
    padding: 0 0 7px 0;
    margin: 0 0 10px 0;
    min-width: 100%;
  }
  .about_us_left {
    margin: 15px 0 0 0;
  }
  .product_category_right {
    width: 100%;
  }
  /* .product_catbox .produvt_contentmain:nth-child(1){
    position: inherit;
  }
  .product_catbox .produvt_contentmain:nth-child(2){
    position: inherit;
  }
  .product_catbox .produvt_contentmain:nth-child(3){
    position: inherit;
  } */
  .product_catbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:15px;
  }
  .produvt_contentmain:after{
    display:none;
  }
  .produvt_contentmain{
    background-image: linear-gradient(rgb(255 255 255 / 84%), rgb(255 255 255)), url(../images/home/bg-tabs-min.webp);
    position: inherit !important;
    margin: 20px 0 0 0;
  }
  .capabilities_boxnew{
    min-height: inherit;
  }
  .manufacturing_capabilities_section{
    padding: 20px 0px 20px 0px;
  }
  

}
@media screen and (max-width: 768px) {
  header .logo img {
    max-height: 45px;
  }
  header .click_to_explore_btn a {
    padding: 7px 18px;
    display:none;
  }
  header .click_to_explore_btn .buynow{
    display:block;
    padding: 6px 12px;
    font-size: 12px;
  }
  header .click_to_explore_btn {
    margin: 0px 0 0 0;
    float: right;
    justify-content: right;
  }
  .sticky .toggle_menu {
    margin: 16px 0 0 10px;
  }
  .banner_slides {
    width: 100%;
    float: left;
    background-color: #000;
    min-height: 300px;
  }
  header.sticky {
    background-image: none;
    background-color: #333;
  }
  header {
    background-color: #333;
    transition: background-color 0.3s, padding 1.5s;
  }
  .hero_section {
    margin: 65px 0 0 0;
  }
  .home_counter_section .counter_box {
    margin: 0px 0 0 0 !important;
  }
  #banner_text_effect {
    font-size: 34px;
    line-height: 39px;
  }
  /* .hero_section .owl-theme .owl-dots {
    bottom: 3%;
    left: 2%;
    max-width: 720px;
    justify-content: center;
  } */
  .hero_section .owl-carousel_banner_slider .owl-dots {
    bottom: 3%;
    left: 16%;
    max-width: 100%;
  }
  .hero_section .banner_content {
    /* top: 8%; */
    left: 0px;
    width: 90%;
  }
  .home_counter_section .count-title {
    font-size: 30px;
  }
  .home_counter_section .count-text {
    font-size: 14px;
  }
  .home_counter_section .counter_box {
    box-shadow: 0px 0px 15px #0000000d;
    padding: 24px 5px;
  }
  .about_section {
    padding: 30px 0 0px 0;
  }
  .workplace_environment_images_left {
    width: 190px;
  }
  .workplace_environment_images_section {
    padding: 30px 0px 30px 0px;
  }
  .global_address_section .global_address_left {
    text-align: center !important;
  }
  .global_address_section .global_address_right {
    text-align: center !important;
  }
  .global_address_section .global_address_left {
    text-align: center !important;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
  }
  .footer_logo {
    padding: 20px 0px 20px 0px;
  }
  .footer_row_menu {
    padding: 20px 0px 0px 0px;
  }
  .footer_row_menu ul li {
    height: inherit;
    width: auto;
    text-align: left;
  }
  .footer_row_menu ul li a {
    padding: 4px 17px 4px 0px;
    height: inherit;
    text-align: left;
    width: 100%;
    justify-content: left;
    border-right: none;
  }
  footer {
    padding: 30px 0 30px 0;
  }
  /* .location_name{
    display: none !important;
  } */
  .about_us_right::after {
    width: 100%;
    top: inherit;
    display: none;
    height: 100%;
  }
  .our_product_inner .nav-tabs .nav-item .nav-link.active {
    height: 100%;
  }
  .our_product_inner .nav-tabs .nav-link {
    font-size: 12px;
  }

  /* inner pages pages Start */
  .inner_pages .our_product_inner_pages .nav-tabs .nav-item {
    width: 32%;
  }
  .our_product_inner .heading {
    text-align: left;
    margin: 0 0 20px 0;
  }
  .our_product_inner .section_text {
    text-align: left;
  }
  .our_product_inner .benefits_box li a {
    text-align: left;
  }
  .our_product_inner .sub_heading {
    text-align: left;
    font-size: 16px;
  }
  .axle_tabbing_box li a {
    min-height: 105px;
    width: 35%;
    position: relative;
  }

  .product_page_section .our_product_inner .sub_heading {
    margin: 20px 0px 10px 0px;
  }
  .our_product_inner .container {
    padding: 0;
  }
  .product_box {
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
  }
  .click_to_explore_btn a {
    padding: 6px 15px;
    font-size: 12px;
    margin: 0 auto;
  }
  .our_product_left {
    text-align: center;
  }
  .manufacturing_box .capabilities_content .sub_heading {
    color: #333;
    max-height: inherit;
    min-height: inherit;
  }
  .manufacturing_box .capabilities_content .capabilities_text {
    color: #222;
    display: none;
  }
  .manufacturing_box .capabilities_content .click_to_explore_btn a {
    color: #2458a6 !important;
    border-color: #2458a6 !important;
  }
  .manufacturing_capabilities_section .manufacturing_box {
    margin: 0 0 20px 0;
    background: #fff;
    /* box-shadow: 2px 3px 20px #ccc; */
    border-radius: 10px;
    position: inherit;
    border: 1px solid #e3e3e3;
  }
  .manufacturing_capabilities_section .manufacturing_box {
    margin: 0 0 20px 0;
    position: inherit;
  }
  .manufacturing_capabilities_section .capabilities_content {
    position: inherit;
    display: block;
    padding: 15px 15px 20px 15px !important;
    background: #fff;
    float: left;
    min-height: inherit;
    width: 100%;
  }
  .manufacturing_box .click_to_explore_btn {
    position: inherit;
  }
  .click_to_explore_btn {
    margin: 15px 0 0 0;
  }
  .click_to_explore_btn a {
    padding: 7px 15px;
    font-size: 12px;
  }
  #counter li {
    width: 46%;
    box-shadow: 0 0 5px #cccccc80;
    padding: 5px 10px 10px 10px;
    min-height: 110px;
    max-height: 110px;
    margin: 0px 5px 10px 5px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: none;
  }
  .home_counter_section .counter_box {
    box-shadow: none;
    padding: 24px 1px;
  }
  .home_counter_section .counter_box .last_count {
    border: none;
    margin: 0 auto !important;
    float: none !important;
  }
  .explore_btn {
    padding: 9px 10px;
    font-size: 14px;
  }
  .hero_section .Banner_headeing {
    font-size: 34px;
    line-height: 39px;
    text-align: center;
  }
  .hero_section .click_to_explore_btn {
    float: left;
    width: 100%;
    display: block;
  }
  .banner_word_text {
    text-align: left;
    width: 100%;
    font-size: 25px;
    line-height: normal;
  }
  .third_word {
    text-align: left;
    width: 100%;
  }
  .second_word {
    text-align: left;
    width: 100%;
  }
  .first_word {
    text-align: left;
    width: 100%;
  }
  .Banner_text {
    text-align: left;
    width: 100%;
    font-size: 14px;
  }
  .inner_pages .hero_section .banner_content .section_text {
    text-align: left;
    width: 100%;
  }
  .inner_pages .hero_section .Banner_text {
    text-align: left;
  }
  .inner_pages .banner_slides {
    height: 300px;
    max-height: 300px;
  }
  .left_map_box .sub_heading {
    margin: 20px 0 30px 0;
  }
  .left_map_box .sub_heading {
    text-align: center;
  }
  .plant_details_section {
    padding: 30px 0px 30px 0px;
  }
  .contact_us_section {
    padding: 30px 0px 30px 0px;
  }
  .connect_with_us_section {
    padding: 30px 0px 30px 0px;
  }
  /* .heading{
  text-align: center;
} */
  .banner_third_slide_data {
    width: 160px;
  }
  .banner_slide_heading {
    padding: 4px 9px;
    font-size: 9px;
  }
  .banner_box_inner .banner_icons {
    margin: 0 8px 6px 0;
    max-height: 24px !important;
    width: auto;
    float: left;
  }
  .inner_box {
    display: flex;
  }
  .inner_box p {
    width: auto;
    float: left;
    font-size: 9px;
    margin: 0 0 5px 0;
  }
  .Banner_text {
    margin: 8px 0 0 0;
  }
  .our_product_inner .nav-tabs .nav-link {
    min-height: 40px;
  }
  .industries_we_serve_section {
    padding: 30px 0px 30px 0px;
    margin: 0px 0 0px 0;
  }
  .product_page_section #myTabContent {
    padding: 0px 0 0 0;
  }
  .our_product_right {
    padding: 0px 0px 40px 0px;
  }
  .hover_box_show figcaption {
    font-size: 12px;
  }
  .our_product_inner .heading {
    font-size: 20px;
  }
  .hover_box_show {
    margin: 0px 0 0px 0;
  }
  .hover_box_show {
    padding: 10px;
  }
  .product_img_gallery img,
  video {
    width: auto;
    max-height: 110px;
    transition-duration: 1s;
    overflow: hidden;
  }
  .hover_box_show figcaption {
    min-height: 55px;
    max-height: 55px;
  }
  .product_img_gallery .hover_box_show img {
    margin: -5px 0 0 0;
  }
  .quality_lab_equipment_section .facilities_include_box ul li {
    width: 100%;
    float: left;
  }

  .rnd_section {
    padding: 30px 0px 30px 0px;
  }
  .product_img_gallery {
    padding: 30px 0px 0px 0px;
  }
  .inner_pages .our_products_section {
    padding: 30px 0px 30px 0px;
  }
  #slider-2 {
    max-width: 100%;
  }
  .sync_loop_right_box .section_text {
    padding: 0px 20px 20px 20px;
  }
  .sync_loop_right .owl-nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sync_loop_slider .owl-carousel {
    max-width: 100%;
    margin: 0px auto 20px auto;
  }
  /* .sync_loop_left .owl-item .item img {
  max-height: 250px;
  width: auto;
} */
  #slider-2 {
    display: none;
  }
  .sync_loop_right .owl-item .item img {
    max-height: 200px;
    width: auto;
    margin-right: 0%;
  }
  .sync_loop_right .owl-nav .owl-prev {
    width: 100px;
    margin: 20px 10px 0 10px;
    opacity: 1;
  }
  .sync_loop_right .owl-nav .owl-prev:hover {
    opacity: 1;
    width: 120px;
  }
  .sync_loop_right .owl-nav .owl-next:hover {
    opacity: 1;
    width: 120px;
  }
  .sync_loop_right .owl-nav .owl-next {
    width: 100px;
    margin: 20px 10px 0 10px;
    opacity: 1;
  }
  .blue_box_inner img {
    width: 30px;
    margin: 0 0 5px 0px;
  }
  .blue_box_inner span {
    font-size: 14px;
  }
  .blue_box_inner {
    min-height: 130px;
  }
  .blue_box {
    padding: 0 10px 20px 10px;
  }
  .blue_box2::before {
    margin: -10px 0 0 0;
  }
  .blue_box::before {
    margin: -10px 0 0 0px;
  }
  .blue_box3::before {
    margin: 0px 0 10px 0;
  }
  .blue_box4::before {
    margin: 0 0 10px 0px;
  }
  .blue_box_section {
    width: 100%;
    float: left;
    margin: 50px 0px 0px 0px;
  }
  .inner_page .about_section {
    padding: 30px 0 30px 0;
  }
  .rnd_box_left {
    padding-bottom: 20px;
  }
  .quality_lab_equipment_section .facilities_include_box {
    border-right: none;
  }
  .about_us_left .section_text {
    margin-bottom: 0px;
  }
  .facilities_include_box ul li {
    min-height: 19px;
    width: 100%;
  }
  .manufacturing_capabilities_mob {
    display: block !important;
  }
  /* .manufacturing_capabilities_section {
    display: none;
  } */
  .manufacturing_box::after {
    display: none;
  }
  .banner_slides .main_banner_img {
    object-fit: cover;
    min-height: 380px;
  }
  /* Quality Page Start */
  .quality_section {
    padding: 30px 0px 30px 0px;
  }
  .quality_section .about-img-1 {
    width: 100%;
  }
  .quality_section .about-img-2 {
    width: 60%;
    bottom: 0%;
    right: 20%;
  }
  .quality_certificate_sec .quality_content {
    padding: 0 0 0 0px;
  }

  .career_section .about-image {
    height: 300px;
    background-position: center;
  }
  .career_section .about-img-2 {
    width: 100%;
    right: 0%;
  }

  .vision_box {
    padding: 20px 0px;
  }
  /* .our-text {
  text-align: center;
}
.vision_mission {
  text-align: center;
}
.vision_content{
  text-align: center;
} */
  .vision_box .vision_content {
    text-align: left;
  }
  .mission_box .vision_heading {
    padding: 10px 0 0px 0px;
  }
  .mission_box .vision_heading {
    padding: 10px 0 0px 0px;
    float: right;
  }
  .our_values .vision_box .vision_content {
    width: 100%;
    /* display: flex;
  justify-content: start;
  flex-wrap: wrap; */
  }
  .second_team_box .teamimg_box::after {
    left: 10%;
    background-size: 80%;
    width: 80%;
  }
  .teamimg_box img {
    max-height: 340px;
    margin: 0 auto;
  }
  .first_team_box .teamimg_box {
    position: relative;
    text-align: center;
  }
  .first_team_box .teamimg_box::after {
    background-size: 80%;
    left: 10%;
    width: 80%;
  }
  .second_team_box .teamimg_box {
    position: relative;
    text-align: center;
  }
  .kalyani_innovation_section .list_box {
    min-height: inherit;
    border: 1px dashed #fff;
  }
  .second_team_box .teamimg_box {
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .why_us_section {
    padding: 30px 0px 30px 0px;
  }
  .global_right_box {
    width: 100%;
    padding: 0 0px;
  }
  .global_map_box .g_map_contentbox {
    width: 80%;
  }
  .leadership_team_section {
    padding: 30px 0px 30px 0px;
  }
  .toggle_menu {
    margin: 22px 0 0 20px;
  }

  /* Captan Start */
  .modal-dialog {
    max-width: 100%;
    margin: 10px;
  }
  .form-row {
    flex-direction: row;
  }
  .form-row .col-sm-4 {
    margin-bottom: 15px;
  }
  /* Captan End */
  .job_detail_row ul li {
    width: 100%;
  }
  .faq_section .accordion-button {
    font-size: 14px;
  }
  .faq .faq-btn::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    padding: 7px 10px 7px 45px;
  }
  .faq_section .accordion-button span {
    width: 80%;
    float: left;
  }
  .faq_section .faq-btn a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .faq_section .accordion-button {
    padding: 10px 10px 10px 45px;
  }
  .our_values .vision_content span {
    width: 8px;
    height: 8px;
    margin: 4px 5px 0 0;
  }
  .our_values .mission_text {
    width: 50%;
    margin: 0px 0px 10px 0px;
    font-size: 13px;
  }
  .quality_pdf {
    margin: 0 0 15px 0;
  }
  .join_us_section .click_to_explore_btn button{
    margin: 20px 0 0 0;
  }
  .product_category_inner {
    padding: 20px 0px 0px 0px;
  }
  .product_catbox .produvt_icon{
    min-height: 100px;
  }
  .produvt_content{
    padding: 15px 10px 15px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .hero_section .click_to_explore_btn {
    display: flex;
  }
  .Banner_text {
    text-align: center;
    font-size: 12px;
  }
  .hero_section .banner_content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .banner_fourth_slide_data .banner_fourth_main_img {
    display: none !important;
  }
  .banner_right_third_slide1 {
    width: 100%;
    height: 160px;
  }
  .hero_section .owl-carousel_banner_slider .owl-dots {
    bottom: 3%;
    left: 0;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .banner_word_text br {
    display: none;
  }
  .banner_slides {
    min-height: 380px;
  }
  .inner_pages .banner_slides {
    min-height: 170px;
    max-height: 170px;
  }
  .inner_pages .breadcrumb_list {
    margin: -30px 0 0px 0px;
    background: #00000091;
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: start;
    padding: 0 0 0 12px;
  }
  .banner_content .click_to_explore_btn {
    margin: 6px 0 6px 0;
    padding: 5px 12px;
    font-size: 11px;
  }
  .banner_box_inner .inner_box {
    width: 48.5%;
    margin: 0 1px 6px 1px;
  }
  .hero_section .banner_content {
    width: 100%;
  }
  .banner_word_text {
    text-align: center;
    font-size: 20px;
  }
  .banner_right_third_slide {
    width: 58%;
    height: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .banner_third_slide_data {
    width: 41%;
    margin: 10px 0 0 0;
  }
  .banner_third_slide_data {
    width: 50%;
    margin: 10px 0 0 0;
  }
  .banner_box_inner .inner_box {
    padding: 6px 6px 0 6px;
  }
  .hero_section .owl-theme .owl-dots {
    bottom: 6%;
    left: 6%;
  }
  .hero_section .owl-theme .owl-dots {
    bottom: 3%;
    left: 0%;
    max-width: 540px;
  }
  #counter .border_none {
    border: none;
  }
  .our_product_inner .nav-tabs .nav-item {
    width: 32%;
    margin: 0 2px 6px 2px;
  }
  .benefits_box li {
    width: 100%;
  }
  .benefits_box li a {
    background-size: 13px;
    padding: 3px 0 3px 20px;
    background-position: 0px 6px;
  }
  .our_product_inner .container {
    margin: 0;
    padding: 0;
  }
  .our_product_inner .nav-tabs .nav-item .nav-link.active::after {
    display: none;
  }
  .our_product_inner .our_pro_inner_tabbing .nav-tabs .nav-item {
    width: 33%;
    margin: 0 0 0px 0;
  }
  .our_product_inner
    .our_pro_inner_tabbing
    .nav-tabs
    .nav-item
    .nav-link.active {
    box-shadow: 0 0 10px #cccccca3;
    z-index: 9;
  }

  .rnd_slide_section .tabs {
    flex-direction: column;
  }
  .rnd_slide_section .tabs li {
    padding: 30px 20px;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }
  .rnd_slide_section .tabs li:hover {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }
  .rnd_slide_heading{
    line-height: normal;
    min-height: fit-content;
  }
  .produvt_contentmain{
    width:47%;
  }
  .product_catbox{
    flex-wrap: wrap;
  }
  .sustainability_left .thumb .thumb-2{
    left:0;
    top: 40%;
  }
  .sustainability_left .thumb .thumb-1 .s-shape-1{
    bottom: -40px;
    right: 36%;
    width: 100px;
    height: 100px;
  }
  .rnd_slide_inner {
    margin: 20px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .our_product_right {
    padding: 10px 0px 0px 0px;
  }
  .pune_location_detail {
    display: none;
  }
  .location_canada {
    position: absolute;
    left: 26%;
    top: 46px;
    width: 27px;
  }
  .pin {
    background-size: 59%;
    margin: -10px 0 0 -18px;
    background-position: 4px 10px;
  }
  .location_pune {
    right: 23%;
  }
  .location_pune {
    top: 31%;
  }
  .location_canada {
    top: 15%;
  }
  .location_romania {
    right: 38%;
    top: 1%;
  }
  .location_germany {
    right: 42%;
    top: 0%;
  }
  .location_italy {
    right: 43%;
    top: 15%;
  }
  .location_belgium {
    right: 35%;
    top: 18%;
  }
  .location_mexico {
    top: 40%;
    left: 15%;
  }
  .location_america {
    top: 13%;
    left: 17%;
  }
  .manufacturing_box {
    margin: 0 0 10px 0;
  }
  .capabilities_box{
    padding: 10px;
  }
  .sub_heading {
    font-size: 16px;
    margin: 0 0 6px 0;
  }
  .sustainability_left .thumb .thumb-1{
    margin-bottom: 80px;
  }
  .social_responsibility_section {
    padding: 30px 0 30px 10px;
    min-height: inherit;
  }
  .black_shades {
    background: linear-gradient(
      90deg,
      rgb(0 0 0 / 50%) 0%,
      rgb(0 0 0 / 50%) 100%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .our_esteemed_clients_section {
    padding: 30px 0px 15px 0px;
  }
  .heading {
    font-size: 25px;
  }
  .workplace_environment_images_section {
    padding: 15px 0px 15px 0px;
  }
  .global_map_section {
    padding: 15px 0px 15px 0px;
  }
  footer .footer_box .sub_heading {
    padding: 0 0 8px 0;
    min-width: 100%;
    margin: 30px 0 0 0;
  }
  footer .social_media_box {
    padding: 0px 0px 10px 0px;
  }
  .footer_menu_second .sub_heading {
    margin: 30px 0 13px 0;
  }
  .home_counter_section {
    padding: 15px;
  }
  .heading {
    margin: 0 0 15px 0;
  }
  /* .sub_heading{
    text-align: center;
  } */
  /* .section_text{
    text-align: center;
  } */
  /* .click_to_explore_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    float: none;
  } */
  .quality_lab_equipment_section
    .facilities_include_box
    .additional_support
    li {
    width: 100%;
  }
  .quality_lab_equipment_section .facilities_include_box {
    border-right: none;
  }
  .workplace_environment_images_right .col-lg-4 {
    width: 50%;
  }
  .workplace_environment_inner .pad_t {
    padding-top: 0.25rem !important;
  }
  .footer_row_menu ul li {
    width: 100%;
  }
  .footer_row_menu ul li a {
    justify-content: start;
    text-align: center;
  }
  .footer_logo {
    text-align: center;
  }
  /* .social_media_box {
    padding: 20px 0px 2px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  } */
  .workplace_environment_inner .img_box {
    min-height: inherit;
  }
  .rnd_slide_section .tabs li {
    border-bottom: 10px solid #fff !important;
    border: 0px;
  }
  .rnd_slide_inner {
    text-align: center;
  }
  .rnd_slide_heading {
    text-align: center;
    margin: 0 0 30px 0;
    width: 100%;
  }
  /* .rnd_slide_inner .explore_btn{
    margin: 0 auto;
    float: none;
  } */
  /* .inner_pages .hero_section .Banner_text{
    text-align: center;
  } */
  .inner_pages #banner_text_effect {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .inner_pages .hero_section .banner_content .section_text {
    text-align: center;
  }
  .we_serve_inner {
    margin: 0px 0px 0 0px;
    width: 100%;
    display: block;
    padding: 20px;
  }
  .we_serve_left {
    margin: 0 0 0 0px;
    width: 100%;
  }
  .we_serve_left img {
    max-height: 170px;
    min-height: 170px;
    margin: 0px auto 20px auto;
    width: auto !important;
  }
  .we_serve_right {
    font-size: 14px;
    padding: 0 0 0 0px;
    text-align: center;
  }
  .we_serve_right_inner img {
    margin: 0 auto 15px auto;
  }
  .we_serve_right h1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  .we_serve_logo {
    margin: 0 0 8px 0;
  }
  .we_serve_right ul li {
    width: 50%;
    text-align: left;
  }
  .we_serve_right .click_to_explore_btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .click_to_explore_btn {
    float: left;
    margin: 20px 0 0 0;
  }
  .we_serve_right .key_benefits_box {
    border-top: 1px solid #6f7a8a;
    padding: 12px 0 0 0;
    margin: 0px 0 0 0;
  }
  .we_serve_right {
    width: 100%;
  }
  .owl-we_serve_inner .owl-nav {
    margin: 20px 0 0 0;
    position: inherit;
  }
  .owl-we_serve_inner {
    padding: 20px 0 0 0;
  }
  .capabilities_content .click_to_explore_btn {
    float: none;
    margin: 15px 0 0 0;
  }
  /* .footer_menu_box p {
    text-align: center;
  } */
  .from_inner .click_to_explore_btn {
    float: none;
  }
  .quality_lab_equipment_section .rnd_box_right {
    padding: 30px 0 0 0px;
  }

  .quality_section {
    padding: 30px 0px 30px 0px;
  }
  .quality_section .about-image {
    background-image: none;
    height: inherit;
  }
  .quality_section .about-img-1 {
    width: 100%;
    position: inherit;
  }
  .quality_section .about-img-2 {
    width: 100%;
    bottom: 0%;
    right: 0%;
    position: inherit;
  }

  .browse_box {
    margin: 0 0 30px 0;
  }
  .browse_box .click_to_explore_btn a {
    padding: 10px 25px;
    font-size: 16px;
  }
  .browse_box label span {
    float: left;
    margin: 2px 0 0 0;
    width: 60%;
  }
  /* .global_map_box li {
  width: 100%;
  margin: 0 0px 20px 0 !important;
  height: 160px;
} */
  .global_right_box {
    padding: 0 0px;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 8px;
    bottom: 0%;
    height: 7%;
    top: inherit;
  }
  .fancybox__nav .carousel__button.is-prev {
    left: 8px;
    bottom: 0%;
    height: 7%;
    top: inherit;
  }

  /* Captan Start */
  .form-row {
    flex-direction: column;
  }
  .faq_section .accordion-button {
    padding: 8px 10px 8px 40px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .faq_section .faq-btn a {
    padding: 5px 12px;
    font-size: 12px;
  }

  /* Captan End */

  .faq_section .accordion-button {
    display: flex;
    align-items: center;
  }
  .our_values .mission_text {
    width: 100%;
  }
  .application-pop .contact-form .form-control {
    padding: 5px 10px;
  }
  .application-pop .contact-form {
    margin-top: 10px;
  }
  .application-pop .modal-header {
    padding-top: 0px;
  }
  .application-pop .modal-body {
    padding: 10px 0 0 0;
  }
  .application-pop .modal-header {
    border-bottom: none;
    padding: 0;
  }
  .join_us_section .form-group {
    margin-bottom: 20px;
  }
  .join_us_section .form-control {
    margin: 0 0 20px 0;
  }
  .input_field_box small{
    margin: -50px 0 0 10px;
  }
  .footer_input input {
    font-size: 16px;
  }
  .footer_input select {
    font-size: 16px;
  }
  .footer_input textarea {
    font-size: 16px;
  }
  .join_us_section input{
    font-size: 16px;
  }
  .join_us_section .form-control{
    font-size: 16px;
  }
  .inner_pages .hero_section .Banner_text {
    text-align: center;
  }
  .company_link {
    align-items: center;
    display: flex;
    justify-content: start;
    padding: 20px 0px 0px 0px;
}
  header .logo img {
    max-height: 36px;
  }
  .hero_section {
    margin: 50px 0 0 0;
  }
  .produvt_contentmain {
    min-height: 140px;
  }


}
@media screen and (max-width: 500px) {
  .banner_right_third_slide {
    width: 90%;
  }
  .product_img_gallery2 img,
  video {
    max-height: 70px;
  }
  .hover_box_show figcaption {
    min-height: 60px;
    max-height: 60px;
  }
  .hover_box_show figcaption {
    font-size: 12px;
    line-height: normal;
  }
  .product_img_gallery2 .image_lighbox {
    background: #7db1ff29 !important;
  }
}
@media screen and (max-width: 400px) {
  .faq .faq-btn::after {
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
  .faq_section .accordion-button {
    padding: 8px 10px 8px 35px;
  }
  .faq_section .accordion-button span {
    width: 72%;
  }
  .faq_section .faq-btn a {
    padding: 4px 10px;
    font-size: 11px;
  }
}

/* Media Query End */
