/* Banner CSS */
.banner {
  position: relative;
}

.banner-inner {
  height: 100dvh;
  max-height: 1080px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 200px 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner:before {
  display: none;
}

.video-home::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
}

.video-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-data {
  padding: 0 20px;
}

.video-home iframe {
  position: absolute;
  width: 130%;
  height: 120%;
  left: -15%;
  top: -10%;
}

.video-home-tab,
.video-home-phone {
  display: none;
}

.banner-title {
  font-size: 140px;
  line-height: 150px;
  font-weight: 300;
  padding-bottom: 33px;
  color: var(--white-clr);
}

.round-circle {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.banner-title span {
  color: var(--brand-clr);
}

.banner .small-title {
  font-size: 48px;
  line-height: 80px;
  font-weight: 300;
  color: var(--white-clr);
}

.banner p,
.banner .p {
  /* font-size: 24px; */
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--white-clr);
  margin-bottom: 115px;
  padding-bottom: 0;
}

/* Solution */
.solution {
  padding: 20px 0 45px;
  background-color: var(--white-clr);
}

.solution-inner p {
  letter-spacing: 1px;
}

.solution-inner .section-title {
  padding-bottom: 38px;
  font-size: 80px;
  line-height: 90px;
}

.solution-inner .section-title span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-inner .section-title span img {
  max-width: 90px;
}

.solution-data,
.solution-svg {
  width: 100%;
  flex: none;
}

.solution-data {
  max-width: 560px;
}

.solution-svg {
  max-width: calc(100% - 560px);
}

.solution-svg-inner {
  text-align: right;
}

.solution-inner p {
  padding-bottom: 30px;
}

