@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* font-family: "Roboto", sans-serif; */
*,
::after,
::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:root {
  --robotoFont: "Roboto", sans-serif;
  --primaryColor: ;
  --secondaryColor: ;
  /* --yellowColor: #FFCC00; */
  --yellowColor: #f6882e;
  --greencolor: #40a748;
  --bluecolor: #3a55a5;
  --darkblue: #08193c;
}

/* ===================== common css start ====================== */

*,
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: var(--robotoFont);
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  position: relative;
  width: 100%;
  display: table;
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  color: #000;
}

section {
  padding: 100px 0;
}

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  padding: 0px 60px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: var(--robotoFont);
  color: var(--darkblue);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* ===================== common css start ====================== */

/* ================== mobile menu section start================= */
.mobileMenuSection {
  display: none;
}

.mobileMenuButton {
  display: none;
  text-decoration: none;
  width: 25px;
  position: static;
}

.mobileMenuButton span {
  width: 25px;
  height: 2px;
  border-radius: 4px;
  background: var(--bluecolor);
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.mobileMenuButton span:not(:last-child) {
  margin-bottom: 5px;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(2) {
  opacity: 0;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
}

.mm-navbar {
  z-index: 123;
  background: #000;
}

.mm-navbar__title > span {
  color: var(--yellowColor);
}

.mm-listitem:after {
  left: 0;
}

/* code for fixing the conflict of mmenu and bs modal */
.mm-page {
  position: initial;
}

.mm-btn--next:after,
.mm-btn--prev:before {
  border-color: #000000;
}

.mm-listitem.active {
  background: #878787;
}

/* ==================== mobile menu section end =================== */

/*========================== header start ==========================*/
.top_hdr {
  background: var(--bluecolor);
  padding: 10px 0;
  position: relative;
  z-index: 9999;
}
.top_hdr .d-flex {
  gap: 40px;
  position: relative;
}
.top_hdr a {
  color: #fff;
}
.top_hdr span {
  display: block;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  background: #fff;
}

.header_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.site-header.sticky {
  background-color: #fff;
}

/*=========================== header end ===========================*/

/*========================== banner start ==========================*/
.banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hdr_top {
  display: flex;
  align-items: center;
  padding: 3px 0;
  background: var(--bluecolor);
  gap: 50px;
  justify-content: flex-end;
  position: relative;
  padding-right: 125px;
}

.hdr_btm .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h3 {
  font-weight: 600;
  font-size: 25px;
}

.logo {
  width: 270px;
}

.logo img {
  width: 100%;
}

.header_cont {
  width: calc(100% - 270px);
}

.toll_free {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.toll-free-box {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.toll-free-box p {
  margin: 0;
}

.toll-free-box p strong {
  font-family: Roboto;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

.toll-free-box a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5px;
}

.toll-free-box a:hover {
  text-decoration: underline;
}

.timing {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding-top: 6px;
}

/* .search_link {
  background: transparent;
  border-radius: 50%;
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}

.search_link img {
  width: 20px;
}

.serch-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 59px;
  z-index: 99;
  transform: translateY(-200px);
}

.serch-wrapper form {
  position: relative;
  width: calc(100% - 50px);
  display: inline-block;
  align-items: center;
}

.serch-wrapper form input {
  height: 45px;
  width: 100%;
  padding: 0 20px;
  box-shadow: none !important;
  border-radius: 4px 0 0 4px;
  border: 1px solid #f6882e;
}

.serch-wrapper.show-search,
.serch-wrapper {
  transition: all 0.3s;
}

.serch-wrapper.show-search {
  transform: translateY(0);
}

.serch-wrapper .d-flex {
  position: absolute;
  right: 352px;
  width: 500px;
}

a.search-close {
  width: 45px;
  height: 45px;
  display: grid;
  place-content: center;
  text-decoration: none;
  background: var(--yellowColor);
  color: var(--yellowColor);
  font-size: 20px;
  border-radius: 0 4px 4px 0;
  position: relative;
  right: 37px;
} */

/* .srch_bx {
  position: relative;
  width: 300px;
}

.srch_bx input {
  width: 100%;
  padding: 10px 15px;
  border: 0;
  border-radius: 40px;
  color: #000;
  background: #fff;
}

.srch_bx button {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  border: 0;
  background: transparent;
} */
.search_link form {
  display: flex;
}
.search_link {
  width: 300px;
}
.search_link .form-control {
  background: rgba(255, 255, 255, 0.5);
  border: transparent;
  border-radius: 20px;
  font-size: 12px;
  height: 34px;
  color: #fff;
}
.search_link button {
  background: transparent;
  border: transparent;
  position: relative;
  right: 29px;
  top: -1px;
}
.main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 53px;
}

.main_menu li {
  position: relative;
}

.main_menu li ul.sub-menu {
  position: absolute;
  top: 200%;
  border-radius: 0 0 5px 5px;
  z-index: 100;
  background: #fff;
  width: 250px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
  border-top: 4px solid var(--yellowColor);
  display: none;
}

.main_menu li ul.sub-menu li a {
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  color: #000;
  padding: 10px 15px;
}

.main_menu li ul.sub-menu li a:hover {
  background: linear-gradient(90deg, #f6882e 0%, #ff9900 100%);
  color: #fff;
  padding-left: 19px;
}

.main_menu li ul.sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
  transition: all 0.5s ease-in-out;
}

.main_menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
  top: 0;
  left: 250px;
  width: 200px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
  border-top: 4px solid var(--yellowColor);
  display: none;
  position: absolute;
  background: #fff;
}

.hdr_btm {
  padding: 19px 0;
  /* padding-right: 125px; */
}

.main_menu li a {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #313131;
  text-transform: uppercase;
}

.main_menu li.current-menu-item a,
.main_menu li.current-menu-parent a,
.main_menu li.current-menu-ancestor a {
  color: var(--yellowColor);
}

.hdr_left {
  position: relative;
  /* height: 121px; */
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  background: #fff;
}

.hdr_left:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  width: 73px;
  height: 68px;
  background: url(../images/hdr_design.png) no-repeat left top / cover;
}

.hdr_left:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  right: 100%;
  top: 0;
  background: #fff;
}

.hdr_top::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  left: 100%;
  top: 0;
  background: var(--bluecolor);
}

.banner {
  position: relative;
  z-index: 1;
}
.banner_text h1 span {
  color: var(--yellowColor);
  font-weight: 900;
  line-height: 1;
  display: block;
}
.banner:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.best_place {
  position: absolute;
  top: -10px;
  right: -130px;
  margin: 0;
}

/* .best_place img {
  width: 71px;
  height: 122px;
} */

.site-main {
  padding-top: 130px;
}

.banner_slide figure {
  margin: 0;
  height: calc(100vh - 40px);
}

.banner_slide figure img {
  width: 100%;
  transition: all 12s ease-in-out;
}

.banner_slide {
  position: relative;
  /* z-index: 5; */
}

.banner_slide .banner_cont {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.banner_cont_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner_text {
  width: 60%;
}

.banner_cont .d-flex {
  gap: 20px;
}

.banner_cont .d-flex a.sol_btn {
  background: var(--yellowColor);
  color: #fff;
  padding: 13px 30px 11px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: var(--headingFont);
  font-size: 18px;
  /* letter-spacing: 2px; */
  border-radius: 0.5rem;
}

.banner_cont .d-flex a.send_enq_btn {
  background: var(--greencolor);
  /* backdrop-filter: blur(5px) saturate(200%); */
  color: #fff;
  padding: 13px 30px 11px;
  text-transform: capitalize;
  font-weight: bold;
  font-family: var(--headingFont);
  font-size: 18px;
  /* letter-spacing: 2px; */
  border-radius: 0.5rem;
}

.banner_cont .d-flex a:hover {
  background: #3956a6;
}

.banner_cont .d-flex a:hover.send_enq_btn {
  background: #3956a6;
}

.banner_text h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  text-shadow: rgba(0, 0, 0, 0.9) 3px 3px 6px;
}

.banner_text p {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #000;
  text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 4px;
  margin-bottom: 0;
}

.banner_slider .slick-dots {
  display: flex;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: 40px;
}

.banner_slider .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  font-size: 0;
  transition: all 0.5s ease-in-out;
}

.banner_slider .slick-dots li.slick-active button {
  height: 15px;
  width: 15px;
  background: var(--yellowColor);
}

.banner_slider .slick-slide.slick-active .banner_slide figure img {
  transform: scale(1.1);
}

.video_inner {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  overflow: hidden;
}

.video_inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.video-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px) saturate(200%);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 48px;
  height: 48px;
  border-radius: 0;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.video-btn:hover {
  opacity: 1;
  background-color: #2a2a2a;
}

.video_cont .banner_text h1,
.video_cont .banner_text p {
  color: #fff;
}

.video_cont .banner_cont_inner {
  justify-content: flex-start;
}

