/* Home Page */
.hero {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#e9efeb7a 30%, #e9efeb4d 30%),
    url(../images/hero-bg.svg);
/*   background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat; */
  background-size: cover;
  background-clip: border-box;
  min-height: 60vh;
}

.hero-container {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  flex-flow: column;
  padding-top: 190px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.white-text {
  color: #fff;
}
.sub-hero-home-h1 {
  margin-bottom: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}

.button-wrapper.bpadding40 {
  margin-bottom: 30px;
}
.button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.highlight-home.gold {
  color: #005a33;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(
    162deg,
    #dcba56,
    #dcba56 16%,
    #d3c280 38%,
    #ead980 61%,
    #dcba56 94% 100%,
    #f0e286
  );
  background-clip: border-box;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 55px;
  font-weight: 600;
  line-height: 56px;
}
.highlight-home {
  color: #dcba56;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  display: inline-block;
}

.button.hero-bttn {
  font-size: 18px;
}

.bttn-icon-box.gold {
  color: #005a33;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(
    77deg,
    #dcba56,
    #dcba56 24%,
    #f4eb8e 50%,
    #dcba56 90%,
    #d3c280
  );
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}
.bttn-icon-box {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.cliient-logo-section {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.ticker {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.ticker-logo {
  filter: none;
  width: auto;
  height: 4em;
  padding: 6px;
  margin: 10px;
}

.ticker-content {
  display: inline-block;
  animation: scroll-left 15s linear infinite;
}

.heading-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  overflow: clip;
}

.content-image-box {
  background-color: #fff;
  border-radius: 20px;
  width: 48%;
  height: auto;
  margin-bottom: 20px;
  overflow: clip;
}

.content-image-box.rnmc-photo {
  background-image: url(../images/rnmc-home-img.png);
  background-position: 2% 105%;
  background-repeat: no-repeat;
  background-size: 125%;
  border: 1px solid #eee;
}

.bd-box-wrapper.desk {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.bd-box-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bd-box {
  color: #333;
  background-color: #fff;
  border: 1px solid #005a33;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: auto;
  min-height: 250px;
  padding: 25px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 7px 7px #0000001f;
  transition: 0.3s ease-in-out;
  will-change: transform;
}

.bd-box:hover {
  box-shadow: 0 7px 12px #00000014;
  transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  background-color: #005a33;
  will-change: transform;
}

.bd-box:hover .bd-title,
.bd-box:hover .bd-par,
.bd-box:hover .bd-link-box {
  color: #fff;
}

.bd-box:hover .bd-box-icon {
  background-color: #fff;
}

.bd-box-icon {
  color: #fff;
  background-color: #005a33;
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 13px;
  line-height: 1;
  transform-style: preserve-3d;
  will-change: transform;
  transition: 0.3s ease-in-out;
}

.bd-box-icon.labour {
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.bd-title {
  text-align: center;
  height: auto;
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}
.bd-par {
  color: #000;
  text-align: center;
  height: auto;
  margin-bottom: 20px;
}

.bd-link-box {
  color: #dcba56;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}
.link-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-left: 5px;
}

/* About Page */
.hero.hero-inside {
  background-image: linear-gradient(#005a33e8 35%, #338361ff 96%),
    url(../images/rnmc-homepage-hero.webp);
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 30vh;
}

.about-tab-flex.desk {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  margin-bottom: 10px;
}
.about-tab-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}
.content-box.about {
  width: 100%;
}

.about-box {
  background-color: #f5f5f5;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  min-height: 250px;
  padding: 25px 20px 30px;
  display: flex;
  box-shadow: -6px 10px 12px #00000017;
}

.about-icon-box {
  background-color: #005a33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 13px;
  display: flex;
}

.about-title {
  color: #005a33;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.about-mid-par {
  color: #475569;
  text-align: center;
  height: 170px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-content-box {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.about-content {
  color: #005a33;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 20px;
  display: flex;
}

.button-wrapper.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.content-image-box.community-image {
  background-image: url(../images/rnmc-buildstronger.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 490px;
}

.mission-vission-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.mission-vision-box {
  border: 1px solid #fff;
  box-shadow: 0 2px 7px 0 #14142b0f;
  background-color: #f5f5f5;
  background-image: linear-gradient(#005a33, #338361);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 20px 20px;
  display: flex;
}

.mission-title-box {
  color: #005a33;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.mission-icon-box {
  background-image: linear-gradient(
    77deg,
    #dcba56,
    #dcba56 24%,
    #f4eb8e 50%,
    #dcba56 90%,
    #d3c280
  );
  border-radius: 100%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 8px;
  overflow: hidden;
  transform: translate(0);
}

.mission-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.mission-par-mid {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.mission-par-box {
  color: #fff;
  width: 100%;
  height: auto;
}

.content-box.downlload {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.heading-h3-box {
  width: 100%;
  padding-left: 0;
}

.download-wrapper.gold {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(
    90deg,
    #dcba56,
    #d3c280 20% 50%,
    #dcba56 76%,
    #dcba56
  );
  background-clip: border-box;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 18px;
  text-decoration: none;
}
.download-wrapper {
  background-color: #338361;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.download-link {
  color: #005a33;
  background-color: #0000;
  border: 2px #005a33;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  text-decoration: none;
  display: flex;
}
.download-icon.gold {
  color: #e2d587;
  -webkit-text-fill-color: inherit;
  background-color: #005a33;
  background-image: none;
  background-clip: border-box;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px;
  display: flex;
}
.download-icon {
  border-radius: 100px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.download img,
.content-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact Page */

.content-box.cs-box {
  background-color: #f5f5f5;
  border-radius: 20px 0 0 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 30px 40px;
  display: flex;
}

.content-box.cs-box-right {
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 30px 40px;
  display: flex;
}

.contact-link-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #dbdbdb;
  flex-flow: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.contact-icon.gold {
  color: #005a33;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(
    90deg,
    #dcba56,
    #dcba56 21%,
    #d3c280 37% 40%,
    #f6ee90 100%,
    #dcba56
  );
  background-clip: border-box;
  padding: 10px;
}
.contact-icon {
  border-radius: 100px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 20px;
  padding: 9px;
  line-height: 28px;
}

.contact-link {
  color: #005a33;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}
.socmed-box-wrapper.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
}
.socmed-box-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.button-wrapper.inside {
  justify-content: flex-start;
  align-items: center;
}

/* Our Commitment Page */
.content-image-box.communities {
  background-image: url(../images/communities-rnmc-img.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 519px;
  margin-bottom: 30px;
}

.content-image-wrapper {
  border-radius: 20px;
  width: 48%;
  height: auto;
  min-height: auto;
  overflow: clip;
}

.content-box.leadership.tablet,
.content-box.full {
  width: 100%;
}
.container.our-reach {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 25px;
}

.tagline-box {
  color: #292929;
  background-color: #005a33;
  border: 1px solid #e2e6f0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.heading-wrapper.left-align-commitment {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}

/* Careers Page */
.video-flex-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-image-box.career {
  background-image: linear-gradient(#00000038, #00000038),
    url(../images/group-diverse-occupation-people.jpg);
  background-position: 0 0, 98%;
  background-size: auto, cover;
  max-height: 430px;
  min-height: 500px;
}

.video-icon-box.gold {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(
    135deg,
    #dcba56,
    #dcba56 22%,
    #d3c280 52%,
    #dcba56 77%,
    #d3c280
  );
  background-clip: border-box;
}
.video-icon-box {
  color: #000;
  background-color: #dac06c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  padding: 23px 20px 20px 23px;
  display: flex;
}

.work-tab-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.work-box {
  background-color: #f5f5f5;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  min-height: 250px;
  padding: 25px 20px 30px;
  display: flex;
  box-shadow: -6px 10px 12px #00000017;
}

.icon-box {
  background-color: #005a33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.work-title {
  color: #005a33;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  min-height: 50px;
}

.content-wrapper.bg-qoute {
  padding-top: 0;
  position: static;
}

.mid-box {
  text-align: center;
  background-color: #005a33;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  display: flex;
  position: relative;
  box-shadow: -5px 4px 12px -7px #00000052;
}

.career-mid {
  color: #fff;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.content-box.career-form {
  background-color: #f5f5f5;
  border: 1px solid #e2e1e1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  height: auto;
  padding: 30px 35px;
  display: flex;
  box-shadow: -6px 8px 12px #00000017;
}

.sub-par {
  color: #005a33;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

/* Blog Feed Page */
.content-wrapper.bg-blog {
  background-color: #e2e6f057;
}

.button-back-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.back-button {
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.arrow-back-button {
  color: #dcba56;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 10px;
  font-weight: 500;
}

.back-text {
  color: #64748b;
  text-transform: uppercase;
  text-decoration: none;
}

.content-sub-title {
  color: #dcba56;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.blog-sub-par {
  font-weight: 400;
}

.blog-tag-box-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  display: flex;
}

.tab-box {
  color: #333;
  border: 1px solid #dcba56;
  border-radius: 100px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: -2px 2px 2px #af986b78;
}

.tab-box:hover {
  color: #1a704a;
  background-color: #fff;
  border-color: #dcba56;
}

.blogdown-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.blog-flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog-box {
  border-radius: 35px;
  width: 32%;
  height: auto;
  margin-bottom: 30px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 2px 5px #0003;
  display: flex;
  flex-direction: column;
}

.blog-box:hover .blog-image-box {
  transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.blog-box:hover .blog-bttn {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 112, 74);
  border-color: #005a33;
}

.posted-box-wrapper {
  z-index: 1;
  padding: 20px 20px 10px 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-image-wrapper {
  border-radius: 35px 35px 0 0;
  position: relative;
  overflow: clip;
}

.blog-info-box {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 30px 20px;
  display: flex;
}

.blog-title {
  color: #005a33;
  text-align: left;
  height: auto;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  height: 78px;
}

.blog-par {
  color: #333;
  text-align: left;
  height: auto;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.highlight-blog {
  color: #dcba56;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.blog-par.par-height-blog {
  height: 110px;
}

.blog-par.blog-par-height {
  height: 75px;
}

.b--bttn-wraper {
  width: 100%;
  display: flex;
  margin-top: auto;
}

.blog-bttn {
  color: #fff;
  background-color: #005a33;
  border: 1px solid #005a3300;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  transition: 0.3s ease-in-out;
}

.posted-box {
  color: #fff;
  display: flex;
  font-size: 14px;
}

.posted-icon {
  color: #fff;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 10px;
}

.blog-image-box {
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px 20px 0 0;
  min-height: 250px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.blog-image-box._1 {
  background-image: linear-gradient(#005a33, #fff0 25%),
    url(../images/blog-rnmc-img-1.png);
  background-size: auto, cover;
  min-height: 300px;
}

.blog-image-box._2 {
  background-image: linear-gradient(#005a33, #fff0 25%),
    url(../images/blog-rnmc-img-2.png);
  background-size: auto, cover;
  min-height: 300px;
}

.blog-image-box._3 {
  background-image: linear-gradient(#005a33, #fff0 25%),
    url(../images/blog-rnmc-img-3.png);
  min-height: 300px;
}

.blog-image-box._4 {
  background-image: linear-gradient(#005a33, #fff0 25%),
    url(../images/blog-rnmc-img-4.png);
  min-height: 300px;
}

.blog-image-box._5 {
  background-image: linear-gradient(#005a33, #fff0 25%),
    url(../images/blog-rnmc-img-5.png);
  min-height: 300px;
}

.blog-image-box._6 {
  background-image: linear-gradient(#005a33, #fff0 25%),
    url(../images/blog-rnmc-img-6.png);
  min-height: 300px;
}

.blog-drop-toggle {
  background-color: #e2e6f0 !important;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border: 0;
  color: #005a33;
  font-size: 18px;
  font-weight: 600;
}
.blog-drop-toggle:hover,
.blog-drop-toggle:active,
.blog-drop-toggle:focus {
  color: #005a33;
}

.blog-drop-toggle.dropdown-toggle::after {
  margin-left: 20px;
}

.blog-drop-nav {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 10px;
  inset: auto 0% -274%;
  width: 213px;
}

.blog-link {
  font-size: 15px;
  line-height: 23px;
}
.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
  font-weight: 500;
}

/* Business Division */
.business-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 20px;
  flex-flow: column;
  width: 30%;
  position: relative;
}
.businness-box {
  width: 67%;
}

.business-log-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 10rem;
}

.business-logo-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f6fa;
  border-style: none;
  border-color: #dbdbdb;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px;
  display: flex;
  position: sticky;
}
.business-box-logo.health {
  width: 98px;
  padding: 10px;
}
.business-box-logo {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 12px;
  display: flex;
  box-shadow: 0 5px 6px #0003;
}

.business-division-box {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  box-shadow: 0 5px 6px #0003;
  overflow: hidden;
}
.business-d-link-box.first {
  border-radius: 20px 20px 0 0;
}

.business-d-link-box.last {
  border-radius: 0 0 20px 20px;
}

.business-d-link-box.w--current {
  color: #dcba56;
  border-left: 1px #f5f6fa;
  border-right: 3px solid #dcba56;
}
.business-d-link-box {
  color: #005a33;
  border-bottom: 1px solid #f5f6fa;
  border-left: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}
.bd-box-icon.inside {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 9px;
  display: flex;
}
.bd-box-icon {
  color: #fff;
  background-color: #005a33;
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 13px;
}

.business-d-link-box:hover {
  color: #dcba56;
  background-color: #005a33;
  border-left: 1px solid #f5f6fa;
  border-right: 3px solid #dcba56;
}

.business-image-box {
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  min-height: 400px;
}

.business-image-box.healthcare {
  background-image: url(../images/healthcare-feat-img.jpg);
  width: 100%;
  margin-bottom: 20px;
}

.business-title {
  color: #005a33;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.bd-info-par {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 28px;
}

.font-size {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.bullet-item {
  background-image: url(../images/bullet-icon-gold.svg);
  background-position: 0 13%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 7px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
}

.bulet-list.bd-list {
  margin-bottom: 0;
  margin-left: 20px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.button-wrapper.wrapdown {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.business-d-link-box:hover .bd-box-icon {
  background-color: #fff;
}

.gallery-heading-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 41px;
  display: flex;
}

.gallery-mid-par {
  color: #475569;
  text-align: center;
  font-weight: 400;
}

.gallery-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery {
  width: 100%;
  transition: 0.2s ease-in-out;
  max-height: 300px;
  height: 300px;
  object-fit: cover;
}

.gallery-image-box {
  border-radius: 20px;
  width: 32%;
  max-height: 300px;
  overflow: hidden;
}

.gallery-image-box:hover .gallery {
  transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.logo.ahc {
  padding: 3px;
}
.logo {
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Restaurant Division */

.business-image-box.restaurants {
  background-image: url(../images/restaurant-feat-img.jpg);
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

/* Retail Divistions */
.business-logo-box.retail-width {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
}

.business-box-logo.edu,
.business-box-logo.retail {
  width: 150px;
}

.business-image-box.retail {
  background-image: url(../images/rnmc-retail-feat-img.webp);
  width: 100%;
  margin-bottom: 20px;
}

/* Labour Hire Division */
.business-image-box.labour {
  background-image: url(../images/labour-hire-feat-img.jpg);
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 102%;
  min-height: 360px;
  margin-bottom: 20px;
}

.content-image-box.labour {
  background-image: linear-gradient(#a3a3a310, #00000038),
    url(../images/rnmc-professions.jpg);
  background-position: 50% 10%;
  background-size: auto, cover;
  width: 100%;
  height: 490px;
  margin-bottom: 20px;
  position: relative;
}

.size {
  font-size: 40px;
  line-height: 50px;
}

.business-title.size {
  font-size: 35px;
  line-height: 55px;
}
/* Education and Training */
.business-image-box.education-and-training {
  background-image: url(../images/rnmc-educ-2.jpg);
  width: 100%;
  margin-bottom: 20px;
  background-position: 50% 20%;
}

/* Mining Division */
.business-image-box.mining {
  background-image: url(../images/mining-feat-img.png);
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.gallery-image-box.mining-gal img {
    object-fit: contain;
}

.gallery-image-box.mining-gal {
  background-color: #fff;
}

/* Blog Single Pages */
.bllog-heading {
  font-size: 40px;
  font-weight: 600;
}
.posted-box.blue---blog {
  color: #005a33;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  line-height: 1;
}

.posted-icon.blue {
  color: #dcba56;
}
.recent-news-image-box {
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  min-height: 400px;
}
.recent-news-image-box.exellence {
  background-image: url(../images/rnmc-featimg-blog1.webp);
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.mid.accordion {
  display: flex;
  flex-flow: wrap;
  align-items: start;
  row-gap: 20px;
  column-gap: 20px;
  margin-bottom: 30px;
}

.mid.accordion .accordion-button {
  height: 56px;
  padding-right: 0;
  padding-left: 0;
}

.brix---acordion-body-3 {
  padding-right: 0;
  padding-left: 0;
}

.blog-sepa-box {
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.blog-text-par {
  color: #005a33;
  margin-bottom: 0;
  font-weight: 600;
}

.blog-sepa-box.last {
  vertical-align: sub;
  flex-flow: column;
  order: 0;
  margin-bottom: 10px;
}

.blog-text-par.last {
  color: #dcba56;
  order: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.socmed-box-wrapper.mid {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.blog-flex-wrapper.other-articles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.bllog-heading-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  display: flex;
}

.button-wrapper.blog-articles {
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
/* Blog 2 */
.recent-news-image-box.skill-labour {
  background-image: url(../images/rnmc-featimg-blog2.webp);
  background-position: 50% 20%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.content-box.blog-details {
  width: 100%;
}

.brix---paragraph-default-3.full--blog {
  height: auto;
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
}

/* Blog 3 */
.recent-news-image-box.property {
  background-image: url(../images/rnmc-featimg-blog3.jpg);
  background-position: 50% 60%;
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Blog 4 */
.recent-news-image-box.retail {
  background-image: url(../images/rnmc-featimg-blog4.jpg);
  background-position: 50% 19%;
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.recent-news-image-box.labour {
  background-image: url(../images/blog-rnmc-img-5.png);
  background-position: 50% 60%;
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Leadership page */
.content-image-box.ceo-profile {
  background-image: url(../images/rnmc-ceo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 48%;
  height: 637px;
  position: sticky;
  bottom: -65px;
  top: 50px;
}
.profile-name-box {
  margin-bottom: 20px;
}

.profile-name {
  color: #dcba56;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 55px;
}

.position {
  color: #005a33;
  font-size: 25px;
  font-weight: 600;
}

.content-box.full-leadpage {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.content-wrapper.lead-bg {
  background-color: #f1f5f9;
}

.lead-info-box-wrapper {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.lead-box-par {
  width: 100%;
  padding-left: 40px;
}

.lead-info-box {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.leadership-list {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.lead-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 20px;
  padding: 9px;
}

.lead-title-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lead-title {
  color: #005a33;
  margin-top: 0;
  margin-bottom: 0;
}

.content-box.slider-team {
  width: 32%;
  margin-left: 60px;
}

.team-slider-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  height: auto;
  display: flex;
}

.team-slide-box {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.team-slide-image {
  object-fit: cover;
  border-radius: 10px;
  width: auto;
  height: 100%;
}

.team-slider .swiper-pagination {
  display: none;
}

.team-slider .swiper-button-prev,
.team-slider .swiper-button-next {
  top: 90%;
  color: #005a33;
  border: 1px solid #bc9547;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 15px;
  font-size: 20px;
  display: flex;
}

.swiper-button-next {
  left: 100px !important;
}

.team-slider .swiper-button-next:after,
.team-slider .swiper-button-prev:after {
  font-size: 20px !important;
  height: 20px;
}

.team-heading-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 41px;
  display: flex;
}

.lead-mid-par {
  color: #475569;
  text-align: center;
  font-weight: 400;
}
.team-flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-flex-wrapper.mid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.team-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 350px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.team-image-wrapper {
  box-shadow: none;
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.team-image {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  height: 350px;
  overflow: clip;
}

.profile-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: 0.3s ease-in-out;
}

.content-wrapper._0-40padding {
  padding-top: 0;
}

.team-info-box {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.team-info-block {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #ffffffbf;
  border-radius: 20px;
  padding: 20px;
}

.team-name {
  color: #005a33;
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.team-position {
  color: #696767;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.team-box:hover .profile-image {
  transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
