.inner-container {
  max-width: 1280px !important;
  margin: 0 auto;
}

.inner_banner,
.breadcrum {
  height: 350px;
  position: relative;
  background: #223165;
}

.inner_banner:before,
.breadcrum:before {
  left: auto;
  bottom: 0;
  right: 60px;
  content: '';
  opacity: 0.4;
  width: 350px;
  height: 237px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/waterMark.png);
}

.innerBannerImg,
.breadcrum img {
  height: 500px;
  display: none;
  position: relative;
}

.innerBannerImg::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  ;
}

.innerBannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
}

.innerBannerContent,
.breadcrumText {
  position: absolute;
  top: 50%;
  transform: translate(0%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.innerBannerContent .innerpageTitle {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.breadcrumb {
  display: flex;
  margin-bottom: 0;
  justify-content: center;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  width: auto;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
  color: #f7f7f7;
}

.aboutTxtWrap {
  padding-left: 40px;
}

.missionSec {
  padding-bottom: 70px;
  padding-top: 80px;
}

.missionSec .overview-tab-inner {
  align-items: center;
  justify-content: space-between;
}

.HproductDetailsSec {
  padding-bottom: 80px;
}

.managementSec {
  padding-top: 30px;
}

.managementSec .testimonial_left_content {
  margin-top: 0px;
  min-width: 430px;
  padding-top: 0px;
}

.managementSec .testimonial_slide {
  /* align-items: center; */

}
.managementSec .testimonial_deg {
  margin-bottom: 20px;
  display: block;
}

.managementSec .testimonial_inner {
  padding: 50px;
}

.managementSec .testimonial_avatar {
  margin-bottom: 0px;
}


/* impliment start milestone */
.timeline2 {
  position: relative;
}

.milestoneTimeline .timeline-nav {
  position: relative;
}

.milestoneTimeline .timeline-nav::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(152, 166, 181, 0) 0%,
      #223165 19%,
      #223165 81%,
      #98a6b500 100%);
  z-index: -1;
}

.milestoneTimeline .timeline-nav .slick-list {
  padding-top: 50px;
}

.milestoneTimeline .timeline-nav__item {
  position: relative;
  text-align: center;
}

.milestoneTimeline .timeline-nav__item::before {
  content: "";
  position: absolute;
  top: -39px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #ffffff;
  z-index: 3;
  border: 2px solid #223165;
  transform: translate(-50%, -50%);
}

.timeline-nav .slick-arrow {
  position: absolute;
  top: -50%;
  background-color: var(--light-grey);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: none;
  font-size: 0;
  transform: translateY(50%);
  z-index: 99;
}

.timeline-nav .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

.timeline-nav .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

.timeline-slideContent {
  padding: 30px;
  /* box-shadow: 0px 7px 17px -3px #dbdbdb; */
  box-shadow: -7px -1px 48px -4px #dbdbdb;
  display: flex;
  align-items: center;
  margin: 15px;
  border-radius: 15px;
}

.timeline-slideContent .milestoneImg {
  width: 350px;
  height: auto;
}

.timeline-slideContent .milestoneImg img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* end mmilestone */


.timeline {
  width: 100%;
  height: fit-content;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 10px;
  padding: 50px 30px 20px 0px;
  position: relative;
}

.timeline::after {
  content: "";
  display: block;
  width: var(--size1);
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg,
      rgba(152, 166, 181, 0) 0%,
      #223165 19%,
      #223165 81%,
      #98a6b500 100%);
  top: 20px;
}

.timeline .timeline-item {
  padding: 10px;
  height: auto;
  /* width: 200px; */
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  user-select: none;
  padding-bottom: 20px;
}

.timeline .timeline-item::before {
  display: block;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: -39px;
  left: 50%;
  background: #ffffff;
  z-index: 1;
  border: 2px solid #223165;
  transform: translate(-50%, -50%);

}

.timeline .timeline-item.active,
.milestoneTimeline .timeline-nav__item.slick-current {
  color: #223165;
}

.timeline .timeline-item.active::before,
.milestoneTimeline .timeline-nav__item.slick-current::before {
  /* background: #223165; */
  background: linear-gradient(282deg, rgba(98, 115, 175, 1) 0%, rgba(34, 49, 101, 1) 62%);
  border-color: #223165;
}

.timeline .timeline-item.active::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border-bottom: 6px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom-color: #fff;
}

.timeline::-webkit-scrollbar {
  display: none;
}

.tabbed-content .tab {
  padding: 30px;
  border: 1px solid white;
  margin-bottom: 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0px 7px 17px -3px #dbdbdb;
  transform: translateY(100px);
  animation: fadeIn 0.7s ease 1 forwards;
  display: none;
}

.tabbed-content .tab .milestoneImg {
  width: 350px;
}

.tabbed-content .tab .milestoneImg img {
  border-radius: 10px;
}

.tabbed-content .tab .tabTxt {
  width: calc(100% - 350px);
  padding-left: 40px;
}

.tabbed-content .tab .tabTxt h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.milestoneSec {
  padding: 80px 0;
  background-color: #f7f7f7;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.tabInner {
  display: flex;
  align-items: center;
}

.awardsSec {
  padding: 80px 0;
}

.awardsSec .items {
  padding: 0 20px 20px;
}

.awardsItem {
  box-shadow: 0px 0px 10px 0px #c1c1c1;
  position: relative;
  overflow: hidden;
}

.awardsContent {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  /* padding-top: 33px; */
  width: 90%;
  left: 50%;
  transform: translateX(-160%);
  transition: var(--transition-all);
  z-index: 2;
  margin-bottom: 0;
  text-align: center;
}

.awardsContent h4 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.1;
}

