
* {
  /*   font-family: "Heebo", sans-serif; */
  /*font-family: "Montserrat", sans-serif; */
  font-family: "ProximaNovaRegular", sans-serif;
}

body {
  overflow-x: hidden;
  padding: 0;
  font-size: 1.25vw;
  font-weight: 300;
}

p {
  margin-bottom: 0;
}
a,
a:focus {
  outline: none;
}
.container-fluid.w885 {
  /*   width: 88.5vw; */
  width: 88.9vw;
  clear: both;
}

.mb4 {
  margin-bottom: 3.5vw !important;
  position: relative;
}

.container-fluid h2 {
  font-size: 2.75vw;
  color: #000;
  font-weight: 800;
  line-height: 1.48;
}
.blue-active a {
  color: #0093b3;
  text-decoration: none;
  word-wrap: break-word;
}
.orange-active a {
  color: #f3793a;
  text-decoration: none;
  word-wrap: break-word;
}
.red-active a {
  color: #0093b3;
  text-decoration: none;
  word-wrap: break-word;
}
.green-active a {
  color: #0093b3;
  text-decoration: none;
  word-wrap: break-word;
}
.pink-active a {
  color: #0093b3;
  text-decoration: none;
  word-wrap: break-word;
}
.inner-container-grey-bg ul li a {
  word-wrap: break-word;
}
/* Navigation */
.container-fluid {
  padding: 0px;
}

.ptb6 {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.w100 {
  width: 100% !important;
}

.bg-light {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.navbar {
  padding: 0px;
  font-weight: 300;
  z-index: 9999;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
  color: #5a6b7b !important;
  font-size: 1.19791vw;
  font-weight: 400;
}

.navbar-brand {
  margin-left: 5.5vw;
}

li.nav-item {
  display: flex;
  width: 17vw;
  height: 5.104vw;
  border-left: 2px solid #e2e2e2;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.36vw;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0.6vw;
  transition: height 0.5s;
}

li.nav-item.icon-nav {
  width: 4vw;
  justify-content: center;
  padding-left: inherit;
}

/* li.nav-item.icon-nav:last-child {
  width: 5.5vw;
} */
.navbar .megamenu {
  padding: 1rem;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
}

.navbar .has-megamenu {
  position: static !important;
}

.navbar #v-pills-tabContent {
  width: 100%;
}

.nav-link.dropdown-toggle.show,
.nav-link.dropdown-toggle:hover,
.navbar-light .navbar-nav .nav-link.show ,
.navbar .has-megamenu:hover .nav-link.dropdown-toggle{
  text-shadow: 0.8px 0 0 currentColor;
}

.dropdown-menu.megamenu {
  background-color: #fff;
  font-weight: 400;
  width: 88.9vw;
  right: 5.7vw;
  left: auto;
  text-transform: initial;
  transform: translateX(-50%);
  left: 50%;
}

.dropdown-menu.megamenu .nav-link {
  color: #777777;
  /* text-decoration: underline; */
  margin-bottom: 1vw;
  font-size: 1.3vw;
  font-weight: 300;
  position: relative;
  color: #5a6b7b !important;
}

.dropdown-menu.megamenu .nav-link.active {
  color: #5a6b7b;
  background: none;
}

.dropdown-menu.megamenu .nav-link:hover,
.dropdown-menu.megamenu .nav-link:focus {
  color: #5a6b7b !important;
}

.dropdown-menu.megamenu .nav-link {
  transition: all 0.35s;
}

.dropdown-menu.megamenu .nav-link::before {
  content: "";
  position: absolute;
  background-image: url("../images/left-arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 1vw;
  transition: width 0.35s ease-in-out;
}

.dropdown-menu.megamenu .nav-link:hover::before,
.dropdown-menu.megamenu .nav-link.active::before {
  width: 1vw;
}

.dropdown-menu.megamenu .nav-link:hover,
.dropdown-menu.megamenu .nav-link.active {
  padding-left: 1.75vw;
}

.dropdown-menu.megamenu .align-items-start {
  align-items: initial !important;
  padding: 1vw 0 1vw 2vw;
}

.nav.flex-column.nav-pills {
  width: 45vw;
  /* border-right: 1px solid #777777; */
}

.fixed-top .navbar-brand img {
  /* transform: scale(0.65); */
  width: 62%;
  max-width: 100px;
}

.navbar-brand img {
  transition: all 0.5s ease;
  width: 100%;
  max-width: 6.25vw;
}
.search-icon,
.glob-icon {
  max-width: 1.44166vw;
}

#navbar_top {
  height: 7vw;
  transition: height 0.5s;
  border-bottom: 0;
}

.fixed-top#navbar_top,
.fixed-top li.nav-item {
  height: 4vw;
}

#navbar_top > .container-fluid {
  background-color: #fff;
  z-index: 99;
  border-bottom: 0px solid rgba(112, 112, 112, 0.2);
}

/* .fixed-top .dropdown-menu.megamenu{
  left: 49.4%;
} */

.fixed-top.navbar-expand-md
  .navbar-nav
  .nav-item:nth-last-child(1)
  .dropdown-menu {
  height: calc(100vh - 60px);
}

/* @media all and (min-width: 992px) { */

/* .navbar .has-megamenu {
position: static !important;
}
.navbar .megamenu {
} */

/*  */

li.nav-item:nth-last-child(1) > .nav-link::after {
  display: none;
}

li.nav-item:nth-last-child(1) .nav-link label {
  display: flex;
  flex-direction: column;
  width: 2vw;
  cursor: pointer;
}

li.nav-item:nth-last-child(1) .nav-link label span {
  background: #fff;
  border-radius: 1vw;
  height: 0.2vw;
  margin: 0.2vw 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

li.nav-item:nth-last-child(1) .nav-link label span:nth-of-type(1) {
  width: 50%;
}

li.nav-item:nth-last-child(1) .nav-link label span:nth-of-type(2) {
  width: 100%;
}

li.nav-item:nth-last-child(1) .nav-link label span:nth-of-type(3) {
  width: 75%;
}

/* li.nav-item:nth-last-child(1) .nav-link label input[type="checkbox"] {
display: none;
} */

li.nav-item:nth-last-child(1) .nav-link.show label span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(0.2vw, 0);
}

li.nav-item:nth-last-child(1) .nav-link.show label span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}

li.nav-item:nth-last-child(1) .nav-link.show label span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(0.9vw, -0.3vw) rotatez(45deg);
}

.navbar-expand-md .navbar-nav .nav-item:nth-last-child(1) .dropdown-menu {
  width: 78vw;
  height: calc(100vh - 5.104vw);
  right: 0;
  left: auto;
  transform: none;
}

#nav_mobile {
  display: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

#nav_mobile .dropdown-menu {
  background: #000;
  border-radius: 0;
  border: 0px;
  padding: 2vw;
}

#nav_mobile .dropdown-menu li {
  border-bottom: 1px solid #444444;
  margin-bottom: 2vw;
}

#nav_mobile .dropdown-menu li:last-child {
  border-bottom: none;
  margin: 0px;
}

#nav_mobile .dropdown-menu a {
  color: #777777;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#nav_mobile .dropdown-menu a:hover,
#nav_mobile .dropdown-menu a.active {
  color: #fff;
}

#nav_mobile .dropdown-menu .caret {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}

/* nosubmenu dropdown css */

.noSubmenu .tab-content {
  display: none;
}

.noSubmenu .nav.flex-column.nav-pills {
  width: 100%;
  flex-direction: row !important;
}

.noSubmenu .dropdown-menu.megamenu .nav-link {
  flex-basis: 50%;
}

.navbar #v-pills-tabContent {
  border-left: 1px solid #777777;
  padding-left: 2rem;
}

/* header-menu arrow css */

#navbar_top .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-width: 0px 3px 3px 0px;
  border-color: inherit;
  width: 0.5em;
  height: 0.5em;
  /* font-family: "Heebo", sans-serif; */
  /* font-weight: 600; */
  border-style: solid;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out #fff, transform 0.25s ease-in-out;
  opacity: 0.85;
  margin-left: 0.6vw;
  vertical-align: middle;
  margin-bottom: 6px;
  color: #D5E24D;
}

#navbar_top .dropdown-toggle.show::after {
  transform: rotate(-135deg);
  margin-bottom: 0;
}

#navbar_top .nav-link.dropdown-toggle.show::after,
#navbar_top .nav-link.dropdown-toggle:hover::after {
  opacity: 1;
}

#navbar_top .dropdown-toggle.menu-icon::after {
  content: none;
}

@media (max-width: 991px) {
  li.nav-item {
    font-size: 1.8vw;
  }
  .dropdown-menu.megamenu {
    right: 4.8vw;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .navbar-light .navbar-toggler {
    margin-right: 20px;
  }
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  li.nav-item {
    display: block;
    height: auto;
    width: 100%;
    padding: 5px 20px;
  }
  .dropdown-menu.megamenu {
    width: 100%;
  }
  .dropdown-menu.megamenu .col-6 {
    width: 100%;
    border-bottom: 1px solid #777777;
  }
  .navbar-light .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px !important;
  }
  .nav.flex-column.nav-pills .nav-link::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  li.nav-item.icon-nav {
    display: none;
  }
  .align-items-start {
    flex-direction: column;
  }
  .flex-column {
    flex-direction: row;
  }
  .nav.flex-column.nav-pills {
    width: 100%;
    border: 0;
  }
  .navbar .has-megamenu {
    border-bottom: 1px solid #777777;
  }
  .navbar #v-pills-tabContent {
    margin-top: 6vw;
  }
  #nav_mobile.show {
    display: block !important;
  }
  li.nav-item:nth-last-child(1) .nav-link::after {
    display: block;
  }
  .navbar-expand-md .navbar-nav .nav-item:nth-last-child(1) .dropdown-menu {
    width: 100%;
    height: auto;
    right: 0;
  }
  #navbar_top,
  .fixed-top li.nav-item {
    height: auto !important;
  }
  #nav_mobile .dropdown-menu a {
    font-size: 12px;
  }
  .navbar-brand img {
    max-width: 80px;
  }
}

/* breadcrumb css */

.breadcrumb li a {
  font-size: 1.2vw;
  color: #5a6b7b !important;
  text-decoration: none;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li:last-child a {
  text-shadow: 1px 0 0 currentColor;
  pointer-events: none;
}

/* ul.breadcrumb li:nth-child(2n) {
  pointer-events: none;
} */

/*  */

/* Home Banner */

#homeBanner .container-fluid img {
  width: 100%;
  max-width: 100%;
  padding: 0 1px;
}

#homeBanner .homeBanner_desktop_image {
  display: block;
}

#homeBanner .homeBanner_mobile_image {
  display: none;
}

#homeBanner-slider [data-animation-in] {
  opacity: 0;
}

#homeBanner .slick-dots {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2vw;
  list-style: none;
  color: #ffffff;
  width: auto;
  bottom: auto;
}

#homeBanner .slick-track {
  padding: 0;
}

#homeBanner .slick-slide {
  position: relative;
}

#homeBanner .slick-dots span {
  opacity: 0;
  display: block;
  margin-right: 2.5vw;
}

#homeBanner .slick-dots .slick-active span {
  opacity: 1;
}

#homeBanner .slick-dots li {
  display: flex;
  position: relative;
  align-items: center;
  line-height: 0;
  margin-bottom: 1vw;
  width: auto;
  height: auto;
  cursor: pointer;
}

#homeBanner .slick-dots li:after {
  content: "";
  width: 1vw;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 5vw;
  transition: all 0.5s;
  cursor: pointer;
}

#homeBanner .slick-dots .slick-active:after {
  width: 2vw;
}

#homeBanner .container-fluid img.a-left.control-c.next.slick-next.slick-arrow {
  right: 0;
  width: 30px;
  bottom: -52px;
  top: inherit;
  height: 30px;
  display: none !important;
}
#homeBanner .container-fluid img.a-left.control-c.prev.slick-prev.slick-arrow {
  height: 30px;
  right: 45px;
  top: inherit;
  bottom: -52px;
  width: 30px;
  display: none !important;
  left: auto;
}
#homeBanner .homeBanner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  width: 40vw;
  margin-left: 4vw;
  /* -webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
transition-delay: 0.5s; */
}

/* #homeBanner .homeBanner_item.slick-active {
top: 50%;
} */

#homeBanner .homeBanner-content h1 {
  font-size: 3.333vw;
  /* text-transform: uppercase; */
  font-weight: 800;
  /* -webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.4s ease-out; */
}
#homeBanner .homeBanner-content h2 {
  color: #ffffff;
  font-size: 3.333vw;
  font-weight: 800;
  line-height: 1.2;
}

#homeBanner .homeBanner-content p {
  /* font-size: 40px; */
  font-size: 1.563vw;
  font-weight: 300;
  /* -webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.4s ease-out; */
}

#homeBanner .slick-slide {
  max-height: calc(100vh - 104px);
}

/* Inner banner */

#industries-we-serve-diag {
  width: 80% !important;
  margin: 0 auto;
  text-align: center;
  margin-top: -1.5%;
}

#inner-banner {
  height: 40.9vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  margin-bottom: 2vw;
}

#inner-banner video {
  width: 100%;
}

.full-width-video-sec {
  position: relative;
  padding-bottom: 40.5%;
}

.full-width-video-sec embed,
.full-width-video-sec iframe {
  position: absolute;
  top: 0;
}

.poster-image {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}

#inner-banner button {
  display: inline-block;
  position: absolute;
  opacity: 0.9;
  width: 7.32vw;
  outline: none;
  background: transparent;
  border: 0;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}

#inner-banner button img {
  width: 100%;
  transition: all 0.35s ease-in-out;
}

#inner-banner button img:hover {
  transform: scale(1.1);
}

/* industries-we-serve */

#industries-we-serve .section-title,
#engineering-chronicles .section-title {
  width: 62%;
  border-bottom: 3px solid rgba(90, 107, 123, 0.19);
  margin-bottom: 2.5vw;
}

#engineering-chronicles .section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 84%;
}

#industries-we-serve .hoverComp {
  opacity: 0;
}

#industries-we-serve #aerospace,
#industries-we-serve #automation,
#industries-we-serve #industrial,
#industries-we-serve #medical,
#industries-we-serve #hitech,
#industries-we-serve #train {
  cursor: pointer;
}

#industries-we-serve #aerospace:hover ~ #aerospace-hover,
#industries-we-serve #automation:hover ~ #automation-hover,
#industries-we-serve #industrial:hover ~ #industrial-hover,
#industries-we-serve #medical:hover ~ #medical-hover,
#industries-we-serve #hitech:hover ~ #hitech-hover,
#industries-we-serve #train:hover ~ #train-hover {
  opacity: 1 !important;
}

/* engineering Chronicles */

#engineering-chronicles .section-title a {
  color: #5f5f5f;
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: 300;
}

#engineering-chronicles .slick-track {
  padding: 0;
}

.engineering-chronicle {
  width: 60vw;
  /*   height: 35vw; */
  color: #ffffff;
}

.engineering-chronicle > div {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  flex-direction: row;
}

.engineering-chronicle:nth-child(n) {
  background-color: #f3793a;
}

.engineering-chronicle:nth-child(n) > div {
  background: rgb(223, 87, 45);
  background: linear-gradient(
    135deg,
    rgba(223, 87, 45, 1) 0%,
    rgba(223, 87, 45, 0) 30%,
    rgba(223, 87, 45, 0) 60%,
    rgba(223, 87, 45, 1) 100%
  );
}

.engineering-chronicle:nth-child(2n) {
  background-color: #007bb6;
}

.engineering-chronicle:nth-child(2n) > div {
  background: rgb(160, 219, 236);
  background: linear-gradient(
    135deg,
    rgba(160, 219, 236, 0.4) 0%,
    rgba(160, 219, 236, 0) 30%,
    rgba(160, 219, 236, 0) 60%,
    rgba(160, 219, 236, 0.4) 100%
  );
}

.engineering-chronicle-text {
  padding-right: 1vw;
  width: 60%;
}

.engineering-chronicle-text h2 {
  font-size: 2.75vw;
  font-weight: 800;
  margin-bottom: 1vw;
  line-height: 1.2;
  color: #ffffff;
}

.engineering-chronicle-text p {
  font-size: 1.35vw;
  font-weight: 100;
  margin-bottom: 2vw;
  line-height: 1.2;
}

.engineering-chronicle-text a {
  display: inline-block;
  width: 3vw;
}

/* .engineering-chronicle-text a svg {
  width: 100%;
  height: auto;
  transition: all 0.35s ease-in-out;
} */

/* .engineering-chronicle-text a svg:hover{
       transform: scale(1.1);
} */

.engineering-chronicle .engineering-chronicle-img {
  width: 35vw;
}

.engineering-chronicles-content .slick-list {
  padding: 0 20vw 0 0;
}

.engineering-chronicles-content .slick-slide {
  margin-right: 3vw;
}

.engineering-chronicles-content .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 3vw;
  cursor: pointer;
  top: -7vw;
}

.section-engineering-chronicles {
  margin-left: 5.65vw;
  /*   margin-bottom: 7vw; */
}

.engineering-chronicles-content .slick-arrow.slick-prev {
  /* right: 3.2vw; */
  right: 9.2%;
  transform: rotate(180deg);
}

.engineering-chronicles-content .slick-arrow.slick-next {
  /* right: 0; */
  right: 5.75%;
}

.engineering-chronicles-content .slick-arrow:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  transition: box-shadow 0.25s ease-in-out;
}

/* thought digest section css */

#thought-digest .row img {
  width: 100%;
}

#thought-digest {
  padding: 8.59375vw 0 7.916vw 2.0833vw;
}

.section-title {
  border-bottom: 3px solid rgba(90, 107, 123, 0.19);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title h3 {
  color: #000;
  width: 60.35%;
  border-bottom: 0.5729vw solid #000;
  margin: 0;
  padding-bottom: 1.1458vw;
  margin-bottom: -2px;
  transition: all 0.45s ease-in-out;
}

/* .section-title h3:after {
  content: ".";
} */

#thought-digest h3 {
  font-size: 2.0833vw;
  line-height: 1.475;
  font-weight: 700;
}

#thought-digest .section-title {
  width: 62%;
}

#thought-digest .col-5 {
  margin-top: -5.7%;
}

#thought-digest h2 {
  font-size: 2.75vw;
  color: #007bb6;
  font-weight: 800;
  line-height: 1.48;
  margin: 3.90625vw 0 1.5vw;
  width: 90%;
}

#thought-digest p {
  font-size: 1.25vw;
  font-weight: 300;
  max-width: 66%;
}

.watch-btn {
  font-size: 1.145vw;
  color: #000 !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: 1.8vw;
}

#thought-digest .watch-btn .btn-txt {
  border: 0.15625vw solid #000;
  /* width: 6.406vw; */
  padding: 0vw 1.05vw;
  height: 2.604vw;
}

#thought-digest .watch-btn .arrow-icon {
  border: 0.15625vw solid #000;
  border-left: 0;
  width: 2.29vw;
  height: 2.604vw;
}

#thought-digest .watch-btn span img {
  width: 0.88vw;
}

/* join us section css */

#join-us {
  position: relative;
}

#join-us .join-us-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.join-us-banner-text p {
  color: #fff !important;
  /*   font-size: 1.6vw; */
  font-size: 1.146vw;
}

#join-us img {
  width: 100%;
  max-height: 37vw;
  object-fit: cover;
}

#join-us .playicon {
  position: absolute;
  bottom: 8%;
  right: 4.75%;
  cursor: pointer;
}

#join-us .playicon img {
  width: 5.677vw;
  transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
}
#join-us .playicon01 img {
  width: 5.677vw;
  transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
}

#join-us .playicon:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
#join-us .playicon01:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

#join-us h2 {
  /*   font-size: 2.7vw; */
  font-size: 2.0833vw;
  color: #fff;
  font-weight: 800;
  line-height: 1.616;
  margin: 0 0 1.5vw;
}

.join-btn {
  font-size: 1.145vw;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: 2.2vw;
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 50px;
  padding-right: 10px;
}

.join-us-overlay {
  position: absolute;
  background: rgba(14, 126, 182, 0.9);
  width: 47.5%;
  height: 100%;
  top: 0;
  left: 0;
}

#join-us .col-5 {
  z-index: 9;
}

#join-us .join-btn .btn-txt {
  border: 0vw solid #fff;
  /* width: 6.406vw; */
  padding: 0vw 1.05vw;
  height: 2.604vw;
}

#join-us .join-btn .arrow-icon {
  border: 0vw solid #fff;
  border-left: 0;
  width: 2.29vw;
  height: 2.604vw;
  position: relative;
}

#join-us .join-btn:hover span img {
  right: -1vw;
}

#join-us .join-btn span img {
  width: 1.5vw !important;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

/* verification and validation section css */

.slider-with-title img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#verification-and-validation {
  padding: 7.8125vw 0 8.85vw;
}

.slider-with-title h2 {
  font-size: 2.75vw;
  color: #000;
  font-weight: 800;
  line-height: 1.46;
  margin: 3.90625vw 0 1.5vw;
  /* width: 90%; */
}

.slider-with-title-content-area {
  max-width: 90%;
}

.slider-with-title-content-area h3 {
  font-size: 1.146vw;
}

.slick-arrows-container {
  background: url(../images/slick-arow-bg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 78%;
  transform: translateY(-50%);
  width: 8.333vw;
  left: 0;
  right: 13%;
  height: 7.604vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}

.slick-arrows-container button {
  background: none;
  border: 0;
}

.slider-with-title + .slick-arrows-container .slick-arrow img {
  width: 0.96vw;
}

.slider-with-title img:hover {
  opacity: 0.85;
}

/* events and news secton css */

#events-news .section-title {
  border-bottom: 3px solid rgba(90, 107, 123, 0.19);
  margin-bottom: 0;
}

#events-news .section-title h4 {
  color: #000;
  display: inline-block;
  border-bottom: 0.3125vw solid #ff7600;
  margin: 0;
  padding-bottom: 1.1458vw;
  margin-bottom: -2px;
  /*   font-size: 1.5625vw; */
  font-size: 1.45vw;
  font-weight: 500;
  position: relative;
}

#events-news .events-box h4 {
  border-color: #0093b3 !important;
  font-weight: normal;
}

#events-news .section-title h4::after {
  position: absolute;
  content: "";
  width: 1.1979vw;
  height: 1.1979vw;
  left: -55%;
  top: 32%;
  transform: translateY(-50%);
  background: #ff7600;
  border-radius: 50%;
}

#events-news .content-section p {
  margin-bottom: 1vw;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.3vw;
}

#events-news .content-section .hoverBtn {
  display: inline-block;
  /* width: 3vw; */
  position: relative;
  color: #0093b3;
  font-size: 1.146vw;
}

#events-news .boxes a:hover .right-arrow {
  opacity: 0;
}
#events-news .boxes a:hover .hover-readMore {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#events-news .content-section .hoverBtn img {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  width: 1.92vw;
  background-color: #0093b3;
  position: absolute;
  left: 0;
}
#events-news .boxes .hover-readMore svg {
  fill: #0093b3;
}
#events-news .boxes a:hover .hover-readMore::after {
  width: 0;
}
#events-news .hover-readMore::after {
  background-color: #fff;
}

.boxes a {
  color: inherit !important;
  text-decoration: none;
  background-color: #fff;
  display: block;
  padding: 2.34375vw 3.3854vw 3vw;
  box-shadow: 4px 9px 20px -20px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 4px 9px 20px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 9px 20px -20px rgba(0, 0, 0, 0.75);
  /* margin-bottom: 3.125vw; */
  height: 100%;
}

#events-news .boxes {
  margin-bottom: calc(var(--bs-gutter-x));
}

#events-news .events-box .section-title h4::after {
  background: #0093b3;
  left: -45%;
}

#events-news .section-title span {
  color: rgba(0, 0, 0, 0.58);
  font-weight: 300;
  /*   font-size: 1.302vw; */
  font-size: 1.146vw;
}
/* 12AUG */
/* .content-section {
  padding-top: 4.9479vw;
} */
#questFuture .mb4 {
  margin-bottom: 0vw !important;
}
section#engineering-chronicles {
  margin-top: 3.5vw !important;
  padding-bottom: 0;
  margin-bottom: 4%;
}
#know-customer .section-title {
  margin: 0;
  width: 60%;
}

.content-section {
  padding-top: 2.9479vw;
  float: left;
  padding-bottom: 2.9479vw;
}

.content-section p {
  font-size: 1.25vw;
  font-weight: 300;
  margin-bottom: 0;
}

.content-section img {
  width: 2.60416vw;
  float: right;
  transform: scale(0.9);
  transition: all 0.35s ease-in-out;
}

.content-section img.link:hover {
  transform: scale(1.05) !important;
}

#events-news {
  background-color: rgba(90, 107, 123, 0.08);
  /*   padding: 4.6875vw 0 5.2083vw; */
  padding: 4.6875vw 0 0.01vw;
}

/* newsroom page css */

/* latest jobs css */

#latest-jobs .section-title {
  border-bottom: 3px solid rgba(90, 107, 123, 0.19);
  margin-bottom: 0;
}

#latest-jobs .section-title h4 {
  color: #000;
  display: inline-block;
  border-bottom: 0.3125vw solid #ff7600;
  margin: 0;
  padding-bottom: 1.1458vw;
  margin-bottom: -2px;
  /*   font-size: 1.5625vw; */
  font-size: 1.45vw;
  font-weight: 500;
  position: relative;
}

#latest-jobs .events-box h4 {
  border-color: #0093b3 ;
  font-weight: normal;
}

#latest-jobs .section-title h4::after {
  position: absolute;
  content: "";
  width: 1.1979vw;
  height: 1.1979vw;
  left: -55%;
  top: 32%;
  transform: translateY(-50%);
  background: #ff7600;
  border-radius: 50%;
}

#latest-jobs .content-section p {
  margin-bottom: 1vw;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.3vw;
}

#latest-jobs .content-section .hoverBtn {
  display: inline-block;
  /* width: 3vw; */
  position: relative;
  color: #0093b3;
  font-size: 1.146vw;
}

#latest-jobs .boxes a:hover .right-arrow {
  opacity: 0;
}
#latest-jobs .boxes a:hover .hover-readMore {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#latest-jobs .content-section .hoverBtn img {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  width: 1.92vw;
  background-color: #0093b3;
  position: absolute;
  left: 0;
}
#latest-jobs .boxes .hover-readMore svg {
  fill: #0093b3;
}
#latest-jobs .boxes a:hover .hover-readMore::after {
  width: 0;
}
#latest-jobs .hover-readMore::after {
  background-color: #fff;
}

#latest-jobs .boxes {
  margin-bottom: calc(var(--bs-gutter-x));
}

#latest-jobs .events-box .section-title h4::after {
  background: #0093b3;
  left: -45%;
}

#latest-jobs .section-title span {
  color: rgba(0, 0, 0, 0.58);
  font-weight: 300;
  /*   font-size: 1.302vw; */
  font-size: 1.146vw;
}

#latest-jobs {
  background-color: rgba(90, 107, 123, 0.08);
  /*   padding: 4.6875vw 0 5.2083vw; */
  padding: 4.6875vw 0 0.01vw;
}

/* end latest jobs css */

.section-title a {
  color: #5f5f5f;
  text-decoration: none;
  font-size: 1.78vw;
  font-weight: 300;
}

#featured-news-sec .section-title h4 {
  font-size: 1.25vw;
  border-bottom: 0.3125vw solid #0093b3;
  font-weight: 700;
}

#featured-news-sec .section-title span {
  padding-bottom: 1.1458vw;
}
#featured-news-sec .content-section h6 {
  /* font-size: 1.5625vw; */
  /* max-height: 7vw; */
  /* overflow: hidden; */
  font-size: 1.45vw;
  line-height: 1.35;
}

#featured-news-sec .boxes a {
  padding: 2.34375vw 2.708vw 2.66vw;
  position: relative;
}
#featured-news-sec .content-section img.link {
  position: absolute;
  bottom: 13px;
  right: 20px;
}
#featured-news-sec .section-title a {
  font-size: 1.5vw;
}

#featured-news-sec .content-section p {
  font-size: 1.146vw;
  max-height: 3.5vw;
}

#featured-news-sec .section-title span,
#featured-news-sec .content-section span {
  font-size: 1.041vw;
}

#featured-news-sec .content-section {
  padding-top: 1.5625vw;
}

#featured-news-sec .section-title h4::after {
  left: -18%;
  background: #0093b3;
  width: 1.04vw;
  height: 1.04vw;
}
#latest-jobs #featured-news-sec .section-title h4::after{
  left: -20px;
}

.events-thumb-img img {
  width: 105.75%;
  position: relative;
  left: -3%;
  object-fit: fill;
  height: 100%;
}
.events-thumb-img {
  height: 15vw;
  background: #f9fafb;
}

.blog-auth-sec {
  margin-top: 4.9479vw;
}

/* newsroom inner-page css */

.event-and-time {
  font-weight: 700;
}

.speaker-name {
  font-weight: 700;
}

.event-speakers {
  gap: 8.02083vw;
  text-align: center;
  flex-wrap: wrap;
}

.event-speakers img {
  width: 17.65625vw;
  max-width: 339px;
  margin-bottom: 1.5104vw;
}

.event-speakers > div {
  color: #5e5e5e;
}

.inner-container-grey-bg p:last-child {
  margin-bottom: 0;
}

.content-section img.link {
  transition: all 0.35s ease-in-out;
}

/* image gallery css */

.grid-item {
  width: 48%;
  margin: 1%;
}

.grid-item img {
  width: 100%;
}

@media (max-width: 768px) {
  #featured-news-sec .section-title span,
  #featured-news-sec .content-section span {
    font-size: 10px;
  }
  #featured-news-sec .content-section h6,
  #featured-news-sec .content-section p {
    font-size: 12px;
    max-height: 52px;
  }
  #featured-news-sec .section-title h4 {
    border-bottom: 3px solid #0093b3;
  }
  #featured-news-sec .boxes a {
    margin-bottom: 20px;
    padding: 20px 26px;
  }
  #featured-news-sec .section-title h4::after {
    left: -17px !important;
  }
}

/* partners section css */

#partners {
  background: #f2f3f5;
}

.inner-page-wrapper #partners {
  /*   padding: 0; */
  margin-bottom: 3.5vw;
}

.section-title {
  border-bottom: 3px solid rgba(90, 107, 123, 0.19);
}

.section-title h3 {
  color: #000;
  display: inline-block;
  width: auto;
  border-bottom: 0.5729vw solid #000;
  margin: 0;
  padding-bottom: 1.1458vw;
  margin-bottom: -3px;
  font-size: 2.083vw;
  font-weight: 700;
}

.section-title select {
  display: inline;
  width: auto;
  color: #5f5f5f;
  text-decoration: none;
  font-size: 1.146vw;
  font-weight: 300;
  padding: 2px;
}

/* #questFuture h2 {
  width: 38%;
} */

#questFuture p {
  font-size: 1.302vw;
  line-height: 1.48;
  font-weight: 300;
}

#questFuture h2 span {
  color: #007bb6;
}
/* 
#questFuture img {
  width: 27.03125vw;
} */

.partners-logo {
  margin: 2.604vw 0 6.77vw;
  justify-content: center;
}

#partners p,
#partnerModal p {
  font-size: 1.146vw;
  color: #212529;
}

#partners .partners-logo img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

#partners .partners-logo img:hover {
  filter: grayscale(0%);
}

.tiltle-with-band h3 {
  font-size: 2.0833vw;
  line-height: 1.475;
  font-weight: 700;
  color: #fff;
}

.tiltle-with-band p {
  font-size: 1.302vw;
  line-height: 1.48;
  font-weight: 300;
  color: #fff;
}

.tiltle-with-band {
  background-color: #214b63;
  padding: 2vw 3.3854vw;
  margin-bottom: 3vw;
}

.dark-blue-band {
  background-color: #0093b3;
}
.red-active .dark-blue-band {
  background-color: #b64e4e;
}

.tiltle-with-band .row {
  align-items: center;
}

.grey-boxes {
  background-color: rgba(90, 107, 123, 0.08);
  padding: 1vw;
  height: 100%;
  transition: all 0.5s ease;
  /* cursor: pointer; */
}

.partners-box .grey-boxes {
  background-color: #ffffff;
}

.partners-box img {
  max-height: 14vw;
}

.partners-box {
  /* margin-bottom: 3.125vw; */
  margin-bottom: calc(var(--bs-gutter-x));
  display: block !important;
}

.partners-box .grey-boxes:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 1px 10px 7px rgb(0 0 0 / 5%);
}

/* modal-popup css */

.modal-header .btn-close {
  background-color: #fff;
  z-index: -1;
  border-radius: 0;
  opacity: 0.75;
  z-index: 9;
  outline: 0;
  box-shadow: none;
  float: right;
  margin-right: 0px;
  margin-bottom: 3px;
}

.modal-header {
  border: 0;
  /* padding-bottom: 0; */
  padding: 0;
}

.modal-content {
  background: transparent;
  border: 0;
}

.modal-body {
  background-color: #fff;
}

/* need to know section css */

#know-customer {
  background: url("../images/need-to-know-bg.png") no-repeat #007bb6;
  background-size: cover;
  height: 16.66vw;
  margin-bottom: 3.5vw;
}

#know-customer .section-title {
  border: 0px;
}

#know-customer h2 {
  font-size: 2.75vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.46;
  margin: auto;
}

.contact-btn {
  font-size: 1.145vw;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: 1.8vw;
}

#know-customer .contact-btn .btn-txt {
  border: 0.15625vw solid #fff;
  /* width: 9.479vw; */
  padding: 0vw 1.05vw;
  height: 2.604vw;
}

#know-customer .contact-btn:hover span img {
  right: -1vw;
}

#know-customer .contact-btn .arrow-icon {
  border: 0.15625vw solid #fff;
  border-left: 0;
  width: 2.29vw;
  height: 2.604vw;
  position: relative;
}

#know-customer .contact-btn span img {
  width: 0.88vw;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

#know-customer .contact-btn:hover span img {
  right: -1vw;
}

/* footer section css */

#footer-section {
  background-color: #313131;
  padding: 4.1145vw 0;
}

#footer-section p {
  color: #fff;
  font-size: 1.041666vw;
  font-weight: 700;
}

