.featured-jobs-routing ul {
  list-style: none;       /* remove bullets */
  margin: 20px;
  padding: 0;
  display: flex;          /* arrange horizontally */
  gap: 20px;              /* spacing between items */
  align-items: center;    /* vertical alignment */
  justify-content: flex-end;
}
.page-id-9657 #home-sec5 img#ind-accordion-image {
    margin-top: -40px;
}
.featured-jobs-routing ul li {
  border-right: 1px solid #ccc; /* separator line */
  padding-right: 12px;
}

.featured-jobs-routing ul li:last-child {
  border-right: none; /* remove border on last item */
}
#success_banner .mobile .text-content{
	padding:10px;
}
#success_banner .mobile .badge {
    display: inline-block;
    background-color: #EF7C31;
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin: 20px 0;
    line-height: 20px;
    font-family: 'HelveticaNeueLTStd45Light', sans-serif !important;
}
.lca-jobs a:hover{color:#EF7C31;}
.featured-menu {
    background: transparent linear-gradient(250deg, #F357F6 0%, #8C33C1 51%, #3C247C 100%) 0% 0% no-repeat padding-box;
	padding:15px;
}
.navbar-nav .sub-menu-wrapper > .sub-menu-container > .sub-menu > li.featured-menu > a::after {
		background-image: none !important;
	}
.featured-menu a{color:#fff !important;}
/* 	  Services L3  */

.img_width{width:100%; height:100%;}
.sl3-overview{background:#EDEDED; padding:5% 0;}
.sl3-overview-wrap{width:90%;}

/* 	 Services L3 END */

.desktop{ 
	display: block !important; 
}
.mobile{ 
	display: none !important; 
}
.mb-0{
	margin-bottom: 0;
}
#home-banner {
    position: relative;
}
.home-slide-wrap {
    position: relative;
}
.home-slide-content {
    position: absolute;
    bottom: 10%;
    left: 7%;
	width: 40%;
}
.home-slide-content-2 {
    position: absolute;
    top: 20%;
    left: 7%;
	width: 40%;
}
.home-slide-content h1{
	color: #fff;
}
.home-slide-content h1 span, .home-slide-content-2 h1 span, .home-sec3-wrap h2 span, #home-sec5 h2 span{
	color:#EF7C31;
	
}
.home-slider video, .home-slider img {
  width: 100%;
  height: auto;
  display: block;
}
#home-banner ul.slick-dots, #home-sec8 ul.slick-dots, #Career_sec7 ul.slick-dots {
	list-style-type: none;
	display: flex;
	position: absolute;
	right: 10%;
	bottom: 8%;
}
#home-banner ul.slick-dots li button, #home-sec8 ul.slick-dots li button, #Career_sec7 ul.slick-dots li button{
	content: none;
    border-radius: 50%;
    background: #fff;
    padding: 2px 6px;
    line-height: 8px;
    margin-right: 15px;
	border: 1px solid #EF7C31;
}
#home-banner ul.slick-dots li.slick-active button, #home-sec8 ul.slick-dots li.slick-active button, #Career_sec7 ul.slick-dots li.slick-active button{
	background: #2F2960;
	color: #2F2960;
}
#home-banner .slick-dots li button, #home-sec8 .slick-dots li button,  #Career_sec7 .slick-dots li button{
   text-indent: -9999px;
}
.home-slide-content-2 p{
	font-size: 24px;
}
.ban-auth-wrap {
    width: 60%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding-bottom: 5%;
    padding-top: 2%;
}
.ban-auth-wrap img{
	width: 40%;
	padding-right: 7%;
}
.ban-auth-details {
    font-size: 20px;
}
.home-slide-content-2 a{
	margin-top: 2%;
}
.sec-margin{
	margin: 6vw 0;
}
.hom-sec2-title{
	width: 95%;
}
.hom-sec2-content .cta1{
	margin-top: 25px;
}
.hom-sec2-content {
    width: 90%;
}
.home-sec3-wrap {
    background-image: url(/wp-content/uploads/2025/06/img-HOME-PAGE-Drive-Real.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
    border-radius: 20px;
}
.home-sec3-wrap .cta1{
	margin-top: 25px;
}
.home-sec4-content {
    font-size: 24px;
    padding-top: 5px;
    font-weight: 500;
}

.exp-card-container {
	display: flex;
    margin: auto;
    border-radius: 40px;
    height: 500px;
	margin-top: 2%;
}
.exp-card {
	flex: 0.2;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin: 0 8px;
    transition: flex 0.6s ease;
/*     cursor: pointer; */
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.exp-card.active {
	flex: 1.5;
}
.exp-card-content {
	opacity: 0;
    transition: opacity 0.4s ease 0.2s;
    padding: 40px;
    color: white;
    background-color: #2F2960;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
}
.exp-card.active .exp-card-content {
    opacity: 1;
    display: flex;
	overflow-y: scroll;
}
.exp-card.active .exp-card-content::-webkit-scrollbar { 
    display: none;  /* Older Safari and Chromium */
}
.exp-card.active .exp-card-content h3, .exp-card.active .exp-card-content a h3{
	color: #EF7C31;
}
.exp-card.active .exp-card-content a{
	color: #fff;
	padding-bottom: 20px;
    letter-spacing: 0.5px;
	font-size:22px;
}
.exp-card-title {
    position: absolute;
    bottom: 5%;
    right: 0;
    margin: auto;
    left: 7%;
    padding: 10px;
    z-index: 10;
    width: 100%;
    writing-mode: sideways-lr;
}
.exp-card-title h4{
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
}
.exp-card.active .exp-card-title h4{
	display: none;
}
.home-sec5-content {
    font-size: 18px;
	padding-top: 5px;
}
.ind-image-section {
  flex: 1;
}
.ind-container {
    margin-top: 3%;
}
.ind-image-section img {
  width: 90%;
  height: 100%;
}

.ind-accordion {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ind-accordion-item {
    border-bottom: 1px solid #989898;
    cursor: pointer;
    transition: background 0.3s;
}

.ind-accordion-item:last-child{
	border-bottom: 0;
}

.ind-accordion-item:hover {
/*   background-color: #f9f9f9; */
}

.ind-accordion-item.active .ind-accordion-title{
	color: #EF7C31;
}
.ind-accordion-title {
    padding: 20px 20px 20px  0;
    margin: 0;
    color: #989898;
    font-size: 28px;
}
.ind-accordion-content {
	padding: 0 20px 25px 0px;
  	display: none;
	width: 90%;
  	transition: all 0.3s ease;
}
.ind-accordion-content p{
	font-size: 18px !important;
	margin-bottom: 10px;
}
.ind-accordion-item.active .ind-accordion-content {
  display: block;
}

section#home-sec6 {
    background-color: #EDEDED;
    padding: 5% 0;
}
.acc-accordion {
	margin: 2rem auto 6rem;
	width: 100%;
}
.acc-accordion-item {
  border-top: 2px solid #ddd;
}
.acc-accordion-header {
    width: 100%;
    background: transparent;
    padding: 2rem 0;
    font-size: 28px;
    font-weight: bold;
    font-family: 'HelveticaNeueLTStd65Medium';
    color: #989898;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0s;
    line-height: inherit;
	letter-spacing: 1px
}
.acc-accordion-item.active { 
	border-top: 2px solid #F357F6; 
}
.acc-accordion-header:hover {
  background: transparent;
}

.acc-accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0s ease;
}

.acc-accordion-item.active .acc-accordion-content {
  max-height: 100% !important; /* enough to show content - or use JS for auto height */
}

.acc-accordion-inner {
  padding:0 0 2rem;
  background: transparent;
}

.acc-accordion-item.active .acc-accordion-header span{
	color: #F357F6;
    font-weight: bold;
    letter-spacing: 1px;
}	
.acc-accordion-item .acc-accordion-header span.icon {
    color: #000;
}	
.acc-accordion-header span{
	font-weight: bold;
}	
.acc-accordion-inner .row{
	align-items: center;
}	
.acc-accordion-inner p{
	margin:0;
}
.ace-icon-wrap {
    text-align: center;
}
.ace-cta-wrap {
    float: right;
}	
.gradient-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3vw;
    font-size: 24px;
    height: 5vw;
    font-family: 'HelveticaNeueLTStd45Light';
    text-decoration: none;
    background: linear-gradient(90deg, #4527a0, #ea58f4);
    border-radius: 999px;
    transition: background 0.3s ease;
    width: 100%;
    color: #fff;
}
.arrow {
  margin-left: 12px;
  font-size: 16px;
}	
.gradient-button .arrow img{
	width: 80%;
}	
.gradient-button:hover {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.5px;
    transition: opacity 2s ease 2s;
}	
.gradient-button:hover .arrow img{
	width: 100%;
}
.success-slider{
    margin-top: 5%;
	position: relative;
}
.hom-sec7-slider-wrap {
/*     background-repeat: no-repeat;
    background-size: cover; */
    padding: 0%;
	position: relative;
    border-radius: 20px;
	width: 98% !important;
}
.hom-sec7-slider-wrap img{
	border-radius: 20px;
}
.ss-abs-wrap{
	position: absolute;
	top: 15%;
	left: 5%;
}
.ss-cta {
    padding-top: 5%;
}
.ss-content-wrap {
    width: 90%;
}
.success-slider ul.slick-dots, .successs-slider-mobile ul.slick-dots, .loc-slider ul.slick-dots, .lead-slider ul.slick-dots, .insights_slider ul.slick-dots{
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding-top: 4%;
}
.success-slider ul.slick-dots li button, .successs-slider-mobile ul.slick-dots li button, .loc-slider ul.slick-dots li button, .lead-slider ul.slick-dots li button, .insights_slider ul.slick-dots li button{
	content: none;
    border-radius: 50%;
    background: #fff;
    padding: 2px 6px;
    line-height: 8px;
    margin-right: 15px;
	border: 1px solid #2F2960;
}
.success-slider ul.slick-dots li.slick-active button, .successs-slider-mobile ul.slick-dots li.slick-active button, .loc-slider ul.slick-dots li.slick-active button, .lead-slider ul.slick-dots li.slick-active button, .insights_slider ul.slick-dots li.slick-active button{
	background: #2F2960;
	color: #2F2960;
}
.success-slider .slick-dots li button, .successs-slider-mobile .slick-dots li button, .loc-slider .slick-dots li button, .lead-slider .slick-dots li button, .insights_slider .slick-dots li button{
   text-indent: -9999px;
}
.insights_slider ul.slick-dots {
	padding-top: 0%;
}
.cust-slider-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
	height: 40vw;
}
.cust-title-wrap {
    padding-bottom: 20px;
}
.cust-content-wrap {
    font-size: 22px;
    width: 85%;
    padding-top: 20px;
    margin-left: -2.5vw;
}
.cust-auth-details {
    padding-top: 15px;
}
.cust-title-wrap h2{
	color: #2F2960;
}
.cust-content-wrap p{
	font-family: HelveticaNeueLTStd75Bold !important;
}
.cust-auth-details p{
	font-family: HelveticaNeueLTStd45Light !important;
    font-size: 16px;
}
section#home-sec8 .cust-slider-wrap {
    padding: 5% 0;
}
section#home-sec9 {
    background-image: url(/wp-content/uploads/2025/04/shp_blue-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
}
.latest-htc-wrap h2{
	color: #fff;
}
section#home-sec11 {
    background-color: #EDEDED;
    padding: 5% 0;
}
.sec11-logo-wrap{
	padding-top: 2%; 
}
.logo-slider-row .slick-slide {
    text-align: center;
    padding: 0 10px; /* 10px left & right = 20px gap between logos */
    box-sizing: border-box;
  }

  .logo-slider-row img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
