@font-face {
  font-family: 'Publico';
  src: url('https://cdn.employabilityhub.com/res/fonts/PublicoHeadline-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Publico';
  src: url('https://cdn.employabilityhub.com/res/fonts/PublicoHeadline-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Publico';
  src: url('https://cdn.employabilityhub.com/res/fonts/PublicoHeadline-Extrabold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Publico';
  src: url('https://cdn.employabilityhub.com/res/fonts/PublicoHeadline-Black.woff') format('woff');
  font-weight: 900;
  font-display: swap;
}


:root {
  --templateFourPrimary: #300719;
  --templateFourSecondary: #4B0A28;
  --templateFourBackground: #000000;
  --templateFourLight: #ffffff;
  --templateFourDark: #000000;
  --templateFourAction: #007078;
  --templateFourThird: #ff4543;
}

.template-four .save-btn-2,
.template-four .main-interview .btn-gradient {
  background-color: var(--templateFourAction);
  background-image: none;
}

.template-four .cancel-btn-2 {
  background-color: #636363;
}

.template-four .input-group label {
  font-family: 'Publico';
  color: #121212;
  font-weight: 600 !important;
  font-size: 16px;
}

.template-four .userTooltip::before {
  border-color: #000000 transparent transparent transparent;
}

.template-four .userTooltip {
  background: black !important;
}

.template-four .save-btn-2::after {
  background-color: #015b61 !important;
}

.template-four p.signup-title {
  color: #191919;
}

.template-four .jd-header {
  box-shadow: none;
  border-radius: 0;
  padding: 5rem 3rem 0;
  position: relative;
  bottom: 7rem;
}

.template-four .btn-selected-form {
  color: #007078;
  text-decoration: 1px underline;
  /* text-underline-offset:; */
  transition: all .4s ease;
}

.template-four .btn-selected-form:hover {
  color: #ff4543 !important;
}

.template-four .course-starts .left-area-header,
.template-four .course-starts .right-area-header {
  background-color: var(--templateFourPrimary);
}

.template-four .checkmark {
  border: 1px solid var(--templateFourThird) !important;
}

.template-four .option-div input:checked~.checkmark,
.check-div input:checked~.checkmark {
  background-color: var(--templateFourThird) !important;
}

.template-four .course-starts .modal-ok-btn2 {
  background-color: #ff4543;
  font-size: 18px;
  font-weight: 600 !important;
}

.template-four .leaft-area-heading-container p {
  font-size: 21px;
}

.template-four .circle-progress::before {
  background-color: var(--templateFourPrimary);
}

.auth-admin:hover::before {
  content: "";
  left: -20px;
  position: absolute;
  top: 0px;
  height: 100%;
  right: -20px;
  bottom: -20px;
  border: 2px dashed #ffffff4d;
  background-color: #bee1ff2e;
}


.main-container-four {
  padding: 0 256px;
}

.template-four .job-details-modal-wrapper .m-heading-btn,
.template-four .single-chapter-content p,
.template-four .single-chapter-content p a {
  font-family: 'Publico', serif;
  font-size: 24px;
  /* letter-spacing: 5%; */
  font-weight: 600;
}

.template-four .accordian-box-header button {
  font-size: 18px !important;
}

.template-four .single-chapter-content p,
.template-four .single-chapter-content p a {
  font-size: 16px !important;
}

.template-four .single-chapter-content span {
  font-size: 12.5px;
}

.home-banner {
  background-color: #EDE6E9;
  display: flex;
  align-items: flex-start;
  min-height: 255px;
  flex-direction: column;
  gap: 22px;
}

.home-banner h1 {
  color: #4B0A28;
  font-size: 50px;
  margin-top: 80px;
  word-spacing: 9px;
  font-weight: 700;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.home-banner p {
  color: #007078;
  font-size: 28px;
  line-height: 33px;
  font-family: "Publico", serif;
  /* font-weight: 400; */
  width: 66%;
  margin-bottom: 3rem;
}


.sub-heading {
  font-size: 33px;
  color: black;
  font-weight: 700;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.features-box {
  background-color: var(--templateFourBackground);
}


.features {
  padding-block: 14px 27px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature a,
.read-btn {
  text-decoration: 1px underline;
  color: #4B0A28;
  font-size: 18.5px;
  line-height: 23px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 800;
  transition: all .4s ease;
}

.feature a:hover,
.read-btn:hover {
  color: #ff1310 !important;
}

.job-btn:hover {
  background-color: #5d223d;
  color: white;
}

.feature a i,
.read-btn i,
.job-btn i {
  margin-left: 21px;
  font-size: 20px;
}

.feature img {
  width: 100%;
  margin-bottom: 31px;
  height: 150px;
  object-fit: cover;
}

.feature h4 {
  font-size: 22px;
  line-height: 26.5px;
  font-family: "Publico", serif;
  font-weight: 800;
  margin-bottom: 19px;
  min-height: 4rem;
}

.feature p {
  font-size: 16px;
  line-height: 23px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  /* word-spacing: 0%; */
  margin-bottom: 3rem;
  min-height: 7.5rem;
  width: 94%;
  color: black;
}

.p-mob {
  padding-top: 4rem !important;
  padding-bottom: 3rem !important;
}




.about-left p {
  font-size: 17px;
  line-height: 23px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  margin-top: 12px;
  word-spacing: 3%;
  width: 93%;
  margin-bottom: 60px;
}

.about {
  background-color: #E5F1F1;
  padding-block: 4.5rem 4.5rem !important;
  display: flex;
  gap: 20px;
}

.about>div {
  flex: 1;
}

.about img {
  object-fit: cover;
  width: 100%;
  height: 321px;
}

.tag-heading {
  color: #007078;
  font-size: 24px;
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", sans-serif;
  margin-bottom: 35px;
  line-height: 23px;
}


.statics {
  background-color: #4B0A28;
  padding-block: 5rem 5rem !important;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 420px;
}

.static {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
}


.static-box {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 3px solid #FF4543;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
}

.static p {
  color: white;
  font-size: 21px;
  font-family: "Publico", sans-serif;
  font-weight: 400;
  width: 85%;
  margin: auto;
  text-align: center;
}

.jobs {
  padding-block: 5rem 5rem !important;
  background-color: var(--templateFourBackground);
}

.jobs-box {
  display: grid;
  z-index: 999;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 21px;
}

.job {
  background-color: #F6F6F6;
}

.job img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.job div {
  padding: 24px 15px 18px;
}

.job h4 {
  font-size: 22px;
  line-height: 26.5px;
  font-family: "Publico", serif;
  font-weight: 800;
  margin-bottom: 19px;
  color: black;
  min-height: 4.5rem;
}

.job-btn {
  background: #4B0A28;
  text-decoration: none;
  color: white;
  padding: 10px 18px;
  font-size: 18.5px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 800;
  margin-top: 2.5rem;
  display: block;
  width: fit-content;
  transition: all .4s ease;
}

.tone-jd-options {
  font-family: "neue-haas-grotesk-text", sans-serif;
}


.videos {
  padding-block: 5rem 5rem !important;
  background-color: #EDE6E9;
}

.videos-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 21px;
}

.video {
  background-color: #6F3B53;
  color: white;
}

.video img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}

.video div {
  padding: 36px 15px 18px;
}

.video h4 {
  font-size: 25px;
  line-height: 26.5px;
  font-family: "Publico", serif;
  font-weight: 700;
  margin-bottom: 19px;
  color: rgb(255, 255, 255);
  min-height: 3rem;
}

.video p {
  font-size: 17px;
  line-height: 35px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 300;
  min-height: 4.5rem;
}

.video a {
  color: white;
}

.video a i {
  margin-left: 25px;
}


.template-four .chat-header {
  background-color: #007078;
}

.four-banner-page {
  height: 400px;
  flex-direction: column;
  justify-content: center;
  padding: 0 256px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.four-banner-page:after {
  content: " ";
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
  display: block;
  position: absolute;
  inset: 0;
}

.four-banner-page img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}


.four-banner-page p {
  margin: 0px;
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 30px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.four-banner-page span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
  margin-top: 20px;
  font-weight: 400;
  max-width: 600px;
  line-height: 1.6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: block;
  min-height: 8rem;
}

.template-four .page-content-four {
  padding: 44px 3rem 54px;
  position: relative;
  bottom: 39px;
  background-color: white;
}



@media screen and (max-width: 500px) {
  .d-none-mob {
    display: none !important;
  }

  .main-container-four {
    padding: 0 15px !important;
  }

  .nav-menu {
    height: 70px !important;
    align-items: center !important;
  }

  .nav-menu img {
    width: 7rem;
    object-fit: contain;
  }

  .home-banner {
    gap: 10px;
    justify-content: center;
    min-height: 170px;
  }

  .home-banner h1 {
    font-size: 40px;
    margin-top: 0 !important;
  }

  .home-banner p {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
  }

  .p-mob {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .features {
    padding-block: 0px 12px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .feature img {
    margin-bottom: 18px;
  }

  .feature h4 {
    font-size: 25px;
    line-height: unset;
    margin-bottom: 0px;
    min-height: unset;
  }

  .feature p {
    margin-bottom: 3rem;
    min-height: 2rem;
  }

  .feature a {
    margin-bottom: 2.4rem;
    display: block;
  }

  .feature:last-of-type a {
    margin-bottom: 0rem;
    display: block;
  }

  .about {
    flex-direction: column;
    padding: 15px 0 0 0 !important;
    gap: 30px;
  }

  .about-left {
    padding-inline: 15px;
    padding-block: 15px 0
  }

  .about-left p {
    margin-bottom: 2rem;
  }

  .about img {
    height: 270px;
  }

  .sub-heading {
    font-size: 28px;
  }

  .tag-heading {
    font-size: 22px;
    margin-bottom: 1rem;
  }

  .statics {
    flex-wrap: wrap;
    padding-block: 27px !important;
    gap: 27px;
  }

  .jobs {
    padding-block: 27px !important;
  }

  .jobs-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .job-btn {
    padding: 10px 10px;
    font-size: 16.7px;
    margin-top: 2rem;
  }

  .videos {
    padding-block: 10px 20px !important;
  }

  .videos-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .journey {
    flex-direction: column;
    align-items: flex-start !important;
    padding-block: 18px 21px !important;
  }

  .j-left {
    max-width: 100% !important;
  }

  .j-left h3 {
    font-size: 24px !important;
    margin-bottom: 9px !important;
  }

  .j-left p {
    line-height: 24px;
    font-size: 19px;
  }

  .social-links {
    flex-direction: column;
    align-items: flex-start !important;
    padding-block: 12px !important;
    gap: 12px;
  }

  .job-btn {
    margin-top: 2rem;
  }

  .logo-footer {
    width: 9rem;
  }

  .copyright {
    padding-block: 12px !important;
    font-size: 15px !important;
    margin-bottom: 3rem !important;
  }
}

.template-four .listing-desc-full p,
.template-four .listing-desc-full ul li,
.page-content-four p,
.page-content-four li {
  font-family: "neue-haas-grotesk-text", sans-serif;
  color: #000;
  margin-bottom: 1.3rem;
  font-size: 17px;
  font-weight: 400;
  line-height: 175%;
}

.template-four .listing-desc-full a,
.page-content-four a {
  color: #007078 !important;
  transition: all .3s ease;
}

.template-four .listing-desc-full a:hover,
.page-content-four a:hover {
  color: #ff4543 !important;
}


.job-four-title,
.template-four .listing-desc-full h2,
.template-four .listing-desc-full h1,
.template-four .listing-desc-full h3,
.page-content-four h2,
.page-content-four h1,
.page-content-four h3 {
  font-family: 'Publico', serif;
  font-weight: 700;
  margin-block: 2rem 3rem;
  font-size: 27px;
  color: #000;
}


/* .journey  */