#footer-section ul li a {
  display: inline-block;
  color: #fff;
  font-size: 1.041666vw;
  margin-bottom: 0.9375vw;
  text-decoration: none;
}

#footer-section ul {
  padding: 0;
  text-decoration: none;
  list-style: none;
}

#footer-section ul.sub-menu li,
#footer-section ul.sub-menu li a {
  list-style-type: none;
  color: #fff;
  font-size: 0.78125vw;
  margin-bottom: 0.25vw;
  text-decoration: none;
  transition: all 0.45s ease-in-out;
}
#footer-section ul.sub-menu li a:hover {
  padding-left: 0.65vw;
}

button.sub-menu-toggle {
  display: none;
}

/* .footer-container {
gap: 7.55vw;
} */

.footer-container > div {
  width: 25%;
}

.footer-container > ul {
  width: 100%;
  display: flex;
}

.footer-container > ul > li {
  width: 20%;
}

.below-footer-band {
  background-color: #000;
  padding: 0 2.0833vw;
}

.below-footer-band > div {
  height: 7.066vw;
}

.copyright-sec p {
  color: #fff;
  font-size: 0.78125vw;
  margin: 0;
}

.copyright-sec a {
  color: #fff;
  text-decoration: none;
  font-size: 0.78125vw;
}

.copyright-sec {
  gap: 2.0833vw;
}

.social-icons-wrapper {
  gap: 4.0104vw;
}

.social-icons-wrapper img {
  width: 3.77vw;
  max-width: 40px;
  border-radius: 50px;
}

.header-social-icons {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: none;
}

/* common css for all sections */

/* .inner-page-wrapper p {
font-size: 1.25vw;
font-weight: 300;
} */

.inner-page-wrapper .engineering-chronicle {
  background-color: #e8eaed;
}

.inner-page-wrapper .engineering-chronicle > div {
  background: rgb(211, 215, 220);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.4) 100%
  );
}

.inner-page-wrapper .engineering-chronicle-text h2 {
  line-height: 1.2;
}

.inner-page-wrapper .engineering-chronicle-text p {
  color: #000000;
  line-height: 1.4;
}

.inner-page-wrapper .engineering-chronicle-text a svg path {
  fill: #000;
}

.cta-btn {
  font-size: 1.145vw;
  color: #000 !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: 1.8vw;
  position: relative;
  width: max-content;
}

.cta-btn .btn-txt {
  border: 0.15625vw solid #000;
  /* width: 6.406vw; */
  padding: 0vw 1.05vw;
  height: 2.604vw;
}

.cta-btn .arrow-icon {
  border: 0.15625vw solid #000;
  border-left: 0;
  width: 2.29vw;
  height: 2.604vw;
  position: relative;
}

.cta-btn span img {
  width: 0.88vw !important;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.cta-btn:hover span img {
  right: -1vw;
}

.inner-page-wrapper .slick-arrow img {
  width: 2.02vw;
}

.inner-page-wrapper .slick-arrow img:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  transition: box-shadow 0.25s ease-in-out;
}

.inner-page-wrapper #condense-design-cycle .slick-arrow img:hover {
  box-shadow: none;
}

.inner-page-wrapper h2 {
  /*   font-size: 2.75vw; */
  color: #000;
  font-weight: 700;
  line-height: 1.48;
  margin: 0 0 1.5vw;
  font-size: 2.083vw;
}

.inner-page-wrapper .left-content-sec {
  margin-top: 5.625vw;
}

.orange-btn {
  background-color: transparent;
  font-size: 0.677vw;
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 0.67vw 3.125vw 0.67vw 1.125vw;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1vw;
  position: relative;
  z-index: 1;
}

.orange-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ed6010;
  transition: all 0.3s;
  z-index: -1;
}

.orange-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c203f;
  z-index: -2;
}

.orange-btn:hover:before {
  width: 100%;
}

/* banner-section css */

.banner-video {
  position: relative;
  font-size: 0;
}

.banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 3.3854vw;
  max-width: 76%;
}

.banner-text h1 {
  font-size: 3.6458vw;
  font-weight: 700;
  line-height: 1.142;
  color: #fff;
}
.banner-text h2 {
  font-size: 3.6458vw;
  font-weight: 700;
  line-height: 1.142;
  color: #fff;
}
.banner-text p {
  font-size: 1.5625vw;
  color: #fff;
  line-height: 1.46;
}

.banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.85;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.9) 30%,
    rgba(0, 0, 0, 0) 70%
  );
}

.banner-text .cta-btn .btn-txt {
  /* padding: 0.78125vw 2.0833vw 0.78125vw 0.833vw; */
  height: auto;
  width: auto;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  position: relative;
}

.banner-text .cta-btn .btn-txt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0cf;
  z-index: -2;
}
.homeBanner-content .cta-btn .btn-txt {
  /* padding: 0.78125vw 2.0833vw 0.78125vw 0.833vw; */
  height: auto;
  width: auto;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  position: relative;
}
.homeBanner-content .cta-btn .arrow-icon {
  border: 1px solid #fff;
  height: auto;
  padding: 0 0.625vw;
}

.banner-text .cta-btn .btn-txt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  transition: all 0.3s;
  z-index: -1;
}

.banner-text .cta-btn .btn-txt:hover {
  color: #fff;
}

.banner-text .cta-btn .btn-txt:hover:before {
  width: 100%;
}

.banner-text .cta-btn .arrow-icon {
  border: 1px solid #fff;
  height: auto;
  padding: 0 0.625vw;
}

.banner-arrows-container {
  position: absolute;
  display: flex;
  bottom: 2.6vw;
  right: 3.3854vw;
}

.banner-next.slick-arrow,
.banner-prev.slick-arrow {
  background: none;
  border: 0;
  padding: 0;
  outline: none;
}

.banner-next.slick-arrow img, .banner-prev.slick-arrow img {
  width: 1.96vw;
  margin-left: 2vw;
}

.play-pause-button img {
  width: 5.67vw;
  cursor: pointer;
}

#banner-slider .top-banner,
#banner-slider .banner-video {
  /* height: 500px; */
  width: 100%;
}

#banner-slider .top-banner img {
  width: 100%;
  height: 26vw;
  object-fit: cover;
}

#banner-slider .top-banner .arrow-icon img {
  height: auto;
}

#banner-slider .slick-track {
  display: flex;
}

#banner-slider .slick-slide {
  height: inherit;
}

#banner-slider .banner-video.top-banner {
  height: 100%;
}

#banner-slider .top-banner video {
  height: 26vw;
  object-fit: cover;
}

.top-banner {
  position: relative;
}

/* tab structure css */

#inner-page-nav-bar {
  background-color: #f5f5f5;
  height: 5.4166vw;
  position: relative;
  transition: all 0.5s ease-in-out;
}

#inner-page-nav-bar.fixed {
  position: fixed;
  top: 4vw;
  width: 88.9vw;
  z-index: 2;
  height: 3.5vw;
  box-shadow: 4px 9px 20px -20px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 4px 9px 20px -20px rgb(0 0 0 / 75%);
  -moz-box-shadow: 4px 9px 20px -20px rgba(0, 0, 0, 0.75);
  z-index: 999;
}
#partners .tiltle-with-band p{
  color: #fff;
}
.grey-bg {
  background-color: #f5f5f5 !important;
}

.nav-tabs {
  height: 100%;
  border: 0;
}

#inner-page-nav-bar .nav-tabs .nav-link {
  /* font-size: 1.0416vw; */
  font-weight: 300;
  outline: 0;
  border: 0;
  font-size: 1.2vw;
  margin: 0 3vw;
  padding: 0;
  transition: opacity 0.15s ease-in-out;
  opacity: 0.7;
  color: #000;
  /* border-bottom: 0.26vw solid #F5F5F4; */
  transition: all 0.35s;
  position: relative;
}

#inner-page-nav-bar .nav-tabs .nav-link.active {
  background-color: transparent;
  /* border-bottom: 0.26vw solid; */
  color: #5a6b7b;
  opacity: 1;
  text-shadow: 1px 0 0 currentColor;
  /* border-color: 0s ease-out 0.5s; */
}

#inner-page-nav-bar .nav-tabs .nav-link::after {
  position: absolute;
  transition: all ease-in-out 0.6s;
  background: none repeat scroll 0 0;
  content: "";
  display: block;
  height: 0.26vw;
  width: 0;
  bottom: 0;
}

#inner-page-nav-bar .nav-tabs .nav-link.active,
#inner-page-nav-bar .nav-tabs .nav-link:hover,
#inner-page-nav-bar .nav-tabs .nav-link.active {
  text-shadow: 1px 0 0 currentColor;
}

.breadcrumb-section.container-fluid.mb4 {
  margin-bottom: 3vw;
}

.tab-content-left {
  width: 58%;
}

.tab-content-right {
  width: 39%;
  margin-left: 3%;
}

.tab-content-right img {
  max-width: 100%;
  width: 30.9375vw;
}

#nav-tabContent h6 {
  color: #808080;
  font-size: 1.09375vw;
  font-weight: 700;
}

/* key trends section */

.key-trends-slider img {
  max-width: 100%;
}

.key-trends-slider h2 {
  width: 100%;
  color: #007bb6;
}

.home-page-wrapper .key-trends-slider .row {
  align-items: center;
}

.home-page-wrapper .key-trends-slider .slick-track {
  padding-top: 0;
}

.home-page-wrapper .key-trends-slider .left-content-sec {
  width: 80%;
}

/* .home-page-wrapper .section-key-trends-in-rail{
    margin-bottom: 3vw;
}
 */

.inner-page-wrapper .key-trends-slider h2 {
  width: 90%;
  color: #000;
  font-size: 1.5625vw;
}

.key-trends-slider p {
  font-size: 1.25vw;
  font-weight: 300;
}

#key-trends-section .section-title {
  width: 89%;
}
.key-trends-slider .slick-slide img {
  max-width: 100%;
  width: 100%;
}

#key-trends-section .key-trends-arrows-container {
  top: -7vw;
  right: 0;
}

.key-trends-arrows-container button,
.rail-industry-services-arrows-container button {
  background: none;
  border: 0;
  padding: 0;
}

.key-trends-arrows-container {
  font-size: initial;
  position: absolute;
}

.key-trends-slider .left-content-sec {
  margin-top: 0;
}

.rail-industry-content .col-6 {
  margin-bottom: calc(var(--bs-gutter-x));
}

.slick-arrow.slick-disabled {
  opacity: 0.6;
  cursor: auto !important;
}

.key-trends-arrows-container .next.slick-arrow,
.rail-industry-services-arrows-container .next.slick-arrow {
  margin-left: -1px;
}

/* rail industry solutions */

.rail-industry-content .grey-boxes {
  background-color: rgba(90, 107, 123, 0.08);
  padding: 1.5625vw 3vw 1.5625vw 3vw;
  height: 100%;
}

.orange-active .rail-industry-content .grey-boxes:hover {
  box-shadow: 0px -2px 30px -7px rgb(243 121 58 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(243 121 58 / 71%);
}
.blue-active .rail-industry-content .grey-boxes:hover {
  box-shadow: 0px -2px 30px -7px rgb(0 147 179 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(0 147 179 / 71%);
}
.green-active .rail-industry-content .grey-boxes:hover {
  box-shadow: 0px -2px 30px -7px rgb(107 189 70 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(107 189 70 / 71%);
}
.pink-active .rail-industry-content .grey-boxes:hover {
  box-shadow: 0px -2px 30px -7px rgb(229 42 114 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(229 42 114 / 71%);
}
.red-active .rail-industry-content .grey-boxes:hover {
  box-shadow: 0px -2px 30px -7px rgb(182 78 78 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(182 78 78 / 71%);
}

.rail-industry-content {
  margin-top: 3.0208vw;
  font-size: 1.25vw;
  font-weight: 300;
}

.grey-boxes .box-img {
  /*   width: 19.166vw; */
  /* width: auto !important; */
  width: 100%;
  max-width: 100%;
}

.box-img-wrapper {
  min-height: 15vw;
}

/* design cycles css */

.right-title-slider .col-5 {
  order: 2;
}

.right-title-slider .col-7 {
  order: 1;
}

/* .right-title-slider h2 {
width: 90%;
padding-left: 3.438vw;
} */

.right-title-slider .slider-with-title-content-area {
  padding-left: 4vw;
  /*   width: auto; */
}

/* .right-title-slider .slick-initialized .slick-slide {
margin-right: 2px;
} */

.right-title-slider + .slick-arrows-container {
  right: -15%;
}

.rail-industry-slider-wrapper {
  margin-top: 2.5vw;
  font-size: 1.25vw;
  font-weight: 300;
}

.rail-industry-slider-wrapper .slick-track {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.rail-industry-slider-wrapper .slick-list {
  margin: 0 -1.5vw;
}

.rail-industry-services-arrows-container {
  position: absolute;
  top: -7vw;
  right: 0;
  font-size: initial;
  background: #fff;
  padding-left: 3.5vw;
}

#rail-industry-services .section-title {
  width: 100%;
}

.home-page-wrapper #key-trends-section .section-title {
  width: 100%;
}

#rail-industry-services .inner-page-wrapper .section-title h3 {
  width: 29%;
}

.section-rail-industry-solutions p {
  /*   font-size: 1.25vw; */
  font-size: 1.146vw;
}

.section-rail-industry-solutions h2 {
  font-size: 1.5625vw;
  margin: 0.5vw 0 1vw;
}

.description-box {
  /*   background-color: rgba(232, 235, 237, 0.3); */
  background-color: transparent;
  padding: 1.5vw 0;
}

.description-box h4 {
  font-weight: 700;
  font-size: 2.1875vw;
}

.rail-industry-services-img-box {
  min-height: 15vw;
}

#rail-industry-services .slick-initialized .slick-slide {
  padding: 0 1.145vw;
  background-color: rgba(90, 107, 123, 0.08);
  padding: 1.5625vw 3.385vw;
  box-sizing: border-box;
  margin: 0 1.5vw;
  height: auto;
}

/* #rail-industry-services .slick-initialized .slick-slide:nth-child(2) {
margin-right: 0;
} */

#rail-industry-services {
  margin-bottom: 3.5vw;
  clear: both;
}

.inner-page-wrapper #events-news .boxes .section-title, .inner-page-wrapper #latest-jobs .boxes .section-title {
  width: 100%;
}

.inner-page-wrapper #events-news, .inner-page-wrapper #latest-jobs{
  background: none;
  padding: 0px;
}

/* our team */

#our-team .section-title {
  margin-bottom: 3.0208vw;
  width: 97% !important;
}

.about-partner h6 {
  font-size: 1.5625vw;
  font-weight: 500;
}

.parten-thumb-img img {
  width: 100%;
  max-width: 60%;
}
.row.team-row {
  gap: 2vw 0;
}

.about-partner {
  margin-top: 1.354vw;
}

#our-team {
  margin-bottom: 5vw;
}

.view-all {
  font-size: 1.5625vw;
  font-weight: 300;
  text-decoration: none;
  color: #000 !important;
}

#loadMorePartner {
  margin-bottom: 2vw;
}

.inner-page-wrapper #banner-section {
  margin-bottom: 0.677vw;
  clear: both;
}

.inner-page-wrapper #banner-section .slick-track {
  padding: 0;
}

#inner-page-nav-bar.blue-active .nav-tabs .nav-link.active,
.inner-page-wrapper .section-title.blue-active h3 {
  border-color: #0093b3;
}

.section-title {
  margin-bottom: 2.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-page-wrapper h6 {
  /*   font-size: 1.40625vw; */
  line-height: 1.44;
  color: #000;
  font-weight: 700;
}
.inner-page-wrapper h6 {
  font-size: 1.45vw;
}

.inner-page-wrapper hr {
  margin: 0.677vw 0;
  color: rgba(112, 122, 112, 1);
}

.engineering-box {
  padding: 1.0416vw 2.604vw 2.604vw 1.25vw;
  border: 1px solid rgba(112, 122, 112, 0.4);
  flex-basis: 31.33%;
  margin: 1%;
}

.engineering-box ul {
  margin-top: 5px;
}

.engineering-box ul li {
  font-size: 1.15vw;
}

/* .inner-page-wrapper .engineering-box p {
  font-size: 0.9375vw;
} */

/* vertical  tab structure*/

.vertical-tab-section .nav.flex-column.nav-pills {
  width: 33.3333333333%;
  border: 0;
}

#product-engineering-section .grey-boxes img {
  max-width: 100%;
  width: 18.8vw;
  margin-right: 3.645vw;
}

#product-engineering-section .grey-boxes {
  padding: 3.38vw 3.38vw 2.604vw 2.604vw;
}

#product-engineering-section .grey-boxes h2 {
  font-size: 2.1875vw;
  line-height: 1.42;
  margin: 0;
  margin-bottom: 1vw;
}

#product-engineering-section .grey-boxes p {
  margin-bottom: 1vw;
}

.vertical-tab-section .nav-pills .nav-link {
  font-size: 1.302vw;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
}

.vertical-tab-section .nav-pills .nav-link.active {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  background: none;
}

#join-us {
  margin-bottom: 3.5vw;
}
.resp-vtabs .resp-tab-content ul li {
  font-size: 1.14vw;
  font-weight: 300;
  line-height: 1.75;
}
.resp-vtabs .resp-tab-content ul {
  margin-top: 0.5vw;
}

/* insights section css */

.insights-box {
  flex-basis: 31.33%;
  margin: 1%;
  padding: 0;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}

.insights-category {
  background: #0093b3;
  padding: 1.718vw 2.3vw;
}

.insights-category h6 {
  font-size: 1.145vw;
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}

.insights-details {
  padding: 1.718vw 2.5vw;
}

.insights-details .insigts-title {
  font-weight: 700;
  font-size: 1.146vw;
}

/* cta btn css */

.cta-btn.download-btn .btn-txt {
  padding: 0px 6px;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 0.833vw;
}

@media (max-width: 1900px) {
  #partners .partners-logo img {
    max-width: 14.65vw;
  }
}

@media (max-width: 767px) {
  .homeBanner-content .cta-btn .arrow-icon {
    display: none !important;
  }
  .homeBanner-content .cta-btn {
    margin-right: 0;
  }
  .homeBanner-content .cta-btn .btn-txt {
    padding: 5px 8px;
  }
  .slider-with-title-content-area {
    max-width: 100%;
  }
  #homeBanner .container-fluid.w885 {
    width: 100vw !important;
    margin-bottom: 0px;
  }
  .home-page-css #key-trends-section {
    position: relative;
    padding: 30px 0;
}
  #homeBanner #homeBanner_desktop_image {
    display: none;
  }
  #homeBanner #homeBanner_mobile_image {
    display: block;
  }
  #homeBanner .slick-dots {
    top: auto;
    bottom: 5vw;
    transform: translateY(0);
    display: flex !important;
  }
  #homeBanner .slick-dots span {
    display: none;
  }
  #homeBanner .slick-dots li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
  }
  #homeBanner .slick-dots li:after,
  #homeBanner .slick-dots .slick-active:after {
    height: 3vw;
    width: 3vw;
    border-radius: 50%;
    opacity: 0.2;
  }
  #homeBanner .slick-dots .slick-active:after {
    opacity: 1;
  }
  #homeBanner .homeBanner-content {
    width: 100%;
    text-align: right;
    margin: 0;
    padding-right: 5%;
    padding-left: 20%;
    top: 10%;
    transform: translateY(0);
  }
  #homeBanner .homeBanner-content h1 {
    font-size: 38px;
  }
  #homeBanner .homeBanner-content h2 {
    color: #ffffff;
    font-size: 38px;
  }
  #homeBanner .homeBanner-content p {
    font-size: 18px;
  }
  #inner-banner {
    height: auto;
  }
  .full-width-video-sec {
    padding-bottom: 50.5%;
  }
  .poster-image {
    height: 100%;
  }
  #inner-banner button {
    bottom: 40%;
    /* right: 30px; */
    width: 40px;
    top: 40%;
  }
  .dark-blue-band {
    margin-bottom: 30px;
    padding-bottom: 14px;
  }
  .partners-box-wrapper {
    padding-bottom: 0px;
  }
  /*  */
  .engineering-chronicle {
    height: auto;
  }
  .engineering-chronicles-content {
    margin-bottom: 60px;
  }
  .engineering-chronicle > div {
    flex-direction: column;
    padding: 18px;
  }
  .engineering-chronicle-text {
    order: 2;
  }
  .engineering-chronicle-img {
    order: 1;
    margin-bottom: 15px;
  }
  .engineering-chronicles-content .slick-arrow {
    width: 25px;
    top: -42px;
    z-index: 1;
  }
  .engineering-chronicles-content .slick-arrow.slick-prev {
    right: 62px;
  }
  .engineering-chronicles-content .slick-arrow.slick-next {
    right: 28px;
  }
  #engineering-chronicles .section-title {
    width: 75%;
  }
  .key-trends-slider .col-5 img {
    margin: 0 auto !important;
  }
  #industries-we-serve-diag {
    width: 100% !important;
  }
  .engineering-chronicle-text {
    padding-right: 10vw;
  }
  .engineering-chronicle-text h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .engineering-chronicle-text p,
  .breadcrumb li a {
    font-size: 12px;
    line-height: 1.5;
  }
  .rail-industry-content .grey-boxes {
    padding: 20px;
  }
  .engineering-chronicle-text a svg {
    width: 25px;
  }
  #industries-we-serve .section-title h3,
  #engineering-chronicles .section-title h3 {
    font-size: 20px;
  }

  #engineering-chronicles .section-title a {
    font-size: 12px;
  }
  .section-title select {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .engineering-chronicles-content .slick-list {
    padding: 0 15vw 0 0;
  }
  .engineering-chronicle .engineering-chronicle-img {
    width: 50vw;
  }
  .inner-page-wrapper .banner-text h1 {
    font-size: 38px;
  }
  .inner-page-wrapper .banner-text h2 {
    font-size: 38px;
  }
  .banner-text {
    max-width: 100%;
    padding-left: 12%;
    text-align: right;
  }
  .inner-page-wrapper .banner-text p {
    font-size: 18px;
  }
  .cta-btn span img {
    width: 12px !important;
  }
  .cta-btn {
    justify-content: flex-end;
    margin: 10px auto;
    cursor: pointer;
  }
  .banner-text .cta-btn .btn-txt {
    font-size: 12px;
  }
  .banner-text .cta-btn .arrow-icon {
    padding: 0 12px;
  }
  .right-title-slider + .slick-arrows-container {
    right: 6%;
    display: none;
}
  .container-fluid.mobPad4,
  .mobPad4 {
    padding-bottom: 6vw;
  }
  #inner-page-nav-bar {
    display: none;
  }
  .rail-industry-slider-wrapper .slick-slide {
    display: flex;
    align-items: center;
    background-color: rgba(232, 235, 237, 0.3);
    padding: 30px;
    margin: 12px 14px;
    flex-direction: column;
  }
  #rail-industry-services .slick-initialized .slick-slide {
    padding: 30px;
    margin: 12px 14px;
  }
  .rail-industry-services-img-box {
    min-height: auto;
  }
  .rail-industry-slider-wrapper .slick-slide > div img {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
  .rail-industry-slider-wrapper .slick-slide > div .description-box {
    padding: 0;
    background-color: transparent;
  }
  .rail-industry-services-arrows-container {
    position: absolute;
    top: -50px;
  }
  #our-team .col-4 {
    width: 50%;
    display: none;
  }
  #our-team .col-4:nth-child(1),
  #our-team .col-4:nth-child(2) {
    display: block;
  }
  .description-box {
    padding: 15px 0;
  }
  .about-partner h6,
  .description-box h4,
  #nav-tabContent h6,
  .section-rail-industry-solutions p {
    font-size: 12px;
  }
  .about-partner p,
  .description-box p,
  #nav-tabContent p {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .orange-btn {
    font-size: 12px !important;
    margin: 10px 0 !important;
    float: none;
  }
  .tab-content-left,
  .tab-content-right,
  .tab-content-right img {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .tab-content-left {
    order: 1;
  }
  .section-title h3 {
    font-size: 15px !important;
  }
  #thought-digest h2,
  .key-trends-slider h2 {
    text-align: center;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  #thought-digest .col-7 {
    order: 2;
    width: 100%;
  }
  #thought-digest .col-5 {
    width: 100%;
    order: 1;
    text-align: center;
    margin-top: 0;
  }
  #thought-digest .col-5 img {
    width: 233px;
  }
  #thought-digest p,
  .key-trends-slider p {
    font-size: 12px;
    max-width: 100%;
  }
  #thought-digest .watch-btn .btn-txt {
    font-size: 9px;
    width: auto;
    height: auto;
    padding: 5px 13px;
  }
  .watch-btn {
    justify-content: center;
  }
  #thought-digest .watch-btn .arrow-icon {
    width: auto;
    height: auto;
    padding: 5px 9px;
  }
  #thought-digest .watch-btn span img {
    width: 6px;
  }
  .home-page-wrapper .key-trends-slider .left-content-sec {
    width: 100%;
    text-align: center;
  }
  #key-trends-section .slick-dots,
  .slider-with-title .slick-dots,
  .sliderWithDots .slick-dots {
    bottom: -25px;
  }
  /* join-us sec media query */
  #join-us h2 {
    font-size: 20px;
  }
  #join-us .col-5 {
    width: 70%;
  }
  .join-us-overlay {
    display: none;
  }
  #join-us .join-us-banner-text {
    position: static;
    transform: none;
    padding: 20px 0px;
  }
  .join-us-overlay + .join-us-banner-text,
  .join-us-overlay.blue-overlay + .join-us-banner-text {
    background: rgba(14, 126, 182, 0.9);
  }
  .join-us-overlay.orange-overlay + .join-us-banner-text {
    background: rgba(243, 121, 58, 0.9);
  }
  #join-us .playicon img {
    width: 24px;
  }
  #join-us .playicon01 img {
    width: 24px;
  }
  #join-us .join-btn .btn-txt {
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 5px 12px;
  }
  #join-us .join-btn .arrow-icon {
    width: auto;
    height: auto;
    padding: 5px 8px;
  }
  #join-us .join-btn span img {
    width: 8px !important;
  }
  /* verification and validation section media query */
  .slider-with-title h2 {
    font-size: 20px;
  }
  .slider-with-title + .slick-arrows-container .slick-arrow img {
    width: 9px;
  }
  .slick-arrows-container {
    width: 64px;
    height: 58px;
    top: auto;
    left: auto;
    right: 6%;
  }
  .slider-with-title .col-5,
  .slider-with-title .col-7 {
    width: 100%;
  }
  /* events and news section media query */
  .boxes {
    width: 100%;
  }
  .content-section p {
    font-size: 12px;
  }
  #events-news .section-title h4, #latest-jobs .section-title h4 {
    font-size: 15px;
    border-bottom: 3px solid #ff7600;
  }
  #events-news .content-section img, #latest-jobs .content-section img {
    width: 20px;
  }

  #events-news .section-title span,   #latest-jobs .section-title span {
    font-size: 12px;
  }
  .boxes a {
    margin-bottom: 20px;
    padding: 20px 26px;
    width: 100%;
  }
  #events-news .section-title h4::after, #latest-jobs .section-title h4::after {
    top: 40%;
    left: -42%;
    width: 9px;
    height: 9px;
  }
  /* partners section media query */
  #questFuture h2 {
    width: auto;
    font-size: 24px;
  }
  #questFuture p {
    width: auto;
    max-width: inherit;
    font-size: 12px;
  }
  #questFuture img {
    width: 30px;
  }
  .qfs .counter-block-w {
    width: 100%;
  }
  .qfs .count-block span {
    font-size: 22px !important;
  }
  #questFuture .col-6 {
    text-align: center !important;
    width: 100%;
  }
  #partners p,
  #partnerModal p {
    font-size: 12px;
    max-width: 100%;
  }
  .partners-box-wrapper .col-4 {
    width: 50%;
  }
  .tiltle-with-band h3 {
    font-size: 15px;
  }
  #partners-box .grey-boxes {
    padding: 20px;
  }
  /* need to know customer media query */
  #know-customer .contact-btn .btn-txt,
  .cta-btn .btn-txt {
    font-size: 12px !important;
    width: auto;
    height: auto;
    padding: 5px 12px;
  }
  #know-customer .contact-btn .arrow-icon,
  .cta-btn .arrow-icon {
    width: auto;
    height: auto;
    padding: 5px 12px;
  }

  #know-customer .contact-btn span img,
  .cta-btn .arrow-icon img {
    width: 8px !important;
  }
  #know-customer h2 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .contact-btn {
    margin-top: 0;
  }
  #know-customer {
    height: auto;
    padding: 12px 0;
    width: 100%;
    margin: 0;
  }
  /* footer section media query */
  .footer-container > div {
    width: 100%;
  }
  #footer-section ul li,
  #footer-section ul li a,
  .copyright-sec p,
  .copyright-sec a {
    font-size: 12px;
  }
  #footer-section a {
    font-size: 15px;
  }
  .below-footer-band > div {
    padding: 22px 0;
    text-align: center;
    height: auto;
    flex-wrap: wrap;
  }
  .copyright-sec {
    gap: 2.0833vw;
    display: block !important;
    width: 100%;
    order: 1;
  }
  .copyright-sec p {
    margin-bottom: 10px;
  }
  .copyright-sec a:nth-child(3) {
    margin: 0 20px;
  }
  .social-icons-wrapper {
    margin-bottom: 20px;
    gap: 16px;
    justify-content: center;
    order: 0;
    width: 100%;
  }
  #footer-section {
    padding: 4.1145vw 0 2.552vw 0;
    width: 100%;
    text-align: center;
  }
  .footer-container > ul {
    flex-direction: column;
  }
  #footer-section ul li a,
  #footer-section p {
    font-size: 15px;
  }
  #footer-section .footer-container {
    display: block !important;
  }
  #footer-section ul.sub-menu li,
  #footer-section ul.sub-menu li a {
    font-size: 10px;
  }
  .footer-container > ul > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .below-footer-band {
    width: 100%;
  }
  .social-icons-wrapper img {
    width: 20px;
  }
  .copyright-sec p {
    font-size: 10px;
  }
  .inner-page-wrapper .section-title {
    width: 100%;
  }
  .inner-page-wrapper .section-product-engineering-capability .section-title {
    width: 88.9vw;
  }
  .key-trends-slider .col-7,
  .rail-industry-content .col-6 {
    width: 100%;
    order: 2;
  }
  .key-trends-slider .col-5 {
    width: 100%;
    order: 1;
  }
  .inner-page-wrapper .slick-arrow img {
    width: 25px;
  }
  .key-trends-arrows-container {
    top: -52px !important;
  }
  #key-trends-section .section-title,
  #rail-industry-services .section-title {
    width: 80%;
  }
  .key-trends-slider img {
    max-width: 85%;
    margin: 0 auto;
  }
  .grey-boxes .box-img {
    width: 100%;
  }
  .grey-box-wrap {
    margin-bottom: 20px;
  }
  .section-title {
    margin-bottom: 30px !important;
  }
  .inner-page-wrapper h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-page-wrapper h2 br {
    display: none;
  }
  .inner-page-wrapper .banner-next.slick-arrow img,
  .inner-page-wrapper .banner-prev.slick-arrow img {
    width: 12px;
  }
  .right-title-slider .col-5,
  .right-title-slider .col-7 {
    order: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .engineering-box,
  .insights-box {
    flex-basis: 96%;
    margin: 2%;
  }
  .inner-page-wrapper .engineering-box p,
  .vertical-tab-section .nav-pills .nav-link,
  .cta-btn.download-btn .btn-txt {
    font-size: 10px;
  }
  .vertical-tab-section .nav-pills .nav-link {
    padding-right: 0;
  }
  .inner-page-wrapper h6,
  .insights-details .insigts-title {
    font-size: 12px;
  }
  .vertical-tab-section .nav.flex-column.nav-pills .nav-link::after {
    content: none;
  }
  .vertical-tab-section .tab-content .grey-boxes img {
    margin-bottom: 20px;
  }
  .vertical-tab-section .tab-content .grey-boxes h2 {
    font-size: 14px;
  }
  .cta-btn.download-btn {
    justify-content: flex-start;
  }
  .cta-btn.download-btn img {
    width: 6px;
  }
  .cta-btn.download-btn .arrow-icon {
    width: auto;
    height: auto;
    padding: 5px;
  }
  .insights-details,
  .engineering-box {
    padding: 20px;
  }
  .insights-category {
    padding: 10px 20px;
  }
  .inner-page-wrapper hr {
    margin: 8px 0;
  }
  .pad2 {
    padding: 0;
  }
  #product-engineering-section .grey-boxes h2 {
    font-size: 15px;
  }
  #product-engineering-section .grey-boxes img {
    margin-bottom: 2vw;
  }
  h2.resp-accordion {
    margin: 0;
    font-size: 12px;
  }
  #loadMorePartner {
    margin-bottom: 22px;
  }
  .view-all {
    font-size: 12px;
  }
}

/* Resources Page */

#resources-section .resources-section-tiles {
  background-color: #f5f5f5;
  padding: 4vw;
}

#resources-section .pagination,
.inner-page-wrapper.blue-active .pagination {
  margin: 4vw auto;
  max-width: 88.9vw;
  overflow: auto;
}

.pagination .page-item {
  margin: 8px;
}

.pagination .page-item:first-child {
  margin-right: 2.08vw;
}

.pagination .page-item:last-child {
  margin-left: 2.08vw;
}

#resources-section .page-item,
.inner-page-wrapper.blue-active .page-item {
  position: relative;
}

#resources-section .page-item:first-child::before,
.inner-page-wrapper.blue-active .page-item:first-child::before {
  content: "";
  position: absolute;
  background-image: url(../images/pagination-arrow.svg);
  width: 27px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -20px;
}

#resources-section .page-item:last-child::after,
.inner-page-wrapper.blue-active .page-item:last-child::after {
  content: "";
  position: absolute;
  background-image: url(../images/pagination-arrow.svg);
  width: 27px;
  height: 10px;
  top: 50%;
  transform: rotateY(180deg) translateY(-50%);
  z-index: 1;
  right: -20px;
}

#resources-section .page-item.disabled,
.inner-page-wrapper.blue-active .page-item.disabled {
  border: 0px;
  opacity: 0.5;
}