.logo-slider-row{
	margin-bottom: 20px;
}
#home-sec12 {
    background-image: url(/wp-content/uploads/2025/04/shp_gradient-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
}
.home-sec12-wrap {
    width: 90%;
}
.home-sec12-wrap img {
    width: 30%;
    padding-bottom: 10%;
	transition: 1s;
}
.home-sec12-wrap h2{
	padding-top: 10%;
	border-top: 1px solid #ffffff;
	color: #fff;
	transition: 0.5s;
}
.home-sec12-wrap:hover img{
	transform: scale(1.2);
	transition: 0.5s;
}
.home-sec12-wrap:hover h2{
	padding-top: 10%;
	border-top: 1px solid #F357F6;
	color: #F357F6;
	transition: 0.5s;
}
.loc-container {
    width: 91.5vw;
    margin-left: auto;
	margin-top: 2%;
}

.loc-slider {
  	margin: auto;
	position: relative;
}	
.loc-slide {
    width: 90% !important;
  	position: relative;
  	border-radius: 15px;
  	position: relative;
  	overflow: hidden;
  	transition: transform 0.3s ease-in-out;
}
.loc-slide  img {
  	display: block;
	transform: scale(1);
 	transition: transform .4s;   /* smoother zoom */
	width: 100%;
}
.loc-slide:hover img{
  	animation: flashZoom 0.5s ease-in-out forwards;
	transform-origin: 50% 50%;
	transform: scale(1.3);
}
.loc-title {
    position: absolute;
    top: 15%;
    left: 10%;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueLTStd45Light';
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}


@keyframes flashZoom {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}

.circle-button {
  	width: 50px;
  	height: 50px;
  	border-radius: 50%;
  	border: 2px solid #ccc;
  	background-color: white;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	cursor: pointer;
  	padding: 0;
	margin: 0 10px;
}

