body {
	box-sizing: border-box;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #464545;
}

a,
a:hover {
	text-decoration: none !important;
	color: #ffffff;
}

p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

/*----------*/
/*-----Owlcarousel-----*/
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/*Owlcss*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
/*-owlcssend---*/
/*------Header Css----------*/
.mainLogo a {
	display: flex;
	gap: 25px;
	align-items: end;
}
.mainLogo a img {
	width: 189px;
}
.mainLogo p {
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	font-weight: 700;
}
#header .row {
	display: flex;
	align-items: center;
	height: 78px;
}
#header {
	background: #F26522 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	height: 78px;
	width: 100%;
	display: flex;
	padding: 0px;
	position: fixed;
	z-index: 999;
	left: 0px;
	right: 0px;
	top: 0px;
}

.logoArea a {
	display: flex;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	gap: 25px;
	align-items: end;
	font-weight: 700;
}

.logoArea a img {
	width: 189px;
}

.rightHam {
	display: flex;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 25px;
	gap: 50px;
	width: 198px;
	padding: 6px 10px;
	height: 34px;
	float: right;
}

.rightHam a {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.rightHam>div:last-child a img {
	width: 13px;
	vertical-align: top;
}

.rightHam>div:first-child {
	position: relative;
}

.rightHam>div:first-child::after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	right: -21px;
	width: 1px;
	height: 27px;
	background-color: #fff;
}

.crossIcon {
	display: none;
}

.bluebg .crossIcon {
	display: block;
}

footer {
	width: 100%;
	display: block;
	background-color: #003974;
	padding: 30px 0px 0px 0px;
}

footer a,
footer p {
	color: #fff;
	display: block;
}

.links-social>a {
	margin-bottom: 10px;
}

.links-social a:hover {
	color: #fff;
}

.copy-right-txt p {
	text-align: right;
	margin-top: 37px;
	font-size: 15px;
}

.copyrightTxt {
	background-color: #1C497C;
	margin-top: 22px;
	border-top: 1px solid #fff;
}

.copyrightTxt a {
	text-align: center;
	padding: 9px 0px;
	font-size: 14px;
	font-weight: 600;
}

.threeFootBox {
	display: flex;
	border: 0px solid #fff;
}

.threeFootBox>div:nth-child(3) a img {
	width: 20px;
	display: block;
	margin: 0px auto;
	margin-top: 20px;
}

.threeFootBox > div:nth-child(1) {
	width: 45%;
	border-right: 1px solid rgba(255, 255, 255, .41);
}

.threeFootBox > div:nth-child(2) {
	width: 25%;
	border-right: 1px solid rgba(255, 255, 255, .41);
}

.threeFootBox>div:nth-child(3) {
	width: 30%;
}

