@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.about-banner {
  margin-top: var(--headerheight);
  padding: 150px 0;
  background: var(--gradient-a);
  position: relative;
}
@media only screen and (max-width: 540px) {
  .about-banner {
    padding: 80px 0 185px 0;
  }
}
.about-banner .heading h1 {
  font-weight: 700;
  color: var(--white);
  font-size: 48px;
  text-align: center;
  margin-bottom: 10px;
}
.about-banner .heading p {
  max-width: 726px;
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--white) !important;
  margin: 10px auto 0;
}
@media only screen and (max-width: 540px) {
  .about-banner .heading p {
    max-width: 90%;
    line-height: 1.4;
  }
}
.about-banner .counter-flex {
  height: 144px;
  border-radius: 10px;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  width: 100%;
  max-width: 1145px;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%);
  padding: 0px 60px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border: 1px solid #E0E0E0;
}
@media only screen and (max-width: 768px) {
  .about-banner .counter-flex {
    gap: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .about-banner .counter-flex {
    gap: 20px;
    padding: 20px 10px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
}
.about-banner .counter-flex .count-info {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .about-banner .counter-flex .count-info {
    width: 100%;
    max-width: 230px;
  }
}
.about-banner .counter-flex .count-info h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
  .about-banner .counter-flex .count-info h4 {
    font-size: 25px;
    margin-bottom: 8px;
  }
}
.about-banner .counter-flex .count-info p {
  color: rgba(0, 0, 0, 0.6980392157);
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .about-banner .counter-flex .count-info p {
    font-size: 12px;
  }
}

.about-secA {
  padding: 140px 0 70px 0;
  background: #F7FBFD;
  overflow: hidden;
}
.about-secA .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
@media only screen and (max-width: 768px) {
  .about-secA .flex-box {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
.about-secA .flex-box .col:first-child h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 15px;
}
.about-secA .flex-box .col:first-child p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 540px;
  margin-bottom: 15px;
  text-align: justify;
}
.about-secA .flex-box .col figure {
  width: 278px;
  height: 302px;
}

.about-secB {
  background: rgba(4, 211, 202, 0.2);
  padding: 50px 0;
  overflow: hidden;
}
.about-secB .container {
  max-width: 980px;
}
.about-secB .flex-box {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box {
    flex-direction: column;
  }
}
.about-secB .flex-box .col {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.about-secB .flex-box .col figure {
  width: 64px;
  height: 64px;
  flex: 0 1 20%;
}
@media only screen and (max-width: 540px) {
  .about-secB .flex-box .col figure {
    width: 54px;
    height: 54px;
  }
}
.about-secB .flex-box .col figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-secB .flex-box .col .content {
  flex: 0 1 80%;
}
.about-secB .flex-box .col .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--black);
  margin-bottom: 10px;
}
.about-secB .flex-box .col .content p {
  color: var(--text);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.about-secC {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .about-secC {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC {
    padding: 60px 0;
  }
}
.about-secC .container .heading {
  text-align: center;
}
.about-secC .container .heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 10px;
}
.about-secC .container .heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  max-width: 687px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .about-secC .container .heading p {
    margin-bottom: 10px;
  }
}
.about-secC .container .flex-box {
  display: flex;
  justify-content: space-around;
  padding: 70px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .about-secC .container .flex-box {
    justify-content: space-between;
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .container .flex-box {
    display: block;
    padding: 20px 0 0 0;
  }
}
.about-secC .container .flex-box .flex-box-item:first-child {
  width: 100%;
  max-width: 45%;
}
@media only screen and (max-width: 768px) {
  .about-secC .container .flex-box .flex-box-item:first-child {
    max-width: 50%;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .container .flex-box .flex-box-item:first-child {
    max-width: 100%;
  }
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content {
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  overflow: hidden;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.231372549);
  padding: 5px 20px;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col:last-child {
  border-bottom: none;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col.active {
  background: linear-gradient(180deg, #CDF6F4 0%, #FBFEFE 100%);
  border-bottom: none;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col.active h6 {
  color: var(--black) !important;
  font-weight: 700 !important;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col.active .ico {
  transform: rotate(0.5turn);
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col.active .ico svg path {
  stroke: var(--black) !important;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title {
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
  font-weight: 600;
  font-size: 16;
  color: var(--text);
  line-height: 30px;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title h6 {
    font-size: 20px;
  }
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico svg {
  width: 30px;
  height: 30px;
  transition: 0.5s ease;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col .title .ico svg path {
  color: #666666;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article {
  padding-bottom: 20px;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .custom-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: var(--primary);
  color: #000;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .custom-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-a);
  transition: 0.5s ease;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .custom-btn:hover {
  background: transparent;
  color: #fff;
  border-color: transparent;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .custom-btn:hover::before {
  opacity: 1;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .custom-btn:hover figure svg path {
  fill: #fff;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .custom-btn .figure {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .custom-btn .figure svg path {
  transition: 0.5s ease;
}
.about-secC .container .flex-box .flex-box-item:first-child .content .summery-detail-content .col article .custom-btn span {
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  font-family: Lato;
}
.about-secC .container .flex-box .flex-box-item:last-child {
  max-width: 45%;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .about-secC .container .flex-box .flex-box-item:last-child {
    display: none;
  }
}
.about-secC .container .flex-box .flex-box-item:last-child .tabs figure {
  width: 565px;
  height: 377px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .about-secC .container .flex-box .flex-box-item:last-child .tabs figure {
    width: 100%;
  }
}
.about-secC .container .flex-box .flex-box-item:last-child .tabs figure img {
  transition: 0.9s ease;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transform: scale(0);
}
.about-secC .container .flex-box .flex-box-item:last-child .active figure img {
  transform: scale(1);
}

.about-secD {
  background: var(--gradient-a);
  padding: 50px 0;
}
.about-secD h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: var(--white);
  text-align: center;
}
.about-secD .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .about-secD .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-secD .grid-box .grid-box-item:nth-child(1), .about-secD .grid-box .grid-box-item:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .about-secD .grid-box .grid-box-item:nth-child(1), .about-secD .grid-box .grid-box-item:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secD .grid-box .grid-box-item:nth-child(1), .about-secD .grid-box .grid-box-item:nth-child(3) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-secD .grid-box .grid-box-item:nth-child(1) .col, .about-secD .grid-box .grid-box-item:nth-child(3) .col {
  border-radius: 5px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.about-secD .grid-box .grid-box-item:nth-child(1) .col figure, .about-secD .grid-box .grid-box-item:nth-child(3) .col figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  margin: auto;
}
.about-secD .grid-box .grid-box-item:nth-child(1) .col figure img, .about-secD .grid-box .grid-box-item:nth-child(3) .col figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-secD .grid-box .grid-box-item:nth-child(1) .col p, .about-secD .grid-box .grid-box-item:nth-child(3) .col p {
  margin: 10px auto 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: var(--white);
}
@media only screen and (max-width: 1024px) {
  .about-secD .grid-box .grid-box-item:nth-child(1) .col p, .about-secD .grid-box .grid-box-item:nth-child(3) .col p {
    font-size: 16px;
  }
}
.about-secD .grid-box .grid-box-item:nth-child(2) {
  border-radius: 5px;
  height: 440px;
}
@media only screen and (max-width: 540px) {
  .about-secD .grid-box .grid-box-item:nth-child(2) {
    height: 240px;
  }
}
.about-secD .grid-box .grid-box-item:nth-child(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.about-secE {
  padding: 70px 0;
  background: #F7FBFD;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about-secE {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE {
    padding: 60px 0;
  }
}
.about-secE .container .heading {
  text-align: center;
}
.about-secE .container .heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 10px;
  line-height: 1;
}
.about-secE .container .heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  max-width: 687px;
  margin: auto;
}
.about-secE .container .triangle {
  width: 553px;
  height: 478px;
  margin: 50px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle {
    margin: 210px auto 380px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 210px auto 580px;
  }
}
.about-secE .container .triangle .wrapper-box .forty {
  background: var(--gradient-a);
  width: 160px;
  height: 140px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  border-bottom: 10px solid #F7FBFD;
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .wrapper-box .forty {
    width: 50%;
  }
}
.about-secE .container .triangle .wrapper-box .forty p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  color: var(--white);
  text-align: center;
  max-width: 95px;
  margin-top: 30px;
}
.about-secE .container .triangle .wrapper-box .sixty {
  background: #DFDFDF;
  width: 100%;
  height: 334.5px;
  clip-path: polygon(50% -41%, 0% 100%, 100% 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .wrapper-box .sixty {
    height: 150px;
    clip-path: polygon(50% -101%, 0% 100%, 100% 100%);
  }
}
.about-secE .container .triangle .wrapper-box .sixty h3 {
  font-weight: 600;
  font-size: 64px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .wrapper-box .sixty h3 {
    font-size: 36px;
  }
}
.about-secE .container .triangle .wrapper-box .sixty p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: var(--text);
  max-width: 221px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .wrapper-box .sixty p {
    font-size: 17px;
  }
}
.about-secE .container .triangle .col {
  width: 283px;
  height: 67px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border: 1px solid #EAEAEA;
  padding: 10px;
  gap: 20px;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .col {
    width: 193px;
    height: 67px;
    padding: 10px 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .col {
    width: 260px;
  }
}
.about-secE .container .triangle .col p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--black);
}
.about-secE .container .triangle .col figure {
  width: 30px;
  height: 30px;
}
.about-secE .container .triangle .col figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-secE .container .triangle .one, .about-secE .container .triangle .two {
  background: var(--gradient-a);
  border: none;
}
.about-secE .container .triangle .one p, .about-secE .container .triangle .two p {
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
}
.about-secE .container .triangle .one {
  top: 8%;
  left: -26%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .one {
    left: -6%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .one {
    right: initial;
    top: -32%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .one {
    top: -46%;
  }
}
.about-secE .container .triangle .two {
  top: 8%;
  right: -26%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .two {
    right: -6%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .two {
    right: initial;
    top: -18%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-secE .container .triangle .three {
  top: 29%;
  left: -30%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .three {
    left: -13%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .three {
    top: initial;
    bottom: -20%;
    left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .three {
    right: initial;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-secE .container .triangle .four {
  top: 29%;
  right: -30%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .four {
    right: -13%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .four {
    top: initial;
    bottom: -20%;
    right: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .four {
    right: initial;
    bottom: -65%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-secE .container .triangle .five {
  top: 47%;
  left: -38%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .five {
    left: -23%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .five {
    top: initial;
    bottom: -38%;
    left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .five {
    right: initial;
    bottom: -90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-secE .container .triangle .six {
  top: 47%;
  right: -38%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .six {
    right: -23%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .six {
    top: initial;
    bottom: -38%;
    right: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .six {
    right: initial;
    bottom: -115%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-secE .container .triangle .seven {
  top: 65%;
  left: -47%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .seven {
    left: -32%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .seven {
    top: initial;
    bottom: -56%;
    left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .seven {
    right: initial;
    bottom: -140%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-secE .container .triangle .eight {
  top: 65%;
  right: -47%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .eight {
    right: -32%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .eight {
    top: initial;
    bottom: -56%;
    right: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .eight {
    right: initial;
    bottom: -165%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-secE .container .triangle .nine {
  top: 83%;
  left: -56%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .nine {
    left: -38%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .nine {
    top: initial;
    bottom: -75%;
    left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .nine {
    right: initial;
    bottom: -190%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-secE .container .triangle .ten {
  top: 83%;
  right: -56%;
}
@media only screen and (max-width: 1024px) {
  .about-secE .container .triangle .ten {
    right: -38%;
  }
}
@media only screen and (max-width: 768px) {
  .about-secE .container .triangle .ten {
    top: initial;
    bottom: -75%;
    right: 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secE .container .triangle .ten {
    right: initial;
    bottom: -215%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.about-secF {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .about-secF {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF {
    padding: 60px 0;
  }
}
.about-secF .container .heading {
  text-align: center;
}
.about-secF .container .heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 10px;
  line-height: 1;
}
.about-secF .container .heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  max-width: 687px;
  margin: auto;
}
.about-secF .container .map-part {
  padding: 30px;
  margin: 20px 0;
  border-radius: 5px;
  max-width: 919px;
  margin: auto;
}
.about-secF .container .map-part figure {
  position: relative;
}
.about-secF .container .map-part figure img {
  width: 100%;
}
.about-secF .container .map-part figure .ico {
  position: absolute;
}
.about-secF .container .map-part figure .ico .inner {
  position: relative;
}
.about-secF .container .map-part figure .ico .inner .wrap {
  width: 35px;
  height: 35px;
}
.about-secF .container .map-part figure .ico .inner .wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: moveAndZoom 2s ease-in-out infinite;
}
@keyframes moveAndZoom {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.2);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.about-secF .container .map-part figure .ico .inner .inner-tooltip {
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  background: var(--white);
  text-align: center;
  padding: 10px 20px;
  position: absolute;
  top: -120%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 540px) {
  .about-secF .container .map-part figure .ico .inner .inner-tooltip {
    display: none;
  }
}
.about-secF .container .map-part figure .ico .inner .inner-tooltip p:first-child {
  font-weight: 600;
  color: var(--black);
  font-size: 14px;
  text-align: center;
  margin: 0;
  line-height: 1.1;
  white-space: nowrap;
}
.about-secF .container .map-part figure .ico .inner .inner-tooltip p:last-child {
  font-weight: 600;
  color: var(--black);
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
  display: none;
}
.about-secF .container .map-part figure .ico:nth-child(2) {
  top: 61%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.about-secF .container .map-part figure .ico:nth-child(3) {
  top: 30%;
  left: 58%;
  transform: translate(-50%, -50%);
}
.about-secF .container .map-part figure .ico:nth-child(4) {
  top: 37%;
  left: 79%;
  transform: translate(-50%, -50%);
}
.about-secF .container .map-part figure .ico:nth-child(5) {
  top: 75%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.about-secF .container .map-part figure .ico:nth-child(6) {
  top: 35%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.about-secF .container .service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .about-secF .container .service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .about-secF .container .service-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.about-secF .container .service-grid .service-card {
  background: var(--white);
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  padding: 12px 12px;
  text-align: center;
  transition: all 0.3s ease;
}
.about-secF .container .service-grid .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-color: #0066cc;
  cursor: pointer;
}
.about-secF .container .service-grid .service-card .service-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
}
.about-secF .container .service-grid .service-card .service-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: moveAndZoom 2s ease-in-out infinite;
}
.about-secF .container .service-grid .service-card p {
  font-weight: 400;
  font-size: 15px;
  color: var(--text);
  margin: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 540px) {
  .about-secF .container .service-grid .service-card p {
    font-size: 14px;
  }
}/*# sourceMappingURL=about.css.map */