
/*# 01) Banner section #*/
.c-section--1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF00 53%, #00000040 83%, #00000040 100%) 0% 0% no-repeat padding-box;
	pointer-events: none;
}

.c-section--1 {
	background-color: #aad3dc;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	mix-blend-mode: multiply;
	
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.big-header {
		display: flex;
		justify-content: center;
	}
	
	.bottom-element.big-header {
		bottom: 20%;
	}
	
	.big-header h4 {
		font-size: 1.3rem;
		max-width: 300px;
	}
	
}

/*# 01) Banner section /a) Mobile Landscape unset bg #*/
@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1200px) {
    #bg-sticky {
      background-attachment: unset !important;
    }
}

@media screen and (orientation: landscape) and (max-width: 768px) {
    #bg-sticky {
      background-attachment: unset !important;
      align-items: flex-end !important;
    }
}


/*# 02) Who We Are section #*/
.c-section--2 {
	background-image: linear-gradient(to top, #06060600, rgba(254, 254, 254, 0.418)), url('/SPSetia/media/Revamped-Library/assets/bg/values-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}

.c-section--2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #06060600, #D7ECE4);
	pointer-events: none;
}

.c-section--2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #06060600, #fff);
	pointer-events: none;
	max-height: 30%;
	z-index: -1;
}


@media (max-width: 767px) {
	.values-hide-wrapper {
		display: none !important;
	}
	
}


/*# 03) Our Leaders section #*/
.c-section--3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #06060600, #fff) !important;
	pointer-events: none;
}

.c-section--3 {
	background-color: #DEECDD;
    min-height: 800px;
}

.c-section--3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #06060600, #DEECDD);
	pointer-events: none;
	max-height: 20%;
}


/* swiper tab */
.leader-swiper-container {
	position: relative;
}

/*# 03) Our Leaders section /b) leader-tab #*/
.leader-tab {
  display: none;
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

.leader-tab.tab-active {
  display: block;
}

.leader-tab-wrapper {
  position: relative;
  z-index: 2;
  /* max-width: 550px; */
  max-width: 585px;
  height: auto;
  /* padding: 25px;
    transform: translate(25px, 0); */
}

.leader-tab-header {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto !important;
  top: 0;
  left: 0;
  /* transform: translateY(25px); */
}

.leader-tab-header>a:nth-child(1) {
  /*order: 1;*/
}

.leader-grid-1 > h4 {
  width: 75%;
}

.leader-tab-header .leader-tab-title {
  background-color: transparent;
  padding: 15px 12px;
  border: 1px solid #70707042;
  border-radius: 0.45rem;
  border-bottom: 5px solid #B7BABC;
  margin-right: 15px;
  float: left;
  clear: right;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  text-decoration: none;
  cursor: pointer;
  width: 150px;
  height: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  letter-spacing: 0.063rem;
  transition: .5s ease-in-out all;
}

.leader-tab-label h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #083248;
  font-family: "Stone Sans, SemiBold";
  margin-bottom: unset;
}

.leader-tab-header .leader-tab-title:hover {
  border-bottom: 5px solid var(--dark-red-color);
}

.leader-tab-title.leader-title-active {
  background-color: #022C7B;
  border: unset !important;
}

.leader-tab-title.leader-title-active .leader-tab-label h5 {
  color: var(--white-color);
}

.leader-tab-title.leader-title-active .toggle-transform li a {
  color: var(--white-color);
  transition: .3s ease-in-out all;
}

.leader-tab-title.leader-title-active .toggle-transform li a:hover {
  color: var(--dark-red-color);
}

.leader-tab-title.leader-title-active .toggle-height {
  display: block;
  position: relative;
}

.toggle-height {
  clip: rect(auto, auto, 0, auto);
  position: absolute;
  /* margin: -1rem 0; */
  /* padding: .5rem; */
  color: white;
  /* background-color: #022C7B; */
  transition-property: clip;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(10px);
  width: 145px;
}

.toggle-transform li a {
  color: var(--white-color);
  font-family: "Stone Sans, SemiBold";
  font-size: .6rem;
  text-transform: uppercase;
  text-decoration: underline;
}

/*
.leader-tab-title:hover .toggle-height,
.leader-tab-title:active .toggle-height,
.toggle-height:hover {
    clip: rect(auto, auto, 10rem, auto);
	transform: translateY(40px);
} */

@media (max-width :350px) {
	.leader-tab-header .leader-tab-title {
		width: 135px !important;
	}
	
}


