@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 90vh;
}
@media only screen and (max-width: 1024px) {
  .about-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .about-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner {
    height: 60vh;
  }
}
.about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 56.42%, rgba(0, 0, 0, 0.86) 100.21%), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.69%, rgba(0, 0, 0, 0.75) 82.1%);
}
.about-banner .banner-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .about-banner .banner-wrapper .container {
    padding: 0;
  }
}
.about-banner .banner-wrapper .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 15%;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about-banner .banner-wrapper .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .banner-wrapper .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.about-banner .banner-wrapper .container .bg-wrapper h1 {
  max-width: 576px;
  margin-bottom: 20px;
  margin: auto;
}
.about-banner .banner-wrapper .container .bg-wrapper p {
  max-width: 418px;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .about-banner .banner-wrapper .container .bg-wrapper p {
    max-width: 90%;
    margin: 20px auto 0;
  }
}

.about-secA .flex-box {
  align-items: center;
  gap: 70px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.about-secA .flex-box .col:first-child {
  width: 503px;
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .col:first-child {
    width: 80%;
    height: auto;
  }
}
.about-secA .flex-box .col:first-child img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .col:last-child {
    text-align: center;
  }
}
.about-secA .flex-box .col:last-child h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  max-width: 394px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .col:last-child h2 {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.about-secA .flex-box .col:last-child p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #666666;
  max-width: 416px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .col:last-child p {
    max-width: 516px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .col:last-child p {
    max-width: 90%;
    margin: auto;
  }
}
.about-secA .flex-box .col:last-child .counter_sec {
  display: flex;
  margin-top: 30px;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box .col:last-child .counter_sec {
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .about-secA .flex-box .col:last-child .counter_sec {
    gap: 20px;
  }
}
.about-secA .flex-box .col:last-child .counter_sec .count-info {
  text-align: center;
}
.about-secA .flex-box .col:last-child .counter_sec .count-info h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: var(--black);
  font-family: Lato;
  margin-bottom: 10px;
}
.about-secA .flex-box .col:last-child .counter_sec .count-info p {
  max-width: 98px;
}

.about-secB {
  background: #ECF3F9;
}
.about-secB .heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .about-secB .heading {
    margin-bottom: 20px;
  }
}
.about-secB .foundation-swiper .swiper-wrapper .swiper-slide {
  border: 0.8px solid #C2C2C2;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .about-secB .foundation-swiper .swiper-wrapper .swiper-slide {
    padding: 20px 20px;
  }
}
.about-secB .foundation-swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-a);
  border-radius: 10px;
  z-index: -1;
}
.about-secB .foundation-swiper .swiper-wrapper .swiper-slide figure {
  width: 88px;
  height: 88px;
  margin: 0 auto 10px;
  padding: 15px;
}
.about-secB .foundation-swiper .swiper-wrapper .swiper-slide figure svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-secB .foundation-swiper .swiper-wrapper .swiper-slide figure svg path {
  stroke: var(--white);
  fill: revert-layer;
}
.about-secB .foundation-swiper .swiper-wrapper .swiper-slide h3 {
  font-family: Lato;
  font-weight: 600;
  font-size: 32px;
  line-height: 19.28px;
  text-align: center;
  color: var(--white);
  margin-bottom: 20px;
}
.about-secB .foundation-swiper .swiper-wrapper .swiper-slide p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6980392157);
  max-width: 259px;
  margin: auto;
}