.triangle-left {
 	width: 50%;
    height: 50%;
 	background-image: url('/wp-content/uploads/2025/04/Mask-Group-30922.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.triangle-right {
    width: 50%;
    height: 50%;
    background-image: url(/wp-content/uploads/2025/04/Mask-Group-30922.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}	
.loc-arrow {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}
.awd-wrap {
    width: 85%;
    margin: 5% auto;
}
.awd-card{
	width: 90% !important;
}
.awd-wrap img{
	width: 100%;
}
.awd-content {
    background-color: #2F2960;
    padding: 10% 5%;
	border-radius: 0px 0px 20px 20px;
}
.awd-date {
    color: #EF7C31;
    font-size: 14px;
    padding-bottom: 15px;
}
.awd-content p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 20px;
    font-family: 'HelveticaNeueLTStd45Light' !important;
    height: 100px;
	letter-spacing: 1px;
}

/* ---------------- heartfulness ---------------------------- */

.h-slide {
    position: relative;
}
.h-slide-content {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 40vw;
}
.h-slide-subheading {
    font-size: 22px;
    width: 90%;
}
.h-slider ul.slick-dots {
    list-style-type: none;
    display: flex;
    position: absolute;
    right: 10%;
    bottom: 10%;
}
.h-slider ul.slick-dots li button{
	content: none;
    border-radius: 50%;
    background: #fff;
    padding: 2px 6px;
    line-height: 8px;
    margin-right: 15px;
	border: 1px solid #EF7C31;
}
.h-slider ul.slick-dots li.slick-active button{
	background: #2F2960;
	color: #2F2960;
}
.h-slider .slick-dots li button{
   text-indent: -9999px;
}
.h-sec2-wrap .row{
	align-items: center;
}
.h-sec2-content-wrap {
    width: 80%;
}
section#h-sec3 {
    background-color: #EAEAEA;
    padding: 5% 0;
}
.h-sec3-content-wrap {
    border-radius: 15px;
    position: absolute;
    top: 10%;
    left: 6%;
    right: 15%;
}
.h-sec3-content-wrap h4{
	font-family: 'HelveticaNeueLTStd45Light' !important;
    color: #fff;
	padding-bottom: 10%;
}
.founder-words{
	font-family: 'HelveticaNeueLTStd45Light' !important;
    color: #fff;
    padding-bottom: 6%;
	font-size: 28px;
}
.founder-name {
    font-size: 20px;
    color: #EF7C31;
    padding-bottom: 5px;
}
.founder-desig {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'helvetica_neue_lt_std45_light';
    width: 54%;
}
.quotes-wrap {
    position: absolute;
    right: 10%;
    bottom: -15%;
}
.lm-wrap{
	margin: 5% 0;
}
#h-sec5 {
    background-color: #EAEAEA;
    padding: 5% 0;
	margin-bottom: 5%;
}
.impact-wrap {
    padding-top: 2%;
}
.impact-card img{
	width: 100%;
}
.impact-card-content {
    background-color: #fff;
    padding: 5% 5% 10%;
    border-radius: 0 0 20px 20px;
}
.i-card-tag {
    font-size: 14px;
    color: #EF7C31;
    padding-bottom: 15px;
}
.t-card-title {
    font-family: 'HelveticaNeueLTStd65Medium';
    width: 95%;
    height: 15vh;
    font-size: 18px;
}

/* ---------------- heartfulness ---------------------------- */


/* ---------------- Leaders ---------------------------- */
.leader-ban-wrap, partner-sec3-wrap {
    position: relative;
}
.leader-ban-content{
	position: absolute;
    top: 25%;
    left: 10%;
    width: 40vw;
}	
.leader-ban-content, .leader-ban-content h1{
/* 	color: #fff; */
}	
.leader-ban-subheading{
	font-size: 22px;
    width: 60%;
	font-family: 'HelveticaNeueLTStd85Roman';
}
#leaders-list1, #leaders-list2{
	padding: 2% 0 3%;
}	
.leader-card-wrap {
    padding-bottom: 25vh;
    position: relative;
    border-radius: 10px 10px 0 0;
    background-color: #EAEAEA;
	margin-bottom: 8vh; 
}
.teamm_head {
    padding-bottom: 3%;
}
.leader-card-image {
    padding: 0 20px;
}
.leader-card-image img{
	width: 100%;
}
.leader-card-content {
    background-color: #fff;
    padding: 8% 12% 5%;
    margin: 0px 4%;
    position: absolute;
    bottom: 0;
	height: 26vh;
    width: 92%;
    border-radius: 10px 10px 0 0;
	transition: 1s ease ;
}
.leader-card-content:hover {
	transition:1s ease;
}
.leader-card-wrap:nth-of-type(3n-2) .leader-card-content:hover {
	background-color:#3C247C;
}
.leader-card-wrap:nth-of-type(3n-1) .leader-card-content:hover {
	background-color:#EF7C31;
}
.leader-card-wrap:nth-of-type(3n) .leader-card-content:hover {
	background-color:#F357F6;
}
.leader-card-content:hover h5, .leader-card-content:hover .leader-designation{
	color: #fff;
}
.leader-card-content img.white-arr {
    display: none;
}
.leader-card-content:hover img.blue-arr {
    display: none;
}
.leader-card-content:hover img.white-arr {
    display: inline;
}
.leader-designation {
    height: 50px;
    color: #3C247C;
    font-family: 'HelveticaNeueLTStd85Roman';
}
.read_cta {
    position: absolute;
    right: 10%;
    bottom: 10%;
}
.leader-details {
    padding: 1% 0 2% 0;
}
.leader-pro-img {
    background-color: #EAEAEA;
    border-radius: 20px;
}
.leader-pro-img img{
	width: 100%;
}
.leader-det-wrap{
	position: relative;
    width: 93%;
    margin: auto;
}
.leader-det-wrap img{
	width: 100%;
}
.lead-details {
    position: absolute;
    top: 15%;
    color: #fff;
    left: 6%;
    right: 10%;
}
.lead-details h2{
	color: #fff;
}
.lead-details p{
	font-family: 'helvetica_neue_lt_std45_light' !important;
}
.lead-designation {
    font-size: 20px;
    padding-bottom: 15px;
    font-family: 'helvetica_neue_lt_std45_light';
    width: 60%;
}
.lead-pro-content {
    padding: 3% 0 2%;
    width: 65%;
    color: #3C247C;
}
.other-lead-title-wrap {
    width: 50%;
}
.other-lead-slider-wrap {
    padding-bottom: 5%;
	padding-top: 3%;
}
.other-lead-slider-wrap .leader-card-wrap {
	width: 95%;
    margin: auto;
}


/* ---------------- Leaders ---------------------------- */

/* ---------------- Partners ---------------------------- */

