@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Mediu.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #ee7325;
}

body {
  font-family: "Neue Haas Grotesk Display Pro" !important;
  font-weight: 500;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: #000;
  line-height: 22px;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 600;
  margin-top: 0;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.text__primary {
  color: var(--primary-color);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fw-600 {
  font-weight: 600;
}

/* header */
header.header__site {
  min-height: 89px;
  line-height: 89px;

  position: relative;
  width: 100%;
  background: #fff;
  z-index: 11;
  top: 0;
}

.tabs__header {
  border-left: 1px solid #000;
  position: relative;
}

.tabs__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  background: #000;
  height: 100%;
}

.tabs__header ul {
  display: flex;
}

.tabs__header li {
  text-transform: uppercase;
  width: 50%;
  text-align: center;
  position: relative;
}

.tabs__header li.active::after {
  content: "";
  background-color: var(--primary-color);
  height: 4px;
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
}

.tabs__header a {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 22px;
  display: block;
}

.tabs__header li.active a span {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--primary-color);
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: -3px;
  margin-right: 6px;
}

.logosPanel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
}

/* END header */
/* Start banner */

.hero__tabs {
  height: calc(100vh - 47px);
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero__tabs2 {
  padding: 34px 36px;
}

.headings {
  margin: 0 0 60px;
}

.headings h1 {
  font-size: 136px;
  margin: 0;

  line-height: 115px;
}

.mbanner {
  display: flex;
  justify-content: center;
}

.headings p {
  margin-bottom: 0;
}

.heading__part {
  display: flex;
  align-items: center;

  font-size: 20px;
  line-height: 24px;
}

.heading__part figure {
  margin-right: 8px;
}

.heading__part1 {
  display: flex;
  position: absolute;
  top: 25px;
}

.heading__part p span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}

.heading__part p {
  margin-bottom: 77px;
  margin-left: 0px;
  font-weight: 800;
  font-size: 18px;
  width: 100%;
}

/* END banner */
.btn__border2 {
  display: flex;
}

.btn__border2 a {
  display: flex;
  align-content: center;
  height: 42px;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: start;
  padding: 0 16px;
  line-height: 42px;
  align-items: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.btn__border2 a img {
  margin-left: 6px;
}

.btn__border2 a:hover {
  background-color: #000;
  color: #fff;
}

.btn__border2 a:hover img {
  filter: invert(1) brightness(1);
}

.frgtpass {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  text-decoration: underline;
  color: #000;
  display: block;
  margin-bottom: 40px;
}

label {
  margin-bottom: 10px;
  font-weight: 500 !important;
  font-size: 14px;
  color: #606060;
}

.checkbox input {
  margin-right: 12px;
}

.form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
}

.captcha img {
  width: 100%;
  margin-top: -12px;
}

.phone__area {
  display: flex;
}

.phone__area select {
  width: 60px;
}

.phone__area .getotp {
  display: inline-block;
  white-space: nowrap;
  border-bottom: 1px solid #000;
}

.btn__dark {
  background-color: #000;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border: none;
  box-shadow: none;
  width: 100%;
  border-radius: 8px;
  margin-top: 32px;
  font-size: 16px;
}

a.btn__dark {
  display: block;
  text-align: center;
}

a.btn__dark.btn__border {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.text-white {
  color: #fff !important;
}

.line {
  margin: 40px 0 8px;
  position: relative;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
}

.line:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 10px;
  left: 0;
  content: "";
  z-index: -2;
}

.line:after {
  content: "";
  background-color: #fff;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: -1;
  position: absolute;
  margin: auto;
  top: 0;
}

.section {
  position: relative;
  padding: 84px 0;
}

.subtitle {
  margin-bottom: 100px;
}

.subtitle h2 {
  font-size: 56px;
  font-weight: 900;
  line-height: 48px;
  text-transform: uppercase;
}

.subtitle h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.spacefromleft {
  margin-right: 300px;
}

.section__industry .tabs__header li {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 84px;
  line-height: 84px;
}

.panel-heading {
  background: transparent !important;
  border: none;
  padding: 0;
}

.panel-title {
  text-transform: uppercase;
  line-height: 28px;
  font-size: 22px;
  color: #000000;
  background-color: transparent;
  margin: 32.5px 0;
  position: relative;
  font-weight: 800;
}

.panel-title:focus {
  outline: none;
  border: none;
}

span.panel__arrow {
  position: absolute;
  top: 0;
  right: 26px;
  width: 14px;
}

.panel__plus {
  display: none;
}

.panel__minus {
  display: block;
}

.collapsed .panel__minus {
  display: none;
}

.collapsed .panel__plus {
  display: block;
}

.panel.panel-default {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
  background: transparent;
}

.panel-body {
  border: none !important;
  padding: 0 0 32px 0;
}

