.second-view {
    background: #f3f6f9;
}
.our-benefits {
  padding: 30px;
  background: #ffffff;
  border-radius: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}
.our-benefits img, .vacany-wrap img {
  margin: 0 0 20px;
}
.our-benefits h4 {
  font-size: 24px;
  line-height: 30px;
  color: #252b33;
  font-weight: 600;
  margin: 0px 0 10px;
  padding: 0;
}
.oursparton-text-wrap h4 {
  font-size: 22px;
  margin: 0px 0 5px;
}
.our-benefits p {
  padding-bottom: 0;
}
.our-benefits img, .vacany-wrap img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.our-benefits:hover {
    box-shadow: 0 0 10px #ff6c1a inset;
    transition: .3s all ease-in-out;
}
.nav-pills .nav-link {
    width: 100%;
    background: #f3f6f9;
    font-size: 14px;
    color: #252b33 !important;
    border: 2px dashed #f3f6f9 !important;
    display: flex;
    align-items: center;
    padding: 8px 16px;
}
.tab-count {
    width: 25px;
    height: 25px;
    border-radius: 32px;
    background: #ff6c1a;
    border: 4px solid #ebaf8e;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-align: center;
    padding: 0.9375rem;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.5rem;
    color: #fff;
    min-width: inherit;
}
.nav-pills .nav-link.active {
    background: #fff;
    border: 2px dashed #ff6c1a !important;
}
.horizontal-tabs ul {
    border: none;
}
.horizontal-tabs ul {
  border: none;
}
.how-we-hire-section .accordion-body {
  margin-top: 20px;
  background: #f3f6f9;
  padding: 20px;
  border-radius: 4px;
}
.how-we-hire-section .accordion-body h3 {
  padding-bottom: 10px;
  color: #252b33;
}
.how-we-hire-section .accordion-body p {
  padding-bottom: 10px;
}
.our-culture {
  padding-bottom: 70px;
}

.common-design.blue {
  background: #f3f6f9;
  position: relative;
}
.z-index1 {
  z-index: 1;
}

.common-design.blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-image: -webkit-linear-gradient(bottom left, #ff6c1a, #ff6c1a);
  z-index: 0;
  transform: scale(0, 1);
  transform-origin: 0% 100%;
  transition: transform 0.5s ease;
  border-radius: 15px;
}
.common-design.blue:hover::after {
  transform: scale(1, 1);
}
.common-design.blue:hover h3,
.common-design.blue:hover p {
  color: #fff;
}
.common-design.blue figure {
  border-radius: 100%;
  padding: 20px;
  background: #f3f6f9;
  margin: 0 0 20px;
  display: inline-block;
}
.common-design.blue:hover figure {
  background: #fff;
}
.common-design.blue figure img {
  margin: 0 !important;
}
.common-design.blue:hover .years p,
.common-design.blue:hover .postions p,
.common-design.blue:hover h4 {
  color: #fff !important;
}
.common-design.blue:hover .apply-now {
  background: #fff;
  color: #000;
}
.common-design.blue.vacany-wrap figure {
  background: #d9dee6;
}
.common-design.blue.vacany-wrap:hover figure {
  background: #fff;
}
.common-design h3 {
  font-size: 22px;
  line-height: 30px;
  color: #252b33;
  font-weight: 600;
  margin: 0 0 15px;
}
.centerised-design .common-design {
  background: #f3f6f9;
}
.common-design {
  background: #fff;
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: 0.5s all ease-in-out;
}
.appfeatures p {
  padding-bottom: 0px;
}
.common-design p {
  padding-bottom: 0;
}
.common-design img {
  margin: 0 auto 15px;
}
.appfeatures {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tech-stack-wrap img {
  margin: 0 0 30px;
}
.feautures .common-design img {
  margin: 0 auto 30px;
}
.appfeatures p strong {
  font-weight: 500;
}
.common-design:hover {
  box-shadow: 0px 0px 10px #ff6c1a inset;
  transition: 0.5s all ease-in-out;
}
.common-design.blue figure.orangebg {
  background-color: #ff6c1a;
}
.common-design.blue:hover figure.orangebg {
  background: #192a44;
}
.common-design .list-img {
  text-align: left;
}
.apply-now {
  background: #ff6c1a;
  color: #fff;
  text-decoration: none;
  transition: .3s all ease-in;
  display: inline-block;
  padding: 5px 20px;
}
.chartcircle-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  width: 144px;
  height: 144px;
}
.chartcircle-outer {
  background: #15011d;
}
.chartcircle-outer {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 144px;
  height: 144px;
}
.chartcircle-inner-left {
  clip-path: polygon(0 0,50.2% 0,50.2% 100%,0 100%);
  -webkit-clip-path: polygon(0 0,50.2% 0,50.2% 100%,0 100%);
}
.chartcircle-inner {
  position: absolute;
  top: 0;
  left: 0;
}
.chartcircle-inner-left .chartcircle-inner-fill {
  clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%);
  -webkit-clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%);
}
.chartcircle-inner-fill {
  background: #ff6c1a;
}
.chartcircle-inner-fill {
  transform: rotate(122.4deg);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.chartcircle-inner-right {
  clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%);
  -webkit-clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%);
}
.chartcircle-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 144px;
  height: 144px;
}
.chartcircle-inner-fill {
  width: 144px;
  height: 144px;
}
.chartcircle-number {
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 122px;
  width: 122px;
}
.chartcircle-number {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #15011d;
  letter-spacing: .12px;
  text-transform: uppercase;
  text-align: left;
  text-align: center;
}
.chartcircle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.starbox-bottom {
  margin: auto;
  height: 18px;
  width: 100px;
  background: #15011d;
  position: relative;
}
.starbox-fill {
  background: #ff6c1a;
  width: 80%;
  height: 100%;
  animation: starbox-fill 1s linear forwards;
}
.starbox {
  text-align: center;
  padding: 1rem;
}
.starbox-template {
  width: 102%;
  height: 113%;
  background: url(../images/careers/starbox-template-new.svg) no-repeat center;
  position: absolute;
  top: -1px;
  left: -1px;
  background-size: cover;
}
.box-top h3 {
  font-weight: 600;
  color: var(--bs-heading-color);
}
.reviews-box {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  background: #fff;
}
.chat-text h4 {
  font-size: 24px;
  line-height: 120%;
  margin-right: 30px;
  font-weight: 500;
}
.rating-box h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.5px;
  color: var(--secondrycolor);
  margin: 10px 0px;
}