.threeFootBox h4 {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

.threeFootBox ul {
	padding-left: 0px;
	list-style: none;
}

.threeFootBox > div {
	padding: 0px 30px;
}

.threeFootBox>div:nth-child(3) a {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

.links-social ul li a {
	font-size: 26px;
}

.sitemaplinktp {
	padding-top: 87px;
}

.sitemaplink {
	padding: 10px 0px 10px;
}

.sitemaplink a {
	border: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}

.sitemaplink a.active {
	font-weight: 900;
}

/**/


.cmninside p {
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: 500;
}

.cmninside h4 {
	color: #b02b2e;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 20px;
}

.cmninside .pdfdetails a {
	display: inline-flex;
	align-items: center;
	border: 1px solid #f16521;
	gap: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	color: #231f20;
	font-weight: 500;
}

.cmninside .pdfdetails p {
	padding-bottom: 0px !important;
	padding-right: 15px;
}

.pdfdetails img {
	background-color: #f16521;
	padding: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 10px;
}

/* Approch to culture end */
/* Key area of Business */
.keyimgrow picture {
	aspect-ratio: 555/331;
	max-width: 100%;
	display: block;
}
.finInd picture {
	aspect-ratio: 355/320;
	max-width: 100%;
	display: block;
}
.brder-square p {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px !important;
}

.brder-square::after {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	width: 13px;
	height: 27px;
	background-color: #b02a30;
	left: -7px;
}

.brder-square {
	border: 2px solid #f26522;
	border-top: 0px;
	border-right: 0px;
	margin: 0px 15px;
	position: relative;
	margin-bottom: 40px;
}

.keyimgrow {
	margin-top: 20px;
}

.keyimgrow img {
	border-radius: 15px;
}

/* Key area of Business end */
.inner-heading {
	font-weight: 900;
	font-size: 35px;
	color: #af2a30;
	margin-bottom: 5px;
	line-height: 36px;
	text-transform: uppercase;
	padding: 10px 0px 43px 0px;
}

.valueTabBody p {
	padding-bottom: 20px;
}

.valueTabBody h4 {
	color: #b02b2e;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 20px;
}

.valueTabBody h5 {
	color: #231f20;
	font-size: 18px;
	font-weight: 900;
	padding-bottom: 20px;
}

.numberDet h4 {
	font-size: 30px;
	color: #f16521;
	border-bottom: 1px solid #f16521;
	padding-bottom: 15px;
}

.numberDet p {
	font-size: 16px;
	color: #231f20;
	font-weight: 600;
	padding-bottom: 0px;
}

.strategyOur {
	border: 2px solid #f16521;
	border-radius: 24px;
	padding: 40px;
	position: relative;
	margin: 40px 0px;
}

.strategyOur:before {
	content: '';
	position: absolute;
	left: 30px;
	top: -25px;
	background-image: url(../assets/images/box-1.svg);
	width: 140px;
	height: 50px;
}

.strategyOur:after {
	content: '';
	position: absolute;
	right: 70px;
	bottom: -25px;
	background-image: url(../assets/images/box-2.svg);
	width: 140px;
	height: 50px;
}

.eco-img picture {
	position: relative;
	aspect-ratio: 536 / 327;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
	margin-top: 20px;
}

.eco-img picture img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

ul.allLists li {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #af2a30;
}

.allListsfontWeight li {
	font-weight: 700 !important;
}

.topHeads h3 {
	font-size: 35px;
	line-height: 44px;
	color: #BE2A2A;
	font-weight: 900;
}

p.orgTxt {
	font-size: 18px;
	line-height: 23px;
	color: #EF6E21;
	font-weight: 700;
}

.ourBusiness p,
.ourApproach p {
	margin-bottom: 20px;
}

.ourApproach h4 {
	color: #b02b2e;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 15px;
}

.fullImgs img {
	margin-bottom: 20px;
}

p.smallTxts {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2.04px;
	color: #464545;
	font-weight: 700;
	margin-bottom: 16px;
}

.inQuicksLink a {
	font-size: 18px;
	line-height: 23px;
	color: #464545;
	display: block;
	border: 2px solid #BE2A2A;
	border-radius: 10px;
	padding: 14px 29px;
	font-weight: 700;
}

.preLink a,
.nextLink a {
	font-size: 18px;
	line-height: 23px;
	color: #464545;
	display: block;
	border: 2px solid #F26522;
	border-radius: 0px;
	padding: 14px 29px;
	font-weight: 700;
}

.nextPre {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	margin-bottom: 40px;
}

.preLink {
	width: 50%;
}

.nextLink {
	width: 50%;
}

.allQuick {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 16px;
	flex-flow: wrap;
	margin-bottom: 71px;
}

.allQuick>div {
	width: 49%;
}

.inQuicksLink a img {
	position: absolute;
	right: 20px;
	top: 8px;
}

.inQuicksLink a {
	position: relative;
}

.preLink a img,
.nextLink a img {
	width: 35px;
}

.preLink a,
.nextLink a {
	position: relative;
}

.preLink a img {
	position: absolute;
	left: 20px;
	top: 8px;
}

.nextLink a img {
	position: absolute;
	right: 20px;
	top: 8px;
}

.preLink a {
	padding-left: 92px;
}

.nextLink a {
	padding-left: 35px;
}

.preLink a:hover,
.nextLink a:hover,
.inQuicksLink a:hover {
	background: transparent linear-gradient(180deg, #BE2A2A 0%, #EF6E21 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	border: 0px;
}

.preLink span,
.nextLink span {
	display: block;
	text-align: center;
	margin-bottom: 16px;
}

.preLink span,
.nextLink span {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2.04px;
	color: #464545;
	font-weight: 700;
	margin-bottom: 16px;
}

.mTop25 {
	margin-top: 25px;
}

.ourApproach .topHeads h3 {
	margin-bottom: 20px;
}

.squareBox {
	margin-bottom: 30px;
	margin-top: 20px;
}

.squareBox {
	border: 2px solid #ef6e21;
	padding: 30px 15px;
	position: relative;
	border-radius: 12px;
}

.squareBox::before {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
	top: -20px;
	width: 80px;
	height: 40px;
	background-image: url('../assets/images/box-1.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.squareBox::after {
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	bottom: -19px;
	width: 80px;
	height: 40px;
	background-image: url('../assets/images/box-2.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.squareBox ul {
	padding-left: 15px;
}

.squareBox ul li {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #af2a30;
}

.numberDet p {
	font-size: 16px;
	color: #231f20;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.numberDet h4 {
	font-size: 30px;
	color: #f16521;
	border-bottom: 1px solid #f16521;
	padding-bottom: 15px;
}

.numberDet h4 span {
	font-size: 16px;
	color: #231f20;
	font-weight: 500;
}

.numberDet h4 sub {
	bottom: 0px;
}

.ourApproach .row {
	display: flex;
	flex-wrap: wrap;
}

.fullImgs picture {
	position: relative;
	aspect-ratio: 555 / 331;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
	margin-top: 20px;
}

.fullImgs picture img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.inner-heading span {
	display: block;
	font-size: 18px;
	line-height: 23px;
	color: #EF6E21;
	margin-top: 10px;
	text-transform: none;
}
/*six common pages css start*/
.text-right.padright {
	padding-right: 10px;
}
.text-right {
	text-align: right;
}

.tbl-res {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.table-style2 table tr:nth-child(1) {
	border-top: solid 1px #000;
}

.tbl-brdr-top {
	border-top: 2px solid #000 !important;
}
.tbl-brdr-btm {
	border-bottom: 2px solid #000 !important;
}
.table-style2 table tr td:nth-child(1) {
	width: 700px;
}

.table-style2 table tr td {
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	padding: 5px 10px;
	color: #000;
}
.table-style2 table tr td:nth-child(3) {
	color: #000;
	font-weight: 700;
	background-color: #eceded;
}
.table-style2 table tr td:last-child {
	border-right: none;
}
table {
	background-color: transparent;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
.table-list-gaps p {
	margin-bottom: 10px;
	font-size: 14px;
}
/*six common pages sheet css end*/

/*key financial indicator css start*/
.t1 {
	width: 793px;
	margin-top: 3px;
	font: bold 12px;
}
.management-discussion-page .fontwe300 {
	font-weight: 300;
}

.mda-tables-key p {
	padding: 7px !important;
	font-size: 16px;
	font-family: 'Mulish', sans-serif !important;
}
.right-txt {
	text-align: right!important;
}
.tr4 {
	height: 15px;
}

.td21 {
	border-right: #939598 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 0px;
	margin: 0px;
	width: 456px;
	vertical-align: bottom;
}
.p76 {
	text-align: left;
	padding-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
}

.tr4 {
	height: 15px;
}

.td13 {
	border-right: #939598 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 0px;
	margin: 0px;
	width: 101px;
	vertical-align: bottom;
}

.p81 {
	text-align: left;
	padding-left: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
}
.ft26 {
	font: 12px;
	font-weight: 700;
	line-height: 15px;
}
.td22 {
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding: 0px;
	margin: 0px;
	width: 101px;
	vertical-align: bottom;
}

.td22-nw {
	border-right: 1px solid #939598;
}
.td23 {
	border-right: #939598 1px solid;
	border-bottom: #939598 1px solid;
	padding: 0px;
	margin: 0px;
	width: 456px;
	vertical-align: bottom;
}
.td16 {
	border-right: #939598 1px solid;
	border-bottom: #939598 1px solid;
	padding: 0px;
	margin: 0px;
	width: 101px;
	vertical-align: bottom;
}
.td24 {
	border-bottom: #939598 1px solid;
	padding: 0px;
	margin: 0px;
	width: 101px;
	vertical-align: bottom;
}
.keyindibg {
	background-color: #e6e7e8 !important;
}
.td22-nw:last-child {
	border-right: none;
}

.tr5 {
	height: 14px;
}
.p79 {
	text-align: right;
	padding-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
}
.management-discussion-page ol {
	padding-left: 0px !important;
	padding-top: 6px;
}

ol.key-indi-list {
	margin-top: 15px;
}
.management-discussion-page ol li {
	font-size: 14px;
}

ol.keyindiList li {
	display: flex;
}
.management-discussion-page ol li {
	list-style: none;
}
ol.key-indi-list li {
	padding-bottom: 10px;
}
ol.keyindiList li p {
	padding-left: 10px;
	font-size: 14px;
}
.ft4bg {
	background-color: #e6e7e8 !important;
	font-weight: 700;
}
/*key financial indicator css end*/
@media (max-width: 767px) {
	.director-tables::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		background-color: #ebebeb;
	}
	.director-tables::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
		background-color: #154822;
	}
	.director-tables::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
		border-radius: 10px;
		background-color: #ebebeb;
	}
	.mda-tables::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
		border-radius: 10px;
		background-color: #ebebeb;
	}
	.mda-tables::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
		background-color: #154822;
	}

	.mda-tables::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		background-color: #ebebeb;
	}
	.mda-tables {
		width: 100%;
		display: inline-flex;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
	}
}
@media (max-width: 991px){
	.tbl-res {
		width: 100%!important;
		display: inline-flex!important;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
	}
	.tbl-res::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		background-color: #ebebeb;
	}
	.tbl-res::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
		background-color: #154822;
	}
	.tbl-res::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
		border-radius: 10px;
		background-color: #ebebeb;
	}
}
/*new css adding*/
.veralgn{
	vertical-align: bottom;
}
ol.financialList {
	list-style-type: none; 
	padding-left: 0; 
}
ol.financialList li {
	position: relative; 
	padding-left: 15px; 
}
ol.financialList li sup {
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 75%;
	top: -0.5em;
	left: 5px;
}
.panel-body p a {
	color: #337ab7;
}
ol.financialList li {
	font-size: 14px;
}
.inside-uls {
	padding-left: 25px;
}

.upper-roman {
	list-style: upper-roman;
}
.director-tables p.pbtmdic {
	padding: 5px 5px 15px !important;
}
.list-typ-no {
	list-style: none !important;
	padding-left: 10px !important;
}
.td43ser {
	border-top: none !important;
}

ol.financialList li p {
	position: relative;
	padding-left: 13px !important;
	font-size: 14px !important;
	padding-bottom: 5px !important;
}


.inside-uls li {
	margin-bottom: 10px;
}
p.p79.ft26.ft6.new-fnt {
	font-weight: 100;
}
p.wow.fadeInUp.operatRmv.new-p {
	padding-bottom: 0px;
}
p.p76.ft26.new-clr {
	color: #000000;
}
p.p79.ft26.right-txt.new-clr {
	color: #000000;
}
p.p77.ft26.right-txt.new-clr {
	color: #000000;
}
p.p78.ft26.right-txt.new-clr {
	color: #000000;
}
p.p124.ft26.right-txt.new-clr{
	color: #000000;
}
p.p124.ft26.right-txt.ft4bg.new-clr{
	color: #000000;
}
a.new-a {
	color: #464545;
}