.section__industry .tabs__header {
  border-left: none;
}

.panel__area {
  max-width: 400px;
}

.panel__padding {
  padding: 0 0 72px;
}

.panel__contents h3 {
  font-size: 30px;
  margin-bottom: 24px;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
  font-weight: 800;
}

.panel__contents h3 span {
  position: absolute;
  top: 4px;
  left: -50px;
  font-size: 20px;
  line-height: 24px;
}

.panel__contents {
  padding-bottom: 32px;

  margin-bottom: 32px;
  padding-left: 50px;
}

.panel__contents.active {
  border-bottom: 1px solid #000;
}

.panel-group .panel:last-child {
  border: none;
  margin-bottom: 0;
}

.tab-pane.fade {
  display: none;
}

.tab-pane.fade.active.in {
  display: block;
}

.panelli h5 {
  border-bottom: 1px solid #000;
  padding: 32.5px 0;
  font-size: 22px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  font-weight: 800;
}

.panelli h5 span {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.panelli h5:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.panelli h5:first-child {
  padding-top: 0;
}

.bg__dark {
  background-color: #000;
}

.btn__border2.btn__white a {
  border-color: #fff;
  color: #fff;
}

.btn__border2.btn__white a img {
  margin-left: 6px;
}

.btn__border2.btn__white a:hover {
  background-color: #fff;
  color: #000;
}

.btn__border2.btn__white a:hover img {
  filter: invert(1) brightness(1);
}

.justify-content-end {
  justify-content: end;
}

.why_item_content {
  padding-left: 45px;
  position: relative;
  color: #fff;
}

.why_item_content h5 span {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.why_item {
  padding-top: 24px;
  border-top: 1px solid #fff;
}

.why_item_area {
  margin-top: 10px !important;
}

.why_item_content h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 800;
}

.bg__light {
  background-color: #f1efed;
}

.process__content {
  border-bottom: 1px solid #000;
  padding: 28px 0;
}

.process__content h6 {
  margin-bottom: 24px;
  font-size: 20px;
}

.process__content h5 {
  margin-bottom: 16px;
  font-size: 20px;
  margin-top: 16px;
}

.process__content:first-child {
  padding-top: 0;
}

.process__content:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.mb-4 {
  margin-bottom: 24px;
}

.footer {
  padding: 48px 0 72px;
  border-top: 1px solid #2b2b2b;
}

.footer__links {
  display: flex;
  gap: 84px;
}

.footer__link h5 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
}

.footer__links a {
  color: #b8b8b7;
  display: block;
  margin-bottom: 24px;
  transition: color 0.3s ease;
}

.footer__links a:hover {
  color: #fff;
}

.footer__link__right a {
  margin-bottom: 12px;
}

.footer__link__right span {
  margin-bottom: 12px;
  color: #b8b8b7;
  display: block;
}

.footer__copy {
  display: flex;
  justify-content: space-between;
}

.text__gray {
  color: #b8b8b7;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.footer__copy img {
  margin-left: 12px;
}

.footer__link a:last-child {
  margin-bottom: 0;
}

.bottom-bottom {
  border-bottom: 1px solid #000;
}

.d__block {
  display: block;
}

.mshow {
  display: none;
}

.mb-32 {
  margin-bottom: 32px;
}

.w-100 {
  width: 100%;
}

.filter__dark {
  filter: grayscale(100%) brightness(0%);
}

#mobile__panel .checkbox {
  margin-top: 40px;
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #b8b8b7 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