.nav-pills .nav-link {
  width: 100%;
  background: #f3f6f9;
  font-size: 14px;
  color: #252b33;
  border: 2px dashed #f3f6f9;
  display: flex;
  align-items: center;
}
.tab-count {
  width: 25px;
  height: 25px;
  border-radius: 32px;
  background: #ff6c1a;
  border: 4px solid #ebaf8e;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding: 0.9375rem;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5rem;
  color: #fff;
  min-width: inherit;
}
.nav-pills .nav-link.active {
  background: #fff;
  border: 2px dashed #ff6c1a;
}
.horizontal-tabs ul {
  border: none;
}
.how-we-hire-section .accordion-body {
  margin-top: 20px;
  background: #f3f6f9;
  padding: 20px;
  border-radius: 4px;
}
.how-we-hire-section .accordion-body h3 {
  padding-bottom: 10px;
  color: #252b33;
}
.how-we-hire-section .accordion-body p {
  padding-bottom: 10px;
}
.our-culture {
  padding-bottom: 70px;
}
.rating-box h5 {
  font-size: 20px;
}
.oursparton-text-wrap img {
  margin: 0 0 20px;
}
.oursparton-text-wrap h4 {
  font-size: 24px;
  line-height: 30px;
  color: #252b33;
  font-weight: 600;
  margin: 0px 0 10px;
  padding: 0;
}
.oursparton-text-wrap h4 {
  font-size: 22px;
  margin: 0px 0 5px;
}
.oursparton-text-wrap h6 {
  font-size: 16px;
  line-height: 20px;
  color: #ff6c1a;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0;
}
.oursparton img {
  margin: 0 0 20px;
  border-radius: 0;
}
.oursparton h3 {
  font-size: 34px;
  line-height: 50px;
  color: #252b33;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-align: left;
}
.oursparton {
  padding: 30px 30px;
  background: #f3f6f9;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 600px;
}
.oursparton-text-wrap p {
  padding: 0;
}
.oursparton-text-wrap button {
  border: 0;
  padding: 0;
  background: none;
}
.techstack li.tech-list {
  margin: 0px 10px 20px;
  display: inline-block;
}
.techstack li.tech-list a {
  display: block;
}
.techstack li.tech-list .actives,
.techstack .actives-tech,
.techstack .tech-list a:hover,
.techstack .tech-list a:focus {
  background: #ffe1d1 !important;
  color: #ff6c1a !important;
  border: 1px solid #ffe1d1 !important;
}
.technology-stacks .techstack li.tech-list {
  margin: 0px 10px 15px;
}
.spartons-wrap .techstack li.tech-list {
  margin: 0;
}
.techstack .tech-list a, .techstack .tech-list .a {
  border: 1px solid #f3f6f9;
  padding: 12px 30px;
  font-weight: 500 !important;
  font-size: 20px;
  color: #777;
  background: #f3f6f9;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.spartons-wrap {
  background: #fff;
  padding: 50px 0;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color) !important;
  text-align: left;
  background-color: var(--bs-accordion-btn-bg) !important;
  border: 0 !important;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  box-shadow: unset !important;
}
.how-we-hire-section .nav-item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.accordion-button:not(.collapsed) {
  color: #ff6c1a !important;
  background-color: #fff !important;
  box-shadow: none;
}
.vacany-wrap h4 {
  font-size: 22px;
  line-height: 30px;
  color: #252b33;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
}
.techstack li.tech-list .actives, .techstack .actives-tech, .techstack .tech-list a:hover, .techstack li.tech-list .a:hover, .techstack .tech-list a:focus, .techstack li.tech-list .a:focus {
  background: #ffe1d1 !important;
  color: #ff6c1a !important;
  border: 1px solid #ffe1d1 !important;
}