#resources-section .page-item .page-link,
.inner-page-wrapper.blue-active .page-item .page-link {
  border: 0px;
  color: #62676a;
  border-radius: 0;
  font-size: 0.833vw;
  line-height: 1.312;
  cursor: pointer;
}

#resources-section .page-item.active .page-link,
#resources-section .page-item .page-link:hover,
.inner-page-wrapper.blue-active .page-item.active .page-link,
.inner-page-wrapper.blue-active .page-item .page-link:hover {
  color: #ffffff;
}

.blue-active .page-item.active .page-link,
.blue-active .page-link:hover {
  background-color: #0d6efd;
}

.resources-section-tiles .resources-section-tile {
  width: 32.66%;
  background: #fff;
  padding: 1vw;
  margin-right: 1%;
  margin-bottom: 2%;
  box-shadow: 4px 9px 20px -20px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 4px 9px 20px -20px rgb(0 0 0 / 75%);
  -moz-box-shadow: 4px 9px 20px -20px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  padding-bottom: 4vw;
  position: relative;
}

.resources-section-tiles .resources-section-tile:nth-child(3n) {
  margin-right: 0;
}

.resources-section-tiles .resources-section-tile img {
  margin-bottom: 1vw;
  width: 100%;
  height: 17.2vw;
  object-fit: cover;
}

.resources-section-tiles .resources-section-tile h5 {
  font-size: 0.78vw;
  font-weight: 500;
}

.resources-section-tiles .resources-section-tile p {
  font-size: 1.045vw;
  font-weight: 600;
  width: 90%;
}

.resources-section-tiles .resources-section-tile a {
  font-size: 0.85vw;
  padding: 2px 7px;
  /* float: right; */
  margin-top: 8px;
  position: absolute;
  bottom: 20px;
}

/* blogs section css */

.aut-date-sec {
  font-size: 10px;
}

#subscribe-section h2 {
  color: #fff;
  font-size: 2.604vw;
  margin: 0;
}

#subscribe-section {
  background: url(../images/blog/subscribe-sec-bg.png);
  background-size: cover;
  height: 9.479vw;
  background-position: center;
}

.subscribe-section-wrap {
  padding: 0 4vw;
}

/* Blog inner page css */

.inner-container-grey-bg {
  background-color: #f5f5f5;
  padding: 2.6vw 3.38vw 4.27vw 3.38vw;
  margin-top: 3.54vw;
}

.inner-container-grey-bg p {
  margin-bottom: 2.34375vw;
}
.inner-container-grey-bg p img {
  margin: 0px auto;
  display: block;
}
.blog-auth-social-icons img {
  width: 3.07vw;
  margin-right: 3.90625vw;
}

.blog-auth-social-icons p {
  margin: 0 !important;
  font-size: 14px;
}

.blog-auth-sec > img {
  width: 11.71875vw;
}

.blog-auth-social-icons {
  margin-left: 3.54vw;
}

.blog-auth-name-date {
  margin-top: 0;
}
.blog-auth-social-icons span {
  font-size: 15px;
  margin-bottom: 6px;
  float: left;
  width: 100%;
}

@media all and (max-width: 767px) {
  .resources-section-tiles .resources-section-tile {
    width: calc(100% - 25px);
    padding: 15px 15px 45px;
    margin: 0px 12px 30px;
  }
  .resources-section-tiles .resources-section-tile img {
    margin-bottom: 12px;
    height: auto;
  }
  .resources-section-tiles .resources-section-tile h5 {
    font-size: 10px;
  }
  .resources-section-tiles .resources-section-tile p {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .resources-section-tiles .resources-section-tile a {
    font-size: 10px;
  }
  .blog-auth-sec > img {
    width: 80px;
  }
  .blog-auth-social-icons img {
    width: 20px;
  }
  .inner-container-grey-bg p {
    margin-bottom: 30px;
  }
  .inner-container-grey-bg p img {
    width: 100%;
    height: auto;
    padding: 0px !important;
    padding-bottom: 20px !important;
  }
  .inner-container-grey-bg ul li {
    padding-bottom: 10px;
  }
  .inner-container-grey-bg ul li a {
    word-wrap: break-word;
  }
 .inner-container-grey-bg table {
    width: 100% !important;
    height: auto;
  }
  .blog-auth-sec {
    margin-top: 30px;
  }
  .inner-container-grey-bg {
    margin-top: 0;
  }
  #banner-slider .top-banner img {
      height: 100%;
  }
  #banner-slider .top-banner video, #homeBanner .homeBanner_item video {
      height: 100%
  }
	#homeBanner .homeBanner_item video{
		object-fit: cover;
	}
	#homeBanner .homeBanner_item.slick-slide {
		height: inherit;
	}
	#homeBanner .slick-track {
    display: flex;
  }
  #resources-section .pagination {
    overflow: auto;
    justify-content: flex-start !important;
    padding: 0 20px;
  }
}

/* Asset download section */

.asset-download-section {
  background-color: #f5f5f5;
  padding: 4vw;
}

.asset-download-section img {
  width: 90%;
}

.asset-download-section .form-control,
.talk-to-us-form input,
.talk-to-us-form .hs-form-field.hs-message textarea,
#whitePaperForm input,
.websiteForm input {
  /*   font-size: 1.54vw; */
  font-size: 1.25vw;
  font-weight: 500;
  padding: 1vw;
  border-radius: 0;
  border-color: #dbdbdb;
  border-width: 0.2vw;
  background: transparent;
}

.asset-download-section .form-control::placeholder,
.talk-to-us-form input::placeholder,
.talk-to-us-form .hs-form-field.hs-message textarea::placeholder,
#whitePaperForm input::placeholder,
#whitePaperForm .hs-form-field.hs-message textarea::placeholder,
.websiteForm input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  /* Firefox */
}

.talk-to-us-form .hs-form-field > label,
.talk-to-us-form .hs_error_rollup,
#whitePaperForm .hs-form-field > label,
#whitePaperForm .hs_error_rollup,
.websiteForm .hs-form-field > label,
.websiteForm .hs_error_rollup {
  display: none;
}

.talk-to-us-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.talk-to-us-form input,
.talk-to-us-form .hs-form-field.hs-message textarea,
#whitePaperForm input,
.websiteForm input {
  width: 100%;
  outline: 0;
  box-shadow: none;
  border: 0.2vw solid #dbdbdb;
}

.talk-to-us-form .hs-form-field.hs-message textarea {
  min-height: 120px;
}

.talk-to-us-form .hs-form-field {
  flex-basis: 49%;
  margin-bottom: 2.45vw !important;
}

#whitePaperForm .hs-form-field {
  margin-bottom: 1.75vw !important;
}

.talk-to-us-form .hs-form-field.hs-message,
.talk-to-us-form .hs-form-field.hs-recaptcha {
  flex-basis: 100%;
}

.talk-to-us-form .hs-submit,
.websiteForm .hs-submit {
  border: 1px solid #000;
  background-color: transparent;
  font-size: 1.25vw;
  font-weight: 500;
  text-transform: uppercase;
}

.talk-to-us-form .hs-submit input,
#whitePaperForm .hs-submit input,
.websiteForm .hs-submit input {
  padding: 0.85vw 2.2vw;
  border: 0;
  width: auto;
}
.websiteForm .hs-form-field {
  margin-bottom: 1.75vw !important;
  position: relative;
}
.websiteForm .hs-submit {
  display: inline-block;
  margin-top: 10px;
}

#whitePaperForm .hs-submit input {
  border: 1px solid #000;
  background-color: transparent;
  font-size: 1.25vw;
  font-weight: 500;
  /* text-transform: uppercase; */
  border-color: #0093b3;
  color: #0093b3;
}

.submitted-message {
  font-size: 2vw;
  font-weight: 600;
}
.contact-get-in-touch #contactUsHorizontalTab ul li {
  padding: 10px 40px;
}
.contact-get-in-touch #contactUsHorizontalTab .resp-tab-item.resp-tab-active {
  background: #fff !important;
  color: #000;
  border-bottom: 3px solid #0093b3;
  opacity: 1;
}
.contact-get-in-touch .talk-to-us-form .hs-form-field {
  margin-bottom: 2.2vw !important;
}
#contactUsHorizontalTab ul.no-list.hs-error-msgs.inputs-list li{
  color: red;
  font-size: 11px;
  list-style-type: none;
  font-weight: 400;
  padding: 0;
}
.talk-to-us-form .hs-error-msgs,
#whitePaperForm .hs-error-msgs,
.websiteForm .hs-error-msgs{
  list-style-type: none;
  padding: 0;
  color: red;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  margin-top: 5px;
}
.talk-to-us-form .hs-error-msgs li,
#whitePaperForm .hs-error-msgs li,
.websiteForm .hs-error-msgs li {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.talk-to-us-form {
  background: #f2f3f5;
  padding: 0vw;
}

.asset-download-section .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.25);
}

.asset-download-section .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.25);
}

.asset-download-section .mb-3 {
  margin-bottom: 1.2vw !important;
}

.asset-download-content p {
  font-size: 1.54vw;
  font-weight: 300;
}

.asset-download-section .btn-primary {
  background-color: transparent;
  font-size: 1.54vw;
  font-weight: 500;
  margin-top: 1vw;
  border-width: 0.2vw;
  border-radius: 0;
}

@media all and (max-width: 767px) {
  .asset-download-section .form-control {
    font-size: 12px;
    padding: 10px;
    border-width: 2px;
  }
  .asset-download-section img {
    width: 100%;
  }
  .asset-download-section .mb-3 {
    margin-bottom: 10px !important;
  }
  .asset-download-content p {
    font-size: 12px;
  }
  .asset-download-section .btn-primary {
    background-color: transparent;
    font-size: 12px;
    margin-top: 10px;
    border-width: 2px;
  }
  .asset-download-section {
    padding: 15px;
  }
  .asset-download-section form {
    margin-bottom: 30px;
  }
  .talk-to-us-form input,
  .talk-to-us-form .hs-form-field.hs-message textarea,
  #whitePaperForm input,
  #whitePaperForm .hs-submit input,
  .websiteForm input,
  .talk-to-us-form .hs-error-msgs li,
  #whitePaperForm .hs-error-msgs li,
  .websiteForm .hs-error-msgs li {
    font-size: 12px;
  }
  #whitePaperForm .hs-form-field,
  .talk-to-us-form .hs-form-field,
  .websiteForm .hs-form-field {
    margin-bottom: 25px !important;
  }
  .submitted-message {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .talk-to-us-form .hs-error-msgs,
  #whitePaperForm .hs-error-msgs {
    font-size: 11px;
  }
}

/* colored-bg-left-image-right-text */

.colored-bg-left-image-right-text {
  background-color: #f5f5f5;
}

.colored-bg-left-image-right-text img {
  width: 100%;
}

.colored-bg-left-image-right-text ol {
  margin-bottom: 2.5vw;
}

.h4-without-underline {
  position: relative;
  margin-bottom: 0.6vw;
}

.h4-without-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #15495f;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 0;
}

.h4-without-underline h4 {
  color: #15495f;
  background-color: #f5f5f5;
  display: inline-block;
  margin: 0;
  padding-right: 1vw;
  z-index: 1;
  position: relative;
  font-size: 1.84vw;
}

/* .colored-bg-left-image-right-text p {
  font-size: 1.8vw;
  font-weight: 300;
} */

.colored-bg-left-image-right-text ul {
  font-size: 1.2vw;
  font-weight: 300;
  margin-bottom: 2vw;
}

.colored-bg-left-image-right-text li {
  margin-bottom: 0.5vw;
}

.case-study-direct-download-strip {
  padding: 2vw 3vw;
}

.case-study-direct-download-strip img {
  width: 100%;
}

.case-study-direct-download-strip p {
  font-size: 1.68vw;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.case-study-direct-download-strip a {
  font-size: 1.5vw;
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 0 1vw;
  float: right;
}

@media all and (max-width: 767px) {
  .colored-bg-left-image-right-text {
    text-align: center;
  }
  .colored-bg-left-image-right-text img {
    width: 75%;
    margin-bottom: 5vw;
  }
  .h4-without-underline {
    font-size: 12px;
  }
  .h4-without-underline::after {
    height: 2px;
  }
  .colored-bg-left-image-right-text ul {
    font-size: 12px;
  }
  .h4-without-underline,
  .colored-bg-left-image-right-text ul {
    text-align: left;
  }
  .case-study-direct-download-strip p {
    font-size: 15px;
  }
  .case-study-direct-download-strip a {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 4px 10px;
  }
}

/* hightech-cta-strip */

.hightech-cta-strip-image {
  position: relative;
}

.hightech-cta-strip-image img {
  width: 100%;
  min-height: 120px;
  object-fit: cover;
}

.hightech-cta-strip-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hightech-cta-strip-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 4vw;
}

.hightech-cta-strip-content h2 {
  font-size: 2.083vw;
  margin-bottom: 2vw;
  line-height: 1.25;
  width: 90%;
  color: #fff;
}

.hightech-cta-strip-content a {
  font-size: 1.145vw;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border: 0.15625vw solid #fff;
  padding: 0.5vw 2vw;
  text-transform: uppercase;
}

#equipments-engineered-section {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .hightech-cta-strip-content h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .hightech-cta-strip-content a {
    font-size: 10px;
    border: 1px solid #fff;
    padding: 2px 8px;
  }
}

@media all and (max-width: 767px) {
  .hightech-explore-Industries .slick-slide {
    margin-right: 10px;
  }
  .hightech-explore-Industries .slick-slide h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .hightech-explore-Industries .slick-slide p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hightech-explore-Industries .slick-slide.slick-current a {
    font-size: 10px;
    padding: 5px 12px;
    line-height: 1;
  }
  .hightech-explore-Industries .slick-slide.slick-active img,
  .hightech-explore-Industries .slick-slide.slick-current img {
    animation: none;
  }
  .hightech-explore-Industries .slick-prev,
  .hightech-explore-Industries .slick-next {
    width: 20px;
    bottom: 0;
  }
  .hightech-explore-Industries .slick-prev {
    right: 25px;
    left: auto;
  }
  .hightech-explore-Industries .slick-next {
    right: 0;
  }
}

@keyframes transformScaleMore {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@keyframes transformScaleLess {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* fullwidth-testimonial-withimage */
.fullwidth-testimonial-withimage .slick-slide {
  display: flex;
}
/* 

.fullwidth-testimonial-withimage .slick-track {
  padding: 0;
}

.fullwidth-testimonial-withimage .slick-dots {
  position: absolute;
  bottom: 0.5vw;
  left: 20%;
  list-style: none;
  margin: 0;
}

.fullwidth-testimonial-withimage .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #007bb6;
  display: inline-block;
  margin-right: 2vw;
  border-radius: 50%;
  position: relative;
  opacity: 0.6;
  cursor: pointer;
} */

.fullwidth-testimonial-withimage p {
  font-size: 1.31vw;
  font-weight: 500;
}

/* .fullwidth-testimonial-withimage .slick-dots li.slick-active {
  opacity: 1;
} */

/* .fullwidth-testimonial-withimage .slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #007bb6;
  border-radius: inherit;
  top: -3px;
  left: -3px;
} */

/* .fullwidth-testimonial-withimage .slick-dots li button {
  display: none;
} */

.fullwidth-testimonial-withimage-img {
  display: flex;
  position: relative;
  align-items: flex-start;
  background-color: #f2f3f5 !important;
}

.fullwidth-testimonial-withimage-img img {
  width: 100%;
  max-width: 300px;
}

.fullwidth-testimonial-withimage-content {
  padding: 6vw 4vw 6vw 7vw;
  background-color: #f2f3f5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.full-width-testimonial-content {
  position: relative;
  width: 100%;
  float: left;
}

.full-width-testimonial-content:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2021/06/black-quotes.png)
    no-repeat;
  width: 2.86vw;
  height: 2vw;
  background-size: cover;
  left: -4.5vw;
  top: 0;
  right: auto;
}

.testimonial-withimage-author {
  flex-basis: 100%;
}

.testimonial-withimage-author p {
  padding-top: 2vw;
}

@media all and (max-width: 767px) {
  .fullwidth-testimonial-withimage .slick-slide {
    flex-direction: column;
  }
  .fullwidth-testimonial-withimage .slick-slide p {
    font-size: 12px;
  }
  .fullwidth-testimonial-withimage .slick-dots {
    left: 0;
    padding: 0;
    padding-left: 4vw;
  }
  .fullwidth-testimonial-withimage-img {
    justify-content: center;
    padding: 10px 0;
  }
  .fullwidth-testimonial-withimage-img img {
    width: 100%;
    max-width: 150px;
  }
}


/* play video */

#videoModal_youtube {
  width: 30vw;
}

#videoModal .modal-body,
#videoModalDesignSlider .modal-body,
.videoModalDesginSlider .modal-body {
  padding-bottom: 45%;
  position: relative;
}
.slidervideo .modal-body {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}
.slidervideo .modal-content {
  background: transparent;
  border: 0;
  height: 36vw;
}
#videoModal iframe,
#videoModalDesignSlider iframe,
.videoModalDesginSlider iframe {
  position: absolute;
  top: 0;
  right: 0;
}

/* color for inner pages */

/* Orange */

.orange-active h3, .orange-active div.arrow::before, .orange-active div.arrow::after {
  border-color: #f3793a;
}

.orange-active #inner-page-nav-bar .nav-tabs .nav-link.active::after,
.orange-active #inner-page-nav-bar .nav-tabs .nav-link:hover::after,
.orange-active
  #parentHorizontalTab-quest
  li.resp-tab-item.hor_1.resp-tab-active::after,
.orange-active #parentHorizontalTab-quest li.resp-tab-item.hor_1:hover::after,
.orange-active .orange-btn:after {
  background-color: #f3793a;
  width: 100%;
}
.orange-active .orange-btn:before {
  background-color: #dd5a19;
}

.orange-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.orange-active .centerModeSlider .slick-dots li.slick-active button:before,
.orange-active .key-trends-slider .slick-dots li.slick-active button:before,
.orange-active .slider-with-title .slick-dots li.slick-active button:before,
.orange-active .sliderWithDots .slick-dots li.slick-active button:before {
  background-color: #f3793a;
}

.orange-active .join-us-overlay {
  background-color: rgba(243, 120, 58, 0.9);
}

.orange-active .engineering-chronicle-text h2, #scroll h2::before,
.orange-active .bann-cont-text h3,
.orange-active .key-trends-slider h2 {
  color: #f3793a;
}

.orange-active .banner-text .cta-btn .btn-txt:after,
.orange-active .case-study-direct-download-strip,
.orange-active #latest-jobs #featured-news-sec .section-title h4::after {
  background-color: #f3793a;
}

.orange-active .banner-text .cta-btn .btn-txt::before, .orange-active .timeLineContentDiv {
  background-color: #f3793a;
}
.orange-active .timeline-slider-for .slick-current span, .orange-active .timeLineContentDiv::before{
  background-color: #f3793a;
  border-color: #f3793a;
}
.orange-active h5, .orange-active .readmore-link, .orange-active #scroll h2::before {
  color: #f3793a;
}
.orange-active #scroll h2, .orange-active #latest-jobs #featured-news-sec .section-title h4{
  border-color: #f3793a;
}
.orange-active #know-customer {
  background: url("../images/need-to-know-bg.png") no-repeat #f3793a;
}

.orange-active .insights-category,
.orange-active .dark-blue-band,
.orange-active .fullwidth-testimonial-withimage-img {
  background-color: #f3793a;
}

.orange-active .resources-section-tiles .resources-section-tile a {
  background-color: transparent;
  border-color: #f3793a;
  color: #f3793a;
  border-radius: 0;
  font-weight: 700;
  transition: 0.25s;
  box-shadow: 0 0.5em 0.5em -0.4em #f3793a;
  transform: translateY(-0.25em);
}

.orange-active .page-item.active .page-link,
.orange-active .page-link:hover,
.orange-active .case-study-direct-download-strip,
.orange-active #latest-jobs #featured-news-sec .content-section img.link {
  background-color: #f3793a;
}






.yellow-active h3, .yellow-active div.arrow::before, .yellow-active .orange-btn:after, .yellow-active div.arrow::after {
  border-color: #ffc400;
}
.yellow-active #join-us h2 {
  color: #000;
}
.yellow-active .join-btn {
  border: 1px solid #4c203f;
  background: #4c203f;
}

.yellow-active .rail-industry-slider-wrapper .description-box h4 {
  color: #ffc400;
}
.yellow-active .banner-text h1::after {
  background-color: #ffc400;
}
.yellow-active .banner-text h2::after {
  background-color: #ffc400;
}
.yellow-active #inner-page-nav-bar .nav-tabs .nav-link.active::after,
.yellow-active #inner-page-nav-bar .nav-tabs .nav-link:hover::after,
.yellow-active
  #parentHorizontalTab-quest
  li.resp-tab-item.hor_1.resp-tab-active::after,
.yellow-active #parentHorizontalTab-quest li.resp-tab-item.hor_1:hover::after,
.yellow-active .yellow-btn:after {
  background-color: #4D1343;
  width: 100%;
}
.yellow-active .yellow-btn:before {
  background-color: #d4aa20;
}

.yellow-active .rail-industry-services-img-box h4{
  color: #ffc400;
}

.yellow-active .inner-page-wrapper #banner-section .slick-dots li.slick-active button:before, .yellow-active .centerModeSlider .slick-dots li.slick-active button:before, .yellow-active .key-trends-slider .slick-dots li.slick-active button:before, .yellow-active .slider-with-title .slick-dots li.slick-active button:before, .yellow-active .sliderWithDots .slick-dots li.slick-active button:before{
  background: #ffc400;
    color: #ffc400;
}
.yellow-active #inner-page-nav-bar .nav-tabs .nav-link.active{
  color: #4D1343;
}
.yellow-active .engineering-box:hover {
  background: linear-gradient(to bottom, #ffc400 50%, #ffc400 50%);
}

.yellow-active .sliderWithDots .slick-dots li.slick-active button:before{
  color: #ffc400;
  background: #ffc400;
}
.yellow-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before{
  background-color: #ffc400;
}

.yellow-active .orange-btn:before, .yellow-active .timeLineContentDiv {
  background-color: #ffc400;
}

.yellow-active .join-us-overlay {
  background-color: rgb(255 196 0 / 90%);
}
.yellow-active .timeline-slider-for .slick-current span, .yellow-active .timeLineContentDiv::before{
  background-color: #ffc400;
  border-color: #ffc400;
}

.yellow-active .engineering-chronicle-text h2,
.yellow-active .bann-cont-text h3,
.yellow-active .key-trends-slider h2 {
  color: #ffc400;
}

.yellow-active .banner-text .cta-btn .btn-txt:after,
.yellow-active .case-study-direct-download-strip {
  background-color: #ffc400;
}

.yellow-active .banner-text .cta-btn .btn-txt::before,
.yellow-active #latest-jobs #featured-news-sec .section-title h4::after {
  background-color: #0000;
}

.yellow-active .btn-primary {
  border-color: #ffc400;
  color: #ffc400;
}

.yellow-active h5, .yellow-active .readmore-link, .yellow-active #scroll h2::before {
  color: #ffc400;
}
.yellow-active #scroll h2, .yellow-active #latest-jobs #featured-news-sec .section-title h4{
  border-color: #ffc400;
}

.yellow-active #know-customer {
  background: url("../images/need-to-know-bg.png") no-repeat #ffc400;
}

.yellow-active .orange-btn,
.yellow-active .insights-category,
.yellow-active .dark-blue-band,
.yellow-active .fullwidth-testimonial-withimage-img {
  background-color: #ffc400;
}
.yellow-active .resources-section-tiles .resources-section-tile a {
  background-color: transparent;
  border-color: #ffc400;
  color: #ffc400;
  border-radius: 0;
  font-weight: 700;
  transition: 0.25s;
  box-shadow: 0 0.5em 0.5em -0.4em #ffc400;
  transform: translateY(-0.25em);
}

.yellow-active .page-item.active .page-link,
.yellow-active .page-link:hover,
.yellow-active .case-study-direct-download-strip,
.yellow-active #latest-jobs #featured-news-sec .content-section img.link {
  background-color: #ffc400;
}

.yellow-active .engineering-chronicle-text h2, #scroll h2::before,
.yellow-active .bann-cont-text h3,
.yellow-active .key-trends-slider h2, .yellow-active .new-chronicles-content h2 {
  color: #ffc400;
}

.banner-text .cta-btn .btn-txt:after,
.yellow-active .case-study-direct-download-strip,
.yellow-active #latest-jobs #featured-news-sec .section-title h4::after {
  background-color: #ffc400;
}
.banner-text .cta-btn .btn-txt:after, .yellow-active .banner-text .cta-btn .btn-txt::before{
  background-color: #0000 !important;
}
.banner-text .cta-btn .btn-txt::before, .timeLineContentDiv {
  background-color: #ffc400;
}
.yellow-active .timeline-slider-for .slick-current span, .yellow-active .timeLineContentDiv::before{
  background-color: #ffc400;
  border-color: #ffc400;
}
.yellow-active h5, .yellow-active .readmore-link, .yellow-active #scroll h2::before {
  color: #ffc400;
}
.yellow-active #scroll h2, .yellow-active #latest-jobs #featured-news-sec .section-title h4{
  border-color: #ffc400;
}
.yellow-active #know-customer {
  background: url("../images/need-to-know-bg.png") no-repeat #ffc400;
}

.yellow-active .insights-category,
.yellow-active .dark-blue-band,
.yellow-active .fullwidth-testimonial-withimage-img {
  background-color: #ffc400;
}

.yellow-active .resources-section-tiles .resources-section-tile a {
  background-color: transparent;
  border-color: #ffc400;
  color: #ffc400;
  border-radius: 0;
  font-weight: 700;
  transition: 0.25s;
  box-shadow: 0 0.5em 0.5em -0.4em #ffc400;
  transform: translateY(-0.25em);
}

.yellow-active .page-item.active .page-link,
.yellow-active .page-link:hover,
.yellow-active .case-study-direct-download-strip,
.yellow-active #latest-jobs #featured-news-sec .content-section img.link {
  background-color: #ffc400;
}
.yellow-active .sliderWithDots .slick-dots li.slick-active button:before{
  background: #ffc400;
}

.yellow-active .violet-active .banner-text .cta-btn .btn-txt:after, .yellow-active .violet-active .banner-text .cta-btn .btn-txt:before
{
  background-color: #4d134300;
}
.banner-text .cta-btn .arrow-icon, .banner-text .cta-btn .btn-txt{
  border: none;
}
.yellow-active .grey-bg {
  background-color: #ffc400 !important;
}

.yellow-active #video-banner-text.bann-cont-text h3{
  color:#4D1343 ;
}

.yellow-active.inner-page-wrapper #banner-section .slick-dots li.slick-active button:before, .yellow-active .centerModeSlider .slick-dots li.slick-active, .yellow-active .key-trends-slider .slick-dots li.slick-active, .yellow-active .slider-with-title .slick-dots li.slick-active, .yellow-active .sliderWithDots .slick-dots li.slick-active{
  color:#ffc400 ;
}

.yellow-active #rail-industry-services .slick-initialized .slick-slide:hover {
  box-shadow: 0px -2px 30px -7px rgb(255 196 0 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(255 196 0 / 71%);
  -moz-box-shadow: 0px -2px 30px -7px rgb(255 196 0 / 71%);
}
.yellow-active .orange-btn{
  background: #4c203f;
}
.yellow-active .insights-details .cta-btn {
  border: 0px solid #4c203f;
  border-radius: 50px;
  padding-right: 10px;
  padding: 3px 10px;
  background: #4c203f;
}
.yellow-active #featured-news-sec .section-title h4::after, .yellow-active #events-news .events-box .section-title h4::after {
  background: #ffc400;
}
.yellow-active #featured-news-sec .section-title h4, .yellow-active #events-news .section-title h4 {
  border-bottom: 0.3125vw solid #ffc400;
}
.yellow-active .hightech-explore-Industries .slick-slide a {
  color: #4c203f;
  border: 2px solid #4c203f;
}
.yellow-active #events-news .events-box h4 {
  border-color: #ffc400 !important;
}
.yellow-active #events-news .content-section .hoverBtn img, .yellow-active .wp-pagination .current {
  background-color: #ffc400;
}
.yellow-active #events-news .boxes .hover-readMore svg {
  fill: #ffc400;
}
.yellow-active #events-news .content-section .hoverBtn{
  color: #ffc400 !important;
}
.yellow-active #events-news .section-title h4::after {
  background: #ffc400;
}
.yellow-active .join-us-banner-text p{
  color: #000;
}
/* Violet */

.violet-active #rail-industry-services .slick-initialized .slick-slide:hover {
  box-shadow: 0px -2px 30px -7px rgb(77, 19, 67, 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(77, 19, 67, 71%);
  -moz-box-shadow: 0px -2px 30px -7px rgb(77, 19, 67, 71%);
}
.violet-active #video-banner-text.bann-cont-text h3{
  color:#ffc400 ;
}
.violet-active .engineering-box:hover {
  background-color: #4D1343;
}
.violet-active h3, .violet-active div.arrow::before, .violet-active div.arrow::after {
  border-color: #4D1343;
}
.violet-active .banner-text h1::after {
  background-color: #4D1343;
}
.violet-active .banner-text h2::after {
  background-color: #4D1343;
}

.violet-active h3, .violet-active div.arrow::before, .violet-active div.arrow::after {
  border-color: #4D1343;
}
.violet-active .rail-industry-services-img-box h4, .violet-active .new-chronicles-content h2,
.violet-active .resp-vtabs .resp-tabs-list li.resp-tab-active,
.violet-active .resp-vtabs .resp-tabs-list li:hover, .violet-active .vertical-tab-section ul li::marker, .violet-active .rail-industry-services-img-box h4{
  color: #4D1343;
}
.violet-active #inner-page-nav-bar .nav-tabs .nav-link.active{
  color: #ffc400;
}
.yellow-active .resp-vtabs .resp-tabs-list li.resp-tab-active,
.yellow-active .resp-vtabs .resp-tabs-list li:hover, .yellow-active .vertical-tab-section ul li::marker, .yellow-active .rail-industry-services-img-box h4{
  color: #ffc400;
}
.violet-active #inner-page-nav-bar .nav-tabs .nav-link.active::after,
.violet-active #inner-page-nav-bar .nav-tabs .nav-link:hover::after,
.violet-active
  #parentHorizontalTab-quest
  li.resp-tab-item.hor_1.resp-tab-active::after,
.violet-active #parentHorizontalTab-quest li.resp-tab-item.hor_1:hover::after,
.violet-active .violet-btn:after {
  background-color: #ffc400;
  width: 100%;
}
.yellow-active .new-chronicles-content .engineering-chronicle {
  border-bottom: 5px solid #ffc400;
}
.violet-active .new-chronicles-content .engineering-chronicle {
  border-bottom: 5px solid #4D1343;
}
.violet-active .violet-btn:before,.violet-active .banner-text h1::after {
  background-color: #4D1343;
}
.violet-active .violet-btn:before,.violet-active .banner-text h2::after {
  background-color: #4D1343;
}

.violet-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before{
  background-color: #4d1343;
}


.violet-active .centerModeSlider .slick-dots li.slick-active button:before,
.violet-active .key-trends-slider .slick-dots li.slick-active button:before,
.violet-active .slider-with-title .slick-dots li.slick-active button:before,
.violet-active .sliderWithDots .slick-dots li.slick-active button:before {
  background-color: #4d1343;
}

.violet-active .join-us-overlay {
  background-color: rgba(77, 19, 67, 0.9);
}
.violet-active .banner-text h1::after {
  background-color: #4d1343;
}
.violet-active .banner-text h2::after {
  background-color: #4d1343;
}
.violet-active .engineering-chronicle-text h2, #scroll h2::before,
.violet-active .bann-cont-text h3,
.violet-active .key-trends-slider h2 {
  color: #4D1343;
}

.violet-active .banner-text .cta-btn .btn-txt:after,
.violet-active .case-study-direct-download-strip,
.violet-active #latest-jobs #featured-news-sec .section-title h4::after {
  background-color: #4D1343;
}

.violet-active .banner-text .cta-btn .btn-txt::before, .violet-active .timeLineContentDiv {
  background-color: #4D1343;
}
.violet-active .timeline-slider-for .slick-current span, .violet-active .timeLineContentDiv::before{
  background-color: #4D1343;
  border-color: #4D1343;
}
.violet-active h5, .violet-active .readmore-link, .violet-active #scroll h2::before {
  color: #4D1343;
}
.violet-active #scroll h2, .violet-active #latest-jobs #featured-news-sec .section-title h4{
  border-color: #4D1343;
}
.violet-active #know-customer {
  background: url("../images/need-to-know-bg.png") no-repeat #4D1343;
}

.violet-active .insights-category,
.violet-active .dark-blue-band,
.violet-active .fullwidth-testimonial-withimage-img {
  background-color: #4D1343;
}

.violet-active .resources-section-tiles .resources-section-tile a {
  background-color: transparent;
  border-color: #4D1343;
  color: #4D1343;
  border-radius: 0;
  font-weight: 700;
  transition: 0.25s;
  box-shadow: 0 0.5em 0.5em -0.4em #4D1343;
  transform: translateY(-0.25em);
}

.violet-active .page-item.active .page-link,
.violet-active .page-link:hover,
.violet-active .case-study-direct-download-strip,
.violet-active #latest-jobs #featured-news-sec .content-section img.link {
  background-color: #4D1343;
}


.violet-active .banner-text .cta-btn .btn-txt:before{
  background-color: #FFD100;
}


/* Blue */

.blue-active h3, .blue-active div.arrow::before, .blue-active div.arrow::after  {
  border-color: #0093b3;
}

.blue-active #inner-page-nav-bar .nav-tabs .nav-link.active::after,
.blue-active #inner-page-nav-bar .nav-tabs .nav-link:active::after,
.blue-active #inner-page-nav-bar .nav-tabs .nav-link:hover::after,
.blue-active
  #parentHorizontalTab-quest
  li.resp-tab-item.hor_1.resp-tab-active::after,
.blue-active #parentHorizontalTab-quest li.resp-tab-item.hor_1:hover::after,
.blue-active .orange-btn:after {
  background-color: #0093b3;
  width: 100%;
}