::placeholder {
  color: black !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

select.form-control {
  color: black !important;
}

.counters {
  margin-bottom: 48px;
  border-top: 1px solid #000;
  padding-top: 12px;
}

.counters h3 {
  font-size: 84px;
  line-height: 96px;
  margin-bottom: 4px;
  font-weight: 800;
}

.counters p {
  color: #606060;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.login__register {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.section__industry {
  padding-bottom: 0 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.small,
small {
  font-size: 100%;
}

.mt-0 {
  margin-top: 0;
}

.section__fee .why_item {
  border-top: 1px solid #000;
}

.section__fee .why_item_content {
  color: #000;
}

.section__fee .why_item_content h5 span {
  color: #000;
}

.px-0 {
  padding-inline: 0;
}

.form-control:focus {
  border-color: var(--primary-color);

  -webkit-box-shadow: none;
  box-shadow: none;
}

.header__site .tabs__header li:last-child:after {
  width: calc(100% + 20px);
}

h2.Contact-size {
  font-size: 51px;
}

.mob {
  color: white;
}

ul.list {
  list-style: disc;
  margin: auto;
}

body > section.hero__section > div > div > div.col-md-7 > div > div.headings.mhide > div {
  align-items: center !important;
}

.section__why .why_item_content {
  padding-left: 0;
}

.section__why .why_item {
  padding-top: 12px;
}

.why_item_img {
  min-height: 75px;
}

.panels__box .panel-body .btn__border2 {
  margin-top: 20px;
}

.headerTop {
  background-color: #000000;
  padding: 16px 0;
}

.time-line-slider h5 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.time-line-img {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

.time-line-content h6 {
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
}

.time-line-content p {
  color: #606060;
}

.time-line-heading {
  display: flex;
  justify-content: space-between;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: 20px;
  height: 20px;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 20px;
  height: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.section__whystudy .why_item_area {
  margin-bottom: 84px;
}

.whystudyslider .swiper-slide p {
  color: #606060;
  font-size: 14px;
}

.whystudyslider .swiper-slide h4 {
  font-size: 20px;
}

.whystudysliderContent {
  border-top: 1px solid #000;
  padding-top: 20px;
}
.ProgTab .ProgTab-des {
  margin-bottom: 20px;
}

.ProgTabImg {
  height: 100%;
}

.googleMap iframe {
  width: 100%;
}

.text-grey {
  color: #b8b8b7;
}

.footerInfo .footerInfo1 span {
  margin-right: 15px;
}

.footerInfo .footerInfo1 span img {
  width: 20px;
}

.why_item_img {
  padding-top: 36px;
  border-top: 1px solid #000;
}

.why_item_content h5 a {
  color: #000;
}

.section__Press .why_item_content {
  padding-left: 0;
  padding-bottom: 48px;
  min-height: 260px;
}

.section__Press .why_item_img img {
  max-width: 55%;
  max-height: 70px;
}

.imgInvert {
  filter: grayscale(100%);
}

.bg__dark2 {
  background-color: #191919;
}

.oh-x {
  overflow-x: hidden;
}

.overflowWrapper {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding-bottom: 24px;
  column-gap: 48px;
}

.overflowWrapper .why_item {
  min-width: 550px;
}

.section__indutry .why_item_img {
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  padding-top: 0;
  border-top: none;
}

.section__indutry .why_item {
  border-top: none;
  padding-top: 0;
}

.section__indutry .why_item_content {
  padding-left: 0;
  padding-top: 24px;
}

.PlacementsSlider .why_item {
  /* min-width: 230px; */
}

.PlacementsSlider .why_item_img {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
}

.PlacementsSlider .why_item {
  border-top: none;
}

.PlacementsSlider .why_item_content {
  padding-left: 0;
}

.PlacementsSlider .why_item_content h5 {
  padding: 16px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.PlacementsSlider .why_item_logo {
  border-bottom: 1px solid #000;
  height: 64px;
  display: flex;
  align-items: center;
}
.why_item_logo img {
  max-height: 42px;
  max-width: 60%;
}

.imginvert {
  filter: brightness(1) invert(1);
}
.section__why .why_item_img {
  margin-bottom: 12px;
  border-top: none;
  min-height: 108px;
}

.why_item_img1 img {
  max-width: 220px;
}

.section__process__heading .subtitle {
  margin-bottom: 0px;
}

.networkLogoSlider .swiper-slide {
  width: auto !important;
}
.networkLogoSlider img {
  max-height: 60px;
  width: auto;
  display: block;
}

figure.networkLogo1 {
  display: flex;
  height: 60px;
  align-items: center;
}

.npfWidgetButton {
  background-color: transparent !important;
  color: inherit !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.process__content__panel {
  display: flex;
  justify-content: space-between;
}

.section__process__heading {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 46%;
}

.process__contents {
  width: 46%;
}

/* 
.networkLogoPanel {
display: flex;
column-gap: 48px;
align-items: center;
justify-content: space-between;
padding-left: 12%;
} */
.networkLogoPanel {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}

.networkLogoTrack {
  display: flex;
  gap: 84px;
  animation: scroll 40s linear infinite;
}

.networkLogo {
  flex-shrink: 0;

  display: flex;
  align-items: center;
}

.networkLogo img {
  max-height: 60px;
  width: auto;
  display: block;
}

/* Smooth scroll keyframes */
@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

.networkLogoSlider:hover .networkLogoTrack {
  animation-play-state: paused;
}

img.process__img {
  max-width: 80%;
}

.SliderArrow {
  position: relative;
  display: flex;
  margin-bottom: 24px;
  column-gap: 12px;
  margin-right: 0;
  justify-content: end;
}

.section__Placement .why_item {
  padding-top: 0;
}

.headerTop .container-fluid {
  padding: 0;
}
.marquee-slider {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;

  overflow: hidden;
  white-space: nowrap;
}

.marquee-slider .slider {
  display: inline-flex;
  animation: marquee 120s linear infinite;
}
.marquee-slider .slide {
  display: inline-block;
  color: #fff;
}
.marquee-slider .slide span {
  padding: 0 24px;
  color: #fff;
}

@keyframes marquee {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}
