*,
::after,
::before {
  box-sizing: border-box;
}
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
button,
input[type="submit"] {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
body {
  background-color: #000;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-weight: normal;
  font-family: "bmwgrouptn_pro_ttlight";
  font-size: 16px;
  color: #fff;
}
h1 {
  font-family: "gothammedium";
  font-size: 40px;
}
h2 {
  color: #299bef;
  font-family: "bmwgrouptn_pro_ttregular";
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 30px;
}
h2 a {
  color: #299bef;
}

.main_header {
  background-image: linear-gradient(
    180deg,
    rgba(2, 35, 60, 0.4) 60%,
    transparent
  );
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  transition: all 300ms;
}
.hm_inner {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header_padding_container {
  padding: 0 100px;
}
.logo_sec img {
  vertical-align: middle;
}
.logo {
  padding: 0;
}
.logo a {
  display: block;
  width: 240px;
  transition: all 500ms;
}
.logos {
  margin-left: 65px;
}
.logos li {
  padding: 15px;
}
.logos li + li {
  border-left: 1px solid #fff;
}
.header_nav > ul > li + li {
  margin-top: 27px;
}
.header_nav > ul > li > a {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-family: "bmwgrouptn_pro_ttregular";
  padding: 0;
}
.header_nav > ul > li:hover > a {
  color: #299bef;
  text-decoration: underline;
}

.main_header.sticky {
  height: 65px;
  background-image: none;
  background-color: rgba(2, 35, 60, 0.8);
  align-items: center;
  display: flex;
}

.menu_icon {
  display: flex;
  width: 50px;
  z-index: 4;
  flex-direction: column;
  height: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu_icon span {
  width: 32px;
  height: 2px;
  display: block;
  background-color: #fff;
  transition: 0.4s;
}
.menu_icon span + span {
  margin-top: 9px;
}
.menu_icon.cross span:nth-child(2) {
  display: none;
}
.menu_icon.cross span + span {
  margin: 0;
}
.menu_icon.cross span:first-child {
  transform: rotate(45deg);
  margin-top: 2px;
}
.menu_icon.cross span:last-child {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.header_nav {
  display: flex;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 582px;
  padding: 20px 60px;
  transition: all 500ms;
  z-index: 2;
  padding-top: 130px;
}
.header_nav:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.header_nav.active_state {
  right: 0;
}

.h_social {
  position: absolute;
  right: 112px;
  top: 20%;
}
.h_social li {
  display: block;
  margin: 15px 0;
}
/*.h_social li a { display: flex; justify-content: center;
 align-items: center; width: 24px; height: 24px;border: 1px solid #fff; border-radius: 50%;}*/
.h_social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(2, 19, 31, 1);
  border-radius: 50%;
  background: rgba(2, 19, 31, 1);
}
.h_social li a:hover {
  background-color: #299bef;
}

.banner {
  position: relative;
}
.img-wrap {
  position: relative;
  overflow: hidden;
}
.banner_img img {
  width: 100%;
}
.banner_cap {
  position: absolute;
  left: 0;
  top: 41%;
  z-index: 1;
  width: 100%;
}
.banner_cap h1,
.banner_cap h2 {
  color: #299bef;
  font-family: "bmwgrouptn_pro_ttmedium";
  font-size: 65px;
  margin-bottom: 20px;
}
.bnr_btn {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  border: 1px solid #fff;
  padding: 15px 25px;
}
.bnr_btn:hover {
  background-color: #299bef;
  border-color: #299bef;
}
.slider-progress {
  position: absolute;
  right: 122px;
  bottom: 100px;
  width: 3px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.4);
}
.slider-progress span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3px;
  height: 0;
  background-color: #006eb7;
  transition: all 0s linear;
}
.slider-progress span.active {
  height: 100%;
}

.img_text_sec {
  position: relative;
}
.sec_img img {
  width: 100%;
}
.sec_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.right_align .row {
  justify-content: flex-end;
}
.sec_text p + p {
  margin-top: 15px;
}
.sec_text ol + p {
  margin-top: 15px;
}
.sec_text ol {
  list-style: disc;
  padding-left: 18px;
}

.c_text {
  text-align: center;
  padding: 50px 0 30px 0;
}
.core_ope_sec {
  position: relative;
  z-index: 1;
  padding-bottom: 114px;
}
.core_ope_sec:after {
  content: "";
  width: 100%;
  height: 80%;
  background-image: linear-gradient(180deg, rgba(2, 35, 60, 0.9), transparent);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.core_box {
  border-radius: 20px;
  border: 2px solid #299bef;
  padding: 30px;
  margin: 15px 0;
}
.core_icon {
  margin-bottom: 25px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.core_icon img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  height: 65px;
}
/* .core_cont {display: block;min-height: 49px;} */
.core_cont {
  display: block;
  min-height: 70px;
  color: #299bef;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  font-family: "bmwgrouptn_pro_ttregular";
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.core_box:hover {
  background: #289bef1a;
}
.core_box_two {
  min-height: 320px;
}
.abou_c_core_box {
  min-height: 242px;
  margin-bottom: 0px;
}
.core_box p {
  font-size: 0;
  margin-top: 8px;
}
.core_box:hover .core_cont {
  font-size: 19px;
  line-height: 1.3;
  min-height: unset;
  margin: 15px 0 25px 0;
}
.core_box:hover p {
  font-size: 16px;
  margin-top: 8px;
}
.core_box:hover .core_icon {
  margin: 0 0 10px 0;
}
.core_box:hover .core_icon img {
  height: 50px;
}
.core_box_one {
  min-height: 265px;
}

.dc_img img {
  width: 100%;
}
.dc_cont {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(2, 35, 60, 0.9), transparent);
  padding-bottom: 85px;
}
.dc_cont:after {
  content: "";
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, transparent, rgba(3, 31, 50, 1));
  position: absolute;
  left: 0;
  top: -65px;
  z-index: -1;
}
.dc_top {
  max-width: 776px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.dc_top h2 {
  margin-bottom: 50px;
}
.sec_text .logos {
  margin: 0 0 10px 0;
}
.logos li {
  padding: 5px 10px;
}
.sec_text .logos li img {
  vertical-align: middle;
}
.sec_text .logos li:first-child {
  padding-left: 0;
}

.ss_section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-image: url(../../images/bg.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.ss_section .sec_cont {
  position: static;
}

.ss_block {
  width: 306px;
  border-radius: 20px;
  border: 2px solid #299bef;
  padding: 30px;
}
.ss_slider_sec .item {
  padding: 0 15px;
}
.ss_slider_sec .item h3 {
  font-size: 24px;
  font-weight: normal;
  font-family: "bmwgrouptn_pro_ttregular";
  color: #299bef;
  margin-bottom: 20px;
  min-height: 90px;
}
.ss_slider_outer {
  padding-left: 62px;
}
.ss_section .slick-list {
  width: 712px;
}
.ss_section .row {
  align-items: center;
}

.exper_sec .sec_cont {
  display: block;
  padding: 100px 0;
}

.wu_slider {
  width: 100%;
}
.whU_sec {
  padding: 100px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.whU_sec:after {
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  background-image: radial-gradient(rgba(4, 51, 84, 0.7), transparent);
}
.wu_card_img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #299bef;
}
.wu_card_img img {
  width: 100%;
}
.wu_slider .wu_item {
  padding: 0 15px;
}
.wu_card_info {
  padding: 25px 20px;
  display: block;
  text-align: center;
}
.wu_slider .slick-arrow {
  position: absolute;
  top: 28%;
}
.slick-prev {
  left: -50px;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  background-image: url(../../images/left_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.slick-next {
  right: -50px;
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  background-image: url(../../images/right_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-bottom: 10px;
}
.wu_slider_outer {
  padding: 0 50px;
}

.connect_email {
  display: block;
  color: #fff;
  padding-left: 35px;
  background-image: url(../../images/mail.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.connect_btn {
  display: inline-block;
  border-radius: 10px;
  background-color: #299bef;
  color: #fff;
  border: 1px solid #299bef;
  font-size: 20px;
  font-weight: normal;
  font-family: "bmwgrouptn_pro_ttregular";
  padding: 10px 40px;
}
.connect_btn:hover {
  background-color: transparent;
}

.digital_product .dc_cont .dc_top {
  margin-bottom: 20px;
}

.digital_product .core_box_two {
  min-height: 345px;
}

/* career page */
.inner_banner {
  position: relative;
}
.shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-template-career-page .shape1,
.page-template-culture .shape1 {
  width: 80%;
}
.page-template-career-page .shape1 img,
.page-template-culture .shape1 img {
  width: 100%;
}
.inner_banner .banner_cap {
  transform: none;
  top: inherit;
  bottom: 130px;
}
.inner_banner .banner_cap h1 {
  font-size: 64px;
  margin-bottom: 30px;
}
.solid_btn {
  border-radius: 10px;
  background: #299bef;
  color: #fff;
  border: 1px solid #299bef;
  padding: 20px 30px;
  font-size: 24px;
  font-family: "bmwgrouptn_pro_ttregular";
  display: inline-flex;
  align-items: center;
}
.solid_btn img {
  margin-left: 6px;
}
.solid_btn:hover {
  background: transparent;
  color: #299bef;
}
.carr_btm .solid_btn {
  margin-top: 50px;
}
.dc_img {
  position: relative;
}
.carr_btm .dc_img:after {
  content: "";
  width: 100%;
  height: 150px;
  background-image: linear-gradient(180deg, transparent, rgba(3, 31, 50, 1));
  position: absolute;
  left: 0;
  bottom: 0;
}
.carr_btm .dc_top p + p {
  margin-top: 20px;
}

.main_footer {
  padding: 19px 0;
  text-align: center;
  font-size: 14px;
}

/* about-css */
.seamless_collabration_sec {
  background: radial-gradient(
    circle,
    rgba(3, 27, 47, 1) 36%,
    rgba(0, 3, 5, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#031b2f",endColorstr="#000305",GradientType=1);
  padding: 100px 0;
}
.seamless_collabration_sec h2 {
  margin: 50px 0;
}
.seamless_collabration_sec p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  max-width: 1069px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
}
.about_teams_sec p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.teams_about_box {
  margin: 30px 0 0 0;
}
.teams_about_box img {
  width: 100%;
}
.teams_about_box h6 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: #299bef;
  letter-spacing: 0.3px;
  margin: 20px 0 0 0;
  font-family: "bmwgrouptn_pro_ttregular";
}
.about_teams_sec {
  padding: 100px 0;
}
/*.team_word_colla h6 {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	color: #299BEF;
	font-family: 'bmwgrouptn_pro_ttregular';
}*/

#v-pills-tab button {
  padding: 0;
  text-align: left;
  background: no-repeat !important;
  outline: none !important;
  margin: 10px 0;
  color: #fff;
  transition: all 0.2s ease;
  border-radius: 0;
  padding-left: 10px;
  border-left: 1px solid transparent;
}
#v-pills-tab {
  margin: 50px 0 0 0 !important;
  min-height: 335px;
}
#v-pills-tab button p {
  font-size: 16px;
  /*	transition: all 0.2s ease;*/
}
#v-pills-tab button span {
  display: none;
  font-size: 14px;
  /*	transition: all 0.2s ease;*/
}
#v-pills-tab button.nav-link.active {
  padding-left: 10px;
  border-left: 1px solid #299bef;
}
#v-pills-tab button.nav-link.active p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: #299bef;
  font-family: "bmwgrouptn_pro_ttregular";
}
#v-pills-tab button.nav-link.active span {
  display: block;
}
#v-pills-tabContent img {
  width: 100%;
}
#org_pillar_slider {
  display: none;
}

