/* ====Innerpage css start====== */

.innerpage {
  background: #fff;
}

.innerbanner {
  background: #fff;
  position: relative;
}

.innercont .value_img {
  width: 290px;
  aspect-ratio: 1;
}

.glance_left_img {
  border-right: 10px solid var(--yellowColor);
}

.page-id-242 .inner_head {
  text-align: left;
}

.inner_head.text-left {
  text-align: left;
}

.inner_head {
  margin-bottom: 50px;
  text-align: center;
}

.inner_head h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: var(--darkblue);
  position: relative;
  text-transform: capitalize;
  display: inline-block;
}

.inner_head h1::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #f6882e 0%, #3a55a5 100%);
  width: 100%;
  height: 4px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.6s ease;
}

.inner_head h1.active::after {
  transform: translateX(-50%) scaleX(1);
}

.inner_head h1 span {
  /* color: var(--yellowColor); */
}

.innercont p {
  margin-bottom: 20px;
}

.outer_inr_bnr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(14px);
  display: none;
}

.outer_inr_bnr nav {
  padding: 10px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: "";
  background: var(--yellowColor);
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 50%;
  float: none;
  padding: 0;
  top: 10px;
  left: 10px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 25px;
  position: relative;
}

.outer_inr_bnr .breadcrumb {
  margin-bottom: 0;
  align-items: center;
}

.breadcrumb li a,
.breadcrumb-item.active {
  color: #fff;
}

.vision_icon figure {
  background: #333333;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 0;
}

.vision_icon h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
}

.vision_icon .d-flex {
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.vision_icon {
  margin-bottom: 45px;
}

.vision_icon:last-child {
  margin: 0;
}

.manager_img {
  position: relative;
}

.manager_img figure,
.team_img figure {
  position: relative;
  overflow: hidden;
}

.manager_img figure:after,
.team_img figure:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.manager_img figure:hover:after,
.teamsec ul li:hover figure:after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}

.manager_img figcaption {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  border: 10px;
  background: #fff;
  max-width: 430px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 15px 0;
}

h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 7px;
}

.eventUpdates .event_txt h4 {
  font-size: 17px;
}

.gray_bg {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.gray_bg:after {
  position: absolute;
  content: "";
  background: #b9babc;
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
}

.gray_bg figcaption h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px;
}

.gray_bg:before {
  position: absolute;
  content: "";
  background: var(--yellowColor);
  left: 0;
  width: 0;
  height: 10px;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.gray_bg:hover:before {
  width: 100%;
}

.gray_bg figure img {
  transition: all 0.5s ease-in-out;
  width: 155px;
  height: 155px;
  border-radius: 100%;
}

.gray_bg:hover figure img {
  transform: scale(1.05);
}

.teamsec ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.teamsec ul li {
  display: flex;
  width: 24%;
  min-width: 250px;
}

.teamsec ul li:nth-child(8n + 5),
.teamsec ul li:nth-child(8n + 6),
.teamsec ul li:nth-child(8n + 7),
.teamsec ul li:nth-child(8n + 8) {
  flex-direction: row-reverse;
}

.team_img,
.team_bg {
  width: 50%;
  flex: 0 0 50%;
  display: flex;
}

.team_img figure {
  margin: 0;
  height: 100%;
}

.team_img img {
  height: 100%;
  object-fit: cover;
  display: block;
}

.team_bg {
  background: var(--yellowColor);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  position: relative;
}

.team_bg:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #f6882e transparent;
  transform: rotate(-90deg);
  left: -11px;
}

.teamsec ul li:nth-child(8n + 5) .team_bg:before,
.teamsec ul li:nth-child(8n + 6) .team_bg:before,
.teamsec ul li:nth-child(8n + 7) .team_bg:before,
.teamsec ul li:nth-child(8n + 8) .team_bg:before {
  display: none;
}

.teamsec ul li:nth-child(8n + 5) .team_bg:after,
.teamsec ul li:nth-child(8n + 6) .team_bg:after,
.teamsec ul li:nth-child(8n + 7) .team_bg:after,
.teamsec ul li:nth-child(8n + 8) .team_bg:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #f6882e transparent;
  transform: rotate(90deg);
  right: -11px;
}

.life_left_img figure {
  border-radius: 10px;
  overflow: hidden;
}

.people_cont .d-flex,
.experienceCont .d-flex {
  gap: 15px;
  margin-bottom: 25px;
}

.people_cont h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}

.people_cont h5 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}

.carrer_left_img figure {
  overflow: hidden;
  border-radius: 10px;
}

.carrer_cont {
  padding: 0 0 0 20px;
}

.learningdevelopmentContent p {
  font-family: var(--robotoFont);
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
}

.human_img {
  overflow: hidden;
  border-radius: 10px;
}

.learningTestimonial_slider .slick-slide {
  margin: 0 15px;
}

.learningTestimonial_slider .slick-list {
  margin: 0 -15px;
}

.learningtesitem {
  border: 3px solid var(--yellowColor);
  border-radius: 30px;
  padding: 50px 30px;
  position: relative;
  margin-top: 30px;
  background-color: #fff;
  height: 340px;
}

.learningtesitem .quoteIcon {
  position: absolute;
  top: -31px;
  left: 30px;
}

.learningtesitem p {
  font-family: var(--robotoFont);
  font-weight: 400;
  font-style: Light;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  min-height: 175px;
}

.learningtesitem h5 {
  font-family: var(--robotoFont);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #000000;
}

.learningtesitem small {
  font-family: var(--robotoFont);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #6b7073;
  display: block;
  margin-top: 7px;
}

.experienceSec {
  background: #3fbecf;
}

.experienceSec .inner_head h1 {
  color: #fff;
}

.experienceContent h2 {
  font-family: var(--robotoFont);
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 15px;
}

.experienceContent h3 {
  font-family: var(--robotoFont);
  font-weight: 400;
  font-size: 18px !important;
  padding: 0 !important;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.experienceContent p {
  font-family: var(--robotoFont);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 30px;
}

.values_driving h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 26px;
  padding-bottom: 50px;
}

.yellow_bg {
  background: var(--yellowColor);
  border-radius: 10px;
  padding: 20px;
  flex: 1;
}

.yellow_bg:nth-child(even) {
  background: var(--bluecolor);
  color: #fff;
}

.white_icon_bg {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.yellow_bg p {
  margin-bottom: 0;
}

.values_driving .g-4 {
  gap: 15px;
}

.reward_sec figure {
  border-radius: 10px;
  overflow: hidden;
}

.reward_sec figure.middle_img {
  height: 245px;
}

.reward_sec figure.middle_img img {
  height: 100%;
  object-fit: cover;
}

.reward_sec p {
  padding: 0 40px;
  /* margin-bottom: 28px; */
  line-height: 25px;
}

.videoImgWrapper {
  position: relative;
}

a.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.play-btn:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

a.play-btn img {
  padding: 0 0 0 10px;
}

.experienceVideoItem:nth-child(odd),
.experienceVideoItem:nth-child(even) {
  margin-bottom: 40px;
}

.experienceVideoItem:last-child {
  margin-bottom: 0;
}

.videoImgWrapper figure {
  margin-bottom: 0;
}

.sigma_cont figure {
  float: left;
  padding: 0 35px 30px 0;
  margin-bottom: 0;
}

.conduct h2,
.qualty_managment h2,
.location h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding: 0 0 29px 0;
}

.conduct h2:before,
.qualty_managment h2:before,
.location h2:before {
  position: absolute;
  content: "";
  background: url(../images/orange-icon.png) no-repeat;
  width: 26px;
  height: 22px;
  left: -5px;
  top: 2px;
  display: none;
}

.code_cont {
  box-shadow: 0px 0px 15px 0px #0000001a;
  border: 1px solid var(--yellowColor);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 30px;
  transition:
    box-shadow 0.1s ease-out,
    transform 0.1s ease-out;
}

.code_cont:hover {
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.15);
  transform: translateY(5px);
}

.code_cont:last-child {
  margin-bottom: 0;
}

.code_cont ul {
  padding: 0 0 0 20px;
}

.code_cont ul li {
  list-style: disc;
  padding: 0 0 10px 0;
}

.qualty_policy ul li {
  list-style: disc;
  padding: 0 0 15px 0;
}

.qualty_policy ul {
  padding: 0 0 0 20px;
}

.qualty_policy strong {
  padding: 0 0 5px 0;
  color: var(--darkblue);
}

.qualty_managment h6 {
  background: #000;
  display: inline-block;
  color: #fff;
  font-size: 23px;
  padding: 7px 30px;
  margin-bottom: 35px;
}

.qualty_managment h2 {
  display: block;
}

.qualty_managment p span {
  display: block;
  font-size: 20px;
  line-height: 30px;
}

.our-certificate {
  background: var(--yellowColor);
}

.our-certificate h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
  /* text-transform: uppercase; */
  color: #fff;
}

.our-certificate h2 span {
  color: #000;
  display: block;
}

.showcase-wrapper {
  padding: 35px 0 0;
}

