/*--------------------------------------------------------------
# career
--------------------------------------------------------------*/

.inner-back, .emp-back, .career-back {
	width: 100%;
	padding: 0;
	position: relative;
}
.inner-back::before {
	content: "";
	background-color: #EEEEEE;
	height: 300px;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	z-index: -1;
}
.career-working-bg {
	padding: 60px 0px 0;
	position: relative;
}
.career-working-bg h1 {
	font-size: 26px;
	font-family: 'Open Sans';
	font-weight: 700;
}
.career-working-bg h2 {
	font-size: 38px;
	font-weight: 400;
	font-family: 'Montserrat';
}
.career-working-bg p {
	width: 360px;
}
.career-working-area {
	margin-top: 50px;
}
.career-working-area .carer-work-left {
	padding: 0px;
}
.career-working-area .carer-work-left h3 {
	font-size: 24px;
	color: #1B1B1B;
	font-family: 'Open Sans';
	font-weight: 700;
	padding-bottom: 20px;
}
.career-working-area .carer-work-right {
	padding: 0px;
	position: relative;
}
.career-working-area .carer-work-right img {
	width: 100%;
	margin-left: 10px;
	position: relative;
	z-index: 9;
}
.career-working-area .carer-work-right:before {
	content: "";
	background-color: #F15A22;
	width: 10px;
	height: 62%;
	position: absolute;
	left: 0;
	bottom: 28px;
	z-index: 9;
}
.career-why-right {
	padding: 80px 40px 0px 40px;
}
.career-why-left {
	position: relative;
	left: 0;
	bottom: 0;
	max-width: 880px;
}
.career-why-left img {
	position: relative;
	top: -15px;
}
.career-why-right h3 {
	font-size: 24px;
	font-family: 'Open Sans';
	color: #1B1B1B;
	font-weight: 700;
	margin-bottom: 40px;
}
.career-why-right h4 {
	font-size: 17px;
	padding-top: 6px;
	font-family: 'Open Sans';
	font-weight: 400;
	margin-top: 10px;
	color: #1B1B1B;
	line-height: 28px;
}
.career-why-right h4 strong {
	font-size: 17px;
	padding-top: 6px;
	font-family: 'Montserrat';
	font-weight: 700;
	margin-top: 10px;
	color: #F15A22;
}
.career-why-right p {
	width: 320px;
	margin-top: 40px;
}
.career-bold-txt {
	text-align: center;
	margin: 40px 0px;
	border-bottom: 2px solid #eee;
	padding-bottom: 30px;
}
.career-bold-txt p {
	color: #000;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Open Sans';
	max-width: 60%;
	text-align: center;
	justify-content: center;
	display: inline-block;
}
.current-opening {
	padding: 30px 0px;
}
.current-opening h2 {
	font-size: 28px;
	color: #1B1B1B;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}
.opening-box-area {
	display: flex;
	margin-bottom: 30px;
}
.opening-box-area:nth-child(2) .opening-box {
	border: 1px solid #1467B4;
}
.opening-box-area:nth-child(3) .opening-box {
	border: 1px solid #00809E;
}
.opening-box-area:nth-child(4) .opening-box {
	border: 1px solid #007CA7;
}
.opening-box-area:nth-child(5) .opening-box {
	border: 1px solid #009574;
}
.opening-box-area:nth-child(6) .opening-box {
	border: 1px solid #F8971D;
}
.opening-box {
	border: 1px solid #B33C76;
	width: 100%;
	padding: 30px;
}
.opening-box .heading {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	font-weight: 700;
}
.opening-box .box-detail {
	display: flex;
	margin-bottom: 5px;
}
.opening-box .box-detail .experience {
	margin-right: 30px;
	font-size: 15px;
	width: 100px;
}
.opening-box .box-detail .experience strong {
	font-weight: 700;
}
.opening-box .box-detail .ex-name {
	font-size: 15px;
}
.career-apply-btn {
	transition: 0.3s;
	box-shadow: 0px 3px 6px #00000012;
	border-radius: 16px;
	background: #e24d55;
	font-family: 'Open Sans';
	padding: 5px 15px;
	display: inline-block;
	font-size: 14px;
	margin-top: 20px;
	color: #fff;
}
.career-center-btn {
	text-align: center;
}
.opening-box:hover {
	border: 1px solid #f15a22 !important;
}
.opening-box:hover {
	box-shadow: 0px 3px 10px #0000000a;
}
.opening-box:hover .career-apply-btn, .career-center-btn a:hover {
	background: #F15A22;
	color: #fff;
}
.opening-box .career-apply-btn img, .career-center-btn img {
	filter: brightness(10);
}
/*--------------------------------------------------------------
# about page
--------------------------------------------------------------*/

.about-tab {
	padding-top: 50px;
	position: relative;
	margin-bottom: 60px;
	border-bottom: 1px solid #999;
}
.about-tab ul {
	display: flex;
	padding: 0px;
}
.about-tab ul li {
	color: #666666;
	font-size: 14px;
	list-style: none;
}
.about-tab ul li:first-child {
	padding-left: 0px;
}
.about-tab ul li:last-child {
	padding-right: 0px;
}
.about-tab ul li a {
	color: #666666;
	font-weight: 600;
	position: relative;
	line-height: 28px;
	padding: 30px 36px 20px;
	padding-left: 0;
	transition: 0.3s;
}
.about-tab ul li a:hover {
	color: #F15A22;
}
.about-tab ul li a::before {
	background: #F15A22;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	content: '';
	width: 0;
	transition: 0.5s;
	right: 0;
	margin: auto;
}
.about-tab ul li a:hover::before, .about-tab ul li a.active::before {
	width: 100%;
}
.about-tab ul li .active {
	color: #F15A22;
}
.about-tab-content {
	position: relative;
	margin-bottom: 60px;
}
.about-tab-content .socia-title {
	color: #294b9d;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
}
.speak-tab-content {
	border-bottom: 1px solid #ddd;
	padding: 30px 15px;
	background: #fff;
}
.speak-tab-content h3 {
	color: #1B1B1B;
	margin-top: 0px;
	font-size: 32px;
	font-family: 'Montserrat';
	opacity: 0.9;
	padding-right: 30px;
	padding-left: 0px;
}
.speak-tab-content h4 {
	color: #1B1B1B;
	margin-top: 0px;
	font-size: 18px;
	font-family: 'Montserrat';
	opacity: 0.9;
	padding-right: 30px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.about-tab-content h2 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Open Sans';
	/*color: #808285;*/
	color: #294b9d;
	margin-bottom: 30px;
}
.about-tab-content h3 {
	color: #294b9d;
	margin-top: 0px;
	font-size: 32px;
	font-family: 'Open Sans';
	opacity: 0.9;
	padding-right: 30px;
	padding-left: 0px;
}
.about-tab-content h4 {
	color: #1B1B1B;
	margin-top: 0px;
	font-size: 18px;
	font-family: 'Montserrat';
	opacity: 0.9;
	padding-right: 30px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.about-tab-content .col-md-6 {
	padding: 0;
}
.about-tab-content .p-area {
	font-size: 16px;
	color: #666666;
	font-family: 'Open Sans';
	padding: 15px 20px 30px 20px;
}
.about-mid-sec {
	background-image: url(../images/huge-building.jpg);
	height: 580px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* height: 100vh; */
	background-position: bottom;
	position: relative;
}
.about-mid-sec p {
	font-weight: 500;
	color: #000;
	line-height: 26px;
	background: #ffffff85;
	padding: 40px;
	position: absolute;
	top: 25%;
	width: 450px;
}
.vision-area {
	padding: 0px;
	position: relative;
}
.vision-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #0072BC;
	width: 50%;
	z-index: 9;
}
.vision-area::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #F15A22;
	width: 100%;
	z-index: -1;
}
.about-vision-area {
	background-color: #F15A22;
	position: relative;
	z-index: 9;
}
.white-vision {
	background-color: #fff;
	padding: 50px 40px 50px 100px;
	height: 100%;
}
.white-vision h3 {
	color: #1B1B1B;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	font-family: 'Montserrat';
}
.white-vision p {
	width: 300px;
}
.orange-vision {
	background-color: #F15A22;
	padding: 50px 40px;
}
.orange-vision h3 {
	color: #fff;
	margin-bottom: 30px;
	font-weight: 600;
	font-family: 'Montserrat';
}
.orange-vision p {
	color: #fff;
	width: 500px;
	opacity: 0.9;
	font-size: 15px;
	padding-bottom: 15px;
}
.vision-list ul {
	padding: 0;
}
.vision-list ul li {
	display: block;
	color: #fff;
	width: 500px;
	opacity: 0.9;
	font-size: 15px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.vision-list ul li:before {
	position: absolute;
	background: #fff;
	content: "";
	width: 8px;
	height: 8px;
	left: 0;
	top: 8px;
	border-radius: 100%;
}
.value-area {
}
.value-box-area {
	display: flex;
	margin-bottom: 30px;
}
.value-area h2, .overview-sec h2 {
	font-size: 28px;
	color: #000;
	margin-bottom: 40px;
	font-weight: 700;
	text-align: center;
	font-family: 'Montserrat';
}
.value-box-area:nth-child(2) .value-box {
	border: 1px solid #1467B4;
}
.value-box-area:nth-child(3) .value-box {
	border: 1px solid #00809E;
}
.value-box-area:nth-child(4) .value-box {
	border: 1px solid #007CA7;
}
.value-box-area:nth-child(5) .value-box {
	border: 1px solid #009574;
}
.value-box-area:nth-child(6) .value-box {
	border: 1px solid #F8971D;
}
.value-box {
	border: 1px solid #B33C76;
	width: 100%;
	padding: 30px;
}
.value-box:hover {
	box-shadow: 4px 4px #378d2c;
	transition: ease all 1s;
}
.value-box .numeric {
	font-size: 30px;
	font-family: 'Montserrat';
	font-weight: 600;
	color: #B33C76;
	margin-bottom: 15px;
}
.value-box h5 {
	color: #1B1B1B;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 14px;
	font-family: 'Montserrat';
}
.value-box p {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
/*.value-box-area:nth-child(2) .numeric {
	color: #1467B4;
}
.value-box-area:nth-child(3) .numeric {
	color: #00809E;
}
.value-box-area:nth-child(4) .numeric {
	color: #007CA7;
}
.value-box-area:nth-child(5) .numeric {
	color: #009574;
}
.value-box-area:nth-child(6) .numeric {
	color: #F8971D;
}
.value-box:hover {
	border: 1px solid #f15a22 !important;
}
.value-box:hover {
	box-shadow: 0px 3px 10px #0000000a;
}
*//* *NEWS*/ 
.news-sec {
	padding: 0 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.news-top {
	padding: 0 0;
	position: relative;
	overflow: hidden;
}
.news-sec:before {
	background: #EEEEEE;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 40%;
}
.yellow {
	background: #FFAA00;
	height: 100%;
	padding: 30px;
}
.red {
	background: #BA141E;
	height: 100%;
	padding: 30px;
}
.news-bx-text, .news-bx-img, .news-bx-bigimg {/*padding: 8px;*/
	position: relative;
}
.news-bx-text span {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}
.news-bx-text p {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
}
.event-dtls {
	position: absolute;
	bottom: 0;
	z-index: 9;
	padding: 30px 20px 40px 30px;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
}
.event-dtls span {
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
	position: relative;
	font-weight: 600;
	color: #73bf44;
	text-shadow: 1px 1px #545454;
}
.event-dtls p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.news-bx-bigimg .event-dtls p, .col-md-12 .event-dtls p {
	font-size: 21px;
	line-height: 26px;
}
.Event-bnr .event-dtls span:before {
	width: 0px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: -5px;
	content: '';
	transition: width 0.5s linear;
}
.Event-bnr a:hover .event-dtls span:before {
	width: 50px;
	opacity: 1;
}
.news-box {
	position: relative;
}
.news-top a::before {
	position: absolute;
	left: 8px;
	width: 100%;
	bottom: 0;
	content: '';
	height: 250px;
	transition: ease-in-out 0.5s;
	z-index: 9;
	right: 0;
	left: 0;
	margin: auto;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.7;
}
.event-dtls span::before {
	width: 0px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: -5px;
	content: '';
	transition: width 0.5s linear;
}
.news-top a:hover .event-dtls span::before {
	width: 50px;
	opacity: 1;
}
.news-all {
	padding: 70px 0;
}
.news-all .col-md-4 {
	margin-bottom: 30px;
	display: none;
	padding: 8px;
}
.news-all .event-dtls {
	position: relative;
	color: #333;
	padding: 20px 0px 20px 30px;
}
.news-all .event-dtls span {
	position: relative;/*color: #020002;*/
}
.news-all .event-dtls span:before {
	width: 0px;
	height: 2px;
	background: #BA141E;
	position: absolute;
	left: 0px;
	bottom: -5px;
	content: '';
	transition: width 0.5s linear;
}
.news-all a:hover .event-dtls span:before {
	width: 50px;
	opacity: 1;
}
.news-all .event-dtls p {
	color: #020002;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.loadmore-sec {
	text-align: center;
	padding: 40px 0 0;
}
.loadmore-sec a {
	border: 1px solid #9A9A9A;
	color: #020002;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 20px 8px 30px;
	border-radius: 25px;
	background: #fff;
}
.loadmore-sec a:hover {
	border: 1px solid #F15A22
}
.news-top .col-md-12 a::before {
	bottom: 0;
}
.gallery-detail-content {
	position: relative;
	margin-bottom: 60px;
}
.gallery-detail-content h2 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #1B1B1B;
	margin-bottom: 0px;
}
section.news-details {
	padding: 0;
	padding-bottom: 60px;
}
.gallery-detail-bg {
	padding: 0px 0px 0;
	position: relative;
}
.gallery-detail-bg p {
	width: 100%;
	font-size: 16px;
}
.details-head h2 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 36px;
	position: relative;
	line-height: 40px;
	margin-bottom: 60px;
}
.details-head p {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
	position: relative;
	line-height: 26px;
	color: #666666;
}
.details-head blockquote {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 60px;
	position: relative;
	line-height: 60px;
	color: #1B1B1B;
}
.details-time {
	position: relative;
	padding-bottom: 40px;
}
.print-icons {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #DCDCDC;
	padding-left: 20px;
	min-height: 100px;
}
.print-icons a {
	display: block;
	margin-bottom: 12px;
}
.details-text {
	padding: 40px 0;
}
.back-btn {
	padding: 30px 0;
	margin-top: 50px;
	border-top: 2px solid #eee;
}
.back-btn a {
	border: 1px solid #9A9A9A;
	color: #020002;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 25px 8px 25px;
	border-radius: 25px;
	background: #fff;
}
.back-btn a img {
	transform: rotate(90deg);
	margin-right: 2px;
}
/*Gallery */
.gallery-detail-bg figure {
	margin-bottom: 25px;
}
.gallery-inner-sec {
	position: relative;
	margin-bottom: 60px;
}
.gallery-inner-sec h2 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #1B1B1B;
	margin-bottom: 0px;
}
.gallery-album-box {
	padding: 0px 0px 50px 0px;
}
.gallery-album-box span {
	padding: 5px 5px;
	/*background-color: #000000c4;*/
	background-color: #73bf44;
	color: #fff;
	position: absolute;
	left: 0%;
	bottom: 0;
}
.gallery-album-box figcaption p {
	margin-top: 20px;
	color: #000;
}
.loadmore-sec {
	text-align: center;
	padding: 40px 0 70px;
}
.gallery-dtls {
	position: relative;
	color: #333 !important;
	padding: 0;
	margin-bottom: 50px;
}
/*career form*/