@media (max-width:1199px) {
  .rating-box h5 {
      font-size: 18px;
  }
  .rating-box h5 {
    font-size: 18px;
  }
  .our-benefits h4, .oursparton-text-wrap h4 {
    font-size: 22px;
  }
  .our-benefits, .vacany-wrap {
    padding: 20px;
  }
  .vacany-wrap h4 {
    font-size: 20px;
  }
  .our-benefits img, .vacany-wrap img {
    width: 40px;
    height: 40px;
  }
  .techstack .tech-list a, .techstack .tech-list .a {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .horizontal-tabs .tab-content>.tab-pane {
      display: block;
      opacity: 1;
  }
  .horizontal-tabs .accordion-item {
      border: 1px solid #ff6a1a59 !important;
      background-color: #fff;
      margin-bottom: 15px!important;
  }
  .horizontal-tabs .accordion-button:not(.collapsed) {
      background: #f1f1f1!important;
      padding-left: 38px!important;
  }
  .how-we-hire-section .accordion-body {
      margin-top: 0;
      background: #fff;
      padding: 20px;
      border-radius: 0px;
  }
  .box-top h3 {
      text-align: center;
  }
  .chartcircle {
      margin: 40px 0px;
  }
  .chat-text h4 br {
      display: block;
  }
  .chat-text h4 {
      margin-right: 40px;
  }
  .box-bottom .row {
      row-gap: 40px;
  }
  .rating-box h3 {
      margin: 5px 0px;
  }

  .horizontal-tabs .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
  .horizontal-tabs .accordion-item {
      border: 1px solid #ff6a1a59 !important;
      background-color: #fff;
      margin-bottom: 15px!important;
  }
  .horizontal-tabs .accordion-button:not(.collapsed) {
      background: #f1f1f1!important;
      padding-left: 38px!important;
  }
  .how-we-hire-section .accordion-body {
      margin-top: 0;
      background: #fff;
      padding: 20px;
      border-radius: 0px;
  }
  .box-top h3 {
      text-align: center;
  }
  .chartcircle {
      margin: 40px 0px;
  }
  .chat-text h4 br {
      display: block;
  }
  .chat-text h4 {
      margin-right: 40px;
  }
  .box-bottom .row {
      row-gap: 40px;
  }
  .rating-box h3 {
      margin: 5px 0px;
  }
  .oursparton {
    padding: 25px;
    min-height: 510px;
  }
  .our-benefits h4, .oursparton-text-wrap h4 {
    font-size: 20px;
  }
  .techstack .tech-list a, .techstack .tech-list .a {
    padding: 10px 20px;
    font-size: 17px;
  }
}
@media (max-width:767px) {
  .learn-more-btn a {
      margin-bottom: 0px;
  }
  .box-top h3 {
      font-size: 22px;
  }
  .chat-text h4 {
      font-size: 20px;
  }
  .rating-box h3 {
      font-size: 28px;
      line-height: 120%;
  }
  .learn-more-btn a {
    margin-bottom: 0px;
  }
  .box-top h3 {
      font-size: 22px;
  }
  .chat-text h4 {
      font-size: 20px;
  }
  .rating-box h3 {
      font-size: 28px;
      line-height: 120%;
  }
  .our-benefits img, .vacany-wrap img, .oursparton-text-wrap img {
    margin: 0 0 10px;
    width: 30px;
    height: 30px;
  }
  .our-benefits h4, .oursparton-text-wrap h4 {
    font-size: 18px;
  }
  .vacany-wrap h4 {
    font-size: 18px;
  }
  .techstack .tech-list a, .techstack .tech-list .a {
    padding: 6px 15px;
    font-size: 16px;
  }
}
@media (max-width:576px) {
  .chartcircle {
      margin-bottom: 10px;
  }
  .chartcircle {
    margin-bottom: 10px;
  }
}
@media (max-width:480px) {
  .box-top h3 {
      font-size: 18px;
  }
  .chat-text h4 {
      font-size: 16px;
  }
  .rating-box h5 {
      font-size: 16px;
  }
  .rating-box h3 {
      font-size: 24px;
      line-height: 100%;
  }
  .chat-text h4 {
      margin-right: 20px;
  }
  .box-top h3 {
    font-size: 18px;
  }
  .chat-text h4 {
      font-size: 16px;
  }
  .rating-box h5 {
      font-size: 16px;
  }
  .rating-box h3 {
      font-size: 24px;
      line-height: 100%;
  }
  .chat-text h4 {
      margin-right: 20px;
  }
  .career-vacancy .col-6 {
    width: 100%;
  }
}