.about_content {
  position: relative;
  background: linear-gradient(0deg, #f1f1f1 45.91%, #ffffff 100%);
  padding-bottom: 150px;
}

/* .core_values::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1474px;
  height: 708px;
  background: url(../images/core_value_bg.png) no-repeat top center / contain;
} */

.main_hd h2 {
  font-weight: 700;
  /* font-size: 70px; */
  font-size: 40px;
  line-height: 45px;
  /* text-transform: uppercase; */
  color: var(--darkblue);
  margin-bottom: 20px;
}

.main_hd h2 span {
  color: var(--darkblue);
}

.main_hd p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #000;
}

.core_values_hldr .value_img {
  /* width: 284px;
  height: 284px; */
  display: block;
  text-align: center;
  margin: 0 auto;
}

.color_blue {
  background: #0da8d6;
}

.color_green {
  background: #5bc65a;
}

.color_orange {
  background: #f58a2e;
}

.color_purple {
  background: #7b3fa2;
}

.color_red {
  background: #e84a45;
}

.core_values_hldr .row {
  /* align-items: center; */
}

.core_values_hldr .main_hd {
  padding-right: 30px;
}

.core_values_hldr {
  position: relative;
  z-index: 2;
}

.core_values_hldr .main_hd h2 {
  color: #000;
}

.core_val_cont {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  gap: 10px;
}

.val_cont_hldr {
  width: 19%;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 1s ease-in-out;
  position: relative;
  box-shadow: 0px 8px 25px 0px #00000033;
  border: 5px solid rgb(255 255 255/0.9);
}

.val_cont_hldr.active {
  width: 39.9%;
  box-shadow: 0px 15px 25px 0px #00000033;
}

.val_cont_hldr figure {
  width: 100%;
  height: 378px;
  margin: 5px 0 0 0;
  transition: all 1s ease-in-out;
  text-align: center;
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
    drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

.val_cont_hldr figure img {
  height: 95px;
  object-fit: cover;
  object-position: center center;
  transition: all 0.5s ease-in-out;
  margin: 0;
}

/* .val_cont_hldr.active figure img {
  height: 195px;
} */

.val_txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: inherit;
  padding: 0 20px;
  text-align: center;
  top: 50%;
}

.val_txt h4 {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
  transition: all 1s ease-in-out;
  min-width: 100%;
  opacity: 0;
}

.val_txt h5 {
  color: #fff;
  padding: 0 0 20px;
  font-weight: 700;
  opacity: 0;
  min-width: 460px;
  transition: all 1s ease-in-out;
}

/* .val_txt h4:after {
  position: absolute;
  content: "";
  height: 23px;
  width: 3px;
  border-radius: 20px;
  background: var(--yellowColor);
  left: 0;
  top: 8px;
} */

.val_txt p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  transition: all 1s ease-in-out;
  opacity: 0;
  min-width: 100%;
}

.val_cont_hldr.active .val_txt p {
  opacity: 1;
}

.short_hd {
  position: absolute !important;
  bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 0;
  color: #fff;
  /* padding-left: 14px; */
  transition: all 1s ease-in-out;
  /* min-width: 460px; */
  z-index: 2;
  writing-mode: vertical-rl;
  transform: rotate(0);
  right: 10px;
}

.opacity-70 {
  opacity: 0.7;
}

.val_cont_hldr.active .val_txt h4,
.val_cont_hldr.active .val_txt h5 {
  opacity: 1;
}

.val_cont_hldr.active .short_hd {
  opacity: 0;
  bottom: 40px;
}

.our_business {
  position: relative;
  margin-top: 100px;
  text-align: center;
}

.our_business_hldr .text-center p,
.press_sec .text-center p,
.corporate_sec .text-center p,
.event_info .text-center p,
.awardsec .text-center p,
.ourpartners .text-center p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.our_business_hldr .main_hd {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
}
.our_business_hldr .text-center {
  margin-bottom: 2rem;
}
.our_business_hldr .main_hd {
  width: 65%;
  margin: 0 auto 40px auto;
}

.our_business_hldr {
  position: relative;
  z-index: 2;
}

.our_business_hldr .bc_txt span {
  width: 60px;
  height: 60px;
  display: inline-grid;
  background: rgba(0, 0, 0, 0.6);
  place-content: center;
  border: 1px solid #fff;
  margin-bottom: 10px;
  border-radius: 10px;
}

.our_business_hldr .bc_txt span img {
  width: 40px;
  height: 40px;
  opacity: 1;
  margin-bottom: 0;
}

.business_cont {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.business_cont::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 65%;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.business_cont figure {
  width: 100%;
  height: 331px;
  margin: 0;
}

.business_cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
}

/* .business_cont:hover figure img {
  scale: 1.05;
} */

.business_slider .slick-active.slick-center .business_cont {
  transform: rotateY(0deg) translateZ(550px) rotateY(0deg) scale(1.25);
  transform-origin: center center;
  transition: 0.4s all ease-in-out;
}

.business_slider.slick-initialized .slick-slide {
  display: block;
  padding: 57px 10px 70px;
  transition: 0.4s all ease-in-out;
  margin: 0 20px;
}

.business_slider .slick-prev {
  position: absolute;
  top: 20px;
  right: 45px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  background: url(../images/new-home-images/blue-left-arw.svg) no-repeat center
    center;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.business_slider .slick-next {
  position: absolute;
  top: 20px;
  right: -5px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  /* border: 1px solid #6B7073; */
  border: 0;
  font-size: 0;
  background: url(../images/new-home-images/blue-right-arw.svg) no-repeat center
    center;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.business_slider .slick-prev {
  left: 37%;
  bottom: -60px;
  top: inherit;
}

.business_slider .slick-next {
  right: 37%;
  bottom: -60px;
  top: inherit;
}

.bc_txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  z-index: 2;
}

.business_cont h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}

.bc_txt img:first-child {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.bc_txt .read_more {
  opacity: 0;
  transform: translateY(15px);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  background: #fff;
  color: #000;
  border: transparent;
  margin-top: 10px;
}

.business_cont:hover .bc_txt .read_more {
  opacity: 1;
  transform: translateY(0);
}

.business_cont h4 {
  transition: transform 0.4s ease;
  transform: translateY(50px);
}

.business_cont:hover h4 {
  transform: translateY(-5px);
}

/* .business_slider .slick-slide, */
.press_slider .slick-slide {
  margin: 0 3.5px;
}

.business_slider .slick-list,
.press_slider .slick-list {
  margin: 0 -3.5px;
}

.business_slider .slick-dots,
.press_slider .slick-dots {
  display: flex;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: -40px;
}

.business_slider .slick-dots li button,
.press_slider .slick-dots li button {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 0;
  background: #a9b4d6;
  font-size: 0;
  transition: all 0.5s ease-in-out;
}

.press_slider .slick-dots li.slick-active button {
  height: 10px;
  width: 10px;
  background: var(--yellowColor);
}

.business_slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background: #9aa3bd;
  border-radius: 50%;
  border: none;
}

/* Active dot */
.business_slider .slick-dots li.slick-active button {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 4px solid #f6882e;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(246, 136, 46, 0.25);
}

.sub_hd {
  margin-bottom: 1.5rem;
}

.sub_hd h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  color: var(--darkblue);
  position: relative;
  text-transform: capitalize;
}

.sub_hd h2 span {
  position: relative;
}

.sub_hd h2 span::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #f6882e 0%, #3a55a5 100%);
  width: 100%;
  height: 4px;
  bottom: -5px;
  left: 50%;

  transform: translateX(-50%) scaleX(0);
  transform-origin: center;

  transition: transform 0.6s ease;
}

.core_value .sub_hd {
  margin-bottom: 5rem;
}

/* animate */
.sub_hd h2.active span::after {
  transform: translateX(-50%) scaleX(1);
}

.testi_cont .sub_hd h2 span {
  display: block;
}

.testi_cont {
  padding: 70px 40px 50px 40px;
  background: #f1f1f1;
  border-radius: 10px;
  position: relative;
}

.testi_cont:after {
  position: absolute;
  content: "";
  top: -44px;
  left: -40px;
  width: 90px;
  height: 75px;
  background: url(../images/quote.svg) no-repeat left bottom / contain;
}

.test_user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
  margin-bottom: 20px;
}

.testi_cc p {
  margin-bottom: 40px;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
}

.test_user p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #6b7073;
}

.test_user h6 {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #000;
  margin-bottom: 8px;
}

.test_user img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: cover;
}

.test_user > div {
  position: relative;
}

.test_user > div::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background: #d3d3d3;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
}

