@font-face {
  font-family: 'ArialBold';
  src: url('../fonts/fonts/ArialBold.eot');
  src: url('../fonts/ArialBold.eot') format('embedded-opentype'),
    url('../fonts/ArialBold.woff2') format('woff2'),
    url('../fonts/ArialBold.woff') format('woff'),
    url('../fonts/ArialBold.ttf') format('truetype'),
    url('../fonts/ArialBold.svg#ArialBold') format('svg'),
}

@font-face {
  font-family: 'ArialRegular';
  src: url('../fonts/ArialRegular.eot');
  src: url('../fonts/ArialRegular.eot') format('embedded-opentype'),
    url('../fonts/ArialRegular.woff2') format('woff2'),
    url('../fonts//ArialRegular.woff') format('woff'),
    url('../fonts/ArialRegular.ttf') format('truetype'),
    url('../fonts/ArialRegular.svg#ArialRegular') format('svg');
}


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'ArialRegular';
  color: var(--color-333333);
  background-color: var(--color-f8f8f8);
}

:root {
  --color-397ff4: #397FF4;
  --color-f8f8f8: #F8F8F8;
  --color-fff: #fff;
  --color-00827e: #00827E;
  --color-10c59a: #10C59A;
  --color-f2f2f2: #F2F2F2;
  --color-333333: #333333;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'ArialRegular';
  margin: 0px;
}

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
  font-family: 'ArialBold';
}

h3 {
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
  font-family: 'ArialBold';
}

h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  font-family: 'ArialBold';
}

h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  font-family: 'ArialBold';
}

h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: 'ArialBold';
}

ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul li {
  font-size: 18px;
  line-height: 21px;
  font-family: 'ArialRegular';
  margin: 0;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1090px;
  padding-left: 16px;
  padding-right: 16px;
}

/* header css start */
.header {
  background: var(--color-f8f8f8);
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10;
  box-shadow: 0px 5px 10px #00000029;
}

.header+div {
  padding-top: 90px;
}

.nav ul {
  gap: 0px 28px;
}

.nav ul li a {
  color: var(--color-333333);
  padding: 10px 12px;
  transition: all .3s ease;
  border-radius: 20px;
}

.nav ul li a:hover {
  background-color: var(--color-10c59a);
  color: var(--color-fff);
}

/* hero section  */
.hero-area {
  padding: 0px 35px;
  background: url(../image/hero.png) no-repeat;
  background-position: right center;
  background-size: cover;
}

.hero-area .container {
  max-width: 1295px;
}