.awardsItem:hover .awardsContent {
  transform: translateX(-50%);
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  width: 7px;
  height: 12px;
  border-radius: 50%;
  background-color: #c1c1c1;
  border: none;
  font-size: 0px;
}

.slick-dots li.slick-active button {
  background-color: #223165;
}

ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;

}

ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin: 5px 0;
  padding: 12px 15px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f3f3f3;
  transition: 0.3s;

}

ul#tabs-nav li.active {
  /* border: 1px solid #a19999; */
  background-color: #223165;
  color: #fff !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

ul#tabs-nav li.active a {
  color: #fff !important;
}

ul#tabs-nav li.active a img {
  filter: brightness(0) invert(1);
}

#tabs-nav li a {
  text-decoration: none;
  color: #000 !important;
}

ul#tabs-nav li:hover {
  box-shadow: rgba(99, 99, 99, 0.6) 0px 5px 5px;

}

.tab-content2 {
  /* padding: 10px; */
  /* border: 2px solid #902025; */
  background-color: #FFF;
  border-radius: 5px;
  /* padding: 20px 10px; */
}

.careerDiv {
  padding: 20px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  */
  /* border: 1px solid #a19999; */
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.careerDiv h6 {
  padding-bottom: 20px;
}

#tabs-nav img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  /* filter: brightness(0) invert(1); */

}


.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.morelink {
  color: #902025;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

.careerLocaDiv {
  display: flex;
  justify-content: space-between;

}

.careerLocaDiv2 {
  display: flex;
  gap: 20px;
}

.careerLocaDiv2 img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.careerBtn {
  width: 100%;
  display: flex;
  justify-content: end;
}

.careerBtn .brand-btn {
  padding: 8px 15px !important;
  display: flex;
  justify-content: end;

}

.careerBtn .submitJob {
  padding: 8px 15px !important;
  background-color: var(--brand-color);
  border: 1px solid var(--brand-color);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}

/* .careerBtn  .submitJob::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: var(--black-color);
  right: 100%;
  visibility: hidden;
  transition: all 0.4s;
  color: white;
}
.careerBtn .submitJob:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: white;
}
.careerBtn .submitJob::before {
  right: 0;
  visibility: visible;
}
.careerBtn .submitJob:hover {
  color: #FFF !important;
} */

.Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  margin: 0 auto;
  transition: background-image 3s ease-in-out;
}