.testi_slider .slick-prev {
  position: absolute;
  bottom: 15px;
  right: 50px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #6b7073;
  font-size: 0;
  background: url(../images/left_arrow.svg) #f1f1f1 no-repeat center center /
    8px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.testi_slider .slick-prev:hover {
  border-color: var(--yellowColor);
  background: url(../images/left_arrow.svg) var(--yellowColor) no-repeat center
    center / 8px;
}

.testi_slider .slick-next {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #6b7073;
  font-size: 0;
  background: url(../images/right_arrow.svg) #f1f1f1 no-repeat center center /
    8px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.testi_slider .slick-next:hover {
  border-color: var(--yellowColor);
  background: url(../images/right_arrow.svg) var(--yellowColor) no-repeat center
    center / 8px;
}

.social_cont {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

.social_cont img {
  width: 270px;
  height: 354px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.social_txt {
  width: calc(100% - 290px);
}

.social_txt h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 20px;
}

.social_txt p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  min-height: 228px;
}

.read_more {
  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;
}

.read_more i {
  transform: rotate(-40deg);
  transition: 0.5s;
}

.read_more:hover i {
  transform: rotate(0deg);
}

.read_more svg {
  width: 35px !important;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  stroke: var(--yellowColor);
  fill: transparent;
}

.read_more:hover svg {
  transform: translate(5px, 6px);
  rotate: 45deg;
  fill: var(--yellowColor);
}

/* .read_more:hover img:first-child,
.read_more img:last-child {
  opacity: 0;
}

.read_more:hover img:last-child,
.read_more img:first-child {
  opacity: 1;
} */

.read_more:hover {
  background: var(--yellowColor) !important;
  color: #fff;
}

.social_slider .slick-dots {
  display: flex;
  position: absolute;
  /* width: 100%; */
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  bottom: 30px;
  right: 0;
}

.social_txt .read_more {
  bottom: -9px;
}

.social_slider .slick-dots li button,
.testi_slider .slick-dots li button,
.insider_view .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0;
  background: #b9babc;
  font-size: 0;
  transition: all 0.5s ease-in-out;
}

.social_slider .slick-dots li.slick-active button,
.testi_slider .slick-dots li.slick-active button,
.insider_view .slick-dots li.slick-active button {
  height: 10px;
  width: 10px;
  background: var(--yellowColor);
}

.testi_slider .slick-dots {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 0;
}

.insider_view .slick-dots {
  display: flex;
  gap: 10px;
  position: absolute;
  left: -160px;
  bottom: 28px;
}

.insider_view {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.insider_left,
.insider_right {
  width: 49.8%;
}

.insider_left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 100px 0 100px 0;
  background: #6b7073;
}

.inside_text {
  width: 570px;
}

.inside_text .sub_hd h2 {
  color: #fff;
}

.inside_text .sub_hd {
  margin-bottom: 30px;
}

.inside_text {
  padding-right: 55px;
}

.inside_text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 30px;
}

.inside_text .read_more {
  color: #b9babc;
}

.ins_cont {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ins_cont img {
  width: 100%;
  height: 411px;
  object-fit: cover;
  object-position: top center;
  transition: all 0.8s ease-in-out;
}

.ins_txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 483px;
}

.ins_txt p {
  padding: 13px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #fff;
  background: #00000099;
  width: calc(100% - 91px);
  height: 100px;
}

.ins_txt a {
  height: 100px;
  width: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellowColor);
}

.ins_txt a img {
  width: 32px;
  height: auto;
  transition: all 0.5s ease-in-out;
}

.ins_txt a:hover img {
  transform: rotate(45deg);
}

.inside_slider .slick-slide {
  transition: all 0.8s ease-in-out;
}

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

.inside_slider .slick-list {
  height: 411px;
}

.inside_slider .slick-slide {
  margin: 0 3.5px;
}

.inside_slider .slick-list {
  margin: 0 -3.5px;
}

.ins_txt_slider .slick-prev {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  background: url(../images/left_arrow_arrow.svg) #6b7073 no-repeat center
    center / 8px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.ins_txt_slider .slick-prev:hover {
  border-color: var(--yellowColor);
  background: url(../images/left_arrow_arrow.svg) var(--yellowColor) no-repeat
    center center / 8px;
}

.ins_txt_slider .slick-next {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  background: url(../images/right_arrow_white.svg) #6b7073 no-repeat center
    center / 8px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.ins_txt_slider .slick-next:hover {
  border-color: var(--yellowColor);
  background: url(../images/right_arrow_white.svg) var(--yellowColor) no-repeat
    center center / 8px;
}

.aw_left {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.aw_left:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.aw_left img {
  width: 100%;
  height: 415px;
  object-fit: cover;
}

.aw_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  text-align: center;
}

.aw_text h6 {
  font-weight: 700;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.aa_cont {
  width: 100%;
}

.aa_cont img {
  width: 100%;
  height: 305px;
  object-fit: cover;
  border-radius: 10px;
  object-position: top center;
}

.aa_cont h6 {
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0%;
  margin-top: 15px;
  color: #000;
}

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

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

.aa_slider .slick-dots {
  display: flex;
  position: absolute;
  width: auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: -40px;
  right: 0;
  transform: rotate(0) translateX(-50%);
  left: 50%;
}

.aa_slider .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0;
  background: #b9babc;
  font-size: 0;
  transition: all 0.5s ease-in-out;
}

.aa_slider .slick-dots li.slick-active button {
  height: 10px;
  width: 10px;
  background: var(--yellowColor);
}

.abt_gw_hldr {
  padding: 10px 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 9px 0px #0000001a;
  margin-bottom: 10px;
}

.abt_gw_hldr .sub_hd {
  margin-bottom: 40px;
}

.abt_gw_hldr .sub_hd h2:after {
  left: 0;
  transform: scaleX(0);
}
.abt_gw_hldr .sub_hd h2.active::after {
  transform: scaleX(1);
}
.abt_gw_hldr p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 20px;
}

.abt_gw_hldr .read_more {
  margin-top: 19px;
}

.abt_quot {
  padding: 23px 35px;
  background: var(--yellowColor);
  border-radius: 10px;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  min-height: 186px;
}

.abt_main_hldr figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}

.abt_main_hldr figure img {
  width: 100%;
  height: 740px;
  object-fit: cover;
}

.abt_main_hldr {
  position: relative;
}

.fixed_counter {
  height: auto;
  width: auto;
  position: absolute;
  right: 15px;
  top: -83px;
}

.counter_slider .slick-slide {
  padding: 0 10px;
}

.counter_cont {
  padding: 35px 10px;

  border-radius: 10px;

  background: #fff;

  text-align: center;

  /* box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1); */

  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); */

  transition: all 0.3s ease-in;

  min-height: 237px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.event_info .text-center {
  margin-bottom: 3rem;
}

.counter_cont:hover {
  box-shadow: 0 0 15px rgba(246, 136, 46, 0.15);
  transform: translateY(-5px);
  transition: all 0.3s ease-in;
  background: #ffeddf;
}
.abt_sml {
  height: 185px;
  width: 100%;
}
.counter_cont img {
  width: 45px;
  height: auto;
  margin: 0 auto 10px auto;
}

.counter_cont h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #000;
  margin-bottom: 14px;
}

.counter_cont p {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #838486;
  min-height: 40px;
  margin-bottom: 0;
}

.counter_slider_hldr {
  position: absolute;
  bottom: 0;
  left: -11px;
  width: 200px;
}

/* .partnerimg img {
  filter: brightness(0) invert(1);
}

.partnerimg:hover img {
  filter: inherit;
  transition: all 0.4s ease-in;
} */

/* ====events and updates== */

.eventUpdates {
  background: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 49.22%);
  position: relative;
  padding-bottom: 0;
}

/* .eventUpdates .text-center p {
  font-size: 20px;
} */

.event_img {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
  width: 100%;
}

/* .single-events_updates .award_cont:after,
.single-events_updates .award_cont:hover {
  display: none;
  box-shadow: none;
} */

.event_img:after {
  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  ); */
  background-image: linear-gradient(to top, rgb(0 0 0 / 0.8), transparent);
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 174px;
  border-radius: 0 0 15px 15px;
}

.event_img:hover:after {
  height: 100%;
}

.event_img figure {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
  height: 330px;
}
.event_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

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

.event_txt {
  position: absolute;
  bottom: 20px;
  margin: 0;
  z-index: 1;
  /* text-align: center; */
  left: 25px;
  /* transform: translate(-50%, -50%); */
}

.event_txt h4 {
  color: #fff;
}

.hide_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  color: #fff;
  z-index: 3;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  border-radius: 0 0 15px 15px;
  line-height: 1.25rem;
  /* text-align: center; */
}

/* hover effect */
.event_img:hover .hide_txt {
  opacity: 1;
  transform: translateY(0);
}
.event_img:hover .event_txt {
  opacity: 0;
}

.event_img .read_more {
  border: transparent;
  background: #fff;
  color: #000;
  margin-top: 20px;
  /* display: inline-block !important;
  width: auto !important; */
}

.page-template-home-new .event_img .read_more {
  width: auto !important;
  display: inline-block !important;
}

