.main-header{
	position: fixed;
}
.breadcrumb_container {
	padding-top: 22px;
}
.breadcrumb_container.white.absolute {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
}
.journey {
	display: none;
}
.breadcrumb_container.white.absolute .breadcrumb .current, .breadcrumb_container .breadcrumb a {
	color: #fff !important;
}
@media(max-width: 1024px){
	.text_xxl{
		font-size: 38px;
	}

}
@media (max-width: 767px) {
	.text_xl{
		font-size: 32px;
	}
	.text_xxl {
		font-size: 32px;
		line-height: 1.2;
	}
}

.inner_banner{
	overflow: hidden;
	position: relative;
}
.inner_banner img{
	width: 100%;
}
.inner_banner .container {
	position: absolute;
	bottom: 60px;
	z-index: 1;
	left: 0;
	right: 0;
}
.inner_banner::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 35%;
	left: 0;
	width: 100%;
	margin: auto;
	background-image: linear-gradient(180deg, #4a4a4a00, #000000d9);
}
.inner_banner .container::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background: #F5F5F7;
	opacity: 0.2;
}
.slider-item .text_reg_2{
	text-transform: unset !important;
}
.overview{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-btn {
	cursor: pointer;
	color: #1d1d1d;
}
@media(min-width: 1200px){
	.overview > div:nth-child(2){
		width: 54%;
	}	
}

.pin-spacer{
	background-color: var(--grey);
}
.all_purpose{
	max-width: 950px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 15px 50px;
	border-top: 1px solid var(--grey2);
	border-bottom: 1px solid var(--grey2);
}
.purpose {
	color: #1d1d1d80;
}
.purpose.active{
	color: var(--color_primary);
}
.purpose_content {
	height: 300px;
	overflow: hidden;
}
.purpose_content > div {
	height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media(max-width: 1024px){
	.purpose_content .text_xl{
		font-size: 32px;
	}
	.purpose_content br{
		display: none;
	}
	.purpose_content > div{
		height: 250px;
	}
}
@media (min-width: 1201px) {
	.value_cards {
		display: flex;
		gap: 10px;
	}
	.value_cards .value_card {
		flex: 1;
		position: relative;
	}
}
@media(max-width: 767px){
	.purpose_sec{
		height: 100vh;
		display: flex;
	}
	.purpose_content, .purpose_content > div{
		height: 400px;
	}
	.all_purpose{
		padding: 15px 15px;
	}
}

.value_cards .value_card .animated-bg{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: var(--color_primary);
	position: absolute;
}
.value_cards .value_card:nth-child(1) .animated-bg,
.value_cards .value_card:nth-child(2) .animated-bg{
	top: 0;
	left: 0;
}
.value_cards .value_card:nth-child(3) .animated-bg{
	left: 50%;
	transform: translateX(-50%);
	background: #878787;
	height: 70%;
}
.value_cards .value_card:nth-child(4) .animated-bg,
.value_cards .value_card:nth-child(5) .animated-bg{
	top: 0;
	right: 0;
}
.value_card_holder_img{
	width: 40px;
	height: 40px;
}
.value_card_holder_img img{
	width: 100%;
	height: 100%;
	object-fit: cover
}
.value_card_holder{
	background-color: #fff;
	padding: 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 0.3s;
}
.value_card_holder .hover-img {
	display: none;
}
.value_card_holder:hover .hover-img {
	display: block;

}
.value_card_holder:hover .main-img{
	display:none;
}
.award_item .hover-img {
	display: none;
}
.award_item:hover .hover-img {
	display:block;
}
.award_item:hover .award_left{
	display:none;
}
.value_card .value_card_holder:hover{
	background-color:#EC6725;
}
.value_card .value_card_holder:hover h3, .value_card .value_card_holder:hover p{
	color:#fff;
}

.value_card_holder .image{
	/* 	height: 70px;
	width: fit-content;
	margin-left: 0; */
	width:40px;
	height: 40px;
	object-fit: contain;
}

#our_value_sec .container{
	margin: 0 auto !important;
}
.value_cards .value_card h3 {
	letter-spacing: -0.36px;
}
.value_cards .value_card p {
	letter-spacing: -0.28px;
}
.purpose_content h2{
	color:#1d1d1d;
}
@media (max-width: 1199px){
	.valueswiper-scrollbar{
		background-color: #6F6F6B;
		height: 2px;
		position: relative;
		top: 35px;
	}
	.swiper-scrollbar-drag{
		background-color: #EC6725 !important;
	}
	.value_cards .value_card.swiper-slide {
		max-width: unset;
		margin-right: 20px;
		height: auto;
	}
	.value_card_holder{
		height: 100%;
	}
}

.leadership_grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.leadership_heading{
	border-bottom: 1px solid #DADADB;
}
.tab-btn.active {
	color: var(--color_primary);
	border-bottom: 1px solid var(--color_primary);
}
.leadership_heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}
.leadership_tabs{
	display: flex;
	gap: 35px;
}
.leadership_grid .member{
	padding: 20px 25px 25px;
	position: relative;
	border-bottom: 1px solid #DADADB;
}
.leadership_grid .member:nth-child(4n)::after{
	display: none;
}
.member_info {
	padding-right: 30px;
}
.more_info_btn {
	cursor: pointer;
	position: absolute;
	right: 25px;
	bottom: 30px;
}
/* .member::before{
content: "";
position: absolute;
top: -2px;
right: -12px;
width: 24px;
height: 12px;
background: var(--grey);
} */
/* .member::after{
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 1px;
height: calc(100% - 12px);
background: #DADADB;
} */
.leadership {
	position: relative;
	overflow:hidden;
}
/* .leadership_popups .popup{
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #1d1d1d33;
	backdrop-filter: blur(10px);
} */
/* .leadership_popups .box{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 900px;
	height: auto;
	background-color: #fff;
	margin: auto;
	margin-right: 0;
	transform: translate(-50%, -50%);
	transition: 0.5s transform;
	padding: 30px;
} */
/* .leadership_popups .popup.active{
	visibility: visible;
}  */
/* .leadership_popups .popup.active .box{
transform: translateX(0%);
} */
.leader_img{
	width: 100%;
	height: 340px;
	object-fit: cover;
}
.box {
	display: flex;
	justify-content: flex-start;
}
.box-popup {
	display: flex;
	gap: 30px;
}
.box_info{
	/* 	padding: 20px; */
	/* 	height: calc(100% - 400px); */
	width:500px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

@media (min-width: 1200px) and (max-width: 1400px){
/* 	.leadership_popups .box{
		width: 800px;
		padding:20px;
	} */
	.leader_img{
		/* 		height: 240px; */
		object-fit: cover;
		object-position: top;
	}
	.box_info{
		/* 		height: calc(100% - 300px); */
	}
}
/* .box_top_info{
padding: 0 10px 16px 10px;
} */
.box_para{
	border-top: 1px solid var(--grey2);
	padding: 14px 0px 0 0px;
	overflow: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-height: 300px;
	overflow-y: auto;
}
/* .box_para p{
padding-bottom: 10px;
} */
.popup .close{
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}
.overview-con {
	display: flex;
	gap:20px;
}
.overview-con .over-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(max-width: 1200px){
	.leadership_grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.designation {
		font-size: 12px;
	}
	.name {
		font-size: 16px;
	}
	.box_para{
		max-height: 350px;
		overflow-y: scroll;
	}

}

@media(max-width:991px){
/* 	.leadership_popups .box{
		width:auto;
	} */
	.box-popup{
		flex-direction: column;
		gap: 15px;
	}

	.leadership_heading{
		align-items: start;
		flex-direction: column;
	}
	.popup .close{
		top: 2px;
		right: 2px;
	}
}
@media(max-width: 767px){
	.leadership_tabs{
		width: 100%;
		/* 		flex-direction: column;
		align-items: center; */
		padding-top: 20px;
		overflow-x: scroll;
		scrollbar-width: none;
	}
	.tab-btn {
		width: fit-content;
		white-space: nowrap;
	}
	.overview-con{
		gap:10px;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.over-item:nth-child(1), .over-item:nth-child(2){
		width: 100%;
	}
	.over-item:nth-child(3){
		width:100%;
	}
	.over-item img{
		width:100%;
		max-height: 150px;
		object-fit: cover;
	}

	.leadership_grid{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.member::before, .member::after{
		display: none;
	}
	.leadership_grid .member {
		padding: 20px 15px 25px;
	}
/* 	.leadership_popups .box{
		width: 95%;
		height: auto;
		max-height: 95%;
		padding: 30px;
		top: 50%;
	} */
	.box{
		flex-direction:column;
	}
	.box_info{
		/* 		height: calc(100% - 440px); */
		width:auto;
		padding:0px;
	}
	.popup .close {
		top: 0px;
		right: 1px;
	}
	.box_para{
		max-height: 250px;
		overflow-y: scroll;
	}
}

.all_years{
	position: relative;
	width: 580px;
	height: 485px;
	background-color: var(--color_primary);
	z-index: 1;
}
.all_years .year_box:not(:first-child){
	position: absolute;
	top: 0;
}
.year_box{
	width: 580px;
	height: 485px;
	padding: 40px 24px 24px 40px;
	z-index: 1;
	position: relative;
}
@media(max-width: 1200px){
	.all_years, .year_box{
		width: 450px;
		height: 400px;		
	}
	.year_box li{
		font-size: 20px !important;
	}
}
@media(max-width: 767px){
	.all_years, .year_box{
		width: 100%;
		/* 		height: 100%; */
	}


	.value_card_holder .image {
		width: 45px;
	}
}
.year_box .year{
	margin-bottom: 20px;
	overflow: hidden;
}
.year_box span{
	display: block;
	transition: 0.5s;
	transform: translateY(-100%);
}
.year_box.active span{
	transform: translateY(0%);
}
.year_box *{
	color: #fff;
}
.year_box ul{
	padding-left: 6px;
}
.nomore {
	opacity: 0.4;
}
/* .year_box ul li::before{
content: "";
width: 6px;
height: 6px;
background: #fff;
position: absolute;
top: 13px;
left: 0;
} */
.bullet{
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	left: -16px;
	top: 13px;
	opacity: 1 !important;
}
.year_box li{
	position: relative;
	font-size: 22px;
	letter-spacing: -0.5px;
	padding-left: 16px;
	overflow: hidden;
	margin-bottom: 10px;
}
.year_box li span{
	opacity: 0.8;
	display: block;
}
.only_years {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	/* 	height: fit-content; */
	overflow:hidden;
	height: 260px;
}
.only_years *{
	color: var(--grey2);
	font-size: 260px;
	font-weight: 500;
	letter-spacing: -2.6px;
}
.only_years .marquee_inner {
	display: flex;
}
.only_years .marquee_inner span {
	white-space: nowrap;
	padding-right: 120px;
}
.marquee {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: flex;
	transition: 0.5s;
}
.only_years .marquee:not(:first-child){
	position: absolute;
	top: 0;
}
.timeline-progress {
	position: relative;
	width: 60%;
	height: 1px;
	background-color: #ffffff4d;
	/* margin-top: 20px; */
	overflow: hidden;
	bottom: 38px;
	left: 50px;
}

.timeline-progress-bar {
	height: 100%;
	background-color: white;
	width: 0%;
	transition: width 0.5s ease;
}

.marquee_inner {
	display: flex;
	gap: 2rem;
	white-space: nowrap;
	will-change: transform;
}
.nextbtn, .prevbtn{
	position: absolute;
	bottom: 24px;
	right: 24px;
	z-index: 1;
	cursor: pointer;
}
.prevbtn{
	transform: scaleX(-1);
	right: 64px;
}

@media(max-width: 767px){
	.year_box li{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.year_box{
		padding: 20px 24px 60px 20px;
	}
	.only_years{
		display: none;
	}
	.timeline-progress{
		width:60%;
		bottom: 18px;
		left: 20px;
	}
	.nextbtn, .prevbtn{
		bottom: 6px;
	}
}

.awards_slider{
	position: relative;
	border-top: 1px solid #DADADB;
	margin-left: -15px;
	width: calc(100% + 32px);
}
.award_item{
	position: relative;
	padding: 30px 30px 60px 30px;
}
.award_item::before{
	content: "";
	position: absolute;
	top: -2px;
	right: -12px;
	width: 24px;
	height: 12px;
	background: var(--grey);
}
.award_item::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: calc(100% - 12px);
	background: #DADADB;
}
.award_imgs{
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 20px;
}
.award_left {
	transform: scaleX(-1);
}

.award_title{
	color: var(--black);
	font-size: 18px;
	letter-spacing: -0.36px;
	padding-bottom: 5px;
}
.award_desc{
	color: var(--black);
	font-size: 16px;
	letter-spacing: -0.32px;
	padding-bottom: 5px;
}
.award_more_desc{
	color: var(--black);
	font-size: 14px;
	letter-spacing: -0.28px;
	opacity: 0.8;
}
.awards_slider .swiper-button-prev::after, .awards_slider .swiper-button-next::after {
	display: none;
}
.awards_slider .swiper-button-prev, .awards_slider .swiper-button-next {
	right: 15px;
	left: auto;
	top: -48px;
	width: 30px;
	height: 30px;
}
.awards_slider .swiper-button-prev {
	transform: scaleX(-1);
	right: 61px;
}
.pr_100{
	padding-right: 80px;
}
@media(max-width: 767px){
	.pr_100{
		padding-right: 0px;
	}
	.awards_slider .swiper-button-prev, .awards_slider .swiper-button-next{
		top: -40px;
	}
	.awards_slider {
		margin-left: 0;
		width: 100%;
	}
}