.Click-here:hover {
  transition: background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  height: 100%;
  width: 100%;

}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -43px;
  cursor: pointer;
  z-index: 99;
  font-size: 40px;
  color: #fff;
}

@media screen and (min-width:800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width:799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}



.Jobform-group label {
  margin-bottom: 10px;
  margin-top: 10px;
}

.Jobform-group input {
  border: 1px solid #a19999
}

.enqueryForm {
  max-width: 100%;
}

.tableWarp table {
  width: 100%;
  border: 1px solid #535353;
  border-top: none;
}

.tableWarp table thead tr th {
  padding: 15px 20px;
  background-color: #902025;
  color: #ffffff;
}

.tableWarp table tbody tr td {
  padding: 20px 20px;
}

.tableBtn a {
  position: relative;
  transition: 0.3s;
}

.tableBtn a::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url(../img/pdf\ \(1\).png);
  background-size: cover;
  transition: 0.3s;

}

.tableBtn a:hover::before {
  background-image: url(../img/pdf.png);


}

.teamPopup {
  background-color: #000000;
  /* height: 100vh; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* .teamDIv{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
} */
.teamText {
  color: #ffffff;
  height: 400px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.teamText h3 {
  margin-bottom: 20px;
}

.teamText h5 {
  margin-bottom: 30px;
}

.teamText p {
  margin-bottom: 30px;
}

.aic {
  align-items: center;
}

.careerDetailsWrap {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 5px 5px 15px -2px #dbdbdb;
}

.careerDetailsWrap h3,
.careerDetailsWrap p {
  margin-bottom: 15px;
}

.bottomOpp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

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

.aplBtn {
  border-radius: 5px;
  padding: 5px 16px !important;
  border: 1px solid #223165;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #223165;
  margin-right: 20px;
  transition: .3s;
}

.aplBtn:hover {
  background-color: #223165;
  color: #fff;
}

.jobContent {
  padding: 0 0.5rem;
  height: 0;
  overflow: hidden;
  font-size: 1.1rem;
  transition: .2s;
}

.jobContent.show {
  height: auto;
  padding: 0.5rem;
  padding-top: 25px;
}

.careerDetailsWrap h4,
.careerDetailsWrap h5 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.careerDetailsWrap h6 {
  margin-bottom: 0px;
  font-size: 15px;
}

.location {
  border-radius: 5px;
  padding: 5px 16px;
  border: 1px solid #223165;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #223165;
  margin-right: 20px;
}

.locImg {
  width: 24px;
  margin-right: 8px;
  font-size: 20px;
}

.locPlace {
  font-size: 15px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0 !important;
  background-color: #223165;
  border: 1px solid #223165;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-radius: 5px;
  padding: 0 30px;
  line-height: 45px;
  transition: all .5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn.about-one__btn {
  margin-top: 20px;
}

.thm-btn:hover {
  background-color: transparent;
  border: 1px solid #223165;
  color: #223165;
}

/*--career page start--*/

.career {
  padding: 70px 0;
}

/*--sidebar start--*/
.sidebarWrap {
  padding: 20px;
  box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.05);
}

/*--sidebar end--*/

/*--career page end--*/
/*--contact page start--*/
.contactSec {
  padding: 80px 0;
}

.contact_info {
  padding: 20px 100px 0;
}

.contact-box {
  background-color: #fff;
  box-shadow: 0px 4px 14px -5px #000;
  border-radius: 15px;
  position: relative;
  padding: 30px;
  padding-top: 50px;
  height: 100%;
}

.iconWrap {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -35px;
  left: 30px;
  background-color: #223165;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.contactDetails {
  padding-top: 10px;
  min-height: 100px;
}

.contactDetails p {
  margin-bottom: 0px;
}

.contactDetails h4 {
  font-weight: 600;
}

.contactFormWrap {
  padding: 120px 100px 60px;
  background-color: #223165;
  margin-top: -70px;
  border-radius: 20px;
}

.contact_form_img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contact_form_wrap {
  border-radius: 15px;
}

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

.form-select:focus {
  box-shadow: none;
}

/*--contact page end--*/
/*--researchOverview start--*/
.researchOverview .researchImg {
  position: relative;
  padding-right: 100px;
  padding-bottom: 60px;
}

.researchBigImg {
  height: 480px;
  overflow: hidden;
  border-radius: 15px;
}

.researchOverview .researchImg .researchSmImg {
  width: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 300px;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px -1px #cecece;
  border-radius: 15px;
}

.researchBigImg img,
.researchOverview .researchImg .researchSmImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px;
}

.researchOverview {
  padding: 80px 0;
}

.researchOverlayTxt {
  padding-left: 30px;

}
.researchOverlayTxt,
.sustainabilityDeatailsText ol {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  li {
    list-style: none;
    position: relative;
    padding-left: 14px;

    &::before {
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #000;

    }
    ul {
      margin: 0;
      padding: 0;
      padding-left: 10px;
      li {
        position: relative;
        list-style: none;
        padding-left: 14px;

        &::before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: transparent;
          border: 1px solid #000;
        }
      }
    }
  }
}