.page-template-home-new .hide_txt {
  text-align: center;
}

.page-template-home-new .event_info .event_txt {
  left: 50%;
  transform: translate(-50%, -50%);
}

.load_more {
  color: var(--darkblue);
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 18px;
  background: #fff;
  font-weight: 700;
}

.load_more:hover {
  background: var(--yellowColor);
  color: #fff;
}

.awardsec {
  padding-top: 80px;
  background: #fff;
  margin-top: 45px;
}

.award_fraction {
  display: none;
  justify-content: center;
  margin-top: 10px;
}

.award_cont {
  margin: 0 10px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.award_cont:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 25px -5px rgb(0 0 0/0.1),
    0 8px 10px -6px rgb(0 0 0/0.1);
}

.award_cont figure {
  overflow: hidden;
}

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

.award_cont:hover figure img {
  transition: all 0.4s ease-in-out;
  transform: scaleX(1.1) scaleY(1.1);
}

.award_cont:after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );

  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 174px;
  border-radius: 0 0 15px 15px;
}

.award_cont figure {
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}
.award_cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press_slider .slick-prev,
.corporate_slider .slick-prev,
.award_slider .slick-prev {
  position: absolute;
  top: 40%;
  left: -20px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  background: url(../images/new-home-images/white-left-arw.png) no-repeat center
    center;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.press_slider .slick-next,
.corporate_slider .slick-next,
.award_slider .slick-next {
  position: absolute;
  top: 40%;
  right: -20px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  background: url(../images/new-home-images/white-right-arw.png) no-repeat
    center center;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px #00000040;
}

/* ====events and updates== */

/* ====our partners start */
.ourpartners {
  /* background: url(../images/Our-Partner.jpg) no-repeat center/cover; */
  /* padding-top: 0; */
}

/* .ourpartners .sub_hd h2 {
  color: #fff;
} */

/* .partnerimg {
  background: #fff;
} */

.partnersSlider .slick-slide {
  margin: 0 7px;
}

.partnersSlider .slick-list {
  margin: 0 -7px;
}

.partnerimg {
  /* background: rgb(255 255 255/0.05);
  backdrop-filter: blur(8px);
  border-radius: 0.75rem;
  min-height: 100px;
  display: grid;
  place-content: center;
  border: 1px solid rgb(255 255 255/0.1);*/
  transition: all 0.4s ease-in;
  position: relative;
  padding: 10.5px 15px;
}

/* .partnerimg:hover {
  border: 1px solid #795639;
  background: rgb(255 255 255/0.15);
} */

.partner_img2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  opacity: 0;
}

.partnerimg:hover .partner_img1 {
  opacity: 0;
  transition: all 0.4s ease-in;
}

.partnerimg:hover .partner_img2 {
  opacity: 1;
  transition: all 0.4s ease-in;
  width: 121px;
  transform: translate(-50%, -50%) scale(1.05);
}

.ourpartners .slick-dots {
  display: flex;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: -40px;
}

.ourpartners .slick-dots li button,
.eventsSlider .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0;
  background: #b9babc;
  font-size: 0;
  transition: all 0.5s ease-in-out;
  font-size: 0;
  transition: 0.5s;
}

.ourpartners .slick-dots li.slick-active button,
.eventsSlider .slick-dots li.slick-active button {
  background: var(--yellowColor);
  transition: 0.5s;
}

/* ====our partners start */

/* ====in the press== */
.inthePress {
  background: linear-gradient(180deg, #f1f1f1 0%, #ffffff 100%);
}
a.press_cont {
  box-shadow: 0px 6px 10px 0px #0000001a;
  display: block;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #ebebeb;
  color: #08193c;
  margin: 0 10px 15px;
  background: #fff;
}
a.press_cont figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 280px;
}
a.press_cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pressItem {
  text-align: center;
  margin: 0 15px;
}

.press_cont h4 {
  margin-bottom: 30px;
  min-height: 64px;
}

a:hover.press_cont .read_more {
  background: var(--yellowColor);
  color: #fff;
}

a.press_cont figure img {
  transition: all 0.4s ease-in-out;
}

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

.inthePress .read_more {
  border: transparent;
  background: rgba(8, 25, 60, 0.082);
  color: var(--darkblue);
}

.pressImgouter {
  padding: 10px;
  background: #fff;
  box-shadow: 0px -3px 6px 0px #00000014;
  border-radius: 10px;
  margin-bottom: 15px;
}

.pressImg {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

.newplay {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--yellowColor);
  color: #000;
  display: inline-grid;
  border-radius: 50%;
  place-content: center;
  font-size: 23px;
}

.newplay i {
  transform: translate(1px, 2px);
}

.pressImg iframe {
  display: block;
}

.pressImg img {
  transition: 0.5s;
  height: 250px;
  object-fit: cover;
}

.pressItem:hover .pressImg img {
  transform: scale(1.2);
  transition: 0.5s;
}

.pressItem a.newsTitle {
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 15px;
  min-height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscribe.Knowmore {
  background: #3956a6;
  color: #fff;
  border-radius: 44px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-height: 35px;
  position: relative;
  padding: 7px 15px 6px;
  top: inherit;
  right: inherit;
  transition: 0.5s;
}

.subscribe.Knowmore i {
  color: var(--yellowColor);
}

#embedPlay {
  display: none;
}

.subscribe.Knowmore i {
  font-size: 28px;
  line-height: 1;
  transform: rotate(-40deg);
}

.subscribe.Knowmore:hover i {
  transform: rotate(0deg);
  color: #fff;
}

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

/* ====footer start====== */
.site-footer {
  background: #3956a6;
  padding: 86px 0 0;
  border-top: 5px solid var(--yellowColor);
}

.footerlogo figure {
  margin-bottom: 0px;
}

.footerlogo {
  display: inline-block;
  margin-bottom: 55px;
}

.qrWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.qrImg {
  padding: 7.5px;
  background: #fff;
  border-radius: 5px;
}

.qrContent {
  flex: 1;
  max-width: 123px;
}

.qrContent p {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #fff;
}

.playstore {
  margin: 15px 0 53px;
}

.missedCallWrapper {
  /* border-left: 2px solid var(--yellowColor);
  padding-left: 10px; */
  display: none;
  margin-bottom: 30px;
}

.missedCallWrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 8px;
}

.missedCallWrapper h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0%;
  color: #ffffff;
  display: inline-block;
  transition: 0.5s;
}

.missedCallWrapper h5 span {
  margin-right: 2px;
  background: #243769;
  width: 38px;
  display: inline-grid;
  height: 38px;
  place-content: center;
  border-radius: 4px;
  color: var(--yellowColor);
  overflow: hidden;
  position: relative;
}

h5 span .digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 1s ease-out;
}

h5 span .digit-inner div {
  height: 38px;
  /* Match the span height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.missedCallWrapper a:hover {
  letter-spacing: 1px;
  transition: 0.5s;
}

.subcribeform {
  position: relative;
}

.subcribeform input {
  background: #ffffff33;
  min-height: 35px;
  padding: 7px 18px;
  border-radius: 44px;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  color: #fff;
}

.subscribe {
  background: var(--yellowColor);
  color: #000;
  border-radius: 44px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 35px;
  position: absolute;
  padding: 4px 12px;
  top: 0;
  right: 0;
  transition: 0.5s;
}

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

.subscribe i {
  transition: 0.5s;
}

.subscribe:hover i {
  transform: rotate(45deg);
  transition: 0.5s;
}

.subscribe span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0%;
}

.footerContent h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: var(--yellowColor);
  margin-bottom: 20px;
}

.footernav {
  display: grid;
}

.footernav li a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  transition: 0.5s;
}

.footernav li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #b9babc;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
  transition: 0.5s;
}

.footernav li a:hover {
  color: var(--yellowColor);
  transition: 0.5s;
}

.footernav li a:hover::before {
  background: var(--yellowColor);
  transition: 0.5s;
}

.footerContact {
  display: flex;
}

.footerContactItem {
  display: flex;
  align-items: center;
  gap: 15px;
  /* border-right: 3px solid #000; */
  width: 33.33%;
  background: var(--yellowColor);
  padding: 14px 18px;
}

.footerContact .footerContactItem:nth-child(2) {
  /* background: #FFD326; */
  background: #243769;
}

.footerContact .footerContactItem:nth-child(3) {
  background: #40a748;
  border: none;
}

.fcIcon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #00000066;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 18px;
}

.fcContent {
  flex: 1;
}

.fcContent h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
}

.fcContent a {
  font-weight: 700;
  font-size: 13.5px;
  line-height: 26px;
  color: #fff;
}

.footerContact {
  margin-top: 45px;
  margin-bottom: -50px;
}

.fcContent p {
  font-size: 13.5px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.bottomnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.bottomnav li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
  display: block;
  position: relative;
}

.bottomnav li:not(:last-child) a::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -15px;
}