.thumb-img {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.thumb-img li {
  flex: 0 0 30%;
  max-width: 30%;
}

.thumb-img li a {
  display: block;
}

.thumb-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.location {
  background: #f1f1f1;
  text-align: center;
}

.location h2 {
  color: #000;
}

.yellow_box {
  background: var(--yellowColor);
  border: 2px solid #fff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.yellow_box img {
  transition: transform 0.3s ease;
}

.yellow_box:hover img {
  transform: scale(1.15);
}

.yellow_box:hover {
  background: linear-gradient(135deg, #e08133, #ff9900);
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}

.yellow_box h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.yellow_box h5 {
  font-size: 15px;
}

.location .col-md-3 {
  display: flex;
}

.thumb-previewer {
  /* padding-left: 40px; */
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.thumb-previewer img {
  width: 100%;
}

.thumb-previewer .dwnld_btn img {
  width: auto;
}

.showcase-wrapper ul li {
  position: relative;
  cursor: pointer;
}

.showcase-wrapper ul li::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.showcase-wrapper ul li.active:after {
  display: none;
}

.page-template-mission-vission .glance_left_img {
  border-right: transparent;
}

.dwnld_btn {
  display: block;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 0;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 40%;
  left: 15%;
  transform: translateY(200px);
  width: 70%;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

.thumb-previewer:after {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.thumb-previewer:hover:after,
.thumb-previewer:hover .dwnld_btn {
  opacity: 1;
}

.thumb-previewer:hover .dwnld_btn {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.thumb-previewer:hover .dwnld_btn img {
  filter: invert(1);
}

.dwnld_btn img {
  transition: all 0.5s ease-in;
}

.dwnld_btn:hover img {
  transform: rotate(-90deg);
}

.csr_overview figure {
  border-radius: 10px;
  overflow: hidden;
  width: 230px;
  flex: 1;
}

.our_area_cont {
  margin-bottom: 50px;
}

.our_area_cont:last-child {
  margin-bottom: 0;
}

.overview_right_img {
  gap: 15px;
}

.overview_right_img figure.single_img img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.overview_img.d-flex {
  gap: 10px;
}

.csr_vision .vision_box:first-child {
  justify-content: flex-start;
}

.csr_vision .vision_bg h3 {
  font-size: 30px;
  line-height: 40px;
}

.csr_vision .vision_bg figure {
  width: 70px;
  height: 70px;
  border-radius: 20px;
}

.csr_vision .vision_bg figure img {
  width: 25px;
  height: 25px;
}

.csr_vision .vision_box:first-child .vision_bg {
  min-width: 230px;
  height: 230px;
  margin-right: 20px;
}

.csr_vision .vision_cont ul li {
  font-size: 22px;
  list-style-type: disc;
  line-height: 34px;
  margin-bottom: 20px;
}

.csr_vision .vision_cont:after {
  display: none;
}

.csr_vision .vision_box {
  position: relative;
}

.csr_vision .vision_box::before {
  position: absolute;
  content: "";
  background: #eee;
  width: 1px;
  height: 100%;
  right: -45px;
}

.csr_vision h3 {
  font-size: 38px;
  line-height: 46px;
  font-weight: normal;
  color: #3a55a5;
}

.csr_vision h3 span {
  font-size: 61px;
  line-height: 70px;
  color: #f6882e;
}

.our_area ul li {
  margin: 10px 0;
}

.our_area ul {
  margin-bottom: 20px;
}

.overview_tab {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.overview_tableft {
  background: var(--yellowColor);
  padding: 60px 0 60px 60px;
  width: 25%;
  border-right: 3px solid #fff;
}

.overview_tableft .nav-link {
  text-align: left;
  color: #000;
  font-weight: 600;
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 5px;
}

.overview_tableft .nav-link:last-child {
  border-bottom: transparent;
}

.overview_tableft .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.3s ease;
  z-index: 0;
}

.overview_tableft .nav-link:hover:before {
  left: 0;
}

.overview_tableft .nav-link span {
  position: relative;
  z-index: 1;
}

.overview_tableft .nav-link.active {
  background-color: #fff;
  color: #000;
}

.overview_tabright {
  background: #f1f1f1;
  width: 75%;
  padding: 60px;
  color: #fff;
  color: #000;
}

.overview_tabright_cont h2 {
  position: relative;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 30px;
  /* padding-left: 35px; */
}

.overview_tabright_cont h2:before {
  position: absolute;
  content: "";
  background: url(../images/orange-icon.png) no-repeat;
  width: 26px;
  height: 22px;
  left: -5px;
  top: 2px;
  display: none;
}

.overview_tabright_cont figure {
  border: 2px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 239px;
}

.overview_tabright_cont figure img {
  height: 100%;
  object-fit: cover;
}

.overview_tabright_cont figure:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.overview_tabright_cont figure:hover:after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}

.member_img figure {
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}

.member_img figure:before {
  position: absolute;
  content: "";
  background: var(--yellowColor);
  width: 170px;
  height: 100%;
  z-index: -1;
  left: -10px;
  top: -10px;
}

.member_name {
  background: var(--bluecolor);
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

.member_name h4 {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}

.add-padding {
  padding: 0 20px;
}

.csr_committee .code_cont {
  margin-top: 20px;
}

.csr_committee .code_cont a {
  color: #000;
  font-weight: 600;
}

.csr_policy .vision_icon figure {
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.csr_policy .vision_icon {
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.csr_policy .vision_icon figure img {
  width: 21px;
  height: 21px;
}

.csr_policy .vision_icon h3 {
  font-weight: 600;
  font-size: 18px;
}

.policy_cont {
  margin-bottom: 50px;
}

.policy_cont:last-child {
  margin-bottom: 0;
}

.policy_cont .member_img figure:before {
  display: none;
}

.policy_cont .member_name {
  background: transparent;
  color: #000;
}

.policy_cont .member_img {
  text-align: center;
}

.policy_cont .member_name h4 {
  font-size: 16px;
  color: var(--darkblue);
}

.policy_cont h6 {
  background: transparent;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}

.code_cont a {
  color: #000;
  font-weight: bold;
}

.milestone_banner img {
  display: none;
}

.milestone_banner .outer_inr_bnr {
  position: static;
  background: #f1f1f1;
  backdrop-filter: inherit;
}

.milestone_banner .breadcrumb li a,
.milestone_banner .breadcrumb-item.active {
  color: #000;
}

.milestone_sec {
  text-align: center;
  padding: 50px 0 0;
}

.career_txt .d-flex,
.career .code_cont .d-flex,
.gcpl_form .d-flex {
  gap: 15px;
  margin: 0 0 20px;
}

.career .code_cont {
  margin-top: 30px;
}

.click_here {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
}

a.click_here:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: var(--yellowColor);
  transition: left 0.3s ease;
  z-index: 0;
}

a.click_here:hover::after {
  left: 0;
}

.career .code_cont p {
  margin-bottom: 0;
}

.gcpl_form {
  margin-top: 50px;
}

.enquiry {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 25px;
}

#button {
  display: inline-block;
  background-color: #ff9800;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.followUs {
  position: fixed;
  top: 40%;
  right: -36px;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  gap: 7px;
  transition: 0.5s;
  align-items: center;
}

.followUs.cameIn {
  right: 15px;
  transition: 0.5s;
}

.followUs li:nth-child(1) span {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: #b9babc;
  font-family: Arial;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0%;
}

#followBtn {
  background: var(--yellowColor);
  color: #000;
  padding: 14px 0;
  border-radius: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

#followBtn img {
  transform: rotate(180deg);
  transition: 0.5s;
}

.followUs.cameIn #followBtn img {
  transform: rotate(0deg);
  transition: 0.5s;
}

.followUs ol li a {
  border-radius: 50%;
  overflow: hidden;
}

.followUs ol li a {
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  border-radius: 50%;
}

.followUs ol li a {
  color: #fff;
}

.followUs ol li:nth-child(1) {
  background: #1976d2;
  border-radius: 50%;
}

.followUs ol li:nth-child(2) {
  background: linear-gradient(
    131.5deg,
    #fbd524 14.87%,
    #f33288 50.79%,
    #6e1ccf 85.13%
  );
  border-radius: 50%;
}

.followUs ol li:nth-child(3) {
  background: #000000;
  border-radius: 50%;
}

.followUs ol li:nth-child(4) {
  background: #0077b5;
  border-radius: 50%;
}

.followUs ol li:nth-child(5) {
  background: #e60000;
  border-radius: 50%;
}

.followUs li a:hover svg,
.followUs li a:hover i {
  transform: rotate(360deg);
  transition: 0.5s;
}

.followUs ol {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.openingWrapper {
  background: #fff;
  border-radius: 30px;
  padding: 30px 30px;
  text-align: center;
}

.careerOpening {
  background-size: cover !important;
}

.titleSub {
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}

.titleSub h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  color: #000;
}

.openingWrapper h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #000000;
  margin-bottom: 13px;
}

.applybtn.subscribe.Knowmore {
  width: 100%;
  justify-content: center;
  background: var(--yellowColor);
  margin-bottom: 30px;
  min-height: 50px;
}

.applybtn.subscribe.Knowmore i {
  color: #fff;
}

.subscribe.Knowmore:hover {
  background: var(--greencolor);
  color: #fff;
  transition: 0.5s;
}

.coreImg img {
  max-width: 285px;
  margin: auto;
  display: table;
  width: 100%;
}

.enqueryformWrapper {
  background: #ffffff1a;
  border: 1px solid #ffffff4d;
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 30px;
}

.titleSub.text-white h2 {
  color: #ffffff;
}

.enqueryformWrapper .form-group {
  margin-bottom: 15px;
}

.enqueryformWrapper .form-group .form-control,
.enqueryformWrapper .form-group .form-select {
  min-height: 55px;
  padding: 14px 20px;
  font-family: Arial;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #5b5b5b;
  box-shadow: none !important;
  border-radius: 5px;
  border: none !important;
}

.enqueryformWrapper .input-group {
  background: #fff;
  border-radius: 5px;
}

.enqueryformWrapper .input-group-text {
  background: #fff;
  padding: 24px 20px;
  padding-right: 30px;
  font-family: Arial;
  font-weight: 400;
  font-size: 15px;
  line-height: 13px;
  color: #615f5f;
  border-bottom: transparent;
  border-radius: 0;
}

.enqueryformWrapper .input-group p {
  margin-bottom: 0;
}

.upload-container {
  flex: 1;
  padding: 7px 20px;
}

.file-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-input-display {
  display: flex;
  align-items: center;
  padding: 3px 0 2px;
  border-radius: 0;
  background-color: white;
  min-height: 38px;
}

.upload-container em {
  font-family: Arial;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
}

.enqueryformWrapper .form-group .form-label {
  color: #fff;
  margin: 0;
  font-family: Arial;
  font-weight: 400;
  font-size: 15px;
  line-height: 13px;
  letter-spacing: 0%;
}

.enqueryformWrapper .form-check .form-check-input {
  background-color: transparent;
  box-shadow: none !important;
}

.enqueryformWrapper .form-check .form-check-label {
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.enqueryformWrapper .form-check .form-check-label a {
  color: var(--yellowColor);
}

.letsjourney {
  position: relative;
}

.letsjourney::before {
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #f1f1f1;
  position: absolute;
}

.letsjourneyImg {
  position: relative;
}

.letsjourneyImg {
  margin-bottom: 0;
}

.letsjourneyImg img {
  border-radius: 4px;
}

.letsjourneyImg h2 {
  position: absolute;
  top: 50%;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--robotoFont);
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}

.letsjourneyImg h2 span {
  color: var(--yellowColor);
  display: block;
}

.fraudSec {
  padding-top: 0;
  background: #f1f1f1;
}

.titleSub {
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}

.formsubmitbtn {
  background: var(--yellowColor);
  color: #fff;
  border-radius: 44px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-height: 35px;
  position: relative;
  padding: 11px 25px;
  top: inherit;
  right: inherit;
  transition: 0.5s;
  border: transparent;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 10px;
}

.applybtn.subscribe.Knowmore {
  margin-bottom: 0;
}

.equipmentCard {
  box-shadow: rgb(0 0 0 / 17%) 0px 10px 60px;
  margin-bottom: 30px;
  padding: 15px;
}

.equipmentCard .eventImg {
  height: auto;
  position: relative;
}

.companytag {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.equipmentCard .eventContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.contacttop {
  padding-bottom: 50px;
}

.contactmapsec {
  padding: 0;
}

.contactDropdown {
  max-width: 381px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: var(--yellowColor);
  padding: 0;
  border-radius: 20px 20px 0 0;
  margin: 0 auto 5px;
  position: relative;
}

.contactDropdown select {
  background-color: var(--yellowColor);
  border: 1px solid var(--yellowColor) !important;
  box-shadow: none !important;
  color: #fff !important;
  background-image: none !important;
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  /* line-height: 20px; */
  border-radius: 20px 20px 0 0;
  padding: 10px 0px 10px 55px;
  background-image: url("../images/downarrow.png") !important;
  background-size: 16px;
  cursor: pointer;
}

.contactDropdown figure {
  margin: 0;
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 9;
}

.contactgroup {
  position: relative;
  flex: 1;
}

/* .contactgroup::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  background-image: url("../images/downarrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  background-position: center;
} */

.contactcard {
  background: #6b7073;
  border-radius: 20px;
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.contactcardbody {
  padding: 20px;
}

.contactbodyItem {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.contactbodyItem:not(:last-child) {
  margin-bottom: 15px;
}

.cIcon {
  width: 29px;
  aspect-ratio: 1;
  background: var(--yellowColor);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  line-height: 1;
}

.ccontent {
  flex: 1;
}

.ccontent p,
.ccontent a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
  display: block;
  margin: 0;
}

.ccontent a {
  word-break: break-all;
  line-height: 16px;
}

.ccontent strong {
  font-family: Roboto;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}

.contactcard h5 {
  font-family: Roboto;
  font-weight: 600;
  font-size: 25px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
  background: #b9babc;
  padding: 8px 20px;
}

.ccontent.phoneNumber {
  color: #fff;
}

.phoneNumber a {
  display: inline-block;
  margin-right: 5px;
}

.phoneNumber a:not(:first-child) {
  margin-left: 5px;
}

.contactformimg img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  border: 1px solid #ffffff;
}

.contactformimg {
  height: 100%;
}

.sub_hd h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  /* text-transform: uppercase; */
  color: var(--darkblue);
}

.sub_hd h1 span {
  color: var(--darkblue);
}

.award_cont a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #838486;
  position: relative;
  padding-right: 43px;
  z-index: 5;
  transition: 0.5s;
}

.award_cont a:hover {
  color: var(--yellowColor) !important;
}

.leftimg {
  position: sticky;
  top: 0;
}

.award_info_details figure {
  float: left;
  margin: 0 30px 30px 0;
  overflow: hidden;
  border-radius: 10px;
  width: 40%;
}

.single-events_updates .award_info_cont a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--darkblue);
  position: relative;
  z-index: 5;
  transition: 0.5s;
  background: rgba(8, 25, 60, 0.082);
  padding: 11px 18px;
  border-radius: 25px;
}