.circle-box {
  background-color: #fff;
  height: 363px;
  width: 363px;
  border-radius: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.circle-box h4 {
  padding-bottom: 25px;
  font-weight: 700;
  letter-spacing: .5px;
}

.rect {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.rect span {
  position: absolute;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  padding-bottom: 20px;
  padding: 0 12px 15px;
  text-align: center;
}

.top-rect span {
  padding-bottom: 60px;
}

.top-rect {
  top: -25px;
}

.left-rect {
  left: 2px;
  bottom: 69px;
}

.right-rect {
  right: 1px;
  bottom: 69px;
}

.middle-box {
  position: absolute;
  top: 50%;
  transform: translateY(-52%) translateX(-49%);
  left: 50%;
}

.arrow {
  position: absolute;
}

.arrow-1 {
  left: -5px;
  top: -9px;
}

.arrow-2 {
  top: 0px;
  right: -14px;
}

.arrow-3 {
  bottom: -3px;
  left: 16px;
}

.hexagon {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 150px;
  border-left-width: 150px;
  border-bottom: 294px solid black;
}

.solution-svg-inner svg {
  position: relative;
  z-index: 1;
}

.round-content {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}

.round-content.active {
  opacity: 1;
  visibility: visible;
}

.round-overlay {
  transition: 0.5s all ease;
}

.triangle-content {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
  pointer-events: auto;
}

.triangle-content.active {
  opacity: 1;
  visibility: visible;
}

.outer-layer {
  pointer-events: none;
}

.cs-txt {
  transition: 0.5s all ease;
}

.cs-txt.txt-hide {
  opacity: 0;
  visibility: hidden;
}

/* Our Support */
.our-support {
  background: #111111;
  margin-right: 8px;
  border-radius: 0 0 375px 0;
  padding: 86px 0 0;
  overflow: hidden;
}

.our-support-inner {
  padding-bottom: 50px;
}

.our-support .section-title {
  flex-direction: row;
  align-items: flex-end;
  color: var(--white-clr);
  padding-bottom: 25px;
  font-size: 80px;
  line-height: 90px;
  gap: 18px;
}

.our-support-inner .section-title img,
.events .inner-content .section-title img {
  margin-bottom: -10px;
}

.our-support .section-title span {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--brand-clr);
}

.our-support p {
  font-size: 24px;
  line-height: 34px;
  color: var(--white-clr);
  padding-bottom: 40px;
}

.our-support .swiper-slide {
  height: 200px;
  width: 200px !important;
  min-width: 200px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.our-support ul:last-child {
  padding-left: 0;
  padding-right: 180px;
}

/* Our Team */
.comprised {
  display: flex;
  align-items: flex-end;
  gap: 35px;
}

.our-team .blue-box {
  height: 100%;
}

.our-team .h2 {
  font-size: 63px;
  line-height: 65px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.92);
  padding-bottom: 20px;
}

.our-team ul {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 5%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.our-team ul li {
  width: 50%;
  position: relative;
  padding-left: 15px;
}

.our-team ul li:before {
  content: " ";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: var(--black-clr);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.our-team .yellow-box {
  padding: 49px 124px 56px 66px;
  border-radius: 0px 0px 375px 0px;
  max-width: 793px;
}

.our-team .img-block img {
  width: 100%;
  /* height: 850px; */
  height: 100%;
}

.our-team .blue-box p {
  color: var(--white-clr);
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}

.our-team .bottom-content {
  padding: 50px 30px 48px 0;
  max-width: 514px;
  margin-left: 88px;
}

.our-team .bottom-content .btn {
  font-size: 22px;
}

/* Events CSS */
.events {
  position: relative;
  padding: 80px 0 35px 158px;
}

.events-wrap {
  max-width: 1745px;
  margin: 0 auto;
}

.events .row {
  position: relative;
  z-index: 2;
}

.events .row [class*="col-"]:last-child {
  align-self: flex-end !important;
}

.events:before {
  background: linear-gradient(to bottom, #004b98 0%, #207cca 0%, #207cca 0%, #2989d8 31%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 20%;
  z-index: 0;
}

.events .section-title {
  padding-bottom: 30px;
  font-size: 80px;
}

.event-item .date {
  font-family: 'Inter';
  font-size: 18px;
  line-height: 16px;
  font-weight: 500;
  color: #91A9C3;
  display: inline-block;
  padding-bottom: 15px;
}

.event-item p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #242424;
  padding-bottom: 5px;
}

.event-item {
  padding-bottom: 35px;
}

.events .btn {
  margin-top: 25px;
}

.events .img-blcok {
  position: relative;
  text-align: right;
}

.events .img-blcok img {
  position: relative;
  z-index: 2;
}

.events .inner-content {
  max-width: 720px;
  margin-left: auto;
  padding: 45px 50px 45px 0;
}

.events .event-item .btn-link {
  text-transform: uppercase;
}

.events .yellow-box-wrap {
  width: 58%;
}

/* svg section */
.services {
  transition: 0.3s all ease-in-out;
  transform-origin: center;
  transform-box: fill-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.consulting-service {
  position: relative;
  z-index: 9;

}

/* .services:hover, .services.active{
  transform: scale(1.04);
} */

.services:hover .icon-back,
.services.active .icon-back {
  opacity: 0;
}

.services:hover .icon-group path,
.services.active .icon-group path {
  fill: #fff;
}

.services .svg-overlay {
  transition: 0.4s all ease;
}

.services:hover .svg-overlay,
.services.active .svg-overlay {
  opacity: 0;
}

.services .svg-border {
  transition: 0.4s all ease;
}

.services:hover .svg-border,
.services.active .svg-border {
  opacity: 0;
}

.services .service-path {
  transition: 0.4s all ease;
  opacity: 1;
}

.services:hover .service-path,
.services.active .service-path {
  opacity: 0.8;
}

.services .icon-background-1,
.services .icon-background-2,
.services .icon-background-3,
.services .icon-background-4,
.services .icon-background-5,
.services .icon-background-6,
.services .icon-background-7,
.services .icon-background-8,
.services .icon-background-9,
.services .icon-background-10 {
  transition: 0.4s all ease;
}

.services .icon-group-1 path,
.services .icon-group-2 path,
.services .icon-group-3 path,
.services .icon-group-4 path,
.services .icon-group-5 path,
.services .icon-group-6 path,
.services .icon-group-7 path,
.services .icon-group-8 path,
.services .icon-group-9 path,
.services .icon-group-10 path {
  transition: 0.4s all ease;
}

.services:hover .icon-background-1,
.services.active .icon-background-1 {
  fill: url(#paint0_radial_1426_886);
}

.services:hover .icon-group-1 path,
.services.active .icon-group-1 path {
  fill: #F89134;
}

.services:hover .icon-background-2,
.services.active .icon-background-2 {
  fill: url(#paint1_radial_1426_886);
}

.services:hover .icon-group-2 path,
.services.active .icon-group-2 path {
  fill: #D24450;
}

.services:hover .icon-background-3,
.services.active .icon-background-3 {
  fill: url(#paint2_radial_1426_886);
}

.services:hover .icon-group-3 path,
.services.active .icon-group-3 path {
  fill: #8C173F;
}

.services:hover .icon-background-4,
.services.active .icon-background-4 {
  fill: url(#paint3_radial_1426_886);
}

.services:hover .icon-group-4 path,
.services.active .icon-group-4 path {
  fill: #055481;
}

.services:hover .icon-background-5,
.services.active .icon-background-5 {
  fill: url(#paint4_radial_1426_886);
}

.services:hover .icon-group-5 path,
.services.active .icon-group-5 path {
  fill: #37B2E0;
}

.services:hover .icon-background-6,
.services.active .icon-background-6 {
  fill: url(#paint5_radial_1426_886);
}

.services:hover .icon-group-6 path,
.services.active .icon-group-6 path {
  fill: #6CCBD5;
}

.services:hover .icon-background-7,
.services.active .icon-background-7 {
  fill: url(#paint6_radial_1426_886);
}

.services:hover .icon-group-7 path,
.services.active .icon-group-7 path {
  fill: #F8B33D;
}

.services:hover .icon-background-8,
.services.active .icon-background-8 {
  fill: url(#paint7_radial_1426_886);
}

.services:hover .icon-group-8 path,
.services.active .icon-group-8 path {
  fill: #37B2E0;
}

.services:hover .icon-background-9,
.services.active .icon-background-9 {
  fill: url(#paint8_radial_1426_886);
}

.services:hover .icon-group-9 path,
.services.active .icon-group-9 path {
  fill: #6ACBD6;
}

.services:hover .icon-background-10,
.services.active .icon-background-10 {
  fill: url(#paint9_radial_1426_886);
}

.services:hover .icon-group-10 path,
.services.active .icon-group-10 path {
  fill: #F7B81C;
}

/* 
.services:hover path{
       opacity: 1;
} */

.service-content-wrapper .services-content {
  opacity: 0;
  transition: 0.4s all ease;
}

.service-content-wrapper .services-content.active {
  opacity: 1;
}

/* svg section */

/* banner yellow circle animation */

.flip1 {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: run 5s linear infinite;
          animation: run 5s linear infinite;
}

@-webkit-keyframes run {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(40px);
            transform: rotateX(5deg) translateX(40px); /* Combine translateX values */
  }
}

@keyframes run {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(40px);
            transform: rotateX(5deg) translateX(40px); /* Combine translateX values */
  }
}

.flip2 {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: run1 5s linear infinite;
          animation: run1 5s linear infinite;
}

@-webkit-keyframes run1 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(31px); /* Combine translateX values */
  }
}

@keyframes run1 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(31px); /* Combine translateX values */
  }
}

.flip3 {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: run2 5s linear infinite;
          animation: run2 5s linear infinite;
}

@-webkit-keyframes run2 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
    transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(28px); /* Combine translateX values */
    transform: rotateX(5deg) translateX(28px);
  }
}

@keyframes run2 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
    transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(28px); /* Combine translateX values */
    transform: rotateX(5deg) translateX(28px);
  }
}

.flip4 {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: run3 5s linear infinite;
          animation: run3 5s linear infinite;
}

@-webkit-keyframes run3 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(±20px);
            transform: rotateX(5deg) translateX(±20px); /* Combined translateX values */
  }
}

@keyframes run3 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(±20px);
            transform: rotateX(5deg) translateX(±20px); /* Combined translateX values */
  }
}