td.tr1.td66.new-td {
	background-color: #e6e7e8;
}
td.tr6.td21.new-td {
	background-color: #e6e7e8;
}
td.tr4.td64.ft4bg.td19Nw.td19NwR.tdnew {
	border-bottom: 1px solid #939598;
}
td.tr3.td68.td68un.gap-p {
	padding-bottom: 8px;
}
td.tr3.td68.td68un.gap-p{
	padding-bottom: 8px;
}
td.tr1.td14.brdrbtm.brnn {
	border-bottom: none;
}
td.tr1.td15.brdrbtm.brnn {
	border-bottom: none;
}
td.tr1.td16.brdrbtm.brnn {
	border-bottom: none;
}
td.tr1.td16.new-td {
	background-color: #e6e7e8;
}
td.tr1.td16.new-td{
	background-color: #e6e7e8;
}
td.tr1.td16.new-td {
	background-color: #e6e7e8;
}
td.tr4.td16.new-td {
	background-color: #e6e7e8;
}
td.tr3.td16.td21.tbl-brdr-btm.new-td {
	background-color: #e6e7e8;
}
td.tr0.td37.tdbtm.tdnew{
	border-bottom: 1px solid #939598;
}
td.tr0.td38.tdbtm.tdnew{
	border-bottom: 1px solid #939598;
}
td.tr1.td38.tdbtm.tdnew {
	border-bottom: 1px solid #939598;
}
td.tr1.td37.tdbtm.tdinh.tdnew {
	border-bottom: 1px solid #939598;
}
td.tr3.td35.tdbtm.tdnew {
	border-bottom: 1px solid #939598;
}
td.tr3.td36.tdbtm.tdnew {
	border-bottom: 1px solid #939598;
}
td.tr1.td37.tdbtm.tdnew {
	border-bottom: 1px solid #939598;
}
td.tr1.td38.tdbtm.tdnew{
	border-bottom: 1px solid #939598;
}
td.tr1.td37.tdbtm.tdnew{
	border-bottom: 1px solid #939598;
}
td.tr1.td37.tdnew {
	border-bottom: 1px solid #939598;
}
td.tr0.td37.tdbtm.tdnew{
	border-bottom: 1px solid #939598;
}
td.tr0.td38.tdbtm.tdnew{
	border-bottom: 1px solid #939598;
}
td.tr3.td13.td21.new-clr {
	color: #000000;
}
td.tr3.td13.td21.new-clr {
	color: #000000;
}
td.tr3.td14.td21.td19NwR.new-clr {
	color: #000000;
}
td.tr3.td12.td21.new-clr {
	color: #000000;
}
td.tr0.td23.brdrbtm.brnn {
	border-bottom: none;
}
td.td16.td22-nw.brdrbtm.brnn {
	border-bottom: none;
}
td.td24.td22-nw.brdrbtm.brnn {
	border-bottom: none;
}
td.tr6.td100.brdr-rt {
	border-right: #939598 1px solid;
}
td.tr11.td21.tdtop.rmvRight.brnn2 {
	border-top: none;
}
td.tr3.td21.tdtop.rmvRight.brnn2 {
	border-top: none;
}
td.tr3.ft4bg.td21.tdtop.td19NwR.brnn2 {
	border-top: none;
}
td.tr4.td64.ft4bg.brdr-rt {
	border-right: #939598 1px solid;
}
td.tr3.ft4bg.rmvRight.brdr-rt {
	border-right: #939598 1px solid;
}
td.tr3.ft4bg.td21.tdtop.td19NwR.brnn2.brdr-rt {
	border-right: #939598 1px solid!important;
}
td.tr1.td70.ft4bg.rmvRight.brdr-rt {
	border-right: #939598 1px solid;
}
td.tr6.td70.ft4bg.rmvRight.brdr-rt {
	border-right: #939598 1px solid;
}
td.tr4.td70.ft4bg.rmvRight.brdr-rt {
	border-right: #939598 1px solid;
}
td.tr0.td80.ft4bg.rmvRight.rmvRight.brdr-rt {
	border-right: #939598 1px solid;
}
td.tr0.td80.ft4bg.rmvRight.brdr-rt {
	border-right: #939598 1px solid;
}
td.tr11.td21.tdtop.rmvRight.brdr-rt {
	border-right: none;
}
td.tr4.td70.td21.ft4bg.rmvRight.brdr-rt-1 {
	border-right: none;
}
td.tr4.td64.td69.ft4bg.rmvRight.brdr-rt-1 {
	border-right: none;
}
p.p15.ft8.p79.new-font {
	font-weight: 700;
}
p.p79.ft6.new-font {
	font-weight: 700;
}
td.tr1.td38.tr38nw.gap-p {
	padding-bottom: 10px;
}
/*bank at a glance*/
.bankAtGlanceUn {
	padding-bottom: 20px;
	background-image: url("../assets/images/bank-at-a-glance-img.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 662px;
}
.min70 {
	min-height: 70px;
}
.in-head{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 900;
}
.bankHd{
	padding: 70px 0 70px;
}

.moneyDetails h4{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 900;

	padding-bottom: 10px;
}
.moneyDetails h4 span {
	font-weight: normal;
	font-size: 18px;
}
.moneyDetails h4 sub {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 18px;
	bottom: 0px;
	position: relative;
	vertical-align: baseline;
}
.moneyDetails p {
	font-size: 16px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-weight: normal;
}
.spnBlk{
	display: block;
}
.moneyDetails {
	height: 160px;
	background: transparent linear-gradient(180deg, #EE6F23 0%, #AE2A3000 100%) 0% 0% no-repeat padding-box;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 30px;
}
.smallTxts{
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.bankatInner{
	padding: 60px 0 50px;
}
.bankInHd h4{
	color: #AE2A30;
	font-size: 18px;
	font-weight: 900;
	padding: 10px 0 15px;
} 
.bankInHd p{
	color: #2C2E33;
	font-size: 16px;
}

.bankAtGlanceUn .sitemaplink a {
	color: #fff;
}
.bankAtGlanceUn .sitemaplink span.arrClr{
	color: #fff;
}
.ourValHd h1{
	color: #AE2A30;
	padding-bottom: 60px;
}
.ourValHd p{
	color: #AE2A30;
	font-size: 22px;
	font-weight: 800;
	line-height: 28px;
}
.sitepadBtm{
	padding-bottom: 70px;
}
.lineWBrdr::before {
	content: "";
	position: absolute;
	width: 65px;
	height: 15px;
	background: #F26522;
	top: 192px;
	left: 15px;
}

.lineWBrdr {
	border: 1px solid #F26522;
	margin: 30px 0 40px;
	opacity: 1;
}
.ourNrPara p{
	color: #2C2E33;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 15px;
}
.inrImg{
	margin: 0 auto;
	max-width: 728px;
	padding: 45px 0 50px;
}
.orngBg{
	background: #F9E3CC;
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 50px;
}
.orngBg h5{
	font-size: 18px;
	font-weight: 900;
	color: #2C2E33;
	padding-bottom: 20px;
}
.orngBg ul li{
	color: #AE2A30;   
	font-size: 16px;
	padding-bottom: 15px;
}
.orngBg ul {
	padding-left: 20px;
}
.forwardLink{
	margin-top: 70px;
}
.finhiShad {
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom: 40px;
	padding: 40px;
	min-height: 481px;
}
/**/

.topBanner {
	background-image: url("../assets/images/banner-img.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
	position: relative;
}

.topBanner h1 {
  font-size: 140px;
  line-height: 160px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  margin-bottom: 26px;
  margin-top: 34px;
}
.topBanner a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	display: flex;
	gap: 10px;
	border-radius: 18px;
	padding: 8px 15px;
	width: 148px;
	justify-content: center;
	margin: 0px auto;
	background-color: #AE2A30;
}
/*.topBanner a:hover{
	background-color: #AE2A30;
}*/
.bankAtGlance {
	padding: 110px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.innerBgs{
	background-image: url("../assets/images/bank-at-a-glance-img.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 460px;
	padding: 55px 23px 40px 23px;
	position: relative;
}
.bankAtGlance h3 {
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-weight: 800;
	margin-bottom: 40px;
}
.glanceIns p span{
	display: block;
}
.glanceIns h4 {
	font-size: 30px;
	line-height: 23px;
	color: #fff;
	font-weight: 800;
}
.glanceIns h4 sub {
	bottom: 0px;
	position: relative;
	font-size: 18px;
	line-height: 0;
	vertical-align: baseline;
	line-height: 23px;
}
.glanceIns p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	margin-top: 9px;
}
.glanceIns {
	position: relative;
	min-height: 196px;
	padding: 25px 30px;
	background: transparent linear-gradient(180deg, #EE6F23 0%, #AE2A3000 100%) 0% 0% no-repeat padding-box;
	border-radius: 12px;
}
.noteText {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	bottom: 15px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
.glanceIns h4 small {
	font-size: 18px;
	line-height: 23px;
}

.moreThan {
	background-color: #AE2A30;
	padding-top: 117px;
	padding-bottom: 82px;
}
.overIns h4 {
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
	font-weight: 800;
	margin-bottom: 10px;
}
.overIns p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}
.overIns {
	width: 100%;
	display: flex;
	gap: 20px;
	min-height: 216px;
	margin-bottom: 30px;
}
.overIns > div:nth-child(1) {
	width: 70px;
}
.overIns > div:nth-child(2) {
	width: calc(100% - 90px);
}
.moreThan .allButtons {
	text-align: center;
}
.finacialSlider.owl-carousel {
	max-width: 930px;
	width: 100%;
	display: block;
	margin: 0px auto;
}
.financialHighlights h3 {
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #AE2A30;
	font-weight: 800;
	margin-bottom: 47px;
}
.financialHighlights{
	padding-top: 75px;
	padding-bottom: 75px;
}
.financialHighlights .allButtons {
	text-align: center;
	margin-top: 30px;
}
.finacialSlider.owl-theme .owl-dots .owl-dot span {
	background: rgba(4, 71, 129, .44);
}
.finacialSlider.owl-theme .owl-dots .owl-dot.active span, .finacialSlider.owl-theme .owl-dots .owl-dot:hover span {
	background: #044781;
}
.finacialSlider.owl-theme .owl-nav {
	margin-top: 0px;
}
.finacialSlider.owl-theme .owl-dots{
	position: absolute;
	bottom: -100px;
	left: 0px;
	right: 0px;
}
.timeDirectors {
	padding: 80px 0px;
	background-color: #F9E3CC;
}
.messageChairman {
	background-color: #fff;
	padding-top: 135px;
}

.allDirectors {
	display: flex;
	max-width: 1080px;
	width: 100%;
	justify-content: center;
	gap: 61px;
	margin: 0px auto;
	position: relative;
}
.allDirectors::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -11px;
	left: -25%;
	right: 0px;
	width: 150%;
	background-color: #AE2A30;
	height: 81px;
	z-index: 0;
}
.financialHighlights h3, .timeDirectors h3, .messageChairman h3, .materialityAs h3 {
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #AE2A30;
	font-weight: 800;
	margin-bottom: 47px;
}
.messageChairman h3 {
	text-align: left;
	margin-bottom: 26px;
}

.timeDirectors .allButtons{
	text-align: center;
	margin-top: 45px;
}

.indDirector h4 {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 800;
	padding-top: 17px;
}
.indDirector p {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-style: italic;
	padding-bottom: 10px;
	color: #fff;
}

.indDirector {
	z-index: 9;
}
.businessBox {
	margin-bottom: 38px;
	padding: 45px 20px;
	background-color: #F26522;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	min-height: 285px;
}
.businessBox h4 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 5px;
}
.businessBox p {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	font-weight: 400;
	min-height: 80px;
}
.businessBox .allButtons {
	margin-top: 10px;
}
.businessBox .allButtons a {
	color: #fff;
	display: inline-flex;
	padding: 8px 15px;
	background-color: #ae2a30;
	margin-top: 10px;
}
.allBusiness {
	padding: 88px 0px 10px 0px;
}
.mt50 {
	margin-top: 50px;
}

.allStake {
	display: flex;
	gap: 35px;
}

.allCaps {
	display: flex;
	gap: 12px;
	align-items: start;
}
.indCaps {
	background-color: #F9E3CC;
	padding: 10px;
	width: 33.33%;
}
.topCaps {
	padding: 15px 15px 30px 15px;
	min-height: 290px;
	position: relative;
}
.topCaps .allButtons {
	position: absolute;
	bottom: 20px;
}

.topCaps h4 {
	font-size: 30px;
	line-height: 38px;
	color: #AE2A30;
	font-weight: 800;
	margin-bottom: 11px;
}
.topCaps p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.topCaps .allButtons a {
	display: inline-flex;
	width: auto;
}
/*.gap_sec_1 .topCaps {
	padding-top: 15px;
	padding-bottom: 33px;
}

.gap_sec_2.topCaps {
	padding-top: 15px;
	padding-bottom: 15px;
}

.gap_sec_3 .topCaps {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 29px;
	padding-right: 0;
}

.gap_sec_2 .topCaps {
	padding-top: 12px;
}
.gap_sec_1 .allButtons {
	margin-bottom: 20px;
}
.gap_sec_2 .allButtons {
	margin-bottom: 20px;
}
.gap_sec_3 .allButtons {
	margin-bottom: 20px;
}*/
.stakeIns{
	width: 20%;
}
.stakeIns img {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 50%;
	margin: 0px auto;
	display: block;
	margin-bottom: 13px;

}
.stakeIns h4 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 800;
	color: #AE2A30;
	text-align: center;
}
.stakeIns h4 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 800;
	color: #AE2A30;
	text-align: center;
	width: 100%;
}

.topText {
	max-width: 628px;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: #fff;
	top: -80px;
}
.topText h3 {
	margin-bottom: 17px;
}
.innerAsse {
	position: relative;
	border: 1px solid #FE5F1E;
	border-radius: 11px;
	padding-top: 62px;
	padding-bottom: 49px;
	padding-left: 35px;
	padding-right: 35px;
}
.materialityAs {
	padding: 115px 0px 55px 0px;
}
.allCapsMain {
	padding-top: 55px;
	padding-bottom: 55px;
}

.innerAsse .allButtons {
	text-align: center;
	margin-top: 40px;
}

.innerAsse::before, .chapterDownloads::before {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 86px;
	height: 57px;
	background-image: url('../assets/images/corner-line.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.indDowns a {
	font-size: 16px;
	line-height: 21px;
	color: #2C2E33;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
}

.indDowns a span:nth-child(1) {
	width: calc(100% - 15px);
}

.indDowns a span:nth-child(2) {
	width: 15px;
}

.chapterDownloads {
	padding: 65px;
	position: relative;
	border: 1px solid #F26522;
	border-bottom: 0px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.chapterDownloads h3 {
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	color: #AE2A30;
	font-weight: 800;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -20px;
	background-color: #fff;
	max-width: 420px;
	width: 100%;
	margin: 0px auto;
}
.chapterMain{
	margin-top: 55px;
}
hr.chapterLine {
	margin-top: 33px;
	border: 0;
	border-top: 2px solid #f9e3cc;
	margin-bottom: 33px;
}

.meassageFromChairman {
	max-width: 700px;
	width: 100%;
	background-color: #F26522;
	padding: 78px 95px;
}
.chairManImg {
	position: absolute;
	right: 0;
	bottom: 0px;
	border-bottom: 30px solid #f26522;
}
.innerMess {
	max-width: 369px;
	width: 100%;
}

.innerMess p {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	font-weight: 800;
	position: relative;
	margin-bottom: 28px;
}
.openQoate {
	position: absolute;
	top: -32px;
}

.innerMess h4 {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 28px;
}
.innerMess h4 span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}
.openQoateClose {
	position: absolute;
	bottom: -9px;
	margin-left: 20px;
}
.topBanner a:hover span:nth-child(1) {
	order: 2;
}


.allButtons a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	display: flex;
	gap: 10px;
	border-radius: 18px;
	padding: 8px 15px;
	width: 148px;
	justify-content: center;
	margin: 0px auto;
}
.topCaps .allButtons a, .financialHighlights .allButtons a, .timeDirectors .allButtons a, .innerAsse .allButtons a{
	color: #fff;
	background-color: #AE2A30;
}
.moreThan .allButtons a{
	background-color: #FF7923;
}

.businessBox .allButtons a:hover {
	justify-content: center;
	padding: 8px 15px;
}
.meassageFromChairman .allButtons a {
	padding: 8px 20px;
	width: auto;
	justify-content: start;
	margin: 0px auto;
	display: inline-flex;
	background-color: #ae2a30;
}

.capsImg picture {
	position: relative;
	aspect-ratio: 344/265;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	display: block;
}
.chairManImg picture {
	position: relative;
	aspect-ratio: 540/604;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	display: block;
}
.indDirector picture {
	position: relative;
	aspect-ratio: 232/228;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	display: block;
}
/*slider arrow*/
.finacialSlider .owl-nav button.owl-next {
	position: absolute;
	width: 65px;
	height: 37px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -65px;
	background-image: url(../assets/images/rigth-arrow.svg) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.finacialSlider .owl-nav button.owl-prev {
	position: absolute;
	width: 65px;
	height: 37px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -65px;
	opacity: 1;
	background-image: url(../assets/images/left-arrow.svg) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.finacialSlider.owl-theme .owl-nav .owl-prev:hover,
.finacialSlider.owl-theme .owl-nav .owl-next:hover {
	background: none;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 65px;
	height: 37px;
}
.bankAtGlance .row {
	height: 196px;
	overflow: hidden;
	position: relative;
}
.glance_2 {
	padding-top: 120px;
	width: 100%;
	overflow: hidden;
}
.scrollBanner img{
	width: 40px;
}
.scrollBanner {
	position: absolute;
	left: 0px;
	bottom: 30px;
	z-index: 999;
	animation: ca3_fade_move_down 2s ease-in-out infinite;
	max-width: 1140px;
	width: 100%;
	margin: 0px auto;
	right: 0px;
}

@keyframes ca3_fade_move_down {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}
.indDirector img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.indDirector img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.glanceIns::after {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	background-color: #EE6F23;
	width: 1px;
	height: 64px;
	top: 30px;
}
.glanceIns.noBorder::after{
	display: none;
}
/**/
.siteMapMain{
	padding-top: 95px;
}


.themePage {
	padding: 45px 0px 55px 0px;
}
.divederLine {
	border-bottom: 1px solid #F26522;
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}
.divederLine::before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: -14px;
	width: 65px;
	height: 14px;
	background-color: #F26522;
}
.themePage p {
	font-size: 16px;
	line-height: 20px;
	color: #2C2E33;
	margin-bottom: 20px;
	font-weight: 400;
}
.boldText > p {
	font-size: 22px;
	line-height: 28px;
	color: #AE2A30;
	font-weight: 700;
	margin-bottom: 20px;
}

.headIcons {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 22px;
	margin-top: 34px;
}
.headIcons h4 {
	color: #AE2A30;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
	border: 1px solid #AE2A30;
	background: #FEE2C9 0% 0% no-repeat padding-box;
	border-radius: 3px;
	padding: 16px 44px 16px 19px;
}

.linkMonitor {
	display: flex;
	gap: 20px;
	align-items: end;
}
.linkMonitor p {
	font-size: 14px;
	line-height: 18px;
	color: #2C2E33;
	font-weight: 400;
	margin: 0px;
}
.linkMonitor a {
	font-size: 14px;
	line-height: 18px;
	color: #AE2A30;
	font-weight: 400;
}
.ecoDesignPage h1 {
	font-weight: 800;
	font-size: 30px;
	color: #af2a30;
	line-height: 38px;
	margin-bottom: 62px;
}
.ecoDesignPage{
	padding: 45px 0px 45px 0px;
}
.center-align-items {
	display: flex;
	align-items: center;
}
.ecoDesignPage h4 {
	font-size: 18px;
	line-height: 23px;
	color: #1C497C;
	font-weight: 800;
	margin-bottom: 11px;
}

.ecoOrg {
	background-color: #F26522;
	padding: 60px 0px;
}
.ecoOrg h4 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 31px;
}
.ecoOrg h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 13px;
}
.ecoOrg p {
	color: #fff;
	line-height: 21px;
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.ecoOrg p.noPBorder{
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
}

.bulbLight {
	padding-top: 50px;
	padding-bottom: 15px;
}
.inneerBulb {
	border: 1px solid #A31126;
	padding: 40px;
}
.inneerBulb h4 {
	font-size: 18px;
	line-height: 23px;
	color: #004A80;
	margin-bottom: 11px;
	margin-top: 10px;
	font-weight: 700;
}

.lineWBrdr-n
{
	position: relative;
}

.lineWBrdr-n::before
{
	left: -1px;
	top:-15px;  
}
.blue-small-head
{
	color: #1C497C;
	font-weight: 900;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 12px;  
}
.hc-wrap h4
{
	margin-top: 30px;
}
.brown-small-head
{
	color:#AE2A30;
	font-weight: 900;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 12px;  
}
.acdmiea-img
{
	max-width: 780px;
	width: 100%;
	margin:20px auto 30px;
}
.ewe-img
{
	margin-bottom: 10px;
}
.equity
{
	background-color: #FEECDF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	padding: 38px 42px;
	margin:50px 0px;
}
.equity h5
{
	font-size: 18px;
	line-height: 23px;
	font-weight: 900;
	color: #2C2E33;
	padding-bottom: 18px;
}
.equity p
{
	color: #AE2A30;
	padding-bottom: 20px;
}
.e-list
{
	padding-left: 20px;
}
.e-list li
{
	color: #AE2A30;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 17px;
}
.e-list li::marker
{
	color: #AE2A30;
}
.digital-hr
{
	background-color: #F26522;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	max-width: 840px;
	width: 100%;
	margin:auto;
	padding: 40px;
}
.digital-hr h3
{
	font-size: 24px;
	line-height: 23px;
	color:#fff;
	font-weight: 900;
	margin-bottom: 15px;
}
.digital-hr h3 span
{
	font-size: 18px;
	display: block;
}
.digital-hr p
{
	color: #fff;
}
.ewe
{
	margin-top: 30px;
}

.l-matrix p
{
	color: #2C2E33;   
}
.efo-img
{
	max-width: 730px;
	width: 100%;
	margin:30px auto 30px;
}
.ft-16
{
	font-size: 16px !important;
}
.network-orng
{
	background-color: #F26522;
	border-radius: 20px;
	padding: 45px 45px 30px 45px;  
}
.network-orng h5
{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 18px;
}
.network-orng h3
{
	font-size: 30px;
	font-weight:900;
	color: #fff;
}
.network-orng p
{
	color: #fff;
}
.network-orng .col-md-6
{
	margin-bottom: 15px;
}
.d-flex
{
	display: flex;
	align-items: center;
}
.grad-bg
{
	border:1px solid #F26522;
	border-radius: 20px;
	padding: 30px 40px 20px 40px;
	margin-top: 30px;
	background: linear-gradient(to right,  #ffffff 71%,#ffecdf 100%);
}
.e-list li span
{
	font-weight: 700;
}
.grad-wrap
{
	position: relative;
}
.grad-bg ul li
{
	font-size: 18px;
	line-height: 22px;
}
.grad-btm
{
	background-color: #F26522;
	max-width:100%;
	height: 22px;
	border-bottom-right-radius: 45px;
	margin-top: -15px;
	z-index: -1;
	position: relative;
	margin-left:80px;
}
.black-small-head
{
	color:#2C2E33;
	font-weight: 900;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 12px;  
}
.network-orng1
{
	padding: 30px 20px;
}
.network-orng1 p
{
	padding-bottom: 0px;
}
.mt-20
{
	margin-top: 20px !important;
}
.rr-btn a
{
	color: #2C2E33;
	font-size: 14px;
	font-weight: 400;  
}
.rr-btn a span
{
	color: #F26522;
	font-weight: 700;
}
.rr-btn a img
{
	padding-right: 5px;
}
.ret-img-btm
{
	font-size: 14px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #F26522;
	position: relative;
}
.ret-img-btm:after
{
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	background-color:#F26522;
	width: 65px;
	height: 14px; 
}
.mt-30
{
	margin-top: 30px !important;
}
.vir-hold p
{
	min-height: 150px;
}
.black-list
{
	padding-left: 20px;
}
.black-list li
{
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}
/* .fair-wrap h4
{
	margin-top: 20px;
} */
.black-list li span
{
	font-weight: 700;
}
.mrisk-bg
{

	background-color: #F9E3CC;
	border-radius: 20px;
	padding: 40px 40px 20px 40px;   
}
.mrisk-bg h5 {
	color: #AE2A30;
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 18px;
	font-weight: 700;
}
.esg-fiscal
{
	background-color: #F9E3CC;
	box-shadow: none;
}
.bt-text
{
	font-weight: 700;
}
.responding-table
{
	margin-top: 30px;
}
.responding-table thead
{
	background-color: #FEECDF;
}
.responding-table thead tr th
{
	color: #AE2A30;
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	padding: 8px 8px; 
}
.responding-table tbody tr td
{
	padding:30px 0px;
	font-size: 16px;
	line-height: 20px;
	vertical-align: top;
	width: 40%
}
.responding-table tr td:first-child
{
	width: 20%;
	border-top:none;
}
.responding-table tbody tr td p
{
	border-top:1px solid #F26522;
	padding-top: 20px;
	padding-right: 30px;
}
.r-bdr
{
	position: relative;
}
.r-bdr::before {
	content: "";
	position: absolute;
	width: 65px;
	height: 14px;
	background: #F26522;
	top:0px;
	right: 0px;
}

.innerMessIn{
	max-width: 515px;
	width: 100%;
}
.chairInter{
	max-width: 870px;
	width: 100%;
}
.chairSecnd{
	margin-top: 40px;
}
.messageChairmanIn{
	padding-top: 70px;
}
.chairBtm p{
	color: #AE2A30;
	font-weight: 900;
}
.chairBtm p span{
	color: #2C2E33;
	font-style: italic;
	display: block;
	font-weight: normal;
}
.corHead h4{
	color: #1C497C;
	font-size: 18px;
	font-weight: 900;
	padding-bottom: 35px;
}
.corTxt h4{
	color:#AE2A30;
	font-size: 18px;
	font-weight: 900;
}
.corTxt p{
	font-style: italic;
	font-size: 14px;
	color: #2C2E33;
}
.corpInfo {
	box-shadow: 0px 3px 6px #00000029;
	border-bottom: 2px solid #AE2A30;
	min-height: 315px;
	position: relative;
}
.corTxt {
	padding: 10px 10px 20px 10px;
}
.boardSec h4{
	color: #1C497C;
	font-size: 18px;
	font-weight: 900;
	padding-bottom: 10px;
}
.boardSec span{
	font-size: 14px;
	color: #2C2E33;
}
.boardTxt {
	padding-top: 35px;
	height: 290px;
}
.boardTxt h5{
	color: #AE2A30;
	font-size: 18px;
	font-weight: 900;
	padding-bottom: 10px;
	line-height: 23px;
}
.boardTxt p{
	padding-bottom: 10px;
	color: #2C2E33;
}
.boadrRight{
	position: relative;
}
.boadrRight::before{
	content: "";
	position: absolute;
	background: #d1d1d2;
	width: 2px;
	height: 250px;
	right: 0;
	opacity: 1;
}
.boardTxt h5 span{
	color: #AE2A30;
	font-size: 18px;
	font-weight: 900;
}
.keyTxt h5{
	color: #AE2A30;
	font-size: 18px;
	font-weight: 900;
	padding-bottom: 10px;
}
.keyTxt p{
	font-style: italic;
}
.keybtmtxt{
	padding-top: 30px;
}
.keybtmtxt p{
	padding-bottom: 3px;
	font-size: 14px;
}
.keyHed h4{
	padding-bottom: 20px;
}
.borR{
	border-right: 2px solid #d1d1d2;
}
.mrgnRt{
	margin-right: -21px;
}
.mrgnLft{
	margin-left: 35px;
}
.mrgnRt30{
	margin-right: -30px;
}
.boardSec {
	margin-top: 20px;
}
.darkOrng {
	background: #F26522;
	padding: 40px 50px 40px;
	overflow: hidden;
	border-radius: 10px;
	margin: 0px 0 30px;
}
.miviTxt h5{
	color: #FFFFFF;
	font-weight: 900;
	font-size: 18px;
	padding-bottom: 10px;
}
.miviTxt p{
	color: #FFFFFF;
}
.miviTxt ul li{
	color: #fff;
	padding-bottom: 10px;
}
.miviTxt ul {
	padding-left: 20px;
	padding-top: 10px;
}
.capTxt {
	background: #E6E7E8;
	margin-top: -62px;
	padding: 80px 40px 0px;
	height: 230px;
}
.capTxt p{
	line-height: 20px;
	padding-bottom: 12px;
	color: #2C2E33;
}
.pageFlx img {
	width: 15px;
	margin-top: 3px;
}

.pageFlx {
	display: flex;
	align-items: start;
	gap: 10px;
}
.pageFlx a {
	font-size: 14px;
	color: #1C497C;
	line-height: 18px;
	font-style: italic;
}
.panel-group {
	margin-bottom: 20px;
}
.bsns-pnl {
	position: relative;
	box-shadow: none;
	border: none;
}
.core-bg .panel-heading {
	background: #ef6e21;
}

.bsns-pnl > .panel-heading {
	box-shadow: none;
}
.bsns-pnl > .panel-heading {
	color: #000;
	background-color: #F26522;
	border-radius: 0px;
	padding: 20px 50px;
	text-align: center;
}
.bsns-pnl .panel-title a {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
}

.bsns-pnl .panel-body {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px;
}

.core-bg .panel-body {
	padding: 30px;
	border: 0px solid #004980;
	margin-bottom: 0px;
	position: relative;
	display: inline-block;
}
.capAccor{
	margin-top: 40px;
}
.capLst {
	background: #FEECE0;
	margin-top: -62px;
	padding: 80px 30px 0px;
	height: 270px;
	margin-bottom: 30px;
}
.capLst ul li {
	line-height: 26px;
}

.capLst ul li::marker {
	color: #F26522;
}
.capLst ul {
	padding-left: 20px;
}
.clr_mhrn ul li::marker{
	color: #AE2A30;
}
.clr_drkB ul li::marker{
	color: #1C497C;
}
.clr_lgtB ul li::marker{
	color: #1C497C;
}
.outPutBg{
	background: #F26522;
	margin: 40px 0 40px;
	padding: 40px 65px 40px;
}
.capbigdata {
	background: #f16421;
	padding: 20px;
	display: block;
	color: #fff;
	height: 175px;
	padding-top: 30px;
	position: relative;
}
.capbigdata::before {
	content: "";
	position: absolute;
	background: #fff;
	height: 125px;
	width: 2px;
	right: -16px;
}
.noBrdr{
	position: relative;
}
.noBrdr::before{
	content: "";
	position: absolute;
	background: transparent;
}
.txtxbld {
	font-weight: 700;
}
.capbigdata h4 span{
	font-weight: normal;
	font-size: 18px;
}
.capbigdata h4{
	font-weight: 900;
	font-size: 30px;
	padding-bottom: 10px;
}
.capbigdata h4 sub{
	color: #FFFFFF;
	font-weight: 900;
	font-size: 18px;
	bottom: 0px;
	position: relative;
	vertical-align: baseline;
	font-weight: normal;
}

.capbigdata p {
	min-height: 55px;
}
.orngbrdrdivcap {
	border: 1px solid #f26522;
	padding: 10px 30px;
	margin: 0 0 30px;
}
.orngbrdrdivcap h3 {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 800;
	color: #b02b2e;
}
ul.mroonblt {
	padding-left: 20px;
	position: relative;
	z-index: 9;
}
ul.mroonblt li {
	padding: 7px 0;
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
}
ul.mroonblt li::marker {
	color: #af2a30;
	font-size: 18px;
}
.dflx {
	display: flex;
	gap: 38px;
}
/*toggle start*/
.innerPara{
	display: none;
}
.innerPara.active{
	display: block;

	box-shadow: 0px 3px 6px #00000029;
	padding: 20px;
	padding: 20px 10px 20px 20px;
}
.plus {
	position: absolute;
	right: 0;
	bottom: 0;
	width: fit-content;
}
.scrollUn{
	overflow-y: scroll;
	padding-right: 20px;
	height: 300px;
}
.scrollUn::-webkit-scrollbar {
	width: 3px;
	background-color: #c3c3c3;
}

.scrollUn::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #AE2A30;
}
.scrollUn::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #c3c3c3;
}
.hideCr{
	display: none;
}
.plus.active img{
	transform: rotate(45deg);
}
.plus {
	background: #AE2A30;
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	text-align: center;
	padding-top: 10px;
}
.plus:hover{
	cursor: pointer;
}
.mrgn40{
	margin-bottom: 40px;
	min-height: 325px;
}
/*toggle end*/
.enviromentSus{
	padding-top: 40px;
}
.enviromentSus h1 {
	font-weight: 800;
	font-size: 30px;
	color: #af2a30;
	line-height: 38px;
	margin-bottom: 60px;
}
.clr_blue{
	color: #1C497C;
}
.clr_maroon{
	color: #AE2A30;
}
.enviromentSus h4 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 800;
	margin-bottom: 11px;
}
.enviromentSus p {
	font-size: 16px;
	line-height: 20px;
	color: #2C2E33;
	margin-bottom: 20px;
	font-weight: 400;
}

