.sideNavigationMainWrapperContainer {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 10000;
  top: 5rem;
  left: 0;
  width: 100%;
  height: calc(100dvh - 5rem);
}

.sideNavigationMainWrapperContainer .bookACallBtn {
  background-color: #f09000 !important;
  color: #fff !important;
}

.sideNavigationMainWrapperContainer .mobileWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin-inline: auto;
  margin-top: 2rem;
  gap: 1.5rem;
}

.sideNavigationMainWrapperContainer .mobileWrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  color: #333;
  font-size: .8rem;
  border-radius: 1.2px solid #dedede;
  font-family: 'Satoshi-Medium';
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sideNavigationMainWrapperContainer .mobileWrapper > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: .9rem;
  width: .9rem;
}

.mobileNavigationBtns {
  /* background-color: red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .optionsDesktopWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* gap: .5rem; */
  }
  .optionsDesktopWrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.2rem !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .optionsDesktopWrapper a:hover {
    background-color: #296EB4;
    border-radius: 10rem;
  }
  .topBrakerSectionAbout {
    /* background-color: red; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topBrakerSectionAbout .topBandContainer {
    min-width: 10rem;
    border-bottom-right-radius: 20rem;
    height: 2.5rem !important;
    background-color: #16154D !important;
  }
  .topBrakerSectionAbout .topContentWrapper {
    /* background-color: red; */
    margin-inline: auto;
    width: 40%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .topBrakerSectionAbout .topContentWrapper .description {
    font-family: 'Satoshi-Medium';
    font-size: .9rem;
    text-align: justify;
    color: #333;
    line-height: 1.5rem;
  }
  .topBrakerSectionAbout > div {
    width: 40%;
    height: 20rem;
  }
  .topBrakerSectionAbout .visualWrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.companyBriefWrapper {
  /* background-color: red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 2rem 0;
}

.companyBriefWrapper > div {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* background: blue; */
}

.companyBriefWrapper > div .mainHeading {
  max-width: unset !important;
  width: 100% !important;
  font-size: 1rem !important;
  font-family: 'Satoshi-Medium';
}

div.briefWrapperMain {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* background-color: black; */
  max-width: unset !important;
  min-width: 100% !important;
}

div.missionStatVisionStatement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.missionStatVisionStatement .topBandContainer {
  min-width: 10rem;
  border-bottom-right-radius: 20rem;
  height: 2.5rem !important;
  background-color: #16154D !important;
}

.topBrakerSectionAbout {
  position: relative;
}

.topBrakerSectionAbout .visualWrapper {
  position: relative;
}

.topBrakerSectionAbout .visualWrapper::before {
  content: '';
  height: 100%;
  width: 10rem;
  top: 0;
  left: -5rem;
  background: rgba(240, 144, 0, 0.3);
  position: absolute;
}

.companyBriefWrapper {
  /* background-color: red; */
  max-width: 50%;
  left: 9.5rem;
  margin-top: 1rem !important;
  margin-inline: unset !important;
}

div.topMobileWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* background-color: red; */
  width: 90%;
  margin-inline: auto;
  background-color: #f7f7f7;
  padding: .5rem;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-top: 2rem;
}

div.topMobileWrapper ul {
  /* background-color: blue; */
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5rem;
}

div.topMobileWrapper ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  padding: 0 1rem;
  text-decoration: none;
  border: 1.2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#dedede4b));
  background: linear-gradient(to right, #ffffff, #dedede4b);
  gap: 1rem;
  font-family: 'Satoshi-Bold';
  font-size: .8rem;
  color: #333;
}

div.topMobileWrapper ul a:focus {
  background-color: #296fb450;
  border-radius: 10px;
  color: #296EB4;
}

div.topMobileWrapper ul a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background: red; */
  height: 1rem;
  width: 1rem;
}

.bottomMobileWrapper {
  /* background-color: red; */
  margin-inline: auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

.bottomMobileWrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  background: #333;
  gap: .5rem;
  color: #fff;
  font-size: .8rem;
  font-family: 'Satoshi-Bold';
  padding: 0 2.5rem;
}

@media (max-width: 500px) {
  .bottomMobileWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottomMobileWrapper a {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=sideNavigation.css.map */