.single-events_updates .award_info_cont a:hover {
  background: var(--yellowColor);
  color: #fff;
}

.award_info_details::after {
  content: "";
  display: table;
  clear: both;
}

.award_info_details figure img {
  width: 100%;
}

/* ==contact page start== */
.formsubmitbtn {
  background: var(--yellowColor) !important;
  color: #fff;
  border-radius: 44px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-height: 35px;
  position: relative;
  padding: 7px 18px;
  top: inherit;
  right: inherit;
  transition: 0.5s;
  left: -22px;
}

#breadcrumb-show-hide .outer_inr_bnr {
  display: none;
}

.pri-pol h2 {
  font-size: 25px;
  padding-bottom: 20px;
  font-weight: bold;
}

h3.wp-block-heading {
  font-size: 20px;
  padding: 30px 0;
}

h4.wp-block-heading {
  font-size: 16px;
  padding-bottom: 10px;
}

ul.wp-block-list li {
  list-style: disc;
  padding-bottom: 15px;
}

ul.wp-block-list {
  padding: 0 0 0 20px;
}

.enqueryformWrapper .form-check .wpcf7-list-item {
  margin: 0;
}

.enqueryformWrapper .form-check .wpcf7-list-item-label,
.enqueryformWrapper .form-check .wpcf7-list-item-label a {
  color: #fff;
}

.enqueryformWrapper .form-check .wpcf7-list-item-label a {
  text-decoration: underline;
}

a.archiveItem {
  display: block;
  padding: 30px 20px;
  border-radius: 14px;
  box-shadow: rgb(0 0 0 / 28%) 0px 10px 60px;
  text-align: center;
  margin-top: 30px;
}

.archiveIcon {
  text-align: center;
  display: inline-grid;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  transform: scale(1);
  transition: 0.5s;
}

.archiveItem h6 {
  font-size: 16px;
  color: #000;
  transition: 0.5s;
}

.archiveIcon::before,
.archiveIcon::after {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--yellowColor);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
}

.archiveIcon::before {
  transform: scale(0.5);
  left: -15px;
}

.archiveIcon::after {
  left: inherit;
  right: -20px;
  bottom: inherit;
  top: 0;
}

.content_heading {
  font-size: 18px;
}

.reward_para p {
  padding: 0;
}

.reward_para ul {
  padding: 0 0 10px 20px;
}

.reward_para ul li {
  list-style-type: disc;
}

.humn_cptl .wrap_humn {
  padding: 0 35px 0 0;
  position: relative;
  overflow: inherit;
  margin-bottom: 25px;
}

.humn_cptl figure {
  float: right;
  padding-left: 35px;
}

.humn_cptl figure img {
  border-radius: 10px;
}

.humn_cptl.clearfix {
  clear: both;
}

.humanCont h3 {
  position: relative;
  padding: 0 0 25px 20px;
}