.allLists ul {
	padding-left: 15px;
	margin-bottom: 20px;
}
.allLists ul li {
	font-size: 16px;
	line-height: 20px;
	color: #2C2E33;
	margin-bottom: 15px;
	font-weight: 400;
}
.allLists ul li::marker {
	color: #AE2A30;
}
p.text_bold {
	font-weight: 700;
	margin-bottom: 12px;
}
.listPara p{
	margin-bottom: 15px;
}
.enviroImg1 {
	max-width: 757px;
	width: 100%;
	margin: 30px auto 30px auto;
}
.enviroImg2 {
	max-width: 745px;
	width: 100%;
	margin: 30px auto 30px auto;
}
.enviroImg3 {
	max-width: 821px;
	width: 100%;
	margin: 30px auto 30px auto;
}
.enviroImg4 {
	max-width: 497px;
	width: 100%;
	margin: 0px auto;
}
.ecoMeans a:nth-child(1) {
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	padding: 10px 25px;
	font-weight: 700 !important;
	font-size: 16px !important;
}
.ecoMeans a img {
	margin: 0px 15px 0px 0px !important;
}
.ecoMeans {
	display: flex;
	justify-content: space-around;
	position: relative;
}
footer .container {
	max-width: 1020px;
	width: 100%;
}
.backTop {
	align-items: center;
	font-weight: 700 !important;
	font-size: 16px !important;
	position: absolute;
	right: -120px;
}
a.backTop img {
	display: block;
	margin: 10px auto 0px auto !important;
}
footer h4 {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}
.quickLinks ul {
	padding-left: 0px;
	list-style: none;
}