.processBox {
  height: 320px;
  background-color: #fff;
  box-shadow: 0px 0px 10px -2px #cecece;
  padding: 15px;
  text-align: center;
  transition: 0.6s;
  border-radius: 15px;

}

.processBox:hover {
  background-color: #223165;
  box-shadow: 0px 0px 10px 0px #ccc;
  /* transform: translateY(-5px); */
  transition: 0.6s;
}

.researchProcess {
  background-color: #f7f7f7;
  padding: 80px 0;
}

.researchProcess .row {
  gap: 60px;
}

.researchProcess .row .col-lg-6 {
  flex: 0 0 auto;
  width: 21.5%;
}

.researchProcess .row .col-lg-6:not(:last-child) .processBox {
  position: relative;
}

.researchProcess .row .col-lg-6:not(:last-child) .processBox::after {
  width: 40px;
  height: 20px;
  background: url(../images/research/right-arrow.png) no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
}

.processIcon {
  margin-bottom: 20px;
}

.processTxt h4 {
  font-size: 18px;
  font-weight: 600;
  color: #223165;
}

.processTxt p {
  font-size: 16px;
}

.processTxt ul {
  max-height: 150px;
  overflow-y: auto;
  padding-right: 8px;
}

.processBox:hover h4,
.processBox:hover p {
  color: #fff;
}

.processBox:hover .processIcon img {
  filter: brightness(0) invert(1);
}

.processBox:hover .processTxt {
  color: #fff;
}

.processSwiper {
  padding-bottom: 50px;
}

.processSwiper .swiper-pagination-bullet-active {
  background: #223165;
}

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

.cuttingEdgeImg {
  height: 450px;
  overflow: hidden;
  transition: 0.6s;
  border-radius: 20px;
}

.cuttingEdgeImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;

}

.cuttingEdgebox:hover .cuttingEdgeImg img {
  transform: scale(1.1);
}

.cuttingEdgeSec {
  padding: 80px 0;
}

.cuttingEdgebox h4 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
}

