* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #1945BF;
  --secondary: #111827;
  --title: #000;
  --text: #474A55;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  margin: 0 auto;
  max-width: 132rem;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  margin: 0 auto;
  max-width: 134rem;
  position: relative;
  padding: 1rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: 'Montserrat', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 15px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.Arimo {
  font-family: 'Arimo', sans-serif;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #F3F8FF, #FFFFFF);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.syedittext .subtitle {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.44rem;
  margin-bottom: 3rem;
}
.syedittext h1 {
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 6.2rem;
  letter-spacing: -0.15rem;
}
.syedittext h2 {
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 6.2rem;
  letter-spacing: -0.15rem;
}
.syedittext p {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -0.05rem;
}
.btn {
  gap: 1rem;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
  background-color: #122CAF;
  padding: 0.5rem 0.5rem 0.5rem 2.4rem;
}
.btn span {
  transition: all 0.3s;
}
.btn::after {
  content: '';
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: url(../img/arrow-tr-b.svg) no-repeat center / 25% #fff;
}
.btn:hover span {
  transform: translateX(1.8rem);
}
.btn:hover::after {
  transform: translateX(85%) scale(0.4) rotate(45deg);
}
.btn_b {
  gap: 1rem;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  border-radius: 100px;
  background-color: #000000;
  padding: 0.5rem 0.5rem 0.5rem 2.4rem;
}
.btn_b span {
  transition: all 0.3s;
}
.btn_b::after {
  content: '';
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: url(../img/arrow-tr-b.svg) no-repeat center / 25% #fff;
}
.btn_b:hover span {
  transform: translateX(1.8rem);
}
.btn_b:hover::after {
  transform: translateX(85%) scale(0.4) rotate(45deg);
}
.swiper_btns {
  gap: 2rem;
  display: flex;
}
.swiper_btns.middle {
  max-width: 160rem;
  width: 98%;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #0D6EFD;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  transform: scale(1.1);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: #fff;
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns:has(.swiper-button-lock) {
  opacity: 0;
}
.navigation {
  margin-top: 8rem;
}
.navigation h2 {
  display: none;
}
.navigation .nav-links {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.navigation .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 5.7rem;
  border-radius: 3rem;
  text-align: center;
  background-color: #FCF7F3;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.navigation .page-numbers:hover {
  color: #fff;
  background-color: var(--title);
}
.navigation .page-numbers.current {
  color: #fff;
  background-color: var(--primary);
}
.navigation .prev,
.navigation .next {
  position: relative;
  text-indent: -999px;
  overflow: hidden;
}
.navigation .prev:hover::after,
.navigation .next:hover::after {
  filter: contrast(0) brightness(2);
}
.navigation .prev::after,
.navigation .next::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  background: url(../img/arrow-r-b.svg) no-repeat center / contain;
}
.navigation .prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.nav_box {
  border-radius: 2.4rem;
  background-color: #FCF7F3;
  max-width: max-content;
  overflow: auto;
}
.nav_box .nav_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.nav_box .nav_list::before {
  content: '';
  display: block;
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: var(--left);
  top: var(--top);
  z-index: -1;
  background-color: #6155F5;
  border-radius: 2.4rem;
  transition: all 0.3s;
}
.nav_box .nav_item {
  cursor: pointer;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  min-width: 8.1rem;
  padding: 1.2rem 2.5rem;
  border-radius: 2.4rem;
  transition: all 0.3s;
  text-align: center;
}
.nav_box .nav_item.active {
  color: #fff;
}
header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 996;
  transition: all 0.3s;
  padding: 6.2rem 0 4.5rem;
}
header.sticky {
  top: -4.3rem;
}
header.sticky::before {
  transform: translateY(-2.5rem);
}
header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
header .content {
  max-width: 180.3rem;
  padding: 0 3rem;
}
header .flex {
  gap: 9.236948%;
}
header .logo {
  display: block;
  position: relative;
}
header .logo img {
  display: block;
  width: auto;
  height: 5.2rem;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav {
  flex: 1;
}
header nav .menu {
  gap: 4rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li > a {
  display: block;
  font-size: 16px;
  color: var(--secondary);
  line-height: 5.4rem;
  transition: all 0.3s;
}
header nav .menu > li > a:hover {
  color: var(--primary);
}
header nav .menu > li.current-menu-item > a,
header nav .menu > li.current-menu-parent > a {
  color: var(--primary);
}
header nav .menu > li.menu-item-has-children {
  cursor: pointer;
  padding-right: 2.4rem;
}
header nav .menu > li.menu-item-has-children::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background: url(../img/arrow-d-b.svg) no-repeat center / contain;
}
header nav .menu > li:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
header nav .menu > li:hover > .sub-menu {
  transform: translate(0);
  pointer-events: all;
  opacity: 1;
}
header nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -2.4rem;
  padding: 0.6rem;
  transition: all 0.3s;
  border-radius: 0.8rem;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(-2rem);
  pointer-events: none;
  opacity: 0;
}
header nav .sub-menu > li > a {
  display: block;
  font-size: 15px;
  white-space: nowrap;
  padding: 1.2rem 1.8rem;
  transition: all 0.3s;
  border-radius: 0.6rem;
}
header nav .sub-menu > li > a:hover {
  background-color: #E8F3FF;
}
header nav .sub-menu > li.icon > a {
  position: relative;
  padding-left: 5rem;
}
header nav .sub-menu > li.icon > a::before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center / contain;
}
header nav .sub-menu > li.icon-mdm a::before {
  background-image: url(../img/menu-mdm.svg);
}
header nav .sub-menu > li.icon-ota a::before {
  background-image: url(../img/menu-ota.svg);
}
header nav .sub-menu > li.icon-remote-service a::before {
  background-image: url(../img/menu-remote-service.svg);
}
header nav .sub-menu > li.icon-app-store a::before {
  background-image: url(../img/menu-app-store.svg);
}
header nav .sub-menu > li.icon-brand-manager a::before {
  background-image: url(../img/menu-brand-manager.svg);
}
header nav .sub-menu > li.icon-device-lock a::before {
  background-image: url(../img/menu-device-lock.svg);
}
header nav .sub-menu > li.icon-education a::before {
  background-image: url(../img/menu-education.svg);
}
header nav .sub-menu > li.icon-fitness a::before {
  background-image: url(../img/menu-fitness.svg);
}
header nav .sub-menu > li.icon-restaurant a::before {
  background-image: url(../img/menu-restaurant.svg);
}
header nav .sub-menu > li.icon-retail a::before {
  background-image: url(../img/menu-retail.svg);
}
header nav .sub-menu > li.icon-healthcare a::before {
  background-image: url(../img/menu-healthcare.svg);
}
header nav .sub-menu > li.icon-transportation-logistics a::before {
  background-image: url(../img/menu-transportation-logistics.svg);
}
header nav .sub-menu > li.icon-hospitality a::before {
  background-image: url(../img/menu-hospitality.svg);
}
header nav .sub-menu > li.icon-bfsi a::before {
  background-image: url(../img/menu-bfsi.svg);
}
header nav .sub-menu > li.icon-blog a::before {
  background-image: url(../img/menu-blog.svg);
}
header nav .sub-menu > li.icon-about-us a::before {
  background-image: url(../img/menu-about-us.svg);
}
footer {
  color: #fff;
  background-color: #111827;
}
footer .subscribe .flex {
  padding: 12.4rem 0 8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .subscribe .lt {
  gap: 3rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
footer .subscribe .icon {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
}
footer .subscribe .icon img {
  display: block;
  width: 58%;
  height: 58%;
  object-fit: contain;
}
footer .subscribe p {
  font-weight: 600;
  font-size: 2.4rem;
  max-width: 34rem;
}
footer .subscribe form {
  width: 56.5rem;
  display: grid;
  border-radius: 0.8rem;
  grid-template-columns: 1fr auto;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .subscribe form input[type="email"] {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 2.4rem;
  background-color: transparent;
}
footer .subscribe form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
footer .subscribe form input[type="submit"] {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 1rem 0.7rem;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  background: url(../img/btn-arrow.svg) no-repeat center / 40% #0D6EFD;
}
footer .subscribe form input[type="submit"]:hover {
  transform: scale(1.1);
}
footer .main {
  padding: 8rem 0 9.3rem;
}
footer .main .foot_intro {
  width: 33.8rem;
}
footer .main .foot_intro .logo {
  display: block;
  position: relative;
  max-width: 25.5rem;
}
footer .main .foot_intro .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .main .foot_intro .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .main .foot_intro p {
  line-height: 3rem;
  margin-top: 2.6rem;
}
footer .main .foot_intro .social {
  margin-top: 2rem;
  gap: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
footer .main .foot_intro .social a {
  position: relative;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.06);
}
footer .main .foot_intro .social a:hover {
  background-color: var(--primary);
}
footer .main .foot_intro .social a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  filter: contrast(0) brightness(2);
  background: no-repeat center / contain;
}
footer .main .foot_intro .social .facebook a::after {
  background-image: url(../img/social-facebook.svg);
}
footer .main .foot_intro .social .linkedin a::after {
  background-image: url(../img/social-linkedin.svg);
}
footer .main .foot_intro .social .instagram a::after {
  background-image: url(../img/social-instagram.svg);
}
footer .main .foot_intro .social .twitter a::after {
  background-image: url(../img/social-twitter.svg);
}
footer .main .foot_nav strong {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
footer .main .foot_nav li + li {
  margin-top: 2rem;
}
footer .main .foot_nav a {
  vertical-align: top;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.8);
}
footer .main .foot_nav a:hover {
  color: #fff;
}
footer .bottom {
  padding: 2.5rem 0;
  background-color: rgba(255, 255, 255, 0.06);
}
footer .bottom ul {
  gap: 2rem 4.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
footer .bottom a {
  display: block;
  font-size: 1.8rem;
  transition: all 0.3s;
}
footer .bottom a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.section_banner {
  max-width: 256rem;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(4.15deg, rgba(17, 24, 39, 0) -47.04%, #111827 80.04%);
}
.section_banner .flex {
  height: 100vh;
  min-height: max-content;
  max-height: 65rem;
  padding: 8.4rem 0;
}
.section_banner .head {
  padding-top: 7.575758%;
}
.section_banner .head h1 {
  font-size: 9rem;
  line-height: 10.4rem;
}
.section_banner .breadcrumbs {
  margin: 1rem auto 0;
  padding: 0.7rem 2.4rem;
  max-width: max-content;
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.section_banner .breadcrumbs span {
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: top;
}
.section_banner .breadcrumbs span span:last-child::after {
  display: none;
}
.section_banner .breadcrumbs span span::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.2rem 0 0.6rem;
  background: url(../img/arrow-breadcrumbs.svg) no-repeat center / contain;
}
.section_banner .breadcrumbs span span a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.8rem;
  transition: all 0.3s;
}
.section_banner .breadcrumbs span span a:hover {
  opacity: 0.8;
}
.contact_form {
  padding-bottom: 12.4rem;
}
.contact_form form {
  gap: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 1.8rem;
  background-color: #FCF7F3;
  padding: 2.878788% 3.636364% 3.636364%;
}
.contact_form form h2 {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 4.6rem;
  letter-spacing: -0.1rem;
}
.contact_form form span {
  width: 100%;
}
.contact_form form .head {
  margin-bottom: 0.8rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid rgba(71, 74, 85, 0.1);
}
.contact_form form .col2 {
  width: 49.019608%;
}
.contact_form form input,
.contact_form form select,
.contact_form form textarea {
  width: 100%;
  height: 6.4rem;
  display: block;
  border: none;
  outline: none;
  transition: all 0.3s;
  border-radius: 1.2rem;
  background-color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 0 2.4rem;
  color: var(--text);
}
.contact_form form input::placeholder,
.contact_form form select::placeholder,
.contact_form form textarea::placeholder {
  color: var(--text);
}
.contact_form form select {
  background: url(../img/icon-select.svg) no-repeat right 1.6rem center / 2.4rem #fff;
}
.contact_form form textarea {
  height: 13.2rem;
  padding: 0.8rem 2.4rem;
}
.contact_form form span:has(.btn) {
  margin-top: 2.4rem;
  position: relative;
}
.contact_form form .btn span {
  width: auto;
}
.contact_form form .btn input {
  display: none;
}

/*** global css ***/
.loading {
  position: relative;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}
.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 1.2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 90vh;
  aspect-ratio: 1920/1080;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.video_pop .pop_content iframe,
.video_pop .pop_content video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  pointer-events: all;
}
.video_pop .pop_content video[src=""],
.video_pop .pop_content video.init {
  aspect-ratio: 1920/1080;
}
.video_pop .pop_content iframe {
  aspect-ratio: 560/315;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  overflow: auto;
}
.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 122rem;
  margin: 5rem auto;
  border-radius: 3.1rem;
  background-color: #fff;
}
.quote_modal .contact_form {
  padding: 0;
}
/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
  }
  header .flex {
    gap: 5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  footer .subscribe form {
    width: 42rem;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0;
    top: 0;
  }
  header.sticky {
    top: 0;
  }
  header.sticky::before {
    transform: translate(0);
  }
  header::before {
    transform: translate(0);
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: all 0.3s;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
    padding-bottom: 32px;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li > a {
    color: var(--title);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  header nav .con .menu > li > a:hover {
    color: var(--primary);
  }
  header nav .con .menu > li.menu-item-has-children {
    padding: 0;
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    top: 27px;
    right: 21px;
    width: 10px;
    height: 10px;
    transform: translate(0);
  }
  header nav .con .menu > li.menu-item-has-children:hover::after {
    transform: rotate(0);
  }
  header nav .con .menu > li.menu-item-has-children.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--primary);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 6px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    min-width: unset;
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    font-size: 14px;
    white-space: normal;
    padding: 12px 18px;
  }
  header nav .con .sub-menu li.icon > a {
    padding-left: 50px;
  }
  header nav .con .sub-menu li.icon > a::before {
    width: 24px;
    height: 24px;
  }
  header .btns {
    gap: 26px;
    display: flex;
    align-items: center;
    min-height: 64px;
  }
  header .btn_menu {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .syedittext .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .syedittext h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .syedittext h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .btn,
  .btn_b {
    font-size: 14px;
    padding-left: 20px;
  }
  .btn::after,
  .btn_b::after {
    width: 36px;
    height: 36px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .navigation {
    margin-top: 50px;
  }
  .navigation .nav-links {
    gap: 10px;
  }
  .navigation .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .nav_box::-webkit-scrollbar {
    display: none;
  }
  .nav_box .nav_list {
    flex-wrap: nowrap;
  }
  .nav_box .nav_item {
    font-size: 14px;
    padding: 8px 16px;
    white-space: nowrap;
    min-width: max-content;
  }
  header .content {
    padding: 0 20px;
  }
  header .logo img {
    height: 36px;
  }
  footer .subscribe .flex {
    padding: 30px 0;
  }
  footer .subscribe .lt {
    gap: 15px;
  }
  footer .subscribe .icon {
    width: 50px;
    height: 50px;
  }
  footer .subscribe p {
    font-size: 16px;
  }
  footer .subscribe form {
    width: 360px;
  }
  footer .subscribe form input[type="email"] {
    font-size: 15px;
    padding: 0 15px;
  }
  footer .subscribe form input[type="submit"] {
    width: 40px;
    height: 40px;
    margin: 5px;
  }
  footer .main {
    padding: 50px 0;
  }
  footer .main .foot_intro {
    width: 28%;
  }
  footer .main .foot_intro .logo {
    max-width: 160px;
  }
  footer .main .foot_intro p {
    line-height: 1.5;
    margin-top: 20px;
  }
  footer .main .foot_nav strong {
    font-size: 18px;
    margin-bottom: 15px;
  }
  footer .main .foot_nav li + li {
    margin-top: 15px;
  }
  footer .main .foot_nav a {
    font-size: 14px;
  }
  footer .bottom {
    padding: 20px 0;
  }
  footer .bottom ul {
    gap: 15px;
  }
  footer .bottom a {
    font-size: 14px;
  }
  .section_banner .flex {
    height: 30vh;
    padding: 50px 0;
  }
  .section_banner .head {
    padding: 0;
  }
  .section_banner .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .contact_form {
    padding: 30px 0 50px;
  }
  .contact_form form {
    gap: 15px 0;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .contact_form form h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .contact_form form input,
  .contact_form form select,
  .contact_form form textarea {
    height: 46px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 6px;
  }
  .contact_form form textarea {
    height: 120px;
    padding: 12px 15px;
  }
  .contact_form form span:has(.btn) {
    margin-top: 10px;
  }

  /*** global css ***/
  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  .video_pop .pop_content {
    max-width: 96vw;
    width: 96vw;
    height: auto;
  }
  /*** global css ***/
}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }
  header .btns {
    min-height: 60px;
  }
  header .btn {
    display: none;
  }
  footer .subscribe .rt {
    width: 100%;
  }
  footer .subscribe form {
    width: 100%;
  }
  footer .main {
    padding: 50px 0 30px;
  }
  footer .main .flex {
    display: block;
  }
  footer .main .foot_intro {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .main .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .main .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
    border-radius: 8px;
  }
  footer .main .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    filter: contrast(0) brightness(2);
    background: url(../img/arrow-d-b.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .main .foot_nav > div {
    display: none;
    padding: 0 20px 30px;
  }
  footer .bottom ul {
    justify-content: center;
  }
  .contact_form form .col2 {
    width: 100%;
  }
}