.finInd h4 {
	font-size: 18px;
	line-height: 23px;
	color: #1C497C;
	font-weight: 800;
	margin-bottom: 20px;
}
.msgChirmanMain{
	margin: 0px auto;
	max-width: 920px;
	width: 100%;
	display: block;
	position: relative;
}

p.extraBold {
	font-weight: 800;
	margin-bottom: 44px;
}

.inId {
	border: 1px solid #F26522;
	position: relative;  
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-left: 0px;
	margin: 0px 0px 64px 45px;
	padding: 20px 15px 20px 100px;
}
.circleImg {
	position: absolute;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 2px 3px 5px #00000029;
	left: -45px;
	border-radius: 50%;
	top: -15px;
}
.inId h4 {
	color: #AE2A30;
	margin-bottom: 0px;
}
.inId p{
	margin-bottom: 0px;
}
.inId::before {
	content: "";
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 86px;
	height: 57px;
	background-image: url('../assets/images/corner-line.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.materImg {
	max-width: 666px;
	width: 100%;
	margin: 20px auto;
}

.allSquareList ul {
	padding-left: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.allSquareList ul li {
	width: 33.33%;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 18px;
	color: #2C2E33;
	font-weight: 400;
	display: flex;
	padding-right: 60px;
	gap: 8px;
}
.allSquareList {
	margin-top: 20px;
}
.allSquareList ul li span:nth-child(1) {

	color: #fff;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	display: inline-block;
}
.allSquareList ul li span:nth-child(2){
	width: calc(100% - 26px);
}
.allSquareList ul li:nth-child(1) span:nth-child(1),
.allSquareList ul li:nth-child(4) span:nth-child(1),
.allSquareList ul li:nth-child(5) span:nth-child(1),
.allSquareList ul li:nth-child(8) span:nth-child(1),
.allSquareList ul li:nth-child(9) span:nth-child(1),
.allSquareList ul li:nth-child(12) span:nth-child(1),
.allSquareList ul li:nth-child(3) span:nth-child(1){
	background-color: #AF2A30; 
}
.allSquareList ul li:nth-child(2) span:nth-child(1),
.allSquareList ul li:nth-child(7) span:nth-child(1),
.allSquareList ul li:nth-child(6) span:nth-child(1),
.allSquareList ul li:nth-child(10) span:nth-child(1),
.allSquareList ul li:nth-child(11) span:nth-child(1),
.allSquareList ul li:nth-child(13) span:nth-child(1),
.allSquareList ul li:nth-child(15) span:nth-child(1),
.allSquareList ul li:nth-child(16) span:nth-child(1),
.allSquareList ul li:nth-child(17) span:nth-child(1),
.allSquareList ul li:nth-child(18) span:nth-child(1),
.allSquareList ul li:nth-child(21) span:nth-child(1),
.allSquareList ul li:nth-child(14) span:nth-child(1){
	background-color: #939598;
}
.allSquareList ul li:nth-child(19) span:nth-child(1),
.allSquareList ul li:nth-child(20) span:nth-child(1),
.allSquareList ul li:nth-child(22) span:nth-child(1),
.allSquareList ul li:nth-child(23) span:nth-child(1){
	background-color: #F26522; 
}

.indCompliance {
	border: 1px solid #F26522;
	border-left: 0px;
	padding: 50px 20px 20px 0px;
	position: relative;
	margin: 70px 0px;
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0;
}

.topCom {
	position: absolute;
	top: -20px;
	background: #F26522 0% 0% no-repeat padding-box;
	border-radius: 10px;
	width: 80%;
	padding: 12px 20px;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 800;
}

.pdfDownload {
	position: absolute;
	background-color: #fff;
	display: flex;
	gap: 10px;
	bottom: -17px;
	padding-right: 20px;
}
.pdfDownload p {
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.pdfDownload p a{
	color: #F26522;
	font-weight: 700;
}
.topCom::after {
	content: "";
	display: block;
	position: absolute;
	width: 85%;
	height: 44px;
	bottom: -7px;
	right: 0px;
	background-color: #AE2A30;
	border-radius: 10px;
	z-index: -9;
}
.enviromentSus .boldText > p {
	font-size: 22px;
	line-height: 28px;
	color: #AE2A30;
	font-weight: 700;
	margin-bottom: 20px;
}

.socialInd {
	border: 1px solid #F26522;
	padding: 30px 30px 30px 0px;
	border-left: 0px;
	margin-bottom: 50px;
	margin-top: 40px;
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0;
}
.socialInd ul {
	width: 100%;
	padding-left: 15px;
	display: flex;
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.socialInd ul li::marker {
	color: #AE2A30;
}
.socialInd ul li {
	padding-right: 60px;
	margin: 5px 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.docPara p span a {
	display: inline;
	color: #3770b0;
}
.docPara p{
	display: flex;
	gap: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #2C2E33;
}
.divederLine2 {
	border-bottom: 1px solid #F26522;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.divederLine2::before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: -14px;
	width: 65px;
	height: 14px;
	background-color: #F26522;
}
.socialImg1 p, .socialImg2 p, .socialImg3 p, .socialImg4 p {
	margin-top: 15px;
}
.socialWidth{
	max-width: 1000px;
	width: 100%;
	display: block;
	margin: 0px auto;
	margin-top: 30px;
}
.enviroWidths{
	max-width: 980px;
	width: 100%;
	display: block;
	margin: 0px auto;
	margin-top: 30px;
}

.billionList {
	background-color: #fff;
	border: 1px solid #F26522;
	border-radius: 20px;
	position: relative;
	padding: 20px;
}
.billionList ul {
	padding-left: 20px;
}
.billionList ul li {
	font-size: 18px;
	line-height: 23px;
	color: #AE2A30;
	margin-bottom: 20px;
}
.billionList ul li:last-child{
	margin-bottom: 0px;
}
.theBank {
	max-width: 407px;
	width: 100%;
}
.enviroImg6 {
	max-width: 514px;
	width: 100%;
}
.enviromentSus p.clr_maroon {
	color: #AE2A30;
}
.socialTab ul.nav-tabs {
	display: flex;
	gap: 20px;
	width: 100%;
	margin-top: 40px;
}
.socialTab ul.nav-tabs li a {
	color: #2C2E33;
	border: 1px solid #2C2E33;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 600;
}
.socialTab ul.nav-tabs li.active a{
	background-color: #F26522;
	color: #fff;
	border: 1px solid #F26522;
	font-weight: 800;
}
.socialTab ul.nav-tabs::before {
	display: none;
}

.bankatInner .row{
	display: flex;
	flex-wrap: wrap;
}
.bankPadTop{
	padding-top: 35px;
	padding-right: 40px;
}
.preLink a:hover img {
	transform: rotate(45deg);
	transition: all .3s ease-in-out;
}

.preLink a img {
	transition: all .3s ease-in-out;
}
.nextLink a:hover img {
	transform: rotate(-45deg);
	transition: all .3s ease-in-out;
}

.nextLink a img {
	transition: all .3s ease-in-out;
}

.brdRadiOrng h2 {
	background: #f16421;
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	line-height: 24px;
	color: #fff;
	padding: 20px 20px;
	border-radius: 0 30px;
	width: 190px;
	text-align: center;
	margin: 20px 0 30px;
}
.finhiShad h4 {
	font-size: 18px;
	color: #1C497C;
	font-weight: 900;
	padding-bottom: 30px;
}
.brdRadiOrng {
	display: flex;
	gap: 10px;
}
.padbusin {
	padding-top: 50px;
}
.capImg {
	display: flex;
	align-items: center;
}
.circle {
	background: #F26522;
	border-radius: 50%;
	padding: 40px;
	border: 4px solid #fff;
	z-index: 99;
	width: 128px;
	height: 128px;
}
.orgBgcap {
	background: #F26522;
	width: 380px;
	height: 50px;
	position: relative;
	z-index: 9;
	margin-left: -12px;
}
.orgBgcap::after {
	content: "";
	position: absolute;
	background: #F26522;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	height: 50px;
	width: 50px;
	right: -50px;
	top: 0;
}
.orgBgcap h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 900;
	padding: 15px 0 0 30px;
}
.circle img {
	width: 40px;
}
.exploreMorePad {
	padding-top: 60px;
}
.pnkBg{
	background: #feede0;
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 50px;
}
.pnkBg h5 {
	font-size: 18px;
	font-weight: 900;
	color: #2C2E33;
	padding-bottom: 20px;
}
.pnkBg p {
	color: #c24d43;
	line-height: 25px;
}
.scrollUn p {
	padding-bottom: 10px;
}
.mahrn_bg{
	background: #AE2A30;
}
.mahrn_bg::after{
	background: #AE2A30;
}
.blue_bg{
	background: #1C497C;
}
.blue_bg::after{
	background: #1C497C;
}
.lghtblue_bg{
	background: #1C497C;
}
.lghtblue_bg::after{
	background: #1C497C;
}
.capMain {
	min-height: 350px;
	margin-bottom: 30px;
}
.enviroImg4 p{
	margin-top: 10px;
}
/*menu style*/

.nav-icon3 {
	width:33px;
	height:23px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
	top: 0px;
}

.nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
	top:8px;
}


.nav-icon3 span:nth-child(4) {
	top: 16px;
	width: 60%;

}

.nav-icon3.open span:nth-child(1) {
	top: 16px;
	width: 0%;
	left: 50%;
}

.nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
	top: 16px;
	width: 0%;
	left: 50%;
}

.my-sidenav1 {
	display: none;
	position: fixed;
	top: 78px;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999999999;
	max-width: 100%;
	width: 100%;
	background: #F26522;
	height: 100%;
	border-top: 1px solid #fff;
}
.menutxt small {
	color: #fff;
	display: none;
	left: 35px;
	top: -5px;
	font-size: 18px;
	border: 2px solid;
	width: 120px;
	height: 30px;
	text-align: center;
	border-radius: 50px;
}

.sticky .menutxt img {
	filter: invert(1);
}

.cntr-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom:10px;
}

section.banner-home {
	background: url(../images/banner-img.webp) no-repeat;
	width: 100%;
	height: 100vh;
	background-size: cover;
	display: block!important;
	padding-top: 125px;
}
.banner-home h1 {
	font-size: 66px;
	color: #fff;
}
.banner-home h2 {
	font-size: 28px;
	color: #fff;
}
.banner-home p {
	font-size: 20px;
	margin: 20px 0;
}
.logo img {
	width: 47px;
}
.my-sidenav{
	display: none;
}
.redbg{
	background: #EE412F;
}
.redbg .logo img {
	filter: brightness(0)invert(1);
}
.menuthermx h2 {
	color: #3A3A3A;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
	transition: all ease 1s;
	font-weight: 700;
	text-transform: uppercase;
}
.menuthermx {
	padding: 20px 20px;
	background: #fff;
	position: relative;		
}
.menuthermx.open{
	height: 450px;
	overflow: auto;
}

.menuthermx.open > img{
	display: none;
}

.scroll-text-new::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: #ffffff;
}

