.about_banner {
  background-image: url(../img/bg-images/about-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 15rem;
}
.about_banner h2 {
  color: var(--white);
}
.about_banner p {
  color: var(--white);
}

.achievement_section h2 {
  width: 70%;
}
.achievement_section h2 span {
  color: var(--secondary-color);
}
.achievement_section .circle-svg {
  float: right;
  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;
  color: var(--gray-color);
}
.achievement_section .circle-svg svg {
  fill: currentColor;
  height: auto;
  max-width: 66vmin;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.achievement_section .circle-svg svg text {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-color);
}
.achievement_section .circle-svg .circle-logo {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.achievement_section .card {
  border: 0;
  margin-top: 5rem;
  height: 100%;
}
.achievement_section .card span {
  color: var(--secondary-color);
  font-size: 14px;
}
.achievement_section .card h3 {
  padding-top: 1rem;
  font-weight: 600;
  font-size: 20px;
}
.achievement_img {
  margin-bottom: 1rem;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.hub_section {
  background-color: var(--primary-color);
}
.hub_section video {
  width: 100%;
  height: 100%;
}
.hub_section h2 {
  color: var(--white);
}
.hub_section p {
  color: var(--white);
}
.hub_section h3 {
  color: var(--white);
  padding: 1rem 0;
  font-weight: 600;
  font-size: 20px;
  min-height: 70px;
}

.workCulture_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  grid-template-columns: 20% 20% 20% 20% 20%;
  cursor: pointer;
}
.workCulture_img .img-card {
  overflow: hidden;
  position: relative;
  margin: 0 1rem;
}
.workCulture_img .img-card:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.workCulture_img .img-card:hover .overlay span {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.workCulture_img .img-card .overlay {
  position: absolute;
  background: url(../img/about_icons/Oval.png);
  background-repeat: no-repeat;
  color: var(--white);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 2rem;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
.workCulture_img .img-card .overlay span {
  font-size: 25px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.workCulture_img .img-card:nth-child(even) {
  margin-top: 3rem;
}
.workCulture_img .img-card:nth-child(odd) {
  margin-bottom: 3rem;
}
.workCulture_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.workCulture_content h3 {
  padding: 1rem 0;
  font-weight: 600;
  font-size: 20px;
}
.workCulture_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  float: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 10rem;
}
.workCulture_images.jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.workCulture_images.jc-start img:nth-child(2) {
  height: 280px;
}
.workCulture_images.jc-start img:nth-child(1) {
  height: 350px;
}
.workCulture_images img {
  margin-left: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.workCulture_images img:nth-child(1) {
  height: 280px;
}
.workCulture_images img:nth-child(2) {
  height: 350px;
}

@media (max-width: 769.99px) {
  .about_banner {
    background-position: top;
    background-size: cover;
    padding-top: 15rem !important;
  }
  .mob-flexd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .achievement_section .circle-svg {
    float: left;
    margin-bottom: 3rem;
  }
  .achievement_section .circle-svg svg {
    max-width: 36vmin;
  }
  .achievement_section .circle-logo img {
    width: 35px;
  }
  .achievement_section h2 {
    width: 100%;
  }
  .workCulture_img {
    overflow-x: scroll;
    -ms-grid-columns: 100% 100% 100% 100% 100%;
    grid-template-columns: 100% 100% 100% 100% 100%;
  }
  .workCulture_images {
    margin-bottom: 5rem;
    float: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .workCulture_images img:nth-child(1) {
    margin-left: 0;
    height: 250px;
  }
  .workCulture_images img:nth-child(2) {
    height: 100px;
  }
  .workCulture_images.jc-start img:nth-child(1) {
    margin-left: 0;
    height: 250px;
  }
  .workCulture_images.jc-start img:nth-child(2) {
    height: 100px;
  }
}
@media (min-width: 767px) and (max-width: 991.99px) {
  .about_banner {
    padding-top: 15rem !important;
  }
  .workCulture_images {
    margin-bottom: 5rem;
  }
  .workCulture_images img:nth-child(1) {
    margin-left: 0;
    height: 200px;
  }
  .workCulture_images img:nth-child(2) {
    height: 300px;
  }
  .workCulture_images.jc-start img:nth-child(1) {
    height: 300px;
  }
  .workCulture_images.jc-start img:nth-child(2) {
    height: 200px;
  }
}
body:not(.no-js) .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  visibility: hidden;
}

body:not(.no-js) .image-wrap img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}

body:not(.no-js) .animating .image-wrap {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
  -webkit-transform: skewY(0);
          transform: skewY(0);
}

body:not(.no-js) .animating img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 4s ease-out;
  transition: 4s ease-out;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .workCulture_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}