:root {
  --primary: #f26d3d;
  --accent: #253340;
  --background: #fff9f5;
  --text: #263238;
}

body {
  background-color: var(--background);
  /* font-family: "Poppins"; */
  font-family: "Outfit", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Start CSS */

a {
  text-decoration: none;
  color: var(--accent);
  font-weight: 500;
}

a:hover {
  color: var(--primary);
}

.about-us-main {
  height: auto !important;
  padding: 4rem 0;
}

.about-us-main .mainSubTitle {
  line-height: 29px;
  font-size: 18px;
  font-weight: 300;
}

.authorName {
  margin-bottom: 0;
  /* position: relative; */
  /* top: 10px; */
  font-size: 13px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 40px;
  z-index: 99;
  background: var(--primary);
  padding: 10px;
  border: none;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.33);
}

.captionDark {
  color: var(--background);
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.cardBox {
  border-radius: 10px;
  background: var(--background);
  width: 80%;
  height: 165px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  transition: 0.5s;
  overflow: hidden;
}

.cardBox .hiddenCardDiv {
  opacity: 0;
  transition: 0.5s;
}

.cardBox .hiddenCardDiv .hiddenDivContent {
  line-height: 25px !important;
  font-size: 14px !important;
  font-weight: 300;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.cardBox .hiddenCardDiv a {
  font-size: 14px;
}

.cardBox p {
  font-size: 22px;
  line-height: 30px;
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
  color: var(--primary);
  font-weight: 600;
  margin-top: 10px;
  transition: 0.5s;
}

.cardDiv {
  height: 227px;
}

.cardIcon {
  width: 100%;
  transition: 0.5s;
}

#chart {
  /* background: #f3f3f3; */
  /* background-color: #f5e9e1; */
  background-color: white;
}

#chart .chartSubtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: var(--text);
}

.chart-container {
  position: relative;
  height: 650px;
}

.contactHeader {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 53px;
  text-align: right;
  color: white;
}

.contactHeader span {
  color: var(--primary);
}

.contactHolder {
  height: 50%;
}

.contactIconText {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.contactIconText i {
  color: var(--primary);
}

.contactLeftSide {
  /* width: 30%; */
  background: #253340;
}

.homeModal .row {
  --bs-gutter-x: 0;
}

.contactRightSide .row {
  --bs-gutter-x: 1.5rem;
}

.pChart-sm {
  display: none;
}

@media only screen and (max-width: 1000px) and (min-width: 600px) {

  .contactRightSide,
  .contactLeftSide,
  .careerModalRight,
  .careerModalLeft {
    width: 100%;
  }

}

.contactOr {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-align: right;
  color: white;
}

.contactRightSide {
  /* width: 70%; */
}

.contactSubtitle {
  font-size: 16px;
  line-height: 27px;
  color: white;
}

.content {
  color: var(--text);
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.copyrightCss {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--primary);
}

.cusBottomMargin {
  margin-bottom: 40px;
}

.cusBottomSize {
  width: 150px;
}

.cusInvBtn {
  font-size: 14px;
}

.custom-margin {
  margin-top: 16em;
}

.customBtn {
  background: var(--accent);
  /* border-radius: 4px; */
  color: #f5f5f5;
  outline: unset;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 25px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.customBtnWhite {
  background-color: white;
  border-radius: 0;
  border: none;
  color: var(--text);
  outline: unset;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  padding: 8px 25px;
  transition: 0.2s ease-in-out;
}

.customBtnWhite,
.navLogin {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition-duration: 0.3s;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}

.customBtnWhite:before,
.navLogin::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 8px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.customBtnWhite:hover,
.customBtnWhite:focus,
.customBtnWhite:active {
  color: white;
}

.customBtnWhite:hover:before,
.customBtnWhite:focus:before,
.customBtnWhite:active:before {
  transform: scaleX(1);
}

.cusTopMargin {
  margin-top: 40px;
}

.cValueFont {
  font-size: 2rem !important;
}

.counterHolder .counterValue {
  font-weight: 600;
  font-size: 55px;
  line-height: 57px;
  text-align: center;
  color: var(--primary);
  margin-bottom: 3px;
}

footer {
  background-color: white;
  padding-top: 50px;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.33);
}

.footerBtn {
  background: var(--primary);
  border-radius: 0;
  color: white;
  outline: unset;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 35px;
  line-height: 26px;
  border: none;
}

.footerCaption {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--text);
}

.footerIconHolder {
  margin-right: 10px;
  padding: 3px;
  cursor: pointer;
}

.footerIcons {
  color: var(--primary);
  font-size: 19px;
}

.footerImageDiv {
  width: 90%;
  margin-left: -22px;
}

.footerInput {
  padding: 12px 10px;
  border: none;
  background-color: #f9f9f9;
  width: 100%;
}