.scroll-text-new::-webkit-scrollbar
{
	width: 4px;
	background-color: #ffffff;
}

.scroll-text-new::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	background-color: #AE2A30;
}
.menushow ul {
  list-style: disc;
  padding-left: 14px;
}
.menushow ul li a {
	color: #3A3A3A;
	font-size: 16px;
	padding: 5px 0;
	display: flex;
	font-weight: 400;
	line-height: 19px;
	gap: 10px;
	justify-content: space-between;
}
.menushow ul li a:hover {
	color: #F26522;
}
.menushow ul li a img{
	width: 12px;
}
.my-sidenav1 {
	padding: 40px 0px 20px 0px;
}
.menushow{
	display: none;
}
.menuthermx:hover h2 {
	text-align: left;
	transition: all ease 1s;
}
.menushow {
	display: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease; 
}
img.circlearrow {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.menuthermx .circlearrow {
	transition: transform 0.3s ease; 
}

.menuthermx.open .circlearrow {
	transform: rotate(180deg); 
}
img.circlearrow {
	width: 50px;
}
#menu3 h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.ecoMeans a:nth-child(1):hover {
	background-color: #fff;
	color: #464545;
}
.hoverImage {
	display: none;
}
.ecoMeans a:nth-child(1):hover .hoverImage {
	display: block;
}
.ecoMeans a:nth-child(1):hover .nonHoverImg {
	display: none;
}
.italicsText p, p.italicsText{
	font-style: italic;
}