.blue-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.blue-active .centerModeSlider .slick-dots li.slick-active button:before,
.blue-active .key-trends-slider .slick-dots li.slick-active button:before,
.blue-active .slider-with-title .slick-dots li.slick-active button:before,
.blue-active .sliderWithDots .slick-dots li.slick-active button:before {
  background-color: #0093b3;
}

.blue-active .orange-btn:before, .blue-active .timeLineContentDiv {
  background-color: #02abd1;
}

.blue-active .join-us-overlay {
  background-color: rgba(0, 147, 179, 0.9);
}
.blue-active .timeline-slider-for .slick-current span, .blue-active .timeLineContentDiv::before{
  background-color: #02abd1;
  border-color: #02abd1;
}

.blue-active .engineering-chronicle-text h2,
.blue-active .bann-cont-text h3,
.blue-active .key-trends-slider h2 {
  color: #0093b3;
}

.blue-active .banner-text .cta-btn .btn-txt:after,
.blue-active .case-study-direct-download-strip {
  background-color: #0093b3;
}

.blue-active .banner-text .cta-btn .btn-txt::before,
.blue-active #latest-jobs #featured-news-sec .section-title h4::after {
  background-color: #0f6c81;
}

.blue-active .btn-primary {
  border-color: #0093b3;
  color: #0093b3;
}

.blue-active h5, .blue-active .readmore-link, .blue-active #scroll h2::before {
  color: #0093b3;
}
.blue-active #scroll h2, .blue-active #latest-jobs #featured-news-sec .section-title h4{
  border-color: #0093b3;
}

.blue-active #know-customer {
  background: url("../images/need-to-know-bg.png") no-repeat #0093b3;
}

.blue-active .orange-btn,
.blue-active .insights-category,
.blue-active .dark-blue-band,
.blue-active .fullwidth-testimonial-withimage-img {
  background-color: #0093b3;
}
.blue-active .resources-section-tiles .resources-section-tile a {
  background-color: transparent;
  border-color: #0093b3;
  color: #0093b3;
  border-radius: 0;
  font-weight: 700;
  transition: 0.25s;
  box-shadow: 0 0.5em 0.5em -0.4em #0093b3;
  transform: translateY(-0.25em);
}

.blue-active .page-item.active .page-link,
.blue-active .page-link:hover,
.blue-active .case-study-direct-download-strip,
.blue-active #latest-jobs #featured-news-sec .content-section img.link {
  background-color: #0093b3;
}

/* Green */

.green-active h3, .green-active div.arrow::before, .green-active div.arrow::after,
.green-active #latest-jobs #featured-news-sec .section-title h4::after {
  border-color: #6bbd46;
}

.green-active #inner-page-nav-bar .nav-tabs .nav-link.active,
.green-active #inner-page-nav-bar .nav-tabs .nav-link:active,
.green-active #inner-page-nav-bar .nav-tabs .nav-link:hover,
.green-active #latest-jobs #featured-news-sec .section-title h4 {
  border-color: #6bbd46;
}

.green-active .join-us-overlay {
  background-color: rgba(107, 189, 70, 0.9);
}

.green-active .engineering-chronicle-text h2,
.green-active .bann-cont-text h3,
.green-active .key-trends-slider h2 {
  color: #6bbd46;
}
.green-active .timeline-slider-for .slick-current span, .green-active .timeLineContentDiv::before{
  background-color: #6bbd46;
  border-color: #6bbd46;
}
.green-active .banner-text .cta-btn .btn-txt:after,
.green-active #latest-jobs #featured-news-sec .section-title h4::after {
  background-color: #6bbd46;
}

.green-active .banner-text .cta-btn .btn-txt::before,
.green-active .timeLineContentDiv {
  background-color: #3f8a1d;
}

.green-active .page-item.active .page-link,
.green-active .page-link:hover,
.green-active .case-study-direct-download-strip {
  background-color: #6bbd46;
}

.green-active h5, .green-active .readmore-link, .green-active #scroll h2::before {
  color: #6bbd46;
}

.green-active #scroll h2 {
  color: #6bbd46;
  border-color: #6bbd46;
}

.green-active .resources-section-tiles .resources-section-tile a {
  background-color: transparent;
  border-color: #6bbd46;
  color: #6bbd46;
  border-radius: 0;
  font-weight: 700;
  transition: 0.25s;
  box-shadow: 0 0.5em 0.5em -0.4em #6bbd46;
  transform: translateY(-0.25em);
}

.green-active #know-customer {
  background: url("../images/need-to-know-bg.png") no-repeat #6bbd46;
}

.green-active .orange-btn,
.green-active .insights-category,
.green-active .dark-blue-band,
.green-active .fullwidth-testimonial-withimage-img {
  background-color: #6bbd46;
}

.green-active #inner-page-nav-bar .nav-tabs .nav-link.active::after,
.green-active #inner-page-nav-bar .nav-tabs .nav-link:active::after,
.green-active #inner-page-nav-bar .nav-tabs .nav-link:hover::after,
.green-active
  #parentHorizontalTab-quest
  li.resp-tab-item.hor_1.resp-tab-active::after,
.green-active #parentHorizontalTab-quest li.resp-tab-item.hor_1:hover::after,
.green-active .orange-btn:after {
  background-color: #6bbd46;
  width: 100%;
}
.green-active .orange-btn:before {
  background-color: #53ac29;
}
.green-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.green-active .centerModeSlider .slick-dots li.slick-active button:before,
.green-active .key-trends-slider .slick-dots li.slick-active button:before,
.green-active .slider-with-title .slick-dots li.slick-active button:before,
.green-active .sliderWithDots .slick-dots li.slick-active button:before,
.green-active #latest-jobs #featured-news-sec .content-section img.link {
  background-color: #6bbd46;
}

.red-active div.arrow::before, .red-active div.arrow::after {
  border-color: #b64e4e;
}
/* Pink #E52A72 */

.pink-active h3, .pink-active div.arrow::before, .pink-active div.arrow::after,
.pink-active #latest-jobs #featured-news-sec .section-title h4::after, .pink-active #latest-jobs #featured-news-sec .section-title h4 {
  border-color: #e52a72;
}
.pink-active .timeline-slider-for .slick-current span, .pink-active .timeLineContentDiv::before{
  background-color: #e52a72;
  border-color: #e52a72;
}
.pink-active #inner-page-nav-bar .nav-tabs .nav-link.active,
.pink-active #inner-page-nav-bar .nav-tabs .nav-link:active,
.pink-active #inner-page-nav-bar .nav-tabs .nav-link:hover {
  border-color: #e52a72;
}

.pink-active .join-us-overlay {
  background-color: rgba(229, 42, 114, 0.9);
}

.pink-active .engineering-chronicle-text h2,
.pink-active .bann-cont-text h3,
.pink-active .key-trends-slider h2 {
  color: #e52a72;
}

.pink-active .banner-text .cta-btn .btn-txt:after {
  background-color: #e52a72;
}

.pink-active .banner-text .cta-btn .btn-txt::before,
.pink-active .timeLineContentDiv  {
  background-color: #aa1e54;
}

.pink-active .page-item.active .page-link,
.pink-active .page-link:hover,
.pink-active .case-study-direct-download-strip {
  background-color: #e52a72;
}

.pink-active h5, .pink-active .readmore-link, .pink-active #scroll h2::before  {
  color: #e52a72;
}
.pink-active #scroll h2{
  border-color: #e52a72;
}

.pink-active .resources-section-tiles .resources-section-tile a {
  background-color: transparent;
  border-color: #e52a72;
  color: #e52a72;
  border-radius: 0;
  transition: 0.25s;
  box-shadow: 0 0.5em 0.5em -0.4em #e52a72;
  transform: translateY(-0.25em);
}

.pink-active #know-customer {
  background: url("../images/need-to-know-bg.png") no-repeat #e52a72;
}

.pink-active .orange-btn,
.pink-active .insights-category,
.pink-active .dark-blue-band,
.pink-active .fullwidth-testimonial-withimage-img {
  background-color: #e52a72;
}

.resources-section-tiles .resources-section-tile a:hover {
  box-shadow: none;
  transform: none;
}

.pink-active #inner-page-nav-bar .nav-tabs .nav-link.active::after,
.pink-active #inner-page-nav-bar .nav-tabs .nav-link:active::after,
.pink-active #inner-page-nav-bar .nav-tabs .nav-link:hover::after,
.pink-active
  #parentHorizontalTab-quest
  li.resp-tab-item.hor_1.resp-tab-active::after,
.pink-active #parentHorizontalTab-quest li.resp-tab-item.hor_1:hover::after,
.pink-active .orange-btn:after {
  background-color: #e52a72;
  width: 100%;
}
.pink-active .orange-btn:before,
.pink-active #latest-jobs #featured-news-sec .section-title h4::after,
.pink-active #latest-jobs #featured-news-sec .content-section img.link {
  background-color: #ce0e58;
}

/* Red #B64E4E */

.red-active h3, .red-active #latest-jobs #featured-news-sec .section-title h4 {
  border-color: #b64e4e;
}

.red-active h5, .red-active .bann-cont-text h3,
.red-active .key-trends-slider h2 {
  color: #b64e4e;
}
.red-active .timeline-slider-for .slick-current span, .red-active .timeLineContentDiv::before{
  background-color: #b64e4e;
  border-color: #b64e4e;
}

.red-active h5,
.leadership-sec h5 {
  font-size: 1.8229vw;
  line-height: 1.428;
  margin-bottom: 1.0416vw;
}
.red-active .resources-section-tiles .resources-section-tile a {
  background-color: transparent;
  border-color: #b64e4e;
  color: #b64e4e;
  border-radius: 0;
  transition: 0.25s;
  box-shadow: 0 0.5em 0.5em -0.4em #b64e4e;
  transform: translateY(-0.25em);
}

.red-active .page-item.active .page-link,
.red-active .page-link:hover,
.red-active .case-study-direct-download-strip,
.red-active #latest-jobs #featured-news-sec .section-title h4::after,
.red-active #latest-jobs #featured-news-sec .content-section img.link,
.red-active .timeLineContentDiv {
  background-color: #b64e4e;
}
.red-active .join-us-overlay {
  background-color: rgba(182, 78, 78, 0.9);
}
.red-active #inner-page-nav-bar .nav-tabs .nav-link.active::after,
.red-active #inner-page-nav-bar .nav-tabs .nav-link:active::after,
.red-active #inner-page-nav-bar .nav-tabs .nav-link:hover::after {
  background-color: #b64e4e;
  width: 100%;
}

.red-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.red-active .centerModeSlider .slick-dots li.slick-active button:before,
.red-active .key-trends-slider .slick-dots li.slick-active button:before,
.red-active .slider-with-title .slick-dots li.slick-active button:before,
.red-active .sliderWithDots .slick-dots li.slick-active button:before {
  background-color: #b64e4e;
}

.red-active .insights-category,
.red-active .fullwidth-testimonial-withimage-img {
  background-color: #e52a72;
}

/* leadership page css */

.blue-bg {
  background-color: #0093b3 !important;
}

.fullwidth-img {
  margin-bottom: 3.125vw;
}

#inner-page-nav-bar.blue-bg .nav-tabs .nav-link {
  color: #fff;
  opacity: 35%;
}

#inner-page-nav-bar.blue-bg .nav-tabs .nav-link.active {
  opacity: 1;
  border-color: #fff;
}

.leadership-boxes.green-boxes {
  background-color: #6bbd46;
}

.leadership-section-wrapper .col-md-2 a {
  text-decoration: none;
}

/* #board-of-directors-section h3 {
  border-color: #6bbd46;
} */

.leadership-boxes {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  transition: all 0.45s ease-in-out;
}

.leadership-boxes:hover {
  transform: scale(1.01);
}

.leadership-boxes h6 {
  font-size: 1.145vw;
  color: #fff;
  margin: 0;
}

.leadership-boxes p {
  font-size: 0.78125vw;
  color: #fff;
}

.leader-detail {
  padding: 17px 17px 0;
  align-self: flex-start;
}

.leader-img {
  background: url(../../assets/images/leadership/bg-grad.png) no-repeat;
  background-size: 90%;
  width: 100%;
  background-position: center;
  filter: grayscale(1);
  transition: all 0.45s ease-in-out;
}
.leadership-boxes:hover .leader-img {
  filter: none;
}
.quest-logo {
  position: absolute;
  right: 0;
  top: 16px;
  right: 15px;
  width: 1.354vw;
  max-width: 236px;
}
#board-of-directors-section .quest-logo{
  display: none;
}

.leadership-sec .col-md-2 {
  width: 20%;
  padding: 6px;
}

.leadership-boxes .leader-arrow svg:hover {
  transform: scale(1.15);
}

.leader-arrow svg {
  width: 27px;
  transition: all 0.45s ease-in-out;
}

.leader-arrow {
  position: absolute;
  bottom: 18px;
  right: 25px;
}

.gray-grad-box {
  background: rgb(250, 250, 251);
  background: linear-gradient(
    137deg,
    rgba(250, 250, 251, 1) 0%,
    rgba(236, 238, 240, 1) 35%,
    rgba(211, 215, 220, 1) 100%
  );
}

.red-box {
  background-color: #b64e4e;
}

.pink-active .red-box.two-col-box {
  background-color: #e52a72;
}

.green-active .red-box.two-col-box {
  background-color: #6bbd46;
}

.blue-active .red-box.two-col-box {
  background-color: #0093b3;
}

.orange-active .red-box.two-col-box {
  background-color: #c05f2f;
}

.red-active #inner-page-nav-bar .nav-tabs .nav-link.active,
.red-active #inner-page-nav-bar .nav-tabs .nav-link:active,
.red-active #inner-page-nav-bar .nav-tabs .nav-link:hover {
  border-color: #b64e4e;
}

.red-box h5,
.red-box p,
.red-box li {
  color: #fff;
}

.two-col-wrapper .col-md-6 {
  margin: 12px 0;
}

.two-col-box {
  padding: 2.8125vw;
  height: 100%;
}

.two-col-wrapper .col-md-6:nth-child(even) .two-col-box {
  background: linear-gradient(
    137deg,
    rgba(250, 250, 251, 1) 0%,
    rgba(236, 238, 240, 1) 35%,
    rgba(211, 215, 220, 1) 100%
  );
}

.two-col-wrapper .col-md-6 h5 {
  font-size: 1.8229vw;
  line-height: 1.428;
  margin-bottom: 1.0416vw;
}

.two-col-wrapper .col-md-6:nth-child(even) h5 {
  color: #b64e4e;
}

.pink-active .two-col-wrapper .col-md-6:nth-child(even) h5 {
  color: #e52a72;
}

.blue-active .two-col-wrapper .col-md-6:nth-child(even) h5 {
  color: #0093b3;
}

.green-active .two-col-wrapper .col-md-6:nth-child(even) h5 {
  color: #6bbd46;
}

.orange-active .two-col-wrapper .col-md-6:nth-child(even) h5 {
  color: #c05f2f;
}

.two-col-wrapper .col-md-6:nth-child(even) p {
  color: #000;
}

/* leadership innerpage */

.leadership-inner-banner p {
  font-size: 1.8229vw;
}

.leadership-inner-banner .leader-social-media {
  margin-top: 1.145vw;
}

/* .leadership-inner-banner {
  margin-bottom: 2.86vw;
} */

.inner-leadership-sec p {
  margin-bottom: 1.45vw;
}

.w92 {
  width: 92%;
  margin: 0 auto;
}

.leader-banner-img {
  position: absolute;
  right: 4.16vw;
  bottom: 0;
}

.leader-banner-img img {
  width: 25.624vw;
  max-width: 492px;
}
div#condense-design-cycle{
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .red-active h5,
  .leadership-boxes h6 {
    font-size: 15px;
  }
  .leadership-sec .col-md-2 {
    width: 50%;
  }
  .leadership-boxes p,
  .inner-leadership-sec p {
    font-size: 12px;
  }
  .inner-page-wrapper .leadership-inner-banner h1 {
    font-size: 20px;
  }
  .inner-page-wrapper .leadership-inner-banner p {
    font-size: 14px;
  }
  .inner-page-wrapper .leadership-inner-banner .banner-text {
    text-align: left;
    padding-left: 5%;
  }
  .leader-social-media img {
    width: 18px;
  }
}

/* Red #15495F */

.midnight-blue {
  background-color: #15495f !important;
}

.midnight-blue-active h3 {
  border-color: #15495f;
}

/* dark-pink ##B34270 */

.dark-pink {
  background-color: #b34270 !important;
}

#inner-page-nav-bar.midnight-blue .nav-tabs .nav-link {
  color: #fff;
}

/* Corporate page */

.smallTitle p {
  font-size: 1.5625vw;
  font-style: italic;
  font-weight: 400;
  color: #15495f;
}

.catTitle h3 {
  color: #15495f;
  font-size: 1.45vw;
  line-height: 1.5;
  margin-bottom: 1.0416vw;
}

.corporate-page-two-col .overview-box {
  padding: 2.86vw 3.3854vw 3.125vw;
  /*   border-right: 1px solid rgba(112, 122, 112, 0.4); */
  height: 100%;
  box-shadow: 4px 9px 20px -20px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 4px 9px 20px -20px rgb(0 0 0 / 75%);
}

.corporate-page-two-col .col-6 {
  margin-bottom: calc(var(--bs-gutter-x));
}

.corporate-page-two-col .overview-box:nth-child(even) {
  border: 0;
}

.corporate-page-two-col {
  display: flex;
  margin-top: 3vw;
}

.overview-box {
  flex-basis: 50%;
}

#core-values .leader-img {
  width: 28.33vw;
  max-width: 544px;
}

.dark-pink h2 {
  position: relative;
}

.content {
  padding: 5.729vw 0 0 3.3854vw;
}

.dark-pink h2::before {
  position: absolute;
  content: "";
  background: url(../images/corporate/quotes.png) no-repeat;
  width: 10.79vw;
  height: 100%;
  background-size: 10.79vw;
  left: -6%;
  top: -17%;
}

.watch-video-btn {
  margin: 0 0 3.229vw 3.3854vw;
  font-weight: 700;
  font-size: 0.9375vw;
  text-decoration: none;
  padding: 0.4vw 1.2vw;
  border: 2px solid #fff !important;
}

.watch-video-btn .arrow-icon img {
  width: 1.0416vw;
  margin-right: 1.0416vw;
  transition: all 0.3s ease-in-out;
}

.watch-video-btn {
  margin-top: 20px;
}

#core-values h5 {
  color: #15495f;
  font-size: 1.5625vw;
  white-space: nowrap;
}

#core-values .horizontal-bar {
  order: 1;
  margin-left: 20px;
}

#core-values .horizontal-bar hr {
  color: #15495f;
  opacity: 1;
  height: 2px;
}

#core-values .values-text {
  padding-left: 3.4375vw;
}

#core-values .values-text > div {
  margin-bottom: 3.385vw;
}

#core-values .values-text > div:last-child {
  margin: 0;
}

#corporate-tab-section {
  background: url(../images/corporate/Mask\ Group\ 47.jpg) no-repeat;
  background-size: cover;
  padding: 5.5vw 0 7vw;
  background-position: center;
}

#corporate-tab-section li.nav-item {
  border: 0;
  padding: 0;
  width: auto;
  margin-right: 3.125vw;
  margin-bottom: 1vw;
}

#corporate-tab-section li.nav-item button {
  color: #15495f;
  font-weight: 300;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  font-size: 1.5625vw;
}

#corporate-tab-section li.nav-item button.active {
  font-weight: 700;
  border-bottom: 2px solid #15495f;
}

.watch-video-btn:hover span img {
  transform: translateX(25%);
}

.awards-wrapper {
  flex-wrap: wrap;
}

.awards-box p {
  /*   font-size: 1.45vw; */
  margin-top: 2vw;
}

.awards-box {
  flex-basis: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
}

.awards-box img {
  max-width: 100%;
}

.awards-box:nth-child(4n) {
  margin-right: 0;
}

.award-logo {
  min-height: 200px;
}

.blue-btn .btn-txt {
  color: #00359a;
  border: 2px solid #00359a;
  font-size: 0.85vw;
}

.awards-view-all .horizontal-bar {
  margin-right: 1.5104vw;
  width: 90% !important;
}

.centermodeSliderItem {
  border: 1px solid #ddd;
  border-radius: 4px;
  /*   margin: 0 1vw;*/
  padding: 2vw;
  font-size: 1.25vw;
  transition: all 0.45s ease-in-out;
  position: relative;
  height: 100%;
}

.centerModeSlider .slick-track {
  display: flex;
  /* 	gap: 2vw; */
}
.centerModeSlider .slick-slide {
  height: inherit !important;
  margin: 1px 1vw;
}
.centerModeSlider .slick-list {
  width: 90%;
  margin: 0 auto;
}

.centermodeSliderItem::after {
  content: "";
  background: url(../images/corporate/quotes-red.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -5px;
  width: 8vw;
  height: 6vw;
}

.centermodeSliderItem .author {
  color: #b64e4e;
  margin-top: 15px;
}

/* .centermodeSliderItem.slick-center {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
} */

/* .centerModeSlider .slick-list.draggable {
  margin: 0 5vw !important;
} */

.centerModeSlider .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.02vw;
  cursor: pointer;
  height: auto;
}

.centerModeSlider .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.02vw;
  cursor: pointer;
  height: auto;
}

.centerModeSlider .slick-dots {
  display: flex;
  justify-content: center;
  /*   margin-top: 2vw; */
  bottom: -50px;
}
#centerModeSlider-section {
  padding-bottom: 30px;
}

.centerModeSlider .slick-dots li {
  flex-basis: 3%;
  cursor: pointer;
  opacity: 0.5;
}

.centerModeSlider .slick-dots li::marker {
  color: #7a7a7a;
}

.centerModeSlider .slick-dots li.slick-active {
  opacity: 1;
}

.centerModeSlider .slick-arrow:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  transition: box-shadow 0.25s ease-in-out;
}

.hightech-explore-Industries .slick-slide.slick-center img {
  filter: drop-shadow(0 22px 20px #707070);
  -webkit-filter: drop-shadow(0 22px 20px #707070);
  -moz-filter: drop-shadow(0 22px 20px #707070);
}

@media (max-width: 1366px) {
  .awards-box img {
    width: 75%;
  }
  .award-logo {
    min-height: 135px;
  }
}

@media (max-width: 767px) {
  .corporate-page-two-col {
    display: block;
  }
  .corporate-page-two-col .overview-box {
    border: none;
  }
  #corporate-tab-section {
    background: none;
    background-color: rgba(90, 107, 123, 0.08);
  }
  #corporate-tab-section .tab-content.col-6 {
    width: 100%;
  }
  #corporate-tab-section li.nav-item,
  .awards-box p,
  .catTitle h3,
  #core-values h5,
  .centermodeSliderItem {
    font-size: 12px;
  }
  .smallTitle p {
    font-size: 16px !important;
  }
  #corporate-tab-section .nav-tabs {
    margin-bottom: 20px;
  }
  .awards-box {
    flex-basis: 46%;
  }
  .award-logo {
    min-height: 85px;
  }
  .dark-pink {
    margin-bottom: 30px;
  }
  .centerModeSlider .slick-prev,
  .centerModeSlider .slick-next {
    width: 20px;
  }
  .centermodeSliderItem {
    margin: 20px;
    padding: 20px;
  }
  .centermodeSliderItem::after {
    top: 0px;
    width: 50px;
    height: 45px;
  }
  .talk-to-us-form form {
    display: block;
  }
  .awards-view-all .horizontal-bar {
    width: 68% !important;
  }
  .corporate-page-two-col .col-6 {
    width: 100%;
  }
  .hightech-explore-Industries .slick-slide.slick-center img {
    filter: drop-shadow(0 9px 6px #707070);
    -webkit-filter: drop-shadow(0 9px 6px #707070);
    -moz-filter: drop-shadow(0 9px 6px #707070);
  }
  .hightech-explore-Industries .slick-center h5 {
    font-size: 20px !important;
  }
  .hightech-explore-Industries .slick-prev {
    left: -10px !important;
    width: 20px !important;
  }
  .hightech-explore-Industries .slick-next {
    right: -10px !important;
    width: 20px !important;
  }
  .watch-video-btn .btn-txt {
    font-size: 12px !important;
    width: auto;
    height: auto;
    padding: 5px 12px;
  }
  .watch-video-btn .arrow-icon {
    width: auto;
    height: auto;
    padding: 3px 5px;
  }
  .watch-video-btn .arrow-icon img {
    width: 8px !important;
  }
  .watch-video-btn {
    align-items: center;
    display: flex;
    margin-top: 20px;
  }
  #corporate-tab-section li.nav-item button {
    font-size: 10px;
  }
  .centerModeSlider .slick-list {
    padding: 0 0 20px;
  }
}

/* home page animation section css */

.beautifier .tooltip-inner {
  background-color: #e0dfe1;
  color: #15495f;
  font-weight: 800;
  border-radius: 0;
  font-size: 0.9375vw;
}

.beautifier .tooltip {
  font-weight: 800;
  font-size: 0.9375vw;
}

.beautifier .tooltip-arrow {
  display: none;
}

.tooltip-sec img {
  max-width: 5vw;
}

@media (max-width: 767px) {
  .tooltip-sec {
    display: none;
  }
}

.leadership-section-wrapper:nth-child(even) .leadership-boxes {
  background-color: #6bbd46;
}

.leadership-section-wrapper:nth-child(odd) .leadership-boxes {
  background-color: #0093b3;
}

/* home vertical slider css */

.verticalSlider {
  width: 27.03125vw;
  background-repeat: no-repeat;
  background: url(/wp-content/uploads/2021/05/homeVerticalsliderBg.png);
  background-size: cover;
  height: 24.47vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
}

.verticalSlider h4 {
  font-size: 4vw;
  color: #007bb6;
  margin: 0;
  text-align: center;
  font-weight: 800;
  width: 100% !important;
}

.verticalSlider p {
  color: #000000;
  font-size: 1.8229vw !important;
  margin: 0;
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
}

.verticalSlider .slick-list.draggable {
  padding: 0 !important;
}

.engineering-boxes-wrapper .engineering-box a {
  font-size: 1.145vw;
  color: #000 !important;
  text-decoration: none;
  font-weight: 700;
  margin-top: 1.8vw;
  position: relative;
  border: 0.15625vw solid #000;
  padding: 0vw 1.05vw;
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .verticalSlider {
    width: 220px;
    height: 210px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 20px auto 0;
  }
  .verticalSlider h4 {
    font-size: 30px !important;
  }
  .verticalSlider p {
    font-size: 18px !important;
  }
  .engineering-boxes-wrapper .engineering-box a,
  .grey-box-wrap ul,
  .description-box ul {
    font-size: 12px;
  }
  .blue-active .orange-btn {
    font-size: 8px;
  }
}

.blue-active .orange-btn {
  background-color: transparent;
  font-size: 0.677vw;
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 0.67vw 3.125vw 0.67vw 1.125vw;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1vw;
  position: relative;
}

.blue-active .orange-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0f6c81;
  transition: all 0.3s;
  z-index: -1;
}

.blue-active .orange-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0093b3;
  z-index: -2;
}

.blue-active .orange-btn:hover:before {
  width: 100%;
}

.green-active .orange-btn:after {
  background-color: #6bbd46;
}
.green-active .orange-btn:before {
  background-color: #528f36;
}
.pink-active .orange-btn:after {
  background-color: #e52a72;
}
.pink-active .orange-btn:before {
  background-color: #b6285f;
}
.red-active .orange-btn:after {
  background-color: #b64e4e;
}
.red-active .orange-btn:before {
  background-color: #934141;
}

/* corporate page timeline section css */

.timeline-slider .sliderDesc p {
  width: 73%;
  text-align: center;
  margin: 0 auto;
}

.timeline-slider-for {
  height: 11vw;
  overflow: hidden;
  padding-left: 0.35vw;
  padding-right: 0vw;
}

.timeline-slider-for .slick-arrow {
  display: none !important;
}

.timeline-slider-for .slick-slide span {
  background-color: #fff;
  border: 2px solid #5f5f5f;
  width: 1.5vw;
  height: 1.5vw;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  transition-delay: 0s;
  width: 8vw;
  height: 8vw;
  transform: scale(0.25);
}

.timeline-slider-for .slick-slide.onePrevElem span,
.timeline-slider-for .slick-slide.oneNextElem span {
  width: 5vw;
  height: 5vw;
  font-size: 2vw;
  font-weight: 600;
  width: 8vw;
  height: 8vw;
  /* transition: all 0.5s ease-in-out; */
  transform: scale(0.5);
}

.timeline-slider-for .slick-track {
  align-items: center;
  display: flex;
  padding: 0;
  height: 11vw;
}

.timeline-slider-for .slick-slide {
  display: flex;
  align-items: center;
}
.timeline-slider-for .sliderDesc img {
  margin: 1vw auto 0;
}
.sliderDesc img {
  margin: 1vw 0;
}
.timeline-slider .sliderDesc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 73%;
  margin: 0 auto;
}

/* the parent */

.timeline-slider-for .slick-list {
  margin: 0 -3.3vw;
}

.timelineSliderWrapper {
  overflow: hidden;
}

.timeline-slider-for .slick-current {
  /* width: 12% !important; */
}

.timeline-slider-for .slick-current span {
  background-color: #0093b3;
  border: 2px solid #0093b3;
  color: #fff;
  width: 8vw;
  height: 8vw;
  font-weight: 600;
  font-size: 2vw;
  transform: scale(1);
  transition: all 0.35s ease-in-out;
}

.year:before {
  content: "";
  border-bottom: 2px solid #5f5f5f;
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: -1;
}

@media (max-width: 1400px) {
  .key-trends-slider .col-5 img {
    width: 92%;
    margin-right: 0;
    margin-left: auto;
  }
}

/* dropdown menu  */

.dropdown-submenu.show {
  display: block !important;
}

#nav_mobile .dropdown-menu a:hover,
#nav_mobile .dropdown-menu a.active {
  color: #fff;
  background: transparent;
}

.dropdown-menu .dropdown-submenu-wrap > .dropdown-item {
  position: relative;
}

.dropdown-menu .dropdown-submenu-wrap > .dropdown-item::after {
  font-weight: 600;
  content: "";
  border-width: 0px 2.5px 2.5px 0px;
  border-color: inherit;
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  position: absolute;
  right: 20px;
  top: 42%;
  transform: translateY(-50%) rotate(45deg);
}

/* solution pages css */

.dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.85;
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(0, 0, 0, 0) 35%,
    rgba(0, 0, 0, 1) 100%
  );
}

.solution-box-title {
  color: #fff;
  font-size: 1.5625vw;
  position: absolute;
  bottom: 8%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  align-items: flex-end;
  font-weight: 800;
}

.sloution-box > img {
  width: 100%;
}

.sloution-box .arrow-icon {
  border: 1px solid #fff;
  height: auto;
  padding: 0.75vw;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.sloution-box .arrow-icon img {
  transition: all 0.3s ease-in-out;
}

.sloution-box .arrow-icon:hover img {
  margin-right: -50%;
}

#solution-boxes-section .col-4,
#solution-list-section .col-6 {
  margin: calc(var(--bs-gutter-x) / 2) 0;
}

.solution-box-title p {
  max-width: 84%;
}

.sloution-box-wrap {
  padding: 1.71875vw;
  background-color: #fff;
  -webkit-box-shadow: 4px 9px 20px -20px rgb(0 0 0 / 75%);
  height: 100%;
  position: relative;
  padding-bottom: 4vw;
}

.sloution-box-wrap img {
  margin-bottom: 1.45vw;
  width: 100%;
}

.solution-box-details .cta-btn {
  font-size: 0.9895vw;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  border: 2px solid #000;
  padding: 0.3vw 0.8vw;
  position: absolute;
  bottom: 1.65vw;
}

.solution-box-details p {
  font-size: 1.0416vw;
  max-height: 6vw;
  overflow: hidden;
  margin-bottom: 1.25vw;
}

/* .solution-inner-banner .banner-text{
  width: 52vw;
} */

.solution-page-inner-wrapper {
  padding: 2.6vw 3.38vw 4.27vw 3.38vw;
}

.solution-left-content-sec {
  width: 90%;
}

.solution-left-content-sec p {
  margin-bottom: 1.45vw;
}

/* contact us css */

.get-in-touch-tab li.nav-item,
.find-an-office-tab li.nav-item {
  border: 0;
  width: auto;
  padding-left: 1.04vw;
}

.get-in-touch-tab li.nav-item:first-child,
.find-an-office-tab li.nav-item:first-child {
  padding-left: 0;
}
#contactUsHorizontalTab ul li {
  margin-right: 1.04vw;
}
#contactUsHorizontalTab {
  padding: 30px;
  padding-left: 60px;
}

#contactUsHorizontalTab ul li {
  border: 0px solid #707070;
  border-radius: 4px;
  opacity: 0.65;
  font-weight: 500;
  font-size: 1.25vw;
  padding: 5px 0;
  background-color: #f1f1f1 !important;
}

#contactUsHorizontalTab .resp-tab-item.resp-tab-active {
  background: #fff !important;
  color: #000;
  border-color: #0093b3;
  opacity: 1;
}

#contactUsHorizontalTab .resp-tabs-container {
  background-color: #f1f1f1;
  padding-top: 1.5vw;
}
#contactUsHorizontalTab .col-4 img {
  max-width: 20vw;
  width: 100%;
}
.country-select-dropdown {
  border-radius: 30px;
  /* border: 1px solid #707070 !important; */
  outline: 0;
  background: url(https://www.quest-global.com/wp-content/uploads/2022/06/small-down-arrow.png);
  background-size: 1.2vw;
  -webkit-appearance: none;
  box-shadow: none !important;
  margin-bottom: 2.604vw;
  background-repeat: no-repeat;
  padding: 0.35vw 3.25vw 0.35vw 2vw;
  background-position: 90% center;
  background-size: 20px;
}

.hide {
  display: none;
}

.find-an-office-tab .nav-item {
  height: auto;
  padding: 0;
}

#officeLocationTab ul li {
  background-color: transparent !important;
  color: #000 !important;
  font-weight: 700;
  transition: all 0.5s;
  opacity: 0.5;
  border-bottom: 2px solid transparent;
  margin-right: 3vw;
}

