* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	/*background: rgb(197,205,211);*/
	/*background: rgb(241,250,254);*/
	/*background-color: #ECF6FB;*/
	/*background: linear-gradient(180deg, rgb(197, 205, 211) 10%, rgb(255, 255, 255) 40%);*/
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;

	--primary-color: #252379;
	--primary-color-hover: #3a37b6;
	--seccondary-color: #195eaa;
	--third-color: #546f7a;
	/*--light-gray: #5e5e5e;*/

	--brown-regular: #bd9817;
	--brown-dark: #84690f;
	--brown-light: #f2ead1;
	--grey-dark: #4c4d4f;
	--light-grey: #67686a;

	--purple-light: #8a3081;
	--purple-dark: #53284e;
	--yellow-dark: #fbb62d;
	--yellow-light: #feeccb;
	--orange-dark: #f3733a;

	scroll-behavior: smooth;
	overflow-x: hidden;
}

.back-to-top {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgb(202, 202, 202);
	cursor: pointer;
	animation: backToTop 0.3s ease;
}

@keyframes backToTop {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.back-to-top i {
	font-size: 16px;
	color: rgb(37, 37, 37);
}

/* ------header------------------------------------------------------------ */
header.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	z-index: 20;
	background-color: white;
	border-bottom: 1px solid #707070;
	padding: 0 90px 0 0;
}

@media only screen and (max-width: 992px) {
	.lifttxtht {
		padding-top: 210px !important;
	}
	.lifttxtht2 {
		padding-top: 540px !important;
	}
	.lifttxthtcm {
		padding-top: 300px !important;
	}
}
@media only screen and (max-width: 769px) {
	p.lifter {
		font-size: 20px;
	}
	.lifttxtht {
		padding-top: 150px !important;
	}
	.lifttxtht2 {
		padding-top: 550px !important;
	}
	/* h1 {
  font-size: 24px !important;
 } */
}

@media only screen and (max-width: 469px) {
	p.lifter {
		font-size: 19px;
	}
	.lifttxtht {
		padding-top: 220px !important;
	}
	.lifttxtht2 {
		padding-top: 550px !important;
	}
	/* h1 {
  font-size: 24px !important;
 } */
}

@media only screen and (max-width: 376px) {
	p.lifter {
		font-size: 19px;
	}
	.lifttxtht {
		padding-top: 200px !important;
	}
	.lifttxtht2 {
		padding-top: 540px !important;
	}
	.lifttxthtcm {
		padding-top: 260px !important;
	}

	.leadershipBg1 .p-5 {
		padding: 20px !important;
	}
	.leadershipBg2 .p-5 {
		padding: 40px 20px 20px 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper {
		position: absolute;
		top: 70px;
		left: 80px;
		right: 80px;
		bottom: 0;
	}
	header.main-header {
		height: 75px;
		padding: 0 70px 0 0;
	}
}

.left-panel {
	position: fixed;
	top: 90px;
	left: 0;
	width: 90px;
	bottom: 0;
	z-index: 19;
	background: #2d2d32;
	-webkit-transform: translate3d(0, 0, 0);
	border-right: 1px solid rgba(255, 255, 255, 0.03);
}
.left-panel_social {
	position: absolute;
	bottom: 110px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
}
.left-panel_social li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	display: inline-table;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-top: none;
	position: relative;
}
.left-panel_social li:before,
.nav-social li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	top: 0;
	background: rgba(255, 255, 255, 0.08);
	z-index: 1;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.left-panel_social li:hover:before,
