@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.career-banner .content .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 675px) {
  .banner.career-banner .content .btn {
    --padding: 16px;
    font-size: 14px;
  }
}

.career-secB {
  padding: 70px 0 85px;
}
@media only screen and (max-width: 675px) {
  .career-secB {
    padding: 3.5rem 0;
  }
}
.career-secB .heading {
  margin-bottom: 56px;
}
.career-secB .swiper .item {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.career-secB .swiper .item img {
  width: 100%;
  aspect-ratio: 1.4;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.career-secB .swiper .item:hover img {
  opacity: 0.8;
}
.career-secB .swiper-nav {
  max-width: 54%;
}
@media only screen and (max-width: 991px) {
  .career-secB .swiper-nav {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .career-secB .swiper-nav {
    display: none;
  }
}

.career-secC {
  padding: 85px 0;
}
@media only screen and (max-width: 675px) {
  .career-secC {
    padding: 3.5rem 0;
  }
}
.career-secC .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 675px) {
  .career-secC .heading {
    margin-bottom: 3rem;
  }
}
.career-secC .summery-detail-content .col {
  border: 1px solid #C1C1C1;
  --padlr: 21px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col {
    --padlr: 15px;
  }
}
.career-secC .summery-detail-content .col:not(:last-child) {
  margin-bottom: 20px;
}
.career-secC .summery-detail-content .col.active .title {
  background: var(--primary);
}
.career-secC .summery-detail-content .col.active .title h6 {
  color: var(--white);
}
.career-secC .summery-detail-content .col.active .title .ico {
  rotate: -90deg;
  background-image: url(../../icon/arrow-down-white.svg);
}
.career-secC .summery-detail-content .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 15px var(--padlr);
  cursor: pointer;
  background: #E4E4E4;
  transition: 0.6s ease;
}
.career-secC .summery-detail-content .col .title h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  flex: 1;
  color: var(--black);
  padding-right: 1rem;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 14px;
  }
}
.career-secC .summery-detail-content .col .title .ico {
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  background-image: url(../../icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.career-secC .summery-detail-content .col article {
  position: relative;
}
.career-secC .summery-detail-content .col article .apply_btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col article .apply_btn {
    position: unset;
    margin: var(--padlr);
  }
}
.career-secC .summery-detail-content .col article .content-desc {
  padding: 30px var(--padlr);
}

.form-section.career-secD {
  padding: 75px 0;
}
@media only screen and (max-width: 675px) {
  .form-section.career-secD .heading p {
    max-width: 288px;
  }
}
.form-section.career-secD .form .form-group {
  background: var(--white);
}
.form-section.career-secD .form .form-group.file-input .file-name {
  --filename: "Upload Resume*";
}

.banner.about-banner .content h1 {
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1300px) {
  .banner.about-banner .content h1 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1152px) {
  .banner.about-banner .content h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.about-banner .content h1 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.about-banner .content h1 {
    font-size: 48px;
  }
}
.banner.about-banner .content h1 span {
  display: block;
  font-size: 0.3125em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 16px;
  text-transform: initial;
}

.about-secA {
  padding: 100px 0 75px;
}
@media only screen and (max-width: 991px) {
  .about-secA {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA {
    padding: 3.5rem 0;
  }
}
.about-secA .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 125px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .flex {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.about-secA .flex .colA .banner-circle .img {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 25px;
  overflow: hidden;
  transform: skew(-12deg);
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA .banner-circle .img {
    height: 290px;
    width: 100%;
    margin: 0 auto;
    transform: skew(0);
  }
}
.about-secA .flex .colA .banner-circle .img img, .about-secA .flex .colA .banner-circle .img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  transform: skew(3deg);
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA .banner-circle .img img, .about-secA .flex .colA .banner-circle .img video {
    transform: skew(0);
  }
}
.about-secA .flex .colA .banner-circle .img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--primary);
  border-radius: 25px;
  pointer-events: none;
}
.about-secA .flex .colB .heading {
  margin-bottom: 16px;
}
.about-secA .flex .colB .content {
  max-width: 587px;
}