#officeLocationTab ul li.resp-tab-active {
  border-bottom: 3px solid #0093b3;
  border-radius: 0;
  opacity: 1;
}

#officeLocationTab ul {
  border-bottom: 3px solid rgba(90, 107, 123, 0.08);
  display: inline-block;
  width: 100%;
  margin-bottom: 2vw;
}

.location-box {
  border: 1px solid #707070;
  color: #6a6a6a;
  font-weight: 500;
  padding: 1.25vw;
  gap: 3vw;
  font-size: 1.1979vw;
}
.location-box p {
  color: #6a6a6a;
  font-weight: 500;
  font-size: 1.1979vw;
  margin-bottom: 4.166vw;
}

.location-box h5 {
  font-weight: 700;
  font-size: 1.1979vw;
}

.location-contact-details {
  color: #0093b3;
}

.location-box.active {
  background-color: #0093b3;
  color: #fff;
}

.orange-active .location-box.active {
  background-color: #f3793a;
}

.orange-active .location-contact-details {
  color: #f3793a;
}

.location-box.active h5,
.location-box.active p,
.location-box.active .location-contact-details {
  color: #fff;
}

.location-boxes-wrapper .col-6 {
  margin: 2.33%;
  width: 45.33%;
}
.mapDiv {
  height: 100%;
}
/* search popup css */

.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.searchOverlay {
  height: 100%;
  width: 100%;
  transform: translateY(-100%);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease;
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.searchOverlay .closebtn {
  position: absolute;
  top: 6vw;
  right: 7.5vw;
  font-size: 4vw;
  cursor: pointer;
  color: white;
}

.searchOverlay .closebtn:hover {
  color: #ccc;
}

.searchOverlay input[type="text"] {
  padding: 15px;
  font-size: 20px;
  border: none;
  /* float: left; */
  width: 80%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: 0;
  color: #fff;
  text-align: center;
}
.searchOverlay input[type=text]::placeholder{
  color: #fff;
}
.search-mobile.nav-item.icon-nav {
  display: none;
}
.searchOverlay button {
  float: left;
  width: auto;
  padding: 15px;
  background: none;
  font-size: 17px;
  border: none;
  cursor: pointer;
  right: 10%;
}

/* search results css */

.searchResultsec h2 {
  font-size: 2.083vw;
}

.searchedContent {
  padding: 2.7vw 3.021vw;
}

.searchResultsec .grey-boxes {
  margin-bottom: 2.292vw;
}

/* csr page css */

.float-image {
  max-width: 55%;
  float: left;
  margin-right: 3%;
  margin-bottom: 2%;
}

.float-image img {
  width: 100%;
}

.float-content p {
  margin-bottom: 2.34375vw;
}

.floating-content-box:after {
  content: "";
  display: block;
  clear: both;
}

.blue-active .centermodeSliderItem::after,
.pink-active .centermodeSliderItem::after,
.green-active .centermodeSliderItem::after,
.red-active .centermodeSliderItem::after,
.orange-active .centermodeSliderItem::after {
  content: "\0022";
  background: none;
  position: absolute;
  left: -46px;
  top: -110px;
  font-size: 20vw;
  color: #046793;
  opacity: 0.1;
  font-style: italic;
  z-index: -1;
  font-weight: 400;
}

.blue-active .centermodeSliderItem .author {
  color: #046793;
}
.green-active .centermodeSliderItem::after,
.green-active .centermodeSliderItem .author {
  color: #6bbd46;
}
.red-active .centermodeSliderItem::after,
.red-active .centermodeSliderItem .author {
  color: #b64e4e;
}
.pink-active .centermodeSliderItem::after,
.pink-active .centermodeSliderItem .author {
  color: #e52a72;
}
.orange-active .centermodeSliderItem::after,
.orange-active .centermodeSliderItem .author {
  color: #f3793a;
}

.playiconInnerpage {
  position: absolute;
  top: 50%;
  right: 0 le;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 6.406vw;
  margin: 0 auto;
  cursor: pointer;
}

.colored-band-section {
  background-color: #046793;
  padding: 2.083vw 1.719vw 1vw;
  margin: 2vw 0;
}
.green-active .colored-band-section {
  background-color: #6bbd46;
}
.red-active .colored-band-section {
  background-color: #b64e4e;
}
.pink-active .colored-band-section {
  background-color: #e52a72;
}
.pink-active .colored-band-section {
  background-color: #e52a72;
}
.orange-active .colored-band-section {
  background-color: #f3793a;
}
.colored-band-section p {
  color: #fff;
}
.colored-band-section h5 {
  font-size: 1.15vw;
  color: #fff;
  text-align: center;
  margin-top: 1.042vw;
  margin-bottom: 0;
}
.colored-band-section .icon-section img {
  max-width: 6.615vw;
  border-radius: 50%;
}
.colored-band-section .icon-section {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  margin-top: 3.125vw;
}
.icon-section > div {
  flex-basis: 16.66%;
  margin-bottom: 1.5vw;
}
.right-side-image-float .float-image {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
.modal {
  z-index: 99999;
}
.modal-backdrop {
  z-index: 9999;
}

/* solution pages, contact page, search page media query */

@media (max-width: 767px) {
  #searchOverlay {
    display: none;
  }
  #solution-boxes-section .col-4,
  #solution-list-section .col-6,
  .solution-page-inner-wrapper .col-7,
  .solution-page-inner-wrapper .col-5 {
    width: 100%;
  }
  .solution-box-title {
    color: #fff;
    font-size: 20px;
  }
  .cta-btn,
  .solution-box-title,
  .solution-box-details p {
    font-size: 12px;
  }
  .solution-box-details p {
    max-height: 92px;
    margin-bottom: 12px;
  }
  .sloution-box-wrap {
    padding: 20px;
    padding-bottom: 50px;
  }
  .solution-left-content-sec {
    width: 100%;
    margin-bottom: 30px;
  }
  .solution-box-details .cta-btn {
    font-size: 12px;
    padding: 3px 6px !important;
    bottom: 20px;
  }
  #solution-list-section .inner-container-grey-bg {
    padding: 30px 5px;
  }
  .sloution-box-wrap img {
    margin-bottom: 15px;
  }
  .searchResultsec h2 {
    font-size: 20px;
  }
  .searchResultsec .grey-boxes {
    margin-bottom: 30px;
  }
  #contactUsHorizontalTab .resp-tab-content,
  #officeLocationTab .resp-tab-content {
    padding: 15px;
    border: 1px solid #c1c1c1;
  }

  #officeLocationTab ul.resp-tabs-list {
    display: none;
  }
  .mapDiv {
    display: none;
  }
  .location-tab-wrapper > .col-6 {
    width: 100%;
  }
  .location-box h5 {
    font-size: 14px;
  }
  .country-select-dropdown {
    background-size: 10px;
  }
  /* .slick-dotted.slick-slider {
  margin-bottom: 0;
} */
  .timeline-slider-for .slick-slide span {
    width: 14.95vw;
    height: 14.95vw;
  }
  .timeline-slider-for .slick-current span {
    font-size: 14px;
    width: 45px;
    height: 45px;
  }
  .timeline-slider-for .slick-slide.onePrevElem span,
  .timeline-slider-for .slick-slide.oneNextElem span {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
  .timeline-slider-for .slick-track,
  .timeline-slider-for {
    height: 70px;
  }
}

/* new design css */

.banner-text h1 {
  font-size: 3vw;
  position: relative;
}
.banner-text h2 {
  font-size: 3vw;
  position: relative;
}

.banner-text p {
  font-size: 1.563vw;
}

p,
ul li,
ol li {
  font-size: 1.146vw;
  font-weight: 400;
}

h4 {
  font-size: 1.25vw;
  font-weight: 500;
}

/* .mb4,
.tab-section.container-fluid.w885.mb4 {
  margin-bottom: 6.75vw;
} */

.tab-section.container-fluid.w885.mb4 {
  min-height: 3.5vw;
  margin-bottom: 3vw;
  clear: both !important;
}

.tab-content-right {
  width: 46%;
  margin-left: 4%;
}

.tab-content-left {
  width: 50%;
}

.tab-content-right img {
  width: 100%;
  transform: scale(0.98);
  transition: all 0.45s ease-in-out;
}

.banner-text h1::after {
  position: absolute;
  content: "";
  /* border-left: 3px solid orange; */
  background-color: #f3793a;
  width: 3px;
  /* height: 80%; */
  left: -12px;
  top: 5%;
  /* transform: translateY(-50%); */
  height: 0;
  transition: height 0.25s ease-out;
  overflow: hidden;
  transition-delay: 1s;
}
.banner-text h2::after {
  position: absolute;
  content: "";
  /* border-left: 3px solid orange; */
  background-color: #f3793a;
  width: 3px;
  /* height: 80%; */
  left: -12px;
  top: 5%;
  /* transform: translateY(-50%); */
  height: 0;
  transition: height 0.25s ease-out;
  overflow: hidden;
  transition-delay: 1s;
}

.blue-active .banner-text h1::after {
  background-color: #046793;
}

.red-active .banner-text h1::after {
  background-color: #b64e4e;
}

.pink-active .banner-text h1::after {
  background-color: #e52a72;
}

.green-active .banner-text h1::after {
  background-color: #6bbd46;
}

.blue-active .banner-text h2::after {
  background-color: #046793;
}

.red-active .banner-text h2::after {
  background-color: #b64e4e;
}

.pink-active .banner-text h2::after {
  background-color: #e52a72;
}

.green-active .banner-text h2::after {
  background-color: #6bbd46;
}

.rail-industry-services-arrows-container {
  position: static;
}

.rail-industry-services-arrows-container .slick-arrow,
.new-chronicles-content .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rail-industry-services-arrows-container .prev,
.new-chronicles-content .prev {
  left: -4vw;
}

#engineering-chronicles .section-title {
  width: 100%;
}

.section-engineering-chronicles {
  margin: 0;
}

.rail-industry-services-arrows-container .next,
.new-chronicles-content .next {
  right: -4vw;
}

.new-chronicles-content .slick-slide {
  margin: 0 1.5vw;
}

.new-chronicles-content .engineering-chronicle-img {
  width: 13.5vw;
  float: right;
}

.new-chronicles-content .engineering-chronicle > div,
.new-chronicles-content .engineering-chronicle {
  background-color: #f8f8f8;
  background: #f8f8f8;
}

.new-chronicles-content h2 {
  font-size: 1.3vw;
  font-weight: 500;
  color: #0093b3;
  margin-bottom: 0.938vw;
  padding: 0 1.719vw;
  max-height: 72%;
  overflow: hidden;
  margin: 0;
}

.new-chronicles-content .chronicles-title {
  height: 7.6vw;
  border-bottom: 1px solid #707070;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.new-chronicles-content .slick-arrow {
  width: 3.02vw;
  cursor: pointer;
  height: auto;
}

.new-chronicles-content .slick-arrow.disabled {
  opacity: 0.6;
  cursor: auto !important;
}

.new-chronicles-below-content {
  display: flex;
  align-items: center;
  /* height: 100%; */
  padding: 1.79vw;
  flex-direction: row;
}

.new-chronicles-content .engineering-chronicle {
  height: 26vw;
  border-bottom: 5px solid #0093b3;
}

.orange-active .new-chronicles-content .engineering-chronicle {
  border-bottom: 5px solid #f3793a;
}
.green-active .new-chronicles-content .engineering-chronicle {
  border-bottom: 5px solid #6bbd46;
}
.red-active .new-chronicles-content .engineering-chronicle {
  border-bottom: 5px solid #b64e4e;
}
.pink-active .new-chronicles-content .engineering-chronicle {
  border-bottom: 5px solid #e52a72;
}
.new-chronicles-content .engineering-chronicle p {
  font-size: 1.25vw;
  font-weight: 300;
  color: #212529;
  max-height: 10vw;
  overflow: hidden;
  min-height: 10vw;
}
.inner-page-wrapper .new-chronicles-content .engineering-chronicle p {
  max-height: 10.5vw;
}

.new-chronicles-slider .slider-fixed-bg {
  background: url("/wp-content/uploads/2021/06/automotive-parallax.jpg");
  background-size: 100% 100% !important;
  background-attachment: fixed;
  padding: 6vw 0;
}

.new-chronicles-slider .right-arrow {
  background-color: #0093b3;
}

#rail-industry-services .slick-initialized .slick-slide {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px 7px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0px 1px 10px 7px rgb(0 0 0 / 5%);
  -webkit-box-shadow: 0px 1px 10px 7px rgb(0 0 0 / 5%);
  padding: 0;
  transition: all 0.5s ease;
}

#rail-industry-services .slick-initialized .slick-slide:hover {
  box-shadow: 0px -2px 30px -7px rgb(243 121 58 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(243 121 58 / 71%);
  -moz-box-shadow: 0px -2px 30px -7px rgb(243 121 58 / 71%);
}

.blue-active #rail-industry-services .slick-initialized .slick-slide:hover {
  box-shadow: 0px -2px 30px -7px rgb(0 147 179 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(0 147 179 / 71%);
}
.green-active #rail-industry-services .slick-initialized .slick-slide:hover {
  box-shadow: 0px -2px 30px -7px rgb(107 189 70 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(107 189 70 / 71%);
}
.pink-active #rail-industry-services .slick-initialized .slick-slide:hover {
  box-shadow: 0px -2px 30px -7px rgb(229 42 114 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(229 42 114 / 71%);
}
.red-active #rail-industry-services .slick-initialized .slick-slide:hover {
  box-shadow: 0px -2px 30px -7px rgb(182 78 78 / 71%);
  -webkit-box-shadow: 0px -2px 30px -7px rgb(182 78 78 / 71%);
}

#rail-industry-services .slick-initialized .slick-slide .description-box {
  padding: 1.5625vw 1.875vw;
}

#rail-industry-services .slick-initialized .slick-slide .description-box p,
#rail-industry-services .slick-initialized .slick-slide .description-box p,
#rail-industry-services .slick-initialized .slick-slide .description-box ul li,
#rail-industry-services .slick-initialized .slick-slide .description-box ol li {
  /*   font-size: 1.25vw; */
  font-weight: 300;
}

#rail-industry-services .slick-initialized .slick-slide .description-box ol,
#rail-industry-services .slick-initialized .slick-slide .description-box ul {
  margin-top: 0.5vw;
}

.rail-industry-slider-wrapper .slick-list {
  padding-bottom: 1.5%;
}

.rail-industry-services-img-box img {
  max-width: 100%;
  width: 100%;
}

.rail-industry-services-img-box {
  min-height: 15vw;
  position: relative;
}
.rail-industry-services-img-box h4 {
  position: absolute;
  bottom: 0;
  font-size: 1.45vw;
  color: #f3793a;
  font-weight: 600;
  background-color: #fff;
  max-width: 75%;
  padding: 1vw 1.875vw;
  margin-bottom: 0;
}
.blue-active .rail-industry-services-img-box h4 {
  color: #0093b3;
}

.rail-industry-slider-wrapper .description-box h4 {
  font-size: 1.45vw;
  color: #f3793a;
  font-weight: 600;
}

.orange-active #scroll p {
  color: #f3793a;
}

.green-active .rail-industry-slider-wrapper .description-box h4,
.green-active #scroll p {
  color: #6bbd46;
}

.blue-active .rail-industry-slider-wrapper .description-box h4,
.blue-active #scroll p {
  color: #0093b3;
}

.pink-active .rail-industry-slider-wrapper .description-box h4,
.pink-active #scroll p {
  color: #e52a72;
}

.red-active .rail-industry-slider-wrapper .description-box h4,
.red-active #scroll p {
  color: #b64e4e;
}

.background-light-grey {
  background-color: #fafafa;
  padding: 1.5vw 0 2vw;
}
.section-product-engineering-capability .background-light-grey {
  background-color: #f2f3f5;
}

.background-dark-grey {
  background-color: #f1f1f1;
  padding: 2.708vw 0;
}

#parentVerticalTab {
  background-color: #fff;
  padding: 0;
}
/* #parentVerticalTab.resp-tab-content img {
	border-radius: 8px;
}
#parentVerticalTab.resp-vtabs .resp-tabs-container{
	background: #757575;
}
#parentVerticalTab.resp-vtabs .resp-tabs-list li.resp-tab-active {
	background-color: #757575 !important;
}
#parentVerticalTab.resp-vtabs .resp-tabs-container p {
	color: #fff;
}
 */
.resp-vtabs .resp-tabs-list li {
  transition: all 0.35s;
  position: relative;
  /* padding: 0 !important; */
  padding: 1.2vw 2.083vw !important;
  font-size: 1.45vw;
  color: #4e4e4e;
  margin: 0;
}

.resp-vtabs .resp-tabs-list li:hover {
  color: #0093b3;
  padding-left: 2.5vw !important;
}

.resp-vtabs .resp-tabs-list li.resp-tab-active {
  background-color: #fafafa !important;
  color: #0093b3;
  padding-left: 2.75vw !important;
  font-weight: 700;
}

.pink-active .resp-vtabs .resp-tabs-list li.resp-tab-active,
.pink-active.inner-page-wrapper .resp-tab-content h2,
.pink-active .vertical-tab-section ul li::marker {
  color: #e52a72;
}
.green-active .resp-vtabs .resp-tabs-list li.resp-tab-active,
.green-active.inner-page-wrapper .resp-tab-content h2,
.green-active .vertical-tab-section ul li::marker {
  color: #6bbd46;
}
.red-active .resp-vtabs .resp-tabs-list li.resp-tab-active,
.red-active.inner-page-wrapper .resp-tab-content h2,
.red-active .vertical-tab-section ul li::marker {
  color: #b64e4e;
}

.resp-vtabs ul.resp-tabs-list {
  width: 39%;
  margin-right: 0 !important;
}

.inner-page-wrapper .resp-tab-content h2 {
  font-size: 1.45vw;
  color: #0093b3;
  margin: 0 0 0.5vw;
  width: 95%;
}

.vertical-tab-section ul li::marker {
  color: #0093b3;
}

.resp-vtabs ul.resp-tabs-list {
  margin-top: 0 !important;
}

.resp-vtabs .resp-tabs-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 86%;
  border-width: 0px 3px 3px 0px;
  width: 13px;
  height: 13px;
  transform: rotate(315deg);
  margin-top: -5px;
  border-style: none;
}

@keyframes mymove {
  from {
    left: 86%;
  }
  to {
    left: 92%;
  }
}

.resp-vtabs .resp-tabs-list li.resp-tab-active::after {
  border-style: solid;
  animation: mymove 0.65s forwards;
}

.resp-tab-content img {
  max-width: 18vw;
  margin-right: 3.229vw;
}

.inner-page-wrapper .resp-tab-content p strong {
  font-weight: 500;
}

.resp-vtabs .resp-tabs-container {
  padding: 2.083vw 0 1.563vw;
  width: 61%;
  background: #fafafa;
  padding-left: 2%;
  padding-right: 2%;
}

/* .resp-vtabs .resp-tabs-list li.resp-tab-active::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #d2d7db;
    height: 3px;
    bottom: 0;
    left: 4%;
} */

/* .resp-vtabs .resp-tabs-list li.resp-tab-active span {
    padding: 15px 15px !important;
    position: relative;
    display: inline-block;
} */

.engineering-box {
  background-image: url("../images/automotive/engineer-box-bg.png");
  background-color: #fff;
  background: linear-gradient(to left, #fff 50%, #f3793ab3 50%);
  background-size: 201% 101%;
  background-position: right bottom;
  /* background-size: 100% 100%; */
  border: 0;
  border-radius: 8px;
  /* 	padding: 3.65vw 2.604vw 5.604vw 2.5vw; */
  padding: 3.65vw 2.604vw 3.65vw 3.65vw;
  flex-basis: 30.33%;
  margin-right: 4.45%;
  margin-left: 0;
  margin-bottom: 4%;
  -webkit-box-shadow: 0px 1px 10px 7px rgb(0 0 0 / 5%);
  transition: all 0.5s ease !important;
}

.blue-active .engineering-box {
  background: linear-gradient(to left, #fff 50%, #0093b3b3 50%);
  background-size: 201% 101%;
  background-position: right bottom;
}

.orange-active .engineering-box:hover,
.blue-active .engineering-box:hover {
  /* background-color: rgba(243, 121, 58, 0.70); */
  background-position: left bottom;
}

/* .engineering-box:hover{
    transform: scale(1.02);
}
 */

.orange-active .engineering-box:hover {
  box-shadow: -1px 2px 28px -2px rgba(243, 121, 58, 0.71);
  -webkit-box-shadow: -1px 2px 28px -2px rgba(243, 121, 58, 0.71);
  -moz-box-shadow: -1px 2px 28px -2px rgba(243, 121, 58, 0.71);
}

.blue-active .engineering-box:hover {
  /* 	filter: drop-shadow(-2px 16px 10px #0093b3); */
  box-shadow: -1px 2px 28px -2px rgba(0, 147, 179, 0.71);
  -webkit-box-shadow: -1px 2px 28px -2px rgba(0, 147, 179, 0.71);
  -moz-box-shadow: -1px 2px 28px -2px rgba(0, 147, 179, 0.71);
}

.engineering-box:nth-child(3n) {
  margin-right: 0;
}

.engineering-box h6 {
  font-size: 1.5625vw;
  position: relative;
  margin-bottom: 1.563vw;
  font-weight: 600;
}

.engineering-box h6::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #fff;
  width: 26%;
  bottom: -3px;
  left: 0;
}

.engineering-box p {
  /*   font-weight: 500; */
  font-size: 1.146vw;
}

.engineering-box ul li {
  font-size: 1.146vw;
  font-weight: 400;
}

.engineering-box ul {
  margin-top: 10px;
}

#know-customer {
  background: url(../images/automotive/need-to-know-bg.jpg) no-repeat !important;
  background-size: 100% 100% !important;
  height: 9.844vw;
}

#know-customer .contact-btn span img {
  position: static;
  width: 1.5vw;
  margin-left: 12px;
}

.contact-btn span {
  min-width: 3vw;
  display: inline-block;
}

.contact-btn:hover img {
  margin-left: 18px !important;
}

#know-customer .contact-btn {
  font-size: 1.45vw;
  font-weight: 400;
  margin: 0;
  width: 250px;
}

#know-customer h2 {
  /*   font-size: 2.7vw; */
  font-size: 1.8vw;
}

#know-customer .section-title {
  margin: 0;
}

#know-customer .section-title {
  margin: 0;
  width: 60%;
}
#know-customer .know-customer-container {
  gap: 4.427vw;
}

#scroll {
  position: fixed;
  right: 8.5%;
  bottom: 10px;
  cursor: pointer;
  display: none;
  text-decoration: none;
  z-index: 99;
  text-align: center;
}

#scroll img {
  width: 2.396vw;
  transform: rotate(270deg);
}

#scroll p {
  font-size: 10px;
  text-decoration: none;
  margin-top: 5px;
  color: #f3793a;
}

.new-chronicles-slider .engineering-chronicle-text a {
  text-decoration: none;
  color: #0093b3;
  font-size: 1.146vw;
  position: relative;
}

.new-chronicles-slider .engineering-chronicle-text a .right-arrow {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  width: 1.92vw;
}

.new-chronicles-slider .engineering-chronicle:hover .right-arrow {
  opacity: 0;
}

.hover-readMore,
.hover-readMore img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hover-readMore svg {
  height: 1.45vw;
  width: 1.45vw;
  margin-right: 0.5vw;
  fill: #0093b3;
}
.orange-hoverBtn.hoverBtn {
  color: #f3793a !important;
}
.orange-hoverBtn.hoverBtn img {
  background-color: #f3793a !important;
}

.orange-active .hover-readMore svg,
.orange-hoverBtn.hoverBtn .hover-readMore svg {
  fill: #f3793a !important;
}
.red-active .new-chronicles-slider .engineering-chronicle-text a {
  color: #b64e4e;
}
.red-active .new-chronicles-slider .engineering-chronicle-text a .right-arrow {
  background-color: #b64e4e;
}
.red-active .hover-readMore svg {
  fill: #b64e4e;
}

.pink-active .new-chronicles-slider .engineering-chronicle-text a {
  color: #e52a72;
}
.pink-active .new-chronicles-slider .engineering-chronicle-text a .right-arrow {
  background-color: #e52a72;
}
.pink-active .hover-readMore svg {
  fill: #e52a72;
}

.green-active .new-chronicles-slider .engineering-chronicle-text a {
  color: #6bbd46;
}
.green-active
  .new-chronicles-slider
  .engineering-chronicle-text
  a
  .right-arrow {
  background-color: #6bbd46;
}
.green-active .hover-readMore svg {
  fill: #6bbd46;
}

.hover-readMore {
  position: absolute;
  display: flex;
  left: 0;
  align-items: center;
  top: 0;
  white-space: nowrap;
}

.hover-readMore::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  transition: width 500ms ease-in-out;
}

.new-chronicles-slider .engineering-chronicle:hover .hover-readMore::after {
  width: 0;
}

.new-chronicles-slider .engineering-chronicle:hover .hover-readMore,
.new-chronicles-slider .engineering-chronicle:hover .hover-readMore img {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#industries-we-serve-res img {
  width: 100%;
  position: relative;
  padding: 2px;
}
.industries-group {
  padding: 0;
  position: relative;
}
#industries-we-serve-res .industries-group h3 {
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 3px;
  font-size: 17px;
  font-weight: 600;
  background: #00000091;
  padding: 3px 10px;
  width: auto;
  right: 2px;
}

/* orange theme css*/

.orange-active .resp-vtabs .resp-tabs-list li:hover {
  color: #f3793a;
}

.orange-active .resp-vtabs li.resp-tab-active,
.orange-active.inner-page-wrapper .resp-tab-content h2,
.orange-active .vertical-tab-section ul li::marker,
.orange-active .new-chronicles-content h2,
.orange-active .new-chronicles-slider .engineering-chronicle-text a {
  color: #f3793a;
}

.orange-active .new-chronicles-slider .right-arrow {
  background-color: #f3793a;
}

.pink-active .new-chronicles-content h2 {
  color: #e52a72;
}
.red-active .new-chronicles-content h2 {
  color: #b64e4e;
}
.green-active .new-chronicles-content h2 {
  color: #6bbd46;
}

@media (max-width: 1400px) {
  .new-chronicles-slider .slider-fixed-bg {
    padding: 7vw 0;
  }
  .resp-vtabs .resp-tabs-list li {
    padding: 1vw 2.083vw !important;
  }
  .resp-vtabs li.resp-tab-active {
    padding-left: 3vw !important;
  }
}

@media (max-width: 767px) {
  .resp-vtabs .resp-tabs-container {
    padding: 0;
    width: 100%;
  }
  .new-chronicles-slider .slider-fixed-bg {
    background-size: cover !important;
  }
  p,
  .engineering-box ul li,
  p strong,
  ol li {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h2 {
    font-size: 16px !important;
  }
  h4,
  h6 {
    font-size: 14px !important;
  }
  .engineering-box {
    flex-basis: 100%;
  }
  .engineering-box h6::after {
    width: 55px;
  }
  #rail-industry-services-slider {
    width: 85%;
    margin: 0 auto;
  }
  .new-chronicles-below-content {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .new-chronicles-content .engineering-chronicle-img {
    width: 160px;
  }
  .new-chronicles-content h2 {
    padding: 0 20px;
  }
  .new-chronicles-content .slick-arrow {
    width: 22px;
  }
  .new-chronicles-content .prev {
    left: -22px;
  }
  .new-chronicles-content .next {
    right: -22px;
  }
  .new-chronicles-content .chronicles-title {
    height: 58px;
    align-items: center;
    margin-bottom: 20px;
  }
  .resp-tab-content img {
    max-width: 200px;
    margin-right: 3.229vw;
    /* text-align: center; */
    margin: 14px auto;
  }
  .resp-vtabs .resp-tab-content {
    padding: 20px;
  }
  .new-chronicles-content .engineering-chronicle {
    height: 100%;
  }
  #know-customer {
    height: 110px;
  }
  .new-chronicles-content .engineering-chronicle p {
    max-height: 72px;
  }
  .inner-page-wrapper .new-chronicles-content .engineering-chronicle p {
    max-height: 66px;
  }
  .new-chronicles-slider .engineering-chronicle-text a .right-arrow {
    width: 15px;
  }
  .new-chronicles-slider .engineering-chronicle-text a {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .hover-readMore svg {
    width: 15px;
    height: 15px;
  }
  .new-chronicles-content {
    width: 96%;
    margin: 0 auto;
  }
  #know-customer .contact-btn span img {
    width: 14px !important;
  }
  #know-customer .contact-btn {
    font-size: 12px;
    white-space: nowrap;
  }
  #know-customer .know-customer-container {
    display: block !important;
    text-align: center;
  }
  #know-customer .section-title {
    margin-bottom: 8px;
  }
  .partners-box .grey-boxes p {
    opacity: 1 !important;
    transition: opacity 0.5s ease-in;
  }
  #rail-industry-services .slick-initialized .slick-slide .description-box {
    padding: 20px;
  }
  .section-title h3 {
    font-size: 20px !important;
  }
  h2.resp-accordion {
    font-size: 14px !important;
  }
  .engineering-box h6 {
    margin-bottom: 20px;
  }
  .tiltle-with-band .col-4,
  .tiltle-with-band .col-8 {
    width: 100%;
  }
}

.tab-acc-list {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.tab-acc-list .resp-tab-content {
  border: 0px solid #c1c1c1;
  padding: 25px;
}

.tab-acc-list .resp-tab-active {
  border: 0px solid #5ab1d0 !important;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  border-top: 0px solid #586164 !important;
  border-bottom: 0px #fff solid !important;
  color: #fff;
}

.tab-acc-list ul.resp-tabs-list {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  /*   background-color: #fef3ed; */
  /* 	border-bottom: 3px solid rgba(90, 107, 123, 0.19); */
}

.tab-acc-list #parentHorizontalTab-quest .resp-tab-item.hor_1 {
  /*   font-size: 1vw !important; */
  font-size: 1.2vw;
  padding: 12px 14px 14px 14px !important;
}

.tab-acc-list .resp-tabs-container {
  /*   background-color: #f0f0f0; */
  background-color: #fff;
}

.tab-acc-list .resp-tabs-container p {
  font-size: 1.25vw;
  width: 92%;
}

.tab-acc-list .resp-tab-item.hor_1 {
  background-color: transparent !important;
  color: #000 !important;
  font-weight: bold;
  position: relative;
  font-weight: 500;
  position: relative;
  opacity: 0.7;
  margin-right: 1.25vw;
  transition: all 0.35s;
}

.tab-acc-list #parentHorizontalTab-quest .resp-tab-item.hor_1.resp-tab-active,
.tab-acc-list #parentHorizontalTab-quest .resp-tab-item.hor_1:hover {
  /*   background-color: #f07839 !important;
  color: #fff !important; */
  text-shadow: 1px 0 0 currentColor;
  opacity: 1;
}
#parentHorizontalTab-quest .engineering-chronicle-text {
  background: transparent;
  padding-left: 0;
  margin-top: 40px;
  align-items: flex-start;
}
#parentHorizontalTab-quest .resp-tab-content hor_1 .col-4 img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#parentHorizontalTab-quest .engineering-chronicle {
  background: transparent;
}
#parentHorizontalTab-quest li.resp-tab-item.hor_1::after {
  position: absolute;
  transition: all ease-in-out 0.45s;
  background: none repeat scroll 0 0;
  content: "";
  display: block;
  height: 0.26vw;
  width: 0;
  bottom: -3px;
  left: 0;
}
#parentHorizontalTab-quest li.resp-tab-item.hor_1.resp-tab-active::after,
#parentHorizontalTab-quest li.resp-tab-item.hor_1:hover::after {
  background-color: #f3793a;
  width: 100%;
}

#parentHorizontalTab-quest .hover-readMore::after {
  /* 	background-color: #f0f0f0; */
  background-color: #fff;
}

#parentHorizontalTab-quest .resp-tab-content:hover .hover-readMore::after {
  width: 0;
}

#parentHorizontalTab-quest .resp-tab-content:hover .hover-readMore,
#parentHorizontalTab-quest .resp-tab-content:hover .hover-readMore img {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#parentHorizontalTab-quest .resp-tab-content:hover .right-arrow {
  opacity: 0;
}

@media screen and (max-width: 800px) {
  .tab-acc-list .resp-tab-content {
    padding: 20px;
  }

  /* .tab-acc-list h2.resp-accordion {
      background-color: #fef3ed !important;
  }
  .tab-acc-list .resp-accordion.hor_1.resp-tab-active {
      background-color: #f07839 !important;
  } */

  .pink-active .tab-acc-list h2.resp-accordion {
    background-color: #fdedf3 !important;
  }

  .green-active .tab-acc-list h2.resp-accordion {
    background-color: #f4fdef !important;
  }

  .blue-active .tab-acc-list h2.resp-accordion {
    background-color: #f1fcff !important;
  }

  .orange-active .tab-acc-list h2.resp-accordion {
    background-color: #fcf3ef !important;
  }

  .pink-active .tab-acc-list .resp-accordion.hor_1.resp-tab-active {
    background-color: #e52a72 !important;
  }

  .green-active .tab-acc-list .resp-accordion.hor_1.resp-tab-active {
    background-color: #6bbd46 !important;
  }

  .blue-active .tab-acc-list .resp-accordion.hor_1.resp-tab-active {
    background-color: #0093b3 !important;
  }

  .orange-active .tab-acc-list .resp-accordion.hor_1.resp-tab-active {
    background-color: #f3793a !important;
  }

  .tab-acc-list h2.resp-accordion {
    border: 0px !important;
  }
  #parentHorizontalTab-quest .engineering-chronicle-text {
    margin-top: 15px;
    align-items: flex-start;
    padding: 0;
  }
}
/* new animation css */
.slick-slide.slick-active .banner-text h1 {
  -webkit-animation: bannerTextFadeInUp 1.5s forwards;
  animation: bannerTextFadeInUp 1.5s forwards;
}
.slick-slide.slick-active .banner-text h2 {
  -webkit-animation: bannerTextFadeInUp 1.5s forwards;
  animation: bannerTextFadeInUp 1.5s forwards;
}
.slick-slide.slick-active .banner-text p {
  -webkit-animation: bannerTextFadeInUp 2.5s forwards;
  animation: bannerTextFadeInUp 2.5s forwards;
}
.slick-slide.slick-active .banner-text h1::after {
  height: 95%;
}
.slick-slide.slick-active .banner-text h2::after {
  height: 95%;
}
.slick-slide.slick-active .banner-text a.cta-btn {
  -webkit-animation: bannerTextFadeInUp 3s forwards;
  animation: bannerTextFadeInUp 3s forwards;
}
.slick-slide.slick-active .banner-text a img {
  -webkit-animation: bannerTextFadeInUp 3s forwards;
  animation: bannerTextFadeInUp 3s forwards;
}
@keyframes bannerTextFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .tab-section.container-fluid.section-intro:hover .section-title h3,
  section:hover .section-title h3,
  .container-fluid.section-rail-industry-services:hover .section-title h3,
  .container-fluid.section-equipments:hover .section-title h3,
  .section-explore-industry:hover .section-title h3,
  #rail-industry-section:hover .section-title h3,
  #key-trends-section:hover .section-title h3,
  .section-scope:hover .section-title h3,
  .section-case-solution:hover .section-title h3,
  .section-tab-acc:hover .section-title h3 {
    padding-right: 9.15vw;
  }
  .tab-section.container-fluid.section-intro .tab-content-right img:hover {
    transform: scale(1);
    -webkit-box-shadow: 0px 1px 10px 7px rgb(0 0 0 / 5%);
  }
}