.hero-circle-main {
  width: 695px;
  height: 695px;
  background-color: var(--color-f8f8f8);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  padding: 70px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-circle-box {
  width: 765px;
  height: 765px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
  margin-top: -80px;
}

.hero-circle-text {
  position: relative;
  width: 100%;
  height: 80px;
}

.text-ac {
  font-size: 72px;
  line-height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  opacity: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 33%, #000 36%, #000 40%, #00827E 66%, #10C59A 100%);
  background-position-x: 100%;
  background-size: 310% 100%;
  transition: .5s cubic-bezier(.6, .04, .98, .335);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.text-ac.active {
  opacity: 1;
  background-position-x: 0%;
  -webkit-animation: gradient 1.2s cubic-bezier(.645, .045, .355, 1);
  animation: gradient 1.2s cubic-bezier(.645, .045, .355, 1)
}

@-webkit-keyframes gradient {
  0% {
    opacity: 0;
    background-position-x: 100%
  }

  25% {
    opacity: 0;
    background-position-x: 100%
  }

  100% {
    opacity: 1;
    background-position-x: 0%
  }
}

@keyframes gradient {
  0% {
    opacity: 0;
    background-position-x: 100%
  }

  25% {
    opacity: 0;
    background-position-x: 100%
  }

  100% {
    opacity: 1;
    background-position-x: 0%
  }
}

.hero-circle-main h3 {
  font-size: 56px;
  color: var(--color-333333);
}

.circle-roteate-animation {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.antiClockwise {
  border-top: 1px solid #00C999;
  border-bottom: 1px solid #00C999;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 50%;
  width: 95%;
  height: 95%;
  position: absolute;
  top: 20px;
  left: 20px;
  animation: anim 5s linear infinite;
}

.clockWise {
  border-top: 1px solid #00C999;
  border-bottom: 1px solid #00C999;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: ani 5s linear infinite;
}

@keyframes ani {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes anim {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}


/* techonology-area */
.techonology-area {
  padding-top: 210px;
  background: var(--color-f8f8f8);
  overflow: hidden;
}

.techonology-info h4 {
  color: var(--color-333333);
  padding-bottom: 24px;
}

.techonology-info h6 {
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0px;
  padding-bottom: 48px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.techonology-info p {
  padding-bottom: 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

.round-box {
  max-width: 500px;
  height: 500px;
  margin-left: auto;
  position: relative;
}

.service-circle-box .circle::before {
  transform: rotate(45deg);
}

.service-circle-box .circle::after {
  transform: rotate(-45deg);
}

.circle {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: .8s all linear;
  border: 1px solid #707070;
}

.circle1 {
  top: 0;
  left: 24%;
}

.circle2 {
  left: 0;
  bottom: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.left .circle3 {
  margin-right: 226px;
}

.left .circle1 {
  margin-top: 160px;
  margin-left: 105px;
}

.left .circle2 {
  margin-bottom: 158px;
  margin-left: 118px;
}

.right .circle1 {
  margin-left: -120px;
  margin-top: 161px;
}

.right .circle3 {
  margin-right: 108px;
  margin-bottom: 160px;
}

.right .circle2 {
  margin-top: 0px;
  margin-left: 225px;
}

.round-box-wrap {
  position: relative;
  height: 86%;
  width: 99%;
}

.circle-text {
  position: absolute;
  transform-origin: 50% 50%;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-333333);
  font-family: 'ArialBold';
}

.btn-box .btn {
  box-shadow: none;
  font-size: 20px;
  line-height: 23px;
  color: var(--color-333333);
  display: flex;
  align-items: center;
  width: max-content;
  position: relative;
  padding: 0px;
  border-radius: 0px;
  border-bottom: 1px solid var(--color-10c59a);
}

.btn i {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: var(--color-fff);
  right: -60px;
}

.btn-box .btn:hover i::after {
  transform: scale(1.3);
}

.btn i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background-color: var(--color-10c59a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-fff);
  transition: all .3s ease;
  z-index: -1;
}

.techonology-info .btn-box {
  padding-top: 60px;
}

.servive-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.servive-item>img {
  width: 100%;
  border-radius: 20px;
}

.servive-item-info {
  position: absolute;
  padding: 16px;
  padding-right: 30px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.service-sigle {
  border-radius: 20px;
}

.service-sigle h5 {
  line-height: 40px;
  color: #FEFEFE;
  padding-bottom: 18px;
}

.servive-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../image/service-shadow.png)no-repeat;
  background-size: cover;
  border-radius: 20px;
  opacity: 0.8;
}

.servive-item-info small {
  font-size: 14px;
  line-height: 24px;
  color: #FEFEFE;
  font-weight: 400;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.arrow-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  right: 12px;
  bottom: 12px;
  background: var(--color-fff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-333333);
  font-size: 20px;
}

.arrow-btn:hover {
  color: var(--color-333333);
}

.service-area {
  padding-top: 70px;
  padding-bottom: 120px;
  background: var(--color-f8f8f8);
  overflow: hidden;
}

.common-titel h2 {
  color: var(--color-10c59a);
  padding-bottom: 40px;
}

.common-titel p {
  color: var(--color-333333);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

.common-titel {
  padding-bottom: 48px;
}

.service-box {
  gap: 24px 16px;
}

.service-single-wrap {
  width: calc(calc(100% - 48px) / 4);
}

.service-area .btn-box {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  margin-left: -60px;
}

.hover-span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-image: linear-gradient(to top, rgb(16 197 154 / 30%), rgb(0 133 126 / 60%));
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.service-sigle:hover .hover-span {
  width: 300%;
  height: 300%;
}

/* feature-area  */
.parallax-for-mobile {
  display: none;
}

.feature-area {
  background-image: url(../image/Revo-02.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  color: var(--color-f8f8f8);
  overflow: hidden;
  z-index: 1;
}

.feature-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../image/feature-overlay.png)no-repeat;
  background-size: cover;
  opacity: 0.8;
  z-index: -1;
}

.feature-container {
  padding: 40px 12px 170px 12px;
  max-width: 1090px;
  margin: 0 auto;
}

.feature-info {
  padding-top: 80px;
  max-width: 540px;
}

.feature-info h4 {
  padding-bottom: 24px;
}

.feature-info h6 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 48px;
}

.feature-info p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

.feature-area .common-titel {
  padding-bottom: 40px;
}

.feature-area .common-titel h2 {
  color: var(--color-f8f8f8);
}

.feature-area .btn-box {
  padding-top: 90px;
}

.feature-area .btn-box .btn {
  color: var(--color-f8f8f8);
}

.logo {
  width: 225px;
  min-width: 225px;
}

.logo img {
  width: 100%;
}

.map-view-box {
  position: absolute;
  right: 0px;
  top: 41px;
  width: 48%;
  height: 100%;
}

.japan-map {
  bottom: 200px;
  position: absolute;
  right: 0px;
  max-width: 400px;
}

.bd-map {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.map-view-box {
  position: absolute;
  right: 0px;
  top: 41px;
  width: 48%;
  height: 100%;
}

.blinking-bg,
.blinking-inner {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  z-index: 2;
}

.blinking-bg {
  -webkit-animation: pulse 1.2s ease infinite;
  animation: pulse 1.2s ease infinite;
  background: #10c59bab;
}

.blinking-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  border: none;
  background: #10C59A;
  cursor: pointer;
  outline: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
  }

  50% {
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.blinking-icon {
  position: absolute;
  bottom: 236px;
  left: 121px;
}

.japan-map .blinking-icon {
  bottom: 118px;
  left: 50px;
}

.map-view-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 648px;
}

.news-area {
  padding-top: 108px;
  padding-bottom: 370px;
  overflow: hidden;
}

.news-title {
  width: 260px;
  min-width: 260px;
}

.news-info-wrap {
  width: 78%;
  padding-left: 16px;
  padding-bottom: 90px;
}

.news-blog-single {
  width: 100%;
  padding: 8px 0px;
  border-top: 1px solid var(--color-333333)
}

.left-arrwo {
  margin-left: auto;
}

.news-blog-photo {
  width: 168px;
  min-width: 168px;
}

.news-blog-photo img {
  width: 100%;
  border-radius: 8px;
}

.news-info {
  padding-left: 40px;
}

.news-btn-box span {
  font-size: 13px;
  line-height: 22px;
  color: var(--color-333333);
  font-family: 'Noto Sans Pahawh Hmong', sans-serif;
  padding-right: 40px;
}
.news-btn-box span.green-btn {
  color: #FEFEFE;
}

.green-btn {
  font-size: 13px;
  line-height: 22px;
  color: #FEFEFE;
  background-color: var(--color-10c59a);
  padding: 6px 13px 6px 11px;
  border: 1px solid var(--color-10c59a);
  border-radius: 4px;
  transition: all .3s ease;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.green-btn:hover {
  color: #FEFEFE;
}
.news-btn-box {
  padding-bottom: 14px;

}
.news-info h6 {
  color: var(--color-333333);
}

.news-area .news-info h6 {
  font-size: 18px;
  padding-right: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-info h6 a {
  color: var(--color-333333);
}
.left-arrwo i {
  color: var(--color-333333);
  font-size: 18px;
  transition: color 0.3s ease, transform 0.3s ease;
}
.news-blog-single:hover .left-arrwo i{
  transform: scale(1.2);
  color: var(--color-10c59a) !important;

}

.news-info-wrap .news-blog-single:last-child {
  border-bottom: 1px solid var(--color-333333);
}

.news-area .btn-box {
  justify-content: flex-end;
  display: flex;
  padding-right: 60px;
}

.works-area {
  padding-top: 160px;
  padding-bottom: 20px;
  overflow: hidden;
}

.works-item-photo img {
  border-radius: 20px;
}

.works-item-info {
  padding: 30px 20px 0px 20px;
  text-align: center;
}

.works-item h6 {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-10c59a);
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;

}

.works-item {
  text-align: center;
}

.works-item h5 {
  line-height: 37px;
  padding-top: 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.works-content {
  padding-bottom: 90px;
  margin-left: -260px;
}

.works-area .btn-box {
  display: flex;
  justify-content: center;
  padding-right: 60px;
}

.border-left-right {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 40px;
  left: 0px;
}

.animated-slider {
  width: 100%;
  height: 1px;
  background: #8F8F8F;
  box-sizing: border-box;
}

.border-bottom-top {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 70px;
}

.top-to-bottom {
  width: 1px;
  height: 0;
  background: #8F8F8F;
  box-sizing: border-box;
}

.started-jounery-box {
  max-width: 1088px;
  margin: 0 auto;
}

.started-jounery-box {
  background: url(../image/Revo-imge.png)no-repeat;
  height: 320px;
  background-size: cover;
  padding: 40px 40px 40px 60px;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
}

.started-jounery-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent linear-gradient(90deg, #00857E 0%, #00C999 100%) 0% 0%;
  border-radius: 20px;
  opacity: 0.8;
  z-index: -1;
  border-radius: 20px;
  transition: all .3s ease-in;
}

.started-jounery-box:hover::after {
  background: transparent linear-gradient(90deg, #00857E 0%, #00C999 100%) 0% 0%;
  opacity: 1;
}

.started-jounery-box:hover .btn-box .btn i::after {
  transform: scale(2);
}

.started-info h4 {
  color: var(--color-f8f8f8);
  padding-bottom: 24px;
}

.started-info {
  max-width: 550px;
}

.started-info h6 {
  font-size: 18px;
  line-height: 21px;
  color: var(--color-f8f8f8);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.started-jounery-box .btn i::after {
  background: var(--color-f2f2f2);
}

.started-jounery-box .btn-box {
  padding-right: 90px;
}

.started-jounery-box .btn i {
  color: var(--color-00827e);
  right: -90px;
}

.started-jounery-warp {
  margin: -160px 0px;
  z-index: 3;
  position: relative;
  padding: 0px 16px;
}

.started-jounery-box .btn {
  border-bottom: 0px;
  color: var(--color-f8f8f8);
  font-family: 'ArialBold';
}

.common-bottom-menu {
  background-color: var(--color-333333);
  position: relative;
  overflow: hidden;
}

.footer-container {
  padding-top: 280px;
  padding-bottom: 24px;
}

.common-bottom-menu .border-left-right {
  height: 2px;
  top: 23px;
  background: #3c3c3c;

}

.common-bottom-menu .animated-slider {
  height: 2px;
  background: rgb(143 143 143 / 20%);
}

.common-bottom-menu .border-bottom-top {
  width: 2px;
  left: 70px;
  background: #3c3c3c;
}

.common-bottom-menu .top-to-bottom {
  background: rgb(143 143 143 / 20%);
  width: 2px;
}

.border-left-right.middle-position {
  top: 50%;
  transform: rotate(180deg);
}

.border-left-right.bottom-position {
  top: initial;
  bottom: 23px
}

.common-bottom-menu .border-topbottom-middle {
  left: 50%;
  transform: rotate(180deg);
}

.common-bottom-menu .border-topbottom-right {
  left: initial;
  right: 70px;
}

.bottom-logo-box {
  max-width: 265px;
}

.bottom-logo-box img {
  width: 100%;
  background: var(--color-333333);
}

.bottom-info {
  padding-top: 24px;
  padding-left: 26px;
}

.bottom-info p {
  font-size: 16px;
  line-height: 18px;
  color: var(--color-f8f8f8);
  padding-top: 12px;
}

.bottom-info p a {
  color: var(--color-f8f8f8);
}

.bg-overlagy {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
  width: 50%;
}

.footer-container {
  position: relative;
  z-index: 1;
}

.bottom-menu ul>li {
  font-family: 'ArialBold';
  /* margin-bottom: 48px;
  max-width: 170px; */
  width: 50%;
  position: relative;
}

.bottom-menu ul>li::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: var(--color-f8f8f8);
  top: 19px;
  left: 0px;
}

.bottom-menu ul li a {
  color: var(--color-f8f8f8);
}

.bottom-menu ul li ul li::after {
  display: none;
}

.bottom-menu ul li ul li {
  font-family: 'ArialRegular';
  margin-bottom: 0px;
  margin-top: 24px;
  width: 100%;
}

.bottom-menu ul li ul {
  gap: 0px;
}

.bottom-menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 330px;
  gap: 48px
}

.copyright p {
  text-align: center;
  color: var(--color-f8f8f8);
  font-size: 16px;
  line-height: 18px;
}

.only-mobile-view {
  display: none;
}


.nav-toggler {
  border: none;
  outline: none;
  width: 40px;
  padding: 0px;
  background: none;
  position: relative;
  z-index: 1;
}

.nav-toggler span {
  width: 100%;
  margin-bottom: 8px;
  height: 4px;
  border-radius: 10px;
  display: block;
  background: var(--color-333333);
}

.nav-toggler span:last-child {
  margin-bottom: 0px;
}

.header-top-contnet {
  padding: 0px 35px;
}

/* hero-area.other-common-banner css start*/
.other-common-banner {
  background: var(--color-f8f8f8);
  position: relative;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 124px;
}

.other-common-banner .clockWise {
  animation: ani 5s linear infinite;
}

.other-common-banner .text-ac {
  text-align: start;
}

.hero-area-inner {
  background: var(--color-333333);
}

.other-common-banner .hero-circle-box {
  width: 730px;
  height: 730px;
}

.other-common-banner .hero-circle-area {
  position: absolute;
  right: -116px;
  top: -32px;
}

.other-common-banner .container {
  min-height: 440px;
  max-width: 1090px;
  align-items: center;
  display: flex;

}

.other-common-banner .hero-circle-main {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  padding: 30px;
  background: transparent;

}

.other-common-banner .hero-circle-main img {
  width: 100%;
}

.banner-info {
  max-width: 536px;
}

.banner-info p {
  color: var(--color-f8f8f8);
  padding-top: 48px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

.vision-area {
  padding-top: 147px;
  overflow: hidden;
}

.vision-inner {
  background: url(../image/about-vision-photo.png)no-repeat;
  background-size: cover;
  background-position: center center;
}

.vision-inner .common-titel {
  text-align: center;
  position: relative;
  top: -40px;
  padding-bottom: 0px;
}

.vision-inner .common-titel h2 {
  padding-bottom: 0px;
}

.vision-info {
  max-width: 490px;
  margin-left: auto;
  padding-top: 135px;
  padding-bottom: 185px;
}

.vision-info h3 {
  padding-bottom: 48px;
}

.vision-info h3 span,
.vision-info h3 {
  font-size: 56px;
  line-height: 64px;
  color: var(--color-10c59a);
}

.vision-info h3 span {
  color: var(--color-333333);
}

.vision-info p {
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.loving-challenger {
  background: var(--color-f2f2f2);
  padding-top: 70px;
  padding-bottom: 240px;
  position: relative;
}

.about-value-area .common-titel {
  text-align: center;
}

.about-value-area {
  padding-top: 120px;
  overflow: hidden;
}

.about-value-area .common-titel {
  padding-bottom: 160px;
}

.loving-challenger-photo {
  position: absolute;
  right: 0px;
  top: -120px;
  max-width: 675px;
  margin-left: 16px;
}

.loving-challenger-photo img {
  width: 100%;
  border-radius: 20px 0px 0px 20px;
}

.loving-challenger-info {
  max-width: 444px;
}

.loving-challenger-info h3 {
  font-size: 56px;
  line-height: 64px;
  padding-bottom: 48px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
}

.loving-challenger-info p {
  color: var(--color-333333);
  padding-bottom: 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.loving-challenger-info p:last-child {
  padding-bottom: 0px;
}

.loving-challenger {
  position: relative;
}

.loving-challenger .border-bottom-top {
  left: 90px;
  background: rgb(51 51 51 / 15%);
}

.loving-challenger .top-to-bottom,
.loving-challenger .animated-slider {
  background: rgb(143 143 143 / 40%);
}

.counter-box span {
  font-size: 18px;
  line-height: 30px;
  display: block;
  color: var(--color-333333);
  padding-bottom: 24px;
  background: var(--color-f2f2f2);
  position: relative;
  width: 100%;
  padding-left: 2px;
  z-index: 1;
}

.loving-challenger .border-left-right {
  top: 84px;
  background: rgb(51 51 51 / 15%);
  max-width: 450px;
  overflow: hidden;
}

.loving-challenger-photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 20px 0px 0px 20px;
  background: url(../image/about-overlay.png)no-repeat;
  background-size: cover;
}
.right-border-box {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -432px;
  top: -100px;
  border: 1px solid var(--color-f8f8f8);
  border-radius: 50%;
  padding: 5px;
  opacity: 0 !important;
  transition: all .3s ease;
}

.started-jounery-box:hover .right-border-box {
  right: -208px;
  opacity: 1 !important;
}

.inner-border {
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-f8f8f8);
  border-radius: 50%;
}

.started {
  position: relative;
  z-index: 2;
}

.text-anim div {
  display: inline-block
}

.loving-challenger-reverse {
  background: var(--color-f8f8f8);
  padding-bottom: 100px;
}

.loving-challenger-reverse .loving-challenger-photo {
  right: initial;
  left: 0px;
  margin-right: 16px;
  margin-left: 0px;
}

.loving-challenger-reverse .loving-challenger-info {
  padding-left: 0px;
  padding-right: 0px;
}

.loving-challenger-reverse .loving-challenger-photo::after {
  border-radius: 0px 20px 20px 0px;
  background: url(../image/about-overlay2.png)no-repeat;
  background-size: cover;
}

.loving-challenger-reverse .loving-challenger-photo img {
  border-radius: 0px 20px 20px 0px;
}

.loving-challenger-reverse .loving-challenger-info {
  margin-left: auto;
}

.loving-challenger-reverse .loving-challenger-info h3 {
  font-family: 'ArialBold';
}

.loving-challenger-reverse .counter-box {
  display: flex;
  justify-content: flex-end;
}

.loving-challenger-reverse .counter-box span {
  background: var(--color-f8f8f8);
  display: flex;
  justify-content: flex-end;
}

.loving-challenger-reverse .border-bottom-top {
  left: initial;
  right: 48px;

}

.loving-challenger-reverse .border-left-right {
  top: 84px;
  left: initial;
  right: 0px;
  transform: rotate(180deg);
}

.team-box-item {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
}

.team-box-item img {
  width: 100%;
  border-radius: 20px;
}

.our-team-area {
  padding-top: 80px;
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
  background: var(--color-333333);
}

.our-team-area .common-titel {
  padding-bottom: 0px;
}

.team-title h3 {
  font-size: 56px;
  line-height: 65px;
  color: var(--color-fff);
  padding-bottom: 48px;
  position: relative;
  background: var(--color-333333);
}

.team-info {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 24px 20px;
  z-index: 2;
}

.team-info span {
  font-size: 16px;
  line-height: 0;
  color: var(--color-f8f8f8);
}

.team-info h5 {
  font-size: 20px;
  line-height: 32px;
  color: var(--color-f8f8f8);
}

.team-box-item:hover .hover-span {
  width: 300%;
  height: 300%;
}

.team-box-item .hover-span {
  z-index: 0;
  opacity: 0.4;
  background: transparent linear-gradient(90deg, #00857E 0%, #00C999 100%) 0% 0%;
}

.team-box {
  gap: 16px;
}

.team-box-item {
  width: calc(calc(100% - 32px) / 3);
}

.our-team-area .border-bottom-top {
  background: #3c3c3c;
  width: 2px;
}

.our-team-area .border-left-right {
  background: #3c3c3c;
  height: 2px;
  top: 32px;
  left: -100%;
}

.team-title {
  position: relative;
}

.bd-team-item p {
  color: var(--color-fff);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  padding-bottom: 20px;
}

.bd-team-box-sigle {
  padding-top: 120px;
}

.bd-team-box {
  gap: 30px
}

.bd-team-item {
  width: calc(calc(100% - 30px) / 2);
}

.bd-team-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.bd-team-info {
  max-width: 445px;
}

.bd-team-photo {
  height: 380px;
  overflow: hidden;
  border-radius: 20px;
}

.outline-area {
  position: relative;
  overflow: hidden;
  padding: 120px 0px 370px 0px;
}

.outline-area .loving-challenger-photo {
  top: 135px;
}

.outline-area .loving-challenger-info {
  max-width: 540px;
}

.outline-left-item {
  width: 165px;
}

.outline-left-item strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: var(--color-333333);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.outline-area .common-titel h2 {
  padding-bottom: 0px;
}

.outline-item {
  border-top: 1px solid var(--color-333333);
  padding: 13px 0px;
}

.outline-item:last-child {
  border-bottom: 1px solid var(--color-333333);
}

.outline-area .loving-challenger-photo::after {
  display: none;
}

.loving-challenger-info h6 {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-333333);
  padding-bottom: 24px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.loving-challenger-reverse .oving-challenger-box h5 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.works-about {
  padding-top: 200px;
}

.serviec-details,
.service-info {
  width: 50%;
}

.serviec-details-inner {
  background-color: var(--color-f8f8f8);
  border-radius: 20px;
  padding: 40px 16px;
  max-width: 445px;
  margin-left: auto;
  height: 100%;
}

.serviec-detail-left {
  width: 135px;
  min-width: 135px;
}

.serviec-detail-right span,
.serviec-detail-left strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'ArialBold';
}

.serviec-detail-right span {
  font-weight: 400;
  font-family: 'ArialRegular';
}

.serviec-detail-right span a {
  color: var(--color-397ff4);
}

.serviec-detail-item {
  padding-bottom: 26px;
}

.serviec-details {
  padding-left: 20px;
}

.serviec-detail-item:last-child {
  padding-bottom: 0px;
}

.service-through .green-btn {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  padding: 4px 15px 4px 15px;
  display: inline-block;
  margin-bottom: 24px;
}

.service-info p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  padding-bottom: 48px;
}

.service-info p:last-child {
  padding-bottom: 0px;
}

.works-about .loving-challenger {
  padding-top: 40px;
  padding-bottom: 220px;
}

.works-about .loving-challenger .border-left-right {
  top: 54px;
}

.container.service-through {
  padding-top: 112px;
}

.oving-challenger-box h5 {
  line-height: 40px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.loving-challenger-reverse .service-through {
  flex-direction: row-reverse;
  padding-top: 200px;
}

.loving-challenger-reverse .serviec-details-inner {
  background-color: var(--color-f2f2f2);
  margin: 0;
  margin-right: auto;
  padding-bottom: 100px;
}

.loving-challenger-reverse .serviec-details {
  padding-left: 0px;
  padding-right: 20px;
}

.works-about .loving-challenger-reverse .loving-challenger-info {
  max-width: 480px;
}

/* .works-about .loving-challenger.loving-challenger-reverse {
  padding-bottom: 120px;
} */

.casethree-lovchange .loving-challenger-info {
  max-width: 100%;
}

.casethree-lovchange .container.service-through {
  padding-top: 80px;
}

.casethree-lovchange .btn-box {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  margin-left: -60px;
}

.works-about .casethree-lovchange {
  padding-top: 114px;
  padding-bottom: 370px;
}

.works-about .casethree-lovchange .border-left-right {
  top: 128px;
}

.news-event-area {
  padding-top: 110px;
  padding-bottom: 370px;
}

.filter-box .green-btn {
  min-width: 168px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: var(--color-10c59a);
  padding: 4px 12px 4px 12px;
  cursor: pointer;
  word-break: break-all;
  text-align: center;
}

.filter-box .green-btn:hover,
.filter-box .green-btn.active {
  background: var(--color-10c59a);
  color: var(--color-f8f8f8);
}

.news-event-items .news-blog-photo {
  width: 100%;
  min-width: 100%;
}

.filter-box {
  display: flex;
  padding-bottom: 80px;
  gap: 16px;
  flex-wrap: wrap;
}

.news-event-items .news-blog-single {
  width: calc(calc(100% - 48px) / 4);
  padding: 0px;
  border: none;
  background-color: var(--color-f2f2f2);
  border-radius: 20px;
}

.news-event-area .news-info {
  padding-left: 0px;
  padding: 24px 16px;
}

.news-event-area h6 {
  color: #272727;
  padding-bottom: 40px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.news-event-items {
  gap: 48px 16px;
}

.news-event-area .news-btn-box {
  padding-bottom: 24px;
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.news-event-area .news-btn-box span {
  font-size: 15px;
  line-height: 19px;
  font-family: 'ArialRegular';
  padding-right: 10px;
}

.news-event-area .news-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-event-items .green-btn {
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400;
  padding: 2px 15px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
  min-width: 104px;
  color: #fff;
}

.news-event-items .news-info p {
  color: #272727;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pagination {
  justify-content: center;
  gap: 15px;
  padding-top: 120px;
}

.page-link {
  border: none;
  outline: none;
  background: transparent;
  color: var(--color-333333);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  font-family: 'ArialBold';
  border-bottom: 1px solid var(--color-333333);
  border-radius: 0px;
  padding: 0px 10px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0px;
}

.page-link:hover,
.page-link:focus {
  box-shadow: none;
  color: var(--color-333333);
  border-bottom: 1px solid var(--color-333333);
  background: transparent;
}

.contact-area {
  padding-top: 106px;
  padding-bottom: 388px;
}

.contact-form-box {
  max-width: 903px;
  margin: 0 auto;
  background-color: var(--color-f2f2f2);
  border-radius: 20px;
  padding: 48px 92px;
}

.contact-form-box h6 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: var(--color-333333);
  padding-bottom: 40px;
}

.form-row label {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 12px;
  color: var(--color-333333);
}

.form-control {
  border: none;
  box-shadow: none;
  border-radius: 4px;
  background: var(--color-f8f8f8);
  padding: 5px 20px;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-333333);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.form-control:focus {
  box-shadow: none;
}

.form-row .col-12 {
  padding-bottom: 32px;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-select-lg {
  background-image: url(../image/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: right 20px center;
}

.text-area {
  height: 232px;
}

.form-row .col-12:last-child {
  padding-bottom: 0px;
}

.contact-form-box .btn-box {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  margin-left: -60px;
}

.news-single-blog-area .container {
  padding-top: 120px;
  padding-bottom: 366px;
}

.news-single-box {
  max-width: 720px;
  margin: 0 auto;
}

.news-single-box .news-btn-box span {
  font-size: 16px;
  line-height: 19px;
}

.news-single-box .green-btn {
  font-size: 15px;
  line-height: 15px;
  padding: 1px 8px;
}

.news-single-box h5 {
  font-size: 24px;
  line-height: 28px;
  color: #272727;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.news-single-box img {
  width: 100%;
  border-radius: 4px;
  margin: 48px 0px;
}

.news-single-box p {
  padding-top: 24px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

.news-single-blog-area .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 125px;
}

.news-single-blog-area .btn i {
  right: 60px;
  transform: rotate(180deg);
}

.development-list ul {
  display: flex;
  gap: 0px 40px;
}

.development-list ul li a {
  color: var(--color-333333);
}

.development-list ul li {
  color: var(--color-333333);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-decoration: underline;
  font-weight: 700;
  line-height: 24px;
}

.service-value-area {
  padding-top: 35px;
}

.development-list {
  padding-bottom: 330px;
}

.service-challenger {
  padding-top: 114px;
  padding-bottom: 340px;
}

.service-challenger .counter-box span {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  background: transparent;
  position: relative;
}

.service-challenger .counter-box span::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 2px;
  top: 16px;
  left: 0px;
  background: var(--color-f2f2f2);
  z-index: -1;
}

.numbar-count-image {
  max-width: 266px;
  position: absolute;
  left: 0px;
  top: -156px;
}

.numbar-count-image img {
  width: 100%;
}

.service-value-area .loving-challenger-photo {
  top: -190px;
}

.service-counter-box {
  position: relative;
}

.service-challenger .border-left-right {
  top: 130px;
}

.service-challenger .loving-challenger-info h3 {
  color: var(--color-10c59a);
  padding-bottom: 0px;
}

.loving-challenger-photo {
  top: -102px;
}

.development-content {
  padding-top: 90px;
}

.our-solution {
  padding-top: 80px;
}

.develop-title h5 {
  text-align: center;
  line-height: 40px;
  color: var(--color-333333);
}

.develop-title {
  position: relative;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 8px;
}

.develop-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  border-radius: 20px;
  background: var(--color-10c59a);
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.development-item-box {
  gap: 16px;
  padding-top: 48px;
}

.development-item-single {
  text-align: center;
  width: calc(calc(100% - 32px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.d-icon {
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.development-info {
  background: var(--color-f8f8f8);
  border-radius: 20px;
  padding: 20px 20px;
}

.development-info p {
  color: var(--color-333333);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
}

.our-solution .development-info p {
  color: var(--color-10c59a);
}

.service-value-area .btn-box {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  margin-left: -60px;
}

.service-challenger.loving-challenger-reverse .loving-challenger-conent .numbar-count-image {
  left: initial;
  right: 0px
}

.service-challenger.loving-challenger-reverse h3 {
  letter-spacing: -3px;
}

.service-challenger.loving-challenger-reverse .loving-challenger-info {
  max-width: 500px;
}

.service-challenger.loving-challenger-reverse .counter-box span::after {
  left: initial;
  right: 0px;
  background: var(--color-f8f8f8)
}

.service-circle-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 115px;
}

.service-circle-item {
  width: 155px;
  height: 155px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-333333);
  margin: 0px -7px;
  position: relative;
}

.service-circle-item h6 {
  font-size: 20px;
  line-height: 30px;
}

.service-circle-btn {
  gap: 13px;
  display: flex;
  padding-top: 20px;
}

.circle-btn {
  background: var(--color-333333);
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
  padding: 2px 20px;
  width: 39%;
}

.circle-btn:last-child {
  width: 61%;
}

.circle-btn:hover {
  color: var(--color-fff);
}

.service-circle-box {
  padding-left: 8px;
}

.service-circle-text {
  max-width: 540px;
  margin: 0 auto;
  padding-top: 70px;
}

.service-circle-text p {
  color: var(--color-333333);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
}

.development-project h4 {
  font-size: 32px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 40px;
  color: var(--color-333333);
  padding-bottom: 80px;
}

.d-project-item h6 {
  font-size: 20px;
  line-height: 30px;
  padding-top: 24px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.d-project-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(calc(100% - 60px) / 4);
}

.d-project-logo {
  max-width: 180px;
  margin: 0 auto;
}

.development-project-wrap {
  justify-content: space-between;
  gap: 20px;
}

.d-project-item:first-child .d-project-logo {
  max-width: 146px;
}

.d-project-item:first-child .d-project-logo img {
  width: 100%;
}

.development-project {
  padding-top: 120px;
}

.supported-language .development-project h4 {
  padding-bottom: 32px;
}

.supported-language .development-project {
  padding-top: 238px;
}

.supported-language .serviec-details-inner {
  max-width: 100%;
  padding: 40px 40px 32px 76px;
}

.supported-language .serviec-detail-right span,
.supported-language .serviec-detail-left strong {
  font-size: 20px;
  line-height: 30px;
}

.supported-language .serviec-detail-left {
  width: 152px;
  min-width: 152px;
}

.development-text {
  padding-top: 48px;
  width: 530px;
}

.development-text p {
  padding-bottom: 0px;
}

.use-casebox {
  gap: 16px;
}

.use-casebox-item {
  width: calc(calc(100% - 16px) / 2);
  background: var(--color-f8f8f8);
  border-radius: 20px;
  padding: 24px 92px;
}

.use-casebox-item h6 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: var(--color-333333);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.use-casebox-item p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.use-casebox-icon {
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: center;
}

.use-case-area .development-project h4 {
  font-family: 'ArialBold';
  padding-bottom: 48px;
}

.use-casebox-item:first-child .use-casebox-icon {
  max-width: 120px;
}

.compatible-tools .development-project {
  padding-top: 80px
}

.compatible-tools .development-project h4 {
  padding-bottom: 32px;
}

.compatible-tools .use-casebox-item {
  width: calc(calc(100% - 32px) / 3);
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
}

.compatible-tools .use-casebox-icon {
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.compatible-tools .use-casebox-icon img {
  width: 100%;
}

.compatible-tools .use-casebox-item .use-casebox-icon {
  max-width: 244px !important;
  margin-top: 70px;
  margin-bottom: 70px;
}

.service-challenger.social-innovation-area .loving-challenger-info {
  max-width: 444px;
}

.social-innovation-area .oving-challenger-box {
  width: max-content;
  margin-left: auto;
}

.social-innovation-area .oving-challenger-box h3 {
  color: var(--color-333333);
}

.social-innovation-area .development-text {
  width: auto;
}

.social-innovation-area .development-text p {
  padding-bottom: 20px;
}

.social-innovation-area .development-text p:last-child {
  padding-bottom: 0px;
}

.service-value-area .social-innovation-area .btn-box {
  padding-top: 85px;
}

.social-innovation-area {
  padding-bottom: 360px;
}

.lab-based-developarea {
  gap: 16px;
  padding-top: 128px;
}

.lab-based-info,
.lab-based-demo {
  width: calc(calc(100% - 16px) / 2);
}

.lab-based-bottom-item {
  width: 168px;
  height: 118px;
  border: 1px solid var(--color-333333);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-f2f2f2);
  padding: 16px;
  z-index: 1;
}

.lab-based-bottom-item strong {
  font-size: 18px;
  line-height: 24px;
  color: #123150;
  font-family: 'ArialBold';
  padding-bottom: 25px;
}

.lab-based-bottom-item:last-child strong {
  color: var(--color-10c59a);
}

.lab-based-top {
  margin-bottom: 24px;
  justify-content: end;
  position: relative;
}

.lab-based-bottom {
  gap: 0px 16px;
}

.specific-team-box {
  padding: 16px;
  width: 200px;
  height: 130px;
  position: relative;
  border: 1px dashed var(--color-10c59a);
  text-align: center;
  background: var(--color-f2f2f2);
  z-index: 1;
}

.specific-team-box strong {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-10c59a);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  padding-bottom: 7px;
  display: block;
}

.specific-team-single img {
  max-width: 90px;
}

.specific-team-single span {
  font-size: 16px;
  display: block;
  color: var(--color-333333);
  width: 75px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: end;
  padding-right: 10px;
}

.specific-item1 img {
  width: 19px;
}

.specific-item1 {
  margin-bottom: 10px;
}

.labbased-customer {
  width: 168px;
  height: 130px;
}

.labbased-customer strong {
  color: var(--color-333333) !important;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  padding-bottom: 8px;
}

.labbased-customer span {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.labbased-customer {
  margin-left: 82px;
}

.labbase-border {
  width: 278px;
  height: 100px;
  border: 1px solid var(--color-333333);
  border-bottom: none;
  position: absolute;
  top: -78px;
  left: 34px;
}

.lab-based-bottom {
  position: relative;
}

.right-big-arrow {
  position: absolute;
  top: 28px;
  right: 168px;
}

.lab-based-info {
  max-width: 444px;
  margin-left: auto;
  padding-left: 20px;
}

.lab-based-info h5 {
  line-height: 40px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  padding-bottom: 40px;
}

.lab-based-info p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.service-value-area .loving-challenger-photo::after {
  background: none;
}

.techonology-roundwrap {
  overflow: hidden;
  padding-bottom: 5px;
  padding-top: 5px;
}


/* circle scroll btn */

.circle-scroll-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.circle-scroll-box .circle-scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transform-origin: center;
}

.circle-scroll-box .circle-1 {
  border: 10px solid transparent;
  border-top: 2px solid #00c999;
  border-bottom: 2px solid #00c999;
  width: 100%;
  height: 100%;
  animation-name: rotate-1;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.8, 0.2, 0.2, 0.8);
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.circle-scroll-box .circle-2 {
  border: 8px solid transparent;
  border-left: 2px solid #00c999;
  border-right: 2px solid #00c999;
  width: 96%;
  height: 96%;
  animation-name: rotate-2;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.8, 0.2, 0.2, 0.8);
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.circle-scroll-box .circle-3 {
  border: 15px solid transparent;
  border-bottom: 2px solid #00c999;
  border-top: 2px solid #00c999;
  width: 92%;
  height: 92%;
  animation-name: rotate-3;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: forward;
}

.circle-scroll-box .circle-4 {
  border: 0px solid transparent;
  border-left: 1px solid #00c999;
  border-right: 1px solid #00c999;
  width: 92%;
  height: 92%;
  animation-name: rotate-3;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: forward;
}

.other-common-banner .circle-scroll-box .circle-3,
.other-common-banner .circle-scroll-box .circle-4 {
  width: 93%;
  height: 93%;
}

@keyframes rotate-1 {
  0% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

@keyframes rotate-2 {
  0% {
    transform: translate(-50%, -50%) rotate(-200deg);
  }
}

@keyframes rotate-3 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(-30deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}

@keyframes spin-1 {
  0% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@keyframes spin-2 {
  0% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@keyframes spin-3 {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@keyframes shrink {
  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes blink {
  100% {
    opacity: 1;
  }
}

.works-about .loving-challenger-photo::after {
  content: none;
}

.round-box .circle:hover .block-circle {
  transition: all .3s ease;
}

.round-box .circle:hover .block-circle {
  background: #10c59a;
}

.use-casebox-item:last-child .use-casebox-icon img {
  width: 100%;
}

.works-about .green-btn:hover {
  background-color: var(--color-10c59a);
  color: #fff;
}

/* back to top css */
.back-to-top {
  background-color: rgb(16 197 154 / 60%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  border: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  transform: translateY(200%);
  transition: transform 175ms linear;
  /* Removed redundant 'transform' in transition property */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-to-top:hover {
  background-color: rgb(16, 197, 155);
}

.back-to-top i {
  color: #fff;
}

.back-to-top span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.back-to-top.show {
  transform: translateY(0);
}

/* pre loader css start */
#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #999;
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
}

#loading-content {
  width: 100px;
  height: 100px;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 2px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 2px solid #10c59a;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 2px solid transparent;
  border-top-color: #10c59a;
  border-bottom-color: #10c59a;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 2px solid transparent;
  border-top-color: #10c59a;
  border-bottom-color: #10c59a;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #10c59a;
  border-bottom-color: #10c59a;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-recaptcha {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 8px;
}
.grecaptcha-badge {
  bottom: 98px !important;
  z-index: 3;
}
.recaptcha-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.map-view-inner img {
  filter: drop-shadow(2px 4px 6px #333);
}

/* thankyou css */
.thankyou-box {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 10px;
  position: relative;
  border-radius: 10px;
  padding-bottom: 30px;
}
.thankyou-page+.footer-area .footer-container{
  padding-top:80px;
}
.thankyou-page .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.check-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #10C59A;
  border-radius: 100%;
  font-size: 30px;
  color: #fff;
  margin: 0 auto;
  margin-top: -45px;
}
.thankyou-box h2{
  font-size: 40px;
  line-height: 60px;
  padding: 10px 0 0 0;
}
.thankyou-box p {
  max-width: 200px;
  margin:0 auto;
  line-height: 30px;
  padding-bottom: 20px;
}
.thankyou-box a {
  padding: 10px 12px;
  background-color: var(--color-10c59a);
  border: 1px solid var(--color-10c59a);
  color: var(--color-fff);
  transition: all .3s ease;
  border-radius: 20px;
}
.thankyou-box a:hover {
  color: var(--color-333333);
  background: transparent;
}
div#loading-wrapper {
  max-width: 90px;
}
#loading-wrapper img{
  max-width: 100%;
}

.news-btn-box span.green-btn {
  padding-right: 13px;
}

.news-area .news-content-box span.green-btn {
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  z-index: 9999;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .44s ease-out;

}
.preloader-hide.preloader  {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .44s ease-out;
}
#full-container-site  {
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .44s ease-out;
}


#preloader2 .preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  z-index: 9999;

}
#preloader2 #loading-wrapper img {
  max-width: 130px;
  margin: 0 auto;
}

.privacy-info {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 300px;
}
.privacy-info h2 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 80px;
}
.privacy-info h6,
.privacy-info h5{
  font-size: 18px;
  line-height: 24px;
  padding-top: 30px;
}
.privacy-info ul li {
  font-size: 18px;
  line-height: 24px;
}
.privacy-info a {
  color: #397FF4;
}
.footer-container .bottom-info {
  padding-left: 0px;
}
.terms-condition ul {
  padding-top: 20px;
}
.terms-condition ul li {
  padding-bottom: 15px;
}
.news-single-box pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
#preloader-for #loading-wrapper img {
  max-width: auto;
}

.super-site-area {
    padding-bottom: 335px;
    background: var(--color-f2f2f2);
    margin-top: -110px;
    position: relative;
}

.super-site-area .btn-box {
    margin-left: -60px;
}

.super-site-area::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 110px;
    left: 90px;
    background: rgb(51 51 51 / 15%);
}

.super-site {
    position: relative;
    z-index: 1;
}

/* .loving-challenger .border-bottom-top {
    z-index: 1;
} */

.works-about .loving-challenger {
    z-index: 1;
}

.loving-challenger-photo {
    height: 430px;
}
.loving-challenger-photo img {
    height: 100%;
    object-fit: cover;
}
.loving-challenger-reverse +.super-site-area {
  background: var(--color-f8f8f8);
}
.loving-challenger-reverse + .super-site-area::after {
  left: initial;
  right: 48px;
}
.about-value-area.works-about .container.loving-challenger-conent{
  min-height: 288px;
}
.about-value-area.works-about .loving-challenger-info h3{
   padding-bottom: 0px;
}
.about-value-area.works-about .container.service-through {
  padding-top: 80px;
}
.about-value-area.works-about .loving-challenger-photo {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
    .super-site-area::after {
        left: 40px;
    }
    .loving-challenger-reverse + .super-site-area::after {
        right: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .super-site-area::after {
        left: 8px;
    }
    .loving-challenger-reverse + .super-site-area::after {
        right: 8px;
    }

    .super-site-area {
        padding-bottom: 270px;
        margin-top: -150px;
    }
    .about-value-area.works-about .container.loving-challenger-conent {
      min-height: 265px;
  }
  .about-value-area.works-about .container.service-through {
      padding-top: 40px;
  }
  .about-value-area.works-about .loving-challenger {
      padding-bottom: 110px;
  }
  .loving-challenger.casethree-lovchange +.super-site-area{
    padding-top: 100px;
  }
}

.news-event-area .news-blog-photo img {
    height: 166px;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .news-event-area .news-blog-photo img {
        height:auto;
        max-height: 250px;
    }
}

@media only screen and (max-width: 440px) {
  .works-item-photo img {
    height: 230px !important;
    border-radius: 8px;
    object-fit: cover;
  }
}

.header-nav li a.active {
    padding: 10px 12px;
    transition: all .3s ease;
    border-radius: 20px;
    background-color: var(--color-10c59a);
    color: var(--color-fff) !important;
}