.about-secB {
  padding: 78px 0 250px;
}
@media only screen and (max-width: 991px) {
  .about-secB {
    padding: 60px 0 150px;
  }
}
.about-secB .vimi-nav {
  text-align: center;
  margin-bottom: 40px;
}
.about-secB .vimi-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: var(--text);
  position: relative;
  padding: 13px 0;
  transition: 0.5s ease;
}
.about-secB .vimi-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--black);
}
@media only screen and (max-width: 991px) {
  .about-secB .vimi-nav li {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .vimi-nav li {
    font-size: 22px;
  }
}
.about-secB .vimi-nav li::before {
  top: auto;
  height: 2px;
  transition: 0.5s ease;
  width: 0;
}
.about-secB .vimi-nav li:not(:last-child) {
  margin-right: 72px;
}
@media only screen and (max-width: 991px) {
  .about-secB .vimi-nav li:not(:last-child) {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .vimi-nav li:not(:last-child) {
    margin-right: 2rem;
  }
}
.about-secB .vimi-nav li.active {
  color: var(--black);
}
.about-secB .vimi-nav li.active::before {
  width: 100%;
}
.about-secB .vimi-nav-content {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about-secB .vimi-nav-content .tabs {
  transition: 0.5s ease;
}
.about-secB .vimi-nav-content .tabs:not(.active) {
  transform: translateY(20px);
}

.about-secC {
  padding: 145px 0 150px;
  background: linear-gradient(360deg, #F4F3FF 0%, #E5E3FF 100%);
  position: relative;
}
.about-secC::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(../../images/vector/cloud.svg) no-repeat;
}
@media only screen and (max-width: 767px) {
  .about-secC {
    padding: 90px 0 100px;
  }
}
.about-secC::before {
  z-index: 0;
  background-size: 100% auto;
  background-position: 0 20%;
  opacity: 1;
  background-attachment: fixed;
}
.about-secC .container {
  position: relative;
  z-index: 1;
}
.about-secC .about-content-slider {
  max-width: 472px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  height: 172px;
}
@media only screen and (max-width: 767px) {
  .about-secC .about-content-slider {
    margin-bottom: 60px;
  }
}
.about-secC .about-content-slider .item p {
  color: var(--text);
  font-size: 18px;
  line-height: 1.273;
}
@media only screen and (max-width: 675px) {
  .about-secC .about-content-slider .item p {
    font-size: 16px;
  }
}
.about-secC .about-content-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-size: auto;
  --swiper-pagination-color: none;
  --swiper-pagination-bullet-inactive-color: none;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-vertical-gap: 0;
  transform: none;
}
.about-secC .about-content-pagination span {
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.55em;
  transition: 0.5s ease;
  color: var(--primary);
  display: inline-block !important;
}
@media only screen and (max-width: 1152px) {
  .about-secC .about-content-pagination span {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secC .about-content-pagination span {
    font-size: 80px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .about-content-pagination span {
    font-size: 48px;
    letter-spacing: 0px;
  }
}
.about-secC .about-content-pagination span:not(.swiper-pagination-bullet-active) {
  color: var(--black);
  opacity: 0.2;
}
.about-secC .about-content-pagination span:not(.swiper-pagination-bullet-active):hover {
  opacity: 0.6;
}
@media only screen and (max-width: 675px) {
  .about-secC .about-content-pagination span:not(:last-child) {
    margin-right: 2rem;
  }
}
.about-secC .aside-right {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  white-space: nowrap;
}
@media only screen and (max-width: 1152px) {
  .about-secC .aside-right {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .aside-right {
    font-size: 40px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .aside-right {
    position: unset;
    translate: 0 0;
    writing-mode: initial;
    transform: none;
    font-size: 24px;
    text-align: center;
    color: var(--white);
    margin-top: 1rem;
  }
}

.career-secB.about-secD .content {
  max-width: 500px;
  font-size: 24px;
  line-height: 1.167;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .career-secB.about-secD .content {
    font-size: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .career-secB.about-secD .content {
    font-size: 16px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 365px) {
  .career-secB.about-secD .content {
    font-size: 14px;
  }
}

.awards-section {
  padding: 40px 0 80px !important;
}
@media only screen and (max-width: 675px) {
  .awards-section .container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .awards-section .container .slider-nav {
    display: none;
  }
}
.awards-section .container .heading {
  text-align: center;
}
.awards-section .container .heading h3 span {
  display: inline;
}
@media only screen and (max-width: 675px) {
  .awards-section .container .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .awards-section .container .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .awards-section .container .heading {
    padding-right: 10px;
  }
}
.awards-section .career-gallery-slider .swiper-wrapper .swiper-slide .item img {
  display: block;
  width: 100% !important;
  height: 260px !important;
  -o-object-fit: fill !important;
     object-fit: fill !important;
  border-radius: 5px;
}
.awards-section .btn-div {
  margin-top: 3rem;
}
.awards-section .btn-div a {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 7px 20px;
  background: #f5f5f5;
  border-radius: 5px;
}
.awards-section .btn-div a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.awards-section .btn-div a:hover path {
  fill: var(--white);
}

.about-secE figure {
  flex: 0 1 45%;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .about-secE figure {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.about-secE figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .about-secE figure img {
    height: auto;
  }
}
.about-secE figcaption {
  flex: 1;
  display: flex;
  align-items: center;
}
.about-secE figcaption .content {
  padding: 82px 0;
  max-width: 479px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .about-secE figcaption .content {
    max-width: 100%;
    padding: 4rem 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secE figcaption .content {
    padding: 3.5rem 15px;
  }
}
.about-secE figcaption .content .heading {
  margin-bottom: 20px;
}
.about-secE figcaption .content .desc-wrap .desc p {
  font-weight: 300;
}
.about-secE figcaption .content .sign {
  margin-top: 28px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .about-secE figcaption .content .sign {
    width: 154px;
    margin-top: 15px;
  }
}
.about-secE figcaption .content .nam-des {
  margin-top: 48px;
  display: flex;
  gap: 18px;
}
.about-secE figcaption .content .nam-des .play-btn {
  --bordercolor: var(--black);
  --playbtncolor: var(--black);
}
.about-secE figcaption .content .nam-des .play-btn::before {
  background: #ababab;
}
.about-secE figcaption .content .nam-des .inf {
  flex: 1;
}
.about-secE figcaption .content .nam-des .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.302;
}
.about-secE figcaption .content .nam-des .desg {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.302;
}

.about-secF {
  padding: 100px 0 90px;
}
@media only screen and (max-width: 675px) {
  .about-secF {
    padding: 3.5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secF .container {
    padding-right: 0;
  }
}
.about-secF .heading {
  margin-bottom: 55px;
}
@media only screen and (max-width: 675px) {
  .about-secF .heading {
    margin-bottom: 2.5rem;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .about-secF .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .about-secF .heading {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secF .slider-nav {
    display: none;
  }
}
.about-secF .team-slider .item {
  border-radius: 10px;
  overflow: hidden;
}
.about-secF .team-slider .item figure {
  line-height: 0;
}
.about-secF .team-slider .item figure img {
  width: 100%;
}
.about-secF .team-slider .item figcaption {
  background: #F5F5F5;
  text-align: center;
  padding: 13px 15px 23px;
}
.about-secF .team-slider .item figcaption .name {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media only screen and (max-width: 675px) {
  .about-secF .team-slider .item figcaption .name {
    margin-bottom: 2px;
    font-size: 16px;
  }
}
.about-secF .team-slider .item figcaption .desg {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .about-secF .team-slider .item figcaption .desg {
    font-size: 12px;
  }
}/*# sourceMappingURL=about.css.map */