*, ::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;}

.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: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 {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: 256px;
}
.core_box p {
	font-size: 0;
}
.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: 245px;
}

.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.svg); background-position: left center; background-repeat: no-repeat;margin-bottom: 20px;}
.connect_btn { display: inline-block;border-radius: 10px;	border: 1px solid #299BEF;font-size: 20px; font-weight: normal; color: #299BEF;font-family: 'bmwgrouptn_pro_ttregular'; padding: 10px 40px;}
.connect_btn:hover { background-color: #299BEF; color: #fff;}

/* career page */
.inner_banner {position: relative;}
.shape1 { position: absolute; left: 0; bottom: 0;}
.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';
}
.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: #ffffff7d;
	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: #fff;
	/* font-size: 0; */
}

/* 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 {
		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 {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 {font-size: 60px;margin-bottom: 40px;}
.banner_cap h1 {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: 16px;}
.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: 1328px;	max-width: inherit;}
.inner_banner .banner_cap h1 {font-size: 28px; margin-bottom: 20px;}
.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;}
	.align-items-center {flex-wrap: wrap;}
	.logos {margin-left: 0;}
	.logo {margin-bottom: 8px;}
	.logos li:first-child { padding-left: 0;}
	.menu_icon {position: absolute;right: 0;top: 8px;}
	.banner_cap {position: static;padding: 30px 0 50px 0;}
	.banner_cap h1 {font-size: 34px;margin-bottom: 24px;}
	.sec_cont {position: static;}
	.sec_img img {width: auto;max-width: 100%;}
	h2 { margin-bottom: 20px;}
	.sec_text {padding-top: 30px;}
	.about_sec, .D_car_sec { padding-bottom: 50px;}
	.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: 50px;}
	.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;
	}
}