.career-form .form-inn .form-group {
	margin-top: 20px;
}
.career-form .form-inn .form-group input.form-control {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0px;
	height: auto;
}
.inner-back-career-frm::before {
	content: "";
	background-color: #EEEEEE;
	height: 560px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.career-form {
	background: #fff;
	padding: 20px;
}
.career-form .capcha-sec {
	margin-top: 20px;
}
.career-form h5 {
	color: #666;
	font-size: 16px;
}
.current-policies {
	padding: 0;
}
.about-tab-content .col-md-6 {
	padding: 15px;
}
.current-policies .opening-box {
	/* color: #fff; */
	margin: 0 1px;
	width: 100%;
	font-size: 18px;
	background: #fff;
	padding: 40px 15px;
	font-weight: 500;
	border-color: #d9d8d8 !important;
	box-shadow: 0px 3px 10px #0000000a !important;
	transition: 0.3s;
}
.inner-back.policies::before {
	content: "";
	background-color: #EEEEEE;
	height: 360px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.comite-btn-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.comite-btn-in .download {
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: 400;
}
/* .comite-btn-in img {
    height: 24px;
} */


.current-policies .heading {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
}
.current-policies .opening-box:hover {
	box-shadow: 0px 3px 10px #0000000a !important;
	border: 1px solid transparent !important;
	border-radius: 0 15px;
}
.firm-power-details.coming-details {
	position: relative;
	padding: 106px 0;
	padding-bottom: 60px;
	background: #EEEEEE;/*height: 60vh;*/
}
.merchant-sec {
	padding: 90px 0;
	padding-bottom: 60px;
}
.merchant-sec h3 {
	font-size: 22px;
	padding-bottom: 8px;
}
.ci-sec::before {
	background: #EEEEEE;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 40.5%;
}
.ci-sec figure {
	margin: 20px 0;
}
/*project Design*/
.project-list {
	position: relative;
	padding: 0px;
}
.project-img {
	background: #fff;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.project-img:before {
	background: #F7F0F0;
	height: 400px;
	width: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.project-img .col-md-4 {
	padding: 25px;
}
.project-box {
	box-shadow: 0px 3px 8px #00000036;
	background: #fff;
	transition: 0.15s;
	display: block;
	transition: 0.5s;
	height: 930px;
	margin-bottom: 50px;
}
.project-box:hover {
	box-shadow: 0px 3px 3px #00000017;
}
.project-box figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}
.project-box figure:before {
	background: #005e60d4;
	visibility: hidden;
	bottom: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	transition: 0.5s ease all;
	content: '';
	z-index: 9;
}
.project-box img {
	transition: 0.5s ease all;
}
.project-box:hover figure:before {
	height: 30%;
	visibility: visible;
	opacity: 1;
}
.project-box:hover img {
	transform: scale(1.1) rotate(1deg);
}
.project-dtls {
	padding: 35px 10px 30px 20px;
	transition: 0.5s ease all;
}
.project-dtls h5 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #005e60;
}
.project-dtls p {
	margin-top: 15px;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
.project-box:hover .project-dtls {
	position: relative;
	z-index: 99;
	transform: translateY(-95px);
}
.project-box:hover .project-dtls h5 {
	color: #fff;
	padding-bottom: 40px;
	padding-top: 15px;
}
.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	background: url(../images/close.svg) top right / 100% no-repeat;
	border: 0;
	border-radius: 50%;
	opacity: 1;
	position: absolute;
	right: -8px;
	top: -15px;
	padding: 9px;
}
.investors-box ul {
	padding: 0;
	margin-left: 4px;
}
.investors-box ul li {
	display: block;
	font-size: 18px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.investors-box ul li:before {
	position: absolute;
	background: #73bf44;
	content: "";
	width: 9px;
	height: 9px;
	left: 0;
	top: 8px;
	border-radius: 100%;
}
.about-tab-content.investors-sec h3 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 50px;
	font-family: 'Montserrat';
	font-weight: 600;
	position: relative;
	line-height: 28px;
	padding-left: 0;
	transition: 0.3s;
	color: #F15A22;
	font-size: 22px;
}
.inner-back.investors::before {
	content: "";
	background-color: transparent;
	height: 475px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.partnership .white-vision {
	background-color: #fff;
	padding: 50px 40px 50px 50px;
	height: 100%;
}
.partner-area h2 {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 70px;
	margin-left: 0px;
	font-size: 50px;
	font-family: 'Montserrat';
	font-weight: 600;
	position: relative;
	line-height: 28px;
	padding-left: 0;
	transition: 0.3s;
	color: #F15A22;
	font-size: 22px;
}
.Year-box {
	width: 50%;
	float: right;
	margin-top: 0;
	padding: 40px 0;
}
.Year-box .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0.375rem 0.75rem;
	padding-right: 32px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-size: 14px;
	margin: 0;
}
.dwn-arrow {
	background: url(../images/left-aerrow2.png) 85% 50% no-repeat #fff;
}
.ci-content {
	padding-top: 50px;
}
.inner-back.ci-sec::before {
	content: "";
	background-color: #EEEEEE;
	height: 460px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.merchant-sec::before {
	background: #EEEEEE;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 40%;
}
.merchant-img {
	margin: 40px 0;
}
.merchant-box {
	position: absolute;
	top: 50%;
	left: auto;
	right: -30%;
	transform: translate(0, -50%);
	background: #0676C0;
	padding: 40px;
	width: 430px;
}
.merchant-box p {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
.insights-sec {
	padding-top: 100px;
}
section.inner-back.insights-sec::before {
	content: "";
	background-color: #EEEEEE;
	height: 620px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.round-clock-details .solar-box h2 {
	margin-bottom: -5px;
}
.solar-box .icon-box {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 200px;
}
.esg-head {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	/* background: #0068b2; */
	background: linear-gradient(315deg, #0068b2 0%, #0bab64 74%);
	padding: 0 60px 0 90px;
	border-radius: 20px;
	text-align: justify;
}
.esg-quote {
	padding: 50px 0 0
}
esg-quote p {
	font-size: 20px;
	font-weight: 400;
}
.esg-qt {
	font-weight: 500;
}
.esg-des {
	font-size: 18px;
	font-weight: 500;
	text-align: right;
}
.esg-des span {
	display: inherit;
}
.esg-rpt {
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.esg-rpt h5 {
    color: #294b9d;
    font-size: 22px;
    font-weight: 600;
}
.esg-btn {
    color: #fff;
    background-color: #005e60;
    border-color: #005e60;
    margin-left: 15px;
	font-weight: 600;
}
.esg-btn:hover{color: #005e60;
    background-color: #fff;
    border-color: #005e60;
    margin-left: 15px;
    font-weight: 600;
}
.pro-txt {
	font-size: 18px;
	font-weight: 500;
	text-align: justify;
}
section.offering_sec {
	padding: 20px;
}
.offering-page h1 {
	padding: 20px 0;
	margin-top: 20px;
	color: #294b9d;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Open Sans';
	line-height: 40px;
}
.off-title {
	padding: 20px 0;
	margin-top: 20px;
	color: #294b9d;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Open Sans';
	line-height: 40px;
}
element.style {
	visibility: visible;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}
.off-det-head {
	font-size: 22px !important;
	font-weight: 500;
	letter-spacing: -0.1px;
}
.off-det-head .txt-teal {
	font-size: 24px;
}
.off-det {
	font-size: 18px;
	font-weight: 500;
}
.txt-clr {
	color: #0070b8;
	font-size: 20px;
	font-weight: 600;
}
.off_sec_page .services_content {
	color: #fff;
	padding: 75px 30px;
}
.off_sec_page .services_content h2 {
	font-size: 16px;
}
.off_sec_page .services_content h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.knmore {
	position: relative;
}
.knmore a::after {
	content: ">";
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #000;
	text-align: center;
	left: 0;
	color: #000;
}
.knmore a:hover::after {
	background-color: #94C93D;
	color: #000;
	border: 1px solid #72963a;
}
.off-content {
	padding: 90px 20px;
}
.off-content h3, .off-content h3 a {
	font-size: 30px;
	font-weight: 600;
	color: #294b9d;
}
.off-content p {
	font-size: 18px;
	color: #000;
}
.cube-sec, .cube-sec figure {
	position: relative;
	height: auto;
	padding:100px 0;
}
.cube-sec figure:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 25%);
}
h3.cube-head {
	position: absolute;
	top: 0;
	text-transform: capitalize;
	opacity: 1;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	left: 0;
	transform: translate(50px, 60px);
	text-shadow: 2px 2px black;
}
.cube-sec figure {
    height: 365px;
    overflow: hidden;
}
.cube-sec figure  img{
   object-fit:cover;
}
.ver-swiper{	position: relative;}
.swiper-container {
    width: 100%;
    height: 550px;
    overflow: hidden; 
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	color: #000;
	/* margin:15px 0; */
}
.swiper-pagination {
    bottom: -22px;
    top: inherit !important;
    transform: rotate(270deg) !important;
    right: 45px !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background:var(--swiper-pagination-color, #73bf44);
}
.vs_card_wrapper {
    background-color: #F5F5F5;
    padding: 40px 20px;
    border: 1px solid #cccccc7d;
    height: 100%;
    color: #000;
    margin: 4px;
}
.vs_card_wrapper.multi-wrapper {
    width: 50%;
}
.vs_card_wrapper img {
    max-width: 60px;
    margin-bottom: 20px;
}
.green-icn {
    filter: invert(67%) sepia(38%) saturate(680%) hue-rotate(53deg) brightness(93%) contrast(86%);
}
.vs_card_wrapper h4 {
    font-size: 17px;
    font-weight: 500;
   /* color: #73bf44;
    text-shadow: 0 0 black;*/
}
.vs_card_wrapper ul li {
   /* color: #212529;
    text-shadow: 0 0 black;*/
    font-size: 18px;
	list-style:none;
	line-height:30px;
}
/*.vs_card_wrapper ul li::marker {
color:#73bf44;
font-size:22px;
}*/
.swip-list li:before{
	content: "";
    background: url(../images/tick-icon.svg) no-repeat;
    position: absolute;
    margin-top: 8px;
    margin-left: -28px;
    width: 30px;
    height: 30px;
   filter: brightness(0) saturate(100%) invert(26%) sepia(30%) saturate(2197%) hue-rotate(143deg) brightness(94%) contrast(98%);
}
.wide-range {
	position: relative;
}
ul.wide-list {
	column-count: 3;
	padding: 10px 40px 40px 75px;
	margin-left: 20px;
}
.wide-list li {
	list-style: none;
	font-size: 20px;
	font-weight: 500;
	line-height: 44px;
}
.wide-list li:before{
    content: "";
    background: url(../images/tick-icon.svg) no-repeat;
    position: absolute;
    margin-top: 15px;
    margin-left: -28px;
    width: 30px;
    height: 30px;
   filter: brightness(0) saturate(100%) invert(26%) sepia(30%) saturate(2197%) hue-rotate(143deg) brightness(94%) contrast(98%);
}
.yb-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    pointer-events: none;
}
.pop_up_page img.pop_up_page_img{ height: -webkit-fill-available;}
.pop_up_page2 label{font-size: 14px; font-weight: 600;}
@media (max-width: 1550px) {
.details-head blockquote {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	font-family: 'Open Sans';
	font-weight: 500;
	font-size: 30px;
	position: relative;
	line-height: 30px;
	color: #1B1B1B;
}
.career-why-left {
	max-width: 680px;
}
.career-why-right {
	padding: 80px 40px 0px 80px;
}
.about-tab-content h3 {
	font-size: 28px;
	line-height: 32px;
}
.career-why-left {
	position: relative;
	left: 0;
	bottom: 0;
	max-width: 880px;
}
.career-why-right {
	padding: 54px 40px 0px 12px;
}
.career-working-bg p {
	width: 281px;
	font-size: 15px;
}
.storage-sec img {
	height: auto !important;
}
.peaking-details p {
	max-width: 100% !important;
}
.peaking-details {
	padding: 11px;
}
/*.peaking-sec {
	padding: 64px 0px 30px !important;
}*/
/* .peaking-sec::before {
    content: '';
    background-color: #0072BC;
    width: 43.4% !important;
    height: 303px;
    position: absolute;
    z-index: -1;
    top: 71.25em !important;
} */
}
.investors .about-tab-content {
	position: relative;
	margin-bottom: 0;
}
 @media screen and (max-width: 767px) {
.project-text {
	position: inherit!important;
	width: 100%!important;
	left: 0!important;
	right: 0!important;
}
.project-warea {
	margin-bottom: 50px!important;
}
.project-list {
	margin-top: 0px !important;/*margin-bottom: 40px;*/
}
.about-tab ul li a {
	color: #666666;
	font-weight: 600;
	position: relative;
	line-height: 28px;
	padding: 0;
	margin-left: 20px;
	padding-left: 0;
	padding-bottom: 20px;
}
.about-tab {
	padding-top: 50px;
	position: relative;
	margin-bottom: 25px;
	border-bottom: 1px solid #999;
}
.news-top {
	padding: 42px 0 0;
	position: relative;
	overflow: hidden;
}
.news-top a::before {
	height: 150px;
}
.event-dtls {
	padding: 30px 20px 10px 30px;
}
.news-bx-bigimg .event-dtls p, .col-md-12 .event-dtls p {
	font-size: 14px;
	line-height: 20px;
}
.news-all {
	padding: 0;
}
.news-all .col-md-4 {
	margin-bottom: 0;
}
.career-working-bg {
	padding: 1px 0px;
	position: relative;
}
.firm-power-sec::before {
	height: 13.5% !important;
}
.details-head p {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
	position: relative;
	line-height: 26px;
	color: #666666;
	margin-bottom: 0;
}
}
/*-- UI07081989 --*/
.invest-sector {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-bottom: 3rem;
}
.invest-sector-boxes {
	width: 18%;
	padding: 15px;
	margin-right: 20px;
	margin-bottom: 1.4rem;
	background: #fff;
	color: #F15A22;
	border: 1px solid #F15A22;
	font-size: 14px;
	text-align: center;
}
.invest-sector-sec {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
}
.invest-sector-boxes-sec {
	width: 15%;
	padding: 15px;
	margin-right: 16px;
	margin-bottom: 1.4rem;
	background: #fff;
	color: #F15A22;
	border: 1px solid #F15A22;
	font-size: 14px;
	text-align: center;
}
.sector-focus-tab {
	margin-bottom: 3rem;
}
#horizontalTab-sector {
	padding-top: 20px !important;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 12%);
}
@media (min-width: 769px) {
.spec-tab .resp-tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
}
ul.resp-tabs-list, .resp-tabs-list li {
	padding: 7px 0;
	font-size: 16px;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;/* text-transform: uppercase; */
}
.spec-tab .resp-tabs-list li {
	border: 1px solid #f15a22;
	color: #f15a22;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	padding: 5px 30px !important;
	line-height: 36px;
	margin-right: 20px;
	/* text-transform: uppercase; */
	border-radius: 0;
	font-size: 18px;
	font-weight: 600;
}
.spec-tab .resp-tab-active {
	background-color: #f15a22;
	color: #fff!important;
	border-radius: 0;
	margin-bottom: 0;
}
.resp-tabs-container p a {
	font-weight: bold;
	text-transform: uppercase;/* color: #887b7b; */
}
.knowldg-box {
	text-align: left;
	margin: 20px;
}
.knowldg-box h4 {
	margin: 10px 0px 8px;
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	color: #0072BC;
	font-weight: 600;
	font-family: 'Open Sans';
}
.knowldg-box p {
	font-weight: 600;
	position: relative;
	padding-left: 20px;
}
.knowldg-box p::before {
	background-color: #f15a22;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}
.logo-area ul {
	display: flex;
	list-style: none;
	padding: 0px;
}
.logo-area ul li {
	max-width: 150px;
	margin: 0px 50px 0px 0px;
}
.investor-logo {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
}
.investor-logo-box {
	width: 18%;
	padding: 15px;
	border: 1px solid #eee;
	margin-right: 20px;
	margin-bottom: 1.4rem;
	margin-top: 1.5rem;
}
.investor-logo-box:last-child {
	margin-right: 0px;
}
.lmrgn {
	padding-left: 30px!important;
}
 @media (max-width: 767px) {
.investor-logo-box {
	width: 25%;
	padding: 7px;
}
}
@media (max-width: 575px) {
.project-text ul {
	column-count: 1;
	padding: 0;
}
.investor-logo-box {
	width: 44%;
	padding: 8px;
	margin-bottom: 0rem;
}
.resp-tab-content {
	padding: 0px;
}
.knowldg-box {
	margin: 0px;
}
}
@media (max-width: 375px) {
.investor-logo-box {
	width: 42%;
	padding: 8px;
	margin-bottom: 0rem;
}
}
.overview-sec {
	padding: 0px 0 50px;
}
.overview-box {
	position: relative;
	margin: 15px 15px 30px;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 15px 0px rgb(40 40 40 / 16%);
	-moz-box-shadow: 0px 5px 15px 0px rgba(40, 40, 40, 0.16);
	-ms-box-shadow: 0px 5px 15px 0px rgba(40, 40, 40, 0.16);
	-o-box-shadow: 0px 5px 15px 0px rgba(40, 40, 40, 0.16);
	box-shadow: 0px 5px 15px 0px rgb(40 40 40 / 16%);
	min-height: 320px;
}
.overview-box::after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #378d2c;
	-webkit-transition: all 500ms ease-in-out;
	-khtml-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.overview-box:hover::after {
	width: 100%;
}
.icon-warea {
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-khtml-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding: 10px 0 0 10px;
}
.icon-warea::before {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	/*background-color: #ecf6ea;*/
	background-color: #a3c9e46e;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 15px;
	-webkit-transition: all 300ms ease-in-out;
	-khtml-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: -1;
}
.icon-warea img {
	width: auto !important;
}
.overview-box:hover .icon-warea::before {
	width: 65px;
	height: 65px;
}
.overview-box p {
	font-size: 18px;
	color: #666666;
	font-family: 'Open Sans';
	margin: 20px 0 0 0;
}
.menu-right-insight ul {
	justify-content: start !important;
}
.overview-carousel .owl-prev, .overview-carousel .owl-next {
	font-size: 50px !important;
	margin-right: 5px !important;
	margin-top: -28px;/* position: absolute;
    top: 35%;
    left: -20px;*/
}
.overview-carousel .owl-nav {
	float: right;
}
/*.overview-carousel .owl-next{
	right:-20px;
	left:inherit !important;
}*/
.project-warea {
	position: relative;/*margin-bottom:170px;*/
}
.project-text {
	position: absolute;
	/*background-color: #fff;*/
	background-color: #385255;
	bottom: 10%;
	width: 45%;
	margin: 0 auto;
	left: 55%;
	right: 10%;
	padding: 50px;
	-webkit-box-shadow: 0px 5px 15px 0px rgb(40 40 40 / 16%);
	-moz-box-shadow: 0px 5px 15px 0px rgba(40, 40, 40, 0.16);
	-ms-box-shadow: 0px 5px 15px 0px rgba(40, 40, 40, 0.16);
	-o-box-shadow: 0px 5px 15px 0px rgba(40, 40, 40, 0.16);
	box-shadow: 0px 5px 15px 0px rgb(40 40 40 / 16%);
}
.project-text h4 {
	font-size: 26px;
	font-weight: 600;
	font-family: 'Open Sans';
	/* color: #1B1B1B; */
	color: #fff;
	margin: 0;/*margin-bottom: 15px;
	text-align:center;*/
}
.project-sec ul li:last-child {
	display: list-item !important;
}
.project-text ul {
	/*column-count:3;*/
	padding: 0;
	margin: 0 0 10px 0;
}
.project-text ul li {
	list-style-position: inside;
	color: #fff;
	font-size: 18px;
	margin-left: 20px;
}
.project-text ul li::marker {
color:#73bf44;
font-size:22px;
}
.project-text p {
	margin-bottom: 15px;
	font-size: 20px;
	color: #73bf44;
}
}
/*.project-sec .project-warea:last-child{
	margin-bottom:80px !important;
}*/
.project-sec .project-warea {
	margin-bottom: 50px;
}
.round-clock-details h6 {
	font-size: 22px;
	font-weight: 600;
}
/* 30 Dec 2021 */
.media_main_sec h6 {
	font-size: 13px;
	font-weight: 500;
	padding-bottom: 20px;
}
.media_main_sec h1 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-align: left;
	position: relative;
	line-height: 1.3;
	min-height: 121px;
}
.media_block_bttm {
	position: relative;
	border-top: 2px solid #dad7d2;
	padding: 20px 0;
}
.media_block_bttm p {
	text-align: right;
}
.media_block_bttm p a {
	color: #73bf44 !important;
}
.media_block {
	position: relative;
	background: #fbf9f8;
	padding: 25px;
	padding-bottom: 0;
	margin-bottom: 45px;
}
.media_block:hover {
	/* background: #f3b39d;*/
	box-shadow: 4px 4px #378d2c;
	transition: ease all 1s;
}
/*03jan2022*/
.sustnblty-listing {
	margin-top: 20px;
}
.sustnblty-listing li {
	color: #000;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Open Sans';
	line-height: 28px;
}
.sustnblty-listing li::marker {
color: #73bf44;
font-size: 22px;
}
.csr-text {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Open Sans';
	padding: 85px 20px;
	line-height: 30px;
}
.project-list {
	margin-top: 80px !important;/*margin-bottom: 120px;*/
}
.project-list.sustain-hse {
	padding: 0 15px;
}
/*--------------------------------------------------------------
# contact page
--------------------------------------------------------------*/
.inner-back-contct {
	width: 100%;
	padding: 0;
	position: relative;
}
.inner-back-contct::before {
	content: "";
	background-color: #EEEEEE;
	height: 560px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.contact-page {
	padding: 60px 0 140px;
	position: relative;
}
.contact-page h1 {
	font-weight: 700;
	font-size: 35px;
	font-family: 'Open Sans';
	margin-bottom: 40px;
	color: #294b9d;
}
.contact-ofc-detail {
	margin-top: 90px;
}
.contact-ofc-detail h2 {/* font-size: 24px; color: #1B1B1B;font-family: 'Open Sans'; position: relative; opacity: 0.7;*/
	position: relative;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Open Sans';
	color: #294b9d;
	margin-bottom: 30px;
}
.contact-ofc-detail h2::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0; /*background-color: #a3a3a3;*/
	background-color: #73bf44;
	width: 50px;
	height: 2px;
}
.contact-ofc-detail h3 {
	font-size: 20px;
	margin-top: 60px;
	color: #1B1B1B;
	font-family: 'Open Sans';
	position: relative;
	opacity: 0.8;
	margin-bottom: 15px;
}
.contact-ofc-detail p {
	margin-bottom: 7px;
	font-size: 18px;
	color: #666666;
	font-family: 'Open Sans';
}
.cont-box-p {
	padding-bottom: 10px;
}
.contact-ofc-detail p a {
	color: #000;
}
.contact-ofc-detail p a:hover {
	color: #73bf44;
}
.gry-bck .btn-outline-light {
	background: #73bf44;
	border: 0;
}
.gry-bck .btn-outline-light:focus {
	color: 000;
}
/*inwuery form*/
.inquiry-form {
	background: #fff;
	padding: 30px 30px 40px;
	color: #fff;
	box-shadow: 0px 7px 10px #00000029;
}
.inquiry-form h2 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
}
.inquiry-form .form-control {
	color: #282828;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid #C4C4C4;
	border-radius: 0;
	padding: 12px 0;
	height: auto;
}
.inquiry-form select.form-control.empty {
	color: #ffffff9e;
}
.inquiry-form select.form-control option {
	color: #333;
}
.inquiry-form textarea.form-control {
	background: #FAFAFA;
	border: transparent;
	padding: 10px 15px;
	margin-top: 30px;
	height: 80px;
	border-bottom: 2px solid #bbbbbb;
}
::-webkit-placeholder {
color: #C4C4C4!important;
}
:-ms-placeholder {
color: #C4C4C4!important;
}
::placeholder {
color: #C4C4C4!important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.inquiry-form .form-group {
	position: relative;
}
.inquiry-form .form-group.current:before {
	width: 100%;
}
.button-sec .btn-submit {/*background: #F15A22;*/
	background: #73bf44;
	border: 0;
	font-size: 15px;
	color: #fff;
	border-radius: 27px;
	padding: 6px 24px;
	font-weight: 400;
	transition: 0.3s;
	margin-top: 30px;
}
.button-sec .btn-submit:hover {
	background: #294b9d;
	color: #fff;
}
.button-sec .btn-submit img {
	margin-left: 10px;
}
.contact-map {
	margin-top: -100px;
	width: 100%;
}
/*FAQ ACCORDIAN start*/