.humanCont h3:before {
  position: absolute;
  content: "";
  background: var(--yellowColor);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.humanCont ul {
  display: flex;
  gap: 25px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}

.humanCont ul li {
  position: relative;
  font-weight: 400;
  color: #000;
}

.humanCont ul li:after {
  position: absolute;
  content: "";
  background: var(--yellowColor);
  width: 2px;
  height: 20px;
  right: -14px;
  top: 3px;
}

.humanCont ul li:last-child:after {
  display: none;
}

.humanItem figure {
  border-left: 5px solid var(--yellowColor);
  margin: 0;
}

.humanItem {
  margin-bottom: 100px;
}

.humanItem .flex-row-reverse figure {
  border-right: 5px solid var(--yellowColor);
  border-left: 0;
}

.humanCont h4 {
  margin-bottom: 15px;
}

.gainwell_exp p {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  color: var(--bluecolor);
}

.vision_box {
  clear: both;
}

.vision_bg {
  height: 384px;
  display: flex;
  color: #fff;
  justify-content: center;
  box-shadow: 0px 10px 30px 0px #00000026;
  background: #fff;
  border-radius: 20px;
  align-items: center;
  gap: 23px;
  float: left;
  width: 441px !important;
  margin-left: 30px;
  transition: all 0.4s ease-in-out;
}

.vision_box .vision_bg:hover,
.vision_box:nth-child(even) .vision_bg:hover {
  transform: scale(1.03) !important;
}

.vision_box:nth-child(even) .vision_bg {
  float: right;
  width: 441px;
  height: 384px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 5;
}

/* First Vision box center align */
.vision_box:first-child {
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  gap: 30px;
}

/* Remove float only for first box */
.vision_box:first-child .vision_bg {
  float: none;
  margin-right: 30px;
  margin-bottom: 0px;
  min-width: 441px;
  margin-left: 0;
}

.vision_bg h3 {
  color: var(--yellowColor);
  font-family: var(--robotoFont);
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
}

.box-shadow figure {
  text-align: center;
  width: 90px;
  height: 90px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 auto 20px;
}

.box-shadow h3 {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 20px;
}

.box-shadow p:last-child {
  margin: 0;
}

.vision_cont,
.mission_cont {
  font-family: var(--robotoFont);
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  position: relative;
}

.vision_cont p,
.mission_cont p {
  font-family: var(--robotoFont);
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  position: relative;
}

.vision_cont:after,
.mission_cont:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  background: var(--yellowColor);
  border-radius: 5px;
}

.mission_cont {
  padding-left: 0;
  padding-right: 30px;
}

.vision_bg figure,
.mision_vision_cont .gray_bg figure {
  margin: 0;
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background: var(--yellowColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision_bg .d-flex,
.mision_vision_cont .gray_bg .d-flex {
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.mision_vision_cont .col-md-4 {
  margin-bottom: 10px;
}

.mision_vision_cont .gray_bg {
  padding: 30px;
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mision_vision_cont .gray_bg:hover figure img {
  transform: inherit;
}

.mision_vision_cont .gray_bg:before,
.mision_vision_cont .gray_bg:after {
  display: none;
}

.value_cont {
  margin: 0 0 30px;
}

.value_img {
  margin-bottom: 45px;
}

.vision_value_img {
  height: 100%;
}

.box-shadow {
  box-shadow: 0px 10px 30px 0px #00000026;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
}

.box-shadow figure img {
  transition: all 0.4s ease-in-out;
}

.box-shadow:hover figure img {
  transform: scaleX(1.1) scaleY(1.1) rotate(3deg);
}

.driving_value h2 {
  font-family: var(--robotoFont);
  font-weight: 600;
  font-size: 45px;
  line-height: 34px;
  /* color: var(--yellowColor); */
  text-align: center;
}

.vision_value_img img {
  height: 100%;
  object-fit: cover;
}

.our_value h2 {
  font-family: var(--robotoFont);
  font-weight: 600;
  font-size: 45px;
  line-height: 34px;
  /* color: var(--yellowColor); */
  text-align: center;
}

.people_cont h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 25px;
  position: relative;
  padding: 0 0 0 20px;
}

.people_cont h3:before {
  position: absolute;
  content: "";
  background: var(--yellowColor);
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.people_cont figure {
  margin: 0;
}

.people_cont .d-flex {
  margin-bottom: 15px;
}

.people_cont {
  margin-bottom: 80px;
}

.people_cont:last-child {
  margin-bottom: 0;
}

.life_imges figure img {
  width: 100%;
  border-radius: 10px;
}

.life_imges figure {
  margin: 5px 5px 12px;
}

.life_gainwell p {
  line-height: 1.7;
  font-size: 16px;
}

.reward_sec .d-flex {
  gap: 10px;
}

.blue_txt {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: var(--bluecolor);
  margin-top: 33px;
}

.reward_sec p {
  padding: 0;
}

.monthly_award {
  display: flex;
  align-items: stretch;
  color: #fff;
  padding: 0;
}

.monthly_award h3 {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 19px;
}

.monthly_award h3:before {
  position: absolute;
  content: "";
  background: var(--yellowColor);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.award_left,
.award_right {
  width: 50%;
}

.award_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 100px 62px 100px 18%;
  background: var(--bluecolor);
  min-height: 521px;
}

.award_right figure,
.award_right img {
  height: 100%;
}

.award_right img {
  object-fit: cover;
}

.award_left ul li:not(:last-child) {
  margin: 0 0 35px;
}

.watch {
  color: var(--bluecolor);
  font-weight: 400;
  font-size: 25px;
  line-height: 45px;
}

.watch h2 {
  font-weight: 400;
  font-size: 75px;
  line-height: 80px;
  margin-bottom: 40px;
}

.recognize_bg {
  background: #f1f1f1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 75px 0 50px;
}

.recognize .col-md-4 {
  padding: 5px;
}

.recognize figure {
  margin: 0;
}

.recognize_bg h3 {
  margin-bottom: 29px;
}

.recognize .effort {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 1rem;
}

.qualty_policy ul li {
  padding: 0 0 15px 0;
  position: relative;
  list-style: none;
}

.qualty_policy ul li:before {
  background: var(--yellowColor);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -15px;
  top: 6px;
}

.pdf_icon {
  border: 2px solid #f1f1f1;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}

a.pdf_dwnld_btn {
  background: var(--yellowColor);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  width: 170px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
  border-radius: 40px;
  transition: 0.5s;
}

a:hover.pdf_dwnld_btn {
  background: var(--greencolor);
  transition: 0.5s;
}

.develop_bg {
  /* background: #F1F1F1;
  border-radius: 10px;
  padding: 25px */
}

.extra_cont {
  padding: 30px 75px 0;
}

.develop_bg p:last-child {
  margin-bottom: 0;
}

.learningdevelopmentContent .d-flex figure {
  margin: 0;
}

.learningdevelopmentContent .d-flex {
  gap: 10px;
}

/* 6.1.2026 */

.growth_sec img {
  border-radius: 10px;
  height: 100%;
}

.growth_sec .col-12 img {
  height: 256px;
  object-fit: cover;
}

.growth_sec p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 25px;
}

.attain-cls {
  margin-top: 40px;
}

.csr_policy .accordion-item {
  margin: 30px 0 !important;
  box-shadow: 0px 0px 15px 0px #0000001a;
  border: 1px solid var(--yellowColor);
  border-radius: 20px;
  padding: 25px;
  transition:
    box-shadow 0.1s ease-out,
    transform 0.1s ease-out;
}

.csr_policy .accordion-item .accordion-header button {
  padding: 0px;
  align-items: start !important;
}

.csr_policy .accordion-item .accordion-header button:focus {
  box-shadow: none;
  border: none;
}

.csr_policy .accordion-item .accordion-header button h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding: 0 0 0px 0;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: transparent !important;
  box-shadow: none !important;
}

.whistle_sec .accordion-item .accordion-header button h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  padding: 0 0 0px 0;
}

/* .whistle_sec .accordion-button:not(.collapsed) h2{
  padding-bottom: 0px !important;
} */
.whistle_sec .accordion-header {
  padding-bottom: 0px !important;
}

.accordion-button:not(.collapsed) h2 {
  padding-bottom: 29px !important;
}

.accordion-body {
  padding: 0px;
}

.selection_blk figure img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.reward_sec h1 {
  text-align: left !important;
}

.design-support {
  width: 58%;
}

.recognize_bg h3 {
  font-size: 22px;
}

.recognize_bg .effort {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: var(--robotoFont);
  line-height: 25px;
}

.recognize_bg .effort span {
  color: #f6882e;
}

.learningTestimonial {
  padding-bottom: 0;
}

.learningTestimonial_slider {
  padding: 0 60px;
}

.learningTestimonial .orange {
  margin-top: -60px;
}

.ld_left {
  position: sticky;
  top: 100px;
}

.gcpl_left {
  position: sticky;
  top: 100px;
}

.testi-main-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.watch p {
  font-size: 25px !important;
}

.design-support {
  margin-top: 80px;
}

/* end */

/* ===19.01.2026 */
.calture-sec {
  background: #f1f1f1;
}

.calture-sec h2 {
  font-family: Roboto;
  font-weight: 500;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--darkblue);
  text-align: center;
  margin-bottom: 50px;
}

.calture-card {
  background: #fff;
  box-shadow: 0px 0px 15px 0px #0000000d;
  border-radius: 10px;
  padding: 30px 25px 25px;
  min-height: 300px;
}

.calture-card a {
  font-family: Roboto;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3956a6;
  display: block;
  margin-bottom: 12px;
}

.calture-card img {
  margin: 0 auto 30px;
  display: table;
}

.calture-card p {
  font-weight: 400;
  /* font-size: 14px; */
  line-height: 23px;
  color: #000000;
  margin: 0;
}

/* ===19.01.2026 */

.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 575px;
  margin: auto;
}

#indiaMapImg {
  width: 100%;
  height: auto;
  display: block;
}

.map-pointer {
  position: absolute;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -100%);
  z-index: 10;
  cursor: pointer;
}

/* Tooltip style */
.tooltip {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.4;
  display: none;
  width: 255px;
  /* z-index: 10; */
}