#partner-banner .leader-ban-content h1, #partner-banner .leader-ban-content .leader-ban-subheading{
	color:#2F2960;	
}
.bg-grey{
	background-color: #EAEAEA; 
}
section#partnerships {
    padding: 2% 0 5%;
}
.partnership-wrap {
    position: relative;
}
.part-title {
    position: absolute;
    top: 8%;
    color: #fff;
    font-size: 24px;
    left: 10%;
    right: 10%;
    font-family: 'helvetica_neue_lt_std45_light';
}
.part-vertical-tabs-left p {
    font-size: 16px;
    font-family: 'HelveticaNeueLTStd45Light' !important;
    letter-spacing: 0.5px;
    padding-top: 10px;
}
.part-vertical-tabs-left h2 {
    margin-top: 0;
    color: #fff;
    font-family: 'helvetica_neue_lt_std45_light' !important;
    font-size: 32px;
}
.part-tab-logo {
  	border: 1px solid transparent;
  	padding: 0;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	border-radius: 20px;	
  	cursor: pointer;
  	transition: border-color 0.4s ease;
	margin-bottom: 25px;
	margin-right: 15px;
}
.part-tab-logo img {
  width: 100%;
}
.part-tab-logo.active {
	border-color: #2F2960;
	border-radius: 20px;
    transition: 0.4s ease;
}
.part-vertical-tabs-right {
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
	scrollbar-width: thin;
    scrollbar-color: #2F2960 #ffffff;
	 white-space: nowrap;
}
.part-vertical-tabs-right::-webkit-scrollbar {
  height: 2px;
}
.part-vertical-tabs-right::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 2px;
}
.part-vertical-tabs-right::-webkit-scrollbar-thumb {
  background-color: #2F2960;
  border-radius: 2px;
  border: 0px solid #fff;
}
#partner-sec3 {
    padding-bottom: 5%;
}
.partner-sec3-content{
	position: absolute;
    top: 20%;
    left: 8%;
    width: 30vw;
}
.partner-sec3-subheading {
    font-size: 22px;
    padding-bottom: 20px;
	font-family: 'HelveticaNeueLTStd85Roman';
}
.partner-sec3-wrap {
    position: relative;
}

/* ---------------- Partners ---------------------------- */

/* ---------------- ESG ---------------------------- */
.esg-ban-wrap {
    position: relative;
}
.esg-ban-content {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 45vw;
}
.esg-ban-content h1{
	width: 65%;
}
.esg-ban-subheading {
    font-size: 22px;
    width: 100%;
    font-family: 'HelveticaNeueLTStd85Roman';
    padding-bottom: 20px;
}
.esg-sec2-wrap {
    padding-top: 1%;
}
.esg-sec2-wrap .row {
    align-items: center;
}
.esg-sec2-content-wrap {
    width: 80%;
}
.esg-sec2-wrap img.desktop{
	width: 90%;
}
img.founder.desktop {
    width: 95%;
}
.h-sec3-right-wrap img.desktop{
	width: 98%;
}
.h-sec3-right-wrap {
    position: relative;
    text-wrap: wrap;
}
#esg-sec5 {
    padding: 5% 0;
    background-color: #EAEAEA;
}
.esg-sec5-img-wrap {
    padding-top: 2%;
    text-align: center;
}
.esg-sec5-head-wrap {
    width: 90%;
}
.esg-sec5-content, .wwr-sec2-content {
    width: 85%;
    font-family: 'HelveticaNeueLTStd85Roman';
    letter-spacing: 0.5px;
}
#esg-sec4 {
    margin-bottom: 3vw;
}
.esg-cards-wrap {
    padding-top: 2%;
}
.esg-tab-card-wrap img{
	width: 95%;
}
.esg-tab-card-title {
    padding-top: 25px;
}
.esg-tab-card-content {
    width: 90%;
}
.esg-tab-card-content ul li::marker{
	color: #EF7C31;
	font-size: 20px;
}
.esg-tab-card-content ul{
	margin-left: 15px; 
}
.esg-tab-card-content ul li{
	font-family: 'HelveticaNeueLTStd85Roman';
    padding-bottom: 10px;
}
.esg-tab-titles {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 5%;
    justify-content: center;
}
.esg-tab-title {
    padding: 10px 20px 8px;
    cursor: pointer;
    border: 1px solid #2F2960;
    margin-right: 20px;
    border-radius: 30px;
    font-family: 'HelveticaNeueLTStd85Roman';
}
.esg-tab-title.active {
    background: #EF7C31;
	color: #fff;
	border: 1px solid #EF7C31;
}
.esg-tab-contents .esg-tab-content {
    display: none;
    padding: 15px;
}
.esg-tab-contents .esg-tab-content.active {
    display: block;
}
#esg-sec6 {
    padding-bottom: 5%;
}

/* ---------------- ESG ---------------------------- */

/* ---------------- Who we are ---------------------------- */
.wwr-ban-wrap {
    position: relative;
}
.wwr-ban-content {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 40vw;
}
.wwr-ban-subheading {
    font-size: 22px;
    font-family: 'HelveticaNeueLTStd85Roman';
    padding-bottom: 20px;
    width: 75%;
}
#wwr-sec2 {
    padding: 2% 0 5%;
}
.wwr-sec2-head-wrap {
    width: 85%;
}
.wwr-sec2-card-wrap {
    padding-top: 6%;
}
.wwr-sec3-number {
    padding: 40px 0 10px;
    border-bottom: 2px solid #2F2960;
    margin-bottom: 20px;
}
.wwr-sec3-number h3{
	margin-bottom: 0;
}
.wwr-sec2-card {
    width: 95%;
}
#wwr-sec3 {
    padding: 1% 0 5%;
}
.wwr-sec3-wrap .row {
    align-items: center;
}
.wwr-sec3-wrap img.desktop {
    width: 90%;
}
.wwr-sec2-content-wrap h2{
	width: 60%;
}
.wwr-sec2-content-wrap {
    width: 80%;
}
.wwr-sec2-content-wrap p{
	padding-bottom: 15px;
}
.wwr-background-wrap img{
	width: 100%;
}
#wwr-sec4 {
    position: relative;
}
.vis-mis-wrap {
    position: absolute;
    top: 20%;
    left: 7.5%;
    width: 30%;
    color: #fff;
    font-size: 22px;
}
.vis-wrap {
    padding-bottom: 10%;
}
.vis-mis-wrap h3{
	color: #fff;
}
#wwr-sec5{
	padding: 5% 0;
}
.wwr-card {
	position: relative;
    border-radius: 20px;
    overflow: hidden;
	margin-bottom: 25px;
}