.flip5 {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: run4 5s linear infinite;
          animation: run4 5s linear infinite;
}

@-webkit-keyframes run4 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(11px);
            transform: rotateX(5deg) translateX(11px); /* Combine translateX values */
  }
}

@keyframes run4 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(11px);
            transform: rotateX(5deg) translateX(11px); /* Combine translateX values */
  }
}

.flip6 {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: run5 5s linear infinite;
          animation: run5 5s linear infinite;
}

@-webkit-keyframes run5 {  /* Use the standard keyframes definition */
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(8px);
            transform: rotateX(5deg) translateX(8px); /* Combine translateX values */
  }
}

@keyframes run5 {  /* Use the standard keyframes definition */
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(8px);
            transform: rotateX(5deg) translateX(8px); /* Combine translateX values */
  }
}

.flip7 {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: run6 5s linear infinite;
          animation: run6 5s linear infinite;
}

@-webkit-keyframes run6 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(50px);
            transform: rotateX(5deg) translateX(50px); /* Combine translateX values */
  }
}

@keyframes run6 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(50px);
            transform: rotateX(5deg) translateX(50px); /* Combine translateX values */
  }
}

.flip8 {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-animation: run7 5s linear infinite;
          animation: run7 5s linear infinite;
}

@-webkit-keyframes run7 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(45px);
            transform: rotateX(5deg) translateX(45px); /* Combine translateX values */
  }
}

@keyframes run7 {
  0%, 100% {
    -webkit-transform: rotateX(-5deg) translateX(0px);
            transform: rotateX(-5deg) translateX(0px);
  }
  25%, 75% {
    -webkit-transform: rotateX(5deg) translateX(45px);
            transform: rotateX(5deg) translateX(45px); /* Combine translateX values */
  }
}

/* banner yellow circle animation */

.svg-section {
  padding: 85px 0;
}

.svg-section .section-title {
  padding-bottom: 30px;
}

.svg-sec-inner svg {
  margin-inline: auto;
  display: block;
  width: 100%;
}

/* .svg-section .section-title {
  flex-direction: row;
  align-items: flex-end;
  color: var(--blue-clr);
  padding-bottom: 25px;
  font-size: 70px;
  line-height: 90px;
} */

.svg-section .section-title span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.svg-section .section-title span img {
  height: 17px;
  align-self: flex-start;
}

.svg-section .sec-heading {
  text-align: center;
}

.svg-sec-inner {
  margin-top: 50px;
}

.svg-section .sec-heading .btn {
  margin-top: 40px;
}