.copyrightbar {
  padding: 77px 0 27px;
  background: #9caad2;
}

.copyrightbar p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}

.copyrightbar p a {
  font-weight: 700;
  color: #fff;
}

.pl-30 {
  padding-left: 60px;
}

.aw_text .subscribe {
  position: relative;
}

section.awards {
  border-radius: 0 !important;
  z-index: 5;
  position: relative;
  background: #fff;
}

.fcIcon {
  transition: all 0.5s ease-in-out;
}

.footerContactItem:hover .fcIcon {
  background: #000;
}

.pdf-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pdf-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #222;
  transition: all 0.2s ease;
  width: 280px;
}

.pdf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.pdf-icon {
  width: 50px;
  height: 60px;
  flex-shrink: 0;
  position: relative;
}

.pdf-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #e63946, #b71c1c);
}

.pdf-icon::after {
  content: "PDF";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}

.pdf-title {
  font-weight: 600;
  font-size: 15px;
}

.pdf-meta {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

/* ====footer close====== */

.testi_cc {
  text-align: center;
}
.cp_cont {
  margin-top: 60px;
}

.dwnld_bklet {
  background: var(--bluecolor);
  color: #fff;
  border-radius: 44px;
  position: relative;
  padding: 10px 15px 10px;
  top: inherit;
  right: inherit;
  transition: 0.5s;
  width: 245px;
  margin: auto;
  font-size: 15px;
}

.dwnld_bklet:hover {
  background: var(--greencolor);
}

.dwnld_bklet img {
  transition: transform 0.3s ease;
  filter: invert(1);
}

.dwnld_bklet:hover img {
  animation: downloadBounce 0.6s ease;
}

@keyframes downloadBounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.core_values_hldr .dwnld_bklet img {
  margin-left: 5px;
  width: 10px;
  position: relative;
  top: -1px;
}

.blog_txt h4 a {
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}

.read_more_btn {
  background: #3a55a5;
  color: #fff;
  border-radius: 40px;
  padding: 10px 30px;
}

.read_more_btn:hover {
  background: var(--greencolor);
  color: #fff;
}

.blog_area figure {
  border: 1px solid #ccc;
  padding: 5px;
}

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

.enqueryformWrapper .form-group .form-control.wpcf7-not-valid,
.enqueryformWrapper .form-group .form-select.wpcf7-not-valid {
  border: 1px solid red !important;
}

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

.enqueryformWrapper .d-flex {
  justify-content: space-between;
  align-items: center;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
}

.enqueryformWrapper .titleSub.d-flex {
  justify-content: inherit;
}

/* Arrow style */
.footer_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.footer_title .arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  display: inline-block;
  position: relative;
  top: -3px;
}

/* Rotate arrow when active */
.footerContent.active .arrow {
  transform: rotate(-135deg);
}

.press_sec .sub_hd h2 {
  text-transform: none;
}

.single-awards_achievement .inner_head.text-left,
.page-template-csr-overview .inner_head.text-left {
  text-align: left;
}

.single-awards_achievement .inner_head.text-left h1 {
  font-size: 35px;
}

.awards_details .award_info_awards .award_cont:hover {
  box-shadow: none;
  transform: inherit;
}

.page-template-insider-view .eventUpdates {
  padding-bottom: 85px;
}

.value_cont_img {
  text-align: left;
}

#productModal .modal-header {
  display: block !important;
  border-bottom: 1px solid #f2f3f5;
  padding-top: 0;
  padding-bottom: 0;
}

#productModal .modal-header .inner_head h1 {
  font-size: 45px !important;
  line-height: 50px;
}

#productModal .modal-content {
  padding: 25px 0;
}

#productModal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
}

#productModal .inner_head {
  margin-bottom: 30px;
  text-align: center;
}

#productModal .modal-body {
  background: #fdfdfe;
}

#productModal .modal-body ul {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

#productModal .modal-body ul li {
  max-width: 30%;
  flex: 0 0 30%;
  margin-top: 30px;
}

#productModal .modal-body ul li a span {
  background: #f5f5f5;
  padding: 10px;
  width: 176px;
  height: 176px;
  display: block;
  margin: auto;
  line-height: 150px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

#productModal .modal-body ul li a {
  display: block;
  text-align: center;
}

#productModal .modal-body ul li a span:hover {
  transform: scale(1.02);
}

.learn_more {
  background: transparent;
  border: transparent;
  display: flex;
  gap: 6px;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  color: var(--darkblue);
  font-weight: 600;
}

.learn_more:hover {
  color: var(--yellowColor);
  transition: all 0.3s ease-in-out;
}

.learn_more:hover svg {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.learn_more svg {
  width: 1rem;
  transition: all 0.3s ease-in-out;
}

/* ====RESPONSIVE====== */

@media (max-width: 767px) {
  #productModal .modal-body ul li {
    max-width: 100%;
    flex: 100%;
  }
  #productModal .modal-header .inner_head h1 {
    font-size: 2.25rem !important;
  }
  .corporate_slider a.corporate_cont p {
    min-height: 155px;
  }
  .driving_value h2 {
    font-size: 29px !important;
  }
  .core_value .sub_hd {
    margin-bottom: 3rem;
  }
  .business_cont figure {
    height: 448px;
  }
  .business_slider .slick-active.slick-center .business_cont {
    transform: rotateY(0deg) translateZ(550px) rotateY(0deg) scale(1.15);
  }
  .business_slider.slick-initialized .slick-slide {
    padding: 67px 30px 70px;
  }
  .our_business_hldr .text-center {
    margin-bottom: 0;
  }
  .ps-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .abt_gw_hldr .read_more {
    display: table;
    margin: auto;
  }

  .core_values_hldr .value_cont_img {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
  }
  .press_cont h4 {
    font-size: 16px;
  }

  .business_cont h4 {
    min-height: 0;
  }
  .hide_txt {
    line-height: 19px;
  }
  /* .eventUpdates .text-center p {
    font-size: 16px;
    line-height: 1.5;
  } */
  .footerContent .footernav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .footerContent.active .footernav {
    max-height: 500px; /* enough to show full list */
  }

  .footerContent h3 {
    cursor: pointer;
    position: relative;
  }

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

  .footerContent.active h3::after {
    transform: translateY(-50%) rotate(-135deg);
  }
  .abt_gw_hldr {
    padding: 20px;
    margin-top: 26px;
  }
  .modal.show .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
  }
  .pdf-container {
    justify-content: center;
  }

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

  .footerContact {
    flex-flow: wrap;
    margin-top: 30px;
  }

  .footerContactItem {
    width: 100%;
    border-right: none;
  }

  .pl-30 {
    padding-left: 0px;
  }

  .footerContent {
    margin-bottom: 30px;
  }

  .footerContent h3 {
    font-size: 0.875rem;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .footerlogo {
    display: inline-block;
    margin-bottom: 35px;
  }

  .playstore {
    margin: 15px 0 20px;
  }

  .eventsslideWrap .slick-next.slick-arrow,
  .eventsslideWrap .slick-prev.slick-arrow {
    width: 36px;
    height: 36px;
    left: inherit;
    right: 0;
    bottom: inherit;
    top: -40px;
  }

  .eventsslideWrap .slick-prev.slick-arrow {
    left: inherit;
    right: 46px;
  }

  .eventsslideWrap .slick-dots {
    flex-direction: row;
    width: 100%;
    height: 10px;
    gap: 10px;
    top: inherit;
    right: inherit;
    left: 0;
    bottom: -30px;
  }

  .copyrightbar p {
    text-align: center;
    margin-bottom: 8px;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .bottomnav li a {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #fff;
  }

  .copyrightbar {
    padding: 65px 0 20px;
  }

  .bottomnav {
    justify-content: center;
  }

  .pressItem {
    margin-bottom: 30px;
  }

  h3 {
    font-size: 23px;
  }
}

@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;
  }
}

@media (max-width: 1366px) {
  .core_values {
    padding-bottom: 170px;
  }
}

/* ========================== responsive ========================== */
@media (max-width: 1440px) {
  .best_place {
    right: -87px;
    width: 70px;
  }
  .val_txt h4 {
    font-size: 16px;
    line-height: 35px;
  }
  .value_cont_img {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .val_cont_hldr figure {
    margin-bottom: 0;
  }

  .site-main {
    padding-top: 127px;
  }

  .serch-wrapper {
    top: 70px;
  }

  .business_cont h4 {
    min-height: 55px;
  }

  .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;
  }

  .hdr_top {
    gap: 25px;
  }

  .main_menu {
    gap: 30px;
  }

  .hdr_top {
    padding-right: 100px;
  }
}

@media (max-width: 1366px) {
  section {
    padding: 80px 0;
  }

  .val_txt p {
    /* min-width: 295px; */
  }

  .core_values {
    padding-bottom: 170px;
  }
}