.wwr-card img {
    width: 100%;
    height: 100%;
    display: block;
}
.wwr-card-content, .wwr-card-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	padding: 30px;
    box-sizing: border-box;
    display: flex;
	flex-direction: column;
    color: white;
    transition: clip-path 0.4s ease-in-out;
}
.wwr-card-content {
    z-index: 1;
}
.wwr-card-content h4, .wwr-card-hover h4, .wwr-card-content h5, .wwr-card-hover h5{
	color: #fff;
}
.wwr-card-hover {
    background-color: #2F2960;
    z-index: 2;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); 
}
.wwr-card:hover .wwr-card-hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); 
}
.wwr-card:hover .wwr-card-hover h5{
	color: #fff;
}
.wwr-card:hover .wwr-card-content{
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
.wwr-card-hover p{
	height: 75vh;
	overflow: scroll;
}

#wwr-sec6 {
    padding-bottom: 5%;
	position: relative;
}
 .legacy-slider {
/*   width: 80%;
  margin: auto; */
}
.legacy-slider .slick-slide {
  opacity: 0.5;
  transition: 1s ease;
  transform: scale(0.9);
}
.legacy-slider .slick-center {
  	opacity: 1 !important;
  	transform: scale(1);
	transition: 1s ease;
}
.legacy-slider .slick-slide img {
  	border-radius: 15px;
  	width: 90%;
	margin: auto;
}

.slider-arrow-buttons {
  	width: 70px;
  	height: 70px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	cursor: pointer;
  	padding: 0;
	margin: 0 10px;
}

.legacy-left {
 	width: 50%;
    height: 50%;
 	background-image: url('/wp-content/uploads/2025/05/Carousal-Arrows-Mob.svg');
	background-repeat: no-repeat;
	background-size: cover;
	transform: rotate(180deg);
}
.legacy-right {
    width: 50%;
    height: 50%;
    background-image: url('/wp-content/uploads/2025/05/Carousal-Arrows-Mob.svg');
    background-repeat: no-repeat;
    background-size: cover;
    
}
.legacy-prev.slick-arrow {
    position: absolute;
    left: 22%;
    top: 40%;
}
.legacy-next.slick-arrow {
    position: absolute;
    right: 22%;
    top: 40%;
}
.legacy-caption {
    width: 80%;
    margin: auto;
    padding: 5% 0 0;
}
.legacy-caption h5{
	color: #EF7C31;
    font-family: 'HelveticaNeueLTStd85Roman' !important;
	margin-bottom: 10px;
}
.legacy-locations {
    font-size: 22px;
    font-family: 'HelveticaNeueLTStd65Medium';
}
.legacy-slider {
    padding-top: 4%;
}
#wwr-sec7{
	padding-bottom: 5%;
}
#ind1-serve2{
	margin: 6% 0; 
}
/* ---------------- Who we are ---------------------------- */

/* ---------------- Services L2 ---------------------------- */
.sl2-banner{
	position: relative;
}
.sl2-banner-slide-content {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 40vw;
}
.sl2-banner-slide-subheading {
    font-size: 22px;
    width: 90%;
	margin-bottom: 3%;
}
#sl2-sec3{
	padding: 1% 0 5%;
}
#sl2-sec4 {
    background-color: #EDEDED;
    padding: 5% 0;
}
.sl2-sec4-heading-wrap {
    padding-bottom: 20px;
}
.sl2-sec4-box-wrap {
    color: #fff;
    background-color: #2F2960;
    padding: 6% 6% 10%;
    border-radius: 20px;
	border: 2px solid #2F2960;
	margin-bottom: 10%;
    height: 35vh;
}
.sl2-sec4-box-wrap h5{
	color: #fff;
}
.sl2-sec4-box-wrap p{
	font-family: 'HelveticaNeueLTStd45Light' !important;
}	
.sl2-sec4-box-wrap:hover{
	border: 2px solid #F357F6;
}
.sl2-sec4-box-wrap:hover h5{
	color: #F357F6;
}
#sl2-sec5 {
    padding: 5% 0 2%;
}
/* .sl2-accordion .row{
	align-items: flex-start;
}	 */
#sl2-sec6 {
    background-color: #EAEAEA;
    padding: 5% 0 8%;
}
.post_type_wrap .post-card{
    padding: 10px 20px 10px 0;
	position: relative;
}
.post-card-tag {
    font-size: 16px;
    color: #EF7C31;
    padding-bottom: 15px;
	height: 40px;
}
.post-card-tag a{
	color: #EF7C31;
}
.post-card-title {
    font-family: 'HelveticaNeueLTStd65Medium';
    width: 95%;
    height: 20vh;
    font-size: 18px;
}
.post-card-content {
    background-color: #fff;
    padding: 5% 5% 10%;
    border-radius: 0 0 20px 20px;
}
.post-card img{
	width: 100%;
}
.post_type_wrap .post-card .insight_tag{
	top: 35%;
	bottom: auto;
}

section#sl2-sec7 {
    padding: 5% 0;
    background-color: #2F2960;
}
#sl2-sec7 h2{
	color: #fff;
}
.partners-heading-wrap {
    width: 45%;
}
.pre-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 0;
    background-color:#2F2960;
    position: relative;
	margin-bottom:80px;
}
.expert--content {
    max-width: 50%;
}
    .expert-content h2 {
      font-size: 32px;
	  line-height:40px;
      color:#F357F6;
      margin-bottom: 10px;
    }
    .expert-content p {
      font-size: 18px;
      color: #fff;
    }
    .expert-details {
      display: flex;
      align-items: center;
      margin-top: 40px;
    }
    .expert-details .profile-pic {
      width: 80px;
      height: 80px;
      background-color: #ccc;
      border-radius: 50%;
      margin-right: 15px;
    }
    .expert-details .email a {
		color: #2F2960;
		line-height: 40px;
		margin-bottom: 15px;
		font-family: HelveticaNeueLTStd65Medium !important;
		padding: 5px 24px 2px 24px;
		background-color: #fff;
	}
    .expert-details .linkedin {
		color: #EDEDED;
		text-decoration: underline;
		font-size: 15px;
	}
	.expert-details .linkedin img{
	  vertical-align: sub;
      margin-right: 10px;
	}
	.wave{
	   position: absolute;
       right: 0;
       bottom: 0;
	}
#sl2-sec8 {
    background-color: #EAEAEA;
    padding: 5% 0;
}
.profile-picc {
    padding-right: 20px;
}
/* ---------------- Services L2 ---------------------------- */

/* ---------------- Services L1 ---------------------------- */

.sl1-banner-slide-content {
    position: absolute;
    top: 15%;
    left: 7.5%;
    width: 40vw;
	color: #fff;
}
.sl1-banner-slide-content h1{
	color: #fff;
	width: 90%;
	font-size: 56px;
    line-height: 62px;
}
.sl1-banner-slide-subheading {
    font-size: 24px;
    width: 90%;
    margin-bottom: 4%;
}
#sl1-sec4 {
    background-color: #EAEAEA;
    padding-top: 5%;
}
#sl1-sec5 {
    padding: 5% 0;
}
.sl1-sec5-img-wrap {
    padding-top: 5%;
}
.sl1-sec5-img-wrap img{
	width: 100%;
}
#sl1-sec3 {
    padding-bottom: 5%;
}
#sl1-sec7 {
    padding: 5% 0;
}
.sl1-sec7-card-wrap {
    padding-top: 2%;
}
.profile-picc img{
	width: 85px;
}
#Talk {
	margin-bottom: 5%;
}
.wwr-sec5-heading-wrap {
    padding-bottom: 5%;
}
/* ---------------- Services L1 ---------------------------- */