@media (max-width: 767px) {
	.toggle-transform li a {
		font-size: .5rem !important;
	}
	
	.leader-tab-wrapper {
		position: relative !important;
		max-width: unset !important;
		transform: unset !important;
		display: -webkit-box;
		/* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;
		/* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;
		/* TWEENER - IE 10 */
		display: -webkit-flex;
		/* NEW - Chrome */
		display: flex;
		/* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-wrap: wrap;
	}
	
	.leader-tab-header {
		width: 100%;
		margin: 0 auto !important;
		flex: 0 0 auto;
		position: relative;
		justify-content: center;
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
	}
	
	.leader-tab-header .leader-tab-title {
		width: 155px;
		min-height: 100px;
		font-size: 11px;
		font-weight: 500;
		margin: 0 auto 15px !important;
	}
	
	.leader-swiper-container .container {
		max-width: unset !important;
		padding-left: unset !important;
		padding-right: unset !important;
	}
	
}

/*# 03) Our Leaders section /c) ipad & tablet #*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.leader-tab-wrapper {
		max-width: 100% !important;
	}
	
	.leader-tab-wrapper2 {
		position: relative;
		z-index: 1;
		padding-top: 50px;
	}
	
	.leader-tab-header {
		width: 100%;
		margin: 0 auto !important;
		flex: 0 0 auto;
		position: relative;
		justify-content: center;
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
	}
	
	.leader-wrapper {
		padding-bottom: 25px !important;
	}
	
	.swiper-container-wrapper {
		height: 100% !important;
		justify-content: center !important;
	}
	
	.swiper-slide.leader-slider {
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
	}
	
	.leader-grid-container {
		flex-direction: column;
		width: 100%;
		margin: 0 auto !important;
	}
	
	.leader-grid-1 {
		width: 100% !important;
		margin: 0 !important;
		margin-top: unset !important;
		min-width: unset !important;
		order: 2 !important;
		height: 570px !important;
		overflow: auto !important;
		scrollbar-color: #adadad #e0e0e000;
	}
	
	.leader-grid-2 {
		width: 100% !important;
		height: unset !important;
		margin-left: unset !important;
	}
	
	.leader-grid-1 h4 {
		font-size: .8rem;
	}
	
	.leader-desc-wrapper p {
		font-size: 1rem !important;
	}
	
	.leader-desc-wrapper {
		padding: 0px 30px 10px 0px;
		height: 100% !important;
		overflow: unset !important;
	}
	
	.leader-slider-nav {
		position: absolute !important;
		width: 0;
		margin: 0 auto;
		top: 22% !important;
		width: 75% !important;
		left: 0;
		right: 0 !important;
	}
	
	.leader-slider-nav div {
		position: absolute;
		top: 17%;
		transform: translateY(-50%);
		background: rgba(255, 255, 255, 0.38) !important;
		z-index: 2;
	}
	
	/* Old btn */
	.custom-button-prev,
  .custom-button-prev2,
  .custom-button-prev3,
  .custom-button-prev4,
  .custom-button-prev5,
  .custom-button-prev6 {
    left: 0;
  }

  .custom-button-next,
  .custom-button-next2,
  .custom-button-next3,
  .custom-button-next4,
  .custom-button-next5,
  .custom-button-next6 {
    right: 0;
  }

  .custom-button-prev::after,
  .custom-button-prev2::after,
  .custom-button-prev3::after,
  .custom-button-prev4::after,
  .custom-button-prev5::after,
  .custom-button-prev6::after {
    width: 35px;
    height: 35px;
    top: 0;
    left: 10px;
  }

  .custom-button-prev::after,
  .custom-button-prev2::after,
  .custom-button-prev3::after,
  .custom-button-prev4::after,
  .custom-button-prev5::after,
  .custom-button-prev6::after {
    transform: rotate(-90deg) !important;
  }

  .custom-button-next::after,
  .custom-button-next2::after,
  .custom-button-next3::after,
  .custom-button-next4::after,
  .custom-button-next5::after,
  .custom-button-next6::after {
    width: 35px;
    height: 35px;
    top: 0;
    right: 10px;
  }

  .custom-button-next::after,
  .custom-button-next2::after,
  .custom-button-next3::after,
  .custom-button-next4::after,
  .custom-button-next5::after,
  .custom-button-next6::after {
    transform: rotate(-270deg) !important;
  }

	
	
	/* New replacement btn */
	.customSliderBtn_Left {
		left: 0;
	}
	
	.customSliderBtn_Right {
		right: 0;
	}
	
	.customSliderBtn_Left::after {
		width: 35px;
		height: 35px;
		top: 0;
		left: 10px;
	}
	
	.customSliderBtn_Left::after {
		transform: rotate(-90deg) !important;
	}
	
	.customSliderBtn_Right::after {
		width: 35px;
		height: 35px;
		top: 0;
		right: 10px;
	}
	
	.customSliderBtn_Right::after {
		transform: rotate(-270deg) !important;
	}
	
}


/* 03) OUR LEADERS section /d) swiper part */
.leader-tab-wrapper2 {
	position: relative;
	z-index: 1;
}

.leader-wrapper {
	position: relative;
}

.leader-grid-container {
	/* flex-direction: column; */
	width: 100%;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
}


.leader-grid-1, .leader-grid-2 {
	line-height: 1;
	color: white;
}

.leader-grid-1 {
	background-color: #f2f2f2;
	width: 60%;
	min-height: 380px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-wrap: wrap;
	align-items: center;
	/* justify-content: center; */
	padding: 30px;
	color: white;
	z-index: 2;
	margin-top: 380px;
	min-width: 560px;
}

.leader-grid-1 h3 {
	font-size: 1.3rem;
	line-height: 1.8rem;
	width: 75%;
}

.leader-grid-2 {
	width: 50%;
	margin-left: -100px;
	
	/* 
	height: 600px;
	background: url('dato-pardas.jpg') no-repeat center / cover; */\
}


/*
.leader-grid-2 img {
	max-width: 535px;
} */

.leader-desc-wrapper {
	/* width: 442px; */
	height: 250px;
	overflow: auto;
	padding: 0px 50px 10px 0px;
	scrollbar-width: thin;
	scrollbar-color: var(--light-grey-color) #e0e0e000;
}

.leader-desc-wrapper p {
	letter-spacing: normal;
	font-size: 1.15rem;
}



.swiper-container {
	overflow: hidden;
	width: 100%;
	margin-left: 0 !important;
	margin-right: -15px !important;
}

.swiper-container-wrapper {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-flow: column nowrap;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
}

/*
.swiper-container.gallery-thumbs {
	margin-left: auto !important;
	margin-right: auto !important;
} */

@media (min-width: 480px) {
	.swiper-container {
		min-height: 320px;
	}
	
}



@media (min-width: 480px) {
	.swiper-container-wrapper {
		flex-flow: row nowrap;
	}
	
}

/*# 03) Our Leaders section /e) custom next prev #*/
.leader-slider-nav {
	position: absolute;
	z-index: 2;
	right: -40px;
	top: 51%;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	gap: 15px;
	transition: .3s ease-in-out all;
}


.customSliderBtn_Right, .customSliderBtn_Left {
	position: relative;
	width: 45px;
}

.customSliderBtn_Right::after {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	background-image: url('/SPSetia/media/Revamped-Library/assets/icons/main-btn-white-fill.svg');
	top: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	transform: rotate(90deg);
	filter: drop-shadow(0px 3px 6px #59595961);
}

.customSliderBtn_Left::after {
	content: '';
	position: absolute;
	width: 45px;
	height: 45px;
	background-image: url('/SPSetia/media/Revamped-Library/assets/icons/main-btn-blue-border.svg');
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	transform: rotate(-90deg);
}

.customSliderBtn_Right:hover::after, .customSliderBtn_Left:hover:after {
	background-image: url('/SPSetia/media/Revamped-Library/assets/icons/main-btn-blue-fill.svg');
}


@media only screen and (min-width: 960px) and (max-width: 1239px) {
	.leader-slider-nav {
		right: -20px !important;
		/* top: 44% !important; */
	}
	
}

@media only screen and (min-width: 1240px) and (max-width: 1500px) {
	.leader-slider-nav {
		right: -20px !important;
		/* top: 44% !important; */
	}
	
}

@media screen and (min-width: 1440px){
	.leader-slider-nav {
		right: -10px !important;
	}
	
}


@media screen and (min-width: 1500px) {
	.leader-tab-wrapper {
		max-width: 700px !important;
	}
	
	.leader-tab-header .leader-tab-title {
		width: 215px !important;
		height: 125px !important;
	}
	
	.leader-slider-nav {
		right: -40px;
		width: 100%;
		gap: 10px;
	}
	
	
	.customSliderBtn_Right, .customSliderBtn_Left {
		position: relative;
		width: 55px;
	}
	
	.customSliderBtn_Right::after {
		width: 55px;
		height: 55px;
	}

	.customSliderBtn_Left::after {
		width: 55px;
		height: 55px;
	}
	
}

/* Slide content */
.swiper-slide.leader-slider, .swiper-slide.leader-thumbnail {
	background-size: cover;
	background-position: center;
	background-color: #F2F2F2;
	display: flex;
	flex-flow: column nowrap;
	justify-content: unset;
	align-items: center;
	margin-bottom: unset !important;
}

.swiper-slide.leader-slider {
	display: block;
	/*
	opacity: 0;
	transition: opacity 0.3s 0.3s ease-in-out all; */
	
}

/*
.swiper-slide.leader-slider.swiper-slide-active {
	opacity: 1;
} */


.leaderGallery {
	position: relative;
	width: 100%;
	height: 100%;
}




/* hide on desktop */
.swiper-container.swiper-container-about {
	display: none;
}

@media (min-width: 480px) {
	
	.leaderGallery {
		width: 100%;
		height: 100%;
		margin-right: -15px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	.leaderGallery {
		width: 83% !important;
	}
	
}



/* Large Devices, Wide Screens */
@media screen and (min-width : 1500px) {
	.leader-tab-wrapper {
		padding: unset;
		transform: unset;
	}
	
	.leader-grid-1 {
		width: 50%;
		margin-top: 380px;
	}
	
	.leader-grid-2 {
		width: unset;
	}
	
}


@media (max-width: 767px) {
	.swiper-container.swiper-container-about {
		display: block;
	}
	
	.leader-desc-wrapper p:last-child {
		padding-bottom: 20px;
	}
	
	.swiper-slide.leader-slider {
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
	}
	
	/*
	.swiper-container {
		overflow: auto !important;
		overflow-x: hidden !important;
    } */

	.swiper-container-wrapper {
		height: 100% !important;
	}
	
	.leader-wrapper {
		padding-bottom: 25px !important;
	}

	.leader-grid-container {
		flex-direction: column;
		width: 100%;
		margin: 0 auto !important;
	}
	
	.leader-grid-2 {
		width: 100%;
		/* height: 400px; */
		height: unset !important;
		margin-left: unset !important;
	}
	
	.leader-grid-1 {
		width: 100%;
		margin: 0;
		margin-top: unset !important;
		min-width: unset !important;
		order: 2;
		height: 570px;
		overflow: auto;
		scrollbar-color: #adadad #e0e0e000;
	}
	

	.leader-slider-nav {
		position: unset !important;
		width: 0;
		top: 40px !important;
		margin: 0 auto;
	}
	
	.leader-slider-nav div {
		position: absolute;
		top: 17%;
		transform: translateY(-50%);
		background: rgba(255, 255, 255, 0.38) !important;
		z-index: 2;
	}
	
	/* Old btn */
	
	
	
	/* New replacement btn */
	.customSliderBtn_Left {
		left: 0;
	}
	
	.customSliderBtn_Right {
		right: 0;
	}
	
	.customSliderBtn_Left::after {
		width: 35px;
		height: 35px;
		top: 0;
		left: 10px;
	}
	
	.customSliderBtn_Right::after {
		width: 35px;
		height: 35px;
		top: 0;
		right: 10px;
	}
	
	.customSliderBtn_Left::after {
		transform: rotate(-90deg) !important;
	}
	
	.customSliderBtn_Right::after {
		transform: rotate(-270deg) !important;
	}
	
	
	
	.leader-grid-1 h3 {
		font-size: 1.2rem;
		width: 100% !important;
	}
	
	.leader-grid-1 h4 {
		font-size: .9rem;
	}
	
	.leader-desc-wrapper {
		padding: 0px 30px 10px 0px;
		height: 100% !important;
		overflow: unset !important;
	}
	
	.leader-desc-wrapper p {
		font-size: .9rem;
	}
	
	.c-section--4 {
		padding-top: var(--section-padding) !important;
	}
	
}

@media (max-width: 360px) {
	.leader-slider-nav div {
		top: 20%;
	}
	
}

@media (min-width: 360px) and (max-width: 800px) {
	.leader-slider-nav div {
		top: 17%;
	}
	
}



/*# 04) Governance section #*/
.c-section--4 {
	background-color: #DEECDD;
}

.c-section--4::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to top, #06060600, #DEECDD), url('/SPSetia/media/Revamped-Library/assets/bg/Corporate-Governance-Background.jpg');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	/* mix-blend-mode: multiply; */
	/* filter: contrast(1); */
	pointer-events: none;
	opacity: 0.3;
}

.c-section--4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #06060600, #ffffff) !important;
	pointer-events: none;
	max-height: 50%;
}

@media (max-width: 767px) {
	.awards-img-thumbnail {
		display: none;
	}
	
	.awards-img img {
		max-width: 150px;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	
}


/*# 05) Awards section #*/
.c-section--5 {
	background-color: #ffffff;
}

.c-section--5::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #06060600, #fff) !important;
	pointer-events: none;
	max-height: 20%;
}

.c-section--5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #06060600, #D7ECE4) !important;
	pointer-events: none;
	/* max-height: 20%; */
	z-index: 1;
}