@media (max-width: 1365px) {
  .container-fluid {
    padding: 0 15px;
  }

  .logo {
    width: 255px;
  }

  .hdr_top {
    padding-right: 70px;
  }

  .banner,
  .banner_slider,
  .banner_slide figure {
    height: 100%;
  }

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

  .banner_text p {
    font-size: 20px;
  }

  .main_menu {
    gap: 25px;
  }

  .main_menu li a {
    font-size: 16px;
  }

  .srch_bx {
    width: 254px;
  }

  .hdr_top {
    gap: 25px;
  }

  .val_txt p {
    /* min-width: 250px; */
  }

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

  .sub_hd h2 {
    font-size: 30px;
  }

  .testi_cont:after {
    left: 0;
  }

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

  .inside_text {
    width: 100%;
  }

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

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

@media (min-width: 1024px) and (max-width: 1200px) {
  .val_txt p {
    min-width: auto;
  }
  .abt_quot {
    padding: 22px;
    font-size: 25px;
    min-height: 165px;
    display: flex;
    align-items: center;
    line-height: 31px;
  }
  .abt_gw_hldr .sub_hd {
    margin-bottom: 35px;
  }
  .counter_slider_hldr {
    width: 163px;
  }
  .abt_sml {
    height: 167px;
  }
  .business_slider .slick-prev {
    left: 35%;
  }
  .business_slider .slick-next {
    right: 35%;
  }
  .press_cont h4 {
    font-size: 16px;
  }
  .corporate_slider a.corporate_cont p {
    min-height: 145px;
  }
}

@media (max-width: 1023px) {
  section {
    padding: 80px 0;
  }
  .core_values {
    padding-bottom: 130px;
  }

  /* mmenu start */
  .mobileMenuButton {
    display: inline-block;
  }

  /* mmenu end */
  .hdr_btm {
    /* display: none; */
  }
  .main_menu {
    display: none;
  }

  .hdr_top {
    flex-wrap: wrap;
    gap: 15px;
  }

  .logo {
    width: 170px;
  }

  .hdr_left,
  .hdr_left:after {
    height: 105px;
  }

  .header_cont {
    width: 65%;
  }

  .hdr_top {
    padding: 9px 0;
    justify-content: flex-start;
  }

  /* .toll_free,
  .srch_bx {
    width: 100%;
  } */

  .site-header,
  .site-header.sticky {
    background: #fff;
  }

  .hdr_top form {
    width: 60%;
  }

  .best_place {
    right: 42px;
  }

  .best_place img {
    object-fit: contain;
    width: 60px;
    height: auto;
  }

  nav#menu {
    z-index: 99;
  }

  .site-main {
    padding-top: 120px;
    overflow: hidden;
  }

  .banner_text {
    width: 70%;
  }

  /* section {
    padding: 60px 0;
  } */

  .main_hd h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .val_txt {
    padding: 20px;
    z-index: 2;
  }

  .core_values_hldr {
    margin-top: 50px;
  }

  /* .counter_slider_hldr {
    width: 260px;
  } */

  .counter_cont {
    padding: 30px 15px;
  }

  .core_values {
    padding-bottom: 130px;
  }

  /* .sub_hd {
    margin-bottom: 25px;
  } */
  .contactpageSec .sub_hd h2 {
    font-size: 28px;
  }
  .sub_hd h2 {
    font-size: 40px;
  }

  .business_slider.slick-initialized .slick-slide {
    margin: 0 10px;
  }
  .about_content {
    padding-bottom: 25px;
  }
  .business_slider .slick-prev {
    left: 30%;
  }
  .business_slider .slick-next {
    right: 30%;
  }
  .insider_left {
    padding: 68px 0 48px 0;
  }

  .inside_slider .slick-list {
    height: 357px;
  }

  .aw_left {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #productModal .modal-body ul li {
    max-width: 48%;
    flex: 0 0 48%;
  }
  .teamsec ul li {
    width: 33%;
    min-width: 300px;
    flex: 1;
  }
  .val_cont_hldr {
    width: 100%;
    background: rgb(255 255 255/0.9);
    border: 1px solid rgb(229 231 235/0.6);
    box-shadow:
      0 10px 15px -3px rgb(0 0 0/0.1),
      0 4px 6px -4px rgb(0 0 0/0.1);
    margin-bottom: 10px;
  }
  .val_cont_hldr .d-flex {
    align-items: center;
    padding: 10px;
    position: relative;
  }
  .val_cont_hldr figure {
    height: auto;
    margin-bottom: 0;
    width: auto;
    box-shadow: none;
    margin-top: 0;
    margin-right: 16px;
  }
  .val_cont_hldr.active .short_hd {
    opacity: 1;
    bottom: 40px;
  }
  .val_cont_hldr figure img {
    height: 48px;
  }
  .short_hd {
    position: static !important;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 0;
    min-width: auto;
    writing-mode: initial;
    transform: none;
    color: var(--darkblue);
  }
  .val_cont_hldr .d-flex::after {
    content: "";
    font-size: 14px;
    color: #fff;
    transition: transform 0.3s ease;
    margin-left: 10px;
    background: url(../images/down-arrow.png) no-repeat;
    width: 16px;
    height: 16px;
    right: 15px;
    position: absolute;
  }
  .val_cont_hldr.active .val_txt p {
    padding: 20px 20px 0 20px;
    text-align: left;
    opacity: 1 !important;
  }
  .val_cont_hldr.active .val_txt {
    max-height: 300px;
    border-top: 1px solid rgb(229 231 235/0.6);
  }
  .val_txt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
    padding: 0;
    text-align: left;
  }
  .val_txt h4,
  .val_cont_hldr.active .val_txt h4,
  .val_cont_hldr.active .val_txt h5 {
    display: none;
  }
  .val_cont_hldr.active .val_txt p {
    padding: 20px 20px 0 20px;
    text-align: left;
    opacity: 1 !important;
    color: #000;
  }
  .core_val_cont {
    display: block;
  }
  .val_cont_hldr.active {
    width: 100% !important;
  }
  .val_txt p {
    color: #000;
    padding: 20px 20px 0 20px;
    transition: all 0.4s ease-in-out;
    text-align: left;
    opacity: 0 !important;
  }
  .val_cont_hldr.active .d-flex::after {
    transform: rotate(180deg);
  }
  .our_business_hldr .text-center p,
  .press_sec .text-center p,
  .corporate_sec .text-center p,
  .event_info .text-center p,
  .awardsec .text-center p,
  .ourpartners .text-center p,
  .value_cont_img {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0 90px;
  }
  .core_values_hldr {
    margin-top: 0;
  }
  .core_value .sub_hd {
    margin-bottom: 3rem;
  }
  .value_cont_img {
    max-width: 448px;
    margin: auto;
    padding: 0 0 30px;
    text-align: center;
  }
  .corporate_slider a.corporate_cont p {
    min-height: 155px;
  }
  .counter_slider_hldr {
    position: absolute;
    bottom: 0;
    left: -11px;
    width: 280px;
  }
  .counter_cont {
    padding: 30px 10px;
    min-height: 230px;
  }
  .careerOpening .contactformimg {
    height: auto;
  }

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

  .enqueryformWrapper {
    padding: 20px !important;
  }

  .enqueryformWrapper .form-group .form-control,
  .enqueryformWrapper .form-group .form-select {
    min-height: 45px !important;
    padding: 7px 10px !important;
  }

  .careerOpening .row {
    align-items: center;
  }

  .hdr_left,
  .hdr_left:after {
    height: 48px;
  }

  .header_cont {
    width: 75%;
  }

  .hdr_top {
    padding: 9px 0 9px 55px;
  }

  /* .video_inner {
    height: auto;
  } */

  .site-main {
    padding-top: 119px;
  }

  .serch-wrapper {
    top: 59px;
  }
  .abt_gw_hldr {
    margin-top: 10px;
  }
  .serch-wrapper .d-flex {
    right: 115px;
  }

  .abt_quot {
    min-height: 150px;
    font-size: 29px;
  }
  .abt_sml {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .toll_free,
  .srch_bx {
    width: auto;
  }

  .core_values_hldr .value_img {
    width: 200px;
    height: 200px;
  }

  .val_txt p,
  .val_txt h5 {
    min-width: 260px;
  }

  .our_business {
    padding-bottom: 100px;
  }

  .core_values_hldr .value_img {
    width: 260px;
    height: 260px;
  }

  .mobileMenuButton {
    top: 17px;
  }

  .eventsslideWrap .slick-next.slick-arrow,
  .eventsslideWrap .slick-prev.slick-arrow {
    left: -254px;
    bottom: 20px;
  }

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

  .pl-30 {
    padding-left: 30px;
  }

  .footernav li a {
    font-size: 12px;
    line-height: 25px;
    padding-left: 10px;
  }

  .footernav li a::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }

  .fcContent a {
    font-size: 15px;
    line-height: 17px;
    word-break: break-all;
  }

  .fcContent p {
    font-size: 11.5px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
  }

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

  /* .learningdevelopmentContent .inner_head {
    margin-top: 30px;
  } */

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

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