.main-svg {
  width: 775px;
  margin: auto;
  position: relative;
}

.main-svg svg {
  width: 775px;
  height: auto;
}

.event-none {
  pointer-events: none;
}

.step-1,
.step-2,
.step-3,
.step-4,
.step-5,
.step-6,
.step-7 {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
}

.step-1.hover-animation,
.step-2.hover-animation,
.step-3.hover-animation,
.step-4.hover-animation,
.step-5.hover-animation,
.step-6.hover-animation,
.step-7.hover-animation {
  visibility: visible;
  opacity: 1;
}

.step-1 svg,
.step-2 svg,
.step-3 svg,
.step-4 svg,
.step-5 svg,
.step-6 svg,
.step-7 svg,
.event-none {
  pointer-events: none;
}

.step-1 .des-svg,
.step-2 .des-svg,
.step-3 .des-svg,
.step-4 .des-svg,
.step-5 .des-svg,
.step-6 .des-svg,
.step-7 .des-svg {
  position: absolute;
  text-align: center;
}

.step-1 .des-svg,
.step-2 .des-svg,
.step-3 .des-svg,
.step-4 .des-svg,
.step-5 .des-svg,
.step-6 .des-svg,
.step-7 .des-svg {
  width: 180px;
  font-family: arial;
  color: #fff;
}

.step-1 .des-svg h3,
.step-2 .des-svg h3,
.step-3 .des-svg h3,
.step-4 .des-svg h3,
.step-5 .des-svg h3,
.step-6 .des-svg h3,
.step-7 .des-svg h3,
.des-tringle h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  padding-bottom: 5px;
}

.step-1 .des-svg p,
.step-2 .des-svg p,
.step-3 .des-svg p,
.step-4 .des-svg p,
.step-5 .des-svg p,
.step-6 .des-svg p,
.step-7 .des-svg p,
.des-tringle p {
  font-size: 13px;
  margin: 0;
  color: #fff;
  line-height: 1.1;
}

.des-svg {
  padding-top: 7px;
}

.des-svg img,
.des-svg svg {
  margin-bottom: 7px;
  width: 50px;
}

.main-svg-title {
  width: 600px;
  margin: auto;
  position: absolute;
  right: 85px;
  top: 85px;
  height: 100%;
  pointer-events: none;
}

.main-svg-title h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.svg-title {
  position: absolute;
  width: 120px;
  text-align: center;
}

.svg-title img,
.svg-title svg {
  margin-bottom: 10px;
  width: 55px;
}

.svg-title1 {
  right: 20px;
  top: 170px;
}

.svg-title2 {
  right: 58px;
  top: 390px;
}

.svg-title3 {
  right: 245px;
  bottom: 173px;
}

.svg-title4 {
  left: 58px;
  bottom: 300px;
}

.svg-title5 {
  left: 20px;
  bottom: 450px;
}

.svg-title6 {
  left: 145px;
  top: 45px;
}

.svg-title7 {
  right: 140px;
  top: 35px;
  width: 130px;
}

.svg-trigle-title,
.svg-trigle-title1,
.svg-trigle-title2 {
  z-index: 999;
  width: 130px;
  pointer-events: none;
}

.svg-trigle-title {
  right: 235px;
  top: 205px;
}

.svg-trigle-title1 {
  right: 162px;
  top: 356px;
}

.svg-trigle-title2 {
  right: 305px;
  top: 356px;
}

.step-2 .des-svg {
  right: 20px;
  top: 185px;
}

.step-3 .des-svg {
  right: 90px;
  bottom: 115px;
}

.step-4 .des-svg {
  right: 300px;
  bottom: 20px;
}

.step-5 .des-svg {
  right: 510px;
  bottom: 152px;
}

.step-6 .des-svg {
  left: 30px;
  top: 210px;
}

.step-7 .des-svg {
  left: 188px;
  top: 48px;
}

.step-1 .des-svg {
  right: 188px;
  top: 28px;
}

svg.tringle-svg {
  position: absolute;
  top: calc(50% - 163px);
  left: calc(50% - 150px);
  width: 300px;
  text-align: center;
  height: auto;
  /*pointer-events: none;*/
  z-index: 99;
}

.tringle-box svg {
  /*position: absolute;
  top: calc(50% - 160px);
  left: calc(50% - 154px);*/
  width: 313px;
  text-align: center;
  height: auto;
  /*z-index: 999;*/
  top: -3px;
  position: relative;
  left: -2px;
}

.tringle-box {
  position: absolute;
  top: calc(50% - 160px);
  left: calc(50% - 154px);
  width: 309px;
  z-index: 999;
}

.des-tringle {
  position: absolute;
  /*left: 300px;
  top: 350px;*/
  text-align: center;
  z-index: 999;
  width: 170px;
  padding-bottom: 0;
}

.des-tringle .btn-close{
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 0;
  background: none;
  width: 16px;
  height: 16px;
  padding: 0;
  opacity: 1;
  transition: 0.2s all ease;
}