/* awards accordion tab */
.accordion-wrapper {
	color: var(--dark-blue-color);
}

/*accordion*/
.accordion-main {
  position: relative;
  text-align: center;
}

.accordion-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--dark-grey-color);
  height: 2px;
  width: 90%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
}

.accordion-main:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--dark-grey-color);
  height: 2px;
  width: 90%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
}

.accordion-head {
  background-color: transparent;
  cursor: pointer;
  padding: 20px 55px;
  border-radius: 0.45rem;
}

.accordion-head h4 {
  color: var(--dark-blue-color);
  font-style: normal;
  font-stretch: normal;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.063rem;
  font-family: 'Stone Sans, SemiBold';
  font-weight: inherit;
  text-align: left;
  padding: 0 10px;
  max-width: 500px;
}

/* center element */
.accordion-head {
  display: flex;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  align-items: center;
}

.accordion-body {
  font-size: 1rem;
  text-align: left;
  padding: 20px 55px;
  background-color: var(--main-grey-color);
  height: 365px;
  overflow-y: scroll;
}

.awards-img-thumbnail {
  padding-right: 3rem;
  width: 160px;
  height: 111px;
}

.accordion-body img {
  width: 100%;
  max-width: 230px;
  margin-bottom: 30px;
}

.accordion-body p {
  margin: 0px;
  color: var(--dark-blue-color);
}