.faq {
	padding: 4rem 0;
	background: var(--colorwhite);
}
.faq h3, .faq .container > h2 {
	text-align: center;
	margin-bottom: 2rem;
	font-weight: 800;
	color: #1B1B1B;
	font-family: 'Montserrat';
}
/* .accordion-contct{} */
.accordion-button {
	background-color: #005e60;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	padding: 16px 30px;
}
.accordion-item {
	margin: 1rem 0;
	border: 0;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #294b9d;
	box-shadow: none;
}
.accordion-button::after {
	background-color: #fff;
	width: 26px;
	height: 26px;
	font-weight: 600;
	border-radius: 100%;
box-shadow: 0px .3rem .6rem #00000029;
	background-position: center center;
	background-size: 80%;
	padding: 6px;
}
.accordion-body {
	font-size: 1.1rem;
	line-height: 1.8rem;
	padding: 1rem 2rem 2rem 2rem;
	background: #EEEEEE;
}
.accordion-body p {
	font-size: 1.1rem;
	line-height: 1.8rem;
}
.accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}
/*.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);transform: rotate(-180deg);background-color: #fff;} */

/*FAQ ACCORDIAN end*/

.great-place {
	text-align: end;
}
.success-sec {
	background: #eee;
}
.success-sec .overViewInside p {
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 38px;
}
.devImage {
	position: relative;
}
.bg_blueBox {
	background: #017fc6;
	padding: 40px;
	color: #fff;
	max-width: 490px;
	position: absolute;
	bottom: 0;
	left: 80px;
}
.bg_blueBox ul {
	padding: 0;
	list-style-type: circle;
}
.bg_blueBox ul li {
	display: block;
	color: #fff;
	font-size: 15px;
	padding-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.bg_blueBox ul li:last-child {
	padding-bottom: 0;
}
.bg_blueBox ul li:before {
	position: absolute;
	background: #fff;
	content: "";
	width: 8px;
	height: 8px;
	left: 0;
	top: 8px;
	border-radius: 100%;
}
.successdetails h3 {
	font-size: 20px;
	color: #007ec2;
	padding: 10px;
	font-weight: 600;
}
.successdetails .thumbnail {
	/* margin: 20px;
    text-align: center;*/
	border: 1px solid #007bbd33;
	margin-bottom: 5px;
}
.bg_black {
	/* background: #2A2A2A; */
	padding: 70px 0;
	position: relative;
}
.lexion_content {
	padding: 50px;
	background: #F15A22;
	color: #fff;
	position: absolute;
	right: 40px;
	left: auto;
	top: 50%;
	width: 40%;
	transform: translate(0, -50%);
}
.lexion_content p {
	color: #fff;
	font-size: 16px;
}
/*.firm-power-sec::before {
    background: #EEEEEE;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 490px;
}*/
.firm-power-sec {
	padding: 0 0;
	position: relative;
	overflow: hidden;
}
.firm-power-details {
	padding: 0;
	padding-bottom: 60px;
}
.round-clock-details {
	position: relative;
}
/*.round-clock-details img{
	height: 495px;
}*/
.firm-power-details .clock-box {
	padding: 39px;
	background: #fff;
	margin-top: -252px;
	position: relative;
	margin-right: 8%;
}
.firm-power-details .clock-box h3 {
	font-size: 30px;
	font-family: 'Open Sans';
	font-weight: 600;
	color: #294b9d;
}
.firm-power-details .clock-box p {
	font-size: 18px;
	color: #666666;
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 27px;
	margin-top: 10px;
}
.icon-box {
	position: relative;
	margin-top: 5px;
	width: 35%;
}
.icon-box img {
	height: auto !important;
}
.icon-box figure {
	margin: auto;
	text-align: center;
}
.icon-box:before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 0;
	border-width: 0;
	top: 50%;
	width: 30%;
	border-style: solid;
	border-color: #73bf44;
	border-bottom-width: 1px;
}
.icon-box:after {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	border-width: 0;
	top: 50%;
	width: 30%;
	border-style: solid;
	border-color: #73bf44;
	border-bottom-width: 1px;
}
.news-sec h2 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Open Sans';
	color: #1B1B1B;
	margin-bottom: 30px;
}
.round-clock-details h2 {
	font-size: 30px;
	font-family: 'Open Sans';
	font-weight: 700;
	color: #294b9d;
	margin-bottom: 30px;
	margin-top: 40px;
}
.round-clock-details p {
	font-size: 18px;
	color: #000;
}
/* csr page */
.firm-power-details.coming-details {
	position: relative;
	padding: 100px 0;
	padding-bottom: 60px;
	height: auto;
}
.csr-sec.inner-back::before {
	content: "";
	background-color: #ffffff;
	height: 500px;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
}
.csr-sec h4 {
	font-size: 38px;
	font-weight: 300;
	font-family: 'Open Sans';
	color: #1B1B1B;
	margin-bottom: 10px;
	margin-top: 10px;
}
.csrdetails {
	position: relative;
	padding: 0;
	padding-bottom: 60px;
	height: auto;
}
.csr-box {
	position: relative;
}
.csr-text h4 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Open Sans';
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 25px;
}
.csr-blue {
	background: #0072bcd4;
	padding: 40px 0;
	margin-bottom: 70px;
}
.csr-blue h4 {
	color: #fff;
}
.csr-blue p {
	color: #fff;
}
.csr-img img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
/* csr page */

