/* Logo  */

@media screen and (max-width: 600px) {
  .page-id-6887 div.logo #logo img {
    max-height: 60% !important;
  }

  .page-id-6887 #Top_bar .logo #logo {
    margin: 20px 0 !important;
  }

  .page-id-6887 #Top_bar .menu_wrapper {
    float: right !important;
    width: auto;
    margin: 0 !important;
  }

  .consultancy-menu li a span {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .page-id-6887 #Top_bar .logo {
    padding-left: 20px;
  }
}

/* Main Menu */

.consultancy-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
}
.consultancy-menu li a {
  color: white;
  text-decoration: none;
}
.consultancy-menu li a span {
  font-weight: normal;
  opacity: 0.8;
  line-height: 60px;
  padding: 0 15px;
  font-size: 18px;
}

@media only screen and (max-width: 1200px) {
  .page-id-6887 #Top_bar .menu_wrapper {
    float: right !important;
    width: auto;
    margin: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .consultancy-menu li a span {
    font-size: 14px;
  }
  .consultancy-menu {
    margin: 15px 0 0 0;
  }
}

/* Hero */

#consultancy-hero {
  background-image: url('https://academy.nit-institute.com/wp-content/uploads/2025/08/saife-hero.png');
  height: 900px;
  background-color: #f5f7fb;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

@media screen and (max-width: 768px) {
  #consultancy-hero {
    background-image: url('https://academy.nit-institute.com/wp-content/uploads/2025/08/saife-hero.png');
  }
}

.consultancy-hero-body {
  width: 1170px;
  margin: 0 auto;
  color: #fff;
}
.consultancy-hero-body h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 20px;
}
.consultancy-hero-body br {
  display: none;
}
.consultancy-hero-body p {
  font-size: 24px;
  text-align: justify;
}