.nav-social li:hover:before {
	width: 100%;
}
.left-panel_social li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.left-panel_social li a {
	position: relative;
	z-index: 2;
	color: #767676;
}
.horizonral-subtitle {
	position: absolute;
	left: 40px;
	top: 150px;
}
.horizonral-subtitle span {
	position: absolute;
	left: -170px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 4px;
	padding: 10px 0;
	width: 350px;
	top: 0;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: rgba(255, 255, 255, 0.31);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.horizonral-subtitle span strong {
	position: relative;
	display: block;
}
.horizonral-subtitle span:before {
	content: "";
	position: absolute;
	width: 190px;
	right: -40px;
	height: 100%;
	top: 0;
	background: rgba(255, 255, 255, 0.04);
}
.header-logo {
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
	text-align: right;
	color: black;
	text-decoration: none;
	font-size: 15px;
}
.header-logo2 img {
	float: left;
	width: auto;
	height: 48px;
}
.header-logo2 {
	float: left;
	position: relative;
	top: 0px;
	padding-top: 14px;
	height: 75px;
	padding-left: 30px;
	padding-right: 30px;
	color: #000045;
	left: 0px;
}
.nav-button-wrap {
	right: 0;
	width: 70px;
	position: absolute;
	top: 0px;
	height: 75px;
	border-left: 1px solid black;
	background-color: black;
}
/*.nav-button-wrap:before {
  content:'';
  position:absolute;
  left:-70px;
  width:40px;
  height:1px;
  top:14px;
  }*/
.nav-button {
	left: 0px;
	width: 50px;
	height: 90px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-top: 30px;
	padding-left: 20px;
}
.nav-button span {
	width: 100%;
	float: left;
	margin-bottom: 6px;
	height: 2px;
	background: #fdd710;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-button .ncs {
	width: 70%;
}
.nav-button .nbs,
.nav-button.cmenu:hover .nbs {
	width: 0;
}
.nav-button:hover .ncs,
.nav-button:hover .nbs {
	width: 100%;
}
.nav-button.cmenu .nos {
	-webkit-transform: rotate(-45deg) scale(0.8);
	transform: rotate(-45deg) scale(0.8);
	margin-bottom: 0;
	top: 8px;
}
.nav-button.cmenu .ncs {
	-webkit-transform: rotate(45deg) scale(0.8);
	transform: rotate(45deg) scale(0.8);
	margin-bottom: 0;
	top: 6px;
	width: 100%;
}
.nav-button:hover .menu-button-text {
	color: #fff;
}
.menu-button-text {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	color: rgba(255, 255, 255, 0.41);
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav-button.cmenu .menu-button-text {
	margin-top: 16px;
}
.header-contacts {
	float: right;
	position: relative;
	top: 24px;
	padding-right: 70px;
	right: 150px;
}
.header-contacts ul {
	float: right;
}
.header-contacts li {
	list-style: none;
	float: left;
	margin-right: 40px;
	top: 14px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.51);
	letter-spacing: 4px;
}
.header-contacts li:before {
	content: "";
	position: absolute;
	left: -30px;
	width: 15px;
	top: 50%;
	height: 2px;
	margin-top: -2px;
}
.header-contacts li a {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.header-logo2 {
		top: 0px;
		padding-top: 14px;
		height: 70px;
		padding-left: 30px;
		padding-right: 30px;
		left: 0px;
	}
	.nav-button {
		left: 0px;
		width: 40px;
		height: 70px;
		display: inline-block;
		cursor: pointer;
		position: relative;
		padding-top: 30px;
		padding-left: 10px;
	}
	.nav-button-wrap {
		right: 0;
		width: 70px;
		position: absolute;
		top: 0px;
		height: 74px;
		border-left: 1px solid #0b0d31;
	}
	.header-logo {
		float: right;
		position: relative;
		right: 30px;
	}
}

@media only screen and (max-width: 560px) {
	.header-logo {
		float: right;
		position: relative;
		right: 30px;
	}
	.header-logo img {
		float: left;
		width: auto;
		height: 32px;
	}
	.nav-button-wrap {
		right: 0;
		width: 70px;
		position: absolute;
		top: 0px;
		height: 74px;
		border-left: 1px solid #0b0d31;
	}
	.nav-button {
		left: 0px;
		width: 50px;
		height: 70px;
		padding-top: 30px;
	}
	.header-logo2 {
		top: 0px;
		padding-top: 14px;
		height: 70px;
		padding-left: 10px;
		left: 0px;
	}
}

@media only screen and (max-width: 360px) {
	.nav-button {
		left: 0px;
		width: 40px;
		height: 70px;
		padding-top: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.header-logo2 {
		font-size: 13px;
		top: 0px;
		padding-top: 14px;
		height: auto;
		padding-left: 10px;
		left: 0px;
		border-right: none;
	}
}

@media only screen and (max-width: 360px) {
	.header-logo2 {
		font-size: 12px;
		top: 0;
		padding-top: 14px;
		height: auto;
		padding-left: 10px;
		left: 0px;
		border-right: none;
	}
	.header-logo {
		float: right;
		position: relative;
		right: 15px;
	}
}

/*------ navigation  ------------------------------------------------*/
.nav-holder {
	position: fixed !important;
	top: 75px;
	right: -500px;
	width: 450px;
	bottom: 0;
	background: black;
	overflow: auto;
	z-index: 105;
	-webkit-transform: translate3d(0, 0, 0) !important;
}
.nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 103;
	width: 100%;
	background: rgba(37, 36, 37, 0.71);
	display: none;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.element {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	will-change: transform;
	border: 1px solid rgba(255, 255, 255, 0.41);
	background: rgba(255, 255, 255, 0.051);
	padding: 0px 17px;
}
.element:before {
	font-family: "Font Awesome 6 Free";
	content: "\f00d";
	font-weight: 900;
	color: #fff;
	position: relative;
	top: 14px;
	font-size: 20px;
}
.nav-scroll-bar-wrap {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	top: 0;
	padding: 80px 40px 100px 50px;
}
nav.nav-inner {
	float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top: 30px;
	z-index: 20;
}
.sliding-menu ul {
	margin: 0;
	float: left;
	width: 100%;
	padding-left: 0px !important;
	overflow: hidden;
}
.sliding-menu li {
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sliding-menu a {
	display: block;
	padding: 0 20px 0 0;
	/*height: 40px;*/
	line-height: 16px;
	position: relative;
	font-weight: 600;
	font-size: 12px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 2;
	text-decoration: none;
}
.sliding-menu a:hover {
	color: #fadc03;
}
.sliding-menu li:after {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 0;
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	height: 100%;
	background: rgba(255, 255, 255, 0.071);
}
.sliding-menu li:hover:after {
	width: 100%;
}
.sliding-menu a i {
	float: left;
	width: 35px;
	color: #74829c;
	position: relative;
	top: 3px;
}
.sliding-menu a.back:before {
	font-family: "Font Awesome 6 Free";
	content: "\f177";
	font-weight: 900;
	color: #fff;
}
.submen-dec:before {
	font-family: "Font Awesome 6 Free";
	content: "\f178";
	font-weight: 900;
	position: absolute;
	right: 0;
	width: 10px;
	height: 10px;
	top: 10px;
	font-size: 9px;
	color: white;
	z-index: 20;
}
.submen-dec:hover::before {
	color: #fadc03;
}
.sliding-menu a.fc_button {
	float: left;
	padding: 0 10px 0 10px;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-weight: 600;
	font-size: 12px;
	text-align: left;
	color: #1ca6df;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 2;
	margin-right: 20px;
}
.sliding-menu a.fc_button:hover {
	background-color: #000045;
	border: 1px solid #ffffff;
}
.sliding-menu a.fc_button i {
	float: left;
	width: 25px;
	color: #ffffff;
	position: relative;
	padding-left: 0px;
	top: 12px;
}
.sliding-menu a:hover {
	color: #fadc03;
}
.lang-links {
	float: left;
	position: relative;
	top: 0;
	padding-top: 27px;
	padding-left: 20px;
	padding-right: 20px;
	left: 10px;
	height: 75px;
	/*border-right: 1px solid #0B0D31;*/
}
.lang-links a {
	font-size: 14px;
	float: left;
	color: #000045;
	margin-right: 10px;
	font-family: "NotoSansArabic" !important;
}
.lang-links a.act-leng {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.lang-links {
		top: 0;
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
		left: 10px;
		height: 70px;
	}
	.nav-holder {
		width: 300px;
	}
	.nav-scroll-bar-wrap {
		padding: 50px 30px 50px 30px;
	}
}

@media only screen and (max-width: 480px) {
	.lang-links {
		float: left;
		position: absolute;
		top: 15px;
		padding-right: 0px;
		left: 0px;
		height: auto;
		border-right: none;
		padding-left: 20px;
	}
	.lang-links a {
		font-size: 14px;
		float: left;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 360px) {
	.nav-button-wrap {
		right: 0;
		width: 60px;
		position: absolute;
		top: 0px;
		height: 74px;
		border-left: 1px solid #0b0d31;
	}

	.lang-links {
		float: left;
		position: absolute;
		top: 19px;
		padding-right: 0px;
		left: 0px;
		padding-left: 10px;
	}
}

.nav-social {
	position: absolute;
	height: 80px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #2d2d32;
	padding: 0 20px 0 70px;
}

.nav-social_title {
	float: left;
	top: 32px;
	margin-right: 20px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.51);
	letter-spacing: 4px;
}

.nav-social li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-left: none;
	position: relative;
	float: left;
	top: 20px;
}

.nav-social li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-social li a {
	color: #767676;
	position: relative;
	z-index: 10;
}

.nav-search {
	padding-left: 20px;
}

.nav-search input,
#submit_btn {
	background: none;
	border-radius: 0;
	outline: none;
	border: none;
}
.nav-search input {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	z-index: 1;
	color: #fff;
}
#submit_btn {
	position: absolute;
	right: 0;
	top: 6px;
	color: #fff;
	z-index: 2;
	width: 50px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
/* Tooltips */
a[tooltip] {
	position: relative;
}

a[tooltip]::after {
	content: attr(tooltip);
	position: absolute;
	width: max-content;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%) scale(0);
	pointer-events: none;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #3a3a3a;
	color: white;
	padding: 7.5px 12px;
	z-index: 9;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

	visibility: hidden;
	opacity: 0;
	transform-origin: top center;
	transition: 300ms;
}