.des-tringle .btn-close:hover{
  border: 1px solid #000;
  opacity: 0.7;
}

.des-tringle .btn-close:before,
.des-tringle .btn-close::after{
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: 0.2s all ease;
}

.des-tringle .btn-close:hover:before,
.des-tringle .btn-close:hover::after{
  background: #000;
  opacity: 0.7;
}

.des-tringle .btn-close:before {
  top: 7px;
    left: 1px;
    transform: rotate(45deg);
}

.des-tringle .btn-close:after {
  left: 1px;
    bottom: 7px;
    transform: rotate(-45deg);
    transform-origin: bottom;
}

.des-tringle a{
  font-size: 13px;
  line-height: 1;
  text-decoration: underline;
  color: #fff;
  width: auto !important;
  z-index: 1;
  position: relative;
  pointer-events: all;
}

.des-tringle a:hover{
  text-decoration: none;
}

.des-tringle h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 5px;
}

.tringle-box {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
  z-index: 9999;
}

.hover-tringle.tringle-box {
  visibility: visible;
  opacity: 1;
  /*z-index: 9999999;
  pointer-events: inherit !important;*/
}

.dkblue-box .des-tringle {
  left: 70px;
  top: 100px;
}

.skblue-box .des-tringle {
  left: 70px;
  top: 110px;
}

.yellow-box1 .des-tringle {
  left: 70px;
  top: 80px;
}

.main-tringle {
  opacity: 0;
  transition: all .5s ease;
  z-index: 99999 !important;
  pointer-events: inherit !important;
}

/*.hover-tringle {
  pointer-events: inherit !important;
}*/
.tringle-box.dkblue-box,
.tringle-box.svg-event {
  /*pointer-events: none !important;*/
}

.tringle-svg.main-tringle .yellow-tringle,
.tringle-svg.main-tringle .dkblue-tringle {
  /*pointer-events: none !important;*/
}

.svg-main-title,
.svg-software {
  position: absolute;
  font-weight: bold;
  color: #000;
  font-size: 21px;
  top: 135px;
  left: 320px;
  width: 140px;
  text-align: center;
  line-height: 1;
  pointer-events: none;
}

.svg-software {
  top: auto;
  bottom: 250px;
}

.svg-main-title.text-hide {
  opacity: 0;
  visibility: hidden;
}

.hover-animation .des-svg,
/*.hover-animation h3,*/
.des-tringle h3 a,
.hover-tringle h3 {
  pointer-events: auto;
  color: #fff;
}

.hover-animation h3 a:hover,
.des-tringle h3 a:hover {
  text-decoration: underline;
}

.hover-animation .link-title a,
.hover-tringle .link-title a {
  width: 100%;
  display: inline-block;
}

.hover-animation .link-title path,
.hover-tringle .link-title path {
  pointer-events: all;
}

.main-svg .main-svg-inner path,
.tringle-svg path {
  cursor: pointer;
}

.main-svg .des-svg a {
  font-size: 13px;
  line-height: 1;
  text-decoration: underline;
  color: #fff;
  width: auto;
  z-index: 100;
  position: relative;
}

.main-svg .des-svg a:hover {
  text-decoration: none;
}

/* Responsive CSS */
@media screen and (min-width: 768px) {
  .svg-sec-inner.mobile {
    display: none;
  }
}

@media screen and (min-width: 1921px) {
  .events .img-blcok {
    text-align: left;
    padding-left: 60px;
  }

  .team-client {
    background-position: top;
  }
}

@media screen and (max-width: 1799px) {
  .our-team .yellow-box {
    padding: 49px 74px 56px 66px;
    border-radius: 0px 0px 320px 0px;
  }

  .main-svg {
    right: 0;
  }
}

@media screen and (max-width: 1699px) {
  .banner-title {
    font-size: 126px;
    line-height: 134px;
  }

  .round-circle {
    width: auto;
    height: auto;
  }

  .solution-inner .section-title,
  .our-support .section-title {
    padding-bottom: 10px;
    font-size: 70px;
    line-height: 100px;
  }

  .events .section-title {
    font-size: 70px;
  }

  .events .section-title {
    font-size: 70px;
    line-height: 100px;
  }

  .our-team .h2 {
    font-size: 48px;
    line-height: 52px;
  }

  .our-team ul {
    font-size: 34px;
    line-height: 48px;
  }

  .banner-inner {
    padding-top: 0px;
  }

  .our-support .section-title {
    gap: 15px;
  }

  .solution-svg-inner svg {
    width: 720px;
    height: 720px;
  }
}

@media screen and (max-width: 1599px) {
  .our-support .section-title {
    gap: 13px;
  }

  .solution-inner .section-title,
  .our-support .section-title {
    font-size: 60px;
    line-height: 90px;
  }

  .events .section-title {
    font-size: 60px;
  }

  .round-circle {
    width: 1000px;
  }
}