.simpliFy {
	max-width: 559px;
	width: 100%;
	display: flex;
	margin: 0px auto;
	justify-content: center;
	gap: 125px;
	margin-bottom: 45px;
}

.simpliFy div {
	position: relative;
	text-align: center;
}
.simpliFy p {
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin-top: 10px;
	font-weight: 800;
}

.simpliFy div::after {
  content: "";
  display: block;
  position: absolute;
  right: -62px;
  background-color: #ff722f;
  width: 1px;
  height: 100%;
  top: 0px;
}
.simpliFy div:last-child::after{
	display: none;
}
.innerBgs .scrollBanner {
  left: 20px;
}
.new-a.clrBluesr p {
  color: #004980;
}
.padbusin {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
.keybtmtxt p {
    font-style: italic;
}
.bnAnnTxt p {
    color: #fff;
        font-weight: 800;
}

.bnAnnTxt {
    position: absolute;
    left: 0px;
    bottom: 120px;
    z-index: 999;
    /* animation: ca3_fade_move_down 2s ease-in-out infinite; */
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    right: 0px;
    display: none;
}
.inner-head {
    color: #A31126;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 40px;
}
.ecodesginpg p {
    padding-bottom: 15px;
}
.ecodesginpg h6 {
    font-size: 18px;
    color: #A31126;
    font-weight: 700;
    padding: 20px 0px;
}
.joinusborder h6 {
    padding-bottom: 10px;
}
.footnote7.new-foot {
    margin-top: 0px;
}
.cntr-img {
    padding-bottom: 30px;
}
.footnote7.new-foot p span {
    color: #000 !important;
    font-size: 14px;
    font-weight: 300 !important;
}

.grant-assist p span {
    display: block;
    padding-top: 20px;
}

.footnote7 {
    font-size: 14px !important;
    color: #231F20 !important;
    font-weight: 300 !important;
    margin-top: 25px;
}
.joinusborder {
    padding: 30px;
    border: 1px solid #A31126;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
}
.homeLink{
	display: none;
}
.padTop{
	padding-top: 20px;
}
.efo-img-un{
	    max-width: 800px;
    width: 100%;
    margin: 30px auto 30px;
}
.algnStart{
	display: flex;
	align-items: start;
}
.mt-0{
	margin-top: 0px!important;
}
.padTop10{
	padding-top: 10px;
}
.joinusborder p a {
    color: #00308F;
}
.arOrange {
  display: none;
}