.cuttingEdgeTxt {
  padding: 20px;
  position: absolute;
  left: 10%;
  right: 10%;
  z-index: 1;
  transform: translate(-50%, -50%);
  bottom: 30px;
  width: 80%;
  color: #ffffff;
  padding: 25px;
  background: rgb(0 0 0 / 69%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(0.1);
  display: flex;
  justify-content: left;
  border-radius: 15px;
}

.cuttingEdgebox:hover .cuttingEdgeTxt {
  opacity: 1;
  transform: scale(1);
}

.catalogText {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
}

.pdfIcon {
  width: 40px;
  font-size: 30px;
  color: #223165;
}

.blogWarp:hover .catalogTitle {
  color: #223165;
}

.catalogTitle {
  font-size: 17px;
  width: calc(100% - 70px);
  padding-right: 20px;
  font-weight: 600;
}

.catalogSec .blogImg {
  height: 450px;
}

.catalogSec .blogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s;
}

.catalogSec .blogWarp {
  transition: 0.5s;
}

.catalogSec .blogWarp:hover {
  transform: translateX(-5px);
}

.catalogSec .blogWarp:hover .blogImg img {
  transform: scale(1.1);
}

.catalogSec .blogWarp {
  margin-bottom: 30px;
}

/*--researchOverview end--*/
/*--culture start--*/
.cultureSec {
  padding: 80px 0;
}

.cultureBox .cultureImg {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.cultureBox .cultureImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s;
}

.cultureBox:hover .cultureImg img {
  transform: scale(1.1);
}

.cultureTxt {
  padding: 20px;
  width: 90%;
  background-color: #fff;
  position: relative;
  margin-top: -100px;
  padding-left: 0px;
}

.cultureTxt h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cultureTxt h4:hover {
  color: #223165;
}

.cultureTxt p {
  color: #535353;
}

.cultureTxt .dateTxt {
  font-size: 15px;
  color: #a19999;
  margin-bottom: 15px;
  display: block;
}

.cultureTxt p {
  margin-bottom: 25px;
}

.cultureTeam {
  background-color: #f7f7f7;
  padding: 80px 0;
}

.bodWarp .bodText .bodTextPara {
  padding-right: 15px;
}

.bodWarp:nth-child(even) .bodText .bodTextPara {
  direction: ltr !important;
}

.cultureTeam .managementImgD {
  margin-top: 0px;
}

.researchOverlayTxt .txtWrap::-webkit-scrollbar-track {
  background: #d2dcffdb;
}

/* .researchOverlayTxt .txtWrap {
  scrollbar-color: #6969DD #E0E0E0;
  scrollbar-width: thin;
} */
/* .researchOverlayTxt .txtWrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background: transparent;
}
.researchOverlayTxt .txtWrap::-webkit-scrollbar {
  width: 2px;
  background: transparent;
}
.researchOverlayTxt .txtWrap::-webkit-scrollbar-thumb {
  background-color: rgb(33, 48, 99, 0.4);
  border: 2px solid #555555;
} */
.certificationSec1 .certificationBox {
  transition: 0.5s;
}

.careerSecWrap {
  background-color: #223165;
  padding: 80px 0;
}

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

.careerSecWrap {
  padding: 30px 0;
}

.careerSecWrap .section_heading {
  margin-bottom: 0px;
  color: #fff;
}

.careerSecWrap .btn_primary {
  background-color: #e5e5e5;
  color: #000;
  transition: 0.5s;
}

.careerSecWrap .leftSide p {
  color: #fff;
}

.careerSecWrap .btn_primary:hover {
  background-color: #fff;
}

.careerSecWrap .btn_primary img {
  filter: brightness(0) invert(0.1);
}

.home .home_banner .homeSlider {
  height: 99vh;
}

.home_banner img {
  width: 100%;
}

.home .home_banner img,
.home .home_banner .bannarVdeo {
  height: 100%;
  object-fit: cover;
}

.slider_container .btn_primary img {
  width: auto;
}

.titleLink {
  top: 17px;
  right: -8px;
  position: absolute;
  font-size: 13px;
  color: #fff;
  width: 20px;
  height: 20px;
}

.titleLink::after {
  position: absolute;
  right: 5px;
  top: -3px;
  content: "\f107";
  font-family: FontAwesome;
  color: #fff;
  font-size: 10px;
}

/*--culture end--*/