@media screen and (max-width: 1499px) {
  .our-support .section-title {
    gap: 11px;
  }

  .banner {
    /* height: 1030px; */
  }

  .banner-inner {
    padding-top: 100px;
  }

  .solution-inner .section-title,
  .our-support .section-title,
  .events .section-title {
    font-size: 54px;
    line-height: 80px;
  }

  .events .section-title {
    font-size: 54px;
  }

  .our-support p {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 38px;
  }

  .our-support {
    padding: 86px 0 0;
  }

  .our-team .bottom-content {
    padding: 50px 30px 48px 0;
    margin-left: 48px;
  }

  .our-team .yellow-box {
    padding: 49px 74px 56px 46px;
  }

  .our-team .yellow-box {
    padding: 40px 54px 46px 46px;
  }

  .our-team .yellow-box {
    border-radius: 0px 0px 215px 0px;
  }

  .events .btn {
    margin-top: 10px;
  }

  .main-svg,
  .main-svg-inner,
  .hover-svg {
    width: 715px !important;
  }

  .svg-title img,
  .svg-title svg {
    margin-bottom: 7px;
    width: 40px;
  }

  .main-svg-title h2,
  .step-1 .des-svg h3,
  .step-2 .des-svg h3,
  .step-3 .des-svg h3,
  .step-4 .des-svg h3,
  .step-5 .des-svg h3,
  .step-6 .des-svg h3,
  .step-7 .des-svg h3,
  .des-tringle h3 {
    font-size: 16px;
  }

  .main-svg {
    right: 0;
  }

  .svg-title1 {
    right: 5px;
    top: 160px;
  }

  .svg-title2 {
    right: 50px;
    top: 376px;
  }

  .svg-title3 {
    right: 215px;
  }

  .svg-title4 {
    left: 100px;
    bottom: 270px;
  }

  .svg-title5 {
    left: 65px;
    bottom: 425px;
  }

  .svg-title6 {
    left: 185px;
    top: 40px;
  }

  .svg-title7 {
    right: 111px;
    top: 38px;
  }

  .svg-trigle-title {
    right: 210px;
    top: 175px;
  }

  .svg-trigle-title1 {
    right: 132px;
    top: 328px;
  }

  .svg-trigle-title2 {
    right: 279px;
    top: 328px;
  }

  .step-3 .des-svg {
    right: 78px;
    bottom: 104px;
  }

  .step-1.hover-animation {
    opacity: 1;
    visibility: visible;
  }

  .step-1 .des-svg {
    right: 166px;
    top: 25px;
  }

  .step-4 .des-svg {
    right: 265px;
  }

  .step-5 .des-svg {
    right: 458px;
    bottom: 132px;
  }

  .step-6 .des-svg {
    left: 20px;
    top: 190px;
  }

  .step-7 .des-svg {
    left: 165px;
    top: 40px;
  }

  .des-svg img,
  .des-svg svg {
    width: 45px;
  }

  .svg-main-title {
    top: 130px;
    left: 300px;
  }

  .svg-software {
    top: auto;
    bottom: 250px;
  }

  .svg-software {
    bottom: 228px;
    left: 290px;
  }
}

@media screen and (max-width: 1399px) {
  .banner-title {
    font-size: 100px;
    line-height: 110px;
    padding-bottom: 20px;
  }

  .banner p,
  .banner .p {
    margin-bottom: 55px;
    font-size: 26px;
  }

  .banner {
    /* height: 930px; */
  }

  .solution-inner {
    padding: 30px 0;
  }

  .solution-inner p {
    padding-bottom: 20px;
  }

  .our-support {
    padding: 86px 0 0;
  }

  .our-team .h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .our-team ul {
    font-size: 26px;
    line-height: 38px;
  }

  .comprised {
    gap: 25px;
  }

  .event-item p {
    font-size: 20px;
    line-height: 26px;
    ;
    padding-bottom: 0;
  }

  .events .section-title {
    padding-bottom: 20px;
  }

  .event-item {
    padding-bottom: 25px;
  }

  .events {
    padding: 80px 0 35px 88px;
  }

  .our-team .img-block img {
    height: 752px;
  }

  .round-circle {
    width: 900px;
  }

  .solution-data {
    max-width: 500px;
  }

  .solution-svg {
    max-width: calc(100% - 500px);
  }

  .solution-svg-inner svg {
    width: 610px;
    height: 610px;
  }

  .solution-inner p {
    width: 490px;
  }
}

@media screen and (max-width: 1365px) {
  .solution .solution-inner p {
    width: 450px;
  }

  .main-svg {
    right: 80px;
  }
}

@media screen and (max-width: 1299px) {
  .our-team .img-block img {
    width: 100%;
    height: 793px;
  }

  .our-support .swiper-slide {
    height: 160px;
    width: 160px !important;
    min-width: 160px;
  }

  .round-circle {
    width: 800px;
  }

  .solution-inner .section-title span img {
    max-width: 56px;
  }
}