a[tooltip]:hover::after {
	visibility: visible;
	bottom: -40px;
	transform: translateX(-50%) scale(1);
	opacity: 1;
}
/* End Tooltips */

#nextlink,
#prelink {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
#nextlink {
	right: 5px;
}
#prelink {
	left: 5px;
}

.next-prev a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #fadc03;
	color: black;
	text-decoration: none;
	font-size: 20px;
	border-radius: 10px;
	position: relative;
	transition: 300ms ease;
}
.next-prev a::before {
	content: attr(page-name);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: max-content;
	height: 40px;
	background-color: rgb(0, 0, 0, 0.9);
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	border-radius: 10px;
	color: white;
	opacity: 0;
	visibility: hidden;
	transition: 300ms ease;
	z-index: -1;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	pointer-events: none;
}
.next-prev a:hover {
	background-color: rgb(0, 0, 0);
	color: #fadc03;
}
#nextlink a::before {
	right: 0;
}
#prelink a::before {
	left: 0;
}

#nextlink a:hover::before {
	right: calc(100% + 5px);
	opacity: 1;
	visibility: visible;
}
#prelink a:hover::before {
	left: calc(100% + 5px);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 768px) {
	.next-prev a::before {
		display: none;
	}
}
.page-header {
	padding-bottom: 15px;
	border-bottom: 4px solid #fadc03;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
	margin-top: 75px;
}
.page-actions {
	display: flex;
}
.page-actions > a {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 2.5px;
	background-color: #fadc03;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: black;
	transition: 500ms ease;
	text-decoration: none;
}
.page-actions > a:hover {
	background-color: black;
	color: #fadc03;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.section-titles h4 {
	margin: 0;
	font-size: 16px;
	background-color: #ffcb0a;
	padding: 7.5px 15px;
	border-radius: 10px;
	width: max-content;
	color: white;
	text-transform: uppercase;
}
.section-titles h1 {
	font-size: 30px;
	margin: 10px 0 0 0;
	color: #812a36;
	text-transform: uppercase;
}