.consultancy-hero-image-footer {
  width: 1170px;
  margin: 0 auto;
  padding: 20px;
}
.consultancy-hero-button a {
  width: auto;
  background-color: #0095eb;
  border-radius: 50px 50px;
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.consultancy-layout .title-row h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .consultancy-hero-body {
    width: 100%;
    padding: 180px 20px 40px 20px;
  }
  .consultancy-hero-body p {
    font-size: 16px;
    line-height: 30px;
  }
  .consultancy-hero-image-footer {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .consultancy-hero-body {
    width: 100%;
    padding: 220px 20px 40px 20px;
  }

  .consultancy-hero-body h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .consultancy-hero-body {
    padding: 240px 40px 60px 40px;
  }
  .consultancy-hero-image-footer {
    padding: 20px 40px;
  }
  .consultancy-hero-body br {
    display: block;
  }
  .consultancy-hero-image-footer {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .consultancy-hero-body {
    max-width: 1170px;
    padding: 300px 0px 60px 0px;
  }
  .consultancy-hero-body h1 {
    font-size: 56px;
    line-height: 70px;
    font-weight: 900;
  }
  .consultancy-hero-image-footer {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0px;
  }
}
/* 
#hero-landing-consultancy h1 {
  font-size: 72px;
}

#hero-landing-consultancy .hero-landing-consultancy-body {
  max-width: 1200px;
  margin: 0 auto;
}
 */
/* #hero-landing-consultancy .hero-landing-consultancy-body h1 {
  padding: 0px;
  padding-top: 280px;
}
#hero-landing-consultancy .hero-landing-consultancy-body p {
  width: 100%;
  padding: 0px;
  padding-bottom: 60px;
  font-size: 24px;
  text-align: justify;
}

#hero-landing-consultancy .hero-image-footer {
  max-width: 1200px;
}

@media only screen and (max-width: 600px) {
  #hero-landing-consultancy .hero-landing-consultancy-body h1 {
    padding: 140px 20px 20px 35px !important;
    font-size: 30px !important;
  }

  #hero-landing-consultancy .hero-landing-consultancy-body h1 br {
    display: none;
  }

  #hero-landing-consultancy .hero-landing-consultancy-body p {
    width: 100% !important;
  }
}
 */
/* Our Service at glance */

.table-wrap {
  overflow-x: auto;
}
.services-at-glance {
  position: relative;
  width: 100%;

  border-collapse: collapse;
}

.services-at-glance tr td {
  padding: 20px 10px 10px 10px;
}

.services-at-glance .first-row td {
  border-radius: 10px 10px 0 0;
  padding: 10px 10px 10px 10px;
  border: none;
}
.services-at-glance tr:first-child td {
  box-shadow: none !important;
}

.services-at-glance tr td:first-child {
  padding-left: 20px;
  width: 28%;
}
.services-at-glance .first-row td:not(:first-child) {
  color: white;
  text-align: center;
  width: 18%;
  min-width: 150px;
  font-size: 20px;
}
.services-at-glance .first-row td:first-child {
  background-color: white !important;
  text-align: left;
}
.services-at-glance .first-row td:nth-child(2) {
  background-color: #0095eb !important;
}
.services-at-glance .first-row td:nth-child(3) {
  background-color: #3cb878 !important;
}
.services-at-glance .first-row td:nth-child(4) {
  background-color: #fbb545 !important;
}
.services-at-glance .first-row td:nth-child(5) {
  background-color: #ff5f60 !important;
}
.services-at-glance tbody tr:not(:first-child) td {
  text-align: center;
}
.services-at-glance tbody tr td:first-child {
  text-align: left;
  border-right: 1px solid #00407b33 !important;
  border-top: none;
  border-bottom: none;
}
.services-at-glance tbody tr td:not(:first-child) {
  background-color: none;
  border-left: 1px solid #00407b33 !important;
  border-color: #00407b33;
  border-top: none;
  border-bottom: none;
}
.services-at-glance tbody tr:nth-child(even) {
  background-color: #e3e9ef;
}
.services-at-glance tbody tr td img {
  width: 32px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}
.services-at-glance tbody tr td span {
  font-size: 14px;
}
.services-at-glance .spacer {
  height: 50px;
}

.services-at-glance tfoot tr:nth-child(even) {
  background-color: #e3e9ef;
}
.services-at-glance tfoot tr:nth-child(2) td:first-child {
  border-radius: 10px 0 0 0;
  text-align: left;
}
.services-at-glance tfoot tr:nth-child(2) td:last-child {
  border-radius: 0 10px 0 0;
}
.services-at-glance tfoot tr:nth-child(2) td:not(:first-child) {
  border-left: 1px solid #00407b33;
  border-color: #00407b33;
  border-top: none;
  border-bottom: none;
}
.services-at-glance tfoot tr:nth-child(2) td img {
  max-width: 32px;
  max-height: 32px;
  display: block;
  margin: 0 auto;
}
.services-at-glance tfoot tr td {
  border-top: none;
  border-bottom: none;
}

.services-at-glance tfoot .training-and-upskilling img {
  max-width: 150px;
  display: inline-block;
}

.services-at-glance tfoot .training-and-upskilling img:first-child {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.services-at-glance tfoot .training-and-upskilling {
  border: none;
}
.services-at-glance tfoot tr:last-child td {
  background-color: white;
  padding: 20px;
}
.services-at-glance tfoot tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.services-at-glance tfoot tr:last-child td:last-child {
  text-align: right;
  border-radius: 0 0 10px 0;
}

/* Consultancy banner-2 */

.consultancy-banner-2.yellow-background h2 {
  /*   margin-bottom: 35px;
  color: #33475b;
  font-weight: bold; */
  font-size: 38px;
}

.consultancy-banner-2.yellow-background h2 a {
  text-decoration: underline;
}

/* Benefits  */
.professor-benefits {
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.circle-image-benefits {
  height: 100px;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* Meet our expert */

.expert-proffesor {
  width: 60%;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

.expert-proffesor__image {
}
.expert-proffesor__text a {
  color: #212529;
}
.expert-proffesor__text a:hover {
  text-decoration: none;
  color: #223e73;
}

@media screen and (max-width: 768px) {
  .expert-proffesor {
    width: 100%;

    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .expert-proffesor {
    width: 80%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

/* Footer */

.page-id-6887 .left-section-footer {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.page-id-6887 .left-section-footer img {
  max-height: 60px;
  transform: translateX(-5px);
}
@media screen and (max-width: 768px) {
  .page-id-6887 .left-section-footer {
    align-items: center;
  }

  /*   .page-id-6887 .left-section-footer p {
    display: flex;
    flex-direction: column;
  } */
}