@media screen and (max-width: 1199px) {
  .banner-title {
    font-size: 80px;
    line-height: 90px;
    padding-bottom: 15px;
  }

  .banner .small-title {
    font-size: 38px;
    line-height: 70px;
  }

  .our-support p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 25px;
  }

  .our-support {
    border-radius: 0 0 275px 0;
  }

  .our-team .img-block img {
    height: auto;
  }

  .our-team .yellow-box,
  .our-team .bottom-content {
    max-width: 100%;
  }

  .our-team .bottom-content {
    padding: 50px 30px 50px 0;
  }

  .events .inner-content {
    padding: 0;
  }

  .our-team .img-block img {
    border-radius: 0;
  }

  .solution {
    padding: 50px 0;
  }

  .solution-svg-inner svg {
    width: 800px;
    height: 800px;
  }

  .solution-data,
  .solution-svg {
    max-width: 100%;
  }

  .solution-inner {
    padding: 0;
  }

  .solution-svg-inner {
    text-align: center;
  }


  .solution .row .col-xl-6 {
    width: 100%;
  }

  .solution .solution-inner p {
    width: 100%;
  }

  .main-svg {
    right: 0;
    margin-top: -70px;
    margin-bottom: -20px;
  }

  .btn {
    z-index: 99;
    position: relative;
  }
}

@media screen and (max-width: 1024.98px) {
  .banner-inner {
    padding-top: 115%;
    height: auto;
  }

  .hero-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 50px;
  }

  .video-home iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .video-home-desk {
    display: none;
  }

  .video-home-tab {
    display: block;
  }

  .our-team .img-block img {
    border-radius: 0;
  }

  .round-circle {
    width: 700px;
    top: 20%;
  }
}