.team_word_colla {
  padding-left: 15px;
  border-left: 2px solid #299bef;
  margin: 50px 0 30px 0;
}
.team_word_colla span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.pillars_ul li {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin: 25px 0;
  letter-spacing: 0.3px;
}
/* about-css */
.image-slider .slick-dots {
  position: absolute;
  right: 100px;
  bottom: 50px;
  height: 145px;
  display: flex;
  flex-wrap: wrap;
  order: revert-layer;
  width: 2px;
  flex-direction: column-reverse;
}
.image-slider .slick-dots::after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background: white;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  border-radius: 30px;
}
.image-slider .slick-dots li button {
  font-size: 0;
  width: 2px;
  height: 35px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
  background: #fff;
}
.image-slider .slick-dots li.slick-active button {
  background: #299bef;
}
/*#play-pause {
	position: absolute;
	right: 90px;
	bottom: 215px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	border: none;
	background: rgba(255,255,255,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
}*/
#play-pause {
  position: absolute;
  right: 92px;
  bottom: 215px;
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  padding: 0;
}
#play-pause i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
#play-pause i.fa-play {
  background: url(../../images/play_circle.svg) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
}
#play-pause i.fa-pause {
  background: url(../../images/pause_circle.svg) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
}

/*#play-pause i {
 background-image: radial-gradient(circle, #000 0%, #fff 100%); 
 background-clip: text; 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent; 
}*/
.core_ope_sec_mobile {
  display: none;
}
#about_core_mobile {
  display: none;
}
.disclamair_carrer {
  margin: 30px 0 0 0;
}
.disclamair_carrer h6 {
  font-size: 16px;
  font-weight: 400;
  color: #fe6a6a;
  font-family: "bmwgrouptn_pro_ttregular";
  line-height: 24px;
}
.disclamair_carrer p {
  font-size: 14px;
  margin: 20px 0 0 0;
  letter-spacing: 0.3px;
  font-weight: 250;
  color: #ffffffa3;
}
.socail_footer {
  display: none;
}
.media_sec {
  padding: 80px 0;
  background: #000 url(../../images/media_content_bg.png) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
}
.media_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mediabox figure {
  height: 230px;
  border: 1px solid #299bef;
  border-radius: 15px;
}
.mediabox figure img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.mediabox figcaption a {
  display: block;
}
.mediabox figcaption p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.61);
}
.mediabox figcaption h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 15px 0 0 0;
}
.mediabox figcaption {
  margin: 20px 0 0 0;
}
.pagination_wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-size: 20px;
}
.pagination_wrap .page-numbers {
  color: #fff;
  padding: 0 10px;
}
.pagination_wrap .page-numbers.current {
  color: #299bef;
}
.pagination_wrap .prev.page-numbers {
  color: #299bef;
  margin-right: 15px;
}
.pagination_wrap .next.page-numbers {
  color: #299bef;
  margin-left: 15px;
}
.page-template-media-coverage .mediabox,
.page-template-press-release .mediabox,
.page-template-media .mediabox {
  margin-bottom: 30px;
}
.page-template-media-coverage .mediabox figure,
.page-template-press-release .mediabox figure {
  border-radius: 18px;
  overflow: hidden;
}
.page-template-media-coverage .mediabox figure img,
.page-template-press-release .mediabox figure img {
  border-radius: 18px;
  width: 100%;
}
.vocal_sec {
  background: rgba(0, 0, 0, 1)
    url(https://bmwtechworks.in/wp-content/uploads/2025/01/bg_culture.png) 0 0
    no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 90px 0;
}
.vocal_sec h2 {
  margin: 0;
}
.culture_vocal_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.culture_vocal_box {
  width: 33%;
  border-radius: 25px;
}
.culture_vocal_box_border {
  border: 1px solid rgba(41, 155, 239, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px;
}
.culture_vocal_box_border h4 {
  margin: 20px 0 0 0;
}
.vocal_img_img {
  border-radius: 20px;
}
.filter_media_date {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #299bef;
  color: #299bef;
  font-family: "bmwgrouptn_pro_ttlight";
  padding: 10px 35px;
  background: #000;
  width: 225px;
  min-width: 225px;
  max-width: 225px;
  font-size: 18px;
}
.compaliance_collabration_sec {
  min-height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.compaliance_collabration_sec table {
  margin-bottom: 100px;
  margin-top: 150px;
}
.compaliance_collabration_sec table .w-20 {
  width: 25%;
}

.main_footer .footer-right {
  margin-bottom: 30px;
}
/* Responsive start */
/* Responsive start */
/* Responsive start */
/* Responsive start */
/* Responsive start */
/* Responsive start */
@media only screen and (min-device-width: 1600px) and (max-device-width: 2600px) and (orientation: landscape) {
  .h_social {
    right: 112px;
  }
  .slider-progress {
    right: 122px;
  }
  .banner_cap h1,
  .banner_cap h2 {
    font-size: 85px;
  }
}
@media (max-width: 1400px) {
  .header_nav > ul > li > a {
    font-size: 30px;
  }
  .header_nav > ul > li + li {
    margin-top: 14px;
  }
  .inner_banner .banner_cap h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .banner_cap h1,
  .banner_cap h2 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 28px;
  }
  .inner_banner .banner_cap h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .banner_cap h1,
  .banner_cap h2 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .banner_cap h1,
  .banner_cap h2 {
    font-size: 46px;
    margin-bottom: 24px;
  }
  .bnr_btn {
    padding: 10px 20px;
  }
  .main_header {
    height: 70px;
  }
  .logos {
    margin-left: 30px;
  }
  .header_nav {
    right: -100%;
    width: 360px;
    padding: 69px 20px;
  }
  .header_nav > ul > li > a {
    font-size: 23px;
  }
  .h_social {
    right: 3%;
  }
  .sec_img {
    overflow: hidden;
  }
  .sec_img img {
    width: 1220px;
    max-width: inherit;
  }
  .ss_section {
    padding: 50px 0;
  }
  .ss_section .slick-list {
    width: auto;
  }
  .ss_block {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .ss_slider_sec .item h3 {
    font-size: 21px;
  }
  .exper_sec .sec_cont {
    padding: 50px 0;
  }
  h2 {
    margin-bottom: 30px;
  }
  .dc_top h2 {
    margin-bottom: 30px;
  }
  .whU_sec {
    padding: 50px 0;
  }
  .core_box {
    padding: 20px;
  }
  .core_ope_sec {
    padding-bottom: 35px;
  }
  .ss_slider_outer {
    padding-left: 0;
  }
  .wu_slider .slick-dots {
    display: flex;
    justify-content: center;
  }
  .wu_slider .slick-dots li button {
    display: none;
  }
  .wu_slider .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 4px;
  }
  .wu_slider .slick-dots li.slick-active {
    background-color: #299bef;
  }
  .BMW_group .sec_img img {
    width: 100%;
    max-width: inherit;
  }
  .inner_banner .banner_cap h1 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 43.36px;
  }
  .inner_banner .banner_cap {
    min-height: unset;
  }
  .inner_banner .banner_cap {
    bottom: 40px;
  }
  .solid_btn {
    padding: 7px 15px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main_header {
    height: 94px;
  }
  .main_header.sticky {
    height: 84px;
  }
  .logo_sec.d-flex.align-items-center {
    width: 100%;
    justify-content: space-between;
  }
  .logos {
    margin-left: 0;
  }
  .logo {
    margin-bottom: 8px;
  }
  .logos li:first-child {
    padding-left: 0;
  }
  .menu_icon {
    position: absolute;
    right: 11px;
    top: 85px;
  }
  .banner_cap {
    position: static;
    padding: 35px 0;
    background: url(../../images/home_abt_content_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 260px;
  }
  .banner_cap p {
    font-size: 14px;
  }
  .banner_cap p br {
    display: none;
  }
  .banner_cap h1,
  .banner_cap h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .sec_cont {
    position: static;
  }
  .sec_img img {
    width: 100%;
    max-width: 100%;
  }
  .img_text_sec.right_align.about_sec .sec_cont {
    background: url(../../images/home_abt_content_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center !important;
    padding: 0 0 45px 0;
  }

  h2 {
    margin-bottom: 20px;
  }
  .sec_text {
    padding-top: 30px;
  }
  .about_sec,
  .D_car_sec {
    padding-bottom: 45px;
  }
  .dc_cont:after {
    height: 30px;
    top: -30px;
  }
  .dc_cont {
    padding-bottom: 35px;
  }
  .ss_slider_outer {
    padding-left: 0;
    padding-top: 30px;
  }
  .ss_slider_sec .item,
  .wu_slider .wu_item,
  .wu_slider_outer {
    padding: 0;
  }
  .c_text {
    padding: 30px 0 30px 0;
  }
  section.img_text_sec.connect_sec {
    padding-bottom: 45px;
  }
  .shape1 {
    display: none;
  }
  .header_nav {
    width: 100%;
    padding: 69px 20px;
  }
  .header_padding_container {
    padding: 0 15px;
  }
  .buttons_play_pause {
    display: none;
  }
  .image-slider .slick-dots {
    display: none !important;
  }
  #play-pause {
    display: none;
  }
  .image-slider .slick-dots {
    right: auto;
    bottom: 287px;
    height: 135px;
    left: 36px;
    display: flex !important;
  }
  .image-slider .slick-dots li button {
    height: 30px;
  }
  .seamless_collabration_sec {
    padding: 45px 0;
  }
  .sec_text p br {
    display: none;
  }
  .about_teams_sec {
    padding: 20px 0;
  }
  .img_text_sec.right_align.BMW_group.onfocus_area .sec_text {
    padding: 0 0 50px 0;
  }
  .img_text_sec.right_align.about_sec .sec_text {
    padding: 0;
  }

  .sec_text p {
    line-height: 22px;
    font-size: 14px;
  }
  .img_text_sec.right_align.about_sec {
    padding: 0;
  }
  .img_text_sec.D_car_sec .sec_text {
    padding: 0;
  }
  .img_text_sec.D_car_sec {
    padding: 0;
  }
  .img_text_sec.D_car_sec .sec_cont {
    background: url(../../images/digital_car_back_bg_a.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 0 0 45px 0;
  }
  .core_ope_sec_mobile {
    display: block;
  }
  .core_ope_sec_dektop {
    display: none;
  }
  .core_cont {
    font-size: 24px;
  }
  .core_box:hover .core_cont {
    font-size: 24px;
    margin: 20px 0;
    line-height: 35px;
  }
  .core_box p {
    font-size: 14px;
    margin-top: 8px;
  }
  .core_box:hover p {
    font-size: 14px;
  }
  .core_icon img {
    height: 50px;
  }
  .core_cont {
    min-height: auto;
    margin: 20px 0;
  }
  .core_box_one {
    min-height: 340px;
  }

  .core_icon {
    margin: 0;
  }
  .core_box:hover .core_icon {
    margin: 0;
  }
  .core_list .slick-slide {
    margin: 0 4px;
  }
  .core_box_two {
    min-height: 438px;
  }
  .core_ope_sec.core_ope_sec_mobile {
    background: url(../../images/digital_car_back_bg_b.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0 0 45px 0;
  }
  .core_ope_sec.core_ope_sec_mobile::after {
    display: none;
  }
  .digital_company.core_ope_sec_mobile .dc_cont {
    background: url(../../images/digitalC_img_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0 0 45px 0;
  }
  p,
  ol li {
    font-size: 14px;
    line-height: 22px;
  }
  .img_text_sec.right_align.BMW_group .sec_cont {
    background: url(../../images/bmw_group_bck_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0 0 45px 0;
  }
  .img_text_sec.right_align.BMW_group .sec_cont .sec_text {
    padding: 0;
  }
  .img_text_sec.right_align.BMW_group .sec_text .logos li {
    flex: 1;
    justify-content: center;
    text-align: center;
  }
  .img_text_sec.shape_seamless_sec .sec_cont {
    background: url(../../images/shape_seamlessbck_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0 0 45px 0;
  }
  .img_text_sec.shape_seamless_sec .sec_cont .connect_btn.mt-5 {
    margin: 30px 0 0 0 !important;
    font-size: 16px;
  }
  .img_text_sec.exper_sec .sec_cont {
    background: #05233d;
    padding: 0 0 45px 0;
  }
  .img_text_sec.connect_sec h2 {
    margin: 0 0 35px 0;
  }
  h2 br {
    display: none;
  }
  .banner_cap h1 br,
  .banner_cap h2 br {
    display: none;
  }
  .inner_banner .banner_cap {
    min-height: unset;
  }
  .seamless_collabration_sec h2 {
    margin: 50px 0 30px 0;
  }
  .seamless_collabration_sec p {
    font-size: 14px;
  }
  .img_text_sec.D_car_sec.together_bg_back .sec_cont {
    background: url(../../images/together_bg_back.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0px 0 45px 0;
  }
  .img_text_sec.right_align.BMW_group.onfocus_area .sec_cont {
    background: url(../../images/onfoucs_back_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0px 0 45px 0;
  }
  .text-center.pt-5.mt-5.textleft_mobile {
    margin-top: 0 !important;
  }
  .textleft_mobile {
    text-align: left !important;
  }
  p br {
    display: none;
  }
  #about_core_desktop {
    display: none;
  }
  #about_core_mobile {
    display: block;
  }
  .img_text_sec.connect_sec.about_connect {
    padding: 0;
  }
  .about_connect .sec_cont {
    background: url(../../images/abt_connect_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 0px 0 45px 0;
  }
  .banner.inner_banner .banner_cap.banner_cap_carrer {
    padding-top: 0;
  }
  .carr_btm .solid_btn {
    margin-top: 35px;
  }
  .digital_company.harnseen_india .dc_cont.pt-5 {
    padding-top: 10px !important;
  }
  .img_text_sec.D_car_sec.our_org_pillar .sec_img {
    display: none;
  }
  .img_text_sec.D_car_sec.our_org_pillar .sec_cont {
    background: url(../../images/about_org_pillar_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 25px 0 45px 0;
  }
  .socail_footer .h_social {
    position: unset;
    display: flex;
    justify-content: center;
    margin: 0 0 15px 0;
  }
  .socail_footer {
    display: block;
  }
  .socail_footer .h_social li {
    margin: 0 5px;
  }
  .banner .h_social {
    display: none;
  }
  .socail_footer .h_social li a {
    width: 35px;
    height: 35px;
  }
  .socail_footer .h_social li a img {
    width: 13px;
  }
  #v-pills-tab {
    display: none;
  }
  #org_pillar_slider {
    display: block;
    margin: 40px 0;
  }
  #v-pills-tabContent {
    display: none;
  }
  .slick_block-box p {
    font-size: 18px;
    margin: 10px 0 0 0;
    color: #299bef;
    line-height: 27px;
    font-family: "bmwgrouptn_pro_ttregular";
    letter-spacing: 0.3px;
  }
  .slick_block-box img {
    border-radius: 20px;
  }
  .vocal_sec {
    padding: 35px 0;
  }
  .vocal_sec h2 {
    margin-bottom: 20px !important;
  }
  .vocal_sec h2.text-center.mt-5.pt-4.mb-5 {
    margin: 20px 0 31px 0 !important;
    text-align: left !important;
  }
  .vocal_sec .text-center.mt-5.pt-4.mb-5 br {
    display: none;
  }
  .culture_vocal_box {
    width: 100%;
    border-radius: 25px;
  }
  .vocal_sec .connect_btn.mt-5 {
    margin-top: 15px !important;
  }
  .media_sec {
    padding: 40px 0;
  }
  .mediabox figcaption h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  .main_footer .footer-links {
    margin-bottom: 30px;
  }
  .main_footer .copyright {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .logo a {
    width: 190px;
  }
  .main_header {
    height: 65px;
  }
  .core_cont br {
    display: none;
  }
}

@media (max-width: 575px) {
  .menu_icon {
    right: 20px;
  }
  .h_social {
    right: 30px;
  }
  .logo a {
    width: auto;
  }
  .navbar-brand img {
    height: 13px;
  }
  .logo {
    margin-bottom: 2px;
  }
  .logos li {
    padding: 5px 6px;
  }
  .logos li:first-child {
    padding-left: 10px;
  }
  .menu_icon {
    top: 70px;
  }
  .image-slider .slick-dots {
    bottom: 295px;
  }
  .connect_btn {
    padding: 12px 40px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .main_header {
    height: 50px;
  }
  .menu_icon {
    top: 50px;
  }
  .h_social {
    top: 17%;
  }
  .h_social li {
    margin: 8px 0;
  }
  .banner.inner_banner .h_social {
    top: 20%;
  }
  .banner.inner_banner .h_social.h_social_carrer {
    top: 17%;
  }
}