.partners-box .grey-boxes p {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.partners-box .grey-boxes:hover p {
  opacity: 1;
}

/* Home page new UI Dhilip */

.solution-cat-banner img {
  width: 100%;
}
.key-trends-slider .slick-initialized .slick-slide {
  display: block;
  overflow: hidden;
}

/* .leadership-sec.scroll01 .w885.mb4 .row.m-0:nth-child(3) {
  margin: 4vw 0 !important;
} */

.qfs .content-block-w {
  /* background-color: rgba(0,0,0,0.5); */
  flex: 0 0 auto;
  width: 35.666667%;
  padding: 8vw 0;
}
.qfs .counter-block-w {
  padding: 5vw 0px;
}
.qfs .counter-blocks {
  margin-left: 2.5vw;
}

.qfs .count-block {
  background-color: rgba(555, 555, 555, 0.72);
  min-width: 15vw;
  border-radius: 50px;
  border: 1px solid #707070;
}
.qfs .count-block img {
  width: 4.479vw;
  max-width: 86px;
  margin: 1vw 0;
}
#questFuture .qfs .count-block p {
  color: #007bb6;
  font-size: 1.35vw;
  font-weight: 500;
}
.qfs .count-block span {
  font-weight: bold;
  font-size: 3.33vw;
  line-height: 1;
  padding: 0;
  margin: 0;
  padding-top: 0.5vw;
}
.qfs .content-block-w h2 {
  color: #fff;
  font-size: 3.3vw;
  line-height: 1.25;
  font-weight: 600;
}
#questFuture .qfs .content-block-w p {
  color: #fff;
  font-weight: 300;
  font-size: 1.5625vw;
  width: 90%;
}
.qfs .position-relative::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.qfs .quest-future-bg {
  background: url("../images/urn.jpg") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.qfs .counter-blk-sec {
  position: relative;
}
.qfs .m-5 {
  margin: 1.7em !important;
}
.qfs .plus {
  position: relative;
}
.qfs .plus::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 3.5vw;
}

@media screen and (max-width: 1024px) {
  .qfs .count-block {
    border-radius: 20px;
    width: 33.33%;
  }
  .qfs .content-block-w h2 {
    line-height: inherit;
  }
  .subNav.megamenu {
    left: 25.4vw;
  }
}
@media screen and (max-width: 767px) {
  .qfs .counter-blk-sec {
    flex-wrap: wrap;
  }
  .qfs .position-relative::before {
    width: 100%;
  }
  .qfs .content-block-w {
    width: 100%;
    text-align: center;
    padding-bottom: 0vw;
  }
  .qfs .count-block img {
    margin: 1vw 0;
    display: block;
    margin: 1vw auto;
  }
  .qfs .position-relative::before {
    height: 30vw;
  }
  .qfs .counter-blocks {
    margin-left: 0vw;
  }
  .container-fluid.w885.m-w-100 {
    width: 100%;
  }
  .qfs .plus::after {
    right: -10px;
    font-size: 14px;
    top: 7px;
  }
  .qfs .count-block {
    margin: 10px !important;
  }
}
.inner-page-wrapper #banner-section .slick-dots {
  display: flex;
  justify-content: center;
  bottom: 22px;
}
.inner-page-wrapper #banner-section .slick-dots li button:before,
.centerModeSlider .slick-dots li button:before,
.key-trends-slider .slick-dots li button:before,
.slider-with-title .slick-dots li button:before,
.sliderWithDots .slick-dots li button:before {
  opacity: 1;
  color: #fff;
  height: 13px;
  transition: all 0.25s ease;
}
.centerModeSlider .slick-dots li button:before,
.key-trends-slider .slick-dots li button:before,
.slider-with-title .slick-dots li button:before,
.sliderWithDots .slick-dots li button:before {
  color: #586878;
  font-size: 9px;
}
.key-trends-slider .slick-dots li,
.slider-with-title .slick-dots li,
.sliderWithDots .slick-dots li {
  flex-basis: 2%;
  cursor: pointer;
  opacity: 0.5;
}
.new-chronicles-slider.sliderWithDots .slick-dots li {
  opacity: 1;
}
.new-chronicles-slider.sliderWithDots .slick-dots li button:before {
  color: #fff;
}
.key-trends-slider .slick-dots li.slick-active,
.slider-with-title .slick-dots li.slick-active,
.sliderWithDots .slick-dots li.slick-active {
  opacity: 1;
}
#key-trends-section,
.section-explore-industry,
.sliderWithDots {
  padding-bottom: 15px;
}
#key-trends-section .slick-dots,
.slider-with-title .slick-dots,
.sliderWithDots .slick-dots {
  bottom: -50px;
}

.inner-page-wrapper #banner-section .slick-dots li.slick-active button:before,
.centerModeSlider .slick-dots li.slick-active,
.key-trends-slider .slick-dots li.slick-active,
.slider-with-title .slick-dots li.slick-active,
.sliderWithDots .slick-dots li.slick-active {
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.inner-page-wrapper #banner-section .slick-dots li.slick-active button:before,
.centerModeSlider .slick-dots li.slick-active button:before,
.key-trends-slider .slick-dots li.slick-active button:before,
.slider-with-title .slick-dots li.slick-active button:before,
.sliderWithDots .slick-dots li.slick-active button:before {
  width: 30px;
  background: #fff;
  border-radius: 10px;
  margin-top: 3px;
  margin-left: -4px;
}
.orange-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.centerModeSlider .slick-dots li.slick-active button:before,
.key-trends-slider .slick-dots li.slick-active button:before,
.slider-with-title .slick-dots li.slick-active button:before,
.sliderWithDots .slick-dots li.slick-active button:before {
  color: #f3793a;
}
.orange-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.centerModeSlider .slick-dots li.slick-active button:before,
.key-trends-slider .slick-dots li.slick-active button:before,
.slider-with-title .slick-dots li.slick-active button:before,
.sliderWithDots .slick-dots li.slick-active button:before {
  background: #f3793a;
  opacity: 1;
}
.blue-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.blue-active .centerModeSlider .slick-dots li.slick-active button:before,
.blue-active .key-trends-slider .slick-dots li.slick-active button:before,
.blue-active .slider-with-title .slick-dots li.slick-active button:before,
.blue-active .sliderWithDots .slick-dots li.slick-active button:before {
  color: #0093b3;
}

.blue-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.blue-active .centerModeSlider .slick-dots li.slick-active button:before,
.blue-active .key-trends-slider .slick-dots li.slick-active button:before,
.blue-active .slider-with-title .slick-dots li.slick-active button:before,
.blue-active .sliderWithDots .slick-dots li.slick-active button:before {
  background: #0093b3;
  opacity: 1;
}

.green-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.green-active .centerModeSlider .slick-dots li.slick-active button:before,
.green-active .key-trends-slider .slick-dots li.slick-active button:before,
.green-active .slider-with-title .slick-dots li.slick-active button:before,
.green-active .sliderWithDots .slick-dots li.slick-active button:before {
  color: #6bbd46;
}

.green-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.green-active .centerModeSlider .slick-dots li.slick-active button:before,
.green-active .key-trends-slider .slick-dots li.slick-active button:before,
.green-active .slider-with-title .slick-dots li.slick-active button:before,
.green-active .sliderWithDots .slick-dots li.slick-active button:before {
  background: #6bbd46;
  opacity: 1;
}
.pink-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.pink-active .centerModeSlider .slick-dots li.slick-active button:before,
.pink-active .key-trends-slider .slick-dots li.slick-active button:before,
.pink-active .slider-with-title .slick-dots li.slick-active button:before,
.pink-active .sliderWithDots .slick-dots li.slick-active button:before {
  color: #e52a72;
}

.pink-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.pink-active .centerModeSlider .slick-dots li.slick-active button:before,
.pink-active .key-trends-slider .slick-dots li.slick-active button:before,
.pink-active .slider-with-title .slick-dots li.slick-active button:before,
.pink-active .sliderWithDots .slick-dots li.slick-active button:before {
  background: #e52a72;
  opacity: 1;
}
.red-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.red-active .centerModeSlider .slick-dots li.slick-active button:before,
.red-active .key-trends-slider .slick-dots li.slick-active button:before,
.red-active .slider-with-title .slick-dots li.slick-active button:before,
.red-active .sliderWithDots .slick-dots li.slick-active button:before {
  color: #b64e4e;
}

.red-active.inner-page-wrapper
  #banner-section
  .slick-dots
  li.slick-active
  button:before,
.red-active .centerModeSlider .slick-dots li.slick-active button:before,
.red-active .key-trends-slider .slick-dots li.slick-active button:before,
.red-active .slider-with-title .slick-dots li.slick-active button:before,
.red-active .sliderWithDots .slick-dots li.slick-active button:before {
  background: #b64e4e;
  opacity: 1;
}
.home-page-wrapper .sliderWithDots .slick-dots li.slick-active button:before {
  background: #0093b3;
  opacity: 1;
  color: #0093b3;
}

.inner-page-wrapper #banner-section .slick-dots > li:only-child,
.centerModeSlider .slick-dots > li:only-child,
.sliderWithDots .slick-dots > li:only-child,
.key-trends-slider .slick-dots > li:only-child,
.slider-with-title .slick-dots > li:only-child {
  display: none;
}
.inner-page-wrapper #events-news .col-md-8.events-box, .inner-page-wrapper #latest-jobs .col-md-8.events-box {
  width: 33.3333333333%;
}
.team-row .col-3 {
  cursor: pointer;
}
/* 404 */
.bg404 {
  background: url(../images/bg404.jpg) no-repeat;
  background-size: cover;
  min-height: 500px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: flex-end;
  padding-bottom: 60px;
}
.bg404 img {
  width: 100%;
}
.bg-content {
  width: 50%;
  text-align: center;
  position: relative;
  right: 0;
  top: 5vw;
  padding: 4vw;
}
.bg-content h1 {
  color: #fff;
  font-size: 11vw;
  font-weight: 600;
}
.bg-content p,
.form-code p {
  color: #fff;
  font-size: 2.1vw;
  font-weight: 600;
}
.form-code p {
  text-align: left;
  font-size: 1.2vw;
}
.bg-content .btn-link a {
  background-color: #ffff;
  text-decoration: none;
  padding: 1rem 4rem;
  font-weight: 500;
  font-size: 1.5vw;
  color: #0876d0;
}
.bg-content .btn-link {
  font-weight: 400;
  color: #0d6efd;
  margin: 3vw 2vw;
  text-decoration: none;
}
.form-code {
  padding-top: 5vw;
  padding-bottom: 3vw;
}
.form-code form input {
  background-color: transparent;
  font-size: 1vw;
  padding: 0.8vw;
}
.talk-to-us-form.error-404-form {
  background: transparent;
  padding: initial;
  margin-top: 1vw;
}
.error-404-form input,
.error-404-form .hs-submit input {
  color: #fff;
  font-size: 1vw;
  border: 0.2vw solid #ffffff;
}
.error-404-form input,
.error-404-form .hs-submit input {
  color: #fff;
  font-size: 1vw;
  border: 0.2vw solid #ffffff;
}
.error-404-form .hs-submit input {
  border: 0;
}
.error-404-form .submitted-message {
  color: #fff;
  text-align: left;
}

.error-404-form .hs-error-msg {
  font-size: 1vw;
}

#rail-industry-services button.slick-arrow {
  background: #fff;
}
.rail-industry-services-img-box br{
  display: none;
}
.vertical-align-quest{
  vertical-align: middle;
    display: grid;
}
.vertical-align-quest ul{
  width: 92%;
}
/* .about-partner p{
  min-height: 55px;
} */
.form-code form input::placeholder,
.form-code form input ::placeholder,
.form-code .talk-to-us-form .hs-form-field.hs-message textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.form-code .hs_recaptcha.hs-recaptcha {
  display: none;
}
.form-code .talk-to-us-form .hs-form-field.hs-message {
  flex-basis: 70%;
  height: 2vw;
}
.form-code .talk-to-us-form .hs-form-field.hs-message textarea {
  resize: none;
  min-height: auto;
  height: 3.6vw;
  overflow: hidden;
  color: #fff;
  font-size: 1vw;
  border: 0.2vw solid #ffffff;
}
.form-code .hs_submit.hs-submit {
  width: 10vw;
  color: #fff;
  font-size: 1vw;
  border: 0.2vw solid #ffffff;
}
@media screen and (max-width: 1600px) {
  .form-code .talk-to-us-form .hs-form-field.hs-message {
    flex-basis: 69%;
  }
}
@media screen and (max-width: 1024px) {
  .bg404 {
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  .bg-content {
    width: 60%;
  }
  .bg-content .btn-link a {
    padding: 0.7rem 1rem;
    font-size: 2vw;
  }
  .form-code form input,
  .form-code .talk-to-us-form .hs-form-field.hs-message textarea,
  .form-code .hs_submit.hs-submit input {
    font-size: 3vw;
  }
  .form-code .hs_submit.hs-submit {
    width: 20vw;
    margin-top: 8vw;
  }
  .form-code .talk-to-us-form .hs-form-field.hs-message textarea {
    height: 7vw;
  }
  .form-code .hs-form-field,
  .form-code .talk-to-us-form .hs-form-field {
    margin-bottom: 15px !important;
  }
  /* #key-trends-section, #condense-design-cycle, .section-explore-industry {
  padding-bottom: 0;
} */
  .inner-page-wrapper #events-news .col-md-8.events-box,  .inner-page-wrapper #latest-jobs .col-md-8.events-box {
    width: 100%;
  }
}

/* automotive box new animation */
.engineering-box {
  position: relative;
  /* height: 25vw; */
  max-height: 11vw;
  transition: all 0.75s ease-in-out !important;
  background: linear-gradient(to bottom, #f3793ab3 50%, #fff 50%);
  background-size: 100% 202%;
  background-position: bottom;
  padding: 3.65vw 2.604vw 3.65vw 3.65vw;
}
.engineering-box:hover {
  max-height: 38vw;
  background-position: top !important;
  overflow: hidden;
}
.engineering-box:hover .hoveredBox {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  max-height: 50vw;
}

.hoveredBox {
  opacity: 0;
  visibility: hidden;
  transition: all 0.75s ease-in-out !important;
  pointer-events: none;
  max-height: 0;
}
.blue-active .engineering-box {
  background: linear-gradient(to bottom, #0093b3b3 50%, #fff 50%);
  background-size: 101% 202%;
  background-position: bottom;
}
.pink-active .engineering-box {
  background: linear-gradient(to bottom, #e52a72b3 50%, #fff 50%);
  background-size: 101% 202%;
  background-position: bottom;
}
.red-active .engineering-box {
  background: linear-gradient(to bottom, #b64e4eb3 50%, #fff 50%);
  background-size: 101% 202%;
  background-position: bottom;
}
.green-active .engineering-box {
  background: linear-gradient(to bottom, #6bbd46b3 50%, #fff 50%);
  background-size: 101% 202%;
  background-position: bottom;
}

.yellow-active .engineering-box {
  background: linear-gradient(to bottom, #ffc400b3 50%, #fff 50%);
  background-size: 101% 202%;
  background-position: bottom;
}

.violet-active .engineering-box {
  background: linear-gradient(to bottom, #4D1343b3 50%, #fff 50%);
  background-size: 101% 202%;
  background-position: bottom;
}

/* slide when not active/center*/
.hightech-explore-Industries .slick-slide,
.hightech-explore-Industries
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: transform 0.3s;
}

/* slide when active/center */
.hightech-explore-Industries .slick-center,
.hightech-explore-Industries
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1, 1);
}
.hightech-explore-Industries div.content,
.hightech-explore-Industries
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"]
  div.content {
  display: none;
}

.hightech-explore-Industries .slick-center + .slick-slide {
  transform: scale(0.8, 0.8);
}

.hightech-explore-Industries .slide {
  padding: 0 10px;
}

.hightech-explore-Industries .slick-slide img {
  width: 100%;
}
.hightech-explore-Industries .slick-slide h5 {
  font-size: 1.45vw;
}
.hightech-explore-Industries .slick-slide img {
  width: 100%;
  margin-bottom: 3vw;
}
.hightech-explore-Industries .slick-slide h5,
.hightech-explore-Industries .slick-slide p,
.hightech-explore-Industries .slick-slide a {
  opacity: 0;
}
.hightech-explore-Industries .slick-slide.slick-center div.content {
  display: block;
}

.hightech-explore-Industries .slick-center div.content,
.hightech-explore-Industries .slick-center h5,
.hightech-explore-Industries .slick-center p,
.hightech-explore-Industries .slick-center a {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  animation-name: fadeInUpNew;
  -webkit-animation-name: fadeInUpNew;
  animation-delay: 0.3s;
  display: block;
}
.hightech-explore-Industries .slick-center h5 {
  animation-delay: 0.5s;
}

.hightech-explore-Industries .slick-center p {
  animation-delay: 0.7s;
}

.hightech-explore-Industries .slick-center a {
  animation-delay: 0.8s;
}

/* Animation */

.hightech-explore-Industries .slick-prev {
  position: absolute;
  /*       transform: rotate(180deg) translateY(50%); */
  /*   bottom: 20%; */
  left: 28%;
  z-index: 1;
  width: 3vw;
  cursor: pointer;
  height: auto;
  top: 73%;
}

.hightech-explore-Industries .slick-next {
  position: absolute;
  /*   bottom: 20%; */
  right: 28%;
  z-index: 1;
  width: 3vw;
  cursor: pointer;
  height: auto;
  top: 73%;
}

.hightech-explore-Industries .slick-arrow:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  transition: box-shadow 0.25s ease-in-out;
}
.hightech-explore-Industries .slick-slide a {
  font-size: 1.2vw;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  border: 2px solid #000;
  padding: 0.3vw 0.8vw;
  margin-top: 1vw;
  display: inline-block;
}
.hightech-explore-Industries .slick-slide img {
  width: 100%;
}
/* Animation */

@keyframes fadeInUpNew {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUpNew {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

#footer-section {
  background: url(/wp-content/uploads/2021/07/footer_bg.png)
    no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}

#footer-section ul li.menu-item-has-children > a {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5vw;
}
#footer-section ul.sub-menu li,
#footer-section ul.sub-menu li a {
  font-size: 0.8vw;
  font-weight: 400;
}
#footer-section ul li.menu-item-has-children > a:after {
  content: "";
  border-bottom: 10px;
  width: 3vw;
  height: 3px;
  background-color: #007bb6;
  position: absolute;
  left: 0;
  bottom: -5px;
}
#footer-section ul.sub-menu li a:hover {
  padding-left: 0.65vw;
  position: relative;
  color: #007bb6;
  /* font-weight: 600; */
}
#footer-section ul.sub-menu li a::before {
  display: inline-block;
  content: "";
  border-width: 0px 1px 1px 0px;
  border-color: #007bb6;
  width: 0.65em;
  height: 0.65em;
  position: absolute;
  left: -15px;
  border-style: solid;
  top: 7px;
  transform: rotate(320deg);
  transition: all 0.35s ease-in-out;
}
#footer-section ul.sub-menu li a:hover::before {
  left: -5px;
}
.footerOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
#footer-section ul {
  z-index: 9;
}
.meet-leader-icon svg {
  width: 2vw;
  height: auto;
  margin-top: 1vw;
}
.pink-active .meet-leader-icon svg .colored-icon {
  fill: #e52a72;
}
.orange-active .meet-leader-icon svg .colored-icon {
  fill: #f3793a;
}
.blue-active .meet-leader-icon svg .colored-icon {
  fill: #0093b3;
}
.green-active .meet-leader-icon svg .colored-icon {
  fill: #6bbd46;
}
.red-active .meet-leader-icon svg .colored-icon {
  fill: #b64e4e;
}

#industries-we-serve-res img.mobile {
  display: none;
}
#industries-we-serve-res {
  display: none;
}

#industries-we-serve {
  display: block;
}
#industries-we-serve-res .control-w{
  /* width: 700px; */
  margin: 0 auto;
}

/* .home-page-wrapper #inner-banner .mb4 {
  margin-bottom: 0px !important;
} */
#engineering-chronicles {
  margin-top: 3.5vw;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.partners-box .grey-boxes {
  background-color: #ffffff;
  min-height: 12vw;
}
.partners-box img {
  max-height: 14vw;
}
#corporate-tab-section #myTabContent {
  min-height: 8vw;
}

#design-cycle-slider-section .row.align-items-center {
  width: 100%;
  margin: 0;
}

.wp-pagination {
  margin: 4vw auto;
  max-width: 88.9vw;
  overflow: auto;
  justify-content: center !important;
  display: flex;
  padding-left: 0;
  list-style: none;
}
#product-engineering-section p {
  font-size: 1.14vw;
  margin-bottom: 10px;
  font-weight: 400;
}
.section-events-newsroom #events-news #featured-news-sec .boxes a {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.key-trends-arrows-container button img,
.rail-industry-services-arrows-container button img {
  width: 3vw;
}

.wp-pagination .page-numbers {
  padding: 0.375rem 0.75rem;
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0px;
  color: #62676a;
  border-radius: 0;
  font-size: 19px;
  line-height: 1.312;
  cursor: pointer;
}

.wp-pagination .current {
  background-color: #0093b3;
  color: #fff;
}
#key-trends-section,
.section-explore-industry,
.sliderWithDots {
  padding-bottom: 30px;
}

.parentVerticalTab{
  background-color: #fafafa;
}
#parentHorizontalTab-quest .sliderWithDots {
  padding-bottom: 0px;
}
#parentHorizontalTab-quest .engineering-chronicle-text{
  margin-top: 15px;
}


.readmore {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 30px;

  transition:max-height 0.15s ease-out;

}

.readmore.expand{
  max-height: 5000px !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link{
  position: absolute;
  bottom: -8px;
  right: 0;
  display: block;
  width: 100%;
  height: 80px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  padding-top: 40px;
  background-image: linear-gradient(to bottom, white, white);
  cursor: pointer;
  font-size: 0.677vw;
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 29px 0;
  text-transform: uppercase;

}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top:10px;
  height:20px;
}

.readmore-link:after {
  content:"Read more";
    background-color: #ed6010;
    transition: all 0.3s;
    z-index: -1;
    padding:0.67vw 3.125vw 0.67vw 1.125vw;
    margin-left: 30px;
}
.readmore-link.expand:after{
  content:"Read less";
  background-color: #f3793a;
  z-index: -2;
  padding: 0.67vw 3.125vw 0.67vw 1.125vw;
  margin-left: 0px;
}
.tab-section.section-1629712516 {
  margin-top: -30px;
}
.hightech-explore-Industries ul.slick-dots{
  bottom: -10px;
}
.rail-industry-slider-wrapper.sliderWithDots a.orange-btn {
  position: absolute;
  bottom: 1.6vw;
}
.rail-industry-slider-wrapper.sliderWithDots .description-box {
  margin-bottom: 4vw;
}
#tab-acc-section .tab-acc-wrapper.container-fluid.w885 {
  margin-bottom: 15px;
}
#rail-industry-section .rail-industry-content .grey-boxes{
  position: relative;
  margin-bottom: 3vw;
}
#rail-industry-section a.orange-btn {
  position: absolute !important;
  bottom: 1.6vw;
}
#insights-section a.cta-btn.download-btn.d-flex {
  position: absolute;
  bottom: 1.6vw;
}
#insights-section .insights-details {
  padding-bottom: 5vw;
}
#insights-section .insights-box {
  position: relative;
}
.mt2 {
  margin-top: 30px !important;
}
.nav .big-nav > ul.two-col-layout::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  border-right: 1px solid #777777;
  left: 37%;
  top: 5%;
}

.tooltip-sec span {
  background-color: #e0dfe1;
  color: #15495f;
  font-weight: 800;
  border-radius: 0;
  font-size: 0.9375vw;
  padding: .25rem .5rem;
  /* color: #fff; */
  text-align: center;
}

.slick-prev:before, .slick-next:before{
  color: #fff0;
}
.rail-industry-services-slider .slick-prev,
.rail-industry-services-slider .slick-prev:focus,
.rail-industry-services-slider .slick-prev:hover {
	background: #fff0 !important;
  width: 70px;
	height: 50px;
	top: inherit;
	position: absolute;
	outline: 0;
	border: none;
	z-index: 1;
	border-radius: 50px;
	top: 52%;
  left: -61px;
	transform: rotate(180deg);
	transform-origin: 30px 18px
}

.rail-industry-services-slider .slick-next,
.rail-industry-services-slider .slick-next:focus,
.rail-industry-services-slider .slick-next:hover {
	background: #fff0 !important;
	width: 70px;
	height: 70px;
	top: inherit;
	position: absolute;
	outline: 0;
  right:-75px;
	border: none;
	z-index: 1;
	border-radius: 50px;
	top: 52%;
}
.hi-tech span{
  position: absolute;width: max-content;left: 165%;bottom: 30%;z-index: 99;
}
.semiconductors span{
  position: absolute;width: auto;left: 200%;bottom: 37%;z-index: 99;
}
.healthcare-and-medical-devices span{
  position: absolute;width: 200%;left: 210%;bottom: 10%;z-index: 99;
}
.automotive span{
  position: absolute;left: 200%;bottom: 26%;z-index: 99;
}
.rail span{
  position: absolute;bottom: 23%;left: -330%;z-index: 99;
}
.energy span{
  position: absolute;bottom: 22%;left: -360%;z-index: 99;
}
.aerospace-defense span{
  position: absolute;width: 180%;left: -240%;z-index: 99;
}

/* .scrollclass::before{
  content: "";
  height: 80px;
  display: block;
  margin-top: -80px;
} */

#scroll h2::before {
  content: ' \25B2';
  font-size: 26px;
  position: absolute;
  bottom: 6px;
  left: 6px;
}
#scroll h2{
  border: 1px solid #000;
  height: 44px;
  width: 44px;
  margin: 0 auto;
  position: relative;
}
.cookiealert.show p{
  float: left;
    text-align: left;
    width: 80%;
}
.textcentercookies {
  width: 90%;
  margin: 0 auto;
}
.cookiealert .acceptcookies {
  float: right;
  font-size: 16px;
  padding: 5px 30px;
  margin-top: 11px;
}

div.arrow {
  width: 4vmin;
  height: 4vmin;
  box-sizing: border-box;
  position: absolute;
  left: 27%;
  top: -21px;
  transform: rotate(
-45deg);
}
div.arrow::before {
		content: '';
		width: 100%;
		height: 100%;
		border-width: .6vmin .6vmin 0 0;
		border-style: solid;
		border-color: #000;
		transition: .2s ease;
		display: block;
		transform-origin: 100% 0;
	}

	
	div.arrow:after {
		content: '';
		float: left;
		position: relative;
		top: -100%;
		width: 100%;
		height: 100%;
		border-width: 0 .6vmin 0 0;
		border-style: solid;
		border-color: #000;
		transform-origin: 100% 0;
		transition:.2s ease;
	}

	
@media screen and (max-width: 1440px) {
  #footer-section ul.sub-menu li a:hover::before {
    top: 5px;
  }
  li.nav-item.icon-nav.has-megamenu a#menu-icon {
    padding: 25px 24% !important;
}
.rail-industry-services-slider .slick-next, .rail-industry-services-slider .slick-next:focus, .rail-industry-services-slider .slick-next:hover {
  width: 35px;
  height: 70px;
  right: -5%;
}
}
@media screen and (max-width: 1024px) {
  .hi-tech span {
    bottom: 39%;
  }
  .healthcare-and-medical-devices span {
    bottom: 16%;
  }
  .semiconductors span {
    bottom: 43%;
  }
  .rail span {
    bottom: 32%;
}
.aerospace-defense span {
  bottom: 38%;
}
.energy span {
  bottom: 30%;
}
#banner-section .position-relative {
  width: 99.4%;
}
.inner-page-wrapper #banner-section {
  width: 90vw;
}
  .resources-section-tiles .resources-section-tile{
    padding-bottom: 5vw;
  }
  .pagination .page-item:first-child {
    margin-left: 18.08vw;
    margin-right: 0;
}
  .resources-section-tiles .resources-section-tile p {
    font-size: 1.045vw;
    font-weight: 600;
    width: 90%;
    height: auto;
    margin-top: 6px;
    margin-bottom: 14px;
}
#condense-design-cycle {
  padding-bottom: 30px;
  width: 88.8vw;
}

}

@media screen and (max-width: 800px) {
  #industries-we-serve-res .control-w {
    width: 100%;
    margin: 0 auto;
}
  #banner-slider .top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner-slider .top-banner video{
  height: 100%;
}
  #footer-section ul.sub-menu li a:hover::before {
    top: 2px;
  }
  #featured-news-sec .content-section h6,
  #featured-news-sec .content-section p {
    font-size: 12px;
    max-height: 100vw;
  }
  #banner-slider .banner-video.top-banner {
    height: 40vw;
}
.inner-page-wrapper #banner-section {
  width: 98.9vw;
}
  .partners-box img {
    max-height: 14vw;
    width: 100%;
  }
  .fixed-top#navbar_top,
  .fixed-top li.nav-item {
    height: 5vw;
  }
  .fixed-top .navbar-brand img {
    /* transform: scale(0.65); */
    width: 100%;
    max-width: 6.25vw;
  }

  .new-chronicles-content .engineering-chronicle p {
    min-height: 70px;
  }
  .new-chronicles-slider .slider-fixed-bg {
    padding: 9vw 0;
  }
  #questFuture .p-3 {
    padding: 1rem 0.5rem !important;
  }
  .wp-pagination .page-numbers {
    font-size: 16px;
  }

  #industries-we-serve-res {
    display: block;
  }
  #industries-we-serve {
    display: none;
  }
  #contactUsHorizontalTab {
    padding-left: inherit;
    padding: 10px;
  }
  #contactUsHorizontalTab .resp-tabs-container {
    background-color: #f1f1f1;
    padding-top: 0;
  }
  .resp-tab-content-active {
    display: block;
    padding: 16px;
  }
  #contactUsHorizontalTab .col-4 img {
    max-width: 20vw;
    width: 100%;
    float: right;
    margin: 0;
  }
  h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1 !important;
  }

div#condense-design-cycle {
  padding-bottom: 30px;
}
#condense-design-cycle {
  padding-bottom: 30px;
  width: 88.8vw;
}

.resources-section-tiles .resources-section-tile a {
  font-size: 12px;
}
.resources-section-tiles .resources-section-tile p {
  font-size: 12px;
}
#resources-section .page-item .page-link, .inner-page-wrapper.blue-active .page-item .page-link{
  font-size: 16px;
}
.engineering-box.active .hoveredBox {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  max-height: 50vw;
}
.engineering-box.active {
  max-height: 38vw;
  background-position: top !important;
  overflow: hidden;
}
.modal-dialog {
  max-width: 89%;
  margin: 1.75rem auto;
}
.slidervideo .modal-content {
  background: transparent;
  border: 0;
  height: 50vw;
}
}
@media screen and (max-width: 769px) {
.resp-vtabs .resp-tabs-container {
  padding: 0;
  width: 100%;
}
.resp-vtabs .resp-tab-content {
  border: 1px solid #c1c1c1;
  padding: 14px;
}
.background-light-grey {
  background-color: #fafafa;
  padding: 3vw 0 2vw;
}
.banner-text h1 {
  font-size: 20px;
  margin-bottom: 24px;
}
.banner-text h2 {
  font-size: 20px;
  margin-bottom: 24px;
}
.breadcrumb-section.container-fluid.w885.mb4.mt2 {
  margin-top: 0 !important;
}
.contact-get-in-touch .col-md-4.float-right {
  display: none;
}
#banner-section .container-fluid.w885 {
  width: 89.8vw;
}
#banner-section .position-relative{
  width: 99.8%;
}
}

@media screen and (max-width: 767px) {
  .tab-section.container-fluid.w885.mb4.aos-init.aos-animate {
    display: none;
}
.contact-get-in-touch .col-md-4.float-right {
  display: none;
}
.rail-industry-services-arrows-container, .rail-industry-services-slider .slick-next, 
.rail-industry-services-slider .slick-next:focus, .rail-industry-services-slider .slick-next:hover,
.rail-industry-services-slider .slick-prev, 
.rail-industry-services-slider .slick-prev:focus, .rail-industry-services-slider .slick-prev:hover{
  display: none !important;
}
  #events-news .boxes .section-title,  #latest-jobs .boxes .section-title {
    margin-bottom: 5px !important;
  }