@media screen and (max-width: 991px) {
  .banner-title {
    font-size: 60px;
    line-height: 70px;
  }

  .banner .small-title {
    font-size: 32px;
    line-height: 54px;
  }

  .banner p,
  .banner .p {
    margin-bottom: 45px;
  }

  .banner p,
  .banner .p {
    font-size: 20px;
    line-height: 30px;
  }

  .our-support {
    padding: 80px 0 0;
  }

  .our-support {
    border-radius: 0 0 275px 0;
  }

  .our-team .bottom-content {
    padding: 50px 30px 50px 0;
  }

  .events .section-title {
    padding-bottom: 10px;
  }

  .events .inner-content {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .events .img-blcok img {
    max-width: 400px;
  }

  .events {
    padding: 80px 0 0 35px;
  }

  .events .img-blcok {
    text-align: left;
  }

  .event-item p {
    margin-bottom: 5px;
  }

  .event-item .date {
    padding-bottom: 10px;
  }

  .event-item {
    padding-bottom: 20px;
  }

  .our-team .img-block img {
    max-height: 420px;
  }

  .svg-section {
    padding: 80px 0;
  }

  .events .yellow-box-wrap {
    width: 100%;
    margin-top: -60px;
  }

  .events .row {
    padding: 0 12px;
  }

  .round-circle {
    width: 500px;
  }

  .solution-svg-inner svg {
    width: 690px;
    height: 690px;
  }
}

@media screen and (max-width: 767px) {
  .svg-section .section-title {
    padding-bottom: 15px;
  }

  .svg-section .sec-heading .btn {
    margin-top: 15px;
  }

  .our-support .section-title {
    gap: 10px;
  }

  .banner {
    /* height: 680px; */
  }

  .banner-title {
    font-size: 50px;
    line-height: 60px;
  }

  .banner .small-title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .banner p,
  .banner .p {
    font-size: 16px;
    line-height: 26px;
  }

  .btn {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 30px;
    min-width: 158px;
  }

  .solution {
    padding: 50px 0 15px;
  }

  .solution-inner .section-title,
  .our-support .section-title,
  .events .section-title {
    font-size: 44px;
    line-height: 60px;
  }

  .events .section-title {
    font-size: 44px;
  }

  .our-support {
    padding: 60px 0 0;
  }

  .our-support p {
    font-size: 18px;
    line-height: 28px;
  }

  .our-support {
    border-radius: 0 0 225px 0;
  }

  .our-team .img-block img {
    max-height: 350px;
  }

  .events {
    padding: 50px 0 0 30px;
  }

  .svg-sec-inner.desktop {
    display: none;
  }

  .svg-sec-inner h3 {
    border-bottom: 3px solid #000;
    margin-bottom: 35px;
    text-align: center;
  }

  .svg-sec-inner h3.software-heading {
    border-color: #086FD8;
    color: #086FD8;
  }

  .svg-sec-inner .service {
    text-align: center;
    margin-bottom: 35px;
  }

  .svg-sec-inner .service .service-icon {
    margin: 0 auto 20px;
  }

  .svg-sec-inner .service p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 80%;
    margin: 0 auto;
    color: #333333;
  }

  .solution-svg-inner svg {
    display: none;
  }

  .svg-sec-inner .service.service-1 h4 {
    color: #E14A56;
  }

  .svg-sec-inner .service.service-2 h4 {
    color: #F79133;
  }

  .svg-sec-inner .service.service-3 h4 {
    color: #8C183F;
  }

  .svg-sec-inner .service.service-4 h4 {
    color: #055380;
  }

  .svg-sec-inner .service.service-5 h4 {
    color: #37B2E1;
  }

  .svg-sec-inner .service.service-6 h4 {
    color: #6CCBD5;
  }

  .svg-sec-inner .service.service-7 h4 {
    color: #F7B33B;
  }

  .svg-sec-inner .service.service-8 h4, .svg-sec-inner .service.service-8 a {
    color: #0A4E98;
  }

  .svg-sec-inner .service.service-9 h4 {
    color: #6ACAD6;
  }

  .svg-sec-inner .service.service-10 h4 {
    color: #F6B81B;
  }

  .svg-section {
    padding: 50px 0 30px;
  }

  .svg-sec-inner {
    margin-top: 40px;
  }

  .our-support {
    margin-right: 0;
  }

  .our-support,
  .our-team .yellow-box {
    border-radius: 0;
  }

  .our-support .swiper-slide {
    height: 140px;
    width: 140px !important;
    min-width: 140px;
  }

  .main-svg {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .our-support .section-title {
    gap: 7px;
  }

  .our-support-inner .section-title img,
  .events .inner-content .section-title img {
    margin-bottom: -5px;
  }

  .banner {
    /* height: 560px; */
  }

  .video-home-tab {
    display: none;
  }

  .banner-inner {
    padding-top: 150%;
  }

  .video-home iframe {
    width: 118%;
  }

  .video-home-phone {
    display: block;
  }

  .banner-title {
    font-size: 38px;
    line-height: 48px;
  }

  .banner .small-title {
    font-size: 22px;
    line-height: 28px;
  }

  .banner p,
  .banner .p {
    margin-bottom: 35px;
  }

  .solution-inner .section-title,
  .our-support .section-title,
  .events .section-title {
    font-size: 36px;
    line-height: 44px;
  }

  .events .section-title {
    font-size: 36px;
  }

  .our-support p {
    font-size: 16px;
    line-height: 26px;
  }

  .our-support {
    border-radius: 0 0 175px 0;
  }

  .our-team .yellow-box {
    padding: 40px 30px 30px 20px;
  }

  .our-team .bottom-content {
    margin-left: 20px;
  }

  .our-team .img-block img {
    max-height: 320px;
  }

  .our-team .blue-box p {
    font-size: 18px;
    line-height: 28px;
  }

  .our-team .yellow-box {
    border-radius: 0px 0px 175px 0px;
  }

  .comprised img {
    max-width: 75px;
  }

  .our-support {
    padding: 50px 0 0;
  }

  .events {
    padding: 50px 0 0 12px;
  }

  .events .inner-content {
    padding-right: 12px;
  }

  .event-item .date {
    font-size: 16px;
    line-height: 14px;
  }

  .event-item p {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-link {
    font-size: 14px;
    line-height: 14px;
  }

  .our-support-inner {
    padding-bottom: 40px;
  }

  .events .yellow-box-wrap {
    margin-top: -60px;
  }

  .our-support .swiper-slide {
    height: 120px;
    width: 120px !important;
    min-width: 120px;
  }

  .svg-section {
    padding: 50px 0 20px;
  }

  .round-circle {
    width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .our-support {
    border-radius: 0 0 145px 0;
  }

  .our-team .yellow-box {
    border-radius: 0px 0px 145px 0px;
  }

  .our-team ul li {
    width: 100%;
  }

  .our-team .h2 {
    font-size: 27px;
    line-height: 37px;
    padding-bottom: 10px;
  }

  .our-team ul {
    font-size: 22px;
    line-height: 34px;
  }

  .comprised {
    flex-wrap: wrap;
  }

  .comprised img {
    max-width: 50px;
  }

  .comprised {
    gap: 20px;
  }

  .svg-sec-inner .service p {
    max-width: 100%;
  }

  .banner-title {
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .banner .small-title {
    font-size: 20px;
    line-height: 26px;
  }

  .banner p,
  .banner .p {
    margin-bottom: 25px;
    font-size: 15px;
  }
}

@media screen and (max-width: 399px) {
  .our-support {
    border-radius: 0 0 100px 0;
  }

  .our-support .swiper-slide {
    height: 100px;
    width: 100px !important;
    min-width: 100px;
  }

  .round-circle {
    width: 260px;
  }

  .our-team .yellow-box {
    border-radius: 0px 0px 120px 0px;
  }
}

@media screen and (max-width: 320px) {
  .comprised img {
    max-width: 40px;
  }
}