@media (max-width: 767px) {
  .banner_text {
    width: 100%;
  }
  .corporate_sec .sub_hd h2 span::after {
    width: 71%;
  }
  .awardsec .sub_hd h2 span::after {
    width: 65%;
  }
  .followUs.hide {
    opacity: 0;
    visibility: hidden;
    /* transform: translateX(100%); */
  }
  .core_val_cont {
    display: block;
  }

  .val_cont_hldr {
    width: 100% !important;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    cursor: pointer;
  }

  /* Disable width expansion */
  .val_cont_hldr.active {
    width: 100% !important;
  }

  /* Reset figure height */
  .val_cont_hldr figure {
    height: auto;
  }

  /* Remove vertical title */
  .short_hd {
    position: relative !important;
    writing-mode: initial;
    transform: none;
    bottom: auto;
    right: auto;
    opacity: 1 !important;
    font-size: 18px;
    line-height: normal;
    margin-left: 10px;
  }

  /* Content becomes normal flow */
  .val_txt {
    position: relative;
    padding: 0;
  }
  .val_cont_hldr.active .val_txt p {
    padding: 20px 20px 0 20px;
    text-align: left;
    opacity: 1 !important;
  }
  .val_txt p {
    transition: inherit;
  }
  .val_txt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  /* Accordion open */
  .val_cont_hldr.active .val_txt {
    max-height: 300px; /* adjust if needed */
    border-top: 1px solid rgb(229 231 235/0.6);
  }

  /* Arrow icon */
  .val_cont_hldr .d-flex::after {
    content: "";
    font-size: 14px;
    color: #fff;
    transition: transform 0.3s ease;
    margin-left: 10px;
    background: url(../images/down-arrow.png) no-repeat;
    width: 16px;
    height: 16px;
    right: 15px;
    position: absolute;
  }

  /* Rotate when active */
  .val_cont_hldr.active .d-flex::after {
    transform: rotate(180deg);
  }

  .sub_hd {
    margin-bottom: 25px;
  }
  .banner_slide .banner_cont {
    text-align: center;
  }
  .counter_cont {
    padding: 10px;
  }
  /* .video_inner {
    height: 271px;
  } */

  .val_cont_hldr.active figure img {
    height: 65px;
  }

  .banner_cont .d-flex a.sol_btn,
  .banner_cont .d-flex a.send_enq_btn {
    padding: 0.75rem 1.5rem;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: capitalize;
  }

  .banner_cont .d-flex {
    display: block !important;
    padding: 0 15px;
  }

  .video-btn {
    width: 35px;
    height: 35px;
    bottom: 88px;
    right: 15px;
    font-size: 21px;
  }
  .abt_gw_hldr .sub_hd {
    text-align: center;
  }
  .abt_gw_hldr .sub_hd h2,
  .our_business .sub_hd h2,
  .core_value .sub_hd h2,
  .inthePress .sub_hd h2,
  .ourpartners .sub_hd h2,
  .event_info .sub_hd h2,
  .awardsec .sub_hd h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .serch-wrapper .d-flex {
    position: static;
    right: 0;
    width: 100%;
  }

  .sub_hd h2 span {
    display: inline-block;
  }

  .event_info .text-center {
    margin-bottom: 2rem;
  }

  .counter_slider_hldr {
    left: 2px;
  }

  .business_slider.slick-initialized .slick-slide {
    margin: 0;
  }

  .serch-wrapper {
    top: 58px;
  }

  .eventUpdates {
    padding: 60px 0 0;
  }

  .award_slider {
    margin-top: 20px !important;
  }

  .toll-free-box {
    display: none;
  }

  .hdr_left,
  .hdr_left:after {
    height: 51px;
  }

  .hdr_left:after {
    width: 50px;
  }

  .header_cont {
    width: 100%;
  }

  /* .best_place {
    top: -58px;
  } */

  .best_place img {
    width: 33px;
  }

  .hdr_top form {
    width: 100%;
  }

  .hdr_top {
    padding-bottom: 14px;
    flex-wrap: inherit;
    padding-left: 50px;
    gap: 9px;
  }

  .site-main {
    /* padding-top: 46px; */
  }

  .search_link {
    z-index: 9;
    width: 100%;
  }

  .search_link form {
    width: 100%;
  }

  .banner_text h1 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .banner_text h1 span {
    font-size: 2.8rem;
  }

  .banner_text p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: normal;
    padding: 0 30px;
  }

  .banner,
  .banner_slider,
  .banner_slide figure {
    height: 100%;
  }

  .mobileMenuButton {
    top: 0;
    position: static;
  }

  /* element.style {} */

  /* .core_values {
    position: relative;
    background: linear-gradient(0deg, #F1F1F1 45.91%, #FFFFFF 100%);
    padding-bottom: 200px;
  } */

  .main_hd h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .val_cont_hldr {
    /* opacity: 1; */
  }

  .val_cont_hldr.active {
    /* opacity: 1;*/
    width: 100%;
  }

  .abt_main_hldr figure img {
    width: 100%;
    height: auto;
  }

  .core_val_cont {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 13px;
  }

  .val_cont_hldr figure {
    height: auto;
  }

  .val_cont_hldr {
    width: 100%;
    background: rgb(255 255 255/0.9);
    border: 1px solid rgb(229 231 235/0.6);
    box-shadow:
      0 10px 15px -3px rgb(0 0 0/0.1),
      0 4px 6px -4px rgb(0 0 0/0.1);
    margin-bottom: 10px;
  }

  .core_values_hldr .value_img {
    width: 192px;
    height: 192px;
  }

  .about_content {
    padding-bottom: 15px;
  }

  .short_hd {
    position: static !important;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 0;
    min-width: auto;
    writing-mode: initial;
    transform: none;
    color: var(--darkblue);
  }

  .val_cont_hldr .d-flex {
    align-items: center;
    padding: 10px;
    position: relative;
  }
  .val_txt p {
    color: #000;
    padding: 20px 20px 0 20px;
    transition: all 0.4s ease-in-out;
    text-align: left;
    opacity: 0 !important;
  }
  .val_cont_hldr figure {
    /* height: 40px; */
    margin-bottom: 0;
    width: auto;
    box-shadow: none;
  }

  .val_cont_hldr figure img {
    margin: 0;
    height: 65px;
  }

  .val_txt h4 {
    min-width: 100%;
  }

  .val_cont_hldr.active figure {
    /* height: 410px;
    margin-bottom: 36px; */
  }
  .val_cont_hldr.active .short_hd {
    opacity: 1;
    bottom: 40px;
  }
  .abt_sml {
    width: 100%;
    height: auto;
  }

  .core_values {
    padding: 87px 0;
  }

  .our_business {
    border-radius: 30px 30px 0 0;
  }

  .our_business_hldr .main_hd {
    width: 100%;
    margin: 0 auto 30px auto;
    gap: 40px;
  }

  .our_business_hldr .main_hd h2::after {
    right: -21.5px;
  }

  .our_business {
    padding-bottom: 0;
    margin-top: 78px;
  }

  .core_values_hldr .col-lg-4 p {
    padding: 0 10%;
  }

  .business_slider .slick-prev {
    left: 0;
    bottom: inherit;
    top: 44%;
    width: 40px;
    height: 40px;
  }
  .business_slider .slick-next {
    right: 0;
    bottom: inherit;
    top: 44%;
    width: 40px;
    height: 40px;
  }
  .business_slider .slick-prev,
  .business_slider .slick-next {
    background-size: 41px;
  }
  .testi_cont:after {
    width: 59px;
  }

  .testi_cont {
    padding: 60px 30px 60px 30px;
  }

  .testi_slider .slick-prev,
  .testi_slider .slick-next {
    position: absolute;
    bottom: -30px;
  }

  .social_cont {
    flex-wrap: wrap;
  }

  .social_cont img,
  .social_txt {
    width: 100%;
  }

  .social_txt p {
    min-height: 150px;
  }

  .insider_view {
    flex-wrap: wrap;
    gap: 15px;
  }

  .insider_left,
  .insider_right {
    width: 100%;
  }

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

  .insider_right {
    padding: 0 15px;
  }

  .ins_txt {
    min-width: 100%;
    justify-content: space-between;
  }

  .ins_txt p {
    width: 70%;
  }

  section.awards {
    border-radius: 0 0 30px 30px;
  }

  .ourpartners {
    padding: 50px 0;
  }

  .eventtitleWrap {
    padding-bottom: 20px;
  }

  .site-footer {
    padding: 40px 0 0;
  }

  .counter_cont h5 {
    font-size: 12px;
    line-height: 20px;
  }

  .counter_cont p {
    font-size: 13px;
  }

  .banner {
    overflow: hidden;
  }

  .banner_slide figure {
    position: relative;
  }

  .banner_slide figure::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .banner_slider .slick-dots {
    bottom: 25px;
  }

  .banner_text h1,
  .banner_text p {
    color: #fff;
  }

  .abt_quot {
    min-height: auto;
    padding: 15px;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .counter_slider .slick-slide {
    padding: 2px 2px 0;
  }
  .counter_slider_hldr {
    width: 127px;
  }
  .counter_cont img {
    width: 20px;
  }
  .val_txt h4,
  .val_cont_hldr.active .val_txt h4,
  .val_cont_hldr.active .val_txt h5 {
    display: none;
  }
  .top_hdr .d-flex {
    gap: 10px;
    padding-right: 60px;
  }

  .press_slider .slick-prev,
  .corporate_slider .slick-prev,
  .award_slider .slick-prev {
    left: 0;
    width: 40px;
    height: 40px;
    background-size: 53px;
    top: 43%;
  }
  .press_slider .slick-next,
  .corporate_slider .slick-next,
  .award_slider .slick-next {
    right: -6px;
    width: 40px;
    height: 40px;
    background-size: 53px;
    top: 43%;
  }
  .inthePress .corporate_sec,
  .awardsec {
    padding-top: 50px;
  }
  /* .inthePress .corporate_sec .text-center p {
    font-size: 15px;
    padding: 0;
  } */
  .inthePress .corporate_bg {
    padding: 15px;
  }
  .event_img {
    width: 100%;
  }
  section {
    padding: 50px 0;
  }
  .page-id-310 .innercont p {
    text-align: center;
  }
  .our_business_hldr .text-center p,
  .press_sec .text-center p,
  .corporate_sec .text-center p,
  .event_info .text-center p,
  .awardsec .text-center p,
  .ourpartners .text-center p {
    line-height: 1.55rem;
  }
}