.leader-social-media img{
  width: 25px !important;
}
  #footer-section ul li.menu-item-has-children > a:after {
    width: 100%;
  }
  #footer-section ul.sub-menu li,
  #footer-section ul.sub-menu li a {
    font-size: 12px;
  }
  #footer-section ul li.menu-item-has-children > a {
    margin-bottom: 10px;
  }
  #footer-section ul.sub-menu li a::before {
    display: none;
  }
  #footer-section ul {
    position: relative;
  }
  .engineering-chronicle-text {
    padding-right: 1vw;
    width: 100%;
  }
  .mb4 {
    margin-bottom: 40px !important;
  }

  p,
  .engineering-box ul li,
  p strong,
  ol li {
    font-size: 12px !important;
  }
  #events-news .events-box.boxes .hover-readMore svg,   #latest-jobs .events-box.boxes .hover-readMore svg {
    width: 25px;
  }
  #events-news .content-section .hoverBtn img,   #latest-jobs .content-section .hoverBtn img {
    width: 15px !important;
  }
  .engineering-chronicle-text .hover-readMore,
  #events-news .content-section .hoverBtn,   #latest-jobs .content-section .hoverBtn {
    font-size: 10px;
  }
  .meet-leader-icon svg {
    width: 20px;
  }
  .team-row .col-3 {
    width: 50%;
  }
  .engineering-box {
    margin-bottom: 30px;
    max-height: 100px;
  }
  .engineering-box:hover,
  .engineering-box:hover .hoveredBox {
    max-height: 500px;
  }
  ul.breadcrumb li + li:before,
  .resp-vtabs .resp-tab-content ul li,
  ul li {
    font-size: 12px;
  }
  .background-light-grey {
    padding: 30px 20px;
  }
  .new-chronicles-slider .slider-fixed-bg {
    padding: 70px 0;
  }
  .home-page-wrapper #key-trends-section,
  .home-page-wrapper #condense-design-cycle {
    padding-bottom: 0;
  }
  #join-us {
    margin-bottom: 40px;
  }
  #partners {
    padding: 30px 0;
  }
  .section-title.container-fluid.w885 {
    max-width: 88.9vw;
  }
  #know-customer .section-title {
    margin: 0;
    width: 100%;
  }
  #questFuture .mb4 {
    margin-bottom: 40px !important;
  }
  #events-news .boxes:last-child,  #latest-jobs .boxes:last-child {
    margin-bottom: 0;
  }

  .content-section {
    padding-top: 1.9479vw;
    float: left;
    padding-bottom: 3.9479vw;
  }
  #events-news .events-box .section-title h4::after,  #latest-jobs .events-box .section-title h4::after {
    background: #0093b3;
    left: -35%;
  }

  #inner-banner button {
    bottom: 44%;
    /* right: 30px; */
    width: 10%;
    top: 46%;
  }
  .slider-with-title .col-7 {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
  #join-us .playicon {
    position: absolute;
    bottom: 40%;
    right: 4.75%;
    cursor: pointer;
  }
  #join-us .playicon01 {
    position: absolute;
    bottom: 40%;
    right: 4.75%;
    cursor: pointer;
  }
  #join-us .playicon img {
    width: 70px;
  }
  #join-us .playicon01 img {
    width: 70px;
  }
  #join-us .col-5 {
    width: 100%;
  }
  .engineering-chronicle-text {
    padding-right: 0;
  }
  .fixed-top.navbar-expand-md .navbar-nav .nav-item:nth-last-child(1) .dropdown-menu {
    height: auto;
}

#nav_mobile .dropdown-menu {
  background: none;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 0rem;
}
#nav_mobile .dropdown-menu a {
  font-size: 12px;
  padding: 0;
  white-space: break-spaces;
}
#nav_mobile .dropdown-menu li {
  border-bottom: 1px solid #4444442b;
  margin-bottom: 2vw;
  padding: 0 0 5px 0;
}
#nav_mobile .dropdown-menu a:hover, #nav_mobile .dropdown-menu a.active {
  color: #777777;
  background: transparent;
  font-weight: 700;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
#scroll img {
  width: 6.396vw;
  transform: rotate(270deg);
}
.key-trends-arrows-container button img, .rail-industry-services-arrows-container button img{
  width: 4vw;
}
.key-trends-arrows-container {
  top: -64px !important;
}
#events-news .content-section, #latest-jobs .content-section {
  width: 100%;
}
#key-trends-section .slick-dots, .slider-with-title .slick-dots, .sliderWithDots .slick-dots {
  bottom: -40px !important;
}
.search-mobile.nav-item.icon-nav {
  display: block;
}
.search-mobile.nav-item.icon-nav {
  float: right;
  display: grid;
  position: absolute;
  right: 80px;
  top: 12px;
}
.searchOverlay .closebtn {
  position: absolute;
  top: 8%;
  right: 7.5vw;
  font-size: 9vw;
  cursor: pointer;
  color: white;
}
.search-icon, .glob-icon {
  max-width: 5.44166vw;
}
.searchOverlay button {
  float: left;
  width: auto;
  padding: 0;
  background: none;
  font-size: 17px;
  border: none;
  cursor: pointer;
  right: 13px;
  top: 14px;
}
.searchOverlay input[type=text] {
  padding: 15px;
  font-size: 20px;
  border: none;
  /* float: left; */
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: 0;
  color: #fff;
  text-align: center;
  opacity: 1;
}
.overlay-content input::placeholder{
  color: #fff;
}
.fixed-top .search-mobile.nav-item.icon-nav {
  top: 4px;
  transition: box-shadow .15s ease-in-out;
}

.talk-to-us-form .hs-submit input, #whitePaperForm .hs-submit input, .websiteForm .hs-submit input {
  padding: 9px;
  border: 0;
  width: auto;
  width: 100%;
  font-size: 15px;
}
#banner-slider .banner-video.top-banner {
  height: 40vw;
}

.tab-section.container-fluid.w885.mb4.section-intro {
  display: block;
}
.rail-industry-slider-wrapper.sliderWithDots a.orange-btn {
  position: relative;
  bottom: 00px;
}
.rail-industry-slider-wrapper.sliderWithDots .description-box {
  margin-bottom: 00px;
}
#tab-acc-section .tab-acc-wrapper.container-fluid.w885 {
  margin-bottom: 0px;
}
#rail-industry-section .rail-industry-content .grey-boxes{
  position: relative;
  margin-bottom: 0px;
}
#rail-industry-section a.orange-btn {
  position: relative !important;
  bottom: 0px;
}
#insights-section a.cta-btn.download-btn.d-flex {
  position: relative;
  bottom: 0px;
  float: left;
}
#insights-section .insights-details {
  padding-bottom: 0px;
}
#insights-section .insights-box {
  position: relative;
}
.inner-page-wrapper .resp-tab-content h2, .tab-acc-list .resp-tabs-container p {
  width: 100%;
}
.home-page-wrapper #key-trends-section{
  padding-bottom: 30px;
}
.contact-get-in-touch .talk-to-us-form .hs-form-field {
  margin-bottom: 20px !important;
}
.websiteForm .hs-error-msgs li {
  font-size: 10px;
}
.tab-section.container-fluid.w885.mb4.res-hide{
  display: none;
}
.section-title select {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
}

@media screen and (max-width: 577px) {
  .poster-image {
    height: 100%;
    object-fit: cover;
    object-position: left;
}
  .inner-page-wrapper .leadership-inner-banner h1 {
    font-size: 18px;
    margin-bottom: 20px;
}
  .wp-pagination .page-numbers {
    font-size: 18px;
  }
  .key-trends-arrows-container button img,
  .rail-industry-services-arrows-container button img {
    width: 6vw;
  }
  .key-trends-arrows-container button,
  .rail-industry-services-arrows-container button {
    display: none !important;
  }
  #events-news .content-section p, #latest-jobs .content-section p {
    margin-bottom: 1vw;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 45.3vw;
  }
  .content-section {
    padding-top: 2.9479vw;
    float: left;
    padding-bottom: 7.9479vw;
  }
  #events-news .events-box .section-title h4::after,   #latest-jobs .events-box .section-title h4::after {
    background: #0093b3;
    left: -37%;
  }
  .section-title {
    margin-bottom: 10px !important;
  }
#events-news, #latest-jobs   {
    background-color: rgba(90, 107, 123, 0.08);
    /*   padding: 4.6875vw 0 5.2083vw; */
    padding: 40px 0 0.01vw;
  }

  section#engineering-chronicles {
    margin-top: 6.5vw !important;
    padding-bottom: 0;
  }
  #inner-banner button {
    bottom: 41%;
    /* right: 30px; */
    width: 15%;
    top: 41%;
  }
  .mt2 {
    margin-top: 0px !important;
}
  #partners p,
  #partnerModal p {
    font-size: 10px !important;
    max-width: 100%;
    line-height: 13px;
  }
  #join-us .playicon {
    position: absolute;
    bottom: 52%;
    right: 4.75%;
    cursor: pointer;
  }
  #join-us .playicon01 {
    position: absolute;
    bottom: 52%;
    right: 4.75%;
    cursor: pointer;
  }
  #join-us .playicon img {
    width: 40px;
  }
  #join-us .playicon01 img {
    width: 40px;
  }
  #join-us .col-5 {
    width: 100%;
  }
  .qfs .counter-block-w {
    padding: 5vw 0px 30px;
  }
  .fixed-top .navbar-brand img {
    /* transform: scale(0.65); */
    width: 100%;
    max-width: 11.25vw;
  }
  
  #contactUsHorizontalTab {
    padding: 0px;
    padding-left: 0px;
  }
  #industries-we-serve-res img.tab01 {
    display: none;
  }
  #industries-we-serve-res img.mobile {
    display: block !important;
  }
  .industries-group {
    width: 50%;
  }
  #tab-acc-section .resp-tab-content .col-8, #tab-acc-section .resp-tab-content .col-4{
    width: 100%;
  }
  #tab-acc-section .sliderWithDots {
    padding-bottom: 10px;
}
  #industries-we-serve-res .industries-group h3 {
    font-size: 14px !important;
  }
  .resources-section-tiles .resources-section-tile a {
    position: relative;
    margin-top: 20px;
  }
  .country-select-dropdown {
    background-size: 10px;
    width: 100px;
}
#banner-slider .banner-video.top-banner {
  height: 100%;
  min-height: 54vw;
}
#banner-slider .top-banner .leader-banner-img img {
  width: 28.624vw !important;
  float: right;
}
#homeBanner .container-fluid img.a-left.control-c.prev.slick-prev.slick-arrow, 
#homeBanner .container-fluid img.a-left.control-c.next.slick-next.slick-arrow{
  display: none !important;
}
}
@media screen and (max-width: 480px) {
  #join-us .playicon {
    position: absolute;
    bottom: 60%;
  }
  #join-us .playicon01 {
    position: absolute;
    bottom: 60%;
  }
  /* .industries-group {
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  #industries-we-serve-res img {
    width: 100%;
    position: absolute;
    padding: 2px;
    bottom: 0;
  } */
  .orange-active #scroll p {
    color: #f3793a;
    font-size: 8px !important;
}
div.arrow {
  left: 30%;
  top: -15px;
}

.leadership-inner-banner .leader-social-media {
  margin-top: 6.145vw;
}
.leader-banner-img {
 width: 33.624vw !important;
}
.country-select-dropdown {
  background-size: 10px;
  width: 120px;
}

}

@media screen and (max-width: 420px){
.industries-group {
    width: 100%;
}
#industries-we-serve-res .industries-group h3 {
  font-size: 16px !important;
  padding: 14px;
}
.inner-page-wrapper .section-title {
  width: 99%;
}

  .industries-group {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  #industries-we-serve-res img {
    width: 100%;
    position: absolute;
    padding: 2px;
    bottom: 0;
  }
}

.lcajob .content-section img.link {
  position: relative !important;
  bottom: inherit  !important;
  right: inherit  !important;
      }
      .lcajob .content-section,  .lcajob .content-section h6{
          width: 100%;
      }
      /* .lcajob .section-title h4{
          border-bottom: 0.3125vw solid #ff7600 !important;
      }
      .lcajob .section-title h4::after {
      
      background: #ff7600 !important;
  }
  .lcajob .section-title h3{
    border-color: #ff7600;
  } */

  #latest-jobs .content-section img {
    width: 2.60416vw;
    float: right;
    transform: scale(0.9);
    transition: all 0.35s ease-in-out;
    height: 2.60416vw;
}

#join-us .playicon01 {
  position: absolute;
  bottom: 8%;
  right: 4.75%;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 99;
}
/* Inner banner Css*/
.bann-cont-text{
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 9;
display: flex;
top: 50%;
left: 0;
width: 38vw;
transform: translate(9%, -50%);
flex-wrap: wrap;
}
.bann-cont-text h3{
    color: #0093b3;
    font-size: 2.5vw!important;
    width: 100%;
}
.bann-cont-text p{
  color: #fff;
font-size: 2vw!important;
line-height: 2.5vw;
}

@media screen and (max-width:480px){
  .bann-cont-text p{
    line-height: 12px;

  }
 
}

/*Corporate Timeline*/
.timeline-slider .slick-slide{
  margin: 0 auto;
text-align: center;

}

.timeLineContent {
  display: inline-flex;
max-width: 60vw;
margin: 0 auto;
text-align: center;
position: relative;
width: 100%;
}

.timeLineContent img {width:100%}

.timeLineContent.sliderDesc {}

.timeline-slider .sliderDesc p {
width: 90%;
text-align: left;
margin: 0 auto;
color:#fff;
}
.timeLineContentDiv{
width: 70%;
background-color: #0093b3;
margin-top: 6%;
position: relative;
z-index: 9;
padding-top:30px;
padding-bottom:30px;
}
.timeLineImg{
width: 30vw;
position: relative;
z-index: 99;
}
.timeLineContentDiv::before{
content: '';
position: absolute;
background-color: #0093b3;
left: -15vw;
top:0;
height: 100%;
z-index: -9;
border-left: 15vw solid #0093b3;
display: none;
}
.event-registration{
  padding: 25px;
}
.bann-cont-text {
  text-align: left;
  left: -600%;
}
.timeline-slider .timeLineContentDiv ul li, .timeLineContentDiv ol li{
  text-align: left;
  color: #fff;
  float: left;
  width: 100%;
}
.timeline-slider .sliderDesc ul, .timeline-slider .sliderDesc ol{
  max-width: 90%;
}
.timeLineContentDiv {
  float: left;
  height: 100%;
}
.timelinewithoutimg{
  display: block;
  max-width: 400px;
}
.timelinewithoutimg .timeLineContentDiv{
  width: 100%;
}
@media screen and (max-width:768px){
.timeLineContent {
max-width: 80vw;
}
.timelinewithoutimg {
  display: block;
  max-width: 400px;
}
#latest-jobs .content-section img {
  width: 3.60416vw;
  height: 3.60416vw;
}

}
@media screen and (max-width:766px){
.bann-cont-text {
  text-align: left;
  left: -440%;
}
}
@media screen and (max-width:580px){
  .bann-cont-text {
    text-align: left;
    left: -275%;
  }
  .event-registration{
    padding: 20px;
  }
  #latest-jobs .content-section img {
    width: 5.60416vw;
    height: 5.60416vw;
  }
  .fixed-top.navbar-expand-md
  .navbar-nav
  .nav-item:nth-last-child(1)
  .dropdown-menu {
  height: auto;
}

}
@media screen and (max-width:480px){
.timeLineContent{
  display:block;
}
.timeLineImg {
width: 80vw;
}
.tiltle-with-band h3 {
  font-size: 11px !important;
}
.timeLineContentDiv {
width: 100%;
margin-top:0;
}
.timeLineContentDiv::before{
  display:none;
}
#latest-jobs .content-section img {
  width: 5.60416vw;
  height: 5.60416vw;
}
}





body.home-page-css{
  background-color: #ffc400;
}
.bg-light {
  background-color: #ffffff03 !important;
  border-bottom: 0px solid rgba(112, 112, 112, 0.2);
}
#navbar_top > .container-fluid {
  background-color: #4c203f;
  z-index: 99;
  border-bottom: 0px solid rgba(112, 112, 112, 0.2);
  height: 100%;
}
.cta-btn span img {
  width: 1.88vw !important;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
  color: #fff !important;
}
#navbar_top .dropdown-toggle::after{
  color: #4e2341 !important;
}
.fixed-top .navbar-brand img {
  /* transform: scale(0.65); */
  width: 100%;
  max-width: 100px;
}
/* body.home-page-css::before {
  position: absolute;
  content: "";
  background: url(../images/home-page-header-fix.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 35%;
  top: 0;
  left: 0;
} */
#key-trends-section, #questFuture {
  clear: both;
  float: left;
  width: 100%;
}
.home-page-css .section-title {
  margin-bottom: 2.5vw;
  display: block;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.home-page-css .section-title h3 {
  border-bottom: none;
  font-weight: 700;
  font-size: 3.083vw;
}
.home-page-css section:hover .section-title h3, 
.home-page-css #key-trends-section:hover .section-title h3{
  padding-right: 0;
}

#industries-we-serve .section-title, 
.home-page-css #key-trends-section:hover .section-title,
.home-page-css #key-trends-section .section-title {
  border-bottom: 0px solid rgba(90, 107, 123, 0.19);
}
.homeBanner-content .cta-btn .btn-txt{
border: none;
/* padding: 0.78125vw 1.0833vw 0.78125vw 0.833vw; */
}
.homeBanner-content .cta-btn .arrow-icon {
  border: none;
  }
  .cta-btn span img {
    width: 1.88vw !important;
  }
.cta-btn {
  border: 1px solid #fff;
  border-radius: 50px;
  padding-right: 10px;
  padding: 10px;
}

.navbar-brand img {
  transition: all 0.5s ease;
  width: 100%;
  max-width: 12vw;
}
.fixed-top#navbar_top {
  height: 4vw;
  background-color: #4c213f !important;
}








#inner-banne-video .main-container{
  position:relative;
}
.commonSection {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
height: 100vh;
padding: 0px;
}

.commonSection--grey {
   background-color: #4c213f;
  background: url(../images/video-back-bg.jpg) no-repeat;
  background-size: cover;
}
.commonSection > * { margin: auto; }
.commonSection.active #video-banner-text{
  display: none;
}
.home-page-css #inner-banne-video .bann-cont-text {
  position: relative;
  left: 50%;
  transform: inherit;
  z-index: 9;
  opacity: 1;
  bottom: 0;
  left: 0;
  width: 70%;
  transform: inherit;
  flex-wrap: wrap;
  margin-top: 12vw !important;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0 !important;
}
.product {
overflow: hidden;
}
.home-page-css section#inner-banne-video {
  background: #4c213f;
}
section#inner-banne-video {
  float: left;
  width: 100%;
  margin: 0% 0;
  position: relative;
}
.home-page-css #inner-banne-video .bann-cont-text h3 {
  color: #ffc400;
  font-size: 1.8vw!important;
  width: 100%;
  margin: 0 auto;
  height: auto;
  line-height: normal;
}
.home-page-css #inner-banne-video .bann-cont-text p {
  color: #fff;
  font-size: 1.3vw!important;
  line-height: 2vw;
  width: 100%;
  height: auto;
  margin: 10px auto;
}
#inner-banne-video .inner-section{
  background: #4c213f;
}
 button.play-pause-button img {
  width: 100%;
  transition: all 0.35s ease-in-out;
  height: 100%;
}
.play-pause-button img {
  width: 5.67vw;
  cursor: pointer;
}
button.play-pause-button  {
  display: inline-block;
  position: absolute;
  opacity: 0.9;
  width: 7.32vw;
  outline: none;
  background: transparent;
  border: 0;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}
.product img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin: 0px auto 0;
  position:absolute ;
}


#inner-banne-video .inner-section > *{
  color:#fff;
  height: 100%;
}
/* .active .inner-section {
  display: block !important;

} */
#inner-banne-video .inner-section{
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0px 0;
  z-index: 999;
  overflow: hidden;
  background: none;
  top: 0;
  height: 100%;
}

.product img.poster-image {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin: 0px auto 0;
  opacity: 1 !important;
}
#inner-banne-video .inner-section:after{
  content:'';
  z-index:-1;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:inherit;
  opacity:0.3;
}
#inner-banne-video p.sub-head {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  padding-top: 60px;
  z-index: 0;
  font-weight: 600;
  color: #ef475e;
}
#inner-banne-video .text11 {
display: none;  
height: 100%;
}
.full-width-video-sec embed, .full-width-video-sec iframe{
  height: 100%;
}
#inner-banne-video .full-width-video-sec{
  height: 100%;
}
#inner-banne-video .text11 .video-height{
  height: 100%;
}
#industries-we-serve {
  display: block;
  padding: 2% 0 0;
  float: left;
  width: 100%;
  position: relative;
}
#industries-we-serve::before {
  position: absolute;
  content: "";
  background: url(../images/Industries-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  background-size: 98%;
  background-position-y: bottom;
}
.home-page-css .section-title p{
  width: 50%;
  margin: 0 auto;
}
.industries-web-design{
  width: 100%;
  float: left;
  padding: 5% 0 4%;
}
.industries-web-design ul{
padding: 4% 0;
margin: 0 auto;
width: 100%;
list-style: none;
text-align: center;
align-items: center;
justify-content: center;
display: block;
}
.industries-web-design ul li{
  padding: 0;
  margin: -4% 8%;
  width: 12%;
  float: none;
  list-style: none;
  text-align: center;
  display: inline-block;
  }
  a {
    text-decoration: none;
}
  .industries-web-design ul li .imgzoom{
    width: 100%;
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin: 0 auto;
  }
  .industries-web-design ul li img{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    }
    .industries-web-design ul li:hover .imgzoom{
      padding: 0;
      -webkit-transform: scale(1.4);
	transform: scale(1.4);
    }
    .industries-web-design ul li:hover .imgzoom p{
      padding: 0;
      -webkit-transform: scale(0.8);
	transform: scale(0.8);
    }
    .industries-web-design ul li p{
      padding: 0;
      margin: 0;
      color: #000;
      width: 100%;
      text-align: center;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      font-size: 0.9vw;
      color: #4c213f;
      margin-top: 10px;
      font-weight: 600;
      }
      .section-title h3 {
        color: #4c213f;
      }
      section{
        clear: both;
      }
      .home-page-css #key-trends-section {
        position: relative;
        padding: 4% 0;
    }

      .home-page-css #key-trends-section::before {
        position: absolute;
        content: "";
        background: url(../images/thought-leadership-bg.png) no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100%;
        bottom: 0;
        left: 0;
      }

      .cta-btn {
        font-size: 1vw;
      }

      .home-page-css #key-trends-section .container-fluid h2 {
        font-size: 2.75vw;
        color: #000;
        font-weight: bold;
        line-height: 3.48vw;
    }

      .home-page-css #key-trends-section .main {
        width:100%;
        display:block;
        float: left;
      }
      .home-page-css #key-trends-section .position-relative.aos-init.aos-animate{
        width: 100%;
        float: left;
      }
      .home-page-css #key-trends-section .container-fluid.w880{
        width: 80.9vw;
      }
      .home-page-css #key-trends-section .slider-nav 
      .slick-slide.slick-current.slick-active{
        display: none;
      }
      .home-page-css #key-trends-section .slider-nav {
        width: 350px;
        float: right;
        margin-top: -5vw;
      }
      .home-page-css #key-trends-section .slider-nav img {
        width: 80%;
        float: left;
        background: #a8a0a8;
        border-radius: 50%;
        padding: 0px;
        border: 0px solid #0000;
        margin: 0px;
        cursor: pointer;
    }
      .home-page-css #key-trends-section .slick-initialized .slick-slide{
        /* width: 100px !important;
        float: right; */
      }
      .home-page-css #key-trends-section.slick-slide {
        opacity: 1 !important;
    }
    .home-page-css #key-trends-section .img-overflow {
      position: absolute;
      right: -55px;
      bottom: 45px;
      background: #4c213f;
      color: #ffc400;
      width: 13vw;
      height: 13vw;
      text-align: center;
      padding: 0vw 0 0 0px;
      border-radius: 50%;
    }
    .home-page-css #key-trends-section .img-overflow h4{
      font-size: 1.2vw;
      font-weight: 600;
    }
    .home-page-css #key-trends-section .img-overflow p{
      font-size: 1vw;
      width: 90%;
      margin: 0 auto;
    }
    .home-page-css #key-trends-section .slider-for .slick-slide .img-main-left img {
      display: block;
      position: relative;
      width: 92%;
      
  }
  .home-page-css #key-trends-section .img-main-left {
    position:relative;
    float: left;
  }

  .home-page-css #key-trends-section .text-key-rail-right{
    float: right;
  }
  .home-page-css #key-trends-section .width-control {
    width: 35vw;
    margin: 6vw 9vw;
}
.home-page-css #key-trends-section .width-control h3{
  font-size: 2.7vw;
  font-weight: 600;
  color: #4c213f;
}
.home-page-css #key-trends-section .cta-btn {
  border: 1px solid #4c213f;
  border-radius: 50px;
  padding: 0 10px;
  background: #4c213f;
  color: #fff !important;
  font-weight: 400;
}
.home-page-css #key-trends-section .cta-btn .btn-txt, 
.home-page-css #key-trends-section .cta-btn .arrow-icon {
  border: 0vw solid #000;
  padding:0vw 0.5vw;
}
.home-page-css #key-trends-section .width-control p{
  color: #000;
}
.home-page-css #key-trends-section .cta-btn:hover span img {
  right: -1vw;
}
.home-page-css #key-trends-section ul.slick-dots {
  display: none !important;
}



.new-chronicles-slider .slider-fixed-bg {
  float: left;
  width: 100%;
  clear: both;
}

#join-us {
  position: relative;
  float: left;
  width: 100%;
}

.home-page-css #engineering-chronicles .section-title {
  width: 100%;
  text-align: center;
  display: block;
  border: none;
}
#engineering-new-slider {
  padding: 0 0 4% 0;
  float: right;
  width: 94%;
  position: relative;
  margin-bottom: 4%;
}
.home-page-css #engineering-chronicles .slider-for{
  float: left;
}
.home-page-css #engineering-chronicles .slider-nav {float: right;
}

.home-page-css #engineering-chronicles .slider-for img {
  display: block;
  width: 98%;
  height: 25vw;
}
.home-page-css #engineering-chronicles .slider-nav img{
  height: 22vw;
  width: 94%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
.home-page-css #engineering-chronicles #engineering-new-slider ul.slick-dots{
  display: none !important;
}
.home-page-css #engineering-chronicles .slider-for h3{color: #fff;
    font-size: 2vw;
    padding: 20px;
}
.home-page-css #engineering-chronicles .cta-btn{
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.home-page-css .cta-btn .btn-txt, .home-page-css .cta-btn .arrow-icon{
  border: none;
  color: #fff;
}
.home-page-css #engineering-chronicles .slick-slide.slider-for img {
  display: block;
  width: 98%;
}

/* .home-page-css #key-trends-section .slick-initialized.slider-nav .slick-slide {
  padding: 10px;
} */

.home-page-css #engineering-chronicles .slider-nav .slick-slide.slick-current.slick-active{
  display: none;
}
.home-page-css #engineering-chronicles::before {
  position: absolute;
  content: "";
  background: #4c213f;
  width: 75%;
  height: 34vw;
  background-size: 100%;
  bottom: 0px;
  left: 0;
  z-index: -1;
}

.home-page-css #engineering-new-slider button.slick-arrow {
  position: absolute;
  top: 36vw;
  float: left;
  display: block;
}
.home-page-css #engineering-new-slider .slick-next {
  right: 23vw;
}
.home-page-css #engineering-new-slider .slick-prev {
  left: 17vw;
}

.home-page-css #engineering-new-slider .slick-prev:before {
  content: '';
  background: url(../images/engineering-left-arrow.png) no-repeat;
  width: 3vw;
  height: 3vw;
  float: left;
  background-size: contain;
  opacity: 1;
}
.home-page-css #engineering-new-slider .slick-next:before {
  content: '';
  background: url(../images/engineering-right-arrow.png) no-repeat;
  width: 3vw;
  height: 3vw;
  float: left;
  opacity: 1;
  background-size: contain;
}
.home-page-css #engineering-chronicles .slick-slide.slider-nav img {

  width: 95%;
}





.home-page-css #partners {
  position: relative;
  background: none;
  float: left;
  width: 100%;
  padding: 7% 0;
}
.home-page-css #partners .dark-blue-band {
  background: none !important;
  float: left;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 0%;
  padding-left: 0;
}
.home-page-css #partners .partners-box-wrapper.partner-row {
  width: 100%;
  float: left;
  clear: both;
  padding: 5% 0 8%;
}
.home-page-css #partners::before {
  position: absolute;
  content: "";
  background: url(../images/partners-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  bottom: 0;
  z-index: -1;
  left: 0;
}
.home-page-css #partners .tiltle-with-band h3 {
  font-size: 2.6833vw;
  line-height: initial;
  font-weight: 700;
  color: #4c213f;
}
.home-page-css #partners .tiltle-with-band .row {
  align-items: flex-start;
}
.home-page-css #partners .tiltle-with-band p {
  color: #4c213f;
  font-weight: 400;
  font-size: 1.4vw;
  width: 75%;
}
.home-page-css #partners .partners-box {
  overflow: hidden;
  padding: 4px;
  margin: 1px 0;
  float: left;
}
.home-page-css #partners .partners-box .grey-boxes {
  border-radius: 6px;
  max-height: 150px;
}
.home-page-css #partners .partners-box .grey-boxes img {
  margin-top: 18px;
  text-align: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}
.home-page-css #partners .partners-box:hover .grey-boxes img {
  margin-top: -10px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.home-page-css #partners .partners-box .grey-boxes p {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  display: none;
}
.home-page-css #partners .partners-box:hover .grey-boxes p {
  opacity: 1;
  transition: opacity 0.5s ease-in;
  display: block;
  margin-top: -20px;
}
.home-page-css #quest-world-sec {
  float: left;
  width: 100%;
  padding: 5% 0;
  position: relative;
}

.home-page-css #quest-world-sec::before {
  position: absolute;
  content: "";
  background: url(../images/the-quest-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 93%;
  top: 1vw;
  z-index: -1;
  left: 0;
  background-position-y: top;
}
.mob-img-cor{
  display: none;
}
.home-page-css #quest-world-sec .container-fluid h2 {
  font-size: 3.75vw;
  color: #4c213f;
  font-weight: 700;
  line-height:4.6vw;
  width: 50%;
}
.home-page-css .plus::after {
  content: "+";
  position: absolute;
  right: -5vw;
  font-size: 7.5vw;
}
.home-page-css #quest-world-sec .container-fluid p{
  font-size: 1.4vw;
    width: 40%;
    font-weight: 400;
    color: #4c213f;
    text-align: left;
    line-height: 1.8vw;
}
.home-page-css #quest-world-sec span.counter.d-sm-block.animated.fadeInDownBig {
  font-size: 7.75vw;
  font-weight: 700;
  color: #4c213f;
  position: relative;
  line-height: 8vw;
}
.home-page-css #quest-world-sec .container-fluid .count-block.text-center {
  margin-right: 8vw;
  padding: 5% 0;
}
.home-page-css #quest-world-sec .container-fluid .count-block p{
  font-size: 1.8vw;
  width: 100%;
  margin-left: 8px;
}

.home-page-css #quest-world-sec {
  float: left;
  width: 100%;
}





.home-page-css #events-news{
  background: #54283c;
  float: left;
  width: 100%;
  position: relative;
  padding-top: 8%;
}
.home-page-css #events-news::before {
  position: absolute;
  content: "";
  background: #4c213f;
  width: 50%;
  height: 100%;
  background-size: 100%;
  bottom: 0px;
  left: 0px;
  z-index: auto;
  float: left;

}
.home-page-css #events-news .section-title{
  border: none;
}
.home-page-css #events-news .section-title h3 {
  border-bottom: none;
  font-weight: 700;
  font-size: 3.083vw;
  text-align: left;
  float: left;
  width: 100%;
  color: #ffc400;
}
.home-page-css #events-news .news-events{
  width: 100%;
  float: left;
  padding: 4% 0;
}
.home-page-css #events-news .news-events .news-2box{
  float: left;
}
.home-page-css #events-news .news-events .news-list {
  float: right;
  color: #fff;
}
.home-page-css #events-news .news-events ul{
padding: 0;
list-style: none;
}
.home-page-css #events-news .news-events .news-2box ul li{
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 40px;
  width: 42%;
  position: relative;
  }
  .home-page-css #events-news .news-events .news-2box ul li:last-child{
    margin-right: 0px;
    }

    .home-page-css #events-news .news-events .news-2box img{
  width: 100%;
  position: relative;
}

.home-page-css #events-news .news-textoverly{
  position:absolute;
  bottom: 40px;
  float: left;
  padding: 0 20px;
  color: #fff;
}
.home-page-css #events-news .news-textoverly h3{
  width: 70%;
  float: left;
  margin-bottom: 20px;
  font-size: 1.3vw;
  line-height: 2vw;
  font-weight: 600;
}
.home-page-css #events-news .news-textoverly p{
  width: 100%;
  float: left;
  font-size: 1vw;
}

.home-page-css #events-news .news-events .news-list {
  float: right;
  color: #fff;
}
.home-page-css #events-news .news-events .news-list h2 {
float: left;  
font-size: 1.6vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.home-page-css #events-news .news-events .news-list li {
  float: left;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding-bottom: 20px;
  }
  .home-page-css #events-news .news-events .news-list li:last-child{
    border-bottom: none;
  }
    
.home-page-css #events-news .news-events .news-list li p {
  float: left;  
font-size: 1.1vw;
color: #fff;
  }
  .home-page-css #events-news .news-events .news-list li span {
    float: right;  
  font-size: 0.7vw;
  color: #fff;
    }
    .home-page-css #events-news .news-events .news-list li h3 {
      float: left;
      font-size: 1.1vw;
      color: #fff;
      line-height: 1.7vw;
      width: 100%;
      padding-top: 13px;
      font-weight: 600;
      }
      .home-page-css #events-news .news-events .news-list li h3:hover{
        text-decoration: underline;
      }


.home-page-css .joinus-sec .joinus-img{
  position: relative;
  float: left;
  width: 100%;
}


.home-page-css .joinus-sec .joinus-img img{
  position: relative;
  float: left;
  width: 100%;
}
.joinus-overlytext {
  position: relative;
  right: 0;
  top: 0;
  float: right;
  padding: 12vw 0;
  width: 43%;
}
.joinus-sec .playicon01.designSlider_Btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  border: 0;
  width: 100px;
}
.joinus-overlytext h3{
  color: #000;
  font-weight: 700;
  width: 90%;
  font-size: 3vw;
}
.joinus-overlytext a.cta-btn.d-flex {
  border: none;
  padding: 0;
}
.joinus-overlytext a.cta-btn.d-flex span{
font-size: 4vw;
color: #4c213f;
text-transform: capitalize;
font-weight: 800;
}