footer {
	margin-top: auto;
}
footer .footer {
	background-color: rgb(49, 49, 49);
	padding: 50px 15px;
	display: flex;
	align-items: center;
}
footer .footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer p {
	font-size: 12px;
	color: rgb(212, 212, 212);
	margin: 0;
}
footer .footer a {
	color: rgb(212, 212, 212);
	text-decoration: none;
}
footer .footer a:hover {
	color: #fdd710;
}
@media (max-width: 768px) {
	/* .page-actions {
      display: none;
    }*/
	#download_pdf,
	#myrp {
		display: none;
	}

	.addmyreport,
	.admyrp {
		display: none !important;
	}

	footer .footer {
		padding: 50px 30px;
	}
	footer .footer .container {
		flex-direction: column;
	}
	footer .footer p {
		margin-bottom: 25px;
		text-align: center;
	}
	footer .footer img {
		width: 100%;
		height: auto;
	}
}

.bod-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.bod {
	display: flex;
	flex-direction: column;
}
.bod .bod-header {
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
	border-bottom: 2px solid #f47f4c;
	cursor: pointer;
}
.bod .bod-header h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.bod .bod-header .img-container {
	width: 20%;
	margin: 0 0 15px 0;
}
.bod .bod-header .img-container img {
	width: 100%;
	height: auto;
}
.bod .bod-header p {
	margin: 0;
	font-weight: 400;
	line-height: 1.5;
}
.bod .bod-header .pos {
	color: #71685d;
}
.bod .bod-header .names {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.bod .bod-header .names i {
	color: #f47f4c;
	transition: 300ms;
	margin-left: 10px;
}
.bod.active .bod-header .names i {
	transform: rotate(180deg);
}
.bod .bod-content {
	display: none;
	padding: 20px;
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media (max-width: 540px) {
	.bod-grid {
		grid-template-columns: 1fr;
	}
}
.download-table {
	display: flex;
	justify-content: flex-end;
}
.download-table .exportToExcel {
	font-size: 14px;
	text-decoration: none;
	color: black;
	margin: 10px 0;
	font-weight: bold;
}
.download-table .exportToExcel i {
	margin-right: 2.5px;
	color: #843688;
}

section.landing img {
	width: 100%;
	height: auto;
}
section.seccond {
	background-color: #3e0741;
	padding: 100px 0;
}
section.seccond h1,
section.seccond p {
	color: white;
}
section.seccond h1 {
	font-size: 45px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
section.seccond p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
}
section.vm {
	background-color: #f0efee;
	padding: 100px 0;
}
section.vm h1 {
	margin: 0 0 0 15px;
	color: #872f7f;
	text-transform: uppercase;
}
section.leadership {
	padding: 30px 0;
}
section.leadership .grid-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
section.leadership img {
	width: 100%;
	height: auto;
}
section.leadership .grid-1 > div {
	position: relative;
}
section.leadership .grid-1 > div > div {
	position: absolute;
	top: 0;
	padding: 30px;
}
section.leadership .grid-1 > div.chairman > div {
	right: 0;
}
section.leadership .grid-1 > div.general_manager > div {
	left: 0;
}
section.leadership h1 {
	font-size: 26px;
}
section.leadership p {
	font-size: 18px;
	color: #8a3081;
}
section.leadership .grid-1 .chairman > div > div {
	background-image: url("../images/chariman_msg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 45px 25px;
}
section.leadership .grid-1 .general_manager > div > div {
	background-image: url("../images/general_manager_msg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 25px 45px 0;
}
section.leadership a {
	display: block;
	background-color: #fadc03;
	color: #444444;
	padding: 5px 15px;
	border-radius: 15px;
	width: max-content;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	transition: 300ms;
}
section.leadership a:hover {
	background-color: #444444;
	color: #fadc03;
}
section.leadership .chairman a {
	float: right;
}
@media (max-width: 1200px) {
	section.leadership .grid-1 {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 768px) {
	section.leadership .grid-1 .general_manager > div > div,
	section.leadership .grid-1 .chairman > div > div {
		background-image: none;
		padding: 0;
	}
	section.seccond {
		padding: 30px 0;
	}
	section.seccond h1 {
		font-size: 28px;
	}
	section.seccond p {
		font-size: 16px;
	}
	section.vm {
		padding: 30px 0;
	}
	section.vm h1 {
		font-size: 24px;
	}
}
@media (max-width: 540px) {
	section.leadership h1 {
		font-size: 16px;
	}
	section.leadership p {
		font-size: 14px;
	}
	section.leadership a {
		font-size: 12px;
	}
	section.leadership .grid-1 > div > div {
		padding: 15px;
	}
}
section {
	overflow-x: hidden;
}

.value-creation .grid-1 {
	display: grid;
	grid-template-columns: 1fr 1.5fr 1fr 1.5fr;
	grid-gap: 30px;
}

.value-creation p {
	line-height: 1.2;
}

@media (max-width: 1600px) {
	.value-creation .grid-1 {
		grid-template-columns: 1fr 1.5fr;
	}
}

@media (max-width: 992px) {
	.value-creation .grid-1 {
		grid-template-columns: 1fr;
	}
}

/* Accordion Style */
.accordion .sub-menu-content {
	display: none;
	padding: 12px 15px;
}

.cd-panel-content .sub-menu-content {
	display: block;
}
.accordion .sub-menu-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px;
	border-top: 1px solid lightgray;
	text-decoration: none;
}

.cd-panel-content .sub-menu-title {
	border: none;
}
.accordion .sub-menu-title.active {
	background-color: rgb(243, 243, 243);
}
.accordion .sub-menu-title:hover {
	background-color: rgb(243, 243, 243);
}
.accordion .sub-menu-title h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	color: #84690f;
}
.accordion .sub-menu-title i {
	font-size: 20px;
	color: #84690f;
}
.accordion .fa-angle-down {
	transition: 300ms;
}
.accordion .fa-angle-down.close {
	transform: rotate(180deg);
	color: #84690f;
}
.cd-panel-content .fa-angle-down {
	display: none;
}
/* Accordion Style End*/

@media (max-width: 540px) {
	object {
		width: 100% !important;
	}
}

hr {
	margin: 2rem 0;
}