/* blog page */
.blog-inner a:hover {
	/*background: #df3740;*/
	background: #294b9d;
}
.blog-inner a {
	background: #73bf44 0% 0% no-repeat padding-box;
	color: #fff;
	padding: 9px 20px;
	display: inline-block;
	border-radius: 5px;
	font-size: 15px;
	transition: 0.5s ease all;
}
.blog-inner {
	margin-bottom: 40px;
}
.blog-inner h6 {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
}
.for-blog {
	padding: 0;
	margin: 5px 0 20px 0;
}
.for-blog li {
	display: inline-block;
	font-size: 14px;
	position: relative;
	color: #4e4e4e;
	margin-right: 8px;
}
.about-tab-content .blog-inner h4 {
	margin-top: 5px;
	font-size: 22px;
	font-family: 'Montserrat';
	opacity: 1;
	padding-right: 0;
	padding-left: 0px;
	margin-bottom: 8px;
	font-weight: 600;
	line-height: 1.4;
}
.for-blog li:first-child::before {
	display: none;
}
.blog-inner li {
	font-size: 15px;
	margin-bottom: 10px;
}
.for-blog li:before {
	content: "";
	position: absolute;
	background: #4e4e4e;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	left: -7px;
	top: 10px;
}
/* blog page */
.great-place img {
	max-width: 90px;
}
.gallery-album-box figure img {
	object-fit: cover;
	height: 270px;
	width: 100%;
}
.round-clock-details.img-zoom.gallery_details figure img {
	width: 100%;
	object-fit: cover;
	height: 250px;
}
.team-box figcaption h6 span {
	display: block;
	line-height: 1.5;
}
.career_link {
	text-align: center;
	padding: 15px 40px 15px;
	width: 30%;
	margin: 0 auto 50px;
	background: #F15A22;
	border: 0;
	font-size: 15px;
	color: #fff;
	border-radius: 27px;
	font-weight: 400;
	transition: 0.3s;
	margin-top: 0px;
}
.career_link:hover {
	background: #0074b7;
}
.career_link a {
	color: #FFF;
}
/* UI16041998 14 Dec 2023 */
.current-policies .row li {
	list-style: none;
}
.book-cover {
	height: 100%;
	padding: 50px 0;
	box-shadow: 0 0 20px rgb(162 162 162 / 50%);
	-moz-box-shadow: 0 0 20px rgba(162,162,162,.5);
	-webkit-box-shadow: 0 0 20px rgb(162 162 162 / 50%);
	-o-box-shadow: 0 0 20px rgba(162,162,162,.5);
	width: 100%;
	display: block;
	text-align: center;
}
.book {
	margin: 0 auto;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	transition: box-shadow .3s linear;
	overflow: hidden;
}
.book-cover p, .book-cover p a{
	font-size: 20px;
	font-weight: 600;
	color: #4c1754;
}
.book-cover p a:hover{color:#73bf44;}
.inter_list_sec {
	width: 41%;
	list-style: none;
	column-count: 2;
	margin: 20px;
}
.inter_list_sec .inter_list {
	margin-right: 40px;
	border: 1px solid #bed6e3;
}
/* New development css */
.breadcrumbs {
	float: right;
	line-height: 1;
	margin-top: 10px;
}
.breadcrumbs li {
	display: inline-block;
	margin-right: 10px;
}
.breadcrumbs li:last-child {
	margin-right: 0;
}
.breadcrumbs li, .breadcrumbs li a {
	display: inline-block;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	color: #808285;
}
.breadcrumbs li:last-child:after {
	content: none;
}
.breadcrumbs li:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 0;
	padding: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 4px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	float: right;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	-o-transition: all 0.45s ease-out;
	transition: all 0.45s ease-out;
}
.pg-title-sec {
	position: relative;
	margin-bottom: 60px;
	padding-top: 55px;
}
.pg-title {
	color: #808285 !important;
	font-size: 20px;
	padding: 10px 0 0;
	display: inline;
}
.inv-head, .pg-sub-head {
	font-size: 40px;
	color: #294b9d;
	padding: 10px 0 20px;
}
.inv-sub-head {
	font-size: 22px;
	font-weight: 600;
}
.eqt-sec {
	padding: 55px 0px;
	margin: 8px;
	width: 100%;
}
.det-list p {
	padding-bottom: 20px;
	font-size: 18px;
	position: relative;
	min-height: 130px;
}
.temasek li.det-list p {
	padding-bottom: 20px;
	font-size: 18px;
	position: relative;
	min-height: 50px;
}
.det-list {
	position: relative;
	list-style: none;
	padding: 0 10px;
	margin: 10px 0;
}
.det-list::before {
	content: "";
	height: 35px;
	position: absolute;
	left: 0;
	width: 2px;
	/*background: #faa951;*/
	background: #73bf44;
	z-index: 99;
	top: 5px;
}
.det-list p::after {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	width: 100%;
	background: #d5d3d1;
	z-index: 99;
	bottom: 1px;
}
.temasek {
	background: #294b9d;
}
.tem-head {
	color: #fff;
	font-size: 42px;
	padding: 30px 0;
}
.temasek p {
	color: #fff;
	height: auto;
}
.temasek .det-list p::after {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	width: 95%;
	background: #d5d3d166;
	z-index: 99;
	bottom: 1px;
}
.ad-modal {
	width: 80% !important;
}
.mdl-bg {
	position: relative;
	padding: 48px 30px;
}
.mdl-bg::before {
	content: "";
	background-color: #3058aa;
	height: 300px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.mdl-img {
	z-index: 99;
}
.mdl-img figcaption h6 {
	font-size: 25px;
	font-weight: 600;
	color: #3058aa;
	padding: 20px 0 5px;
	text-align: left;
	margin: 0;
}
.mdl-img figcaption span {
	font-size: 15px;
	font-weight: 500;
	display: inherit;
	text-align: left;
	padding-bottom: 10px;
	color: #000;
}
.mdl-desc p {
	font-size: 16px;
}
.emp-back::before {
	content: "";
	background-color: #EEEEEE;
	height: 345px;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
}
.emp-back .speak-person {
	padding: 0 30px;
}
.emp-back .speak-person img {
	padding-bottom: 20px;
}
.emp-back .about-tab-content h3 {
	font-size: 24px !important;
	line-height: 23px;
	padding-top: 5px;
}
.emp-back .about-tab-content h4 {
	color: #294b9d;
}
.speak-person p {
	font-size: 18px;
}
.cm-banner-sec {
	position: relative;
}
.cm-banner-sec img {
	height: 350px;
	width: 100%;
}
.bnr-cnt {
	position: absolute;
	top: 100px;
	padding: 0px 273px 0 273px;
	color: #fff;
	right: 0;
}
.bnr-main {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	padding: 20px 0 30px;
	display: inline-block;
}
.bnr-sub {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	width: 92%;
}
.cm-title {
	font-size: 21px;
	display: inline;
}
.cm-title-sec .breadcrumbs {
	margin-top: 0px;
}
.cm-title-sec .breadcrumbs li a {
	color: #fff;
	font-size: 16px;
}
.cm-title-sec .breadcrumbs li:after {
	border-top: 4px solid #fff;
}
/*.cm-content {
    padding: 60px 0;
}*/
.cm-content p {
	font-size: 18px;
	color: #666666;
	font-family: 'Open Sans';
}
.cm-content .p-area {
	font-size: 18px;
	color: #666666;
	font-family: 'Open Sans';
	/*padding: 15px 20px 30px 20px;*/
	padding: 15px 0 30px;
}
/*.cm-content p strong{color:#73bf44;}*/
.box_frame {
	position: relative;
	z-index: 1;
}
.box_frame .box {
	position: absolute;
	top: -36px;
	width: 20%;
	margin: 0px;
	right: 362px;
	height: 105px;
	padding: 0px 20px 15px;
}
.box_frame .bx-txt {
	font-size: 70px;
	color: #fff;
}
.box_frame .bx-txt span {
	font-size: 16px;
	top: 22px;
	margin-left: 16px;
	line-height: 21px;
}
.box {
	background: transparent linear-gradient(299deg, #0072BC 21%, #94C93D 92%) 0% 0% no-repeat padding-box;
	opacity: 1;
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-weight: 700;
	padding: 0px 40px 28px;
	height: 163px;
	margin-top: 55px;
	width: 60%;
}
.bx-txt {
	font-size: 95px;
	position: relative;
}
.bx-txt span {
	font-size: 21px;
	position: absolute;
	top: 38px;
	margin-left: 20px;
	line-height: 24px;
	font-weight: 500;
}
.overview-sec {
	padding: 100px 50px 0;
}
.overview-sec h4 {
	font-size: 21px;
	color: #808285;
}
.overview-sec .why-head {
	/*font-size: 38px;*/
	font-size: 32px;
	font-weight: 600;
	text-align: left;
	line-height: 34px;
	/*line-height: 40px;*/
	padding: 20px 0;
	margin: 0px;
	color: #294b9d;
	font-family: "Open Sans";
}
.why-slider {
	position: relative;
}
.overview-carousel, .why-choose-desk {
	position: inherit;
}
/*.overview-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    left: 5px;
}
.overview-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    left: 70px;
}*/
.overview-carousel .owl-nav .owl-prev span, .overview-carousel .owl-nav .owl-next span, .why-choose-desk .owl-nav .owl-prev span, .why-choose-desk .owl-nav .owl-next span {
	background: #79c556 !important;
	border: 1px !important;
	border-radius: 50%;
	width: 40px;
	display: inline-table;
	height: 40px;
	font-size: 25px;
	font-weight: 500;
}
.why-choose-desk .owl-dots {
    position: absolute;
    bottom: 0;
    right: 50px;
}
.why-choose-desk button.owl-dot {
    padding: 3.5px !important;
    border-radius: 50%;
    background: #ddd;
    border: 1px solid #ddd !important;
    margin-left: 5px;
}
.why-choose-desk button.owl-dot.active{    
    background: #73bf44;
    padding: 4px;
}
.why-content {
	position: relative;
}
.why-cnt-det {
	position: absolute;
	bottom: 10%;
	margin: 30px;
	padding: 10px 158px;
	width: 40%;
}
.why-cnt-det blockquote {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
}
.why-cnt-det p {
	font-size: 18px;
}
.vis-mis {
	background: #294b9d;
	padding: 30px;
}
.vm-img {
	padding-top: 100px;
}
.vm-content {
	padding: 80px 50px;
	color: #fff;
}
.vsn-cnt {
	border-bottom: 1px solid #ffffff36;
	margin-bottom: 30px;
	padding: 0 0 20px;
}
.vm-head {
	padding-bottom: 15px;
}
.vm-content p {
	font-size: 18px;
}
.value-area p {
	font-size: 18px;
	text-align: center;
}
.core-value-area {
	background: #F6F6F6;
	padding: 60px;
}
.core-value-area h2 {
	font-size: 32px;
	padding-bottom: 35px;
	color: #294b9d;
}
.core-value-area .value-box {
	border: none !important;
	background: #fff;
}
.core-value-area .value-box h5 {
	color: #1B1B1B;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 14px;
	font-family: 'Montserrat';
	text-align: center;
}
.core-value-area .value-box p {
	text-align: center;
}
.core-value-area .icon {
	text-align: center;
	padding-bottom: 20px;
}
.success-section blockquote {
	font-size: 20px;
	/*font-weight: 600;
	padding-top: 30px;*/
}
.success-section .port-box {
    width: 33%;
    margin-bottom: 35px;
}
.success-section .port-box:after {
    content: "";
    position: absolute;
    background: #294b9d;
    width: 23%;
    height: 1px;
    bottom: -10px;
    left: 39%;
    /* filter: blur(1px);*/
}
.success-section .abt-port-box{padding:0;}
.success-section .port-sec.inr-prt-sec{padding: 50px 0 0;}
.success-list ul {
	padding: 30px;
}
.success-list ul li {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 12px;
	padding-left: 20px;
	list-style: none;
	position: relative;
}
.success-list ul li:before {
	position: absolute;
	background: #73bf44;
	content: "";
	width: 8px;
	height: 8px;
	left: 0;
	top: 8px;
	border-radius: 100%;
}
.success-sec {
	background: #eee;
}
.success-sec .overViewInside p {
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 38px;
}
.devImage {
	position: relative;
}
.bg_blueBox {
	background: #017fc6;
	padding: 40px;
	color: #fff;
	max-width: 490px;
	position: absolute;
	bottom: 0;
	left: 80px;
}
.bg_black {
	/* background: #2A2A2A; */
	padding: 70px 0;
	position: relative;
}
.lexion_content {
	padding: 50px;
	background: #F15A22;
	color: #fff;
	position: absolute;
	right: 40px;
	left: auto;
	top: 50%;
	width: 40%;
	transform: translate(0, -50%);
}
.lexion_content p {
	color: #fff;
	font-size: 16px;
}
.success_work {
	background: #294b9d;
}
.scs-det {
	padding: 4rem 0;
}
.success_work .successdetails {
	padding: 50px 0;
}
.successdetails h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}
.client-list {
	column-count: 6;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.client-list li {
	margin-bottom: 10px;
	text-align: center;
	margin-right: 10px;
}
.off-takers-list {
	column-count: 3;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.off-takers-list li {
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
/*.off-takers-list .thumbnail img {
    width: 100%;
    height: 100%;
}*/
.thumbnail img {
	width: 168px;
	height: 100px;
}
.career-sec {
	padding: 0;
	position: relative;
}
.career-header {
	padding: 0;
}
.career-header .pg-title-sec {
	margin-bottom: 40px;
}
.cr-cnt {
	position: relative;
	margin-bottom: 90px;
}
.cr-cnt::before {
	content: "";
	height: 90px;
	position: absolute;
	left: 17px;
	width: 3px;
	/*background: linear-gradient(#e9760f, #006eb7);*/
	background: linear-gradient(40deg, #92ca65, #0d5fac);
	bottom: 14px;
}
.cr-cnt p {
	font-size: 18px;
	padding: 20px 52px;
}
.career-back::before {
	content: "";
	background-color: #EEEEEE;
	height: 365px;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
}
.career-det {
	padding: 80px;
	background: #eeeeee;
}
.cr-hd {
	font-size: 40px;
	font-weight: 600;
	padding-top: 40px;
}
.cr-hd span {
	color: #294b9d;
}
.career-det p {
	font-size: 18px;
	padding: 13px 0;
}
.career-det .desk-sec {
	display: block;
}
.career-det .mob-sec {
	display: none;
}
.blu-bck {
	background: #294b9d;
	color: #fff;
	padding: 20px;
}
.blu-bck p {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.gry-bck {
	/* background: #808285;*/
	width: 45%;
	padding: 30px 0;
	color: #294b9d;
}
.gry-bck p {
	font-size: 24px;
	padding: 0;
	margin: 0 0 10px;
}
.gry-bck .btn.btn-outline-light {
	font-size: 16px;
	border-radius: 0;
	padding: 10px;
}
.opr-sec {
	padding-top: 40px;
}
.opr-sec p {
	font-size: 18px;
	color: #000;
}
.om-area blockquote {
	font-size: 28px;
	text-align: center;
	color: #2d4f9f;
	font-weight: 700;
	margin: 40px 0 50px;
}
.om-value-box li {
	color: #000;
	font-size: 18px;
}
.om-value-box li::marker {
color: #73bf44;
font-size: 22px;
}
.value-box-area:nth-child(2) .om-value-box, .value-box-area:nth-child(3) .om-value-box {
	border: 2px solid #294b9d;
}
.om-value-box-area:nth-child(4) .om-value-box {
	border: 2px solid #005e60;
}
.om-value-box {
	border: 2px solid #005e60;
	width: 100%;
	padding: 30px 30px 0;
}
.om-value-box:hover {
	box-shadow: 6px 6px #378d2c;
	transition: ease all 0.8s;
}
.om-value-box .numeric {
	font-size: 30px;
	font-family: 'Montserrat';
	font-weight: 600;
	color: #B33C76;
	margin-bottom: 15px;
}
.om-value-box h5 {
	color: #1B1B1B;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 14px;
	font-family: 'Montserrat';
}
.om-value-box p {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
/*.om-value-box span {
    /*color: #73bf44;
    font-weight: 800;
}*/
.success-testimonials {
	background: #31494d;
	padding: 40px 0;
	margin-top: 30px;
}
.success-testimonials h2 {
	font-weight: 600;
	color: #294b9d;
	margin-bottom: 50px;
}
.success-testimonials .speak-person p {
	color: #fff;
	position: relative;
	margin-left: 105px;
}
.tst-img {
	width: 36px !important;
}
.success-testimonials .item {
	/* border-top: 3px solid #f99d1c;*/
	padding: 20px 30px;
}
.success-testimonials .item h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	/*color: #294b9d;*/
	text-align: right;
}
.success-testimonials .item h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	/*color: #294b9d;*/
	text-align: right;
}
.success-testimonials .speak-person {
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.success-testimonials .speak-person::before {
	content: "";
	background: url(http://staging.o2power.in/assets/frontend/images/comma.png) no-repeat;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.7;
	background-size: contain;
}
.esg-pg-title {
	color: #294b9d !important;
	font-size: 32px !important;
}
.ci-head, .esg-title {
	font-size: 30px;
	font-weight: 600;
	color: #294b9d;
	line-height: 40px;
}
.why-sec {
	padding: 40px 10px;
}
.sec-1 {
	border: 2px solid #294b9d;
	padding: 20px 35px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #000;
}
.sec-2 {
	border: 2px solid #294b9d;
	padding: 20px 35px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #000;
}
.blog_sec {
	padding-top: 110px;
}
.about-tab-content.blog_page {
	padding: 30px 0;
	margin-top: 30px;
}
.blog-inner .blg-title {
	font-size: 30px;
	font-weight: 600;
	color: #294b9d;
	line-height: 40px;
}
.box-area {
	display: flex;
	margin-bottom: 30px;
}
.diff-box {
	/* padding: 30px 30px 0;
    background: #294b9d;
    color: #fff;*/
	box-shadow: 6px 6px #73bf44;
	transition: ease all 0.8s;
	background: #fff;
	color: #000;
	border: 0.5px solid #73bf44;
	padding: 30px 25px 0;
	min-height: 200px;
}
.why-sec .diff-box {
	margin: 0 15px;
}
.diff-box p {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}
.diff-box:hover {
	box-shadow: 6px 6px #294b9d;
	transition: ease all 0.8s;
	background: #fff;
	color: #000;
	border: 0.5px solid #294b9d;
	padding: 30px 25px 0;
}
.diff-box-1 {
	padding: 30px 30px 0;
	background: #73bf44;
	color: #000;
}
.diff-box-1 p {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
}
.diff-box-1:hover {
	box-shadow: 6px 6px #73bf44;
	transition: ease all 0.8s;
	background: #fff;
	color: #73bf44;
	border: 0.5px solid;
}
.diff-box ul li::marker {
 color: #73bf44;
 font-size: 22px;
}
.booklet-box {
	/* padding: 30px 30px 0;
    background: #294b9d;
    color: #fff;*/
	box-shadow: 6px 6px #73bf44;
	transition: ease all 0.8s;
	background: #fff;
	color: #000;
	border: 0.5px solid #73bf44;
}
.booklet-box:hover {
	box-shadow: 6px 6px #294b9d;
	transition: ease all 0.8s;
	background: #fff;
	color: #000;
	border: 0.5px solid #294b9d;
}
.txt-teal {
	color: #005e60;
}
blockquote .txt-teal {
	font-size: 20px;
}
.inr-prt-sec .abt-port-box p b {
	font-size: 30px;
}
.inr-prt-sec .abt-port-box p {
	font-size: 25px;
}
.inr-prt-sec .grn-clr span {
	color: #73bf44 !important
}
.inr-prt-sec .abt-port-box p span {
	font-weight: 700;
	color: #294b9d;
	margin-bottom: 0px;
	font-size: 30px;
}
.inner-tiles .dt_wrap, .inner-tiles .prd_dt, .inner-tiles .ads-list img {
	min-height: 390px;
}
.inner-tiles .prd-hd h3, .inner-tiles .prd-hd-1 h3 {
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	padding: 0 0 6px 10px;
}
.inner-tiles .prd-hd ::after, .inner-tiles .prd-hd-1 ::after {
	height: 188px;
}
.success_certificate, .success_awards {
	padding: 0 0 60px;
}
.success_certificate .client-list, .success_awards .awd-sec {
	margin-top: 36px
}
.services_content {
	color: #fff;
	padding: 90px 40px;
}
.inner-tiles .dt_layer.opm-cnt {
	padding: 30px 15px;
	font-size: 18px;
}
.dt_layer.opm-cnt ul li::marker {
 color: #73bf44;
 font-size:22px;
}
/*.pattern {
        position: relative;
        background-image:linear-gradient(315deg, #0068b2 0%, #0bab64 74%);
}
.pattern:before {
        content: "";
        position: absolute;
        bottom: -38px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/wave.png);
        background-size: contain;
        background-repeat: no-repeat;
}*/
.vd-sec{
background: url(http://staging.o2power.in/assets/frontend/images/ci-side-pic.jpg) no-repeat;
    background-position: center;
    background-size: cover;
	overflow: hidden;
	max-height:385px;
}
.vd-sec video{    object-fit: fill;}
.milestone_sec{padding:0;}
ul.milestone_list {
  --col-gap: 1rem;
  --row-gap: 4rem;
  --line-w: 0.5rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 100%);
  margin-inline: auto;
 /* padding: 85px 0;*/
}

/* line */
ul.milestone_list::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
ul.milestone_list li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
ul.milestone_list li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
ul.milestone_list li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background-color: var(--accent-color);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
/* date flap */
ul.milestone_list li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
/*ul.milestone_list li .title,*/
ul.milestone_list li .descr {
  background: var(--bgColor);
  position: relative;
  padding: 5px 0 0 10px;
}
ul.milestone_list li .title {
  overflow: hidden;
  padding-block-start: 0.5rem;
  padding-block-end: 0.5rem;
  font-weight: 600;
  color: #005e60;
}
ul.milestone_list li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
/*ul.milestone_list li .title::before,*/
ul.milestone_list li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    /* background: rgb(0 0 0 / 34%); */
    background: #005e608c;
    left: 50%;
    border-radius: 50%;
    filter: blur(1px);
    transform: translate(-50%, 50%);
}
ul.milestone_list li .title::before {
  bottom: calc(100% + 0.125rem);
}

ul.milestone_list li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}
/* Horizontal Slider milestone Start*
.milestone_sec {
	padding: 20px;
	overflow: hidden; 
}
.milestone_list {
	display: flex;
	list-style: none;
	transition: transform 0.5s ease; 
 width: 100%; 
     padding: 0;
}
.milestone_list li {
	flex: 0 0 auto; 
	width: 33%; 
	margin-right: 1rem; 
	display: flex;
	flex-direction: column;
	background: #f9f9f9; 
	border-radius: 0 25px 0 0;
    padding: 0 0 16px;
    position: relative;
}
.milestone_sec .date {
 --dateH: 3rem;
	height: var(--dateH);
	text-align: center;
	color: white;
	font-size: 1.25rem;
	font-weight: 700;
	display: grid;
	place-content: center;
	border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
	position: relative;
}

.milestone_sec .date[data-year="2024"] {
	background-color: #73bf44;
}
.milestone_sec .date[data-year="2023"] {
	background-color: #1b5f8c;
}
.milestone_sec .date[data-year="2022"] {
	background-color: #4cadad;
}
.milestone_sec .date[data-year="2021"] {
	background-color: #41516c;
}
.milestone_sec .date[data-year="2020"] {
	background-color: #f9bb09;
}
.milestone_sec .date[data-year="2019"] {
	background-color: #73be44;
}

ul.milestone_list li .date::before {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	background: #000000c9;
	position: absolute;
	top: 99%;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
ul.milestone_list li .date::after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	background: var(--bgColor);
	border: 0.3rem solid var(--accent-color);
	border-radius: 50%;
	top: 12%;
	transform: translate(50%, -50%);
	right: calc(100% + var(--col-gap) / 2);
}
.milestone_sec .descr {
	padding: 15px 0 20px 20px;
	font-weight: 300;
	position: relative;
}

.milestone_sec .descr::after {
	content: "";
    display: block;
    width: 90%;
    height: 1px;
    background: #005e608c;
    margin-top: 1rem;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.milestone_sec .nav-buttons {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.milestone_sec .nav-button {
	cursor: pointer;
	width: 40px; 
	height: 40px; 
	background: transparent;
	border: none;
	font-size: 24px; 
	color: #294b9d; 
	transition: color 0.3s;
	margin: 0 5px;
}
.milestone_sec .nav-button:hover {
	color: #0056b3; 
}
.milestone_sec .dot-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.milestone_sec .dot {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bbb; 
    margin: 0 5px;
    transition: background 0.3s;
}

.milestone_sec .dot.active {
    background: #294b9d; 
}
 Horizontal Slider milestone END*/