.footerInput::-webkit-input-placeholder {
  font-size: 14px;
  color: var(--text);
  opacity: 20%;
}

.footerInput::-moz-placeholder {
  font-size: 14px;
  color: var(--text);
  opacity: 20%;
}

.footerInput:-ms-input-placeholder {
  font-size: 14px;
  color: var(--text);
  opacity: 20%;
}

.footerInput::-ms-input-placeholder {
  font-size: 14px;
  color: var(--text);
  opacity: 20%;
}

.footerInput::placeholder {
  font-size: 14px;
  color: var(--text);
  opacity: 20%;
}

.footerLine {
  height: 2px !important;
  color: var(--text);
}

.footerLinks ul {
  padding: 0;
}

.footerLinks ul li {
  list-style: none;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.footerLinks ul li:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}

.footerLinks ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  font-weight: 300;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.footerLinks ul li a:hover {
  /* font-weight: 600; */
  color: var(--accent);
  transform: translateX(60px);
}

.footerTextTitle {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading {
  color: var(--primary);
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 600;
}

.homeContactDiv {
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  display: flex;
  align-items: center;
  background: linear-gradient(155.92deg, #161c1fa1 36.13%, #161c1f6f 147.98%),
    url("../images/backgrounds/investBg1.jpg");
  /* Chrome 10-25, Safari 5.1-6 */
  background-size: cover;
}

.homeCounterDiv {
  background: url("../images/backgrounds/polyBgNew.svg"), var(--text);
  position: relative;
  padding: 4rem;
}

.homeCounterDiv .counterHolder {
  display: flex;
  justify-content: space-between;
  color: white;
  /* padding: 3% 0; */
  padding-top: 3%;
}

.homePortfolioDiv {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.icon-black {
  color: black;
}

.insightBox {
  margin: 0 0.25em 2.75em 0.25em !important;
}

.insightSubtitle {
  font-size: 24px;
  margin-top: -15px;
  font-weight: 400;
}

.investment-aboutus {
  padding: 6rem 1rem;
}

.investment-aboutus-nav .nav-pills .nav-link {
  width: 19rem;
  text-align: left;
  color: var(--text);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  border-bottom: 1px solid #e2cfc8;
  padding: 0.75em 1.5em;
}

.investment-aboutus-nav .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 100%;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

.investment-aboutus-nav .nav-pills .nav-link.active {
  background: var(--primary);
  color: var(--background);
}

.investment-aboutus-nav .nav-pills .nav-link:hover {
  color: white;
  z-index: 2;
}

.investment-aboutus-nav .nav-pills .nav-link:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}

.investment-aboutus-nav .tab-content {
  background: var(--text);
  padding: 2rem 2rem;
  color: var(--background);
  font-weight: 300;
  min-height: 12.2rem;
  max-height: 100%;
  width: 100%;
}

.investment-aboutus-nav .tab-pane {
  font-size: 0.9em;
}

.investment-aboutus-nav .tab-pane h2 {
  font-size: 1.6em;
}

.mainImgNew {
  margin-top: -5rem;
}

.mainSlider {
  height: 625px;
  background-image: url("../images/backgrounds/candleStick.png");
  background-repeat: round;
  background-origin: padding-box;
  display: flex;
  align-items: center;
}

.mainSlider .customPosition {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainSubTitle {
  font-size: 18px;
  color: #686868;
  line-height: 24px;
  font-weight: 300;
  padding: 5px;
}

.mainTitle {
  color: var(--text);
  line-height: 1.4;
  width: 90%;
}

.mainTitle span {
  color: var(--primary);
}

.managePadding {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.myDiv {
  height: 520px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.myDiv:hover>.missionVissionBox {
  border-radius: 15px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.13);
  transition: box-shadow 0.9s ease-in-out;
  height: 520px;
}

.myDiv:hover>.missionVissionBox .vissionImgBox {
  width: 40%;
  padding: 15px;
  opacity: 0.7;
}

.myDiv:hover>.missionVissionBox .contentHolder {
  border-radius: 15px;
  padding: 15px;
  padding: 1.2s;
  background: linear-gradient(180deg,
      var(--primary) -45.84%,
      transparent 89.5%);
  height:350px;
}

.myDiv:hover>.missionVissionBox .contentHolder .heading {
  color: var(--text);
  transition: color 0.9s;
}

.myDiv:hover>.missionVissionBox .contentHolder .content {
  overflow: visible;
  text-overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  transition: 1.5s ease-in-out;
}

.navbar-brand {
  width: 28%;
}

.navbar-dark .navbar-nav .nav-link {
  color: #514f4f;
  font-weight: 600;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 21px;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--primary);
}

.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navLogin {
  background-color: var(--accent);
  color: #f5f5f5;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.navLogin:hover {
  background-color: var(--primary);
  color: #f5f5f5;
}

.navLogin:hover,
.navLogin:focus,
.navLogin:active {
  color: #ffffff;
}

.navLogin:hover:before,
.navLogin:focus:before,
.navLogin:active:before {
  transform: scaleX(1);
}

#particles-js {
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolioDivHolder {
  padding: 1.5rem 1rem 0 1rem;
  background: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgb(0, 0, 0, 0.02);
}

.porfolioImageBox {
  position: relative;
  /* width: 45%; */
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.porfolioImageBox .logoPosition1 {
  position: absolute;
  top: 22%;
  right: 26%;
}

.porfolioImageBox .logoPosition2 {
  position: absolute;
  top: 36.5%;
  left: 31.5%;
}

.porfolioImageBox .logoPosition3 {
  position: absolute;
  top: 52.5%;
  left: 52.5%;
}

.porfolioImageBox .logoPosition4 {
  position: absolute;
  bottom: 21%;
  left: 30.5%;
}

.porfolioImageBox .logoPosition5 {
  position: absolute;
  bottom: 20%;
  right: 8%;
}

.portfolioLogo {
  max-width: 100px;
}

.portfolioTree {
  max-width: 100%;
  height: 100%;
  opacity: 0.7;
}

.publicationBox {
  /* display: flex;
  align-items: center; */
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.publicationBox .publicationImgBox {
  width: 100px;
  height: 65px;
  border-radius: 8px;
  /* border: 1px solid black; */
  margin-right: 10px;
  display: inline-block;
}

.publicationBox .publicationImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.publicationBox .publicationTitle {
  display: inline-block;
  width: 64%;
  font-size: 15px;
  font-weight: 600;
}

.publicationHolder {
  background: white;
  padding: 30px;
  max-height: 750px;
  /* box-shadow: 1px 2px 10px rgb(0 0 0 / 33%); */
}

.publication-data {
  overflow-y: scroll;
  height: auto;
  max-height: 600px;
}

.publication-data::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

/* q {
  font-size: 15px;
} */

q::before,
q::after {
  font-size: 2rem;
  font-weight: 300;
  color: var(--primary);
  /* margin-top: 17px; */
  position: relative;
  top: 10px;
}

.responsiveSocialIcons a {
  transition: 0.4s ease-in-out;
}

.responsiveSocialIcons a:hover,
.responsiveSocialIcons a:hover .footerIcons {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 100%;
}

.responsiveSocialIcons a:hover .fa-linkedin-in {
  color: #0270ad;
}

.responsiveSocialIcons a:hover .fa-facebook {
  background: -webkit-linear-gradient(#4e71ba, #3b5998, #2f4771);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.responsiveSocialIcons a:hover .fa-instagram {
  background: -webkit-linear-gradient(#4f36d2, #ae2aa3, #e51f4c, #f7ba51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.responsiveSocialIcons a:hover .fa-twitter {
  color: #28a6db;
}

.responsiveSocialIcons a .footerIcons {
  color: var(--text);
  opacity: 40%;
}

.subtitle {
  color: var(--accent);
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: 600;
}

.timelineDiv {
  background: url("../images/backgrounds/timelineBg.svg");
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
}

.timelineSubtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: var(--text);
}

.title {
  color: var(--primary);
  font-size: 35px;
  margin-bottom: 0;
  line-height: 44px;
  font-weight: 600;
}

.topBar {
  color: #434141;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.topBarBg {
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  background-color: #f5e9e1;
  right: 0;
  width: 65%;
  top: 0;
  height: 31px;
  z-index: -1;
}

.vissionImgBox {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  transition: 0.5s;
}

.we-do-img {
  margin-bottom: 0px;
  text-align: center;
  background-color: none;
  border: none;
  line-height: 130px;
  height: 130px;
  width: 120px;
  border-radius: 100%;
  position: relative;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.we-do-img img {
  width: 60%;
}

.we-do-title {
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
}

.what-we-do {
  /* text-align: center; */
  background: #ffffff13;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 35px;
  margin-bottom: 4rem;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  cursor: default;
  width: 95%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.what-we-do:hover {
  cursor: pointer;
  background: var(--primary);
}

.what-we-do:hover .we-do-img {
  cursor: pointer;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  border: none;
  background: none;
}

.what-we-do:hover .we-do-title {
  color: white;
}

.whatwedo-about {
  background-image: linear-gradient(155.92deg, #161c1f 36.13%, #161c1f 147.98%);
  padding: 6rem 3rem !important;
}

.whatwedo-about .contentP {
  font-size: 16px;
  font-weight: 300;
  color: var(--background);
  line-height: 24px;
}

.whatwedo-about h1 {
  color: var(--primary);
}

.whatwedo-about h2 {
  font-size: 1.6em;
  font-weight: 600;
  color: var(--primary);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.whatwedo-about .icon-aboutus {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.whatwedo-about .icon-aboutus img {
  max-width: 55%;
}

.whatwedo-hover:hover {
  cursor: pointer;
}

.whatwedo-hover:hover h2 {
  color: var(--background);
}

.whatwedo-hover:hover .icon-aboutus {
  background: var(--primary);
  border-color: #e86232;
}

.whatWeDoDiv {
  display: flex;
  align-items: center;
  background-image: linear-gradient(155.92deg, #161c1f 36.13%, #161c1f 147.98%);
}

/* ------------------ */

/* Portfolio Page */

.portfolio-nav .nav {
  background: #ffffff;
}

.portfolio-nav .nav-pills .nav-link {
  width: 11rem;
  text-align: left;
  color: var(--text);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  border-bottom: 1px solid #e2cfc8;
  padding: 0.75em 1.5em;
}

.portfolio-nav .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 0 100%;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

.portfolio-nav .nav-pills .nav-link:hover::before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}

.portfolio-nav .nav-pills .nav-link:hover {
  color: white;
  z-index: 2;
}

.portfolio-nav .nav-pills .nav-link.active {
  background: var(--primary);
  color: var(--background);
}

.portfolio-nav .tab-content {
  padding: 0 1rem;
  font-weight: 300;
  min-height: 12.2rem;
  max-height: 100%;
  width: 100%;
}

.portfolio-nav .tab-pane {
  font-size: 0.9em;
}

.portfolio-nav .tab-pane h2 {
  font-size: 1.6em;
}

.portfolioBox {
  margin: 0 0.75em 2.75em 0.75em;
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33); */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  /* padding: 0.5em; */
  /* border: 1px solid #ccc; */
}

.portfolioBox .portfolioImage {
  height: 180px;
  margin-bottom: 5px;

  /* padding: 0.5em; */
  /* z-index: -1; */
}

.portfolioBox .portfolioImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.portfolioBox .portfolioDetails {
  background: var(--text);
  color: var(--background);
  padding: 0.25em 0.75em 0.75em 0.75em;
  /* border-top-left-radius: 15px;*/
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: -5px;
  position: relative;
  z-index: 10;
}


.clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.clamp-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.portfolioBox .portfolioDetails .portfolioTitle {
  color: var(--primary);
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolioBox .portfolioDetails .portfolioContent {
  height: auto;
  transition: height 200ms ease;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 0;
}

/* Career */
.mainCareerTopSection {
  /* min-height: 500px; */
  background: url("../images/backgrounds/candleStick.png");
  background-origin: padding-box;
  background-repeat: round;
  padding: 4rem 0;
}

.portfolioSection {
  height: auto;
  padding: 4rem 0;
}

.pageSubtitle {
  font-size: 18px;
  font-weight: 300;
}

.flexDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coverImg {
  width: 90%;
}

.insightsCoverImg {
  width: 83%;
}

.mainCareerTitleTextDiv {
  height: 500px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}

.mainCareerTitleTextDiv p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 18px;
  /* text-align: right; */
}

.container .mainCareerTitle {
  color: var(--text);
  line-height: 1.4;
  font-size: 2rem;
}

.container .mainCareerTitle span {
  color: var(--primary);
  font-style: italic;
}

.mainCareerTopSection .careerMainTitle {
  color: var(--text);
  line-height: 1.4;
  font-size: 2.5rem;
}

.mainCareerTopSection .careerMainTitle span {
  color: var(--primary);
  /* font-style: italic; */
}

.mainCareerTitle .text-muted {
  font-size: 24px;
}

.mainCareerSubtitle {
  color: var(--text);
  line-height: 1.4;
  font-size: 2.25rem;
}

.mainCareerSubtitle span {
  color: var(--primary);
  font-style: italic;
}

.jobHolder {
  display: flex;
  background: white;
  padding: 1rem;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgb(0, 0, 0, 0.02);
  margin-bottom: 25px;
  cursor: pointer;
}

.emptyCareerBox {
  flex-direction: column;
  /* padding: 2rem; */
}

.emailCareerLink {
  font-weight: 300;
}

.emailCareerLink span {
  color: var(--primary);
}

.jobTitle {
  font-weight: 500;
  color: var(--accent);
  font-size: 18px;
  margin-bottom: 5px;
}

.jobBriefDiv {
  display: flex;
}

.jobBriefDiv p {
  margin-right: 3rem;
  margin-bottom: 0;
  font-size: 14px;
}

.jobTime p {
  margin-bottom: 0;
  font-size: 14px;
}

.jobStatus {
  background-color: var(--primary);
  color: white;
  padding: 2px 15px;
  border-radius: 25px;
  width: max-content;
  margin-bottom: 5px;
  margin-left: auto;
}

/* Modal */

.modalHeaderTitle {
  color: var(--primary);
  font-weight: 400;
}

.mainCareerModalTitle {
  color: var(--text);
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 400;
}

.mainCareerModalTitle span {
  color: var(--primary);
  font-style: italic;
  font-weight: 500;
}

.customLineHeight {
  line-height: 23px !important;
}

.titleColor {
  color: var(--primary);
}

.customFontSize {
  font-size: 12px;
}

.careerP p {
  margin-bottom: 5px;
}

.careerModalBody .careerKey {
  font-weight: 500;
  /* vertical-align: middle; */
}

.careerModalBody .careerValue {
  font-weight: 200;
  font-size: 13px;
  /* vertical-align: middle; */
}

.primaryTextColor {
  color: var(--primary);
}

.alignMiddle {
  vertical-align: middle;
}

.careerTable p {
  margin-bottom: 0;
}

.main-content {
  margin-top: 8em;
  position: relative;
  left: 121px;
}

.main-content h2 {
  font-size: 22px;
  text-align: center;
  color: #243340;
}

.main-content p {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #5b7079;
}

.bg-img {
  position: relative;
}

.bg-img:before {
  position: absolute;
  content: "";
  background: url(../images/bg1.png) 0 0 no-repeat;
  top: 156px;
  left: 0;
  bottom: 0;
  right: 0;
}

.bg-img2 {
  position: relative;
}

.bg-img2:before {
  position: absolute;
  content: "";
  background: url(../images/bg3.png) 0 0 no-repeat;
  top: -111px;
  left: 69.5%;
  bottom: 0;
  right: 0;
}

.bg-img2:after {
  position: absolute;
  content: "";
  background: url(../images/bg2.png) 0 0 no-repeat;
  top: -111px;
  left: 30%;
  bottom: 0;
  right: -17px;
}

.timelineFullDate {
  margin-bottom: 0;
  font-size: 12px !important;
}

/* Portfolio Design */

.portfolio-container {
  background: url(../images/tree-01.svg) 0 0 no-repeat;
  height: 1000px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-position-x: 61%;
}

.portfolio-logo {
  position: static;
  width: 100%;
  /* height: 1000px; */
  display: flex;
  align-items: center;
  text-align: center;
}

.portfolio-logo img {
  border-radius: 50%;
}

.portfolio-logo .profileLogo1 {
  position: absolute;
  width: 200px;
  top: 140px;
  left: 540px;
}

.portfolio-logo .profileLogo2 {
  position: absolute;
  bottom: 30.5%;
  left: 10%;
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.portfolio-logo .profileLogo3 {
  position: absolute;
  bottom: 17%;
  right: 25.5%;
  width: 57px;
  height: 57px;
  object-fit: contain;
}

.portfolio-logo .profileLogo4 {
  position: absolute;
  bottom: 22%;
  left: 25.5%;
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.portfolio-logo .profileLogo5 {
  position: absolute;
  top: 41.5%;
  left: 11%;
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.portfolio-logo .profileLogo6 {
  position: absolute;
  bottom: 26.4%;
  right: 15.8%;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.portfolio-logo .profileLogo7 {
  position: absolute;
  top: 52.5%;
  right: 28%;
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.portfolio-logo .profileLogo8 {
  position: absolute;
  top: 28%;
  left: 25.5%;
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.portfolio-logo .profileLogo9 {
  position: absolute;
  top: 44%;
  right: 7%;
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.portfolio-logo .profileLogo10 {
  position: absolute;
  top: 23%;
  right: 18.5%;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.portfolio-logo .profileLogo11 {
  position: absolute;
  top: 11.5%;
  left: 43%;
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.portfolio-logo .profileLogo12 {
  position: absolute;
  top: 42.2%;
  left: 34.9%;
  width: 66.1px;
  height: 66.2px;
  object-fit: contain;
}

.porfolioImageBox22 {
  position: relative;
  /* width: 45%; */
  width: 445px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.curPortText {
  position: absolute;
  top: 26%;
  z-index: 1;
  font-size: 30px;
  color: var(--accent);
  /* border: 1px solid #ccc; */
  padding: 8px 20px;
  font-weight: 500;
  line-height: 35px;
}

.curPortText span,
.pastPortText span {
  color: var(--primary);
}

.pastPortText {
  position: absolute;
  right: 0;
  bottom: 7%;
  z-index: 1;
  font-size: 30px;
  color: var(--accent);
  /* border: 1px solid #ccc; */
  padding: 8px 20px;
  font-weight: 500;
  line-height: 35px;
}

/* Timeline */
.timeline {
  position: relative;
  /* margin-bottom: 70px; */
  margin-top: 87px;
  background-color: transparent;
  /* height: 36px; */
  /* border-bottom: 1px solid #888; */
  background: url("../images/blackRoad.png") 0 0 repeat-x;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  z-index: 1;
}

.timelineEvenRow {
  flex-direction: row-reverse;
}

.timelineStartPoint::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 29px;
  /* background-color: #000; */
  background: url("../images/blackRoad.png") 0 0 repeat-x;
  content: "";
}

.timelineEndPoint::after {
  position: absolute;
  /* right: -25px; */
  right: -1px;
  width: 29px;
  height: 362px;
  background-color: #888;
  background: url("../images/blackRoad2.png") 0 0 repeat-y;
  content: "";
  z-index: 1;
}

.timelineJoint::before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 360px;
  /* background-color: #000; */
  background: url("../images/blackRoad2.png") 0 0 repeat-y;
  content: "";
}

.timelineFinalEnd::after {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 29px;
  /* background-color: #000; */
  background: url("../images/blackRoad.png") 0 0 repeat-x;
  content: "";
}

.timelinePoint {
  width: 25%;
  margin-top: -45px;
  height: 292px;
}

.timelineImage,
.timelineEven {
  position: relative;
  width: 116px;
  height: 116px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.timelineEven p {
  left: 34%;
  position: absolute;
  top: 40%;
  margin-bottom: 0;
  color: white;
}

.timelineImage p {
  position: absolute;
  top: 40%;
  left: 38%;
  margin-bottom: 0;
  color: white;
}

.timelineDetails {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.timelineDetails h2 {
  font-size: 22px;
  text-align: center;
  color: #243340;
}

.timelineDetails p {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #5b7079;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 5px;
}

/* Button */

.customBtn,
.navLogin {
  border-radius: 8px !important;
}

/* Particle Js */
#particles-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.floatLeftCss {
  float: left;
}

.newCss {
  width: 25%;
  height: 25%;
}

.optTag {
  color: var(--primary);
  font-size: 12px;
}

.textOrange span {
  color: var(--primary);
}

.banner-text-shadow {
  text-shadow: 2px 2px 2px rgb(202, 202, 202);
  color: white;
}

.center-text-banner {
  text-align: center;
  width: 80%;
}

.about-banner {
  background: linear-gradient(155.92deg, #00000096 36.13%, #111213 147.98%),
    url("../images/backgrounds/building1.jpg");
  background-color: #212529;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-banner .mainSubTitle {
  font-size: 18px;
}

.portfolio-banner {
  background-image: url("../images/backgrounds/polyBg.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insights-banner {
  background-image: url("../images/backgrounds/polyBg.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.careerBannerMargin {
  margin-top: -3%;
}

.careerTitleMargin {
  margin-top: -2%;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.investTitle span {
  color: var(--primary);
}

.companyInvestorBox {
  /* border: 1px solid #ccc; */
  margin-top: 3rem;
  padding: 2.5rem;
  background: #f5e9e1;
}

.jobHolderMobileVersion {
  display: none;
}

/* Responsive Design */

@media screen and (min-width: 1400px) {
  .main-content {
    margin-top: 7em;
    position: relative;
    left: 121px;
    text-align: center;
    margin-left: 5em;
  }
}

@media screen and (max-width: 1200px) {
  .topBarEmpySpace {
    display: none;
  }

  .topBarBg {
    clip-path: unset;
    -webkit-clip-path: unset;
    width: 100%;
  }

  .managePadding {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.contactIconText{
display: flex;
}

@media screen and (max-width: 992px) {

  .navbar-dark .navbar-nav .nav-link:hover::before,
  .navbar-dark .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }

  .navbar-dark .navbar-nav .nav-link.active {
    width: 20%;
  }

  .navLogin {
  margin-top:10px;
  }

  .chart-container {
    margin: auto;
    height: auto;
    width: auto;
  }

  .bg-img:before,
  .bg-img2:after,
  bg-img2:before {
    background: none !important;
  }

  .main-content {
    margin-top: 113px;
    margin-left: 125px;
  }

  .timelineDiv {
    height: auto;
  }

  .custom-margin {
    margin-top: -2em;
  }

  .portfolio-nav {
    display: block !important;
  }

  .portfolio-nav .me-3 {
    margin-right: 0 !important;
  }

  .portfolio-nav .nav-pills .nav-link {
    width: 100%;
  }

  .portfolio-nav .tab-content {
    padding: 2rem 0rem;
  }

  .navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: 0.5s;
  }

  .navbar-brand {
    width: 50%;
  }

  .navbar-collapse {
    padding-left: 1.5rem;
  }

  .navbar-dark .navbar-toggler {
    color: var(--primary);
    border-color: var(--primary);
  }

  .navbar-dark .navbar-nav .nav-link {
    text-align: left;
  }

  .navLogin {
    margin-left: auto !important;
    margin-right: auto;
    display: block;
  }

  .topBarBg {
    width: 100%;
    -webkit-clip-path: unset;
    clip-path: unset;
  }

  .mainSlider {
    height: auto;
    padding: 4rem 0;
  }

  .mainTitle {
    width: 100%;
  }

  .mainImgNew {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .whatwedo-about {
    padding: 6rem 2rem !important;
  }

  .whatWeDoDiv,
  .homePortfolioDiv,
  .homeContactDiv,
  .homeCounterDiv {
    height: auto;
  }

  .timelineDiv {
    display: none;
  }

  .about-us-main .mainTitle,
  .about-us-main .mainSubTitle {
    text-align: center;
    padding: 0px 30px;
  }

  .whatwedo-about h1,
  .whatwedo-about h2,
  .whatwedo-about p {
    text-align: center;
  }

  .cardDiv {
    height: auto;
    margin-bottom: 60px;
  }

  .cardBox {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .cardBox p {
    transition: 0.5s;
    font-size: 16px;
    line-height: 20px;
    margin-left: unset;
    margin-right: unset;
    text-align: left;
  }

  .cardBox .hiddenCardDiv {
    opacity: 1;
  }

  .cardBox .cardIcon {
    width: 13%;
  }

  .homeCounterDiv .counterHolder {
    flex-wrap: wrap;
  }

  .homeCounterDiv .counterHolder div {
    width: 50%;
  }

  .counterMobile {
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }

  .homeCounterDiv .counterHolder .counterValue {
    font-size: 25px;
    display: inline;
  }

  .homeContactDiv p {
    margin-bottom: 0;
  }

  .leftPosition {
    float: left !important;
  }

  .footerImageDiv {
    margin-left: auto;
    margin-right: auto;
  }

  .footerCaption {
    text-align: center;
  }

  /* .contactIconText {
    justify-content:space-around;
  } */

  .responsiveSocialIcons {
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 0 !important;
  }

  .footerLinks .resFooterLinks {
    text-align: center;
    margin-bottom: 40px;
  }

  .footerTextTitle,
  .footerCaption {
    text-align: center;
  }

  .what-we-do {
    padding: 10px;
  }

  #whoWeAre {
    padding: 0 35px;
  }

  .chart-container {
    position: relative;
    margin: auto;
    height: 60vh;
    width: 80vw;
  }

  .investment-aboutus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .investment-aboutus .title {
    font-size: 30px;
  }

  .investment-aboutus-nav {
    display: block !important;
  }

  .investment-aboutus-nav .me-3 {
    margin-right: 0 !important;
  }

  .investment-aboutus-nav .nav-pills .nav-link {
    width: 100%;
  }


  .insightBox {
    padding: 0px 25px;

  }


}

@media screen and (max-width: 770px) {

  .navbar-dark .navbar-nav .nav-link.active {
    width: 20%;
  }
  .topBarBg,
  .topBar {
    display: none;
  }

  .portfolio-desc {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 767px) {
  .contactIconText{
    display: block;
  }

  .myDiv:hover>.missionVissionBox .contentHolder {
    height:auto;
  }

  .myDiv:hover>.missionVissionBox {

    height: auto;
  }
  .myDiv {
    height: auto;
    /* margin-bottom: 4rem; */
  }
  .myDiv-sm{
    padding: 5rem 0;
  }

  .sliderRow {
    flex-direction: column-reverse;
    margin-bottom: 2.5rem;
  }

  .revRow {
    flex-direction: column-reverse;
  }

  .mainCareerTopSection {
    padding: 1.5rem 0.2rem;
  }

  .mainCareerTitleTextDiv {
    height: auto;
    text-align: center;
  }

  .careerBannerMargin {
    margin-top: 3%;
  }

  .container .mainCareerTitle,
  .mainCareerSubtitle,
  .emailCareerLink,
  .pageSubtitle,
  .insightSubtitle {
    text-align: center;
  }

  .emptyCareerBox {
    text-align: center;
    margin-bottom: 30px;
  }

  .mainTitle,
  .mainSubTitle,
  .btnForMobile {
    text-align: center;
  }

  .mainSlider .mainImgNew {
    width: 75%;
  }

  .what-we-do {
    padding: 1rem;
  }

  .timelineDiv {
    height: auto;
  }

  .custom-margin {
    margin-top: 0;
  }

  .main-content {
    margin-top: 113px;
    margin-left: 35px;
    position: relative;
    width: 100%;
    left: 61px !important;
    margin-left: 23px !important;
  }

  .curPortText,
  .pastPortText {
    font-size: 20px;
  }


  .curPortText {
    left: 0;
    top: 40%;
    z-index: 1;
    padding: 5px 15px;
    line-height: 20px;
  }

  .pastPortText {
    right: -10px;
    bottom: 0;
    z-index: 1;
    padding: 5px 15px;
    line-height: 20px;
  }

  .mobilePortfolio {
    padding: 1rem !important;
  }

  .porfolioImageBox {
    /* width: 550px;
    height: 550px; */
    zoom: 93%;
  }

  /* .portfolio-logo .profileLogo2 {
    width: 40px;
    height: 40px;
  }

  .portfolio-logo .profileLogo3 {
    width: 40px;
    height: 40px;
  }

  .portfolio-logo .profileLogo4 {
    height: 35px;
    width: 35px;
  }

  .portfolio-logo .profileLogo5 {
    width: 40px;
    height: 40px;
  } */

  /* .portfolio-logo .profileLogo6 {
    bottom: 27.5%;
    right: 17%;
  } */

  /* .portfolio-logo .profileLogo7 {
    width: 35px;
    height: 35px;
  }

  .portfolio-logo .profileLogo8 {
    width: 50px;
    height: 50px;
  }

  .portfolio-logo .profileLogo9 {
    width: 40px;
    height: 40px;
  }

  .portfolio-logo .profileLogo10 {
    width: 45px;
    height: 45px;
  } */

  /* .portfolio-logo .profileLogo11 {
    width: 95px;
    height: 95px;
  } */

  /* .portfolio-logo .profileLogo12 {
    width: 40px;
    height: 40px;
  } */
  .mobileMargin {
    margin-top: 3rem;
  }

  .contactBr,
  .pChart {
    display: none;
  }

  .pChart-sm {
    display: block;
  }

}

.pagination {
  justify-content: center;
}

.page-link {
  color: black;
  /* color: var(--primary) !important; */
  border-color: black;
}

.page-item.active .page-link {
  background-color: var(--accent);
  border-color: black;
}

.page-link:hover {
  background-color: var(--accent);
  color: white;
}

@media screen and (max-width: 630px) {
  .porfolioImageBox {
    zoom: 89%;
    margin-left: -25px;
  }
  .navbar-brand {
    width: 60%;
  }
}

@media screen and (max-width: 575px) {
  .navbar-dark .navbar-nav .nav-link.active {
    width: 28%;
  }
  /* .porfolioImageBox {
    width: 350px;
  } */

  .porfolioImageBox .portfolioLogo {
    max-width: 85px;
  }

  .porfolioImageBox .logoPosition5 {
    bottom: 18%;
    right: 6%;
  }
}

@media screen and (max-width: 540px) {
  .porfolioImageBox {
    zoom: 75%;
    margin-left: -25px;
  }
}

@media screen and (max-width: 505px) {
  /* .porfolioImageBox {
    width: 370px;
  } */

  .porfolioImageBox .portfolioLogo {
    max-width: 70px;
  }
}

@media screen and (max-width: 484px) {
  .porfolioImageBox {
    zoom: 60%;
    margin-left: -25px;
  }

  .homeCounterDiv {
    padding: 2rem;
  }

  .curPortText {
    font-size: 13px;
    left: 0;
    top: 55%;
    z-index: 1;
    padding: 5px 15px;
    line-height: 20px;
  }

  .pastPortText {
    font-size: 13px;
    right: -10px;
    bottom: 0;
    z-index: 1;
    padding: 5px 15px;
    line-height: 20px;
  }

  .container .mainCareerTitle {
    font-size: 1.5rem;
  }

  .mainCareerSubtitle {
    font-size: 1.75rem;
  }

  .jobHolder {
    display: none;
  }

  .jobHolderMobileVersion {
    display: block;
    background: white;
    padding: 1rem;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgb(0, 0, 0, 0.02);
    margin-bottom: 25px;
    cursor: pointer;
  }

  .jobTimeMobile {
    text-align: right;
    font-style: italic;
    margin-top: 10px;
    font-size: 13px;
  }

  .jobBriefDiv {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
  }

  .jobBriefDiv p {
    margin-right: 0;
  }

  .jobTimeMobile p span {
    color: var(--primary);
  }
}

@media screen and (max-width: 460px) {
  /* .porfolioImageBox {
    width: 100%;
  } */


  .chart-container {
    margin-left: 0px;
  }

  .porfolioImageBox .portfolioLogo {
    max-width: 58px;
  }
}

@media screen and (max-width: 414px) {
  .porfolioImageBox {
    zoom: 50%;
    margin-left: -25px;
  }

  .homeCounterDiv .counterHolder div {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .porfolioImageBox {
    zoom: 42%;
    margin-left: 0px;

  }

  .porfolioImageBox .portfolioLogo {
    max-width: 49px;
  }

  .homeCounterDiv .counterHolder .counterValue {
    font-size: 30px;
  }

  .homeCounterDiv .counterHolder .counterLabel {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .porfolioImageBox {
    zoom: 40%;
    margin-left: -2px;
  }
}

@media screen and (max-width: 370px) {
  /* .porfolioImageBox {
    width: 100%;
  } */

  .porfolioImageBox .portfolioLogo {
    max-width: 40px;
  }
}
.enem:before {
  content: attr(data-ext) "." attr(data-www) "\0040" attr(data-mbx);
  unicode-bidi: bidi-override;
  direction: rtl;
}
/* .loginContainer{
  margin: 60px;
} */
