.home-secE {
  background: var(--primary);
  padding: 6.25rem 0 9.5rem;
}
@media only screen and (max-width: 1152px) {
  .home-secE {
    padding: 5rem 0 6rem;
  }
}
.home-secE .upper-sec {
  display: flex;
  flex-wrap: wrap;
  color: var(--white);
}
.home-secE .upper-sec .colA {
  flex: 0 1 40%;
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colA {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colA .heading {
    max-width: 370px;
    text-align: center;
    margin: 0 auto;
  }
}
.home-secE .upper-sec .colA .sub-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colA .sub-title {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .upper-sec .colA .sub-title {
    letter-spacing: 0.1em;
  }
}
.home-secE .upper-sec .colB {
  flex: 1;
  padding-left: 12rem;
}
@media only screen and (max-width: 1007px) {
  .home-secE .upper-sec .colB {
    padding-left: 8rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .upper-sec .colB {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .upper-sec .colB {
    padding-left: 0;
    text-align: center;
  }
}
.home-secE .upper-sec .colB p {
  margin-bottom: 35px;
}
@media only screen and (max-width: 675px) {
  .home-secE .upper-sec .colB p {
    margin-bottom: 5rem;
  }
}
.home-secE .upper-sec .colB .btn {
  --arrowgap: 3rem;
}
@media only screen and (max-width: 675px) {
  .home-secE .upper-sec .colB .btn {
    --arrowgap: 1rem;
  }
}
.home-secE .bottom-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: var(--white);
  margin-top: 7.5rem;
}
@media only screen and (max-width: 1152px) {
  .home-secE .bottom-sec {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec {
    margin-top: 4rem;
  }
}
.home-secE .bottom-sec .count-wrap {
  flex: 1;
  padding-right: 10rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1007px) {
  .home-secE .bottom-sec .count-wrap {
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .bottom-sec .count-wrap {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .count-wrap {
    text-align: center;
    padding-right: 0;
  }
}
.home-secE .bottom-sec .count-wrap .count-info {
  flex: 1;
}
.home-secE .bottom-sec .count-wrap .count-info:not(:last-child) {
  padding-right: 2rem;
}
@media only screen and (max-width: 675px) {
  .home-secE .bottom-sec .count-wrap .count-info:not(:last-child) {
    padding-right: 1rem;
  }
}
.home-secE .bottom-sec .count-wrap .count-info h5 {
  font-size: 80px;
  line-height: 1.075;
  font-weight: 600;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1300px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1152px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .bottom-sec .count-wrap .count-info h5 {
    font-size: 28px;
  }
}
.home-secE .bottom-sec .count-wrap .count-info p {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 1152px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 520px) {
  .home-secE .bottom-sec .count-wrap .count-info p {
    padding: 0 1rem;
  }
}
.home-secE .bottom-sec .play-btn {
  flex: 0 1 auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .home-secE .bottom-sec .play-btn {
    display: none;
  }
}

.new-home-banner.banner {
  position: relative;
  z-index: 3;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-height: 607px) {
  .new-home-banner.banner {
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner {
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 675px) and (max-height: 666px) {
  .new-home-banner.banner {
    height: auto !important;
  }
}
@media only screen and (max-width: 675px) {
  .new-home-banner.banner {
    height: 800px;
    display: flex;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner {
    height: 740px;
  }
}
.new-home-banner.banner .flex {
  justify-content: space-between;
}
@media only screen and (max-height: 607px) {
  .new-home-banner.banner .flex {
    padding: 0 0 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .new-home-banner.banner .flex {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .flex {
    padding: 1rem 0 2rem;
  }
}
.new-home-banner.banner .flex .colA {
  max-width: 46%;
}
@media only screen and (max-width: 1170px) {
  .new-home-banner.banner .flex .colA {
    max-width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .new-home-banner.banner .flex .colA {
    max-width: 430px;
    flex: 0 1 100%;
    text-align: center;
    margin: 0 auto 3rem;
  }
}
@media only screen and (max-width: 520px) {
  .new-home-banner.banner .flex .colA {
    margin-bottom: 3rem;
  }
}
.new-home-banner.banner .flex .colA .heading-slider {
  max-height: 120px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1170px) {
  .new-home-banner.banner .flex .colA .heading-slider {
    max-height: 115px;
  }
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .flex .colA .heading-slider {
    max-height: 90px;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .flex .colA .heading-slider {
    max-height: 70px;
  }
}
.new-home-banner.banner .flex .colA .heading-slider h1, .new-home-banner.banner .flex .colA .heading-slider h2, .new-home-banner.banner .flex .colA .heading-slider h3 {
  font-size: 48px;
  line-height: 1.2;
  color: var(--black);
  font-weight: 300;
}
@media only screen and (max-width: 1170px) {
  .new-home-banner.banner .flex .colA .heading-slider h1, .new-home-banner.banner .flex .colA .heading-slider h2, .new-home-banner.banner .flex .colA .heading-slider h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .flex .colA .heading-slider h1, .new-home-banner.banner .flex .colA .heading-slider h2, .new-home-banner.banner .flex .colA .heading-slider h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .flex .colA .heading-slider h1, .new-home-banner.banner .flex .colA .heading-slider h2, .new-home-banner.banner .flex .colA .heading-slider h3 {
    font-size: 28px;
  }
}
.new-home-banner.banner .flex .colA .heading-slider h1 span, .new-home-banner.banner .flex .colA .heading-slider h2 span, .new-home-banner.banner .flex .colA .heading-slider h3 span {
  font-weight: 700;
}
.new-home-banner.banner .flex .colA .content-slider {
  margin-bottom: 40px;
  max-height: 80px;
  max-width: 490px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .flex .colA .content-slider {
    margin-bottom: 30px;
    max-height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .new-home-banner.banner .flex .colA .content-slider {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .flex .colA .content-slider {
    max-height: 110px;
    margin-bottom: 15px;
  }
}
.new-home-banner.banner .flex .colA .content-slider p {
  color: var(--text);
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .flex .colA .content-slider p {
    font-size: 14px;
  }
}
.new-home-banner.banner .flex .colA .content-slider p strong, .new-home-banner.banner .flex .colA .content-slider p a {
  color: var(--black);
  font-weight: 700;
}
.new-home-banner.banner .flex .colA .btn_wrap {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1170px) {
  .new-home-banner.banner .flex .colA .btn_wrap {
    gap: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .new-home-banner.banner .flex .colA .btn_wrap {
    justify-content: center;
    gap: 12px;
  }
}
.new-home-banner.banner .flex .colA .btn_wrap .btn {
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .flex .colA .btn_wrap .btn {
    font-size: 14px;
    --padding: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .new-home-banner.banner .flex .colA .btn_wrap .btn {
    flex: 1;
    --padding: 15px;
    --height: 38px;
  }
}
.new-home-banner.banner .flex .colB {
  position: relative;
  --size: 440px;
  max-width: var(--size);
  width: 100%;
}
@media only screen and (max-width: 1152px) {
  .new-home-banner.banner .flex .colB {
    --size: 385px;
  }
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .flex .colB {
    --size: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .new-home-banner.banner .flex .colB {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 520px) {
  .new-home-banner.banner .flex .colB {
    --size: 300px;
  }
}
.new-home-banner.banner .flex .colB .boat-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  z-index: 0;
  line-height: 0;
  --varlet: 0px;
  max-width: calc(100% - var(--varlet));
}
@media only screen and (max-width: 675px) {
  .new-home-banner.banner .flex .colB .boat-wrap {
    --varlet: 40px;
  }
}
.new-home-banner.banner .flex .colB .boat-wrap .boat-ico-wrap {
  position: relative;
}
.new-home-banner.banner .flex .colB .boat-wrap .boat-ico-wrap .text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  width: 100%;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .new-home-banner.banner .flex .colB .boat-wrap .boat-ico-wrap .text-wrap {
    width: var(--size);
    left: -45px;
  }
}
@media only screen and (max-width: 675px) {
  .new-home-banner.banner .flex .colB .boat-wrap .boat-ico-wrap .text-wrap {
    left: -4%;
  }
}
@media only screen and (max-width: 520px) {
  .new-home-banner.banner .flex .colB .boat-wrap .boat-ico-wrap .text-wrap {
    width: 118%;
    left: -8%;
    right: auto;
  }
}
.new-home-banner.banner .flex .colB .boat-wrap .boat-ico-wrap .text-wrap h6 {
  line-height: 1;
  font-weight: 800;
}
@media only screen and (max-width: 991px) {
  .new-home-banner.banner .flex .colB .boat-wrap .boat-ico-wrap .text-wrap h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .new-home-banner.banner .flex .colB .boat-wrap .boat-ico-wrap .text-wrap h6 {
    font-size: 14px;
  }
}
.new-home-banner.banner .flex .colB .boat-wrap .boat-ico-wrap .ico-frame {
  width: 100%;
  animation: boat 2s linear infinite;
}
@keyframes boat {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.new-home-banner.banner .flex .colB .mobile-wrap {
  position: relative;
  z-index: 1;
  max-width: calc(var(--size) / 1.8333);
  margin: 0 auto;
  overflow: hidden;
}
.new-home-banner.banner .flex .colB .mobile-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 100vw;
  background: url(../../images/vector/wave.png) repeat-x;
  animation: scroll 6s linear infinite forwards;
  background-position-y: 85%;
  will-change: transform;
}
@keyframes scroll {
  from {
    background-position-x: 100%;
  }
  to {
    background-position-x: 0;
  }
}
.new-home-banner.banner .flex .colB .mobile-wrap .mob-frame {
  display: block;
  width: 100%;
  height: 100%;
}

.about-sec {
  padding: 120px 0 90px;
  background: #0E0A15;
  position: relative;
  z-index: 1;
  --container: 1240px;
  overflow: hidden;
}
@media only screen and (max-width: 1170px) {
  .about-sec {
    padding: 80px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .about-sec {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .about-sec {
    padding: 50px 0 40px;
  }
}
.about-sec {
  position: relative;
}
.about-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(237, 34, 36, 0.6);
}
.about-sec::before {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  left: unset;
  top: -20%;
  right: -10%;
  filter: blur(180px);
  z-index: -1;
}
@media only screen and (max-width: 1170px) {
  .about-sec::before {
    width: 400px;
    height: 400px;
  }
}
.about-sec .main_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1170px) {
  .about-sec .main_wrapper {
    gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-sec .main_wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .about-sec .main_wrapper {
    gap: 30px;
  }
}
.about-sec .main_wrapper figure {
  flex: 0 1 auto;
  width: 500px;
  height: 290px;
  position: relative;
}
@media only screen and (max-width: 1170px) {
  .about-sec .main_wrapper figure {
    width: 400px;
    height: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .about-sec .main_wrapper figure {
    width: 300px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .about-sec .main_wrapper figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .about-sec .main_wrapper figure {
    width: 290px;
    height: 175px;
  }
}
.about-sec .main_wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-sec .main_wrapper figure .slider_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 200px;
}
.about-sec .main_wrapper figure .slider_wrapper .icon {
  flex: 0 1 auto;
  width: 33px;
  height: 33%;
  line-height: 0;
}
.about-sec .main_wrapper figure .slider_wrapper .tag-slider {
  flex: 1;
  max-height: 33px;
}
.about-sec .main_wrapper figure .slider_wrapper .tag-slider p {
  font-weight: 300;
  color: var(--white);
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .about-sec .main_wrapper figure .slider_wrapper .tag-slider p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .about-sec .main_wrapper figure .slider_wrapper .tag-slider p {
    font-size: 18px;
  }
}
.about-sec .main_wrapper figcaption {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .about-sec .main_wrapper figcaption {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 540px) {
  .about-sec .main_wrapper figcaption {
    text-align: center;
  }
}
.about-sec .main_wrapper figcaption h2 {
  font-size: 48px;
  line-height: 1.2;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1170px) {
  .about-sec .main_wrapper figcaption h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .about-sec .main_wrapper figcaption h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .about-sec .main_wrapper figcaption h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 400px) {
  .about-sec .main_wrapper figcaption h2 {
    font-size: 24px;
  }
}
.about-sec .main_wrapper figcaption h2 span {
  color: var(--primary);
}
.about-sec .main_wrapper figcaption .desc {
  margin-bottom: 40px;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 20px;
}
.about-sec .main_wrapper figcaption .desc::-webkit-scrollbar {
  width: 4px;
  background: transparent;
  height: 4px;
}
.about-sec .main_wrapper figcaption .desc::-webkit-scrollbar-track {
  box-shadow: none;
}
.about-sec .main_wrapper figcaption .desc::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 10px;
}
@media only screen and (max-width: 1170px) {
  .about-sec .main_wrapper figcaption .desc {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-sec .main_wrapper figcaption .desc {
    margin-bottom: 25px;
    padding-right: 15px;
    max-height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about-sec .main_wrapper figcaption .desc {
    padding-right: 0;
  }
}
.about-sec .main_wrapper figcaption .desc p {
  color: rgba(255, 255, 255, 0.6980392157);
}
@media only screen and (max-width: 540px) {
  .about-sec .main_wrapper figcaption .desc p {
    font-size: 14px;
  }
}
.about-sec .main_wrapper figcaption .desc p:not(:last-child) {
  margin-bottom: 10px;
}
.about-sec .main_wrapper figcaption .btn {
  text-transform: uppercase;
}

.services_sec {
  position: relative;
}
.services_sec .bg {
  height: 750px;
  background: var(--white);
  line-height: 0;
  position: relative;
}
.services_sec .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #FFFFFF 100%);
}
@media only screen and (max-width: 768px) {
  .services_sec .bg {
    height: 670px;
  }
}
@media only screen and (max-width: 540px) {
  .services_sec .bg {
    height: 600px;
  }
}
.services_sec .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.services_sec .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 1170px) {
  .services_sec .container {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .services_sec .container {
    padding: 40px 0;
  }
}
.services_sec .container .heading {
  max-width: 720px;
  text-align: center;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .services_sec .container .heading {
    margin-bottom: 25px;
  }
}
.services_sec .container .heading h2 {
  font-weight: 700;
}
.services_sec .container .heading p {
  margin-top: 10px;
}
.services_sec .container .our_services_slider {
  --slidedown: 40px;
  padding: calc(var(--slidedown) + 10px) 0;
}
@media only screen and (max-width: 768px) {
  .services_sec .container .our_services_slider {
    --slidedown: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .services_sec .container .our_services_slider {
    padding: calc(var(--slidedown) + 5px) 0;
  }
}
.services_sec .container .our_services_slider .swiper-slide:nth-child(even) .service_col {
  transform: translateY(var(--slidedown));
}
.services_sec .container .our_services_slider .service_col {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 25px;
  border-radius: 10px;
  box-shadow: 0px 8px 24px 0 rgba(149, 157, 165, 0.2);
  background: var(--white);
  transition: 0.5s ease;
}
@media only screen and (max-width: 1170px) {
  .services_sec .container .our_services_slider .service_col {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 540px) {
  .services_sec .container .our_services_slider .service_col {
    padding: 25px 20px;
  }
}
.services_sec .container .our_services_slider .service_col:hover {
  background: var(--primary);
}
.services_sec .container .our_services_slider .service_col:hover .icon {
  filter: brightness(0) invert(1);
}
.services_sec .container .our_services_slider .service_col:hover .top_icon {
  opacity: 1;
}
.services_sec .container .our_services_slider .service_col:hover h6 {
  color: var(--white);
}
.services_sec .container .our_services_slider .service_col:hover p {
  color: var(--white);
}
.services_sec .container .our_services_slider .service_col .icon {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 540px) {
  .services_sec .container .our_services_slider .service_col .icon {
    width: 45px;
    height: 45px;
  }
}
.services_sec .container .our_services_slider .service_col h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .services_sec .container .our_services_slider .service_col h6 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.services_sec .container .our_services_slider .service_col p {
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .services_sec .container .our_services_slider .service_col p {
    line-height: 1.3;
  }
}
.services_sec .container .our_services_slider .service_col .top_icon {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 15px;
  right: 15px;
  line-height: 0;
  opacity: 0;
  transition: 0.5s ease;
}
.services_sec .container .our_services_slider .service_col .top_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services_sec .container .service-nav {
  position: relative;
  max-width: 321px;
  margin: 3rem auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  --swiper-pagination-color: var(--primary);
  --swiper-pagination-progressbar-bg-color: #D9D9D9;
  caret-color: transparent;
}
@media only screen and (max-width: 1170px) {
  .services_sec .container .service-nav {
    margin: 2.5rem auto 0;
  }
}
@media only screen and (max-width: 991px) {
  .services_sec .container .service-nav {
    margin: 2rem auto 0;
  }
}
.services_sec .container .service-nav .our-services-prev, .services_sec .container .service-nav .our-services-next {
  flex: 0 1 auto;
}
@media only screen and (max-width: 540px) {
  .services_sec .container .service-nav .our-services-prev, .services_sec .container .service-nav .our-services-next {
    --btn: 38px;
  }
}
.services_sec .container .service-nav .our-services-progress {
  position: relative;
  flex: 1;
  margin: 0 1rem 0.8rem;
}
.services_sec .container .btn_wrap {
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1170px) {
  .services_sec .container .btn_wrap {
    margin-top: 2rem;
  }
}

.results_sec {
  padding: 70px 0;
  background: #0E0A15;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1170px) {
  .results_sec {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .results_sec {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .results_sec {
    padding: 40px 0;
  }
}
.results_sec {
  position: relative;
}
.results_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(237, 34, 36, 0.6);
}
.results_sec::before {
  width: 100%;
  height: 550px;
  border-radius: 50%;
  left: 50%;
  top: unset;
  bottom: 0;
  transform: translate(-50%, 50%);
  filter: blur(140px);
  z-index: -1;
}
.results_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1170px) {
  .results_sec .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .results_sec .heading {
    margin-bottom: 30px;
  }
}
.results_sec .heading h2 {
  color: var(--white);
}
.results_sec .main_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  --gap: 35px;
  gap: var(--gap);
}
@media only screen and (max-width: 1170px) {
  .results_sec .main_wrapper {
    --gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .results_sec .main_wrapper {
    --gap: 15px;
  }
}
.results_sec .main_wrapper .content {
  flex: 0 1 auto;
  max-width: 15%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .results_sec .main_wrapper .content {
    max-width: calc(50% - var(--gap));
  }
}
.results_sec .main_wrapper .content .content_col {
  padding: 40px 25px;
  position: relative;
}
@media only screen and (max-width: 1170px) {
  .results_sec .main_wrapper .content .content_col {
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .results_sec .main_wrapper .content .content_col {
    padding: 20px 10px;
  }
}
.results_sec .main_wrapper .content .content_col:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5019607843) 50%, rgba(255, 255, 255, 0) 100%);
}
.results_sec .main_wrapper .content .content_col h6 {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .results_sec .main_wrapper .content .content_col h6 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 540px) {
  .results_sec .main_wrapper .content .content_col h6 {
    font-size: 24px;
  }
}
.results_sec .main_wrapper .content .content_col p {
  font-weight: 300;
  color: var(--white);
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .results_sec .main_wrapper .content .content_col p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .results_sec .main_wrapper .content .content_col p {
    line-height: 1.3;
  }
}
.results_sec .main_wrapper .display_wrapper {
  flex: 1;
  max-width: calc(65% - var(--gap));
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .results_sec .main_wrapper .display_wrapper {
    flex: 0 1 100%;
    max-width: 100%;
    order: 1;
  }
}
.results_sec .main_wrapper .display_wrapper .display-nav button {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .results_sec .main_wrapper .display_wrapper .display-nav button {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .results_sec .main_wrapper .display_wrapper .display-nav button {
    width: 15px;
    height: 25px;
  }
}
.results_sec .main_wrapper .display_wrapper .display-nav button:hover {
  background: none;
}
.results_sec .main_wrapper .display_wrapper .display-nav button:hover path {
  fill: var(--white);
}
.results_sec .main_wrapper .display_wrapper .display-nav button svg {
  width: 100%;
  height: 100%;
}
.results_sec .main_wrapper .display_wrapper .display-nav button svg path {
  fill: var(--white);
}
.results_sec .main_wrapper .display_wrapper .tab_mock {
  max-width: 85%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .results_sec .main_wrapper .display_wrapper .tab_mock {
    max-width: 90%;
  }
}
.results_sec .main_wrapper .display_wrapper .tab_mock .screen_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider {
  width: 590px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1170px) {
  .results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider {
    width: 87%;
    height: 80%;
  }
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col {
  position: relative;
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .before-img, .results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .after-img {
  line-height: 0;
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .before-img img, .results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .after-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .before-img {
  position: relative;
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .before-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(0, 0, 0, 0.2);
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .before-img::before {
  border-radius: 10px;
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .after-img, .results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .compare-img-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .after-img {
  background-repeat: no-repeat;
  background-size: cover;
  --icon: 45px;
  border-right: 3px solid var(--white);
}
@media only screen and (max-width: 991px) {
  .results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .after-img {
    --icon: 45px;
  }
}
@media only screen and (max-width: 540px) {
  .results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .after-img {
    --icon: 35px;
  }
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .after-img::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% - var(--icon) * 0.5);
  height: var(--icon);
  width: var(--icon);
  background-color: var(--white);
  border-radius: 50%;
  background-image: url(../../icon/compare-arrow.svg);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center;
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .after-img img {
  opacity: 0;
}
.results_sec .main_wrapper .display_wrapper .tab_mock .transition_slider .transition_col .compare-img-input {
  z-index: 3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.results_sec .main_wrapper .display_wrapper .transition_wrap {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.results_sec .main_wrapper .display_wrapper .transition_wrap p {
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}
@media only screen and (max-width: 1170px) {
  .results_sec .main_wrapper .display_wrapper .transition_wrap p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .results_sec .main_wrapper .display_wrapper .transition_wrap p {
    font-size: 16px;
  }
}

.case_studies_sec {
  padding: 70px 0;
}
@media only screen and (max-width: 1170px) {
  .case_studies_sec {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .case_studies_sec {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .case_studies_sec {
    padding: 40px 0;
  }
}
.case_studies_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .case_studies_sec .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .case_studies_sec .heading {
    margin-bottom: 30px;
  }
}
.case_studies_sec .heading h2 {
  margin-bottom: 5px;
}
.case_studies_sec .heading p {
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .case_studies_sec .heading p {
    font-size: 14px;
    line-height: 1.3;
    max-width: 250px;
    margin: 0 auto;
  }
}
.case_studies_sec .case_studies_slider .case-nav {
  position: absolute;
  top: 60%;
  left: 55px;
  transform: translate(0px, -60%);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .case_studies_sec .case_studies_slider .case-nav {
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .case_studies_slider .case-nav {
    top: 47%;
    transform: translate(0px, -47%);
  }
  .case_studies_sec .case_studies_slider .case-nav button {
    --btn: 38px;
  }
}
@media only screen and (max-width: 540px) {
  .case_studies_sec .case_studies_slider .case-nav {
    top: 270px;
    transform: translate(0px, 0%);
  }
}
.case_studies_sec .case_studies_slider .case_study_col {
  background: linear-gradient(180deg, #B1B1B1 0%, #4B4B4B 100%);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  --gap: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .case_studies_slider .case_study_col {
    gap: 100px;
    padding: 25px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 540px) {
  .case_studies_sec .case_studies_slider .case_study_col {
    border-radius: 10px;
    padding: 25px 20px;
  }
}
.case_studies_sec .case_studies_slider .case_study_col .colA {
  flex: 0 1 auto;
  max-width: 35%;
  width: 100%;
  padding: 60px 0 60px 55px;
}
@media only screen and (max-width: 1170px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA {
    max-width: 40%;
    padding: 50px 0 50px 45px;
  }
}
@media only screen and (max-width: 991px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA {
    max-width: 45%;
    padding: 40px 0 40px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.case_studies_sec .case_studies_slider .case_study_col .colA .logo {
  width: 230px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 991px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA .logo {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA .logo {
    padding-bottom: 3px;
  }
}
.case_studies_sec .case_studies_slider .case_study_col .colA .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case_studies_sec .case_studies_slider .case_study_col .colA .desc {
  margin: 40px 0 180px;
  max-height: 110px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA .desc {
    margin: 35px 0 160px;
  }
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA .desc {
    margin: 25px 0;
    max-height: 100%;
  }
}
.case_studies_sec .case_studies_slider .case_study_col .colA .desc p {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}
@media only screen and (max-width: 1170px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA .desc p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA .desc p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA .desc p {
    font-size: 18px;
    line-height: 1.3;
  }
}
.case_studies_sec .case_studies_slider .case_study_col .colA .case_domain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 25px;
  border-radius: 50px;
  gap: 10px;
}
@media only screen and (max-width: 1170px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA .case_domain {
    padding: 8px 22px;
  }
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .case_studies_slider .case_study_col .colA .case_domain {
    padding: 6px 18px;
  }
}
.case_studies_sec .case_studies_slider .case_study_col .colA .case_domain .icon {
  flex: 0 1 auto;
  width: 26px;
  height: 26px;
}
.case_studies_sec .case_studies_slider .case_study_col .colA .case_domain .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case_studies_sec .case_studies_slider .case_study_col .colA .case_domain p {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}
.case_studies_sec .case_studies_slider .case_study_col .colB {
  flex: 1;
  max-width: calc(65% - var(--gap));
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .case_studies_slider .case_study_col .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.case_studies_sec .case_studies_slider .case_study_col .colB figure {
  width: 100%;
  height: 100%;
  transform: translate(10%, 10%);
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .case_studies_slider .case_study_col .colB figure {
    transform: unset;
  }
}
.case_studies_sec .case_studies_slider .case_study_col .colB figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -o-object-position: left;
     object-position: left;
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .case_studies_slider .case_study_col .colB figure img {
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (max-width: 540px) {
  .case_studies_sec .case_studies_slider .case_study_col .colB figure img {
    border-radius: 5px;
  }
}
.case_studies_sec .btn_wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 1170px) {
  .case_studies_sec .btn_wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .case_studies_sec .btn_wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .case_studies_sec .btn_wrap {
    margin-top: 30px;
  }
}

.industries_sec {
  background: #0E0A15;
  padding: 80px 0;
}
@media only screen and (max-width: 1170px) {
  .industries_sec {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 991px) {
  .industries_sec {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  .industries_sec {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .industries_sec {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .industries_sec .container {
    padding: 0;
  }
}
.industries_sec .heading {
  text-align: center;
  max-width: 605px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  .industries_sec .heading {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 540px) {
  .industries_sec .heading {
    margin: 0 auto 30px;
    padding: 0 15px;
  }
}
.industries_sec .heading h2 {
  margin-bottom: 10px;
  color: var(--white);
}
.industries_sec .heading p {
  color: rgba(255, 255, 255, 0.6980392157);
}
@media only screen and (max-width: 540px) {
  .industries_sec .heading p {
    font-size: 14px;
  }
}
.industries_sec .main_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .industries_sec .main_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .industries_sec .main_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 540px) {
  .industries_sec .main_wrapper {
    position: relative;
  }
  .industries_sec .main_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: rgba(237, 34, 36, 0.4);
  }
  .industries_sec .main_wrapper::before {
    filter: blur(120px);
    width: 25%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s ease;
  }
  .industries_sec .main_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: rgba(242, 130, 69, 0.4);
  }
  .industries_sec .main_wrapper::after {
    filter: blur(120px);
    width: 25%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s ease;
  }
}
.industries_sec .main_wrapper:has(.service_col:nth-child(odd):hover)::before {
  opacity: 1;
}
.industries_sec .main_wrapper:has(.service_col:nth-child(even):hover)::after {
  opacity: 1;
}
.industries_sec .main_wrapper .service_col {
  display: block;
}
@media only screen and (max-width: 768px) {
  .industries_sec .main_wrapper .service_col {
    position: relative;
  }
  .industries_sec .main_wrapper .service_col:nth-child(2n+1):not(:last-child) {
    position: relative;
  }
  .industries_sec .main_wrapper .service_col:nth-child(2n+1):not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(90deg, #191919 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:nth-child(2n+1):not(:last-child)::before {
    height: 1px;
    top: unset;
  }
}
@media only screen and (max-width: 768px) and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col:nth-child(2n+1):not(:last-child)::before {
    background: linear-gradient(90deg, #191919 0%, #6D6D6D 50%, #191919 100%);
  }
}
@media only screen and (max-width: 768px) {
  .industries_sec .main_wrapper .service_col:nth-child(2n+1)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(180deg, #6D6D6D 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:nth-child(2n+1)::after {
    width: 1px;
    left: unset;
  }
}
@media only screen and (max-width: 768px) and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col:nth-child(2n+1)::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .industries_sec .main_wrapper .service_col:nth-child(2n+2):not(:last-child) {
    position: relative;
  }
  .industries_sec .main_wrapper .service_col:nth-child(2n+2):not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(270deg, #191919 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:nth-child(2n+2):not(:last-child)::before {
    height: 1px;
    top: unset;
  }
}
@media only screen and (max-width: 768px) and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col:nth-child(2n+2):not(:last-child)::before {
    background: linear-gradient(90deg, #191919 0%, #6D6D6D 50%, #191919 100%);
  }
}
@media only screen and (max-width: 768px) {
  .industries_sec .main_wrapper .service_col:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(180deg, #191919 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:first-child::after {
    width: 1px;
    left: unset;
  }
}
@media only screen and (max-width: 768px) and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col:first-child::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .industries_sec .main_wrapper .service_col:last-child:nth-child(even)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(180deg, #6D6D6D 0%, #191919 100%);
  }
  .industries_sec .main_wrapper .service_col:last-child:nth-child(even)::after {
    width: 1px;
    right: unset;
  }
}
@media only screen and (max-width: 768px) and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col:last-child:nth-child(even)::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .industries_sec .main_wrapper .service_col:last-child:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(180deg, #6D6D6D 0%, #191919 100%);
  }
  .industries_sec .main_wrapper .service_col:last-child:nth-child(odd)::after {
    width: 1px;
    left: unset;
  }
}
@media only screen and (max-width: 768px) and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col:last-child:nth-child(odd)::after {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .industries_sec .main_wrapper .service_col:nth-child(3n+1) {
    position: relative;
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(90deg, #191919 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+1)::before {
    height: 1px;
    top: unset;
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+1)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(180deg, #6D6D6D 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+1)::after {
    width: 1px;
    left: unset;
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+2) {
    position: relative;
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(90deg, #6D6D6D 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+2)::before {
    height: 1px;
    top: unset;
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+3) {
    position: relative;
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(270deg, #191919 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+3)::before {
    height: 1px;
    top: unset;
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+3)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(180deg, #6D6D6D 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:nth-child(3n+3)::after {
    width: 1px;
    right: unset;
  }
  .industries_sec .main_wrapper .service_col:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(180deg, #191919 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:first-child::after {
    width: 1px;
    left: unset;
  }
  .industries_sec .main_wrapper .service_col:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(180deg, #191919 0%, #6D6D6D 100%);
  }
  .industries_sec .main_wrapper .service_col:nth-child(3)::after {
    width: 1px;
    right: unset;
  }
  .industries_sec .main_wrapper .service_col:nth-last-child(1)::before, .industries_sec .main_wrapper .service_col:nth-last-child(2)::before, .industries_sec .main_wrapper .service_col:nth-last-child(3)::before {
    display: none;
  }
  .industries_sec .main_wrapper .service_col:nth-last-child(1)::after, .industries_sec .main_wrapper .service_col:nth-last-child(2)::after, .industries_sec .main_wrapper .service_col:nth-last-child(3)::after {
    background: linear-gradient(0deg, #191919 0%, #6D6D6D 100%);
  }
}
.industries_sec .main_wrapper .service_col:nth-child(odd) .service_wrap {
  position: relative;
}
.industries_sec .main_wrapper .service_col:nth-child(odd) .service_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(237, 34, 36, 0.4);
}
.industries_sec .main_wrapper .service_col:nth-child(odd) .service_wrap::before {
  filter: blur(70px);
  width: 100%;
  height: 190px;
  left: unset;
  top: unset;
  transform: translate(50%, 40%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col:nth-child(odd) .service_wrap::before {
    opacity: 1;
  }
}
.industries_sec .main_wrapper .service_col:nth-child(even) .service_wrap {
  position: relative;
}
.industries_sec .main_wrapper .service_col:nth-child(even) .service_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: rgba(242, 130, 69, 0.4);
}
.industries_sec .main_wrapper .service_col:nth-child(even) .service_wrap::before {
  filter: blur(70px);
  width: 100%;
  height: 190px;
  left: unset;
  top: unset;
  transform: translate(50%, 40%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col:nth-child(even) .service_wrap::before {
    opacity: 1;
  }
}
.industries_sec .main_wrapper .service_col:nth-child(9n+2) .service_wrap::before {
  transform: translate(0%, 60%);
}
.industries_sec .main_wrapper .service_col:nth-child(9n+3) .service_wrap::before {
  transform: translate(-50%, 40%);
}
.industries_sec .main_wrapper .service_col:nth-child(9n+4) .service_wrap::before {
  transform: translate(50%, 0%);
}
.industries_sec .main_wrapper .service_col:nth-child(9n+5) .service_wrap::before {
  transform: translate(0%, 0%);
}
.industries_sec .main_wrapper .service_col:nth-child(9n+6) .service_wrap::before {
  transform: translate(-50%, 0%);
}
.industries_sec .main_wrapper .service_col:nth-child(9n+7) .service_wrap::before {
  transform: translate(50%, -40%);
}
.industries_sec .main_wrapper .service_col:nth-child(9n+8) .service_wrap::before {
  transform: translate(0%, -60%);
}
.industries_sec .main_wrapper .service_col:nth-child(9n+9) .service_wrap::before {
  transform: translate(-50%, -40%);
}
.industries_sec .main_wrapper .service_col:hover .service_wrap::before {
  opacity: 1;
}
.industries_sec .main_wrapper .service_col:hover .service_wrap .title .icon {
  left: 20px;
  top: 30px;
  transform: translate(0);
}
.industries_sec .main_wrapper .service_col:hover .service_wrap .title h6 {
  left: 100px;
  top: 50px;
  transform: translate(0);
}
.industries_sec .main_wrapper .service_col:hover .service_wrap .desc {
  transform: translateY(0);
}
.industries_sec .main_wrapper .service_col .service_wrap {
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  min-height: 200px;
}
.industries_sec .main_wrapper .service_col .service_wrap .title {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 62px;
  transition: 0.5s ease;
}
.industries_sec .main_wrapper .service_col .service_wrap .title .icon {
  flex: 0 1 auto;
  width: 62px;
  height: 62px;
  background: rgba(255, 255, 255, 0.0509803922);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .industries_sec .main_wrapper .service_col .service_wrap .title .icon {
    width: 60px;
    height: 60px;
    top: 35%;
  }
}
@media only screen and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col .service_wrap .title .icon {
    left: 20px;
    top: 30px;
    transform: translate(0);
  }
}
.industries_sec .main_wrapper .service_col .service_wrap .title .icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.industries_sec .main_wrapper .service_col .service_wrap .title h6 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  transition: 0.5s ease;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -65%);
}
@media only screen and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col .service_wrap .title h6 {
    font-size: 16px;
    left: 100px;
    top: 50px;
    transform: translate(0);
  }
}
.industries_sec .main_wrapper .service_col .service_wrap .desc {
  margin-top: 15px;
  transform: translateY(120px);
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .industries_sec .main_wrapper .service_col .service_wrap .desc {
    transform: translateY(160px);
  }
}
@media only screen and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col .service_wrap .desc {
    transform: translateY(0);
  }
}
.industries_sec .main_wrapper .service_col .service_wrap .desc p {
  color: rgba(255, 255, 255, 0.6980392157);
  line-height: 1.3;
}
@media only screen and (max-width: 540px) {
  .industries_sec .main_wrapper .service_col .service_wrap .desc p {
    font-size: 14px;
  }
}
.industries_sec .btn_wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 1170px) {
  .industries_sec .btn_wrap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .industries_sec .btn_wrap {
    margin-top: 30px;
  }
}

.our_process {
  padding: 70px 0;
  background: var(--white) url(../../images/vector/prettify-bg.png) no-repeat;
  background-position: 4% 100%;
}
@media only screen and (max-width: 1170px) {
  .our_process {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .our_process {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .our_process {
    background: var(--white);
  }
}
@media only screen and (max-width: 540px) {
  .our_process {
    padding: 40px 0;
  }
}
.our_process .heading {
  text-align: center;
  max-width: 610px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .our_process .heading {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 540px) {
  .our_process .heading {
    margin: 0 auto 30px;
  }
}
.our_process .heading p {
  margin-top: 10px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .our_process .heading p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.our_process .main_wrapper {
  position: relative;
  z-index: 1;
  --itemsize: 406px;
  --gap: 30px;
  --paddingtop: 70px;
}
@media only screen and (max-width: 1170px) {
  .our_process .main_wrapper {
    --paddingtop: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .our_process .main_wrapper {
    --paddingtop: 50px;
    --gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .our_process .main_wrapper {
    --paddingtop: 30px;
    --itemsize: 100%;
    padding-left: 20px;
  }
}
.our_process .main_wrapper .upper_row, .our_process .main_wrapper .lower_row {
  position: relative;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  display: flex;
}
@media only screen and (max-width: 768px) {
  .our_process .main_wrapper .upper_row, .our_process .main_wrapper .lower_row {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  .our_process .main_wrapper .upper_row:has(.process_col:last-child.prev)::after {
    height: 100%;
  }
  .our_process .main_wrapper .upper_row::before {
    content: "";
    position: absolute;
    top: 95px;
    right: -14px;
    height: 100%;
    width: 2px;
    background: #cecece;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .our_process .main_wrapper .upper_row::before {
    top: 84px;
    right: -10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .our_process .main_wrapper .upper_row::before {
    top: 72px;
    right: -6px;
  }
}
@media only screen and (min-width: 769px) {
  .our_process .main_wrapper .upper_row::after {
    content: "";
    position: absolute;
    top: 95px;
    right: -14px;
    height: 0%;
    width: 2px;
    background: var(--primary);
    transition: 0.33s ease 0.4s;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .our_process .main_wrapper .upper_row::after {
    top: 84px;
    right: -10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .our_process .main_wrapper .upper_row::after {
    top: 72px;
    right: -6px;
  }
}
@media only screen and (min-width: 769px) {
  .our_process .main_wrapper .upper_row .process_col:last-child .number::after {
    transition: 0.33s ease;
  }
}
.our_process .main_wrapper .lower_row {
  flex-direction: row-reverse;
}
.our_process .main_wrapper .lower_row .process_col::after {
  left: 60%;
  background-image: url(../../icon/prev_process.svg);
}
.our_process .main_wrapper .lower_row .process_col:first-child .number::after {
  transition: 0.33s ease;
}
.our_process .main_wrapper .lower_row .process_col .number::after {
  right: -15px;
  left: unset;
}
@media only screen and (max-width: 1170px) {
  .our_process .main_wrapper .lower_row .process_col .number::after {
    right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .our_process .main_wrapper .lower_row .process_col .number::after {
    right: -6px;
  }
}
.our_process .main_wrapper .process_col {
  flex: 0 1 33%;
  max-width: var(--itemsize);
  padding-top: var(--paddingtop);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .our_process .main_wrapper .process_col.prev::after {
    opacity: 1;
    left: 55%;
  }
  .our_process .main_wrapper .process_col::after {
    content: "";
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-55%, -31%);
    width: 30px;
    height: 44px;
    background: url(../../icon/next_process.svg) no-repeat;
    background-size: contain;
    opacity: 0;
    transition: 0.8s ease;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .our_process .main_wrapper .process_col::after {
    top: 29%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .our_process .main_wrapper .process_col::after {
    top: 23%;
  }
}
@media only screen and (max-width: 768px) {
  .our_process .main_wrapper .process_col {
    flex: 0 1 100%;
    padding-left: 40px;
  }
  .our_process .main_wrapper .process_col::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--primary);
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 540px) {
  .our_process .main_wrapper .process_col {
    padding-left: 35px;
  }
}
.our_process .main_wrapper .process_col.active .number {
  color: var(--primary);
}
.our_process .main_wrapper .process_col.prev .number::after {
  width: 90%;
}
@media only screen and (max-width: 1170px) {
  .our_process .main_wrapper .process_col.prev .number::after {
    width: 85%;
  }
}
.our_process .main_wrapper .process_col .number {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #cecece;
  margin-bottom: 15px;
  transition: 1.5s ease;
}
@media only screen and (max-width: 991px) {
  .our_process .main_wrapper .process_col .number {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .our_process .main_wrapper .process_col .number {
    position: absolute;
    left: -20px;
    top: 23px;
    background: var(--white);
    color: var(--primary);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, 0);
    margin-bottom: 0;
    border: 1px solid var(--primary);
  }
}
@media only screen and (max-width: 540px) {
  .our_process .main_wrapper .process_col .number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .our_process .main_wrapper .process_col .number::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background: #cecece;
    top: 50%;
    left: 55px;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .our_process .main_wrapper .process_col .number::before {
    width: 85%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .our_process .main_wrapper .process_col .number::before {
    left: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .our_process .main_wrapper .process_col .number::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background: var(--primary);
    top: 50%;
    left: 55px;
    transform: translate(0, -50%);
    width: 0;
    transition: 1s ease;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .our_process .main_wrapper .process_col .number::after {
    left: 40px;
  }
}
.our_process .main_wrapper .process_col h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .our_process .main_wrapper .process_col h6 {
    font-size: 18px;
  }
}
.our_process .main_wrapper .process_col p {
  padding-right: 100px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.3;
}
@media only screen and (max-width: 1170px) {
  .our_process .main_wrapper .process_col p {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .our_process .main_wrapper .process_col p {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .our_process .main_wrapper .process_col p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 540px) {
  .our_process .main_wrapper .process_col p {
    font-size: 14px;
  }
}

.why_choose_sec {
  padding: 70px 0 0;
  background: #EFEFEF;
}
@media only screen and (max-width: 1170px) {
  .why_choose_sec {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .why_choose_sec {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 540px) {
  .why_choose_sec {
    padding: 40px 0 0;
  }
}
.why_choose_sec .heading {
  text-align: center;
  max-width: 525px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1170px) {
  .why_choose_sec .heading {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 768px) {
  .why_choose_sec .heading {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .heading {
    margin: 0 auto 30px;
  }
}
.why_choose_sec .heading h2 {
  margin-bottom: 10px;
}
.why_choose_sec .heading h2 span {
  display: block;
  color: var(--primary);
}
.why_choose_sec .heading p {
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .heading p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.why_choose_sec .main_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  --gap: 100px;
  gap: var(--gap);
}
@media only screen and (max-width: 1170px) {
  .why_choose_sec .main_wrapper {
    align-items: end;
    --gap: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .why_choose_sec .main_wrapper {
    --gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .why_choose_sec .main_wrapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .main_wrapper {
    --gap: 40px;
  }
}
.why_choose_sec .main_wrapper figure {
  flex: 0 1 auto;
}
@media only screen and (max-width: 768px) {
  .why_choose_sec .main_wrapper figure {
    margin: 0 auto;
  }
}
.why_choose_sec .main_wrapper figure .hand_vector_wrapper {
  position: relative;
  width: 351px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .why_choose_sec .main_wrapper figure .hand_vector_wrapper {
    width: 270px;
  }
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .main_wrapper figure .hand_vector_wrapper {
    width: 220px;
  }
}
.why_choose_sec .main_wrapper figure .hand_vector_wrapper .hand_vector {
  width: 100%;
  height: 100%;
  line-height: 0;
}
.why_choose_sec .main_wrapper figure .hand_vector_wrapper .hand_vector img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why_choose_sec .main_wrapper figure .hand_vector_wrapper .hand_video {
  position: absolute;
  top: 24px;
  right: 65px;
  transform: rotate(-15deg);
  width: 188px;
  height: 390px;
  line-height: 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../../images/vector/hand_mask.svg);
          mask-image: url(../../images/vector/hand_mask.svg);
}
@media only screen and (max-width: 991px) {
  .why_choose_sec .main_wrapper figure .hand_vector_wrapper .hand_video {
    top: 19px;
    right: 50px;
    width: 144px;
    height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .main_wrapper figure .hand_vector_wrapper .hand_video {
    top: 15px;
    right: 41px;
    width: 119px;
    height: 246px;
  }
}
.why_choose_sec .main_wrapper figure .hand_vector_wrapper .hand_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why_choose_sec .main_wrapper figcaption {
  flex: 1;
  max-width: 40%;
  border-left: 1px solid var(--text);
  padding: 20px 0 40px;
}
@media only screen and (max-width: 991px) {
  .why_choose_sec .main_wrapper figcaption {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .why_choose_sec .main_wrapper figcaption {
    margin-left: 25px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .main_wrapper figcaption {
    margin-left: 15px;
    padding: 15px 0;
  }
}
.why_choose_sec .main_wrapper figcaption .col {
  --padlr: 0;
  transition: 0.5s ease;
}
.why_choose_sec .main_wrapper figcaption .col.active .title .outer-circle {
  background: var(--primary);
  border-color: var(--primary);
}
.why_choose_sec .main_wrapper figcaption .col.active .title h6 {
  color: var(--black);
}
.why_choose_sec .main_wrapper figcaption .col.active .title .icon {
  --bgcolor: var(--white);
}
.why_choose_sec .main_wrapper figcaption .col.active .title .icon::after {
  transform: scaleY(0);
}
.why_choose_sec .main_wrapper figcaption .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 10px 20px 10px 0;
  margin-left: -20px;
  gap: 20px;
  cursor: pointer;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1170px) {
  .why_choose_sec .main_wrapper figcaption .col .title {
    padding: 10px 15px 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .why_choose_sec .main_wrapper figcaption .col .title {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .main_wrapper figcaption .col .title {
    gap: 12px;
  }
}
.why_choose_sec .main_wrapper figcaption .col .title h6 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  flex: 1;
  color: var(--text);
  padding-right: 1rem;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .main_wrapper figcaption .col .title h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .why_choose_sec .main_wrapper figcaption .col .title h6 {
    font-size: 14px;
  }
}
.why_choose_sec .main_wrapper figcaption .col .title .outer-circle {
  border: 1px solid var(--black);
  border-radius: 50%;
  background-color: var(--white);
  padding: 10px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .why_choose_sec .main_wrapper figcaption .col .title .outer-circle {
    padding: 7px;
  }
}
.why_choose_sec .main_wrapper figcaption .col .title .icon {
  flex: 0 1 auto;
  --size: 18px;
  --border: 2px;
  --bgcolor: var(--black);
  height: var(--size);
  width: var(--size);
  position: relative;
}
.why_choose_sec .main_wrapper figcaption .col .title .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--bgcolor);
}
.why_choose_sec .main_wrapper figcaption .col .title .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--bgcolor);
}
@media only screen and (max-width: 768px) {
  .why_choose_sec .main_wrapper figcaption .col .title .icon {
    --size: 14px;
  }
}
.why_choose_sec .main_wrapper figcaption .col .title .icon::before, .why_choose_sec .main_wrapper figcaption .col .title .icon::after {
  transition: 0.5s ease;
}
.why_choose_sec .main_wrapper figcaption .col .title .icon::before {
  top: calc(var(--size) / 2 - var(--border) / 2);
  bottom: auto;
  height: var(--border);
  width: 100%;
}
.why_choose_sec .main_wrapper figcaption .col .title .icon::after {
  left: calc(var(--size) / 2);
  translate: -50% 0;
  right: auto;
  width: var(--border);
  height: 100%;
}
.why_choose_sec .main_wrapper figcaption .col article {
  position: relative;
}
.why_choose_sec .main_wrapper figcaption .col article .content-desc {
  padding: 0px 10px 0px 40px;
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .main_wrapper figcaption .col article .content-desc {
    padding: 0 10px 0 25px;
  }
}
.why_choose_sec .main_wrapper figcaption .col article .content-desc p, .why_choose_sec .main_wrapper figcaption .col article .content-desc ul, .why_choose_sec .main_wrapper figcaption .col article .content-desc h2, .why_choose_sec .main_wrapper figcaption .col article .content-desc h3, .why_choose_sec .main_wrapper figcaption .col article .content-desc h4, .why_choose_sec .main_wrapper figcaption .col article .content-desc h5, .why_choose_sec .main_wrapper figcaption .col article .content-desc h6 {
  margin-bottom: 16px;
}
.why_choose_sec .main_wrapper figcaption .col article .content-desc *:not(button) {
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}
.why_choose_sec .main_wrapper figcaption .col article .content-desc h1, .why_choose_sec .main_wrapper figcaption .col article .content-desc h2, .why_choose_sec .main_wrapper figcaption .col article .content-desc h3, .why_choose_sec .main_wrapper figcaption .col article .content-desc h4, .why_choose_sec .main_wrapper figcaption .col article .content-desc h5, .why_choose_sec .main_wrapper figcaption .col article .content-desc h6, .why_choose_sec .main_wrapper figcaption .col article .content-desc b {
  color: var(--black);
  font-weight: 500;
}
.why_choose_sec .main_wrapper figcaption .col article .content-desc ul {
  padding-left: 20px;
}
.why_choose_sec .main_wrapper figcaption .col article .content-desc ul li {
  list-style: none;
}
.why_choose_sec .main_wrapper figcaption .col article .content-desc ul li::before {
  background-color: var(--primary);
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .main_wrapper figcaption .col article .content-desc ul li {
    font-size: 14px;
  }
}
.why_choose_sec .main_wrapper figcaption .col article .content-desc ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {
  .why_choose_sec .main_wrapper figcaption .col article .content-desc p {
    font-size: 14px;
  }
}

.recent_blogs {
  padding: 70px 0;
}
@media only screen and (max-width: 1170px) {
  .recent_blogs {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .recent_blogs {
    padding: 50px 0;
  }
}
.recent_blogs .heading {
  margin-bottom: 50px;
  text-align: center;
}
.recent_blogs .main_wrapper {
  position: relative;
}
.recent_blogs .main_wrapper .blogs_swiper {
  padding: 10px 5px;
  max-width: 98%;
}
.recent_blogs .main_wrapper .blogs_swiper .swiper-slide {
  height: auto;
}
.recent_blogs .main_wrapper .blogs_swiper .blogs_col {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  box-shadow: 0px 0px 20px 0 rgba(149, 157, 165, 0.2);
  border-radius: 10px;
}
.recent_blogs .main_wrapper .blogs_swiper .blogs_col:hover figure img {
  transform: scale(1.1);
}
.recent_blogs .main_wrapper .blogs_swiper .blogs_col:hover figcaption h6 {
  color: var(--primary);
}
.recent_blogs .main_wrapper .blogs_swiper .blogs_col figure {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.recent_blogs .main_wrapper .blogs_swiper .blogs_col figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  transition: 0.5s ease;
}
.recent_blogs .main_wrapper .blogs_swiper .blogs_col figcaption {
  padding: 24px 24px 30px;
  line-height: 1.5;
}
.recent_blogs .main_wrapper .blogs_swiper .blogs_col figcaption h6 {
  font-size: 16px;
  color: var(--black);
  line-height: 1.3;
  font-weight: 700;
  transition: 0.5s ease;
}
.recent_blogs .main_wrapper .blogs_swiper .blogs_col figcaption .date {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.recent_blogs .btn_wrap {
  margin-top: 50px;
}

.home-secB {
  background: url(../../images/vector/cloud.svg) no-repeat, linear-gradient(360deg, #F4F3FF 0%, #E5E3FF 100%);
  background-size: 100% auto, auto auto;
  background-position: 0 20%, 0 0;
  overflow-x: hidden;
  overflow: hidden;
  height: 120vh;
}
@media only screen and (max-width: 1366px) {
  .home-secB {
    height: 150vh;
  }
}
@media only screen and (max-height: 530px) {
  .home-secB {
    height: 853px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB {
    height: 102vh;
  }
}
.home-secB .heading {
  max-width: 625px;
  margin: 0 auto;
  padding-top: 5rem;
}
@media only screen and (max-width: 1366px) {
  .home-secB .heading {
    max-width: 555px;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 1152px) {
  .home-secB .heading {
    padding-top: 6rem;
  }
}
.home-secB .heading h3 {
  font-size: 80px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  .home-secB .heading h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB .heading h3 {
    font-size: 24px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-secB .heading h3 span {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--black);
  text-transform: initial;
}
@media only screen and (max-width: 675px) {
  .home-secB .heading h3 span {
    font-size: 14px;
  }
}
.home-secB .man-jump-section {
  line-height: 0;
  position: relative;
  margin-top: 13rem;
}
@media only screen and (max-width: 675px) {
  .home-secB .man-jump-section {
    margin-top: 6rem;
  }
}
.home-secB .man-jump-section .man-jump {
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .home-secB .man-jump-section .man-jump {
    max-width: 108px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB .man-jump-section .man-jump {
    max-width: 70px;
  }
}
.home-secB .man-jump-section .man-jump img {
  width: 100%;
  height: auto;
}
.home-secB .man-jump-section .bridge img {
  width: 100%;
  height: auto;
}
.home-secB .man-jump-section .flag-win {
  line-height: 0;
  position: absolute;
  right: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  bottom: 100%;
  max-width: 250px;
  z-index: -1;
}
@media only screen and (max-width: 1152px) {
  .home-secB .man-jump-section .flag-win {
    max-width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .man-jump-section .flag-win {
    max-width: 100px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB .man-jump-section .flag-win {
    max-width: 70px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secB .man-jump-section .flag-win {
    max-width: 45px;
  }
}
.home-secB .man-jump-section .flag-win img {
  width: 100%;
  height: auto;
}
.home-secB .portfolio-section {
  max-width: 760px;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .home-secB .portfolio-section {
    max-width: 540px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .portfolio-section {
    max-width: 378px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB .portfolio-section {
    padding: 0 15px;
    max-width: 100%;
  }
}
.home-secB .portfolio-section .portfolio-wrap {
  line-height: 0;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .home-secB .portfolio-section .portfolio-wrap {
    margin-top: 2rem;
  }
}
.home-secB .portfolio-section .portfolio-wrap .portfolio-slider {
  border-radius: 15px;
  overflow: hidden;
}
.home-secB .portfolio-section .portfolio-wrap .portfolio-slider .item img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 540px) {
  .home-secB .portfolio-section .portfolio-wrap .portfolio-slider .item img {
    max-height: 240px;
  }
}
.home-secB .portfolio-section .portfolio-wrap .portfolio-home-nav {
  max-width: 95%;
}
@media only screen and (max-width: 675px) {
  .home-secB .portfolio-section .portfolio-wrap .portfolio-home-nav .swiper-prev, .home-secB .portfolio-section .portfolio-wrap .portfolio-home-nav .swiper-next {
    --btn: 30px;
  }
}
.home-secB .portfolio-section .btn-wrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 675px) {
  .home-secB .portfolio-section .btn-wrap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB .portfolio-section .btn-wrap .btn {
    --padding: 24px;
  }
}

.portfolio-sec {
  padding: 4rem 0;
  background: var(--white);
}
@media only screen and (max-width: 769px) {
  .portfolio-sec {
    padding: 3rem 0;
  }
}
.portfolio-sec.logo {
  background: var(--gray);
}
.portfolio-sec .heading {
  max-width: 520px;
  margin: 0 auto 3rem;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav {
  margin: 0 0 45px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav::-webkit-scrollbar {
  width: 3px;
  background: none;
  height: 3px;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav::-webkit-scrollbar-track {
  box-shadow: none;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav li {
  cursor: pointer;
  font-weight: 600;
  padding: 0 10px;
  padding-bottom: 12px;
  color: var(--text);
  transition: 0.5s ease;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav li::before {
  top: auto;
  width: 0;
  transition: 0.5s ease;
  height: 2px;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav li:not(:last-child) {
  margin-right: 1rem;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav li.active {
  color: var(--black);
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav li.active::before {
  width: 100%;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrapper {
  position: relative;
}
@media only screen and (max-width: 675px) {
  .portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrapper .home-service-nav .swiper-prev, .portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrapper .home-service-nav .swiper-next {
    --btn: 30px;
  }
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrapper .swiper {
  max-width: 100%;
  padding: 10px;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrapper .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0px 0px 6px 4px #dadada;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrapper .swiper .swiper-slide a:hover img {
  transform: scale(1.1);
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrapper .swiper .swiper-slide a img {
  border-radius: 15px;
  transition: 0.5s ease;
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .project-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 70px 20px;
}
@media only screen and (max-width: 675px) {
  .portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .project-wrap {
    grid-template-columns: 100%;
    grid-gap: 3rem;
  }
}
.portfolio-sec .logo-des-wrap .log-sr-tab-nav-content .load-more-btn-div {
  margin-top: 4rem;
}
.portfolio-sec .logo-des-wrap .btn_wrap {
  margin-top: 3rem;
  display: flex;
}
@media only screen and (max-width: 769px) {
  .portfolio-sec .logo-des-wrap .btn_wrap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .portfolio-sec .logo-des-wrap .btn_wrap {
    margin-top: 1.5rem;
  }
}
.portfolio-sec .logo-des-wrap .btn_wrap .btn {
  margin: 0 auto;
}

.home-secC {
  background: #0A0B0C url(../../images/vector/grain-background.png);
  padding: 7rem 0 5rem;
}
@media only screen and (max-width: 675px) {
  .home-secC {
    padding: 5rem 0 3rem;
  }
}
.home-secC .upper-sec {
  display: flex;
  flex-wrap: wrap;
  color: var(--white);
}
.home-secC .upper-sec .colA {
  flex: 1;
  padding-right: 2rem;
}
@media only screen and (max-width: 675px) {
  .home-secC .upper-sec .colA {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    order: 2;
    padding-right: 0;
  }
}
.home-secC .upper-sec .colA .content {
  max-width: 596px;
}
.home-secC .upper-sec .colA .content p:not(.para-title) {
  color: rgba(255, 255, 255, 0.7);
}
.home-secC .upper-sec .colA .content p.para-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (max-width: 675px) {
  .home-secC .upper-sec .colA .content p.para-title {
    margin-bottom: 24px;
  }
}
.home-secC .upper-sec .colB {
  flex: 0 1 auto;
}
@media only screen and (max-width: 1152px) {
  .home-secC .upper-sec .colB {
    flex: 0 1 30%;
  }
}
@media only screen and (max-width: 675px) {
  .home-secC .upper-sec .colB {
    order: 1;
    margin-bottom: 12px;
    flex: 0 1 252px;
  }
}
.home-secC .upper-sec .colB .heading {
  max-width: 360px;
}
@media only screen and (max-width: 675px) {
  .home-secC .upper-sec .colB .heading h3 {
    font-size: 34px;
  }
}
.home-secC .logo-section {
  margin-top: 6rem;
  position: relative;
  --margin: 12%;
  --icon: 134px;
}
@media only screen and (max-width: 675px) {
  .home-secC .logo-section {
    --margin: 15px;
    --icon: 100px;
  }
}
.home-secC .logo-section .logo-slider {
  max-width: calc(100% - var(--margin));
}
.home-secC .logo-section .logo-slider.logo-slider1 {
  margin-bottom: 2.6rem;
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 675px) {
  .home-secC .logo-section .logo-slider.logo-slider1 {
    margin-bottom: 15px;
  }
}
.home-secC .logo-section .logo-slider.logo-slider2 {
  margin-left: auto;
  margin-right: 0;
}
.home-secC .logo-section .logo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-secC .logo-section .logo-slider .item {
  background: #0b0c0c;
  padding: 4rem 30px;
  height: auto;
}
.home-secC .logo-section .logo-slider .item img {
  display: block;
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.home-secC .logo-section .heart-icon {
  width: var(--icon);
  height: var(--icon);
  border-radius: 50%;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
}
.home-secC .logo-section .heart-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  line-height: 0;
  animation: beat 0.5s infinite alternate;
  transform-origin: center;
}
@keyframes beat {
  to {
    transform: scale(1.4);
  }
}

.home-secG {
  background: url(../../images/vector/vector1.png), url(../../images/vector/bird.gif) no-repeat, url(../../images/vector/fun.gif) no-repeat;
  padding: 5.75rem 0;
  background-position: 0 0, 102% 80%, 9% 90%;
  background-size: auto, 160px, 150px;
}
@media only screen and (max-width: 991px) {
  .home-secG {
    background-size: auto, 13%, 13%;
  }
}
@media only screen and (max-width: 675px) {
  .home-secG {
    padding: 4.5rem 0;
    background-position: 0 0, 105% 77%, 5% 77%;
    background-size: auto, 30%, 20%;
  }
}
.home-secG .heading {
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 675px) {
  .home-secG .heading {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.8rem;
  }
}
.home-secG .testimonial-wrap {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.home-secG .testimonial-wrap .testimonial-slider-wrap {
  max-width: 530px;
  margin: 0 auto;
  line-height: 0;
  position: relative;
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-bg {
  width: 100%;
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  max-width: 72%;
  margin: 0 auto;
}
@media only screen and (max-width: 675px) {
  .home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider {
    max-width: calc(100% - 50px);
  }
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item {
  display: flex;
  align-items: center;
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item .content .review {
  max-height: 130px;
  padding-right: 10px;
  overflow-y: auto;
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item .content .review::-webkit-scrollbar {
  width: 3px;
  background: none;
  height: 3px;
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item .content .review::-webkit-scrollbar-track {
  box-shadow: none;
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item .content .review::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item .content .review p:not(:last-child) {
  margin-bottom: 20px;
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item .content p {
  line-height: 24px;
  color: var(--text);
  font-weight: 600;
}
@media only screen and (max-width: 675px) {
  .home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item .content p {
    font-size: 13px;
    line-height: 1.4;
  }
}
.home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item .content p.name {
  font-weight: 700;
  color: var(--black);
  margin-top: 24px;
}
@media only screen and (max-width: 675px) {
  .home-secG .testimonial-wrap .testimonial-slider-wrap .testimonial-slider .item .content p.name {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secG .testimonial-wrap .testimonial-nav {
    position: unset;
    translate: 0 -50%;
    margin-top: 3rem;
    justify-content: center;
    gap: 10px;
  }
}
.home-secG .testimonial-wrap .testimonial-nav .testimonial-prev, .home-secG .testimonial-wrap .testimonial-nav .testimonial-next {
  --btn: 48px;
  border-width: 2px;
}
.home-secG .google-btn {
  margin-top: 50px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 0 13px;
  font-size: 20px;
  color: var(--black);
  font-weight: 600;
  transition: 0.5s ease;
}
@media only screen and (max-width: 675px) {
  .home-secG .google-btn {
    font-size: 16px;
    margin-top: 1.2rem;
  }
}
.home-secG .google-btn:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 675px) {
  .home-secG .google-btn img {
    width: 25px;
  }
}
.home-secG .google-btn .btn2 {
  padding-bottom: 16px;
}

.seo-section {
  padding: 3.5rem 0 5.5rem;
  background: var(--white) url(../../images/vector/prettify-bg.png) no-repeat;
  background-position: 95% 100%;
}
@media only screen and (max-width: 991px) {
  .seo-section {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .seo-section {
    background-size: 30%;
  }
}
.seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
  font-size: 30px;
  margin: 40px 0 18px;
}
@media only screen and (max-width: 769px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    font-size: 24px;
    margin: 30px 0 18px;
  }
}
@media only screen and (max-width: 540px) {
  .seo-section .website-content h1, .seo-section .website-content h2, .seo-section .website-content h3 {
    font-size: 20px;
    margin: 25px 0 15px;
  }
}
.seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
  margin: 30px 0 15px;
}
@media only screen and (max-width: 769px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 25px 0 15px;
  }
}
@media only screen and (max-width: 540px) {
  .seo-section .website-content h4, .seo-section .website-content h5, .seo-section .website-content h6 {
    margin: 20px 0 12px;
  }
}

.home-secH {
  padding: 1rem 0;
  border-top: 1px solid rgba(102, 102, 102, 0.2117647059);
}
.home-secH .badges-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-secH .badges-slider .swiper-wrapper .swiper-slide .figure {
  width: 60%;
  height: 100%;
  display: block;
}
.home-secH .badges-slider .swiper-wrapper .swiper-slide .figure:hover img {
  filter: grayscale(0);
}
.home-secH .badges-slider .swiper-wrapper .swiper-slide .figure img {
  filter: grayscale(1);
  transition: 0.5s ease;
}/*# sourceMappingURL=home.css.map */