.about-secC {
  position: relative;
  color: white;
  overflow: hidden;
  padding: 60px 0 0 0;
}
.about-secC::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-a);
}
.about-secC::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 429px;
  background: url("../../images/project-listing/project-banner.png");
}
.about-secC .flex-box {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box {
    flex-direction: column;
  }
}
.about-secC .flex-box .col:first-child {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box .col:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .col:first-child {
    text-align: center;
    padding: 0;
  }
}
.about-secC .flex-box .col:first-child h2 {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 10px;
}
.about-secC .flex-box .col:first-child p {
  font-family: Optima;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: var(--white);
  max-width: 383px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .col:first-child p {
    font-size: 24px;
    line-height: 1.3;
    max-width: 90%;
    margin: 0 auto 20px;
  }
}
.about-secC .flex-box .col:first-child h4 {
  font-family: Lato;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.about-secC .flex-box .col:first-child h6 {
  font-family: Lato;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6980392157);
}
.about-secC .flex-box .col:last-child {
  width: 454px;
  height: 410px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .about-secC .flex-box .col:last-child {
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .flex-box .col:last-child {
    margin: auto;
    max-width: 314px;
  }
}
.about-secC .flex-box .col:last-child img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-secD .flex-box {
  justify-content: center;
  gap: 150px;
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .about-secD .flex-box {
    flex-direction: column-reverse;
    gap: 50px;
    padding: 0;
  }
}
.about-secD .flex-box .flex-box-item:first-child {
  width: 283px;
  height: 385px;
}
@media only screen and (max-width: 768px) {
  .about-secD .flex-box .flex-box-item:first-child {
    margin: auto;
    width: 180px;
    height: auto;
  }
}
.about-secD .flex-box .flex-box-item:first-child img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-secD .flex-box .flex-box-item:last-child {
  flex: 0 1 40%;
  border-left: 1px solid #303030;
}
@media only screen and (max-width: 768px) {
  .about-secD .flex-box .flex-box-item:last-child {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .about-secD .flex-box .flex-box-item:last-child {
    width: 95%;
    margin-left: auto;
  }
}
.about-secD .flex-box .flex-box-item:last-child .summery-detail-content {
  padding-left: 50px;
}
.about-secD .flex-box .flex-box-item:last-child .col {
  transition: 0.5s ease;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 20px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .about-secD .flex-box .flex-box-item:last-child .col {
    margin: 20px 0 0 0;
  }
}
.about-secD .flex-box .flex-box-item:last-child .col::before {
  content: "";
  position: absolute;
  top: 19px;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 28px solid #143754;
  transform: rotate(28deg);
  transition: 0.5s ease;
  opacity: 0;
  scale: 0;
}
.about-secD .flex-box .flex-box-item:last-child .col .title {
  cursor: pointer;
}
.about-secD .flex-box .flex-box-item:last-child .col .title h6 {
  font-family: Lato;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  transition: 0.5s ease;
}
.about-secD .flex-box .flex-box-item:last-child .col .title .outer-circle {
  border: 1px solid var(--black);
  border-radius: 50%;
  background-color: var(--white);
  padding: 10px;
  transition: 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: -71px;
}
@media only screen and (max-width: 540px) {
  .about-secD .flex-box .flex-box-item:last-child .col .title .outer-circle {
    margin-left: 5px;
    padding: 7px;
    top: 6px;
  }
}
.about-secD .flex-box .flex-box-item:last-child .col .title .ico {
  flex: 0 1 auto;
  --size: 18px;
  --border: 2px;
  --bgcolor: var(--black);
  height: var(--size);
  width: var(--size);
  position: relative;
}
.about-secD .flex-box .flex-box-item:last-child .col .title .ico::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(--bgcolor);
}
.about-secD .flex-box .flex-box-item:last-child .col .title .ico::after {
  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(--bgcolor);
}
@media only screen and (max-width: 540px) {
  .about-secD .flex-box .flex-box-item:last-child .col .title .ico {
    --size: 14px;
  }
}
.about-secD .flex-box .flex-box-item:last-child .col .title .ico::before, .about-secD .flex-box .flex-box-item:last-child .col .title .ico::after {
  transition: 0.5s ease;
}
.about-secD .flex-box .flex-box-item:last-child .col .title .ico::before {
  top: calc(var(--size) / 2 - var(--border) / 2);
  bottom: auto;
  height: var(--border);
  width: 100%;
}
.about-secD .flex-box .flex-box-item:last-child .col .title .ico::after {
  left: calc(var(--size) / 2);
  translate: -50% 0;
  right: auto;
  width: var(--border);
  height: 100%;
}
.about-secD .flex-box .flex-box-item:last-child .col .content-desc p {
  max-width: 406px;
}
.about-secD .flex-box .flex-box-item:last-child .col.active {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  background: var(--gradient-a);
  padding: 20px;
}
.about-secD .flex-box .flex-box-item:last-child .col.active::before {
  opacity: 1;
  scale: 1;
}
.about-secD .flex-box .flex-box-item:last-child .col.active .title .outer-circle {
  background: var(--gradient-a);
  border: none;
  top: 26px;
}
.about-secD .flex-box .flex-box-item:last-child .col.active .title .ico {
  --bgcolor: var(--white);
}
.about-secD .flex-box .flex-box-item:last-child .col.active .title .ico::after {
  transform: scaleY(0);
}
.about-secD .flex-box .flex-box-item:last-child .col.active .title h6 {
  font-family: Lato;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .about-secD .flex-box .flex-box-item:last-child .col.active .title h6 {
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.about-secD .flex-box .flex-box-item:last-child .col.active .content-desc p {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6980392157);
  max-width: 406px;
}
@media only screen and (max-width: 540px) {
  .about-secD .flex-box .flex-box-item:last-child .col.active .content-desc p {
    font-size: 14px;
    line-height: 1.3;
  }
}/*# sourceMappingURL=about.css.map */