#excellence .card_thumb{width:30%;}
#excellence .card_thumb img{width:100%;}

@media(max-width: 320px){
	.founder-words {  font-size: 18px; }
}
@media(max-width:400px){
	.expert-details .profile-pic{height:60px;width:60px;}
}
@media(max-width: 380px){
	.exp-card-container{ height: 160vh; }	
}

@media(max-width: 767.98px){
	.blog-social{padding-top:20px;}
	.desktop{ display: none !important; }
	.mobile{ display: block !important; }
	.tg-container{ width: 85% !important; }
	p{ font-size: 16px !important; }
	.video-slide { position: relative;  padding-top: 56.25%;  height: 100%;   }
	.video-slide  video { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; object-fit: cover;  z-index: -1;  }	
	.home-slide-wrap img{ width: 100%; }
	.home-slide-content{ width: 80%; bottom: -20%; }
	.home-slide-content-2 { top: 10%; width: 90%; }
	.ban-auth-wrap{ width: 90%; }
	.ban-auth-wrap img{ width: 40%; }
	#home-banner ul.slick-dots{ right: 5%; bottom: 2%; }
	.ban-auth-details{ font-family: HelveticaNeueLTStd85Roman; font-size: 18px; }
	.sec-margin { margin: 10vw 0 0; }
	.home-sec3-wrap{ background-image: url(/wp-content/uploads/2025/04/img_home_ai-mobile.png); padding: 8vw 6vw 50vw; }
	#home-sec5 { padding: 0% 0 10%; }
	.ind-accordion-content{ width: 100%; padding: 0 20px 20px 0px; }
	.ind-accordion-content img{ padding-bottom: 25px;}
	section#home-sec6 { padding: 10% 0; }
	.home-sec4-content { font-size: 20px; font-family: 'HelveticaNeueLTStd85Roman'; }
	.copyright-wrap { text-align: center; width: 75%; margin: auto; padding-top: 10px; }
	.acc-accordion-inner .row { align-items: flex-start; }
	.acc-accordion-item{ padding-bottom: 5%; }
	.ace-cta-wrap { display: flex; align-items: center; justify-content: center; float: none; padding-top: 24px; }
	.gradient-button{ height: 100%; padding: 16px 8vw; font-size: 18px; }
	.gradient-button .arrow img { width: 80%; }
	.gradient-button:hover{ font-size: 20px; }
	.hom-sec7-slider-wrap { padding: 0; height:100%;  margin-top: 20px; }
	.ss-content-wrap { width: 100%; }
	.ss-content-wrap h4{ font-size: 24px; }
	.cust-content-wrap{ font-size: 24px; width: 100%; margin-left: 0; }
	.cust-slider-wrap{ padding: 15% 0; height: 210vw;}
	.awd-content p{ height: 100%; padding-bottom: 10px; }
	#home-sec8 ul.slick-dots { right: 45%;  bottom: 2%; }
	.cust-auth-details {  padding-top: 5px; }
	#home-sec9 { padding: 10% 0; }
	.awd-content h6{ height: 25vw; }
	section#home-sec11, #home-sec12 { padding: 10% 0; }
	.home-sec12-wrap {  width: 100%; border-top: 2px solid #ffffff; padding: 10% 0; }
	.home-sec12-wrap img{ width: 90%; }
	.home-sec12-wrap h2{ padding-top: 0; border-top: 0; }
	.pl-10{ padding-left: 10%; }
	.loc-arrow{ display: none; }
	.loc-slide{ margin-bottom: 5%; }
	.loc-arrow { position: absolute;  right: 10%;  top: 15%; }
	.loc-container{ margin-top: 5%; margin-bottom: 15%; }
	.exp-card-container { flex-direction: column; height: 110vh; overflow: hidden; border-radius: 0px; margin-top: 10%; }
	.exp-card {  flex:2; margin: 0 0px 20px; flex-direction: column; transition: flex 0.6s ease; }
	.exp-card.active { flex: 8; }
	.exp-card-title { bottom:auto; top: 5px; right: 0; margin: auto; left: 10px; padding: 10px;  writing-mode: initial; }
	.exp-card-title h4{ font-size: 18px; width: 90%;}
	.exp-card.active .exp-card-content a { display:block; justify-content: space-between;font-size:16px; }
	.exp-card-content {  padding: 40px 20px;  }
	.h-slide-content {  top: 10%;  width: 90vw; }
	.h-slide-content h1{ font-size: 40px !important; }
	.h-sec2-content-wrap{ width: 100%; }
	.h-sec2-content-wrap img{ padding: 3% 0 8%; }
	section#h-sec3{ padding: 10% 0; }
	img.founder.mobile { width: 100%; padding-bottom: 5%; }
	.founder-words{ font-size: 20px; }
	.h-sec3-content-wrap { top: 6%; left: 8%; right: 8%; }
	.quotes-wrap{ display: none; }
	.founder-name{ font-size: 18px; }
	.founder-desig{ font-size: 14px; }
	.home-sec5-content{ padding-bottom: 5%; }
	.ind-accordion-title{ font-size: 22px; }
	#h-sec5{ padding: 10% 0; }
	.impact-card { margin-bottom: 10%; }
	.t-card-title{ height: auto; padding-bottom: 10%; }
	.lm-wrap { margin: 10% 0 15%; }
	.leader-ban-subheading { font-size: 20px; width: 80%; }
	.leader-ban-content { position: absolute; top: 15%; left: 10%; width: 90%; }
	.leader-card-content {   padding: 8% 10% 5%; height: 20vh; }
	.leader-card-content h5{ font-size: 20px; margin-bottom: 10px }
	.leader-designation { height: auto; }
	.leader-card-wrap { padding-bottom: 19vh; margin-bottom: 5vh; }
	.leader-pro-img{ margin-bottom: 20px; }
	.lead-details{ top: 12%; }
	.lead-designation{ width: 90%; font-family: 'HelveticaNeueLTStd45Light'; }
	.leader-det-wrap, .lead-pro-content{ width: 100%; margin-bottom: 20px; }
	.other-lead-title-wrap { width: 85%; }
	.lead-arrow { display: flex; padding: 5% 0; justify-content: center; }
	.part-vertical-tabs-right { height: auto; }
	.partner-sec3-content { top: 10%; width: 85%; }
	#partner-sec3 { padding-bottom: 10%; }
	.partner-sec3-subheading { font-size: 18px; }
	.partnership-wrap { padding-bottom: 10%; }
	.part-tab-logo { margin-right: 0; }
	.partner-modal .modal-dialog { width: 85%; margin: 30% auto 0; }
	.partner-modal .modal-content { background-color: #2F2960; border-radius: 15px; }
	.partner-modal .modal-header { justify-content: end;  border: 0; }
	.part-modal-content h2 { color: #fff; font-family: 'HelveticaNeueLTStd45Light' !important; font-size: 28px !important }
	.part-modal-content { color: #fff; padding: 0% 5% 10%;  }
	.part-modal-content p{ font-family: 'HelveticaNeueLTStd45Light' !important; letter-spacing: 0.5px; }
	.esg-ban-content {  top: 15%; width: 90%; left: 8%; }
	.esg-sec2-content-wrap {  width: 100%; }
	.esg-sec2-content-wrap img{ padding-bottom: 25px; }
	.esg-tab-titles{ flex-direction: column; align-items: center; margin-bottom: 20px; }
	.esg-tab-title{ margin-bottom: 15px; width: fit-content; margin-right: 20px; }
	.esg-tab-contents .esg-tab-content{ padding: 0; }
	.esg-sec5-content, .wwr-sec2-content, .esg-sec5-head-wrap{ width: 100%; }
	#esg-sec4{ margin-bottom: 10%; }
	.esg-sec5-content { margin-bottom: 14px; }
	.esg-tab-card-content { width: 100%; padding-bottom: 10px; }
	#esg-sec5 { padding: 10% 0; }
	#esg-sec6 { padding-bottom: 15%; }
	.founder-desig { width: 60%; }
	.esg-ban-content h1 { width: 90%; }
	.wwr-ban-content { top: 12%;  width: 80vw; }
	.wwr-ban-subheading, .wwr-sec2-content, .wwr-sec2-content-wrap { width: 100%; }
	.wwr-sec2-head-wrap { width: 95%; }
	.wwr-sec2-content-wrap h2 {  width: 85%; }
	#wwr-sec3 { padding: 1% 0 10%; }
	.wwr-sec2-content-wrap p {  padding-bottom: 0; padding-top: 25px; }
	.vis-mis-wrap{ top: 10%; width: 90%; }
	.vis-wrap, .wwr-sec5-heading-wrap { padding-bottom: 5%; }
	#wwr-sec5 {  padding: 10% 0; }
	.legacy-slider .slick-slide img{ width: 100%; }
	.legacy-locations { font-size: 18px; }
	.legacy-prev.slick-arrow { left: 30%; top: auto;  bottom: 5%; position: absolute; }
	.legacy-next.slick-arrow { right: 30%; top: auto; bottom: 5%; position: absolute; }
	.legacy-slider { padding-bottom: 25%; }
	.wwr-sec2-card { margin-bottom: 25px; }
	.wwr-sec3-number { padding: 10px 0 ; margin-bottom: 15px; } 
	.sl2-banner-slide-content{ width: 85vw; }
	.sl2-banner-slide-content h1{ width: 90%; }
	.wwr-card-content h5, .wwr-card-hover h5, .sl2-sec4-box-wrap h5 { font-size: 20px; }
	#sl2-sec4 { padding: 10% 0; }
	.sl2-sec4-box-wrap { padding: 10% 7% 5%; margin-bottom: 5%; height: initial; }
	#sl2-sec5 { padding: 15% 0 5%; }
	.acc-accordion { margin: 2rem auto; }
	.post-card-title { padding-bottom: 10%; }
	.partners-heading-wrap { width: 95%; }
	#sl2-sec6{ position: relative; padding: 10% 0 25%; }
	.case-prev.slick-arrow, .insight-prev.slick-arrow  { left: 30%; top: auto;  bottom: 3%; position: absolute; }
	.case-next.slick-arrow, .insight-next.slick-arrow { right: 30%; top: auto; bottom: 3%; position: absolute; }
	#sl2-sec8{ position: relative; padding: 10% 0 0%; }
	.pre-footer-wrap { position: relative; }
	.pre-footer-wrap img{  width: 100%; }
	.expert_wrap { position: absolute; top: 0; left: 7.5%; right: 7.5%; }
	.expert-details { width: 100%; }
	.expert-details .profile-pic{ width: 25%; }
	.expert-details .email-wrap{ width: 75%; }
	.expert-details .linkedin img{ width: auto; }
	.expert-details .email a{ font-size: 24px; }
	.pre-footer { justify-content: center; }
	.sl1-banner-slide-content{ width: 95vw; }
	#sl1-sec4{ padding-top: 10%; }
	#sl1-sec5 { padding: 15% 0; }
	#sl1-sec7, section#sl2-sec7 { padding: 10% 0; }
	.ind-image-section{ padding-bottom: 20px; display: none; }
	.acc-accordion-item.active .acc-accordion-header span{font-size:22px;}
	.acc-accordion-header{font-size:20px;text-align:left;}
	.pre-footer .mobile{display:none!important;}
	.pre-footer .expert_wrap{position:unset;}
	.pre-footer .tg-container.desktop, .pre-footer .wave.desktop{display:block!important;}
	.pre-footer{padding-bottom:60%;}
	.exp-card-content a img{ display: none !important; }
	.ind-accordion-content p{ font-size: 16px !important; }
	.cust-title-wrap{ padding-top: 5%; }
	
	.sl1-sec7-card-wrap.mobile .col-sm-4, #sl1-sec3 .col-sm-6, #wwr-sec2  .col-sm-6{width:100%;}
	.sl1-banner-slide-content h1{line-height:45px;}
	.wwr-card-hover p { height: 100%; }
	.wwr-card:hover .wwr-card-hover { overflow: scroll; }
	
	.awd-wrap, .awd-card{width:98%!important;}
	.awd-wrap{padding:0 5px;}
	.cust-title-wrap p{font-size:28px!important;}
	.post_type_wrap .post-card{ padding:0; margin: 0 5px; }
	#case_study .case_study_slider{margin-bottom:15%;}
	.sl2-banner-slide-content h1{line-height:45px;}
	.sl2-banner-slide-subheading{font-size:18px;}
	#success_banner .mobile .success_slider .success_slide{height:100vh!important;}
	#success_banner .mobile .success_slider .text-content{top:10%;}
/* 	section#Career_sec6{padding-top:0!important;} */
	section.magesuccess-sec{padding:40px 0!important;}
/* 	section.magesuccess-sec{padding-top:0!important;} */
	
	#case_study .cards-container.successsto{padding:0;}
	#case_study .cards-container.successsto .card h3{height:100px;}
	#case_study .cards-container.successsto .card{width:100%;}
	#Career_sec5{padding:40px 0 0!important;}
	section#home-sec2 { margin-bottom: 10%; }
	.post_type_wrap .post-card .insight_tag { top: 35%; bottom: auto; left: 15px; }
	.ss-abs-wrap{ top: 5%; left: 5%; width: 90%; }
	.post-card-tag{ height: auto; }
}

@media(max-width: 1024px) and (min-width: 768px){
	.tg-container { width: 90% !important; }
	.h-slide-content{ top: 15%; width: 65vw; }
	.h-slide-subheading{ font-size: 20px; width: 90%; }
	.h-sec2-content-wrap { width: 100%; }
	.h-sec2-wrap img{ width: 95%; }
	.ind-accordion-content{ padding: 0 20px 20px 0px; }
	.ind-accordion-title{ padding: 15px 20px 15px 0; font-size: 24px; }
	.gradient-button{ padding: 0 5vw; font-size: 24px; height: 8vw; }
	.t-card-title{ width: 100%; height: 14vh; }
	.founder-words{ font-size: 18px; }
	.quotes-wrap { right: 0%; bottom: 15%; width: 20%; }
	.leader-ban-content { top: 15%; width: 80vw; }
	.part-vertical-tabs-right, .partnership-wrap img { height: 40vh; }
	.partner-sec3-content { top: 20%; width: 45vw; }
	.partner-sec3-subheading{ padding-bottom: 20px; }
	.part-title{ top: 5%; font-size: 22px; }
	.part-vertical-tabs-left h2 { font-size: 28px; }
	.part-title { top: 10%; left: 8%; }
	.esg-ban-content { top: 15%;left: 6%; width: 60vw; }
	.esg-sec2-content-wrap { width: 95%; }
	.founder-desig { width: 70%; }
	.h-sec3-content-wrap { top: 5%; left: 5%; right: 5%; }
	.founder-name { padding-bottom: 0; } 
	.h-sec3-right-wrap img.desktop { width: 100%; }
	.esg-sec5-head-wrap, .esg-sec5-content, .esg-tab-card-content {  width: 95%; }
	.wwr-ban-content { top: 15%; left: 6%; width: 60vw; }
	.esg-sec5-content, .wwr-sec2-content, .wwr-sec2-content-wrap { width: 100%; }
	.wwr-sec3-number { padding: 25px 0 10px; }
	.vis-mis-wrap { top: 10%; left: 6%; width: 45%; font-size: 16px; }
	.vis-wrap { padding-bottom: 2%; }
	.wwr-card-content, .wwr-card-hover{ padding: 25px 20px; }
	.legacy-locations { font-size: 18px; }
	.legacy-next.slick-arrow { right: 19%; top: 35%; }
	.legacy-prev.slick-arrow { left: 19%; top: 35%; }
	#wwr-sec7 .partner-sec3-content { top: 10%;  width: 45vw; left: 6%; }
	#wwr-sec7 .partner-sec3-subheading{ font-size: 18px; }
	.wwr-sec2-content-wrap p { padding-bottom: 0px; }
	.sl2-banner-slide-content{ width: 60vw; left: 7.5%; }
	.wwr-sec2-head-wrap { width: 90%; }
	.home-sec4-content{ font-size: 18px; }
	.acc-accordion-header{ font-size: 22px; }
	.partners-heading-wrap { width: 60%; }
	.post-card-title{ height: 15vh; }
	.pre-footer{ padding: 60px 0; }
	.expert-details .email a{ font-size: 24px; }
	.exp-card.active .exp-card-content a{font-size:16px!important;}
	
	.sl1-banner-slide-content h1{line-height:35px;}
	.sl1-banner-slide-subheading{font-size:18px;}
	.acc-accordion-item.active .acc-accordion-content{max-height:150px!important;}
	.post-card-title{font-size:16px;}
	#sl2-sec8 .post-card-title, #sl2-sec6 .post-card-title{ height: 20vh; }
	.cf-social img {padding-right: 3px;width: 16px;}
	.privacy-wrap a, .copyright-wrap{font-size:13px;}
	.awd-content p{font-size:14px;}
	.ace-cta-wrap .cta1{font-size:15px;padding: 11px 14px 8px 14px;}
	.acc-accordion-inner p{font-size:15px;}
}

@media(max-width: 1024px) and (min-width: 992px){
	
}

@media(max-width: 1200px) and (min-width: 1025px){
	.h-slide-content { top: 20%; width: 60vw; }
	.tg-container{ width: 90% !important; }
	.founder-words{ font-size: 24px; padding-bottom: 4%; }
	.quotes-wrap { right: 0%; bottom: -10%; width: 20%; }
	.ind-accordion-content{ padding: 0 20px 0px 0px; width: 95%; }
	.gradient-button{ padding: 0 5vw; height: 8vw; }
	.leader-ban-content { width: 60vw; }
	.part-vertical-tabs-right{ height: 65vh; }
	.esg-ban-content { top: 15%; left: 6%;  width: 50vw; }
	.h-sec3-content-wrap { top: 8%;  left: 6%;  right: 8%; }
	.wwr-ban-subheading, .sl1-banner-slide-content h1{ width: 100%; }
	.wwr-sec2-content { width: 95%; }
	.wwr-sec3-number { padding: 25px 0 10px; }
	.vis-mis-wrap{ top: 20%; left: 6%;  width: 45%; font-size: 20px; }
	.vis-wrap { padding-bottom: 5%; }
	#wwr-sec7 .partner-sec3-content { top: 15%;  width: 45vw; left: 6%; }
	#wwr-sec7 .partner-sec3-subheading{ font-size: 20px; }
	.home-sec4-content{ font-size: 20px; }
	.post-card-title{ height: 17vh; }
	.exp-card.active .exp-card-content a{font-size:18px;}
	
	.acc-accordion-item.active .acc-accordion-content{max-height:100px!important;}
	.awd-content p{font-size:14px;}
	.wwr-card-content h4, .wwr-card-hover h4{font-size:18px;}
	.wwr-card-hover p{font-size:14px;}
}

@media(max-width: 1300px) and (min-width: 1201px){
	.h-slide-content{ width: 50vw; }
	.quotes-wrap{ right: 0%; width: 20%; }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ padding: 0px 15px !important; }
	.leader-card-content h5{ font-size: 22px; margin-bottom: 10px; }
	.leader-designation { height: 40px; font-size: 14px; }
	.esg-ban-content { top: 15%; left: 6%;  width: 50vw; }
	.legacy-locations {  font-size: 20px; }
	.wwr-ban-subheading{ width: 100%; }
	.wwr-sec2-content-wrap h2 { width: 75%; }
	.vis-mis-wrap{ width: 40%; }
	.vis-wrap { padding-bottom: 5%; }
	.partners-heading-wrap{ width: 55%; }
	.awd-content p{height:110px;}
	.wwr-card-content h4, .wwr-card-hover h4{font-size:22px;}
	
}

@media(max-width: 1400px) and (min-width: 1301px){
	.sl2-sec4-box-wrap { height: 40vh; }
	.awd-content p{height:110px;}
}

@media (max-width: 1799px) and (min-width: 1500px){

}

@media(min-width: 1800px){
	.leader-designation { font-size: 18px; }
	.leader-card-wrap {	padding-bottom: 20vh; }
	.leader-card-content{ height: 21vh; }
}