/* accordion inner content */
.accordion-content-1 p {
  font-family: "Noto Sans, Bold";
}

.accordion-body .row .col-6 {
  padding-right: 35px;
}

.accordion-content-row {
  padding: 10px 0;
  border-top: 1px solid rgba(138, 141, 143, 0.239);
}


/* accordion open close icon */
.opentab {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
  
  /* font-size: 36px;
  margin-top: -9px; */
}

.closetab {
  position: relative;
  width: 40px;
  height: 40px;
}

.closetab::after {
  content: '';
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url('/SPSetia/media/Revamped-Library/assets/icons/custom-accord-minus.svg');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  transition: transform 0.2s ease-in-out;
}

.opentab::after {
  content: '';
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url('/SPSetia/media/Revamped-Library/assets/icons/custom-accord-plus.svg');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  transition: transform 0.2s ease-in-out;
}

.accordion-head.rmv-cls.accordion-toggle .opentab::after {
  display: none;
}

/*media queries*/

@media screen and (min-width: 1500px) {
	.accordion-head h4 {
		max-width: 700px;
	}
	
}

@media (min-width:992px) and (max-width:1100px) {
  .accordion-body {
    padding: 35px 40px 5px;
  }

  .accordion-body img {
    max-width: 205px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .accordion-head {
    padding: 20px 5px;
  }

  .opentab::after {
    width: 20px;
    height: 20px;
  }

  .closetab::after {
    width: 20px;
    height: 20px;
  }

  .accordion-body {
    font-size: .8rem;
    padding: 0 20px 5px;
  }

  .accordion-body .row .col-6 {
    padding-right: unset !important;
  }

  .accordion-head h4 {
    font-size: 1rem;
    padding: 8px 12px;
    line-height: 1.563rem;
    width: 395px;
  }
}



/* awards tab animation */
.awards-tab {
  display: none;
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

.awards-tab.tab-active {
  display: block;
}

.awards-tab-title.awards-title-active .accordion-head {
  background-color: #F2F2F2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .awards-img img {
    max-width: 190px !important;
  }

  .accordion-head {
    padding: 20px 15px;
  }

  .accordion-head h4 {
    font-size: 1.3rem;
    max-width: 450px;
  }

  .opentab,
  .closetab {
    width: 30px !important;
    height: 30px !important;
  }

  .opentab::after,
  .closetab::after {
    width: 30px !important;
    height: 30px !important;
  }

}


/*# 06) Citizen Setia section #*/
.c-section--6 {
  background: linear-gradient(to top, #D7ECE475, #D7ECE4), url('/SPSetia/media/Revamped-Library/assets/bg/Citizen-Setia-Background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-section--6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #06060600, #D7ECE4) !important;
  pointer-events: none;
  max-height: 20%;
}

.c-section--6::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #06060600, #D7ECE4);
  pointer-events: none;
  max-height: 650px;
}