.tooltip h4 {
  margin: 0 0 10px 0;
  font-size: 17px;
  font-weight: bold;
  color: #1b3b7a;
}

.tooltip ul {
  margin: 0;
  padding-left: 18px;
}

.tooltip ul li {
  list-style-type: disc;
  padding-bottom: 10px;
}

.tooltip p {
  margin-bottom: 0;
}

.tooltip ul li:last-child {
  padding-bottom: 0;
}

/* 26.2.2026 */

.launch_sec .online_registration {
  position: absolute;
  width: 445px;
  top: 50px;
  right: 50px;
}

.launch_sec {
  background: url("../images/NPI-Banner-1.jpg") no-repeat;
  background-size: cover;
  background-position: inherit;
  height: 440px;
  width: 100%;
}

.launch_sec .online_registration .switch {
  width: 347px;
}

.launch_sec .online_registration form input {
  height: 45px;
  border-radius: 5px;
}

.launch_sec .online_registration form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.launch_sec .online_registration form textarea {
  height: 59px;
  padding: 15px 20px;
}

.launch_sec .online_registration form textarea:focus {
  box-shadow: none;
}

.launch_sec .online_registration form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.launch_sec .online_registration form button {
  padding: 7px 40px;
}

.launch_sec .online_registration .booking_form {
  padding: 20px;
}

.new_launch_sec {
  padding: 150px 0 100px;
}

.new_launch_sec p {
  line-height: 26px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.launch_sec .wpcf7 form.invalid .wpcf7-response-output {
  color: #000;
}

.new_pro_bx {
  background-color: #f1f1f1;
  padding: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
}

.pro_dtls {
  background-color: #000;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 0;
  height: 350px;
}

.pro_dtls h6 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-family: var(--robotoFont);
  margin-bottom: 20px;
}

.pro_dtls p {
  padding: 0 20px !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  height: 80px;
}

.pro_dtls a {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.pro_dtls a span img {
  padding-left: 6px;
}

.new_launch_sec .inner_hd {
  margin-bottom: 0;
}

.mrkt_srvc_sec .cmn_hd h2,
.new_launch_sec .inner_hd h1 {
  padding: 0 0 0 10px;
}

.mrkt_srvc_sec .cmn_hd h2:after,
.new_launch_sec .inner_hd h1:after {
  height: calc(100% - 17px);
  left: 0px;
}

.mrkt_srvc_sec {
  padding-bottom: 70px;
}

.mrkt_srvc_sec h2 {
  margin-bottom: 40px;
}

.mrkt_srvc_sec p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}

.virtual_sec_new {
  padding-bottom: 120px;
}