.joinus-overlytext a.cta-btn.d-flex .arrow-icon{
  width: auto;
  margin-top: 26px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.joinus-overlytext a.cta-btn.d-flex:hover .arrow-icon{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.joinus-overlytext a.cta-btn.d-flex .arrow-icon img{
  width: 9vw !important;
  position: relative;
  z-index: 9; 
}
/* 
.joinus-overlytext a.cta-btn.d-flex .ring {
  border: 0px solid white;
  -webkit-border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5vw;
  z-index: 5;
  margin: 0 auto;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
  opacity: 0.5;
  z-index: 1;
  background: #78a0ff;
  }
  @-webkit-keyframes pulsate {
    0% {
      -webkit-transform: scale(0.4, 0.4);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }

  .contactus-sec .cta-btn .ring {
    border: 0px solid white;
    -webkit-border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
    left: -0.9vw;
    right: 0;
    top: -2.5vw;
    z-index: 5;
    margin: 0 auto;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    opacity: 0.9;
    z-index: 1;
    background: #1e5cf0;
    }
    @-webkit-keyframes pulsate {
      0% {
        -webkit-transform: scale(0.2, 0.2);
        opacity: 1;
      }
      100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
      }
    } */

    .home-page-css #engineering-new-slider .slider__counter {
      float: left;
      color: #000;
      position: absolute;
      right: 19vw;
      top: 36vw;
      font-size: 1.2vw;
      font-weight: 500;
  }
#corporate-overview{
  width: 100%;
  float: left;
}
.home-page-css #corporate-overview .corporate-img{
  position: relative;
  float: left;
  width: 100%;
  padding: 25vw 0;
}


.home-page-css #corporate-overview .corporate-img img{
  position: relative;
  float: left;
  width: 100%;
}
.home-page-css #corporate-overview .corporate-overlytext {
  position: absolute;
  left: auto;
  top: 20%;
  width: 35%;
  float: left;
}
.home-page-css #corporate-overview .section-title{
  border: none;
  text-align: left;
}

.corporate-overlytext h3{
  font-weight: 700;
    font-size: 2.083vw;
    color: #000;
}
.home-page-css #corporate-overview .cta-btn {
  border: 1px solid #4c213f;
  border-radius: 50px;
  background: #4c213f;
  color: #fff !important;
  font-weight: 400;
  padding: 0.3vw 1vw;
}








#footer-section {
  float: left;
  width: 100%;
}

#footer-contactus{
  width: 100%;
  float: left;
  background: #4c213f;
  padding: 8% 0 4%;
  position: relative;
  z-index: 99;
}
.footer-sec{
  width: 100%;
  float: left;
  background: none;
  padding: 8% 0 0%;
  position: relative;
  z-index: 99;
}
 #footer-contactus::before {
  position: absolute;
  content: "";
  background: url(../images/footer-contactus-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  float: left;

}
 .contactus-sec{
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
}

 .contactus-sec h3{
  font-size: 3vw;
  width: 75%;
  margin: 0 auto;
  line-height: 4vw;
}

 .contactus-sec .cta-btn{
  margin: 4vw auto 1vw;
  padding: 1.7vw 0vw;
  background: #ffc400;
  border: 1px solid #ffc400;
}

.contactus-sec .cta-btn .btn-txt{
  color: #4c213f;
  font-size: 1.4vw;
  font-weight: 400;
  text-transform: uppercase;
}

.contactus-sec .cta-btn .arrow-icon{
  width: 6vw !important;
  margin-top: 0px;
}
.contactus-sec .cta-btn .arrow-icon img{
  width: 100% !important;
    right: 0;
    z-index: 9;
}
#footer-contactus .contactus {
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
}
.subscribe-sec button img{
  width: 3vw;
}

#footer-contactus .footer-sec ul{
  padding: 0;
  list-style: none;
}
.col-md-4.contact-right {
  float: right;
  position: relative;
}
.col-md-8.contact-left {
  float: left;
  border-right: 1px solid #F4F4F4;
}

.footer-text {
  float: left;
  width: 100%;
  padding: 0px 0 2vw;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 1vw;
}
.footer-menu{
  float: left;
  width: 100%;
  padding: 1vw 0;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 1vw;
}
.footer-copyrights{
  float: left;
  width: 100%;
  padding: 1vw 0;
}
.footer-text img{
  float: left;
  padding-right: 2%;
  width: 8vw;
}
.footer-text p{
  float: right;
  font-size: 0.9vw;
  color: #fff;
  width: 75%;
  padding-right: 12%;
  margin-top: 0px;
}
.subscribe-sec .submitted-message {
  font-size: 1vw;
  font-weight: 600;
  padding-top: 10px;
}

.footer-menu ul{
  float: left;
  list-style: none;
}
.footer-menu ul li{
  float: left;
}
.footer-menu ul li a{
  float: left;
  margin-right: 4vw;
  color: #fff;
  font-size: 0.9vw;
  text-transform: uppercase;
}
.footer-menu ul li a:hover{
  text-decoration:underline;
}
.footer-copyrights p{
  float: left;
  font-size: 0.8vw;
  color: #fff;
  text-transform: uppercase;
}

.footer-copyrights ul{
  float: right;
  list-style: none;
}

.inner-page-wrapper .footer-sec {
  background: #4c203f;
  padding: 4% 0;
}

.footer-copyrights ul li{
  float: left;
}
.footer-copyrights ul li a{
  float: left;
  margin-right: 30px;
  color: #fff;
  font-size: 0.8vw;
  text-transform: uppercase;
}
.footer-copyrights ul li a:hover{
  text-decoration: underline;
}
.footer-social-icon a:first-child{
  margin: 0;
}
.subscribe-sec {
  padding: 0 20px 20px;
  color: #fff;
}
.subscribe-sec h4{
font-size: 1.4vw;
  color: #fff;
  margin-bottom: 1vw;
}
.subscribe-sec input{
background: none;
border: none;
border-bottom: 1px solid #ffc400;
color: #fff;
margin-top: 20px;
font-size: 1vw;
width: 100%;
padding-bottom: 10px;
}
.subscribe-sec input:focus, .subscribe-sec button:focus{
  outline: none;
}

.subscribe-sec button{
  background: none;
    border: none;
    margin-left: 10px;
}

.footer-social-icon h4{
  font-size: 1.4vw;
    color: #fff;
    margin-bottom: 1vw;
  }

.footer-social-icon {
  width: 100%;
  float: left;
  margin-top: 11% !important;
  padding: 20px;
}

.footer-social-icon a{
  margin: 0.5vw;
}
.footer-social-icon .social-icons-wrapper img {
  width: 2.4vw;
  max-width: 80px;
}
section#homeBanner {
  background: #4c203f;
}
.cta-btn .btn-txt, .cta-btn .arrow-icon {
  border: none;
  color: #fff;
}
div#condense-design-cycle {
  padding-bottom: 35px;
}
#engineering-chronicles {
  padding: 4% 0;
  float: left;
  width: 100%;
  position: relative;
}
div#quest-world-sec {
  float: left;
  width: 100%;
}
div#quest-world-sec {
  float: left;
  width: 100%;
}

.subscribe-sec .hs_submit.hs-submit::before {
  position: absolute;
  content: "";
  background: url(../images/footer-email-but.png) no-repeat;
  width: 2.5vw;
  height: 2.5vw;
  background-size: contain;
  left: 20vw;
  top: 4vw;
}
.engineering-chronicle-text a.cta-btn {
  border: 1px solid #4c213f;
  border-radius: 50px;
  padding: 0 10px;
  background: #4c213f;
  color: #fff !important;
  font-weight: 400;
  width: max-content;
}
.engineering-chronicle-text a.cta-btn .btn-txt, .cta-btn .arrow-icon {
  border: 0vw solid #000;
}
.engineering-chronicle-text a.cta-btn:hover span img {
  right: -1vw;
}

.hightech-cta-strip-content a {
  font-size: 1.145vw;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 0.3vw 1vw;
  text-transform: uppercase;
}
.rail-industry-content .grey-boxes a.cta-btn{
  background: #4c213f;
  padding: 2px 8px;
}


.subscribe-sec .hbspt-form label#label-email-dc0446e5-1087-4210-86b9-f8c05eed75e2 {
  display: none;
}

.subscribe-sec .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 17vw;
  float: left;
}
.subscribe-sec input::placeholder{
  color: #fff;
}
.subscribe-sec label.hs-error-msg {
  font-size: 0.7vw;
}
.subscribe-sec input.hs-button.primary.large {
  width: 80px;
  font-size: 0;
  border: 0;
  height: 50px;
  position: absolute;
  top: 26px;
  left: 60%;
}
.subscribe-sec button {
  background: none;
  border: none;
  position: absolute;
  z-index: -1;
  left: 60%;
  top: 55px;
}
.subscribe-sec label.hs-main-font-element {
  display: none;
}
.product img.poster-image {
  border-radius: 0;
  width: -webkit-fill-available;
  height: 100%;
  object-fit: scale-down;
  background: #4c213f;
}
.footer-sec .mobile-sec{
  display: none;
}

.cta-btn.full-bg{
  background: #4c203f;
}

#corporate-overview.mobile-sec, .joinus-sec .mobile-sec{
  display: none;
}
button.play-pause-button img {
  position: relative;
}
#design-cycle-slider-section .cta-btn{
  padding: 2px 10px;
}
.textcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hightech-explore-Industries .slick-slide .cta-btn span img{
  margin-bottom: 0;
}
#designSliderBtn {
  cursor: pointer;
}

@media screen and (min-width: 1900px){
.cta-btn {
  padding: 14px;
}
}
@media screen and (max-width: 1400px){
.home-page-css #engineering-chronicles::before {
  width: 74.7%;
  height: 34vw;
  background-size: 100%;
  z-index: -1;
}
.home-page-css #events-news .news-events .news-list li h3 {
  float: left;
  font-size: 1.1vw;
  line-height: 1.8vw;
}
.home-page-css #events-news .news-events .news-list li p {
  float: left;
  font-size: 0.9vw;
  color: #fff;
}
.product img {
  border-radius: 0;
  width: inherit;
  height: 100%;

}
#inner-banne-video .bann-cont-text {
  margin-top: 200px !important;
}
}

@media screen and (max-width: 1100px){
.industries-web-design ul li p {
  text-align: center;
  font-size: 14px;
}
.industries-web-design ul li {
  padding: 0;
  margin: -4% 9%;
  width: 14%;
}
.home-page-css #events-news .news-events .news-list li {
  float: left;
  border-bottom: 1px solid #fff;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
section#homeBanner {
  background: #4c203f;
  position: relative;
  z-index: 99;
}
}
@media screen and (max-width: 1200px){
.partners-box {
  width: 33.3%;
}
.partners-box img {
  max-height: 14vw;
  width: 100%;
}
#inner-banne-video .bann-cont-text {
  margin-top: 200px !important;
}
.joinus-overlytext a.cta-btn.d-flex .arrow-icon {
  width: auto !important;
  margin-top: 19px;
}
}
@media screen and (max-width: 1000px){

#corporate-overview.scrren-sec, .joinus-sec .scrren-sec{
  display: none;
  }
  #corporate-overview.mobile-sec, .joinus-sec .mobile-sec{
    display: block;
    }

    .joinus-overlytext {
      padding: 0vw 0;
    }
    .home-page-css #corporate-overview .corporate-img {
      padding: 0vw 0;
  }
#homeBanner .container-fluid img {
  width: 100% !important;
  max-width: 100%;
}
.cta-btn .arrow-icon{
  width: 25px !important;
}
.home-page-css #key-trends-section .slider-nav {
    width: 230px;
    float: right;
    margin-top: -3vw;
}
.home-page-css #engineering-new-slider .slick-prev:before, .home-page-css #engineering-new-slider .slick-next:before  {
  width: 40px;
  height: 40px;
}
.home-page-css #engineering-new-slider .slick-prev {
  left: 16vw;
}
.home-page-css #engineering-new-slider .slick-next {
  right: 22vw;
}
.home-page-css #engineering-new-slider .slider__counter {
  float: left;
  color: #000;
  position: absolute;
  right: 17vw;
  top: 35.9vw;
  font-size: 14px;
  font-weight: 500;
}
.joinus-overlytext {
  position: absolute;
  right: 0;
  top: 10%;
  float: right;
  padding: 12vw 0;
  width: 43%;
}
}
@media screen and (max-width: 800px){
  .industries-web-design {
    display: block;
  }
  #industries-we-serve-res {
    display: none;
}


  }

  @media screen and (max-width: 767px){
  a.nav-link.openSearchmobile {
    padding: 0;
}

.search-icon, .glob-icon {
  max-width: 3.44166vw;
}
.navbar-light .navbar-toggler-icon {
  background-color: #fff;
  border-radius: 3px;
  width: 1.4em;
  height: 1.2em;
}
.fixed-top .search-mobile.nav-item.icon-nav a.nav-link.openSearchmobile {
  padding: 9px 0;
}
.home-page-css #key-trends-section {
  position: relative;
  padding: 30px 0;
}
#homeBanner .homeBanner-content {
  text-align: left;
  margin: 0;
  padding-right: 0;
  padding-left: 40px;
}
.homeBanner-content .cta-btn {
  margin-right: 0;
  float: left;
  height: 38px;
}
.cta-btn {
  border: 1px solid #fff;
  border-radius: 50px;
  padding-right: 10px;
  padding: 4px 10px;
}
#industries-we-serve-res {
  display: block;
  float: left;
    width: 100%;
    clear: both;
}
.industries-web-design {
  display: none;
}
.home-page-css #industries-we-serve-res .section-title {
  display: none;
}
.home-page-css #key-trends-section .cta-btn {
  padding: 7px 10px;
  float: none;
  height: 38px;
  margin-top: 20px;
}
.home-page-css #key-trends-section .img-main-left {
  position: relative;
  float: none;
  width: 40%;
  margin: 0 auto;
}
.home-page-css #key-trends-section .text-key-rail-right {
  float: none;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.home-page-css #key-trends-section .width-control {
  width: 100%;
  margin: 60px 0 20px;
}
.home-page-css #key-trends-section .container-fluid h2 {
  font-size: 22px !important;
  line-height: 30px;
}
.home-page-css #key-trends-section .img-overflow {
  right: -40px;
  bottom: 10px;
  width: 110px;
  height: 110px;
}
.home-page-css #key-trends-section .img-overflow h4 {
  font-size: 12px !important;
  font-weight: 600;
}
.home-page-css #key-trends-section .img-overflow p {
  font-size: 10px !important;
}
.home-page-css #key-trends-section .slider-nav .slick-list.draggable{
  display: none;
}
.home-page-css #key-trends-section .slick-prev:before {
  content: '';
  background: url(../images/automotive/new-prev-icon.png) no-repeat;
  width: 25px;
  height: 25px;
  float: left;
  background-size: contain;
  opacity: 1;
}
.home-page-css #key-trends-section button.slick-arrow {
  position: absolute;
  top: -29vw;
  float: left;
  width: 40px;
  display: block;
  height: 40px;
}
.home-page-css #key-trends-section .slick-next {
  right: 12vw;
}
.home-page-css #key-trends-section .slick-prev {
  left: 5vw;
}
.home-page-css #key-trends-section .slick-next:before {
  content: '';
  background: url(../images/automotive/new-next-icon.png) no-repeat;
  width: 25px;
  height: 25px;
  float: left;
  opacity: 1;
  background-size: contain;
}
.slick-arrow.slick-disabled {
  opacity: 1;
  cursor: auto !important;
}

#know-customer .contact-btn span img, .cta-btn .arrow-icon img,#know-customer .contact-btn span img, .cta-btn .arrow-icon img {
  width: 24px !important;
}
.home-page-css #key-trends-section .cta-btn .btn-txt, .home-page-css #key-trends-section .cta-btn .arrow-icon, .home-page-css .cta-btn .btn-txt, .home-page-css .cta-btn .arrow-icon {
  border: 0vw solid #000;
  padding: inherit;
}
.corporate-overlytext p{
  font-size: 10px !important;
    line-height: 12px;
}
.home-page-css #corporate-overview .cta-btn, .home-page-css #engineering-chronicles .cta-btn{
  float: left;
  height: 38px;
}
.home-page-css #engineering-chronicles .slider-nav.slick-initialized .slick-slide{
  display: none;
}
.home-page-css #engineering-chronicles .slider-for {
  float: left;
  width: 100%;
  padding-bottom: 4%;
}
.home-page-css #engineering-new-slider button.slick-arrow {
  position: absolute;
  top: -7vw;
  width: 40px;
  height: 40px;
}
#engineering-new-slider {
  padding: 0 0 4% 0;
  float: none;
  width: 76%;
  position: relative;
  margin: 0 auto 4%;
}
.home-page-css #engineering-chronicles::before {
    width: 90%;
    height: 34vw;
    background-size: 100%;
    z-index: -1;
}
.home-page-css #engineering-new-slider .slick-next {
  right: -9vw;
}
.home-page-css #partners::before {
  width: 100%;
  height: 100%;
  background-size: 130%;
}
.home-page-css #engineering-new-slider .slick-prev {
  right: 0vw;
  left: inherit;
}
.home-page-css #partners .partners-box{
  width: 31%;
    padding: 0px;
    margin: 4px;
}
.home-page-css #partners .partners-box:hover .grey-boxes p {
  margin-top: -9px;
  font-size: 10px !important;
}
.home-page-css #partners .partners-box-wrapper.partner-row {
  width: 100%;
  float: none;
  clear: both;
  padding: 5% 0 8%;
  margin: 0 auto;
}
.home-page-css #events-news .news-events .news-list {
  float: left;
  color: #fff;
  margin-top: 6%;
}
.home-page-css #events-news .news-events .news-list li h3 {
  float: left;
  line-height: 24px;
}
.home-page-css #events-news .news-events .news-list li span {
  float: right;
  font-size: 10px;
  color: #fff;
}
.home-page-css #events-news .news-events .news-2box ul li {
  margin-right: 40px;
  width: 46%;

}
.home-page-css #events-news .news-events .news-2box ul li:last-child {
  margin-right: 0px;

}
.home-page-css #events-news .news-textoverly h3 {
  width: 90%;
  float: left;
  line-height: 18px;
}
.home-page-css #partners .tiltle-with-band p {
  width: 100%;
}
.home-page-css #partners {
  width: 100%;
  padding: 5% 0;
}
.home-page-css .container-fluid.w885.m-w-100 {
  width: 88.5vw;
}
.home-page-css #quest-world-sec .container-fluid h2 {
  font-size: 24px !important;
  color: #4c213f;
  font-weight: 700;
  line-height: 30px;
  width: 80%;
}
.col-md-4.contact-right {
  float: none;
  position: relative;
  margin: 0 auto;
  width: 300px;
  text-align: center;
}
.col-md-4.contact-right {
  float: none;
  position: relative;
  margin: 0 auto;
  width: 300px;
  text-align: center;
}
.subscribe-sec .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 80%;
  float: none;
  margin: 0 auto;
}
.subscribe-sec input.hs-button.primary.large {
  width: 40px;
  font-size: 0;
  border: 0;
  height: 34px;
  position: absolute;
  top: 16px;
  right: 12px;
  left: inherit;
}

.subscribe-sec .hs_submit.hs-submit::before {
  width: 3vw;
  height: 3vw;
  background-size: contain;
  right: 22px;
  top: 6vw;
  left: initial;
}
.footer-social-icon {
  width: 100%;
  float: left;
  margin-top: 3% !important;
  padding: 0;
}
.social-icons-wrapper {
  margin-bottom: 10px;
  gap: 16px;
  justify-content: center;
  order: 0;
  width: 100%;
  margin-top: 20px;
}
.footer-social-icon a {
  margin: 1.5vw;
}
.footer-social-icon .social-icons-wrapper img {
  width: 30px;
  max-width: 80px;
}
.col-md-8.contact-left {
  float: none;
  border-right: 0px solid #F4F4F4;
  width: 100%;
  margin: 0 auto;
}
.footer-text img {
  float: none;
  padding-right: 2%;
  width: 80px;
  margin: 20px auto;
}
.footer-text {
  float: left;
  width: 100%;
  text-align: center;
}
.footer-text p {
  float: left;
  font-size: 0.9vw;
  text-align: center;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.footer-menu {
  float: left;
  width: 100%;
  padding: 12px 0;
}
.footer-menu ul li a {
  font-size: 12px;
  text-transform: uppercase;
}
#footer-contactus .footer-sec ul {
  padding: 0;
  list-style: none;
  float: none;
  width: fit-content;
  margin: -4px auto;
}
.footer-copyrights p {
  width: 100%;
  float: left;
  font-size: 10px !important;
  color: #fff;
  text-transform: uppercase;
}
#footer-contactus .footer-sec ul {
  padding: 0;
  list-style: none;
  float: none;
  width: fit-content;
  margin: -4px auto;
}
.footer-copyrights ul li a {
  float: left;
  margin-right: 30px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 6px;
}
.footer-copyrights {
  float: left;
  width: 100%;
  padding: 1vw 0;
  text-align: center;
}
.contactus-sec .cta-btn {
  margin: 4vw auto 1vw;
  padding: 10px;
  background: #ffc400;
  border: 1px solid #ffc400;
}
.footer-sec {
  background: none;
  padding: 30px 0;
}
#industries-we-serve-res img {
  width: 100%;
  position: relative;
  padding: 2px;
  display: block;
}
#industries-we-serve-res img.tab01 {
  display: none;
}
#industries-we-serve-res img.mobile {
  display: block !important;
}
.industries-group {
  width: 50%;
}
#industries-we-serve::before{
  display: none;
}
#industries-we-serve-res::before {
  position: absolute;
  content: "";
  background: url(../images/Industries-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  background-size: 98%;
  background-position-y: bottom;
}
.slider__counter {
  display: none;
}
button.play-pause-button {
  width: 80px;
}
.product img.poster-image {
  border-radius: 0;
  width: -webkit-fill-available;
  height: 100%;
  object-fit: scale-down;
  z-index: 1;
  margin: 0px auto 0;
  background: #4c213f;
}
.joinus-overlytext a.cta-btn.d-flex .arrow-icon {
  width: 71px !important;
  margin-top: -11px;
}
.home-page-css .section-title h3 {
  border-bottom: none;
  font-weight: 700;
  font-size: 30px !important;
}
.partners-box {
  width: 50%;
}
.footer-sec .mobile-sec{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #F4F4F4;
}
.footer-sec .screen-sec{
  display: none;
}
.contactus-sec .cta-btn .arrow-icon {
  width: 50px !important;
  margin-top: 0px;
}
.home-page-css #engineering-chronicles .slider-for img {
  display: block;
  width: 98%;
  height: auto;
}
.mob-img-cor {
  display: block;
}
.des-img-cor {
  display: none;
}
.home-page-css #corporate-overview .section-title {
  border: none;
  text-align: center;
}
.home-page-css #corporate-overview .corporate-overlytext {
  position: relative;
  left: auto;
  top: 0;
  width: 100%;
  float: left;
  text-align: center;
}
.home-page-css #corporate-overview .cta-btn, .home-page-css #engineering-chronicles .cta-btn {
  float: none;
  height: 38px;
  margin: 15px auto;
}
.joinus-overlytext h3 {
  color: #000;
  font-weight: 700;
  width: 100%;
  font-size: 24px !important;
}
.joinus-overlytext a.cta-btn.d-flex span {
  font-size: 30px;
  color: #4c213f;
  text-transform: capitalize;
  font-weight: 800;
}
.joinus-overlytext a.cta-btn.d-flex .arrow-icon {
  width: 74px !important;
  margin-top: -11px;
}
.joinus-overlytext a.cta-btn.d-flex .arrow-icon img {
  width: 100% !important;
  position: relative;
  z-index: 9;
}
.home-page-css #corporate-overview .corporate-overlytext h3 {
  font-weight: 700;
  font-size: 2.083vw;
  color: #000;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.joinus-overlytext {
  position: relative;
  right: 0;
  top: 10%;
  float: left;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
  }


@media screen and (max-width: 600px){
.home-page-css #partners .partners-box {
    width: 48%;
    padding: 0px;
    margin: 4px;
}
.home-page-css .home-page-css #corporate-overview .cta-btn .btn-txt {
  padding: 10px;
}
.subscribe-sec label.hs-error-msg {
  font-size: 12px;
  margin-top: 5px;
}
.subscribe-sec .submitted-message {
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
}
#homeBanner .homeBanner-content h1 {
  font-size: 32px;
}
#homeBanner .homeBanner-content h2 {
  font-size: 32px !important;
  color: #ffffff;
  line-height: 1.2;
}
#industries-we-serve {
  display: block;
  padding: 30px 0 0;
}
#industries-we-serve {
  display: block;
  padding: 30px 0 0;
}
.home-page-css .section-title h3 {
  border-bottom: none;
  font-weight: 700;
  font-size: 26px !important;
}
.home-page-css #key-trends-section .img-main-left {
  position: relative;
  float: none;
  width: 80%;
  margin: 20px auto;
}
.home-page-css #key-trends-section .text-key-rail-right {
  float: none;
  width: 100%;
  margin: 18% auto 0;
  text-align: center;
}
.home-page-css #key-trends-section .container-fluid h2 {
  font-size: 24px !important;
  color: #000;
  font-weight: bold;
  line-height: 30px;
}
.home-page-css #key-trends-section .cta-btn {
  padding: 7px 10px;
  float: none;
  height: 38px;
  margin-top: 20px;
}
.home-page-css #key-trends-section button.slick-arrow {
  position: absolute;
  float: left;
  display: block;
  bottom: initial;
  top: -230px;
  z-index: 99;
  width: 50px;
  height: 50px;
}
.home-page-css #key-trends-section .slick-next {
  right: 0vw;
}
.home-page-css #key-trends-section .slick-prev {
  left: 18vw;
}
.home-page-css #key-trends-section .slick-prev:before {
  content: '';
  background: url(../images/engineering-left-arrow.png) no-repeat;
  width: 50px;
  height: 50px;
  float: left;
  background-size: contain;
  opacity: 1;
}
.home-page-css #key-trends-section .slick-next:before {
    content: '';
    background: url(../images/engineering-right-arrow0.png) no-repeat;
    width: 50px;
    height: 50px;
    float: left;
    opacity: 1;
    background-size: contain;
}
.home-page-css #corporate-overview .corporate-overlytext {
  position: relative;
  left: auto;
  top: 0;
  width: 100%;
  float: left;
  text-align: center;
}
.home-page-css #corporate-overview .cta-btn, .home-page-css #engineering-chronicles .cta-btn {
  float: none;
  height: 38px;
}
.home-page-css #corporate-overview .section-title {
  border: none;
  text-align: center;
}
.home-page-css #corporate-overview .corporate-img img.mob-img-cor {
  margin-bottom: 20px;
}
.des-img-cor{
  display: none;
}
.mob-img-cor{
  display: block;
}
#industries-we-serve .section-title h3, #engineering-chronicles .section-title h3 {
  font-size: 26px !important;
}
.home-page-css #engineering-chronicles::before {
  width: 90%;
  height: 42vw;
}
#engineering-new-slider {
  padding: 0 0 4% 0;
  float: none;
  width: 88%;
  position: relative;
  margin: 0 auto 4%;
}
.home-page-css #engineering-chronicles .slider-for img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 30px 0;
}
.home-page-css #engineering-chronicles .slider-for h3 {
  color: #fff;
  font-size: 2vw;
  padding: 20px 0;
  width: 80%;
  text-align: left;
}
.home-page-css #corporate-overview .cta-btn, .home-page-css #engineering-chronicles .cta-btn {
  float: none;
  height: 38px;
  margin: 15px auto;
}
.home-page-css #engineering-chronicles::before {
  width: 82%;
  height: 60%;
  background-size: 100%;
  z-index: -1;
}
.home-page-css #engineering-new-slider .slick-prev:before, .home-page-css #engineering-new-slider .slick-next:before{
  width: 50px;
  height: 50px;
}
.home-page-css #engineering-new-slider button.slick-arrow {
  position: absolute;
  top: -12vw;
  width: 50px;
  height: 50px;
}
.home-page-css #engineering-new-slider .slick-prev {
  right: 15vw;
  left: inherit;
}
.home-page-css #engineering-new-slider .slick-next {
  right: 3vw;
}
.joinus-overlytext {
  position: relative;
  right: 0;
  top: 0;
  float: right;
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.joinus-overlytext a.cta-btn.d-flex span {
  font-size: 30px;
  color: #4c213f;
  text-transform: capitalize;
  font-weight: 800;
}
.joinus-overlytext a.cta-btn.d-flex .arrow-icon {
  width: 74px;
  margin-top: -14px;
}
.joinus-overlytext a.cta-btn.d-flex .arrow-icon img {
  width: 100% !important;
  position: relative;
  z-index: 9;
}
.joinus-sec .playicon01.designSlider_Btn {
  position: absolute;
  top: 0px;
  bottom: inherit;
  width: 70px;
}
.home-page-css #partners .partners-box .grey-boxes img {
  width: auto;
}
.subscribe-sec .hs_submit.hs-submit::before {
  width: 32px;
  height: 30px;
}
.contactus-sec h3 {
  font-size: 24px !important;
}
.contactus-sec .cta-btn {
  margin: 4vw auto 1vw;
  padding: 6px 10px;
}
.home-page-css #partners .tiltle-with-band h3 {
  font-size: 26px !important;
}
.subscribe-sec input {
  font-size: 12px;
}
.joinus-overlytext h3 {
  color: #000;
  font-weight: 700;
  width: 100%;
  font-size: 24px !important;
}
.home-page-css #events-news .news-events .news-2box ul li {
  margin-right: 40px;
  width: 90%;
  margin-bottom: 30px !important;
  float: none;
  margin: 0 auto;
}
.home-page-css #events-news .news-events .news-2box ul li:last-child {
  margin-right: auto;
}
.home-page-css #events-news .news-events {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.home-page-css #events-news .section-title h3{
  text-align: center;
}
.home-page-css #partners .dark-blue-band .col-9 {
  width: 100%;
  text-align: center;
}
.home-page-css #partners .dark-blue-band .col-3 {
  width: 100%;
  text-align: center;
}
.home-page-css .section-title p {
  width: 100%;
  margin: 0 auto;
}
.search-icon, .glob-icon {
  max-width: 20PX;
}
.home-page-css #key-trends-section .img-overflow {
  padding: 0px 0 0 0px;
}
.home-page-css #key-trends-section .img-overflow h4 {
  margin: 0;
}
.home-page-css #engineering-chronicles .cta-btn {
  float: left;
}
.home-page-css #key-trends-section {
  margin-bottom: 0 !important;
}
.home-page-css #quest-world-sec .counter-blocks{
  text-align: center;
  margin: 0 auto;
  width: max-content;
}
.home-page-css #key-trends-section .img-overflow p {
  font-size: 8px !important;
}
}

@media screen and (max-width: 470px){
.home-page-css #key-trends-section .img-main-left {
    position: relative;
    float: none;
    width: 100%;
    margin: 20px auto;
}
.home-page-css #key-trends-section button.slick-arrow {
  position: absolute;
  float: left;
  display: block;
  bottom: initial;
  top: -260px;
}
.home-page-css #key-trends-section .img-overflow {
  right: 30px;
  bottom: 10px;
  width: 100px;
  height: 100px;
  padding: 0px 0 0 0px;
}
.home-page-css #key-trends-section .img-overflow h4 {
  font-size: 12px !important;
  font-weight: 600;
  margin: 0;
}
.home-page-css #key-trends-section button.slick-arrow{
  display: block !important;
}
.home-page-css #key-trends-section .slider-nav {
  width: inherit;
  float: right;
  margin-top: -3vw;
}
.home-page-css #key-trends-section .slick-prev {
  left: 0;
}
.home-page-css #engineering-new-slider .slick-next {
  right: 0vw;
}
.home-page-css #key-trends-section::before {
  background-size: cover;
  bottom: 0;
}
.partners-box img {
  max-height: 100%;
  width: 100%;
} 
.partners-box .grey-boxes {
  background-color: #ffffff;
  min-height: auto !important;
}
.home-page-css #partners .tiltle-with-band h3 {
  font-size: 26px !important;
}
.home-page-css #partners .partners-box {
  width: 100%;
  padding: 0px;
  margin: 4px 0;
}
.home-page-css #partners .tiltle-with-band p {
  font-size: 12px !important;
}
.home-page-css #quest-world-sec .container-fluid h2 {
  font-size: 26px !important;
  line-height: 34px;
  width: 100%;
  text-align: center;
}
.home-page-css #quest-world-sec .container-fluid p {
  line-height: 18px;
  width: 100%;
  text-align: center;
}
.home-page-css #quest-world-sec span.counter.d-sm-block.animated.fadeInDownBig {
  font-size: 42px;
  font-weight: 700;
  color: #4c213f;
  position: relative;
  line-height: 48px;
}
.home-page-css #quest-world-sec .container-fluid .count-block p {
  width: 100%;
  margin-left: 8px;
  text-align: left;
}
.footer-menu ul li a {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  margin: 11px 0;
}
.footer-menu ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.footer-copyrights ul li a {
  margin-right: 15px;
  color: #fff;
  font-size: 10px;
}
.subscribe-sec .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 100%;
}
.subscribe-sec input {
  margin-top: 20px;
  font-size: 16px;
}
.subscribe-sec h4, .footer-social-icon h4 {
  font-size: 18px !important;
}
.subscribe-sec .hs_submit.hs-submit::before {
  width: 36px;
  height: 36px;
  background-size: contain;
  right: 15px;
  top: 8vw;
  left: initial;
}
.contactus-sec h3 {
  font-size: 24px !important;
  width: 100%;
  margin: 10px auto 20px;
  line-height: 32px;
}
.contactus-sec .cta-btn {
  margin: 4vw auto 1vw;
  padding: 6px 10px;
  background: #ffc400;
  border: 1px solid #ffc400;
}
}