@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;
  }

  .counter_cont {
    min-height: 130px;
    width: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    background: #ffffff;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.08); */
    border: 1px solid #f3f3f3;
  }
  .life_imges figure {
    margin: 0 4px 8px !important;
  }
  .gcpl_middle_cont {
    margin-top: 20px;
  }
  .inner_head h1::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #f6882e 0%, #3a55a5 100%);
    width: 56%;
    height: 4px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.6s ease;
  }
  .experienceCont .d-flex {
    align-items: baseline;
  }
}
@media (max-width: 432px) {
  .awardsec .sub_hd h2 span::after {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .awardsec .sub_hd h2 span::after {
    width: 65% !important;
  }
}
@media (max-width: 400px) {
  .constructionTitle .inner_head h1::after {
    width: 58%;
  }
  .page-id-368 .inner_head h1::after {
    width: 55% !important;
  }
  .awardsec .sub_hd h2 span::after {
    width: 65% !important;
  }
}
@media (max-width: 393px) {
  /* .counter_slider_hldr {
    width: 127px;
  } */
  .counter_slider_hldr {
    bottom: 0;
  }
}
@media (max-width: 390px) {
  .counter_cont {
    min-height: 132px;
    width: 123px;
  }
  .awardsec .sub_hd h2 span::after {
    width: 65% !important;
  }
  .life_imges figure {
    margin: 5px 5px 0 !important;
  }
  .gcpl_middle_cont {
    margin-top: 20px;
  }
  .page-id-368 .inner_head h1::after {
    width: 60% !important;
  }
}
@media (max-width: 375px) {
  .quaterItem p {
    word-break: break-all;
  }
  .awardsec .sub_hd h2 span::after {
    width: 65% !important;
  }
  .logo {
    width: 200px;
  }
  .banner_text h1 span {
    font-size: 2.5rem;
  }
  .banner_text h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .banner_text p {
    padding: 0 15px;
  }
  .modal.show .modal-dialog {
    margin: 0 10px;
  }

  .page-template-csr-overview .innercont p {
    text-align: justify;
  }
}
@media (max-width: 360px) {
  .constructionTitle .inner_head h1::after {
    width: 58%;
  }
  .file-input-wrapper {
    font-size: 9px !important;
  }
  .upload-container em {
    font-size: 8px !important;
  }
  .page-template-career .wpcf7 .wpcf7-recaptcha iframe {
    left: -56px;
    transform: scale(0.8);
  }
  .page-id-1535 .inner_head h1 {
    font-size: 2rem !important;
    line-height: 2.2rem;
  }
  .counter_cont {
    min-height: 98px;
    width: 123px;
  }
  .counter_slider_hldr {
    left: -4px;
    bottom: -2px;
  }
  .page-id-1712 .reward_sec h1 {
    text-align: center !important;
  }
  .reward_sec h1 {
    text-align: center !important;
  }
  .reward_sec .inner_head h1::after {
    width: 54%;
  }
  .page-id-262 .inner_head h1::after {
    width: 70%;
  }
}

@media (max-width: 355px) {
  .abt_gw_hldr .sub_hd h2,
  .our_business .sub_hd h2,
  .core_value .sub_hd h2,
  .inthePress .sub_hd h2,
  .ourpartners .sub_hd h2,
  .event_info .sub_hd h2,
  .awardsec .sub_hd h2 {
    font-size: 2.15rem;
    line-height: 2.5rem;
  }
  .corporate_slider a.corporate_cont p {
    min-height: 180px;
  }
}

.modal_gnl .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ebebeb;
  z-index: 1;
  opacity: 1;
  content: "X";
  color: #000;
  font-size: 14px;
  padding: 0 !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
}

.page-template-contact-us .form-check {
  padding-left: 0;
}

.page-template-career .wpcf7 .wpcf7-recaptcha iframe {
  left: -21px;
  position: relative;
}

/***********MADHU NEW CSS ADD*************/

/* animation css */
.slide-in {
  opacity: 0;
  transition: all 0.8s ease;
}

.from-left {
  transform: translateX(-50px);
}

.from-right {
  transform: translateX(50px);
}

.from-top {
  transform: translateY(-50px);
}

.from-bottom {
  transform: translateY(50px);
}

.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* Zoom In Image Animation */
.zoom-in-on-scroll {
  transform: scale(1.1);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
}

.zoom-in-on-scroll.show {
  transform: scale(1);
  opacity: 1;
}

/* Fade In Image */
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

.fade-in-on-scroll.show {
  opacity: 1;
  transform: translateY(0);
}

/* Text Reveal Animation */
.reveal-on-scroll {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition:
    clip-path 1s ease,
    opacity 1s ease;
}

.reveal-on-scroll.show {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/* animation css */

.corporate_sec {
  padding-top: 100px;
}

.corporate_bg {
  box-shadow: 0px 10px 15px 0px #0000001a;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  margin-top: 50px;
}

a.corporate_cont {
  margin: 0 10px 15px;
  color: #000;
  display: block;
}

a.corporate_cont figure {
  margin: 0;
  position: relative;
  height: 290px;
}

a.corporate_cont.blue_bg figure {
  /* border-top: 5px solid var(--bluecolor); */
  border-radius: 22px 22px 0 0;
  overflow: hidden;
}
a.corporate_cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.corporate_cont.blue_bg .read_more {
  background: #eff1f8;
  color: var(--bluecolor);
}

a.corporate_cont.blue_bg:hover .read_more {
  color: #fff !important;
  background: var(--bluecolor) !important;
}

a.corporate_cont.green_bg figure {
  /* border-top: 5px solid var(--greencolor); */
  border-radius: 22px 22px 0 0;
  overflow: hidden;
}

a.corporate_cont.green_bg .read_more {
  background: #eff8f0;
  color: var(--greencolor);
}

a.corporate_cont.green_bg:hover .read_more {
  color: #fff !important;
  background: var(--greencolor) !important;
}

a.corporate_cont.orange_bg figure {
  /* border-top: 5px solid var(--yellowColor); */
  border-radius: 22px 22px 0 0;
  overflow: hidden;
}

a.corporate_cont.orange_bg .read_more {
  background: #fef5ee;
  color: var(--yellowColor);
}

a.corporate_cont.orange_bg:hover .read_more {
  color: #fff !important;
  background: var(--yellowColor) !important;
}

a.corporate_cont p {
  min-height: 130px;
}

/* a.corporate_cont figure:after {
  position: absolute;
  content: "";
  background: var(--bluecolor);
  height: 19px;
  width: 100%;
  top: 0;
  border-radius: 15px 15px 0 0;
  z-index: -1;
} */

.corporate_white_bg {
  background: #fff;
  box-shadow: 0px 6px 10px 0px #0000001a;
  border: 1px solid #ebebeb;
  border-radius: 0 0 15px 15px;
  padding: 20px;
}

/* .corporate_sec .text-center p {
  font-size: 20px;
  padding: 0 14%;
} */

.corporate_white_bg h4 {
  margin-bottom: 0;
  min-height: 65px;
  line-height: 25px;
  padding-bottom: 10px;
}