.virtual_sec_new .virtual-details {
  background: linear-gradient(180deg, #f1f1f1 0%, #ffffff 100%);
  padding: 60px 120px 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.virtual_sec_new h2 {
  color: #838486;
  font-size: 65px;
  font-weight: 7000;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.virtual-details figure {
  position: relative;
  margin-bottom: 0;
}

.virtual-details figure::before {
  position: absolute;
  content: "";
  background: #00000033;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.virtual-details figure .view_img_new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.launch_sec .switch input + .slider {
  left: 50%;
}

.launch_sec .switch input:checked + .slider {
  left: 0%;
}

.launch_sec .switch input:checked ~ .hindi {
  color: #000;
}

.launch_sec .switch span.hindi {
  left: 0;
  color: #fff;
}

.launch_sec .switch input:checked ~ .english {
  color: #fff;
}

.launch_sec .switch span.english {
  right: 0;
  color: #000;
}

.launch_sec .wpcf7 .wpcf7-recaptcha iframe {
  transform: scale(0.8);
  position: relative;
  left: -25px;
}

.launch_sec .online_registration .d-flex {
  background: #000;
  padding: 11px 36px;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.slider {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f9c700;
  border-radius: 50px;
  transition: 0.3s;
  left: 0;
  z-index: 0;
}

.launch_sec .switch input:checked + .slider {
  left: 0%;
}

.switch input:checked + .slider {
  left: 50%;
}

.launch_sec .switch input + .slider {
  left: 50%;
}

.launch_sec .switch input:checked ~ .hindi {
  color: #000;
}

.switch input:checked ~ .hindi {
  color: #fff;
}

.launch_sec .switch span.hindi {
  left: 0;
  color: #fff;
}

.booking_form {
  background: #f1f1f1;
  padding: 30px;
  border-radius: 0 0 10px 10px;
}

.launch_sec .online_registration .booking_form {
  padding: 20px;
  position: relative;
}

.launch_sec .online_registration form .submit_btn {
  position: absolute;
  right: 23px;
  bottom: 37px;
  border-radius: 50px;
  padding: 0 40px;
}

.launch_sec .wpcf7-not-valid-tip {
  display: none;
}

.launch_sec input.wpcf7-not-valid,
.launch_sec .wpcf7-not-valid iframe {
  border: 1px solid red;
}

.launch_sec .switch {
  background: #3c3c3c;
}

.switch {
  position: relative;
  display: inline-block;
  width: 197px;
  height: 36px;
  background: #333;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
}

.launch_sec .switch span {
  /* position: absolute; */
  height: 100%;
  line-height: 37px;
  text-align: center;
  color: white;
  font-weight: bold;
  transition: 0.3s;
  display: flex;
  margin: 0;
  gap: 8px;
  justify-content: center;
  cursor: pointer;
  border-radius: 50px;
}

.launch_sec .online_registration form input[type="radio"]:checked + span {
  background-color: #f9c700;
  color: #000;
}

.launch_sec .switch input:checked ~ .english {
  color: #fff;
}

.switch input:checked ~ .english {
  color: black;
}

.launch_sec .switch span.english {
  right: 0;
  color: #000;
}

.switch span.english {
  right: 0;
  color: #fff;
}

.switch input {
  display: none;
}

.inner_hd h1,
.cmn_hd h2 {
  font-family: var(--headingFont);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  /* text-align: center; */
  text-transform: uppercase;
  color: #000000;
  position: relative;
  display: inline-block;
}

.inner_hd h1:after,
.cmn_hd h2:after {
  position: absolute;
  content: "";
  height: calc(100% - 28px);
  width: 3px;
  background: var(--yellowColor);
  top: 50%;
  left: -10px;
  transform: translate(0, -50%);
}

.new_launch_sec p {
  line-height: 26px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.pro_dtls a {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.submit_btn {
  background: #ffcc00;
  border-radius: 40px;
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border: transparent;
}

.submit_btn.enq_btn {
  display: inline-block;
  width: auto;
}

.submit_btn span {
  position: relative;
  z-index: 1;
}

.submit_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--greencolor);
  border: 1px solid var(--greencolor);
  transition: left 0.3s ease;
  z-index: 0;
}

.submit_btn:hover {
  background: #ffcc00;
  border-color: transparent;
  color: #fff;
}

.submit_btn:hover:after {
  left: 0;
}

.new_launch_sec h1 {
  margin-bottom: 25px;
}

.new_launch_sec .inner_hd p {
  padding: 0;
  line-height: 20px;
}

.csr_overview .inner_head.text-left h1 {
  text-align: left;
}

.text-center.downloadWrapper {
  padding-top: 80px;
}

.dwnld_btnNew {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  border: 1px solid #000;
  border-radius: 40px;
  gap: 10px;
  color: #000;
}

.dtl_btn img {
  transition: all 0.5s ease-in-out;
  transform: rotate(-0deg);
}

.dwnld_btnNew:hover img {
  transform: rotate(-90deg);
  transition: all 0.5s ease-in-out;
}

/* =============contact css============== */
.innerbanner {
  /* margin-top: 64px; */
}

.selectionWrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.selectOption {
  width: 100%;
  max-width: 370px;
  position: relative;
  z-index: 1;
}

.selectOption::before {
  background: var(--yellowColor);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px 20px 0 0;
}

.selectOption::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 47%;
  right: 20px;
  transform: translateY(-50%) rotate(-135deg);
}

.selectOption .form-select {
  border: none;
  min-height: 50px;
  box-shadow: none !important;
  background: transparent;
  padding: 13px 25px;
  color: #fff;
  line-height: 1;
  font-size: 20px;
}

.selectOption .form-select option {
  color: #000;
  /* dropdown list text color */
}

.locNav {
  background: #eff1f8;
  border-radius: 20px 20px 0 0;
  border: none !important;
  padding: 12px 42px;
  min-height: 50px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: var(--bluecolor);
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.contactpageSec .sub_hd {
  margin-bottom: 60px;
}

.contactpageTab {
  background: linear-gradient(180deg, #f1f1f1 0%, #ffffff 100%);
  margin-top: 6px;
  margin-bottom: 30px;
}

.tabOuter ul {
  padding: 25px 30px;
  display: grid;
  gap: 14px;
  border-right: 1px solid #08193c;
}

.tabOuter ul li {
  text-align: right;
}

.tabOuter ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: right;
  color: #08193c;
  transition: 0.5s;
  display: inline-block;
  position: relative;
}

.tabOuter ul li a::after {
  width: 10px;
  aspect-ratio: 1;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  background: var(--yellowColor);
  content: "";
  opacity: 0;
  transition: 0.5s;
}

.tabOuter ul li a.active,
.tabOuter ul li a:hover {
  color: var(--yellowColor);
  transition: 0.5s;
}

.tabOuter ul li a.active::after {
  opacity: 1;
  transition: 0.5s;
}

.contactmap {
  height: 100%;
}

.contactmap iframe {
  display: block;
  min-height: 200px;
}

.quaterTitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
  color: var(--yellowColor);
  /* margin-top: 20px; */
  border-bottom: 1px solid #d9d9d9;
  /* padding-bottom: 6px; */
  /* margin-bottom: 25px; */
}

.quaterItem h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  color: var(--bluecolor);
  position: relative;
  padding-left: 7px;
  position: relative;
  margin-bottom: 15px;
}

.quaterItem h4::before {
  content: "";
  width: 2px;
  top: 0;
  left: 0;
  background: var(--yellowColor);
  content: "";
  position: absolute;
  height: 100%;
}

.quaterItem p,
.quaterItem p a {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #08193c;
}

.quaterItem p a,
.quaterItem p strong {
  display: inline;
}

.quaterItem {
  margin-bottom: 30px;
  margin-top: 30px;
}

.launch_sec {
  margin-top: 0;
}

.contactpageSec .container-fluid .col-md-6.col-lg-4 {
  padding: 0 50px 0 12px;
}

.contactpageSec .quaterItem .mb-2 {
  margin-bottom: 15px !important;
}

.page-id-242 .glance_cont .inner_head h1,
.page-id-1712 .inner_head {
  text-align: left;
}

.row-collap {
  margin: 20px 0;
  padding-bottom: 6px;
}

.row-collap .location_address {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.row-collap.active .location_address {
  max-height: 500px;
  overflow-y: auto;
}

.row-collap h3.quaterTitle {
  position: relative;
  cursor: pointer;
}

.row-collap h3.quaterTitle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.row-collap.active h3.quaterTitle::after {
  transform: translateY(-50%) rotate(-135deg);
}

.location_address::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.location_address::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.location_address::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

/* =============contact css============== */

/************30th March*********/

.awards_details .award_info_awards .award_cont:after {
  display: none;
}

.awards_details .award_info_awards::after {
  content: "";
  display: block;
  clear: both;
}

.awards_details .award_info_awards .award_cont {
  margin: 0;
}

.awards_details .award_info_awards figure {
  float: left;
  padding: 0 35px 27px 0;
  position: relative;
  overflow: inherit;
  margin-bottom: 0;
  width: 35%;
}

.awards_details .award_info_awards figure img {
  width: 100%;
}

.awards_details .award_info_awards .award_cont ul {
  padding: 20px 20px;
  column-count: 2;
}

.postid-235 .awards_details .award_info_awards figure {
  padding-bottom: 0;
}

.learningdevelopmentContent .ld_left figure {
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}

.constructionTitle .inner_head {
  text-align: left;
}

.page-template-new-product-lunch .submit_btn {
  z-index: 1;
}

.page-template-new-product-lunch .submit_btn:hover:after {
  z-index: -1;
}

.page-template-new-product-lunch .mrkt_srvc_sec h2 {
  margin-bottom: 25px;
}

.we-pay {
  color: #ffcc00;
}

.policy_cont ul li {
  list-style-type: disc;
  padding-bottom: 10px;
}

.policy_cont ul {
  padding-left: 20px;
}

/* sup.hash_icon {
    font-size: 34.4px;
    top: -33px;
    font-family: Arial;
} */

/* ====RESPONSIVE====== */
@media (min-width: 1920px) {
  .launch_sec .online_registration {
    position: absolute;
    width: 445px;
    top: 50px;
    right: 100px;
  }

  .life_gainwell .life_imges {
    flex: 1;
  }
}

@media (max-width: 767px) {
  /* 6.5.2026 */

  .launch_sec .online_registration {
    position: absolute;
    width: calc(100% - 30px);
    top: 50px;
    right: 15px;
  }

  .new_launch_sec h1 {
    font-size: 34px;
  }

  .mrkt_srvc_sec h2 {
    font-size: 34px;
  }

  .virtual_sec_new {
    padding-bottom: 70px;
  }

  .virtual_sec_new .virtual-details {
    padding: 60px 15px 0px;
  }

  .virtual_sec_new h2 {
    padding-bottom: 30px;
    font-size: 34px;
  }

  /* end */

  .reward_cont {
    margin-top: 25px;
  }

  .page-id-1712 .inner_head {
    margin-bottom: 30px;
  }

  .award_info_details figure {
    width: 100%;
    margin-right: 0;
  }

  .constructionTitle .inner_head {
    text-align: center;
  }

  .page-template-csr-overview .inner_head.text-left {
    text-align: center;
  }

  .overview_tabright_cont figure {
    height: 150px;
  }

  .csr_committee .code_cont {
    text-align: left;
  }

  .whistle_sec .accordion-body p,
  .whistle_sec .accordion-body {
    text-align: left;
  }

  .whistle_sec .accordion-body ul li {
    list-style-type: disc;
    padding-bottom: 8px;
  }

  .whistle_sec .accordion-body ul {
    padding: 0 0 0 20px;
  }

  .text-center.downloadWrapper {
    padding-top: 40px;
  }

  .csr_vision .vision_box:first-child .vision_bg {
    height: 195px;
  }

  .csr_vision .vision_bg h3 {
    font-size: 39px;
    line-height: 40px;
  }

  .qualty_managment {
    text-align: center;
  }

  .qualty_policy ul li {
    list-style: disc;
  }

  .qualty_managment h2 {
    padding: 0 0 20px 0;
  }

  .ld_left {
    margin-bottom: 20px;
  }

  .ld_cont {
    margin-bottom: 20px;
  }

  .people_cont {
    margin-bottom: 45px;
  }

  .people_cont h3:before {
    top: 4px;
  }

  .value_img figure {
    width: 200px;
    margin: auto;
    height: 200px;
  }

  .awards_details .award_info_awards figure {
    padding: 0 !important;
    float: none !important;
    margin-bottom: 25px;
    width: 100%;
  }

  .awards_details .award_info_awards figure img {
    width: 100% !important;
  }

  .awards_details .award_info_awards .award_cont ul {
    column-count: 1;
  }

  .enqueryformWrapper .d-flex {
    display: block !important;
  }

  .formsubmitbtn {
    left: 0;
  }

  .page-template-career .formsubmitbtn {
    left: -22px;
  }

  .enqueryformWrapper .titleSub.d-flex {
    display: flex !important;
  }

  .titleSub h2 {
    font-size: 20px;
  }

  .wpcf7-spinner {
    position: relative;
    top: 15px;
  }

  .file-input-wrapper span {
    display: block;
  }

  .enqueryformWrapper .input-group-text {
    padding: 10px 15px;
    padding-right: 11px;
  }

  .upload-container {
    padding: 7px 10px;
  }

  .enqueryformWrapper .input-group {
    flex-wrap: nowrap;
    font-size: 11px;
    border-radius: 5px;
    overflow: hidden;
  }

  .upload-container em {
    font-size: 9px;
  }

  .followUs {
    top: 40%;
    display: block;
    right: 0 !important;
  }

  .followUs ol {
    opacity: 0;
    transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
  }

  .followUs.cameIn ol {
    opacity: 1;
    transition: all 0.5s;
    max-height: 400px;
  }

  .csr_overview figure {
    width: 165px;
  }

  .contribution img {
    margin-bottom: 30px;
  }

  .csr_vision h3 span {
    font-size: 37px;
    line-height: 17px;
    display: block;
  }

  .csr_vision .vision_cont ul {
    padding-left: 20px;
  }

  .launch_sec .online_registration img {
    width: auto;
    height: auto;
  }

  .vision_cont p,
  .mission_cont p {
    font-family: var(--robotoFont);
    /* font-weight: 500; */
    line-height: 30px;
    position: relative;
    margin-top: 35px;
    text-align: center;
  }

  .value_img {
    margin-bottom: 35px;
  }

  .our_value h2 {
    font-size: 35px;
  }

  .design-support {
    width: 100%;
  }

  .vision_bg {
    height: 384px;
    display: flex;
    color: #fff;
    justify-content: center;
    box-shadow: 0px 10px 30px 0px #00000026;
    background: #fff;
    border-radius: 20px;
    align-items: center;
    gap: 23px;
    float: left;
    width: 100% !important;
    margin-right: 30px;
  }

  .watch p {
    font-size: 21px !important;
    line-height: 33px;
  }

  .award_left,
  .award_right {
    width: 100%;
  }

  .award_left {
    padding: 20px !important;
  }

  .award_left p {
    margin-bottom: 0;
  }

  .monthly_award {
    display: flex;
    align-items: stretch;
    color: #fff;
    padding: 0;
    flex-direction: column;
  }

  .watch h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 10px;
  }

  .recognize_bg {
    padding: 35px 15px 15px 15px;
  }

  .watch p {
    font-size: 16px !important;
    line-height: 22px;
  }

  /* end */
  .learningtesitem {
    border: 3px solid var(--yellowColor);
    border-radius: 30px;
    padding: 25px;
    position: relative;
    margin-top: 0;
    background-color: #fff;
    height: auto;
  }

  .learningtesitem p {
    font-size: 16px;
    line-height: 25px;
    min-height: auto;
  }

  .learningtesitem h5 {
    font-size: 20px;
  }

  .learningTestimonial .orange {
    margin-top: -30px;
  }

  .learningTestimonial_slider {
    padding: 0px 15px;
  }

  .extra_cont {
    padding: 30px 15px 0;
  }

  .vision_box:first-child {
    display: block;
    margin-bottom: 70px;
  }

  .vision_bg h3 {
    font-size: 37px;
    line-height: 41px;
  }

  .page-id-262 .breadcrumb-item:before {
    top: 13px;
  }

  .vision_box:first-child .vision_bg {
    margin-right: 0;
    margin-bottom: 35px;
    min-width: 100%;
  }

  .vision_bg {
    margin-bottom: 35px;
  }

  .box-shadow {
    margin-bottom: 35px;
    height: auto;
    padding: 25px;
  }

  .vision_cont,
  .mission_cont {
    font-size: 20px;
    line-height: 35px;
  }

  .vision_bg {
    padding: 30px;
    height: 195px;
    margin-right: 0;
    width: 100%;
  }

  .vision_box:nth-child(even) .vision_bg {
    float: none;
    height: 195px;
    margin: 0;
  }

  .mission_cont {
    padding-right: 0;
  }

  .humanCont ul {
    font-size: 15px;
    display: block;
    padding: 0 0 0 20px;
  }

  .vision_cont:after,
  .mission_cont:after {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .humanCont ul li {
    list-style-type: disc;
  }

  .humanItem {
    margin-bottom: 50px;
  }

  .gainwell_exp p {
    font-size: 17px;
    line-height: 27px;
  }

  .humn_cptl figure {
    float: none;
    padding-left: 0;
  }

  .teamsec ul li:nth-child(6n + 4),
  .teamsec ul li:nth-child(6n + 5),
  .teamsec ul li:nth-child(6n + 6) {
    flex-direction: row !important;
  }

  .teamsec ul li:nth-child(8n + 5) .team_bg:after,
  .teamsec ul li:nth-child(8n + 6) .team_bg:after,
  .teamsec ul li:nth-child(8n + 7) .team_bg:after,
  .teamsec ul li:nth-child(8n + 8) .team_bg:after {
    transform: rotate(-90deg) !important;
    left: -16px;
  }

  .teamsec ul li:nth-child(6n + 4) .team_bg:after,
  .teamsec ul li:nth-child(6n + 4) .team_bg:after {
    transform: rotate(-90deg) !important;
    left: -11px;
  }

  .teamsec ul li:nth-child(8n + 5) .team_bg:after,
  .teamsec ul li:nth-child(6n + 6) .team_bg:after {
    transform: rotate(-90deg) !important;
    left: -11px;
    right: inherit !important;
  }

  .teamsec ul li:nth-child(6n + 5) .team_bg:after {
    transform: rotate(-90deg) !important;
    left: -11px;
    right: inherit;
  }

  /* #breadcrumb-show-hide .outer_inr_bnr {
    display: block;
  } */

  .award_info figure {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }

  .sub_hd h1 {
    font-size: 25px;
  }

  .enqueryformWrapper {
    margin-top: 30px;
    padding: 20px;
  }

  .letsjourneyImg h2 {
    left: 10px;
    top: 50%;
    font-size: 30px;
    line-height: 36px;
  }

  .outer_inr_bnr .breadcrumb {
    justify-content: center;
  }

  .csr_vision h3 {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
  }

  .csr_vision .vision_cont ul li:last-child {
    margin-bottom: 0;
  }

  .page-id-547 .csr_vision .vision_box:first-child {
    margin-bottom: 48px;
  }

  .overview_tableft .nav-link {
    margin-bottom: 0;
  }

  .csr_committee .my-5 {
    margin-bottom: 0 !important;
  }

  .our_area .mb-5 {
    margin-bottom: 2rem !important;
  }

  .people_cont h3 {
    font-size: 19px;
  }

  .best_place {
    right: 31px;
  }

  .reward_sec p {
    padding: 0;
  }

  .innercont .value_img {
    width: auto;
  }

  .values_driving h3 {
    font-size: 30px;
  }

  .values_driving .g-4 {
    flex-wrap: wrap;
  }

  .values_driving .yellow_bg {
    flex: 100%;
  }

  .vision_icon {
    margin-top: 45px;
    margin-bottom: 0;
  }

  .hdr_top {
    padding-left: 40px;
  }

  .add-padding {
    margin-bottom: 40px;
  }

  .overview_tab {
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
  }

  .overview_tableft {
    padding: 20px;
    width: 100%;
    border-right: transparent;
  }

  .overview_tabright {
    width: 100%;
    padding: 20px;
  }

  .our-certificate h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .our-certificate .mt-5 {
    margin-top: 2rem !important;
  }

  .qualty_managment h2 {
    /* font-size: 18px; */
    line-height: 30px;
  }

  .qualty_managment p span {
    font-size: 18px;
  }

  .policy_cont ul {
    padding-left: 20px;
  }

  .policy_cont ul li {
    list-style-type: disc;
    padding-bottom: 10px;
  }

  .thumb-previewer {
    padding-left: 0;
    padding-top: 40px;
  }

  .thumb-img {
    gap: 15px;
  }

  /* .conduct h2 {
    font-size: 18px;
    line-height: 22px;
  } */

  .teamsec ul li {
    width: 40%;
    min-width: 400px;
  }

  .sigma_cont figure {
    float: none;
    padding: 0 0 30px;
    text-align: center;
  }

  .glance_left_img {
    border-right: transparent;
    margin-bottom: 35px;
  }

  .inner_head h1 {
    font-size: 2.15rem;
    line-height: 2.5rem;
  }

  .page-id-328 .inner_head h1::after {
    width: 57%;
  }

  .carrer_left_img figure {
    margin-bottom: 25px;
  }

  .innerbanner img {
    height: 150px;
    object-fit: cover;
  }

  .vision_icon:last-child {
    margin-bottom: 45px;
  }

  .manager_img figcaption {
    width: 90%;
    max-width: inherit;
    padding: 15px 0;
  }

  .breadcrumb-item + .breadcrumb-item {
    padding-left: 15px;
  }

  .breadcrumb li a,
  .breadcrumb-item.active {
    font-size: 12px;
  }

  .breadcrumb-item.active strong {
    position: relative;
    top: 2px;
  }

  .breadcrumb-item + .breadcrumb-item::before,
  li.breadcrumb-item.active:before {
    left: 7px;
  }

  .human_img {
    margin-top: 20px;
  }

  .life_at_gainwell .vision_icon {
    margin-bottom: 0;
  }

  .carrer_cont {
    padding: 0;
  }

  .videoImgWrapper figure {
    margin: 0 0 1rem;
  }

  .calture-sec h2 {
    font-size: 31px;
    line-height: 35px;
  }

  .calture-card {
    /* margin-bottom: 30px; */
    padding: 15px;
    min-height: auto;
  }

  #button {
    width: 35px;
    height: 35px;
    bottom: 15px;
    right: 15px;
    font-size: 17px;
    line-height: 35px;
  }

  .calture-card img {
    height: 132px;
  }

  .calture-card a {
    font-size: 20px;
  }

  .learningdevelopmentContent figure img {
    border-radius: 10px;
  }

  .blue_txt {
    font-size: 25px;
    text-align: center;
  }

  .qualty_policy ul li:before {
    display: none;
  }

  .whistle_sec .accordion-item .accordion-header button h2,
  .csr_policy .accordion-item .accordion-header button h2 {
    font-size: 20px;
  }

  .csr_policy .accordion-item {
    margin: 15px 0 !important;
    border-radius: 15px;
  }

  .conduct img {
    margin-top: 30px;
  }

  .csr_policy .accordion-item {
    padding: 20px;
  }

  .pdf_icon {
    padding: 15px;
  }

  a.pdf_dwnld_btn {
    width: 100%;
    font-size: 15px;
  }

  .pdf_icon h4 {
    font-size: 14px;
    min-height: 36px;
  }

  .our-certificate a {
    margin-bottom: 30px;
  }

  .our-certificate {
    padding-bottom: 15px;
  }

  .csr_vision .vision_cont ul li {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
  }

  /* 13.03.2026 */
  .tabOuter ul li {
    text-align: left;
  }

  .tabOuter ul {
    padding: 25px 30px;
    display: grid;
    gap: 14px;
    border-left: 1px solid #08193c;
    border-right: none;
    margin-bottom: 30px;
  }

  .tabOuter ul li a::after {
    right: inherit;
    left: -35px;
  }

  .selectOption {
    max-width: 100%;
  }

  .selectOption .form-select,
  .selectOption .form-select option {
    font-size: 16px;
  }

  .selectOption .form-select {
    padding: 13px 40px 13px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .csr_vision .vision_cont ul li {
    font-size: 17px;
    line-height: 26px;
  }

  .page-id-328 .humanItem .align-items-center {
    align-items: inherit !important;
  }

  .csr_overview figure {
    width: 120px;
  }

  .csr_vision h3 {
    font-size: 23px;
    line-height: 30px;
  }

  .csr_vision h3 span {
    font-size: 49px;
    line-height: 52px;
  }

  .csr_vision .vision_box::before {
    display: none;
  }

  .csr_vision .col-md-1 {
    display: none !important;
  }

  .overview_tableft {
    padding: 30px;
    width: 40%;
  }

  .overview_tabright {
    width: 70%;
    padding: 30px;
  }

  .overview_tabright_cont figure {
    height: 120px;
  }

  .contactmap {
    height: 452px;
  }

  .letsjourney {
    padding: 50px 0;
  }

  .page-template-career .wpcf7 .wpcf7-recaptcha iframe {
    left: -55px;
    transform: scale(0.8);
  }

  .formsubmitbtn {
    left: -71px;
  }

  .mm-btn--prev:before {
    border-color: #fff;
  }

  .experienceSec {
    padding-bottom: 80px !important;
  }

  .experienceVideoItem .align-items-center {
    align-items: inherit !important;
  }

  .experienceCont .d-flex {
    align-items: baseline;
  }

  .ld_left {
    display: flex;
    gap: 10px;
  }

  .ld_cont {
    margin: 20px 0;
  }

  .ld_left figure img {
    height: 242px;
    object-fit: cover;
  }

  .learningdevelopmentContent .ld_left figure {
    flex: 1;
    height: 100%;
  }

  .gcpl_left,
  .ld_left {
    width: 100%;
  }

  .gcpl_left .d-flex {
    display: block !important;
  }

  .gcpl_left .life_imges {
    display: flex;
  }

  .life_imges figure,
  .gcpl_middle_cont,
  .ld_cont {
    width: 100%;
  }

  .gcpl_middle_cont {
    margin: 20px 0;
  }

  .humanCont ul li {
    font-size: 17px;
  }

  .milestone_timeline .cards > li > img {
    top: 36%;
    height: 200px;
  }

  .milestone_timeline .cards > li > p {
    margin-top: 40px;
    font-size: 12px;
    line-height: 15px;
  }

  .milestone_timeline .timeline_slider {
    width: 50%;
    max-width: 100%;
  }

  .milestone_timeline .timeline_slider p {
    min-height: 65px;
    font-size: 12px;
  }

  .milestone_timeline .timeline_slider h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .milestone_timeline .timeline_slider {
    top: -65px;
  }

  .learningdevelopmentContent .row {
    flex-flow: wrap-reverse;
  }

  .learningdevelopmentContent .inner_head {
    margin-top: 0;
  }

  .member_name h4 {
    font-size: 18px;
  }

  .inner_head h1 {
    font-size: 35px;
  }

  .manager_img figcaption {
    width: 90%;
  }

  .our-certificate h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .qrContent {
    flex: inherit;
    max-width: inherit;
  }

  .qrWrapper {
    flex-wrap: wrap;
  }

  .gray_bg figcaption {
    width: 90%;
    margin: 0 auto;
  }

  /* .page-template-board-of-directors .innercont .row {
    align-items: center;
  } */
  .gray_bg {
    min-height: 310px;
  }

  .yellow_bg {
    flex: 0 0 48%;
  }

  .values_driving .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .innercont .value_img {
    width: 100%;
  }

  .learningtesitem {
    padding: 50px 15px 30px;
  }

  .learningtesitem p {
    font-size: 16px;
    line-height: 28px;
    min-height: 196px;
  }

  .calture-card {
    margin-bottom: 30px;
  }

  /* 13.03.2026 */
  .contactpageTab .row {
    flex-flow: column-reverse;
  }

  .tabOuter ul li {
    text-align: left;
  }

  .tabOuter ul {
    padding: 25px 30px;
    display: grid;
    gap: 14px;
    border-left: 1px solid #08193c;
    border-right: none;
    margin-bottom: 30px;
  }

  .tabOuter ul li a::after {
    right: inherit;
    left: -35px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .eventsslideWrap .slick-next.slick-arrow,
  .eventsslideWrap .slick-prev.slick-arrow {
    left: -329px;
  }

  .eventsslideWrap .slick-next.slick-arrow {
    left: -286px;
  }
}

/* ========================== responsive ========================== */
@media (min-width: 1900px) {
  .contactbodyItem {
    gap: 15px;
  }

  .ccontent p,
  .ccontent a {
    font-size: 15px;
  }

  .contactcardbody {
    padding: 30px;
  }

  .ccontent strong {
    font-size: 17px;
  }

  .contactcard h5 {
    padding: 11px 30px;
  }
}

@media (max-width: 1440px) {
  /******30-12-2025******/
  .award_left {
    padding: 100px 62px 100px 10%;
  }

  /******30-12-2025******/

  .core_values::after {
    width: 100%;
  }

  .inside_slider .slick-slide.slick-current.slick-active {
    width: 360px !important;
  }

  .ins_txt p {
    width: calc(100% - 214px);
    padding: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* after 3 line show ... */
    -webkit-box-orient: vertical;
    height: auto;
    padding: 0;
    background: transparent;
  }

  .ins_txt {
    background: #00000099;
    padding-left: 15px;
    align-items: center;
  }

  .teamsec ul li {
    width: 33%;
    min-width: 300px;
  }

  .teamsec ul li:nth-child(n) {
    flex-direction: row;
  }

  .teamsec ul li:nth-child(6n + 4),
  .teamsec ul li:nth-child(6n + 5),
  .teamsec ul li:nth-child(6n + 6) {
    flex-direction: row-reverse;
  }

  .teamsec ul li:nth-child(6n + 4) .team_bg:before,
  .teamsec ul li:nth-child(6n + 5) .team_bg:before,
  .teamsec ul li:nth-child(6n + 6) .team_bg:before {
    display: none;
  }

  .teamsec ul li:nth-child(6n + 4) .team_bg:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #f6882e transparent;
    transform: rotate(90deg);
    right: -11px;
  }

  .teamsec ul li:nth-child(8n + 7) .team_bg:after,
  .teamsec ul li:nth-child(8n + 8) .team_bg:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #f6882e transparent;
    transform: rotate(-90deg);
    left: -11px;
  }

  .teamsec ul li:nth-child(6n + 5) .team_bg:after,
  .teamsec ul li:nth-child(6n + 6) .team_bg:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #f6882e transparent;
    transform: rotate(90deg);
    right: -11px;
  }

  .overview_tableft {
    padding: 30px 15px;
  }

  /* 13.3.2026 */
  .locNav {
    padding: 12px 32px;
  }

  .site-header .container {
    padding-right: 50px;
  }

  .best_place {
    right: -100px;
  }
}

@media (max-width: 1366px) {
  .team_bg {
    padding: 10px;
  }

  .csr_vision .align-items-center {
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  /* 23.4.2026 */

  .eventUpdates .event_txt {
    text-align: center;
    width: 100%;
    left: 0;
    transform: translate(0);
  }

  /* end */
  .testi_cont:after {
    left: 0;
  }

  .insider_left {
    padding-left: 15px !important;
  }

  .inside_text {
    width: 100%;
  }

  /* .ins_cont img {
    height: 397px;
  } */

  .ins_cont img,
  .ins_cont img {
    height: 353px;
  }

  .site-header .container {
    padding-right: 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .learningtesitem p {
    font-size: 17px;
    line-height: 28px;
    min-height: auto;
  }

  .learningtesitem {
    padding: 45px 30px;
    height: 310px;
  }

  .gcpl_left {
    width: 100%;
    position: inherit;
  }

  .gcpl_left .d-flex {
    display: block !important;
  }

  .gcpl_left .life_imges {
    display: flex;
  }

  .life_imges figure,
  .gcpl_middle_cont {
    width: 100%;
  }

  .gcpl_middle_cont {
    margin: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 1200.98px) {
  .missedCallWrapper h5 span {
    width: 30px;
    height: 30px;
  }

  .fcContent a {
    word-break: break-all;
  }
}

@media (max-width: 576px) {
  .fcContent a {
    word-break: break-all;
  }

  .bottomnav {
    gap: 15px;
  }

  .bottomnav li:not(:last-child) a::before {
    right: -8px;
  }

  .teamsec ul li {
    width: 35%;
    min-width: 360px;
  }
}

@media (max-width: 767.98px) {
  .best_place {
    right: 0;
    width: auto;
  }

  .contactmap {
    height: 100%;
    min-height: 460px;
  }
}

@media (max-width: 575px) {
  .page-id-666 .inner_head h1.active::after {
    width: 80%;
  }

  /* 13.03.2026 */
  .selectionWrapper {
    gap: 6px;
    justify-content: space-between;
    flex-flow: wrap;
  }

  .locNav,
  .locationButonWrapper {
    width: 100%;
    justify-content: center;
  }

  .contactpageTab .row {
    flex-flow: column-reverse;
  }
}

@media (max-width: 430px) {
  .awardsec .sub_hd h2 span::after {
    width: 100%;
  }

  .growth_sec .inner_head h1:after {
    width: 65%;
  }

  .page-id-1535 .inner_head h1::after {
    width: 87%;
  }

  .page-id-666 .inner_head h1::after {
    width: 80%;
  }

  .learningtesitem {
    height: 285px;
  }

  .learningTestimonial .orange {
    margin-top: -26px;
  }
}

@media (max-width: 384px) {
  .reward_sec h1 {
    text-align: center !important;
  }

  .page-id-1712 .inner_head {
    text-align: center !important;
  }

  .reward_sec .inner_head h1::after {
    width: 54% !important;
  }
}

@media (max-width: 375px) {
  .inner_head h1,
  .managment_team .sub_hd h2 {
    font-size: 2.05rem !important;
  }

  .qualty_managment h6 {
    font-size: 20px;
  }

  .learningtesitem {
    height: 340px;
  }

  .learningTestimonial .orange {
    margin-top: -22px;
  }
}
